[{"data":1,"prerenderedAt":13470},["ShallowReactive",2],{"lesson:\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":3,"course-wordcounts":7695,"ref-card-index":8607,"nav:reinforcement-learning":13290,"tikz:5cd51865abad18f8fe3e9f2978ab4bc0f5c6d83c9341256662f29b9aa6ad58ad":13465,"tikz:f7c953d5ee17f27073af30b4fa803c6fec1c46f69c2c0b57325d054ba0c91cd5":13466,"tikz:572f04de0f7b0eb697ba2190e6f4091c4ce0320d449c7c5e13a97d15154ae025":13467,"tikz:76643116e51c80999f2b4d51da4b5bc128dc7ed5a2e519d376b6b5ceb1660f49":13468,"tikz:b02b9aa42c9da41f3ab141b794ca8f04f26b5818181281914495d1a5c76d4ef0":13469},{"id":4,"title":5,"blurb":6,"body":7,"brief":7663,"category":7664,"description":7665,"draft":7666,"extension":7667,"meta":7668,"module":7671,"navigation":7672,"path":7673,"practice":7674,"rawbody":7675,"readingTime":7676,"seo":7681,"sources":7682,"status":7689,"stem":7690,"summary":7691,"topics":7692,"__hash__":7694},"course\u002F07.reinforcement-learning\u002F05.modern-deep-rl\u002F18.partial-observability-pomdps.md","Partial Observability: POMDPs and the Belief State","",{"type":8,"value":9,"toc":7652},"minimark",[10,147,202,210,215,353,357,400,404,415,1415,1693,1696,1754,2138,2197,2201,2211,2776,2922,2925,2934,2939,3432,3769,3772,3801,3805,3956,4734,5111,5169,5173,5625,5716,6009,6170,6465,6588,6879,7173,7616,7619,7623,7636,7642,7648],[11,12,13,14,18,19,24,25,50,51,104,105,120,121,125,126,129,130,146],"p",{},"Every method so far has read the environment's ",[15,16,17],"strong",{},"state"," off the world for free. The\n",[20,21,23],"a",{"href":22},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","Markov decision process","\nhanded the agent a state ",[26,27,30],"span",{"className":28},[29],"katex",[26,31,35],{"className":32,"ariaHidden":34},[33],"katex-html","true",[26,36,39,44],{"className":37},[38],"base",[26,40],{"className":41,"style":43},[42],"strut","height:0.4306em;",[26,45,49],{"className":46},[47,48],"mord","mathnormal","s"," with the Markov property: the future depends on the past\nonly through the present, so the current state is a sufficient statistic and a policy\n",[26,52,54],{"className":53},[29],[26,55,57,90],{"className":56,"ariaHidden":34},[33],[26,58,60,64,69,74,77,82,87],{"className":59},[38],[26,61],{"className":62,"style":63},[42],"height:1em;vertical-align:-0.25em;",[26,65,68],{"className":66,"style":67},[47,48],"margin-right:0.0359em;","π",[26,70,73],{"className":71},[72],"mopen","(",[26,75,20],{"className":76},[47,48],[26,78],{"className":79,"style":81},[80],"mspace","margin-right:0.2778em;",[26,83,86],{"className":84},[85],"mrel","∣",[26,88],{"className":89,"style":81},[80],[26,91,93,96,99],{"className":92},[38],[26,94],{"className":95,"style":63},[42],[26,97,49],{"className":98},[47,48],[26,100,103],{"className":101},[102],"mclose",")"," that looks only at ",[26,106,108],{"className":107},[29],[26,109,111],{"className":110,"ariaHidden":34},[33],[26,112,114,117],{"className":113},[38],[26,115],{"className":116,"style":43},[42],[26,118,49],{"className":119},[47,48]," loses nothing. That assumption does a lot of\nwork, and the ",[20,122,124],{"href":123},"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers","frontiers lesson"," already\nwarned it is usually unrealistic. A camera sees one face of a room; a sonar returns a noisy range; a\npoker hand hides the opponent's cards. The agent does not receive the state. It\nreceives an ",[15,127,128],{},"observation"," ",[26,131,133],{"className":132},[29],[26,134,136],{"className":135,"ariaHidden":34},[33],[26,137,139,142],{"className":138},[38],[26,140],{"className":141,"style":43},[42],[26,143,145],{"className":144},[47,48],"o"," — a partial, possibly noisy function of a hidden state\nit never sees directly.",[11,148,149,150,154,155,197,198,201],{},"The moment the observation is not the state, the Markov property breaks ",[151,152,153],"em",{},"at the level\nof what the agent can act on",". Two different hidden states can produce the same\nobservation, and they may require opposite actions. A single observation is no longer\nenough to decide well, and no policy of the form ",[26,156,158],{"className":157},[29],[26,159,161,185],{"className":160,"ariaHidden":34},[33],[26,162,164,167,170,173,176,179,182],{"className":163},[38],[26,165],{"className":166,"style":63},[42],[26,168,68],{"className":169,"style":67},[47,48],[26,171,73],{"className":172},[72],[26,174,20],{"className":175},[47,48],[26,177],{"className":178,"style":81},[80],[26,180,86],{"className":181},[85],[26,183],{"className":184,"style":81},[80],[26,186,188,191,194],{"className":187},[38],[26,189],{"className":190,"style":63},[42],[26,192,145],{"className":193},[47,48],[26,195,103],{"className":196},[102]," can recover the\nperformance a state-based policy would get. The fix is to ",[15,199,200],{},"remember the past",",\nbecause the current observation alone is not enough.",[11,203,204,205,209],{},"This lesson builds the theory: the POMDP tuple, the belief state that restores the\nMarkov property, and the Bayes-filter update that maintains it. A\n",[20,206,208],{"href":207},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2","companion lesson","\nthen shows why planning with beliefs is intractable and develops the practical deep-RL\nanswer — recurrent policies that summarize history.",[211,212,214],"h2",{"id":213},"when-one-observation-is-not-enough","When one observation is not enough",[11,216,217,218,235,236,252,253,257,258,273,274,289,290,332,333,348,349,352],{},"For example, put an agent in a corridor of four cells. Cells\n",[26,219,221],{"className":220},[29],[26,222,224],{"className":223,"ariaHidden":34},[33],[26,225,227,231],{"className":226},[38],[26,228],{"className":229,"style":230},[42],"height:0.6444em;",[26,232,234],{"className":233},[47],"1"," and ",[26,237,239],{"className":238},[29],[26,240,242],{"className":241,"ariaHidden":34},[33],[26,243,245,248],{"className":244},[38],[26,246],{"className":247,"style":230},[42],[26,249,251],{"className":250},[47],"3"," look identical from the agent's sensor — both return the observation\n",[254,255,256],"q",{},"blank hallway"," — but from cell ",[26,259,261],{"className":260},[29],[26,262,264],{"className":263,"ariaHidden":34},[33],[26,265,267,270],{"className":266},[38],[26,268],{"className":269,"style":230},[42],[26,271,234],{"className":272},[47]," the correct action is to go right and from cell\n",[26,275,277],{"className":276},[29],[26,278,280],{"className":279,"ariaHidden":34},[33],[26,281,283,286],{"className":282},[38],[26,284],{"className":285,"style":230},[42],[26,287,251],{"className":288},[47]," it is to go left. A reactive policy ",[26,291,293],{"className":292},[29],[26,294,296,320],{"className":295,"ariaHidden":34},[33],[26,297,299,302,305,308,311,314,317],{"className":298},[38],[26,300],{"className":301,"style":63},[42],[26,303,68],{"className":304,"style":67},[47,48],[26,306,73],{"className":307},[72],[26,309,20],{"className":310},[47,48],[26,312],{"className":313,"style":81},[80],[26,315,86],{"className":316},[85],[26,318],{"className":319,"style":81},[80],[26,321,323,326,329],{"className":322},[38],[26,324],{"className":325,"style":63},[42],[26,327,145],{"className":328},[47,48],[26,330,103],{"className":331},[102]," sees the same ",[26,334,336],{"className":335},[29],[26,337,339],{"className":338,"ariaHidden":34},[33],[26,340,342,345],{"className":341},[38],[26,343],{"className":344,"style":43},[42],[26,346,145],{"className":347},[47,48]," in both and\nmust commit to one action, so it is wrong in one of the two cells no matter what it\nchooses. This is ",[15,350,351],{},"perceptual aliasing",": distinct states aliased onto one\nobservation.",[354,355],"tikz-figure",{"hash":356},"5cd51865abad18f8fe3e9f2978ab4bc0f5c6d83c9341256662f29b9aa6ad58ad",[11,358,359,360,363,364,379,380,395,396,399],{},"What the reactive policy is missing is ",[151,361,362],{},"how it got there",". An agent that arrived at\nthe blank cell by walking right from the entrance is in cell ",[26,365,367],{"className":366},[29],[26,368,370],{"className":369,"ariaHidden":34},[33],[26,371,373,376],{"className":372},[38],[26,374],{"className":375,"style":230},[42],[26,377,234],{"className":378},[47],"; one that arrived by\nwalking left is in cell ",[26,381,383],{"className":382},[29],[26,384,386],{"className":385,"ariaHidden":34},[33],[26,387,389,392],{"className":388},[38],[26,390],{"className":391,"style":230},[42],[26,393,251],{"className":394},[47],". The disambiguating information is in the ",[15,397,398],{},"history"," of\npast observations and actions, not in the current observation. The rest of this\nlesson is about representing that history well enough to act on it.",[211,401,403],{"id":402},"the-pomdp-tuple","The POMDP tuple",[11,405,406,407,410,411,414],{},"The formal object is a ",[15,408,409],{},"partially observable Markov decision process",". It keeps the\nentire MDP — a hidden state that ",[151,412,413],{},"does"," evolve by the Markov property — and inserts an\nobservation layer between that state and the agent.",[416,417,419],"callout",{"type":418},"definition",[11,420,421,424,425,517,518,534,535,550,551,566,567,940,941,944,1295,1296,1329,1330,1382,1383,1398,1399,1414],{},[15,422,423],{},"Definition (POMDP)."," A partially observable Markov decision process is a tuple\n",[26,426,428],{"className":427},[29],[26,429,431],{"className":430,"ariaHidden":34},[33],[26,432,434,437,440,446,451,455,459,462,465,470,473,476,481,484,487,492,495,498,503,506,509,514],{"className":433},[38],[26,435],{"className":436,"style":63},[42],[26,438,73],{"className":439},[72],[26,441,445],{"className":442,"style":444},[47,443],"mathcal","margin-right:0.075em;","S",[26,447,450],{"className":448},[449],"mpunct",",",[26,452],{"className":453,"style":454},[80],"margin-right:0.1667em;",[26,456,458],{"className":457},[47,443],"A",[26,460,450],{"className":461},[449],[26,463],{"className":464,"style":454},[80],[26,466,469],{"className":467,"style":468},[47,443],"margin-right:0.0278em;","O",[26,471,450],{"className":472},[449],[26,474],{"className":475,"style":454},[80],[26,477,480],{"className":478,"style":479},[47,48],"margin-right:0.1389em;","T",[26,482,450],{"className":483},[449],[26,485],{"className":486,"style":454},[80],[26,488,491],{"className":489,"style":490},[47,48],"margin-right:0.0715em;","Z",[26,493,450],{"className":494},[449],[26,496],{"className":497,"style":454},[80],[26,499,502],{"className":500,"style":501},[47,48],"margin-right:0.0077em;","R",[26,504,450],{"className":505},[449],[26,507],{"className":508,"style":454},[80],[26,510,513],{"className":511,"style":512},[47,48],"margin-right:0.0556em;","γ",[26,515,103],{"className":516},[102],": a set of hidden states\n",[26,519,521],{"className":520},[29],[26,522,524],{"className":523,"ariaHidden":34},[33],[26,525,527,531],{"className":526},[38],[26,528],{"className":529,"style":530},[42],"height:0.6833em;",[26,532,445],{"className":533,"style":444},[47,443],", actions ",[26,536,538],{"className":537},[29],[26,539,541],{"className":540,"ariaHidden":34},[33],[26,542,544,547],{"className":543},[38],[26,545],{"className":546,"style":530},[42],[26,548,458],{"className":549},[47,443],", observations ",[26,552,554],{"className":553},[29],[26,555,557],{"className":556,"ariaHidden":34},[33],[26,558,560,563],{"className":559},[38],[26,561],{"className":562,"style":530},[42],[26,564,469],{"className":565,"style":468},[47,443],"; a transition model\n",[26,568,570],{"className":569},[29],[26,571,573,640,671,757,804,862,927],{"className":572,"ariaHidden":34},[33],[26,574,576,580,583,586,631,634,637],{"className":575},[38],[26,577],{"className":578,"style":579},[42],"height:1.0019em;vertical-align:-0.25em;",[26,581,480],{"className":582,"style":479},[47,48],[26,584,73],{"className":585},[72],[26,587,589,592],{"className":588},[47],[26,590,49],{"className":591},[47,48],[26,593,596],{"className":594},[595],"msupsub",[26,597,600],{"className":598},[599],"vlist-t",[26,601,604],{"className":602},[603],"vlist-r",[26,605,609],{"className":606,"style":608},[607],"vlist","height:0.7519em;",[26,610,612,617],{"style":611},"top:-3.063em;margin-right:0.05em;",[26,613],{"className":614,"style":616},[615],"pstrut","height:2.7em;",[26,618,624],{"className":619},[620,621,622,623],"sizing","reset-size6","size3","mtight",[26,625,627],{"className":626},[47,623],[26,628,630],{"className":629},[47,623],"′",[26,632],{"className":633,"style":81},[80],[26,635,86],{"className":636},[85],[26,638],{"className":639,"style":81},[80],[26,641,643,646,649,652,655,658,661,664,668],{"className":642},[38],[26,644],{"className":645,"style":63},[42],[26,647,49],{"className":648},[47,48],[26,650,450],{"className":651},[449],[26,653],{"className":654,"style":454},[80],[26,656,20],{"className":657},[47,48],[26,659,103],{"className":660},[102],[26,662],{"className":663,"style":81},[80],[26,665,667],{"className":666},[85],"=",[26,669],{"className":670,"style":81},[80],[26,672,674,677,686,690,748,751,754],{"className":673},[38],[26,675],{"className":676,"style":63},[42],[26,678,681],{"className":679},[680],"mop",[26,682,685],{"className":683},[47,684],"mathrm","Pr",[26,687,689],{"className":688},[72],"{",[26,691,693,696],{"className":692},[47],[26,694,49],{"className":695},[47,48],[26,697,699],{"className":698},[595],[26,700,703,739],{"className":701},[599,702],"vlist-t2",[26,704,706,734],{"className":705},[603],[26,707,710],{"className":708,"style":709},[607],"height:0.3011em;",[26,711,713,716],{"style":712},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[26,714],{"className":715,"style":616},[615],[26,717,719],{"className":718},[620,621,622,623],[26,720,722,726,731],{"className":721},[47,623],[26,723,725],{"className":724},[47,48,623],"t",[26,727,730],{"className":728},[729,623],"mbin","+",[26,732,234],{"className":733},[47,623],[26,735,738],{"className":736},[737],"vlist-s","​",[26,740,742],{"className":741},[603],[26,743,746],{"className":744,"style":745},[607],"height:0.2083em;",[26,747],{},[26,749],{"className":750,"style":81},[80],[26,752,667],{"className":753},[85],[26,755],{"className":756,"style":81},[80],[26,758,760,763,795,798,801],{"className":759},[38],[26,761],{"className":762,"style":579},[42],[26,764,766,769],{"className":765},[47],[26,767,49],{"className":768},[47,48],[26,770,772],{"className":771},[595],[26,773,775],{"className":774},[599],[26,776,778],{"className":777},[603],[26,779,781],{"className":780,"style":608},[607],[26,782,783,786],{"style":611},[26,784],{"className":785,"style":616},[615],[26,787,789],{"className":788},[620,621,622,623],[26,790,792],{"className":791},[47,623],[26,793,630],{"className":794},[47,623],[26,796],{"className":797,"style":81},[80],[26,799,86],{"className":800},[85],[26,802],{"className":803,"style":81},[80],[26,805,807,811,853,856,859],{"className":806},[38],[26,808],{"className":809,"style":810},[42],"height:0.5806em;vertical-align:-0.15em;",[26,812,814,817],{"className":813},[47],[26,815,49],{"className":816},[47,48],[26,818,820],{"className":819},[595],[26,821,823,844],{"className":822},[599,702],[26,824,826,841],{"className":825},[603],[26,827,830],{"className":828,"style":829},[607],"height:0.2806em;",[26,831,832,835],{"style":712},[26,833],{"className":834,"style":616},[615],[26,836,838],{"className":837},[620,621,622,623],[26,839,725],{"className":840},[47,48,623],[26,842,738],{"className":843},[737],[26,845,847],{"className":846},[603],[26,848,851],{"className":849,"style":850},[607],"height:0.15em;",[26,852],{},[26,854],{"className":855,"style":81},[80],[26,857,667],{"className":858},[85],[26,860],{"className":861,"style":81},[80],[26,863,865,869,872,875,878,918,921,924],{"className":864},[38],[26,866],{"className":867,"style":868},[42],"height:0.625em;vertical-align:-0.1944em;",[26,870,49],{"className":871},[47,48],[26,873,450],{"className":874},[449],[26,876],{"className":877,"style":454},[80],[26,879,881,884],{"className":880},[47],[26,882,20],{"className":883},[47,48],[26,885,887],{"className":886},[595],[26,888,890,910],{"className":889},[599,702],[26,891,893,907],{"className":892},[603],[26,894,896],{"className":895,"style":829},[607],[26,897,898,901],{"style":712},[26,899],{"className":900,"style":616},[615],[26,902,904],{"className":903},[620,621,622,623],[26,905,725],{"className":906},[47,48,623],[26,908,738],{"className":909},[737],[26,911,913],{"className":912},[603],[26,914,916],{"className":915,"style":850},[607],[26,917],{},[26,919],{"className":920,"style":81},[80],[26,922,667],{"className":923},[85],[26,925],{"className":926,"style":81},[80],[26,928,930,933,936],{"className":929},[38],[26,931],{"className":932,"style":63},[42],[26,934,20],{"className":935},[47,48],[26,937,939],{"className":938},[102],"}","; an ",[15,942,943],{},"observation model",[26,945,947],{"className":946},[29],[26,948,950,974,1033,1106,1124,1189,1283],{"className":949,"ariaHidden":34},[33],[26,951,953,956,959,962,965,968,971],{"className":952},[38],[26,954],{"className":955,"style":63},[42],[26,957,491],{"className":958,"style":490},[47,48],[26,960,73],{"className":961},[72],[26,963,145],{"className":964},[47,48],[26,966],{"className":967,"style":81},[80],[26,969,86],{"className":970},[85],[26,972],{"className":973,"style":81},[80],[26,975,977,980,1012,1015,1018,1021,1024,1027,1030],{"className":976},[38],[26,978],{"className":979,"style":579},[42],[26,981,983,986],{"className":982},[47],[26,984,49],{"className":985},[47,48],[26,987,989],{"className":988},[595],[26,990,992],{"className":991},[599],[26,993,995],{"className":994},[603],[26,996,998],{"className":997,"style":608},[607],[26,999,1000,1003],{"style":611},[26,1001],{"className":1002,"style":616},[615],[26,1004,1006],{"className":1005},[620,621,622,623],[26,1007,1009],{"className":1008},[47,623],[26,1010,630],{"className":1011},[47,623],[26,1013,450],{"className":1014},[449],[26,1016],{"className":1017,"style":454},[80],[26,1019,20],{"className":1020},[47,48],[26,1022,103],{"className":1023},[102],[26,1025],{"className":1026,"style":81},[80],[26,1028,667],{"className":1029},[85],[26,1031],{"className":1032,"style":81},[80],[26,1034,1036,1039,1045,1048,1097,1100,1103],{"className":1035},[38],[26,1037],{"className":1038,"style":63},[42],[26,1040,1042],{"className":1041},[680],[26,1043,685],{"className":1044},[47,684],[26,1046,689],{"className":1047},[72],[26,1049,1051,1054],{"className":1050},[47],[26,1052,145],{"className":1053},[47,48],[26,1055,1057],{"className":1056},[595],[26,1058,1060,1089],{"className":1059},[599,702],[26,1061,1063,1086],{"className":1062},[603],[26,1064,1066],{"className":1065,"style":709},[607],[26,1067,1068,1071],{"style":712},[26,1069],{"className":1070,"style":616},[615],[26,1072,1074],{"className":1073},[620,621,622,623],[26,1075,1077,1080,1083],{"className":1076},[47,623],[26,1078,725],{"className":1079},[47,48,623],[26,1081,730],{"className":1082},[729,623],[26,1084,234],{"className":1085},[47,623],[26,1087,738],{"className":1088},[737],[26,1090,1092],{"className":1091},[603],[26,1093,1095],{"className":1094,"style":745},[607],[26,1096],{},[26,1098],{"className":1099,"style":81},[80],[26,1101,667],{"className":1102},[85],[26,1104],{"className":1105,"style":81},[80],[26,1107,1109,1112,1115,1118,1121],{"className":1108},[38],[26,1110],{"className":1111,"style":63},[42],[26,1113,145],{"className":1114},[47,48],[26,1116],{"className":1117,"style":81},[80],[26,1119,86],{"className":1120},[85],[26,1122],{"className":1123,"style":81},[80],[26,1125,1127,1131,1180,1183,1186],{"className":1126},[38],[26,1128],{"className":1129,"style":1130},[42],"height:0.6389em;vertical-align:-0.2083em;",[26,1132,1134,1137],{"className":1133},[47],[26,1135,49],{"className":1136},[47,48],[26,1138,1140],{"className":1139},[595],[26,1141,1143,1172],{"className":1142},[599,702],[26,1144,1146,1169],{"className":1145},[603],[26,1147,1149],{"className":1148,"style":709},[607],[26,1150,1151,1154],{"style":712},[26,1152],{"className":1153,"style":616},[615],[26,1155,1157],{"className":1156},[620,621,622,623],[26,1158,1160,1163,1166],{"className":1159},[47,623],[26,1161,725],{"className":1162},[47,48,623],[26,1164,730],{"className":1165},[729,623],[26,1167,234],{"className":1168},[47,623],[26,1170,738],{"className":1171},[737],[26,1173,1175],{"className":1174},[603],[26,1176,1178],{"className":1177,"style":745},[607],[26,1179],{},[26,1181],{"className":1182,"style":81},[80],[26,1184,667],{"className":1185},[85],[26,1187],{"className":1188,"style":81},[80],[26,1190,1192,1196,1228,1231,1234,1274,1277,1280],{"className":1191},[38],[26,1193],{"className":1194,"style":1195},[42],"height:0.9463em;vertical-align:-0.1944em;",[26,1197,1199,1202],{"className":1198},[47],[26,1200,49],{"className":1201},[47,48],[26,1203,1205],{"className":1204},[595],[26,1206,1208],{"className":1207},[599],[26,1209,1211],{"className":1210},[603],[26,1212,1214],{"className":1213,"style":608},[607],[26,1215,1216,1219],{"style":611},[26,1217],{"className":1218,"style":616},[615],[26,1220,1222],{"className":1221},[620,621,622,623],[26,1223,1225],{"className":1224},[47,623],[26,1226,630],{"className":1227},[47,623],[26,1229,450],{"className":1230},[449],[26,1232],{"className":1233,"style":454},[80],[26,1235,1237,1240],{"className":1236},[47],[26,1238,20],{"className":1239},[47,48],[26,1241,1243],{"className":1242},[595],[26,1244,1246,1266],{"className":1245},[599,702],[26,1247,1249,1263],{"className":1248},[603],[26,1250,1252],{"className":1251,"style":829},[607],[26,1253,1254,1257],{"style":712},[26,1255],{"className":1256,"style":616},[615],[26,1258,1260],{"className":1259},[620,621,622,623],[26,1261,725],{"className":1262},[47,48,623],[26,1264,738],{"className":1265},[737],[26,1267,1269],{"className":1268},[603],[26,1270,1272],{"className":1271,"style":850},[607],[26,1273],{},[26,1275],{"className":1276,"style":81},[80],[26,1278,667],{"className":1279},[85],[26,1281],{"className":1282,"style":81},[80],[26,1284,1286,1289,1292],{"className":1285},[38],[26,1287],{"className":1288,"style":63},[42],[26,1290,20],{"className":1291},[47,48],[26,1293,939],{"className":1294},[102],"; a reward\n",[26,1297,1299],{"className":1298},[29],[26,1300,1302],{"className":1301,"ariaHidden":34},[33],[26,1303,1305,1308,1311,1314,1317,1320,1323,1326],{"className":1304},[38],[26,1306],{"className":1307,"style":63},[42],[26,1309,502],{"className":1310,"style":501},[47,48],[26,1312,73],{"className":1313},[72],[26,1315,49],{"className":1316},[47,48],[26,1318,450],{"className":1319},[449],[26,1321],{"className":1322,"style":454},[80],[26,1324,20],{"className":1325},[47,48],[26,1327,103],{"className":1328},[102],"; and a discount ",[26,1331,1333],{"className":1332},[29],[26,1334,1336,1356],{"className":1335,"ariaHidden":34},[33],[26,1337,1339,1343,1346,1349,1353],{"className":1338},[38],[26,1340],{"className":1341,"style":1342},[42],"height:0.7335em;vertical-align:-0.1944em;",[26,1344,513],{"className":1345,"style":512},[47,48],[26,1347],{"className":1348,"style":81},[80],[26,1350,1352],{"className":1351},[85],"∈",[26,1354],{"className":1355,"style":81},[80],[26,1357,1359,1362,1366,1370,1373,1376,1379],{"className":1358},[38],[26,1360],{"className":1361,"style":63},[42],[26,1363,1365],{"className":1364},[72],"[",[26,1367,1369],{"className":1368},[47],"0",[26,1371,450],{"className":1372},[449],[26,1374],{"className":1375,"style":454},[80],[26,1377,234],{"className":1378},[47],[26,1380,103],{"className":1381},[102],". The agent chooses actions but observes\nonly ",[26,1384,1386],{"className":1385},[29],[26,1387,1389],{"className":1388,"ariaHidden":34},[33],[26,1390,1392,1395],{"className":1391},[38],[26,1393],{"className":1394,"style":43},[42],[26,1396,145],{"className":1397},[47,48],", never ",[26,1400,1402],{"className":1401},[29],[26,1403,1405],{"className":1404,"ariaHidden":34},[33],[26,1406,1408,1411],{"className":1407},[38],[26,1409],{"className":1410,"style":43},[42],[26,1412,49],{"className":1413},[47,48],".",[11,1416,1417,1418,1451,1452,1608,1609,1612,1613,1628,1629,1644,1645,1660,1661,1676,1677,1692],{},"An MDP is the special case ",[26,1419,1421],{"className":1420},[29],[26,1422,1424,1442],{"className":1423,"ariaHidden":34},[33],[26,1425,1427,1430,1433,1436,1439],{"className":1426},[38],[26,1428],{"className":1429,"style":530},[42],[26,1431,469],{"className":1432,"style":468},[47,443],[26,1434],{"className":1435,"style":81},[80],[26,1437,667],{"className":1438},[85],[26,1440],{"className":1441,"style":81},[80],[26,1443,1445,1448],{"className":1444},[38],[26,1446],{"className":1447,"style":530},[42],[26,1449,445],{"className":1450,"style":444},[47,443]," with ",[26,1453,1455],{"className":1454},[29],[26,1456,1458,1482,1541,1566],{"className":1457,"ariaHidden":34},[33],[26,1459,1461,1464,1467,1470,1473,1476,1479],{"className":1460},[38],[26,1462],{"className":1463,"style":63},[42],[26,1465,491],{"className":1466,"style":490},[47,48],[26,1468,73],{"className":1469},[72],[26,1471,145],{"className":1472},[47,48],[26,1474],{"className":1475,"style":81},[80],[26,1477,86],{"className":1478},[85],[26,1480],{"className":1481,"style":81},[80],[26,1483,1485,1488,1520,1523,1526,1529,1532,1535,1538],{"className":1484},[38],[26,1486],{"className":1487,"style":579},[42],[26,1489,1491,1494],{"className":1490},[47],[26,1492,49],{"className":1493},[47,48],[26,1495,1497],{"className":1496},[595],[26,1498,1500],{"className":1499},[599],[26,1501,1503],{"className":1502},[603],[26,1504,1506],{"className":1505,"style":608},[607],[26,1507,1508,1511],{"style":611},[26,1509],{"className":1510,"style":616},[615],[26,1512,1514],{"className":1513},[620,621,622,623],[26,1515,1517],{"className":1516},[47,623],[26,1518,630],{"className":1519},[47,623],[26,1521,450],{"className":1522},[449],[26,1524],{"className":1525,"style":454},[80],[26,1527,20],{"className":1528},[47,48],[26,1530,103],{"className":1531},[102],[26,1533],{"className":1534,"style":81},[80],[26,1536,667],{"className":1537},[85],[26,1539],{"className":1540,"style":81},[80],[26,1542,1544,1547,1551,1554,1557,1560,1563],{"className":1543},[38],[26,1545],{"className":1546,"style":63},[42],[26,1548,234],{"className":1549},[47,1550],"mathbf",[26,1552,1365],{"className":1553},[72],[26,1555,145],{"className":1556},[47,48],[26,1558],{"className":1559,"style":81},[80],[26,1561,667],{"className":1562},[85],[26,1564],{"className":1565,"style":81},[80],[26,1567,1569,1572,1604],{"className":1568},[38],[26,1570],{"className":1571,"style":579},[42],[26,1573,1575,1578],{"className":1574},[47],[26,1576,49],{"className":1577},[47,48],[26,1579,1581],{"className":1580},[595],[26,1582,1584],{"className":1583},[599],[26,1585,1587],{"className":1586},[603],[26,1588,1590],{"className":1589,"style":608},[607],[26,1591,1592,1595],{"style":611},[26,1593],{"className":1594,"style":616},[615],[26,1596,1598],{"className":1597},[620,621,622,623],[26,1599,1601],{"className":1600},[47,623],[26,1602,630],{"className":1603},[47,623],[26,1605,1607],{"className":1606},[102],"]",": the observation ",[151,1610,1611],{},"is"," the state. Everything hard about a POMDP comes\nfrom ",[26,1614,1616],{"className":1615},[29],[26,1617,1619],{"className":1618,"ariaHidden":34},[33],[26,1620,1622,1625],{"className":1621},[38],[26,1623],{"className":1624,"style":530},[42],[26,1626,491],{"className":1627,"style":490},[47,48]," being any less informative than that identity. The generative story is a loop:\nthe hidden state transitions by ",[26,1630,1632],{"className":1631},[29],[26,1633,1635],{"className":1634,"ariaHidden":34},[33],[26,1636,1638,1641],{"className":1637},[38],[26,1639],{"className":1640,"style":530},[42],[26,1642,480],{"className":1643,"style":479},[47,48],", the environment emits an observation by ",[26,1646,1648],{"className":1647},[29],[26,1649,1651],{"className":1650,"ariaHidden":34},[33],[26,1652,1654,1657],{"className":1653},[38],[26,1655],{"className":1656,"style":530},[42],[26,1658,491],{"className":1659,"style":490},[47,48],", the\nagent collects a reward ",[26,1662,1664],{"className":1663},[29],[26,1665,1667],{"className":1666,"ariaHidden":34},[33],[26,1668,1670,1673],{"className":1669},[38],[26,1671],{"className":1672,"style":530},[42],[26,1674,502],{"className":1675,"style":501},[47,48],", chooses an action, and the state transitions again — but\nthe ",[26,1678,1680],{"className":1679},[29],[26,1681,1683],{"className":1682,"ariaHidden":34},[33],[26,1684,1686,1689],{"className":1685},[38],[26,1687],{"className":1688,"style":43},[42],[26,1690,49],{"className":1691},[47,48]," nodes are shaded, unseen.",[354,1694],{"hash":1695},"f7c953d5ee17f27073af30b4fa803c6fec1c46f69c2c0b57325d054ba0c91cd5",[11,1697,1698,1699,1751,1752],{},"Because the ",[26,1700,1702],{"className":1701},[29],[26,1703,1705],{"className":1704,"ariaHidden":34},[33],[26,1706,1708,1711],{"className":1707},[38],[26,1709],{"className":1710,"style":810},[42],[26,1712,1714,1717],{"className":1713},[47],[26,1715,49],{"className":1716},[47,48],[26,1718,1720],{"className":1719},[595],[26,1721,1723,1743],{"className":1722},[599,702],[26,1724,1726,1740],{"className":1725},[603],[26,1727,1729],{"className":1728,"style":829},[607],[26,1730,1731,1734],{"style":712},[26,1732],{"className":1733,"style":616},[615],[26,1735,1737],{"className":1736},[620,621,622,623],[26,1738,725],{"className":1739},[47,48,623],[26,1741,738],{"className":1742},[737],[26,1744,1746],{"className":1745},[603],[26,1747,1749],{"className":1748,"style":850},[607],[26,1750],{}," row is invisible, the only Markov quantity the agent has direct\naccess to is the whole ",[15,1753,398],{},[26,1755,1758],{"className":1756},[1757],"katex-display",[26,1759,1761],{"className":1760},[29],[26,1762,1764,1828],{"className":1763,"ariaHidden":34},[33],[26,1765,1767,1771,1812,1815,1818,1822,1825],{"className":1766},[38],[26,1768],{"className":1769,"style":1770},[42],"height:0.8444em;vertical-align:-0.15em;",[26,1772,1774,1778],{"className":1773},[47],[26,1775,1777],{"className":1776},[47,48],"h",[26,1779,1781],{"className":1780},[595],[26,1782,1784,1804],{"className":1783},[599,702],[26,1785,1787,1801],{"className":1786},[603],[26,1788,1790],{"className":1789,"style":829},[607],[26,1791,1792,1795],{"style":712},[26,1793],{"className":1794,"style":616},[615],[26,1796,1798],{"className":1797},[620,621,622,623],[26,1799,725],{"className":1800},[47,48,623],[26,1802,738],{"className":1803},[737],[26,1805,1807],{"className":1806},[603],[26,1808,1810],{"className":1809,"style":850},[607],[26,1811],{},[26,1813],{"className":1814,"style":81},[80],[26,1816],{"className":1817,"style":81},[80],[26,1819,1821],{"className":1820},[85],"≐",[26,1823],{"className":1824,"style":81},[80],[26,1826],{"className":1827,"style":81},[80],[26,1829,1831,1834,1837,1877,1880,1883,1923,1926,1929,1969,1972,1975,2016,2019,2022,2027,2030,2033,2036,2086,2089,2092,2132,2135],{"className":1830},[38],[26,1832],{"className":1833,"style":63},[42],[26,1835,73],{"className":1836},[72],[26,1838,1840,1843],{"className":1839},[47],[26,1841,20],{"className":1842},[47,48],[26,1844,1846],{"className":1845},[595],[26,1847,1849,1869],{"className":1848},[599,702],[26,1850,1852,1866],{"className":1851},[603],[26,1853,1855],{"className":1854,"style":709},[607],[26,1856,1857,1860],{"style":712},[26,1858],{"className":1859,"style":616},[615],[26,1861,1863],{"className":1862},[620,621,622,623],[26,1864,1369],{"className":1865},[47,623],[26,1867,738],{"className":1868},[737],[26,1870,1872],{"className":1871},[603],[26,1873,1875],{"className":1874,"style":850},[607],[26,1876],{},[26,1878,450],{"className":1879},[449],[26,1881],{"className":1882,"style":454},[80],[26,1884,1886,1889],{"className":1885},[47],[26,1887,145],{"className":1888},[47,48],[26,1890,1892],{"className":1891},[595],[26,1893,1895,1915],{"className":1894},[599,702],[26,1896,1898,1912],{"className":1897},[603],[26,1899,1901],{"className":1900,"style":709},[607],[26,1902,1903,1906],{"style":712},[26,1904],{"className":1905,"style":616},[615],[26,1907,1909],{"className":1908},[620,621,622,623],[26,1910,234],{"className":1911},[47,623],[26,1913,738],{"className":1914},[737],[26,1916,1918],{"className":1917},[603],[26,1919,1921],{"className":1920,"style":850},[607],[26,1922],{},[26,1924,450],{"className":1925},[449],[26,1927],{"className":1928,"style":454},[80],[26,1930,1932,1935],{"className":1931},[47],[26,1933,20],{"className":1934},[47,48],[26,1936,1938],{"className":1937},[595],[26,1939,1941,1961],{"className":1940},[599,702],[26,1942,1944,1958],{"className":1943},[603],[26,1945,1947],{"className":1946,"style":709},[607],[26,1948,1949,1952],{"style":712},[26,1950],{"className":1951,"style":616},[615],[26,1953,1955],{"className":1954},[620,621,622,623],[26,1956,234],{"className":1957},[47,623],[26,1959,738],{"className":1960},[737],[26,1962,1964],{"className":1963},[603],[26,1965,1967],{"className":1966,"style":850},[607],[26,1968],{},[26,1970,450],{"className":1971},[449],[26,1973],{"className":1974,"style":454},[80],[26,1976,1978,1981],{"className":1977},[47],[26,1979,145],{"className":1980},[47,48],[26,1982,1984],{"className":1983},[595],[26,1985,1987,2008],{"className":1986},[599,702],[26,1988,1990,2005],{"className":1989},[603],[26,1991,1993],{"className":1992,"style":709},[607],[26,1994,1995,1998],{"style":712},[26,1996],{"className":1997,"style":616},[615],[26,1999,2001],{"className":2000},[620,621,622,623],[26,2002,2004],{"className":2003},[47,623],"2",[26,2006,738],{"className":2007},[737],[26,2009,2011],{"className":2010},[603],[26,2012,2014],{"className":2013,"style":850},[607],[26,2015],{},[26,2017,450],{"className":2018},[449],[26,2020],{"className":2021,"style":454},[80],[26,2023,2026],{"className":2024},[2025],"minner","…",[26,2028],{"className":2029,"style":454},[80],[26,2031,450],{"className":2032},[449],[26,2034],{"className":2035,"style":454},[80],[26,2037,2039,2042],{"className":2038},[47],[26,2040,20],{"className":2041},[47,48],[26,2043,2045],{"className":2044},[595],[26,2046,2048,2078],{"className":2047},[599,702],[26,2049,2051,2075],{"className":2050},[603],[26,2052,2054],{"className":2053,"style":709},[607],[26,2055,2056,2059],{"style":712},[26,2057],{"className":2058,"style":616},[615],[26,2060,2062],{"className":2061},[620,621,622,623],[26,2063,2065,2068,2072],{"className":2064},[47,623],[26,2066,725],{"className":2067},[47,48,623],[26,2069,2071],{"className":2070},[729,623],"−",[26,2073,234],{"className":2074},[47,623],[26,2076,738],{"className":2077},[737],[26,2079,2081],{"className":2080},[603],[26,2082,2084],{"className":2083,"style":745},[607],[26,2085],{},[26,2087,450],{"className":2088},[449],[26,2090],{"className":2091,"style":454},[80],[26,2093,2095,2098],{"className":2094},[47],[26,2096,145],{"className":2097},[47,48],[26,2099,2101],{"className":2100},[595],[26,2102,2104,2124],{"className":2103},[599,702],[26,2105,2107,2121],{"className":2106},[603],[26,2108,2110],{"className":2109,"style":829},[607],[26,2111,2112,2115],{"style":712},[26,2113],{"className":2114,"style":616},[615],[26,2116,2118],{"className":2117},[620,621,622,623],[26,2119,725],{"className":2120},[47,48,623],[26,2122,738],{"className":2123},[737],[26,2125,2127],{"className":2126},[603],[26,2128,2130],{"className":2129,"style":850},[607],[26,2131],{},[26,2133,103],{"className":2134},[102],[26,2136,450],{"className":2137},[449],[11,2139,2140,2141,2143,2144,2196],{},"the full record of actions taken and observations seen. The history ",[151,2142,1611],{}," Markov — it\ncontains everything the data can tell you — but it grows without bound and never\nrepeats, so a policy or value function indexed by raw history is a table with a fresh\nrow every step. That is useless for learning. We need a compact summary of ",[26,2145,2147],{"className":2146},[29],[26,2148,2150],{"className":2149,"ariaHidden":34},[33],[26,2151,2153,2156],{"className":2152},[38],[26,2154],{"className":2155,"style":1770},[42],[26,2157,2159,2162],{"className":2158},[47],[26,2160,1777],{"className":2161},[47,48],[26,2163,2165],{"className":2164},[595],[26,2166,2168,2188],{"className":2167},[599,702],[26,2169,2171,2185],{"className":2170},[603],[26,2172,2174],{"className":2173,"style":829},[607],[26,2175,2176,2179],{"style":712},[26,2177],{"className":2178,"style":616},[615],[26,2180,2182],{"className":2181},[620,621,622,623],[26,2183,725],{"className":2184},[47,48,623],[26,2186,738],{"className":2187},[737],[26,2189,2191],{"className":2190},[603],[26,2192,2194],{"className":2193,"style":850},[607],[26,2195],{}," that\nkeeps everything relevant for the future and throws away the rest. The classical answer\nis the belief state.",[211,2198,2200],{"id":2199},"the-belief-state-as-a-sufficient-statistic","The belief state as a sufficient statistic",[11,2202,2203,2204,2207,2208,1414],{},"Since the agent cannot know which hidden state it is in, the most it can hold is a\n",[15,2205,2206],{},"probability distribution"," over hidden states, given everything it has seen. That\ndistribution is the ",[15,2209,2210],{},"belief state",[416,2212,2213],{"type":418},[11,2214,2215,2218,2219,2421,2422,2437,2438,2490,2491,2506,2507,2587,2588,2718,2719,2722,2723,2775],{},[15,2216,2217],{},"Definition (Belief state)."," The belief ",[26,2220,2222],{"className":2221},[29],[26,2223,2225,2290,2354,2372],{"className":2224,"ariaHidden":34},[33],[26,2226,2228,2231,2272,2275,2278,2281,2284,2287],{"className":2227},[38],[26,2229],{"className":2230,"style":63},[42],[26,2232,2234,2238],{"className":2233},[47],[26,2235,2237],{"className":2236},[47,48],"b",[26,2239,2241],{"className":2240},[595],[26,2242,2244,2264],{"className":2243},[599,702],[26,2245,2247,2261],{"className":2246},[603],[26,2248,2250],{"className":2249,"style":829},[607],[26,2251,2252,2255],{"style":712},[26,2253],{"className":2254,"style":616},[615],[26,2256,2258],{"className":2257},[620,621,622,623],[26,2259,725],{"className":2260},[47,48,623],[26,2262,738],{"className":2263},[737],[26,2265,2267],{"className":2266},[603],[26,2268,2270],{"className":2269,"style":850},[607],[26,2271],{},[26,2273,73],{"className":2274},[72],[26,2276,49],{"className":2277},[47,48],[26,2279,103],{"className":2280},[102],[26,2282],{"className":2283,"style":81},[80],[26,2285,667],{"className":2286},[85],[26,2288],{"className":2289,"style":81},[80],[26,2291,2293,2296,2302,2305,2345,2348,2351],{"className":2292},[38],[26,2294],{"className":2295,"style":63},[42],[26,2297,2299],{"className":2298},[680],[26,2300,685],{"className":2301},[47,684],[26,2303,689],{"className":2304},[72],[26,2306,2308,2311],{"className":2307},[47],[26,2309,49],{"className":2310},[47,48],[26,2312,2314],{"className":2313},[595],[26,2315,2317,2337],{"className":2316},[599,702],[26,2318,2320,2334],{"className":2319},[603],[26,2321,2323],{"className":2322,"style":829},[607],[26,2324,2325,2328],{"style":712},[26,2326],{"className":2327,"style":616},[615],[26,2329,2331],{"className":2330},[620,621,622,623],[26,2332,725],{"className":2333},[47,48,623],[26,2335,738],{"className":2336},[737],[26,2338,2340],{"className":2339},[603],[26,2341,2343],{"className":2342,"style":850},[607],[26,2344],{},[26,2346],{"className":2347,"style":81},[80],[26,2349,667],{"className":2350},[85],[26,2352],{"className":2353,"style":81},[80],[26,2355,2357,2360,2363,2366,2369],{"className":2356},[38],[26,2358],{"className":2359,"style":63},[42],[26,2361,49],{"className":2362},[47,48],[26,2364],{"className":2365,"style":81},[80],[26,2367,86],{"className":2368},[85],[26,2370],{"className":2371,"style":81},[80],[26,2373,2375,2378,2418],{"className":2374},[38],[26,2376],{"className":2377,"style":63},[42],[26,2379,2381,2384],{"className":2380},[47],[26,2382,1777],{"className":2383},[47,48],[26,2385,2387],{"className":2386},[595],[26,2388,2390,2410],{"className":2389},[599,702],[26,2391,2393,2407],{"className":2392},[603],[26,2394,2396],{"className":2395,"style":829},[607],[26,2397,2398,2401],{"style":712},[26,2399],{"className":2400,"style":616},[615],[26,2402,2404],{"className":2403},[620,621,622,623],[26,2405,725],{"className":2406},[47,48,623],[26,2408,738],{"className":2409},[737],[26,2411,2413],{"className":2412},[603],[26,2414,2416],{"className":2415,"style":850},[607],[26,2417],{},[26,2419,939],{"className":2420},[102]," is the\nposterior probability that the hidden state is ",[26,2423,2425],{"className":2424},[29],[26,2426,2428],{"className":2427,"ariaHidden":34},[33],[26,2429,2431,2434],{"className":2430},[38],[26,2432],{"className":2433,"style":43},[42],[26,2435,49],{"className":2436},[47,48],", given the history ",[26,2439,2441],{"className":2440},[29],[26,2442,2444],{"className":2443,"ariaHidden":34},[33],[26,2445,2447,2450],{"className":2446},[38],[26,2448],{"className":2449,"style":1770},[42],[26,2451,2453,2456],{"className":2452},[47],[26,2454,1777],{"className":2455},[47,48],[26,2457,2459],{"className":2458},[595],[26,2460,2462,2482],{"className":2461},[599,702],[26,2463,2465,2479],{"className":2464},[603],[26,2466,2468],{"className":2467,"style":829},[607],[26,2469,2470,2473],{"style":712},[26,2471],{"className":2472,"style":616},[615],[26,2474,2476],{"className":2475},[620,621,622,623],[26,2477,725],{"className":2478},[47,48,623],[26,2480,738],{"className":2481},[737],[26,2483,2485],{"className":2484},[603],[26,2486,2488],{"className":2487,"style":850},[607],[26,2489],{},". It is a\nvector on the probability simplex over ",[26,2492,2494],{"className":2493},[29],[26,2495,2497],{"className":2496,"ariaHidden":34},[33],[26,2498,2500,2503],{"className":2499},[38],[26,2501],{"className":2502,"style":530},[42],[26,2504,445],{"className":2505,"style":444},[47,443],": ",[26,2508,2510],{"className":2509},[29],[26,2511,2513,2578],{"className":2512,"ariaHidden":34},[33],[26,2514,2516,2519,2559,2562,2565,2568,2571,2575],{"className":2515},[38],[26,2517],{"className":2518,"style":63},[42],[26,2520,2522,2525],{"className":2521},[47],[26,2523,2237],{"className":2524},[47,48],[26,2526,2528],{"className":2527},[595],[26,2529,2531,2551],{"className":2530},[599,702],[26,2532,2534,2548],{"className":2533},[603],[26,2535,2537],{"className":2536,"style":829},[607],[26,2538,2539,2542],{"style":712},[26,2540],{"className":2541,"style":616},[615],[26,2543,2545],{"className":2544},[620,621,622,623],[26,2546,725],{"className":2547},[47,48,623],[26,2549,738],{"className":2550},[737],[26,2552,2554],{"className":2553},[603],[26,2555,2557],{"className":2556,"style":850},[607],[26,2558],{},[26,2560,73],{"className":2561},[72],[26,2563,49],{"className":2564},[47,48],[26,2566,103],{"className":2567},[102],[26,2569],{"className":2570,"style":81},[80],[26,2572,2574],{"className":2573},[85],"≥",[26,2576],{"className":2577,"style":81},[80],[26,2579,2581,2584],{"className":2580},[38],[26,2582],{"className":2583,"style":230},[42],[26,2585,1369],{"className":2586},[47]," and\n",[26,2589,2591],{"className":2590},[29],[26,2592,2594,2709],{"className":2593,"ariaHidden":34},[33],[26,2595,2597,2601,2648,2651,2691,2694,2697,2700,2703,2706],{"className":2596},[38],[26,2598],{"className":2599,"style":2600},[42],"height:1.0497em;vertical-align:-0.2997em;",[26,2602,2604,2611],{"className":2603},[680],[26,2605,2610],{"className":2606,"style":2609},[680,2607,2608],"op-symbol","small-op","position:relative;top:0em;","∑",[26,2612,2614],{"className":2613},[595],[26,2615,2617,2639],{"className":2616},[599,702],[26,2618,2620,2636],{"className":2619},[603],[26,2621,2624],{"className":2622,"style":2623},[607],"height:0.0017em;",[26,2625,2627,2630],{"style":2626},"top:-2.4003em;margin-left:0em;margin-right:0.05em;",[26,2628],{"className":2629,"style":616},[615],[26,2631,2633],{"className":2632},[620,621,622,623],[26,2634,49],{"className":2635},[47,48,623],[26,2637,738],{"className":2638},[737],[26,2640,2642],{"className":2641},[603],[26,2643,2646],{"className":2644,"style":2645},[607],"height:0.2997em;",[26,2647],{},[26,2649],{"className":2650,"style":454},[80],[26,2652,2654,2657],{"className":2653},[47],[26,2655,2237],{"className":2656},[47,48],[26,2658,2660],{"className":2659},[595],[26,2661,2663,2683],{"className":2662},[599,702],[26,2664,2666,2680],{"className":2665},[603],[26,2667,2669],{"className":2668,"style":829},[607],[26,2670,2671,2674],{"style":712},[26,2672],{"className":2673,"style":616},[615],[26,2675,2677],{"className":2676},[620,621,622,623],[26,2678,725],{"className":2679},[47,48,623],[26,2681,738],{"className":2682},[737],[26,2684,2686],{"className":2685},[603],[26,2687,2689],{"className":2688,"style":850},[607],[26,2690],{},[26,2692,73],{"className":2693},[72],[26,2695,49],{"className":2696},[47,48],[26,2698,103],{"className":2699},[102],[26,2701],{"className":2702,"style":81},[80],[26,2704,667],{"className":2705},[85],[26,2707],{"className":2708,"style":81},[80],[26,2710,2712,2715],{"className":2711},[38],[26,2713],{"className":2714,"style":230},[42],[26,2716,234],{"className":2717},[47],". The belief is a ",[15,2720,2721],{},"sufficient statistic"," for the history — it\ncarries everything in ",[26,2724,2726],{"className":2725},[29],[26,2727,2729],{"className":2728,"ariaHidden":34},[33],[26,2730,2732,2735],{"className":2731},[38],[26,2733],{"className":2734,"style":1770},[42],[26,2736,2738,2741],{"className":2737},[47],[26,2739,1777],{"className":2740},[47,48],[26,2742,2744],{"className":2743},[595],[26,2745,2747,2767],{"className":2746},[599,702],[26,2748,2750,2764],{"className":2749},[603],[26,2751,2753],{"className":2752,"style":829},[607],[26,2754,2755,2758],{"style":712},[26,2756],{"className":2757,"style":616},[615],[26,2759,2761],{"className":2760},[620,621,622,623],[26,2762,725],{"className":2763},[47,48,623],[26,2765,738],{"className":2766},[737],[26,2768,2770],{"className":2769},[603],[26,2771,2773],{"className":2772,"style":850},[607],[26,2774],{}," that is relevant to predicting the future and choosing\nactions.",[11,2777,2778,2779,2819,2820,2860,2861,129,2864,2889,2890,2905,2906,2921],{},"A belief over ",[26,2780,2782],{"className":2781},[29],[26,2783,2785,2809],{"className":2784,"ariaHidden":34},[33],[26,2786,2788,2791,2794,2797,2800,2803,2806],{"className":2787},[38],[26,2789],{"className":2790,"style":63},[42],[26,2792,86],{"className":2793},[47],[26,2795,445],{"className":2796,"style":444},[47,443],[26,2798,86],{"className":2799},[47],[26,2801],{"className":2802,"style":81},[80],[26,2804,667],{"className":2805},[85],[26,2807],{"className":2808,"style":81},[80],[26,2810,2812,2815],{"className":2811},[38],[26,2813],{"className":2814,"style":43},[42],[26,2816,2818],{"className":2817},[47,48],"n"," states is a point in the ",[26,2821,2823],{"className":2822},[29],[26,2824,2826,2848],{"className":2825,"ariaHidden":34},[33],[26,2827,2829,2832,2835,2838,2842,2845],{"className":2828},[38],[26,2830],{"className":2831,"style":63},[42],[26,2833,73],{"className":2834},[72],[26,2836,2818],{"className":2837},[47,48],[26,2839],{"className":2840,"style":2841},[80],"margin-right:0.2222em;",[26,2843,2071],{"className":2844},[729],[26,2846],{"className":2847,"style":2841},[80],[26,2849,2851,2854,2857],{"className":2850},[38],[26,2852],{"className":2853,"style":63},[42],[26,2855,234],{"className":2856},[47],[26,2858,103],{"className":2859},[102],"-dimensional\n",[15,2862,2863],{},"belief simplex",[26,2865,2867],{"className":2866},[29],[26,2868,2870],{"className":2869,"ariaHidden":34},[33],[26,2871,2873,2876,2880,2883,2886],{"className":2872},[38],[26,2874],{"className":2875,"style":63},[42],[26,2877,2879],{"className":2878},[47],"Δ",[26,2881,73],{"className":2882},[72],[26,2884,445],{"className":2885,"style":444},[47,443],[26,2887,103],{"className":2888},[102],". The corners are the fully-known states (belief\n",[26,2891,2893],{"className":2892},[29],[26,2894,2896],{"className":2895,"ariaHidden":34},[33],[26,2897,2899,2902],{"className":2898},[38],[26,2900],{"className":2901,"style":230},[42],[26,2903,234],{"className":2904},[47]," on one state, ",[26,2907,2909],{"className":2908},[29],[26,2910,2912],{"className":2911,"ariaHidden":34},[33],[26,2913,2915,2918],{"className":2914},[38],[26,2916],{"className":2917,"style":230},[42],[26,2919,1369],{"className":2920},[47]," elsewhere); the interior points are genuine uncertainty. A\nthree-state POMDP has a triangular simplex, and the agent's belief slides around inside\nit as evidence arrives.",[354,2923],{"hash":2924},"572f04de0f7b0eb697ba2190e6f4091c4ce0320d449c7c5e13a97d15154ae025",[11,2926,2927,2928,2930,2931,2933],{},"The belief is a sufficient statistic in the precise sense the\n",[20,2929,124],{"href":123}," defined: any two\nhistories that produce the same belief yield the same distribution over every future\nobservation, and so the same optimal behaviour. That single fact is the reason POMDPs\nare tractable to ",[151,2932,17],{},", if not to solve. It lets us replace the ever-growing history\nwith a fixed-length vector and — the key structural result — recast the whole problem\nas an ordinary MDP.",[2935,2936,2938],"h3",{"id":2937},"a-pomdp-is-an-mdp-over-belief-states","A POMDP is an MDP over belief states",[11,2940,2941,2942,2994,2995,3010,3011,3026,3027,3071,3072,3134,3135,3187,3188,3240,3241,3302,3303,3431],{},"Consider the process whose state is the belief ",[26,2943,2945],{"className":2944},[29],[26,2946,2948],{"className":2947,"ariaHidden":34},[33],[26,2949,2951,2954],{"className":2950},[38],[26,2952],{"className":2953,"style":1770},[42],[26,2955,2957,2960],{"className":2956},[47],[26,2958,2237],{"className":2959},[47,48],[26,2961,2963],{"className":2962},[595],[26,2964,2966,2986],{"className":2965},[599,702],[26,2967,2969,2983],{"className":2968},[603],[26,2970,2972],{"className":2971,"style":829},[607],[26,2973,2974,2977],{"style":712},[26,2975],{"className":2976,"style":616},[615],[26,2978,2980],{"className":2979},[620,621,622,623],[26,2981,725],{"className":2982},[47,48,623],[26,2984,738],{"className":2985},[737],[26,2987,2989],{"className":2988},[603],[26,2990,2992],{"className":2991,"style":850},[607],[26,2993],{},". When the agent takes action ",[26,2996,2998],{"className":2997},[29],[26,2999,3001],{"className":3000,"ariaHidden":34},[33],[26,3002,3004,3007],{"className":3003},[38],[26,3005],{"className":3006,"style":43},[42],[26,3008,20],{"className":3009},[47,48],"\nand receives observation ",[26,3012,3014],{"className":3013},[29],[26,3015,3017],{"className":3016,"ariaHidden":34},[33],[26,3018,3020,3023],{"className":3019},[38],[26,3021],{"className":3022,"style":43},[42],[26,3024,145],{"className":3025},[47,48],", the belief updates deterministically to a new belief\n",[26,3028,3030],{"className":3029},[29],[26,3031,3033],{"className":3032,"ariaHidden":34},[33],[26,3034,3036,3039],{"className":3035},[38],[26,3037],{"className":3038,"style":608},[42],[26,3040,3042,3045],{"className":3041},[47],[26,3043,2237],{"className":3044},[47,48],[26,3046,3048],{"className":3047},[595],[26,3049,3051],{"className":3050},[599],[26,3052,3054],{"className":3053},[603],[26,3055,3057],{"className":3056,"style":608},[607],[26,3058,3059,3062],{"style":611},[26,3060],{"className":3061,"style":616},[615],[26,3063,3065],{"className":3064},[620,621,622,623],[26,3066,3068],{"className":3067},[47,623],[26,3069,630],{"className":3070},[47,623]," (the update rule is next). So the belief follows Markov dynamics: ",[26,3073,3075],{"className":3074},[29],[26,3076,3078],{"className":3077,"ariaHidden":34},[33],[26,3079,3081,3085],{"className":3080},[38],[26,3082],{"className":3083,"style":3084},[42],"height:0.9028em;vertical-align:-0.2083em;",[26,3086,3088,3091],{"className":3087},[47],[26,3089,2237],{"className":3090},[47,48],[26,3092,3094],{"className":3093},[595],[26,3095,3097,3126],{"className":3096},[599,702],[26,3098,3100,3123],{"className":3099},[603],[26,3101,3103],{"className":3102,"style":709},[607],[26,3104,3105,3108],{"style":712},[26,3106],{"className":3107,"style":616},[615],[26,3109,3111],{"className":3110},[620,621,622,623],[26,3112,3114,3117,3120],{"className":3113},[47,623],[26,3115,725],{"className":3116},[47,48,623],[26,3118,730],{"className":3119},[729,623],[26,3121,234],{"className":3122},[47,623],[26,3124,738],{"className":3125},[737],[26,3127,3129],{"className":3128},[603],[26,3130,3132],{"className":3131,"style":745},[607],[26,3133],{}," depends\nonly on ",[26,3136,3138],{"className":3137},[29],[26,3139,3141],{"className":3140,"ariaHidden":34},[33],[26,3142,3144,3147],{"className":3143},[38],[26,3145],{"className":3146,"style":1770},[42],[26,3148,3150,3153],{"className":3149},[47],[26,3151,2237],{"className":3152},[47,48],[26,3154,3156],{"className":3155},[595],[26,3157,3159,3179],{"className":3158},[599,702],[26,3160,3162,3176],{"className":3161},[603],[26,3163,3165],{"className":3164,"style":829},[607],[26,3166,3167,3170],{"style":712},[26,3168],{"className":3169,"style":616},[615],[26,3171,3173],{"className":3172},[620,621,622,623],[26,3174,725],{"className":3175},[47,48,623],[26,3177,738],{"className":3178},[737],[26,3180,3182],{"className":3181},[603],[26,3183,3185],{"className":3184,"style":850},[607],[26,3186],{},", ",[26,3189,3191],{"className":3190},[29],[26,3192,3194],{"className":3193,"ariaHidden":34},[33],[26,3195,3197,3200],{"className":3196},[38],[26,3198],{"className":3199,"style":810},[42],[26,3201,3203,3206],{"className":3202},[47],[26,3204,20],{"className":3205},[47,48],[26,3207,3209],{"className":3208},[595],[26,3210,3212,3232],{"className":3211},[599,702],[26,3213,3215,3229],{"className":3214},[603],[26,3216,3218],{"className":3217,"style":829},[607],[26,3219,3220,3223],{"style":712},[26,3221],{"className":3222,"style":616},[615],[26,3224,3226],{"className":3225},[620,621,622,623],[26,3227,725],{"className":3228},[47,48,623],[26,3230,738],{"className":3231},[737],[26,3233,3235],{"className":3234},[603],[26,3236,3238],{"className":3237,"style":850},[607],[26,3239],{},", and ",[26,3242,3244],{"className":3243},[29],[26,3245,3247],{"className":3246,"ariaHidden":34},[33],[26,3248,3250,3253],{"className":3249},[38],[26,3251],{"className":3252,"style":1130},[42],[26,3254,3256,3259],{"className":3255},[47],[26,3257,145],{"className":3258},[47,48],[26,3260,3262],{"className":3261},[595],[26,3263,3265,3294],{"className":3264},[599,702],[26,3266,3268,3291],{"className":3267},[603],[26,3269,3271],{"className":3270,"style":709},[607],[26,3272,3273,3276],{"style":712},[26,3274],{"className":3275,"style":616},[615],[26,3277,3279],{"className":3278},[620,621,622,623],[26,3280,3282,3285,3288],{"className":3281},[47,623],[26,3283,725],{"className":3284},[47,48,623],[26,3286,730],{"className":3287},[729,623],[26,3289,234],{"className":3290},[47,623],[26,3292,738],{"className":3293},[737],[26,3295,3297],{"className":3296},[603],[26,3298,3300],{"className":3299,"style":745},[607],[26,3301],{},". Define a reward on beliefs by averaging the true\nreward under the belief, ",[26,3304,3306],{"className":3305},[29],[26,3307,3309,3346],{"className":3308,"ariaHidden":34},[33],[26,3310,3312,3315,3319,3322,3325,3328,3331,3334,3337,3340,3343],{"className":3311},[38],[26,3313],{"className":3314,"style":63},[42],[26,3316,3318],{"className":3317},[47,48],"ρ",[26,3320,73],{"className":3321},[72],[26,3323,2237],{"className":3324},[47,48],[26,3326,450],{"className":3327},[449],[26,3329],{"className":3330,"style":454},[80],[26,3332,20],{"className":3333},[47,48],[26,3335,103],{"className":3336},[102],[26,3338],{"className":3339,"style":81},[80],[26,3341,667],{"className":3342},[85],[26,3344],{"className":3345,"style":81},[80],[26,3347,3349,3352,3392,3395,3398,3401,3404,3407,3410,3413,3416,3419,3422,3425,3428],{"className":3348},[38],[26,3350],{"className":3351,"style":2600},[42],[26,3353,3355,3358],{"className":3354},[680],[26,3356,2610],{"className":3357,"style":2609},[680,2607,2608],[26,3359,3361],{"className":3360},[595],[26,3362,3364,3384],{"className":3363},[599,702],[26,3365,3367,3381],{"className":3366},[603],[26,3368,3370],{"className":3369,"style":2623},[607],[26,3371,3372,3375],{"style":2626},[26,3373],{"className":3374,"style":616},[615],[26,3376,3378],{"className":3377},[620,621,622,623],[26,3379,49],{"className":3380},[47,48,623],[26,3382,738],{"className":3383},[737],[26,3385,3387],{"className":3386},[603],[26,3388,3390],{"className":3389,"style":2645},[607],[26,3391],{},[26,3393],{"className":3394,"style":454},[80],[26,3396,2237],{"className":3397},[47,48],[26,3399,73],{"className":3400},[72],[26,3402,49],{"className":3403},[47,48],[26,3405,103],{"className":3406},[102],[26,3408],{"className":3409,"style":454},[80],[26,3411,502],{"className":3412,"style":501},[47,48],[26,3414,73],{"className":3415},[72],[26,3417,49],{"className":3418},[47,48],[26,3420,450],{"className":3421},[449],[26,3423],{"className":3424,"style":454},[80],[26,3426,20],{"className":3427},[47,48],[26,3429,103],{"className":3430},[102],", and a belief-transition\nmodel by summing over which observation arrives. The result is a genuine MDP.",[416,3433,3435],{"type":3434},"theorem",[11,3436,3437,3440,3441,3516,3517,3541,3542,3666,3667,3697,3698,3768],{},[15,3438,3439],{},"Theorem (Belief-MDP equivalence)."," A POMDP ",[26,3442,3444],{"className":3443},[29],[26,3445,3447],{"className":3446,"ariaHidden":34},[33],[26,3448,3450,3453,3456,3459,3462,3465,3468,3471,3474,3477,3480,3483,3486,3489,3492,3495,3498,3501,3504,3507,3510,3513],{"className":3449},[38],[26,3451],{"className":3452,"style":63},[42],[26,3454,73],{"className":3455},[72],[26,3457,445],{"className":3458,"style":444},[47,443],[26,3460,450],{"className":3461},[449],[26,3463],{"className":3464,"style":454},[80],[26,3466,458],{"className":3467},[47,443],[26,3469,450],{"className":3470},[449],[26,3472],{"className":3473,"style":454},[80],[26,3475,469],{"className":3476,"style":468},[47,443],[26,3478,450],{"className":3479},[449],[26,3481],{"className":3482,"style":454},[80],[26,3484,480],{"className":3485,"style":479},[47,48],[26,3487,450],{"className":3488},[449],[26,3490],{"className":3491,"style":454},[80],[26,3493,491],{"className":3494,"style":490},[47,48],[26,3496,450],{"className":3497},[449],[26,3499],{"className":3500,"style":454},[80],[26,3502,502],{"className":3503,"style":501},[47,48],[26,3505,450],{"className":3506},[449],[26,3508],{"className":3509,"style":454},[80],[26,3511,513],{"className":3512,"style":512},[47,48],[26,3514,103],{"className":3515},[102]," is equivalent to a fully observable MDP whose state space is the\nbelief simplex ",[26,3518,3520],{"className":3519},[29],[26,3521,3523],{"className":3522,"ariaHidden":34},[33],[26,3524,3526,3529,3532,3535,3538],{"className":3525},[38],[26,3527],{"className":3528,"style":63},[42],[26,3530,2879],{"className":3531},[47],[26,3533,73],{"className":3534},[72],[26,3536,445],{"className":3537,"style":444},[47,443],[26,3539,103],{"className":3540},[102],", with reward ",[26,3543,3545],{"className":3544},[29],[26,3546,3548,3584],{"className":3547,"ariaHidden":34},[33],[26,3549,3551,3554,3557,3560,3563,3566,3569,3572,3575,3578,3581],{"className":3550},[38],[26,3552],{"className":3553,"style":63},[42],[26,3555,3318],{"className":3556},[47,48],[26,3558,73],{"className":3559},[72],[26,3561,2237],{"className":3562},[47,48],[26,3564,450],{"className":3565},[449],[26,3567],{"className":3568,"style":454},[80],[26,3570,20],{"className":3571},[47,48],[26,3573,103],{"className":3574},[102],[26,3576],{"className":3577,"style":81},[80],[26,3579,667],{"className":3580},[85],[26,3582],{"className":3583,"style":81},[80],[26,3585,3587,3590,3630,3633,3636,3639,3642,3645,3648,3651,3654,3657,3660,3663],{"className":3586},[38],[26,3588],{"className":3589,"style":2600},[42],[26,3591,3593,3596],{"className":3592},[680],[26,3594,2610],{"className":3595,"style":2609},[680,2607,2608],[26,3597,3599],{"className":3598},[595],[26,3600,3602,3622],{"className":3601},[599,702],[26,3603,3605,3619],{"className":3604},[603],[26,3606,3608],{"className":3607,"style":2623},[607],[26,3609,3610,3613],{"style":2626},[26,3611],{"className":3612,"style":616},[615],[26,3614,3616],{"className":3615},[620,621,622,623],[26,3617,49],{"className":3618},[47,48,623],[26,3620,738],{"className":3621},[737],[26,3623,3625],{"className":3624},[603],[26,3626,3628],{"className":3627,"style":2645},[607],[26,3629],{},[26,3631],{"className":3632,"style":454},[80],[26,3634,2237],{"className":3635},[47,48],[26,3637,73],{"className":3638},[72],[26,3640,49],{"className":3641},[47,48],[26,3643,103],{"className":3644},[102],[26,3646,502],{"className":3647,"style":501},[47,48],[26,3649,73],{"className":3650},[72],[26,3652,49],{"className":3653},[47,48],[26,3655,450],{"className":3656},[449],[26,3658],{"className":3659,"style":454},[80],[26,3661,20],{"className":3662},[47,48],[26,3664,103],{"className":3665},[102],"\nand Markov belief-transition dynamics driven by ",[26,3668,3670],{"className":3669},[29],[26,3671,3673],{"className":3672,"ariaHidden":34},[33],[26,3674,3676,3679,3682,3685,3688,3691,3694],{"className":3675},[38],[26,3677],{"className":3678,"style":63},[42],[26,3680,73],{"className":3681},[72],[26,3683,20],{"className":3684},[47,48],[26,3686,450],{"className":3687},[449],[26,3689],{"className":3690,"style":454},[80],[26,3692,145],{"className":3693},[47,48],[26,3695,103],{"className":3696},[102],". An optimal policy for the\nbelief-MDP, ",[26,3699,3701],{"className":3700},[29],[26,3702,3704,3756],{"className":3703,"ariaHidden":34},[33],[26,3705,3707,3710,3741,3744,3747,3750,3753],{"className":3706},[38],[26,3708],{"className":3709,"style":63},[42],[26,3711,3713,3716],{"className":3712},[47],[26,3714,68],{"className":3715,"style":67},[47,48],[26,3717,3719],{"className":3718},[595],[26,3720,3722],{"className":3721},[599],[26,3723,3725],{"className":3724},[603],[26,3726,3729],{"className":3727,"style":3728},[607],"height:0.6887em;",[26,3730,3731,3734],{"style":611},[26,3732],{"className":3733,"style":616},[615],[26,3735,3737],{"className":3736},[620,621,622,623],[26,3738,3740],{"className":3739},[729,623],"∗",[26,3742,73],{"className":3743},[72],[26,3745,20],{"className":3746},[47,48],[26,3748],{"className":3749,"style":81},[80],[26,3751,86],{"className":3752},[85],[26,3754],{"className":3755,"style":81},[80],[26,3757,3759,3762,3765],{"className":3758},[38],[26,3760],{"className":3761,"style":63},[42],[26,3763,2237],{"className":3764},[47,48],[26,3766,103],{"className":3767},[102],", is optimal for the POMDP.",[354,3770],{"hash":3771},"76643116e51c80999f2b4d51da4b5bc128dc7ed5a2e519d376b6b5ceb1660f49",[11,3773,3774,3775,3778,3779,3783,3784,3800],{},"The equivalence cuts both ways. Solve the belief-MDP and you have solved the POMDP;\nbut the belief-MDP has a ",[151,3776,3777],{},"continuous"," state space — the\nsimplex — even when the POMDP had finitely many states, so the tabular machinery of the\n",[20,3780,3782],{"href":3781},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming","dynamic-programming chapter","\ndoes not apply off the shelf. We first need the update that moves ",[26,3785,3787],{"className":3786},[29],[26,3788,3790],{"className":3789,"ariaHidden":34},[33],[26,3791,3793,3797],{"className":3792},[38],[26,3794],{"className":3795,"style":3796},[42],"height:0.6944em;",[26,3798,2237],{"className":3799},[47,48]," through that\nsimplex.",[211,3802,3804],{"id":3803},"the-belief-update-a-bayes-filter","The belief update: a Bayes filter",[11,3806,3807,3808,3832,3833,3848,3849,3864,3865,3947,3948,3951,3952,3955],{},"The belief update is Bayes' rule applied recursively. Given the current belief ",[26,3809,3811],{"className":3810},[29],[26,3812,3814],{"className":3813,"ariaHidden":34},[33],[26,3815,3817,3820,3823,3826,3829],{"className":3816},[38],[26,3818],{"className":3819,"style":63},[42],[26,3821,2237],{"className":3822},[47,48],[26,3824,73],{"className":3825},[72],[26,3827,49],{"className":3828},[47,48],[26,3830,103],{"className":3831},[102],",\nthe action taken ",[26,3834,3836],{"className":3835},[29],[26,3837,3839],{"className":3838,"ariaHidden":34},[33],[26,3840,3842,3845],{"className":3841},[38],[26,3843],{"className":3844,"style":43},[42],[26,3846,20],{"className":3847},[47,48],", and the new observation ",[26,3850,3852],{"className":3851},[29],[26,3853,3855],{"className":3854,"ariaHidden":34},[33],[26,3856,3858,3861],{"className":3857},[38],[26,3859],{"className":3860,"style":43},[42],[26,3862,145],{"className":3863},[47,48],", the updated belief ",[26,3866,3868],{"className":3867},[29],[26,3869,3871],{"className":3870,"ariaHidden":34},[33],[26,3872,3874,3877,3909,3912,3944],{"className":3873},[38],[26,3875],{"className":3876,"style":579},[42],[26,3878,3880,3883],{"className":3879},[47],[26,3881,2237],{"className":3882},[47,48],[26,3884,3886],{"className":3885},[595],[26,3887,3889],{"className":3888},[599],[26,3890,3892],{"className":3891},[603],[26,3893,3895],{"className":3894,"style":608},[607],[26,3896,3897,3900],{"style":611},[26,3898],{"className":3899,"style":616},[615],[26,3901,3903],{"className":3902},[620,621,622,623],[26,3904,3906],{"className":3905},[47,623],[26,3907,630],{"className":3908},[47,623],[26,3910,73],{"className":3911},[72],[26,3913,3915,3918],{"className":3914},[47],[26,3916,49],{"className":3917},[47,48],[26,3919,3921],{"className":3920},[595],[26,3922,3924],{"className":3923},[599],[26,3925,3927],{"className":3926},[603],[26,3928,3930],{"className":3929,"style":608},[607],[26,3931,3932,3935],{"style":611},[26,3933],{"className":3934,"style":616},[615],[26,3936,3938],{"className":3937},[620,621,622,623],[26,3939,3941],{"className":3940},[47,623],[26,3942,630],{"className":3943},[47,623],[26,3945,103],{"className":3946},[102]," is the\nposterior over the next hidden state. Two steps: ",[15,3949,3950],{},"predict"," the next state by pushing\nthe belief through the transition model, then ",[15,3953,3954],{},"correct"," by weighting each candidate\nnext state by how well it explains the observation.",[26,3957,3959],{"className":3958},[1757],[26,3960,3962],{"className":3961},[29],[26,3963,3965,4059,4390,4426,4542,4695],{"className":3964,"ariaHidden":34},[33],[26,3966,3968,3972,4006,4009,4041,4044,4047,4050,4053,4056],{"className":3967},[38],[26,3969],{"className":3970,"style":3971},[42],"height:1.0519em;vertical-align:-0.25em;",[26,3973,3975,3978],{"className":3974},[47],[26,3976,2237],{"className":3977},[47,48],[26,3979,3981],{"className":3980},[595],[26,3982,3984],{"className":3983},[599],[26,3985,3987],{"className":3986},[603],[26,3988,3991],{"className":3989,"style":3990},[607],"height:0.8019em;",[26,3992,3994,3997],{"style":3993},"top:-3.113em;margin-right:0.05em;",[26,3995],{"className":3996,"style":616},[615],[26,3998,4000],{"className":3999},[620,621,622,623],[26,4001,4003],{"className":4002},[47,623],[26,4004,630],{"className":4005},[47,623],[26,4007,73],{"className":4008},[72],[26,4010,4012,4015],{"className":4011},[47],[26,4013,49],{"className":4014},[47,48],[26,4016,4018],{"className":4017},[595],[26,4019,4021],{"className":4020},[599],[26,4022,4024],{"className":4023},[603],[26,4025,4027],{"className":4026,"style":3990},[607],[26,4028,4029,4032],{"style":3993},[26,4030],{"className":4031,"style":616},[615],[26,4033,4035],{"className":4034},[620,621,622,623],[26,4036,4038],{"className":4037},[47,623],[26,4039,630],{"className":4040},[47,623],[26,4042,103],{"className":4043},[102],[26,4045],{"className":4046,"style":81},[80],[26,4048],{"className":4049,"style":81},[80],[26,4051,667],{"className":4052},[85],[26,4054],{"className":4055,"style":81},[80],[26,4057],{"className":4058,"style":81},[80],[26,4060,4062,4066,4359,4362,4366,4369,4375,4378,4381,4384,4387],{"className":4061},[38],[26,4063],{"className":4064,"style":4065},[42],"height:2.3776em;vertical-align:-0.936em;",[26,4067,4069,4073,4356],{"className":4068},[47],[26,4070],{"className":4071},[72,4072],"nulldelimiter",[26,4074,4077],{"className":4075},[4076],"mfrac",[26,4078,4080,4347],{"className":4079},[599,702],[26,4081,4083,4344],{"className":4082},[603],[26,4084,4087,4133,4144],{"className":4085,"style":4086},[607],"height:1.4416em;",[26,4088,4090,4094],{"style":4089},"top:-2.314em;",[26,4091],{"className":4092,"style":4093},[615],"height:3em;",[26,4095,4097,4103,4106,4109,4112,4115,4118,4121,4124,4127,4130],{"className":4096},[47],[26,4098,4100],{"className":4099},[680],[26,4101,685],{"className":4102},[47,684],[26,4104,73],{"className":4105},[72],[26,4107,145],{"className":4108},[47,48],[26,4110],{"className":4111,"style":81},[80],[26,4113,86],{"className":4114},[85],[26,4116],{"className":4117,"style":81},[80],[26,4119,2237],{"className":4120},[47,48],[26,4122,450],{"className":4123},[449],[26,4125],{"className":4126,"style":454},[80],[26,4128,20],{"className":4129},[47,48],[26,4131,103],{"className":4132},[102],[26,4134,4136,4139],{"style":4135},"top:-3.23em;",[26,4137],{"className":4138,"style":4093},[615],[26,4140],{"className":4141,"style":4143},[4142],"frac-line","border-bottom-width:0.04em;",[26,4145,4147,4150],{"style":4146},"top:-3.6897em;",[26,4148],{"className":4149,"style":4093},[615],[26,4151,4153,4156,4159,4162,4165,4168,4171,4203,4206,4209,4212,4215,4218,4221,4264,4267,4270,4273,4305,4308,4311,4314,4317,4320,4323,4326,4329,4332,4335,4338,4341],{"className":4152},[47],[26,4154,491],{"className":4155,"style":490},[47,48],[26,4157,73],{"className":4158},[72],[26,4160,145],{"className":4161},[47,48],[26,4163],{"className":4164,"style":81},[80],[26,4166,86],{"className":4167},[85],[26,4169],{"className":4170,"style":81},[80],[26,4172,4174,4177],{"className":4173},[47],[26,4175,49],{"className":4176},[47,48],[26,4178,4180],{"className":4179},[595],[26,4181,4183],{"className":4182},[599],[26,4184,4186],{"className":4185},[603],[26,4187,4189],{"className":4188,"style":608},[607],[26,4190,4191,4194],{"style":611},[26,4192],{"className":4193,"style":616},[615],[26,4195,4197],{"className":4196},[620,621,622,623],[26,4198,4200],{"className":4199},[47,623],[26,4201,630],{"className":4202},[47,623],[26,4204,450],{"className":4205},[449],[26,4207],{"className":4208,"style":454},[80],[26,4210,20],{"className":4211},[47,48],[26,4213,103],{"className":4214},[102],[26,4216],{"className":4217,"style":81},[80],[26,4219],{"className":4220,"style":454},[80],[26,4222,4224,4227],{"className":4223},[680],[26,4225,2610],{"className":4226,"style":2609},[680,2607,2608],[26,4228,4230],{"className":4229},[595],[26,4231,4233,4256],{"className":4232},[599,702],[26,4234,4236,4253],{"className":4235},[603],[26,4237,4239],{"className":4238,"style":2623},[607],[26,4240,4241,4244],{"style":2626},[26,4242],{"className":4243,"style":616},[615],[26,4245,4247],{"className":4246},[620,621,622,623],[26,4248,4250],{"className":4249},[47,623],[26,4251,49],{"className":4252},[47,48,623],[26,4254,738],{"className":4255},[737],[26,4257,4259],{"className":4258},[603],[26,4260,4262],{"className":4261,"style":2645},[607],[26,4263],{},[26,4265],{"className":4266,"style":454},[80],[26,4268,480],{"className":4269,"style":479},[47,48],[26,4271,73],{"className":4272},[72],[26,4274,4276,4279],{"className":4275},[47],[26,4277,49],{"className":4278},[47,48],[26,4280,4282],{"className":4281},[595],[26,4283,4285],{"className":4284},[599],[26,4286,4288],{"className":4287},[603],[26,4289,4291],{"className":4290,"style":608},[607],[26,4292,4293,4296],{"style":611},[26,4294],{"className":4295,"style":616},[615],[26,4297,4299],{"className":4298},[620,621,622,623],[26,4300,4302],{"className":4301},[47,623],[26,4303,630],{"className":4304},[47,623],[26,4306],{"className":4307,"style":81},[80],[26,4309,86],{"className":4310},[85],[26,4312],{"className":4313,"style":81},[80],[26,4315,49],{"className":4316},[47,48],[26,4318,450],{"className":4319},[449],[26,4321],{"className":4322,"style":454},[80],[26,4324,20],{"className":4325},[47,48],[26,4327,103],{"className":4328},[102],[26,4330],{"className":4331,"style":454},[80],[26,4333,2237],{"className":4334},[47,48],[26,4336,73],{"className":4337},[72],[26,4339,49],{"className":4340},[47,48],[26,4342,103],{"className":4343},[102],[26,4345,738],{"className":4346},[737],[26,4348,4350],{"className":4349},[603],[26,4351,4354],{"className":4352,"style":4353},[607],"height:0.936em;",[26,4355],{},[26,4357],{"className":4358},[102,4072],[26,4360,450],{"className":4361},[449],[26,4363],{"className":4364,"style":4365},[80],"margin-right:2em;",[26,4367],{"className":4368,"style":454},[80],[26,4370,4372],{"className":4371},[680],[26,4373,685],{"className":4374},[47,684],[26,4376,73],{"className":4377},[72],[26,4379,145],{"className":4380},[47,48],[26,4382],{"className":4383,"style":81},[80],[26,4385,86],{"className":4386},[85],[26,4388],{"className":4389,"style":81},[80],[26,4391,4393,4396,4399,4402,4405,4408,4411,4414,4417,4420,4423],{"className":4392},[38],[26,4394],{"className":4395,"style":63},[42],[26,4397,2237],{"className":4398},[47,48],[26,4400,450],{"className":4401},[449],[26,4403],{"className":4404,"style":454},[80],[26,4406,20],{"className":4407},[47,48],[26,4409,103],{"className":4410},[102],[26,4412],{"className":4413,"style":81},[80],[26,4415],{"className":4416,"style":81},[80],[26,4418,667],{"className":4419},[85],[26,4421],{"className":4422,"style":81},[80],[26,4424],{"className":4425,"style":81},[80],[26,4427,4429,4433,4521,4524,4527,4530,4533,4536,4539],{"className":4428},[38],[26,4430],{"className":4431,"style":4432},[42],"height:2.344em;vertical-align:-1.294em;",[26,4434,4437],{"className":4435},[680,4436],"op-limits",[26,4438,4440,4512],{"className":4439},[599,702],[26,4441,4443,4509],{"className":4442},[603],[26,4444,4447,4497],{"className":4445,"style":4446},[607],"height:1.05em;",[26,4448,4450,4454],{"style":4449},"top:-1.856em;margin-left:0em;",[26,4451],{"className":4452,"style":4453},[615],"height:3.05em;",[26,4455,4457],{"className":4456},[620,621,622,623],[26,4458,4460],{"className":4459},[47,623],[26,4461,4463,4466],{"className":4462},[47,623],[26,4464,49],{"className":4465},[47,48,623],[26,4467,4469],{"className":4468},[595],[26,4470,4472],{"className":4471},[599],[26,4473,4475],{"className":4474},[603],[26,4476,4479],{"className":4477,"style":4478},[607],"height:0.6828em;",[26,4480,4482,4486],{"style":4481},"top:-2.786em;margin-right:0.0714em;",[26,4483],{"className":4484,"style":4485},[615],"height:2.5em;",[26,4487,4491],{"className":4488},[620,4489,4490,623],"reset-size3","size1",[26,4492,4494],{"className":4493},[47,623],[26,4495,630],{"className":4496},[47,623],[26,4498,4500,4503],{"style":4499},"top:-3.05em;",[26,4501],{"className":4502,"style":4453},[615],[26,4504,4505],{},[26,4506,2610],{"className":4507},[680,2607,4508],"large-op",[26,4510,738],{"className":4511},[737],[26,4513,4515],{"className":4514},[603],[26,4516,4519],{"className":4517,"style":4518},[607],"height:1.294em;",[26,4520],{},[26,4522],{"className":4523,"style":454},[80],[26,4525,491],{"className":4526,"style":490},[47,48],[26,4528,73],{"className":4529},[72],[26,4531,145],{"className":4532},[47,48],[26,4534],{"className":4535,"style":81},[80],[26,4537,86],{"className":4538},[85],[26,4540],{"className":4541,"style":81},[80],[26,4543,4545,4549,4581,4584,4587,4590,4593,4596,4645,4648,4651,4654,4686,4689,4692],{"className":4544},[38],[26,4546],{"className":4547,"style":4548},[42],"height:2.3em;vertical-align:-1.25em;",[26,4550,4552,4555],{"className":4551},[47],[26,4553,49],{"className":4554},[47,48],[26,4556,4558],{"className":4557},[595],[26,4559,4561],{"className":4560},[599],[26,4562,4564],{"className":4563},[603],[26,4565,4567],{"className":4566,"style":3990},[607],[26,4568,4569,4572],{"style":3993},[26,4570],{"className":4571,"style":616},[615],[26,4573,4575],{"className":4574},[620,621,622,623],[26,4576,4578],{"className":4577},[47,623],[26,4579,630],{"className":4580},[47,623],[26,4582,450],{"className":4583},[449],[26,4585],{"className":4586,"style":454},[80],[26,4588,20],{"className":4589},[47,48],[26,4591,103],{"className":4592},[102],[26,4594],{"className":4595,"style":454},[80],[26,4597,4599],{"className":4598},[680,4436],[26,4600,4602,4636],{"className":4601},[599,702],[26,4603,4605,4633],{"className":4604},[603],[26,4606,4608,4623],{"className":4607,"style":4446},[607],[26,4609,4611,4614],{"style":4610},"top:-1.9em;margin-left:0em;",[26,4612],{"className":4613,"style":4453},[615],[26,4615,4617],{"className":4616},[620,621,622,623],[26,4618,4620],{"className":4619},[47,623],[26,4621,49],{"className":4622},[47,48,623],[26,4624,4625,4628],{"style":4499},[26,4626],{"className":4627,"style":4453},[615],[26,4629,4630],{},[26,4631,2610],{"className":4632},[680,2607,4508],[26,4634,738],{"className":4635},[737],[26,4637,4639],{"className":4638},[603],[26,4640,4643],{"className":4641,"style":4642},[607],"height:1.25em;",[26,4644],{},[26,4646],{"className":4647,"style":454},[80],[26,4649,480],{"className":4650,"style":479},[47,48],[26,4652,73],{"className":4653},[72],[26,4655,4657,4660],{"className":4656},[47],[26,4658,49],{"className":4659},[47,48],[26,4661,4663],{"className":4662},[595],[26,4664,4666],{"className":4665},[599],[26,4667,4669],{"className":4668},[603],[26,4670,4672],{"className":4671,"style":3990},[607],[26,4673,4674,4677],{"style":3993},[26,4675],{"className":4676,"style":616},[615],[26,4678,4680],{"className":4679},[620,621,622,623],[26,4681,4683],{"className":4682},[47,623],[26,4684,630],{"className":4685},[47,623],[26,4687],{"className":4688,"style":81},[80],[26,4690,86],{"className":4691},[85],[26,4693],{"className":4694,"style":81},[80],[26,4696,4698,4701,4704,4707,4710,4713,4716,4719,4722,4725,4728,4731],{"className":4697},[38],[26,4699],{"className":4700,"style":63},[42],[26,4702,49],{"className":4703},[47,48],[26,4705,450],{"className":4706},[449],[26,4708],{"className":4709,"style":454},[80],[26,4711,20],{"className":4712},[47,48],[26,4714,103],{"className":4715},[102],[26,4717],{"className":4718,"style":454},[80],[26,4720,2237],{"className":4721},[47,48],[26,4723,73],{"className":4724},[72],[26,4726,49],{"className":4727},[47,48],[26,4729,103],{"className":4730},[102],[26,4732,1414],{"className":4733},[47],[11,4735,4736,4737,4873,4874,4877,4878,4922,4923,4873,5003,5006,5007,5061,5062,5106,5107,5110],{},"The inner sum ",[26,4738,4740],{"className":4739},[29],[26,4741,4743,4840],{"className":4742,"ariaHidden":34},[33],[26,4744,4746,4750,4790,4793,4796,4799,4831,4834,4837],{"className":4745},[38],[26,4747],{"className":4748,"style":4749},[42],"height:1.0516em;vertical-align:-0.2997em;",[26,4751,4753,4756],{"className":4752},[680],[26,4754,2610],{"className":4755,"style":2609},[680,2607,2608],[26,4757,4759],{"className":4758},[595],[26,4760,4762,4782],{"className":4761},[599,702],[26,4763,4765,4779],{"className":4764},[603],[26,4766,4768],{"className":4767,"style":2623},[607],[26,4769,4770,4773],{"style":2626},[26,4771],{"className":4772,"style":616},[615],[26,4774,4776],{"className":4775},[620,621,622,623],[26,4777,49],{"className":4778},[47,48,623],[26,4780,738],{"className":4781},[737],[26,4783,4785],{"className":4784},[603],[26,4786,4788],{"className":4787,"style":2645},[607],[26,4789],{},[26,4791],{"className":4792,"style":454},[80],[26,4794,480],{"className":4795,"style":479},[47,48],[26,4797,73],{"className":4798},[72],[26,4800,4802,4805],{"className":4801},[47],[26,4803,49],{"className":4804},[47,48],[26,4806,4808],{"className":4807},[595],[26,4809,4811],{"className":4810},[599],[26,4812,4814],{"className":4813},[603],[26,4815,4817],{"className":4816,"style":608},[607],[26,4818,4819,4822],{"style":611},[26,4820],{"className":4821,"style":616},[615],[26,4823,4825],{"className":4824},[620,621,622,623],[26,4826,4828],{"className":4827},[47,623],[26,4829,630],{"className":4830},[47,623],[26,4832],{"className":4833,"style":81},[80],[26,4835,86],{"className":4836},[85],[26,4838],{"className":4839,"style":81},[80],[26,4841,4843,4846,4849,4852,4855,4858,4861,4864,4867,4870],{"className":4842},[38],[26,4844],{"className":4845,"style":63},[42],[26,4847,49],{"className":4848},[47,48],[26,4850,450],{"className":4851},[449],[26,4853],{"className":4854,"style":454},[80],[26,4856,20],{"className":4857},[47,48],[26,4859,103],{"className":4860},[102],[26,4862,2237],{"className":4863},[47,48],[26,4865,73],{"className":4866},[72],[26,4868,49],{"className":4869},[47,48],[26,4871,103],{"className":4872},[102]," is the ",[15,4875,4876],{},"prediction",": the probability of\nlanding in ",[26,4879,4881],{"className":4880},[29],[26,4882,4884],{"className":4883,"ariaHidden":34},[33],[26,4885,4887,4890],{"className":4886},[38],[26,4888],{"className":4889,"style":608},[42],[26,4891,4893,4896],{"className":4892},[47],[26,4894,49],{"className":4895},[47,48],[26,4897,4899],{"className":4898},[595],[26,4900,4902],{"className":4901},[599],[26,4903,4905],{"className":4904},[603],[26,4906,4908],{"className":4907,"style":608},[607],[26,4909,4910,4913],{"style":611},[26,4911],{"className":4912,"style":616},[615],[26,4914,4916],{"className":4915},[620,621,622,623],[26,4917,4919],{"className":4918},[47,623],[26,4920,630],{"className":4921},[47,623]," before seeing anything, obtained by propagating the old belief through\nthe dynamics. Multiplying by ",[26,4924,4926],{"className":4925},[29],[26,4927,4929,4953],{"className":4928,"ariaHidden":34},[33],[26,4930,4932,4935,4938,4941,4944,4947,4950],{"className":4931},[38],[26,4933],{"className":4934,"style":63},[42],[26,4936,491],{"className":4937,"style":490},[47,48],[26,4939,73],{"className":4940},[72],[26,4942,145],{"className":4943},[47,48],[26,4945],{"className":4946,"style":81},[80],[26,4948,86],{"className":4949},[85],[26,4951],{"className":4952,"style":81},[80],[26,4954,4956,4959,4991,4994,4997,5000],{"className":4955},[38],[26,4957],{"className":4958,"style":579},[42],[26,4960,4962,4965],{"className":4961},[47],[26,4963,49],{"className":4964},[47,48],[26,4966,4968],{"className":4967},[595],[26,4969,4971],{"className":4970},[599],[26,4972,4974],{"className":4973},[603],[26,4975,4977],{"className":4976,"style":608},[607],[26,4978,4979,4982],{"style":611},[26,4980],{"className":4981,"style":616},[615],[26,4983,4985],{"className":4984},[620,621,622,623],[26,4986,4988],{"className":4987},[47,623],[26,4989,630],{"className":4990},[47,623],[26,4992,450],{"className":4993},[449],[26,4995],{"className":4996,"style":454},[80],[26,4998,20],{"className":4999},[47,48],[26,5001,103],{"className":5002},[102],[15,5004,5005],{},"correction",": reweight each\npredicted next state by the likelihood it would have produced the observation actually\nseen. The denominator ",[26,5008,5010],{"className":5009},[29],[26,5011,5013,5040],{"className":5012,"ariaHidden":34},[33],[26,5014,5016,5019,5025,5028,5031,5034,5037],{"className":5015},[38],[26,5017],{"className":5018,"style":63},[42],[26,5020,5022],{"className":5021},[680],[26,5023,685],{"className":5024},[47,684],[26,5026,73],{"className":5027},[72],[26,5029,145],{"className":5030},[47,48],[26,5032],{"className":5033,"style":81},[80],[26,5035,86],{"className":5036},[85],[26,5038],{"className":5039,"style":81},[80],[26,5041,5043,5046,5049,5052,5055,5058],{"className":5042},[38],[26,5044],{"className":5045,"style":63},[42],[26,5047,2237],{"className":5048},[47,48],[26,5050,450],{"className":5051},[449],[26,5053],{"className":5054,"style":454},[80],[26,5056,20],{"className":5057},[47,48],[26,5059,103],{"className":5060},[102]," is just the normalizer that makes ",[26,5063,5065],{"className":5064},[29],[26,5066,5068],{"className":5067,"ariaHidden":34},[33],[26,5069,5071,5074],{"className":5070},[38],[26,5072],{"className":5073,"style":608},[42],[26,5075,5077,5080],{"className":5076},[47],[26,5078,2237],{"className":5079},[47,48],[26,5081,5083],{"className":5082},[595],[26,5084,5086],{"className":5085},[599],[26,5087,5089],{"className":5088},[603],[26,5090,5092],{"className":5091,"style":608},[607],[26,5093,5094,5097],{"style":611},[26,5095],{"className":5096,"style":616},[615],[26,5098,5100],{"className":5099},[620,621,622,623],[26,5101,5103],{"className":5102},[47,623],[26,5104,630],{"className":5105},[47,623]," sum to\none; it also happens to be the probability of that observation, which is useful for\nscoring. This recursion is the ",[15,5108,5109],{},"Bayes filter"," (a.k.a. the forward algorithm for an\nHMM with actions).",[5112,5113,5117],"pre",{"className":5114,"code":5115,"language":5116,"meta":6,"style":6},"language-algorithm shiki shiki-themes Vesper Light - Orange Boost (Quick Open Adjusted) vesper","caption: $\\textsc{Belief-Update}(b, a, o)$ — one Bayes-filter step for a POMDP\n$\\bar b(s') \\gets \\sum_{s} T(s' \\mid s, a)\\, b(s)$ for each $s' \\in \\mathcal{S}$ \u002F\u002F predict: push belief through dynamics\n$b'(s') \\gets Z(o \\mid s', a)\\, \\bar b(s')$ for each $s' \\in \\mathcal{S}$ \u002F\u002F correct: weight by observation likelihood\n$\\eta \\gets \\sum_{s'} b'(s')$ \u002F\u002F normalizer = Pr(o given b, a)\nif $\\eta = 0$ then\n  return error \u002F\u002F observation impossible under this belief\n$b'(s') \\gets b'(s') \u002F \\eta$ for each $s' \\in \\mathcal{S}$ \u002F\u002F normalize to a distribution\nreturn $b'$\n","algorithm",[5118,5119,5120,5127,5133,5139,5145,5151,5157,5163],"code",{"__ignoreMap":6},[26,5121,5124],{"class":5122,"line":5123},"line",1,[26,5125,5126],{},"caption: $\\textsc{Belief-Update}(b, a, o)$ — one Bayes-filter step for a POMDP\n",[26,5128,5130],{"class":5122,"line":5129},2,[26,5131,5132],{},"$\\bar b(s') \\gets \\sum_{s} T(s' \\mid s, a)\\, b(s)$ for each $s' \\in \\mathcal{S}$ \u002F\u002F predict: push belief through dynamics\n",[26,5134,5136],{"class":5122,"line":5135},3,[26,5137,5138],{},"$b'(s') \\gets Z(o \\mid s', a)\\, \\bar b(s')$ for each $s' \\in \\mathcal{S}$ \u002F\u002F correct: weight by observation likelihood\n",[26,5140,5142],{"class":5122,"line":5141},4,[26,5143,5144],{},"$\\eta \\gets \\sum_{s'} b'(s')$ \u002F\u002F normalizer = Pr(o given b, a)\n",[26,5146,5148],{"class":5122,"line":5147},5,[26,5149,5150],{},"if $\\eta = 0$ then\n",[26,5152,5154],{"class":5122,"line":5153},6,[26,5155,5156],{},"  return error \u002F\u002F observation impossible under this belief\n",[26,5158,5160],{"class":5122,"line":5159},7,[26,5161,5162],{},"$b'(s') \\gets b'(s') \u002F \\eta$ for each $s' \\in \\mathcal{S}$ \u002F\u002F normalize to a distribution\n",[26,5164,5166],{"class":5122,"line":5165},8,[26,5167,5168],{},"return $b'$\n",[2935,5170,5172],{"id":5171},"worked-example-the-two-state-tiger-lite","Worked example: the two-state tiger-lite",[11,5174,5175,5176,5230,5231,5283,5284,5287,5288,5361,5362,5365,5366,5382,5383,5399,5400,235,5513,1414],{},"Take the smallest interesting POMDP. Two hidden states, ",[26,5177,5179],{"className":5178},[29],[26,5180,5182],{"className":5181,"ariaHidden":34},[33],[26,5183,5185,5188],{"className":5184},[38],[26,5186],{"className":5187,"style":810},[42],[26,5189,5191,5194],{"className":5190},[47],[26,5192,49],{"className":5193},[47,48],[26,5195,5197],{"className":5196},[595],[26,5198,5200,5222],{"className":5199},[599,702],[26,5201,5203,5219],{"className":5202},[603],[26,5204,5207],{"className":5205,"style":5206},[607],"height:0.3283em;",[26,5208,5209,5212],{"style":712},[26,5210],{"className":5211,"style":616},[615],[26,5213,5215],{"className":5214},[620,621,622,623],[26,5216,5218],{"className":5217},[47,48,623],"L",[26,5220,738],{"className":5221},[737],[26,5223,5225],{"className":5224},[603],[26,5226,5228],{"className":5227,"style":850},[607],[26,5229],{}," (a hazard behind the left\ndoor) and ",[26,5232,5234],{"className":5233},[29],[26,5235,5237],{"className":5236,"ariaHidden":34},[33],[26,5238,5240,5243],{"className":5239},[38],[26,5241],{"className":5242,"style":810},[42],[26,5244,5246,5249],{"className":5245},[47],[26,5247,49],{"className":5248},[47,48],[26,5250,5252],{"className":5251},[595],[26,5253,5255,5275],{"className":5254},[599,702],[26,5256,5258,5272],{"className":5257},[603],[26,5259,5261],{"className":5260,"style":5206},[607],[26,5262,5263,5266],{"style":712},[26,5264],{"className":5265,"style":616},[615],[26,5267,5269],{"className":5268},[620,621,622,623],[26,5270,502],{"className":5271,"style":501},[47,48,623],[26,5273,738],{"className":5274},[737],[26,5276,5278],{"className":5277},[603],[26,5279,5281],{"className":5280,"style":850},[607],[26,5282],{}," (behind the right). One ",[254,5285,5286],{},"listen"," action leaves the state unchanged,\n",[26,5289,5291],{"className":5290},[29],[26,5292,5294,5318,5352],{"className":5293,"ariaHidden":34},[33],[26,5295,5297,5300,5303,5306,5309,5312,5315],{"className":5296},[38],[26,5298],{"className":5299,"style":63},[42],[26,5301,480],{"className":5302,"style":479},[47,48],[26,5304,73],{"className":5305},[72],[26,5307,49],{"className":5308},[47,48],[26,5310],{"className":5311,"style":81},[80],[26,5313,86],{"className":5314},[85],[26,5316],{"className":5317,"style":81},[80],[26,5319,5321,5324,5327,5330,5333,5340,5343,5346,5349],{"className":5320},[38],[26,5322],{"className":5323,"style":63},[42],[26,5325,49],{"className":5326},[47,48],[26,5328,450],{"className":5329},[449],[26,5331],{"className":5332,"style":454},[80],[26,5334,5337],{"className":5335},[47,5336],"text",[26,5338,5286],{"className":5339},[47],[26,5341,103],{"className":5342},[102],[26,5344],{"className":5345,"style":81},[80],[26,5347,667],{"className":5348},[85],[26,5350],{"className":5351,"style":81},[80],[26,5353,5355,5358],{"className":5354},[38],[26,5356],{"className":5357,"style":230},[42],[26,5359,234],{"className":5360},[47],", but returns a ",[151,5363,5364],{},"noisy"," observation: with probability\n",[26,5367,5369],{"className":5368},[29],[26,5370,5372],{"className":5371,"ariaHidden":34},[33],[26,5373,5375,5378],{"className":5374},[38],[26,5376],{"className":5377,"style":230},[42],[26,5379,5381],{"className":5380},[47],"0.85"," the sound comes from the side that actually holds the hazard, and with\nprobability ",[26,5384,5386],{"className":5385},[29],[26,5387,5389],{"className":5388,"ariaHidden":34},[33],[26,5390,5392,5395],{"className":5391},[38],[26,5393],{"className":5394,"style":230},[42],[26,5396,5398],{"className":5397},[47],"0.15"," it is misleading. So ",[26,5401,5403],{"className":5402},[29],[26,5404,5406,5434,5504],{"className":5405,"ariaHidden":34},[33],[26,5407,5409,5412,5415,5418,5425,5428,5431],{"className":5408},[38],[26,5410],{"className":5411,"style":63},[42],[26,5413,491],{"className":5414,"style":490},[47,48],[26,5416,73],{"className":5417},[72],[26,5419,5421],{"className":5420},[47,5336],[26,5422,5424],{"className":5423},[47],"hear-left",[26,5426],{"className":5427,"style":81},[80],[26,5429,86],{"className":5430},[85],[26,5432],{"className":5433,"style":81},[80],[26,5435,5437,5440,5480,5483,5486,5492,5495,5498,5501],{"className":5436},[38],[26,5438],{"className":5439,"style":63},[42],[26,5441,5443,5446],{"className":5442},[47],[26,5444,49],{"className":5445},[47,48],[26,5447,5449],{"className":5448},[595],[26,5450,5452,5472],{"className":5451},[599,702],[26,5453,5455,5469],{"className":5454},[603],[26,5456,5458],{"className":5457,"style":5206},[607],[26,5459,5460,5463],{"style":712},[26,5461],{"className":5462,"style":616},[615],[26,5464,5466],{"className":5465},[620,621,622,623],[26,5467,5218],{"className":5468},[47,48,623],[26,5470,738],{"className":5471},[737],[26,5473,5475],{"className":5474},[603],[26,5476,5478],{"className":5477,"style":850},[607],[26,5479],{},[26,5481,450],{"className":5482},[449],[26,5484],{"className":5485,"style":454},[80],[26,5487,5489],{"className":5488},[47,5336],[26,5490,5286],{"className":5491},[47],[26,5493,103],{"className":5494},[102],[26,5496],{"className":5497,"style":81},[80],[26,5499,667],{"className":5500},[85],[26,5502],{"className":5503,"style":81},[80],[26,5505,5507,5510],{"className":5506},[38],[26,5508],{"className":5509,"style":230},[42],[26,5511,5381],{"className":5512},[47],[26,5514,5516],{"className":5515},[29],[26,5517,5519,5546,5616],{"className":5518,"ariaHidden":34},[33],[26,5520,5522,5525,5528,5531,5537,5540,5543],{"className":5521},[38],[26,5523],{"className":5524,"style":63},[42],[26,5526,491],{"className":5527,"style":490},[47,48],[26,5529,73],{"className":5530},[72],[26,5532,5534],{"className":5533},[47,5336],[26,5535,5424],{"className":5536},[47],[26,5538],{"className":5539,"style":81},[80],[26,5541,86],{"className":5542},[85],[26,5544],{"className":5545,"style":81},[80],[26,5547,5549,5552,5592,5595,5598,5604,5607,5610,5613],{"className":5548},[38],[26,5550],{"className":5551,"style":63},[42],[26,5553,5555,5558],{"className":5554},[47],[26,5556,49],{"className":5557},[47,48],[26,5559,5561],{"className":5560},[595],[26,5562,5564,5584],{"className":5563},[599,702],[26,5565,5567,5581],{"className":5566},[603],[26,5568,5570],{"className":5569,"style":5206},[607],[26,5571,5572,5575],{"style":712},[26,5573],{"className":5574,"style":616},[615],[26,5576,5578],{"className":5577},[620,621,622,623],[26,5579,502],{"className":5580,"style":501},[47,48,623],[26,5582,738],{"className":5583},[737],[26,5585,5587],{"className":5586},[603],[26,5588,5590],{"className":5589,"style":850},[607],[26,5591],{},[26,5593,450],{"className":5594},[449],[26,5596],{"className":5597,"style":454},[80],[26,5599,5601],{"className":5600},[47,5336],[26,5602,5286],{"className":5603},[47],[26,5605,103],{"className":5606},[102],[26,5608],{"className":5609,"style":81},[80],[26,5611,667],{"className":5612},[85],[26,5614],{"className":5615,"style":81},[80],[26,5617,5619,5622],{"className":5618},[38],[26,5620],{"className":5621,"style":230},[42],[26,5623,5398],{"className":5624},[47],[11,5626,5627,5628,5680,5681,5684,5685,5715],{},"Start from total ignorance, ",[26,5629,5631],{"className":5630},[29],[26,5632,5634,5652],{"className":5633,"ariaHidden":34},[33],[26,5635,5637,5640,5643,5646,5649],{"className":5636},[38],[26,5638],{"className":5639,"style":3796},[42],[26,5641,2237],{"className":5642},[47,48],[26,5644],{"className":5645,"style":81},[80],[26,5647,667],{"className":5648},[85],[26,5650],{"className":5651,"style":81},[80],[26,5653,5655,5658,5661,5665,5668,5671,5674,5677],{"className":5654},[38],[26,5656],{"className":5657,"style":63},[42],[26,5659,73],{"className":5660},[72],[26,5662,5664],{"className":5663},[47],"0.5",[26,5666,450],{"className":5667},[449],[26,5669],{"className":5670,"style":454},[80],[26,5672],{"className":5673,"style":454},[80],[26,5675,5664],{"className":5676},[47],[26,5678,103],{"className":5679},[102],", and listen. Suppose we hear ",[254,5682,5683],{},"left.","\nPrediction leaves the belief at ",[26,5686,5688],{"className":5687},[29],[26,5689,5691],{"className":5690,"ariaHidden":34},[33],[26,5692,5694,5697,5700,5703,5706,5709,5712],{"className":5693},[38],[26,5695],{"className":5696,"style":63},[42],[26,5698,73],{"className":5699},[72],[26,5701,5664],{"className":5702},[47],[26,5704,450],{"className":5705},[449],[26,5707],{"className":5708,"style":454},[80],[26,5710,5664],{"className":5711},[47],[26,5713,103],{"className":5714},[102]," because listening does not move the state.\nCorrection multiplies by the likelihoods:",[26,5717,5719],{"className":5718},[1757],[26,5720,5722],{"className":5721},[29],[26,5723,5725,5819,5839,5857,5963,5981,5999],{"className":5724,"ariaHidden":34},[33],[26,5726,5728,5731,5763,5766,5806,5809,5812,5816],{"className":5727},[38],[26,5729],{"className":5730,"style":3971},[42],[26,5732,5734,5737],{"className":5733},[47],[26,5735,2237],{"className":5736},[47,48],[26,5738,5740],{"className":5739},[595],[26,5741,5743],{"className":5742},[599],[26,5744,5746],{"className":5745},[603],[26,5747,5749],{"className":5748,"style":3990},[607],[26,5750,5751,5754],{"style":3993},[26,5752],{"className":5753,"style":616},[615],[26,5755,5757],{"className":5756},[620,621,622,623],[26,5758,5760],{"className":5759},[47,623],[26,5761,630],{"className":5762},[47,623],[26,5764,73],{"className":5765},[72],[26,5767,5769,5772],{"className":5768},[47],[26,5770,49],{"className":5771},[47,48],[26,5773,5775],{"className":5774},[595],[26,5776,5778,5798],{"className":5777},[599,702],[26,5779,5781,5795],{"className":5780},[603],[26,5782,5784],{"className":5783,"style":5206},[607],[26,5785,5786,5789],{"style":712},[26,5787],{"className":5788,"style":616},[615],[26,5790,5792],{"className":5791},[620,621,622,623],[26,5793,5218],{"className":5794},[47,48,623],[26,5796,738],{"className":5797},[737],[26,5799,5801],{"className":5800},[603],[26,5802,5804],{"className":5803,"style":850},[607],[26,5805],{},[26,5807,103],{"className":5808},[102],[26,5810],{"className":5811,"style":81},[80],[26,5813,5815],{"className":5814},[85],"∝",[26,5817],{"className":5818,"style":81},[80],[26,5820,5822,5826,5829,5832,5836],{"className":5821},[38],[26,5823],{"className":5824,"style":5825},[42],"height:0.7278em;vertical-align:-0.0833em;",[26,5827,5381],{"className":5828},[47],[26,5830],{"className":5831,"style":2841},[80],[26,5833,5835],{"className":5834},[729],"×",[26,5837],{"className":5838,"style":2841},[80],[26,5840,5842,5845,5848,5851,5854],{"className":5841},[38],[26,5843],{"className":5844,"style":230},[42],[26,5846,5664],{"className":5847},[47],[26,5849],{"className":5850,"style":81},[80],[26,5852,667],{"className":5853},[85],[26,5855],{"className":5856,"style":81},[80],[26,5858,5860,5863,5867,5870,5873,5876,5908,5911,5951,5954,5957,5960],{"className":5859},[38],[26,5861],{"className":5862,"style":3971},[42],[26,5864,5866],{"className":5865},[47],"0.425",[26,5868,450],{"className":5869},[449],[26,5871],{"className":5872,"style":4365},[80],[26,5874],{"className":5875,"style":454},[80],[26,5877,5879,5882],{"className":5878},[47],[26,5880,2237],{"className":5881},[47,48],[26,5883,5885],{"className":5884},[595],[26,5886,5888],{"className":5887},[599],[26,5889,5891],{"className":5890},[603],[26,5892,5894],{"className":5893,"style":3990},[607],[26,5895,5896,5899],{"style":3993},[26,5897],{"className":5898,"style":616},[615],[26,5900,5902],{"className":5901},[620,621,622,623],[26,5903,5905],{"className":5904},[47,623],[26,5906,630],{"className":5907},[47,623],[26,5909,73],{"className":5910},[72],[26,5912,5914,5917],{"className":5913},[47],[26,5915,49],{"className":5916},[47,48],[26,5918,5920],{"className":5919},[595],[26,5921,5923,5943],{"className":5922},[599,702],[26,5924,5926,5940],{"className":5925},[603],[26,5927,5929],{"className":5928,"style":5206},[607],[26,5930,5931,5934],{"style":712},[26,5932],{"className":5933,"style":616},[615],[26,5935,5937],{"className":5936},[620,621,622,623],[26,5938,502],{"className":5939,"style":501},[47,48,623],[26,5941,738],{"className":5942},[737],[26,5944,5946],{"className":5945},[603],[26,5947,5949],{"className":5948,"style":850},[607],[26,5950],{},[26,5952,103],{"className":5953},[102],[26,5955],{"className":5956,"style":81},[80],[26,5958,5815],{"className":5959},[85],[26,5961],{"className":5962,"style":81},[80],[26,5964,5966,5969,5972,5975,5978],{"className":5965},[38],[26,5967],{"className":5968,"style":5825},[42],[26,5970,5398],{"className":5971},[47],[26,5973],{"className":5974,"style":2841},[80],[26,5976,5835],{"className":5977},[729],[26,5979],{"className":5980,"style":2841},[80],[26,5982,5984,5987,5990,5993,5996],{"className":5983},[38],[26,5985],{"className":5986,"style":230},[42],[26,5988,5664],{"className":5989},[47],[26,5991],{"className":5992,"style":81},[80],[26,5994,667],{"className":5995},[85],[26,5997],{"className":5998,"style":81},[80],[26,6000,6002,6005],{"className":6001},[38],[26,6003],{"className":6004,"style":230},[42],[26,6006,6008],{"className":6007},[47],"0.075.",[11,6010,6011,6012,6046,6047,6127,6128,6131,6132,6148,6149,6166,6167,6169],{},"Normalizing by ",[26,6013,6015],{"className":6014},[29],[26,6016,6018,6037],{"className":6017,"ariaHidden":34},[33],[26,6019,6021,6024,6028,6031,6034],{"className":6020},[38],[26,6022],{"className":6023,"style":868},[42],[26,6025,6027],{"className":6026,"style":67},[47,48],"η",[26,6029],{"className":6030,"style":81},[80],[26,6032,667],{"className":6033},[85],[26,6035],{"className":6036,"style":81},[80],[26,6038,6040,6043],{"className":6039},[38],[26,6041],{"className":6042,"style":230},[42],[26,6044,5664],{"className":6045},[47]," gives ",[26,6048,6050],{"className":6049},[29],[26,6051,6053,6100],{"className":6052,"ariaHidden":34},[33],[26,6054,6056,6059,6091,6094,6097],{"className":6055},[38],[26,6057],{"className":6058,"style":608},[42],[26,6060,6062,6065],{"className":6061},[47],[26,6063,2237],{"className":6064},[47,48],[26,6066,6068],{"className":6067},[595],[26,6069,6071],{"className":6070},[599],[26,6072,6074],{"className":6073},[603],[26,6075,6077],{"className":6076,"style":608},[607],[26,6078,6079,6082],{"style":611},[26,6080],{"className":6081,"style":616},[615],[26,6083,6085],{"className":6084},[620,621,622,623],[26,6086,6088],{"className":6087},[47,623],[26,6089,630],{"className":6090},[47,623],[26,6092],{"className":6093,"style":81},[80],[26,6095,667],{"className":6096},[85],[26,6098],{"className":6099,"style":81},[80],[26,6101,6103,6106,6109,6112,6115,6118,6121,6124],{"className":6102},[38],[26,6104],{"className":6105,"style":63},[42],[26,6107,73],{"className":6108},[72],[26,6110,5381],{"className":6111},[47],[26,6113,450],{"className":6114},[449],[26,6116],{"className":6117,"style":454},[80],[26,6119],{"className":6120,"style":454},[80],[26,6122,5398],{"className":6123},[47],[26,6125,103],{"className":6126},[102],". One noisy ",[254,6129,6130],{},"left"," moved the\nbelief from ",[26,6133,6135],{"className":6134},[29],[26,6136,6138],{"className":6137,"ariaHidden":34},[33],[26,6139,6141,6144],{"className":6140},[38],[26,6142],{"className":6143,"style":63},[42],[26,6145,6147],{"className":6146},[47],"50\u002F50"," to ",[26,6150,6152],{"className":6151},[29],[26,6153,6155],{"className":6154,"ariaHidden":34},[33],[26,6156,6158,6162],{"className":6157},[38],[26,6159],{"className":6160,"style":6161},[42],"height:0.8056em;vertical-align:-0.0556em;",[26,6163,6165],{"className":6164},[47],"85%"," confident. Listen again and hear ",[254,6168,6130],{}," a second time:",[26,6171,6173],{"className":6172},[1757],[26,6174,6176],{"className":6175},[29],[26,6177,6179,6273,6291,6309,6415,6433,6451],{"className":6178,"ariaHidden":34},[33],[26,6180,6182,6185,6218,6221,6261,6264,6267,6270],{"className":6181},[38],[26,6183],{"className":6184,"style":3971},[42],[26,6186,6188,6191],{"className":6187},[47],[26,6189,2237],{"className":6190},[47,48],[26,6192,6194],{"className":6193},[595],[26,6195,6197],{"className":6196},[599],[26,6198,6200],{"className":6199},[603],[26,6201,6203],{"className":6202,"style":3990},[607],[26,6204,6205,6208],{"style":3993},[26,6206],{"className":6207,"style":616},[615],[26,6209,6211],{"className":6210},[620,621,622,623],[26,6212,6214],{"className":6213},[47,623],[26,6215,6217],{"className":6216},[47,623],"′′",[26,6219,73],{"className":6220},[72],[26,6222,6224,6227],{"className":6223},[47],[26,6225,49],{"className":6226},[47,48],[26,6228,6230],{"className":6229},[595],[26,6231,6233,6253],{"className":6232},[599,702],[26,6234,6236,6250],{"className":6235},[603],[26,6237,6239],{"className":6238,"style":5206},[607],[26,6240,6241,6244],{"style":712},[26,6242],{"className":6243,"style":616},[615],[26,6245,6247],{"className":6246},[620,621,622,623],[26,6248,5218],{"className":6249},[47,48,623],[26,6251,738],{"className":6252},[737],[26,6254,6256],{"className":6255},[603],[26,6257,6259],{"className":6258,"style":850},[607],[26,6260],{},[26,6262,103],{"className":6263},[102],[26,6265],{"className":6266,"style":81},[80],[26,6268,5815],{"className":6269},[85],[26,6271],{"className":6272,"style":81},[80],[26,6274,6276,6279,6282,6285,6288],{"className":6275},[38],[26,6277],{"className":6278,"style":5825},[42],[26,6280,5381],{"className":6281},[47],[26,6283],{"className":6284,"style":2841},[80],[26,6286,5835],{"className":6287},[729],[26,6289],{"className":6290,"style":2841},[80],[26,6292,6294,6297,6300,6303,6306],{"className":6293},[38],[26,6295],{"className":6296,"style":230},[42],[26,6298,5381],{"className":6299},[47],[26,6301],{"className":6302,"style":81},[80],[26,6304,667],{"className":6305},[85],[26,6307],{"className":6308,"style":81},[80],[26,6310,6312,6315,6319,6322,6325,6328,6360,6363,6403,6406,6409,6412],{"className":6311},[38],[26,6313],{"className":6314,"style":3971},[42],[26,6316,6318],{"className":6317},[47],"0.7225",[26,6320,450],{"className":6321},[449],[26,6323],{"className":6324,"style":4365},[80],[26,6326],{"className":6327,"style":454},[80],[26,6329,6331,6334],{"className":6330},[47],[26,6332,2237],{"className":6333},[47,48],[26,6335,6337],{"className":6336},[595],[26,6338,6340],{"className":6339},[599],[26,6341,6343],{"className":6342},[603],[26,6344,6346],{"className":6345,"style":3990},[607],[26,6347,6348,6351],{"style":3993},[26,6349],{"className":6350,"style":616},[615],[26,6352,6354],{"className":6353},[620,621,622,623],[26,6355,6357],{"className":6356},[47,623],[26,6358,6217],{"className":6359},[47,623],[26,6361,73],{"className":6362},[72],[26,6364,6366,6369],{"className":6365},[47],[26,6367,49],{"className":6368},[47,48],[26,6370,6372],{"className":6371},[595],[26,6373,6375,6395],{"className":6374},[599,702],[26,6376,6378,6392],{"className":6377},[603],[26,6379,6381],{"className":6380,"style":5206},[607],[26,6382,6383,6386],{"style":712},[26,6384],{"className":6385,"style":616},[615],[26,6387,6389],{"className":6388},[620,621,622,623],[26,6390,502],{"className":6391,"style":501},[47,48,623],[26,6393,738],{"className":6394},[737],[26,6396,6398],{"className":6397},[603],[26,6399,6401],{"className":6400,"style":850},[607],[26,6402],{},[26,6404,103],{"className":6405},[102],[26,6407],{"className":6408,"style":81},[80],[26,6410,5815],{"className":6411},[85],[26,6413],{"className":6414,"style":81},[80],[26,6416,6418,6421,6424,6427,6430],{"className":6417},[38],[26,6419],{"className":6420,"style":5825},[42],[26,6422,5398],{"className":6423},[47],[26,6425],{"className":6426,"style":2841},[80],[26,6428,5835],{"className":6429},[729],[26,6431],{"className":6432,"style":2841},[80],[26,6434,6436,6439,6442,6445,6448],{"className":6435},[38],[26,6437],{"className":6438,"style":230},[42],[26,6440,5398],{"className":6441},[47],[26,6443],{"className":6444,"style":81},[80],[26,6446,667],{"className":6447},[85],[26,6449],{"className":6450,"style":81},[80],[26,6452,6454,6458,6462],{"className":6453},[38],[26,6455],{"className":6456,"style":6457},[42],"height:0.8389em;vertical-align:-0.1944em;",[26,6459,6461],{"className":6460},[47],"0.0225",[26,6463,450],{"className":6464},[449],[11,6466,6467,6468,6551,6552,6148,6567,6583,6584,6587],{},"normalizing to ",[26,6469,6471],{"className":6470},[29],[26,6472,6474,6522],{"className":6473,"ariaHidden":34},[33],[26,6475,6477,6480,6512,6515,6519],{"className":6476},[38],[26,6478],{"className":6479,"style":608},[42],[26,6481,6483,6486],{"className":6482},[47],[26,6484,2237],{"className":6485},[47,48],[26,6487,6489],{"className":6488},[595],[26,6490,6492],{"className":6491},[599],[26,6493,6495],{"className":6494},[603],[26,6496,6498],{"className":6497,"style":608},[607],[26,6499,6500,6503],{"style":611},[26,6501],{"className":6502,"style":616},[615],[26,6504,6506],{"className":6505},[620,621,622,623],[26,6507,6509],{"className":6508},[47,623],[26,6510,6217],{"className":6511},[47,623],[26,6513],{"className":6514,"style":81},[80],[26,6516,6518],{"className":6517},[85],"≈",[26,6520],{"className":6521,"style":81},[80],[26,6523,6525,6528,6531,6535,6538,6541,6544,6548],{"className":6524},[38],[26,6526],{"className":6527,"style":63},[42],[26,6529,73],{"className":6530},[72],[26,6532,6534],{"className":6533},[47],"0.970",[26,6536,450],{"className":6537},[449],[26,6539],{"className":6540,"style":454},[80],[26,6542],{"className":6543,"style":454},[80],[26,6545,6547],{"className":6546},[47],"0.030",[26,6549,103],{"className":6550},[102],". Evidence compounds: two consistent\nobservations drive belief from ",[26,6553,6555],{"className":6554},[29],[26,6556,6558],{"className":6557,"ariaHidden":34},[33],[26,6559,6561,6564],{"className":6560},[38],[26,6562],{"className":6563,"style":230},[42],[26,6565,5664],{"className":6566},[47],[26,6568,6570],{"className":6569},[29],[26,6571,6573],{"className":6572,"ariaHidden":34},[33],[26,6574,6576,6579],{"className":6575},[38],[26,6577],{"className":6578,"style":230},[42],[26,6580,6582],{"className":6581},[47],"0.97",". This performs the disambiguation the\nreactive agent could not — the belief ",[151,6585,6586],{},"accumulates"," history into a single vector.",[11,6589,6590,6591,6668,6669,6672,6673,6676,6677,235,6778,6878],{},"Now inject a conflict. From ",[26,6592,6594],{"className":6593},[29],[26,6595,6597,6644],{"className":6596,"ariaHidden":34},[33],[26,6598,6600,6603,6635,6638,6641],{"className":6599},[38],[26,6601],{"className":6602,"style":608},[42],[26,6604,6606,6609],{"className":6605},[47],[26,6607,2237],{"className":6608},[47,48],[26,6610,6612],{"className":6611},[595],[26,6613,6615],{"className":6614},[599],[26,6616,6618],{"className":6617},[603],[26,6619,6621],{"className":6620,"style":608},[607],[26,6622,6623,6626],{"style":611},[26,6624],{"className":6625,"style":616},[615],[26,6627,6629],{"className":6628},[620,621,622,623],[26,6630,6632],{"className":6631},[47,623],[26,6633,6217],{"className":6634},[47,623],[26,6636],{"className":6637,"style":81},[80],[26,6639,667],{"className":6640},[85],[26,6642],{"className":6643,"style":81},[80],[26,6645,6647,6650,6653,6656,6659,6662,6665],{"className":6646},[38],[26,6648],{"className":6649,"style":63},[42],[26,6651,73],{"className":6652},[72],[26,6654,6534],{"className":6655},[47],[26,6657,450],{"className":6658},[449],[26,6660],{"className":6661,"style":454},[80],[26,6663,6547],{"className":6664},[47],[26,6666,103],{"className":6667},[102],", listen a third time and hear\n",[254,6670,6671],{},"right"," — evidence ",[151,6674,6675],{},"against"," the current leaning. The likelihoods flip, ",[26,6678,6680],{"className":6679},[29],[26,6681,6683,6711,6769],{"className":6682,"ariaHidden":34},[33],[26,6684,6686,6689,6692,6695,6702,6705,6708],{"className":6685},[38],[26,6687],{"className":6688,"style":63},[42],[26,6690,491],{"className":6691,"style":490},[47,48],[26,6693,73],{"className":6694},[72],[26,6696,6698],{"className":6697},[47,5336],[26,6699,6701],{"className":6700},[47],"hear-right",[26,6703],{"className":6704,"style":81},[80],[26,6706,86],{"className":6707},[85],[26,6709],{"className":6710,"style":81},[80],[26,6712,6714,6717,6757,6760,6763,6766],{"className":6713},[38],[26,6715],{"className":6716,"style":63},[42],[26,6718,6720,6723],{"className":6719},[47],[26,6721,49],{"className":6722},[47,48],[26,6724,6726],{"className":6725},[595],[26,6727,6729,6749],{"className":6728},[599,702],[26,6730,6732,6746],{"className":6731},[603],[26,6733,6735],{"className":6734,"style":5206},[607],[26,6736,6737,6740],{"style":712},[26,6738],{"className":6739,"style":616},[615],[26,6741,6743],{"className":6742},[620,621,622,623],[26,6744,5218],{"className":6745},[47,48,623],[26,6747,738],{"className":6748},[737],[26,6750,6752],{"className":6751},[603],[26,6753,6755],{"className":6754,"style":850},[607],[26,6756],{},[26,6758,103],{"className":6759},[102],[26,6761],{"className":6762,"style":81},[80],[26,6764,667],{"className":6765},[85],[26,6767],{"className":6768,"style":81},[80],[26,6770,6772,6775],{"className":6771},[38],[26,6773],{"className":6774,"style":230},[42],[26,6776,5398],{"className":6777},[47],[26,6779,6781],{"className":6780},[29],[26,6782,6784,6811,6869],{"className":6783,"ariaHidden":34},[33],[26,6785,6787,6790,6793,6796,6802,6805,6808],{"className":6786},[38],[26,6788],{"className":6789,"style":63},[42],[26,6791,491],{"className":6792,"style":490},[47,48],[26,6794,73],{"className":6795},[72],[26,6797,6799],{"className":6798},[47,5336],[26,6800,6701],{"className":6801},[47],[26,6803],{"className":6804,"style":81},[80],[26,6806,86],{"className":6807},[85],[26,6809],{"className":6810,"style":81},[80],[26,6812,6814,6817,6857,6860,6863,6866],{"className":6813},[38],[26,6815],{"className":6816,"style":63},[42],[26,6818,6820,6823],{"className":6819},[47],[26,6821,49],{"className":6822},[47,48],[26,6824,6826],{"className":6825},[595],[26,6827,6829,6849],{"className":6828},[599,702],[26,6830,6832,6846],{"className":6831},[603],[26,6833,6835],{"className":6834,"style":5206},[607],[26,6836,6837,6840],{"style":712},[26,6838],{"className":6839,"style":616},[615],[26,6841,6843],{"className":6842},[620,621,622,623],[26,6844,502],{"className":6845,"style":501},[47,48,623],[26,6847,738],{"className":6848},[737],[26,6850,6852],{"className":6851},[603],[26,6853,6855],{"className":6854,"style":850},[607],[26,6856],{},[26,6858,103],{"className":6859},[102],[26,6861],{"className":6862,"style":81},[80],[26,6864,667],{"className":6865},[85],[26,6867],{"className":6868,"style":81},[80],[26,6870,6872,6875],{"className":6871},[38],[26,6873],{"className":6874,"style":230},[42],[26,6876,5381],{"className":6877},[47],":",[26,6880,6882],{"className":6881},[1757],[26,6883,6885],{"className":6884},[29],[26,6886,6888,6982,7000,7018,7124,7142,7160],{"className":6887,"ariaHidden":34},[33],[26,6889,6891,6894,6927,6930,6970,6973,6976,6979],{"className":6890},[38],[26,6892],{"className":6893,"style":3971},[42],[26,6895,6897,6900],{"className":6896},[47],[26,6898,2237],{"className":6899},[47,48],[26,6901,6903],{"className":6902},[595],[26,6904,6906],{"className":6905},[599],[26,6907,6909],{"className":6908},[603],[26,6910,6912],{"className":6911,"style":3990},[607],[26,6913,6914,6917],{"style":3993},[26,6915],{"className":6916,"style":616},[615],[26,6918,6920],{"className":6919},[620,621,622,623],[26,6921,6923],{"className":6922},[47,623],[26,6924,6926],{"className":6925},[47,623],"′′′",[26,6928,73],{"className":6929},[72],[26,6931,6933,6936],{"className":6932},[47],[26,6934,49],{"className":6935},[47,48],[26,6937,6939],{"className":6938},[595],[26,6940,6942,6962],{"className":6941},[599,702],[26,6943,6945,6959],{"className":6944},[603],[26,6946,6948],{"className":6947,"style":5206},[607],[26,6949,6950,6953],{"style":712},[26,6951],{"className":6952,"style":616},[615],[26,6954,6956],{"className":6955},[620,621,622,623],[26,6957,5218],{"className":6958},[47,48,623],[26,6960,738],{"className":6961},[737],[26,6963,6965],{"className":6964},[603],[26,6966,6968],{"className":6967,"style":850},[607],[26,6969],{},[26,6971,103],{"className":6972},[102],[26,6974],{"className":6975,"style":81},[80],[26,6977,5815],{"className":6978},[85],[26,6980],{"className":6981,"style":81},[80],[26,6983,6985,6988,6991,6994,6997],{"className":6984},[38],[26,6986],{"className":6987,"style":5825},[42],[26,6989,5398],{"className":6990},[47],[26,6992],{"className":6993,"style":2841},[80],[26,6995,5835],{"className":6996},[729],[26,6998],{"className":6999,"style":2841},[80],[26,7001,7003,7006,7009,7012,7015],{"className":7002},[38],[26,7004],{"className":7005,"style":230},[42],[26,7007,6534],{"className":7008},[47],[26,7010],{"className":7011,"style":81},[80],[26,7013,667],{"className":7014},[85],[26,7016],{"className":7017,"style":81},[80],[26,7019,7021,7024,7028,7031,7034,7037,7069,7072,7112,7115,7118,7121],{"className":7020},[38],[26,7022],{"className":7023,"style":3971},[42],[26,7025,7027],{"className":7026},[47],"0.1455",[26,7029,450],{"className":7030},[449],[26,7032],{"className":7033,"style":4365},[80],[26,7035],{"className":7036,"style":454},[80],[26,7038,7040,7043],{"className":7039},[47],[26,7041,2237],{"className":7042},[47,48],[26,7044,7046],{"className":7045},[595],[26,7047,7049],{"className":7048},[599],[26,7050,7052],{"className":7051},[603],[26,7053,7055],{"className":7054,"style":3990},[607],[26,7056,7057,7060],{"style":3993},[26,7058],{"className":7059,"style":616},[615],[26,7061,7063],{"className":7062},[620,621,622,623],[26,7064,7066],{"className":7065},[47,623],[26,7067,6926],{"className":7068},[47,623],[26,7070,73],{"className":7071},[72],[26,7073,7075,7078],{"className":7074},[47],[26,7076,49],{"className":7077},[47,48],[26,7079,7081],{"className":7080},[595],[26,7082,7084,7104],{"className":7083},[599,702],[26,7085,7087,7101],{"className":7086},[603],[26,7088,7090],{"className":7089,"style":5206},[607],[26,7091,7092,7095],{"style":712},[26,7093],{"className":7094,"style":616},[615],[26,7096,7098],{"className":7097},[620,621,622,623],[26,7099,502],{"className":7100,"style":501},[47,48,623],[26,7102,738],{"className":7103},[737],[26,7105,7107],{"className":7106},[603],[26,7108,7110],{"className":7109,"style":850},[607],[26,7111],{},[26,7113,103],{"className":7114},[102],[26,7116],{"className":7117,"style":81},[80],[26,7119,5815],{"className":7120},[85],[26,7122],{"className":7123,"style":81},[80],[26,7125,7127,7130,7133,7136,7139],{"className":7126},[38],[26,7128],{"className":7129,"style":5825},[42],[26,7131,5381],{"className":7132},[47],[26,7134],{"className":7135,"style":2841},[80],[26,7137,5835],{"className":7138},[729],[26,7140],{"className":7141,"style":2841},[80],[26,7143,7145,7148,7151,7154,7157],{"className":7144},[38],[26,7146],{"className":7147,"style":230},[42],[26,7149,6547],{"className":7150},[47],[26,7152],{"className":7153,"style":81},[80],[26,7155,667],{"className":7156},[85],[26,7158],{"className":7159,"style":81},[80],[26,7161,7163,7166,7170],{"className":7162},[38],[26,7164],{"className":7165,"style":6457},[42],[26,7167,7169],{"className":7168},[47],"0.0255",[26,7171,450],{"className":7172},[449],[11,7174,6467,7175,7254,7255,7270,7271,7286,7287,7302,7303,7305,7306,7309,7310,7313,7314,7316,7317,7366,7367,7419,7420,7422,7423,7438,7439,7457,7458,3240,7473,7570,7571,7615],{},[26,7176,7178],{"className":7177},[29],[26,7179,7181,7228],{"className":7180,"ariaHidden":34},[33],[26,7182,7184,7187,7219,7222,7225],{"className":7183},[38],[26,7185],{"className":7186,"style":608},[42],[26,7188,7190,7193],{"className":7189},[47],[26,7191,2237],{"className":7192},[47,48],[26,7194,7196],{"className":7195},[595],[26,7197,7199],{"className":7198},[599],[26,7200,7202],{"className":7201},[603],[26,7203,7205],{"className":7204,"style":608},[607],[26,7206,7207,7210],{"style":611},[26,7208],{"className":7209,"style":616},[615],[26,7211,7213],{"className":7212},[620,621,622,623],[26,7214,7216],{"className":7215},[47,623],[26,7217,6926],{"className":7218},[47,623],[26,7220],{"className":7221,"style":81},[80],[26,7223,6518],{"className":7224},[85],[26,7226],{"className":7227,"style":81},[80],[26,7229,7231,7234,7237,7241,7244,7247,7251],{"className":7230},[38],[26,7232],{"className":7233,"style":63},[42],[26,7235,73],{"className":7236},[72],[26,7238,7240],{"className":7239},[47],"0.851",[26,7242,450],{"className":7243},[449],[26,7245],{"className":7246,"style":454},[80],[26,7248,7250],{"className":7249},[47],"0.149",[26,7252,103],{"className":7253},[102],". One conflicting observation moved the\nbelief from ",[26,7256,7258],{"className":7257},[29],[26,7259,7261],{"className":7260,"ariaHidden":34},[33],[26,7262,7264,7267],{"className":7263},[38],[26,7265],{"className":7266,"style":230},[42],[26,7268,6582],{"className":7269},[47]," down to ",[26,7272,7274],{"className":7273},[29],[26,7275,7277],{"className":7276,"ariaHidden":34},[33],[26,7278,7280,7283],{"className":7279},[38],[26,7281],{"className":7282,"style":230},[42],[26,7284,5381],{"className":7285},[47]," — it did not reset to ",[26,7288,7290],{"className":7289},[29],[26,7291,7293],{"className":7292,"ariaHidden":34},[33],[26,7294,7296,7299],{"className":7295},[38],[26,7297],{"className":7298,"style":230},[42],[26,7300,5664],{"className":7301},[47],", because two prior\n",[254,7304,6130],{},"s still outweigh one ",[254,7307,7308],{},"right."," A Bayes filter never\ndiscards history; it reweights it. The arithmetic is cleanest in ",[151,7311,7312],{},"log-odds",": each\n",[254,7315,5424],{}," adds ",[26,7318,7320],{"className":7319},[29],[26,7321,7323,7356],{"className":7322,"ariaHidden":34},[33],[26,7324,7326,7329,7337,7340,7344,7347,7350,7353],{"className":7325},[38],[26,7327],{"className":7328,"style":63},[42],[26,7330,7332],{"className":7331},[680],[26,7333,7336],{"className":7334,"style":7335},[47,684],"margin-right:0.0139em;","log",[26,7338,73],{"className":7339},[72],[26,7341,7343],{"className":7342},[47],"0.85\u002F0.15",[26,7345,103],{"className":7346},[102],[26,7348],{"className":7349,"style":81},[80],[26,7351,6518],{"className":7352},[85],[26,7354],{"className":7355,"style":81},[80],[26,7357,7359,7362],{"className":7358},[38],[26,7360],{"className":7361,"style":230},[42],[26,7363,7365],{"className":7364},[47],"1.735"," to the log-odds of ",[26,7368,7370],{"className":7369},[29],[26,7371,7373],{"className":7372,"ariaHidden":34},[33],[26,7374,7376,7379],{"className":7375},[38],[26,7377],{"className":7378,"style":810},[42],[26,7380,7382,7385],{"className":7381},[47],[26,7383,49],{"className":7384},[47,48],[26,7386,7388],{"className":7387},[595],[26,7389,7391,7411],{"className":7390},[599,702],[26,7392,7394,7408],{"className":7393},[603],[26,7395,7397],{"className":7396,"style":5206},[607],[26,7398,7399,7402],{"style":712},[26,7400],{"className":7401,"style":616},[615],[26,7403,7405],{"className":7404},[620,621,622,623],[26,7406,5218],{"className":7407},[47,48,623],[26,7409,738],{"className":7410},[737],[26,7412,7414],{"className":7413},[603],[26,7415,7417],{"className":7416,"style":850},[607],[26,7418],{}," and each\n",[254,7421,6701],{}," subtracts it, so the running log-odds is just (count of left minus count\nof right) times ",[26,7424,7426],{"className":7425},[29],[26,7427,7429],{"className":7428,"ariaHidden":34},[33],[26,7430,7432,7435],{"className":7431},[38],[26,7433],{"className":7434,"style":230},[42],[26,7436,7365],{"className":7437},[47],". After two lefts and one right the net count is ",[26,7440,7442],{"className":7441},[29],[26,7443,7445],{"className":7444,"ariaHidden":34},[33],[26,7446,7448,7451,7454],{"className":7447},[38],[26,7449],{"className":7450,"style":5825},[42],[26,7452,730],{"className":7453},[47],[26,7455,234],{"className":7456},[47],", giving\nlog-odds ",[26,7459,7461],{"className":7460},[29],[26,7462,7464],{"className":7463,"ariaHidden":34},[33],[26,7465,7467,7470],{"className":7466},[38],[26,7468],{"className":7469,"style":230},[42],[26,7471,7365],{"className":7472},[47],[26,7474,7476],{"className":7475},[29],[26,7477,7479,7504,7560],{"className":7478,"ariaHidden":34},[33],[26,7480,7482,7485,7489,7492,7495,7498,7501],{"className":7481},[38],[26,7483],{"className":7484,"style":63},[42],[26,7486,7488],{"className":7487},[47],"1\u002F",[26,7490,73],{"className":7491},[72],[26,7493,234],{"className":7494},[47],[26,7496],{"className":7497,"style":2841},[80],[26,7499,730],{"className":7500},[729],[26,7502],{"className":7503,"style":2841},[80],[26,7505,7507,7511,7548,7551,7554,7557],{"className":7506},[38],[26,7508],{"className":7509,"style":7510},[42],"height:1.0641em;vertical-align:-0.25em;",[26,7512,7514,7518],{"className":7513},[47],[26,7515,7517],{"className":7516},[47,48],"e",[26,7519,7521],{"className":7520},[595],[26,7522,7524],{"className":7523},[599],[26,7525,7527],{"className":7526},[603],[26,7528,7531],{"className":7529,"style":7530},[607],"height:0.8141em;",[26,7532,7533,7536],{"style":611},[26,7534],{"className":7535,"style":616},[615],[26,7537,7539],{"className":7538},[620,621,622,623],[26,7540,7542,7545],{"className":7541},[47,623],[26,7543,2071],{"className":7544},[47,623],[26,7546,7365],{"className":7547},[47,623],[26,7549,103],{"className":7550},[102],[26,7552],{"className":7553,"style":81},[80],[26,7555,6518],{"className":7556},[85],[26,7558],{"className":7559,"style":81},[80],[26,7561,7563,7566],{"className":7562},[38],[26,7564],{"className":7565,"style":230},[42],[26,7567,7569],{"className":7568},[47],"0.850"," — matching the ",[26,7572,7574],{"className":7573},[29],[26,7575,7577],{"className":7576,"ariaHidden":34},[33],[26,7578,7580,7583],{"className":7579},[38],[26,7581],{"className":7582,"style":608},[42],[26,7584,7586,7589],{"className":7585},[47],[26,7587,2237],{"className":7588},[47,48],[26,7590,7592],{"className":7591},[595],[26,7593,7595],{"className":7594},[599],[26,7596,7598],{"className":7597},[603],[26,7599,7601],{"className":7600,"style":608},[607],[26,7602,7603,7606],{"style":611},[26,7604],{"className":7605,"style":616},[615],[26,7607,7609],{"className":7608},[620,621,622,623],[26,7610,7612],{"className":7611},[47,623],[26,7613,6926],{"className":7614},[47,623]," above\nexactly. Independent evidence adds in log-odds, so the filter here reduces to a\nrunning sum.",[354,7617],{"hash":7618},"b02b9aa42c9da41f3ab141b794ca8f04f26b5818181281914495d1a5c76d4ef0",[211,7620,7622],{"id":7621},"where-this-leaves-us","Where this leaves us",[11,7624,7625,7626,7628,7629,7631,7632,7635],{},"The theory of acting under partial observability is now in place, and it rests on one\nobject. When the agent cannot see the state, the right thing to carry forward is not\nthe last observation but the ",[15,7627,2210],{}," — the full posterior over hidden states\ngiven everything seen so far. The belief is a ",[151,7630,2721],{}," for the history:\nit turns the POMDP back into an ordinary MDP, the ",[15,7633,7634],{},"belief MDP",", whose state is the\nbelief and over which all the machinery of the earlier chapters applies in principle.",[11,7637,7638,7639,7641],{},"Maintaining the belief is mechanical: the ",[15,7640,5109],{}," updates it each step by\npredicting through the dynamics and correcting by the new observation's likelihood, as\nthe worked example showed. So in principle partial observability is solved — reduce to\nthe belief MDP and plan.",[11,7643,7644,7645,1414],{},"In practice two obstacles remain. Planning over the belief simplex is computationally\nexpensive (the value function is piecewise-linear-and-convex, with a number of pieces that\ncan explode), and computing the exact belief needs a known model the agent rarely has.\nBoth, and the deep-RL answer that sidesteps them by making the policy a function of\nhistory through a recurrent network, continue in\n",[20,7646,7647],{"href":207},"Partial Observability: Planning and Recurrent Policies",[7649,7650,7651],"style",{},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}html.dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}",{"title":6,"searchDepth":5129,"depth":5129,"links":7653},[7654,7655,7656,7659,7662],{"id":213,"depth":5129,"text":214},{"id":402,"depth":5129,"text":403},{"id":2199,"depth":5129,"text":2200,"children":7657},[7658],{"id":2937,"depth":5135,"text":2938},{"id":3803,"depth":5129,"text":3804,"children":7660},[7661],{"id":5171,"depth":5135,"text":5172},{"id":7621,"depth":5129,"text":7622},[],"computer-science","Every method so far has read the environment's state off the world for free. The\nMarkov decision process\nhanded the agent a state s with the Markov property: the future depends on the past\nonly through the present, so the current state is a sufficient statistic and a policy\nπ(a∣s) that looks only at s loses nothing. That assumption does a lot of\nwork, and the frontiers lesson already\nwarned it is usually unrealistic. A camera sees one face of a room; a sonar returns a noisy range; a\npoker hand hides the opponent's cards. The agent does not receive the state. It\nreceives an observation o — a partial, possibly noisy function of a hidden state\nit never sees directly.",false,"md",{"moduleNumber":5147,"lessonNumber":7669,"order":7670},18,518,"Modern Deep Reinforcement Learning",true,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps",[],"---\ntitle: \"Partial Observability: POMDPs and the Belief State\"\nmodule: Modern Deep Reinforcement Learning\nmoduleNumber: 5\nlessonNumber: 18\norder: 518\nsummary: >\n  Drop the assumption that the agent sees the state. It sees an observation, a\n  partial and noisy function of a hidden state, and one observation is no longer a\n  Markov signal. This lesson builds the POMDP tuple, shows that the belief state —\n  the posterior over hidden states — is a sufficient statistic that turns a POMDP\n  back into an MDP over beliefs, and works the Bayes-filter belief update step by\n  step. A companion lesson explains why exact planning is intractable and develops\n  the deep-RL answer of recurrent, history-based policies.\ntopics: [Deep RL]\nsources:\n  - book: Sutton & Barto\n    ref: \"Ch. 17 — Frontiers; §17.3 Observations and State (history, Markov state, belief state)\"\n  - book: Grokking Deep RL\n    ref: \"Ch. 12 — partial observability and recurrent agents\"\n---\n\nEvery method so far has read the environment's **state** off the world for free. The\n[Markov decision process](\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes)\nhanded the agent a state $s$ with the Markov property: the future depends on the past\nonly through the present, so the current state is a sufficient statistic and a policy\n$\\pi(a \\mid s)$ that looks only at $s$ loses nothing. That assumption does a lot of\nwork, and the [frontiers lesson](\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers) already\nwarned it is usually unrealistic. A camera sees one face of a room; a sonar returns a noisy range; a\npoker hand hides the opponent's cards. The agent does not receive the state. It\nreceives an **observation** $o$ — a partial, possibly noisy function of a hidden state\nit never sees directly.\n\nThe moment the observation is not the state, the Markov property breaks _at the level\nof what the agent can act on_. Two different hidden states can produce the same\nobservation, and they may require opposite actions. A single observation is no longer\nenough to decide well, and no policy of the form $\\pi(a \\mid o)$ can recover the\nperformance a state-based policy would get. The fix is to **remember the past**,\nbecause the current observation alone is not enough.\n\nThis lesson builds the theory: the POMDP tuple, the belief state that restores the\nMarkov property, and the Bayes-filter update that maintains it. A\n[companion lesson](\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2)\nthen shows why planning with beliefs is intractable and develops the practical deep-RL\nanswer — recurrent policies that summarize history.\n\n## When one observation is not enough\n\nFor example, put an agent in a corridor of four cells. Cells\n$1$ and $3$ look identical from the agent's sensor — both return the observation\n\"blank hallway\" — but from cell $1$ the correct action is to go right and from cell\n$3$ it is to go left. A reactive policy $\\pi(a \\mid o)$ sees the same $o$ in both and\nmust commit to one action, so it is wrong in one of the two cells no matter what it\nchooses. This is **perceptual aliasing**: distinct states aliased onto one\nobservation.\n\n$$\n% caption: Perceptual aliasing. States $s_1$ and $s_3$ emit the same observation\n% $o = $ blank, so a policy that sees only $o$ cannot tell them apart, yet the\n% optimal action differs (right in $s_1$, left in $s_3$). One observation is not a\n% Markov signal.\n\\begin{tikzpicture}[>=stealth, font=\\small,\n  cell\u002F.style={draw, minimum width=13mm, minimum height=11mm, align=center, font=\\footnotesize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[cell] (c1) at (0,0)   {s1};\n  \\node[cell] (c2) at (1.6,0) {s2};\n  \\node[cell] (c3) at (3.2,0) {s3};\n  \\node[cell, draw=acc, text=acc] (c4) at (4.8,0) {goal};\n  % observations below\n  \\node[anchor=north, font=\\scriptsize, text=black] at (0,-0.75)   {o = blank};\n  \\node[anchor=north, font=\\scriptsize, text=black] at (1.6,-0.75) {o = wall};\n  \\node[anchor=north, font=\\scriptsize, text=black] at (3.2,-0.75) {o = blank};\n  \\node[anchor=north, font=\\scriptsize, text=acc]   at (4.8,-0.75) {o = goal};\n  % aliasing bracket\n  \\draw[red, thick] (0,0.85) -- (0,1.05) -- (3.2,1.05) -- (3.2,0.85);\n  \\node[red, anchor=south, font=\\scriptsize] at (1.6,1.05) {same observation, opposite best action};\n  % desired actions\n  \\node[acc, anchor=north, font=\\scriptsize] at (0,-1.35)   {act: right};\n  \\node[acc, anchor=north, font=\\scriptsize] at (3.2,-1.35) {act: left};\n\\end{tikzpicture}\n$$\n\nWhat the reactive policy is missing is _how it got there_. An agent that arrived at\nthe blank cell by walking right from the entrance is in cell $1$; one that arrived by\nwalking left is in cell $3$. The disambiguating information is in the **history** of\npast observations and actions, not in the current observation. The rest of this\nlesson is about representing that history well enough to act on it.\n\n## The POMDP tuple\n\nThe formal object is a **partially observable Markov decision process**. It keeps the\nentire MDP — a hidden state that _does_ evolve by the Markov property — and inserts an\nobservation layer between that state and the agent.\n\n> **Definition (POMDP).** A partially observable Markov decision process is a tuple\n> $(\\mathcal{S}, \\mathcal{A}, \\mathcal{O}, T, Z, R, \\gamma)$: a set of hidden states\n> $\\mathcal{S}$, actions $\\mathcal{A}$, observations $\\mathcal{O}$; a transition model\n> $T(s' \\mid s, a) = \\Pr\\{s_{t+1} = s' \\mid s_t = s, a_t = a\\}$; an **observation model**\n> $Z(o \\mid s', a) = \\Pr\\{o_{t+1} = o \\mid s_{t+1} = s', a_t = a\\}$; a reward\n> $R(s, a)$; and a discount $\\gamma \\in [0, 1)$. The agent chooses actions but observes\n> only $o$, never $s$.\n\nAn MDP is the special case $\\mathcal{O} = \\mathcal{S}$ with $Z(o \\mid s', a) =\n\\mathbf{1}[o = s']$: the observation _is_ the state. Everything hard about a POMDP comes\nfrom $Z$ being any less informative than that identity. The generative story is a loop:\nthe hidden state transitions by $T$, the environment emits an observation by $Z$, the\nagent collects a reward $R$, chooses an action, and the state transitions again — but\nthe $s$ nodes are shaded, unseen.\n\n$$\n% caption: The POMDP graphical model. The hidden states $s_t$ (dashed, unobserved)\n% evolve by the transition model $T(s' \\mid s, a)$; each emits an observation $o_t$\n% by the observation model $Z(o \\mid s, a)$ and a reward $r_t$ by $R(s, a)$. The\n% agent sees only the $o_t$ and $r_t$ (solid) and chooses actions $a_t$; it never\n% sees the $s_t$ row.\n\\begin{tikzpicture}[>=stealth, font=\\small,\n  hid\u002F.style={circle, draw, dashed, minimum size=9mm, inner sep=0pt, font=\\footnotesize},\n  obs\u002F.style={circle, draw, minimum size=9mm, inner sep=0pt, font=\\footnotesize},\n  act\u002F.style={rectangle, draw, minimum size=7mm, inner sep=1pt, font=\\footnotesize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % hidden state row\n  \\node[hid] (s0) at (0,2.0)   {s(t)};\n  \\node[hid] (s1) at (3.4,2.0) {s+1};\n  \\node[hid] (s2) at (6.8,2.0) {s+2};\n  \\draw[->, black, thick] (s0) -- (s1) node[midway, above, font=\\scriptsize, text=black] {T};\n  \\draw[->, black, thick] (s1) -- (s2) node[midway, above, font=\\scriptsize, text=black] {T};\n  % observation row\n  \\node[obs, draw=acc, text=acc] (o0) at (0,0)   {o(t)};\n  \\node[obs, draw=acc, text=acc] (o1) at (3.4,0) {o+1};\n  \\node[obs, draw=acc, text=acc] (o2) at (6.8,0) {o+2};\n  \\draw[->, acc, thick] (s0) -- (o0) node[midway, right, font=\\scriptsize, text=black] {Z};\n  \\draw[->, acc, thick] (s1) -- (o1) node[midway, right, font=\\scriptsize, text=black] {Z};\n  \\draw[->, acc, thick] (s2) -- (o2) node[midway, right, font=\\scriptsize, text=black] {Z};\n  % action nodes feeding transitions\n  \\node[act] (a0) at (1.7,3.3) {a(t)};\n  \\node[act] (a1) at (5.1,3.3) {a+1};\n  \\draw[->, black] (a0) -- (s1);\n  \\draw[->, black] (a1) -- (s2);\n  % reward markers\n  \\node[red, anchor=west, font=\\scriptsize] at (0.55,1.0) {r = R(s,a)};\n  \\node[anchor=north, font=\\scriptsize, text=black] at (3.4,-0.7) {agent sees only this row};\n  \\node[anchor=east, font=\\scriptsize, text=black, align=right] at (-0.65,2.4) {hidden state\\\\(unobserved)};\n\\end{tikzpicture}\n$$\n\nBecause the $s_t$ row is invisible, the only Markov quantity the agent has direct\naccess to is the whole **history**\n\n$$\nh_t \\;\\doteq\\; (a_0, o_1, a_1, o_2, \\ldots, a_{t-1}, o_t),\n$$\n\nthe full record of actions taken and observations seen. The history _is_ Markov — it\ncontains everything the data can tell you — but it grows without bound and never\nrepeats, so a policy or value function indexed by raw history is a table with a fresh\nrow every step. That is useless for learning. We need a compact summary of $h_t$ that\nkeeps everything relevant for the future and throws away the rest. The classical answer\nis the belief state.\n\n## The belief state as a sufficient statistic\n\nSince the agent cannot know which hidden state it is in, the most it can hold is a\n**probability distribution** over hidden states, given everything it has seen. That\ndistribution is the **belief state**.\n\n> **Definition (Belief state).** The belief $b_t(s) = \\Pr\\{s_t = s \\mid h_t\\}$ is the\n> posterior probability that the hidden state is $s$, given the history $h_t$. It is a\n> vector on the probability simplex over $\\mathcal{S}$: $b_t(s) \\ge 0$ and\n> $\\sum_s b_t(s) = 1$. The belief is a **sufficient statistic** for the history — it\n> carries everything in $h_t$ that is relevant to predicting the future and choosing\n> actions.\n\nA belief over $|\\mathcal{S}| = n$ states is a point in the $(n-1)$-dimensional\n**belief simplex** $\\Delta(\\mathcal{S})$. The corners are the fully-known states (belief\n$1$ on one state, $0$ elsewhere); the interior points are genuine uncertainty. A\nthree-state POMDP has a triangular simplex, and the agent's belief slides around inside\nit as evidence arrives.\n\n$$\n% caption: The belief simplex for three hidden states. Each corner is certainty\n% about one state; the interior is a mixed belief $b = (b(s_1), b(s_2), b(s_3))$\n% summing to $1$. The centroid is maximal uncertainty (uniform belief); an\n% observation moves the belief point toward the corner it favors.\n\\begin{tikzpicture}[>=stealth, font=\\small]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % triangle corners\n  \\coordinate (A) at (0,0);\n  \\coordinate (B) at (5.0,0);\n  \\coordinate (C) at (2.5,4.0);\n  \\draw[black, thick] (A) -- (B) -- (C) -- cycle;\n  \\node[anchor=north east, font=\\footnotesize] at (A) {b(s1) = 1};\n  \\node[anchor=north west, font=\\footnotesize] at (B) {b(s2) = 1};\n  \\node[anchor=south, font=\\footnotesize] at (C) {b(s3) = 1};\n  % centroid (uniform)\n  \\coordinate (M) at (2.5,1.33);\n  \\fill[black] (M) circle (2pt);\n  \\node[anchor=north, font=\\scriptsize, text=black] at (2.5,1.2) {uniform};\n  % a belief point\n  \\coordinate (P) at (1.7,1.9);\n  \\fill[acc] (P) circle (2.4pt);\n  \\node[acc, anchor=west, font=\\scriptsize] at (1.85,1.75) {belief b};\n  % observation moves it\n  \\coordinate (Q) at (1.05,2.7);\n  \\draw[->, red, thick] (P) -- (Q);\n  \\node[red, anchor=west, font=\\scriptsize] at (0.6,3.05) {after observation o};\n\\end{tikzpicture}\n$$\n\nThe belief is a sufficient statistic in the precise sense the\n[frontiers lesson](\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers) defined: any two\nhistories that produce the same belief yield the same distribution over every future\nobservation, and so the same optimal behaviour. That single fact is the reason POMDPs\nare tractable to _state_, if not to solve. It lets us replace the ever-growing history\nwith a fixed-length vector and — the key structural result — recast the whole problem\nas an ordinary MDP.\n\n### A POMDP is an MDP over belief states\n\nConsider the process whose state is the belief $b_t$. When the agent takes action $a$\nand receives observation $o$, the belief updates deterministically to a new belief\n$b'$ (the update rule is next). So the belief follows Markov dynamics: $b_{t+1}$ depends\nonly on $b_t$, $a_t$, and $o_{t+1}$. Define a reward on beliefs by averaging the true\nreward under the belief, $\\rho(b, a) = \\sum_s b(s)\\, R(s, a)$, and a belief-transition\nmodel by summing over which observation arrives. The result is a genuine MDP.\n\n> **Theorem (Belief-MDP equivalence).** A POMDP $(\\mathcal{S}, \\mathcal{A}, \\mathcal{O},\n> T, Z, R, \\gamma)$ is equivalent to a fully observable MDP whose state space is the\n> belief simplex $\\Delta(\\mathcal{S})$, with reward $\\rho(b, a) = \\sum_s b(s) R(s, a)$\n> and Markov belief-transition dynamics driven by $(a, o)$. An optimal policy for the\n> belief-MDP, $\\pi^\\ast(a \\mid b)$, is optimal for the POMDP.\n\n$$\n% caption: The belief-MDP equivalence. The unobservable POMDP (top: hidden state $s$,\n% partial observation $o$) is recast as a fully observed MDP (bottom) whose state is\n% the belief $b$. The agent maintains $b$ by a Bayes filter and acts by a policy\n% $\\pi(a \\mid b)$; the belief is the Markov state the POMDP lacked.\n\\begin{tikzpicture}[>=stealth, font=\\small,\n  box\u002F.style={draw, minimum width=22mm, minimum height=11mm, align=center, font=\\footnotesize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % POMDP row\n  \\node[box, dashed] (hs) at (0,1.4) {hidden state s\\\\(unobserved)};\n  \\node[box] (ob) at (4.4,1.4) {observation o};\n  \\node[box] (ag) at (8.8,1.4) {agent};\n  \\draw[->, black, thick] (hs) -- (ob) node[midway, above, font=\\scriptsize, text=black] {Z};\n  \\draw[->, black, thick] (ob) -- (ag);\n  \\node[anchor=west, font=\\scriptsize, text=black] at (-2.6,1.4) {POMDP:};\n  % belief row\n  \\node[box, draw=acc, text=acc, thick] (bf) at (2.2,-1.2) {Bayes f\\\u002Filter\\\\update b};\n  \\node[box, draw=acc, text=acc, thick] (be) at (6.6,-1.2) {policy\\\\pi(a given b)};\n  \\draw[->, acc, thick] (bf) -- (be) node[midway, above, font=\\scriptsize, text=black] {belief b};\n  \\node[anchor=west, font=\\scriptsize, text=black] at (-2.6,-1.2) {belief-MDP:};\n  % observation feeds the filter\n  \\draw[->, red, thick] (ob.south) .. controls (4.4,-0.2) and (2.2,-0.1) .. (bf.north)\n    node[midway, right, font=\\scriptsize, text=red] {o, a in};\n\\end{tikzpicture}\n$$\n\nThe equivalence cuts both ways. Solve the belief-MDP and you have solved the POMDP;\nbut the belief-MDP has a _continuous_ state space — the\nsimplex — even when the POMDP had finitely many states, so the tabular machinery of the\n[dynamic-programming chapter](\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming)\ndoes not apply off the shelf. We first need the update that moves $b$ through that\nsimplex.\n\n## The belief update: a Bayes filter\n\nThe belief update is Bayes' rule applied recursively. Given the current belief $b(s)$,\nthe action taken $a$, and the new observation $o$, the updated belief $b'(s')$ is the\nposterior over the next hidden state. Two steps: **predict** the next state by pushing\nthe belief through the transition model, then **correct** by weighting each candidate\nnext state by how well it explains the observation.\n\n$$\nb'(s') \\;=\\; \\frac{Z(o \\mid s', a)\\;\\sum_{s} T(s' \\mid s, a)\\, b(s)}{\\Pr(o \\mid b, a)},\n\\qquad\n\\Pr(o \\mid b, a) \\;=\\; \\sum_{s'} Z(o \\mid s', a) \\sum_{s} T(s' \\mid s, a)\\, b(s).\n$$\n\nThe inner sum $\\sum_s T(s' \\mid s, a) b(s)$ is the **prediction**: the probability of\nlanding in $s'$ before seeing anything, obtained by propagating the old belief through\nthe dynamics. Multiplying by $Z(o \\mid s', a)$ is the **correction**: reweight each\npredicted next state by the likelihood it would have produced the observation actually\nseen. The denominator $\\Pr(o \\mid b, a)$ is just the normalizer that makes $b'$ sum to\none; it also happens to be the probability of that observation, which is useful for\nscoring. This recursion is the **Bayes filter** (a.k.a. the forward algorithm for an\nHMM with actions).\n\n```algorithm\ncaption: $\\textsc{Belief-Update}(b, a, o)$ — one Bayes-filter step for a POMDP\n$\\bar b(s') \\gets \\sum_{s} T(s' \\mid s, a)\\, b(s)$ for each $s' \\in \\mathcal{S}$ \u002F\u002F predict: push belief through dynamics\n$b'(s') \\gets Z(o \\mid s', a)\\, \\bar b(s')$ for each $s' \\in \\mathcal{S}$ \u002F\u002F correct: weight by observation likelihood\n$\\eta \\gets \\sum_{s'} b'(s')$ \u002F\u002F normalizer = Pr(o given b, a)\nif $\\eta = 0$ then\n  return error \u002F\u002F observation impossible under this belief\n$b'(s') \\gets b'(s') \u002F \\eta$ for each $s' \\in \\mathcal{S}$ \u002F\u002F normalize to a distribution\nreturn $b'$\n```\n\n### Worked example: the two-state tiger-lite\n\nTake the smallest interesting POMDP. Two hidden states, $s_L$ (a hazard behind the left\ndoor) and $s_R$ (behind the right). One \"listen\" action leaves the state unchanged,\n$T(s \\mid s, \\text{listen}) = 1$, but returns a _noisy_ observation: with probability\n$0.85$ the sound comes from the side that actually holds the hazard, and with\nprobability $0.15$ it is misleading. So $Z(\\text{hear-left} \\mid s_L, \\text{listen}) =\n0.85$ and $Z(\\text{hear-left} \\mid s_R, \\text{listen}) = 0.15$.\n\nStart from total ignorance, $b = (0.5,\\, 0.5)$, and listen. Suppose we hear \"left.\"\nPrediction leaves the belief at $(0.5, 0.5)$ because listening does not move the state.\nCorrection multiplies by the likelihoods:\n\n$$\nb'(s_L) \\propto 0.85 \\times 0.5 = 0.425, \\qquad\nb'(s_R) \\propto 0.15 \\times 0.5 = 0.075.\n$$\n\nNormalizing by $\\eta = 0.5$ gives $b' = (0.85,\\, 0.15)$. One noisy \"left\" moved the\nbelief from $50\u002F50$ to $85\\%$ confident. Listen again and hear \"left\" a second time:\n\n$$\nb''(s_L) \\propto 0.85 \\times 0.85 = 0.7225, \\qquad\nb''(s_R) \\propto 0.15 \\times 0.15 = 0.0225,\n$$\n\nnormalizing to $b'' \\approx (0.970,\\, 0.030)$. Evidence compounds: two consistent\nobservations drive belief from $0.5$ to $0.97$. This performs the disambiguation the\nreactive agent could not — the belief _accumulates_ history into a single vector.\n\nNow inject a conflict. From $b'' = (0.970, 0.030)$, listen a third time and hear\n\"right\" — evidence _against_ the current leaning. The likelihoods flip, $Z(\\text{hear-right}\n\\mid s_L) = 0.15$ and $Z(\\text{hear-right} \\mid s_R) = 0.85$:\n\n$$\nb'''(s_L) \\propto 0.15 \\times 0.970 = 0.1455, \\qquad\nb'''(s_R) \\propto 0.85 \\times 0.030 = 0.0255,\n$$\n\nnormalizing to $b''' \\approx (0.851, 0.149)$. One conflicting observation moved the\nbelief from $0.97$ down to $0.85$ — it did not reset to $0.5$, because two prior\n\"left\"s still outweigh one \"right.\" A Bayes filter never\ndiscards history; it reweights it. The arithmetic is cleanest in _log-odds_: each\n\"hear-left\" adds $\\log(0.85\u002F0.15) \\approx 1.735$ to the log-odds of $s_L$ and each\n\"hear-right\" subtracts it, so the running log-odds is just (count of left minus count\nof right) times $1.735$. After two lefts and one right the net count is $+1$, giving\nlog-odds $1.735$, and $1\u002F(1 + e^{-1.735}) \\approx 0.850$ — matching the $b'''$ above\nexactly. Independent evidence adds in log-odds, so the filter here reduces to a\nrunning sum.\n\n$$\n% caption: Belief trajectory in the two-state tiger-lite. Starting from the uniform\n% belief $b(s_L) = 0.5$, each noisy \"hear-left\" observation applies the Bayes-filter\n% correction and pushes belief toward $s_L$: 0.50, then 0.85, then 0.97. A conflicting\n% \"hear-right\" would pull it back. Belief accumulates evidence one observation at a\n% time.\n\\begin{tikzpicture}[>=stealth, font=\\small]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % axes\n  \\draw[->, black] (0,0) -- (7.4,0) node[anchor=north, font=\\footnotesize, text=black] {listen steps};\n  \\draw[->, black] (0,0) -- (0,4.0) node[anchor=south, font=\\footnotesize, text=black, rotate=90, xshift=-16mm, yshift=8mm] {belief b(sL)};\n  % gridline at 0.5 and 1.0\n  \\draw[black, dashed] (0,1.75) -- (7.2,1.75);\n  \\node[anchor=east, font=\\scriptsize, text=black] at (-0.15,1.75) {0.5};\n  \\draw[black, dashed] (0,3.5) -- (7.2,3.5);\n  \\node[anchor=east, font=\\scriptsize, text=black] at (-0.15,3.5) {1.0};\n  \\node[anchor=east, font=\\scriptsize, text=black] at (-0.15,0) {0};\n  % points: (0,0.50) (1,0.85) (2,0.97)\n  \\coordinate (p0) at (0.6,1.75);\n  \\coordinate (p1) at (3.4,2.975);\n  \\coordinate (p2) at (6.2,3.395);\n  \\draw[acc, very thick] (p0) -- (p1) -- (p2);\n  \\fill[acc] (p0) circle (2.4pt);\n  \\fill[acc] (p1) circle (2.4pt);\n  \\fill[acc] (p2) circle (2.4pt);\n  \\node[acc, anchor=north west, font=\\scriptsize] at (0.6,1.7) {0.50};\n  \\node[acc, anchor=north west, font=\\scriptsize] at (3.4,2.95) {0.85};\n  \\node[acc, anchor=south, font=\\scriptsize] at (6.2,3.5) {0.97};\n\\end{tikzpicture}\n$$\n\n## Where this leaves us\n\nThe theory of acting under partial observability is now in place, and it rests on one\nobject. When the agent cannot see the state, the right thing to carry forward is not\nthe last observation but the **belief state** — the full posterior over hidden states\ngiven everything seen so far. The belief is a _sufficient statistic_ for the history:\nit turns the POMDP back into an ordinary MDP, the **belief MDP**, whose state is the\nbelief and over which all the machinery of the earlier chapters applies in principle.\n\nMaintaining the belief is mechanical: the **Bayes filter** updates it each step by\npredicting through the dynamics and correcting by the new observation's likelihood, as\nthe worked example showed. So in principle partial observability is solved — reduce to\nthe belief MDP and plan.\n\nIn practice two obstacles remain. Planning over the belief simplex is computationally\nexpensive (the value function is piecewise-linear-and-convex, with a number of pieces that\ncan explode), and computing the exact belief needs a known model the agent rarely has.\nBoth, and the deep-RL answer that sidesteps them by making the policy a function of\nhistory through a recurrent network, continue in\n[Partial Observability: Planning and Recurrent Policies](\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2).\n\n",{"text":7677,"minutes":7678,"time":7679,"words":7680},"9 min read",8.685,521100,1737,{"title":5,"description":7665},[7683,7686],{"book":7684,"ref":7685},"Sutton & Barto","Ch. 17 — Frontiers; §17.3 Observations and State (history, Markov state, belief state)",{"book":7687,"ref":7688},"Grokking Deep RL","Ch. 12 — partial observability and recurrent agents","available","07.reinforcement-learning\u002F05.modern-deep-rl\u002F18.partial-observability-pomdps","Drop the assumption that the agent sees the state. It sees an observation, a partial and noisy function of a hidden state, and one observation is no longer a Markov signal. This lesson builds the POMDP tuple, shows that the belief state — the posterior over hidden states — is a sufficient statistic that turns a POMDP back into an MDP over beliefs, and works the Bayes-filter belief update step by step. A companion lesson explains why exact planning is intractable and develops the deep-RL answer of recurrent, history-based policies.\n",[7693],"Deep RL","t4RiGGfYgmSYMsY0PClctyjmVeoCexTouVBCIaW-604",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":7696,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":7697,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":7698,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":7699,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":7700,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":7701,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":7702,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":7703,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":7704,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":7705,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":7706,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":7707,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":7708,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":7709,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":7710,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":7711,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":7712,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":7713,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":7714,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":7715,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":7716,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":7717,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":7718,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":7719,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":7720,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":7721,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":7722,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":7723,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":7724,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":7725,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":7726,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":7727,"\u002Falgorithms\u002Fsequences\u002Ftries":7728,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":7729,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":7730,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":7731,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":7732,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":7733,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":7734,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":7735,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":7736,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":7737,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":7738,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":7739,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":7740,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":7741,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":7742,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":7743,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":7744,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":7745,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":7746,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":7747,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":7748,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":7749,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":7750,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":7751,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":7752,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":7753,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":7754,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":7755,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":7756,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":7757,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":7758,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":7759,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":7760,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":7761,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":7762,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":7763,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":7764,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":7765,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":7766,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":7767,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":7768,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":7769,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":7770,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":7771,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":7772,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":7773,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":7774,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":7775,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":7776,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":7777,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":7778,"\u002Falgorithms":7779,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":7780,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":7781,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":7782,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":7783,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":7784,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":7785,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":7786,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":7787,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":7788,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":7789,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":7790,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":7791,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":7792,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":7793,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":7794,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":7795,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":7796,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":7797,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":7798,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":7799,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":7800,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":7801,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":7802,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":7803,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":7804,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":7805,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":7806,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":7807,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":7808,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":7809,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":7810,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":7811,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":7812,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":7813,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":7794,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":7814,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":7815,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":7816,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":7784,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":7817,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":7818,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":7819,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":7820,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":7821,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":7822,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":7823,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":7824,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":7825,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":7826,"\u002Fcalculus":7827,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":7828,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":7829,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":7830,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":7831,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":7832,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":7833,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":7834,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":7835,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":7836,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":7837,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":7838,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":7839,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":7840,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":7841,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":7842,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":7843,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":7844,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":7845,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":7846,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":7847,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":7848,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":7849,"\u002Fmechanics\u002Frotation\u002Frolling-motion":7850,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":7851,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":7852,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":7853,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":7854,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":7855,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":7856,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":7857,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":7858,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":7859,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":7860,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":7861,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":7862,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":7863,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":7864,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":7865,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":7866,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":7867,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":7868,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":7869,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":7870,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":7871,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":7872,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":7873,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":7874,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":7875,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":7876,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":7877,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":7878,"\u002Fmechanics":7879,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":7880,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":7881,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":7882,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":7883,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":7884,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":7885,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":7886,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":7887,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":7888,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":7889,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":7890,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":7891,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":7868,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":7892,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":7893,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":7894,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":7864,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":7729,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":7895,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":7855,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":7896,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":7897,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":7898,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":7899,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":7900,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":7901,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":7902,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":7903,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":7904,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":7829,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":7905,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":7906,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":7907,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":7908,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":7909,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":7910,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":7911,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":7912,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":7847,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":7846,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":7913,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":7914,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":7915,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":7916,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":7917,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":7918,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":7919,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":7920,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":7921,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":7873,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":7871,"\u002Felectricity-and-magnetism":7922,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":7923,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":7924,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":7925,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":7926,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":7927,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":7928,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":7929,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":7930,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":7931,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":7781,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":7932,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":7933,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":7785,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":7934,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":7935,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":7936,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":7937,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":7938,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":7939,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":7940,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":7941,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":7942,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":7943,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":7944,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":7945,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":7946,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":7947,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":7948,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":7949,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":7950,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":7951,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":7952,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":7953,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":7820,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":7954,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":7955,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":7956,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":7957,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":7958,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":7959,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":7960,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":7961,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":7962,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":7963,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":7964,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":7965,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":7966,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":7967,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":7968,"\u002Flinear-algebra":7969,"\u002Ftheory-of-computation":7970,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":7971,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":7972,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":7973,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":7974,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":7975,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":7976,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":7977,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":7978,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":7979,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":7980,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":7981,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":7982,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":7983,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":7984,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":7985,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":7986,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":7987,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":7988,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":7989,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":7990,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":7991,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":7992,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":7993,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":7994,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":7995,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":7996,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":7997,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":7998,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":7999,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":8000,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":8001,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":8002,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":8003,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":8004,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":8005,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":8006,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":8007,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":8008,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":8009,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":8010,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":8011,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":8012,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":8013,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":8014,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":8015,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":8016,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":8017,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":8018,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":8019,"\u002Fcomputer-architecture":7970,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":8020,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":8021,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":8022,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":7785,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":8023,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":7784,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":7791,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":8024,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":8025,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":7825,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":8026,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":8027,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":8028,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":8029,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":8030,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":8031,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":8032,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":8033,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":8034,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":8035,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":8036,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":8037,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":8032,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":8038,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":8039,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":8040,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":8041,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":8042,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":8043,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":8044,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":8045,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":8046,"\u002Fdifferential-equations":8047,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":8048,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":8049,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":8050,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":8051,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":7930,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":8052,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":8053,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":8054,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":8055,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":8056,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":8057,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":7800,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":8058,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":8059,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":8060,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":8061,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":8062,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":8063,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":8064,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":8065,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":8066,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":8067,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":8022,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":8068,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":8069,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":8070,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":8071,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":8072,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":7951,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":8073,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":8074,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":7961,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":8075,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":8076,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":8077,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":8078,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":8079,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":8080,"\u002Frelativity":8081,"\u002Fphysical-computing":7970,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":8082,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":8061,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":8083,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":8084,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":8085,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":8086,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":8087,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":8088,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":8089,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":8037,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":7961,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":8090,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":8091,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":8092,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":8093,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":8089,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":8094,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":8069,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":7822,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":8095,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":8096,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":7802,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":8097,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":8098,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":8099,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":8100,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":8101,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":8102,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":8103,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":8104,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":8105,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":8061,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":8106,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":8107,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":8108,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":8095,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":7783,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":8109,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":8110,"\u002Fquantum-mechanics":8111,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":8045,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":8112,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":8113,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":7934,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":8114,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":7820,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":8115,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":8116,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":7957,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":8067,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":8117,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":8118,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":8119,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":8120,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":8121,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":8094,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":8122,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":7927,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":8123,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":8124,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":7781,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":8125,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":8126,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":8083,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":7810,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":7961,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":8127,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":8128,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":7946,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":8071,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":8129,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":8130,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":8131,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":7966,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":8132,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":8133,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":8134,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":8134,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":8135,"\u002Freal-analysis":8136,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":8137,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":8138,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":8139,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":8140,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":8141,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":8142,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":8143,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":8144,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":8145,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":8146,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":8110,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":8147,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":8139,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":8056,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":8148,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":8149,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":8150,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":8151,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":8152,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":8153,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":8154,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":8155,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":8149,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":8156,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":8125,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":8157,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":8158,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":8159,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":8160,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":8161,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":8162,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":8163,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":8164,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":8165,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":8166,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":7799,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":8167,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":8168,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":8041,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":8169,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":8170,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":8098,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":8170,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":8171,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":8172,"\u002Fabstract-algebra":8173,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":8174,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":8175,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":8176,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":8177,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":8178,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":8090,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":8179,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":8180,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":8181,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":8182,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":8183,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":8184,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":8185,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":7924,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":8053,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":7799,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":8186,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":7783,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":8187,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":8188,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":7821,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":8115,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":8189,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":8190,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":8191,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":8192,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":8193,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":8194,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":8195,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":8196,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":8197,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":8198,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":8199,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":8200,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":8201,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":8202,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":8146,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":8203,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":8204,"\u002Fatomic-physics":8205,"\u002Fdatabases":7970,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":8206,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":8207,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":8208,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":8137,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":8209,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":8210,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":8211,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":8212,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":8213,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":8214,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":8215,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":8216,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":8217,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":8218,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":8219,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":8220,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":8221,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":8222,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":8223,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":8224,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":8225,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":8226,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":8227,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":8228,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":8219,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":8229,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":8230,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":8231,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":8232,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":8233,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":8178,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":8234,"\u002Fcategory-theory":8235,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":8236,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":8237,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":8238,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":8239,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":8240,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":8241,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":8200,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":8242,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":8243,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":8244,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":8245,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":8246,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":8247,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":8248,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":8249,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":8250,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":8251,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":8252,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":8253,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":8254,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":8255,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":8256,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":8257,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":8258,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":8259,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":8260,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":8261,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":8262,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":8263,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":8264,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":8265,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":8266,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":8267,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":8268,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":8212,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":8269,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":8270,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":8271,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":8272,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":8273,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":8274,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":8275,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":7764,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":8276,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":8277,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":8000,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":8278,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":8279,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":8280,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":8281,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":8282,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":8283,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":8284,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":8285,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":8286,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":8287,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":8288,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":8289,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":7973,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":8290,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":8291,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":8292,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":8293,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":8010,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":8294,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":8295,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":8296,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":8297,"\u002Fdeep-learning":7970,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":8298,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":8095,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":8299,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":8300,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":8301,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":8302,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":8303,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":8304,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":8305,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":8306,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":8142,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":8307,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":8308,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":8309,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":8029,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":7822,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":8310,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":8311,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":8312,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":7956,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":8313,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":8314,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":8034,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":7961,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":8315,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":7930,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":7800,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":7816,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":8316,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":8317,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":8318,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":7948,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":8319,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":7810,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":8320,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":8321,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":8322,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":8323,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":8144,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":8324,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":8325,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":8326,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":8327,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":8090,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":8328,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":8068,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":8329,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":7929,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":8330,"\u002Fstatistical-mechanics":8331,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":8332,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":7795,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":8055,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":8333,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":8334,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":8335,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":8336,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":8337,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":8338,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":7928,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":8339,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":8340,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":8341,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":8342,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":8071,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":8343,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":8344,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":8345,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":8346,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":8347,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":8126,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":8070,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":8348,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":8349,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":8350,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":8351,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":8061,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":8352,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":8353,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":8298,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":8198,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":7925,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":8354,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":7791,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":8355,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":8356,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":7936,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":8357,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":8191,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":8358,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":7783,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":8359,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":7794,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":8360,"\u002Fcondensed-matter":8111,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":8361,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":8362,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":8363,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":8364,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":7808,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":8365,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":8366,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":7808,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":8367,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":8221,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":8368,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":8369,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":8370,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":8368,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":8371,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":8372,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":8373,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":8374,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":8375,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":8376,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":8377,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":8378,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":8299,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":8379,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":8372,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":8380,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":8381,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":8014,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":8382,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":8199,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":8383,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":8384,"\u002Flogic":8385,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":8386,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":8387,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":8000,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":8388,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":8389,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":8390,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":8391,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":8381,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":8392,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":8393,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":8394,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":8292,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":8395,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":8396,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":8397,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":8398,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":8399,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":8017,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":8400,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":8401,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":8402,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":8403,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":8208,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":8404,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":8380,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":8405,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":8406,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":8407,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":8028,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":8408,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":8158,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":8409,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":8410,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":7990,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":8411,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":8412,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":8413,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":8414,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":8415,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":8268,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":8416,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":8417,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":8418,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":8303,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":8419,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":8420,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":8421,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":8017,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":8084,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":8422,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":8423,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":8424,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":8425,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":8426,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":8427,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":8428,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":8429,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":7680,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":8430,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":8431,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":8432,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":8433,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":8434,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":8435,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":8436,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":8437,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":8438,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":8439,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":8440,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":8441,"\u002Freinforcement-learning":7970,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":8442,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":8443,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":8444,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":8445,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":8446,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":8447,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":8448,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":8449,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":8450,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":8451,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":8452,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":8453,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":8454,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":8297,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":8152,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":8455,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":8456,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":8457,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":8458,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":8459,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":8460,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":8279,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":8461,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":8462,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":8463,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":8464,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":8465,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":8466,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":8467,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":8468,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":8469,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":8470,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":8471,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":8472,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":8211,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":8462,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":8473,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":7751,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":8474,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":8475,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":8476,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":8477,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":8478,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":8260,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":8479,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":8480,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":8481,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":8482,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":8483,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":8484,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":8485,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":8486,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":8487,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":8488,"\u002Fartificial-intelligence":7970,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":8227,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":8489,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":7787,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":7785,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":8321,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":8490,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":7813,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":8123,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":8491,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":8492,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":8493,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":8183,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":8494,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":8495,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":8496,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":8382,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":8497,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":8498,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":7797,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":8026,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":8499,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":8127,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":8500,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":8501,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":8022,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":8110,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":8502,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":8503,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":8504,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":7792,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":8167,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":8029,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":8505,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":8077,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":8141,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":8506,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":8507,"\u002Fnuclear-physics":8508,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":8509,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":8510,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":8148,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":8511,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":8512,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":8513,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":7996,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":8514,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":8515,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":8293,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":8516,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":8461,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":8517,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":8518,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":8519,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":8520,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":8521,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":8522,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":8523,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":7974,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":8524,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":8525,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":8467,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":8526,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":8527,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":8528,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":8529,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":8530,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":8531,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":8532,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":8533,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":8392,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":8534,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":8535,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":8536,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":8537,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":8538,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":8539,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":8540,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":8541,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":8542,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":8543,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":8544,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":8545,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":8246,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":8413,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":8002,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":8546,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":8547,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":8548,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":8549,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":8260,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":8550,"\u002Fnatural-language-processing":7970,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":8551,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":8168,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":8552,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":8313,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":8553,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":8554,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":8502,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":8555,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":8556,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":8118,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":7820,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":8557,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":8072,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":8558,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":8105,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":8559,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":8359,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":8560,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":8561,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":8328,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":8562,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":7791,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":8563,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":8564,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":8565,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":8109,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":8325,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":8566,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":8567,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":8184,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":8568,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":8229,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":8569,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":8570,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":8118,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":8151,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":8571,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":8572,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":8573,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":8207,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":8574,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":7948,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":8575,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":8051,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":8576,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":8577,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":8375,"\u002Fparticle-physics":8578,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":8169,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":8323,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":8579,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":8108,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":8580,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":8168,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":8080,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":8581,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":8582,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":8583,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":8584,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":8585,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":8374,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":8305,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":8586,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":8587,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":8588,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":8589,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":8501,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":8590,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":8064,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":8127,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":8109,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":8591,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":8193,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":7809,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":8592,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":8593,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":8324,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":8594,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":8595,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":8596,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":8597,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":7790,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":8598,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":8599,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":8051,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":8600,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":8601,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":8317,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":7972,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":8602,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":8603,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":8229,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":8215,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":8227,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":8324,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":8604,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":7789,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":7981,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":8605,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":8068,"\u002Fastrophysics-cosmology":8173,"\u002Fcolophon":8606,"\u002F":7970},4250,4808,3626,2682,4109,4786,3878,3875,3751,3415,4067,3153,3000,4042,5461,5808,3961,3749,4327,5067,4246,4655,4154,5436,2640,4003,3601,2158,4331,4189,2273,3252,4633,4964,4172,3131,5524,3160,4031,2309,4207,3226,2648,4842,5340,3307,5701,4977,4039,2615,3472,4460,3848,4075,4400,3382,3010,3602,3737,3740,3707,3922,5191,4043,3804,4542,4214,5062,2850,4361,3443,3627,4044,3766,4140,3860,4006,5199,4334,5234,3651,5509,5680,153,1375,1073,1093,1125,1146,1014,1132,876,1541,1189,1173,984,1402,1301,950,1268,1063,1107,1408,1161,925,1012,866,964,1090,1142,1085,1020,1207,973,980,728,764,1225,1329,796,929,801,878,774,1044,1488,1175,1130,890,814,870,154,4073,5140,4961,5127,4870,5382,5195,4955,5369,4501,5576,3824,4132,4289,4307,4570,3403,5084,5105,5201,5116,5341,5175,5368,5188,5211,5499,5155,4981,5125,5415,5255,5304,5130,5167,5552,5164,5094,5239,5036,5190,5004,5099,5035,5159,5088,5026,4937,5023,5264,5244,133,5114,5078,5043,5312,5170,5342,5139,5151,5049,5212,5013,5068,5079,5102,5121,5081,5029,5379,5854,5110,2139,3798,5055,5364,4984,4935,4895,4972,5289,5112,5156,4987,5031,5025,5149,5302,5042,5002,4979,4922,4960,5279,126,1877,1180,1129,907,958,1112,1300,1053,1250,1181,1241,1234,966,1050,734,1190,484,1082,926,733,761,571,607,798,804,952,977,731,784,645,771,1017,742,1004,1000,1562,1254,1288,1101,1011,1486,1061,856,992,1169,988,137,0,2037,1782,2384,2254,2123,2332,1643,1714,2089,1751,1367,1660,2511,1998,1892,1854,1791,2438,2487,1917,2375,2525,2266,1845,2275,1810,1631,2310,2166,2233,2113,2505,2347,2672,2112,2473,2592,2380,3013,2513,3256,3218,2194,2173,2205,2326,2081,3342,3152,1799,1670,1027,960,1095,1291,986,897,1209,1055,1817,1801,1593,1465,1196,1464,1201,1230,1435,1684,1461,1926,1500,1409,1284,1774,1869,162,1487,1122,1188,1001,1351,982,1005,979,1325,1046,943,1279,824,1008,989,1798,1277,1025,987,1043,1211,1074,981,939,1002,739,1139,1108,1013,1070,978,1458,1317,157,1357,1077,2355,1116,1037,1178,1637,1314,1109,1056,1702,1474,1071,1158,832,993,1404,1024,1068,1339,1106,1264,1248,913,1848,1328,1633,1224,1143,135,1378,959,1028,998,911,1527,1203,1266,1483,1165,990,938,965,1257,1418,1099,942,1352,956,1035,1398,1003,1094,1292,138,1721,1827,1449,1354,1148,1184,1285,1281,1213,1290,1271,1252,1274,1778,1591,1503,1437,1571,1584,1957,1117,1781,1648,1342,1667,1510,1965,1607,1365,1849,1259,1303,1356,1238,2208,1564,173,1671,1286,1227,1638,1529,668,1078,918,709,865,880,940,1534,1015,874,922,841,794,1194,822,1105,1658,1359,1296,1438,1921,1844,1570,1429,1324,1400,140,1787,1558,1654,1492,1747,2224,2002,2009,1323,1349,1785,1573,1722,1829,1353,1548,1552,1583,1624,1585,1245,1364,1514,1343,1397,1355,2211,1481,1770,160,2388,2293,2256,2552,2569,2478,2039,2496,2578,2814,2519,2461,2587,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,2622,2340,2322,3828,4409,2305,3411,2510,4527,3030,3569,3043,2457,1946,2277,2044,2909,1693,1945,2093,2399,2115,2898,2742,2242,3895,3378,3376,2769,2223,3062,3262,2651,2949,2768,3128,2423,1977,2087,2866,3388,2830,2210,2489,2884,3945,2099,2713,3402,1692,2931,4195,3989,3206,4391,3004,3704,3494,2902,999,881,901,919,748,869,1018,1045,1049,1333,954,1092,1019,976,1771,1480,1396,953,1026,161,3533,2495,1818,3007,2595,3427,3537,2216,1895,2304,3396,1739,2073,1962,2203,1767,2666,2264,2276,2852,1807,3735,1560,4144,1669,1676,1972,2418,3291,1525,2040,2766,2337,2220,2800,3001,2078,1759,2836,1896,2026,1758,1543,1047,896,946,1060,1384,1482,815,1414,1322,1440,1240,1468,1098,1133,847,1009,1381,1052,1191,1258,1370,1712,1441,1199,957,1079,150,1262,1417,1368,1219,1136,1064,1463,1636,1059,931,1115,1736,1174,1376,1363,1411,1247,1746,1313,1299,1617,1102,1076,1495,1265,1193,1263,80,{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":8608,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":8613,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":8617,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":8621,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":8625,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":8629,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":8633,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":8638,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":8642,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":8646,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":8650,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":8655,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":8659,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":8663,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":8667,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":8672,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":8676,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":8680,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":8684,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":8688,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":8692,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":8696,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":8700,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":8704,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":8708,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":8712,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":8716,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":8721,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":8725,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":8729,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":8733,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":8737,"\u002Falgorithms\u002Fsequences\u002Ftries":8741,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":8745,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":8749,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":8754,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":8758,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":8762,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":8766,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":8770,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":8774,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":8778,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":8782,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":8786,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":8790,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":8794,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":8798,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":8802,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":8806,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":8811,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":8815,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":8819,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":8823,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":8827,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":8832,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":8836,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":8840,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":8844,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":8848,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":8852,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":8856,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":8860,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":8864,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":8868,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":8872,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":8877,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":8881,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":8885,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":8889,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":8894,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":8898,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":8902,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":8906,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":8910,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":8914,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":8918,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":8923,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":8927,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":8931,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":8935,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":8940,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":8944,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":8948,"\u002Falgorithms":8952,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":8955,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":8960,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":8964,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":8968,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":8972,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":8977,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":8981,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":8985,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":8989,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":8994,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":8998,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":9002,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":9006,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":9011,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":9015,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":9019,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":9024,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":9028,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":9032,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":9037,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":9041,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":9045,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":9050,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":9054,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":9058,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":9062,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":9067,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":9071,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":9075,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":9080,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":9084,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":9088,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":9092,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":9096,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":9101,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":9105,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":9109,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":9113,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":9117,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":9122,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":9125,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":9129,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":9133,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":9137,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":9142,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":9146,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":9150,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":9154,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":9158,"\u002Fcalculus":9162,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":9165,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":9169,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":9173,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":9178,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":9182,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":9186,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":9190,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":9194,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":9199,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":9203,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":9207,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":9211,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":9215,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":9220,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":9224,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":9228,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":9232,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":9236,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":9241,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":9245,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":9249,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":9254,"\u002Fmechanics\u002Frotation\u002Frolling-motion":9258,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":9262,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":9266,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":9270,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":9274,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":9279,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":9283,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":9287,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":9291,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":9295,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":9299,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":9303,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":9308,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":9312,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":9316,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":9320,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":9324,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":9328,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":9332,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":9336,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":9340,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":9344,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":9348,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":9352,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":9357,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":9361,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":9365,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":9369,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":9373,"\u002Fmechanics":9377,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":9380,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":9385,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":9389,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":9393,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":9397,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":9401,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":9406,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":9410,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":9415,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":9419,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":9423,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":9427,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":9431,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":9436,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":9440,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":9444,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":9448,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":9453,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":9457,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":9461,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":9466,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":9470,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":9474,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":9478,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":9482,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":9487,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":9491,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":9495,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":9499,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":9503,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":9507,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":9512,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":9516,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":9520,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":9524,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":9528,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":9532,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":9536,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":9540,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":9545,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":9549,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":9553,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":9557,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":9561,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":9566,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":9570,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":9574,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":9578,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":9582,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":9587,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":9591,"\u002Felectricity-and-magnetism":9595,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":9598,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":9603,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":9607,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":9611,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":9615,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":9619,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":9624,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":9628,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":9632,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":9636,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":9640,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":9645,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":9649,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":9653,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":9658,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":9662,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":9666,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":9670,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":9674,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":9678,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":9682,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":9687,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":9691,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":9695,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":9699,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":9703,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":9707,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":9711,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":9716,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":9720,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":9724,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":9728,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":9732,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":9736,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":9741,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":9745,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":9749,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":9753,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":9757,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":9762,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":9766,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":9770,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":9774,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":9778,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":9782,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":9787,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":9791,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":9795,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":9799,"\u002Flinear-algebra":9803,"\u002Ftheory-of-computation":9806,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":9809,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":9813,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":9817,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":9821,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":9825,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":9829,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":9834,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":9838,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":9842,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":9846,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":9850,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":9854,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":9858,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":9863,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":9867,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":9871,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":9875,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":9879,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":9884,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":9888,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":9892,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":9896,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":9900,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":9905,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":9909,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":9913,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":9917,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":9921,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":9926,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":9930,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":9934,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":9938,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":9942,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":9947,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":9951,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":9955,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":9959,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":9963,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":9968,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":9972,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":9976,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":9981,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":9985,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":9990,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":9994,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":9998,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":10002,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":10006,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":10011,"\u002Fcomputer-architecture":10015,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":10018,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":10022,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":10026,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":10031,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":10035,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":10039,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":10043,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":10047,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":10051,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":10056,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":10060,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":10064,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":10068,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":10072,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":10076,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":10081,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":10085,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":10089,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":10094,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":10098,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":10103,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":10107,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":10111,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":10116,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":10120,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":10125,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":10129,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":10133,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":10138,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":10142,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":10146,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":10151,"\u002Fdifferential-equations":10155,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":10158,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":10163,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":10167,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":10171,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":10175,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":10179,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":10184,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":10188,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":10192,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":10196,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":10201,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":10205,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":10209,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":10213,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":10218,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":10222,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":10226,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":10230,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":10235,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":10239,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":10243,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":10247,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":10251,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":10255,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":10260,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":10264,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":10268,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":10273,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":10277,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":10281,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":10285,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":10290,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":10294,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":10298,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":10303,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":10307,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":10311,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":10316,"\u002Frelativity":10320,"\u002Fphysical-computing":10323,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":10326,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":10331,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":10335,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":10339,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":10343,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":10348,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":10352,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":10356,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":10361,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":10365,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":10369,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":10373,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":10377,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":10381,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":10386,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":10390,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":10394,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":10398,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":10402,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":10406,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":10411,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":10415,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":10419,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":10423,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":10427,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":10431,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":10435,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":10440,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":10444,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":10448,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":10453,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":10457,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":10461,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":10466,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":10470,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":10475,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":10479,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":10483,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":10487,"\u002Fquantum-mechanics":10491,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":10494,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":10499,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":10503,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":10507,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":10511,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":10516,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":10520,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":10524,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":10528,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":10532,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":10536,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":10541,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":10545,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":10549,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":10553,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":10557,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":10561,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":10565,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":10569,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":10573,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":10577,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":10581,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":10586,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":10590,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":10594,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":10598,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":10603,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":10607,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":10611,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":10614,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":10618,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":10623,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":10627,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":10631,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":10635,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":10640,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":10644,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":10648,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":10652,"\u002Freal-analysis":10656,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":10659,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":10663,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":10667,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":10672,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":10676,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":10680,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":10684,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":10689,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":10693,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":10697,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":10701,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":10705,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":10709,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":10714,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":10718,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":10722,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":10726,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":10731,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":10735,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":10739,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":10743,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":10748,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":10752,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":10756,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":10761,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":10765,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":10769,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":10773,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":10778,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":10782,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":10786,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":10790,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":10795,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":10799,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":10803,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":10808,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":10812,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":10816,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":10820,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":10825,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":10829,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":10833,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":10837,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":10841,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":10846,"\u002Fabstract-algebra":10850,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":10853,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":10858,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":10862,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":10866,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":10870,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":10874,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":10879,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":10883,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":10887,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":10891,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":10895,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":10899,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":10903,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":10908,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":10912,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":10916,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":10920,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":10925,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":10929,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":10933,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":10938,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":10942,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":10946,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":10950,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":10954,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":10958,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":10963,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":10967,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":10971,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":10976,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":10980,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":10984,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":10988,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":10993,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":10997,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":11001,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":11006,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":11010,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":11014,"\u002Fatomic-physics":11018,"\u002Fdatabases":11021,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":11024,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":11028,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":11032,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":11036,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":11040,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":11044,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":11048,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":11053,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":11057,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":11061,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":11066,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":11070,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":11074,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":11079,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":11083,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":11087,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":11091,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":11095,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":11100,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":11104,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":11108,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":11112,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":11117,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":11121,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":11125,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":11129,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":11134,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":11138,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":11142,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":11146,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":11151,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":11155,"\u002Fcategory-theory":11159,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":11162,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":11166,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":11170,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":11174,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":11177,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":11181,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":11185,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":11189,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":11194,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":11198,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":11202,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":11206,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":11210,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":11215,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":11219,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":11223,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":11227,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":11231,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":11236,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":11240,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":11244,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":11248,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":11253,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":11257,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":11261,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":11265,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":11269,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":11273,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":11277,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":11281,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":11285,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":11290,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":11294,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":11298,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":11302,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":11306,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":11311,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":11315,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":11319,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":11323,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":11327,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":11331,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":11335,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":11340,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":11344,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":11348,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":11353,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":11357,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":11361,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":11365,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":11369,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":11373,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":11377,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":11382,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":11386,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":11390,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":11394,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":11398,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":11402,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":11406,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":11410,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":11414,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":11418,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":11422,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":11427,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":11431,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":11435,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":11439,"\u002Fdeep-learning":11443,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":11446,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":11450,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":11454,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":11458,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":11462,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":11466,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":11471,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":11475,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":11479,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":11483,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":11488,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":11492,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":11496,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":11500,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":11505,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":11509,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":11513,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":11517,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":11521,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":11526,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":11530,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":11534,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":11539,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":11543,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":11547,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":11552,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":11556,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":11560,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":11564,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":11569,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":11573,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":11577,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":11581,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":11585,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":11589,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":11594,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":11598,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":11602,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":11606,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":11611,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":11615,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":11619,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":11624,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":11628,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":11632,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":11636,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":11640,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":11645,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":11649,"\u002Fstatistical-mechanics":11653,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":11656,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":11661,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":11665,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":11669,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":11673,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":11678,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":11682,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":11686,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":11690,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":11695,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":11699,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":11703,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":11707,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":11712,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":11716,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":11720,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":11724,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":11729,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":11733,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":11737,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":11741,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":11746,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":11750,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":11754,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":11758,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":11763,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":11767,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":11771,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":11775,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":11779,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":11784,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":11788,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":11793,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":11797,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":11801,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":11805,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":11810,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":11814,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":11818,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":11822,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":11826,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":11831,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":11835,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":11839,"\u002Fcondensed-matter":11843,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":11846,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":11850,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":11855,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":11859,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":11863,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":11867,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":11871,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":11875,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":11879,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":11884,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":11888,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":11892,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":11896,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":11901,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":11905,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":11909,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":11913,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":11918,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":11922,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":11926,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":11930,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":11935,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":11939,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":11943,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":11947,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":11952,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":11956,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":11960,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":11965,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":11969,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":11974,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":11978,"\u002Flogic":11982,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":11985,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":11989,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":11993,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":11997,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":12001,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":12004,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":12008,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":12011,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":12015,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":12019,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":12023,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":12027,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":12031,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":12035,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":12039,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":12043,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":12047,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":12051,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":12055,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":12060,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":12064,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":12068,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":12072,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":12076,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":12080,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":12084,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":12088,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":12092,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":12096,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":12100,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":12104,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":12108,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":12112,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":12116,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":12120,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":12124,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":12128,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":12132,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":12136,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":12139,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":12143,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":12147,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":12151,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":12155,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":12159,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":12163,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":12167,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":12171,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":12175,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":12179,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":12183,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":12187,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":12191,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":12195,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":12199,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":12203,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":12207,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":12211,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":12212,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":12214,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":12218,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":12222,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":12226,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":12231,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":12235,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":12239,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":12243,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":12247,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":12251,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":12255,"\u002Freinforcement-learning":12259,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":12261,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":12265,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":12269,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":12273,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":12277,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":12282,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":12286,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":12290,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":12294,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":12298,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":12302,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":12306,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":12310,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":12314,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":12318,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":12322,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":12326,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":12331,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":12335,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":12339,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":12343,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":12347,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":12351,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":12355,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":12359,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":12363,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":12367,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":12371,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":12375,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":12380,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":12384,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":12388,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":12392,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":12396,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":12400,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":12404,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":12407,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":12411,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":12415,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":12420,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":12424,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":12428,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":12432,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":12435,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":12439,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":12443,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":12447,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":12452,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":12456,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":12460,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":12464,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":12468,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":12472,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":12476,"\u002Fartificial-intelligence":12480,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":12483,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":12488,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":12492,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":12496,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":12500,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":12504,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":12509,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":12513,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":12517,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":12521,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":12526,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":12530,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":12534,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":12538,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":12543,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":12547,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":12552,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":12556,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":12561,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":12565,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":12569,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":12573,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":12578,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":12582,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":12586,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":12591,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":12595,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":12599,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":12604,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":12608,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":12613,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":12617,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":12621,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":12626,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":12630,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":12634,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":12638,"\u002Fnuclear-physics":12642,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":12645,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":12649,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":12653,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":12657,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":12661,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":12665,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":12670,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":12674,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":12678,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":12682,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":12687,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":12691,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":12695,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":12699,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":12703,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":12707,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":12711,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":12714,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":12717,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":12721,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":12725,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":12729,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":12734,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":12738,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":12742,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":12746,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":12750,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":12754,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":12758,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":12762,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":12766,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":12770,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":12774,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":12778,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":12782,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":12786,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":12790,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":12794,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":12798,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":12802,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":12806,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":12810,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":12814,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":12818,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":12822,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":12826,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":12830,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":12834,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":12838,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":12842,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":12847,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":12851,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":12855,"\u002Fnatural-language-processing":12859,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":12862,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":12866,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":12870,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":12874,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":12879,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":12883,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":12887,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":12891,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":12896,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":12900,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":12904,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":12908,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":12913,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":12917,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":12921,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":12925,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":12930,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":12934,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":12938,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":12943,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":12947,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":12951,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":12955,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":12960,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":12964,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":12968,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":12972,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":12977,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":12981,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":12985,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":12989,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":12994,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":12998,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":13002,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":13006,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":13010,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":13015,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":13019,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":13023,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":13028,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":13032,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":13036,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":13040,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":13044,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":13048,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":13052,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":13056,"\u002Fparticle-physics":13060,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":13063,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":13068,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":13072,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":13076,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":13081,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":13085,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":13089,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":13093,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":13098,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":13102,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":13106,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":13110,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":13115,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":13119,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":13123,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":13127,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":13132,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":13136,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":13140,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":13144,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":13149,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":13153,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":13157,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":13162,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":13166,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":13170,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":13174,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":13178,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":13182,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":13186,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":13190,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":13194,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":13199,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":13203,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":13207,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":13211,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":13216,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":13220,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":13224,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":13228,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":13232,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":13237,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":13241,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":13244,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":13248,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":13252,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":13257,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":13261,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":13265,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":13269,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":13273,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":13277,"\u002Fastrophysics-cosmology":13281,"\u002Fcolophon":13284,"\u002F":13287},{"path":8609,"title":8610,"module":8611,"summary":8612},"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm","What Is an Algorithm?","Foundations","An algorithm is a finite, mechanical recipe that transforms inputs into outputs. We define what counts as an algorithm, how we write one down, and the three things we always ask of it: is it correct, is it fast, and can we prove it.\n",{"path":8614,"title":8615,"module":8611,"summary":8616},"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques","Proof Techniques","An algorithm without a proof is a conjecture. This lesson collects the handful\nof arguments that certify the algorithms in this course — direct proof,\ncontrapositive, contradiction, ordinary and strong induction, construction, and\ndisproof by counterexample — each with a small worked\nexample and a picture. Loop invariants are a form of induction,\nrecursive correctness falls to strong induction, and the classic broken proofs\n(all horses are the same color) show where inductions go wrong.\n",{"path":8618,"title":8619,"module":8611,"summary":8620},"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis","Asymptotic Analysis","We measure an algorithm's running time as a function of its input size, then strip away machine-specific constants and lower-order terms to compare algorithms cleanly. This lesson defines the RAM model and the $O$, $\\Omega$, $\\Theta$, $o$, and $\\omega$ notations, proves the polynomial theorem, and shows how to rank growth rates with the limit test, L'Hôpital, base substitution, and the logarithm identities the arguments lean on.\n",{"path":8622,"title":8623,"module":8611,"summary":8624},"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis","Growth Rates and Loop Analysis","With the asymptotic notations in hand, we rank the functions that actually arise in running times — from constant to factorial — proving the orderings between rungs, then read the running time of a loop nest straight off the page. Sequential blocks add, nested loops multiply, index scaling gives logarithms; a worked trace and a tour of cache-aware and galactic algorithms close the lesson.\n",{"path":8626,"title":8627,"module":8611,"summary":8628},"\u002Falgorithms\u002Ffoundations\u002Frecurrences","Recurrences and the Master Theorem","Recursive and divide-and-conquer algorithms describe their own running time with a recurrence: $T(n)$ in terms of $T$ on smaller inputs. We solve recurrences three ways — drawing the recursion tree, guessing-and-verifying by induction, and applying the Master Theorem — using merge sort as the running example, then handle unequal splits with Akra–Bazzi.\n",{"path":8630,"title":8631,"module":8611,"summary":8632},"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis","Amortized Analysis","Some operations are occasionally expensive but cheap on average across any\nsequence. Amortized analysis bounds the average cost per operation over a\nworst-case sequence — not an expectation — so a rare costly step is paid for by\nthe many cheap ones around it. This lesson develops the aggregate, accounting,\nand potential methods on dynamic-array doubling, the binary counter, and a\nstack with multipop.\n",{"path":8634,"title":8635,"module":8636,"summary":8637},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort","Divide and Conquer & Mergesort","Divide & Conquer","Divide and conquer breaks a problem into smaller copies of itself, solves\nthem recursively, and stitches the answers together. We meet the paradigm\nthrough mergesort — its merge step, its loop-invariant proof, and the\nrecursion tree that pins its cost at $\\Theta(n\\log n)$ — then count inversions\nwith the same machinery and distill the whole pattern into the master theorem.\n",{"path":8639,"title":8640,"module":8636,"summary":8641},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort","Quicksort","Quicksort sorts in place by partitioning around a pivot and recursing on\neach side. We give Lomuto and Hoare partitioning with a correctness\ninvariant, see why a bad pivot costs $\\Theta(n^2)$ while a balanced one gives\n$\\Theta(n\\log n)$, and prove that randomizing the pivot makes the expected\ncost $\\Theta(n\\log n)$ on every input.\n",{"path":8643,"title":8644,"module":8636,"summary":8645},"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection","Linear-Time Selection","Finding the $k$-th smallest element looks like it should require sorting, but\nit does not. Quickselect adapts quicksort's partition to recurse on just one\nside, achieving expected $O(n)$. The median-of-medians algorithm guarantees a\ngood pivot with the groups-of-five trick, pushing the worst case down to a\nprovable $O(n)$.\n",{"path":8647,"title":8648,"module":8636,"summary":8649},"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication","Fast Multiplication","Grade-school multiplication is $\\Theta(n^2)$, yet divide and conquer beats it.\nKaratsuba multiplies $n$-bit integers with three half-size products instead of\nfour, giving $\\Theta(n^{\\log_2 3})$, and Strassen multiplies matrices with\nseven block products instead of eight, giving $\\Theta(n^{\\log_2 7})$. Both\nspend cheap additions to save an expensive multiplication, and the master\ntheorem quantifies the savings.\n",{"path":8651,"title":8652,"module":8653,"summary":8654},"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort","Heaps and Heapsort","Sorting & Order Statistics","A binary heap is a tree we store flat in an array, with index arithmetic\nstanding in for pointers. We build the max-heap property bottom-up in $O(n)$\ntime, sort in place in $\\Theta(n\\log n)$ by repeatedly extracting the maximum,\nand reuse the same structure to implement a priority queue.\n",{"path":8656,"title":8657,"module":8653,"summary":8658},"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds","Lower Bounds for Comparison Sorting","Every sort we have seen runs in $\\Omega(n\\log n)$, and that is no accident.\nModeling a sort as a decision tree of comparisons, we show any such tree must\nhave $n!$ leaves, forcing height $\\ge \\log_2(n!) = \\Omega(n\\log n)$ — a bound\nno comparison sort beats in the worst case, on average, or with randomness.\n",{"path":8660,"title":8661,"module":8653,"summary":8662},"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting","Sorting in Linear Time","The $\\Omega(n\\log n)$ barrier only binds algorithms that compare. By instead\nusing keys as array indices we slip past it: counting sort runs in\n$\\Theta(n+k)$ and is stable, radix sort layers it digit by digit, and bucket\nsort averages $\\Theta(n)$ on uniform data. We see exactly when each applies.\n",{"path":8664,"title":8665,"module":8653,"summary":8666},"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting","External Sorting","When the data dwarfs main memory, the cost that matters is no longer\ncomparisons but block transfers to and from disk. External merge sort sorts\nmemory-sized runs, then folds them together with a heap-driven $k$-way merge in\n$\\Theta(\\log_k(N\u002FM))$ passes. Larger fan-out cuts passes; replacement selection\nbuilds longer runs to cut them further.\n",{"path":8668,"title":8669,"module":8670,"summary":8671},"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures","Elementary Data Structures","Data Structures","Every container is built one of two ways: **contiguous** in an array, or\n**linked** through pointers. We trade cache-friendly random access against\n$O(1)$ splicing, derive the **amortized $O(1)$** append of a doubling dynamic\narray, and assemble the two ordered access disciplines — the LIFO **stack** and\nthe FIFO **queue** (with its generalization, the **deque**) — on top of both.\n",{"path":8673,"title":8674,"module":8670,"summary":8675},"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables","Hash Tables","A hash table implements the dictionary — insert, search, delete — in expected\n$O(1)$ time by scattering keys across an array with a hash function. We build\nup from direct addressing, handle collisions by chaining and by open\naddressing, analyze the load factor $\\alpha$, and see how universal hashing\nachieves its expected-time guarantee against every input.\n",{"path":8677,"title":8678,"module":8670,"summary":8679},"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees","Binary Search Trees","A binary search tree keeps keys ordered so that every operation follows a\nsingle root-to-leaf path. We state the BST property, trace search, insert,\nsuccessor, and all three delete cases on concrete trees, prove the inorder\nwalk sorts, and note the drawback — every operation costs $O(h)$, and a\ncarelessly built tree degrades to height $h = \\Theta(n)$, motivating balance.\n",{"path":8681,"title":8682,"module":8670,"summary":8683},"\u002Falgorithms\u002Fdata-structures\u002Favl-trees","AVL Trees","An AVL tree is the first balanced BST: at every node the two subtrees' heights\ndiffer by at most $1$. A Fibonacci-style minimal-node argument forces height\n$h \\le 1.44\\log_2 n = O(\\log n)$, so search, insert, and delete are all\n$O(\\log n)$. Insertion rebalances with at most one of four rotation cases\n(LL, RR, LR, RL); deletion may rotate all the way to the root.\n",{"path":8685,"title":8686,"module":8670,"summary":8687},"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees","Balanced Search Trees","An ordinary BST can degrade to height $\\Theta(n)$; balanced search trees\nguarantee $h = O(\\log n)$ by maintaining invariants and repairing them after\nevery update. We meet rotations, the local restructuring primitive, then\nred-black trees, whose color invariants force logarithmic height, and finally\nB-trees, which trade tall-and-thin for short-and-wide to win on disk.\n",{"path":8689,"title":8690,"module":8670,"summary":8691},"\u002Falgorithms\u002Fdata-structures\u002Funion-find","Disjoint Sets (Union-Find)","The disjoint-set data structure tracks a partition of elements into groups,\nanswering \"are these two in the same group?\" and merging groups on demand. A\nforest of parent pointers, sped up by union by rank and path compression,\ndrives every operation to near-constant $O(\\alpha(n))$ amortized time — the\nstructure behind connectivity queries and Kruskal's minimum spanning tree.\n",{"path":8693,"title":8694,"module":8670,"summary":8695},"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees","Fenwick & Segment Trees","A prefix-sum array answers a range sum in $O(1)$ but pays $O(n)$ per update;\na plain array updates in $O(1)$ but pays $O(n)$ per range sum. Fenwick and\nsegment trees give us _both_ in $O(\\log n)$. The Fenwick (binary indexed) tree\nis a tiny array keyed by the low bit; the segment tree is a general balanced\ntree over canonical ranges that handles any associative aggregate and, with\nlazy propagation, range updates too.\n",{"path":8697,"title":8698,"module":8670,"summary":8699},"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures","Spatial Data Structures","A balanced BST orders keys on a line, but points in the plane have no single\nnatural order. Quadtrees subdivide space recursively into quadrants; k-d trees\nsplit on alternating coordinates at the median. Both make range and\nnearest-neighbour queries fast by carving the plane into boxes a query can\nprune away. Range trees nest a y-tree in an x-tree for fast orthogonal range\nreporting; interval trees index intervals to answer stabbing queries.\n",{"path":8701,"title":8702,"module":8670,"summary":8703},"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures","Skip Lists & Probabilistic Structures","Balanced trees achieve $O(\\log n)$ with rotations and invariants; randomization\ngives the same bound far more simply. A skip list is a layered linked list whose\nexpress lanes are chosen by coin flips, giving expected $O(\\log n)$ search and\ninsert with no rebalancing. A Bloom filter trades exactness for space: a bit\narray and a few hashes answer set membership with no false negatives and a\ntunable false-positive rate, but cannot delete.\n",{"path":8705,"title":8706,"module":8670,"summary":8707},"\u002Falgorithms\u002Fdata-structures\u002Fb-trees","B-Trees","When data lives on disk, the cost that dominates is block transfers, not\ncomparisons — and a binary tree of a billion keys is thirty reads deep. A\nB-tree of minimum degree $t$ is short and wide: $t-1$ to $2t-1$ keys per node,\nall leaves at one depth, height $O(\\log_t n)$. Insertion splits a full node on\nthe way down and pushes its median up; deletion borrows or merges to keep nodes\nfull enough. High fan-out is what minimizes disk I\u002FO.\n",{"path":8709,"title":8710,"module":8670,"summary":8711},"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms","Data-Stream Algorithms","Most of this course assumes data sits in fast memory, addressable at will.\nExternal sorting relaxed that to a re-readable disk. The streaming model goes\nfurther: items arrive one at a time, are seen once, and must be discarded, with\nonly sublinear, often polylogarithmic, memory. In exchange, the answers are\napproximate and probabilistic. We set up the model, then meet reservoir\nsampling for a uniform sample of an unknown-length stream and Morris counting\nfor an approximate tally in doubly-logarithmic space.\n",{"path":8713,"title":8714,"module":8670,"summary":8715},"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches","Streaming Sketches","Sampling and counting kept a random subset or a single approximate tally.\nSketches go further: fixed, tiny summaries that answer questions about a\nstream's frequencies. We meet the Count–Min sketch for point frequency\nestimation, Misra–Gries for heavy hitters, and HyperLogLog for distinct\ncounts, each trading a controlled error for space that never grows with the\nstream.\n",{"path":8717,"title":8718,"module":8719,"summary":8720},"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows","Two Pointers & Sliding Windows","Sequences & Strings","A family of array idioms that collapse an obvious $O(n^2)$ scan into a single\n$O(n)$ pass by maintaining an invariant as indices move. We meet two pointers\n(converging on a sorted array, and a fast\u002Fslow pair for in-place rewriting)\nand the sliding window (fixed and variable size, amortized $O(n)$). The\ncompanion lesson on prefix sums picks up where the window's positivity\nassumption fails.\n",{"path":8722,"title":8723,"module":8719,"summary":8724},"\u002Falgorithms\u002Fsequences\u002Fprefix-sums","Prefix Sums & Difference Arrays","Prefix sums precompute the running total once so that any range-sum query is a\nsingle subtraction, $P[r{+}1]-P[l]$, in $O(1)$. A hash map of prefix\nfrequencies then counts subarrays summing to $k$ in $O(n)$ — even with negative\nentries, where the sliding window fails. The difference-array dual turns $m$\nrange-adds into $O(m+n)$, and the whole idea lifts to 2-D rectangle sums by\ninclusion–exclusion.\n",{"path":8726,"title":8727,"module":8719,"summary":8728},"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks","Monotonic Stacks & Queues","A **monotonic stack** keeps its contents sorted by popping every element that\nwould break the order before each push — turning a family of \"previous\u002Fnext\ngreater (or smaller) element\" questions into a single $O(n)$ scan. We trace\nthe next-greater-element routine push by push and prove its amortized bound,\nfuse two such scans to measure the **largest rectangle in a histogram** in\nlinear time, extend the idea to a **monotonic deque** that streams the\n**sliding-window maximum** in $O(n)$, and use asymmetric tie-breaking to\ncount **subarray minimums** without double-counting duplicates.\n",{"path":8730,"title":8731,"module":8719,"summary":8732},"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer","Binary Search on the Answer","Binary search locates the boundary of a **monotone predicate** $p(x)$ in\n$O(\\log(\\text{range}))$ probes; sorted arrays are only one instance. We first\nestablish the half-open `while (lo \u003C hi)` template for $\\textsc{lower\\_bound}$\nand $\\textsc{upper\\_bound}$, then generalize to \"binary search on the answer\":\nwhenever feasibility is monotone in a numeric parameter, we binary search the\nparameter itself, calling a feasibility check at each step.\n",{"path":8734,"title":8735,"module":8719,"summary":8736},"\u002Falgorithms\u002Fsequences\u002Fstring-matching","String Matching: Naive & Rabin–Karp","Given a text $T$ of length $n$ and a pattern $P$ of length $m$, find every\noccurrence of $P$ in $T$. The naive scan costs $O(nm)$ and re-reads text it has\nalready seen. Rabin–Karp fixes the first inefficiency with a **rolling hash**:\neach length-$m$ window is summarized by one number, updated in $O(1)$ per slide,\nverified on a hash match to kill collisions, for expected $O(n+m)$. A companion\nlesson removes the re-reading entirely with KMP and the Z-function.\n",{"path":8738,"title":8739,"module":8719,"summary":8740},"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function","String Matching: KMP & the Z-Function","Two linear-time matchers that beat Rabin–Karp's expected bound with a\nworst-case guarantee and no randomness. KMP precomputes a **failure function**\n$\\pi$ so a mismatch slides the pattern by $q-\\pi[q-1]$ and the text pointer\nnever backs up, for $O(n+m)$. The **Z-function** computes the longest\nprefix-match at every position via the Z-box, giving the same bound from a\ndifferent angle; the two encodings of a string's self-overlap convert freely.\n",{"path":8742,"title":8743,"module":8719,"summary":8744},"\u002Falgorithms\u002Fsequences\u002Ftries","Tries & Prefix Trees","A **trie** stores a set of strings in a tree keyed by _characters_, so that\ninsert, search, delete, and prefix-test all run in $O(L)$ time — the length\nof the key, _independent of how many keys are stored_. Shared prefixes are\nstored once, which makes tries the natural structure for autocomplete,\nwildcard dictionaries, board word-search, and — over the alphabet $\\{0,1\\}$\n— the maximum-XOR-pair problem. Radix (Patricia) trees compress the chains.\n",{"path":8746,"title":8747,"module":8719,"summary":8748},"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick","Suffix Arrays, LCP & Aho–Corasick","A **suffix array** sorts all $n$ suffixes of a string, indexing every substring\nat once; built in $O(n\\log n)$, it locates a pattern by binary search in\n$O(m\\log n)$. Its companion **LCP array** (Kasai's $O(n)$ algorithm) counts\ndistinct substrings and finds the longest repeated substring. **Aho–Corasick**\ngeneralises KMP to a whole dictionary: a trie of patterns plus failure links\nscans the text once in $O(\\text{text} + \\text{matches})$ to report every\noccurrence of every pattern. Manacher's algorithm finds all palindromic\nsubstrings in $O(n)$.\n",{"path":8750,"title":8751,"module":8752,"summary":8753},"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal","Graph Representations and Traversal","Graphs","A graph captures _relationships_ — who connects to whom. We fix the\nvocabulary, weigh the two standard representations (adjacency list versus\nmatrix), then meet the single search skeleton behind everything that follows:\nWhatever-First-Search, and its breadth-first reading, which finds shortest\npaths by number of edges in $O(V + E)$.\n",{"path":8755,"title":8756,"module":8752,"summary":8757},"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search","Depth-First Search","Swap BFS's queue for a stack and the search plunges instead of fanning out.\nDepth-first search stamps every vertex with discovery and finish times that\nnest like parentheses, classifies each edge as tree, back, forward, or cross,\nand — through the back edge — decides in one pass whether a graph has a cycle.\nThese timestamps underpin topological sort, strong\nconnectivity, and the rest of this module.\n",{"path":8759,"title":8760,"module":8752,"summary":8761},"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc","Topological Sort and Strong Connectivity","Directed acyclic graphs model dependencies: tasks that must precede other\ntasks. A _topological order_ lays such a graph out in a line so every edge\npoints forward, and depth-first finish times yield one almost for free.\nWe then ask the harder question for graphs _with_ cycles: which vertices can\nreach each other? The answer is the strongly connected components, found by a\ntwo-pass DFS.\n",{"path":8763,"title":8764,"module":8752,"summary":8765},"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees","Minimum Spanning Trees","Given a weighted network, how do we connect everything as cheaply as possible?\nThe answer is a minimum spanning tree, and one lemma — the cut property —\njustifies _every_ correct MST algorithm. We prove the cut and cycle\nproperties by exchange arguments, use them to settle uniqueness, and meet the\noldest MST algorithm, Borůvka's, whose parallel component-merging rounds fall\nstraight out of the cut rule.\n",{"path":8767,"title":8768,"module":8752,"summary":8769},"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim","Kruskal and Prim","The two minimum-spanning-tree algorithms you will actually implement.\nKruskal grows a forest edge by edge, cheapest first, using a union-find\nstructure to reject cycle-closing edges; Prim grows one tree outward from a\nroot with a priority queue, exactly Dijkstra rekeyed by attachment cost. Both\ntraced in full on a nine-town graph, with the edge cases, the bottleneck\nproperty, and where each one wins.\n",{"path":8771,"title":8772,"module":8752,"summary":8773},"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths","Shortest Paths","Finding the cheapest route through a weighted network is one of the most-used\nalgorithms in computing, and a single operation — _relaxation_ — underlies\nevery method. We build the primitive, prove the triangle inequality and\noptimal substructure that make it work, then meet Dijkstra's algorithm: the\ngreedy solution for non-negative weights, traced vertex by vertex, with the\ncut argument that proves each extraction is final.\n",{"path":8775,"title":8776,"module":8752,"summary":8777},"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights","All-Pairs and Negative Weights","Dijkstra's greedy schedule breaks the moment an edge goes negative. We give it\nup for dynamic programming: Bellman-Ford derived as a DP over edge budgets,\nwith its negative-cycle detector, and Floyd-Warshall computing the distance\nbetween _every_ pair of vertices via a DP over which vertices a path may pass\nthrough. We close with Johnson's algorithm and the arbitrage problems that\nnegative cycles encode.\n",{"path":8779,"title":8780,"module":8752,"summary":8781},"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow","Network Flow","How much can flow through a network from source to sink? We build flow\nnetworks with capacity and conservation constraints, increase a flow by\npushing along augmenting paths in the residual graph, and see how reverse\nedges let the algorithm undo earlier routing. Ford-Fulkerson and its BFS refinement\nEdmonds-Karp find a maximum flow, traced end to end on a worked network.\n",{"path":8783,"title":8784,"module":8752,"summary":8785},"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut","Max-Flow Min-Cut and Applications","Why is the flow found when no augmenting path remains actually optimal? The\nanswer is a duality theorem: the maximum flow equals the minimum cut. We prove\nit, read the minimum cut off the final residual graph, then derive bipartite\nmatching and a catalog of modeling reductions from the flow\nabstraction — before touching the modern algorithms that supersede\nEdmonds-Karp.\n",{"path":8787,"title":8788,"module":8752,"summary":8789},"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points","Bridges & Articulation Points","A **bridge** is an edge whose removal disconnects the graph; an **articulation\npoint** is a vertex whose removal does. Both are single points of failure in a\nnetwork. A single depth-first search computes discovery times and **low-links**,\nand two local criteria — $low[v] > disc[u]$ for bridges, $low[v] \\ge disc[u]$\nfor cut vertices — find them all in $O(V+E)$.\n",{"path":8791,"title":8792,"module":8752,"summary":8793},"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor","Lowest Common Ancestor & Binary Lifting","Given a rooted tree, the lowest common ancestor of $u$ and $v$ is the deepest\nnode that is an ancestor of both. A naive walk answers one query in $O(h)$;\n**binary lifting** precomputes the $2^k$-th ancestor of every node in\n$O(n\\log n)$, then answers $k$-th-ancestor and LCA queries in $O(\\log n)$ each.\nWe derive both jumps, apply them to tree distance, and compare against the\nEuler-tour + RMQ and Tarjan offline alternatives.\n",{"path":8795,"title":8796,"module":8752,"summary":8797},"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat","2-SAT via Implication Graphs","A boolean formula whose every clause has exactly two literals can be solved in\n_linear_ time — even though its three-literal cousin is NP-complete. The idea\nis to read each clause as a pair of implications, build a directed graph on the\n$2n$ literals, and ask a question we already know how to answer: which literals\nshare a strongly connected component? The formula is satisfiable iff no variable\nlands in the same SCC as its own negation, and the SCCs' topological order\nyields a satisfying assignment for free.\n",{"path":8799,"title":8800,"module":8752,"summary":8801},"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours","Eulerian Tours","An **Eulerian tour** uses every _edge_ of a graph exactly once. We give the\nexact parity and balance conditions under which one exists (even degree\nfor undirected graphs, in-degree equal to out-degree for directed) and Hierholzer's\n$O(E)$ algorithm that constructs one by splicing closed sub-tours. We contrast\nthis sharply with the **Hamiltonian** problem (visit every _vertex_ once),\nwhich is NP-complete: visiting edges is easy, visiting vertices is hard.\n",{"path":8803,"title":8804,"module":8752,"summary":8805},"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching","Bipartite Matching","Pairing applicants to jobs, students to slots, files to disks: all are\n**maximum bipartite matching**. We solve it combinatorially with **augmenting\npaths** (Kuhn's algorithm, $O(VE)$), speed it up to $O(E\\sqrt V)$ with\n**Hopcroft–Karp**, and uncover the structure behind it — **König's theorem**\n(max matching equals min vertex cover) and **Hall's marriage theorem** (a\nperfect matching exists iff every set has enough neighbors).\n",{"path":8807,"title":8808,"module":8809,"summary":8810},"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method","The Greedy Method","Greedy Algorithms","A greedy algorithm builds a solution one locally-best choice at a time and\nnever looks back. We isolate the two properties that make this work — the\ngreedy-choice property and optimal substructure — prove the canonical\nactivity-selection algorithm correct with an exchange argument, watch greedy\nfail on the 0\u002F1 knapsack, and glimpse matroids as the theory\nthat says exactly when the greedy method is optimal.\n",{"path":8812,"title":8813,"module":8809,"summary":8814},"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals","Scheduling & Interval Partitioning","Three classic scheduling problems all yield to greedy algorithms — and all\nthree turn on a single design decision: which key to sort by. Interval\nscheduling sorts by **finish** time to pack the most compatible jobs;\ninterval partitioning sorts by **start** time and proves the rooms needed\nequal the maximum overlap **depth**; minimizing maximum lateness sorts by\n**deadline** and is justified by an adjacent-swap exchange argument.\n",{"path":8816,"title":8817,"module":8809,"summary":8818},"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes","Huffman Codes","Huffman coding builds a\nprovably optimal prefix-free binary code by repeatedly merging the two least\nfrequent symbols. We develop prefix-free codes as binary trees, give the\nalgorithm with a priority queue, build a Huffman tree from example\nfrequencies, prove optimality with the same greedy-choice-plus-substructure\nargument, and pin the running time at $O(n\\log n)$.\n",{"path":8820,"title":8821,"module":8809,"summary":8822},"\u002Falgorithms\u002Fgreedy\u002Fmatroids","Matroids & Exchange Arguments","The capstone of the greedy module: _why_ and _when_ a greedy algorithm is\nprovably optimal. We recap the two correctness templates — **greedy-stays-ahead**\nand the **exchange argument** — then meet the **matroid** $M=(S,\\mathcal{I})$, an\nabstraction whose **exchange property** is the structure greedy needs.\nThe matroid–greedy theorem says sorting by weight and taking what stays\nindependent yields a maximum-weight basis _if and only if_ the structure is a\nmatroid. Kruskal's MST is the canonical instance; 0\u002F1 knapsack and TSP are the\ncanonical failures.\n",{"path":8824,"title":8825,"module":8809,"summary":8826},"\u002Falgorithms\u002Fgreedy\u002Fstable-matching","Stable Matching (Gale–Shapley)","Two sides each rank the other; we want a matching with no **blocking pair** — no\ntwo participants who both prefer each other to their assigned partners. The\n**Gale–Shapley deferred-acceptance** algorithm has proposers propose in\npreference order while receivers tentatively hold the best offer so far. We prove\nit terminates in $\\O(n^2)$ proposals, returns a **perfect** matching, and that\nthe matching is **stable**. A sharper asymmetry follows: deferred acceptance is\n**proposer-optimal** and **receiver-pessimal**, the structural fact behind the\nresidency match and school-choice systems.\n",{"path":8828,"title":8829,"module":8830,"summary":8831},"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples","Principles of Dynamic Programming","Dynamic Programming","Dynamic programming is recursion with memory: when a recursive solution\nre-solves the same subproblems again and again, we solve each one once and\nstore the answer. We identify the two structural conditions that make this\nwork — overlapping subproblems and optimal substructure — contrast top-down\nmemoization with bottom-up tabulation, and distil the whole method into a\nfive-step recipe.\n",{"path":8833,"title":8834,"module":8830,"summary":8835},"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp","Sequence Alignment & LCS","Two strings can be compared by how much of one appears inside the\nother. The longest common subsequence (LCS) and edit distance are the two\nclassic measures, and they are the _same_ dynamic program with different\ncosts. We derive the LCS recurrence by examining the last characters, fill a\nworked DP table, reconstruct the subsequence, and then show edit distance as\nthe identical $\\Theta(mn)$ pattern.\n",{"path":8837,"title":8838,"module":8830,"summary":8839},"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence","Longest Increasing Subsequence","Given a sequence of numbers, how long is its longest strictly increasing\nsubsequence? A first dynamic program indexes subproblems by the element each\nsubsequence _ends at_, giving an $O(n^2)$ solution with parent-pointer\nreconstruction. A sharper idea, the patience-sorting _tails_ array searched by\nbinary search, drops the time to $O(n\\log n)$. We then fold in the\nvariants: non-decreasing, counting, Russian-doll envelopes, and bitonic.\n",{"path":8841,"title":8842,"module":8830,"summary":8843},"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack","Knapsack & Subset Problems","We start from $\\textsc{Subset-sum}$ — does some sublist hit a target $t$? — and its\ninclude\u002Fexclude recurrence over a boolean table $A(i, u)$, then bolt on values\nto get 0\u002F1 knapsack as the same machine with $\\lor$ promoted to $\\max$. We fill\nboth tables, recover the chosen items, and confront the surprise that the\n$\\Theta(nt)$ running time is only _pseudo-polynomial_ — exponential in the bit\nlength $b$, and unimprovable unless $\\mathrm{P}=\\mathrm{NP}$ since subset-sum is\n$\\textsc{NP-complete}$. The fractional variant reveals the sharp line between greedy\nand dynamic programming.\n",{"path":8845,"title":8846,"module":8830,"summary":8847},"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded","Coin Change & Unbounded Knapsack","The previous lesson let each item be taken at most once. Drop that cap — items\nmay be reused _any number of times_ — and the 0\u002F1 knapsack collapses from a\ntwo-dimensional table to a one-dimensional one, because there is no longer a\nprefix of \"already-used\" items to track. We meet **unbounded knapsack**, then\nits most famous instance, **coin change**: the minimum-coins recurrence\n$C[a] = 1 + \\min_c C[a-c]$, and the counting variant where the _order of the\nloops_ decides whether you count unordered combinations or ordered sequences —\nthe classic bug. Greed fails in general but works for canonical coin systems.\n",{"path":8849,"title":8850,"module":8830,"summary":8851},"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp","Interval DP","Many problems ask for the best way to combine a contiguous range of items, and\nthe answer is a dynamic program over subintervals $[i,j]$ that chooses a split\npoint $k$. We derive the pattern from matrix-chain multiplication —\nparenthesising a product to minimize scalar multiplications in $O(n^3)$ — distil\nit into a reusable template filled by increasing interval length, and then meet\nits sharpest variant: the \"last operation\" trick behind Burst Balloons and\ncutting a stick, where fixing the _last_ move (not the first) makes the two\nsides independent.\n",{"path":8853,"title":8854,"module":8830,"summary":8855},"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp","Dynamic Programming on Trees","When the subproblems of a dynamic program are _rooted subtrees_, a single\npost-order DFS solves the whole thing in $O(n)$: each node combines the\nalready-computed answers of its children. We meet the archetype — maximum-weight\nindependent set on a tree — then the \"path through a node\" pattern behind tree\ndiameter and maximum path sum, and finally **rerooting**, which computes a\nper-node answer for _every_ node as root in $O(n)$ with two passes.\n",{"path":8857,"title":8858,"module":8830,"summary":8859},"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp","Bitmask DP","When a subproblem depends not on an index or a prefix but on _which subset_ of\na small ground set has been used, we can encode that subset as the bits of an\ninteger and index a DP table by it. With $n \\le \\sim 20$ the $2^n$ subsets fit\nin a table, turning $\\Theta(n!)$ brute force into $O(2^n \\cdot \\text{poly}(n))$.\nWe meet the bit tricks, the Held–Karp TSP archetype, assignment by mask,\nsubset-sum partitioning, and submask enumeration with its $3^n$ bound.\n",{"path":8861,"title":8862,"module":8830,"summary":8863},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations","DP Optimizations","A correct DP recurrence is only half the battle; its naive evaluation is often\na factor of $n$ slower than necessary. This capstone surveys five techniques,\nmonotonic-queue, the convex hull trick, divide-and-conquer optimization,\nKnuth's optimization, and SOS DP, that each exploit _structure in the\ntransition_ (a sliding window, linear costs, monotone optimal splits, the\nquadrangle inequality, or subset lattices) to shave an $O(n)$, $O(\\log n)$, or\nworse factor off the running time.\n",{"path":8865,"title":8866,"module":8830,"summary":8867},"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs","Dynamic Programming on Graphs","Many graph algorithms are dynamic programs: the subproblem is the\n_best value reachable under a restricted resource_ — intermediate vertices\nallowed, edges allowed, or a topological prefix — and edge _relaxation_ is the\nDP transition. We frame Floyd–Warshall as the archetype ($O(V^3)$ all-pairs\nshortest paths), Bellman–Ford as a DP over path length (the at-most-$K$-stops\nvariant), DAG-DP in topological order ($O(V+E)$), and Warshall's transitive\nclosure as the boolean analog.\n",{"path":8869,"title":8870,"module":8830,"summary":8871},"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp","Digit & Probability DP","Two DP patterns with unusual state. _Digit DP_ counts the\nintegers in a range $[L, R]$ that satisfy a digit constraint by walking the\ndecimal places of the bound, carrying a _tight_ flag that marks when the prefix\nstill equals the bound's. _Probability\u002FExpectation DP_ replaces \"best value\" with\n\"expected value,\" using linearity of expectation to make each state an\naverage over its weighted transitions — the natural tool for expected step\ncounts and absorbing Markov chains.\n",{"path":8873,"title":8874,"module":8875,"summary":8876},"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals","Backtracking: Subsets, Permutations & Combinations","Backtracking & Search","Backtracking builds a solution one choice at a time and abandons a partial\nsolution the moment it cannot be completed, exploring a state-space tree by\ndepth-first search. We meet the universal choose\u002Fexplore\u002Fun-choose template,\nderive the canonical enumerations — subsets ($2^n$), permutations ($n!$), and\ncombinations ($\\binom{n}{k}$) — handle duplicate elements by skipping equal\nsiblings, and see how pruning turns an exponential search into a tractable one.\n",{"path":8878,"title":8879,"module":8875,"summary":8880},"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search","Constraint Search: N-Queens & Sudoku","Many hard puzzles are **constraint satisfaction problems**: assign each\nvariable a value from its domain so that every constraint holds. Backtracking\nsolves them by assigning variables one at a time and rejecting a partial\nassignment the instant a constraint breaks. We make the rejection cheap — $O(1)$\nconflict checks for N-Queens via column and diagonal sets — and prune harder\nwith **forward checking**, **MRV** ordering, and **constraint propagation**,\nwhich is what lets an exponential search actually finish.\n",{"path":8882,"title":8883,"module":8875,"summary":8884},"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound","Branch & Bound and Meet in the Middle","Plain backtracking prunes a search tree by _feasibility_; for _optimization_\nproblems we can prune far more aggressively by _value_. **Branch and bound**\nkeeps the best complete solution found so far and discards any partial solution\nwhose optimistic bound cannot beat it. **Meet in the middle** splits the\ninstance in two, enumerates each half, and recombines by binary search — turning\n$2^n$ into $O(2^{n\u002F2}\\,n)$ and pushing exact search out to $n \\approx 40$.\n",{"path":8886,"title":8887,"module":8875,"summary":8888},"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking","Graph Backtracking: m-Coloring & Hamiltonian Paths","Two famous graph problems have no known efficient algorithm, yet yield cleanly\nto backtracking with the right pruning. **Graph $m$-coloring** assigns one of\n$m$ colors to each vertex so no edge is monochromatic; we color vertices in turn\nand reject a color the instant a neighbor already has it. **Hamiltonian\npath\u002Fcycle** asks for a walk visiting every vertex exactly once; we extend a path\ngreedily and backtrack on dead ends. Both are NP-complete, so the worst case is\nexponential — but feasibility pruning and good vertex ordering make real\ninstances tractable, and the contrast with the easy Eulerian condition shows why.\n",{"path":8890,"title":8891,"module":8892,"summary":8893},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics","Number Theory: GCD & Modular Arithmetic","Mathematical Algorithms","This lesson opens the mathematical-algorithms module with the bedrock of\ncomputational number theory. We prove Euclid's recurrence\n$\\gcd(a,b)=\\gcd(b,\\,a\\bmod b)$ and its $O(\\log\\min(a,b))$ running time, extend\nit to recover Bézout coefficients $x,y$ with $ax+by=\\gcd(a,b)$, and build\nmodular arithmetic on residue classes — including when a modular inverse\n$a^{-1}\\bmod m$ exists and how to compute it.\n",{"path":8895,"title":8896,"module":8892,"summary":8897},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality","Modular Exponentiation & Primality","Computing $a^n \\bmod m$ naively costs $n$ multiplications; **repeated squaring**\ndoes it in $O(\\log n)$ by reading the bits of the exponent. We use this routine\nto state **Fermat's little theorem** (and the modular inverse it gives), then to\ntest primality — trial division, the probabilistic **Fermat** and **Miller–Rabin**\ntests, and the deterministic witness set that settles primality for every 64-bit\nnumber.\n",{"path":8899,"title":8900,"module":8892,"summary":8901},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization","Sieves & Factorization","The previous lesson tested one number for primality; here we ask for _all_\nprimes up to $n$ at once. The **sieve of Eratosthenes** cross-cuts composites\nin $O(n\\log\\log n)$, and a **linear sieve** does it in $O(n)$ while recording\neach number's **smallest prime factor**, which then factors any $x \\le n$ in\n$O(\\log x)$. From a factorization $x = \\prod p_i^{e_i}$ the multiplicative\nfunctions $\\tau$, $\\sigma$, and Euler's totient $\\varphi$ fall out immediately.\n",{"path":8903,"title":8904,"module":8892,"summary":8905},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics","Combinatorics & Counting","Counting is the arithmetic of finite sets. We build up from permutations\n$n!$ and combinations $\\binom{n}{k}$, prove Pascal's rule by a bijection,\nand count multisets with stars and bars. The practical core is computing\n$\\binom{n}{k}\\bmod p$ in $O(1)$ from precomputed factorials and inverse\nfactorials. We close with inclusion–exclusion and the Chinese Remainder\nTheorem, both of which lean on the modular inverse from the previous lesson.\n",{"path":8907,"title":8908,"module":8892,"summary":8909},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation","Matrix Exponentiation","A linear recurrence advances by a fixed linear rule, so one step is a\n**matrix–vector** product and $n$ steps are a **matrix power**. Packaging\nFibonacci, and any $k$-term recurrence, into a transition matrix lets us jump\nto the $n$-th term in $O(k^3 \\log n)$ by **exponentiation by squaring** — the\nsame doubling trick from modular exponentiation, now over matrices.\n",{"path":8911,"title":8912,"module":8892,"summary":8913},"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform","Fast Fourier Transform","Multiplying two degree-$n$ polynomials by the schoolbook method costs\n$\\Theta(n^2)$. Evaluating them at the **$n$-th roots of unity** turns\nmultiplication into pointwise products, and the **Cooley–Tukey FFT** computes\nall those evaluations in $\\Theta(n\\log n)$ by splitting even and odd\ncoefficients. The inverse FFT interpolates back, giving $\\Theta(n\\log n)$\npolynomial and big-integer multiplication.\n",{"path":8915,"title":8916,"module":8892,"summary":8917},"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent","Numerical Optimization and Gradient Descent","Most of this course chases **discrete** optima over finite structures; here the\nsearch space is **continuous** and the objective $f$ is differentiable. The\n**gradient** points uphill, so stepping against it —\n$x_{t+1} = x_t - \\eta\\,\\nabla f(x_t)$ — walks downhill. **Convexity** makes every\nlocal minimum global; for convex $L$-smooth $f$ gradient descent converges at\n$O(1\u002Ft)$, and **geometrically** under strong convexity. **Newton's method** uses\nthe Hessian for local quadratic convergence, and **bisection** is the robust\nbracketing fallback for roots.\n",{"path":8919,"title":8920,"module":8921,"summary":8922},"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives","Geometric Primitives & Orientation","Computational Geometry","Computational geometry is built on a single reliable primitive — the\n**orientation test**, a sign of a cross product that tells whether three points\nturn left, right, or lie collinear. From points-as-vectors and the dot and\ncross products we derive orientation, segment intersection, the shoelace area\nformula, and point-in-polygon tests, keeping all arithmetic **exact and\ninteger** so that no floating-point rounding can corrupt a sign.\n",{"path":8924,"title":8925,"module":8921,"summary":8926},"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull","Convex Hull","The convex hull is the smallest convex polygon enclosing a point set — the\nrubber band snapped around the nails. We build it with Andrew's monotone chain,\nsorting by $(x,y)$ and sweeping a lower and upper hull while popping any\nnon-left turn via the orientation primitive, in $O(n\\log n)$. A reduction from\nsorting shows that bound is optimal, and the hull yields diameter, smallest\nenclosing rectangle, and more through rotating calipers.\n",{"path":8928,"title":8929,"module":8921,"summary":8930},"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line","Sweep-Line Algorithms","The plane-sweep paradigm turns a static $2$-D geometry problem into a dynamic\n$1$-D ordered-set problem: a vertical line sweeps left to right, stopping at an\n$x$-sorted **event queue** while a balanced-BST **status structure** tracks the\nobjects it currently crosses, ordered by $y$. We derive Bentley–Ottmann segment\nintersection in $O((n+k)\\log n)$, recover closest-pair in $O(n\\log n)$, and\nreduce skyline, rectangle-area, and overlap problems to $\\pm1$ event sweeps.\n",{"path":8932,"title":8933,"module":8921,"summary":8934},"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity","Polygons & Proximity","Four classics that live on top of the orientation primitive and the convex\nhull. **Closest pair** falls to divide-and-conquer in $\\Theta(n\\log n)$, where a\npacking argument caps the cross-boundary combine at seven neighbours per point.\n**Point-in-polygon** is the ray-casting parity test or the winding-number count\nthat also handles self-intersecting boundaries, both with their edge caveats. The **shoelace formula**\ngives signed area as a sum of cross products, and **rotating calipers** walk the\nhull to read off diameter and width in $O(n)$.\n",{"path":8936,"title":8937,"module":8938,"summary":8939},"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions","P, NP, and Reductions","Intractability","Most problems we have met so far have fast algorithms. A vast and important\nfamily seemingly does not. This lesson builds the vocabulary for that\ndivide: decision problems, the class $\\mathsf{P}$ of problems we can solve\nquickly, the class $\\mathsf{NP}$ of problems whose solutions we can _check_\nquickly, and polynomial-time reductions, the tool that lets us compare the\ndifficulty of two problems without solving either.\n",{"path":8941,"title":8942,"module":8938,"summary":8943},"\u002Falgorithms\u002Fintractability\u002Fnp-completeness","NP-Completeness","Some problems in $\\mathsf{NP}$ are universally hardest: every other problem\nin $\\mathsf{NP}$ reduces to them. This lesson defines $\\mathsf{NP}$-hard and\n$\\mathsf{NP}$-complete, states the Cook–Levin theorem that anchors the\ntheory on **SAT**, walks the web of reductions that grows from it, and gives\nthe four-step recipe for proving a brand-new problem $\\mathsf{NP}$-complete.\n",{"path":8945,"title":8946,"module":8938,"summary":8947},"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness","Coping with NP-Hardness","An $\\mathsf{NP}$-hardness proof rules out an exact polynomial-time algorithm,\nnot the need for answers. This lesson surveys four practical responses to\nhardness: approximation algorithms with a provable ratio (worked through a\n2-approximation for vertex cover), heuristics and local search, exact\nexponential methods like branch and bound, and exploiting special structure\nin the instances you actually face.\n",{"path":8949,"title":8950,"module":8938,"summary":8951},"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms","Approximation Algorithms","When a problem is $\\mathsf{NP}$-hard we can still ask for a solution\nprovably close to optimal. This lesson makes the approximation ratio\n$\\rho$ precise, separates absolute from relative guarantees, and proves the\nratios of four classic algorithms: greedy set cover ($H_n \\approx \\ln n$),\nthe MST-doubling $2$-approximation for metric TSP, load balancing, and the\nknapsack FPTAS. It closes with the hierarchy PTAS \u002F FPTAS and the limits of\ninapproximability.\n",{"path":8953,"title":8954,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":8956,"title":8957,"module":8958,"summary":8959},"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models","Functions and Mathematical Models","Limits and Continuity","A function assigns exactly one output to each input and can be presented four ways: verbally, numerically, graphically, or by a formula. The elementary families — linear, polynomial, power, rational, trigonometric, exponential — model most elementary phenomena, and transformation, combination, and composition build every other function from them.\n",{"path":8961,"title":8962,"module":8958,"summary":8963},"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function","The Limit of a Function","The tangent and velocity problems both ask for a value a ratio approaches but never reaches — the limit. Its intuitive two-sided form splits into one-sided limits that must agree; a limit fails to exist when they disagree or when the function grows without bound, the latter producing a vertical asymptote.\n",{"path":8965,"title":8966,"module":8958,"summary":8967},"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition","Limit Laws and the ε–δ Definition","The Limit Laws reduce a limit to arithmetic on simpler limits, and direct substitution settles polynomials and rational functions outright. The 0\u002F0 forms that resist substitution yield to algebra or the Squeeze Theorem, and the ε–δ definition makes \"arbitrarily close\" precise as a pair of quantified inequalities.\n",{"path":8969,"title":8970,"module":8958,"summary":8971},"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity","Continuity","A function is continuous at a point when its limit there equals its value, so the graph has no break. Continuity fails in three geometric ways; it is closed under arithmetic and composition, so the elementary families and their combinations are continuous; and on a closed interval it forces the Intermediate Value Theorem, which locates roots.\n",{"path":8973,"title":8974,"module":8975,"summary":8976},"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change","The Derivative and Rates of Change","Derivatives","A single limit with three readings: the slope of the tangent line, the instantaneous velocity of a moving object, and the rate of change of one quantity with respect to another. Built from the difference quotient, extended from a value at one point to a function of x, and undefined exactly where a corner, jump, or vertical tangent appears.\n",{"path":8978,"title":8979,"module":8975,"summary":8980},"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule","Differentiation Rules and the Chain Rule","Computing every derivative from the limit definition is tedious. A short list of rules — power, constant multiple, sum, product, quotient — differentiates any polynomial or rational function by inspection. The trigonometric derivatives follow from one limit, and the chain rule extends everything to composite functions by multiplying rates along the composition.\n",{"path":8982,"title":8983,"module":8975,"summary":8984},"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates","Implicit Differentiation and Related Rates","Not every curve is the graph of y = f(x). Implicit differentiation finds a slope from an equation in x and y directly, treating y as an unknown function and differentiating both sides. The same chain-rule idea drives related rates, where one measured rate of change forces another through a geometric constraint, and interprets the derivative as a rate across the sciences.\n",{"path":8986,"title":8987,"module":8975,"summary":8988},"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials","Linear Approximations and Differentials","A differentiable curve looks like its tangent line under enough magnification, so the tangent is a usable stand-in for the function near the point of contact. The linear approximation and its linearization, written in the language of differentials dy and dx, estimate both function values and the measurement error propagated into a computed quantity.\n",{"path":8990,"title":8991,"module":8992,"summary":8993},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem","Extrema and the Mean Value Theorem","Applications of Derivatives","Absolute and local extrema, the Extreme Value Theorem that guarantees them, and Fermat's Theorem pinning candidates to critical numbers. The Closed Interval Method turns the search for extrema into a finite checklist. Rolle's Theorem and the Mean Value Theorem then connect a function's values to its derivative, giving the tool that most of differential calculus rests on.\n",{"path":8995,"title":8996,"module":8992,"summary":8997},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph","How Derivatives Shape a Graph","The sign of the first derivative fixes where a function rises and falls, and a sign change identifies each local extremum through the First Derivative Test. The second derivative sets concavity and inflection points and gives a faster Second Derivative Test. Limits at infinity describe end behavior and the horizontal asymptotes a curve settles toward.\n",{"path":8999,"title":9000,"module":8992,"summary":9001},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization","Curve Sketching and Optimization","A checklist that synthesizes domain, symmetry, asymptotes, monotonicity, extrema, and concavity into a hand sketch of any function, plus the slant asymptote for rational functions whose degree exceeds the denominator's. The same extremum machinery, applied to a word problem, becomes the optimization template: model one quantity, reduce it to a function of a single variable, and find its absolute extremum.\n",{"path":9003,"title":9004,"module":8992,"summary":9005},"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives","Newton's Method and Antiderivatives","Newton's method solves $f(x) = 0$ by repeatedly replacing the curve with its tangent line and jumping to the tangent's root, converging fast when it works and diverging when the derivative is small. Antiderivatives reverse differentiation: every antiderivative of a function differs from another by a constant, so the general antiderivative is a family of parallel curves, pinned to one by an initial condition.\n",{"path":9007,"title":9008,"module":9009,"summary":9010},"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral","Area and the Definite Integral","Integrals","The area under a curve is defined as a limit of sums of rectangle areas. The same limit — a Riemann sum taken as the mesh shrinks to zero — defines the definite integral, a single number measuring signed area, total distance, and every accumulated quantity built the same way. Its properties, comparison bounds, and reading as net area follow directly from the limit.\n",{"path":9012,"title":9013,"module":9009,"summary":9014},"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus","The Fundamental Theorem of Calculus","Differentiation and integration are inverse operations. Part 1 says the derivative of an area-accumulation function is the integrand; Part 2 says a definite integral equals the change in any antiderivative across the interval. Together they replace limits of Riemann sums with antiderivative lookups, define the indefinite integral, and give the Net Change Theorem for rates.\n",{"path":9016,"title":9017,"module":9009,"summary":9018},"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule","The Substitution Rule","Substitution runs the Chain Rule backward: spotting an inner function whose derivative also appears in the integrand lets the variable change to $u$ and collapse a composite integral to a simple one. The rule applies to indefinite and definite integrals, with two ways to handle the limits, and it yields the symmetry shortcuts that double even integrands and vanish odd ones.\n",{"path":9020,"title":9021,"module":9022,"summary":9023},"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes","Areas Between Curves and Volumes","Applications of Integration","A definite integral computes any quantity that a limit of Riemann sums approximates. Applied to geometry it gives the area between two curves and the volume of a solid: by cross-sections, by disks and washers when the region is revolved, and by cylindrical shells when inverting the boundary is awkward.\n",{"path":9025,"title":9026,"module":9022,"summary":9027},"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length","Work, Average Value, Arc Length, and Surface Area","The work done by a force that varies with position, the average value of a function and the Mean Value Theorem it satisfies, the length of a curve, and the area of a surface swept out by revolving that curve. Each is a limit of Riemann sums, hence a definite integral.\n",{"path":9029,"title":9030,"module":9022,"summary":9031},"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability","Applications to Physics, Economics, and Probability","Definite integrals in physics, economics, and statistics: the force a fluid exerts on a submerged plate, the balance point of a plane region, the money consumers save at a market price, and the probability that a continuous random variable lands in an interval, together with its mean.\n",{"path":9033,"title":9034,"module":9035,"summary":9036},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials","Inverse Functions, Logarithms, and Exponentials","Exponential, Logarithmic, and Inverse Functions","A one-to-one function has an inverse that reverses it, with a graph mirrored across y = x and a derivative given by the reciprocal-slope rule. The exponential e^x is its own derivative and the natural logarithm has derivative 1\u002Fx; logarithmic differentiation turns products, quotients, and variable powers into sums.\n",{"path":9038,"title":9039,"module":9035,"summary":9040},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions","Growth, Decay, Inverse Trigonometric, and Hyperbolic Functions","Any quantity whose rate of change is proportional to its size grows or decays exponentially, the single equation y' = ky behind populations, radioactive decay, cooling, and continuously compounded interest. The inverse trigonometric functions have algebraic derivatives, and the hyperbolic functions, built from e^x and e^{-x}, describe the hanging cable.\n",{"path":9042,"title":9043,"module":9035,"summary":9044},"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule","Indeterminate Forms and l'Hospital's Rule","When a limit produces 0\u002F0 or infinity over infinity, the value is undetermined by the forms alone. l'Hospital's Rule resolves both by replacing the ratio of functions with the ratio of their derivatives. Products, differences, and powers reduce to a quotient the rule can handle, and repeated use ranks the growth of logarithms, powers, and exponentials.\n",{"path":9046,"title":9047,"module":9048,"summary":9049},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts","Integration by Parts","Techniques of Integration","The product rule for derivatives reverses into integration by parts, trading the integral of $u\\,\\d v$ for the integral of $v\\,\\d u$ whenever the second is easier. The LIATE ordering fixes which factor to differentiate. Standard cases: a polynomial against a transcendental factor, repeated parts, cyclic integrals that solve for themselves, and reduction formulas that peel an exponent down by recursion.\n",{"path":9051,"title":9052,"module":9048,"summary":9053},"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution","Trigonometric Integrals and Substitution","Two related techniques. Trigonometric integrals evaluate powers and products of sine, cosine, tangent, and secant by splitting off one factor and converting the rest with a Pythagorean identity, or by dropping even powers with half-angle formulas. Trigonometric substitution runs the idea in reverse: replace x by a sine, tangent, or secant to clear a radical, integrate, then read the answer back off a reference triangle.\n",{"path":9055,"title":9056,"module":9048,"summary":9057},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy","Partial Fractions and Integration Strategy","Any rational function integrates in closed form: factor the denominator, split the fraction into simple pieces by partial fractions, and integrate each piece as a logarithm or an arctangent. Four denominator cases exhaust the possibilities. A four-step strategy then sorts an arbitrary integrand by its shape to the technique that fits it, and a short catalog records elementary functions whose antiderivatives are not elementary.\n",{"path":9059,"title":9060,"module":9048,"summary":9061},"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals","Approximate and Improper Integrals","Two definite integrals the Fundamental Theorem cannot reach. With no antiderivative available, the Midpoint, Trapezoidal, and Simpson rules approximate the integral from sample values, each carrying a provable error bound. With an infinite interval or an integrand that blows up, the improper integral is defined as a limit that either converges or diverges; the Comparison Test settles which without evaluating it.\n",{"path":9063,"title":9064,"module":9065,"summary":9066},"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus","Parametric Curves and Their Calculus","Parametric Equations and Polar Coordinates","A parametric curve gives x and y separately as functions of a third variable, recording not only a path but the direction and timing with which it is traced. Eliminating the parameter recovers a Cartesian equation; the slope, area, arc-length, and surface-area formulas run directly on the parameter, with the cycloid and astroid as worked examples.\n",{"path":9068,"title":9069,"module":9065,"summary":9070},"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates","Polar Coordinates","Polar coordinates locate a point by a distance from the pole and an angle from the polar axis, giving circles, spirals, and flower-shaped curves short equations. Conversion between the two systems is right-triangle trigonometry, and treating a polar curve as a parametric curve in the angle yields the tangent, area, and arc-length formulas.\n",{"path":9072,"title":9073,"module":9065,"summary":9074},"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections","Conic Sections","Parabolas, ellipses, and hyperbolas are the plane curves cut from a double cone. Each has a focus-based geometric definition and a standard Cartesian equation. A single number, the eccentricity, ties the three together, and placing a focus at the pole gives all of them one polar equation that describes planetary orbits.\n",{"path":9076,"title":9077,"module":9078,"summary":9079},"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences","Sequences","Infinite Sequences and Series","A sequence is a function on the positive integers, and its limit is defined almost exactly like a limit at infinity. The Limit Laws and Squeeze Theorem carry over from functions, monotonic and bounded sequences give a convergence criterion, and the Monotonic Sequence Theorem guarantees a limit exists without naming it.\n",{"path":9081,"title":9082,"module":9078,"summary":9083},"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test","Series and the Integral Test","Adding infinitely many terms is made precise as the limit of partial sums. The two series with closed-form partial sums are geometric and telescoping; the harmonic series diverges even as its terms shrink to zero. The Integral Test compares a positive series to an improper integral, settling the p-series and supplying a remainder bound for estimating sums.\n",{"path":9085,"title":9086,"module":9078,"summary":9087},"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests","The Convergence Tests","The comparison, alternating-series, ratio, and root tests decide convergence without a closed-form partial sum. Absolute convergence is stronger than conditional convergence and is preserved under rearrangement; an alternating series errs by less than its first omitted term. A test is chosen from the shape of the general term.\n",{"path":9089,"title":9090,"module":9078,"summary":9091},"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series","Power Series","A power series is a polynomial of infinite degree whose convergence set is an interval centered at $a$, with a radius the Ratio Test finds and endpoints that must be tested by hand. Inside that interval the series represents a function that can be differentiated and integrated term by term, generating new representations from the geometric series.\n",{"path":9093,"title":9094,"module":9078,"summary":9095},"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series","Taylor and Maclaurin Series","If a function equals a power series, its coefficients are forced: the nth is the nth derivative at the center over n factorial. We derive that formula, use Taylor's Inequality to prove the standard series for the exponential, sine, and cosine, record the binomial series and a reference table, and bound the error when a Taylor polynomial replaces a function.\n",{"path":9097,"title":9098,"module":9099,"summary":9100},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product","Three-Dimensional Coordinates, Vectors, and the Dot Product","Vectors and the Geometry of Space","Space needs three coordinates, so we set up the rectangular system, the distance formula, and the equation of a sphere. Vectors then package magnitude and direction into a single algebraic object with its own arithmetic. The dot product turns two vectors into a number that measures the angle between them, gives a clean test for orthogonality, and produces the projection of one vector onto another.\n",{"path":9102,"title":9103,"module":9099,"summary":9104},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes","The Cross Product, Lines, and Planes","The cross product multiplies two vectors into a third perpendicular to both, with length equal to the area of the parallelogram they span. That one construction supplies the direction of a line, the normal of a plane, and, through the scalar triple product, the volume of a parallelepiped. Lines carry a point and a direction vector; planes carry a point and a normal, which fixes the angle between planes and the distance from a point to a plane.\n",{"path":9106,"title":9107,"module":9099,"summary":9108},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces","Cylinders and Quadric Surfaces","A surface whose equation omits one variable is a cylinder: the graph of a plane curve swept along the missing axis. A second-degree equation in three variables is a quadric, and translation and rotation reduce every one to a short standard list. Traces — the curves cut by planes parallel to the coordinate planes — sort the six quadrics into ellipsoid, the two paraboloids, the cone, and the two hyperboloids.\n",{"path":9110,"title":9111,"module":9099,"summary":9112},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves","Vector Functions and Space Curves","A vector function assigns a vector to each value of a parameter, and as the parameter runs its tip traces a space curve. Taking limits, derivatives, and integrals component by component carries all of single-variable calculus into three dimensions. The derivative of a vector function is the tangent vector to its curve, and normalizing it gives the unit tangent that points the way along the path.\n",{"path":9114,"title":9115,"module":9099,"summary":9116},"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion","Arc Length, Curvature, and Motion in Space","Integrating the speed of a vector function gives the length of its curve and a natural parameter, arc length, that depends only on the curve's shape. Curvature measures how fast the unit tangent turns, and together with the normal and binormal it builds the moving TNB frame. Reading the same vector function as a trajectory, its first two derivatives are velocity and acceleration, and acceleration splits cleanly into tangential and normal parts.\n",{"path":9118,"title":9119,"module":9120,"summary":9121},"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables","Functions of Several Variables, Limits, and Continuity","Partial Derivatives","A function of several variables assigns one number to each point of a region in the plane or in space. Domain, graph, level curve, and level surface describe it; limits and continuity extend to two variables, where a limit must agree along every path of approach, not just from the left and the right.\n",{"path":9123,"title":9120,"module":9120,"summary":9124},"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives","A partial derivative holds every variable but one fixed and differentiates in the ordinary sense. Geometrically it is the slope of a trace curve cut from the surface by a coordinate plane. The freeze-and-differentiate rule computes the two first partials; the four second partials follow, and the two mixed ones agree under Clairaut's Theorem when they are continuous.\n",{"path":9126,"title":9127,"module":9120,"summary":9128},"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule","Tangent Planes, Linear Approximation, and the Chain Rule","Near a point, a smooth surface looks like its tangent plane, and the plane's equation is built from the two partial derivatives. That linearization defines the total differential and the meaning of differentiability in two variables. The chain rule then propagates derivatives through composed functions, tracked by a tree diagram, and yields clean formulas for implicit differentiation.\n",{"path":9130,"title":9131,"module":9120,"summary":9132},"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient","Directional Derivatives and the Gradient","The partial derivatives measure slope along the two axes; the directional derivative measures slope along any chosen direction, and equals the gradient dotted with a unit vector. The gradient points in the direction of steepest increase, its length is the greatest rate, and it stands perpendicular to level curves and surfaces, which fixes the tangent plane to a level surface.\n",{"path":9134,"title":9135,"module":9120,"summary":9136},"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers","Optimization and Lagrange Multipliers","Extrema of a two-variable function sit at critical points where the gradient vanishes; the Second Derivatives Test sorts them into peaks, valleys, and saddles by the sign of a discriminant. Absolute extrema on a closed region also need the boundary. When the domain is itself a constraint curve, Lagrange multipliers set the two gradients parallel and solve the constrained problem.\n",{"path":9138,"title":9139,"module":9140,"summary":9141},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals","Double Integrals","Multiple Integrals and Vector Calculus","The double integral extends the definite integral to functions of two variables: a limit of Riemann sums that measures signed volume under a surface. Fubini's Theorem turns it into two ordinary integrations done one after the other, general regions of type I and type II fix the inner limits, polar coordinates absorb circular symmetry through the factor r, and the same machine computes mass, center of mass, and moments of a lamina.\n",{"path":9143,"title":9144,"module":9140,"summary":9145},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems","Triple Integrals and Coordinate Systems","The triple integral integrates a function of three variables over a solid, as a limit of Riemann sums evaluated by three nested single integrations. Cylindrical coordinates add the factor r to handle axial symmetry, spherical coordinates add rho-squared sine-phi for radial symmetry, and the general change of variables shows both volume elements are Jacobian determinants of the coordinate map. Surface area for a graph completes the measurement toolkit.\n",{"path":9147,"title":9148,"module":9140,"summary":9149},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals","Vector Fields and Line Integrals","A vector field assigns a vector to every point of space; the line integral of a field along a curve accumulates its tangential component, measuring work. Conservative fields are gradients of a potential, and for them the Fundamental Theorem for Line Integrals makes the integral depend only on the endpoints. Path independence, closed-loop integrals of zero, and the component test for a potential are three faces of the same property.\n",{"path":9151,"title":9152,"module":9140,"summary":9153},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence","Green's Theorem, Curl, and Divergence","Green's Theorem equates the line integral of a field around a positively oriented closed curve with a double integral over the enclosed region, turning a boundary computation into an area computation and vice versa. Curl measures local circulation and divergence measures local outflow; the two vector forms of Green's Theorem express the boundary integral as the integrated curl or divergence, the planar case of Stokes' and the Divergence Theorem.\n",{"path":9155,"title":9156,"module":9140,"summary":9157},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals","Parametric Surfaces and Surface Integrals","A parametric surface is the image of a two-variable vector function; its area element is the magnitude of the cross product of the two tangent vectors. The surface integral of a scalar function sums it over that area, and the flux integral of a vector field sums the field's normal component, measuring flow through the surface. Orientation by a choice of unit normal makes flux well-defined, the integral Stokes' and the Divergence Theorem operate on.\n",{"path":9159,"title":9160,"module":9140,"summary":9161},"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem","Stokes' Theorem and the Divergence Theorem","Stokes' Theorem lifts Green's Theorem into space: the line integral of a field around the boundary of a surface equals the flux of its curl through the surface. The Divergence Theorem relates the outward flux across a closed surface to the triple integral of divergence over the solid it encloses. Together with the Fundamental Theorem of Calculus and its line-integral and Green counterparts, they are one theorem: the integral of a derivative over a region equals the integral of the field over its oriented boundary.\n",{"path":9163,"title":9164,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":9166,"title":9167,"module":8611,"summary":9168},"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions","Measurement and Dimensions","Every physical quantity is a number attached to a unit, and that pairing is what lets you check an equation before computing anything, since terms that add together must carry the same dimensions. We build the SI base units and the notion of dimension, then use dimensional analysis to test a proposed relation and form scaling groups — a method that fixes a formula's shape but never its numerical constants. The lesson also sets how precisely a result may be stated, through significant figures, propagated uncertainty, and order-of-magnitude checks that catch errors a raw calculator answer hides.\n",{"path":9170,"title":9171,"module":8611,"summary":9172},"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra","Vector Algebra","Force, velocity, and displacement all carry a direction, so mechanics needs an arithmetic that respects it; adding magnitudes alone gives the wrong answer the moment two arrows point different ways. We set up vectors and their components in a chosen basis, then build the two products that carry most of the physics — the dot product, which extracts the part of one vector along another and yields work and power, and the cross product, which measures oriented area and yields torque and angular momentum. Rotating the axes changes the components while leaving the vector itself untouched, and the same component method resolves a force along whatever directions a constraint picks out.\n",{"path":9174,"title":9175,"module":9176,"summary":9177},"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion","One-Dimensional Motion","Kinematics","Motion along a line already forces the two questions the whole of kinematics repeats: how fast is the object moving now, and where will it be next? Velocity and acceleration answer the first as derivatives of position; integrating them back — the signed area under a graph — answers the second. We derive the constant-acceleration equations, mark exactly where the \"constant\" assumption is load-bearing, and see why sign, not magnitude, is what carries direction.\n",{"path":9179,"title":9180,"module":9176,"summary":9181},"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs","Motion Graphs","Draw a motion as a graph and its two most useful facts turn geometric: the slope of the position curve is the velocity, and the area under the velocity curve is the displacement. We read motion in both directions — differentiating a graph for the next rate, integrating it back to recover position — and handle the curved, piecewise, and noisy graphs that real measurements produce. Along the way we see why a velocity estimated from two positions belongs to the midpoint of their interval, not its end.\n",{"path":9183,"title":9184,"module":9176,"summary":9185},"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion","Projectile Motion","Throw an object and it seems to trace one curved path, but the motion is really two independent one-dimensional motions running at once: constant velocity across the ground and free fall in the vertical. Splitting it that way turns every projectile question — how long it stays up, how far it lands, how high it climbs, whether it clears an obstacle — into a pair of equations you already know. We derive the parabolic trajectory, work both the forward and the inverse problems, and show why the familiar $45^\\circ$ range-maximizing angle holds only when launch and landing heights match.\n",{"path":9187,"title":9188,"module":9176,"summary":9189},"\u002Fmechanics\u002Fkinematics\u002Frelative-motion","Relative Motion","A velocity is only ever measured relative to some observer, so a boat's speed through the water, over the ground, and as seen from another boat are three different vectors. Choosing the right frame — and subtracting one motion from another — collapses river crossings, crosswind headings, pursuit, and closest-approach problems into a single vector equation. We build the relative-velocity and relative-position relations for uniformly moving frames, show why acceleration is the one quantity all such observers agree on, and note where rotating frames break the simple subtraction.\n",{"path":9191,"title":9192,"module":9176,"summary":9193},"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion","Circular Motion","An object going around a circle at a steady speed is still accelerating, because its velocity is forever changing direction — the fact that governs everything from a car on a curve to a satellite in orbit. We tie the angular description (angle, angular velocity, angular acceleration) to the linear one through $v=r\\omega$, split the acceleration into an inward part that turns the velocity and a tangential part that changes its speed, and extend the inward $v^2\u002Fr$ result to any curved path through its local radius of curvature. Constant angular acceleration then mirrors straight-line motion equation for equation.\n",{"path":9195,"title":9196,"module":9197,"summary":9198},"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws","Newton's Laws","Dynamics","What makes a body change its motion, and in which frames does the answer take its simplest form? Newton's three laws settle both: inertial frames are the ones where a force-free body coasts, force is whatever changes momentum, and every interaction pushes back on its source. We write the second law as $\\sum\\vec F=\\d\\vec p\u002F\\d t$, reduce it to $m\\vec a$ at constant mass, and separate what a scale actually reads — the support force — from the weight $m\\vec g$ it is so often mistaken for.\n",{"path":9200,"title":9201,"module":9197,"summary":9202},"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams","Free-Body Diagrams","Once several forces act on a body at once, the reliable way to predict its motion is to isolate that one body and draw every external push and pull on it — nothing more, nothing less. The free-body diagram is that discipline. We fix a system boundary, resolve $\\sum\\vec F=m\\vec a$ into components along axes chosen to fit the geometry, and solve for the unknowns a problem hands us — normal forces, tensions, friction, and the acceleration a constraint permits — seeing why internal forces drop out only when the boundary encloses both bodies that share them.\n",{"path":9204,"title":9205,"module":9197,"summary":9206},"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion","Friction and Curved Motion","Real surfaces grip before they slip, fluids push back harder the faster you move through them, and anything rounding a bend must be pulled toward the inside of the curve by something. This lesson supplies the force laws for those three cases. We bound static friction by $|f_s|\\leq\\mu_sN$ and switch to kinetic friction $\\mu_kN$ once sliding starts, model drag as a speed-dependent resistance that levels off at a terminal speed, and show that circular motion demands an inward net force $mv^2\u002Fr$ furnished by real interactions — friction, a banked normal force, tension — never by an invented outward one.\n",{"path":9208,"title":9209,"module":9197,"summary":9210},"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics","Numerical Dynamics","Most force laws — quadratic drag, coupled oscillators, anything nonlinear — admit no closed-form trajectory, so we advance the motion one small time step at a time and let arithmetic do what algebra cannot. This lesson turns $\\d\\vec y\u002F\\d t=f(t,\\vec y)$ into a marching rule. We derive the Euler, Euler--Cromer, midpoint, and Verlet updates, weigh their accuracy and stability, watch a drifting energy expose a bad scheme, and use step-halving and conserved quantities to separate the error of the method from the error of the model.\n",{"path":9212,"title":9213,"module":9197,"summary":9214},"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems","Center-of-Mass Systems","A firework bursts into a dozen fragments, yet one point keeps gliding along the original parabola as though nothing had happened. That point is the centre of mass, and following it collapses a many-body tangle into a single equation of motion. We define $\\vec R=\\frac1M\\sum_i m_i\\vec r_i$ and its continuous form, show that internal forces cancel so that only external ones move it, $M\\vec A_{\\rm cm}=\\sum\\vec F_{\\rm ext}$, and put the result to work on recoil, collisions viewed from the centre-of-mass frame, and rocket propulsion, where mass leaving the boundary carries momentum with it.\n",{"path":9216,"title":9217,"module":9218,"summary":9219},"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy","Work and Kinetic Energy","Energy","A constant push along a straight path is trivial to score, but real forces vary and bend along curved trajectories, and only the component along the motion transfers any energy. Work captures exactly that transfer as the line integral $W=\\int\\vec F\\cdot\\d\\vec r$, and the work-kinetic-energy theorem turns it into a statement about speed: the net work on a particle equals the change in its $\\tfrac12 mv^2$. We build work up from the dot product to the signed area under a force curve, derive the theorem from Newton's second law, and read power as its instantaneous rate $P=\\vec F\\cdot\\vec v$.\n",{"path":9221,"title":9222,"module":9218,"summary":9223},"\u002Fmechanics\u002Fenergy\u002Fpotential-energy","Potential Energy","When a force does the same work no matter which path a particle takes, that work can be stored as a function of position alone, and solving for the motion becomes bookkeeping instead of integration. We single out the forces that qualify — the conservative ones, for which $\\oint\\vec F\\cdot\\d\\vec r=0$ — define their potential energy through $\\vec F=-\\nabla U$, and use conservation of mechanical energy to read speeds, turning points, and equilibria straight off a potential curve. Friction breaks the shortcut, so we also track where mechanical energy leaks away as heat.\n",{"path":9225,"title":9226,"module":9218,"summary":9227},"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work","Multiparticle Work","A single particle has one velocity and one kinetic energy; a system of many can spin, deform, explode, and warm up while its centre of mass glides along as if nothing happened. Splitting the motion into a centre-of-mass part and an internal part separates the energy that momentum already fixes from the energy left free for relative motion, $K=\\tfrac12MV_{\\rm cm}^2+K'$. We derive the centre-of-mass work theorem, see why an explosion or a released spring can raise total kinetic energy with no external work at all, and use the reduced-mass and centre-of-mass frames to make collisions and internal transfers clean.\n",{"path":9229,"title":9230,"module":9218,"summary":9231},"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding","Mass-Energy and Binding","Relativity puts rest itself on the energy ledger: a mass $m$ carries energy $mc^2$ even when it sits still, so weighing a system's separated pieces and weighing the assembled whole give different answers, and the gap is binding energy. We convert freely between mass units and MeV, compute the energy that holds a nucleus together, and read the binding-energy-per-nucleon curve that explains why fusing light nuclei and splitting heavy ones both release energy. Reaction $Q$ values, thresholds, and recoil then follow from the same mass-difference accounting, once the frame and mass convention are fixed.\n",{"path":9233,"title":9234,"module":9218,"summary":9235},"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization","Photons and Quantization","Light delivers its energy in indivisible lumps: a photon of frequency $f$ carries exactly $hf$, and this one fact explains why a dim blue lamp ejects electrons that an intense red one cannot. We fix a photon's energy and momentum from its wavelength, follow the quanta through emission, absorption, and the photoelectric threshold $K_{\\rm max}=hf-\\phi$, and watch energy and momentum conservation together produce the Compton wavelength shift when a photon scatters from an electron. The recurring discipline is unit and frame care, where a stray factor of $10^9$ or a forgotten rest energy quietly ruins an answer.\n",{"path":9237,"title":9238,"module":9239,"summary":9240},"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions","Momentum and Collisions","Momentum","When two objects collide, the forces between them are too brief and too tangled to integrate directly, yet the result is fixed by one conserved quantity. Linear momentum $\\vec p=m\\vec v$ turns Newton's second law into the impulse-momentum theorem $\\vec J=\\Delta\\vec p$, and for an isolated system into a conservation law that holds through any internal collision, however dissipative. We use it to separate elastic from inelastic collisions, follow the centre of mass, and read impulse as the signed area under a force-time curve — always tracking which external impulses the chosen system and interval let us drop.\n",{"path":9242,"title":9243,"module":9239,"summary":9244},"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions","Center-of-Mass Collisions","A two-body collision that looks asymmetric in the laboratory becomes almost trivial in the frame that rides along with the centre of mass, where the total momentum is zero and the two momenta stay equal and opposite. We build that frame, reduce the pair to a single relative coordinate carrying the reduced mass $\\mu$, and show that an elastic collision there only rotates one momentum vector while its length holds fixed. Transforming back to the laboratory then handles elastic and inelastic collisions, scattering angles, and reaction thresholds with the same construction — and shows why relative speed, not laboratory kinetic energy, measures what a collision can convert.\n",{"path":9246,"title":9247,"module":9239,"summary":9248},"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion","Rocket Propulsion","A rocket speeds up by throwing mass backward, so its own mass drops as it flies and $\\vec F=m\\vec a$ no longer applies to a fixed body. Tracking the momentum the exhaust carries across the vehicle boundary gives thrust $T=Ru_e$ and, for a force-free burn, the rocket equation $\\Delta v=u_e\\ln(m_i\u002Fm_f)$ — a logarithm that makes large velocity changes expensive in propellant and forces staging. We then add the forces a real ascent cannot ignore, gravity, drag, and steering, and show how thrust and mass-flow records are cross-checked to infer the exhaust speed.\n",{"path":9250,"title":9251,"module":9252,"summary":9253},"\u002Fmechanics\u002Frotation\u002Frotational-inertia","Rotational Inertia","Rotation","Push a wheel and a merry-go-round with the same force and they speed up at wildly different rates: the same mass resists rotation differently depending on where it sits relative to the axis. That single fact is the moment of inertia, $I=\\int r_\\perp^2\\,\\d m$, and this lesson builds it from the ground up. We tie angular motion to linear through $s=r\\theta$, $v=r\\omega$, and $a_t=r\\alpha$, derive $I$ for rods, disks, and spheres, and use the parallel- and perpendicular-axis theorems to move between axes — always naming the axis, because the same body has as many moments of inertia as it has lines to spin about.\n",{"path":9255,"title":9256,"module":9252,"summary":9257},"\u002Fmechanics\u002Frotation\u002Frotational-dynamics","Rotational Dynamics","A force applied to a wheel does nothing unless it acts off the axis: what turns a rigid body is torque, force times lever arm. This lesson makes that precise and turns it into the rotational Newton's second law, $\\sum\\tau=I\\alpha$ about a fixed axis, the exact analogue of $\\sum F=ma$. From there we get rotational work $W=\\int\\tau\\,\\d\\theta$ and power $P=\\tau\\omega$, size a motor to a load, and solve pulleys and Atwood machines where the pulley's own inertia can no longer be ignored — always insisting that every torque be measured about the same axis.\n",{"path":9259,"title":9260,"module":9252,"summary":9261},"\u002Fmechanics\u002Frotation\u002Frolling-motion","Rolling Motion","A rolling wheel is doing two things at once — translating and spinning — but the no-slip condition $v_{cm}=R\\omega$ locks them together, and that single constraint is what makes rolling tractable. We use it to split the kinetic energy into $\\tfrac12Mv_{cm}^2+\\tfrac12I\\omega^2$, find how fast a cylinder reaches the bottom of an incline, and show why the contact point is instantaneously at rest. The static friction that enforces rolling does no work; we track its direction from the tendency to slip, and mark exactly where the model breaks once the required friction exceeds $\\mu_sN$.\n",{"path":9263,"title":9264,"module":9252,"summary":9265},"\u002Fmechanics\u002Frotation\u002Fangular-momentum","Angular Momentum","A skater pulls in her arms and spins faster, with no torque acting: that is angular momentum conservation, and it lets us answer questions that would be hopeless force by force. We build $\\vec L=\\vec r\\times\\vec p$, show it obeys $\\vec\\tau_{ext}=\\d\\vec L\u002F\\d t$, and use its conservation under zero external torque to link before and after in collisions, reconfigurations, and coupled rotors without ever resolving the internal forces. The catch is bookkeeping: the origin, the system boundary, and the frame must be fixed first, and a change in total $\\vec L$ always points to an external impulse someone forgot.\n",{"path":9267,"title":9268,"module":9252,"summary":9269},"\u002Fmechanics\u002Frotation\u002Frolling-resistance","Rolling Resistance","Ideal rolling should coast forever, yet every real wheel slows down. The reason is that a deformable tire and road do not press through a single point: the contact patch spreads, the normal-force resultant shifts ahead of the axle, and that offset is a resisting moment even with no gross sliding. We package it as an equivalent force $F_{rr}=C_{rr}N$, tie the coefficient to load, surface, speed, and temperature, and use coast-down, towing, and traction tests to separate this contact loss from aerodynamic drag, bearing friction, and the adhesion limit where rolling gives way to skidding.\n",{"path":9271,"title":9272,"module":9252,"summary":9273},"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession","Gyroscopic Precession","A spinning top leans over but does not fall — it swings its axis in a slow horizontal circle instead. The paradox dissolves once torque is read as the rate of change of a vector: gravity's torque is perpendicular to the spin angular momentum, so it turns $\\vec L$ rather than toppling it. We derive the steady precession rate $\\Omega\\simeq Mgr\u002F(I_s\\omega_s)$ in the fast-top limit, state the assumptions it leans on — dominant spin, slow tilt, negligible bearing torque — and read nutation, support motion, and a decaying spin as the ways real gyroscopes depart from it.\n",{"path":9275,"title":9276,"module":9277,"summary":9278},"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits","Keplerian Orbits","Gravitation and Matter","Why do the planets trace ellipses rather than any other curve? Newton's inverse-square law collapses the two-body problem onto a single conic section, and the answer falls out of two conserved quantities: a central force can exert no torque, so angular momentum is fixed, and gravity is conservative, so energy is fixed. We read an orbit's size and shape straight off those invariants, recover all three of Kepler's laws, and derive escape speed, the vis-viva relation, and the timing of a pass. We also mark where the ideal ellipse breaks down — drag, oblateness, and a third body slowly move a real orbit.\n",{"path":9280,"title":9281,"module":9277,"summary":9282},"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields","Gravitational Fields","Instead of tracking the force between every pair of masses, we attach a field to the source and ask a test mass to read it off locally. That move pays off because gravity is conservative: the field is the gradient of a single scalar potential, and potentials from many sources simply add. We build the field-potential picture, use spherical symmetry and the shell theorem to get the point-mass exterior field and the zero interior field of a shell, and read tides straight out of the field's gradient. Along the way we mark exactly when the constant-$g$ and point-mass shortcuts hold and when a shape correction is needed.\n",{"path":9284,"title":9285,"module":9277,"summary":9286},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium","Static Equilibrium","What does it take for a loaded structure to stay put? A body at rest needs its forces to cancel and its turning effects to cancel — $\\sum\\vec F=0$ and $\\sum\\vec\\tau=0$ about any point — and almost all of statics is the craft of turning a physical setup into those equations. We build free-body diagrams, replace supports, cables, friction, couples, and distributed loads with their idealized reactions, and locate the centre of gravity that decides whether a body tips. We also count equations against unknowns to separate a determinate problem from one that needs the material's deformation to resolve, and read every negative or inconsistent reaction as a sign that a contact or a boundary was chosen wrong.\n",{"path":9288,"title":9289,"module":9277,"summary":9290},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics","Fluid Statics","A fluid at rest cannot support a shear, so the only stress it carries is a pressure that must grow with depth to hold up the fluid above it. That single balance, $\\d p\u002F\\d z=-\\rho g$, runs the whole subject: it sets manometer readings, the force on a dam, and — integrated over a submerged boundary — Archimedes' buoyant force $F_B=\\rho g V_{\\rm disp}$. We derive these, use them to decide when a body floats and whether it floats upright, and mark where acceleration, rotation, compressibility, or capillarity forces a richer pressure model.\n",{"path":9292,"title":9293,"module":9277,"summary":9294},"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow","Fluid Flow","Two accounting rules carry most of steady flow: mass cannot pile up, so the same volume crosses every section each second, and mechanical energy is conserved along a streamline when the fluid is ideal. From those we get continuity, Bernoulli's relation between pressure, speed, and height, and the results that follow — Torricelli's efflux speed, the Venturi meter, the Pitot tube. We then let go of the ideal assumptions one at a time: viscosity adds wall shear and head loss, Reynolds number decides laminar versus turbulent, and Mach number marks where a gas stops behaving as incompressible.\n",{"path":9296,"title":9297,"module":9277,"summary":9298},"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion","Orbital Motion","A circular orbit is nothing but free fall with enough sideways speed to keep missing the ground, and setting gravity equal to the centripetal requirement fixes that speed and the period once and for all. From the same energy bookkeeping we read off escape speed, sort orbits into bound, parabolic, and hyperbolic by the sign of their specific energy, and see why a tangential burn is the efficient way to change an orbit. We build the Hohmann transfer and its launch window, work the numbers for a geostationary orbit and an escape burn, and mark where finite thrust, perturbations, and an uncertain initial state pull a real trajectory off the ideal.\n",{"path":9300,"title":9301,"module":9277,"summary":9302},"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity","Stress and Elasticity","Rigid bodies are a fiction; every real material stretches, shears, or squeezes under load, and the useful question is how much. We define stress as force per area and strain as fractional deformation, then find that for small deformations the two are simply proportional — Hooke's law — with Young's, shear, and bulk moduli as the constants for stretch, twist, and volume change. From these we compute extensions, torsional twist, and stored elastic energy, and read a tensile curve for the yield, ultimate, and fracture points where linear elasticity ends. We also mark the practical limits: stress concentrations, fatigue, and the multiaxial states a single uniaxial modulus cannot capture.\n",{"path":9304,"title":9305,"module":9306,"summary":9307},"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators","Damped Oscillators","Oscillations and Waves","Every real oscillator eventually stops: friction, drag, and internal loss drain its energy, so free motion is a decay rather than a permanent swing. Adding a velocity-proportional resistance to the spring-mass equation produces one dimensionless number, $b\u002F(2\\sqrt{mk})$, that decides whether the mass rings down through many cycles, returns once without overshoot, or crawls back slowly. We solve the three regimes, tie the observed decay to the power balance $b\\dot x^2$, and turn a measured ring-down into the decay rate and quality factor of the apparatus — reading damping off the data instead of assuming it.\n",{"path":9309,"title":9310,"module":9306,"summary":9311},"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves","Travelling Waves","A wave carries a shape, not the material: each element of a rope or air column oscillates in place while the disturbance travels through it. Writing that shape as $f(x\\mp vt)$ turns \"the pattern moves\" into a statement about the cosine's argument, and a local force balance on one string segment fixes the speed at $v=\\sqrt{T\u002F\\mu}$ — restoring stiffness over inertia, with amplitude nowhere in it. We build the sinusoidal wave and its phase, derive the wave equation from Newton's second law, and follow the energy a travelling wave transports, then check speed and power against those predictions.\n",{"path":9313,"title":9314,"module":9306,"summary":9315},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition","Wave Superposition","When two waves cross the same point, what does a probe read? In a linear medium the answer is arithmetic: the displacements add, $y=y_1+y_2$, and the pulses pass through each other unchanged. That one rule produces interference — reinforcement where the signs agree, cancellation where they oppose — and it guards against a common mistake, since displacement can vanish at an instant while the energy sits in transverse motion instead. We work out the signed sum, the phase bookkeeping for equal-frequency components, and why a null in the record is not a null in the wave.\n",{"path":9317,"title":9318,"module":9306,"summary":9319},"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves","Standing Waves","Clamp a string at both ends and only certain frequencies survive: the ends must be nodes, and that single geometric demand quantizes the wave into a discrete set of modes $f_n=nv\u002F(2L)$. The travelling wave becomes a fixed pattern of nodes and antinodes — standing, not moving — because equal waves running in opposite directions superpose. We build the standing wave from its counter-propagating pieces, read the harmonic sequence off the boundary conditions (half-wavelengths for a fixed-fixed string, odd quarter-wavelengths for a closed pipe), and test the ideal model against node scans and resonance peaks.\n",{"path":9321,"title":9322,"module":9306,"summary":9323},"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves","Sound Waves","Sound is a pressure wave so small that a loud tone displaces air molecules by less than the width of an atom, yet a microphone reads it easily — because pressure, not displacement, is what the ear and the instrument sense. The acoustic impedance $Z=\\rho c$ ties pressure, density, and particle velocity together, fixes the intensity a wave carries, and sets the reference for the decibel, a logarithm that tames a $10^{12}$ range in power. We derive the sound speed from the gas's stiffness, convert between pressure and intensity levels, and treat the measurement itself — calibration, geometry, background, averaging — as part of the physics.\n",{"path":9325,"title":9326,"module":9306,"summary":9327},"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect","Doppler Effect","A passing siren drops in pitch not because the source changes but because motion repacks the wavefronts: an approaching source crowds its crests, a receding one stretches them, and a moving listener samples them at a different rate. For mechanical waves every velocity is measured against the medium, and one signed ratio $f_r=f_s(v-u_r)\u002F(v-u_s)$ captures both effects at once. We separate source motion, which sets crest spacing, from receiver motion, which sets arrival rate, invert the shift to recover radial velocity, and mark where the model breaks — supersonic sources, moving air, and reflected paths that carry two shifts, not one.\n",{"path":9329,"title":9330,"module":9306,"summary":9331},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets","Wave Packets","No real signal is a single frequency: a disturbance that starts and stops is built from a band of wave numbers, and the width of that band is what makes it local. We ask how such a packet moves — carrier crests at the phase velocity $v_\\mathrm p=\\omega\u002Fk$, the envelope at the group velocity $v_\\mathrm g=\\d\\omega\u002F\\d k$ — and why the two differ once a medium is dispersive. Curvature $\\d^2\\omega\u002F\\d k^2$ spreads and chirps the packet as it travels, and the Fourier reciprocity that ties bandwidth to duration explains why a finite record, aliasing, or a coarse probe can imitate that spreading unless the sampling limits are respected.\n",{"path":9333,"title":9334,"module":9306,"summary":9335},"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling","Beats and Coupling","Add two tones a few hertz apart and the sum swells and fades at their difference frequency — a beat — though neither source is changing. We work out that envelope, then ask the mechanical version of the same question: join two oscillators and a single resonance splits into normal modes, with energy sloshing between the coordinates at their frequency difference. The lesson identifies when a slow amplitude envelope signals genuine coupling rather than two independent sources, drift, or deliberate modulation, reading it from envelope timing, spectral sidebands, and the mode shapes.\n",{"path":9337,"title":9338,"module":9306,"summary":9339},"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion","Simple Harmonic Motion","Any system pushed back toward equilibrium by a force proportional to its displacement obeys one equation, $\\ddot x+\\omega_0^2x=0$, and so moves sinusoidally at $\\omega_0=\\sqrt{k\u002Fm}$ whatever the amplitude. We derive that motion, follow its energy $E=mv^2\u002F2+kx^2\u002F2$ trading between kinetic and potential form at constant total, and read the elliptical phase-space orbit Hooke's law implies. Period, amplitude, velocity, and acceleration then supply redundant checks: an amplitude-dependent period or a curved force residual is the signature that the linear model has failed, and mass-loading and offset tests separate a calibration error from a real frequency shift.\n",{"path":9341,"title":9342,"module":9306,"summary":9343},"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion","Pendulum Motion","A pendulum keeps time only because, for small swings, gravity supplies a restoring torque proportional to the angle — and $T=2\\pi\\sqrt{L\u002Fg}$ then follows without the mass appearing at all. We derive that result, mark exactly which assumptions carry it (small angle, negligible pivot loss, a rigid support), then relax them: finite amplitude lengthens the period through an elliptic integral, and an extended body replaces $L$ with the ratio of its moment of inertia to its center-of-mass distance. How the period drifts with amplitude or pivot position is what diagnoses the geometric, damping, and distributed-mass corrections.\n",{"path":9345,"title":9346,"module":9306,"summary":9347},"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators","Driven Oscillators","Drive a damped oscillator at a frequency you control and it eventually forgets its own: $m\\ddot x+b\\dot x+kx=F_0\\cos\\omega t$ settles into a steady response whose amplitude and phase depend sharply on how close the drive sits to resonance. We solve for that response, show how damping alone fixes the resonance width, the peak power, and the settling time, and treat base excitation as the same problem with a different input. The steady-state formulas hold only for constant $m$, $b$, and $k$; level-dependent peaks or hysteresis between up- and down-sweeps are how nonlinearity or an extra mode announces itself.\n",{"path":9349,"title":9350,"module":9306,"summary":9351},"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries","Wave Boundaries","A pulse traveling along a string does something abrupt where the string's properties change: part reflects, part transmits, and which is which is set by the impedance mismatch alone. We impose continuity of displacement and transverse force at the join to get the reflection and transmission coefficients in terms of $Z=\\sqrt{T\\mu}$, fix their signs and the polarity flip, and balance the energy. The clean result assumes linear, nondispersive segments meeting at a localized join; pulse polarity, return timing, and energy ratios are the measurements that expose a real connector's mass, loss, or distributed transition.\n",{"path":9353,"title":9354,"module":9355,"summary":9356},"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases","Kinetic Theory of Ideal Gases","Thermodynamics","A gas has no springs and no gears, yet it pushes on its container with a definite pressure and stores energy in a lawful way. Kinetic theory explains both from the motion of the molecules alone: pressure is the accumulated recoil of countless elastic impacts, and temperature is the average translational kinetic energy each molecule carries. We derive $pV=\\tfrac13Nm\\overline{v^2}$ from momentum transfer, read off $\\overline{K}_{\\rm tr}=\\tfrac32kT$, and use the Maxwell–Boltzmann distribution to separate the most probable, mean, and rms speeds — each the right average for a different question — while marking where the dilute, classical assumptions stop holding.\n",{"path":9358,"title":9359,"module":9355,"summary":9360},"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics","First Law of Thermodynamics","Heat a gas and it may warm, expand, or both; compress it and the same energy can reappear as a temperature rise. The first law settles the bookkeeping: internal energy is a state property whose change equals the heat added plus the work done on the system, $\\Delta E_{\\rm int}=Q_{\\rm in}+W_{\\rm on}$. We fix a system boundary and one sign convention, compute boundary work as $\\int p\\,\\d V$ along a path, and use calorimetry to measure heat and heat capacities. The recurring point is that heat and work are path-dependent transfers while their sum is not, so an energy ledger closes only once every boundary crossing is named.\n",{"path":9362,"title":9363,"module":9355,"summary":9364},"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law","Entropy and the Second Law","The first law lets energy flow either way; it never says which way heat actually goes. The second law supplies the missing arrow. Entropy, defined through the reversible transfer $\\d S=\\delta Q_{\\rm rev}\u002FT$, can only increase in an isolated system, and that single inequality fixes the direction of heat flow and caps every engine, refrigerator, and heat pump at its Carnot value. We build entropy ledgers for reservoirs and working substances, separate the entropy carried by heat from the entropy generated by irreversibility, and read the sign of the total as a hard check on any proposed thermal machine.\n",{"path":9366,"title":9367,"module":9355,"summary":9368},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes","Thermal Processes","Heat rarely sits still: it stretches solids, pushes real gases off their ideal isotherms, and leaks across walls by conduction, convection, and radiation. Each behavior becomes a number a designer can use. Thermal expansion sets the gaps in a bridge and the stress in a clamped rod; the van der Waals equation and a phase diagram fix when $pV=nRT$ or a latent-heat term applies; Fourier's law, Newton cooling, and Stefan–Boltzmann radiation give the rate of heat flow. We assemble these into thermal-resistance networks and transient time constants, then mark where contact resistance, phase change, or a hidden thermal bridge breaks the simple model.\n",{"path":9370,"title":9371,"module":9355,"summary":9372},"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes","Phase Changes","Add heat to ice and its temperature climbs — until it reaches $0\\ ^\\circ\\mathrm C$, where the thermometer stalls while the ice melts. That plateau is the whole subject: at a phase boundary the energy rearranges molecules, $Q=mL$, instead of raising temperature, which resumes only once one phase is gone. We stage a heating path into sensible-heat legs ($Q=mc\\Delta T$) and latent plateaus, use the Clausius–Clapeyron relation to track how a boiling point moves with pressure, and solve calorimetry by testing each coexistence endpoint — so a melt fraction that lands outside $[0,1]$ flags a wrong final-state guess rather than a real state.\n",{"path":9374,"title":9375,"module":9355,"summary":9376},"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines","Thermal Machines","An engine, a refrigerator, and a heat pump are one machine read three ways: each shuttles heat between a hot and a cold reservoir while trading work at the boundary, and only the flow you call useful separates them. A heat engine turns part of $Q_h$ into work, $W=Q_h-Q_c$; a refrigerator spends work to pull $Q_c$ from the cold side; a heat pump counts the warm-side delivery instead. We measure each with its own ratio — efficiency or coefficient of performance — bound them all by the Carnot limit that reservoir temperatures alone set, and track how finite temperature differences, throttling, and friction generate entropy and pull real machines below that bound.\n",{"path":9378,"title":9379,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":9381,"title":9382,"module":9383,"summary":9384},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors","Charge and Conductors","Electric Fields","Rub two objects together and one pulls electrons from the other; nothing is created, only moved. We define what electric charge is — conserved, additive, and quantized in units of $e$ — and why a conductor's mobile carriers rearrange until its interior field vanishes and its surface sits at one potential. We follow charge through contact, induction, and grounding, treat the field-free cavity that turns a conductor into a shield, and mark where finite conductivity and leakage set the limits of the electrostatic picture.\n",{"path":9386,"title":9387,"module":9383,"summary":9388},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law","Coulomb's Law","Two charges at rest push or pull along the line joining them, and the whole of electrostatics is assembled by adding up such pairs. We measure that force — its inverse-square falloff, its linear dependence on each charge, the sign that says attract or repel — and write it as a vector so direction survives superposition. We work the magnitude and component forms on real numbers, check them against limiting cases and dimensions, and fix the point-charge approximation to source sizes small against every separation.\n",{"path":9390,"title":9391,"module":9383,"summary":9392},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force","Electric Field and Force","Rather than ask how one charge reaches across empty space to another, we credit the source with a field that fills the space and let a second charge respond to whatever field sits at its own location. Electric field is force per unit positive test charge, $\\vec E=kq\\hat r\u002Fr^2$ for a point source, and source fields add before any receiving charge is placed. We compute those fields and the force $\\vec F=q\\vec E$ they exert, then follow a charge along its parabolic path through a uniform field and into nonuniform fields where the dynamics turn position-dependent.\n",{"path":9394,"title":9395,"module":9383,"summary":9396},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps","Electric Field Maps","A field is a vector at every point of space, and the quickest way to grasp one is to draw it. We build the two standard pictures — continuous field lines tangent to $\\vec E$, and scaled vector arrows — and read direction, magnitude, and the location of nulls straight off them. We fix what a line drawing can and cannot say: density encodes magnitude only under a stated seeding rule, and integral curves never cross at a regular point. From there we work the topology near sources, sinks, and conductor surfaces, and state the step-size and interpolation checks a numerical map must pass.\n",{"path":9398,"title":9399,"module":9383,"summary":9400},"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles","Electric Dipoles","Most neutral matter carries no net charge yet still responds to an electric field, because its positive and negative charge sit slightly apart. That separation is a dipole, moment $\\vec p=q\\vec d$ pointing from the negative to the positive charge, and it is the leading term in how any neutral distribution looks from far away. We derive the torque $\\vec p\\times\\vec E$ and energy $-\\vec p\\cdot\\vec E$ a uniform field imposes, the net force a field gradient adds, and the axial and equatorial $1\u002Fr^3$ fields the pair produces, then measure how far out the point-dipole approximation still holds.\n",{"path":9402,"title":9403,"module":9404,"summary":9405},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields","Continuous Charge Fields","Continuous Charge Distributions","A charged rod, ring, or disk is not a point, yet its field is still nothing but Coulomb's law added up over the charge it carries. We replace the discrete sum by an integral, with $\\d q=\\lambda\\d\\ell$, $\\sigma\\d A$, or $\\rho\\d V$, so the real work becomes geometry: writing the vector from each source element to the field point, and letting symmetry cancel the components that must cancel before any integral is attempted. We carry the line, ring, and disk fields through in full, then check each result against its near field, its far field, and its dimensions.\n",{"path":9407,"title":9408,"module":9404,"summary":9409},"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors","Gauss's Law and Conductors","Adding up Coulomb's law over a whole distribution is laborious; Gauss's law trades that sum for a single statement, that the flux of $\\vec E$ out of any closed surface counts the charge inside, $\\oint\\vec E\\cdot\\d\\vec A=Q_{\\rm enc}\u002F\\varepsilon_0$. The law is always true, but it hands over the field only when the source is symmetric enough to pull $E$ outside the integral. We apply it to spheres, lines, and sheets, then turn it on conductors, where the zero interior field drives every excess charge to the surface and fixes the normal-field jump $\\sigma\u002F\\varepsilon_0$, the charge induced on a cavity wall, and electrostatic shielding.\n",{"path":9411,"title":9412,"module":9413,"summary":9414},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential","Point-Charge Potential","Electric Potential","The electrostatic force is conservative, so the work it does between two points\ndepends only on the endpoints. That lets us trade the vector field for a single\nscalar attached to each point, the electric potential, the potential energy a unit\ncharge would have there. We build potential from the work integral, fix the usual\nreference at infinity, and add point sources as scalars, $V=k\\sum_i q_i\u002Fr_i$,\navoiding the vector bookkeeping the field demands. Signed charges, the reference\nchoice, equipotential motion, and far-field expansions each give an independent\ncheck on a result.\n",{"path":9416,"title":9417,"module":9413,"summary":9418},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials","Potential Gradients and Equipotentials","Given the potential everywhere, how do we recover the field? The field is the\nnegative gradient, $\\vec E=-\\nabla V$: it points down the steepest local drop in\npotential, and its magnitude is set by how fast $V$ changes, not by the shape of a\ncontour. We read off components with directional derivatives, reconstruct fields\nfrom measured potential grids using centered differences, and use closed-loop\nintegrals and grid refinement to test whether a reconstructed field is physically\nconsistent.\n",{"path":9420,"title":9421,"module":9413,"summary":9422},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure","Electrostatic Energy and Pressure","Assembling a charge configuration takes work, and that work is stored, but where\nis it kept and how much is there? We total it two ways: as a sum over the charges,\n$U=\\tfrac12\\sum_i q_iV_i$, and as an integral over the field itself,\n$u_E=\\tfrac12\\varepsilon_0E^2$, energy the field carries in every region it fills.\nDifferentiating the stored energy at fixed charge or at fixed voltage recovers the\nmechanical force on a conductor, and at a charged surface the same field scale\nappears as an outward electrostatic pressure. We work the parallel-plate case in\nfull and mark where curvature and fringing make the pressure nonuniform.\n",{"path":9424,"title":9425,"module":9413,"summary":9426},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems","Laplace Boundary Problems","Often the charges are not given, only the conductors and the voltages held on\nthem, and the potential in the empty space between has to be found. There $V$ obeys\nLaplace's equation $\\nabla^2V=0$, and the boundary data alone determine a unique solution.\nWe solve it two ways: separation of variables into boundary-matched modes, whose\nhigher spatial frequencies die away with depth into the domain, and finite-difference\nrelaxation for boundaries no analytic mode fits. Residual norms, boundary error, and\nflux balance tell us when the computed potential and its field can be trusted.\n",{"path":9428,"title":9429,"module":9413,"summary":9430},"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials","Continuous Charge Potentials","When charge is spread over a line, a surface, or a volume, the sum over point\nsources becomes an integral, $V(\\vec r)=k\\int \\d q\u002F|\\vec r-\\vec r'|$. Because\npotential is a scalar, this integral sidesteps the component algebra the field\nwould force, until the field is actually wanted through $\\vec E=-\\nabla V$. We set\nup the right density element for each geometry, choose a workable reference, handle\nthe integrable singularities that arise when the observation point sits on the\ncharge, and check every result against symmetry, dimensions, and the far-field\nmultipole limit.\n",{"path":9432,"title":9433,"module":9434,"summary":9435},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals","Capacitance Fundamentals","Capacitance","How much charge must you separate onto two conductors to hold a given voltage between\nthem? That ratio, $C=Q\u002F\\Delta V$, is fixed by the conductor geometry and the medium,\nnot by how much charge is presently stored. We compute it from the field for the\nparallel-plate, isolated-sphere, concentric-sphere, and coaxial geometries, trace how\nsurface charge and boundary conditions set each result, and see where fringing,\nguarding, and stray coupling separate the ideal formula from what a bridge measures.\n",{"path":9437,"title":9438,"module":9434,"summary":9439},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks","Capacitor Networks","Wire several capacitors together and the source sees one equivalent capacitance — but\nwhich? The answer comes not from how the symbols are drawn but from which conductors\nshare a node: parallel branches hold a common voltage and add, $C_{\\rm eq}=\\sum_iC_i$,\nwhile series branches share a common charge and add reciprocally. We derive both rules\nfrom charge conservation on the floating internal node, then extend the node-charge\nmethod to unequal, precharged, and stray-coupled branches and carry a worked reduction\nthrough to the charge and voltage on every element.\n",{"path":9441,"title":9442,"module":9434,"summary":9443},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force","Capacitor Energy and Force","Charging a capacitor takes work, because every increment of charge is pushed through\nthe voltage the earlier charge already established. We total that work three\nequivalent ways, $U=Q^2\u002F(2C)=Q\\Delta V\u002F2=C(\\Delta V)^2\u002F2$, locate it in the field as\na density $u=\\tfrac12\\epsilon_0E^2$, then let the plates move. Differentiating the\nstored energy at fixed charge, or the coenergy at fixed voltage, gives the mechanical\nforce; the two boundaries differ only by the work the source supplies. We work the\nparallel-plate attraction and its electrostatic pressure in full, and follow the same\ngradient into pull-in, tilt, comb drives, and traceable force calibration.\n",{"path":9445,"title":9446,"module":9434,"summary":9447},"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown","Dielectric Polarization and Breakdown","Slide a dielectric between the plates and the capacitance rises — but why, and how\nhard can you drive it before the insulator fails? Bound charge answers the first:\npolarization $\\vec P$ sets up surface and volume charge that partly cancels the\napplied field, so $\\vec D=\\varepsilon_0\\vec E+\\vec P$ separates what the circuit\ncontrols from what the material contributes. We follow the field across layered\ndielectrics and interfaces, tie permittivity and loss to their frequency dependence,\nand treat dielectric strength as a measured, geometry-dependent limit rather than one\nmaterial number.\n",{"path":9449,"title":9450,"module":9451,"summary":9452},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance","Current and Resistance","Direct-Current Circuits","What does it mean, physically, for charge to flow, and what sets how hard a wire resists that flow? Current counts charge crossing a surface, $I=\\int\\vec J\\cdot\\d\\vec A$, and traces back to a slow drift of many carriers, $\\vec J=nq\\vec v_d$. We establish when the linear law $V=IR$ actually holds, how resistivity and geometry combine into bulk resistance, why real sources sag under load through their internal resistance, and how the three power forms $P=IV=I^2R=V^2\u002FR$ tie electrical work to heating and component ratings.\n",{"path":9454,"title":9455,"module":9451,"summary":9456},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis","Kirchhoff Network Analysis","Once a circuit has more than one loop, no amount of series-parallel folding will reduce it — you need the two conservation laws written as equations. Kirchhoff's junction law is charge conservation at a node; his loop law is energy conservation around a closed path. We turn a labelled network into a linear system in node voltages or mesh currents, fix the sign conventions so a negative answer just means a reversed arrow, and use power balance as an independent check that the algebra describes the circuit that was actually built.\n",{"path":9458,"title":9459,"module":9451,"summary":9460},"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients","RC Transients","How does a circuit get from one steady state to the next when a capacitor refuses to change its voltage all at once? Because a jump would demand infinite current, an RC circuit slides between states exponentially, with a single time constant $\\tau=RC$ that sets the whole schedule: charging fills as $1-e^{-t\u002F\\tau}$, discharge empties as $e^{-t\u002F\\tau}$. We solve the first-order loop equation, read the response off three numbers — the switch-instant voltage, the final dc voltage, and the Thevenin resistance the capacitor sees — and mark where source and probe resistance shift $\\tau$ or where a second storage element hides a mode a one-$\\tau$ fit misses.\n",{"path":9462,"title":9463,"module":9464,"summary":9465},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories","Magnetic Trajectories","Magnetic Field","A charged particle in a magnetic field never speeds up or slows down, yet its path curves relentlessly. We work out why: the magnetic force is always perpendicular to velocity, so it does no work and bends the transverse motion into a circle of radius $r=mv_\\perp\u002F(|q|B)$ while leaving the parallel motion untouched, producing a helix. We derive the cyclotron frequency, show why it is independent of speed until relativity intervenes, and turn the geometry around: a measured curvature reads back a particle's momentum, which is how tracking detectors weigh what they cannot see.\n",{"path":9467,"title":9468,"module":9464,"summary":9469},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect","Hall Effect","Current tells you charge is moving, but not whether the movers are positive or negative, nor how many there are. A magnetic field settles both questions. Push current through a strip in a transverse field and the carriers pile up on one edge until a transverse electric field just balances the magnetic deflection; the sign of the resulting Hall voltage names the carrier's charge and its size counts the carriers per volume. We derive the balance $q\\vec E+q\\vec v_d\\times\\vec B=0$, read off $V_H=IB\u002F(nqt)$, and see why field-and-current reversal is what separates the real Hall signal from the offsets that mimic it.\n",{"path":9471,"title":9472,"module":9464,"summary":9473},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors","Magnetic Force on Conductors","A magnet pushes on a current-carrying wire even though the wire is electrically neutral. The reason is that each moving carrier feels the Lorentz force, and those microscopic pushes add up to a force the wire's supports must hold. We sum them into $\\d\\vec F=I\\,\\d\\vec\\ell\\times\\vec B$, collapse it to $\\vec F=I\\vec L\\times\\vec B$ for a straight segment in a uniform field, and see exactly when that shortcut fails and the full path integral is needed. The same law runs backward as a measurement: a force-versus-current slope weighs a magnetic field against a known length.\n",{"path":9475,"title":9476,"module":9464,"summary":9477},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles","Magnetic Dipoles","A compass needle turns to point north; a current loop in a field does the same thing, and for the same reason. Both are magnetic dipoles, and a uniform field cannot push a dipole anywhere, only twist it. We package a loop's response into one vector, the magnetic moment $\\vec\\mu=IA\\hat n$, from which torque $\\vec\\tau=\\vec\\mu\\times\\vec B$ and orientation energy $U=-\\vec\\mu\\cdot\\vec B$ both follow. Stable alignment sits at the energy minimum, a field gradient is what it takes to produce a net force $\\vec F=\\nabla(\\vec\\mu\\cdot\\vec B)$, and the same moment reappears whenever anything from an electron to a planet acts magnetic.\n",{"path":9479,"title":9480,"module":9464,"summary":9481},"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry","Mass Spectrometry","To weigh a single atom you cannot use a scale, so you use a magnetic field instead. A charged ion of unknown mass bends in a field by an amount that depends on its momentum and charge, so if every ion enters with the same velocity, its landing position reads off its mass-to-charge ratio directly. We build the instrument in two stages: crossed electric and magnetic fields that pass only ions with $v=E\u002FB$, and a magnetic sector that bends the survivors along $r=mv\u002F(|q|B)$. Then we ask what blurs a spectral line and how reference ions turn a position into a calibrated mass.\n",{"path":9483,"title":9484,"module":9485,"summary":9486},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields","Moving-Charge Fields","Magnetic Sources","Every magnetic field comes from charge in motion, and the simplest source is a single point charge drifting past. We work out the field it produces — normal to both the velocity and the line of sight, falling off as the inverse square — and read off why it vanishes straight ahead of the charge and peaks broadside. Summing many such charges is the bridge to steady currents, valid while speeds stay far below $c$ and the motion changes little during the time its field takes to propagate outward.\n",{"path":9488,"title":9489,"module":9485,"summary":9490},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law","Biot–Savart Law","A steady current is a continuous stream of current elements, and the Biot–Savart law hands each one a magnetic contribution — a right-hand cross product that falls off as the inverse square of distance. Summing the contributions along a conductor is a vector line integral, which we carry out for the straight wire to get the endpoint-angle formula. The infinite-wire field $B=\\mu_0 I\u002F2\\pi s$ falls out as the limit where both ends recede, and we mark how fast a finite wire departs from it and when a thin-filament model is safe.\n",{"path":9492,"title":9493,"module":9485,"summary":9494},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops","Circular Current Loops","A ring of current is the simplest source with a well-defined magnetic axis, and it is the building block of every coil and electromagnet. Symmetry kills the transverse Biot–Savart contributions along that axis and leaves a single clean integral; we evaluate it to get $B_z=\\mu_0 I R^2\u002F[2(R^2+z^2)^{3\u002F2}]$, read off the centre field $\\mu_0 I\u002F2R$, and watch it fall into the $1\u002Fz^3$ tail of a magnetic dipole far away. Stacking turns just adds their axial contributions, which is what makes a solenoid out of a pile of loops.\n",{"path":9496,"title":9497,"module":9485,"summary":9498},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law","Ampère’s Law","When a current arrangement is symmetric enough, the Biot–Savart integral is overkill: Ampère's law, $\\oint_C\\vec B\\cdot\\d\\vec\\ell=\\mu_0 I_{\\rm enc}$, gets the field from a single line of reasoning about how much current a loop encloses. We see why the law holds for any steady current, then use cylindrical, planar, and toroidal symmetry to turn the circulation into simple algebra — the field inside and outside a wire, an infinite sheet, a solenoid, and a toroid. We also mark the catch: without symmetry the law still holds but no longer hands you the field pointwise.\n",{"path":9500,"title":9501,"module":9485,"summary":9502},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism","Gauss’s Law for Magnetism","Electric field lines start and end on charges; magnetic field lines do neither, because no one has ever found an isolated magnetic pole. That single experimental fact is Gauss's law for magnetism: the flux of $\\vec B$ through any closed surface is zero, $\\oint\\vec B\\cdot\\d\\vec A=0$, or in differential form $\\nabla\\cdot\\vec B=0$. We work through what it says — every field line that enters a closed surface must leave it, so field lines close on themselves — and, just as important, what it does not say, since flux through an open surface is generally nonzero.\n",{"path":9504,"title":9505,"module":9485,"summary":9506},"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials","Magnetic Materials","Put matter in a magnetic field and its atoms respond, each acting as a tiny current loop; the aligned moments per unit volume are the magnetization $\\vec M$, whose bound currents add to the field. Separating what we control (the free current) from what the material supplies leads to $\\vec H$ and the relation $\\vec B=\\mu_0(\\vec H+\\vec M)$. We sort materials into diamagnets, paramagnets, and ferromagnets by how $\\vec M$ answers, follow a ferromagnet around its hysteresis loop, and see why the loop's area is the energy dissipated per cycle and why a sample's shape changes the field it actually feels.\n",{"path":9508,"title":9509,"module":9510,"summary":9511},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux","Magnetic Flux","Electromagnetic Induction","A magnetic field threading a loop collapses to one signed number, the flux, and every induced voltage in this module turns out to be a rate of change of that number — so defining the flux and its sign comes first. We define it as the surface integral of $\\vec B$ over an oriented surface, reduce it to $BA\\cos\\theta$ for a uniform field on a flat loop, and carry the flux linkage $N\\Phi_B$ of a coil. The chosen normal fixes the sign; reversing it flips the sign without touching the field. Nonuniform fields and curved surfaces force the integral, so we also build the numerical estimate and the checks that separate a reliable value from a nominal field-times-area product.\n",{"path":9513,"title":9514,"module":9510,"summary":9515},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law","Faraday's Law","Move a magnet toward a coil, or ramp the current in a nearby circuit, and a voltage appears with no battery in sight. Faraday's law names the cause: the emf around a loop equals minus the rate of change of the magnetic flux through it, so any change of field, area, orientation, or position that alters the flux drives an emf. We separate the emf, which lives around the boundary whether or not current can flow, from the current that follows only when the path is closed; fix the single sign convention that ties flux to loop orientation; and read the emf off rotating coils and off flux sampled at discrete times.\n",{"path":9517,"title":9518,"module":9510,"summary":9519},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law","Lenz's Law","The minus sign in Faraday's law is not decoration: it decides which way the induced current flows, and it always chooses the direction that fights the change that produced it. Lenz's law reads that sign off energy conservation — a current that aided the change would be free energy — and turns it into a repeatable procedure. We fix a surface normal and a positive loop direction so the sign is calculable, then work through approaching magnets, expanding loops, coupled coils, and rotating generators, using mechanical work and Joule heating as an independent check on every direction we draw.\n",{"path":9521,"title":9522,"module":9510,"summary":9523},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf","Motional EMF","Push a wire through a magnetic field and its free charges feel a sideways magnetic force that piles them up at the ends — a battery made of motion. Motional emf is that effect: the work per unit charge a moving conductor supplies is the line integral of $\\vec v\\times\\vec B$ along it, which for a rod moving perpendicular to both its length and the field collapses to $B\\ell v$. We chase where the energy comes from — the hand or motor fighting the magnetic drag, never the magnetic force itself — solve the sliding-rail circuit from both flux and carrier forces, and carry the idea into rotating rods, homopolar disks, generators, and the back emf of a motor.\n",{"path":9525,"title":9526,"module":9510,"summary":9527},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents","Eddy Currents","A wire carries current along one path; a solid block of metal offers a continuum of them, and any changing flux threading that block sets charge circulating in closed loops it chooses for itself. We ask what those eddy currents do — where they heat, where they drag, and how Lenz's law fixes their direction — and why the same circulation is a feature in an induction furnace and a loss to be suppressed in a transformer core. From a representative-loop estimate we get the scaling (heating grows with the square of frequency and flux rate) and the two design levers, lamination and resistivity, that break the paths a solid conductor would otherwise hand the current.\n",{"path":9529,"title":9530,"module":9510,"summary":9531},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance","Self-Inductance","A coil resists changes to its own current. Drive current through it and the flux it produces threads its own turns; change that current and Faraday's law turns the coil against the source with a back emf $\\mathcal E_L=-L\\,\\d I\u002F\\d t$. We define self-inductance as the flux linkage per ampere fixed by winding and core geometry, derive the long-solenoid value $L=\\mu_0 N^2A\u002F\\ell$, and follow the consequence that dominates circuits: because a finite voltage can only sustain a finite $\\d I\u002F\\d t$, an inductor's current cannot jump — which is why opening a switch on a live coil throws a spark.\n",{"path":9533,"title":9534,"module":9510,"summary":9535},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy","Magnetic Energy","Building current in a coil means working against its back emf, and that work does not vanish — it sits in the magnetic field as recoverable energy $U_B=\\tfrac12LI^2$, spread through space at density $u_B=B^2\u002F(2\\mu_0)$. We derive both forms, show they agree for a solenoid, and read a force out of the same energy: an armature is pulled toward higher inductance, and $B^2\u002F(2\\mu_0)$ doubles as a magnetic pressure. The lesson closes on the accounting a real switching event demands, where recoverable energy, copper heating, core loss, and clamp dissipation must balance a single ledger.\n",{"path":9537,"title":9538,"module":9510,"summary":9539},"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits","RL Circuits","Put a resistor and an inductor in series and the current cannot switch on or off at will: it climbs to $V_0\u002FR$ and falls away exponentially on a single time scale $\\tau=L\u002FR$ set by how much flux the coil hoards against how fast the resistor bleeds it. We solve the turn-on and turn-off, then confront the practical sting — because the coil's current refuses to stop instantly, breaking its path throws up a large voltage, which is why real inductive circuits carry freewheel diodes and clamps that trade voltage stress against how quickly the current dies.\n",{"path":9541,"title":9542,"module":9543,"summary":9544},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals","AC Fundamentals","Alternating Current","A wall socket delivers a voltage that averages to zero over each cycle, yet it still heats a filament and runs a motor. The resolution is that dissipation follows the mean of the square, not the mean, so we define the root-mean-square value that makes an alternating source the equal of a DC one for resistive heating. We show a sinusoid's RMS is its peak divided by $\\sqrt2$, work out the average power an ideal resistor draws when its current stays in phase with the applied voltage, and separate the peak, average, and RMS descriptions that a single number cannot combine.\n",{"path":9546,"title":9547,"module":9543,"summary":9548},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance","Reactance","A resistor obeys Ohm's law instant by instant, but a capacitor responds to how fast its voltage changes and an inductor to how fast its current changes. Under a steady sinusoid that rate-dependence collapses to a fixed quarter-cycle phase shift and a frequency-dependent amplitude ratio, the reactance. We derive $X_C=1\u002F(\\omega C)$ and $X_L=\\omega L$, adopt phasors to turn the defining derivatives into multiplication by $j\\omega$ so a single complex impedance carries amplitude and phase together, and track the energy an ideal reactance stores and returns without dissipating it. Real windings and dielectrics add loss, leakage, and self-resonance that bound where the ideal formulas hold.\n",{"path":9550,"title":9551,"module":9543,"summary":9552},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance","RLC Resonance","Put a resistor, inductor, and capacitor in one loop and their reactances work against each other: inductive reactance grows with frequency while capacitive reactance shrinks, and at one frequency they cancel exactly. There the branch looks purely resistive, the current peaks, and the inductor and capacitor voltages can swing far above the source. We locate that resonance at $\\omega_0=1\u002F\\sqrt{LC}$, measure how sharp the peak is with the quality factor $Q=\\omega_0L\u002FR$, tie its half-power bandwidth $R\u002FL$ to the ringdown of the unforced circuit, and read the same poles off as bandpass and peaked filters at the R, L, or C terminals.\n",{"path":9554,"title":9555,"module":9543,"summary":9556},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power","AC Power","Multiply an AC load's RMS voltage by its RMS current and you get an answer in volt-amperes that the wiring must carry, but not in general the watts the load consumes. The phase between voltage and current splits that product into a part that does net work and a part that merely sloshes energy back and forth. We derive the average power $P=V_{\\rm rms}I_{\\rm rms}\\cos\\phi$, package amplitude and phase into complex power $S=P+jQ$ so that real, reactive, and apparent power form one right triangle, and see why a harmonic-rich current forces the time-domain definition $P=\\langle vi\\rangle$ in place of a single phase angle.\n",{"path":9558,"title":9559,"module":9543,"summary":9560},"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers","Transformers","Two coils sharing an iron core exchange no charge, yet a changing current in one drives a voltage in the other, and the ratio of their turns sets how voltage and current trade off between the windings. That lets a transformer step a voltage up or down, isolate two circuits, and make a load look larger or smaller to the source by the square of the turns ratio. We build the ideal ratio element from Faraday's law and the dot convention, derive the reflected-impedance rule, then add the winding resistance, leakage, magnetizing current, and core loss that turn the ideal ratios into real regulation, efficiency, and a bounded voltage-frequency range.\n",{"path":9562,"title":9563,"module":9564,"summary":9565},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current","Displacement Current","Maxwell’s Equations and Electromagnetic Waves","Ampère's law asks for the current through a surface bounded by a loop, but a charging capacitor breaks it: slide the surface off the wire and into the gap and the enclosed conduction current drops to zero, while the magnetic field around the loop plainly does not. Maxwell's repair is to count a changing electric flux as itself a source of magnetic circulation. We derive the displacement-current term $\\varepsilon_0\\,\\d\\Phi_E\u002F\\d t$, show that charge continuity demands it, compute the magnetic field it produces inside a charging capacitor, and see how it closes the Ampère–Maxwell law so that electric and magnetic fields can sustain one another as a wave.\n",{"path":9567,"title":9568,"module":9564,"summary":9569},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves","Electromagnetic Waves","Once a changing electric flux can drive a magnetic field, the two curl laws feed each other: a disturbance in one regenerates the other, and the pair walks off through empty space with no medium holding it up. We take the curl of Faraday's law, land on a wave equation whose speed is fixed entirely by $\\mu_0$ and $\\varepsilon_0$, and find that $c=1\u002F\\sqrt{\\mu_0\\varepsilon_0}$ falls out of purely electric and magnetic constants. The plane-wave solution then fixes the geometry — $\\vec E$, $\\vec B$, and the propagation direction mutually perpendicular, oscillating in phase, with amplitudes locked at $E=cB$ — a set of independent predictions any real measurement must meet at once.\n",{"path":9571,"title":9572,"module":9564,"summary":9573},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum","Electromagnetic Momentum","A light beam carries no mass, yet it pushes: shine it on a surface and the surface feels a force. We trace that force back to the fields, which store energy with density $\\varepsilon_0E^2$ and carry it along the Poynting vector $\\vec S=\\vec E\\times\\vec B\u002F\\mu_0$. Because that energy also carries momentum $U\u002Fc$, an absorbed beam presses with $I\u002Fc$ and a mirror with $2I\u002Fc$. We derive the Poynting theorem as local energy conservation, tie intensity to field amplitude, and work the momentum balance carefully enough that oblique incidence, partial reflection, and finite beams all drop out of one accounting.\n",{"path":9575,"title":9576,"module":9564,"summary":9577},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation","Dipole Radiation","Only accelerating charge radiates, and the simplest accelerator is a charge sloshing back and forth: an oscillating electric dipole. We work out the field it throws off, keeping the part that survives to large distance — the $1\u002Fr$ radiation field whose intensity goes as $\\sin^2\\theta\u002Fr^2$, zero along the dipole axis and strongest broadside. From it follow the $\\omega^4$ scaling of total radiated power, radiation resistance as the feed's view of that escaping power, and, through reciprocity, the fact that a good transmitter receives well in the same directions. The near-zone terms that fall off faster carry no net power, and we mark carefully where each description is allowed to be used.\n",{"path":9579,"title":9580,"module":9564,"summary":9581},"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization","Polarization","A plane wave still leaves one thing free: which way its electric field points as it oscillates. That freedom is polarization, set entirely by the relative amplitude and phase of the two transverse field components — in phase gives a line, equal amplitudes a quarter cycle apart give a circle, everything else an ellipse. We work out how a linear analyzer reads a state through Malus's law $I=I_0\\cos^2\\theta$, why that scan alone cannot tell circular light from unpolarized, and how a quarter-wave plate plus a few analyzer settings recover the full Stokes vector and the degree of polarization.\n",{"path":9583,"title":9584,"module":9585,"summary":9586},"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction","Reflection and Refraction","Geometrical Optics","Light meeting a boundary between two transparent media splits into a reflected ray and a bent transmitted one, and predicting where those rays go is the whole starting point of geometrical optics. Fixing one convention — every angle measured from the surface normal — we get reflection's equal angles and derive Snell's law $n_1\\sin\\theta_1=n_2\\sin\\theta_2$ from wavefront timing. That single relation, applied once or twice, yields the critical angle and total internal reflection, prism deviation, the lateral shift through a window, apparent depth, and a fiber's acceptance cone; a wavelength-dependent index then adds dispersion. We mark throughout where the ray picture is trustworthy: feature sizes large against the wavelength and clean interface geometry.\n",{"path":9588,"title":9589,"module":9585,"summary":9590},"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses","Thin Lenses","A lens gathers the light spreading from one point back onto another, and a single paraxial relation $1\u002Fs+1\u002Fs'=1\u002Ff$ predicts where that image lands and how large it is. We collapse two refractions into one bending plane, read image position and orientation off the three principal rays, and trace focal length back to glass and curvature through the lensmaker equation. Sign conventions carry the physics here — they separate real from virtual images and upright from inverted — so we drill them before chaining lenses in sequence and in contact. The lesson ends on how focal length is actually measured on a bench, and where finite thickness, aperture, and dispersion break the thin-lens picture.\n",{"path":9592,"title":9593,"module":9585,"summary":9594},"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors","Spherical Mirrors","Curve a mirror and it stops merely reflecting an image and starts forming one: the same $1\u002Fs+1\u002Fs'=1\u002Ff$ that governs lenses reappears, now with $f=R\u002F2$ and reflected rays and object sharing one side of the glass. We derive the mirror equation from the reflection geometry of a single paraxial ray, then let signed distances do the sorting — real inverted images on the near branch, virtual upright ones behind the surface — and check the concave, convex, and plane-mirror limits against each other. The second half turns to how focal length is actually measured on a bench, by finite conjugates, distant targets, return imaging, and sagitta, and to the aperture and off-axis aberrations the single paraxial focus cannot capture.\n",{"path":9596,"title":9597,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":9599,"title":9600,"module":9601,"summary":9602},"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms","Systems of Linear Equations and Row Reduction","Linear Equations in Linear Algebra","A linear system is a finite set of linear equations in shared variables. Elementary row operations rewrite it without changing its solution set, and reducing the augmented matrix to echelon form decides both existence and uniqueness. Pivot positions say whether the solution set is empty, a single point, or infinite.\n",{"path":9604,"title":9605,"module":9601,"summary":9606},"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations","Vector Equations and the Matrix Equation Ax = b","The same linear system reads three equivalent ways: a system of equations, a vector equation asking whether b is a linear combination of fixed vectors, and a matrix equation Ax = b. Ax is the linear combination of A's columns weighted by x, so consistency for a given b means b lies in the span of the columns, and consistency for every b means the columns span all of R^m.\n",{"path":9608,"title":9609,"module":9601,"summary":9610},"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications","Solution Sets and Applied Linear Systems","A homogeneous system Ax = 0 has a solution set that is a span through the origin; a consistent Ax = b has that same span translated by any one particular solution. Parametric vector form writes both explicitly. The structure shows up in applied systems with many solutions: equilibrium prices, balanced chemical reactions, network flows, weight-loss diets, and migration models.\n",{"path":9612,"title":9613,"module":9601,"summary":9614},"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence","Linear Independence","A set of vectors is linearly independent when the only linear combination equal to zero is the trivial one; otherwise a dependence relation writes one vector in terms of the others. For the columns of A the question becomes whether Ax = 0 has only the trivial solution — a pivot in every column. Counting pivots settles independence, and any set with more vectors than entries is automatically dependent.\n",{"path":9616,"title":9617,"module":9601,"summary":9618},"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations","Linear Transformations and Their Matrices","Reading A as an action rather than an array, x maps to Ax is a transformation from R^n to R^m. The ones that preserve addition and scalar multiplication are the linear transformations, and every one is x maps to Ax for a unique standard matrix whose columns are the images of the standard basis vectors. Onto and one-to-one translate into the span and independence of those columns.\n",{"path":9620,"title":9621,"module":9622,"summary":9623},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations","Matrix Operations","Matrix Algebra","Matrices add and scale entrywise, but their product is defined so that multiplication corresponds to composition of linear maps: the columns of AB are A applied to the columns of B. From that requirement follow the row-column rule, the algebra of products (associative and distributive but not commutative), powers, and the transpose.\n",{"path":9625,"title":9626,"module":9622,"summary":9627},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility","The Inverse and the Invertible Matrix Theorem","The inverse of a square matrix is the matrix analogue of a reciprocal, defined by AA⁻¹ = I. A closed form settles the 2×2 case; the Gauss–Jordan algorithm row reduces [A | I] to [I | A⁻¹] in general; and elementary matrices record single row operations. The Invertible Matrix Theorem collects a dozen equivalent conditions for invertibility into one statement.\n",{"path":9629,"title":9630,"module":9622,"summary":9631},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu","Block Matrices and the LU Factorization","Partitioning a matrix into blocks lets sums, products, and inverses be computed block by block, as if the submatrices were scalars. Block structure also underlies the LU factorization A = LU, which splits solving Ax = b into two fast triangular solves and repays the cost whenever many systems share one coefficient matrix.\n",{"path":9633,"title":9634,"module":9622,"summary":9635},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank","Subspaces of Rⁿ, Dimension, and Rank","A subspace is a set closed under addition and scalar multiplication. Every matrix carries two: the column space of all attainable outputs Ax, and the null space of all solutions of Ax = 0. A basis measures each with a minimal spanning set, dimension counts it, and the Rank Theorem ties pivots and free variables together as rank + nullity = n.\n",{"path":9637,"title":9638,"module":9622,"summary":9639},"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics","Applications: Leontief Economics and Computer Graphics","The Leontief input–output model balances an economy through (I − C)x = d and expands the inverse as a geometric series in the consumption matrix. Computer graphics moves figures with matrix products, using homogeneous coordinates so that translation and perspective projection become matrix multiplications too.\n",{"path":9641,"title":9642,"module":9643,"summary":9644},"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors","Introduction to Determinants","Determinants","The determinant of a square matrix is defined recursively by cofactor expansion: an n-by-n determinant is a signed sum of (n-1)-by-(n-1) determinants built from the first row. The expansion can equally run along any row or down any column, and a triangular matrix has determinant equal to the product of its diagonal.\n",{"path":9646,"title":9647,"module":9643,"summary":9648},"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants","Properties of Determinants","Row operations act on the determinant in three predictable ways, and this turns row reduction into a fast algorithm: the determinant is the product of the pivots times a sign for the interchanges. The same properties yield the invertibility test det A is nonzero, the transpose identity, and the multiplicative law det(AB) equals det A times det B.\n",{"path":9650,"title":9651,"module":9643,"summary":9652},"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area","Cramer's Rule, Volume, and Linear Transformations","Cramer's rule writes each unknown of an invertible system as a ratio of determinants, and the same idea gives a closed formula for the inverse through the adjugate. Geometrically the absolute determinant is the area of the parallelogram or the volume of the parallelepiped spanned by the columns, so a linear map scales every region's measure by that factor.\n",{"path":9654,"title":9655,"module":9656,"summary":9657},"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces","Vector Spaces and Subspaces","Vector Spaces","A vector space is any set closed under addition and scalar multiplication that obeys ten algebraic axioms. The same axioms that govern arrows in the plane govern polynomials, functions, matrices, and infinite signals, so one theory covers them all. A subspace is a subset that is a vector space in its own right, tested by three conditions, and the span of any set of vectors is the smallest subspace containing them.\n",{"path":9659,"title":9660,"module":9656,"summary":9661},"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces","Null Spaces, Column Spaces, and Linear Transformations","Two subspaces sit inside every matrix. The null space collects all solutions of $Ax = 0$ and lives in the domain; the column space collects every attainable $Ax$ and lives in the codomain. One is defined implicitly by a condition, the other explicitly by a spanning set, and the same pair appears for an abstract linear transformation as its kernel and range.\n",{"path":9663,"title":9664,"module":9656,"summary":9665},"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets","Linearly Independent Sets and Bases","A basis is a spanning set with no redundancy: linearly independent and still large enough to reach every vector. The spanning-set theorem shows any spanning set can be trimmed to a basis by discarding dependent vectors, and the pivot columns of a matrix give a basis for its column space. Independence and spanning are defined for abstract spaces exactly as in $\\mathbb{R}^n$.\n",{"path":9667,"title":9668,"module":9656,"summary":9669},"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems","Coordinate Systems","Fixing a basis assigns every vector a unique list of coordinates, turning an abstract space into $\\mathbb{R}^n$. The coordinate mapping is a one-to-one linear transformation onto $\\mathbb{R}^n$ — an isomorphism — so any $n$-dimensional space is indistinguishable from $\\mathbb{R}^n$ as far as vector-space computations go. In $\\mathbb{R}^n$ the change-of-coordinates matrix $P_B$ and its inverse convert between basis coordinates and standard coordinates.\n",{"path":9671,"title":9672,"module":9656,"summary":9673},"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank","The Dimension of a Vector Space and Rank","Every basis of a space has the same number of vectors, and that number is the dimension. Rank is the dimension of the column space, equal to the dimension of the row space and to the number of pivots. The Rank Theorem, rank plus nullity equals the number of columns, ties the four fundamental subspaces of a matrix together and adds six lines to the Invertible Matrix Theorem.\n",{"path":9675,"title":9676,"module":9656,"summary":9677},"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis","Change of Basis","Two bases give the same vector two different coordinate vectors, and a single invertible matrix converts between them. Its columns are the coordinate vectors of the old basis expressed in the new one, and its inverse reverses the conversion. In $\\mathbb{R}^n$ the change-of-coordinates matrix between two bases is found by one row reduction.\n",{"path":9679,"title":9680,"module":9656,"summary":9681},"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov","Applications: Difference Equations and Markov Chains","The solutions of an nth-order linear difference equation form an $n$-dimensional vector space, so finding $n$ independent solutions gives them all. A Markov chain evolves a probability distribution by repeated multiplication by a stochastic matrix, and a regular chain converges to a unique steady-state vector fixed by that matrix. Both applications turn a dynamic process into a subspace or a fixed-point question.\n",{"path":9683,"title":9684,"module":9685,"summary":9686},"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues","Eigenvectors and Eigenvalues","Eigenvalues and Eigenvectors","An eigenvector of a square matrix is a nonzero vector the matrix only stretches; its eigenvalue is the stretch factor. The eigenspace of an eigenvalue is the null space of A minus lambda times the identity, the eigenvalues of a triangular matrix are its diagonal entries, and eigenvectors for distinct eigenvalues are linearly independent.\n",{"path":9688,"title":9689,"module":9685,"summary":9690},"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation","The Characteristic Equation","The eigenvalues of a matrix are the roots of its characteristic polynomial det(A minus lambda I). This degree-n polynomial carries an algebraic multiplicity at each repeated root, a nonzero determinant is equivalent to zero not being an eigenvalue, and similar matrices share a characteristic polynomial and hence the same eigenvalues.\n",{"path":9692,"title":9693,"module":9685,"summary":9694},"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization","Diagonalization","A matrix is diagonalizable when it factors as A equals P D P inverse with D diagonal, which happens exactly when it has n linearly independent eigenvectors. The factorization computes matrix powers cheaply, distinct eigenvalues guarantee it, and a repeated eigenvalue permits it only when its eigenspace dimension equals its multiplicity.\n",{"path":9696,"title":9697,"module":9685,"summary":9698},"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations","Eigenvectors and Linear Transformations","Every linear transformation between finite-dimensional spaces has a matrix relative to chosen bases, built from the coordinate vectors of the images of the basis vectors. For a map from a space to itself, an eigenvector basis makes that matrix diagonal, and that change of basis is diagonalization; the matrices similar to A are the representations of the map in every basis.\n",{"path":9700,"title":9701,"module":9685,"summary":9702},"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues","Complex Eigenvalues","A real matrix with no real eigenvalues still has complex ones, occurring in conjugate pairs. A real 2-by-2 matrix with eigenvalue a plus b i is similar to a rotation-scaling matrix, whose rotation angle is the argument of the eigenvalue and whose scale factor is its modulus; the modulus decides whether the trajectories close up, spiral in, or spiral out.\n",{"path":9704,"title":9705,"module":9685,"summary":9706},"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems","Discrete and Continuous Dynamical Systems","Eigenvalues govern the long-term behavior of a system that evolves by x becomes A x or by x prime equals A x. An eigenvector basis decouples both kinds of system into independent scalar equations; the eigenvalues then classify the origin as attractor, repeller, saddle, or spiral, and the dominant eigenpair fixes the growth rate and limiting direction.\n",{"path":9708,"title":9709,"module":9685,"summary":9710},"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method","Iterative Estimates for Eigenvalues","When only a numerical eigenvalue is needed, iteration is preferred over the characteristic polynomial. The power method repeatedly multiplies by A to converge on the dominant eigenvalue and its eigenvector; the Rayleigh quotient sharpens the estimate for symmetric matrices; and the inverse power method targets any eigenvalue near a known guess.\n",{"path":9712,"title":9713,"module":9714,"summary":9715},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality","Inner Product, Length, and Orthogonality","Orthogonality and Least Squares","The dot product turns the algebra of vectors in R^n into geometry: length, distance, and perpendicularity. The inner product yields the norm, the Pythagorean theorem, and the orthogonal complement, and the null space of a matrix is the orthogonal complement of its row space.\n",{"path":9717,"title":9718,"module":9714,"summary":9719},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections","Orthogonal Sets and Orthogonal Projections","An orthogonal basis makes coordinates trivial: each weight is a single dot product, no linear system required. Orthogonal and orthonormal bases give a direct projection formula onto a line and onto a subspace, the orthogonal decomposition and best-approximation theorems, and the matrix form U U-transpose of a projection.\n",{"path":9721,"title":9722,"module":9714,"summary":9723},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr","The Gram-Schmidt Process and QR Factorization","Gram-Schmidt turns any basis into an orthogonal one by repeatedly subtracting off projections onto the span already built. Normalizing the result and recording the coefficients factors the matrix as A = QR, with Q orthonormal and R upper triangular, the factorization behind stable least-squares and eigenvalue algorithms.\n",{"path":9725,"title":9726,"module":9714,"summary":9727},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems","Least-Squares Problems","When Ax = b has no solution, the least-squares solution makes Ax as close to b as possible. The closest Ax is the projection of b onto the column space, and the vector that produces it solves the normal equations A-transpose A x = A-transpose b. Uniqueness, the residual error, and the stabler QR route follow.\n",{"path":9729,"title":9730,"module":9714,"summary":9731},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications","Applications to Linear Models","Curve fitting is a least-squares problem in statistical notation. The least-squares line, polynomial fits, and multiple regression all reduce to X beta = y with a design matrix X built from the data, solved by the same normal equations.\n",{"path":9733,"title":9734,"module":9714,"summary":9735},"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces","Inner Product Spaces","Promoting the four properties of the dot product to axioms defines an inner product on any vector space, including spaces of functions. Length, distance, orthogonality, Gram-Schmidt, and best approximation all carry over, along with the Cauchy-Schwarz and triangle inequalities and the integral inner product behind Fourier approximation.\n",{"path":9737,"title":9738,"module":9739,"summary":9740},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices","Diagonalization of Symmetric Matrices","Symmetric Matrices, Quadratic Forms, and the SVD","A symmetric matrix is one that equals its own transpose. Every such matrix can be diagonalized by an orthogonal change of basis, A = PDPᵀ, with real eigenvalues and perpendicular eigenvectors. This is the Spectral Theorem, and it rewrites A as a weighted sum of rank-one projections onto its eigenvectors.\n",{"path":9742,"title":9743,"module":9739,"summary":9744},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms","Quadratic Forms","A quadratic form xᵀAx is the second-degree analogue of a linear map, attached to a symmetric matrix A. Orthogonal diagonalization changes variables to the eigenbasis, removing all cross-terms and rotating the form into standard position. The signs of the eigenvalues then classify it as definite or indefinite.\n",{"path":9746,"title":9747,"module":9739,"summary":9748},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization","Constrained Optimization","Maximizing a quadratic form xᵀAx over the unit sphere has an exact answer: the maximum is the largest eigenvalue of A, attained at its eigenvector, and the minimum is the smallest eigenvalue. Adding orthogonality constraints peels off the eigenvalues in order, characterizing the whole spectrum by optimization.\n",{"path":9750,"title":9751,"module":9739,"summary":9752},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition","The Singular Value Decomposition","The singular value decomposition factors any m×n matrix as A = UΣVᵀ, with orthogonal U and V and a nonnegative diagonal Σ of singular values. The singular values are the square roots of the eigenvalues of AᵀA, and they describe the matrix geometrically as a rotation, an axiswise stretch, and another rotation, exposing rank, the four fundamental subspaces, and a best low-rank approximation.\n",{"path":9754,"title":9755,"module":9739,"summary":9756},"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging","Applications: Image Processing and Statistics","Principal component analysis diagonalizes the covariance matrix of a data set, producing uncorrelated variables ordered by variance. The leading components capture most of the variation, which reduces dimension, compresses images through low-rank SVD approximation, and connects directly to the singular values of the data matrix.\n",{"path":9758,"title":9759,"module":9760,"summary":9761},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation","Numerical Thinking and Matrix Computation","Numerical Linear Algebra","Numerical analysis builds efficient discrete algorithms for continuous problems, and its cost is dominated as much by memory traffic as by arithmetic. Block matrix calculus, flop counts, and the BLAS efficiency ratio fix the cost model; triangular and unitary matrices are the two computational building blocks every factorization rests on.\n",{"path":9763,"title":9764,"module":9760,"summary":9765},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky","LU and Cholesky Factorization in Practice","Gaussian elimination, read as a factorization A = LU, turns a linear system into two triangular solves. A single near-zero pivot wrecks it, so partial pivoting reorders rows to pick the largest available pivot and makes the method work for every invertible matrix. For symmetric positive-definite systems, Cholesky halves the cost and needs no pivoting.\n",{"path":9767,"title":9768,"module":9760,"summary":9769},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point","Conditioning and Floating-Point Arithmetic","A problem's condition number measures how much its answer moves when its data is perturbed, independent of any algorithm. Subtraction is ill-conditioned under cancellation, and for a linear system the amplifier is the matrix condition number κ(A). Floating-point arithmetic supplies the perturbation: every real number is rounded to within a relative machine precision, so even perfect computation inherits an error of order κ times the unit roundoff.\n",{"path":9771,"title":9772,"module":9760,"summary":9773},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis","Numerical Stability and Backward Error Analysis","An algorithm is backward stable when its computed answer is the exact answer to a slightly perturbed problem. Combined with the condition number this gives the governing rule of thumb: forward error is at most condition times stability. Three cancellation case studies make the point, then the residual-based backward error applies it to Ax = b and shows why partial pivoting keeps Gaussian elimination stable.\n",{"path":9775,"title":9776,"module":9760,"summary":9777},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares","QR, Householder, and Numerical Least Squares","The least-squares problem reduces to the normal equations, but forming AᵀA squares the condition number and can wreck accuracy. The stable route computes a QR factorization directly on A and solves Rx = Qᵀb. Householder reflectors build that QR one column at a time using length-preserving reflections, the unconditionally backward-stable building block behind every serious least-squares solver.\n",{"path":9779,"title":9780,"module":9760,"summary":9781},"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd","Numerical Eigenvalue Problems and the SVD","Eigenvalues cannot be found by a formula for large matrices, so they are found by iteration. Power and inverse iteration converge to one eigenvector at a rate set by the eigenvalue gap; the QR algorithm sweeps a matrix to Schur form and, with a good shift and a Hessenberg reduction, computes the whole spectrum in cubic time. Singular values follow from the same machinery applied without ever forming AᵀA.\n",{"path":9783,"title":9784,"module":9785,"summary":9786},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations","Affine Combinations","Geometry of Vector Spaces","An affine combination is a linear combination whose weights sum to one. The affine hull of a set is the smallest flat containing it: a point, a line, a plane, or a translated subspace. Homogeneous coordinates turn every affine combination into an ordinary linear combination one dimension up.\n",{"path":9788,"title":9789,"module":9785,"summary":9790},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates","Affine Independence and Barycentric Coordinates","Affine independence is linear independence for the translated or lifted points, and it guarantees each point of an affine hull a unique weight vector. Those weights are barycentric coordinates: centers of mass, ratios of triangle areas, and the interpolation rule behind smooth shading in computer graphics.\n",{"path":9792,"title":9793,"module":9785,"summary":9794},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets","Convex Combinations and Convex Sets","A convex combination is an affine combination with nonnegative weights, and the convex hull of a set is the smallest convex set containing it. Convex sets are closed under intersection, and Carathéodory's theorem bounds how many points a convex combination in $\\mathbb{R}^n$ ever needs: at most $n+1$.\n",{"path":9796,"title":9797,"module":9785,"summary":9798},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes","Hyperplanes and Polytopes","A hyperplane is a level set of a linear functional, the set where an inner product equals a constant. Hyperplanes separate disjoint convex sets and support them at their boundaries. Polytopes are convex hulls of finite point sets; their vertices are the extreme points, and a linear functional attains its extremes there.\n",{"path":9800,"title":9801,"module":9785,"summary":9802},"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces","Curves and Surfaces","Bézier curves are affine combinations of control points with polynomial weights, so they lie in the convex hull of those points and bend toward them. The de Casteljau algorithm evaluates them by repeated interpolation, a matrix form factors them for computation, and matching endpoints and tangents joins segments into smooth curves and surfaces.\n",{"path":9804,"title":9805,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":9807,"title":9808,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":9810,"title":9811,"module":8611,"summary":9812},"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words","Bits, Bytes, and Words","Everything a machine stores is a string of bits grouped into bytes. We set out binary and hexadecimal, the byte as the unit of addressing, the word as the machine's natural integer size, and byte ordering — why the same four bytes read as 0x01234567 on one machine and 0x67452301 on another.\n",{"path":9814,"title":9815,"module":8611,"summary":9816},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation","Integer Representation","A fixed-width byte string is just a pattern; what makes it a number is the rule we read it by. We define unsigned encoding and two's complement — where the top bit carries a negative weight — derive the ranges UMax, TMin, and TMax, and show how the same bits reinterpret between signed and unsigned, how widening sign-extends, and what truncation throws away.\n",{"path":9818,"title":9819,"module":8611,"summary":9820},"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic","Integer Arithmetic","Fixed-width integer arithmetic is arithmetic modulo a power of two: add past the top and the result wraps. We work out unsigned and two's-complement addition and the rules that detect their overflow, why negation is a complement-plus-one, how multiplication truncates to the low-order bits and how compilers turn constant multiplies into shifts and adds, why C declares signed overflow undefined, and the bias fix that keeps shift-based signed division rounding toward zero.\n",{"path":9822,"title":9823,"module":8611,"summary":9824},"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point","Floating Point","IEEE-754 trades the exactness of integers for enormous range by storing numbers as sign, exponent, and fraction — scientific notation in binary. We lay out the single and double formats, the bias that encodes the exponent, the three regimes (normalized, denormalized, special), a worked encode\u002Fdecode, the four rounding modes and round-to-even at the bit level, why addition is not associative, the pitfalls of float-int conversion, and why 0.1 has no exact binary representation.\n",{"path":9826,"title":9827,"module":8611,"summary":9828},"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation","Boolean Algebra and Bit Manipulation","Treat a word as a vector of independent bits and the bitwise operators become an algebra. We define AND, OR, NOT, and XOR as bit vectors, build the masking idioms that set, clear, toggle, and test individual bits, extract fields with zero- and sign-extension, count set bits three ways, derive the classic x & (x - 1) family of tricks, and distinguish bitwise operators from C's short-circuiting logical operators.\n",{"path":9830,"title":9831,"module":9832,"summary":9833},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view","The Machine's View","Machine-Level Programming","The instruction set architecture is the contract a compiler writes against: the program counter, sixteen integer registers with their sub-register widths, and the condition codes. We follow one C function down through gcc to assembly, learn to read an instruction as operation plus operands, and fix the vocabulary the rest of the module uses.\n",{"path":9835,"title":9836,"module":9832,"summary":9837},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement","Data Movement","Most instructions a program runs simply move data. We cover the mov family and its size suffixes, the three operand forms, the full memory addressing mode D(Rb,Ri,S) and its special cases, lea for address arithmetic, and how push and pop manipulate the stack pointer %rsp on a stack that grows toward lower addresses.\n",{"path":9839,"title":9840,"module":9832,"summary":9841},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic","Arithmetic and Logic","The ALU instructions that compute on register and memory values: add, sub, and imul; the unary inc\u002Fdec\u002Fneg\u002Fnot; the shifts sal\u002Fshr\u002Fsar; the bitwise and\u002For\u002Fxor; and lea reused as a fast arithmetic trick. Each binary operation also sets the condition-code flags CF, ZF, SF, and OF, which cmp and test compute without keeping a result.\n",{"path":9843,"title":9844,"module":9832,"summary":9845},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow","Control Flow","How a flat instruction stream realizes branches and loops. The conditional jumps read the condition-code flags; set instructions turn flags into a 0\u002F1 byte. We translate if\u002Felse into the standard compare-and-branch pattern, while\u002Ffor loops into the guarded-do form, and dense switches into jump tables that index a target directly.\n",{"path":9847,"title":9848,"module":9832,"summary":9849},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures","Procedures","How a function call works at the machine level: the run-time stack, call and ret passing control through a saved return address, the System V convention that routes the first six arguments through %rdi..%r9 and the result through %rax, the caller-saved versus callee-saved split, the stack frame, and a recursive factorial traced through its frames.\n",{"path":9851,"title":9852,"module":9832,"summary":9853},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment","Arrays, Structs, and Alignment","How aggregate data lays out in memory. Arrays as base-plus-scaled-index, the row-major ordering of multidimensional arrays, pointer arithmetic in units of the pointed-to type, struct fields at fixed byte offsets, the overlapping storage of unions, and the alignment rules that force padding into a struct.\n",{"path":9855,"title":9856,"module":9832,"summary":9857},"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows","Memory Layout and Buffer Overflows","The process address space — text, data, heap, and stack — and the classic vulnerability it enables. A stack buffer that is written past its end can overwrite the saved return address and redirect ret, so we sketch the mechanism defensively and then the three standard protections: stack canaries, a non-executable stack, and address-space layout randomization.\n",{"path":9859,"title":9860,"module":9861,"summary":9862},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is","What an ISA Is","Instruction Set Architecture","The instruction set architecture is the contract that lets a compiler and a chip be written by people who never meet: the stable interface software targets and hardware implements. We separate architecture from microarchitecture, read RISC and CISC as opposite answers to where complexity should live, price out what each choice costs in decode hardware, code density, and pipeline friendliness, and see how x86-64 endures by translating its instructions into RISC-like operations on the fly.\n",{"path":9864,"title":9865,"module":9861,"summary":9866},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands","Instruction Formats and Operands","An instruction is an opcode plus a way to name its operands. We count operands — 3-address, 2-address, 1-address accumulator, and 0-address stack machines — by writing the same C = A + B four ways, weigh register operands against memory operands, then lay out the same add byte by byte in x86-64 (REX prefix, opcode, ModRM) and in Y86-64, and what fixed versus variable length costs at fetch time.\n",{"path":9868,"title":9869,"module":9861,"summary":9870},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes","Addressing Modes","Once an operand field exists, it needs a rule for turning its bits into the data it names. That rule is the addressing mode. We walk the standard set — immediate, register, direct, register-indirect, displacement, scaled-indexed, and PC-relative — fixing the effective-address computation for each, run every mode against one concrete machine state, and price out what Y86-64 loses by keeping only base plus displacement.\n",{"path":9872,"title":9873,"module":9861,"summary":9874},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set","The Y86-64 Instruction Set","Y86-64 is a teaching ISA — a stripped-down x86-64 simple enough to implement by hand yet real enough to compile to. We fix its programmer-visible state (fifteen registers, three condition codes, the PC, memory, and a status code), give the instruction set with exact byte encodings, spell out how the condition codes decide every jXX and cmovXX, and run the encoding both directions: assembly to bytes and raw bytes back to meaning.\n",{"path":9876,"title":9877,"module":9861,"summary":9878},"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming","Y86-64 Programming","With the encodings fixed, we write real Y86-64 assembly: the .pos, .align, and .quad directives, the calling convention borrowed from x86-64, a stack set up by hand, and complete programs — an array sum and a branch-free max. We watch the assembler turn the listing into the exact byte image the processor will execute, and trace the stack across the call.\n",{"path":9880,"title":9881,"module":9882,"summary":9883},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions","Transistors, Gates, and Boolean Functions","Digital Logic","A processor is built from millions of transistor switches. We start at the MOS transistor as a voltage-controlled switch, build the CMOS inverter and NAND transistor by transistor, meet the seven standard gates with their truth tables, show that NAND alone is functionally complete, price each gate in transistors and in time, and turn any truth table into a sum-of-products circuit.\n",{"path":9885,"title":9886,"module":9882,"summary":9887},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl","Combinational Logic and HCL","A combinational circuit is a pure Boolean function of its current inputs — no memory, no clock. We draw the line between combinational and sequential logic, do the gate-delay accounting that finds a circuit's critical path and bounds the clock, meet don't-cares, then introduce CS:APP's Hardware Control Language: bit-level operators, word-level signals, equality nets, and the case expression that compiles to a multiplexer tree.\n",{"path":9889,"title":9890,"module":9882,"summary":9891},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu","Multiplexers, Decoders, and the ALU","The combinational building blocks that make a datapath. We build the 2:1 and 4:1 multiplexer and tie it back to HCL's case expression, the n-to-2^n decoder, a one-bit full adder (sum is XOR, carry is majority), the ripple-carry adder that chains them, and finally the ALU — a function unit that selects among add, sub, and, and xor under a control input and exposes condition flags.\n",{"path":9893,"title":9894,"module":9882,"summary":9895},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking","Memory Elements: Latches, Flip-Flops, and Clocking","A combinational circuit holds no state; feeding a circuit's output back to its input creates memory. We build the SR latch from cross-coupled gates, the level-sensitive D latch, and the master\u002Fslave edge-triggered D flip-flop, then introduce the clock and the synchronous design discipline, the setup\u002Fhold timing window, clock skew, metastability, and the register as n flip-flops sharing one clock.\n",{"path":9897,"title":9898,"module":9882,"summary":9899},"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory","Register Files and Random-Access Memory","Storage organized for access by address. We build the register file (a small bank of registers with addressed read ports and clocked write ports, the exact structure Y86-64's decode and write-back stages use), then descend to the SRAM and DRAM cells of main memory, why one is fast and dear and the other dense and slow, and how a row decoder picks a word out of a memory array.\n",{"path":9901,"title":9902,"module":9903,"summary":9904},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle","The Fetch-Decode-Execute Cycle","Processor Design","A processor is a machine that repeats one loop forever: read the next instruction from memory, figure out what it asks for, do it, and advance. We fix the stored-program idea, lay out the datapath at a high level — PC, instruction memory, register file, ALU, data memory — and the control unit that sequences them, break the work into the six stages the rest of the module builds in hardware, and work out exactly how fetch parses variable-length instructions and computes the next PC.\n",{"path":9906,"title":9907,"module":9903,"summary":9908},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages","The SEQ Stages","The six SEQ stages, made exact. For every Y86-64 instruction — halt, nop, the moves, OPq, the jumps, call and ret, pushq and popq — we write down what Fetch, Decode, Execute, Memory, Write-back, and PC update each compute, as per-instruction stage tables with every row justified. Once the tables are filled in, the processor is fully specified; the remaining lessons turn them into wires.\n",{"path":9910,"title":9911,"module":9903,"summary":9912},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing","Control Logic and Sequencing","The stage tables say what each instruction needs; the control logic computes it from icode. We write the HCL for the register-port selections (srcA, srcB, dstE, dstM), the ALU function and input selection, the memory read\u002Fwrite and address, the branch condition, and the next-PC mux — each a case expression on icode that compiles to a mux — and see how one blob of combinational logic serves every instruction at once. We close by contrasting hardwired control with the microprogrammed alternative.\n",{"path":9914,"title":9915,"module":9903,"summary":9916},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq","Assembling SEQ","We wire the whole thing together. The functional units from digital logic and the control signals from the last lesson assemble into the complete SEQ datapath, laid out the way CS:APP draws it — six stages stacked bottom to top, Fetch at the floor and PC update at the ceiling, signals flowing up the margins. Then the timing analysis: why everything must settle in one cycle, the no-reading-back principle that makes single-cycle execution consistent, and the critical path that sets the clock. We close by walking an OPq and a ret through the assembled machine.\n",{"path":9918,"title":9919,"module":9903,"summary":9920},"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program","Tracing a Program","To close the module, we take a complete Y86-64 program — a loop that sums 1 through 3 — and run it through SEQ one cycle at a time, recording the PC, the fetched instruction, every stage computation, and the registers, condition codes, and memory after each cycle. Then we examine single cycles in detail: every named signal of an OPq in concrete hex, and a second program whose call and ret we trace through the stack. The traces confirm that the assembled datapath and control logic behave as a processor.\n",{"path":9922,"title":9923,"module":9924,"summary":9925},"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles","Pipelining Principles","Pipelining","A processor that runs one instruction to completion before starting the next wastes most of its hardware most of the time. Pipelining splits the work into stages separated by registers so several instructions are in flight at once. We separate throughput from latency, work the 300 ps example through one, two, and three stages, and derive the three ceilings on the gain: uneven stages, register overhead, and the dependencies between instructions.\n",{"path":9927,"title":9928,"module":9924,"summary":9929},"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe","From SEQ to PIPE","We turn the sequential Y86-64 processor into a pipelined one by inserting pipeline registers between its stages so each cycle holds one instruction per stage. Doing it correctly forces a rearrangement: the next-PC computation must move into Fetch as a prediction, because the later stages that used to compute it are now busy with other instructions. We walk SEQ to SEQ+ to PIPE, spell out exactly what each pipeline register carries, and fix the naming discipline (D_stat versus d_stat) that keeps five in-flight instructions straight.\n",{"path":9931,"title":9932,"module":9924,"summary":9933},"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding","Data Hazards: Stalling and Forwarding","Overlapping instructions collide when a later one needs a value an earlier one has not finished computing: a read-after-write data hazard. We map exactly which instruction distances are dangerous, fix hazards the slow way by stalling (three bubbles), then the fast way by forwarding from five distinct sources into Decode, in a priority order that sequential semantics forces. Forwarding handles almost everything; the load-use hazard still needs exactly one stall.\n",{"path":9935,"title":9936,"module":9924,"summary":9937},"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction","Control Hazards and Branch Prediction","A pipeline must fetch an instruction every cycle, but after a conditional jump or a ret the next address is not yet known: a control hazard. We measure the branch penalty, weigh predict-taken against its alternatives with real loop arithmetic, watch PIPE detect a misprediction in Execute and squash the two wrong-path instructions, and meet the ret hazard, which has nothing to predict and stalls three cycles. A 2-bit counter gives a taste of dynamic prediction.\n",{"path":9939,"title":9940,"module":9924,"summary":9941},"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor","The Complete PIPE Processor","We assemble the full pipelined Y86-64: five stages, five pipeline registers, forwarding paths, and a small control unit that decides, each cycle, whether to stall or bubble each register. The subtle part is when hazards combine: one pairing hides a genuine bug. A fourth control case reads stat and keeps exceptions precise. Performance reduces to CPI = 1 + lp + mp + rp, worked out to 1.27 with realistic frequencies, and PIPE beats SEQ by several times despite every penalty.\n",{"path":9943,"title":9944,"module":9945,"summary":9946},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap","Storage Technologies and the Latency Gap","The Memory Hierarchy","No single memory is both fast and large and cheap. We survey the technologies a machine can store bits in — SRAM, DRAM, flash, and rotating disk — open up a DRAM chip to find the row buffer, work a disk access down to the millisecond, and rank everything by speed, density, and cost per bit. Then we watch the processor outrun memory decade after decade. That widening gap is the whole reason a machine stacks fast small storage on top of slow large storage into a hierarchy.\n",{"path":9948,"title":9949,"module":9945,"summary":9950},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality","Locality","A hierarchy only pays off because programs do not touch memory at random. They reuse recently-used data (temporal locality) and touch nearby data soon after (spatial locality). We make both precise and then quantitative: miss rates for stride-1 and stride-k traversals against a concrete block size, and the loop-order pair on a 2-D array where the same sum misses 16 times one way and 64 times the other — why row-major versus column-major order can change a program's speed by an order of magnitude.\n",{"path":9952,"title":9953,"module":9945,"summary":9954},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped","Cache Memories and Direct Mapping","A cache is fast SRAM that holds copies of recently-used blocks of main memory. We fix its organization — S sets, E lines per set, B bytes per block — and the way it dissects an address into tag, set index, and block offset, worked bit by bit on a concrete 16-byte cache. Then we run the direct-mapped (E=1) access algorithm end to end on a seven-access trace: index to a set, compare the tag, hit or miss, evict. Cold and conflict misses fall out of the structure, and a two-array ping-pong shows conflict thrashing and its padding fix.\n",{"path":9956,"title":9957,"module":9945,"summary":9958},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies","Set-Associative Caches and Write Policies","Give each set several lines and a block has a choice of homes — fewer conflict misses, at the cost of comparing E tags in parallel and choosing a victim to evict. We re-run the direct-mapped ping-pong trace on a 2-way cache and watch the conflicts vanish, weigh LRU against random replacement, then turn to writes: write-through versus write-back with a dirty bit on a hit, write-allocate versus no-write-allocate on a miss, and a worked traffic count showing when each pairing wins.\n",{"path":9960,"title":9961,"module":9945,"summary":9962},"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code","Cache Performance and Cache-Friendly Code","Turn the cache mechanism into a number. Hit time, miss rate, and miss penalty combine into the average memory access time; we compute AMAT for a two-level hierarchy with real numbers, weigh the design knobs against each other, and read the memory mountain. Then we write cache-friendly code — the matrix-multiply loop-order case study (ijk versus kij, misses counted per iteration) and loop blocking, where cache-sized tiles turn evicted reuse back into hits.\n",{"path":9964,"title":9965,"module":9966,"summary":9967},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation","Address Spaces and Translation","Virtual Memory","Every process runs as if it owns a private, contiguous span of memory — its virtual address space — while the hardware maps those addresses onto a single shared physical memory. We fix virtual memory's three jobs (a cache for disk, a memory manager, a protection boundary), the page as the unit of mapping, and the MMU replacing the virtual page number while the offset passes through untouched — then run one translation end to end at the bit level and trace the control flow of a page hit against a page fault.\n",{"path":9969,"title":9970,"module":9966,"summary":9971},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults","Page Tables and Page Faults","The page table is an array of page-table entries indexed by virtual page number; each entry's valid bit says whether the page is in DRAM, on disk, or unallocated, and its permission, reference, and dirty bits drive protection and replacement. We walk translation as a table lookup, the page fault and demand paging, the clock algorithm the OS uses to approximate LRU, memory mapping and copy-on-write (why fork is cheap), the taxonomy of bad references, and thrashing.\n",{"path":9973,"title":9974,"module":9966,"summary":9975},"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables","The TLB and Multi-Level Page Tables","A page-table read on every access would double memory traffic; a flat table for a 48-bit space would occupy 512 GB per process. The TLB fixes the first: a small set-associative cache of PTEs inside the MMU whose tag and index come from the VPN. Multi-level page tables fix the second, allocating only the sub-tables a process uses; x86-64 walks four levels with a 9+9+9+9+12 split. We trace one reference end to end through TLB, walk, and cache, and close with the overlap trick that lets the L1 cache start before translation ends.\n",{"path":9977,"title":9978,"module":9979,"summary":9980},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow","Exceptional Control Flow","Exceptions & I\u002FO","Beyond the sequential, branch, and call flow a program controls itself, the hardware can divert the processor in response to events. We sort these into four classes — interrupts (asynchronous, from devices), traps (intentional syscalls), faults (recoverable, like a page fault), and aborts (unrecoverable) — then take the mechanism apart: exception numbers and the table dispatch, what the hardware pushes and why it differs from a procedure call, the divide-error \u002F page-fault \u002F general-protection trio on x86-64, the full syscall round trip with a worked write in assembly, and processes and signals as the abstractions ECF makes possible.\n",{"path":9982,"title":9983,"module":9979,"summary":9984},"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel","Interrupts and the Kernel","An I\u002FO device signals completion by raising an interrupt, crossing the privilege boundary from user mode into the kernel. We fix that boundary, follow an interrupt from device through the interrupt controller to its vectored handler, and use the timer interrupt to drive preemptive scheduling and the context switch. Then the I\u002FO mechanics: polling versus interrupt-driven I\u002FO with a cycle count, device registers and memory-mapped I\u002FO versus port I\u002FO, DMA's full transfer walkthrough and its cache hazard, and a disk read traced end to end, from the read syscall to the completion interrupt.\n",{"path":9986,"title":9987,"module":9988,"summary":9989},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism","Processes, Threads, and Parallelism","Multithreading & Multicore","Around 2004 the single core stopped getting faster, and the industry's answer was to hand programmers more cores instead. This lesson builds the vocabulary that shift demands: process versus thread and exactly which hardware state each one owns, concurrency versus parallelism, the three kinds of parallelism a machine can exploit, why Dennard scaling ended and forced the multicore turn, and Amdahl's law — the arithmetic that bounds the speedup those cores can deliver.\n",{"path":9991,"title":9992,"module":9988,"summary":9993},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading","Hardware Multithreading","A pipeline spends much of its life waiting — on cache misses, on dependences, on branches. Hardware multithreading fills the dead cycles with instructions from another thread. We compare coarse-grained switching (change threads on a long stall), fine-grained interleaving (change every cycle), and simultaneous multithreading (mix threads inside a single cycle), work out exactly which hardware a second thread context duplicates and which it shares, and weigh when SMT pays off and when two threads just fight over one cache.\n",{"path":9995,"title":9996,"module":9988,"summary":9997},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence","Cache Coherence","Give each core its own cache and the same address can live in two places at once, with copies that disagree. We reproduce the stale-copy bug with a two-core trace, then fix it the way hardware does: snooping caches that watch a shared bus and keep every line in a protocol state. We build MSI in full, upgrade it to MESI, contrast invalidation with updating, add coherence misses as the fourth C, and end with false sharing: the performance bug where cores fight over a line while never touching the same byte.\n",{"path":9999,"title":10000,"module":9988,"summary":10001},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization","Memory Consistency and Synchronization","Coherence keeps cores agreeing about one location; consistency is the contract about many. We define sequential consistency, then watch real hardware break it: the store buffer lets a load slip ahead of an older store, and the classic two-thread litmus test ends with both sides reading zero. We state x86-TSO precisely, restore order with mfence, build atomic read-modify-write from the lock prefix, xchg, and cmpxchg, and write a spinlock twice — once naively, once bus-friendly — closing with what lock-free progress actually guarantees.\n",{"path":10003,"title":10004,"module":9988,"summary":10005},"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization","Multicore Organization","Where everything sits on the die. A modern die gives each core private L1 and L2 caches, spreads a shared last-level cache across slices, and wires it all together with a ring or mesh; multi-socket servers add NUMA, where memory is local to one socket and every remote access pays a latency penalty. We walk the floorplan, put numbers on local versus remote latency, meet thread affinity, and account for the two shared resources — coherence traffic and LLC capacity — that decide how far a parallel program scales.\n",{"path":10007,"title":10008,"module":10009,"summary":10010},"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine","The Whole Machine","Capstone","We take one line of C down the whole tower the course built — compiler to assembly, assembly to machine-code bytes, the bytes into the fetch–decode–execute datapath — then trace one load and one add through the pipelined, cached, translated, interruptible machine, each step cross-linked to the lesson that built it. We close with the map of the course as a stack of layers and an accounting of what we simplified: out-of-order execution, superscalar issue, and speculation past the branch predictor.\n",{"path":10012,"title":10013,"module":10009,"summary":10014},"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu","Assembling a Complete CPU","We bolt the parts the course built — PC, instruction memory and its fetch logic, register file, ALU, condition codes, data memory, and the control unit — into one complete CPU, name the lesson that built each, wire them in a deliberate order, and power the machine on from reset. Then we assemble a real test program (sum a four-element array through a call\u002Fret procedure), give its exact bytes and memory layout, and trace it cycle by cycle to the answer 0xabcdabcdabcd. We close with how to validate such a machine, and what it takes to put two of them on one die.\n",{"path":10016,"title":10017,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":10019,"title":10020,"module":8611,"summary":10021},"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields","Models, Direction Fields, and Solution Curves","A differential equation relates an unknown function to its own rates of change. Three first-order models — a falling body, a cooling object, a population under predation — share the form dy\u002Fdt = ay - b; the slope field fixes their equilibria and long-run behavior before any formula is found. Solving the linear case gives the general solution, its integral curves, and the particular solution selected by an initial condition.\n",{"path":10023,"title":10024,"module":8611,"summary":10025},"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology","Classifying Equations: Order, Linearity, ODE vs. PDE","Every solution method targets a specific class of equation, so the first question about any differential equation is which classes it belongs to. Four independent axes sort them: ordinary versus partial, order, linear versus nonlinear, and homogeneous versus nonhomogeneous. Systems, verification of a solution by substitution, and the split between initial and boundary value problems complete the vocabulary.\n",{"path":10027,"title":10028,"module":10029,"summary":10030},"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors","Linear Equations and Integrating Factors","First-Order Equations","A first-order linear equation has the unknown and its derivative to the first power only. Multiplying by an integrating factor collapses the left side into a single derivative, and one integration gives the general solution in closed form. The solution exists wherever the coefficients are continuous, and for a constant coefficient it splits into a decaying transient and a steady state set by the forcing.\n",{"path":10032,"title":10033,"module":10029,"summary":10034},"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact","Separable and Exact Equations","Two nonlinear first-order classes solve by direct integration. A separable equation splits so that each variable can be integrated on its own side, giving an implicit relation. An exact equation is the total differential of a hidden potential function, recognized by a symmetry test on its coefficients; when the test fails, an integrating factor can sometimes restore exactness. A change of variable brings homogeneous equations into the separable class.\n",{"path":10036,"title":10037,"module":10029,"summary":10038},"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order","Modeling with First-Order Equations","A rate law is a differential equation. Each first-order model starts from one governing principle: conservation of mass for a mixing tank, proportional change for interest and radioactive decay, Newton's law of cooling, a force balance for a body falling against drag, and Kirchhoff's law for a series circuit. Setting the derivative to zero recovers the steady state, and the transient records how the initial condition relaxes toward it.\n",{"path":10040,"title":10041,"module":10029,"summary":10042},"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics","Autonomous Equations, Phase Lines, and Population Dynamics","An autonomous equation y' = f(y) can be analyzed qualitatively without being solved. Its constant solutions are the zeros of f, and the sign of f between them fixes whether nearby solutions rise or fall, which the phase line records as a column of arrows. The logistic and threshold models, constant- and effort-proportional harvesting, and the properties nonlinear equations lose all follow from this reading.\n",{"path":10044,"title":10045,"module":10029,"summary":10046},"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler","Existence, Uniqueness, and Euler's Method","Existence and uniqueness can be settled before any attempt to solve. The existence-uniqueness theorem gives sufficient conditions on f, and a standard example shows what fails when they do not hold. Picard's successive approximations build the solution as the limit of an iteration, and Euler's method turns the same tangent-line idea into a numerical procedure for the equations no formula reaches.\n",{"path":10048,"title":10049,"module":10029,"summary":10050},"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations","First-Order Difference Equations","A difference equation advances a sequence one index at a time by a rule y_{n+1} = f(y_n). The linear case y_{n+1} = rho*y_n + b solves in closed form and converges to its equilibrium exactly when the ratio has magnitude below one, which underlies compound-interest and loan calculations. The logistic difference equation shows the nonlinear counterpart: an exchange of stability, a cascade of period doublings, and the onset of chaos.\n",{"path":10052,"title":10053,"module":10054,"summary":10055},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients","Homogeneous Equations, the Wronskian, and Real Roots","Second-Order Linear Equations","A second-order linear homogeneous equation with constant coefficients is solved by guessing an exponential and reducing to the quadratic characteristic equation. Two solutions span every solution exactly when their Wronskian is nonzero; that condition, superposition, and Abel's formula give the full structure of the general solution for the case of two distinct real roots.\n",{"path":10057,"title":10058,"module":10054,"summary":10059},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots","Complex Roots, Repeated Roots, and Reduction of Order","When the characteristic equation has complex conjugate roots, Euler's formula converts the complex exponentials into a real fundamental set of decaying or growing oscillations. When it has a repeated root, one exponential is lost and reduction of order recovers the missing second solution as $t\\,e^{rt}$. The same substitution $y = v(t)y_1(t)$ finds a second solution from any known one.\n",{"path":10061,"title":10062,"module":10054,"summary":10063},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients","Nonhomogeneous Equations: Undetermined Coefficients","The general solution of a nonhomogeneous linear equation is a complementary solution plus any one particular solution. When the forcing term is a polynomial, exponential, sine, or cosine, a particular solution can be found by assuming a trial form of the same shape with unknown coefficients and solving for them. The one complication is resonance, handled by multiplying the trial by a power of $t$.\n",{"path":10065,"title":10066,"module":10054,"summary":10067},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters","Variation of Parameters","Variation of parameters finds a particular solution of any nonhomogeneous linear equation from a fundamental set of the homogeneous one. Replacing the constants in the complementary solution by functions and imposing one convenient constraint reduces the problem to a two-by-two linear system whose solution is expressed through the Wronskian, giving an integral formula that works for forcing terms undetermined coefficients cannot touch.\n",{"path":10069,"title":10070,"module":10054,"summary":10071},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations","Mechanical and Electrical Vibrations","A spring-mass-damper obeys a second-order linear equation, and so does a series RLC circuit, with the same mathematics governing both. Free undamped motion is a pure sinusoid; damping adds a decaying envelope with three regimes; periodic forcing produces a transient that dies out and a steady-state oscillation whose amplitude peaks sharply near the natural frequency, the phenomenon of resonance.\n",{"path":10073,"title":10074,"module":10054,"summary":10075},"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear","Higher-Order Linear Equations","The second-order theory extends directly to order $n$: the solution space is $n$-dimensional, spanned by any $n$ solutions with nonzero Wronskian. For constant coefficients the characteristic polynomial has degree $n$, and its roots (counted with multiplicity, real and complex) build the basis by the same rules as before. Coupled oscillators are the natural application that raises the order.\n",{"path":10077,"title":10078,"module":10079,"summary":10080},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points","Power Series Solutions Near Ordinary Points","Series Solutions and Special Functions","A linear equation with variable coefficients has no characteristic equation. A power series substituted into the equation matches coefficients to a recurrence relation, which near an ordinary point yields two independent analytic solutions. The radius of convergence is at least the distance from the expansion point to the nearest singular point in the complex plane.\n",{"path":10082,"title":10083,"module":10079,"summary":10084},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius","Euler Equations, Regular Singular Points, and Frobenius","The Euler equation x^2 y'' + a x y' + b y = 0 is solved outright by y = x^r, and its three root cases fix the behavior at any regular singular point. The Frobenius method multiplies x^r by a power series; the indicial equation chooses the exponents, and equal or integer-separated roots force a logarithm in the second solution. Gauss's hypergeometric equation is the archetype containing most classical functions as special cases.\n",{"path":10086,"title":10087,"module":10079,"summary":10088},"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions","Bessel's Equation, Legendre Polynomials, and Special Functions","Bessel's equation puts the Frobenius machinery through all three of its cases and produces the functions J and Y that govern anything vibrating or diffusing with circular symmetry. The gamma function extends the factorial so that Bessel functions of every order make sense; Legendre's equation, run through the hypergeometric form, yields the polynomials that play the same role in spherical geometry. Orthogonality ties both families to the eigenfunction expansions of Sturm–Liouville theory.\n",{"path":10090,"title":10091,"module":10092,"summary":10093},"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps","The Laplace Transform: Definition, Properties, and Solving IVPs","The Laplace Transform","The Laplace transform sends a function of time to a function of a complex frequency by integrating it against the kernel e^{-st}. Differentiation in t becomes multiplication by s, so a linear constant-coefficient initial value problem turns into an algebraic equation. Existence rests on piecewise continuity and exponential order; the derivative rule folds in the initial data; and inversion runs through a transform table and partial fractions.\n",{"path":10095,"title":10096,"module":10092,"summary":10097},"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution","Step Functions, Discontinuous Forcing, Impulses, and Convolution","The Heaviside step function and the second shifting theorem transform switches and discontinuous forcing into exponential factors on the transform. The Dirac delta idealizes an instantaneous impulse and transforms to a pure exponential. The convolution theorem inverts a product of transforms, writes the forced response as the impulse response convolved with the input, and solves Abel's tautochrone by transform.\n",{"path":10099,"title":10100,"module":10101,"summary":10102},"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review","Matrices, Linear Systems, and the Eigenvalue Toolkit","Systems of First-Order Linear Equations","Any nth-order linear equation, and any coupled collection of them, rewrites as a single first-order system x' = P(t)x + g(t). The matrix and vector algebra behind that form, the eigenvalue problem det(A - λI) = 0 that drives every solution method, and the fundamental theory — superposition, the Wronskian, Abel's theorem — together establish that n independent solutions span all solutions.\n",{"path":10104,"title":10105,"module":10101,"summary":10106},"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits","Homogeneous Constant-Coefficient Systems and Phase Portraits","For x' = Ax with A constant, the trial x = ξe^{rt} turns the differential equation into the eigenvalue problem Aξ = rξ. The eigenvalues fix the geometry of the phase plane: real opposite signs give a saddle, real same sign a node, complex a spiral, purely imaginary a center. Worked in the plane, these cases form the eigenvalue-type classification of equilibria.\n",{"path":10108,"title":10109,"module":10101,"summary":10110},"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices","Repeated Eigenvalues, Fundamental Matrices, and Nonhomogeneous Systems","When a repeated eigenvalue supplies too few eigenvectors, a generalized eigenvector supplies the missing solution as ξte^{ρt} + ηe^{ρt}, giving an improper node. A fundamental set packaged as a matrix Φ(t) yields the matrix exponential e^{At}, the propagator mapping initial states to later ones. Variation of parameters solves the nonhomogeneous system x' = Ax + g(t).\n",{"path":10112,"title":10113,"module":10114,"summary":10115},"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta","Euler, Improved Euler, and Runge–Kutta","Numerical Methods","Most initial value problems have no closed-form solution, so the solution is approximated on a grid. Euler's method steps along the tangent line, the improved Euler method averages two slopes, and the classical Runge–Kutta method averages four. Each added stage raises the order of accuracy at the cost of more evaluations per step, measured by how the local and global truncation errors scale with the step size.\n",{"path":10117,"title":10118,"module":10114,"summary":10119},"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability","Multistep Methods, Systems, and Stability","One-step methods discard everything but the last point. Multistep methods fit a polynomial to several past values and integrate it forward: the explicit Adams–Bashforth formulas, the implicit and more accurate Adams–Moulton formulas, and predictor–corrector pairs that combine them. The same rules extend verbatim to systems in vector form. A separate concern is stability: round-off can dominate truncation, and stiff equations force a tiny step for stability even when accuracy would allow a large one.\n",{"path":10121,"title":10122,"module":10123,"summary":10124},"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability","The Phase Plane, Critical Points, and Stability","Nonlinear Systems and Stability","Most nonlinear systems cannot be solved in closed form, so they are studied geometrically. The phase plane turns an autonomous planar system into a family of trajectories; the five archetypes of critical point follow from the eigenvalues of the coefficient matrix; the trace-determinant plane reads off type and stability directly; and epsilon-delta definitions make stability, asymptotic stability, and instability precise.\n",{"path":10126,"title":10127,"module":10123,"summary":10128},"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov","Locally Linear Systems and Liapunov's Method","Near a critical point a nonlinear system looks linear, and the linear part is the Jacobian. The linearization fixes the type and stability of the nonlinear critical point in every case except a center or a repeated eigenvalue. Liapunov's direct method settles those cases and bounds the basin of attraction by constructing an energy-like function, without solving the system.\n",{"path":10130,"title":10131,"module":10123,"summary":10132},"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles","Population Models, Limit Cycles, and Chaos","The phase-plane methods apply directly to interacting-population models. Competing species either coexist or drive one another to extinction, decided by a single inequality among the interaction constants; the Lotka-Volterra predator-prey system produces closed population cycles. Limit cycles and the Poincaré-Bendixson theorem, the van der Pol oscillator, and the Lorenz equations with their strange attractor carry the theory into chaos.\n",{"path":10134,"title":10135,"module":10136,"summary":10137},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series","Fourier Series and Convergence","PDEs, Fourier Series, and Boundary Value Problems","A two-point boundary value problem has nontrivial solutions only at a discrete set of eigenvalues, the same trichotomy that governs a singular linear system. For y'' + lambda y = 0 with zero endpoints the eigenfunctions are sines and cosines, and their orthogonality gives the Euler-Fourier coefficient formulas. The convergence theorem fixes when the series returns the function, the Gibbs phenomenon measures the overshoot at a jump, and even\u002Fodd symmetry produces half-range sine and cosine series.\n",{"path":10139,"title":10140,"module":10136,"summary":10141},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations","Separation of Variables: Heat, Wave, and Laplace Equations","Separation of variables replaces a partial differential equation by a pair of ordinary ones joined through a shared separation constant. Applied to the heat equation it produces the eigenvalue problem X'' + lambda X = 0, and the solution assembles as a Fourier series in the eigenfunctions. The same steps solve the wave equation, whose modes are standing waves, and Laplace's equation, the steady-state limit posed on a region rather than an interval.\n",{"path":10143,"title":10144,"module":10136,"summary":10145},"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville","Sturm-Liouville Theory","The eigenvalue problem behind separation of variables generalizes to the self-adjoint Sturm-Liouville form. Lagrange's identity makes the operator symmetric, and from that one fact follow real eigenvalues, orthogonal eigenfunctions, and eigenfunction expansions that behave like Fourier series. Singular problems admit Bessel and Legendre functions, and Sturm's separation and comparison theorems describe how the eigenfunctions oscillate.\n",{"path":10147,"title":10148,"module":10149,"summary":10150},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations","The Calculus of Variations","Historical Notes and the Calculus of Variations","Ordinary calculus finds the point where a function is stationary; the calculus of variations finds the whole curve where an integral is stationary. Euler's differential equation is the necessary condition for an extremal, and it becomes integrable in three cases, solving the shortest-path, minimal-surface, and brachistochrone problems. Lagrange multipliers extend the method to isoperimetric constraints, and Hamilton's principle recovers Newton's law from a single stationary integral.\n",{"path":10152,"title":10153,"module":10149,"summary":10154},"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes","Great Problems and the People Who Solved Them","Differential equations grew out of specific problems, not a plan: the invention of calculus by Newton and Leibniz, the Bernoulli brachistochrone challenge, Euler's flood of methods, Lagrange's analytical mechanics, Gauss and Riemann's rigor, Laplace's celestial mechanics, and Poincaré's qualitative theory. Each method descends from a named problem, and reading the subject forward from those problems explains why its parts fit together.\n",{"path":10156,"title":10157,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":10159,"title":10160,"module":10161,"summary":10162},"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates","The Postulates of Special Relativity","Foundations of Relativity","Newton's laws are the same in every inertial frame, but Maxwell's are not: the equations of electromagnetism single out one speed, c, and the nineteenth century read that as the speed of light relative to a medium, the ether. The Michelson-Morley experiment looked for Earth's motion through that medium and found nothing. Einstein's two postulates replace the ether, and their first consequence is that simultaneity is frame-dependent.\n",{"path":10164,"title":10165,"module":10161,"summary":10166},"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime","The Lorentz Transformation and Spacetime","Requiring that a light sphere stay a light sphere in every inertial frame fixes the coordinate change between frames uniquely: the Lorentz transformation, with its factor gamma. Differentiating it gives relativistic velocity addition, which caps composed speeds at c. Plotting the same events on skewed spacetime axes turns the algebra into geometry, with calibration hyperbolae, an invariant interval, and a light cone that sorts events into past, future, and elsewhere.\n",{"path":10168,"title":10169,"module":10161,"summary":10170},"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction","Time Dilation, Length Contraction, and Paradoxes","A light clock and the constancy of c give the two headline effects directly: a moving clock runs slow by gamma, and a moving rod is short by the same factor. Cosmic-ray muons reaching sea level are the standing experimental proof. The relativistic Doppler effect adds the time-dilation factor to the classical shift, and the twin and pole-barn paradoxes dissolve once the relativity of simultaneity is taken seriously.\n",{"path":10172,"title":10173,"module":10161,"summary":10174},"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy","Relativistic Momentum and Energy","Conserving momentum in every inertial frame forces the redefinition p = gamma m u, which diverges as the speed approaches c. Integrating the corresponding force gives the total energy E = gamma m c-squared, whose rest term m c-squared is Einstein's mass-energy equivalence. Energy and momentum join into a four-vector whose invariant length is the rest energy, giving E-squared = (pc)-squared + (m c-squared)-squared, massless particles, and nuclear binding energy.\n",{"path":10176,"title":10177,"module":10161,"summary":10178},"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity","A Taste of General Relativity","Einstein's happiest thought was that a freely falling observer feels no gravity: a uniform gravitational field is locally indistinguishable from an accelerating frame. That equivalence principle predicts that light bends near a mass, that clocks run slow deep in a gravitational well, that Mercury's orbit precesses, and that radar echoes are delayed. Every prediction has been confirmed, and pushing the redshift to its limit gives the black hole.\n",{"path":10180,"title":10181,"module":10182,"summary":10183},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval","Minkowski Spacetime and the Interval","Spacetime and the Lorentz Group","The Lorentz transformation of the foundations module is repackaged as the geometry of a four-dimensional space whose invariant is not a distance but the spacetime interval. Events, worldlines, and the metric signature define a causal structure that every observer shares. Proper time is the length of a timelike worldline, and the twin paradox becomes the statement that a straight worldline accumulates the most proper time.\n",{"path":10185,"title":10186,"module":10182,"summary":10187},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation","Four-Vectors and Index Notation","The index calculus that the rest of the course runs on. Contravariant and covariant components, the Minkowski metric as the machine that raises and lowers indices, and the Einstein summation convention are assembled into scalar products that are the same in every frame. The four-velocity and four-acceleration follow, together with the identity that the four-velocity has constant invariant length.\n",{"path":10189,"title":10190,"module":10182,"summary":10191},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity","The Lorentz Group and Rapidity","The Lorentz transformations are the linear maps that preserve the Minkowski metric, and they form the group O(1,3). Boosts are hyperbolic rotations parametrized by rapidity, which adds along a line where velocity does not. The boost and rotation generators fix the group's local structure; its four disconnected components are set by two signs; and two non-collinear boosts compose into a boost plus a rotation, the Wigner rotation behind Thomas precession.\n",{"path":10193,"title":10194,"module":10182,"summary":10195},"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance","Doppler, Aberration, and Appearance","Light carries a null four-momentum, and boosting it produces every optical effect of relativity at once. The covariant Doppler formula follows from the transformation of frequency, aberration from the transformation of direction, and the headlight effect from the resulting concentration of light forward. The Terrell-Penrose result shows that a fast object photographs as rotated, not contracted.\n",{"path":10197,"title":10198,"module":10199,"summary":10200},"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion","Four-Momentum, Four-Force, and Accelerated Motion","Relativistic Dynamics","The four-momentum packages energy and momentum into a single vector whose invariant length is the rest mass. Its proper-time derivative is the four-force, always orthogonal to the four-velocity, and a constant orthogonal four-force produces hyperbolic motion. Constant proper acceleration gives rapidity linear in proper time, the relativistic rocket equation, and the Rindler horizon behind an eternally accelerating observer.\n",{"path":10202,"title":10203,"module":10199,"summary":10204},"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics","Particle Decays and Two-Body Kinematics","Conservation of four-momentum fixes the kinematics of a decay from the masses alone. In the center-of-momentum frame a parent breaks into two daughters with equal and opposite momenta and energies set by the Kallen triangle function. Boosting to the lab opens the decay into a cone, and the invariant mass built from the daughters reconstructs the parent as a peak. Worked cases: the two-photon decay of the neutral pion and a heavy two-body hadronic decay.\n",{"path":10206,"title":10207,"module":10199,"summary":10208},"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame","Relativistic Collisions and Threshold Energies","Two-body collisions run on the same conserved four-momentum as decays. The invariant s sets the total energy available in the center-of-momentum frame and therefore the threshold for producing new particles. Fixed-target energy grows only as the square root of beam energy while a collider grows linearly, which is why colliders reach high energy. Compton scattering follows as a worked photon-electron collision giving the wavelength shift.\n",{"path":10210,"title":10211,"module":10199,"summary":10212},"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants","Mandelstam Variables and Lorentz Invariants","For a two-to-two process the three Mandelstam invariants s, t, and u encode all the kinematics in frame-independent form. They obey a single linear constraint, the sum of the four squared masses, so only two are independent. s is the center-of-momentum energy squared, t and u are momentum transfers tied to the scattering angle, and crossing symmetry relates one amplitude across three channels through these variables.\n",{"path":10214,"title":10215,"module":10216,"summary":10217},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential","The Four-Current and Four-Potential","Covariant Electromagnetism","Charge density and current combine into a single four-vector whose divergence is charge conservation. The scalar and vector potentials combine likewise into the four-potential, whose gauge freedom fixes to the Lorenz condition, reducing Maxwell's equations for the potentials to a single wave equation sourced by the four-current.\n",{"path":10219,"title":10220,"module":10216,"summary":10221},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor","The Electromagnetic Field Tensor","The antisymmetric derivative of the four-potential is the field-strength tensor F, gauge invariant by construction, with the electric and magnetic fields as its components. Its dual exchanges E and B, and its two contractions form the Lorentz invariants that classify a field as electric, magnetic, or radiative in every frame.\n",{"path":10223,"title":10224,"module":10216,"summary":10225},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields","How E and B Transform","Transforming the field tensor under a boost gives explicit rules for the electric and magnetic fields: components along the motion are unchanged, transverse components mix and pick up a gamma. The field of a uniformly moving charge compresses transversely, and the force between a current and a moving charge shows that magnetism is the relativistic shadow of electrostatics.\n",{"path":10227,"title":10228,"module":10216,"summary":10229},"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor","Covariant Maxwell and the Stress–Energy Tensor","Maxwell's four equations collapse into two tensor equations, one sourced by the four-current and one an identity on the field strength, with charge conservation automatic. The Lorentz force becomes a four-vector law, and the field's energy, momentum, and stress assemble into a symmetric, conserved stress–energy tensor — the object that will source gravity.\n",{"path":10231,"title":10232,"module":10233,"summary":10234},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized","The Equivalence Principle","Curved Spacetime","The equality of gravitational and inertial mass promotes to a physical principle in three graded strengths — weak, Einstein, and strong. A freely falling laboratory is locally indistinguishable from an inertial frame, but the qualifier \"locally\" is essential: the size of the patch over which gravity vanishes is set by the tidal field, which no change of frame can remove. Tidal forces are the true, coordinate-independent signature of gravity, and they are what curvature will measure.\n",{"path":10236,"title":10237,"module":10233,"summary":10238},"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric","Manifolds, Vectors, and the Metric","A manifold is a space that looks locally like flat space, described by overlapping coordinate charts. Tangent vectors are directional derivatives with the coordinate basis vectors as partial-derivative operators; one-forms live in the dual space; and the metric tensor turns a coordinate line element into an invariant length. The 2-sphere and Rindler metrics serve as worked examples, including the coordinate singularities that are artefacts of the chart, not of the geometry.\n",{"path":10240,"title":10241,"module":10233,"summary":10242},"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols","Parallel Transport and the Covariant Derivative","The ordinary derivative of a vector field is not a tensor, because it subtracts vectors living in different tangent spaces. A connection supplies the missing comparison: the covariant derivative adds Christoffel-symbol correction terms that cancel the coordinate artefacts. Requiring the connection to be torsion-free and to preserve the metric fixes the Christoffel symbols uniquely in terms of derivatives of the metric, giving the Levi-Civita connection that general relativity uses.\n",{"path":10244,"title":10245,"module":10233,"summary":10246},"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation","Geodesics and the Newtonian Limit","Free fall is geodesic motion: a freely falling particle follows the straightest possible worldline, obtained either by parallel-transporting its own tangent vector or by extremizing proper time. Both routes give the geodesic equation. Affine parameters, and conserved quantities from symmetries via Killing vectors, make it solvable. In the weak-field slow-motion limit the geodesic equation reproduces Newton's law of gravity, fixing the time-time metric component as the Newtonian potential.\n",{"path":10248,"title":10249,"module":10233,"summary":10250},"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation","Curvature and the Riemann Tensor","Curvature is the failure of parallel transport to commute: carrying a vector around an infinitesimal loop returns it rotated, and the rotation per unit area is the Riemann tensor. Its symmetries cut the components to twenty in four dimensions. Geodesic deviation makes it the equation of tidal forces, and its contractions — the Ricci tensor, the Ricci scalar, and the divergence-free Einstein tensor — assemble the objects the field equation is built from.\n",{"path":10252,"title":10253,"module":10233,"summary":10254},"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations","The Einstein Field Equations","The field equation is assembled from a short list of requirements: a symmetric, divergence-free, second-order geometric tensor set proportional to the stress–energy tensor, with the coefficient fixed by the Newtonian limit. The cosmological constant is the one extra term the requirements allow. The Einstein–Hilbert action gives the same equation from a variational principle, and the coupled system closes the logic of the module: matter curves spacetime, and spacetime tells matter how to move.\n",{"path":10256,"title":10257,"module":10258,"summary":10259},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric","The Schwarzschild Metric","The Schwarzschild Solution","The first exact solution of Einstein's equation follows from two assumptions, staticity and spherical symmetry, imposed on the vacuum outside a mass. Solving the vacuum field equations fixes two metric functions and produces the Schwarzschild geometry, whose one length scale is the Schwarzschild radius $r_s = 2GM\u002Fc^2$. Birkhoff's theorem shows this is the only spherical vacuum, and the far field reduces to Newtonian gravity.\n",{"path":10261,"title":10262,"module":10258,"summary":10263},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild","Orbits in the Schwarzschild Geometry","The two Killing symmetries of the Schwarzschild metric give a conserved energy and angular momentum per unit mass, reducing geodesic motion to a one-dimensional problem in an effective potential. The potential carries an extra attractive $1\u002Fr^3$ term absent from Newton's, which caps the centrifugal barrier, produces an innermost stable circular orbit at $6GM\u002Fc^2$, and makes bound orbits precess instead of closing.\n",{"path":10265,"title":10266,"module":10258,"summary":10267},"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics","Null Geodesics and the Photon Sphere","Light follows null geodesics, governed by a photon effective potential with a single unstable maximum at $3GM\u002Fc^2$, the photon sphere. The impact parameter sorts rays into those that escape with a deflection and those captured, with the critical value $b_c = 3\\sqrt{3}\\,GM\u002Fc^2$ dividing them. A grazing ray bends by $4GM\u002F(c^2 b)$, twice the naive Newtonian value, and the critical impact parameter sets the edge of a black hole's shadow.\n",{"path":10269,"title":10270,"module":10271,"summary":10272},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury","The Perihelion Precession of Mercury","Tests of General Relativity","A single extra term in the Schwarzschild orbit equation, cubic in the inverse radius, keeps a bound orbit from closing. The perturbation advances the perihelion by 6πGM\u002F(c²a(1−e²)) per revolution, which for Mercury is 43 arcseconds per century — exactly the anomaly left after Newtonian planetary perturbations are subtracted. A note on frame dragging closes the lesson.\n",{"path":10274,"title":10275,"module":10271,"summary":10276},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing","Light Deflection and Gravitational Lensing","A light ray grazing the Sun bends by 4GM\u002F(c²b), exactly twice the value a Newtonian corpuscle would give; the extra factor is the curvature of space. The 1919 eclipse confirmed it. The same bending focuses light from distant sources into Einstein rings, multiple images, and microlensing brightenings, making lensing a direct probe of mass, including mass that emits no light.\n",{"path":10278,"title":10279,"module":10271,"summary":10280},"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay","Gravitational Redshift and the Shapiro Delay","A clock deeper in a gravitational well ticks slower, and a photon climbing out loses frequency by the ratio of the metric's time-time components. Pound and Rebka measured the 2.5×10⁻¹⁵ shift over a 22.5-metre tower. Radar signals grazing the Sun return late by about 250 microseconds, the Shapiro delay. Both probe the time part of the metric directly.\n",{"path":10282,"title":10283,"module":10271,"summary":10284},"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps","Relativity and the Global Positioning System","A GPS satellite clock runs slow by 7 microseconds a day from its orbital speed and fast by 46 from its higher gravitational potential, a net gain of about 38 microseconds a day. Left uncorrected, the timing error would grow into kilometres of position error within a day and exceed navigation tolerance within minutes. The satellites carry a pre-launch frequency offset to cancel it.\n",{"path":10286,"title":10287,"module":10288,"summary":10289},"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities","Horizons and Coordinate Singularities","Black Holes","The Schwarzschild radius is a coordinate singularity, not a curvature singularity: the metric blows up there only because the static coordinates fail, while the geometry stays finite. Eddington–Finkelstein and Kruskal– Szekeres coordinates cross the horizon smoothly and show the light cones tipping toward the center. A freely falling observer reaches the true singularity at r=0 in finite proper time, while a distant observer sees the infall freeze and redden at the horizon.\n",{"path":10291,"title":10292,"module":10288,"summary":10293},"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes","Rotating and Charged Black Holes","A stationary black hole is fixed by three numbers: mass, angular momentum, and charge. The Reissner–Nordström metric adds charge and splits the horizon in two; the Kerr metric adds rotation, drags inertial frames, and wraps the horizon in an ergosphere where nothing can stay still. Inside the ergosphere the Penrose process extracts rotational energy, and the no-hair theorem states that no other detail of the collapsed matter survives.\n",{"path":10295,"title":10296,"module":10288,"summary":10297},"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics","Black-Hole Thermodynamics","The four laws of black-hole mechanics mirror the four laws of thermodynamics term for term, with horizon area playing the role of entropy and surface gravity the role of temperature. Hawking's calculation makes the analogy literal: a black hole radiates at a temperature set by its surface gravity, carries a real entropy proportional to its horizon area, and slowly evaporates. The thermal spectrum raises the information paradox.\n",{"path":10299,"title":10300,"module":10301,"summary":10302},"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions","Linearized Gravity and Wave Solutions","Gravitational Waves","Weak gravity is a small perturbation of flat spacetime, and the linearized Einstein equation in the Lorenz gauge is an ordinary wave equation propagating at the speed of light. The trace-reversed perturbation carries the dynamics, residual gauge freedom fixes the transverse-traceless form, and the two physical polarizations deform a ring of freely falling masses into oscillating ellipses whose fractional size change is the strain.\n",{"path":10304,"title":10305,"module":10301,"summary":10306},"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula","The Quadrupole Formula","The retarded solution of the linearized field equation gives the field of a moving source, and conservation of mass and momentum forbids monopole and dipole radiation, leaving the mass quadrupole as the leading emitter. The quadrupole formula fixes the strain and the radiated luminosity, and applied to a compact binary it predicts the inspiral chirp of rising frequency and amplitude. The Hulse-Taylor pulsar's orbital decay confirmed it to a fraction of a percent.\n",{"path":10308,"title":10309,"module":10301,"summary":10310},"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events","LIGO and the First Detections","A gravitational wave is measured as a differential length change of the two arms of a kilometre-scale Michelson interferometer, a strain of order ten to the minus twenty-one that moves the mirrors by a fraction of a proton radius. GW150914 recorded the inspiral, merger, and ringdown of two black holes, fixing their masses and the energy radiated, and GW170817 with its coincident gamma-ray burst and kilonova opened multimessenger astronomy.\n",{"path":10312,"title":10313,"module":10314,"summary":10315},"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric","The Cosmological Principle and the FLRW Metric","A Bridge to Cosmology","Homogeneity and isotropy restrict the spacetime of the universe to a single family of metrics: a flat cosmic-time slicing of spatial sections of constant curvature, scaled by a time-dependent factor a(t). This lesson builds the Friedmann–Lemaître–Robertson–Walker metric from those symmetries, separates comoving from proper distance, and derives cosmological redshift as the stretching of wavelengths with the scale factor.\n",{"path":10317,"title":10318,"module":10314,"summary":10319},"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics","The Friedmann Equations and Cosmic Dynamics","The Einstein equation applied to the FLRW metric with a perfect-fluid source yields the two Friedmann equations and the conservation law that ties them together. This lesson derives them, defines the critical density and the density parameters that fix the spatial geometry, works out how matter, radiation, and a cosmological constant dilute and drive the expansion, and hands off to a dedicated cosmology subject.\n",{"path":10321,"title":10322,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":10324,"title":10325,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":10327,"title":10328,"module":10329,"summary":10330},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum","Blackbody Radiation and the Planck Quantum","Origins of the Quantum","Millikan's oil-drop experiment fixed the electron charge as an indivisible unit, and the spectrum of thermal radiation forced a second, deeper quantum. Classical physics predicts an infinite energy density at short wavelengths; Planck removed the divergence by allowing a cavity oscillator to hold only energies that are integer multiples of hf, the first appearance of the quantum of action.\n",{"path":10332,"title":10333,"module":10329,"summary":10334},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon","The Photoelectric Effect and the Photon","Light shone on a clean metal ejects electrons, but the details defied the wave theory: the electrons' maximum energy depends on the light's frequency, not its brightness, and there is a sharp threshold frequency below which nothing happens. Einstein resolved every anomaly by treating light as a stream of energy quanta hf, each absorbed whole by one electron, and Millikan's measurement of the stopping-potential slope confirmed h to a decade before anyone expected.\n",{"path":10336,"title":10337,"module":10329,"summary":10338},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect","X-Rays and the Compton Effect","X-rays are short-wavelength electromagnetic waves produced when fast electrons are braked in a target, and their diffraction by crystals lets Bragg's law measure atomic spacings. Compton then scattered X-rays off electrons and found the wavelength shifted by an amount that only a photon carrying momentum hf\u002Fc could explain, closing the case for the particle nature of light.\n",{"path":10340,"title":10341,"module":10329,"summary":10342},"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld","The Old Quantum Theory: Bohr, Sommerfeld, and Correspondence","Between Bohr's 1913 atom and Schrödinger's 1926 equation, physics ran on a provisional recipe: keep classical orbits, but admit only those whose action integral is a whole multiple of Planck's constant. This lesson develops the Wilson-Sommerfeld phase-integral rule, applies it to the oscillator and to the elliptical Kepler orbits of hydrogen, derives Sommerfeld's relativistic fine structure and the quantization of orbit orientation, and shows how the correspondence principle fixed intensities and selection rules. The systematic failures — helium, line intensities, the anomalous Zeeman effect — mark exactly where a theory of orbits had to give way to a theory of waves.\n",{"path":10344,"title":10345,"module":10346,"summary":10347},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction","De Broglie Waves and Electron Diffraction","The Wave Nature of Matter","In 1924 de Broglie proposed that every particle carries a wave of wavelength h\u002Fp. The hypothesis explains Bohr's quantized orbits as standing waves, and Davisson and Germer, then G. P. Thomson, confirmed it by diffracting electrons from crystals exactly as X-rays diffract. We derive the electron wavelength, work the Bragg analysis of the data, and give the relativistic form.\n",{"path":10349,"title":10350,"module":10346,"summary":10351},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation","Wave Packets and the Probabilistic Wave Function","A single de Broglie wave fills all space, but a particle is localized. Adding many waves of nearby wavelength builds a wave packet that is confined and moves at the group velocity, which equals the particle velocity. Born's rule reads the squared amplitude of the wave function as a probability density, the meaning confirmed by electron interference building up one detection at a time.\n",{"path":10353,"title":10354,"module":10346,"summary":10355},"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle","The Uncertainty Principle and Wave-Particle Duality","The packet relations delta-k delta-x about 1 become Heisenberg's principle once momentum is hbar times wave number: position and momentum cannot both be sharp, nor energy and time. The gamma-ray microscope shows the limit is physical, not technical. It fixes the zero-point energy of a confined particle, the size of the hydrogen atom, and the natural width of spectral lines, and it frames the wave-particle duality of all matter and radiation.\n",{"path":10357,"title":10358,"module":10359,"summary":10360},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension","The Schrödinger Equation in One Dimension","Wave Mechanics in One Dimension","The wave equation for matter cannot be derived; it is postulated and judged by experiment. We build the time-dependent Schrödinger equation from the de Broglie relations, read Born's probability rule off the complex wave function, and separate the time and space dependence to get the time-independent equation whose bound-state solutions are the stationary states. The five acceptability conditions on the wave function are what force energy to be quantized.\n",{"path":10362,"title":10363,"module":10359,"summary":10364},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics","The Free Particle and Wave-Packet Dynamics","The free particle has no bound states: its stationary solutions are non-normalizable plane waves forming a continuum. Physical states are wave packets built by superposing them, and the superposition is a Fourier transform. We delta-normalize the plane waves, assemble a Gaussian packet, solve for its exact time evolution, and read off the two facts that reconcile the wave picture with mechanics: the packet moves at the group velocity ħk\u002Fm, the classical velocity, and it spreads because its component momenta travel at different speeds.\n",{"path":10366,"title":10367,"module":10359,"summary":10368},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells","Particle in Infinite and Finite Square Wells","The infinite square well is the simplest bound-state problem: two boundary conditions quantize the energy into a ladder E_n = n² E_1, and the eigenfunctions are the standing waves of a string fixed at both ends. Relaxing the walls to a finite depth lets the wave function leak into the classically forbidden region, keeps the number of bound states finite, and turns the eigenvalue condition into a transcendental equation solved graphically.\n",{"path":10370,"title":10371,"module":10359,"summary":10372},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator","Operators, Expectation Values, and the Harmonic Oscillator","Measurable quantities are extracted from the wave function as expectation values, and each observable is represented by an operator that acts between Ψ* and Ψ — position by multiplication, momentum by a derivative, energy by the Hamiltonian. Applied to the harmonic oscillator, the machinery yields evenly spaced levels E_n = (n+½)ℏω, Gaussian- times-Hermite eigenfunctions of definite parity, and the selection rule Δn = ±1.\n",{"path":10374,"title":10375,"module":10359,"summary":10376},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential","The Dirac-Delta Potential: A Single Bound State and Scattering","A potential concentrated at a single point is solvable in closed form and isolates the physics of matching a wave function across a discontinuity. Integrating the Schrödinger equation across the spike gives a jump condition on the derivative; the attractive delta well then supports exactly one bound state, of energy set by the strength alone, while the same spike scatters an incoming beam with a transmission that rises from zero to one. The attractive well and the repulsive barrier scatter identically yet only the well binds.\n",{"path":10378,"title":10379,"module":10359,"summary":10380},"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling","Barrier Penetration and Quantum Tunneling","Unbound states scatter rather than bind. A particle meeting a step is partly reflected even when it has more than enough energy to pass, and a particle meeting a barrier taller than its energy has a nonzero chance of appearing on the far side. Matching the wave function across the boundaries gives the reflection and transmission coefficients and the exponential tunneling probability that explains alpha decay, the scanning tunneling microscope, and the ammonia clock.\n",{"path":10382,"title":10383,"module":10384,"summary":10385},"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation","Hilbert Space and Dirac Bra–Ket Notation","The Formalism of Quantum Mechanics","Wave mechanics is one representation of a deeper structure: quantum states are vectors in a complex inner-product space, and observables act on them as linear operators. We build that space from the axioms, introduce Dirac's kets and bras as vectors and the linear functionals that measure them, and identify the wavefunction as the components of an abstract state in the position basis. The resolution of the identity is the single algebraic tool that ties every basis, expansion, and matrix element together.\n",{"path":10387,"title":10388,"module":10384,"summary":10389},"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues","Observables, Hermitian Operators, and the Spectral Theorem","Every measurable quantity is represented by a Hermitian operator, and the reason is forced: a measurement needs real eigenvalues, orthogonal eigenvectors, and a complete eigenbasis, and Hermiticity delivers precisely those. We derive those properties from self-adjointness, state the spectral theorem, handle degeneracy, and show that two observables share an eigenbasis precisely when they commute — the algebraic condition behind compatible and incompatible measurements.\n",{"path":10391,"title":10392,"module":10384,"summary":10393},"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement","The Postulates and Quantum Measurement","With states as vectors and observables as Hermitian operators, the physical content of quantum mechanics reduces to a short list of postulates. We state them precisely, derive the Born probability rule for discrete and continuous spectra, work out projective collapse and its idempotence, compute expectation values and their variance, and state the measurement problem cleanly — the one place the postulates split unitary evolution from measurement without explaining the seam.\n",{"path":10395,"title":10396,"module":10384,"summary":10397},"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra","Position, Momentum, and Continuous Spectra","Position and momentum are the observables with no normalizable eigenstates: their spectra are continuous, their eigenkets are delta-normalized, and the two are Fourier conjugates. We derive the canonical commutator from the momentum operator, build the continuous-basis machinery (Dirac deltas replacing Kronecker deltas), show the position and momentum wavefunctions are a Fourier-transform pair, and compute expectation values in either representation.\n",{"path":10399,"title":10400,"module":10384,"summary":10401},"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle","Commutators and the Generalized Uncertainty Principle","The commutator of two observables measures the obstruction to sharing an eigenbasis, and it bounds how sharply both can be known at once. We derive the generalized uncertainty relation from the Schwarz inequality, recover the position–momentum bound as a special case, characterize the minimum-uncertainty states that saturate it as Gaussians, and give the energy–time relation its correct reading as a lifetime bound rather than a commutator relation.\n",{"path":10403,"title":10404,"module":10384,"summary":10405},"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures","Time Evolution, Propagators, and the Heisenberg Picture","Time evolution is generated by the Hamiltonian and implemented by a unitary operator that preserves probability. We build that operator, expand a state in stationary states to see why probability densities freeze while phases wind, introduce the propagator, transfer the time dependence onto operators in the Heisenberg picture, and derive Ehrenfest's theorem — which recovers classical equations of motion for expectation values and identifies conserved quantities as observables commuting with the Hamiltonian.\n",{"path":10407,"title":10408,"module":10409,"summary":10410},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states","Ladder Operators and the Number States","The Oscillator Algebraically, and Symmetry","The harmonic oscillator can be solved without touching a differential equation. Factoring the Hamiltonian into a lowering operator and its adjoint turns the spectrum into pure algebra: the commutator relation fixes the ladder, the vacuum condition fixes the ground state, and the energies fall out as equally spaced rungs. The same operators give the matrix elements of position and momentum for free.\n",{"path":10412,"title":10413,"module":10409,"summary":10414},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states","Coherent and Squeezed States","A single number state never moves — its position expectation is pinned at the origin. The superposition that oscillates like a classical particle is the eigenstate of the annihilation operator: the coherent state. It is a displaced vacuum, carries Poissonian photon statistics, saturates the uncertainty bound, and traces a rigid Gaussian orbit in phase space. Squeezing deforms that circle, trading precision in one quadrature for noise in the other.\n",{"path":10416,"title":10417,"module":10409,"summary":10418},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws","Symmetries, Generators, and Conservation Laws","Every continuous symmetry of a quantum system is a unitary operator built by exponentiating a Hermitian generator: momentum generates translations, angular momentum generates rotations, the Hamiltonian generates time evolution. When a generator commutes with the Hamiltonian, the transformation leaves the dynamics unchanged and the generator is conserved — the quantum form of Noether's theorem — and any symmetry that mixes states within a level forces degeneracy.\n",{"path":10420,"title":10421,"module":10409,"summary":10422},"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries","Parity, Time Reversal, and Discrete Symmetries","Parity and time reversal are symmetries no continuous generator can reach. Parity is a unitary involution whose eigenvalues label states even or odd, fixing the dipole selection rules. Time reversal is antiunitary: it conjugates i, flips momenta and spins, and for half-integer spin squares to minus one, which by Kramers' theorem makes every level of a time-reversal-invariant Hamiltonian at least doubly degenerate.\n",{"path":10424,"title":10425,"module":9264,"summary":10426},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics","Orbital Angular Momentum and Spherical Harmonics","Orbital angular momentum is the operator triple built from position and momentum. Its components fail to commute, so no state carries sharp values of more than one of them, but each commutes with the total square. Solving the common eigenvalue problem in spherical coordinates quantizes both the magnitude and the projection and produces the spherical harmonics, the angular part of every central-force wavefunction.\n",{"path":10428,"title":10429,"module":9264,"summary":10430},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra","The Angular-Momentum Algebra and Ladder Operators","The eigenvalues of angular momentum follow from the commutation relations alone, with no reference to coordinates or wavefunctions. Raising and lowering operators built from the components generate finite multiplets, force the total quantum number to be a non-negative integer or half-integer, and fix the matrix elements of every component. The half-integer values excluded by orbital motion appear here, and they are what spin realizes.\n",{"path":10432,"title":10433,"module":9264,"summary":10434},"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan","Addition of Angular Momenta and Clebsch–Gordan Coefficients","Two angular momenta combine into a total whose allowed magnitudes run from the difference to the sum of the parts in integer steps. The change from the uncoupled product basis to the coupled total-angular-momentum basis is carried out with the lowering operator and orthogonality, and its matrix of overlaps is the table of Clebsch–Gordan coefficients. Two spin-halves split into a triplet and a singlet, the prototype for every composite spin.\n",{"path":10436,"title":10437,"module":10438,"summary":10439},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions","The Schrödinger Equation in Three Dimensions","Central Potentials","A central potential depends only on the distance from a force center, so the three-dimensional Schrödinger equation separates in spherical coordinates. The angular factor is a spherical harmonic; the radial factor obeys a one-dimensional equation with an effective potential whose centrifugal barrier depends on the angular-momentum quantum number. The free particle and the spherical box fix the two limiting cases through the spherical Bessel functions.\n",{"path":10441,"title":10442,"module":10438,"summary":10443},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom","The Hydrogen Atom","The Coulomb potential turns the radial equation into one whose bound states exist only for a discrete set of energies. A power-series solution truncated to keep the wavefunction normalizable forces the principal quantum number, and the energy comes out proportional to minus one over its square, recovering the Rydberg spectrum. The bound states are the associated Laguerre functions times spherical harmonics, and their energy depends on the principal number alone, giving an n-squared degeneracy larger than rotational symmetry can explain.\n",{"path":10445,"title":10446,"module":10438,"summary":10447},"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry","The Isotropic Oscillator and Hidden Symmetry","The three-dimensional isotropic harmonic oscillator solves in both Cartesian and spherical bases, and the two solutions must agree on the degeneracy of every level. That agreement, and the accidental degeneracy of hydrogen, both come from a symmetry larger than rotation: the oscillator carries an SU(3) invariance built from a conserved quadrupole tensor, and the Coulomb problem carries an SO(4) invariance built from the conserved Runge–Lenz vector. These hidden symmetries pin the degeneracies that rotational invariance alone leaves unexplained.\n",{"path":10449,"title":10450,"module":10451,"summary":10452},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach","Spin-½, the Pauli Matrices, and Stern–Gerlach","Spin","A silver atom passing through an inhomogeneous magnetic field splits into two beams, not a smear. That single fact fixes the internal angular momentum of the electron to a two-valued quantity with no spatial wavefunction. We build the two-dimensional spin space, the Pauli matrices and their algebra, the spinor for measurement along an arbitrary axis, and the sequential Stern–Gerlach filters that expose measurement disturbance.\n",{"path":10454,"title":10455,"module":10451,"summary":10456},"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance","Spin in a Magnetic Field: Precession and Resonance","A spin coupled to a magnetic field is the simplest nontrivial quantum dynamics. A static field makes the spin expectation precess on a cone at the Larmor frequency while the energy levels split linearly. Adding a weak oscillating field and passing to the rotating frame produces Rabi oscillations and a resonance lineshape — the physics of NMR and ESR, and the driven qubit.\n",{"path":10458,"title":10459,"module":10451,"summary":10460},"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere","Two-Level Systems and the Bloch Sphere","Every two-state quantum system is a spin-½ in disguise. Its Hamiltonian is an effective magnetic field, its pure states are points on the Bloch sphere, and its unitary evolution is a rigid rotation of that sphere. The same structure produces avoided level crossings, the ammonia inversion doublet and its maser, and the qubit.\n",{"path":10462,"title":10463,"module":10464,"summary":10465},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry","Identical Particles and Exchange Symmetry","Identical Particles","Two electrons carry no label that distinguishes one from the other, and that bare fact reshapes the state space. The exchange operator that swaps particle labels commutes with any Hamiltonian built from identical particles, so its eigenvalue is conserved, and nature admits only its two extremes: totally symmetric states for bosons and totally antisymmetric states for fermions. The antisymmetry forces a statistical correlation, the exchange \"force,\" that keeps fermions apart and draws bosons together even with no interaction between them.\n",{"path":10467,"title":10468,"module":10464,"summary":10469},"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table","The Pauli Principle, Atoms, and the Periodic Table","Antisymmetry packaged as a Slater determinant turns the exclusion principle into an operating rule for building atoms. Helium shows the machinery in full: the electron-electron repulsion splits into a direct Coulomb integral and an exchange integral, and the exchange term alone pushes the spin-triplet (orthohelium) below the spin-singlet (parahelium) with no magnetic interaction in sight. Screening, the aufbau order, and Hund's rules then assemble the whole periodic table from the same antisymmetry.\n",{"path":10471,"title":10472,"module":10473,"summary":10474},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory","Time-Independent Perturbation Theory","Approximation Methods for Bound States","Almost no realistic Hamiltonian can be solved exactly. Perturbation theory treats a hard Hamiltonian as a solvable one plus a small correction and expands the eigenvalues and eigenstates in powers of that correction. We derive the first- and second-order energy shifts and the first-order state correction for a nondegenerate level, expose the small-denominator failure that degeneracy forces, and fix it by diagonalizing the perturbation inside the degenerate subspace to find the \"good\" zeroth-order states.\n",{"path":10476,"title":10477,"module":10473,"summary":10478},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom","Fine Structure and the Real Hydrogen Atom","The Bohr spectrum is only the leading term. Two relativistic corrections of order alpha-squared — the relativistic kinetic-energy correction and spin–orbit coupling, joined by the Darwin term for s states — split the hydrogen levels into fine structure that depends on the total angular momentum j. We derive each shift as a first-order perturbation, combine them into a formula depending only on n and j, and continue down the energy ladder to the Lamb shift and the hyperfine 21 cm line.\n",{"path":10480,"title":10481,"module":10473,"summary":10482},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects","The Zeeman and Stark Effects","An atom in an external field is a perturbation problem whose good basis depends on which interaction wins. A magnetic field competes with the internal spin–orbit coupling: the weak-field limit gives the anomalous Zeeman splitting set by the Landé g-factor, the strong-field limit gives the Paschen–Back pattern in the uncoupled basis, and the intermediate regime is a matrix diagonalization. An electric field gives a quadratic shift for the nondegenerate ground state and a linear splitting for the degenerate n = 2 level.\n",{"path":10484,"title":10485,"module":10473,"summary":10486},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method","The Variational Method","The expectation of the Hamiltonian in any trial state is an upper bound on the true ground-state energy. Minimizing that expectation over a parametrized family of trial functions turns the ground-state problem into ordinary calculus and needs no small parameter. We prove the bound, apply it to the helium atom with a screened effective charge, use a two-center trial to predict binding in the hydrogen molecular ion, and extend the method to excited states through orthogonality.\n",{"path":10488,"title":10489,"module":10473,"summary":10490},"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation","The WKB Approximation","When the potential varies slowly on the scale of the de Broglie wavelength, the wavefunction is locally a plane wave with a position-dependent wavelength. This semiclassical picture builds the wavefunction from the classical momentum, breaks down at the turning points where the momentum vanishes, and is repaired there by connection formulas. The result recovers the Bohr–Sommerfeld quantization rule with its half-integer correction and gives the exponential tunneling rate through a smooth barrier, the Gamow factor.\n",{"path":10492,"title":10493,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":10495,"title":10496,"module":10497,"summary":10498},"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions","Sets, Logic, and Functions","Foundations and the Real Number System","The working language of analysis: quantifiers and the proof patterns (contrapositive, contradiction, induction), sets and their operations, relations and equivalence classes, and functions with their images, injections, surjections, and bijections. Cardinality is measured by bijection, and Cantor's theorem that no set surjects onto its power set forces uncountable sets to exist.\n",{"path":10500,"title":10501,"module":10497,"summary":10502},"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness","Ordered Fields and the Completeness Axiom","The real numbers are the unique ordered field with the least-upper-bound property. The field and order axioms, the exact failure of the rationals (no supremum for the set of rationals below √2), and completeness as the defining axiom of ℝ lead to the first consequences: the existence of √2, the Archimedean property, and the density of ℚ in ℝ.\n",{"path":10504,"title":10505,"module":10497,"summary":10506},"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds","Absolute Value, Bounded Sets, and Inequalities","The absolute value turns the order on ℝ into a notion of distance, with the triangle inequality as the estimate underlying most later proofs. Covered: its algebra, the triangle and reverse-triangle inequalities, and the extension of the sup\u002Finf vocabulary from sets to bounded functions.\n",{"path":10508,"title":10509,"module":10497,"summary":10510},"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability","Intervals, Uncountability, and Decimals","Intervals are classified, and ℝ is proved uncountable two ways: a nested-interval construction and the decimal diagonal argument. Decimal expansions are built as suprema of truncations, which pins the source of their non-uniqueness (the 0.4999… equals 0.5000… identity) and the identification of the rationals with the eventually-repeating expansions. The middle-thirds Cantor set is an uncountable set of measure zero.\n",{"path":10512,"title":10513,"module":10514,"summary":10515},"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits","Sequences and Their Limits","Sequences and Series","A sequence is a function on the natural numbers; it converges to a limit when its terms eventually stay within any prescribed tolerance of that number. The epsilon-M definition fixes the order of the quantifiers, and from it the limit is unique, every convergent sequence is bounded, and only the tail matters. Divergence to plus or minus infinity records terms that outgrow every bound.\n",{"path":10517,"title":10518,"module":10514,"summary":10519},"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone","Limit Laws and Monotone Convergence","Limits commute with sums, products, quotients, roots, and absolute values and preserve non-strict inequalities, so a limit can be assembled from the limits of its parts without returning to epsilon and M. The squeeze lemma transfers a limit through two envelopes; the monotone convergence theorem produces a limit from boundedness alone; and the ratio test settles the geometric and factorial standard limits.\n",{"path":10521,"title":10522,"module":10514,"summary":10523},"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass","Subsequences, Limit Superior, and Bolzano–Weierstrass","A bounded sequence need not converge, but it always has convergent subsequences, and its terms cluster between two extreme values. The limit superior and inferior are the limits of the tail suprema and infima; they always exist for a bounded sequence, coincide exactly when it converges, and are its largest and smallest subsequential limits. Bolzano–Weierstrass extracts a convergent subsequence from boundedness alone.\n",{"path":10525,"title":10526,"module":10514,"summary":10527},"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness","Cauchy Sequences and the Completeness of the Reals","The Cauchy criterion tests convergence without knowing the limit: a sequence converges exactly when its terms eventually all lie within any tolerance of one another. Cauchy sequences are bounded, in the reals Cauchy and convergent are equivalent, and this completeness property is interchangeable with the least-upper-bound axiom — the single feature that separates the real line from the rationals.\n",{"path":10529,"title":10530,"module":10514,"summary":10531},"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence","Series and Convergence Tests","A series converges when its sequence of partial sums does, so every fact about sequences transfers. Geometric and telescoping series sum in closed form; the n-th term test rejects series whose terms miss zero, though the harmonic series shows the converse fails; and the comparison test against the geometric and p-series benchmarks settles most nonnegative-term series.\n",{"path":10533,"title":10534,"module":10514,"summary":10535},"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement","Absolute Convergence, the Ratio and Root Tests, and Rearrangements","Absolute convergence is the strong form of convergence that permits free manipulation; conditional convergence is fragile. Absolute convergence implies convergence, and the ratio and root tests detect it by comparison with the geometric series. The alternating series test supplies conditionally convergent series, Riemann's theorem rearranges any of them to any sum, and Mertens' theorem multiplies series when at least one converges absolutely.\n",{"path":10537,"title":10538,"module":10539,"summary":10540},"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms","Metric Spaces, Norms, and Examples","Metric Spaces and Topology","A metric is a function $d(x,y)$ obeying four axioms: nonnegativity, identity of indiscernibles, symmetry, and the triangle inequality. The Euclidean, taxicab, sup, discrete, and great-circle metrics all qualify, as does the sup metric on $C[a,b]$. Every norm induces a metric, and strongly equivalent metrics share the same open sets.\n",{"path":10542,"title":10543,"module":10539,"summary":10544},"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets","Open and Closed Sets, Interior, Closure","Open sets are those in which every point has room to move; closed sets are their complements. From the single ball construction come the topology axioms (arbitrary unions, finite intersections), the interior, closure, and boundary of a set, and the fact that openness is always relative to the ambient space.\n",{"path":10546,"title":10547,"module":10539,"summary":10548},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness","Convergence, Cauchy Sequences, and Completeness","The $\\varepsilon$-$N$ definition of a limit transfers verbatim to any metric space once $|x-y|$ is replaced by $d(x,y)$. Convergent sequences characterize closed sets and closures; Cauchy sequences and completeness capture spaces with no missing limits, with $\\mathbb{R}^n$ and $C[a,b]$ complete and $\\mathbb{Q}$ and $(0,1]$ not.\n",{"path":10550,"title":10551,"module":10539,"summary":10552},"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness","Compactness","A set is compact if every open cover has a finite subcover. In a metric space this is equivalent to sequential compactness and to being complete and totally bounded. Compact sets are closed and bounded; the Heine–Borel theorem gives the converse in $\\mathbb{R}^n$ but nowhere else in general.\n",{"path":10554,"title":10555,"module":10539,"summary":10556},"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness","Connectedness","A space is connected when it cannot be split into two nonempty open pieces. The connected subsets of $\\mathbb{R}$ are precisely the intervals, path- connectedness gives a constructive sufficient condition, and connectedness is a topological invariant preserved by continuous maps, the fact behind the intermediate value theorem.\n",{"path":10558,"title":10559,"module":8958,"summary":10560},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions","Limits of Functions","The limit of a function at a point is an epsilon–delta condition pinning one value L as the target of f(x) as x approaches c, mirroring the sequence definition with distance replacing index. It is stated only at cluster points of the domain, is unique when it exists, and reduces to sequential limits through the Heine criterion. The algebra of limits and one-sided limits follow from that reduction.\n",{"path":10562,"title":10563,"module":8958,"summary":10564},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions","Continuous Functions","A function is continuous at c when its limit there equals its own value, lim f(x) = f(c). The epsilon–delta and sequential forms agree; sums, products, quotients, and compositions of continuous functions are continuous; and the failures split into jump, Dirichlet, popcorn, and removable types. The topological reading is that preimages of open sets are open.\n",{"path":10566,"title":10567,"module":8958,"summary":10568},"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt","Extreme and Intermediate Value Theorems","On a closed bounded interval a continuous function attains an absolute maximum and minimum (the extreme value theorem, compactness preserved by continuity) and takes every value between its endpoint values (the intermediate value theorem, connectedness preserved). Both proofs run through Bolzano–Weierstrass and bisection, and yield root-finding, existence of k-th roots, and fixed-point theorems.\n",{"path":10570,"title":10571,"module":8958,"summary":10572},"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity","Uniform Continuity","Uniform continuity strengthens continuity by demanding one delta that works at every point of the domain, not a delta re-chosen at each point. It separates x^2 on a compact interval from x^2 on the whole line and from 1\u002Fx near zero; continuity on a closed bounded interval is automatically uniform; uniformly continuous functions preserve Cauchy sequences and extend to endpoints; and Lipschitz continuity is the strongest of the three, through its secant-slope bound.\n",{"path":10574,"title":10575,"module":8958,"summary":10576},"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces","Continuity on Metric Spaces","The epsilon–delta definition used only distances, so continuity transfers to maps between metric spaces by replacing absolute values with the two metrics. In this generality continuity still admits a sequential form, preserves compactness and connectedness, is uniform on a compact domain, and reads topologically as preimages of open sets being open, the formulation that defines homeomorphisms.\n",{"path":10578,"title":10579,"module":8958,"summary":10580},"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone","Limits at Infinity and Monotone Functions","Treating infinity as a cluster point extends the epsilon–delta limit to x approaching plus or minus infinity, giving horizontal asymptotes and infinite limits. For monotone functions the one-sided limits always exist as suprema and infima, the discontinuities are jumps and at most countably many, the continuity is equivalent to the image being an interval, and a strictly monotone function always has a continuous inverse.\n",{"path":10582,"title":10583,"module":10584,"summary":10585},"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative","The Derivative","Differentiation","The derivative is the limit of the difference quotient, the slope the secant lines approach as the second point slides into the first. Differentiability forces continuity; linearity and the product, quotient, and chain rules follow from the definition; and a continuous function can fail to be differentiable, as the absolute value does at the origin.\n",{"path":10587,"title":10588,"module":10584,"summary":10589},"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem","The Mean Value Theorem","A relative extremum in the interior forces the derivative to vanish; Rolle's theorem and the mean value theorem turn that local fact into global control. The sign of the derivative fixes monotonicity, a bounded derivative yields a Lipschitz bound, and Darboux's theorem shows derivatives have the intermediate value property even where they are discontinuous.\n",{"path":10591,"title":10592,"module":10584,"summary":10593},"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem","Taylor's Theorem","Taylor's theorem generalizes the mean value theorem: an n-times differentiable function is matched near a point by a degree-n polynomial, with a Lagrange remainder that names the error exactly through one higher derivative. Iterating the mean value theorem proves it; the second-derivative test is the order-one case; and a smooth non-analytic bump separates a Taylor series from the function it fails to represent.\n",{"path":10595,"title":10596,"module":10584,"summary":10597},"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d","The Inverse Function Theorem in One Variable","A nonzero derivative certifies a local inverse and fixes its slope. A strictly monotone differentiable function has a differentiable inverse whose derivative is the reciprocal of the original; the inverse function theorem removes the monotonicity hypothesis, and the reciprocal formula constructs nth roots and the logarithm's derivative, failing exactly where the derivative vanishes.\n",{"path":10599,"title":10600,"module":10601,"summary":10602},"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral","Partitions, Darboux Sums, and Integrability","The Riemann Integral","The Riemann integral is defined by trapping the area under a bounded function between under- and over-estimates. Partitions cut the domain into strips; lower and upper Darboux sums bracket the area; refining a partition tightens the bracket. A function is integrable exactly when the bracket can be made arbitrarily thin, and the tagged Riemann-sum limit gives the same number.\n",{"path":10604,"title":10605,"module":10601,"summary":10606},"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes","Which Functions Are Integrable","The Cauchy criterion certifies whole classes of functions as integrable. Continuous functions are integrable because uniform continuity makes every oscillation cap small; monotone functions are integrable because their caps telescope to a single total jump; bounded functions with finitely many discontinuities are integrable by isolating the bad points. The Dirichlet function fails, and the Lebesgue criterion names the exact boundary.\n",{"path":10608,"title":10609,"module":10601,"summary":10610},"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral","Properties of the Integral","The integral is a linear, order-preserving, additive operator on the integrable functions. It splits across subintervals, respects inequalities, bounds the size of a function by the integral of its absolute value, and preserves products. The mean value theorem for integrals identifies the integral with an attained average height on a fixed rectangle.\n",{"path":10612,"title":9013,"module":10601,"summary":10613},"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem","The fundamental theorem ties the integral to the derivative in two forms. The evaluation form computes a definite integral from any antiderivative; the differentiation form shows the area function has derivative equal to the integrand at points of continuity. Together they make differentiation and integration inverse operations, and yield integration by parts and change of variables.\n",{"path":10615,"title":10616,"module":10601,"summary":10617},"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper","The Logarithm, Exponential, and Improper Integrals","The integral defines transcendental functions. The logarithm is the area under 1\u002Ft, the exponential is its inverse, and their calculus properties follow from the fundamental theorem. Improper integrals extend integration to unbounded intervals and unbounded integrands as limits of proper integrals, with a p-test, a comparison test, absolute versus conditional convergence, and the integral test linking integrals to series.\n",{"path":10619,"title":10620,"module":10621,"summary":10622},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence","Pointwise and Uniform Convergence","Sequences and Series of Functions","A sequence of functions has two natural notions of limit. Pointwise convergence fixes each input and takes the limit of numbers; uniform convergence demands one rate that works for every input at once. The uniform norm turns the second into a statement about a single sequence of numbers, and the uniform Cauchy criterion and the Weierstrass M-test let us certify it.\n",{"path":10624,"title":10625,"module":10621,"summary":10626},"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits","Interchange of Limits: Continuity, Integration, Differentiation","Passing to a limit inside a continuity statement, an integral, or a derivative is an interchange of two limits, and the two limits do not always commute. Uniform convergence licenses the first two swaps: the uniform limit of continuous functions is continuous, and the limit of the integrals is the integral of the limit. Differentiation needs uniform convergence of the derivatives, and counterexamples show why each hypothesis is required.\n",{"path":10628,"title":10629,"module":10621,"summary":10630},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass","Power Series and the Weierstrass Approximation Theorem","A power series converges uniformly on every closed subinterval inside its radius of convergence, together with all of its derivatives. That makes it continuous, differentiable, and integrable term by term, so a power series defines an infinitely differentiable function. The Weierstrass approximation theorem then shows that polynomials come uniformly close to any continuous function on a closed bounded interval.\n",{"path":10632,"title":10633,"module":10621,"summary":10634},"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode","Picard's Existence and Uniqueness Theorem","The Banach fixed-point theorem says a contraction of a complete metric space has exactly one fixed point, found by iterating from any start. Applied to the space of continuous functions with the uniform norm, it proves Picard's theorem: a first-order differential equation with a Lipschitz right-hand side has a unique local solution. Picard iteration constructs that solution explicitly, and worked examples show the Lipschitz condition is not optional.\n",{"path":10636,"title":10637,"module":10638,"summary":10639},"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn","The Derivative of a Map ℝⁿ → ℝᵐ","Functions of Several Variables (Introduction)","The derivative of a map between Euclidean spaces is the linear transformation of vanishing relative error, unique when it exists and represented in coordinates by the Jacobian matrix of partial derivatives. Differentiability forces continuity through a local Lipschitz bound. Existence of the partial derivatives alone does not suffice; continuity of the partials does.\n",{"path":10641,"title":10642,"module":10638,"summary":10643},"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule","Directional Derivatives, the Gradient, and the Chain Rule","The directional derivative measures the rate of change of a scalar field along a chosen heading and equals the derivative applied to that direction. The gradient collects these into a vector that points along steepest ascent and sits orthogonal to level sets. The chain rule composes derivatives by multiplying Jacobians, and a mean value theorem holds for scalar fields but fails for vector-valued maps.\n",{"path":10645,"title":10646,"module":10638,"summary":10647},"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema","Higher Derivatives, Taylor's Theorem, and Extrema","Iterating the derivative gives a symmetric second derivative, the Hessian, whose mixed partials agree when they are continuous. Taylor's theorem expands a smooth map to any order with a Lagrange-type remainder, and at a critical point the definiteness of the Hessian decides between a local minimum, a local maximum, and a saddle.\n",{"path":10649,"title":10650,"module":10638,"summary":10651},"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems","The Inverse and Implicit Function Theorems","A nonlinear map with a nonsingular Jacobian is locally invertible, with the inverse's derivative given by the inverse matrix. The contraction mapping principle supplies the local inverse; the implicit function theorem then solves a system for some variables in terms of the rest whenever the relevant Jacobian block is invertible. Worked coordinate changes show both theorems in use.\n",{"path":10653,"title":10654,"module":10638,"summary":10655},"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals","Multiple Integrals","The Riemann integral of a bounded function over a closed rectangle in Euclidean space is built from Darboux upper and lower sums on a grid of subrectangles, with the same squeeze criterion that governs the one-variable integral. Continuous integrands are integrable, and a set of content zero can be ignored. Fubini's theorem evaluates a multiple integral as an iterated one in either order, and the indicator trick extends the theory to regions bounded by curves.\n",{"path":10657,"title":10658,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":10660,"title":10661,"module":8611,"summary":10662},"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations","Sets, Functions, and Equivalence Relations","Algebra is built on three prior notions: the set, the map between sets, and the equivalence relation that reorganizes a set into disjoint classes. Sets, maps (injective, surjective, bijective), fibers and preimages, and the correspondence between equivalence relations and partitions — the one structural fact reused in every later quotient construction.\n",{"path":10664,"title":10665,"module":8611,"summary":10666},"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic","The Integers and Modular Arithmetic","The integers carry the template every ring later imitates: well-ordering drives induction, induction drives the division algorithm, and division drives the Euclidean algorithm, gcd, Bézout's identity, and unique factorization into primes. Quotienting by congruence mod n builds the first finite arithmetic, Z\u002FnZ, whose invertible elements form the group of units.\n",{"path":10668,"title":10669,"module":10670,"summary":10671},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples","Group Axioms and First Examples","Groups and Symmetry","A group is a set with one associative operation that has an identity and inverses. We state the axioms, prove that the identity, inverses, and cancellation behave as expected, define the order of a group and of an element, and catalogue the running examples: the integers, the additive group of residues mod n, and the multiplicative group of units mod n.\n",{"path":10673,"title":10674,"module":10670,"summary":10675},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups","Dihedral and Symmetric Groups","The dihedral group D_{2n} is the symmetries of a regular n-gon, generated by a rotation r and a reflection s subject to three relations. The symmetric group S_n is all permutations of n objects, written in cycle notation. Orders, generators and relations, cycle decomposition, the order of a permutation from its cycle type, and the parity that splits S_n in half.\n",{"path":10677,"title":10678,"module":10670,"summary":10679},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups","Matrix and Quaternion Groups","Invertible matrices over a field form the general linear group GL_n(F), with the determinant-one matrices as the subgroup SL_n(F). Over a finite field the order of GL_n(F) has a clean product formula. The quaternion group Q_8 is a second small nonabelian group, distinct from the dihedral group of the same order; its multiplication and subgroup structure sharpen the contrast between the two.\n",{"path":10681,"title":10682,"module":10670,"summary":10683},"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions","Homomorphisms, Isomorphisms, and Actions","A homomorphism is a map between groups that respects the operation; an isomorphism is a bijective one, making two groups the same up to relabeling. The kernel and image measure how far a homomorphism is from injective and surjective. A group action realizes a group as permutations of a set, and actions correspond exactly to homomorphisms into a symmetric group, with orbits and stabilizers as the first tools for counting.\n",{"path":10685,"title":10686,"module":10687,"summary":10688},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures","Subgroups and Their Substructures","Subgroups and Quotients","A subgroup is a subset that is a group under the inherited operation. One test decides it: nonempty and closed under the map $(x,y) \\mapsto xy^{-1}$. From an arbitrary subset $A$ we build the centralizer, normalizer, and center, and from an action the stabilizer and kernel, all of them subgroups nested in a fixed chain inside $G$.\n",{"path":10690,"title":10691,"module":10687,"summary":10692},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups","Cyclic Groups","A cyclic group is generated by one element. Two facts organize the whole theory: the order of an element equals the order of the subgroup it generates, and cyclic groups of equal order are isomorphic, so $\\mathbb{Z}$ and $\\mathbb{Z}\u002Fn\\mathbb{Z}$ are the only ones. From there the generators ($\\varphi(n)$ of them), the subgroups (one per divisor of $n$), and a fast exponentiation algorithm all follow.\n",{"path":10694,"title":10695,"module":10687,"summary":10696},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices","Generation and the Lattice of Subgroups","The subgroup generated by a subset $A$ is the smallest subgroup containing it, described top-down as an intersection and bottom-up as the set of words in $A$ and its inverses. Collecting all subgroups and ordering them by containment produces the subgroup lattice, whose Hasse diagram shows the joins, meets, and containment relations among all subgroups.\n",{"path":10698,"title":10699,"module":10687,"summary":10700},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups","Cosets, Lagrange, and Normal Subgroups","The left cosets of a subgroup partition a group into equal-sized blocks, so the order of a subgroup divides the order of the group: Lagrange's theorem. When the blocks can be multiplied consistently — exactly when the subgroup is normal — they form the quotient group $G\u002FN$. Fermat's and Euler's theorems fall out as index computations.\n",{"path":10702,"title":10703,"module":10687,"summary":10704},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems","The Isomorphism Theorems","Four theorems relate homomorphisms, quotients, and subgroup lattices. The first identifies the image of a homomorphism with the quotient by its kernel; the second and third compute quotients built from two subgroups and quotients of quotients; the fourth matches the subgroups of $G\u002FN$ with the subgroups of $G$ lying above $N$. Together they make quotient groups computable.\n",{"path":10706,"title":10707,"module":10687,"summary":10708},"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group","Composition Series and the Alternating Group","A composition series breaks a finite group into simple quotient factors, and Jordan-Hölder says those factors are unique up to order. This turns classification into two problems: list the simple groups, and describe how to reassemble them. The sign homomorphism splits $S_n$ into even and odd permutations, defining the alternating group $A_n$, simple for $n \\ge 5$.\n",{"path":10710,"title":10711,"module":10712,"summary":10713},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem","Actions, Orbits, and Cayley's Theorem","Group Actions and Sylow Theory","A group action turns abstract elements into permutations of a set. The action splits the set into orbits, and the orbit-stabilizer theorem ties each orbit's size to the index of a stabilizer. Applied to a group acting on itself by left multiplication, this gives Cayley's theorem: every group is a group of permutations.\n",{"path":10715,"title":10716,"module":10712,"summary":10717},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation","Conjugation and the Class Equation","A group acts on itself by conjugation, and the orbits are the conjugacy classes. Orbit-stabilizer turns the resulting partition into the class equation, which forces every group of prime-power order to have a nontrivial center. Conjugacy in the symmetric group is cycle type, and Burnside's lemma counts orbits by averaging fixed points.\n",{"path":10719,"title":10720,"module":10712,"summary":10721},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems","The Sylow Theorems","Lagrange's theorem forbids subgroups whose order fails to divide the group order; Sylow's theorems supply a partial converse for prime powers. A Sylow p-subgroup always exists, all of them are conjugate, and their count satisfies two congruence-and-divisibility constraints tight enough to prove many groups non-simple from their order alone.\n",{"path":10723,"title":10724,"module":10712,"summary":10725},"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups","Automorphisms and Simplicity of Aₙ","Conjugation makes a group act on itself and on its normal subgroups by automorphisms, giving the inner automorphism group G\u002FZ(G) and the embedding of N(H)\u002FC(H) into Aut(H). Characteristic subgroups are those every automorphism fixes, and the automorphism group of a cyclic group is its unit group. The lesson closes by proving the alternating group Aₙ is simple for n ≥ 5.\n",{"path":10727,"title":10728,"module":10729,"summary":10730},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups","Direct Products and Finite Abelian Groups","Products and Group Structure","The direct product assembles a larger group from componentwise copies of smaller ones, and a recognition theorem reverses the process when two normal subgroups meet trivially and span the group. The Fundamental Theorem of Finitely Generated Abelian Groups then classifies every such group by two equivalent invariants, invariant factors and elementary divisors.\n",{"path":10732,"title":10733,"module":10729,"summary":10734},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products","Semidirect Products","The semidirect product relaxes the direct product by requiring only one factor to be normal, with the other acting on it through a homomorphism into its automorphism group. This single twisting map lets abelian pieces assemble into non-abelian groups, realizes the dihedral groups as $\\mathbb{Z}_n \\rtimes \\mathbb{Z}_2$, and, with a recognition theorem, classifies groups of several small orders.\n",{"path":10736,"title":10737,"module":10729,"summary":10738},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups","p-Groups, Nilpotent, and Solvable Groups","Finite p-groups have nontrivial center, and iterating the center upward builds the nilpotent groups, which decompose as the direct product of their Sylow subgroups. Iterating the commutator downward builds the solvable groups, whose factors are abelian. The chain cyclic, abelian, nilpotent, solvable orders these classes, and A_5 breaks the last link.\n",{"path":10740,"title":10741,"module":10729,"summary":10742},"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups","Classifying Groups of Small Order","With Sylow's theorem to force normal subgroups, direct and semidirect products to assemble them, and presentations to name the result, every group up to order fifteen can be listed explicitly. Free groups make presentations precise: generators with no relations, from which any group is a quotient by the normal closure of its relations.\n",{"path":10744,"title":10745,"module":10746,"summary":10747},"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples","Rings: Definitions and Examples","Ring Theory","A ring carries two operations: an abelian group under addition and an associative multiplication linked by the distributive laws. The named special cases — commutative rings, integral domains, division rings, and fields — differ only in how their multiplication behaves. Standard examples include quadratic integer rings, polynomial rings, matrix rings, and group rings.\n",{"path":10749,"title":10750,"module":10746,"summary":10751},"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms","Ideals, Quotient Rings, and Homomorphisms","Ring homomorphisms have kernels that absorb multiplication; such subsets are ideals, and every ideal is the kernel of the projection onto a quotient ring. The quotient construction yields the ring isomorphism theorems and classifies ideals by their quotients: R\u002FI is a field exactly when I is maximal, an integral domain exactly when I is prime.\n",{"path":10753,"title":10754,"module":10746,"summary":10755},"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem","Fields of Fractions and the CRT","Rings of fractions invert a multiplicatively closed set, enlarging an integral domain into its field of fractions the way Z becomes Q. The Chinese Remainder Theorem splits a quotient by comaximal ideals into a direct product, generalizing Z\u002FmnZ ≅ Z\u002FmZ × Z\u002FnZ and explaining why the Euler function is multiplicative.\n",{"path":10757,"title":10758,"module":10759,"summary":10760},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds","Euclidean Domains, PIDs, and UFDs","Factorization and Polynomial Rings","Three classes of integral domain, ordered by how much of elementary arithmetic survives: Euclidean domains carry a division algorithm, principal ideal domains make every ideal a single multiple, and unique factorization domains factor every element into irreducibles in one way. We prove the chain ED implies PID implies UFD, the classes are separated by explicit counterexamples, and irreducible and prime coincide exactly in a UFD.\n",{"path":10762,"title":10763,"module":10759,"summary":10764},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields","Polynomial Rings over Fields","When the coefficients form a field, polynomial long division works exactly as it does over the rationals, and it works with a unique quotient and remainder. That single fact makes F[x] a Euclidean domain, hence a PID and a UFD: every ideal is the multiples of one polynomial, roots correspond to linear factors, and F[x]\u002F(f) is a field precisely when f is irreducible.\n",{"path":10766,"title":10767,"module":10759,"summary":10768},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization","Gauss's Lemma and Unique Factorization","A UFD is not a field, so its polynomial ring is not a PID — yet unique factorization survives the passage from R to R[x]. Gauss's lemma supplies the passage: a polynomial that factors over the fraction field already factors over R, once content is factored out. This gives the theorem that R[x] is a UFD whenever R is, so Z[x] and Q[x,y] factor uniquely even though neither is a PID.\n",{"path":10770,"title":10771,"module":10759,"summary":10772},"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner","Irreducibility Criteria and Gröbner Bases","Deciding whether a given polynomial is irreducible, and computing in multivariate polynomial rings. In one variable: the rational root test, reduction modulo a prime, and Eisenstein's criterion. In several variables, where division fails, a monomial order gives leading terms, a Gröbner basis restores a well-defined remainder, and Buchberger's algorithm computes it.\n",{"path":10774,"title":10775,"module":10776,"summary":10777},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules","Introduction to Modules","Module Theory","A module is an abelian group on which a ring acts, generalizing both vector spaces (when the ring is a field) and abelian groups (when the ring is the integers). Submodules, homomorphisms, quotients, and the isomorphism theorems carry over from groups, and an F[x]-module is the same datum as a vector space with a chosen linear operator — the correspondence behind the canonical forms.\n",{"path":10779,"title":10780,"module":10776,"summary":10781},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums","Generation, Direct Sums, and Free Modules","A generating set spans a module by R-linear combinations; a direct sum decomposes it into independent pieces; a free module has a basis and the universal property that a homomorphism is determined by arbitrary values on that basis. Rank is well defined over a commutative ring, torsion blocks a basis, and every module is a quotient of a free one — a presentation by generators and relations.\n",{"path":10783,"title":10784,"module":10776,"summary":10785},"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences","Tensor Products and Exact Sequences","The tensor product builds a module in which elements of two modules can be multiplied, characterized by a universal property turning bilinear maps into linear ones; extension of scalars is its guiding case. Exact sequences track how a module is assembled from a submodule and a quotient, when that assembly splits, and which modules — projective, injective, flat — make the Hom and tensor functors preserve exactness.\n",{"path":10787,"title":10788,"module":10776,"summary":10789},"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps","Vector Spaces and Linear Maps","A vector space is a module over a field, and the field hypothesis removes every pathology a general module can have: every vector space is free, so it has a basis, a well-defined dimension, and a coordinate isomorphism with F^n. Linear maps become matrices, change of basis becomes similarity, every space pairs with a dual of the same dimension, and the determinant is the unique alternating multilinear normalized form.\n",{"path":10791,"title":10792,"module":10793,"summary":10794},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids","The Structure Theorem for Modules over a PID","Modules over PIDs and Canonical Forms","Every finitely generated module over a principal ideal domain splits as a free part plus a direct sum of cyclic torsion pieces, in two canonical ways: invariant factors, tied together by a divisibility chain, and elementary divisors, one prime power at a time. Existence follows from the stacked-basis theorem, both lists are unique, and the case $R = \\mathbb{Z}$ is the classification of finitely generated abelian groups.\n",{"path":10796,"title":10797,"module":10793,"summary":10798},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form","Rational Canonical Form","A linear operator turns its vector space into a module over the polynomial ring $F[x]$, with $x$ acting as the operator. The structure theorem's invariant factors then become polynomials, each cyclic summand becomes a companion matrix, and the block-diagonal assembly is the rational canonical form. It is unique, it is computed inside the base field, and two matrices are similar exactly when their rational canonical forms agree.\n",{"path":10800,"title":10801,"module":10793,"summary":10802},"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form","Jordan Canonical Form","When the base field contains all the eigenvalues, the elementary divisors of an operator are powers of linear polynomials, and each cyclic summand becomes a Jordan block: an eigenvalue on the diagonal with ones just above it. Stacking the blocks gives the Jordan canonical form, unique up to reordering, as close to diagonal as the operator allows. Diagonalizability reads off the minimal polynomial, and the block sizes are counted by ranks of powers of the operator minus the eigenvalue.\n",{"path":10804,"title":10805,"module":10806,"summary":10807},"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements","Field Extensions and Algebraic Elements","Field Theory","A field extension makes a larger field K into a vector space over a smaller field F, and its degree [K:F] is that dimension. Adjoining a root of an irreducible polynomial builds a simple extension F(α) isomorphic to F[x]\u002F(m), whose degree is the degree of the minimal polynomial. The tower law makes these degrees multiply, which turns algebra over fields into bookkeeping with integers.\n",{"path":10809,"title":10810,"module":10806,"summary":10811},"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions","Straightedge-and-Compass Constructions","The lengths a straightedge and compass can build from a unit form a field closed under square roots, and every constructible number lies in a tower of quadratic extensions. So its degree over the rationals is a power of two. That single obstruction settles three problems the Greeks left open: doubling the cube, trisecting a general angle, and squaring the circle are all impossible.\n",{"path":10813,"title":10814,"module":10806,"summary":10815},"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure","Splitting Fields and Algebraic Closure","The splitting field of a polynomial is the smallest extension in which it factors into linear pieces, obtained by adjoining all its roots. Every polynomial has one, its degree is at most n factorial, and any two splitting fields are isomorphic. Pushing this to all polynomials at once gives the algebraic closure, a field in which every polynomial splits and which is unique up to isomorphism.\n",{"path":10817,"title":10818,"module":10806,"summary":10819},"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions","Separable Extensions and Cyclotomic Fields","A polynomial is separable when its roots are distinct, detected by whether it shares a factor with its formal derivative. Over perfect fields — characteristic zero and finite fields — every irreducible is separable, and the existence and uniqueness of the finite fields follow. Cyclotomic polynomials package the roots of unity by order, are irreducible over the rationals, and give the cyclotomic field its degree phi(n).\n",{"path":10821,"title":10822,"module":10823,"summary":10824},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence","The Galois Correspondence","Galois Theory","Galois theory attaches to a field extension its group of symmetries and shows that, for the right extensions, the subgroups of that group are in exact order-reversing correspondence with the intermediate fields. The automorphism group, Artin's theorem, the characterization of Galois extensions, and the Fundamental Theorem together turn questions about fields into questions about finite groups.\n",{"path":10826,"title":10827,"module":10823,"summary":10828},"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields","Finite Fields","Every finite field has prime-power order, is the splitting field of $x^{p^n} - x$, and is unique up to isomorphism. Its extension over the prime field is Galois with cyclic group generated by the Frobenius map $x \\mapsto x^p$, so the Galois correspondence reduces the subfield lattice to the divisor lattice of $n$. Möbius inversion counts the irreducible polynomials of each degree, and cyclic error-correcting codes are one application.\n",{"path":10830,"title":10831,"module":10823,"summary":10832},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions","Cyclotomic and Abelian Extensions","The Galois group of the $n$th cyclotomic field over $\\mathbb{Q}$ is the unit group $(\\mathbb{Z}\u002Fn\\mathbb{Z})^\\times$, which makes cyclotomic fields the worked catalogue of abelian extensions of $\\mathbb{Q}$. The isomorphism identifies subfields with subgroups, realizes every finite abelian group as a Galois group over $\\mathbb{Q}$, and leads to Kronecker–Weber. Composites of Galois extensions and the primitive element theorem supply the machinery.\n",{"path":10834,"title":10835,"module":10823,"summary":10836},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials","Galois Groups of Polynomials","Ordering the roots of a separable polynomial embeds its Galois group in the symmetric group $S_n$, and the group is transitive exactly when the polynomial is irreducible. The discriminant decides membership in $A_n$; for cubics and quartics the resolvent cubic pins the group down; and reduction modulo a prime produces elements of prescribed cycle type, the standard tool for computing Galois groups over $\\mathbb{Q}$.\n",{"path":10838,"title":10839,"module":10823,"summary":10840},"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic","Solvability by Radicals and the Quintic","A polynomial is solvable by radicals exactly when its Galois group is solvable. Cyclic extensions are radical extensions once roots of unity are present, which turns a radical tower into a solvable subnormal series. Since $S_n$ is solvable only for $n \\le 4$, the general quintic has no radical formula, and an explicit quintic with Galois group $S_5$ has roots provably not expressible in radicals.\n",{"path":10842,"title":10843,"module":10844,"summary":10845},"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry","A Glimpse of Commutative Algebra and Algebraic Geometry","Capstone: Where Algebra Goes Next","Commutative algebra reads geometry off the ring of polynomial functions. The dictionary runs through Noetherian rings and the ascending chain condition, Hilbert's Basis Theorem, affine algebraic sets and the two maps connecting ideals to zero sets, radicals, the Zariski topology, and Hilbert's Nullstellensatz, which over an algebraically closed field makes radical ideals and algebraic sets the same object.\n",{"path":10847,"title":10848,"module":10844,"summary":10849},"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory","A Glimpse of Representation and Character Theory","Representation theory studies a group by the ways it can act linearly on a vector space. Representations are equivalent to modules over the group ring; Maschke's theorem gives complete reducibility, the Wedderburn consequences bound the irreducible degrees, and character theory reduces a representation to a trace invariant governed by the orthogonality relations and displayed in the character table of a small group.\n",{"path":10851,"title":10852,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":10854,"title":10855,"module":10856,"summary":10857},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford","Atomic Spectra and Rutherford's Nucleus","Early Atomic Models and the Old Quantum Theory","Atoms emit light only at sharp, reproducible wavelengths, and by 1890 those wavelengths were captured by the Rydberg-Ritz formula. Neither empirical regularity had a mechanical explanation. Rutherford's alpha-scattering experiment supplied the missing structure: the atom's positive charge and nearly all its mass sit in a tiny central nucleus, with the electrons far outside.\n",{"path":10859,"title":10860,"module":10856,"summary":10861},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen","The Bohr Model of Hydrogen","Bohr grafted three quantum postulates onto Rutherford's nuclear atom: certain orbits do not radiate, radiation accompanies a jump between them, and quantization must match classical physics for large orbits. Quantizing the angular momentum fixes the orbit radii and energies, reproduces the Rydberg-Ritz formula, and predicts the Rydberg constant from fundamental constants alone.\n",{"path":10863,"title":10864,"module":10856,"summary":10865},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz","X-Ray Spectra and the Franck-Hertz Experiment","Two 1913-14 experiments confirmed the Bohr-Rutherford atom independently of optical spectra. Moseley found that the square root of a characteristic X-ray frequency is linear in atomic number, fixing Z as nuclear charge and ordering the periodic table. Franck and Hertz measured discrete atomic energy levels directly by scattering electrons through a mercury vapor.\n",{"path":10867,"title":10868,"module":10856,"summary":10869},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory","The Bohr-Sommerfeld Old Quantum Theory","Bohr fixed the hydrogen levels with a single quantum number by quantizing angular momentum. Sommerfeld replaced that ad hoc rule with a general prescription: quantize the action of each separable coordinate. The rule produces elliptical orbits, a second (azimuthal) quantum number, space quantization, and — once the relativistic mass variation is included — a fine-structure splitting that matches experiment to order alpha squared.\n",{"path":10871,"title":10872,"module":10856,"summary":10873},"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb","Limits of the Old Quantum Theory and the WKB Bridge","The old quantum theory works only where the classical motion is separable into independent periodic coordinates. It fails for helium, forbids the correct zero angular momentum of the hydrogen ground state, and misses the half-integer in the oscillator and in molecular spectra. The WKB quantization condition, derived from the Schrodinger equation, is the modern descendant of the Sommerfeld rule and repairs the half-integer through the Maslov correction.\n",{"path":10875,"title":10876,"module":10877,"summary":10878},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen","The Schrödinger Equation in Three Dimensions and Hydrogen","The Quantum Hydrogen Atom","Extending the Schrödinger equation to three dimensions and separating it in spherical coordinates produces three ordinary differential equations, one per coordinate. Their boundary conditions generate the quantum numbers n, ℓ, and mℓ, quantize the angular momentum to √(ℓ(ℓ+1))ℏ with projections mℏ, and fix the bound-state energies of hydrogen at −Z²(13.6 eV)\u002Fn².\n",{"path":10880,"title":10881,"module":10877,"summary":10882},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions","Hydrogen Wave Functions and Orbitals","The hydrogen wave functions factor into a radial part Rₙℓ(r) and an angular spherical harmonic Yℓm(θ,φ). Squaring gives the probability cloud; the radial distribution P(r) = r²|ψ|² peaks at the Bohr radius for the ground state and at the Bohr orbits for excited states. The angular part fixes the s, p, and d orbital shapes that govern chemical bonding.\n",{"path":10884,"title":10885,"module":10877,"summary":10886},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full","Solving the Radial Equation in Full","The hydrogen radial equation is solved from the differential equation up. The substitution u = rR turns it into a one-dimensional problem with a centrifugal barrier; matching the asymptotic behaviour at the origin and at infinity peels off the factors r^(ℓ+1) and e^(−r\u002Fna₀); a Frobenius series for the remainder must terminate, and that termination condition yields the quantization n ≥ ℓ+1 with E = −Z²Ry\u002Fn². The surviving polynomials are the associated Laguerre functions, whose degree n−ℓ−1 counts the radial nodes.\n",{"path":10888,"title":10889,"module":10877,"summary":10890},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz","Accidental Degeneracy and the Runge-Lenz Symmetry","Hydrogen energies depend only on n, so states of different ℓ at the same n are degenerate. This is not a coincidence but the mark of a hidden symmetry: the quantum Runge-Lenz vector is conserved for the 1\u002Fr potential alone, and together with angular momentum it generates the group SO(4). The Casimir invariant of that group reproduces E = −Z²Ry\u002Fn² and its representations count the n² states. Any departure from 1\u002Fr breaks the symmetry and lifts the ℓ-degeneracy.\n",{"path":10892,"title":10893,"module":10877,"summary":10894},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial","Expectation Values, the Virial Theorem, and Scaling","The radial matrix elements ⟨r^k⟩ of hydrogenic states are the raw material of every later correction. This lesson derives ⟨1\u002Fr⟩ from the virial theorem, builds the full family ⟨r⟩, ⟨r²⟩, ⟨1\u002Fr²⟩, ⟨1\u002Fr³⟩ from Kramers' recursion and the Feynman-Hellmann theorem, and reads off their scaling with n, ℓ, and Z. The virial balance ⟨T⟩ = −½⟨V⟩ = −E fixes the energy budget of every bound state.\n",{"path":10896,"title":10897,"module":10877,"summary":10898},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra","Quantum Defects and Alkali Spectra","An alkali atom is one valence electron outside a closed-shell core, and to a good approximation it is hydrogen with a modified quantum number. Core penetration makes low-ℓ states more bound than the Coulomb formula predicts, and the shortfall is captured by a single number per ℓ, the quantum defect δℓ. The spectrum then follows the Rydberg formula with n replaced by the effective n − δℓ, and the sodium D-line doublet is the worked case.\n",{"path":10900,"title":10901,"module":10877,"summary":10902},"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms","Rydberg Atoms","A Rydberg atom is an atom excited to a very high principal quantum number, and every hydrogenic property becomes exaggerated by a power of n. Size grows as n², binding falls as n⁻², radiative lifetime lengthens as n³, and the static polarizability explodes as n⁷. The levels crowd toward the ionization limit, and the enormous dipole interaction between two Rydberg atoms produces the blockade that underlies neutral-atom quantum computing.\n",{"path":10904,"title":10905,"module":10906,"summary":10907},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction","The Relativistic Kinetic-Energy Correction","Fine Structure and the Dirac Atom","The Bohr energies treat the electron as slowly moving, but its speed is of order αc, so the kinetic energy needs a relativistic correction. Expanding √(p²c²+m²c⁴) to order (v\u002Fc)² produces the perturbation −p⁴\u002F8m³c², whose first-order shift on a hydrogenic state is evaluated with the trick p²=2m(E−V). The result depends on n and ℓ, is smaller than the gross structure by α²≈5×10⁻⁵, and is one of the three pieces that combine into the fine-structure formula.\n",{"path":10909,"title":10910,"module":10906,"summary":10911},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession","Spin-Orbit Coupling and Thomas Precession","In the electron's rest frame the nucleus orbits it, and the resulting current produces a magnetic field that couples to the electron's spin moment. The interaction is ξ(r) L·S, with ξ built from the Coulomb potential and the radial expectation ⟨1\u002Fr³⟩. A relativistic subtlety, Thomas precession, halves the naive coefficient because the electron's rest frame is accelerating. The result splits each ℓ≥1 level into a j=ℓ±½ doublet and makes (n, ℓ, j, mⱼ) the good quantum numbers.\n",{"path":10913,"title":10914,"module":10906,"summary":10915},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula","The Darwin Term and the Fine-Structure Formula","The third fine-structure correction, the Darwin term, is a contact interaction proportional to ∇²V that acts only on s-states, physically a smearing of the electron over a Compton wavelength. Adding the relativistic, spin-orbit, and Darwin shifts, the ℓ-dependence cancels and the total collapses to a formula in n and j alone. The n=2 shell splits into 2S₁\u002F₂, 2P₁\u002F₂, 2P₃\u002F₂, with the two j=½ levels exactly degenerate, a coincidence the Dirac theory explains.\n",{"path":10917,"title":10918,"module":10906,"summary":10919},"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen","The Dirac Equation for Hydrogen","The fine-structure formula was assembled from three perturbations; the Dirac equation produces it in one stroke and exactly. A first-order relativistic wave equation forces a four-component spinor, from which spin s=½, the g-factor of 2, the spin-orbit term, and antiparticles all emerge automatically. Its exact Coulomb spectrum depends only on n and j, and expanding in Zα reproduces the perturbative result, including the 2S₁\u002F₂–2P₁\u002F₂ degeneracy that sets up the Lamb shift.\n",{"path":10921,"title":10922,"module":10923,"summary":10924},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed","The Lamb Shift and QED Radiative Corrections","QED Corrections and Hyperfine Structure","The Dirac equation makes the 2S₁\u002F₂ and 2P₁\u002F₂ levels of hydrogen exactly degenerate. Lamb and Retherford measured a splitting of about 1058 MHz that the Dirac theory cannot produce. The gap comes from the electron's coupling to the quantized electromagnetic field: self-energy, vacuum polarization, and the anomalous magnetic moment. Welton's vacuum-fluctuation estimate reproduces the size and shows why the effect lands almost entirely on s-states, and the same radiative corrections make hydrogen the most stringent test of QED.\n",{"path":10926,"title":10927,"module":10923,"summary":10928},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm","Hyperfine Structure and the 21 cm Line","The proton carries a magnetic moment, and it interacts with the magnetic field the electron produces at the nucleus. For s-states that interaction is the Fermi contact term, proportional to the electron density at the origin and to the dot product of the nuclear and electronic spins. Coupling I and J into F = I + J splits each level by a Landé interval rule; in hydrogen's ground state it produces the F = 0\u002FF = 1 doublet whose 1420 MHz, 21 cm transition maps neutral hydrogen across the galaxy.\n",{"path":10930,"title":10931,"module":10923,"summary":10932},"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift","Nuclear Size, Moments, and Isotope Shifts","A real nucleus has a finite size, a mass that changes between isotopes, and, when its spin is at least one, an electric quadrupole moment. Each leaves a fingerprint in the atomic spectrum: the volume shift from s-electrons sampling the charge distribution, the mass and field isotope shifts that separate on a King plot, the quadrupole interaction that breaks the Landé interval rule, and the hyperfine anomaly from the magnetization distribution. Atomic spectroscopy reads nuclear properties out of these shifts.\n",{"path":10934,"title":10935,"module":10936,"summary":10937},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra","The Periodic Table and Atomic Spectra","Many-Electron Atoms","Identical electrons demand antisymmetric wave functions, which is the Pauli exclusion principle: no two electrons share all four quantum numbers. Filling shells in order of increasing energy — shifted by penetration and shielding — builds the periodic table and its recurring ionization pattern. Selection rules govern optical spectra, and an external field splits lines by the Zeeman effect.\n",{"path":10939,"title":10940,"module":10936,"summary":10941},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent","The Central-Field Approximation and the Self-Consistent Field","The N-electron Hamiltonian does not separate because every pair of electrons repels. The central-field approximation replaces that pairwise repulsion with an averaged spherical potential each electron feels, restoring hydrogen-like orbitals labelled by n and ℓ. The Thomas-Fermi statistical model fixes the shape of the screened charge from Fermi-gas thermodynamics; the Hartree self-consistent field determines it exactly by iterating orbitals against the potential they generate until the two agree.\n",{"path":10943,"title":10944,"module":10936,"summary":10945},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock","Exchange, Slater Determinants, and Hartree-Fock","A product wave function ignores that electrons are identical fermions. Enforcing antisymmetry writes the state as a Slater determinant, which vanishes whenever two electrons share a spin-orbital — the exclusion principle made algebraic. The energy of a determinant carries a new term with no classical analogue, the exchange integral, nonzero only for parallel spins; it lowers the energy of aligned electrons and carves a Fermi hole around each one. Adding the exchange operator to the mean field gives the Hartree-Fock equations, and what they still miss defines the correlation energy.\n",{"path":10947,"title":10948,"module":10936,"summary":10949},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom","Helium: the Prototype Two-Electron Atom","Helium is the smallest atom the Schrödinger equation cannot solve exactly, and the smallest that shows every many-electron effect. Ignoring the electron repulsion overbinds the ground state by 30 eV; first-order perturbation theory and a one-parameter variational calculation with an effective charge close most of the gap. The excited configurations split into para (singlet) and ortho (triplet) states separated by the exchange integral, with the triplet lower — and the absence of a 1s² triplet is the Pauli principle in its plainest form.\n",{"path":10951,"title":10952,"module":10936,"summary":10953},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols","LS and jj Coupling; Term Symbols","A configuration is not a single energy level. The residual electrostatic repulsion and the spin-orbit interaction split it, and which one dominates fixes the coupling scheme. In light atoms the electrostatic term wins: orbital and spin angular momenta couple separately into L and S, then into J, giving Russell- Saunders term symbols. In heavy atoms spin-orbit wins and each electron's j forms first. The Pauli principle prunes the allowed terms of equivalent electrons, the Landé interval rule spaces the fine-structure multiplet, and the scheme crosses over from LS to jj down a column.\n",{"path":10955,"title":10956,"module":10936,"summary":10957},"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms","Hund's Rules and Ground-State Terms","A configuration allows several terms; Hund's three rules pick the ground one. Maximize the spin S first, then the orbital L, then set J to |L−S| for a less-than-half shell and L+S for a more-than-half shell. The first two rules come from exchange lowering the energy of apart-kept electrons; the third comes from the sign of the spin-orbit coupling, which flips as a shell passes half-filling and turns the multiplet from normal to inverted. Worked ground terms for carbon, nitrogen, oxygen, and iron show the rules in action.\n",{"path":10959,"title":10960,"module":10961,"summary":10962},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect","The Zeeman Effect","Atoms in External Fields","A magnetic field couples to the atom through its magnetic moment, splitting each level into equally spaced sublevels labelled by the projection of the total angular momentum. When spin is present the spacing is not the classical one: it carries the Landé g-factor, a projection of the spin and orbital moments onto the total angular momentum. We derive the weak-field Hamiltonian from minimal coupling, evaluate the shift with the projection theorem, and read off the polarization of the emitted components.\n",{"path":10964,"title":10965,"module":10961,"summary":10966},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate","The Paschen-Back and Intermediate-Field Regimes","When the magnetic interaction grows past the fine-structure coupling, spin and orbital angular momentum decouple and precess independently about the field. The anomalous Zeeman pattern reverts to a simple triplet, the Paschen-Back effect. Between the two limits neither coupling dominates and the level positions follow from diagonalizing the combined spin-orbit and Zeeman Hamiltonian. We build the two-by-two problem for a single valence electron, solve it in closed form, and show both limits emerge from one expression.\n",{"path":10968,"title":10969,"module":10961,"summary":10970},"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability","The Stark Effect and Field Ionization","An electric field shifts atomic levels by coupling to the electron's position. Parity forbids a first-order shift for a non-degenerate state, so most atoms respond only at second order through their polarizability, a quadratic Stark shift. Hydrogen is the exception: its accidental degeneracy admits a permanent dipole and a linear shift, cleanest in parabolic coordinates. At large fields the Coulomb well develops a saddle, and Rydberg states field-ionize at a threshold that falls as the fourth power of the principal quantum number.\n",{"path":10972,"title":10973,"module":10974,"summary":10975},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule","Time-Dependent Perturbation Theory and the Golden Rule","Radiative Transitions and Spectral Lines","An atom in a weak oscillating field makes transitions between its stationary states. First-order time-dependent perturbation theory gives the transition amplitude as a Fourier component of the perturbation at the Bohr frequency, and the resulting probability is a sinc-squared resonance that sharpens as the field acts longer. For a two-level system the same coupling produces Rabi oscillations; for a transition into a continuum the long-time limit collapses the sinc-squared into a delta function and yields Fermi's golden rule, a constant transition rate set by the coupling strength and the density of final states.\n",{"path":10977,"title":10978,"module":10974,"summary":10979},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients","The Dipole Approximation and Einstein Coefficients","The coupling between an atom and light is the interaction of the electron with the electromagnetic field. Because an optical wavelength dwarfs the atom, the spatial variation of the field across the atom can be dropped, leaving the electric-dipole interaction and its matrix element. That matrix element defines the oscillator strength, which obeys the Thomas-Reiche-Kuhn sum rule. Einstein's three rate coefficients (absorption, stimulated emission, spontaneous emission) follow from detailed balance with thermal radiation, fixing the ratio of spontaneous to stimulated rates and its steep growth with frequency.\n",{"path":10981,"title":10982,"module":10974,"summary":10983},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions","Selection Rules and Forbidden Transitions","The dipole matrix element vanishes for most pairs of states, and the pattern of which survive is the set of selection rules. Parity forces the orbital angular momentum to change by one; the angular integral of three spherical harmonics restricts the magnetic quantum number to change by zero or one; the photon's spin restricts the total angular momentum. When the dipole element vanishes, higher multipoles (magnetic dipole and electric quadrupole) can still drive the transition at rates smaller by powers of the fine-structure constant, and states with no allowed decay become metastable.\n",{"path":10985,"title":10986,"module":10974,"summary":10987},"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes","Lifetimes, Line Widths, and Line Shapes","A spectral line is never infinitely sharp. The finite lifetime of the excited state gives every line a natural Lorentzian width set by the total decay rate, the Fourier transform of an exponentially damped emission. Thermal motion adds a Gaussian Doppler width that usually dominates in a gas; collisions add a further Lorentzian pressure width; the observed profile is the Voigt convolution of the Gaussian and Lorentzian parts. Strong driving fields broaden the line further through saturation. Each mechanism has a distinct dependence on temperature, density, and intensity that lets it be identified and, where possible, removed.\n",{"path":10989,"title":10990,"module":10991,"summary":10992},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles","Population Inversion, Gain, and the Laser","Lasers and Spectroscopy","A laser is an optical amplifier placed inside a resonant cavity. Amplification requires that stimulated emission outrun absorption, which requires more atoms in the upper level than the lower one — a population inversion that the Einstein relations forbid in thermal equilibrium and that no two-level pump can produce. Three- and four-level schemes reach it by routing atoms through auxiliary states. The gain coefficient sets how strongly a weak beam grows, the cavity fixes the threshold and selects a comb of longitudinal modes, and gain saturation clamps the steady-state inversion at its threshold value.\n",{"path":10994,"title":10995,"module":10991,"summary":10996},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques","Spectroscopic Techniques and Frequency Combs","A tunable laser turns spectroscopy from photographing a spectrum into interrogating a single transition, but at room temperature the Doppler width buries the natural linewidth under a thousandfold-broader Gaussian. Saturated absorption and two-photon spectroscopy defeat the first-order Doppler shift by selecting the zero-velocity class or cancelling the shift between counter-propagating photons, recovering natural-width features. Laser-induced fluorescence pushes sensitivity to single atoms, and the optical frequency comb converts an optical frequency into a countable radio-frequency beat, giving absolute frequency measurement across the visible spectrum.\n",{"path":10998,"title":10999,"module":10991,"summary":11000},"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd","Reading Real Spectra with the NIST Database","Every quantity computed in this course — energy levels, transition frequencies, oscillator strengths, lifetimes — is tabulated for real atoms in the NIST Atomic Spectra Database. This lesson reads that data as physics: how levels are labelled by term symbols and energies in wavenumbers, how a transition list encodes wavelength, Einstein coefficient, and line strength, how a Grotrian diagram is reconstructed from the tables, and how a measured spectrum is matched to catalog lines. The residual between computed and tabulated positions is the running score of atomic theory.\n",{"path":11002,"title":11003,"module":11004,"summary":11005},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler","Laser Cooling and Optical Molasses","Modern Atomic Physics","A near-resonant laser beam pushes an atom because every absorbed photon delivers one unit of momentum and the subsequent spontaneous emission averages to zero. Two counter-propagating red-detuned beams turn that push into friction: the Doppler shift brings a moving atom closer to resonance with the beam it moves against, so the net force opposes the velocity. Six beams give optical molasses in three dimensions. The random recoil of spontaneous emission heats against the friction, and the balance sets the Doppler cooling limit. Adding a magnetic-field gradient makes the force position-dependent as well, giving the magneto-optical trap.\n",{"path":11007,"title":11008,"module":11004,"summary":11009},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping","Sub-Doppler Cooling and Atom Traps","Optical molasses cools multilevel atoms below the Doppler limit. A polarization gradient plus optical pumping makes an atom repeatedly climb a light-shift hill and be pumped to the valley, losing kinetic energy each cycle — Sisyphus cooling. The floor is the recoil limit, one photon momentum of residual motion. Below it, cooling must avoid scattering photons: conservative magnetic and optical-dipole traps hold the atoms while forced evaporation removes the hot tail, driving the phase-space density up toward quantum degeneracy.\n",{"path":11011,"title":11012,"module":11004,"summary":11013},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation","Bose-Einstein Condensation of Atomic Gases","Below a critical temperature a gas of identical bosons places a macroscopic fraction of its atoms in the single lowest-energy state. The transition occurs when the thermal de Broglie wavelength grows to the interparticle spacing, so the phase- space density reaches order unity. The critical temperature follows from the Bose-Einstein distribution and the density of states, the condensate fraction grows as one minus (T\u002FTc) to the three-halves, and the condensate reveals itself in time-of-flight as a sharp bimodal peak in the momentum distribution. The 1995 rubidium and sodium experiments realized it in dilute trapped gases.\n",{"path":11015,"title":11016,"module":11004,"summary":11017},"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision","Optical Atomic Clocks and Precision Measurement","An atomic clock counts the oscillations of a field locked to an atomic transition. The cesium microwave standard defines the second through the 9.19 GHz ground-state hyperfine transition, interrogated by Ramsey's separated-oscillatory-field method whose fringe width is set by the free-precession time. Optical clocks replace the microwave transition with an optical one five orders of magnitude higher in frequency, raising the quality factor and the fractional stability in proportion. Lattice and single-ion clocks reach fractional uncertainties near ten-to-the-minus- eighteen by trapping the atoms at a magic wavelength that cancels the light shift, and at that level they measure the gravitational redshift over centimetres of height.\n",{"path":11019,"title":11020,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":11022,"title":11023,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":11025,"title":11026,"module":8611,"summary":11027},"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category","Categories, Objects, and Arrows","A category is objects, arrows between them, a rule for composing arrows, and an identity arrow on every object, subject to associativity and the unit laws. The axioms mention no elements: arrows need not be functions, and an object is known only through the arrows into and out of it. Isomorphism, commutative diagrams, duality, and the terminal object are the first consequences.\n",{"path":11029,"title":11030,"module":8611,"summary":11031},"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories","A Zoo of Categories","The axioms admit two very different kinds of model: large categories of structured sets and their structure-preserving maps (Set, Mon, Grp, Top, Vect), and small categories that are themselves single algebraic objects — a monoid as a one-object category, a poset as a thin category. The awkward cases Rel and Pfn have sets as objects but relations and partial functions as arrows, and a typed programming language presents its types and programs as a category.\n",{"path":11033,"title":11034,"module":8611,"summary":11035},"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms","Isomorphisms, Monos, and Epis","Injectivity and surjectivity mention elements, so a general category re-expresses them by cancellation: monomorphisms cancel on the left, epimorphisms on the right. Sections and retractions are the split versions with an explicit one-sided inverse. Mono plus epi does not force an isomorphism, and subobjects are equivalence classes of monos into a fixed object.\n",{"path":11037,"title":11038,"module":8611,"summary":11039},"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors","Functors: Maps Between Categories","A functor sends objects to objects and arrows to arrows while preserving composition and identities. Covariant and contravariant functors, the standard stock (forgetful, free, hom, and powerset), and the classification by faithfulness, fullness, and essential surjectivity all follow. Functors compose, so categories and functors form a category themselves.\n",{"path":11041,"title":11042,"module":8611,"summary":11043},"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations","Natural Transformations and Functor Categories","A natural transformation is a map between two parallel functors: one component arrow per object, subject to a commuting square for every arrow of the source. Naturality is verified for the determinant, the double dual, and list operations; functors and natural transformations form the functor category [C, D]; and vertical and horizontal composition satisfy the Godement interchange law.\n",{"path":11045,"title":11046,"module":8611,"summary":11047},"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory","Size: Small, Large, Locally Small","The objects of Set do not form a set, and pretending otherwise reproduces the classical paradoxes. Classes make the small\u002Flarge distinction precise, with locally small and essentially small as the intermediate notions. Cantor's theorem shows Set and its algebraic relatives are large, and the function-based axiomatization of sets is the one category theory prefers to ZFC.\n",{"path":11049,"title":11050,"module":11051,"summary":11052},"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties","Universal Properties, Initial and Terminal Objects","Universal Properties and Basic Constructions","A universal property characterizes an object by a for-all\u002Fexists-unique condition on the arrows into or out of it, and any two objects satisfying the same property are isomorphic by a unique isomorphism. Initial and terminal objects are the simplest cases; the free vector space, the discrete topology, and the ring of integers show the pattern at work.\n",{"path":11054,"title":11055,"module":11051,"summary":11056},"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts","Products and Coproducts","The product of two objects is a wedge of projections through which every other wedge factors uniquely; the coproduct is the dual, built from injections. In Set these are the cartesian product and the disjoint union, in a poset the meet and join, and in abelian groups the two coincide. The mediating-arrow discipline established here is the template for all limits.\n",{"path":11058,"title":11059,"module":11051,"summary":11060},"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories","Opposite, Product, Slice, and Comma Categories","Categories are themselves mathematical structures, and the standard algebraic constructions apply: opposites, products, subcategories, slices, and the comma category that subsumes them. The opposite category yields the duality principle, halving the subject's proofs; slice and comma categories repackage every universal property as an initial or terminal object.\n",{"path":11062,"title":11063,"module":11064,"summary":11065},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors","Hom-Functors and Representables","Representables and the Yoneda Lemma","Fixing an object A of a locally small category produces a set-valued functor, the hom-functor A(A,-), that records every map out of A. A functor is representable when it is naturally isomorphic to such a hom-functor. We define the covariant and contravariant hom-functors, collect the standard representables (identity, forgetful, powerset), and read maps as generalized elements of varying shape.\n",{"path":11067,"title":11068,"module":11064,"summary":11069},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma","The Yoneda Lemma","The Yoneda lemma computes the natural transformations out of a representable presheaf: they form a set in natural bijection with X(A). The proof fixes a single degree of freedom, the image of the identity arrow, and shows naturality forces everything else. We prove the bijection, verify naturality in both variables, and read off that a natural transformation out of a representable is just one element.\n",{"path":11071,"title":11072,"module":11064,"summary":11073},"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences","The Yoneda Embedding and Its Uses","Three corollaries turn the Yoneda lemma into working machinery. A representation of a presheaf is the same thing as a universal element; the Yoneda embedding of a category into its presheaf category is full and faithful; and two objects are isomorphic exactly when their representables are. Together they justify constructing arrows by constructing natural transformations between hom-functors, and they contain Cayley's theorem as the one-object case.\n",{"path":11075,"title":11076,"module":11077,"summary":11078},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits","Cones and Limits","Limits and Colimits","A diagram is a functor from a small shape category; a cone over it is an object with compatible legs to every node; and a limit is the terminal cone, the one every other cone factors through uniquely. Products and terminal objects reappear as limits over particular shapes, and the whole construction is unique up to a single isomorphism.\n",{"path":11080,"title":11081,"module":11077,"summary":11082},"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks","Equalizers and Pullbacks","The equalizer of a parallel pair is the universal arrow that makes the two composites agree; the pullback of a cospan is the universal commutative square. In Set they are solution sets and fibered products, every equalizer is monic, monics are stable under pullback, and products plus equalizers together generate all limits.\n",{"path":11084,"title":11085,"module":11077,"summary":11086},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits","Colimits: Coproducts, Coequalizers, Pushouts","Colimits are limits in the opposite category: cocones replace cones, and the universal cocone is initial rather than terminal. Coproducts glue objects side by side, coequalizers impose relations and produce quotients, pushouts glue along a shared part, and in Set every colimit is a quotient of a disjoint union. Directed colimits admit a clean elementwise description.\n",{"path":11088,"title":11089,"module":11077,"summary":11090},"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits","Computing Limits in Concrete Categories","In Set the limit of any diagram is the set of threads: choice functions through the nodes that commute with every edge. In Pos, Mon, and Top the recipe is the same limit downstairs plus the unique structure that makes the projections structure-preserving — pointwise order, componentwise operations, the topology generated by the projections. The pattern is what \"the forgetful functor creates limits\" means concretely.\n",{"path":11092,"title":11093,"module":11077,"summary":11094},"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors","Preservation, Reflection, and Creation of Limits","A functor preserves limits if it sends limit cones to limit cones, reflects them if it recognizes them, and creates them if limits downstairs lift uniquely upstairs. Representable functors preserve all limits, forgetful functors from algebra create them, and limits in functor categories are computed pointwise, one evaluation at a time.\n",{"path":11096,"title":11097,"module":11098,"summary":11099},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions","Adjoint Functors via Hom-Set Bijections","Adjunctions","An adjunction is a natural bijection between two hom-sets: maps out of $F(A)$ in one category correspond to maps into $G(B)$ in the other. We give the definition, spell out the naturality axioms that make the correspondence compatible with composition, and work the flagship examples — free vector spaces, free groups, discrete and indiscrete topologies, and currying.\n",{"path":11101,"title":11102,"module":11098,"summary":11103},"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits","Units, Counits, and the Triangle Identities","The whole hom-set bijection of an adjunction is generated by two natural transformations: the unit, obtained by transposing identity maps on one side, and the counit, by transposing them on the other. Two triangle identities are all they must satisfy, and any pair satisfying them determines a unique adjunction. The same correspondence specializes to order-preserving maps between posets and to free constructions.\n",{"path":11105,"title":11106,"module":11098,"summary":11107},"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows","Adjunctions from Universal Arrows","The unit component at a single object is an initial object of a comma category, and this universal property alone rebuilds the whole adjunction. A functor has a left adjoint exactly when every object admits such a universal arrow, and the left adjoint is assembled from them one object at a time. We prove the equivalence of all three formulations of adjointness.\n",{"path":11109,"title":11110,"module":11098,"summary":11111},"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions","Free Constructions and Free–Forgetful Adjunctions","Free monoids, free groups, and free vector spaces are left adjoints to forgetful functors, and the universal mapping property is all one needs to prove it. Some forgetful functors also have right adjoints (co-free constructions like the indiscrete topology), producing three-functor chains. Contravariant adjunctions, symmetric in their two functors, close the lesson with the pattern behind duality and representation theorems.\n",{"path":11113,"title":11114,"module":11115,"summary":11116},"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints","Limits as Adjoints and as Representables","Adjoints, Representables, and Limits Together","A cone on a diagram is a natural transformation from a constant diagram, so a limit is a representation of the cone functor and, equivalently, a value of the right adjoint to the diagonal functor. We prove both rephrasings, derive uniqueness and functoriality of limits from them, and record the dual statement that a colimit is the left adjoint to the diagonal.\n",{"path":11118,"title":11119,"module":11115,"summary":11120},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits","Limits and Colimits of Presheaves","Representables preserve limits, and limits in a functor category are computed one object at a time, so a presheaf category is complete and cocomplete with all its structure inherited pointwise from Set. The Yoneda embedding then preserves limits but not colimits, and the density theorem repairs the colimit side: every presheaf is a canonical colimit of representables.\n",{"path":11122,"title":11123,"module":11115,"summary":11124},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits","Right Adjoints Preserve Limits (RAPL)","A functor with a left adjoint preserves every limit that exists, and dually a functor with a right adjoint preserves colimits. The proof is a four-line chain of natural isomorphisms through the adjunction and the continuity of representables. The theorem yields product-and-exponential arithmetic in Set, another proof that limits commute with limits, and a standard test for proving that a functor has no adjoint.\n",{"path":11126,"title":11127,"module":11115,"summary":11128},"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem","The Adjoint Functor Theorem","RAPL makes limit preservation necessary for having a left adjoint; the adjoint functor theorems identify when it is sufficient. For ordered sets no extra hypothesis is needed. In general the candidate adjoint is a limit over a comma category that may be large, and the general adjoint functor theorem tames it with a weakly initial set. We prove GAFT in full and apply it to free groups and, through the special adjoint functor theorem, the Stone–Čech compactification.\n",{"path":11130,"title":11131,"module":11132,"summary":11133},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads","Monads from Adjunctions","Monads and Algebras","A monad on a category is an endofunctor equipped with a unit and a multiplication satisfying associativity and unit laws — the data of a monoid, written internally to the category of endofunctors. Every adjunction induces one, and the list, exception, and state constructions that model computational effects are all monads on Set.\n",{"path":11135,"title":11136,"module":11132,"summary":11137},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore","Algebras for a Monad","An algebra for a monad is an object with a structure map that interacts correctly with the unit and multiplication. The algebras form the Eilenberg–Moore category, whose free–forgetful adjunction induces the monad back; a comparison functor relates any other inducing adjunction to it, and for the list monad the algebras are exactly monoids.\n",{"path":11139,"title":11140,"module":11132,"summary":11141},"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming","The Kleisli Category and Monads in Programming","The Kleisli category of a monad has the same objects as the base but takes arrows A to TB, composed by mapping and flattening. These arrows are effectful programs, Kleisli composition is the bind of functional programming, and the Kleisli adjunction is the initial resolution of the monad, with Eilenberg–Moore at the terminal end.\n",{"path":11143,"title":11144,"module":11132,"summary":11145},"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors","Algebras for an Endofunctor and Recursion","Dropping the monad laws leaves algebras for a bare endofunctor, whose initial objects are the least fixed points of the functor by Lambek's lemma. The natural numbers, lists, and trees are initial algebras; the unique map out of an initial algebra is the fold of functional programming; and the Smyth–Plotkin fixed-point technique builds Scott domains the same way.\n",{"path":11147,"title":11148,"module":11149,"summary":11150},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories","Cartesian Closed Categories","Cartesian Closed Categories and Typed Lambda Calculus","A cartesian closed category has a terminal object, binary products, and for every pair of objects an exponential object that internalizes the hom-set as an object of the category. The defining data is an evaluation arrow and a currying operation, packaged by the adjunction between product-with-A and exponential-by-A. Set, Boolean and Heyting algebras, functor categories, and Cat are all cartesian closed.\n",{"path":11152,"title":11153,"module":11149,"summary":11154},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence","Typed Lambda Calculus and CCCs","The typed lambda calculus and the cartesian closed category are two presentations of the same theory. Types become objects, terms with one free variable become arrows, product types become products, and function types become exponentials, with abstraction matching currying and application matching evaluation. Building the category of a lambda theory and the internal language of a category are mutually inverse up to equivalence.\n",{"path":11156,"title":11157,"module":11149,"summary":11158},"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion","Fixed Points in Cartesian Closed Categories","The untyped lambda calculus has a fixed-point combinator; the typed calculus cannot, and Lawvere's fixed-point theorem explains why: any point-surjection onto an exponential forces every endomap to have a fixed point, which is the abstract form of Cantor's diagonal argument. Recursion is recovered instead by restricting to omega-complete partially ordered objects, where every continuous endomap has a least fixed point built by iterating from bottom. This gives While loops a semantics.\n",{"path":11160,"title":11161,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":11163,"title":9805,"module":11164,"summary":11165},"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning","Mathematical Background","Every quantity a network touches is a tensor, and every layer is a matrix acting on one. This lesson compiles the linear algebra deep learning actually uses: products and norms, the system $Ax=b$ and when it is solvable, the two decompositions (eigen and SVD) that diagonalize a transformation, and the pseudoinverse that solves what cannot be solved exactly. It then derives PCA as the worked example that ties it all together.\n",{"path":11167,"title":11168,"module":11164,"summary":11169},"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory","Probability & Information Theory","This lesson assembles the probabilistic vocabulary a network is trained in (random variables, densities, the chain rule, expectation and covariance, the handful of distributions that recur everywhere) and then the information theory that turns a probabilistic model into a loss: self-information, entropy, and the KL divergence whose asymmetry is the cross-entropy objective itself.\n",{"path":11171,"title":11172,"module":11164,"summary":11173},"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation","Numerical Computation","Machine learning runs on finite-precision arithmetic, where every number is approximated and every operation rounds. This lesson sets the numerical ground rules: overflow and underflow and the standard stabilizations, the condition number that measures how much a problem amplifies error, and the gradient-based optimization (first and second order, constrained and unconstrained) that every training loop runs.\n",{"path":11175,"title":9164,"module":11164,"summary":11176},"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus","This lesson assembles the differential calculus used in training networks: the gradient and directional derivative, the Jacobian and Hessian, and the chain rule in scalar, vector, and matrix form. From the chain rule it derives back-propagation as a single sweep over the computational graph, tabulates the matrix-calculus identities that recur in layer gradients, reads optimization off a second-order Taylor expansion, and ends with why reverse-mode automatic differentiation is the algorithm every framework runs.\n",{"path":11178,"title":11179,"module":8611,"summary":11180},"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning","What Is Deep Learning?","Deep learning is representation learning by composition: stack simple differentiable layers, define a loss, and let gradient descent discover the features a human would otherwise have to engineer by hand. We set up the whole vocabulary (model, loss, optimizer, data), the training loop that ties them together, and the three reasons the approach became practical.\n",{"path":11182,"title":11183,"module":8611,"summary":11184},"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher","A Machine-Learning Refresher","The statistical framework the networks live in: data drawn from an unknown distribution, a loss to minimize, and the central question of generalization: will it work on data we have not seen? We set up empirical risk, capacity, the bias–variance tradeoff, and maximum likelihood.\n",{"path":11186,"title":11187,"module":8611,"summary":11188},"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron","Linear Models & the Perceptron","The simplest learners (linear regression, logistic regression, the perceptron) already contain the whole template: a weighted sum, a loss, a gradient step. They also fail on the XOR problem, which no linear model can solve — the limitation that motivates deep learning.\n",{"path":11190,"title":11191,"module":11192,"summary":11193},"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron","The Multilayer Perceptron","Neural Networks","Stacking linear layers with a nonlinearity between them removes the limitation that stopped the perceptron. We build the multilayer perceptron in explicit matrix form (the forward pass, its dimensions, a worked XOR network with concrete weights) and prove why the nonlinearity is essential: without it the deepest stack collapses to a single hyperplane.\n",{"path":11195,"title":11196,"module":11192,"summary":11197},"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions","Activation Functions","The activation is the only nonlinear part of a layer, and the reason depth adds expressive power. We catalog the standard hidden units (sigmoid, tanh, ReLU and its descendants, plus GELU, softplus, swish and maxout), derive each unit's derivative in full, make the vanishing-gradient problem quantitative with the chain-rule product, work numeric examples, and explain why the saturating units gave way to ReLU and why ReLU's own dead-unit failure gave way to Leaky\u002FPReLU\u002FELU\u002FGELU.\n",{"path":11199,"title":11200,"module":11192,"summary":11201},"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation","Universal Approximation","One hidden layer with a non-polynomial activation can approximate any continuous function on a compact set to arbitrary accuracy: the universal approximation theorem. We prove it constructively (two sigmoids make a bump; sums of bumps make any curve), then show the limitation: existence is not efficiency. Depth-separation results exhibit functions a deep net represents with $O(n)$ units that a shallow net needs $\\exp(n)$ units to match.\n",{"path":11203,"title":11204,"module":11192,"summary":11205},"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation","Backpropagation","Backpropagation is the chain rule run backward over a computational graph. We formalize the graph, derive the four backprop equations for an MLP, present the forward and backward passes as algorithms, and work a tiny two-layer net by hand with explicit numbers. The result: one scalar loss, reverse-mode autodiff, and a gradient for every parameter at twice the cost of a forward pass.\n",{"path":11207,"title":11208,"module":11192,"summary":11209},"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units","Loss Functions & Output Units","The last layer is where a network's hidden representation meets the task. Choosing an output unit and a loss is not two independent choices; maximum likelihood fixes the pair. We derive the standard couplings (linear\u002FMSE, sigmoid\u002FBCE, softmax\u002Fcross-entropy), show why softmax and cross-entropy were built to cancel into the residual $\\hat y - y$, and prove why squared error is the wrong loss for a saturating classifier.\n",{"path":11211,"title":11212,"module":11213,"summary":11214},"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd","Gradient Descent & SGD","Optimization","Training is descent on the empirical risk: step the parameters against the gradient. We derive the minibatch gradient as an unbiased estimator whose variance falls as $1\u002FB$, derive the learning-rate ceiling from the smoothness-stability bound $\\eta \u003C 2\u002FL$, and lay out the schedules (step, exponential, cosine, warmup) that anneal it over training.\n",{"path":11216,"title":11217,"module":11213,"summary":11218},"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods","Momentum & Adaptive Methods","Plain gradient descent zig-zags across ravines and moves slowly along flat valleys, because one global learning rate cannot suit a surface with wildly different curvature in different directions. Two fixes address the two problems: momentum accumulates a velocity that damps the oscillation and accelerates the drift, and adaptive methods give every parameter its own learning rate scaled by the history of its gradients. Adam fuses both, and is the default optimizer of modern deep learning.\n",{"path":11220,"title":11221,"module":11213,"summary":11222},"\u002Fdeep-learning\u002Foptimization\u002Finitialization","Weight Initialization","The initial weights determine whether training can succeed before the first gradient step. Initialize every weight equal and all hidden units compute the same function forever; initialize too small or too large and the signal vanishes or explodes as it crosses depth. A single variance condition, $n_{\\text{in}}\\mathrm{Var}(W)=1$, fixes both, and reading it off the forward and backward passes yields Xavier and He initialization directly.\n",{"path":11224,"title":11225,"module":11213,"summary":11226},"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape","The Optimization Landscape","The loss of a deep network is a non-convex surface in millions of dimensions, so local search carries no global guarantee, yet it works. We classify critical points by the eigenvalues of the Hessian, show that in high dimension nearly all of them are saddle points rather than bad local minima, and read off the practical terrain — plateaus, cliffs, ill-conditioning, and the sharp-versus-flat distinction that ties the geometry of a minimum to how well it generalizes.\n",{"path":11228,"title":11229,"module":11213,"summary":11230},"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods","Second-Order & Approximate Methods","Newton's method reads the curvature of the loss off its Hessian and jumps to the minimum of the local quadratic in a single step, rescaling away the ill-conditioning that slows first-order descent. We derive it, then explain the three obstacles that keep it out of deep learning: a $d \\times d$ Hessian for $d$ in the billions, an attraction to saddle points, and minibatch noise. The alternative is approximation (conjugate gradients, BFGS and L-BFGS, the natural gradient and Hessian-free methods), each buying some of Newton's curvature information without ever forming or inverting $H$.\n",{"path":11232,"title":11233,"module":11234,"summary":11235},"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview","Regularization Overview","Regularization","Regularization is any modification to a learning algorithm meant to lower test error at the possible expense of training error. We derive the bias–variance decomposition that explains why it helps, set up the two parameter-norm penalties, $L^2$ weight decay and $L^1$, derive their update rules and eigenbasis shrinkage, show geometrically why $L^1$ alone produces sparse weights (soft-thresholding), distinguish weight decay from loss-added $L^2$ under AdamW, and read both penalties through the two lenses that recur across the chapter: a norm-ball constraint via KKT, and a prior via MAP estimation.\n",{"path":11237,"title":11238,"module":11234,"summary":11239},"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation","Dropout & Data Augmentation","Two of the most effective regularizers add no penalty term at all; they perturb the computation instead. Dropout multiplies hidden units by a random Bernoulli mask, training an exponential ensemble of thinned subnetworks that share weights; inverted scaling collapses that ensemble into one cheap forward pass at test time. Data augmentation enlarges the training set with label-preserving transforms, injecting the invariances the task demands, and noise injection (input, weight, label smoothing, Mixup) generalizes the same idea into a continuous family.\n",{"path":11241,"title":11242,"module":11234,"summary":11243},"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing","Early Stopping & Parameter Sharing","Two cheap regularizers that cost no extra term in the loss. Early stopping treats training time itself as a hyperparameter (watch the validation curve, halt at its minimum, keep the best checkpoint), and for a quadratic objective it is provably equivalent to $L^2$ weight decay. Parameter sharing goes the other way: it constrains many weights to be _equal_, the prior behind every convolution and every recurrent step, and the reason a CNN has orders of magnitude fewer parameters than the dense net it replaces.\n",{"path":11245,"title":11246,"module":11234,"summary":11247},"\u002Fdeep-learning\u002Fregularization\u002Fnormalization","Normalization","Normalization layers standardize activations to zero mean and unit variance inside the network, then hand the model a learnable scale and shift to undo the constraint when it pays to. Batch normalization does this across the batch and must keep separate train-time and test-time statistics; layer, instance, and group norm change only the axes they average over. The result is faster, better-conditioned optimization and a free dose of regularizing batch noise.\n",{"path":11249,"title":11250,"module":11251,"summary":11252},"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks","Convolutional Networks","Architectures","A convolutional network replaces the dense layer's all-to-all weight matrix with a small kernel slid across the input. Three structural commitments (sparse connectivity, parameter sharing, and translation equivariance) collapse the parameter count by orders of magnitude and bake the right prior for images directly into the architecture. We derive the convolution arithmetic, the output geometry, pooling, and the receptive field, then assemble the canonical stack.\n",{"path":11254,"title":11255,"module":11251,"summary":11256},"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures","CNN Architectures","Six landmark networks, each contributing exactly one idea: LeNet's conv-pool stack, AlexNet's ReLU-and-dropout scale, VGG's $3\\times3$ uniformity, Inception's multi-scale module, ResNet's residual skip, and DenseNet's dense connectivity. The common thread is the degradation problem (why plain deeper nets train worse, not just overfit) and the residual block that solved it by keeping a $+1$ path open for the gradient.\n",{"path":11258,"title":11259,"module":11251,"summary":11260},"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks","Recurrent Networks","A recurrent network folds a sequence into a fixed-size hidden state, reusing one set of weights at every time step, the architectural prior that the same rule applies wherever it lands in time. Unrolling the recurrence exposes a deep feed-forward graph; backpropagation through it sums gradient contributions across all steps and chains a product of Jacobians, and that product is why long-range gradients vanish or explode. That failure motivates gated architectures.\n",{"path":11262,"title":11263,"module":11251,"summary":11264},"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru","LSTM & GRU","A plain recurrent network propagates its hidden state through a repeated weight-matrix multiply, and the Jacobian product that results vanishes or explodes long before a useful gradient can reach the early steps. Gated RNNs fix this with an additive memory path: a cell state that is carried forward almost unchanged, past which the gradient flows along a near-identity highway. We derive that highway, give the full LSTM and GRU equations, and compare the two.\n",{"path":11266,"title":11267,"module":11251,"summary":11268},"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers","Attention & Transformers","Attention replaces fixed wiring with content-based routing: every position reads from every other through a soft, learned dot-product lookup. We derive scaled dot-product attention and its $\\sqrt{d_k}$ correction, build it into multi-head self-attention, inject order with positional encodings, and stack the whole thing into the Transformer block that displaced recurrence and convolution alike.\n",{"path":11270,"title":11271,"module":11251,"summary":11272},"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture","The Transformer Architecture","The Transformer is the architecture built around the attention mechanism. This first part assembles the full encoder–decoder of \"Attention Is All You Need\" — embeddings and positional encoding, stacked self-attention and feed-forward sublayers wrapped in residual connections and LayerNorm, masked decoding and cross-attention — works through causal masking and the three modern families (encoder-only, decoder-only, encoder–decoder), and accounts for where the parameters and the $O(n^2)$ compute actually go.\n",{"path":11274,"title":11275,"module":11251,"summary":11276},"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice","Transformers in Practice","The Transformer makes no assumption about what a token represents. This part follows the architecture out of language: image patches feed a plain encoder (the Vision Transformer), the decoder-only half scales into the GPT line of large language models, and one substrate covers translation, retrieval, and multimodal grounding. We work the ViT patch arithmetic and a GPT parameter count by hand, then close on the empirical scaling laws — power-law loss, the Chinchilla compute-optimal balance, and emergent behavior — that made scale the dominant lever.\n",{"path":11278,"title":11279,"module":11251,"summary":11280},"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks","Graph Neural Networks","A graph neural network learns on data with no grid and no canonical ordering: atoms in a molecule, users in a social network, road segments in a map. The unifying idea is message passing — each node repeatedly aggregates its neighbors' states and updates its own — built to respect the one symmetry graphs demand, permutation equivariance. We derive the message-passing framework, specialize it into GCN, GraphSAGE, GAT, and GIN, read off graph-level outputs, and bound what message passing can and cannot tell apart.\n",{"path":11282,"title":11283,"module":11251,"summary":11284},"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models","State-Space Models and Mamba","A state-space model carries a continuous linear hidden state through a sequence, and that linearity buys two equivalent algorithms from one set of weights: a recurrence that runs in linear time with constant memory, and a global convolution that trains in parallel. Long-range memory comes from how the transition matrix is initialized (HiPPO) and parameterized (S4's diagonal-plus-low-rank form). Mamba breaks the convolution on purpose, making the parameters input-dependent so the model can select what to remember, recovered at speed by a hardware-aware parallel scan.\n",{"path":11286,"title":11287,"module":11288,"summary":11289},"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory","Generalization Theory","Theory & Frontiers","Classical learning theory bounds the gap between training and test error by a model's capacity (VC dimension, Rademacher complexity), and predicts that a model with more parameters than data should overfit catastrophically. Modern networks do the opposite: they interpolate, even fit pure noise, and still generalize. We derive the classical bounds, work the bias-variance decomposition, show why the bounds go vacuous, and survey what replaced them: double descent, the interpolation threshold, margin and norm-based bounds, and the implicit bias of the optimizer itself.\n",{"path":11291,"title":11292,"module":11288,"summary":11293},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness","Adversarial Robustness","A trained network can be fooled by a perturbation too small for a human to see: add a carefully aimed vector of magnitude $\\epsilon$ to a correctly classified image and the prediction flips. We derive the fast gradient sign method as the first-order-optimal step inside an $L_\\infty$ ball, explain the linearity hypothesis that makes high-dimensional models so easy to push around, build up to projected gradient descent, and frame adversarial training as a min-max robust-optimization problem with its own accuracy cost. Defenses beyond training continue in the next lesson.\n",{"path":11295,"title":11296,"module":11288,"summary":11297},"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses","Adversarial Defenses","Defending a network against an adversary is far harder than attacking one. This lesson covers the defense side: certified guarantees via randomized smoothing, the transferability that makes black-box attacks possible, and the recurring failure of gradient masking, where a defense hides the attacker's gradient instead of moving the decision boundary. It ends with the adaptive-attack discipline (BPDA, EOT, transfer) that every robustness claim must be tested against.\n",{"path":11299,"title":11300,"module":11288,"summary":11301},"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods","Bayesian & Ensemble Methods","A trained network returns a single point prediction and, with the softmax, a confidence, but that confidence is usually miscalibrated, collapsing to near- certainty even on inputs the model has never seen. This lesson covers uncertainty estimation for networks: the two kinds of uncertainty, the Bayesian posterior over weights and its tractable stand-ins (MC dropout, deep ensembles), and how to check whether a model's reported confidences match observed frequencies.\n",{"path":11303,"title":11304,"module":11288,"summary":11305},"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models","Deep Equilibrium Models","A deep network need not be a fixed stack of layers; it can be a single weight-tied layer iterated to convergence, its output defined implicitly as the fixed point $z^\\star = f_\\theta(z^\\star, x)$. The forward pass becomes root-finding and the backward pass becomes implicit differentiation, so training costs O(1) memory regardless of effective depth. We derive both passes from the implicit function theorem and close the course on defining a layer by a fixed-point condition rather than an explicit stack.\n",{"path":11307,"title":11308,"module":11309,"summary":11310},"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models","Linear Factor Models","Generative Models","The simplest generative models share one template: a latent variable drawn from a fixed prior, run through a linear decoder, plus noise. Probabilistic PCA, factor analysis, independent component analysis, and sparse coding are all this template with a different prior on the latents and a different noise model. We derive each marginal, see why ICA needs non-Gaussianity to identify its sources, and show how sparse coding learns Gabor-like dictionary atoms.\n",{"path":11312,"title":11313,"module":11309,"summary":11314},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders","Autoencoders","An autoencoder is a network trained to copy its input to its output through a narrow channel; the useful product is the bottleneck representation $h$, not the reconstruction. We derive the undercomplete autoencoder and prove its linear case recovers PCA, then trade the bottleneck for explicit regularization (sparse, denoising, contractive) and show how a denoising autoencoder learns the low-dimensional manifold the data lives on.\n",{"path":11316,"title":11317,"module":11309,"summary":11318},"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders","Variational Autoencoders","An autoencoder compresses, but its latent space has gaps: sample a point between two encodings and the decoder produces noise. The variational autoencoder fixes this by training a probabilistic encoder against a prior, so the latent space becomes a smooth, samplable density. We derive the evidence lower bound it maximizes, the reparameterization trick that lets gradients flow through a random sample, and the closed-form Gaussian regularizer that pulls the posterior toward the prior.\n",{"path":11320,"title":11321,"module":11309,"summary":11322},"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks","Generative Adversarial Networks","A generative adversarial network trains two networks against each other: a generator that turns noise into samples, and a discriminator that tries to tell real data from forgeries. The game has a clean theory: the optimal discriminator is a likelihood ratio, and at equilibrium the generator minimizes the Jensen–Shannon divergence to the data, with a global optimum exactly when its distribution matches the data. We derive that result, fix the saturating loss that breaks training, and catalogue the failure modes (mode collapse, instability, vanishing gradients) and the architectural fixes.\n",{"path":11324,"title":11325,"module":11309,"summary":11326},"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows","Autoregressive Models & Normalizing Flows","Two families that provide exact likelihoods, each at a cost. Autoregressive models factor the joint by the probability chain rule and learn each conditional with a masked network: exact $\\log p(x)$, but sampling proceeds one coordinate at a time. Normalizing flows push a simple base density through an invertible map and read $\\log p(x)$ off the change-of-variables formula, trading architectural freedom for a cheap Jacobian determinant via triangular coupling layers.\n",{"path":11328,"title":11329,"module":11309,"summary":11330},"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines","Energy-Based & Boltzmann Machines","Energy-based models replace an explicit density with a scalar energy and a Boltzmann normalization, $p(x) = e^{-E(x)}\u002FZ$: simple to specify, but with an intractable partition function $Z$. The Boltzmann machine and its restricted variant make the energy bilinear so the hidden units factorize, and contrastive divergence sidesteps $Z$ by replacing the model expectation with a few Gibbs steps started at the data. We close on the undirected deep models (DBNs and DBMs) and how they differ from the directed VAE.\n",{"path":11332,"title":11333,"module":11309,"summary":11334},"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models","Diffusion and Score-Based Models","Corrupt a data point with Gaussian noise in small steps until only noise remains, then train a network to undo one step at a time. We derive the forward process and its closed-form marginal, reduce the variational bound to the single noise-prediction objective that makes diffusion trainable, and show the score-matching view that unifies it with Langevin sampling and the continuous SDE. The lesson closes with DDIM fast sampling, classifier-free guidance, and the latent diffusion that powers modern text-to-image systems.\n",{"path":11336,"title":11337,"module":11338,"summary":11339},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models","Structured Probabilistic Models","Probabilistic Methods","A joint distribution over $n$ variables is a table with exponentially many entries; nobody can store it, fit it, or sample from it directly. Structure fixes this: a graph whose missing edges encode conditional independencies that factor the joint into small local pieces. We build the two dialects, directed (Bayesian networks) and undirected (Markov random fields), read independence off the graph, and connect the machinery to the latent-variable and energy-based models that power deep generative learning.\n",{"path":11341,"title":11342,"module":11338,"summary":11343},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc","Monte Carlo & MCMC","Most quantities of interest in a probabilistic model are integrals nobody can compute in closed form: expectations, marginals, partition functions. Monte Carlo replaces the integral with an average over samples; importance sampling reweights samples from a tractable proposal; and when even sampling the target is hard, Markov-chain Monte Carlo builds a chain whose stationary distribution _is_ the target. We derive Metropolis–Hastings and Gibbs, analyze mixing, and close on the partition-function gradient that powers energy-based learning.\n",{"path":11345,"title":11346,"module":11338,"summary":11347},"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference","Approximate Inference","In a latent-variable model the quantity we need, the posterior $p(h\\mid v)$ over hidden causes, is almost never computable, because its normalizer is an intractable sum over configurations. Approximate inference reframes the problem as optimization: maximize the evidence lower bound, a tractable functional whose gap to the true log-evidence equals a KL divergence. From that single bound fall expectation–maximization, mean-field variational inference, MAP, and the learned encoders behind variational autoencoders.\n",{"path":11349,"title":11350,"module":11351,"summary":11352},"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology","Practical Methodology","Practical Deep Learning","Knowing the algorithms is half the job; the other half is a disciplined loop. Fix a goal and a metric, stand up an end-to-end baseline, then read the train\u002Fvalidation gap to decide whether the next move is more data or a bigger model. We detail that loop: choosing metrics under class imbalance, default baselines by data type, extrapolating the data a target needs, and guarding the data pipeline against the leaks and label bugs that corrupt every gradient. Hyperparameter tuning, debugging, and deployment continue in the sequel.\n",{"path":11354,"title":11355,"module":11351,"summary":11356},"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging","Hyperparameters & Debugging","The tuning half of the methodology loop. The learning rate is the one hyperparameter that dominates, so we tune it first, on a log scale, coarse to fine, and prefer random search to grid when only a few dials matter. Then an ordered debugging playbook — overfit one batch, check the loss at initialization against ln C, watch the gradient norm, gradient-check against centered finite differences — and, after launch, monitoring for train-test skew and distribution drift with confidence-based abstention.\n",{"path":11358,"title":11359,"module":11351,"summary":11360},"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning","Representation Learning","A good representation makes a hard task easy by changing coordinates: it disentangles the factors of variation, spends its bits as a distributed code, and respects the low-dimensional manifold the data lives on. We make those three properties precise, recover the manifold hypothesis, and close on the first method that turned them into training practice — greedy layer-wise unsupervised pretraining — before the sequel picks up how the field learned to reuse those features.\n",{"path":11362,"title":11363,"module":11351,"summary":11364},"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning","Transfer Learning","A representation learned once can be reused everywhere. We cover the main mechanisms of reuse: feature extraction versus fine-tuning, the generic-to-specific gradient of features that sets the freeze boundary, the learning-rate discipline that keeps borrowed weights from being erased, domain adaptation when only the input distribution shifts, and the modern arc from supervised transfer to self-supervised foundation models.\n",{"path":11366,"title":11367,"module":11351,"summary":11368},"\u002Fdeep-learning\u002Fpractical\u002Fapplications","Applications","We survey large-scale training (the hardware, the two axes of parallelism, mixed precision, and the compression tricks that shrink a model after it is trained), then specialize the same gradient loop to vision, language, speech, and recommendation. Each domain is a different prior bolted onto one optimizer: convolutional invariance for pixels, distributed word vectors for tokens, sequence transduction for audio, low-rank factorization for the user–item matrix.\n",{"path":11370,"title":11371,"module":11351,"summary":11372},"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation","Model Compression and Distillation","A trained network and a deployable one are rarely the same object. This lesson is the toolkit for closing that gap: knowledge distillation transfers a large teacher's soft, information-rich logits into a small student; pruning deletes the weights that contribute least; quantization swaps 32-bit floats for 8- or 4-bit integers; and low-rank factorization replaces a fat matrix with two thin ones. We derive each method, show what it costs in accuracy, and lay out which combinations win on which hardware.\n",{"path":11374,"title":11375,"module":11351,"summary":11376},"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot","Meta-Learning and Few-Shot Learning","A deep network trained on one example per class overfits. Meta-learning targets this few-shot regime by training across a distribution of tasks so that a new task is learnable from a handful of examples. We formalize the $N$-way $K$-shot episode, then derive the two dominant families: metric methods that learn an embedding where distance classifies (Prototypical Networks), and optimization methods that learn an initialization a few gradient steps can adapt (MAML). We close on the link to transfer learning and to the in-context few-shot behavior of large language models.\n",{"path":11378,"title":11379,"module":11380,"summary":11381},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models","Large Language Models","Large Models & Agents","A large language model is a decoder-only Transformer trained on one objective, next-token prediction, then scaled until new behavior appears. This first part builds the object itself: the equivalence between next-token prediction and lossless compression, subword tokenization (BPE, WordPiece, Unigram, SentencePiece) worked on a real sentence, the four pretraining objectives and the attention masks that distinguish them, and the three model families (encoder-only, decoder-only, encoder--decoder) with their parameter budgets. Scaling, decoding, the KV cache, and alignment continue in part two.\n",{"path":11383,"title":11384,"module":11380,"summary":11385},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment","Scaling, Inference, and Alignment of Language Models","Once a language model is built, three questions remain: how does it improve as it grows, how is it decoded and served affordably, and how is a raw next-token predictor turned into an assistant. We derive the Kaplan power laws and the Chinchilla compute-optimal balance, trace emergent abilities and in-context learning, catalog the decoding strategies from greedy to nucleus sampling, work the KV cache that makes generation quadratic instead of cubic, cover parameter-efficient adaptation by low-rank updates (LoRA), and close on the alignment stack: instruction tuning, RLHF, and DPO.\n",{"path":11387,"title":11388,"module":11380,"summary":11389},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart","Denoising Sequence-to-Sequence Pretraining: BART","BERT corrupts and reconstructs; GPT predicts the next token. Sequence-to-sequence pretraining unifies both by training a full encoder–decoder as a denoising autoencoder: corrupt the text with a noise function, then reconstruct the original through a bidirectional encoder and an autoregressive decoder. This first part derives the denoising objective, catalogs BART's five noise functions (with a worked Poisson-infilling budget), proves BART specializes to both BERT and GPT, and traces a dimension-annotated forward pass through its encoder--decoder. T5, PEGASUS, fine-tuning, and decoding continue in part two.\n",{"path":11391,"title":11392,"module":11380,"summary":11393},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation","Text-to-Text Transfer and Conditional Generation","BART reconstructs a corrupted document; T5 pushes the same denoising idea into a single interface where every task is a string-to-string map. This second part covers T5's span corruption with sentinel tokens (with a worked token budget), PEGASUS's summarization-matched gap sentences and the MASS midpoint, supervised fine-tuning and beam-search decoding with a length penalty, the exposure-bias failure modes of autoregressive decoding, and a theorem showing why a bidirectional encoder--decoder strictly dominates a decoder-only model when the output is conditioned on a full input.\n",{"path":11395,"title":11396,"module":11380,"summary":11397},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models","Speech Recognition: Front-Ends and Alignment","Speech is a long, high-rate sequence whose label is short and unaligned, so the whole subject turns on bridging that mismatch. This first part builds the spectral front-ends that compress a waveform into frames (STFT, mel spectrogram, MFCC, with a worked frame-count), derives CTC's marginalization over alignments and its forward-backward recursion with a two-frame numeric example, and contrasts it with attention-based seq2seq (LAS) and the RNN transducer. Self-supervised and weakly-supervised models, and text-to-speech, continue in part two.\n",{"path":11399,"title":11400,"module":11380,"summary":11401},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis","Self-Supervised Speech Models and Synthesis","The recognition front-ends and alignment losses of part one all need transcribed audio, which is scarce. This second part removes that dependence: wav2vec 2.0 learns speech representations from unlabeled audio by a masked contrastive objective, HuBERT swaps the contrast for masked prediction of clustered units, and Whisper trades curation for scale with weakly-supervised web audio and a multitask token interface. We close with text-to-speech (the same length mismatch run backwards) and a tour of speech foundation models, discrete audio codecs, and neural TTS.\n",{"path":11403,"title":11404,"module":11380,"summary":11405},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents","AI Agents: Tools and Reasoning","A language model that only emits text is a function from prompt to prompt; an agent closes the loop, letting that model act on an environment, read back the result, and decide again. This first part formalizes the agent as a policy over interaction histories, builds out tool calling and the executor trust boundary, the ReAct interleaving of reasoning and action (with concrete traces), and search over thoughts: chain-of-thought, self-consistency, least-to-most, and Tree of Thoughts. Memory, retrieval, reflection, and multi-agent orchestration continue in part two.\n",{"path":11407,"title":11408,"module":11380,"summary":11409},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration","Agent Memory, Retrieval, and Orchestration","An agent's reasoning and tool use only matter if it can remember what it learned and coordinate work larger than one context window. This second part builds the systems around the loop: short-term scratchpad versus long-term vector store, retrieval-augmented generation with a worked softmax over passage scores, reflection (Reflexion, Self-Refine), and multi-agent orchestration. It closes on the failure modes that bound agents — invalid tool calls, horizon-error compounding, context overflow, non-terminating loops — and the benchmarks that score the full loop.\n",{"path":11411,"title":11412,"module":11380,"summary":11413},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts","Mixture-of-Experts","A mixture-of-experts layer replaces one feed-forward network with many and a router that sends each token to only a few of them, so the parameter count and the per-token compute become separate dials. We derive the gated output, sparse top-$k$ routing softmax, the load-balancing loss that stops the router from collapsing onto a single expert, and expert\u002Ftoken capacity with dropping, then work the dimension-annotated tensor shapes and FLOP arithmetic. We trace the architectures from the sparsely-gated LSTM through GShard, Switch Transformer, and Mixtral, cover distributed expert parallelism, and close on the training dynamics, failure modes, and serving costs of a sparse model.\n",{"path":11415,"title":11416,"module":11380,"summary":11417},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models","Multimodal Contrastive Learning","A multimodal model places images, text, and audio in one representation space, so a picture and its caption land close together. This first part builds the contrastive route: the shared embedding space and its residual modality gap, the Vision Transformer image encoder (patch embedding, CLS token, position embeddings, with shapes), the symmetric InfoNCE loss that trains the CLIP dual encoder from a batch similarity matrix (with a worked numeric step), and zero-shot classification as a softmax over class-prompt embeddings. Fusion and vision-language models continue in part two.\n",{"path":11419,"title":11420,"module":11380,"summary":11421},"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models","Fusion and Vision-Language Models","A contrastive model compares modalities but never lets one read another. This second part builds the fusion route: early, late, and cross-attention fusion, then the three designs that connect a frozen vision encoder to a frozen language model — Flamingo's zero-initialized gated cross-attention, BLIP-2's Q-Former, and LLaVA's linear projector. We work the token-budget arithmetic that separates them, name the object-hallucination and fine-detail failure modes, cover the contrastive-then- instruction-tune recipe and its retrieval\u002Fcaptioning\u002FVQA benchmarks, and close on natively multimodal models.\n",{"path":11423,"title":11424,"module":11425,"summary":11426},"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning","Foundations of Reinforcement Learning","Reinforcement Learning","Reinforcement learning is the third paradigm: an agent learns to act by interacting with an environment that returns rewards, not labels. We formalize the interaction as a Markov decision process, define the value functions that rank states and actions, and derive the Bellman expectation and optimality equations that every method downstream solves. Dynamic programming gives the exact answer when the model is known, and its convergence rests on a single fact: the Bellman operator is a contraction.\n",{"path":11428,"title":11429,"module":11425,"summary":11430},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control","Model-Free Prediction and Control","When the dynamics are unknown, an agent cannot plan against a model; it must learn directly from sampled experience. We build prediction and control from two estimators of the same return: Monte Carlo averages whole episodes, while temporal-difference learning bootstraps from its own next estimate. We trace the bias-variance contrast between them, derive SARSA and Q-learning as the on-policy and off-policy forms of control, unify everything through n-step returns and eligibility traces, and close on the deadly triad that makes off-policy bootstrapping with function approximation diverge.\n",{"path":11432,"title":11433,"module":11425,"summary":11434},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks","Deep Q-Networks","A Deep Q-Network replaces the tabular action-value function with a neural approximator $Q(s,a;\\theta)$ and trains it by regression toward a bootstrapped target. Naive online Q-learning with a network diverges, so DQN adds two stabilizers: an experience-replay buffer that decorrelates samples, and a periodically-frozen target network that holds the regression target still. We derive the loss, give the full algorithm and the Atari pipeline, and then layer on Double DQN, the dueling split, prioritized replay, and the Rainbow combination.\n",{"path":11436,"title":11437,"module":11425,"summary":11438},"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic","Policy Gradients and Actor-Critic Methods","Value-based reinforcement learning learns what each state is worth and acts greedily; policy-gradient methods skip the detour and optimize a parameterized policy directly by ascending the gradient of expected return. The policy gradient theorem makes this tractable through the log-derivative trick, turning an intractable gradient of an expectation into an expectation of a gradient. REINFORCE realizes the idea but suffers high variance; baselines, the advantage function, and actor-critic learning reduce it, and trust-region methods (TRPO, PPO) keep each update from destroying the policy it just learned.\n",{"path":11440,"title":11441,"module":11425,"summary":11442},"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback","Reinforcement Learning from Human Feedback","Many objectives we want from a model, that it be helpful and harmless, are hard to write down but easy to judge by comparison. RLHF turns that asymmetry into a training signal: fit a reward model to pairwise human preferences under the Bradley-Terry likelihood, then fine-tune the policy to maximize that reward under a KL penalty toward a reference. We derive the reward loss, the KL-regularized RL objective and its closed-form optimum, then show how DPO inverts that optimum to collapse the whole pipeline into one supervised log-sigmoid loss, and survey IPO, KTO, RLAIF, and GRPO.\n",{"path":11444,"title":11445,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":11447,"title":11448,"module":9355,"summary":11449},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law","Equilibrium, State Variables, and the Zeroth Law","Thermodynamics describes a many-body system by a handful of macroscopic variables and the equilibrium relations among them. This lesson fixes the vocabulary: systems and the walls that separate them, state variables versus path-dependent process quantities, quasi-static and reversible idealizations, and the zeroth law, whose transitivity of thermal equilibrium is what lets temperature exist as a number. The ideal-gas thermometer turns that number into a scale, and an equation of state ties the variables into a surface.\n",{"path":11451,"title":11452,"module":9355,"summary":11453},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work","The First Law: Internal Energy, Heat, and Work","The first law is energy conservation for a system that exchanges energy as both heat and work. Internal energy is a state function with an exact differential; heat and work are path-dependent process quantities. This lesson states $\\d U=\\delta Q+\\delta W$, computes compression work as an area on the $P$–$V$ plane, defines the heat capacities $C_V$ and $C_P$ and the enthalpy that makes $C_P$ natural, and works the isothermal and adiabatic processes of an ideal gas, including the adiabat $PV^\\gamma=\\text{const}$.\n",{"path":11455,"title":11456,"module":9355,"summary":11457},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound","The Second Law, Carnot Cycles, and Entropy","The second law forbids the free conversion of heat into work. This lesson states the Kelvin and Clausius forms, proves them equivalent, and analyzes the Carnot cycle to get the efficiency bound $1-T_c\u002FT_h$. Carnot's theorem makes that bound universal and defines the thermodynamic temperature scale. The Clausius inequality $\\oint \\delta Q\u002FT\\le 0$ then constructs entropy as a state function, $\\d S=\\delta Q_{\\rm rev}\u002FT$, whose non-decrease in isolated systems is the arrow of time.\n",{"path":11459,"title":11460,"module":9355,"summary":11461},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations","Thermodynamic Potentials and Maxwell Relations","The fundamental relation $\\d U=T\\,\\d S-P\\,\\d V+\\mu\\,\\d N$ packages the first and second laws into one exact differential. Legendre transforms swap each conjugate pair to produce the Helmholtz, enthalpy, Gibbs, and grand potentials, each minimized under its own natural variables. Equality of mixed second partials of these potentials gives the Maxwell relations, which convert unmeasurable entropy derivatives into measurable ones from the equation of state.\n",{"path":11463,"title":11464,"module":9355,"summary":11465},"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law","Response Functions, Stability, and the Third Law","Response functions — heat capacities, compressibilities, thermal expansion — are the second derivatives of the potentials and the quantities an experiment actually measures. This lesson derives the general relation $C_P-C_V=TV\\alpha^2\u002F\\kappa_T$, shows that convexity of the potentials forces the stability conditions $C_V>0$ and $\\kappa_T>0$, and states the third law: entropy approaches a constant as $T\\to0$, so heat capacities and expansion coefficients vanish there and absolute zero is unattainable.\n",{"path":11467,"title":11468,"module":11469,"summary":11470},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition","Classical Statistics and Equipartition","Microstates, Phase Space, and Statistical Entropy","A liter of gas holds on the order of a trillion trillion molecules, far too many to track by their equations of motion. Classical statistical mechanics replaces the trajectories with a single probability law, the Boltzmann distribution, and reads the measurable properties of matter off it: the Maxwell speed distribution, the average energy per degree of freedom, and the heat capacities of gases and solids — together with the low-temperature failures that forced the quantum revision.\n",{"path":11472,"title":11473,"module":11469,"summary":11474},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem","Phase Space, Trajectories, and Liouville's Theorem","A classical system of N particles is one point in a 6N-dimensional phase space, and its evolution is a single trajectory driven by Hamilton's equations. This lesson builds that geometric picture, introduces the phase-space density of an ensemble, and proves Liouville's theorem: the density is carried by the flow as an incompressible fluid, so phase-space volume is conserved. The stationary densities of equilibrium follow as functions of the conserved quantities alone.\n",{"path":11476,"title":11477,"module":11469,"summary":11478},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate","Ensembles and the Postulate of Equal a Priori Probabilities","An ensemble is a probability distribution over the microstates of a system. This lesson states the single postulate on which equilibrium statistical mechanics rests — that an isolated system in equilibrium is equally likely to be in any of its accessible microstates — and works out its consequences: the accessible phase-space volume, the overwhelming dominance of the most probable macrostate as the particle number grows, and the ergodic hypothesis that lets a time average be replaced by an ensemble average.\n",{"path":11480,"title":11481,"module":11469,"summary":11482},"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs","Statistical Entropy: Boltzmann and Gibbs","Entropy is the logarithm of the number of accessible microstates. This lesson builds the two statistical entropies — Boltzmann's S = k ln Omega for an isolated system and Gibbs's S = -k sum p ln p for any ensemble — proves they agree for a uniform distribution, and connects both to Shannon's measure of missing information. The second law emerges as the drift toward maximum multiplicity, and maximizing the Gibbs entropy under constraints previews the canonical distribution.\n",{"path":11484,"title":11485,"module":11486,"summary":11487},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy","The Microcanonical Ensemble and Statistical Entropy","The Microcanonical Ensemble","An isolated system holds its energy, volume, and particle number fixed, and the fundamental postulate assigns equal probability to every microstate on its energy shell. This lesson builds the microcanonical distribution, defines the enclosed phase-space volume $\\Gamma(E)$, the surface density of states $\\omega(E)=\\d\\Gamma\u002F\\d E$, and the shell count $\\Omega(E)$, shows their logarithms agree to $O(\\ln N)$ for large $N$, and reads the Boltzmann entropy $S=k\\ln\\Omega$ off the count. The measure factors $h^{3N}$ and $N!$ enter here and make $S$ extensive.\n",{"path":11489,"title":11490,"module":11486,"summary":11491},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential","Thermal, Mechanical, and Diffusive Equilibrium","Two isolated subsystems that can exchange energy, volume, or particles reach equilibrium at the partition that maximizes their combined entropy. Setting the derivative of the total entropy to zero identifies the statistical definitions $1\u002FT=(\\partial S\u002F\\partial E)$, $P\u002FT=(\\partial S\u002F\\partial V)$, and $-\\mu\u002FT=(\\partial S\u002F\\partial N)$, shows heat flows from hot to cold as an entropy increase, and recovers the fundamental relation $\\d S=(\\d E+P\\,\\d V-\\mu\\,\\d N)\u002FT$ from pure counting.\n",{"path":11493,"title":11494,"module":11486,"summary":11495},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy","The Ideal Gas, Phase-Space Volume, and the Sackur–Tetrode Entropy","The monatomic ideal gas is the first system whose microcanonical count can be done in closed form. The momentum integral is the volume of a $3N$-dimensional ball of radius $\\sqrt{2mE}$, the configuration integral is $V^N$, and together they give the Sackur–Tetrode entropy $S=Nk[\\ln(V\u002FN\\lambda^3)+5\u002F2]$ with the thermal wavelength $\\lambda=h\u002F\\sqrt{2\\pi mkT}$. The formula matches the measured entropy of helium, fixes the classical regime $n\\ll n_Q$, and shows why the $N!$ is needed for extensivity.\n",{"path":11497,"title":11498,"module":11486,"summary":11499},"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature","Two-State Systems, Paramagnets, and Negative Temperature","The ideal two-state paramagnet has a multiplicity counted by the binomial coefficient, an entropy that is an inverted dome in the energy, and a temperature read from the slope $1\u002FT=\\partial S\u002F\\partial E$. Because the energy is bounded above, the slope changes sign past the entropy maximum: a population-inverted spin system has a negative absolute temperature, which is hotter than any positive temperature. Nuclear-spin experiments and lasers realize the inverted state.\n",{"path":11501,"title":11502,"module":11503,"summary":11504},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution","The Canonical Ensemble and the Boltzmann Distribution","The Canonical Ensemble","A system held at fixed temperature by contact with a heat reservoir is described by the canonical ensemble. Expanding the reservoir entropy to first order in the system energy gives the Boltzmann distribution $p_i\\propto e^{-\\beta E_i}$, and the same law follows from maximizing the Gibbs entropy at fixed mean energy. Both routes identify $\\beta=1\u002Fk_BT$ and fix the probability of every microstate from the temperature alone.\n",{"path":11506,"title":11507,"module":11503,"summary":11508},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy","The Partition Function and the Helmholtz Free Energy","The normalizing sum of the Boltzmann distribution, the partition function $Z=\\sum_i e^{-\\beta E_i}$, is a generating function for the thermodynamics. The mean energy is $-\\partial\\ln Z\u002F\\partial\\beta$, and the Gibbs entropy of the canonical distribution collapses to the bridge relation $F=-k_BT\\ln Z$. From $F$ every thermodynamic quantity follows by differentiation, and $Z$ factorizes over independent degrees of freedom.\n",{"path":11510,"title":11511,"module":11503,"summary":11512},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence","Energy Fluctuations and the Equivalence of Ensembles","In the canonical ensemble the energy fluctuates, and the second derivative of $\\ln Z$ gives its variance. The fluctuation–response identity $\\langle\\Delta E^2\\rangle = k_BT^2C_V$ ties the spread of the energy to the heat capacity, and the relative fluctuation falls as $1\u002F\\sqrt{N}$. In the thermodynamic limit the canonical energy distribution is a sharp spike, and the canonical and microcanonical ensembles predict the same thermodynamics.\n",{"path":11514,"title":11515,"module":11503,"summary":11516},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems","Harmonic Systems: The Einstein Solid and Vibrational Heat Capacity","A quantum harmonic oscillator has a geometric partition function summed in closed form, giving a mean energy $\\hbar\\omega(\\tfrac12+\\langle n\\rangle)$ with the Bose occupation factor. Modeling a solid as $3N$ independent oscillators yields a heat capacity that rises from zero and saturates at the Dulong–Petit value $3Nk_B$. The Einstein temperature sets the crossover, and the model's exponential low-temperature falloff, too steep against the observed $T^3$, motivates the Debye theory.\n",{"path":11518,"title":11519,"module":11503,"summary":11520},"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly","Paramagnetism, Two-Level Systems, and the Schottky Anomaly","A magnetic moment in a field is a two-level system whose partition function is a hyperbolic cosine. The magnetization of a spin-$\\tfrac12$ paramagnet is $N\\mu\\tanh(\\mu B\u002Fk_BT)$, generalizing to the Brillouin function for spin $J$; it gives Curie's law $\\chi\\propto 1\u002FT$ at high temperature and saturates at low temperature. A finite level gap produces the Schottky heat-capacity peak, and the temperature dependence of the entropy on the field is the basis of adiabatic demagnetization cooling.\n",{"path":11522,"title":11523,"module":11524,"summary":11525},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox","The Ideal Gas Partition Function and the Gibbs Paradox","The Classical Ideal Gas","The classical monatomic ideal gas built from the partition function. The single-particle sum is $z_1=V\u002F\\lambda^3$ with the thermal de Broglie wavelength $\\lambda$; the $N$-particle partition function is $z_1^N\u002FN!$, and the $N!$ is forced by indistinguishability. From $Z$ the ideal-gas law, $U=\\tfrac32 Nk_BT$, and the Sackur–Tetrode entropy follow. The $N!$ makes the entropy extensive and resolves the Gibbs paradox: mixing identical gases produces no entropy change.\n",{"path":11527,"title":11528,"module":11524,"summary":11529},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem","Equipartition and the Virial Theorem","The equipartition theorem derived from the canonical ensemble: every phase-space coordinate that enters the Hamiltonian quadratically carries a mean energy $\\tfrac12 k_BT$. The generalized form $\\langle x_i\\,\\partial H\u002F\\partial x_j\\rangle = k_BT\\,\\delta_{ij}$ contains equipartition and the classical virial theorem as special cases. Equipartition fixes the classical heat capacities, fails by quantum freeze-out when a level gap exceeds $k_BT$, and shifts for a relativistic gas whose energy is linear rather than quadratic in momentum.\n",{"path":11531,"title":11532,"module":11524,"summary":11533},"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration","Molecular Gases: Rotational and Vibrational Degrees of Freedom","The internal partition function of a diatomic gas factorizes into translational, rotational, vibrational, and electronic parts. The rigid rotor gives a rotational temperature $\\theta_{\\rm rot}$; the harmonic bond gives a vibrational temperature $\\theta_{\\rm vib}$. Each mode contributes to the heat capacity only above its characteristic temperature, producing the diatomic $C_V$ staircase from $\\tfrac32 R$ to $\\tfrac52 R$ to $\\tfrac72 R$. Homonuclear molecules carry a symmetry number, and hydrogen splits into ortho and para species.\n",{"path":11535,"title":11536,"module":11537,"summary":11538},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function","The Grand Canonical Ensemble","Grand Canonical Ensemble","When a system exchanges both energy and particles with a reservoir, the reservoir fixes its temperature and its chemical potential. Expanding the reservoir entropy to first order in the exchanged energy and particle number gives the Gibbs factor $e^{-\\beta(E-\\mu N)}$, and summing it over every microstate of every particle number gives the grand partition function $\\Xi$. The grand potential $\\Phi = -k_BT\\ln\\Xi = -PV$ generates the mean particle number, energy, entropy, and pressure by differentiation.\n",{"path":11540,"title":11541,"module":11537,"summary":11542},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations","Chemical Potential, Fugacity, and Number Fluctuations","The chemical potential is the energy to add one particle at fixed entropy and volume, equal to the slope of the free energy in the particle number. For the classical ideal gas $\\mu=k_BT\\ln(n\\lambda^3)$ is large and negative, and the fugacity $z=n\\lambda^3$ is small. The grand ensemble makes the particle number fluctuate; its variance $\\langle\\Delta N^2\\rangle=k_BT(\\partial N\u002F\\partial\\mu)$ equals $k_BT\\,N^2\\kappa_T\u002FV$, tying density fluctuations to the isothermal compressibility. Equality of $\\mu$ is the condition for diffusive equilibrium and phase coexistence.\n",{"path":11544,"title":11545,"module":11537,"summary":11546},"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web","The Three Ensembles and the Thermodynamic Web","The microcanonical, canonical, and grand canonical ensembles hold different variables fixed and generate different potentials — the entropy $S$, the Helmholtz free energy $F$, and the grand potential $\\Phi$ — linked by Legendre transforms that trade each fixed variable for its conjugate. Each successive ensemble lets one more quantity fluctuate. In the thermodynamic limit the three agree, the relative fluctuations vanishing as $1\u002F\\sqrt{N}$; the ideal gas gives the same equation of state in all three. The choice of ensemble is a matter of convenience, set by which sum is easiest.\n",{"path":11548,"title":11549,"module":11550,"summary":11551},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac","Quantum Statistics — Bose-Einstein and Fermi-Dirac","Quantum Statistics","Quantum particles of the same kind are genuinely indistinguishable: no label survives an overlap of their wave functions. Counting states with that constraint replaces the Boltzmann distribution with two quantum laws — the Bose-Einstein distribution for integer-spin particles, which clump into shared states, and the Fermi-Dirac distribution for half-integer-spin particles, which exclude one another. Both reduce to Boltzmann in the dilute, hot limit, and a de Broglie criterion says exactly when.\n",{"path":11553,"title":11554,"module":11550,"summary":11555},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions","Deriving the Quantum Distributions from the Grand Ensemble","The Bose-Einstein and Fermi-Dirac distributions follow from one observation: in the occupation-number representation the single-particle modes are independent, so the grand partition function factorizes into one factor per mode. A boson mode sums a geometric series over all occupancies; a fermion mode sums two terms. Differentiating each factor gives the mean occupation $1\u002F(e^{\\beta(\\varepsilon-\\mu)}\\mp 1)$, the Maxwell-Boltzmann limit when occupancies are small, and the occupation fluctuations that distinguish bunching from anti-bunching.\n",{"path":11557,"title":11558,"module":11550,"summary":11559},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration","The Classical Limit and Quantum Concentration","When every single-particle level is nearly empty, both quantum distributions collapse to the Maxwell-Boltzmann form, and the fugacity equals the ratio of the number density to the quantum concentration $n_Q = 1\u002F\\lambda^3$. The gas is classical when $n \\ll n_Q$, degenerate when $n \\gtrsim n_Q$. The chemical potential is large and negative in the classical regime and rises through zero as the gas degenerates. The leading quantum correction to the ideal-gas law is a second virial term that lowers the pressure for bosons and raises it for fermions — a statistical attraction and repulsion with no interaction behind it.\n",{"path":11561,"title":11562,"module":11550,"summary":11563},"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework","Ideal Quantum Gases: The General Framework","Every ideal quantum gas is handled by one calculation. The sum over single-particle modes becomes an energy integral weighted by a density of states $g(\\varepsilon)\\propto\\varepsilon^{1\u002F2}$, and the number and pressure reduce to the Bose and Fermi functions $g_\\nu(z)$ and $f_\\nu(z)$ of the fugacity. An integration by parts fixes $PV=\\tfrac23 U$ for a nonrelativistic gas and $PV=\\tfrac13 U$ for an ultrarelativistic one, independent of statistics. Specializing the density of states and the chemical potential then produces the photon gas, phonons, the Bose gas, and the Fermi gas as four branches of the same framework.\n",{"path":11565,"title":11566,"module":11567,"summary":11568},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas","Bose-Einstein Condensation and the Fermion Gas","Bosonic Systems","Below a critical temperature a boson gas drops a macroscopic fraction of its particles into the single ground state — Bose-Einstein condensation, the mechanism behind superfluid helium and the dilute-atom condensates cooled to nanokelvin. The same statistics applied to a photon gas reproduces Planck's blackbody spectrum. Fermions do the opposite: forbidden from sharing states, they fill every level up to the Fermi energy, and that filled sea governs the electrons in metals and the pressure that holds up a white dwarf.\n",{"path":11570,"title":11571,"module":11567,"summary":11572},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law","The Photon Gas and Planck's Radiation Law","Electromagnetic radiation in equilibrium with cavity walls is a gas of non-conserved bosons, and non-conservation forces the chemical potential to zero. Counting standing-wave modes with two polarizations and weighting each by the Bose occupation gives the Planck spectral energy density. Its low-frequency tail reproduces the classical Rayleigh-Jeans law and the ultraviolet catastrophe; the Bose factor cuts the divergence off at high frequency and the peak obeys Wien's displacement law.\n",{"path":11574,"title":11575,"module":11567,"summary":11576},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure","Blackbody Thermodynamics and Radiation Pressure","Integrating the Planck spectrum over all frequencies gives the total energy density proportional to the fourth power of temperature — the Stefan-Boltzmann law — and the isotropy of a relativistic gas fixes the radiation pressure at one third of the energy density. From the free energy follow the entropy and heat capacity, both proportional to T cubed, and the adiabatic law for radiation. The results govern the pressure inside stars and the cooling of the cosmic microwave background as the universe expands.\n",{"path":11578,"title":11579,"module":11567,"summary":11580},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model","Phonons and the Debye Model","The vibrations of a crystal lattice are quantized into phonons — bosons of zero chemical potential, counted exactly like cavity photons but with three polarizations, a finite sound speed, and a total of 3N modes. The Debye model replaces the true dispersion by a linear one cut off at a frequency that enforces that count. It gives the correct low-temperature T-cubed heat capacity the Einstein model missed and recovers the Dulong-Petit value at high temperature.\n",{"path":11582,"title":11583,"module":11567,"summary":11584},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived","Bose-Einstein Condensation Derived","For a gas of conserved bosons the excited states can hold only a finite number of particles at fixed temperature, set by the Bose function at unit fugacity. When the total exceeds that ceiling the surplus collapses into the single ground state, which the continuum density-of-states integral misses and which must be restored by hand. This fixes the critical temperature, the condensate fraction, and the fact that a uniform gas condenses only in three or more dimensions.\n",{"path":11586,"title":11587,"module":11567,"summary":11588},"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity","Thermodynamics of the Bose Gas and Superfluidity","The energy and pressure of the ideal Bose gas follow from the Bose function at the order above the density, and below the critical temperature the pressure depends on temperature alone because the condensate carries none. The heat capacity rises to a cusp at the transition. Real superfluid helium departs from the ideal gas because interactions matter: the Landau criterion ties frictionless flow to the phonon-roton excitation spectrum, and the two-fluid model carries a second sound.\n",{"path":11590,"title":11591,"module":11592,"summary":11593},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature","The Ideal Fermi Gas at Zero Temperature","Degenerate Fermi Gas","At absolute zero a gas of non-interacting fermions fills every single-particle state up to the Fermi energy and leaves the rest empty, a filled Fermi sphere in momentum space. This lesson computes the Fermi momentum, energy, and temperature from the density, the density of states, the total ground-state energy, and the degeneracy pressure that grows as $n^{5\u002F3}$. Numerical Fermi energies for metals set the scale: they are electron-volts, so room temperature is deep in the degenerate regime.\n",{"path":11595,"title":11596,"module":11592,"summary":11597},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals","The Sommerfeld Expansion and Electrons in Metals","Turning on a small temperature blurs the Fermi step over a shell of width $k_BT$ around $\\epsilon_F$. The Sommerfeld expansion turns integrals over the Fermi function into a power series in $(k_BT\u002F\\epsilon_F)^2$, giving the shift of the chemical potential and a heat capacity linear in $T$. This resolves the old puzzle of the missing electronic heat capacity, predicts the combined $C=\\gamma T+AT^3$ of a metal, and gives the temperature-independent Pauli paramagnetism of the electron gas.\n",{"path":11599,"title":11600,"module":11592,"summary":11601},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","White Dwarfs and the Chandrasekhar Limit","A white dwarf is held up against its own gravity by the degeneracy pressure of its electrons. Balancing that pressure against gravity gives a mass-radius relation $R\\propto M^{-1\u002F3}$: heavier white dwarfs are smaller and denser. As the density rises the electrons turn relativistic, the pressure softens from $n^{5\u002F3}$ to $n^{4\u002F3}$, and the star can no longer support itself above a critical mass. This lesson derives that Chandrasekhar mass, about $1.4\\,M_\\odot$, and what lies beyond it.\n",{"path":11603,"title":11604,"module":11592,"summary":11605},"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter","Neutron Stars and Dense Matter","When a collapsing core passes nuclear density, electron capture converts the matter to neutrons and their degeneracy pressure takes over. The same balance that fixes a white dwarf, rescaled by the neutron mass, gives a neutron star of a few solar masses in a ten-kilometre radius. General relativity is no longer a correction: the Tolman-Oppenheimer-Volkoff equation replaces the Newtonian balance and sets a maximum mass around two solar masses. This lesson rescales the Fermi-gas argument, states where it breaks, and places the compact objects in one stability sequence.\n",{"path":11607,"title":11608,"module":11609,"summary":11610},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients","The Cluster Expansion and Virial Coefficients","Interacting Gases","A real gas departs from $PV=Nk_BT$ because its molecules interact. The configuration integral factors through the Mayer function $f_{ij}=e^{-\\beta u_{ij}}-1$, and expanding it in powers of density produces the virial expansion $PV\u002FNk_BT = 1 + B_2(T)n + B_3(T)n^2 + \\cdots$. The second virial coefficient $B_2(T)=-\\tfrac12\\int f\\,\\d^3r$ is a single integral over the pair potential; it is positive for a hard core, negative for an attractive well, and vanishes at the Boyle temperature where the two balance.\n",{"path":11612,"title":11613,"module":11609,"summary":11614},"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence","The van der Waals Gas and Liquid-Gas Coexistence","Resumming the second virial coefficient $B_2=b-a\u002Fk_BT$ into an equation of state gives the van der Waals model $(P+a\u002Fv^2)(v-b)=k_BT$, the simplest theory of a fluid that condenses. Below the critical temperature its isotherms develop a mechanically unstable loop; the Maxwell equal-area construction replaces the loop with a coexistence tie line. The critical point sits at $v_c=3b$, $k_BT_c=8a\u002F27b$, $P_c=a\u002F27b^2$, and the model predicts universal but incorrect critical exponents because it ignores fluctuations.\n",{"path":11616,"title":11617,"module":11609,"summary":11618},"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange","Quantum Gases with Interactions and Statistical Exchange","A quantum gas has a nonzero second virial coefficient even with no forces between the particles: symmetrization alone produces an effective statistical interaction, attractive for bosons and repulsive for fermions, with range the thermal wavelength $\\lambda$. This lesson derives that exchange contribution $B_2=\\mp\\lambda^3\u002F2^{5\u002F2}g$, writes it as a statistical potential $v_s(r)=-k_BT\\ln(1\\pm e^{-2\\pi r^2\u002F\\lambda^2})$, and shows how real interactions add on top through the Beth-Uhlenbeck phase-shift formula, reducing at low temperature to a single scattering length.\n",{"path":11620,"title":11621,"module":11622,"summary":11623},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification","Phases, Coexistence, and the Classification of Transitions","Phase Transitions","A phase transition is a point where the free energy of a substance loses analyticity, so a small change in temperature or pressure produces a qualitative change of state. This lesson maps the coexistence curves of a pure substance, derives the Clausius-Clapeyron relation between the slope of a coexistence line and its latent heat, and separates first-order transitions (discontinuous entropy and density) from continuous ones (a vanishing order parameter and divergent response). The Ehrenfest scheme, the order parameter, and the triple and critical points fix the vocabulary the rest of the module builds on.\n",{"path":11625,"title":11626,"module":11622,"summary":11627},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions","The Ising Model and Exact Results","The Ising model reduces cooperative ordering to spins on a lattice coupled to their neighbors, and the same Hamiltonian describes uniaxial magnets, the liquid-gas critical point through the lattice gas, and binary alloys. This lesson solves the one-dimensional chain exactly with the transfer matrix, shows by a domain-wall argument why one dimension has no ordered phase at any positive temperature, contrasts the survival of order in two dimensions, and quotes Onsager's exact two-dimensional results: the critical temperature, the logarithmically divergent heat capacity, and the magnetization exponent one eighth.\n",{"path":11629,"title":11630,"module":11622,"summary":11631},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model","Mean-Field Theory and Spontaneous Symmetry Breaking","Mean-field theory replaces the neighbors of each spin by their average, turning the interacting Ising model into a single spin in a self-consistent field. The resulting equation m = tanh(beta J z m + beta h) has only the zero solution above a critical temperature and gains a nonzero root below it, giving spontaneous magnetization and a mean-field critical temperature k T_c = J z. The Bragg-Williams free energy turns single-welled above T_c and double-welled below, the picture of spontaneous symmetry breaking. The approximation is exact in high dimension and fails below the upper critical dimension four, quantified by the Ginzburg criterion.\n",{"path":11633,"title":11634,"module":11622,"summary":11635},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory","Critical Exponents, Scaling, and Landau Theory","Near a continuous transition every singular quantity follows a power law in the reduced temperature, and the exponents alpha, beta, gamma, delta, nu, and eta encode the transition more sharply than T_c itself. Landau theory expands the free energy in the order parameter and delivers the mean-field exponents in a few lines. They disagree with experiment and with the exact two-dimensional Ising values, but the exponents are not independent: the scaling relations of Rushbrooke, Widom, Fisher, and Josephson tie them together, and the correlation length sets the length scale that organizes universality classes.\n",{"path":11637,"title":11638,"module":11622,"summary":11639},"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea","Scaling and the Renormalization-Group Idea","At a critical point fluctuations exist on every length scale, so the system looks the same after coarse-graining. The renormalization group makes this self-similarity a computation: group spins into blocks, integrate out the short scales, and track how the couplings change. The transformation has fixed points, and the flow near a critical fixed point separates relevant couplings that grow from irrelevant ones that shrink, which is why only dimension and symmetry survive to set the exponents. The one-dimensional Ising decimation carries the whole scheme through in closed form and reproduces the absence of a finite-temperature transition.\n",{"path":11641,"title":11642,"module":11643,"summary":11644},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response","Thermodynamic Fluctuations and Response Functions","Fluctuations and Response","Thermodynamic variables are sharp only on average; a macroscopic system in equilibrium fluctuates about its mean values. Einstein inverted Boltzmann's $S=k_B\\ln\\Omega$ into a Gaussian probability for a fluctuation, $w\\propto e^{\\Delta S\u002Fk_B}$, and the second moments it predicts reproduce the response functions: $\\langle\\Delta E^2\\rangle=k_BT^2C_V$, $\\langle\\Delta V^2\\rangle=k_BTV\\kappa_T$, $\\langle\\Delta M^2\\rangle=k_BT\\chi_T$. The variances diverge where the responses diverge, at a critical point, producing critical opalescence and the breakdown of the thermodynamic description.\n",{"path":11646,"title":11647,"module":11643,"summary":11648},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation","Brownian Motion and the Langevin Equation","A pollen grain in water executes a random walk driven by molecular collisions. Einstein tied its diffusion constant to its mobility, $D=\\mu_{\\mathrm{mob}}k_BT$, turning a visible motion into a measurement of Avogadro's number. The Langevin equation splits the collisions into a systematic drag and a random force whose strength is fixed by the drag through $\\langle\\xi(t)\\xi(t')\\rangle=2\\gamma k_BT\\,\\delta(t-t')$ — the first fluctuation–dissipation relation. The mean-square displacement grows ballistically at short times and linearly, $\\langle r^2\\rangle=2dDt$, at long times, and the Stokes–Einstein relation $D=k_BT\u002F6\\pi\\eta a$ closes the loop to Perrin's experiments.\n",{"path":11650,"title":11651,"module":11643,"summary":11652},"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem","Linear Response and the Fluctuation-Dissipation Theorem","A system driven by a weak external field responds through a generalized susceptibility $\\chi(\\omega)$ whose imaginary part measures dissipation. The Wiener–Khinchin theorem makes the power spectrum of equilibrium fluctuations the Fourier transform of their correlation function, and the fluctuation–dissipation theorem ties the two together: $S_x(\\omega)=(2k_BT\u002F\\omega)\\,\\chi''(\\omega)$, so the spectrum of spontaneous fluctuations is fixed by the dissipative response. The Johnson–Nyquist noise of a resistor, $\\langle V^2\\rangle=4k_BTR\\,\\Delta f$, is the canonical example, and Onsager reciprocity closes the subject.\n",{"path":11654,"title":11655,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":11657,"title":11658,"module":11659,"summary":11660},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms","Bonding Mechanisms","Molecules and Chemical Bonding","A molecule forms when the total energy of two atoms drops below the energy of the separated pair. This lesson works through the four mechanisms that produce that minimum: the ionic bond from charge transfer, the covalent bond from shared electron wave functions, the metallic bond, and the weak dipole-dipole and hydrogen bonds, computing bond lengths and dissociation energies for NaCl, H₂, and H₂⁺.\n",{"path":11662,"title":11663,"module":11659,"summary":11664},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus","The Molecular-Orbital Method and H₂⁺","The hydrogen molecule ion is the two-center problem that fixes the language of chemical bonding. This lesson builds the molecular orbital as a linear combination of atomic orbitals, minimizes the energy through the variational secular equation, and reduces the result to three two-center integrals: the overlap, the Coulomb term, and the exchange (resonance) integral. The bonding and antibonding levels, their potential-energy curves, and the charge piled between the nuclei follow from those integrals.\n",{"path":11666,"title":11667,"module":11659,"summary":11668},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange","The Hydrogen Molecule, Exchange, and Hybridization","Adding the second electron turns the one-electron ion into the two-electron hydrogen molecule, where electron-electron repulsion and the Pauli principle govern the bond. This lesson contrasts the Heitler-London valence-bond and molecular-orbital wave functions, derives the singlet-triplet splitting as an exchange energy, shows why naive molecular orbitals fail at dissociation, and builds the sp, sp², and sp³ hybrids that fix the directed geometry of covalent bonds.\n",{"path":11670,"title":11671,"module":11659,"summary":11672},"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces","Van der Waals Forces","The bond of last resort acts between all atoms, even closed-shell noble gases with no permanent moment. This lesson separates the three van der Waals contributions — Keesom orientation, Debye induction, and London dispersion — derives the London 1\u002Fr⁶ attraction from the coupled-oscillator and second-order perturbation pictures, and assembles the Lennard-Jones potential to compute the equilibrium spacing and cohesive energy of the noble-gas crystals, argon in particular.\n",{"path":11674,"title":11675,"module":11676,"summary":11677},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra","Rotational and Vibrational Spectra of Molecules","Molecular Spectra","A diatomic molecule stores energy in three well-separated ledgers: electronic, vibrational, and rotational. Quantizing the rigid rotor gives levels spaced as ℓ(ℓ+1); quantizing the bond as a harmonic oscillator gives equally spaced vibrational levels. Their combination produces the P and R branches of an infrared absorption band, from which the bond length and force constant are read directly.\n",{"path":11679,"title":11680,"module":11676,"summary":11681},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure","Anharmonicity and Rovibrational Structure","The rigid rotor and harmonic oscillator are first approximations. A real bond follows the Morse potential, whose levels converge toward dissociation; a real rotor stretches centrifugally; and vibration couples to rotation, so the rotational constant depends on the vibrational level. This lesson works out the anharmonic and centrifugal corrections, the Birge-Sponer route to the dissociation energy, the isotope shift, and the thermal band envelope.\n",{"path":11683,"title":11684,"module":11676,"summary":11685},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands","Raman Scattering and Electronic Bands","Not every vibration absorbs in the infrared. Raman scattering reaches modes that modulate the polarizability, giving Stokes and anti-Stokes lines whose intensity ratio measures temperature, and the mutual-exclusion rule pairs it with infrared absorption. Electronic transitions add the vibronic structure of band spectra, governed by the Franck-Condon principle, and the radiative fates of an excited state are sorted by the Jablonski diagram into fluorescence and phosphorescence.\n",{"path":11687,"title":11688,"module":11676,"summary":11689},"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers","Lasers, Masers, and Stimulated Emission","Einstein's three radiative processes — absorption, spontaneous emission, and stimulated emission — and the coefficients that relate them. Stimulated emission produces coherent photons, and inverting the level populations turns it into net amplification. We build the ruby three-level laser and the helium-neon four-level laser, and show why the fourth level makes inversion easy.\n",{"path":11691,"title":11692,"module":11693,"summary":11694},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids","The Structure of Solids","Crystal Structure","A crystal is a unit cell repeated in three dimensions. We classify the common cubic lattices, compute the Coulomb energy of an ionic crystal through the Madelung constant, and show how the divergent naive lattice sum is tamed by cubic shells. The cohesive energy that results predicts melting points and connects the diatomic bond of an earlier lesson to the bulk solid.\n",{"path":11696,"title":11697,"module":11693,"summary":11698},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems","Bravais Lattices, Bases, and Crystal Structures","A crystal is a Bravais lattice decorated by a basis. This lesson separates the two, builds primitive and Wigner-Seitz cells, enumerates the seven crystal systems and fourteen Bravais lattices, and fixes the language of point and space groups. Miller indices label planes and directions, and the packing fractions of the close-packed, cubic, and diamond structures follow from the geometry.\n",{"path":11700,"title":11701,"module":11693,"summary":11702},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones","The Reciprocal Lattice and Brillouin Zones","Every periodic crystal has a dual lattice in wavevector space. This lesson defines the reciprocal lattice through the condition b_i dot a_j equals two pi delta, derives its properties, shows the reciprocal of fcc is bcc, links reciprocal vectors to families of lattice planes, and builds the first Brillouin zone as the Wigner-Seitz cell of the reciprocal lattice, including the higher zones.\n",{"path":11704,"title":11705,"module":11693,"summary":11706},"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors","X-ray and Neutron Diffraction","A crystal diffracts radiation whose wavelength matches its atomic spacing. This lesson derives the Bragg condition, the equivalent Laue condition 2k dot G equals G squared, and the Ewald-sphere construction, then computes the geometric structure factor that produces systematic absences for bcc and fcc, the atomic form factor, and the powder method. It closes on why neutrons and electrons complement X-rays.\n",{"path":11708,"title":11709,"module":11710,"summary":11711},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion","The Harmonic Crystal and Phonon Dispersion","Lattice Dynamics","Atoms in a crystal vibrate about their equilibrium sites, and expanding the potential to second order turns the whole lattice into a set of coupled harmonic oscillators. This lesson sets up the harmonic approximation and the dynamical matrix, solves the monatomic linear chain for its dispersion omega(k) = 2 sqrt(K\u002FM) times the absolute sine of ka over two, explains why wavevectors outside the first Brillouin zone are redundant, and extends the chain to two atoms per cell to produce acoustic and optical branches with a frequency gap.\n",{"path":11713,"title":11714,"module":11710,"summary":11715},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos","Phonons, Density of States, and Crystal Momentum","Quantizing the normal modes of a harmonic crystal turns each vibrational mode into a quantum oscillator whose excitations are phonons. This lesson counts phonons with Bose-Einstein statistics, defines crystal momentum and the normal versus Umklapp distinction in momentum conservation, builds the density of states with its van Hove singularities, and shows how inelastic neutron scattering measures a dispersion curve point by point.\n",{"path":11717,"title":11718,"module":11710,"summary":11719},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity","Thermal Properties — Einstein and Debye Models","The lattice heat capacity follows the classical Dulong-Petit value at high temperature but collapses toward zero as T approaches zero, a purely quantum effect. This lesson derives that behavior from the Einstein model of a single frequency, then the Debye model of a linear phonon spectrum with a cutoff, obtaining the Debye T-cubed law at low temperature and the Debye interpolation across all temperatures, and closes with thermal expansion and the Gruneisen parameter.\n",{"path":11721,"title":11722,"module":11710,"summary":11723},"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport","Anharmonicity, Thermal Expansion, and Heat Conduction","A perfectly harmonic crystal neither expands when heated nor resists heat flow. Both effects come from the cubic and higher terms the harmonic approximation discards. This lesson derives thermal expansion from an asymmetric interatomic potential, treats phonon-phonon scattering as the decay channel these terms open, shows why Umklapp processes are what make lattice thermal conductivity finite, and traces the temperature dependence of the conductivity and the phonon mean free path.\n",{"path":11725,"title":11726,"module":11727,"summary":11728},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction","Conduction and the Free-Electron Gas","Free-Electron Fermi Gas","Drude's classical free-electron model gets Ohm's law right but the resistivity, its temperature dependence, and the heat capacity wrong. Replacing the Maxwell-Boltzmann distribution with the Fermi-Dirac distribution and treating electron-lattice collisions as wave scattering repairs all three: the Fermi energy, Fermi speed, and a mean free path set by thermal lattice vibrations.\n",{"path":11730,"title":11731,"module":11727,"summary":11732},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity","The Sommerfeld Model: Ground State and Heat Capacity","Quantizing the free-electron gas in a box fills a Fermi sphere in k-space. The density of states grows as the square root of energy in three dimensions, and the Fermi energy, temperature, and wavevector follow for real metals. The Sommerfeld expansion shows only a thermal shell of width k_BT near E_F is excited, giving an electronic heat capacity linear in T that sits beneath the phonon T-cubed term.\n",{"path":11734,"title":11735,"module":11727,"summary":11736},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect","Transport, Wiedemann–Franz, and the Hall Effect","The relaxation-time picture displaces the Fermi sphere under an applied field and gives the electrical conductivity ne-squared-tau over m. The same electrons carry heat, and their ratio yields the Wiedemann–Franz law with the universal Lorenz number. A magnetic field bends the carriers into cyclotron orbits and produces the Hall voltage, whose sign reveals the charge of the carriers.\n",{"path":11738,"title":11739,"module":11727,"summary":11740},"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons","Screening, Plasmons, and the Limits of Free Electrons","A mobile electron gas rearranges to screen any foreign charge, turning the bare Coulomb potential into a short-ranged Yukawa form over the Thomas–Fermi length. Displaced collectively, the gas rings at the plasma frequency, whose quantum is the plasmon and whose value sets the reflectivity edge of metals. A ledger of free-electron successes and failures then motivates band theory.\n",{"path":11742,"title":11743,"module":11744,"summary":11745},"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands","Bloch's Theorem and Energy Bands","Band Theory","An electron in a periodic potential has stationary states that are plane waves modulated by a lattice-periodic envelope. This lesson proves Bloch's theorem two ways, defines crystal momentum and the band index, counts the allowed wavevectors from Born–von Kármán boundary conditions, and sets up the extended, reduced, and repeated-zone descriptions of a band.\n",{"path":11747,"title":11748,"module":11744,"summary":11749},"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model","The Nearly-Free-Electron Model","A weak periodic potential leaves the free-electron parabola almost intact except near Brillouin-zone boundaries, where two nearly degenerate plane waves mix. This lesson solves the resulting two-by-two secular problem, shows the gap of size twice the potential component opening at each boundary, identifies the two standing waves that pile charge on and between the ions, and works the exactly solvable Kronig–Penney model.\n",{"path":11751,"title":11752,"module":11744,"summary":11753},"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method","The Tight-Binding Method","The opposite limit to nearly-free electrons builds bands from atomic orbitals. A Bloch sum of one orbital per site gives a dispersion set by the hopping integral between neighbours; the band widens from a sharp atomic level as the atoms approach. This lesson derives the s-band cosine dispersion, extends it to p-bands, and introduces Wannier functions as the localized dual of Bloch states.\n",{"path":11755,"title":11756,"module":11744,"summary":11757},"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics","Fermi Surfaces, Effective Mass, and Metals vs Insulators","Filling the bands settles which crystals conduct. A filled band carries no current, so a crystal with filled bands and a gap is an insulator, while a partly filled band makes a metal. This lesson derives the no-current theorem for a filled band, defines the Fermi surface and Harrison's construction, introduces holes and the effective mass from band curvature, and states the semiclassical equations of motion that lead to Bloch oscillations.\n",{"path":11759,"title":11760,"module":11761,"summary":11762},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions","Band Theory and Semiconductors","Semiconductors","The periodic lattice splits atomic levels into allowed energy bands separated by forbidden gaps. Whether the highest occupied band is full or partly full, and how wide the gap above it is, sorts every solid into conductor, insulator, or semiconductor. Doping adds donor or acceptor levels inside the gap, and a p-n junction built from doped regions gives the diode, the solar cell, the LED, and the transistor.\n",{"path":11764,"title":11765,"module":11761,"summary":11766},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors","Carrier Statistics: Intrinsic and Extrinsic Semiconductors","The number of mobile electrons and holes in a semiconductor follows from the density of states near each band edge and the Fermi-Dirac tail that reaches into it. This lesson derives the effective densities of states, the intrinsic concentration and its exponential gap dependence, the law of mass action, the temperature march of the Fermi level, and the freeze-out, saturation, and intrinsic regimes of a doped crystal.\n",{"path":11768,"title":11769,"module":11761,"summary":11770},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination","Carrier Transport and Recombination","Carriers move by drift in a field and by diffusion down a concentration gradient, the two tied together by the Einstein relation. This lesson derives mobility and its scattering-limited temperature dependence, the drift and diffusion currents, the continuity equations, band-to-band and trap-assisted recombination, and the minority-carrier lifetime and diffusion length that set the length scale of every junction device.\n",{"path":11772,"title":11773,"module":11761,"summary":11774},"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction","The p-n Junction in Depth","Joining p-type and n-type silicon aligns their Fermi levels and leaves a depletion region of fixed charge with a built-in potential. This lesson derives the space-charge field and potential from Poisson's equation in the depletion approximation, the built-in voltage from Fermi-level alignment, the Shockley diode equation from minority-carrier diffusion, junction and diffusion capacitance, and the avalanche and Zener breakdown mechanisms.\n",{"path":11776,"title":11777,"module":11761,"summary":11778},"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics","Transistors and Optoelectronic Devices","Two junctions in series make a bipolar transistor whose thin base gives current gain; a gate over an oxide makes a MOSFET whose inversion channel switches digital logic. Run in reverse, a junction converts photons to current. This lesson derives the transistor current gain and the MOSFET channel current, then treats the LED, the diode laser, and the illuminated solar-cell characteristic.\n",{"path":11780,"title":11781,"module":11782,"summary":11783},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization","Dielectrics, Polarization, and the Local Field","Dielectrics and Ferroelectrics","An insulator responds to an electric field by polarizing. This lesson builds the macroscopic polarization and the dielectric constant, sorts the microscopic response into electronic, ionic, and orientational polarizability, and corrects the field an atom actually feels to the Lorentz local field E + P\u002F3 epsilon-0. The Clausius-Mossotti relation links the measured permittivity to the atomic polarizability, and the frequency dependence of each mechanism explains why the static and optical dielectric constants differ.\n",{"path":11785,"title":11786,"module":11782,"summary":11787},"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics","Ferroelectrics, Piezoelectrics, and Structural Transitions","Some crystals carry a polarization with no applied field and switch it under a reversing field, tracing a hysteresis loop. This lesson develops the ferroelectric transition through the perovskite BaTiO3 displacive instability and its soft transverse-optical mode, builds the Landau free-energy theory of first- and second-order polar transitions, derives the Curie-Weiss divergence of the dielectric constant, and closes with piezoelectricity and pyroelectricity and their devices.\n",{"path":11789,"title":11790,"module":11791,"summary":11792},"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism","Diamagnetism and Paramagnetism","Magnetism in Solids","Every solid responds to a magnetic field. Filled shells give a small negative diamagnetic susceptibility from induced Larmor currents; localized moments give a positive Curie paramagnetism described by the Brillouin function, with the ground-state moment fixed by Hund's rules. The conduction electrons add a temperature-independent Pauli paramagnetism from the thermal shell near the Fermi surface, partly cancelled by Landau diamagnetism of their orbital motion.\n",{"path":11794,"title":11795,"module":11791,"summary":11796},"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism","Exchange and Ferromagnetism","Magnetic ordering at hundreds of kelvin cannot be dipolar; it is an exchange effect, the Coulomb repulsion sorted by the Pauli principle into a spin-dependent energy captured by the Heisenberg Hamiltonian. Weiss molecular-field theory replaces the exchange field by an average proportional to the magnetization, giving a self-consistent equation whose solution is spontaneous magnetization below a Curie temperature and a Curie–Weiss susceptibility above it. Itinerant ferromagnetism follows from the Stoner criterion on the band density of states.\n",{"path":11798,"title":11799,"module":11791,"summary":11800},"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains","Antiferromagnetism, Ferrimagnetism, and Domains","A negative exchange coupling orders neighboring spins antiparallel. Two-sublattice molecular-field theory gives a Néel temperature marked by a cusp in the susceptibility, and unequal sublattices leave a net moment — ferrimagnetism, the magnetism of the ferrites. A ferromagnet breaks into domains to reduce its magnetostatic energy, separated by Bloch walls whose width is set by the competition between exchange and magnetocrystalline anisotropy, and the irreversible motion of those walls produces the hysteresis loop.\n",{"path":11802,"title":11803,"module":11791,"summary":11804},"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons","Spin Waves and Magnons","The lowest excitations of a ferromagnet are not single flipped spins but collective precessions in which every moment tips slightly and its phase advances along the crystal. These spin waves have a quadratic dispersion at long wavelength, quantize into magnons obeying Bose statistics, and their thermal population removes magnetization as the Bloch T-to-the-three-halves law. Antiferromagnetic magnons disperse linearly, and inelastic neutron scattering measures both.\n",{"path":11806,"title":11807,"module":11808,"summary":11809},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology","Superconductivity: Phenomenology and BCS","Superconductivity","Below a critical temperature some materials lose all resistance and expel magnetic flux — the Meissner effect that defines the state. The isotope effect points to lattice vibrations, and BCS theory binds electrons into Cooper pairs through phonon exchange. The paired condensate opens an energy gap, quantizes magnetic flux, and drives the Josephson effects.\n",{"path":11811,"title":11812,"module":11808,"summary":11813},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect","London Theory and the Meissner Effect","A perfect conductor freezes the field it was cooled in; a superconductor expels it. The distinction needs a constitutive law beyond zero resistance — the two London equations — whose solution is exponential flux decay over the penetration depth. The same rigidity follows from a macroscopic condensate wave function, and the thermodynamics of the critical field fixes the condensation energy, the latent heat, and the specific-heat jump.\n",{"path":11815,"title":11816,"module":11808,"summary":11817},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory","Ginzburg–Landau Theory, Vortices, and Type-II","A complex order parameter and a free-energy expansion turn the superconducting transition into a Landau theory. Two lengths emerge — the coherence length and the penetration depth — whose ratio kappa sorts superconductors into type I and type II. Type-II materials admit flux as an Abrikosov lattice of vortices, each threading exactly one quantum h\u002F2e, between a lower and an upper critical field.\n",{"path":11819,"title":11820,"module":11808,"summary":11821},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory","Microscopic BCS Theory","A phonon-mediated attraction, however weak, binds two electrons above the Fermi sea — the Cooper problem shows the sea is unstable. The BCS variational ground state pairs all electrons near the Fermi surface and, through a self-consistent gap equation, opens an energy gap. Weak-coupling solution gives the exponential T_c and the universal ratios 2 Delta(0) = 3.53 k_B T_c and Delta C \u002F C_n = 1.43.\n",{"path":11823,"title":11824,"module":11808,"summary":11825},"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc","Josephson Effects and Unconventional Superconductors","Two superconductors joined by a thin barrier carry a supercurrent set by their phase difference — the dc Josephson effect — and oscillate at 2eV\u002Fh under a voltage. A two-junction loop turns flux quantization into a magnetometer of single-quantum sensitivity. The cuprates superconduct in CuO2 planes with a doping-dependent dome, d-wave pairing, and a pseudogap that lie outside the phonon picture.\n",{"path":11827,"title":11828,"module":11829,"summary":11830},"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots","Quantum Wells, Wires, and Dots","Nanostructures","When a crystal is shrunk until one or more of its dimensions approaches the electron wavelength, the continuous bands of the bulk break into discrete subbands. Confining in one direction gives a quantum well with a step-like density of states, in two directions a quantum wire with inverse-square-root singularities, and in all three a quantum dot whose levels are sharp like an atom's. This lesson derives the density of states in each case and applies it to size-tunable dot emission and the Coulomb blockade of a single-electron transistor.\n",{"path":11832,"title":11833,"module":11829,"summary":11834},"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect","The 2D Electron Gas and the Integer Quantum Hall Effect","A two-dimensional electron gas in a strong perpendicular magnetic field has its continuous density of states collapse into macroscopically degenerate Landau levels. As the field is swept, the Hall resistance locks onto exact plateaus at h over an integer times e squared, while the longitudinal resistance drops to zero. This lesson derives the Landau levels and their degeneracy, explains the plateaus through disorder-localized states and current-carrying edge channels, and states why the von Klitzing constant is now a resistance standard.\n",{"path":11836,"title":11837,"module":11829,"summary":11838},"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology","The Fractional Quantum Hall Effect and Topological Order","When the lowest Landau level is only partly filled, the non-interacting theory predicts no gap, yet a plateau appears at filling one-third. It is a many-body effect: Coulomb repulsion selects a correlated ground state, the Laughlin wavefunction, whose excitations carry a fraction of the electron charge. This lesson builds the Laughlin state, introduces composite fermions that map the fractional effect onto an integer one, and explains how the quantum Hall effect brought the Chern number and topology into condensed-matter physics.\n",{"path":11840,"title":11841,"module":11829,"summary":11842},"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials","Graphene and Dirac Materials","Graphene is one atomic layer of carbon on a honeycomb lattice. A tight-binding calculation on its two-atom basis gives valence and conduction bands that touch at the corners of the Brillouin zone, where the dispersion is linear and the electrons behave as massless two-dimensional Dirac particles with a fixed speed. This lesson derives the Dirac cones, the Berry phase of pi and the sublattice chirality, the anomalous half-integer quantum Hall effect that follows, and how opening a gap in a Dirac cone points toward topological insulators.\n",{"path":11844,"title":11845,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":11847,"title":11848,"module":8611,"summary":11849},"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model","Logic as a Mathematical Model of Deduction","Symbolic logic models deductive reasoning the way probability theory models chance: it keeps the form of a correct deduction and discards its content. A deduction is valid when its conclusion follows from the form of the premises alone, independent of what the non-logical words mean. Two models carry the subject — coarse sentential logic and fine first-order logic — and four questions organize it: logical consequence, methods of proof, the gap between provable and true, and the link between logic and computability. Tuples, relations, functions, equivalence classes, and cardinality supply the set-theoretic vocabulary every later chapter uses.\n",{"path":11851,"title":11852,"module":11853,"summary":11854},"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas","Formal Languages and Well-Formed Formulas","Sentential Logic","The language of sentential logic has an alphabet of sentence symbols, five connectives, and two parentheses, with formation rules that pick out the well-formed formulas. The wffs are the least set of expressions closed under the five formula-building operations, and every such generated set carries an induction principle.\n",{"path":11856,"title":11857,"module":11853,"summary":11858},"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies","Truth Assignments, Tautologies, and Consequence","A truth assignment fixes the sentence symbols true or false, and a recursion extends it uniquely to every formula. Satisfaction, tautologies, and tautological implication — one formula following semantically from others — rest on that extension, and the truth-table procedure decides implication for finite premise sets.\n",{"path":11860,"title":11861,"module":11853,"summary":11862},"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing","Unique Readability and a Parsing Algorithm","Parentheses keep a formula from being read two ways. The parenthesis lemmas and a top-down parsing algorithm recover a formula's structure and yield unique readability: every wff has exactly one formation tree, which is what makes the truth recursion well defined.\n",{"path":11864,"title":11865,"module":11853,"summary":11866},"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion","Induction and Recursion on Formulas","Two principles govern any set generated from initial elements by operations: prove a property of all its members by covering the initial elements and the closure steps, and define a function on it by recursion on structure. The recursion theorem needs the set to be freely generated, and unique readability supplies that condition for the well-formed formulas.\n",{"path":11868,"title":11869,"module":11853,"summary":11870},"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms","Sentential Connectives and Normal Forms","Every formula computes a Boolean function of its atoms, and Post's theorem gives the converse: every Boolean function is realized by a wff in disjunctive normal form, so the five connectives are more than enough. Minimal complete sets follow, down to the single connectives NAND and NOR, together with a method for proving a set of connectives incomplete.\n",{"path":11872,"title":11873,"module":11853,"summary":11874},"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits","Switching Circuits","A memoryless two-valued circuit computes a Boolean function, so every formula names a gate network and every network a formula. Cost and delay are read off the formula by recursion, and tautological equivalence and normal forms design and simplify circuits realizing a given specification.\n",{"path":11876,"title":11877,"module":11853,"summary":11878},"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness","Compactness and Effectiveness","The compactness theorem reduces satisfiability of an infinite set of formulas to its finite subsets, proved by extension to a maximal finitely satisfiable set and applied to color infinite graphs. Effectiveness fixes what \"decidable\" and \"effectively enumerable\" mean and settles the decidability of tautologyhood.\n",{"path":11880,"title":11881,"module":11882,"summary":11883},"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages","First-Order Languages","First-Order Languages and Structures","Sentential logic cannot see inside a simple statement, so it misses valid arguments that turn on quantifiers and predicates. A first-order language adds a quantifier, variables, and a chosen vocabulary of predicate, function, and constant symbols. Terms and well-formed formulas are built by recursion over this alphabet, and a variable occurs free or bound according to the quantifiers that reach it.\n",{"path":11885,"title":11886,"module":11882,"summary":11887},"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction","Structures, Truth, and Satisfaction","A structure interprets a language: a nonempty universe plus a meaning for every predicate, function, and constant symbol. Tarski's recursion defines when a structure satisfies a formula under a variable assignment, and hence when a sentence is true. From satisfaction we recover logical implication, validity, and logical equivalence for first-order logic.\n",{"path":11889,"title":11890,"module":11882,"summary":11891},"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence","Definability and Elementary Equivalence","Fix a structure and ask which relations a formula can pick out: the definable ones. A set of sentences picks out a class of structures, the elementary classes. Homomorphisms and isomorphisms compare structures, and the homomorphism theorem shows isomorphic structures satisfy the same sentences. Automorphisms bound what first-order logic can distinguish, giving a tool for proving relations undefinable.\n",{"path":11893,"title":11894,"module":11882,"summary":11895},"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing","Parsing, Substitution, and Substitutability","Every recursion on first-order syntax rests on unique readability. A parenthesis-counting function proves that terms and formulas decompose in exactly one way, and a parsing algorithm recovers the decomposition. Substituting a term for a free variable can capture it under a quantifier; the substitutability condition rules that out, and the substitution lemma trades syntactic substitution for a change of assignment.\n",{"path":11897,"title":11898,"module":11899,"summary":11900},"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus","A Deductive Calculus for First-Order Logic","The Deductive Calculus and Its Metatheorems","A proof must be finite and mechanically checkable. A Hilbert-style calculus meets both demands: six schemas of logical axioms, a single rule of inference (modus ponens), and the syntactic consequence relation they generate. Substitution and substitutability are defined by recursion, and the bridge theorem reduces deducibility to tautological implication from the axioms.\n",{"path":11902,"title":11903,"module":11899,"summary":11904},"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules","The Deduction Theorem and Derived Rules","Raw deductions from axioms are unusable by hand. The generalization theorem, the deduction theorem, contraposition, reductio ad absurdum, and rule T reduce the calculus to the moves of ordinary mathematics, each proved once to license a block of axiom-level steps. Generalization on constants and alphabetic variants handle the quantifier and substitution bookkeeping.\n",{"path":11906,"title":11907,"module":11899,"summary":11908},"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness","The Soundness Theorem","Soundness is the easy half of the match between proof and truth. Whatever the calculus deduces is logically implied, by an induction on deduction length that rests on one lemma: every logical axiom is valid. The only hard case, quantifier instantiation, needs the substitution lemma. The contrapositive corollary states that every satisfiable set is consistent.\n",{"path":11910,"title":11911,"module":11899,"summary":11912},"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency","The Completeness Theorem","Gödel's completeness theorem is the deep converse of soundness: whatever is logically implied can be deduced. Equivalently, every consistent set has a model. The Henkin proof manufactures that model out of syntax alone: add witnessing constants, extend to a maximal consistent set, and read a term model off the formulas it contains. Compactness and the enumerability theorem drop out.\n",{"path":11914,"title":11915,"module":11916,"summary":11917},"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem","Compactness and the Löwenheim–Skolem Theorems","Models, Compactness, and Theories","A set of first-order sentences has a model whenever each of its finite subsets does. This compactness theorem follows from completeness and yields the finiteness limitation, the downward and upward Löwenheim–Skolem theorems, models of every infinite cardinality, and nonstandard models of arithmetic.\n",{"path":11919,"title":11920,"module":11916,"summary":11921},"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity","Theories, Elementary Classes, and Categoricity","A theory is a set of sentences closed under logical consequence. Theories correspond to classes of models; a theory may be complete, axiomatizable, or finitely axiomatizable, and completeness together with axiomatizability yields decidability. The Łoś–Vaught test derives completeness from categoricity in a cardinal, applied to dense linear orders and to algebraically closed fields.\n",{"path":11923,"title":11924,"module":11916,"summary":11925},"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories","Interpretations Between Theories","An interpretation translates the vocabulary of one theory into formulas of another, relativizing quantifiers to a definable domain and mapping symbols to defining formulas. Defined function symbols meet a noncreativity criterion; the syntactic translation of formulas carries theoremhood forward, and a faithful interpretation transfers decidability and undecidability between theories.\n",{"path":11927,"title":11928,"module":11916,"summary":11929},"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis","Nonstandard Analysis","Compactness builds a model of the real ordered field containing infinite elements and nonzero infinitesimals. The transfer principle carries every first-order truth from the reals to this extension, the standard-part map collapses finite hyperreals back onto the reals, and continuity and the derivative are rederived by working with infinitely small quantities directly.\n",{"path":11931,"title":11932,"module":11933,"summary":11934},"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic","The Structure of Arithmetic and Definability","Number Theory and Definability","Number theory is the theory of one fixed structure, the natural numbers under successor, order, addition, multiplication, and exponentiation. Every number is named by a numeral, and a relation is definable when a single formula picks out exactly its tuples. The central gap separates the sentences true in that structure from those any reasonable set of axioms can prove.\n",{"path":11936,"title":11937,"module":11933,"summary":11938},"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor","Natural Numbers with Successor","The weakest reduct keeps only zero and successor. Its models are a standard chain together with disjoint copies of the integers, which makes the theory categorical in every uncountable power, hence complete and decidable. A quantifier-elimination procedure gives a practical decision method and shows a subset is definable if and only if it is finite or cofinite.\n",{"path":11940,"title":11941,"module":11933,"summary":11942},"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts","Reducts: Order, Addition, and Multiplication","Adding order to the successor reduct keeps decidability and makes the theory finitely axiomatizable; adding addition gives Presburger arithmetic, still decidable by quantifier elimination once congruence predicates are included, with definable sets exactly the eventually periodic ones. Multiplication is the break point: neither addition nor order can define it, and once it joins addition the theory stops being decidable.\n",{"path":11944,"title":11945,"module":11933,"summary":11946},"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability","A Subtheory of Number Theory and Representability","A finite set of eleven axioms, the recursion equations for successor, order, addition, multiplication, and exponentiation, already proves every true quantifier-free and existential sentence. Representability asks a theory to prove the right instances of a formula rather than merely make them true, and a relation is defined to be recursive exactly when some consistent finite theory represents it. Church's thesis identifies that with decidability, and closure under composition, minimization, and primitive recursion builds the catalog the incompleteness proofs need.\n",{"path":11948,"title":11949,"module":11950,"summary":11951},"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax","Arithmetization of Syntax","Arithmetization and the Incompleteness Theorems","Gödel numbering assigns a natural number to every symbol, expression, formula, and deduction, turning statements about syntax into statements about numbers. The syntactic operations — substitution, \"is a wff\", \"is an axiom\", \"d codes a deduction of a\" — come out primitive recursive and hence representable in the subtheory, which lets a formula of arithmetic talk about formulas, including itself.\n",{"path":11953,"title":11954,"module":11950,"summary":11955},"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability","Incompleteness, Undecidability, and Church's Theorem","The fixed-point lemma manufactures a sentence that talks about its own Gödel number. Pointed at truth it gives Tarski's theorem — arithmetic truth is not arithmetically definable; pointed at provability it gives Gödel's first incompleteness theorem and the undecidability of the theory of the natural numbers, and, applied to validity, Church's theorem that first-order logic is undecidable. The set of theorems of a recursive theory is only recursively enumerable — the gap between provable and true.\n",{"path":11957,"title":11958,"module":11950,"summary":11959},"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem","The Second Incompleteness Theorem","Consistency of a recursively axiomatized theory is itself an arithmetic sentence, built from a provability predicate. When the theory is strong enough to formalize its own reflection and modus ponens — the Hilbert–Bernays–Löb derivability conditions — it cannot prove that sentence unless it is inconsistent. Löb's theorem is the companion result, and set theory is the case that closes Hilbert's program.\n",{"path":11961,"title":11962,"module":11963,"summary":11964},"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions","Recursive Functions and Church's Thesis","Recursive Functions and Representability","The recursive functions are the formal counterpart of the effectively computable ones: built from three initial functions by composition, primitive recursion, and minimization, and equivalently the functions representable in a finitely axiomatized arithmetic. Church's thesis identifies the class with effective calculability; Kleene's normal form theorem and the unsolvable halting problem place the recursive sets strictly inside the recursively enumerable ones.\n",{"path":11966,"title":11967,"module":11963,"summary":11968},"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation","Representing Exponentiation and the β-Function","Coding finite sequences by prime-power exponents already assumes exponentiation, so representing exponentiation from addition and multiplication alone needs a different encoder. Gödel's β-function, built from a pairing function and the Chinese remainder theorem, reads back arbitrary finite sequences using only plus and times. This represents exponentiation in the addition-multiplication arithmetic and closes the last gap in the representability of every recursive syntactic operation.\n",{"path":11970,"title":11971,"module":11972,"summary":11973},"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages","Second-Order Languages","Second-Order Logic and Beyond","Second-order logic quantifies over relations and functions, not just individuals. Second-order Peano arithmetic and the second-order theory of the reals become categorical, and finiteness is definable by a single sentence. Compactness, completeness, and the Löwenheim–Skolem theorems all fail for the standard semantics.\n",{"path":11975,"title":11976,"module":11972,"summary":11977},"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic","Skolem Functions and Many-Sorted Logic","Skolem functions replace existential quantifiers with named witnesses, putting any first-order formula into a prenex form with all existentials — now over functions — pulled to the front. The Skolemized formula is equisatisfiable with the original, which reduces satisfiability to universal sentences and, through Herbrand expansions, to sentential logic. Many-sorted logic then adds several universes at once and reduces cleanly to ordinary one-sorted logic.\n",{"path":11979,"title":11980,"module":11972,"summary":11981},"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures","General (Henkin) Structures","General semantics reinterprets second-order logic by letting the predicate and function quantifiers range over a designated collection of relations and functions rather than all of them. Recast as many-sorted first-order logic with comprehension axioms, general second-order logic recovers a sound and complete calculus together with compactness and Löwenheim–Skolem, giving up the categoricity of the standard semantics. The ω-models of analysis show the trade.\n",{"path":11983,"title":11984,"module":6,"summary":6},"\u002Flogic","Logic",{"path":11986,"title":11987,"module":8611,"summary":11988},"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning","What Is Reinforcement Learning?","Reinforcement learning is learning what to do — how to map situations to actions — so as to maximize a numerical reward signal, discovered by trial and error rather than told. We set up the agent–environment loop, separate it from supervised and unsupervised learning, name the four elements (policy, reward, value, and an optional model), and train a tic-tac-toe player with a temporal-difference value update.\n",{"path":11990,"title":11991,"module":8611,"summary":11992},"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl","A Brief History of Reinforcement Learning","The origins of reinforcement learning. Three threads — trial-and-error learning from animal psychology, optimal control and dynamic programming, and temporal-difference learning — ran independently for decades and merged around 1989 into the modern field. Replacing the lookup table with a neural network then produced deep reinforcement learning: DQN, AlphaGo, AlphaZero, MuZero, and RLHF.\n",{"path":11994,"title":11995,"module":8611,"summary":11996},"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits","Multi-Armed Bandits","A bandit is reinforcement learning stripped to a single decision, repeated: no state, no consequences, only the tension between exploiting the arm that looks best and exploring the ones that might be better. We build up the whole toolkit — sample-average value estimates, the incremental update rule, ε-greedy, optimistic initialization, UCB, and gradient bandits — and use it to study exploration in isolation, the one problem that carries over to the full setting.\n",{"path":11998,"title":11999,"module":8611,"summary":12000},"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms","Bandit Exploration Algorithms","Better ways to explore than picking at random. Upper-confidence-bound selection explores by optimism about what it hasn't measured; gradient bandits learn action preferences by stochastic gradient ascent on reward. We then add context to get the contextual bandit, the bridge to full RL, and measure everything by regret — where UCB1 and Thompson sampling reach the logarithmic optimum that fixed-ε greedy cannot.\n",{"path":22,"title":12002,"module":8611,"summary":12003},"Markov Decision Processes","A Markov decision process is the formal interface between an agent and its environment: at each step the agent reads a state, chooses an action, and receives a reward and a next state. We fix that loop, the dynamics function that governs it, and the Markov property that makes the state sufficient; then turn goals into a scalar reward and rewards into a discounted return, with one notation that covers both episodic and continuing tasks.\n",{"path":12005,"title":12006,"module":8611,"summary":12007},"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality","Value Functions and Optimality","A value function scores how good a state (or state–action pair) is under a policy: the expected return from there onward. Its defining property is the Bellman equation, a self-consistency condition linking a state's value to its successors' values, which we derive from the return and the dynamics. Pushing the same idea to the best-achievable value gives the Bellman optimality equations, whose solution yields an optimal policy — and whose intractability is what the rest of the course is about.\n",{"path":3781,"title":8830,"module":12009,"summary":12010},"Tabular Solution Methods","Dynamic programming computes optimal policies when a perfect model of the MDP is given, by turning the Bellman equations into assignment statements. We build up iterative policy evaluation (the expected update), the policy improvement theorem, and the two classic algorithms that alternate them — policy iteration and value iteration — worked on the gridworld, a two-state MDP, Jack's car rental, and the gambler's problem.\n",{"path":12012,"title":12013,"module":12009,"summary":12014},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi","Dynamic Programming: Asynchronous DP and Generalized Policy Iteration","Policy and value iteration both sweep the entire state set on every pass, which is impossible once the state space is huge. This lesson loosens the schedule: asynchronous DP updates states in any order, generalized policy iteration names the alternation of evaluation and improvement that underlies nearly every RL method, and a look at efficiency and the curse of dimensionality places DP among the alternatives. We close past Sutton & Barto with prioritized sweeping, neuro-dynamic programming, value-iteration networks, and MuZero.\n",{"path":12016,"title":12017,"module":12009,"summary":12018},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods","Monte Carlo Methods","Monte Carlo methods learn value functions and optimal policies from complete sampled episodes, with no model of the environment: they simply average the returns that actually followed each state. We build prediction (first-visit and every-visit averaging), see why estimating action values forces the exploration question, and answer it two ways on-policy — exploring starts and epsilon-soft control. Throughout, Monte Carlo samples one whole trajectory to termination and never bootstraps.\n",{"path":12020,"title":12021,"module":12009,"summary":12022},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy","Monte Carlo Methods: Off-Policy Learning","On-policy Monte Carlo can only reach the best exploring policy, not the true optimum. Off-policy methods remove that ceiling by learning about a greedy target policy from data generated by a soft behavior policy, corrected with importance sampling. We derive the importance-sampling ratio, weigh ordinary against weighted estimators on real numbers, give the incremental off-policy algorithm, sharpen it with discounting-aware sampling, and close by placing Monte Carlo on the model\u002Fbootstrap map beside DP and temporal-difference learning.\n",{"path":12024,"title":12025,"module":12009,"summary":12026},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning","Temporal-Difference Learning","Temporal-difference learning is the one idea most central to reinforcement learning: learn a value directly from experience, like Monte Carlo, but update each guess toward the next guess before the episode ends, like dynamic programming. We derive the TD(0) prediction rule and its reward-prediction error, contrast its one-step backup with MC and DP, work the driving-home and random-walk examples, and show the batch-updating optimality that makes TD approximate the certainty-equivalence estimate.\n",{"path":12028,"title":12029,"module":12009,"summary":12030},"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning","TD Control: Sarsa, Q-learning, and Double Learning","With TD prediction in hand, control follows the generalized-policy-iteration pattern with TD as the evaluation step. We build Sarsa (on-policy), Q-learning (off-policy, targeting the optimal policy), and Expected Sarsa that spans the two, then confront the maximization bias every max-based method inherits and fix it with Double Q-learning. We close past Sutton & Barto, following each one-step tabular update into its deep-RL descendant — DQN, Double DQN, and Rainbow.\n",{"path":12032,"title":12033,"module":12009,"summary":12034},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping","n-Step Bootstrapping","Monte Carlo waits for the full return; one-step TD bootstraps after a single reward. Between them lies a whole spectrum, indexed by one integer n: look ahead n real rewards, then bootstrap from the value n steps out. The n-step return unifies the previous two lessons, and — on the random walk — an intermediate n beats both extremes. We build the n-step return, the n-step TD update, the backup-diagram spectrum, and n-step Sarsa for control.\n",{"path":12036,"title":12037,"module":12009,"summary":12038},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods","n-Step Bootstrapping: Off-Policy Methods","Taking the n-step family off-policy raises the same importance-sampling questions Monte Carlo did, now over a window of exactly n actions. We reweight n-step returns by the policy ratio, watch the ratio product inflate variance on real numbers, then build the tree-backup algorithm that learns off-policy with no ratios at all — and finally n-step Q(sigma), one algorithm whose per-step switch recovers Sarsa, tree backup, and Expected Sarsa as special cases.\n",{"path":12040,"title":12041,"module":12009,"summary":12042},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning","Planning and Learning","Planning and learning are the same operation run on two kinds of experience. A model turns states and actions into simulated transitions; planning backs up values over that simulated experience exactly as learning backs them up over real experience. We build the Dyna architecture that interleaves acting, model-learning, direct RL, and planning in one loop, trace a single Dyna-Q step by hand, and patch the architecture for when the model goes stale.\n",{"path":12044,"title":12045,"module":12009,"summary":12046},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time","Planning: Focusing Updates and Decision-Time Search","Dyna plans by replaying remembered transitions, but sampling them uniformly wastes most of the effort. This lesson sharpens planning: prioritized sweeping works backward from states whose value just changed, expected versus sample updates weigh thoroughness against cost, and trajectory sampling and real-time DP focus updates on the states the policy actually visits. We trace Dyna forward to model-based deep RL, then turn to decision-time planning — heuristic search, rollouts, and Monte Carlo Tree Search.\n",{"path":12048,"title":12049,"module":12009,"summary":12050},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning","Decision-Time Planning","Planning need not build a global policy. Decision-time planning runs a fresh lookahead every time a state arrives and returns just one action, then throws the work away. We start from real-time dynamic programming — asynchronous value iteration on the states the agent actually visits — then move through heuristic search and rollout algorithms, each a one-step policy improvement applied on the fly to the current state.\n",{"path":12052,"title":12053,"module":12009,"summary":12054},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search","Monte Carlo Tree Search","Monte Carlo Tree Search is a rollout algorithm with memory: it accumulates value estimates across simulations and steers later ones toward promising branches. We work through the four steps — selection, expansion, simulation, backup — the UCT selection rule computed on real numbers, the asymmetric growing tree, and the full pseudocode. We close past Sutton & Barto with the lineage from UCT to AlphaGo, AlphaZero, and MuZero, where a learned network stands in for the leaf value and the rollout.\n",{"path":12056,"title":12057,"module":12058,"summary":12059},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction","On-Policy Prediction with Approximation","Approximate Solution Methods","Every tabular method so far stored one number per state, which fails once the state space is large or continuous. We replace the table with a parameterized value function $\\hat v(s,\\mathbf{w})$, define the mean squared value error it should minimize under the on-policy distribution, and derive stochastic- and semi-gradient learning rules — the semi-gradient TD(0) update that bootstraps and so is not a true gradient. Linear methods make the analysis clean and give the TD fixed point; feature construction (polynomials, Fourier basis, coarse and tile coding, RBFs) supplies the vectors $\\mathbf{x}(s)$, and neural networks are the nonlinear bridge to deep RL.\n",{"path":12061,"title":12062,"module":12058,"summary":12063},"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear","Feature Construction and Nonlinear Approximation","Linear methods are only as good as the feature vectors $\\mathbf{x}(s)$ fed to them, and this lesson builds those vectors. Polynomials and the Fourier basis turn a state's coordinates into smooth global features; coarse coding, tile coding, and radial basis functions cover a continuous space with overlapping local receptive fields whose size sets the reach of generalization. Then we stop designing features by hand: a neural network learns the representation itself by gradient descent, trading the convergence guarantees of the linear case for expressiveness — the bridge to deep reinforcement learning.\n",{"path":12065,"title":12066,"module":12058,"summary":12067},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control","On-Policy Control with Approximation","Prediction learned a value function from features; control learns to act. We carry semi-gradient methods over to action values $\\hat q(s,a,\\mathbf{w})$, giving episodic semi-gradient Sarsa and its n-step form, and solve Mountain Car by descending a cost-to-go surface. In the continuing case, function approximation makes discounting unable to affect which policy is best, so we replace it with the average-reward setting — the differential return, differential value functions, and differential semi-gradient Sarsa.\n",{"path":12069,"title":12070,"module":12058,"summary":12071},"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control","Average-Reward Control for Continuing Tasks","With function approximation, discounting has no effect on a continuing task: averaged over the on-policy distribution, the discounted objective equals the average reward times a policy-independent constant, so $\\gamma$ cannot change which policy is best. This lesson replaces discounting with the average-reward setting — the long-run reward rate $r(\\pi)$, the differential return that measures each state's transient advantage over that rate, differential value functions and TD error, and differential semi-gradient Sarsa, the control method for continuing tasks that never invokes a discount factor.\n",{"path":12073,"title":12074,"module":12058,"summary":12075},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad","Off-Policy Methods and the Deadly Triad","Off-policy learning with function approximation is where the convergence guarantees of reinforcement learning fail. We extend the tabular off-policy updates to semi-gradient form with per-step importance sampling, show Baird's counterexample driving the weights to infinity, and identify the cause: the deadly triad of function approximation, bootstrapping, and off-policy training — any two are safe, all three can diverge. The divergence is not caused by sampling noise: a fully synchronous dynamic-programming update blows up just the same, which is what makes the triad a structural hazard rather than a fluke.\n",{"path":12077,"title":12078,"module":12058,"summary":12079},"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td","Value-Function Geometry and Gradient-TD Methods","Why does the deadly triad diverge, and how do you stop it? This lesson develops the geometry that explains the failure: value functions as vectors, the projection operator onto the representable subspace, and the split between the Bellman error, the value error, and the projected Bellman error: the three objectives have different minimizers. The projected Bellman error is the learnable one, and Gradient-TD methods (GTD2, TDC) do true stochastic gradient descent on it, staying stable even off-policy at $O(d)$ cost. Emphatic TD reweights states instead, and a survey of variance-reduction techniques closes the gap between stability and usable learning.\n",{"path":12081,"title":12082,"module":12058,"summary":12083},"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces","Eligibility Traces","n-step methods unify TD and Monte Carlo by storing the last n feature vectors; eligibility traces do the same job with a single short-term memory vector. The λ-return averages every n-step return under a geometric weighting; the forward view looks ahead to that average, and the backward view produces nearly the same updates online through a decaying trace vector. We build the λ-return, TD(λ) with its trace, the two ways λ recovers TD(0) and Monte Carlo, a note on the exact equivalence of true online TD(λ), and Sarsa(λ) for control.\n",{"path":12085,"title":12086,"module":12058,"summary":12087},"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda","True Online TD(λ) and Sarsa(λ)","Plain TD(λ) makes the forward and backward views nearly agree; this lesson closes the gap. True online TD(λ) uses a dutch trace and a small correction term to produce exactly the same weight sequence as the online λ-return algorithm, at the same memory and only a constant factor more compute — the sharpest statement of the forward\u002Fbackward duality. The whole apparatus then lifts to control unchanged: Sarsa(λ) threads a single delayed reward back along an entire trajectory in one sweep, and the λ-weighting reappears in modern deep RL as generalized advantage estimation.\n",{"path":12089,"title":12090,"module":12058,"summary":12091},"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods","Policy Gradient Methods","Every method so far learned values and read a policy off them. Policy gradient methods drop the intermediary: parameterize the policy directly and climb the performance gradient. We build the softmax-in-preferences parameterization, prove the policy gradient theorem that makes the gradient computable without the unknown state distribution, and derive REINFORCE and its variance-cutting state-value baseline — the launch point for the bootstrapping actor-critic that follows.\n",{"path":12093,"title":12094,"module":12058,"summary":12095},"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions","Actor-Critic Methods and Continuous Actions","REINFORCE with a baseline learns a value function but never bootstraps; this lesson adds the bootstrapping critic that completes the actor-critic architecture. The critic scores each transition into a single TD error that steers both the actor's policy step and its own value step, trading a little bias for much lower variance and fully online, continuing-task learning. The policy gradient theorem carries over unchanged to the average-reward setting, a Gaussian policy handles real-valued actions with self-tuning exploration, and the natural policy gradient leads straight to TRPO, PPO, and the deep actor-critic methods that train today's agents.\n",{"path":12097,"title":12098,"module":12058,"summary":12099},"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods","Least-Squares TD","Semi-gradient TD spends one cheap step per example and needs many examples; this lesson makes the opposite tradeoff. Least-Squares TD (LSTD) accumulates the matrices $\\mathbf{A}$ and $\\mathbf{b}$ and solves the TD fixed point $\\mathbf{w} = \\mathbf{A}^{-1}\\mathbf{b}$ directly, using the Sherman-Morrison identity to maintain the inverse in $O(d^2)$ — the most data-efficient linear TD method, at a quadratic cost. We work a solve by hand, weigh the quadratic cost against semi-gradient TD's cheap steps, and note that LSTD never forgets — a problem in control, where least-squares policy iteration is the natural extension.\n",{"path":12101,"title":12102,"module":12058,"summary":12103},"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods","Memory-Based and Kernel Methods","Least-squares TD spent more compute to extract more from each example; this lesson drops the parametric form entirely. Memory-based methods store training examples untouched and answer a query locally at retrieval time — nearest neighbor, weighted average, locally weighted regression — so accuracy grows with the data and effort concentrates where the agent actually goes. Kernel-based methods weight stored examples by a similarity kernel $k(s,s')$, and every linear method turns out to be a kernel method. Interest and emphasis, finally, make the on-policy weighting itself a design choice, aiming scarce approximation capacity at the states that matter.\n",{"path":12105,"title":12106,"module":12058,"summary":12107},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces","Off-Policy Eligibility Traces","Eligibility traces meet off-policy learning and function approximation — the corner where stability gets hard. We first let the bootstrapping and discounting parameters vary with state, so a single generalized return covers episodic and continuing tasks and folds termination into the discount. Then we fold the per-decision importance ratio into the trace with a control-variate correction, and build Watkins's Q(λ) and its importance-sampling-free successor Tree-Backup(λ) — all correct in expectation, but still semi-gradient, so the deadly triad and its fixes wait for the next lesson.\n",{"path":12109,"title":12110,"module":12058,"summary":12111},"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces","Stable Off-Policy Methods with Traces","Off-policy traces get the expected target right, but with $\\lambda \u003C 1$ they bootstrap, so off-policy plus bootstrapping plus function approximation is the deadly triad and the weights can diverge. This lesson carries the two one-step fixes to traces: GTD(λ) and GQ(λ) add a second weight vector and a gradient correction for true gradient descent on the projected Bellman error, while Emphatic TD(λ) reweights updates through a followon trace and interest to recover the on-policy stability. It closes with the implementation reality that traces are cheap because they are sparse, and with Retrace and V-trace — the clipped-ratio descendants that make off-policy traces work at deep-RL scale.\n",{"path":12113,"title":11433,"module":12114,"summary":12115},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks","Deep Reinforcement Learning","Deep Q-networks replace the linear value function with a neural network $Q(s,a;\\mathbf{w})$ and confront the fact that a nonlinear approximator, off-policy bootstrapping, and correlated online data — the deadly triad — make naive Q-learning diverge. DQN counters this empirically with two stabilizers: an experience replay buffer that decorrelates and reuses samples, and a periodically-frozen target network that fixes the bootstrap target. We derive the DQN loss and gradient, walk through the Atari convolutional architecture and its results, and then add the three refinements that define modern value-based deep RL — Double DQN, dueling networks, and prioritized experience replay.\n",{"path":12117,"title":12118,"module":12114,"summary":12119},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements","DQN Improvements: Double, Dueling, and Prioritized Replay","Three refinements that turn plain DQN into the standard modern value-based agent, each touching a different part of the system. Double DQN fixes the maximization bias in the target by splitting action selection from evaluation; dueling networks restructure the network around a state value and per-action advantages; prioritized replay changes which transitions are learned from. We close with Rainbow, which combines them, and the distributional view that predicts the whole return distribution rather than its mean.\n",{"path":12121,"title":12122,"module":12114,"summary":12123},"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo","Actor–Critic and GAE","Make the actor and the critic deep networks and the policy-gradient architecture becomes modern deep RL. We build the neural actor-critic, the advantage estimate that replaces the raw return, and Generalized Advantage Estimation as a λ-blend of n-step advantages, then the parallel-worker methods A3C and A2C that decorrelate on-policy data. The step-size constraints — trust regions, PPO, and the continuous-control family — follow in the next lesson.\n",{"path":12125,"title":12126,"module":12114,"summary":12127},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control","PPO and Continuous Control","Keeping the policy-gradient step from destroying the policy, and the algorithms that result. Trust-region optimization bounds each update by a KL constraint; PPO keeps that goal but replaces the second-order machinery with a first-order clip on the probability ratio, which is why it is the modern default and the optimizer inside RLHF. We then tour the off-policy continuous-control family — DDPG, TD3, and SAC — and where actor-critic went at scale, from OpenAI Five to language-model alignment.\n",{"path":12129,"title":12130,"module":12114,"summary":12131},"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies","Case Studies: Learning to Play","The game-playing systems that turned reinforcement learning from a theory into a track record: Samuel's checkers player, TD-Gammon, Watson's Daily-Double wagering, a reinforcement-learning memory controller, DQN, and AlphaGo through AlphaGo Zero. Read as a set they draw one line — a value function, learned by self-play or interaction, refined by search, carried by a deep network — that runs from a 1959 checkers program to superhuman Go.\n",{"path":12133,"title":12134,"module":12114,"summary":12135},"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games","Reinforcement Learning Beyond Games","The same value-and-reward machinery, pointed at problems with no opponent. Web personalization as a contextual bandit and then a full MDP for life-time value; thermal soaring, where a glider learns to climb on turbulent air and reward design does most of the work; and the industrial-scale systems that carried the same design past Sutton & Barto — AlphaStar, OpenAI Five, GT Sophy, and RLHF, where the reward itself is learned from human preference.\n",{"path":123,"title":12137,"module":12114,"summary":12138},"Frontiers: Beyond the Standard MDP","The standard MDP fixes three things — state, reward, and single-step actions — and this lesson loosens two of them. We generalize the value function into a general value function that predicts any signal, and use those predictions as auxiliary tasks that shape representations; we extend actions in time with the options framework; and we treat state as a construction the agent builds from a stream of observations. Reward design and the open problems follow in the next lesson.\n",{"path":12140,"title":12141,"module":12114,"summary":12142},"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems","Reward Design and Open Problems","How to design a reward signal that encodes the intended goal — sparse reward, shaping, and reward hacking — and the problems the whole tabular, approximate, and deep arc leaves unsolved. We close with how the frontiers were pushed after Sutton & Barto: auxiliary tasks, learned options, intrinsic-motivation bonuses, learned world models, and offline RL, then the two concerns of reward hacking and safety that any real-world agent must address.\n",{"path":12144,"title":12145,"module":7671,"summary":12146},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","In the years after the 2015 DQN paper, a stream of focused improvements each fixed one weakness of the baseline without disturbing its frame. This lesson recaps five that keep the scalar $Q$-value — Double DQN, multi-step returns, dueling networks, prioritized replay, and NoisyNets, each changing a different slot of the same Q-learning loop — then develops the sixth, distributional RL, which changes the objective itself: learn the whole return distribution $Z(s,a)$. We build the distributional Bellman equation and the C51 categorical algorithm, projection step and all, worked end to end on real numbers. A companion lesson takes up QR-DQN, Rainbow, and the modern distributional line.\n",{"path":12148,"title":12149,"module":7671,"summary":12150},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2","Distributional RL and Rainbow","A companion to the DQN improvements lesson. C51 fixed the return atoms and learned their probabilities; QR-DQN does the reverse — fix the probabilities, learn the values — which removes the projection and trains with a quantile loss. We cover why the distribution helps even when you act on the mean, then assemble Rainbow: all six improvements in one Q-learning loop, with the component ablation that shows each one's real weight. The distributional line then runs on through IQN, FQF, and Agent57, the first agent to beat the human baseline on all 57 Atari games.\n",{"path":12152,"title":12153,"module":7671,"summary":12154},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control","Continuous Control: DDPG and TD3","When actions are real-valued, the $\\arg\\max_a Q(s,a)$ in Q-learning becomes an optimization problem on every step. This lesson builds the off-policy actor-critic family that sidesteps it: the deterministic policy gradient and DDPG, which replaces the max with a learned actor, and the three fixes of TD3 that counter the value overestimation DDPG inherits. A companion lesson takes up SAC's maximum-entropy objective and the methods built on this template.\n",{"path":12156,"title":12157,"module":7671,"summary":12158},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2","Continuous Control: SAC and Beyond","A companion to the DDPG and TD3 lesson. Where those actors are deterministic and explore with bolted-on noise, soft actor-critic (SAC) changes the objective itself: maximize return plus the entropy of the policy, so exploration becomes intrinsic and the agent stays robust. We develop the maximum-entropy objective, the reparameterized squashed-Gaussian actor, and automatic temperature tuning, then survey the methods built on this off-policy template — distributional critics (D4PG), critic ensembles (REDQ), and control from pixels (DrQ, RAD).\n",{"path":12160,"title":12161,"module":7671,"summary":12162},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl","Model-Based Deep RL: Sample Efficiency and PETS","A model turns experience into imagined planning. This lesson makes the sample-efficiency case for learning a dynamics model, works through why a learned model's errors compound over the planning horizon, and builds the most direct model-based method: PETS plans online with a probabilistic ensemble under model-predictive control, distrusting the model exactly where its members disagree. A companion lesson takes up latent world models (Dreamer) and MuZero.\n",{"path":12164,"title":12165,"module":7671,"summary":12166},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2","Model-Based Deep RL: World Models, Dreamer, and MuZero","A companion to the PETS lesson. PETS plans in the environment's native state space; these methods change what the model represents. World Models and Dreamer learn a compact latent state and do almost all their learning by imagining inside it, with value gradients flowing through the differentiable dynamics. MuZero predicts neither states nor pixels — only the reward, value, and policy that MCTS reads — and plans with search against that learned model, AlphaZero without the rules. We close with MBPO, TD-MPC, and EfficientZero.\n",{"path":12168,"title":12169,"module":7671,"summary":12170},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration","Exploration in Deep RL: Novelty as Reward","When the state space is enormous and reward is rare, ε-greedy amounts to a random walk that almost never reaches the first reward. This lesson scales the bandit's exploration ideas up to deep RL through the dominant approach — manufacture a reward for novelty and let the agent chase it: optimism and pseudo-counts from density models, and intrinsic motivation and curiosity (the Intrinsic Curiosity Module and Random Network Distillation). A companion lesson takes up posterior sampling, Go-Explore, and the modern methods.\n",{"path":12172,"title":12173,"module":7671,"summary":12174},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2","Exploration in Deep RL: Posterior Sampling and Go-Explore","A companion to the novelty-as-reward lesson. Pseudo-counts and curiosity reward the unfamiliar after the agent stumbles into it; this lesson covers two ideas that go further. Bootstrapped DQN keeps an ensemble that approximates a posterior over value functions and explores by committing to one sampled hypothesis per episode — the deep, directed exploration ε-greedy cannot manage. Go-Explore remembers and returns to the frontier, defeating detachment and derailment to solve Montezuma's Revenge. We close with episodic memory (Never Give Up), Agent57, and model-based exploration.\n",{"path":12176,"title":12177,"module":7671,"summary":12178},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl","Offline RL: The Problem and Value-Based Fixes","Offline reinforcement learning learns a policy from a fixed logged dataset with no further environment interaction — off-policy learning pushed to the extreme, and it breaks for the extreme version of the same reason. Bootstrapping queries the value function at out-of-distribution actions the data never covers, those errors are optimistic, and with no online feedback to correct them they compound through the Bellman backup. This lesson sets up the failure and off-policy evaluation, then builds the first two families of pessimistic fixes: policy constraint (BCQ) and conservative value estimation (CQL). A companion lesson takes up implicit methods, model-based offline RL, and Decision Transformer.\n",{"path":12180,"title":12181,"module":7671,"summary":12182},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2","Offline RL: Implicit Methods, Sequence Models, and Beyond","A companion to the offline-RL problem lesson. Policy constraint and conservative value estimation both still query a learned value function; implicit methods (IQL) avoid querying it off the data at all, using an in-sample expectile backup. We then build pessimism into a learned model (MOPO, COMBO) and drop bootstrapping entirely with Decision Transformer's return-conditioned sequence modeling, closing with offline-to-online fine-tuning, diffusion planners, and the offline view of RLHF. The one rule throughout: without online correction, be pessimistic about what you cannot verify.\n",{"path":12184,"title":12185,"module":7671,"summary":12186},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl","Imitation Learning: Cloning, DAgger, and Inverse RL","When a reward is hard to specify but an expert is easy to watch, learn from demonstrations instead. Behavioral cloning treats control as supervised learning of the expert's state-to-action map, and fails through compounding error: small mistakes carry the agent off the expert's distribution, where it was never trained. DAgger fixes the mismatch by querying the expert on the learner's own states. Inverse RL instead recovers the reward the expert seems to optimize — an ill-posed problem that maximum-entropy IRL disambiguates. A companion lesson casts imitation as adversarial occupancy matching (GAIL, AIRL).\n",{"path":12188,"title":12189,"module":7671,"summary":12190},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2","Imitation as Adversarial Matching: GAIL and AIRL","A companion to the imitation-learning lesson. If the point of recovering a reward is only to re-run RL and match the expert, you can skip the reward and match the behavior directly. GAIL casts imitation as a GAN — a discriminator separating expert from learner state-action pairs supplies the reward a policy-gradient method optimizes — matching occupancy measures without ever naming a reward. AIRL reads a transferable reward back out of the discriminator. We compare all four methods and close with reward models in RLHF, scaled cloning, and diffusion policies.\n",{"path":12192,"title":12193,"module":7671,"summary":12194},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl","Multi-Agent RL: Markov Games and Centralized Training","With more than one learning agent in an environment, each agent's world becomes non-stationary because the others are changing too. This lesson builds the Markov-game generalization of the MDP, diagnoses non-stationarity as the central obstacle, shows why the naive baselines fail, and develops the dominant fix — centralized training with decentralized execution (MADDPG, VDN, QMIX). A companion lesson takes up self-play, the landmark game-playing systems, and the equilibrium concepts that define what \"solved\" means.\n",{"path":12196,"title":12197,"module":7671,"summary":12198},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2","Multi-Agent RL: Self-Play and Solution Concepts","A companion to the Markov-games lesson. In the purely competitive setting, an agent can generate its own training curriculum by playing against copies of itself — self-play, the method behind AlphaGo, OpenAI Five, and AlphaStar. We develop why self-play produces an ever-improving opponent, the systems it built, and then the equilibrium solution concepts (Nash, correlated, coarse-correlated) that define what \"solved\" means once there is an opponent, closing with PSRO, MAPPO, and the language-model-agent frontier.\n",{"path":12200,"title":12201,"module":7671,"summary":12202},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl","Hierarchical RL: Options and the Option-Critic","Flat RL cannot explore a long horizon: reaching reward through hundreds of primitive actions is exponentially unlikely, and every credit-assignment update crawls one step at a time. Hierarchy breaks one hard long-horizon problem into many short ones. This lesson develops temporal abstraction — the options framework and its semi-Markov view, and learning options end to end with the option-critic. A companion lesson takes up goal-conditioned manager\u002Fworker hierarchies (FeUdal Networks and HIRO), hindsight relabeling, and unsupervised skill discovery.\n",{"path":12204,"title":12205,"module":7671,"summary":12206},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2","Hierarchical RL: Goal-Conditioned Hierarchies and Skills","A companion to the options lesson. Options package a behavior; goal-conditioned hierarchies instead give the top level an explicit language of goals — a manager proposes a target state or a latent direction, and a worker is rewarded for reaching it (FeUdal Networks, HIRO). We develop that architecture, the hindsight relabeling that lets it learn from sparse reward, and unsupervised skill discovery (DIAYN) that learns a repertoire of behaviors with no reward at all. The shared idea throughout: shorten the horizon by inserting a level that decides less often.\n",{"path":12208,"title":12209,"module":7671,"summary":12210},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models","RLHF and Language Models","A language model trained to predict the next token is fluent but not helpful, honest, or harmless — the objective it was optimized for is not the objective we want. RLHF closes that gap by turning the one thing humans do reliably, comparing two outputs, into a reward. We build the three-stage pipeline: supervised fine-tuning, a Bradley-Terry reward model fit to preference pairs, then PPO against that reward with a KL penalty keeping it near the reference policy. We then cover reward hacking and why the KL penalty matters, Direct Preference Optimization, which folds the reward model into a single classification loss, and the RLAIF and verifiable-reward variants. This pipeline is what makes the largest models usable as assistants.\n",{"path":7673,"title":5,"module":7671,"summary":7691},{"path":207,"title":7647,"module":7671,"summary":12213},"A companion to the belief-state lesson. In principle a POMDP reduces to an MDP over beliefs; in practice two obstacles block that. Exact planning over the belief simplex is intractable — the value function is piecewise-linear-and-convex with a number of pieces that can explode — and computing the belief needs a model the agent rarely has. This lesson develops the intractability, the point-based approximations that address it, and the deep-RL answer: make the policy a function of history with a recurrent network (DRQN, R2D2), with frame-stacking, attention, and world-model latents as learned beliefs.\n",{"path":12215,"title":12216,"module":7671,"summary":12217},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl","Safe and Constrained RL: The CMDP and Policy Methods","Maximizing a scalar reward is not the same as behaving well: a capable optimizer will find and exploit any gap between the reward and what its designer actually meant, a failure called specification gaming or reward hacking. The remedy is to add explicit cost constraints — the constrained MDP — maximizing return subject to an expected-cost budget. This lesson builds the core toolkit: the CMDP itself, Lagrangian primal-dual methods that learn a multiplier on the constraint (RCPO), and constrained policy optimization (CPO) with its trust-region cost bound. A companion lesson covers risk-sensitivity, safe exploration, and the alignment framing.\n",{"path":12219,"title":12220,"module":7671,"summary":12221},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2","Safe RL: Risk, Safe Exploration, and Alignment","A companion to the constrained-MDP lesson. Constraining the mean cost is not enough: a policy safe on average can be catastrophic in the tail, and a policy safe at convergence can violate its limits wildly while learning. This lesson optimizes the tail with risk-sensitive objectives (CVaR), then makes exploration itself safe with shields, Lyapunov methods, and safety layers that project unsafe actions onto the feasible set — closing with benchmarks, safe RLHF, robustness, and the alignment framing that ties safety back to the problem of incompletely specified reward.\n",{"path":12223,"title":12224,"module":7671,"summary":12225},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization","Meta-RL and Generalization","An agent that masters one task often fails on the next; it has overfit to a single environment. This lesson treats fast adaptation as a meta-problem over a distribution of tasks: meta-train so that a few episodes at meta-test time suffice. We cover the two families — optimization-based (MAML learns an initialization) and context-based (RL-squared and PEARL infer a latent task) — the exploration cost of adaptation, and the parallel problem of generalization: why deep RL memorizes environments and what fixes it (domain randomization, procedural generation, augmentation, regularization). It closes on foundation models and sequence-model agents as the generalist endpoint.\n",{"path":12227,"title":12228,"module":12229,"summary":12230},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement","The Psychology of Reinforcement","Reinforcement Learning in Minds and Brains","Reinforcement learning is both an engineering method and a theory of how animals learn. The prediction\u002Fcontrol split of the algorithms mirrors the psychologist's split between classical and instrumental conditioning. We trace the correspondence: the Rescorla–Wagner model as a prediction-error rule that explains blocking, its real-time TD extension, Thorndike's Law of Effect behind trial-and-error control, and the habitual\u002Fgoal-directed distinction that maps onto model-free versus model-based learning.\n",{"path":12232,"title":12233,"module":12229,"summary":12234},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control","The Psychology of Reinforcement: Instrumental Control","Classical conditioning was prediction; instrumental conditioning is control. Thorndike's Law of Effect is trial-and-error control — selection plus association, search plus memory — and Skinner's shaping and schedules are reward engineering. The habitual\u002Fgoal-directed distinction maps onto model-free versus model-based control, dissociated by outcome devaluation and arbitrated by uncertainty. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and secondary reinforcers of animal-learning theory are eligibility traces and value functions.\n",{"path":12236,"title":12237,"module":12229,"summary":12238},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error","Dopamine and the TD Error","The TD error was invented as an algorithm; a decade later it turned out to closely describe the firing of the brain's dopamine neurons. We follow Schultz's experiments — dopamine fires at an unpredicted reward, shifts to the earliest predictive cue, and dips below baseline when a predicted reward is withheld — and match each result to the TD error term by term. We then read the basal ganglia as a neural actor–critic with dopamine as its shared training signal, and close on addiction as a hijacking of that signal.\n",{"path":12240,"title":12241,"module":12229,"summary":12242},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain","Dopamine in the Brain: The Neural Actor–Critic","If phasic dopamine is a TD error, where does it go and what does it change? We follow the axons into the basal ganglia, read the corticostriatal synapse as the place where state, action, and error meet, and map the ventral and dorsal striatum onto the critic and the actor of an actor–critic. Addiction becomes a broken cancellation in the same learning signal, and distributional dopamine extends the scalar RPE into a population code.\n",{"path":12244,"title":12245,"module":12229,"summary":12246},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition","Animal Learning and Cognition","Three classic associative phenomena turn out to be reinforcement-learning mechanisms seen in behavior. Blocking says learning is driven by prediction error, not co-occurrence, and reduces to least-squares regression fitting a collinear feature. Higher-order conditioning and conditioned reinforcement make a value estimate a secondary reinforcer — bootstrapping in an animal. Delayed reinforcement is the credit-assignment problem, and the stimulus traces and goal gradients of Pavlov and Hull are eligibility traces and TD-learned value functions.\n",{"path":12248,"title":12249,"module":12229,"summary":12250},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning","Cognitive Maps and Model-Based Learning","Tolman's rats learned the layout of a maze with no reward, then used it the moment food appeared — latent learning, a cognitive map, and the behavioral face of model-based reinforcement learning. The map is learned by system identification (stimulus–stimulus associations), which fills in whether or not reward is present, and queried by planning, which re-solves a route from a single changed reward. The successor representation sits between cache and model, and hippocampal predictive maps and scaled-up world models carry the same idea into brain and machine.\n",{"path":12252,"title":12253,"module":12229,"summary":12254},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement","The Neuroscience of Reinforcement","The dopamine story is one contact point between reinforcement learning and the brain; this lesson fills in the surrounding neuroscience so the mapping stands on its own. We build a working primer of neurons, synapses, and neuromodulation; separate four signals that casual usage conflates — reward, reinforcement, value, and prediction error; and read the actor and critic as corticostriatal synapses updated by two- and three-factor rules, grounded in spike-timing-dependent and reward-modulated plasticity.\n",{"path":12256,"title":12257,"module":12229,"summary":12258},"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems","The Brain's Several Learning Systems","The actor's three-factor rule has an ancestor in Klopf's hedonistic neuron — a single cell as a reinforcement-seeking agent — and a bacterium's run-and-twiddle shows the Law of Effect with no synapses at all. Teams of such neurons implement policy gradient collectively, the broadcast reward replacing backpropagation. And the brain is not only model-free: outcome devaluation, prefrontal value coding, and hippocampal forward sweeps localize a model-based system. The recurring conclusion is that the brain is several interacting learning systems, not one algorithm.\n",{"path":12260,"title":11425,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":12262,"title":12263,"module":8611,"summary":12264},"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai","What Is Artificial Intelligence?","Eight definitions of AI fall into a two-by-two grid: think versus act, and measure success against human performance versus an ideal standard of rationality. We work through all four schools — the Turing test, cognitive modelling, the laws of thought, and the rational agent — and adopt the last as the frame for the whole course: AI is the study and design of rational agents.\n",{"path":12266,"title":12267,"module":8611,"summary":12268},"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai","The Foundations of AI","Where the rational-agent idea came from and what surrounds it. AI inherited its core tools from eight older disciplines — philosophy, mathematics, economics, neuroscience, psychology, computer engineering, control theory, and linguistics. Its history runs in cycles of boom and winter, from the 1956 Dartmouth workshop through expert systems to the statistical turn. And the deep-learning era — AlexNet, the Transformer, GPT-3, AlphaGo — is a new way of computing the agent function at scale, not a new definition of AI.\n",{"path":12270,"title":12271,"module":8611,"summary":12272},"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents","Intelligent Agents","An agent perceives an environment through sensors and acts on it through actuators; its behavior is an agent function mapping percept sequences to actions. A rational agent chooses, for each percept sequence, the action that maximizes its expected performance measure given its knowledge. We build the first half of the vocabulary the whole course rests on — the agent function, rationality, PEAS task specifications, and the six axes along which task environments vary.\n",{"path":12274,"title":12275,"module":8611,"summary":12276},"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures","Agent Architectures","How to build a program that computes a good agent function without storing an astronomically large lookup table. Four skeleton architectures in order of increasing power — simple reflex, model-based, goal-based, and utility-based — plus the learning agent that improves any of them, the scale of world representations (atomic, factored, structured) they rest on, and how a modern language-model agent fits the same frame.\n",{"path":12278,"title":12279,"module":12280,"summary":12281},"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search","Uninformed Search","Search","A goal-based agent that cannot see which action is best turns the problem into a state space — an initial state, a set of actions, a transition model, a goal test, and a path cost — and searches for a sequence of actions reaching the goal. We build the state-space formulation on the 8-puzzle and route-finding, give the one TREE-SEARCH \u002F GRAPH-SEARCH skeleton every algorithm specializes, and measure strategies by completeness, optimality, and complexity. This lesson develops the first two frontier disciplines — breadth-first and uniform-cost search; the rest follow in the next lesson.\n",{"path":12283,"title":12284,"module":12280,"summary":12285},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared","Search Strategies Compared","Breadth-first and uniform-cost search pay for optimality in memory. This lesson develops the strategies that trade memory for depth: depth-first search, which keeps only the current path; depth-limited and iterative-deepening search, which fix DFS's failure on infinite paths; and bidirectional search, which meets in the middle for a square-root saving. It closes by lining up all six uninformed strategies against completeness, optimality, and complexity, and tracing where the algorithms came from and where they went.\n",{"path":12287,"title":12288,"module":12280,"summary":12289},"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search","Informed Search and A*","An informed search uses a heuristic $h(n)$, an estimate of the cost from a node to the goal, to decide what to expand next. Greedy best-first search follows the heuristic blindly and gives up optimality; A* corrects it by ranking nodes on $f(n) = g(n) + h(n)$, and is optimal when the heuristic is admissible (tree search) or consistent (graph search). This lesson defines the heuristic, builds best-first search, and proves why A* is optimal, with the contour picture that explains its pruning. Where good heuristics come from is the next lesson.\n",{"path":12291,"title":12292,"module":12280,"summary":12293},"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions","Heuristic Functions and Memory-Bounded Search","A* is only as good as its heuristic, so this lesson answers where good heuristics come from: relaxed problems, whose exact solution cost is an admissible heuristic, and pattern databases, which precompute subproblem costs. It measures heuristic quality with dominance and the effective branching factor, then tackles A*'s memory problem with IDA*, RBFS, and SMA*. It closes with modern heuristic search — weighted A*, learned and disjoint pattern-database heuristics, and bidirectional A*.\n",{"path":12295,"title":12296,"module":12280,"summary":12297},"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search","Local Search and Optimization","When the path to a goal is irrelevant and only the final state matters, we can discard the search tree entirely and keep just the current state, moving to a better neighbor at each step. This lesson builds the state-space landscape metaphor, works through hill climbing and the three obstacles that defeat it (local maxima, ridges, plateaus), then develops the first escapes: random restarts and simulated annealing with its temperature schedule. The population-based methods and continuous-space calculus follow in the next lesson.\n",{"path":12299,"title":12300,"module":12280,"summary":12301},"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search","Population and Continuous Search","Single-state local search escapes a trap by restarting or tolerating downhill moves. This lesson develops the alternatives that keep several states at once — local beam search, which shares successors across parallel threads, and genetic algorithms, which recombine two parents through crossover and mutation — then crosses into continuous spaces, where calculus replaces the finite neighbor set: gradient ascent, line search, and Newton's method. It closes with the industrial descendants of these methods and the loop they all share.\n",{"path":12303,"title":12304,"module":12280,"summary":12305},"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search","Adversarial Search and Games","When another agent plans against you, search becomes a game. We formalize two-player, zero-sum, perfect-information games as search problems, define the minimax value that optimal play backs up through the game tree, and give the MINIMAX algorithm that computes it. Alpha–beta pruning then cuts the cost of that search roughly in half in the exponent without changing the answer, and a heuristic evaluation function plus a cutoff test turns the exact algorithm into a real-time player that copes with the horizon effect.\n",{"path":12307,"title":12308,"module":12280,"summary":12309},"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information","Games of Chance and Imperfect Information","Minimax and alpha–beta assume a deterministic game both players can see in full. Drop either assumption and search must change. This lesson adds chance nodes and the expectiminimax value for games with dice, then belief-state reasoning for partially observable games — Kriegspiel and card games — where averaging over clairvoyance both helps and misleads. It closes with the line from Deep Blue's alpha–beta to AlphaGo's learned evaluation and Monte Carlo tree search, and the provable-pruning and self-play research around each end of that story.\n",{"path":12311,"title":12312,"module":12280,"summary":12313},"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction","Constraint Satisfaction Problems","A constraint satisfaction problem replaces the black-box state with a factored one: variables, domains, and constraints. That structure supports inference before any search runs. This lesson defines the CSP on map coloring, Sudoku, and scheduling, then develops constraint propagation: node and arc consistency, the AC-3 algorithm that makes a whole network arc-consistent, and the way one deleted value cascades across the graph to prune impossible options ahead of search.\n",{"path":12315,"title":12316,"module":12280,"summary":12317},"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure","CSP Search and Structure","Propagation prunes a CSP but rarely finishes it, so we search. This lesson builds backtracking search over partial assignments and the general-purpose heuristics that make it fast — MRV, degree, least-constraining-value, forward checking, MAC, and intelligent backtracking. It then shows how the shape of the constraint graph controls difficulty: tree-structured problems fall in linear time, cutset conditioning handles the rest, and min-conflicts local search solves a million queens in a constant number of steps.\n",{"path":12319,"title":12320,"module":12280,"summary":12321},"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty","Search Under Uncertainty","Classical search assumes the agent knows the state it is in and exactly what each action does. Drop the second assumption and a plan can no longer be a fixed sequence of actions. This lesson develops the first response: AND-OR search over nondeterministic actions, which returns a branching contingency plan rather than a straight line. We build it on the erratic vacuum world, show how OR nodes (the agent's choices) alternate with AND nodes (nature's outcomes), trace the recursion that finds a plan, and handle the case where the only solution is a cyclic \"try, try again.\"\n",{"path":12323,"title":12324,"module":12280,"summary":12325},"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search","Belief-State and Online Search","When the agent cannot see the full state, a plan can no longer test where it actually is — it must reason over the set of states it might be in. This lesson develops belief-state search, from sensorless (conformant) planning that coerces an unknown world into a goal, through the predict-observe-update cycle of contingent planning with percepts, to online search in unknown environments, where the agent must act in order to learn. It closes with LRTA*, which refines its own heuristic as it explores, one step from reinforcement learning.\n",{"path":12327,"title":12328,"module":12329,"summary":12330},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic","Logical Agents and Propositional Logic","Logic and Planning","A knowledge-based agent keeps a store of sentences and acts by asking it what to do. To make \"asking\" mean something we need entailment — the relation $KB \\models \\alpha$ that holds when every model of the knowledge base is a model of the query. Propositional logic gives a syntax and a truth-table semantics for which entailment is decidable. This first part builds the foundations: the agent loop, the Wumpus World, models and entailment, the connectives and truth tables, theorem proving by refutation, and the resolution rule with its CNF conversion — a single complete inference procedure for all of propositional logic.\n",{"path":12332,"title":12333,"module":12329,"summary":12334},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference","Propositional Inference and Logical Agents","Model checking and resolution decide entailment, but both can blow up. This part turns propositional logic into a practical engine and a working agent. Horn clauses give linear-time forward and backward chaining — the basis of logic programming. DPLL and WalkSAT make satisfiability testing fast in the common case. Then we make the agent situated: time-indexed fluents, the frame problem and its solution by successor-state axioms, a hybrid agent that deduces a safe map and plans a route through it, and SATPlan, which finds a plan by asking a SAT solver for a satisfying model.\n",{"path":12336,"title":12337,"module":12329,"summary":12338},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic","First-Order Logic","Propositional logic can only say that facts hold; it cannot talk about the objects a fact is about, or state a rule once and have it cover every object. First-order logic fixes this by committing to a world of objects, relations, and functions. This first part builds the language from the ground up: the ontology it commits to, the model that gives a sentence a truth value, the syntax of terms and sentences, the two quantifiers with their standard mistakes, and equality.\n",{"path":12340,"title":12341,"module":12329,"summary":12342},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use","First-Order Logic in Use","With the language of first-order logic in hand, this part is about using it well. Database semantics trades expressive power for the convenience of a single intended model; higher-order logic shows what first-order logic gives up for decidability. Then we put the language to work: the Tell\u002FAsk interface, the kinship domain axiomatized from scratch, and the seven-step knowledge-engineering process applied to a digital circuit.\n",{"path":12344,"title":12345,"module":12329,"summary":12346},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution","Inference in First-Order Logic","Propositional inference lifts to first-order logic once we can make terms match. Unification is that machinery: the algorithm that finds the substitution making two expressions identical, and the basis of generalized modus ponens. This first part builds the lifted inference rules and the two chaining algorithms they drive — forward chaining, the data-driven procedure behind production systems and Datalog, and backward chaining, the goal-driven procedure behind Prolog.\n",{"path":12348,"title":12349,"module":12329,"summary":12350},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution","First-Order Resolution","Chaining is complete only for Horn knowledge bases. General first-order sentences — with disjunctive conclusions and negations — need a single sound and complete rule: resolution. This part converts arbitrary sentences to CNF by skolemizing away the existentials, lifts the resolution rule with unification, and proves entailment by refuting the negated goal. The result is the proof procedure Gödel's completeness theorem guarantees will find any entailment, together with the search strategies that make it usable.\n",{"path":12352,"title":12353,"module":12329,"summary":12354},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning","Classical Planning","Classical planning represents a problem in a factored language, PDDL: states are sets of ground fluents, and actions are lifted schemas with a precondition and an effect. That structure turns planning into search — forward through states or backward through goals — and lets a program read heuristics straight off the schemas by relaxing the problem. This first part develops the representation, the two search directions, and the domain-independent heuristics that come from ignoring preconditions or delete lists.\n",{"path":12356,"title":12357,"module":12329,"summary":12358},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan","Planning Heuristics and GraphPlan","Every relaxation heuristic can be inaccurate, and none can tell how far apart subgoals sit. The planning graph is a polynomial-size structure that does better: leveled off the problem, it yields admissible distance estimates and a record of which actions and fluents cannot coexist. This part builds the graph, reads heuristics from it, extracts plans with GraphPlan, and closes with the other classical approaches — SATPlan and partial-order planning — and the representational trade that makes all of it work.\n",{"path":12360,"title":12361,"module":12329,"summary":12362},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world","Planning and Acting in the Real World","Classical planning's clean theory rests on four assumptions: time is ignored, actions are atomic, the world is deterministic and fully observable, and the agent is alone. This first part drops the first two. We add durations and resource constraints — turning a plan into a schedule, solved by the critical-path method and, once resources contend, by NP-hard job-shop scheduling — and let a planner reason at multiple levels of abstraction through high-level actions and their angelic reachable sets.\n",{"path":12364,"title":12365,"module":12329,"summary":12366},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty","Planning Under Uncertainty","Classical planning assumed the world was deterministic, fully observable, and the agent alone. This part drops the last two assumptions. When the agent cannot see or predict the world, planning moves into belief-state space: sensorless plans that coerce the world into the goal without sensing, contingent plans that branch on what is sensed, and online agents that monitor and replan when execution diverges. Then we add other agents — joint plans, the coordination problem, and the conventions that let a team act without constant negotiation.\n",{"path":12368,"title":12369,"module":12329,"summary":12370},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation","Knowledge Representation","First-order logic gives you the language; this lesson is about what to say in it. This first part builds the content: a general upper ontology from the top down, categories as first-class objects with taxonomies and inheritance, physical composition and the count-noun\u002Fmass-noun split, events and time reified through the event calculus, and belief modeled with modal logic — the machinery for representing the world an agent reasons about.\n",{"path":12372,"title":12373,"module":12329,"summary":12374},"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults","Reasoning Systems and Default Logic","Having represented the world, this part is about reasoning with it at scale. Semantic networks give a graphical notation with fast inheritance; description logics keep subsumption and classification tractable by design. Then we confront the fact that most useful rules hold only by default: circumscription and default logic give a logical account of nonmonotonic reasoning, and truth maintenance systems retract conclusions cleanly when the beliefs beneath them change.\n",{"path":12376,"title":12377,"module":12378,"summary":12379},"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes","Quantifying Uncertainty","Uncertainty","Logic breaks down in any domain where the rules have exceptions you cannot enumerate — the qualification problem. Probability replaces truth values with degrees of belief that obey Kolmogorov's axioms, and the full joint distribution becomes a knowledge base from which any query is answered by summing entries: marginalization, conditioning, and normalization. Independence factors that joint into smaller pieces — the first step toward a calculus of rational belief that an agent can actually compute with.\n",{"path":12381,"title":12382,"module":12378,"summary":12383},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes","Bayes' Rule and Naive Bayes","Bayes' rule inverts a causal model into a diagnostic one, turning \"how a cause produces its symptoms\" into \"which cause explains what I observed.\" Ignoring the prior is the base-rate fallacy behind overconfident test results. Conditional independence then lets several pieces of evidence combine by multiplying likelihood ratios instead of building an exponential joint, giving the naive Bayes model and pointing directly at Bayesian networks.\n",{"path":12385,"title":12386,"module":12378,"summary":12387},"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks","Bayesian Networks","A Bayesian network is a directed acyclic graph of random variables in which each node carries a conditional probability table for itself given its parents. That structure factors the full joint distribution into a product of local terms, turning an exponential table into a linear one, and it makes the conditional independences of the domain explicit. We build the canonical burglary–alarm network, read compactness and d-separation off the graph, run exact inference by variable elimination, and, where that is intractable, estimate answers by sampling.\n",{"path":12389,"title":12390,"module":12378,"summary":12391},"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks","Bayesian Networks: Inference and Relational Models","When exact inference is intractable, sampling estimates the posterior instead: prior and rejection sampling, likelihood weighting, and Gibbs\u002FMCMC, whose error shrinks as one over the square root of the sample count. The same graphical idea then lifts from a fixed set of variables to whole populations — relational and open-universe probability models write dependencies once and unroll them over objects — and we close by placing probability against the rule-based, Dempster–Shafer, and fuzzy alternatives it displaced.\n",{"path":12393,"title":12394,"module":12378,"summary":12395},"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time","Probabilistic Reasoning over Time","A world that changes needs a state variable at every point in time. The Markov assumption cuts the dependence on history down to the previous slice, leaving a transition model and a sensor model that define a temporal Bayesian network. Four recursive tasks fall out — filtering, prediction, smoothing, and the most likely explanation — each a message passed along the sequence. We ground them in hidden Markov models and their matrix form, sketch the Kalman filter for continuous state, and reach dynamic Bayesian networks with particle filtering as the general approximate method.\n",{"path":12397,"title":12398,"module":12378,"summary":12399},"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association","Reasoning over Time: Tracking and Data Association","Dynamic Bayesian networks generalize HMMs and Kalman filters to arbitrarily many state variables per slice, and when exact inference blows up, particle filtering approximates the belief state with a population of weighted samples that propagate, reweight, and resample. Tracking several objects at once adds the data-association problem — which observation came from which object — whose combinatorics defeat any exact filter, so particle filters and MCMC keep many hypotheses alive. We close with SLAM and learned state-space models.\n",{"path":12401,"title":12402,"module":12378,"summary":12403},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions","Making Decisions: Utility Theory","A rational agent chooses the action that maximizes expected utility — the probability of each outcome weighted by how much the agent wants it. We derive the utility function from six axioms on preferences, so maximizing expected utility is forced by consistency rather than assumed; look at risk aversion in the utility-of-money curve; package one-shot choices into decision networks; and quantify what an observation is worth with the value of information.\n",{"path":12405,"title":12002,"module":12378,"summary":12406},"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes","When an agent must act repeatedly in a stochastic world, a fixed plan is useless — it needs a policy, an action for every state. The Markov decision process makes this precise with a transition model, a reward, and a discount factor; the Bellman equation characterizes the optimal state utilities, and value iteration and policy iteration solve it. Partial observability lifts the problem to belief states, and bandits, Monte-Carlo tree search, and scalable POMDP solvers extend it — this is the model-known half of reinforcement learning.\n",{"path":12408,"title":12409,"module":12378,"summary":12410},"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory","Decision Analysis: Multi-Attribute Utility and Decision Networks","Decision analysis takes the single-agent utility framework and makes it practical: utility over several attributes, dominance and additive value functions, influence diagrams that fold Bayesian networks together with decision and utility nodes, and the value of information that tells an agent which questions are worth asking. Structure in an agent's preferences — dominance, preferential and utility independence — collapses an exponential utility table into a few one-dimensional functions, the same move that made Bayesian networks compact.\n",{"path":12412,"title":12413,"module":12378,"summary":12414},"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design","Game Theory and Mechanism Design","When outcomes depend on other rational agents, single-agent utility maximization no longer suffices. Game theory studies decisions among agents — normal-form games, dominant strategies, Nash and maximin equilibria, and repeated games — and mechanism design runs the logic backwards, engineering rules (auctions, VCG) so that self-interested play produces a good collective outcome. Algorithmic game theory then asks whether equilibria can be computed, what selfishness costs society, and how the mechanisms deployed at internet scale actually behave.\n",{"path":12416,"title":12417,"module":12418,"summary":12419},"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples","Learning from Examples","Learning","An agent that improves with experience does not need its designer to anticipate every situation. Inductive learning takes that ambition and narrows it to one tractable problem: from labelled input-output pairs, recover a function that predicts the output for inputs never seen. This first part builds the foundation around a single organizing question — generalization — through decision trees and information gain, and the training\u002Fvalidation\u002Ftest discipline for evaluating and choosing hypotheses. A second part takes up the theory of learning and the main model families.\n",{"path":12421,"title":12422,"module":12418,"summary":12423},"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families","The Theory of Learning and Model Families","Cross-validation measures generalization but does not explain it. This part supplies the theory — PAC learning, sample complexity, and the VC dimension — that says when a hypothesis consistent with enough data is probably approximately correct, and why an unrestricted hypothesis space can never generalize. It then surveys the model families a practitioner reaches for: linear regression and gradient descent, the perceptron and logistic regression, support vector machines and the kernel trick, and ensembles by bagging and boosting — closing with what deep learning changed about the classical picture.\n",{"path":12425,"title":12426,"module":12418,"summary":12427},"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning","Learning Probabilistic Models","A [Bayesian network](\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks) is useless until its numbers are filled in, and those numbers come from data. This first part casts learning itself as probabilistic inference: hypotheses carry a prior, data update it to a posterior, and predictions average over what remains. From that frame fall the standard estimators — maximum likelihood by counting, MAP with a conjugate prior, full Bayesian updating — for the case where every variable is observed. A second part takes up the harder case of hidden variables and the EM algorithm.\n",{"path":12429,"title":12430,"module":12418,"summary":12431},"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization","Learning with Hidden Variables: The EM Algorithm","Complete data can be learned by counting; real data usually hide some variables — the disease behind the symptoms, the cluster behind the points. This part develops the expectation-maximization algorithm, which learns those models by alternating an expected completion of the missing data with a re-estimation of the parameters. It works the idea through mixtures of Gaussians, Bayesian networks, and hidden Markov models, proves the monotone-likelihood guarantee from the evidence lower bound, and traces the line from EM to variational inference and the variational autoencoder.\n",{"path":12433,"title":11425,"module":12418,"summary":12434},"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning","Reinforcement learning is an MDP with the model unknown: the agent knows neither how its actions move the world nor which states are rewarded, and must recover good behaviour from experienced transitions and rewards alone. This first part builds the classical tabular theory — passive learning (fix a policy, learn its value, by direct estimation, adaptive dynamic programming, and temporal differences) and active learning (choose actions, trade exploration against exploitation, and learn control with Q-learning and SARSA). A second part lifts it off the lookup table with function approximation and policy search.\n",{"path":12436,"title":12437,"module":12418,"summary":12438},"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search","Reinforcement Learning: Generalization and Policy Search","Tabular reinforcement learning stores one number per state, which is hopeless for backgammon or chess. This part lifts RL off the lookup table with function approximation, so that updating one state generalizes to related ones, then turns to policy search — representing and optimizing the policy directly, up to the REINFORCE policy gradient and correlated sampling. It closes with the bridge to deep reinforcement learning (deep Q-networks, actor-critic, PPO), the classic applications, and the hand-off to the dedicated RL subject.\n",{"path":12440,"title":12441,"module":12418,"summary":12442},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning","Knowledge in Learning","Pure induction learns a function from labelled examples while knowing almost nothing to begin with. This first part brings prior knowledge into the loop by recasting learning as logical inference — hypotheses, examples, and classifications as sentences. It develops current-best-hypothesis search, the version space and its general\u002Fspecific boundary maintained by candidate elimination, and states the three entailment constraints that fix how background knowledge enters. A second part builds the three knowledge-based methods those constraints define.\n",{"path":12444,"title":12445,"module":12418,"summary":12446},"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods","Knowledge-Based Learning: EBL, Relevance, and ILP","Once learning is cast as logical inference, three methods follow from the three ways prior knowledge can enter. Explanation-based learning generalizes a single example by explaining it with the domain theory, gaining speed but nothing new. Relevance-based learning uses determinations to shrink the hypothesis space and converge from fewer examples. Inductive logic programming learns genuinely new first-order rules — top-down with FOIL, bottom-up by inverting resolution, even inventing new predicates — and connects to modern statistical relational and neuro-symbolic learning.\n",{"path":12448,"title":12449,"module":12450,"summary":12451},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception","Vision and Perception","Frontiers","Perception connects an agent to the physical world. We follow one modality — vision — from the physics of image formation (the pinhole camera, perspective projection, lenses, shading, color) through the early operations that turn a pixel array into edges, texture, and motion, and into recognition by appearance. The recurring problem is inversion: a camera collapses a 3-D world onto a 2-D grid, and an agent that wants to act must build the scene back up. Rebuilding the scene is the subject of the companion lesson.\n",{"path":12453,"title":12454,"module":12450,"summary":12455},"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world","Vision: Reconstructing the 3D World","A camera collapses a three-dimensional world onto a flat grid; this lesson inverts that collapse. We build the camera projection matrix (intrinsics and extrinsics), triangulate a point from two views, then work through the toolbox of depth cues — motion parallax, binocular stereopsis, multiple views, texture, shading, and contour — that turn an ambiguous image back into a scene. We add structural recognition (pictorial-structure \"cardboard people\"), the task-driven use of vision in cars and robots, and the shift from hand-built pipelines to learned deep-vision networks.\n",{"path":12457,"title":12458,"module":12450,"summary":12459},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics","Robotics","A robot is an agent with a body: sensors that read the physical world and effectors that push back on it. This lesson grounds the abstract AI machinery in that body. We build up the hardware (range finders, proprioception, degrees of freedom), then cast perception as probabilistic filtering — the kinematic motion and sensor models, Monte Carlo localization, the extended Kalman filter, and simultaneous localization and mapping (SLAM). The companion lesson takes the estimated pose forward into planning and control.\n",{"path":12461,"title":12462,"module":12450,"summary":12463},"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control","Robotics: Planning and Control","A robot that knows where it is still has to decide how to move, and then make a slipping, sensing-imperfect body actually go there. This lesson takes the pose estimate forward: planning motion in configuration space with cell decomposition and sampling-based roadmaps (PRMs and RRTs), planning under uncertainty with most-likely-state and online replanning, closing the loop with P\u002FPD\u002FPID control and potential fields, and finally the software architectures — subsumption, three-layer, and pipeline — that assemble it all, plus the learning-based turn in modern robotics.\n",{"path":12465,"title":12466,"module":12450,"summary":12467},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai","Natural Language for AI Agents","Language is how agents acquire the knowledge already written down and how they communicate with the humans they serve. This lesson gives the classical AI account of language as a source of information: n-gram language models and the information-seeking tasks built on them — text classification, information retrieval (BM25, the inverted index, PageRank), and information extraction with finite-state templates and hidden Markov models. Throughout, we point to the dedicated NLP subject for the modern deep-learning treatment; the companion lesson takes up grammar, translation, and speech.\n",{"path":12469,"title":12470,"module":12450,"summary":12471},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech","Language for AI Agents: Grammar, Translation, and Speech","N-gram models see only a local window; they cannot say why \"black dog\" is well-formed English and \"dog black\" is not, because that is a fact about structure. This lesson takes up structure: phrase-structure and probabilistic context-free grammars, syntactic analysis by chart parsing and CYK, augmented grammars and compositional semantics, then the two major statistical successes — machine translation and speech recognition — cast as noisy-channel problems. It closes with the bridge from n-grams to transformers and where the classical account sits relative to modern NLP.\n",{"path":12473,"title":12474,"module":12450,"summary":12475},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future","Philosophy, Ethics, and the Future of AI","Two questions have shadowed the field since its founding: can machines act intelligently (weak AI), and can they really think (strong AI)? We work through Turing's objections and their rebuttals — the arguments from disability, mathematics, and informality — then the strong-AI debate: the mind-body problem, functionalism and the brain prosthesis, Searle's Chinese Room and the systems reply, and consciousness and qualia. The companion lesson turns from what AI can do to what it should, and closes the course.\n",{"path":12477,"title":12478,"module":12450,"summary":12479},"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future","The Ethics and Future of AI","Having asked whether machines can act intelligently and really think, we turn to whether we should build them at all. This lesson works through the six ethical risks — lost jobs, autonomous weapons, surveillance and privacy, biased decisions, the safety of superintelligence, and the erosion of accountability — then the value-alignment problem in the LLM era, and where the classical agent components could go next. It closes the course by tying search, logic, probability, and learning into a single picture of intelligence as rational agency.\n",{"path":12481,"title":12482,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":12484,"title":12485,"module":12486,"summary":12487},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart","Nuclear Composition and Ground-State Properties","Nuclear Properties","The nucleus is a bound assembly of Z protons and N neutrons packed to a radius R = R0 A^(1\u002F3) at a nearly constant density of about 10^17 kg\u002Fm^3. We fix the vocabulary of nuclides, derive nuclear size from mirror-nuclide and electron-scattering data, read the binding-energy-per-nucleon curve, and model it with the liquid-drop semiempirical mass formula.\n",{"path":12489,"title":12490,"module":12486,"summary":12491},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions","Nuclear Size, Shape, and Charge Distributions","Elastic electron scattering resolves the nucleus by its de Broglie wavelength. The measured cross section is the Mott point-charge cross section modulated by a form factor, and that form factor is the Fourier transform of the charge density. Diffraction minima fix the radius, the small-angle slope fixes the mean-square radius, and the fitted Woods-Saxon profile gives a central density and a skin thickness. Mirror-nucleus Coulomb energies, muonic-atom X-rays, and optical isotope shifts give independent radii that all track R = R0 A^(1\u002F3).\n",{"path":12493,"title":12494,"module":12486,"summary":12495},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy","Nuclear Masses, Mass Excess, and Separation Energies","The atomic mass unit fixes the scale, and the mass excess collects the small binding-driven deviation from the integer mass number. Penning-trap cyclotron frequencies now measure masses to parts in a billion, and every decay and reaction Q-value is a difference of these masses. One- and two-nucleon separation energies read the binding difference between neighbouring nuclides directly, showing the even-odd pairing stagger and the sharp drops at magic numbers, and their vanishing marks the neutron and proton drip lines that bound the chart of the nuclides.\n",{"path":12497,"title":12498,"module":12486,"summary":12499},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula","The Semi-Empirical Mass Formula and the Valley of Stability","Five physical terms reproduce nuclear binding across the chart: a volume term from saturation, a surface term from the deficit of edge neighbours, a Coulomb term from the electrostatic self-energy of a charged sphere, an asymmetry term from the Pauli cost of unequal proton and neutron filling, and a pairing term. The formula is quadratic in Z at fixed A, so isobars lie on a mass parabola whose minimum sets the most stable charge and whose slope dictates the direction of beta decay. The same competition between surface and Coulomb energy defines the fissility parameter and the onset of fission.\n",{"path":12501,"title":12502,"module":12486,"summary":12503},"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles","Nuclear Spin, Magnetic Dipole, and Electric Quadrupole Moments","The ground state of a nucleus carries a definite spin and parity, a magnetic dipole moment of order the nuclear magneton, and, when its spin exceeds one-half, an electric quadrupole moment that measures its shape. The single-particle Schmidt lines predict the magnetic moment of an odd-A nucleus from the last unpaired nucleon, and the measured moments fall between them. The quadrupole moment distinguishes prolate from oblate deformation, and hyperfine structure is the experimental handle that fixes the spin and the moments from an atomic spectrum.\n",{"path":12505,"title":12506,"module":12507,"summary":12508},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview","The Nuclear Force and the Shell Model","The Nuclear Force","The strong force between nucleons is short-range, charge-independent, saturated, and repulsive at its core, about a hundred times stronger than Coulomb. Yukawa explained it as an exchange of massive mesons, tying the force's range to the meson mass through the uncertainty principle. Layered on top, an independent-particle shell model with strong spin-orbit coupling reproduces the magic numbers 2, 8, 20, 28, 50, 82, 126.\n",{"path":12510,"title":12511,"module":12507,"summary":12512},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron","The Deuteron and the Tensor Force","The deuteron is the only bound two-nucleon state: one shallow level at 2.22 MeV, no excited states. A square-well fit fixes a depth near 35 MeV over a 2 fm range, yet the wavefunction leaks so far past the edge that most of the probability lies outside the force. Its spin-1 ground state, magnetic moment close to the sum of the free-nucleon moments, and small but nonzero electric quadrupole moment together force a D-state admixture and a non-central tensor force.\n",{"path":12514,"title":12515,"module":12507,"summary":12516},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering","Nucleon-Nucleon Scattering and the Interaction's Structure","Scattering probes the nuclear force above threshold. Partial-wave analysis reduces low-energy data to a single s-wave phase shift, and the effective-range expansion packages that into a scattering length and an effective range. The triplet channel binds (the deuteron) while the singlet is only virtual, which together explain the anomalously large free neutron-proton cross section. Comparing pp, nn, and np results establishes charge symmetry and charge independence, and polarization experiments expose the spin-orbit and tensor pieces.\n",{"path":12518,"title":12519,"module":12507,"summary":12520},"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin","Meson Exchange, the Yukawa Potential, and Isospin","Yukawa's massive-field propagator turns the range of the nuclear force into a meson mass: the exchanged quantum's Compton wavelength is the range. One-pion exchange fixes the long-range tail, complete with the tensor structure the deuteron demanded, while heavier mesons build the intermediate attraction and the repulsive core. Charge independence becomes an isospin symmetry, the force is diagonalized by the total isospin through a tau-dot-tau interaction, and the whole picture sits inside QCD as a residual color force between color-neutral nucleons.\n",{"path":12522,"title":12523,"module":12524,"summary":12525},"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model","The Fermi Gas Model","Nuclear Models","Treating the nucleus as two degenerate Fermi gases of protons and neutrons confined in a common well fixes the Fermi momentum near 250 MeV\u002Fc and the Fermi energy near 33 MeV from the nuclear density alone. The average kinetic energy per nucleon is about 20 MeV, the well depth is the Fermi energy plus the separation energy, and unequal proton and neutron Fermi levels reproduce the asymmetry term of the mass formula.\n",{"path":12527,"title":12528,"module":12524,"summary":12529},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates","The Liquid-Drop Model and Collective Deformation","Deforming a charged liquid drop into a spheroid raises its surface energy and lowers its Coulomb energy; the two effects compete through the deformation parameter to set a stability minimum and a fission barrier. The ratio of Coulomb to twice the surface energy is the fissility Z-squared over A, which crosses one near 49 and marks the point where the sphere is unstable. The same surface tension that restores small deformations quantizes into collective vibrations, carrying the static mass formula into dynamic collective motion.\n",{"path":12531,"title":12532,"module":12524,"summary":12533},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle","The Shell Model: Single-Particle States and Spin-Orbit Coupling","A harmonic-oscillator well reproduces the first three magic numbers but fails above twenty; adding a strong inverted spin-orbit term that drives the stretched j equals l plus one-half level down closes the gaps at 28, 50, 82, and 126. The filled shells couple to zero, so the last unpaired nucleon fixes the ground-state spin and parity, and its single-particle magnetic moment falls on the Schmidt lines. Configuration mixing sets the limits of the extreme single-particle model.\n",{"path":12535,"title":12536,"module":12524,"summary":12537},"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations","The Collective Model: Rotations, Vibrations, and Deformed Nuclei","Deformed nuclei rotate with energies proportional to I times I plus one, giving the ground-state band its characteristic level ratios, while near-spherical nuclei vibrate in quantized surface phonons that build one- and two-phonon multiplets. The Nilsson model tracks single-particle levels as the well deforms, moments of inertia fall between the rigid and irrotational limits, backbending marks the sudden alignment of a broken pair, and giant resonances are the bulk dipole and quadrupole modes of the whole nucleus.\n",{"path":12539,"title":12540,"module":12541,"summary":12542},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes","Radioactivity and Decay Modes","Radioactive Decay","Unstable nuclei decay at a rate proportional to how many remain, giving the exponential law N(t) = N0 e^(-lambda t) with half-life t = 0.693\u002Flambda. We work through the three common modes: alpha decay as Coulomb-barrier tunneling with the Geiger-Nuttall rule, beta decay whose continuous spectrum demands the neutrino, and gamma de-excitation, and follow a decay chain across the chart of nuclides.\n",{"path":12544,"title":12545,"module":12541,"summary":12546},"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium","Serial Decay, the Bateman Equations, and Radioactive Equilibrium","A radioactive parent that decays into a radioactive daughter obeys a coupled pair of rate equations whose solution is the Bateman formula. Depending on the half-life ordering the chain settles into secular equilibrium (equal activities), transient equilibrium (a fixed activity ratio), or no equilibrium. Constant production under irradiation drives the activity toward a saturation value equal to the production rate, competing decay modes split the total decay constant into partial constants, and the natural decay series in secular equilibrium underpin radiometric dating.\n",{"path":12548,"title":12549,"module":12550,"summary":12551},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory","Alpha Decay and the Gamow Theory of Tunneling","Alpha Decay","The alpha Q-value turns positive above mass number 150 because the emitted helium-4 is exceptionally tightly bound. Emission proceeds by quantum tunneling through the Coulomb barrier: a WKB integral from the nuclear surface to the outer turning point gives the Gamow factor, and multiplying its penetrability by the assault frequency yields half-lives spanning more than twenty orders of magnitude. The leading term reproduces the Geiger-Nuttall relation, log t½ proportional to the daughter charge over the square root of Q.\n",{"path":12553,"title":12554,"module":12550,"summary":12555},"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance","Fine Structure, Angular Momentum, and Hindrance Factors","A single parent emits several alpha groups of slightly different energy, each feeding a distinct level of the daughter, so the alpha spectrum maps the daughter's low-lying states. Emission with orbital angular momentum L raises the barrier by a centrifugal term and is allowed only when angular-momentum and parity selection rules permit. Comparing the measured partial half-life to the Gamow estimate defines a hindrance factor near unity for even-even ground-state transitions and large for odd-A decays that must rearrange the unpaired nucleon.\n",{"path":12557,"title":12558,"module":12559,"summary":12560},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino","Beta Decay Energetics and the Neutrino","Beta Decay and the Weak Interaction","Beta decay converts a neutron into a proton or the reverse, adjusting Z at fixed A along an isobaric mass parabola. We write the three processes (beta-minus, beta-plus, electron capture), reduce every Q-value to a difference of neutral atomic masses, and read the continuous electron spectrum as the fingerprint of a third, nearly massless particle. Pauli's neutrino, its detection by Reines and Cowan, and the endpoint bound on its mass close the lesson.\n",{"path":12562,"title":12563,"module":12559,"summary":12564},"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay","Fermi's Theory: Kurie Plots and ft Values","Fermi treated beta decay as a point-contact weak transition and read its rate from the golden rule. The electron spectrum then follows from phase space and the Coulomb Fermi function; the Kurie plot straightens it to a line whose intercept is the endpoint. Integrating the spectrum gives the comparative half-life ft, whose logarithm sorts transitions into superallowed, allowed, and forbidden classes governed by the Fermi and Gamow-Teller selection rules.\n",{"path":12566,"title":12567,"module":12559,"summary":12568},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation","The Weak Interaction and Parity Violation","Beta decay violates mirror symmetry. The Wu experiment on polarized cobalt-60 showed electrons emitted preferentially against the nuclear spin, a pseudoscalar correlation forbidden if parity were conserved. The result fixes the weak charged current as left-handed V minus A, forces neutrinos to be left-handed and antineutrinos right-handed (measured by Goldhaber), and places beta decay within the electroweak theory as W-boson exchange turning a down quark into an up quark.\n",{"path":12570,"title":12571,"module":12559,"summary":12572},"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass","Double Beta Decay and Neutrino Mass","For even-A isobars the pairing term splits the mass parabola into two curves, and a handful of even-even nuclides sit below their odd-odd neighbor yet above the next even-even one: single beta decay is forbidden but second-order double beta decay is allowed. The two-neutrino mode is a standard-model process with the longest measured lifetimes in nature; the neutrinoless mode would require the neutrino to be its own antiparticle and its rate measures the effective Majorana mass, the sharpest probe of the absolute neutrino mass scale.\n",{"path":12574,"title":12575,"module":12576,"summary":12577},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation","Multipole Radiation and Selection Rules","Gamma Decay","Gamma decay carries a nucleus from an excited state to a lower one by emitting a photon of definite angular momentum and parity. We correct the photon energy for nuclear recoil, expand the radiation field into electric and magnetic multipoles, and read off how the transition rate collapses with each increase in multipole order. The Weisskopf single-particle estimates set the scale, and angular-momentum and parity conservation fix which multipole dominates.\n",{"path":12579,"title":12580,"module":12576,"summary":12581},"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers","Internal Conversion and Isomers","A nucleus can shed excitation energy without emitting a photon by handing it directly to an atomic electron. We define the internal-conversion coefficient, trace its growth with atomic number, multipole order, and decreasing energy, and treat the electron-only E0 transitions and internal pair formation. When the lowest allowed multipole is high and the energy low, the gamma rate falls so far that the excited state survives as a metastable isomer.\n",{"path":12583,"title":12584,"module":12576,"summary":12585},"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer","Angular Correlations and the Mössbauer Effect","Two gammas emitted in cascade are not independent in direction: detecting the first selects magnetic substates of the intermediate level and makes the second anisotropic, so the correlation function fixes the intermediate spin. The same nuclear resonance that recoil normally destroys is recovered when the emitter is locked in a lattice, giving the Mössbauer effect and its part-in-a-trillion resolution of isomer shifts and hyperfine fields.\n",{"path":12587,"title":12588,"module":12589,"summary":12590},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections","Nuclear Reactions, Fission, and Fusion","Nuclear Reactions","A nuclear reaction X(x, y)Y is governed by its Q value and its cross section, the effective target area for a given process. Splitting the curve of binding energy near iron in either direction releases energy: fission of heavy nuclei by neutron capture and a chain reaction, and fusion of light nuclei that powers the Sun and needs Lawson's density-confinement criterion to be practical.\n",{"path":12592,"title":12593,"module":12589,"summary":12594},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances","The Compound Nucleus and Resonance Reactions","Low-energy reactions proceed through a long-lived intermediate state whose decay forgets how it formed. Bohr's independence hypothesis factorizes the cross section into a formation step and a branching ratio, an isolated level gives the single-level Breit-Wigner line shape with total width Γ tied to the lifetime by Γτ = ħ, and at high excitation overlapping levels merge into a statistical continuum described by evaporation spectra and the Hauser-Feshbach average.\n",{"path":12596,"title":12597,"module":12589,"summary":12598},"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model","Direct Reactions and the Optical Model","A complex optical potential replaces the many-body target by a single particle moving in an average field whose imaginary part removes flux into non-elastic channels, reproducing the diffraction pattern of elastic scattering. Direct reactions bypass the compound nucleus, transferring a nucleon in one step: stripping and pickup deposit or remove a single nucleon, the angle of the first peak in the distorted-wave angular distribution fixes the transferred orbital angular momentum, and its magnitude gives the spectroscopic factor.\n",{"path":12600,"title":12601,"module":12602,"summary":12603},"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics","The Fission Barrier and Fragment Energetics","Nuclear Fission","Fission is the large-amplitude collective deformation of a heavy nucleus into two fragments. The liquid-drop model sets a barrier from the competition between rising surface energy and falling Coulomb energy under quadrupole deformation, with the fissility parameter Z²\u002FA measuring how close a nucleus is to instability. Bohr-Wheeler theory separates spontaneous from neutron-induced fission, the fragment mass yield is double-humped and asymmetric, about 200 MeV is released per event, and shell corrections add a second minimum that produces fission isomers.\n",{"path":12605,"title":12606,"module":12602,"summary":12607},"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics","Chain Reactions and Reactor Physics","A self-sustaining chain reaction is a fixed point of neutron bookkeeping: the multiplication factor k counts the neutrons in one generation per neutron in the last, and criticality is k = 1. The four-factor formula tracks a neutron through fast fission, resonance escape, thermal utilization, and reproduction; moderation slows fission neutrons to the thermal energies where the fission cross section is largest; and the small delayed-neutron fraction sets the timescale that makes a reactor controllable. Breeding converts fertile U-238 and Th-232 into new fissile fuel.\n",{"path":12609,"title":12610,"module":12611,"summary":12612},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement","Fusion Reactions and Confinement","Fusion and Nucleosynthesis","Light nuclei release energy when they fuse because binding per nucleon rises steeply toward the iron peak, but the Coulomb barrier suppresses the rate at reactor temperatures. The thermonuclear rate is a convolution of the Maxwell distribution with the tunneling probability, sharply peaked at the Gamow energy. The deuterium-tritium reaction has the lowest barrier and largest cross section; sustained energy gain requires the Lawson triple product of density, temperature, and confinement time, reached by magnetic or inertial confinement.\n",{"path":12614,"title":12615,"module":12611,"summary":12616},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis","Stellar Nucleosynthesis","Main-sequence stars burn hydrogen to helium through the proton-proton chain and the CNO cycle, both releasing 26.7 MeV per helium nucleus. Helium burning bridges the mass-5 and mass-8 gaps by the triple-alpha process through the Beryllium-8 and Hoyle resonances, and successive carbon-to-silicon burning stages climb to the iron peak, where fusion stops. The elements beyond iron are built by slow and rapid neutron capture, and the solar neutrino flux confirms the reactions directly.\n",{"path":12618,"title":12619,"module":12611,"summary":12620},"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis","Big-Bang Nucleosynthesis","In the first three minutes the expanding universe forged the light elements. The weak interaction froze the neutron-to-proton ratio near one in six when the reaction rate fell below the expansion rate, and free-neutron decay lowered it to about one in seven before the deuterium bottleneck broke. Almost every surviving neutron ended in helium-4, fixing the primordial helium mass fraction near 0.25, with trace deuterium, helium-3, and lithium-7. The deuterium abundance measures the cosmic baryon density.\n",{"path":12622,"title":12623,"module":12624,"summary":12625},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power","Stopping Power and the Range of Charged Particles","Radiation and Applications","A heavy charged particle loses energy in a dense sequence of small Coulomb collisions with atomic electrons, at a rate the Bethe-Bloch formula fixes from the particle's charge and speed and the medium's electron density and mean excitation energy. The rate scales as the inverse square of the speed, so most energy is deposited at the end of the track in the Bragg peak, and integrating the reciprocal rate gives a sharp range. Electrons differ: they also radiate, and above a critical energy bremsstrahlung dominates. Fast particles above the phase velocity of light in the medium emit Cherenkov radiation.\n",{"path":12627,"title":12628,"module":12624,"summary":12629},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions","Interactions of Photons and Neutrons","Photons are removed from a beam in single events, so their intensity falls exponentially with a linear attenuation coefficient built from three processes: the photoelectric effect at low energy, Compton scattering at intermediate energy, and pair production above twice the electron rest energy, each with its own atomic-number and energy dependence. Neutrons carry no charge and interact only with nuclei, moderating by elastic scattering and being captured with a cross section that rises as one over speed away from resonances.\n",{"path":12631,"title":12632,"module":12624,"summary":12633},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors","Radiation Detectors and Nuclear Spectroscopy","Every detector converts the energy a radiation deposits into a measurable electrical signal. Gas counters read the ionization directly, in three operating regions set by the applied voltage; scintillators convert the energy to light read out by a photomultiplier; semiconductor detectors collect electron-hole pairs and give the best energy resolution because so many carriers are made per event. The resolution is governed by the number of independent charge carriers, and the pulse-height spectrum of a gamma line shows a full-energy photopeak, a Compton continuum with its edge, and escape peaks.\n",{"path":12635,"title":12636,"module":12624,"summary":12637},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology","Dosimetry, Radiation Biology, and Protection","Absorbed dose is the energy deposited per unit mass, measured in gray. Equal absorbed doses do unequal biological damage because densely ionizing radiation deposits its energy along short tracks: weighting the dose by a radiation factor gives the equivalent dose, and weighting by tissue sensitivity gives the effective dose, both in sieverts. Deterministic effects have a threshold and a severity that grows with dose; stochastic effects are assumed to follow a linear-no-threshold probability. Natural background dominates the dose to the population, and protection rests on time, distance, and shielding.\n",{"path":12639,"title":12640,"module":12624,"summary":12641},"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine","Applications — Dating, Analysis, and Nuclear Medicine","Charged particles lose energy continuously and stop at a well-defined range with a Bragg peak, while gamma rays are attenuated exponentially. These interactions define radiation detectors and dosimetry (gray and sievert) and drive the applications: neutron activation analysis, magnetic resonance imaging, PET, and radiometric dating with carbon-14 and long-lived rock clocks.\n",{"path":12643,"title":12644,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":12646,"title":12647,"module":8611,"summary":12648},"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp","What Is Natural Language Processing?","Natural language processing is the computational treatment of human language: reading it, representing it, and generating it. We set up why the problem is hard — ambiguity at every level, from sound to intent — trace the field from ELIZA's pattern-matching through statistical methods to today's neural models, lay out the linguistic levels and task families the course covers, and fix the vocabulary of tokens, types, and corpora the rest of the notes rely on.\n",{"path":12650,"title":12651,"module":8611,"summary":12652},"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization","Regular Expressions and Text Normalization","Before any model touches text, the text has to be found and cleaned. Regular expressions give an algebra for describing string patterns; tokenization, case folding, and stemming turn raw characters into the units a model counts; and byte-pair encoding builds a subword vocabulary that spells out any word. Measuring how far apart two strings are — minimum edit distance — is the next lesson.\n",{"path":12654,"title":12655,"module":8611,"summary":12656},"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance","Minimum Edit Distance","Much of language processing needs to measure how similar two strings are — a speller ranking corrections, a diff tool, a coreference resolver. Minimum edit distance counts the insertions, deletions, and substitutions that turn one string into another, computed by a dynamic-programming table. We fill the table for intention to execution, backtrace to recover the alignment, and see how the same machinery generalizes to weighted edits, Viterbi, and biological sequence alignment.\n",{"path":12658,"title":12659,"module":8611,"summary":12660},"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models","N-Gram Language Models","A language model assigns a probability to a sequence of words and, equivalently, predicts the next word from its history. The n-gram model makes this tractable by truncating the history to the last few words, estimates the resulting conditional probabilities by counting, and is scored by perplexity. We build the model from the chain rule, work a bigram example on a small corpus, and read perplexity as a branching factor. The next lesson covers the zero counts that break this model and the smoothing that repairs them.\n",{"path":12662,"title":12663,"module":8611,"summary":12664},"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff","Smoothing and Backoff","Every finite corpus is missing good word sequences it simply never saw, so a raw n-gram model assigns them probability zero and breaks. Smoothing repairs the zeros: add-one and add-k shave mass off seen events, backoff and interpolation fall back on shorter contexts, and Kneser-Ney — worked here by hand — replaces raw frequency with how many contexts a word completes. We close on web-scale stupid backoff and the neural models that dissolve the zero problem rather than patch it.\n",{"path":12666,"title":12667,"module":12668,"summary":12669},"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment","Naive Bayes and Sentiment Classification","Text Classification","Text classification assigns a category to a document — positive or negative, spam or not, one topic among many. Naive Bayes is a generative solution: apply Bayes' rule, assume the words are conditionally independent given the class, and the winning class is the one maximizing the product of a prior and per-word likelihoods. We train it by counting with add-one smoothing, work a full sentiment example by hand, sharpen it for sentiment (binary counts, negation, lexicons), and place it among the transformer classifiers that came after.\n",{"path":12671,"title":12672,"module":12668,"summary":12673},"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers","Evaluating Classifiers","A trained classifier is only useful once we can measure how good it is. We build the confusion matrix, see why accuracy misleads on unbalanced data, and define precision, recall, and the F-measure that balances them. Multi-class tasks need macro- versus micro-averaging; reliable estimates need cross-validation. We close on statistical significance — the paired bootstrap test for whether one system's lead over another is significant.\n",{"path":12675,"title":12676,"module":12668,"summary":12677},"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression","Logistic Regression","Logistic regression is the discriminative counterpart to naive Bayes: instead of modelling how a document is generated, it learns weights that directly separate the classes. We build it from the sigmoid, derive the cross-entropy loss from maximum likelihood, learn the weights by stochastic gradient descent, regularize to curb overfitting, and generalize to many classes with the softmax. The two-class model is already a one-neuron network, so this is the bridge to neural language models.\n",{"path":12679,"title":12680,"module":12668,"summary":12681},"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons","Sentiment and Affect Lexicons","A sentiment lexicon is a list of words annotated with the affective meaning they carry — positive or negative, or scores along valence, arousal, and dominance. We fix what \"emotion\" means (basic-emotion versus dimensional models), survey the standard lexicons, and then build lexicons three ways: by human labeling with best-worst scaling, by semi-supervised induction from seed words over an embedding space, and by supervised learning from starred reviews. We close on connotation frames, which record the sentiment a verb implies about each of its arguments.\n",{"path":12683,"title":12684,"module":12685,"summary":12686},"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings","Vector Semantics and Embeddings","Semantics","Vector semantics represents a word's meaning as a point in space, derived from the company the word keeps. This first part builds the count-based side: the distributional hypothesis, co-occurrence matrices in their term-document and word-word forms, cosine as the similarity measure, and the two weightings — tf-idf and PPMI — that fix what raw counts get wrong. The result is a sparse, interpretable vector for every word, and the setup for the dense embeddings of the next lesson.\n",{"path":12688,"title":12689,"module":12685,"summary":12690},"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings","Static Word Embeddings: word2vec and After","Count-based vectors are long and sparse; embeddings are the short, dense alternative. This lesson builds them with word2vec's skip-gram and negative sampling — a classifier whose learned weights are the vectors — derives its gradient, and works one update by hand. It then reads relations off the analogy parallelogram, surveys the papers that framed the static-embedding era (word2vec, GloVe, the SGNS-as-PPMI equivalence, fastText, ELMo), and closes on the biases embeddings inherit and the single-vector-per-word ceiling that contextual models break.\n",{"path":12692,"title":12693,"module":12685,"summary":12694},"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models","Neural Networks and Neural Language Models","A neural network is a stack of units, each a weighted sum passed through a non-linearity — a single unit on its own is logistic regression. We build the network up from that unit: the activation functions that give it power, the XOR problem that forces a hidden layer, the feedforward forward pass in matrix form, and the Bengio-style feedforward neural language model that concatenates word embeddings and predicts the next word with a softmax. Training is cross-entropy minimized by gradient descent, with backpropagation supplying the gradient. Embeddings let the model share statistical strength across similar words, avoiding the sparsity that limits n-gram models.\n",{"path":12696,"title":12697,"module":9077,"summary":12698},"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling","Sequence Labeling: POS and NER","Sequence labeling assigns one tag to every token in a sentence. This first part sets up the task through its two canonical cases — part-of-speech tagging over the Penn Treebank tagset, and named-entity recognition reframed as token labeling with the BIO scheme — then builds the hidden Markov model, the classic probabilistic tagger. The HMM tags by Bayesian inference: transition and emission probabilities under two Markov assumptions, reducing tagging to an argmax over tag sequences. That argmax is exponential to enumerate, which sets up the Viterbi decoder, the CRF, and neural taggers of the next lesson.\n",{"path":12700,"title":12701,"module":9077,"summary":12702},"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers","Viterbi Decoding, CRFs, and Neural Taggers","The HMM reduced tagging to an argmax over exponentially many tag sequences. This lesson builds the decoder that makes it tractable — the Viterbi dynamic program, worked through a full numeric trace on real WSJ probabilities — then keeps that same decoder while replacing the HMM's rigid tables. The linear-chain conditional random field is a discriminative log-linear model whose global feature functions can inspect any part of the input, which is why CRFs win for NER. Finally it traces the shift to neural taggers (biLSTM-CRF, character-aware NER, ELMo), where hand-built features become learned representations while the Viterbi decoder carries over unchanged.\n",{"path":12704,"title":12705,"module":9077,"summary":12706},"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms","RNNs and LSTMs","A feedforward neural language model sees a fixed window of words and can look no further back. The recurrent neural network removes that limit: it carries a hidden state across time, so each word is read in the context of everything before it. We build the RNN from its one recurrent equation, use it as a language model, train it by backpropagation through time, and diagnose the vanishing-gradient problem that makes plain RNNs forget. The LSTM fixes the forgetting with a cell state and three gates, and the encoder-decoder stacks two RNNs into a sequence-to-sequence model — and its single-vector bottleneck is the problem attention was invented to remove.\n",{"path":12708,"title":12709,"module":9559,"summary":12710},"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention","Transformers and Self-Attention","Recurrence forced language models to read one word at a time and to squeeze every dependency through a chain of hidden states. Self-attention removes the recurrence: at every layer each position compares itself to every other and reads a weighted mixture of them, in a single parallel step. This first part builds the attention operation from the ground up — the soft lookup, queries and keys and values, the scaled dot-product, the numeric trace, the matrix form, and the causal mask — and sets up the full transformer architecture that follows.\n",{"path":12712,"title":11271,"module":9559,"summary":12713},"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture","This part takes the scaled dot-product attention of the previous lesson and assembles the full transformer architecture around it: multi-head attention so several relations can be read at once, the transformer block of residual connections and layer norm that makes deep stacks trainable, positional embeddings that restore word order, the decoder-only language model, and the encoder, decoder, and encoder-decoder shapes — closing with the 2017 paper and the pre-norm, FlashAttention, and RoPE refinements that scaled it up.\n",{"path":12715,"title":11379,"module":9559,"summary":12716},"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models","A large language model is a decoder-only transformer trained on one objective — predict the next token. This first part assembles the inference side: the language-modeling head that turns a hidden state into a distribution over the vocabulary, autoregressive generation, and the decoding strategies — greedy, beam, and sampling with temperature, top-k, and nucleus — that read text back out of that distribution. Training the distribution at web scale comes next.\n",{"path":12718,"title":12719,"module":9559,"summary":12720},"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling","Large Language Models: Pretraining and Scaling","A language model's next-token distribution is only as good as the parameters behind it. This part is where those parameters come from: self-supervised pretraining on web-scale text with teacher forcing and cross-entropy, the scaling laws that make test loss a predictable power law in parameters, data, and compute, the KV cache that keeps long-context inference affordable, and how a finished model is evaluated by perplexity and benchmarks — closing with the Kaplan, Chinchilla, GPT-3, and emergence papers behind the scaling story.\n",{"path":12722,"title":12723,"module":9559,"summary":12724},"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting","Fine-Tuning and Prompting","A pretrained transformer is a general-purpose knowledge source; a task is what you do with it. There are two ways to adapt one, and this first part covers the one that updates the weights: fine-tuning. A bidirectional encoder like BERT is pretrained by masked language modeling, then a small task head is bolted on and the whole thing is trained on labelled data for classification, sequence labeling, or span-based question answering — with parameter-efficient variants (adapters, LoRA) that touch only a sliver of the weights. Prompting, the family that leaves the weights frozen, comes next.\n",{"path":12726,"title":12727,"module":9559,"summary":12728},"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment","Prompting and Alignment","Fine-tuning adapts a model by changing its weights. The second family of adaptation changes nothing: a large frozen model performs a task from an instruction and a few examples placed in its context. This part covers prompting and in-context learning, chain-of-thought that elicits reasoning, and the two training stages — instruction tuning and RLHF — that turn a fluent base predictor into an aligned assistant, closing with the BERT, LoRA, chain-of-thought, InstructGPT, and retrieval-augmentation papers behind the modern adaptation pipeline.\n",{"path":12730,"title":12731,"module":12732,"summary":12733},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing","Constituency Parsing","Linguistic Structure","A constituency parse groups a sentence into nested phrases described by a context-free grammar. We build the CFG formalism, read the phrase structure of English off a treebank, confront the structural ambiguity that makes parsing hard, convert to Chomsky normal form, and then solve it with CKY — the dynamic-programming chart that fills a triangular table bottom-up. Probabilistic and neural span parsers, evaluation, and shallow parsing follow in the companion lesson.\n",{"path":12735,"title":12736,"module":12732,"summary":12737},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation","CKY Scoring, Evaluation, and Shallow Parsing","The CKY chart returns every parse but does not say which is correct. Disambiguation needs a score on trees. This lesson attaches probabilities to a grammar (the PCFG and lexicalization), replaces the grammar with a neural span scorer over a pretrained encoder, states the self-attentive results that made it the state of the art, evaluates parsers against a treebank with PARSEVAL, and closes with chunking and shallow parsing for tasks that need only the flat phrases.\n",{"path":12739,"title":12740,"module":12732,"summary":12741},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing","Dependency Parsing","A dependency parse throws away phrases and keeps only directed, labeled arcs from heads to their dependents, so the subject and object of a verb hang off the verb directly. We fix the formalism (rooted trees, typed Universal-Dependency relations, projectivity), then build the first parser family: transition-based arc-standard and arc-eager parsing, a greedy stack-and-buffer machine trained from an oracle. Graph-based and neural dependency parsing follow in the companion lesson.\n",{"path":12743,"title":12744,"module":12732,"summary":12745},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing","Graph-Based and Neural Dependency Parsing","Greedy transition parsing commits locally; the graph-based family scores whole trees instead. This lesson scores every candidate head-dependent edge and extracts the maximum spanning tree with Chu-Liu\u002FEdmonds, develops the biaffine neural scorer that made graph-based parsing the accuracy leader, evaluates parsers with the unlabeled and labeled attachment scores (UAS and LAS), and closes on where the two parser families sit and what they feed downstream.\n",{"path":12747,"title":12748,"module":12732,"summary":12749},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd","Word Senses and Disambiguation","A word is not an atom of meaning: \"bass\" names a fish, a voice, and an instrument, and one static embedding blurs them into a single point. This lesson pulls those senses apart. We define polysemy and the relations that organize senses — synonymy, antonymy, hyponymy, meronymy — build them into WordNet's synset graph, measure similarity along that graph, and then solve the core of word sense disambiguation: the most-frequent-sense baseline, the Lesk gloss-overlap algorithm, feature-based classifiers, and the nearest-neighbor method over BERT embeddings. WSD variants, embeddings, and evaluation follow in the companion lesson.\n",{"path":12751,"title":12752,"module":12732,"summary":12753},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction","WSD in Practice and Word Sense Induction","Beyond core word sense disambiguation lie the variants and loose ends: the sense-inventory-free Word-in-Context task, retrofitting static embeddings to a thesaurus, discovering senses without a fixed inventory (word sense induction), the gloss-aware and bi-encoder neural systems that hold the state of the art, and how WSD and its cousins are evaluated. Together they connect one-vector-per-word embeddings to sense-aware contextual representations.\n",{"path":12755,"title":12756,"module":12732,"summary":12757},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction","Semantic Roles and Information Extraction","Semantic roles answer \"who did what to whom\" for a single event, abstracting away the syntax that expresses it. We show why syntax alone is not enough, generalize over diathesis alternations with thematic roles, number a predicate's arguments with PropBank and group predicates into frames with FrameNet, tag each argument automatically with semantic role labeling, and factor predicates into primitives. Information extraction scales the idea to a corpus in the companion lesson.\n",{"path":12759,"title":12760,"module":12732,"summary":12761},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates","Relations, Events, and Templates","Semantic roles answer \"who did what\" for one predicate; information extraction scales the idea to a whole corpus. This lesson turns unstructured text into structured data: relation extraction pulls entity-relation-entity triples out of sentences by patterns, supervision, and distant supervision; event and temporal extraction place those facts on a timeline; and template filling and knowledge-base population assemble them into a database a downstream system can query.\n",{"path":12763,"title":12764,"module":12732,"summary":12765},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse","Coreference and Discourse","A text is more than a bag of sentences: entities recur under different names. Coreference resolution links every mention to the discourse entity it evokes — the linguistic background of pronouns, definite NPs, and names; mention detection; the mention-pair, mention-ranking, and entity-based architectures; a neural end-to-end span model that scores candidate antecedents; features, evaluation by the CoNLL F1, gender bias, and the neural coreference lineage. Discourse coherence follows in the companion lesson.\n",{"path":12767,"title":12768,"module":12732,"summary":12769},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure","Coherence and Discourse Structure","Coherence is what makes a run of sentences a discourse rather than an arbitrary collection. This lesson develops coherence relations and Rhetorical Structure Theory trees, discourse-structure parsing, Centering and the entity grid for entity-based coherence, and representation-learning models of local coherence, measured in part over the coreference chains recovered in the companion lesson.\n",{"path":12771,"title":12772,"module":12732,"summary":12773},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics","Logical Representations of Meaning","A meaning representation turns a sentence into a formal structure a machine can check against a world and reason over. We set the desiderata a good representation must meet, ground truth in a model, build up first-order logic for sentences with its connectives, quantifiers, and inference, and reify events with the neo-Davidsonian event variable to escape fixed predicate arity. The compositional lambda calculus, quantifier scope, and description logics follow in the companion lesson.\n",{"path":12775,"title":12776,"module":12732,"summary":12777},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics","Compositional Semantics and Description Logics","How do you compute a logical form from a sentence automatically? This lesson builds the compositional machinery: the lambda calculus that assembles a formula from a parse tree one beta-reduction at a time, the quantifier-scope ambiguity a single syntax tree leaves open, and the decidable description logics — TBox, ABox, subsumption, role restrictions — behind the Web Ontology Language, closing with how the map from string to logical form can be learned.\n",{"path":12779,"title":12780,"module":12732,"summary":12781},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing","Semantic Parsing","Turning a sentence into a structured, executable meaning, the grammar-based way. We take the logical forms defined earlier and build them compositionally: a rule-based parser that walks a syntax tree applying lambda terms, then Combinatory Categorial Grammar (CCG), which fuses syntax and semantics so one lexicalized derivation produces both — including supertagging and A* parsing. Learned and neural semantic parsers follow in the companion lesson.\n",{"path":12783,"title":12784,"module":12732,"summary":12785},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing","Learned and Neural Semantic Parsing","Hand-writing a lexicon of lambda terms does not scale, so this lesson learns the parser instead. We cover the two supervision regimes (from logical forms and from denotations), Abstract Meaning Representation as a rooted concept graph, neural sequence-to-sequence parsing with constrained decoding and copy mechanisms, executable text-to-SQL and knowledge-based question answering, the practical systems that made learned parsers accurate, and how the task is evaluated.\n",{"path":12787,"title":12788,"module":12732,"summary":12789},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction","Information Extraction","Information extraction turns free text into a database, and the first step is relation extraction: pulling entity-relation-entity triples out of sentences. We cover all five families — hand-built patterns, supervised classifiers, semi-supervised bootstrapping, distant supervision, and unsupervised Open IE — with worked bootstrapping and distant-supervision traces, then the neural and LLM systems that extended them. Times, events, and templates follow in the companion lesson.\n",{"path":12791,"title":12792,"module":12732,"summary":12793},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates","Extracting Times, Events, and Templates","Once relation extraction has produced typed triples, the information-extraction pipeline still has to place facts in time and assemble them into records. This lesson detects and normalizes temporal expressions to ISO 8601 values, detects events and orders them on a timeline with the 13 Allen relations, and fills slot-and-filler templates — flat and hierarchical — for stereotyped situations, closing the loop from text to a queryable database.\n",{"path":12795,"title":12796,"module":12732,"summary":12797},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence","Discourse Coherence","A text is more than a set of sentences. What binds a run of sentences into a discourse is coherence, and one of its sources is structured relations between clauses. This lesson develops relational coherence — RST and the PDTB models of coherence relations — and discourse-structure parsing: EDU segmentation and shift-reduce RST parsing, then PDTB relation classification. Entity-based and global coherence follow in the companion lesson.\n",{"path":12799,"title":12800,"module":12732,"summary":12801},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence","Entity-Based and Global Coherence","A text coheres not only through relations between clauses but by staying about the same entities and the same topic, and by obeying the macro-structure of its genre. This lesson develops Centering Theory and the entity grid for entity-based coherence, representation-learning models of local coherence, and global coherence — topic segmentation, narrative and argumentation structure, and scientific discourse — then the neural models that learn each.\n",{"path":12803,"title":12804,"module":12732,"summary":12805},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars","Constituency Grammars","A constituency grammar is the declarative theory of sentence structure that a parser operates on. We build the context-free grammar formalism from its four parts, show how derivations become parse trees, and work through the phrase structure of English — noun phrases, verb phrases and their subcategorization frames, agreement, coordination, and long-distance dependencies. The treebank, normal-form, and lexicalized views follow in the companion lesson.\n",{"path":12807,"title":12808,"module":12732,"summary":12809},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars","Treebanks and Lexicalized Grammars","Where does a grammar come from, and how is it prepared for a parser? We read a context-free grammar off the Penn Treebank, normalize it to Chomsky Normal Form for the CKY chart, then invert the phrase-structure emphasis with lexicalized grammars — Combinatory Categorial Grammar and its slash categories — and close with the grammar's fate in the neural era: span scoring, self-attention, and grammar induction.\n",{"path":12811,"title":12812,"module":11367,"summary":12813},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation","Machine Translation","Machine translation is the task that built the modern toolkit: the encoder-decoder was invented for it, attention was invented to fix its fixed-context bottleneck, and both were later folded into the general transformer. We work through why translation is hard (word order, morphology, lexical and structural divergences), the sequence-to-sequence model and its attention mechanism, transformer-based NMT with cross-attention, subword tokenization with a shared vocabulary, beam-search decoding, and evaluation by BLEU and its successors chrF, BERTScore, and COMET — closing on multilingual and low-resource translation and backtranslation.\n",{"path":12815,"title":12816,"module":11367,"summary":12817},"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation","Machine Translation: Decoding, Evaluation, and Scale","Having built the transformer translation model, we now decode from it and measure the output. Beam search turns the decoder's per-step distributions into a single output string; length normalization keeps it from favoring short translations. We then score translations automatically — BLEU with its n-gram precision, clipping, and brevity penalty, worked through by hand, then its successors chrF, BERTScore, and COMET — and close on the parts of MT that scale beyond one language pair: multilingual and low-resource translation, backtranslation, gender bias, and the lineage from the Transformer to massively multilingual models like NLLB-200.\n",{"path":12819,"title":12820,"module":11367,"summary":12821},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering","Question Answering","A question-answering system takes a natural-language question and returns an answer, not a ranked list of documents. Almost every modern system is built on one pattern: retrieve then read. We start with the information-retrieval machinery that finds candidate text — tf-idf and BM25 term weighting, a worked ranking example, the inverted index, and dense embedding retrieval — then build the retriever-reader pipeline that extracts an answer span with BERT and trace a full retrieve-and-read example end to end.\n",{"path":12823,"title":12824,"module":11367,"summary":12825},"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms","Question Answering: Knowledge Bases and Language Models","The retrieve-and-read pipeline extracts an answer span from prose, but not all knowledge lives in prose. This part covers the rest of the QA stack: entity linking (Wikification) that grounds a question's entities to a knowledge base, knowledge-based QA by semantic parsing a question into an executable query, and the modern default — closed-book QA and retrieval-augmented generation with a large language model — closing on the DPR\u002FRAG\u002Ffusion-in-decoder lineage and how factoid answers are scored by exact match and F1.\n",{"path":12827,"title":12828,"module":11367,"summary":12829},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots","Dialogue and Chatbots","Conversation is the most natural interface to a machine and one of the hardest to build. We set up what makes human dialogue work — turns, speech acts, grounding, and the local structure of adjacency pairs — then trace the two traditions that answer it: chatbots built to chat (ELIZA's pattern-matching, corpus retrieval, and seq2seq generation with its blandness problem) and task-oriented systems built to get something done (the GUS frame-and-slot architecture and the modern NLU \u002F state-tracker \u002F policy \u002F NLG pipeline that accumulates a frame across turns).\n",{"path":12831,"title":12832,"module":11367,"summary":12833},"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants","Dialogue Systems: LLM Assistants, Evaluation, and Design","Two dialogue traditions — chatbots built to chat and task-oriented frame systems built to get something done — met in the aligned LLM assistant. Instruction tuning plus RLHF fold chit-chat and task dialogue into one model; the LaMDA \u002F InstructGPT \u002F ChatGPT lineage fills in how. The lesson then turns to evaluation (human ratings and acute-eval for chatbots, task success and slot error rate for task systems), user-centered design with Wizard-of-Oz prototyping, and the ethical stakes of building agents people talk to.\n",{"path":12835,"title":12836,"module":11367,"summary":12837},"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization","Text Summarization","Summarization compresses a document to its essential meaning, by either selecting sentences to keep (extractive) or writing new ones (abstractive). This part fixes the task and its flavors — single vs. multi-document, generic vs. query-focused, extractive vs. abstractive — then works through extractive summarization in full: scoring by position and centrality, the TextRank\u002FLexRank graph algorithm run as PageRank over a sentence-similarity graph with a worked iteration, and supervised sentence selection.\n",{"path":12839,"title":12840,"module":11367,"summary":12841},"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation","Abstractive Summarization and Evaluation","Extractive methods can only reuse the source's own sentences; to compress within a sentence or paraphrase, a summarizer has to generate. This part covers abstractive summarization: the sequence-to-sequence approach, the pointer-generator's copy switch and coverage mechanism, pretrained summarizers (BART, PEGASUS) and zero-shot LLM prompting, the long-document and factuality problems, and ROUGE evaluation with a worked example and its limits — closing on the abstractive lineage from See 2017 through faithfulness metrics.\n",{"path":12843,"title":12844,"module":12845,"summary":12846},"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics","Phonetics","Speech","Before a recognizer can read speech it has to know what speech is. This first part covers the linguistic substrate: phones and their transcription in the IPA and ARPAbet; articulatory phonetics — how the vocal tract shapes airflow into consonants and vowels; and prosody — stress, tune, and the F0 contour. The acoustic side — the waveform, its spectrum, formants, and the spectrogram — is the second part.\n",{"path":12848,"title":12849,"module":12845,"summary":12850},"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics","Acoustic Phonetics","Articulation is the cause; the acoustic signal is the effect, and the effect is all a microphone ever gets. This part follows the sound out of the mouth: waves, sampling and the Nyquist limit, F0 and the pitch track, the mel scale, the spectrum and Fourier analysis, the source-filter model that explains why each vowel carries its own formants, and the spectrogram the log-mel front end of every ASR system sits directly on top of — closing with neural TTS, wav2vec, HuBERT, and Whisper, where phonetics went in neural speech.\n",{"path":12852,"title":12853,"module":12845,"summary":12854},"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition","Automatic Speech Recognition","Speech recognition maps an acoustic waveform to a string of words, and once the waveform is turned into a sequence of log-mel spectrogram frames the problem is the same sequence-to-sequence transduction the rest of the course already solved. This first part builds the feature front end (framing, the DFT, the mel filterbank, the log), then the modern architectures: the attention-based encoder-decoder, the CTC alignment trick that collapses repeated and blank frames, and RNN-T for streaming. Training-data advances, evaluation, TTS, and the other speech tasks come next.\n",{"path":12856,"title":12857,"module":12845,"summary":12858},"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications","ASR Evaluation and Speech Applications","A recognizer turns a waveform into text; this part scores that text and puts the same machinery to other uses. It opens with the self-supervised and weakly- supervised systems (wav2vec 2.0, HuBERT, Whisper) that made ASR error rates fall. Word error rate reuses the edit distance from the first module, run over words. Text-to-speech runs the whole pipeline in reverse — text to mel spectrogram to waveform. And a family of smaller tasks — wake-word detection, speaker recognition and diarization, language identification — reuse the same log-mel front end without the decoder.\n",{"path":12860,"title":12861,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":12863,"title":12864,"module":8611,"summary":12865},"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo","From the Electron to the Particle Zoo","A timeline of the subject, from J. J. Thomson's electron in 1897 to the Higgs boson in 2012. The electron, photon, nucleus, proton, and neutron gave a tidy picture that Yukawa's meson prediction and the muon–pion confusion complicated; strange particles in cosmic rays and the accelerator-era flood of hadrons then produced a \"particle zoo\" that only the quark model organized.\n",{"path":12867,"title":12868,"module":8611,"summary":12869},"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts","Basic Concepts and Particle Classification","Every particle has an antiparticle of equal mass and opposite charge, a consequence of the Dirac equation confirmed by the positron. Feynman diagrams track interactions in spacetime; the material particles sort into leptons and the composite hadrons built from quarks, with baryons carrying three quarks and mesons a quark-antiquark pair.\n",{"path":12871,"title":12872,"module":8611,"summary":12873},"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers","Fundamental Interactions and Force Carriers","Four interactions account for every force in nature: strong, electromagnetic, weak, and gravitational, in decreasing strength. Each is carried by a boson — the gluon, photon, W and Z, and the graviton — with a range fixed by the carrier's mass through the Yukawa relation, and a coupling constant that itself varies with distance.\n",{"path":12875,"title":12876,"module":12877,"summary":12878},"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales","Natural Units and Scales","Units and Kinematics","Setting $\\hbar = c = 1$ collapses mass, momentum, and energy into a single unit, the GeV, and turns lengths and times into inverse energies through the conversion $\\hbar c = 197.3$ MeV·fm. This lesson fixes the natural-unit conventions used for the rest of the course, converts cross sections between barns and GeV$^{-2}$, and shows how to restore factors of $\\hbar$ and $c$ by dimensional analysis.\n",{"path":12880,"title":12881,"module":12877,"summary":12882},"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass","Four-Vectors and Invariant Mass","The energy and momentum of a particle form a four-vector whose square is the frame-independent quantity $p^2 = m^2$. This lesson develops the metric and four-vector products, the invariant mass of a multiparticle system, the center-of-momentum and laboratory frames, and the description of collinear boosts by rapidity, whose additivity replaces the awkward velocity-addition law.\n",{"path":12884,"title":12885,"module":12877,"summary":12886},"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam","Decay, Scattering, and Mandelstam Variables","Two-body decay in the rest frame fixes the daughter momenta from the three masses alone; production thresholds follow from the minimum invariant mass. This lesson works both, then introduces the Mandelstam invariants $s$, $t$, $u$ for $2\\to2$ scattering, proves the identity $s+t+u=\\sum m_i^2$, and maps the physical regions and the crossing that relates channels.\n",{"path":12888,"title":12889,"module":12877,"summary":12890},"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule","Cross Sections and the Golden Rule","The cross section measures how often a scattering happens and the decay width how fast a particle disintegrates. This lesson defines both, relates event rate to luminosity through $R=\\mathcal L\\,\\sigma$ and lifetime to width through $\\tau=\\hbar\u002F\\Gamma$, and states Fermi's golden rule with Lorentz-invariant phase space, giving the master formulas that turn an amplitude $\\mathcal M$ into a measurable rate for $1\\to2$ decay and $2\\to2$ scattering.\n",{"path":12892,"title":12893,"module":12894,"summary":12895},"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries","Conservation Laws and Symmetries","Symmetries and Conservation Laws","Which decays occur is decided by conservation laws, each tied by Noether's theorem to a symmetry of physical law. Energy, charge, baryon number, and lepton number are conserved universally; strangeness, isospin, and parity hold in the strong and electromagnetic interactions but break in the weak one, whose parity and CP violation distinguish matter from antimatter.\n",{"path":12897,"title":12898,"module":12894,"summary":12899},"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt","Discrete Symmetries — C, P, T, and CPT","Parity reflects space, charge conjugation swaps particle for antiparticle, and time reversal runs the clock backward. Each assigns multiplicative quantum numbers that act as selection rules — intrinsic parities, the photon's C = −1, the C-parity argument fixing the pion's two-photon decay. Their product CPT is a theorem of any local relativistic field theory, forcing particle and antiparticle to share mass and lifetime.\n",{"path":12901,"title":12902,"module":12894,"summary":12903},"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak","Parity Violation and the Weak Force","The tau–theta puzzle forced a choice: two particles with identical mass but opposite parity, or one particle whose decay violates parity. Lee and Yang proposed the latter, Wu's polarized cobalt-60 confirmed it, and the violation proved maximal. The charged weak force couples only to left-handed chirality — the Goldhaber experiment showed the neutrino is left-handed — which is why the mirror image of a weak decay is something nature never produces.\n",{"path":12905,"title":12906,"module":12894,"summary":12907},"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry","Isospin, SU(2), and Flavor SU(3)","The near-equal masses of the proton and neutron, and of the three pions, signal a continuous internal symmetry of the strong force: isospin, an SU(2) whose ladder operators move between the members of a multiplet. Adding strangeness enlarges it to an approximate SU(3) flavor symmetry, and the Gell-Mann–Nishijima relation Q = I3 + Y\u002F2 places every hadron on a weight diagram in the isospin–hypercharge plane — the language in which the quark model is written.\n",{"path":12909,"title":12910,"module":12911,"summary":12912},"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3","The Eightfold Way and SU(3) Flavor","The Quark Model","Gell-Mann and Ne'eman's classification of the hadrons into geometric multiplets, read as representations of an approximate flavor SU(3). The fundamental triplet (u, d, s) and its antitriplet combine into the meson nonet from 3⊗3̄ = 8⊕1 and the baryon octet and decuplet from 3⊗3⊗3, and the empty corner of the decuplet forecast the Ω⁻.\n",{"path":12914,"title":12915,"module":12911,"summary":12916},"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy","Meson Multiplets and Quantum Numbers","Mesons as quark–antiquark bound states. The spin singlet and triplet, orbital excitations, and the assignment of J^PC from the quark spins and orbital angular momentum, giving the pseudoscalar and vector nonets. The η–η' and ω–φ mixing problems, and the charmonium and bottomonium spectra read as heavy-quark positronium.\n",{"path":12918,"title":12919,"module":12911,"summary":12920},"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy","Baryon Multiplets, Spin, and the Color Puzzle","Baryons as three-quark states, with a wavefunction factored into space, spin, flavor, and color. The spin-3\u002F2 Δ⁺⁺ = uuu forces a totally symmetric state that the Pauli principle forbids, and the resolution is an antisymmetric color factor — the first evidence for color. The octet and decuplet spin content, and baryon magnetic moments as a quantitative test of the model.\n",{"path":12922,"title":12923,"module":12911,"summary":12924},"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics","Color, Confinement, and Exotic Hadrons","Color as the gauged SU(3) charge, and the requirement that every physical hadron be a color singlet — which selects q-qbar mesons and qqq baryons as the simplest states. The R-ratio of e⁺e⁻ annihilation measures three colors directly. Beyond the simplest singlets lie glueballs, tetraquarks, and pentaquarks, and the recent XYZ states, read as either compact multiquarks or loose hadronic molecules.\n",{"path":12926,"title":12927,"module":12928,"summary":12929},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation","The Klein-Gordon Equation","Relativistic Wave Equations","Quantizing the relativistic energy relation $E^2 = p^2 + m^2$ produces the Klein-Gordon equation for a scalar field. Its plane-wave solutions come in positive- and negative-energy branches, and the conserved density it supplies is not positive-definite — the two difficulties that first drove physicists to seek a first-order equation. The static Klein-Gordon equation with a point source gives the Yukawa potential, and the free equation gives the scalar propagator that later modules attach to exchanged lines.\n",{"path":12931,"title":12932,"module":12928,"summary":12933},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors","The Dirac Equation and Spinors","Dirac demanded a wave equation first order in time to fix the Klein-Gordon density problem. Factorizing $E^2 = p^2 + m^2$ into a linear form forces the coefficients to be anticommuting matrices — the gamma matrices of the Clifford algebra — so the wavefunction becomes a four-component spinor. The plane-wave solutions split into two particle and two antiparticle states, spin appears automatically with the correct $g = 2$ magnetic moment, and the chirality projectors that the weak interaction later needs fall straight out of the fifth gamma matrix.\n",{"path":12935,"title":12936,"module":12928,"summary":12937},"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory","Antiparticles and Hole Theory","The negative-energy solutions of the Dirac equation refuse to go away, so they must mean something. Dirac read them as a filled sea of occupied negative-energy states whose holes are positive-energy antiparticles, predicting the positron before its discovery. The picture works for fermions but not bosons, and the Feynman-Stückelberg interpretation replaces it: an antiparticle is a negative-energy solution propagating backward in time, equivalent to a positive-energy antiparticle going forward. Crossing symmetry ties incoming particles to outgoing antiparticles in a single amplitude.\n",{"path":12939,"title":12940,"module":12941,"summary":12942},"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed","Feynman Rules for QED","Quantum Electrodynamics","Quantum electrodynamics computes a process by summing diagrams, each a term in a power series in the coupling. Every diagram translates into an amplitude by a fixed dictionary: spinors and polarization vectors for external lines, propagators for internal lines, and the vertex factor $ie\\gamma^\\mu$ for each photon-fermion junction. Squaring the amplitude and feeding it to Fermi's golden rule produces a cross section or decay rate, with each extra vertex costing one power of $\\alpha$.\n",{"path":12944,"title":12945,"module":12941,"summary":12946},"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes","Tree-Level QED Processes","The Feynman rules become numbers on the reference reactions of QED. Muon pair production $e^+e^-\\to\\mu^+\\mu^-$ sets the scale with its $1+\\cos^2\\theta$ distribution and $4\\pi\\alpha^2\u002F3s$ total cross section, and its ratio to hadron production counts colors. Compton scattering gives the Klein-Nishina formula and the Thomson limit; Bhabha scattering shows $s$- and $t$-channel interference. Casimir's trick turns every spin-averaged square into a trace of gamma matrices.\n",{"path":12948,"title":12949,"module":12941,"summary":12950},"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling","Renormalization and the Running Coupling","Beyond tree level, QED loops diverge. The three primitive one-loop diagrams — vacuum polarization, electron self-energy, and vertex correction — carry ultraviolet divergences that regularization exposes as logarithms of a cutoff. Renormalization absorbs them into the measured mass, charge, and field normalization, leaving finite predictions. The surviving physical content is that the coupling runs: vacuum polarization screens charge, so $\\alpha$ grows from $1\u002F137$ at low energy to about $1\u002F128$ at the $Z$ mass.\n",{"path":12952,"title":12953,"module":12941,"summary":12954},"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2","The Anomalous Magnetic Moment","The Dirac equation predicts $g=2$; loops shift it. Schwinger's one-loop vertex correction gives the anomaly $a=(g-2)\u002F2=\\alpha\u002F2\\pi$, and the QED series continues to five loops. The electron $a_e$ agrees with theory to better than a part in a billion, the most precise confrontation of theory and experiment in physics. The muon $a_\\mu$, heavier and so more sensitive to virtual heavy states, is dominated by hadronic uncertainty and sits at the center of a long-running comparison with the Standard Model prediction.\n",{"path":12956,"title":12957,"module":12958,"summary":12959},"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak","The V–A Charged Weak Current","The Weak Interaction","Fermi modelled beta decay as a four-fermion contact interaction, but a coupling with dimensions of inverse mass squared makes cross sections grow without bound and the theory fails near 300 GeV. The cure is a heavy mediator: the $W$ boson, whose propagator collapses to Fermi's contact term at low energy and fixes $G_F\u002F\\sqrt2 = g^2\u002F8M_W^2$. Parity violation dictates the current's form — vector minus axial-vector, coupling only to left-chiral fields — and universality of the coupling ties muon decay, beta decay, and pion decay to one constant. Pion decay's helicity suppression of the electron channel is the sharpest test.\n",{"path":12961,"title":12962,"module":12958,"summary":12963},"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays","The W and Z Bosons","The contact theory hides a massive mediator. The charged $W^\\pm$ carries the current that changes flavour; the neutral $Z^0$ carries a current that does not. Both were found at CERN's proton–antiproton collider in 1983 at the masses the electroweak theory demanded. Their decay widths partition into leptonic and hadronic channels, and the $Z$ carries a decisive extra: an invisible width from decays to neutrinos that counts the number of light generations at exactly three. Beta decay and muon decay are re-read at the parton level as $W$ exchange.\n",{"path":12965,"title":12966,"module":12958,"summary":12967},"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix","Quark Mixing and the CKM Matrix","The quark eigenstates the weak force acts on are not the mass eigenstates. Cabibbo captured this with one rotation angle; the GIM mechanism added a fourth quark to cancel dangerous flavour-changing neutral currents and predicted charm before its discovery. Three generations promote the rotation to the unitary Cabibbo–Kobayashi–Maskawa matrix — three angles and one irreducible complex phase, the sole source of Standard-Model CP violation. The Wolfenstein parametrization exposes its steep hierarchy, and unitarity closes into a triangle whose area measures the phase.\n",{"path":12969,"title":12970,"module":12958,"summary":12971},"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons","CP Violation in Kaons and B Mesons","The neutral kaon is its own laboratory for CP. Weak box diagrams mix $K^0$ and its antiparticle into short- and long-lived states that should be pure CP eigenstates decaying to two and three pions. In 1964 Cronin and Fitch caught the long-lived kaon decaying to two pions — CP is violated, at the two-per-mille level of $\\epsilon$. Direct violation ($\\epsilon'$) followed, and the $B$ factories turned the CKM phase into a large, clean time-dependent asymmetry measuring $\\sin 2\\beta$. The effect is real but far too small to explain why the universe is made of matter.\n",{"path":12973,"title":12974,"module":12975,"summary":12976},"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons","Color SU(3), Gluons, and the QCD Lagrangian","Quantum Chromodynamics","Color is the exact gauged SU(3) charge of the strong force. Gauging it forces eight massless gluons in the adjoint representation and, because the gauge group is non-abelian, three- and four-gluon self-couplings absent from QED. This lesson builds the QCD Lagrangian from the covariant derivative and the non-abelian field strength, states the Feynman rules with their color factors, and computes the Casimir invariants that set the strength of quark-gluon and gluon-gluon coupling.\n",{"path":12978,"title":12979,"module":12975,"summary":12980},"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement","Asymptotic Freedom and Confinement","The QCD beta function is negative: gluon self-interaction antiscreens color, so the coupling weakens at short distance (asymptotic freedom) and strengthens at long distance (confinement). This lesson computes the one-loop beta coefficient, solves for the running of alpha_s and the emergent scale Lambda_QCD, and reads the strong-coupling regime as the linear quark-antiquark potential of a color flux tube that breaks by pair creation.\n",{"path":12982,"title":12983,"module":12975,"summary":12984},"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons","Deep Inelastic Scattering and the Parton Model","Scattering electrons hard off a proton resolves pointlike constituents. This lesson sets up the deep-inelastic kinematics, defines the structure functions F1 and F2, and reads Bjorken scaling as the signature of free spin-half partons. The Callan-Gross relation fixes the parton spin, the structure function becomes a charge-weighted sum of parton distributions, and the slow logarithmic scaling violations expose the gluon through DGLAP evolution.\n",{"path":12986,"title":12987,"module":12975,"summary":12988},"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization","Jets, Hadronization, and Testing QCD","Quarks and gluons produced in a collision fragment into collimated sprays of hadrons — jets — whose directions track the underlying partons. This lesson reads two-jet events as the quark and antiquark of electron-positron annihilation, three-jet events as direct evidence of the radiated gluon, and the hadronization step as the flux tube breaking into color singlets. Jet algorithms and event-shape variables turn the pattern into precision measurements of alpha_s.\n",{"path":12990,"title":12991,"module":12992,"summary":12993},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1","The Electroweak Theory","Electroweak Unification and the Higgs","The electromagnetic and weak interactions are two faces of a single gauge theory built on $SU(2)_L \\times U(1)_Y$. Left-handed fermions sit in weak-isospin doublets and right-handed fermions in singlets, each carrying a hypercharge fixed by the Gell-Mann–Nishijima relation $Q = T_3 + Y\u002F2$. The four gauge fields $W^{1,2,3}$ and $B$ mix: the charged combinations $W^\\pm$ mediate the charged current, while $W^3$ and $B$ rotate through the Weinberg angle into the massless photon and the massive $Z$. The single angle $\\theta_W$ ties the couplings, the boson masses, and the neutral-current strengths together.\n",{"path":12995,"title":12996,"module":12992,"summary":12997},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking","Spontaneous Symmetry Breaking","A symmetry of the Lagrangian need not be a symmetry of the ground state. When the lowest-energy configuration sits away from the symmetric point, the symmetry is spontaneously broken and the vacuum is one of a degenerate family. Breaking a continuous global symmetry produces one massless scalar — a Goldstone boson — for every broken generator, the flat direction along the vacuum manifold. The Mexican-hat potential and the ferromagnet below its Curie point are the working pictures.\n",{"path":12999,"title":13000,"module":12992,"summary":13001},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism","The Higgs Mechanism","Gauging a spontaneously broken symmetry converts the would-be Goldstone bosons into the longitudinal polarizations of the gauge fields, which thereby acquire mass. Applied to $SU(2)_L \\times U(1)_Y$ with a single Higgs doublet, three of the four scalar degrees of freedom are eaten by the $W^\\pm$ and $Z$; the fourth survives as the physical Higgs boson, and the photon stays massless. Fermion masses come from Yukawa couplings to the same field, each mass proportional to its coupling times the vacuum expectation value $v \\approx 246$ GeV.\n",{"path":13003,"title":13004,"module":12992,"summary":13005},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery","The Higgs Boson","The Higgs boson is produced at the LHC chiefly through gluon fusion, with vector-boson fusion and associated production as cleaner but rarer channels. It decays most often to $b\\bar b$ and $WW^\\ast$, but the discovery rested on two rare clean modes, $H \\to \\gamma\\gamma$ and $H \\to ZZ^\\ast \\to 4\\ell$, whose narrow invariant-mass peaks emerged over smooth backgrounds. ATLAS and CMS announced a boson near 125 GeV in 2012; its measured spin-parity $0^+$ and its couplings, which scale with particle mass, identify it as the Standard Model Higgs.\n",{"path":13007,"title":13008,"module":12992,"summary":13009},"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model","The Standard Model","The Standard Model combines the quark model, quantum chromodynamics, and the electroweak theory. SU(3) symmetry sorts the hadrons and predicted the omega; color explains why only colorless quark combinations exist; QCD gives asymptotic freedom and confinement; and spontaneous symmetry breaking through the Higgs field gives the weak bosons their mass.\n",{"path":13011,"title":13012,"module":13013,"summary":13014},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations","Neutrino Oscillations","Neutrino Physics","Neutrinos are produced and detected in flavour states, but they propagate as mass states, and the two bases are misaligned. A flavour therefore evolves coherently into a superposition of other flavours with a probability set by the mass-squared splitting and the ratio L\u002FE. This lesson derives the two-flavour oscillation formula, applies it to the solar and atmospheric neutrino deficits, shows how the SNO neutral-current measurement resolved the solar problem, and works out the MSW resonance that amplifies mixing inside the Sun.\n",{"path":13016,"title":13017,"module":13013,"summary":13018},"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns","Neutrino Mass and the PMNS Matrix","Three-flavour mixing promotes the single oscillation angle to the unitary Pontecorvo–Maki–Nakagawa–Sakata matrix, parametrised by three angles and a Dirac CP phase. This lesson decomposes the PMNS matrix into three rotations, records the measured angles and mass-squared splittings, lays out the normal and inverted mass orderings, contrasts the large leptonic mixing with the near-diagonal CKM matrix, and collects the absolute-mass bounds from beta decay and cosmology.\n",{"path":13020,"title":13021,"module":13013,"summary":13022},"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments","Dirac, Majorana, and Neutrino Experiments","A neutral fermion can carry a mass term forbidden to every charged particle, so the neutrino may be its own antiparticle. This lesson contrasts the Dirac and Majorana mass terms and their state content, derives the seesaw mechanism that ties a tiny light mass to a heavy right-handed partner, presents neutrinoless double-beta decay as the decisive lepton-number test, surveys the reactor, accelerator, solar, and atmospheric sources on a baseline–energy map, and explains why neutrino mass is physics beyond the original Standard Model.\n",{"path":13024,"title":13025,"module":13026,"summary":13027},"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity","Accelerators, Colliders, and Luminosity","Accelerators and Detectors","Fixed-target machines waste energy in the center-of-mass motion of the whole system, so the reachable $\\sqrt s$ grows only as the square root of the beam energy, while colliders put the full beam energy into the collision. Circular electron machines are limited by synchrotron radiation scaling as $E^4\u002Fm^4R$; proton machines are limited by bending fields. Luminosity, set by beam current and focusing, converts a cross section into an event rate through $R=\\mathcal L\\,\\sigma$, and integrated luminosity sets the total event count.\n",{"path":13029,"title":13030,"module":13026,"summary":13031},"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems","Particle Detectors and Subsystems","A detector reads a collision by the energy particles deposit as they cross matter. Charged particles ionize at the Bethe-Bloch rate, radiate in the field of nuclei above a critical energy, and emit Cherenkov light above a velocity threshold; electrons and photons build electromagnetic showers over a radiation length, and hadrons build wider showers over a nuclear interaction length. The onion of tracker, electromagnetic and hadronic calorimeters, and outer muon chambers turns these processes into momentum, energy, and identity, with neutrinos inferred from missing transverse momentum.\n",{"path":13033,"title":13034,"module":13026,"summary":13035},"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made","From Collisions to Discoveries","A discovery is a peak that survives statistics. Events are reconstructed into invariant masses, a signal accumulates as a bump over a smooth background, and its significance is judged by a p-value; the field's threshold is five sigma. The expected yield is a product — luminosity times cross section times branching ratio times acceptance and efficiency — that must be balanced by a trigger and data-reduction chain against an overwhelming rate. Worked reconstructions of $Z\\to\\ell\\ell$, the $J\u002F\\psi$, and the Higgs show the same peak-over-background logic at three scales.\n",{"path":13037,"title":13038,"module":13038,"summary":13039},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model","Beyond the Standard Model","The Standard Model leaves the four interactions ununified and the neutrinos massless, both now known to be wrong. Grand unification predicts the couplings merge near ten-to-the-sixteen GeV and the proton decays; supersymmetry pairs each particle with a superpartner; and the confirmed oscillation of neutrinos proves they carry mass, the first crack in the model.\n",{"path":13041,"title":13042,"module":13038,"summary":13043},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories","Grand Unified Theories and Proton Decay","The Standard Model gauge group is a product of three factors with three independent couplings. A grand unified theory embeds them in a single simple group — SU(5) is the minimal choice — so that one coupling runs into all three and the fractional quark charges follow from a tracelessness condition. The same embedding places quarks and leptons in shared multiplets, mediates baryon-number violation through superheavy gauge bosons, and predicts the proton decays with a lifetime that Super-Kamiokande has pushed past ten-to-the-thirty-four years.\n",{"path":13045,"title":13046,"module":13038,"summary":13047},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry","Supersymmetry","Supersymmetry relates fermions and bosons, pairing every Standard Model particle with a superpartner whose spin differs by one half. The pairing makes the scalar and fermion loop corrections to the Higgs mass cancel, removing the quadratic sensitivity to high scales; it sharpens the meeting of the three gauge couplings; and, when R-parity is conserved, it leaves the lightest superpartner stable and neutral, a natural dark-matter candidate. The LHC has excluded gluinos and light squarks below roughly two TeV.\n",{"path":13049,"title":13050,"module":13038,"summary":13051},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness","The Hierarchy Problem and Naturalness","The electroweak scale sits sixteen orders of magnitude below the Planck scale, and nothing in the Standard Model protects that gap. The Higgs mass squared picks up quadratic corrections proportional to the highest scale in the theory, so keeping it at the observed value requires the bare mass and its counterterm to cancel to some thirty significant figures. Naturalness treats that cancellation as a symptom of missing physics. Supersymmetry, compositeness, and extra dimensions each remove the quadratic sensitivity, but the LHC has found none of them at the predicted scale.\n",{"path":13053,"title":13054,"module":13038,"summary":13055},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates","Dark Matter and Particle Candidates","Flat galactic rotation curves, gravitational lensing, the cosmic microwave background, and structure formation all require about five times more matter than the visible baryons, none of it interacting electromagnetically. A stable weakly interacting particle of roughly weak-scale mass freezes out of the early universe with close to the observed abundance — the WIMP miracle — and is the leading candidate, with axions and sterile neutrinos as alternatives. Direct, indirect, and collider searches have so far only tightened the limits.\n",{"path":13057,"title":13058,"module":13038,"summary":13059},"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions","Matter-Antimatter Asymmetry and Open Questions","The universe is made of matter, with about one extra baryon for every billion photons and no antimatter regions. Sakharov identified the three conditions any dynamical explanation must meet: baryon-number violation, C and CP violation, and a departure from thermal equilibrium. The Standard Model contains all three in principle, but its CP violation falls short by some ten orders of magnitude, so baryogenesis requires new physics — leptogenesis being the leading route. A closing survey collects the open questions and the experiments aimed at them.\n",{"path":13061,"title":13062,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":13064,"title":13065,"module":13066,"summary":13067},"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars","The Sun and the Life of Stars","Orientation","The Sun is the one star close enough to study in detail: its luminosity fixes a surface temperature of 5780 K, and the proton-proton fusion cycle in its 1.5-million-kelvin core supplies its power. Measuring other stars needs the magnitude scale, parallax, and the distance ladder; plotting luminosity against temperature builds the Hertzsprung-Russell diagram, on which a star's mass sets its lifetime and its evolutionary track off the main sequence.\n",{"path":13069,"title":13070,"module":13066,"summary":13071},"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states","Cataclysmic Events and the Final States of Stars","A star's death is set by its mass. In close binaries, matter poured across the Roche lobe onto a white dwarf produces novae and, at the Chandrasekhar limit of 1.4 solar masses, a Type Ia supernova; a massive star fusing to an iron core collapses into a Type II supernova. The remnant is a white dwarf held by electron degeneracy, a neutron star held by neutron degeneracy, or, above the neutron-star limit, a black hole inside its Schwarzschild radius.\n",{"path":13073,"title":13074,"module":13066,"summary":13075},"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology","Galaxies, Cosmology, and the Evolving Universe","Galaxies come in elliptical, spiral, and irregular forms, and their redshifts obey Hubble's law, evidence that space itself is expanding. The critical density and the density parameter decide whether the universe is open, flat, or closed; baryons, dark matter, and dark energy each contribute. The cosmic microwave background and primordial helium anchor the Big Bang, whose thermal history runs from inflation through nucleosynthesis to the atoms of today.\n",{"path":13077,"title":13078,"module":13079,"summary":13080},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus","Magnitudes, Fluxes, and the Distance Modulus","Observational Foundations","The brightness of a star reaches us as a radiant flux that falls off as the inverse square of distance. The magnitude scale encodes flux logarithmically through the Pogson ratio; the apparent and absolute magnitudes differ by the distance modulus, which converts a measured brightness into a distance. The bolometric correction folds a filtered magnitude into a total luminosity, and the difference of two magnitudes in different bands, the color index, measures surface temperature.\n",{"path":13082,"title":13083,"module":13079,"summary":13084},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification","Stellar Spectra and Spectral Classification","A stellar spectrum is a continuum crossed by absorption lines whose strengths are set by the temperature of the atmosphere. The Boltzmann factor governs how atoms populate excited states, and the Saha equation governs how they ionize; their product explains why each line, such as the hydrogen Balmer series, peaks in strength at a characteristic temperature. This behavior orders stars into the OBAFGKM sequence, and the luminosity classes of the MK system add a second dimension for surface gravity.\n",{"path":13086,"title":13087,"module":13079,"summary":13088},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum","Telescopes and Detectors Across the Spectrum","A telescope collects light in proportion to its collecting area and resolves detail down to the diffraction limit set by its aperture and the observing wavelength. The atmosphere blurs and blocks large parts of the spectrum, which drives the choice between ground and space and between refractors, reflectors, and radio dishes. CCDs record the light with high quantum efficiency, and interferometry synthesizes an aperture as large as the separation of two telescopes.\n",{"path":13090,"title":13091,"module":13079,"summary":13092},"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder","The Cosmic Distance Ladder","No single method measures distances from the nearest stars to the far reaches of the universe. Instead a ladder of overlapping techniques, each calibrated by the one below it, extends the scale rung by rung: trigonometric parallax, main-sequence fitting, pulsating variables, the tip of the red-giant branch, the Tully-Fisher relation, and Type Ia supernovae. Each rung inherits the uncertainty of every rung beneath it, so the whole chain sets the accuracy of the Hubble constant.\n",{"path":13094,"title":13095,"module":13096,"summary":13097},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity","Blackbody Radiation and Specific Intensity","Radiation and Matter","Specific intensity is the fundamental measure of a radiation field: energy per unit area, time, frequency, and solid angle. It is conserved along a ray in empty space, and its angular moments give the mean intensity, flux, and radiation pressure. In thermal equilibrium the intensity equals the Planck function, whose limits and integrals reproduce the Rayleigh-Jeans law, the Wien law, Stefan-Boltzmann, and Wien's displacement law.\n",{"path":13099,"title":13100,"module":13096,"summary":13101},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation","Radiative Transfer and the Transfer Equation","Along a ray, matter adds intensity through emission and removes it through absorption. Measuring path length in optical depth turns this into the transfer equation, whose formal solution superposes an attenuated background on the source function integrated along the line of sight. In local thermodynamic equilibrium the source function is the Planck function, and the Eddington-Barbier relation shows that the emergent intensity samples the source function at optical depth of order unity, explaining absorption lines and solar limb darkening.\n",{"path":13103,"title":13104,"module":13096,"summary":13105},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening","Spectral-Line Formation and Broadening","A spectral line is a bound-bound transition whose strength is set by an oscillator strength and whose shape is set by three broadening mechanisms: the Lorentzian natural and collisional wings, the Gaussian thermal Doppler core, and their Voigt convolution. Equivalent width measures the total absorption, and the curve of growth relates it to the number of absorbers through a linear, saturated, and damping regime, turning line strengths into abundances.\n",{"path":13107,"title":13108,"module":13096,"summary":13109},"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean","Opacity Sources and the Rosseland Mean","Stellar opacity comes from four processes: bound-bound line absorption, bound-free photoionization, free-free absorption, and electron scattering. The bound-free and free-free terms follow a Kramers law, electron scattering sets a frequency-flat floor, and the negative hydrogen ion dominates cool photospheres. The Rosseland mean averages these harmonically, weighting transparent frequencies because they carry the flux, and its value fixes the radiative temperature gradient and decides where a star becomes convective.\n",{"path":13111,"title":13112,"module":13113,"summary":13114},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem","Hydrostatic Equilibrium and the Virial Theorem","Stellar Structure","A star holds itself up by balancing the inward pull of gravity against an outward pressure gradient. This balance, hydrostatic equilibrium, fixes a lower bound on the central pressure and, combined with the gravitational potential energy, yields the virial theorem. The virial relation gives a star a negative heat capacity, so that losing energy makes it hotter, and sets the Kelvin-Helmholtz timescale over which contraction alone can power the Sun.\n",{"path":13116,"title":13117,"module":13113,"summary":13118},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure","The Equations of Stellar Structure","A static star is described by four coupled first-order differential equations in the interior mass or radius: mass conservation, hydrostatic equilibrium, energy generation, and energy transport. Closed with an equation of state, opacity, and reaction rates, and subject to central and surface boundary conditions, they determine the structure uniquely from mass and composition, the Vogt-Russell theorem. Energy moves by radiation until the temperature gradient exceeds the Schwarzschild limit, where convection takes over.\n",{"path":13120,"title":13121,"module":13113,"summary":13122},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes","The Equation of State and Polytropes","Stellar pressure comes from gas, radiation, and, at high density, degenerate electrons. When pressure depends on density as a power law, hydrostatic equilibrium reduces to the Lane-Emden equation, whose solutions describe polytropes of index n. The relativistic degenerate case, n equal to three, gives a mass independent of radius, the Chandrasekhar mass. Eddington's standard model treats a radiation-supported star as an n equal to three polytrope and yields the quartic relating radiation fraction to mass.\n",{"path":13124,"title":13125,"module":13113,"summary":13126},"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model","The Standard Solar Model","The standard solar model integrates the structure equations for one solar mass and calibrates the composition and convection parameter to reproduce the Sun's observed luminosity, radius, and age. Helioseismology tests the model's sound speed through the Sun's acoustic p-mode oscillations, and the model predicts a neutrino flux by production channel. The measured deficit, the solar-neutrino problem, is resolved by matter-enhanced flavor oscillation, confirmed when SNO measured the total flux across all flavors.\n",{"path":13128,"title":13129,"module":13130,"summary":13131},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak","Thermonuclear Reaction Rates and the Gamow Peak","Nuclear Astrophysics","Stellar fusion proceeds only by quantum tunneling through the Coulomb barrier, because thermal energies are a thousand times smaller than the barrier height. The reaction rate is an integral over the Maxwell–Boltzmann distribution and the tunneling probability, whose product is sharply peaked at the Gamow energy. The astrophysical S-factor isolates the nuclear physics from the barrier penetration, and the steep temperature dependence follows from the width and position of the Gamow peak.\n",{"path":13133,"title":13134,"module":13130,"summary":13135},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno","Hydrogen Burning: pp Chains and the CNO Cycle","Four protons fuse into one helium-4 nucleus, releasing 26.7 MeV, through two competing networks. The pp chain begins with a weak-interaction bottleneck and branches three ways; the CNO cycle uses carbon, nitrogen, and oxygen as catalysts and is limited by nitrogen-14 proton capture. Their steep and gentle temperature dependences cross near 1.8e7 K, which divides pp-powered lower-main-sequence stars from CNO-powered upper-main-sequence stars.\n",{"path":13137,"title":13138,"module":13130,"summary":13139},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process","Helium Burning and the Triple-Alpha Process","Helium fuses to carbon in two steps through the unbound beryllium-8 nucleus and a resonant excited state of carbon-12, the Hoyle state, whose existence was predicted from the observed carbon abundance. The rate scales as roughly the fortieth power of temperature, and in a degenerate low-mass core this drives the runaway helium flash. A competing alpha capture on carbon-12 sets the carbon-to-oxygen ratio and the composition of the resulting white dwarf.\n",{"path":13141,"title":13142,"module":13130,"summary":13143},"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis","Advanced Burning, the Iron Peak, and the s\u002Fr Processes","Massive stars burn carbon, neon, oxygen, and silicon in ever-shorter stages, building an onion-shell interior and reaching nuclear statistical equilibrium at the iron peak, where the binding-energy-per-nucleon curve turns over and fusion can release no more energy. Elements beyond iron form by neutron capture: the slow s-process in AGB stars tracks the valley of stability, while the rapid r-process in supernovae and neutron-star mergers builds the heaviest nuclei far from it.\n",{"path":13145,"title":13146,"module":13147,"summary":13148},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium","The Phases of the Interstellar Medium","The Interstellar Medium","The gas between the stars separates into distinct thermal phases, from cold molecular clouds at 10 K to a diffuse million-degree corona, held near a common pressure by a balance of photoelectric heating and radiative cooling. Neutral hydrogen is traced by the 21-cm hyperfine line, dust reddens and extinguishes starlight along a characteristic wavelength law, and the ultraviolet output of hot stars carves ionized Strömgren spheres out of the surrounding gas.\n",{"path":13150,"title":13151,"module":13147,"summary":13152},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse","Molecular Clouds and Gravitational Collapse","Stars form in cold, dense molecular clouds when self-gravity overcomes thermal and magnetic support. The virial theorem fixes the Jeans mass and length at which a clump becomes unstable, the free-fall time sets how fast it collapses, and a fragmentation cascade — cut off at a minimum mass by the onset of opacity — turns one cloud into a whole cluster, imprinting the stellar initial mass function.\n",{"path":13154,"title":13155,"module":13147,"summary":13156},"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence","Protostars and Pre-Main-Sequence Evolution","A collapsing core becomes optically thick and forms a protostar that grows by accretion through a disk while driving bipolar outflows. The newborn star appears on the birthline and contracts down the fully convective Hayashi track, then crosses the radiative Henyey track to the zero-age main sequence, powered by gravitational contraction until hydrogen ignites. Below about 0.08 solar masses degeneracy halts contraction before ignition, dividing stars from brown dwarfs.\n",{"path":13158,"title":13159,"module":13160,"summary":13161},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure","The Main Sequence and Its Structure","Stellar Evolution","A star settles onto the zero-age main sequence when core hydrogen ignition halts contraction. Homology scaling of the structure equations reproduces the mass–luminosity relation, and the burning mode splits the sequence into an upper branch with a convective core and a lower branch with a convective envelope. The main-sequence lifetime falls steeply with mass, and the turnoff of a coeval cluster serves as a clock.\n",{"path":13163,"title":13164,"module":13160,"summary":13165},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution","Post-Main-Sequence Evolution of Low-Mass Stars","When a low-mass star exhausts core hydrogen, burning moves to a shell, the core contracts, and the envelope swells into a red giant. A degenerate helium core ignites in a flash, settles onto the horizontal branch, and after a second contraction the star climbs the asymptotic giant branch with two burning shells. Thermal pulses and dredge-up enrich the surface, and mass loss ejects a planetary nebula, leaving a carbon–oxygen white dwarf.\n",{"path":13167,"title":13168,"module":13160,"summary":13169},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars","The Evolution of Massive Stars","Stars above about eight solar masses burn through hydrogen, helium, carbon, neon, oxygen, and silicon in stages that grow shorter as neutrino losses accelerate contraction. The interior becomes an onion of concentric burning shells around an inert iron core. Radiation pressure near the Eddington limit drives fierce winds that can strip the hydrogen envelope entirely, and silicon burning builds an iron core toward the threshold of collapse.\n",{"path":13171,"title":13172,"module":13160,"summary":13173},"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip","Stellar Pulsation and the Instability Strip","Radial pulsation is a standing sound wave whose period scales inversely with the square root of the mean density. The kappa mechanism, an opacity valve seated in the helium partial-ionization zone, turns a star into a heat engine that pumps the oscillation. Stars in the instability strip pulsate as Cepheids, RR Lyrae, and Mira variables, and the Cepheid period–luminosity relation calibrates the distance ladder.\n",{"path":13175,"title":11600,"module":13176,"summary":13177},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit","Stellar Death and Compact Remnants","A white dwarf is held up by the degeneracy pressure of its electrons, a quantum-mechanical stiffness that survives to zero temperature. Filling the Fermi sea sets a pressure that scales as density to the five-thirds power when the electrons are slow and only four-thirds when they are relativistic. The softer relativistic law produces the inverted mass-radius relation and a maximum mass, the Chandrasekhar limit near 1.4 solar masses, above which no cold equilibrium exists. Cooling and crystallization then turn the white-dwarf population into a clock for the Galactic disk.\n",{"path":13179,"title":13180,"module":13176,"summary":13181},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae","Core-Collapse Supernovae","When a massive star builds an iron core past the Chandrasekhar mass, degeneracy fails and the core collapses in less than a second. Photodisintegration and electron capture remove pressure support and neutronize the matter; the collapse halts abruptly at nuclear density, launching a shock that stalls and is revived by neutrino heating. The event is a Type II or stripped-envelope Ib\u002FIc supernova, and the neutrinos from SN 1987A confirmed the picture directly.\n",{"path":13183,"title":13184,"module":13176,"summary":13185},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia","Thermonuclear Supernovae","A carbon-oxygen white dwarf driven toward the Chandrasekhar mass ignites its degenerate fuel and unbinds itself in a thermonuclear runaway, the Type Ia supernova. The light curve is powered by the radioactive decay of nickel-56 to cobalt-56 to iron-56, and the Phillips relation between peak brightness and decline rate makes these events standardizable candles. Their near-uniform luminosity turns them into the distance indicators that revealed cosmic acceleration.\n",{"path":13187,"title":13188,"module":13176,"summary":13189},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars","Neutron Stars and Pulsars","A neutron star is held up by neutron degeneracy and the repulsive nuclear force, with a maximum mass, the Tolman-Oppenheimer-Volkoff limit, set by an uncertain dense-matter equation of state. Its rotating magnetic dipole sweeps a beam past Earth as a pulsar, and magnetic braking traces a track across the period-period- derivative diagram. Millisecond pulsars, magnetars, glitches, and the orbital decay of the Hulse-Taylor binary follow from the same structure.\n",{"path":13191,"title":13192,"module":13176,"summary":13193},"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr","Black Holes, Schwarzschild and Kerr","Above the neutron-star mass limit gravity wins completely and the remnant is a black hole. The Schwarzschild solution gives the event horizon, gravitational redshift, and time dilation; the innermost stable circular orbit sets the efficiency of accretion. Rotating Kerr black holes drag spacetime and carry an ergosphere. Stellar-mass black holes are found in X-ray binaries, and the Event Horizon Telescope has imaged the shadow of a supermassive one.\n",{"path":13195,"title":13196,"module":13197,"summary":13198},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer","Binary Systems and Mass Transfer","Binaries and Gravitational Waves","Most stars are born in pairs, and a binary is the only setting where a stellar mass can be measured directly. Visual, spectroscopic, and eclipsing binaries each expose a different combination of the orbital elements, and together they calibrate the mass-luminosity relation. When one star swells to fill its Roche lobe, gas streams through the inner Lagrange point onto its companion. Conservative transfer widens or shrinks the orbit depending on the mass ratio, and the sign of that response explains the Algol paradox.\n",{"path":13200,"title":13201,"module":13197,"summary":13202},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects","Accreting Compact Objects","Gas falling onto a compact object converts gravitational binding energy into radiation with an efficiency set by the depth of the potential well, up to tens of percent of the rest mass for a neutron star or black hole. Angular momentum forces the flow into a disk, and viscous dissipation gives a temperature profile that falls as radius to the minus three-quarters, producing a multicolor blackbody spectrum. Radiation pressure caps the steady luminosity at the Eddington limit. Unstable nuclear burning of the accreted fuel powers classical novae on white dwarfs and Type I X-ray bursts on neutron stars.\n",{"path":13204,"title":13205,"module":13197,"summary":13206},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries","Gravitational Waves from Inspiraling Binaries","A time-varying mass quadrupole radiates gravitational waves, ripples in spacetime that stretch and squeeze a ring of free masses along two polarizations. The radiated power drains a binary's orbital energy, shrinking the orbit and sweeping the wave frequency upward in a chirp whose rate fixes the chirp mass. Laser interferometers with kilometre arms measure the resulting strain of order ten to the minus twenty-one. The first detection, GW150914, matched a template for two merging black holes near thirty solar masses each.\n",{"path":13208,"title":13209,"module":13197,"summary":13210},"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts","Multimessenger Astronomy and Gamma-Ray Bursts","Gamma-ray bursts split into two populations: long bursts from the collapse of massive stars and short bursts from merging compact objects. The compactness problem forces the emitting plasma to move at ultra-relativistic speed, beaming the radiation into a narrow jet. The neutron-star merger GW170817 tied a gravitational chirp to a short gamma-ray burst, a radioactive kilonova, and a broadband afterglow, confirming that mergers forge r-process elements. A merger with a measured redshift is a standard siren that reads the Hubble constant from gravitational data alone.\n",{"path":13212,"title":13213,"module":13214,"summary":13215},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way","The Milky Way Galaxy","Galaxies and Dark Matter","The Galaxy resolves into a thin disk of gas and young stars, a central bar and bulge, and a diffuse old halo studded with globular clusters. Star counts and the reddening of distant light map these components, while the differential rotation of the disk — encoded in the Oort constants and the flat rotation curve — measures the enclosed mass and reveals more than the stars can account for. Spiral arms are density waves, not material structures, and the innermost stellar orbits around Sgr A* weigh a four-million-solar-mass black hole.\n",{"path":13217,"title":13218,"module":13214,"summary":13219},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification","Galaxy Morphology and Classification","Galaxies sort along the Hubble tuning fork from smooth ellipticals through lenticulars to grand-design and barred spirals, with irregulars off the end. The light of a spheroid follows the de Vaucouleurs quarter-power law while a disk fades exponentially, and the general Sérsic profile interpolates between them. Virial scaling relations — Tully–Fisher for disks, Faber–Jackson and the fundamental plane for spheroids — tie luminosity to internal motions, and the Schechter function fixes the abundance of galaxies as a function of luminosity.\n",{"path":13221,"title":13222,"module":13214,"summary":13223},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter","Galaxy Rotation Curves and Dark Matter","The rotation curves of disk galaxies stay flat far beyond the light, demanding an extended halo whose density falls as the inverse square of radius. Decomposing the curve into disk, bulge, and halo, and fitting isothermal or NFW profiles, quantifies the missing mass. Gravitational lensing weighs the same mass without dynamics, the mass-to-light ratio climbs from stars to clusters, and the Bullet Cluster separates the collisionless dark matter from the colliding gas — evidence that MOND strains to match.\n",{"path":13225,"title":13226,"module":13214,"summary":13227},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes","Active Galactic Nuclei","A small fraction of galaxies pour out enormous luminosity from a region smaller than the solar system. Accretion onto a supermassive black hole, limited by the Eddington balance of radiation pressure and gravity, powers the Seyferts, quasars, radio galaxies, and blazars — one engine seen from different angles through an obscuring torus. Relativistic jets produce apparent superluminal motion, reverberation mapping and stellar dynamics weigh the central mass, and the M–sigma relation ties that mass to the host bulge.\n",{"path":13229,"title":13230,"module":13214,"summary":13231},"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure","Galaxy Clusters and Large-Scale Structure","Galaxies gather into groups and rich clusters bound by a common dark halo and filled with hot X-ray gas. Three independent probes — the virial theorem, the hydrostatic X-ray temperature, and gravitational lensing — agree on a mass that dwarfs the stars. On the largest scales galaxies trace a cosmic web of filaments, walls, and voids, quantified by the two-point correlation function, whose baryon acoustic oscillation bump provides a standard ruler for cosmology.\n",{"path":13233,"title":13234,"module":13235,"summary":13236},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law","The Expanding Universe and Hubble's Law","Cosmic Expansion and Dynamics","The universe is homogeneous and isotropic on large scales, so its expansion is captured by a single function of time, the scale factor. Comoving coordinates stay fixed while proper distances grow in proportion to the scale factor, producing Hubble's law and a cosmological redshift that measures stretched space rather than a Doppler shift. A Newtonian energy argument reproduces the dynamics, and the same finite, expanding cosmos resolves Olbers' paradox.\n",{"path":13238,"title":13239,"module":13235,"summary":13240},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift","The FRW Metric and Cosmological Redshift","The geometry of a homogeneous, isotropic universe is fixed by symmetry to the Robertson-Walker metric, with the entire freedom reduced to a scale factor and a single curvature constant selecting an open, flat, or closed space. From the metric the null geodesic of light gives comoving distance, the exact cosmological redshift, and the distinction between the proper distance we cannot measure and the redshift we can.\n",{"path":13242,"title":10318,"module":13235,"summary":13243},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics","The scale factor obeys the Friedmann equation, the acceleration equation, and the fluid equation, only two of which are independent. An equation of state fixes how each component behaves under expansion, so radiation dilutes as the inverse fourth power of the scale factor, matter as the inverse cube, and vacuum energy not at all. The critical density defines the density parameters, and the deceleration parameter encodes whether gravity or dark energy is winning.\n",{"path":13245,"title":13246,"module":13235,"summary":13247},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances","Cosmological Models and Distances","Integrating the Friedmann equation for particular mixtures gives the benchmark models, from the matter-only Einstein-de Sitter universe to the concordance Lambda-CDM, each with its own scale-factor history and age. Because the redshift is the only direct observable, several distance measures diverge at high redshift, and the angular-diameter distance even turns over so that the most distant objects look larger. The horizon and lookback time set what is causally and observationally reachable.\n",{"path":13249,"title":13250,"module":13235,"summary":13251},"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe","Dark Energy and the Accelerating Universe","In 1998 two teams found that distant Type Ia supernovae are fainter than a decelerating universe predicts, revealing that the expansion is accelerating and that a component with negative pressure dominates the energy budget. The simplest candidate is the cosmological constant, or vacuum energy, with an equation of state near minus one. It works observationally but leaves two deep puzzles: why the vacuum energy is a hundred and twenty orders of magnitude smaller than expected, and why it is comparable to the matter density just now.\n",{"path":13253,"title":13254,"module":13255,"summary":13256},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe","The Thermal History of the Universe","The Hot Big Bang","Running the expansion backward compresses and heats the universe, so its past is a sequence of thermal epochs set by temperature. Temperature scales as the inverse scale factor; species stay in equilibrium while their interaction rate exceeds the expansion rate and freeze out when it drops below. The effective degrees of freedom count the relativistic species and step down through mass thresholds, and neutrino decoupling just before electron-positron annihilation leaves a relic neutrino background slightly cooler than the photons.\n",{"path":13258,"title":13259,"module":13255,"summary":13260},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis","Big Bang Nucleosynthesis","In the first three minutes the weak interactions freeze out the neutron-to-proton ratio, and once deuterium survives photodissociation a fast reaction network converts nearly all free neutrons into helium-4. The primordial abundances of deuterium, helium-3, helium-4, and lithium-7 depend on a single free parameter, the baryon-to-photon ratio, so measuring them fixes the baryon density. The predictions match observation across nine decades of abundance, with a persistent discrepancy in lithium-7.\n",{"path":13262,"title":13263,"module":13255,"summary":13264},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background","Recombination and the Cosmic Microwave Background","As the universe cooled through a few thousand kelvin the free electrons bound to protons, and the Saha equation tracks the falling ionization fraction. Once the plasma neutralized, photons stopped scattering and streamed freely from a spherical surface of last scattering at redshift about 1100. Those photons are the cosmic microwave background, an almost perfect blackbody at 2.725 kelvin with a dipole from our motion through it.\n",{"path":13266,"title":13267,"module":13255,"summary":13268},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters","CMB Anisotropies and Cosmological Parameters","The cosmic microwave background carries temperature fluctuations at the ten-parts-per-million level, imprinted by sound waves in the photon-baryon plasma before recombination. Decomposed into spherical harmonics, the fluctuations form an angular power spectrum whose acoustic peaks encode the geometry and contents of the universe: the first peak fixes spatial flatness, the odd-even peak ratio the baryon density, and the third peak the dark-matter density. Polarization adds an independent channel, and the Planck measurements pin the concordance parameters.\n",{"path":13270,"title":13271,"module":13255,"summary":13272},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation","Cosmic Inflation","The hot Big Bang leaves three initial-condition puzzles unexplained: why causally disconnected patches share a temperature, why the geometry is so nearly flat, and why no magnetic monopoles are seen. A brief epoch of accelerated expansion driven by a slowly rolling scalar field solves all three by stretching a small causal patch across the observable universe. The same accelerated expansion freezes quantum fluctuations into a near-scale-invariant spectrum of density perturbations, seeding all later structure.\n",{"path":13274,"title":13275,"module":13255,"summary":13276},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations","Structure Formation and the Growth of Perturbations","The near-uniform early universe grew its galaxies and clusters by gravitational instability acting on the tiny inflationary perturbations. In an expanding background the growth is slowed to a power law rather than the exponential of a static medium; perturbations stall during radiation domination and grow with the scale factor once matter dominates. The transfer function turns the primordial spectrum into the processed matter power spectrum, and cold dark matter builds structure from the bottom up.\n",{"path":13278,"title":13279,"module":13255,"summary":13280},"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions","Dark Matter, Dark Energy, and Open Questions","Five independent lines of evidence converge on a universe whose energy budget is dominated by dark energy and dark matter, with ordinary baryons a small remainder. The candidate particles for dark matter range from WIMPs to axions to sterile neutrinos, each with its own detection strategy. The concordance model fits the data with six parameters but leaves the nature of dark energy, the Hubble tension, small-scale structure, and the matter-antimatter asymmetry unexplained.\n",{"path":13282,"title":13283,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":13285,"title":13286,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":13288,"title":13289,"module":6,"summary":6},"\u002F","Study Notes",[13291,13306,13338,13372,13391,13445],{"module":8611,"moduleNumber":5123,"slug":13292,"lessons":13293},"foundations",[13294,13296,13298,13300,13302,13304],{"title":11987,"path":11986,"lessonNumber":5123,"topics":13295,"summary":11988},[8611],{"title":11991,"path":11990,"lessonNumber":5129,"topics":13297,"summary":11992},[8611],{"title":11995,"path":11994,"lessonNumber":5135,"topics":13299,"summary":11996},[8611],{"title":11999,"path":11998,"lessonNumber":5141,"topics":13301,"summary":12000},[8611],{"title":12002,"path":22,"lessonNumber":5147,"topics":13303,"summary":12003},[8611],{"title":12006,"path":12005,"lessonNumber":5153,"topics":13305,"summary":12007},[8611],{"module":12009,"moduleNumber":5129,"slug":13307,"lessons":13308},"tabular-methods",[13309,13312,13314,13316,13318,13320,13322,13324,13326,13329,13332,13335],{"title":8830,"path":3781,"lessonNumber":5123,"topics":13310,"summary":12010},[13311],"Tabular Methods",{"title":12013,"path":12012,"lessonNumber":5129,"topics":13313,"summary":12014},[13311],{"title":12017,"path":12016,"lessonNumber":5135,"topics":13315,"summary":12018},[13311],{"title":12021,"path":12020,"lessonNumber":5141,"topics":13317,"summary":12022},[13311],{"title":12025,"path":12024,"lessonNumber":5147,"topics":13319,"summary":12026},[13311],{"title":12029,"path":12028,"lessonNumber":5153,"topics":13321,"summary":12030},[13311],{"title":12033,"path":12032,"lessonNumber":5159,"topics":13323,"summary":12034},[13311],{"title":12037,"path":12036,"lessonNumber":5165,"topics":13325,"summary":12038},[13311],{"title":12041,"path":12040,"lessonNumber":13327,"topics":13328,"summary":12042},9,[13311],{"title":12045,"path":12044,"lessonNumber":13330,"topics":13331,"summary":12046},10,[13311],{"title":12049,"path":12048,"lessonNumber":13333,"topics":13334,"summary":12050},11,[13311],{"title":12053,"path":12052,"lessonNumber":13336,"topics":13337,"summary":12054},12,[13311],{"module":12058,"moduleNumber":5135,"slug":13339,"lessons":13340},"approximation",[13341,13344,13346,13348,13350,13352,13354,13356,13358,13360,13362,13364,13366,13369],{"title":12057,"path":12056,"lessonNumber":5123,"topics":13342,"summary":12059},[13343],"Approximation",{"title":12062,"path":12061,"lessonNumber":5129,"topics":13345,"summary":12063},[13343],{"title":12066,"path":12065,"lessonNumber":5135,"topics":13347,"summary":12067},[13343],{"title":12070,"path":12069,"lessonNumber":5141,"topics":13349,"summary":12071},[13343],{"title":12074,"path":12073,"lessonNumber":5147,"topics":13351,"summary":12075},[13343],{"title":12078,"path":12077,"lessonNumber":5153,"topics":13353,"summary":12079},[13343],{"title":12082,"path":12081,"lessonNumber":5159,"topics":13355,"summary":12083},[13343],{"title":12086,"path":12085,"lessonNumber":5165,"topics":13357,"summary":12087},[13343],{"title":12090,"path":12089,"lessonNumber":13327,"topics":13359,"summary":12091},[13343],{"title":12094,"path":12093,"lessonNumber":13330,"topics":13361,"summary":12095},[13343],{"title":12098,"path":12097,"lessonNumber":13333,"topics":13363,"summary":12099},[13343],{"title":12102,"path":12101,"lessonNumber":13336,"topics":13365,"summary":12103},[13343],{"title":12106,"path":12105,"lessonNumber":13367,"topics":13368,"summary":12107},13,[13343],{"title":12110,"path":12109,"lessonNumber":13370,"topics":13371,"summary":12111},14,[13343],{"module":12114,"moduleNumber":5141,"slug":13373,"lessons":13374},"deep-rl",[13375,13377,13379,13381,13383,13385,13387,13389],{"title":11433,"path":12113,"lessonNumber":5123,"topics":13376,"summary":12115},[7693],{"title":12118,"path":12117,"lessonNumber":5129,"topics":13378,"summary":12119},[7693],{"title":12122,"path":12121,"lessonNumber":5135,"topics":13380,"summary":12123},[7693],{"title":12126,"path":12125,"lessonNumber":5141,"topics":13382,"summary":12127},[7693],{"title":12130,"path":12129,"lessonNumber":5147,"topics":13384,"summary":12131},[7693],{"title":12134,"path":12133,"lessonNumber":5153,"topics":13386,"summary":12135},[7693],{"title":12137,"path":123,"lessonNumber":5159,"topics":13388,"summary":12138},[7693],{"title":12141,"path":12140,"lessonNumber":5165,"topics":13390,"summary":12142},[7693],{"module":7671,"moduleNumber":5147,"slug":13392,"lessons":13393},"modern-deep-rl",[13394,13396,13398,13400,13402,13404,13406,13408,13410,13412,13414,13416,13418,13420,13422,13425,13428,13431,13433,13436,13439,13442],{"title":12145,"path":12144,"lessonNumber":5123,"topics":13395,"summary":12146},[7693],{"title":12149,"path":12148,"lessonNumber":5129,"topics":13397,"summary":12150},[7693],{"title":12153,"path":12152,"lessonNumber":5135,"topics":13399,"summary":12154},[7693],{"title":12157,"path":12156,"lessonNumber":5141,"topics":13401,"summary":12158},[7693],{"title":12161,"path":12160,"lessonNumber":5147,"topics":13403,"summary":12162},[7693],{"title":12165,"path":12164,"lessonNumber":5153,"topics":13405,"summary":12166},[7693],{"title":12169,"path":12168,"lessonNumber":5159,"topics":13407,"summary":12170},[7693],{"title":12173,"path":12172,"lessonNumber":5165,"topics":13409,"summary":12174},[7693],{"title":12177,"path":12176,"lessonNumber":13327,"topics":13411,"summary":12178},[7693],{"title":12181,"path":12180,"lessonNumber":13330,"topics":13413,"summary":12182},[7693],{"title":12185,"path":12184,"lessonNumber":13333,"topics":13415,"summary":12186},[7693],{"title":12189,"path":12188,"lessonNumber":13336,"topics":13417,"summary":12190},[7693],{"title":12193,"path":12192,"lessonNumber":13367,"topics":13419,"summary":12194},[7693],{"title":12197,"path":12196,"lessonNumber":13370,"topics":13421,"summary":12198},[7693],{"title":12201,"path":12200,"lessonNumber":13423,"topics":13424,"summary":12202},15,[7693],{"title":12205,"path":12204,"lessonNumber":13426,"topics":13427,"summary":12206},16,[7693],{"title":12209,"path":12208,"lessonNumber":13429,"topics":13430,"summary":12210},17,[7693],{"title":5,"path":7673,"lessonNumber":7669,"topics":13432,"summary":7691},[7693],{"title":7647,"path":207,"lessonNumber":13434,"topics":13435,"summary":12213},19,[7693],{"title":12216,"path":12215,"lessonNumber":13437,"topics":13438,"summary":12217},20,[7693],{"title":12220,"path":12219,"lessonNumber":13440,"topics":13441,"summary":12221},21,[7693],{"title":12224,"path":12223,"lessonNumber":13443,"topics":13444,"summary":12225},22,[7693],{"module":12229,"moduleNumber":5153,"slug":13446,"lessons":13447},"minds-and-brains",[13448,13451,13453,13455,13457,13459,13461,13463],{"title":12228,"path":12227,"lessonNumber":5123,"topics":13449,"summary":12230},[13450],"Minds and Brains",{"title":12233,"path":12232,"lessonNumber":5129,"topics":13452,"summary":12234},[13450],{"title":12237,"path":12236,"lessonNumber":5135,"topics":13454,"summary":12238},[13450],{"title":12241,"path":12240,"lessonNumber":5141,"topics":13456,"summary":12242},[13450],{"title":12245,"path":12244,"lessonNumber":5147,"topics":13458,"summary":12246},[13450],{"title":12249,"path":12248,"lessonNumber":5153,"topics":13460,"summary":12250},[13450],{"title":12253,"path":12252,"lessonNumber":5159,"topics":13462,"summary":12254},[13450],{"title":12257,"path":12256,"lessonNumber":5165,"topics":13464,"summary":12258},[13450],"\u003Csvg style=\"width:100%;max-width:262.147px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 196.610 100.463\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-55.422-13.657h36.989v-31.298h-36.989Z\"\u002F>\u003Cg transform=\"translate(-3.801 2.578)\">\u003Cpath d=\"M-36.646-29.314L-36.646-30.536Q-36.646-30.564-36.614-30.595Q-36.583-30.626-36.560-30.626L-36.454-30.626Q-36.384-30.626-36.368-30.564Q-36.306-30.244-36.167-30.003Q-36.029-29.763-35.796-29.622Q-35.564-29.482-35.255-29.482Q-35.017-29.482-34.808-29.542Q-34.599-29.603-34.462-29.751Q-34.325-29.900-34.325-30.146Q-34.325-30.400-34.536-30.566Q-34.747-30.732-35.017-30.786L-35.638-30.900Q-36.044-30.978-36.345-31.234Q-36.646-31.490-36.646-31.865Q-36.646-32.232-36.445-32.454Q-36.243-32.677-35.919-32.775Q-35.595-32.872-35.255-32.872Q-34.790-32.872-34.493-32.665L-34.271-32.849Q-34.247-32.872-34.216-32.872L-34.165-32.872Q-34.134-32.872-34.107-32.845Q-34.079-32.818-34.079-32.786L-34.079-31.802Q-34.079-31.771-34.105-31.742Q-34.130-31.712-34.165-31.712L-34.271-31.712Q-34.306-31.712-34.333-31.740Q-34.361-31.767-34.361-31.802Q-34.361-32.201-34.613-32.421Q-34.864-32.642-35.263-32.642Q-35.618-32.642-35.902-32.519Q-36.185-32.396-36.185-32.091Q-36.185-31.872-35.984-31.740Q-35.782-31.607-35.536-31.564L-34.911-31.451Q-34.482-31.361-34.173-31.064Q-33.864-30.767-33.864-30.353Q-33.864-29.783-34.263-29.505Q-34.661-29.228-35.255-29.228Q-35.806-29.228-36.157-29.564L-36.454-29.251Q-36.478-29.228-36.513-29.228L-36.560-29.228Q-36.583-29.228-36.614-29.259Q-36.646-29.290-36.646-29.314M-29.982-29.306L-32.775-29.306L-32.775-29.603Q-31.712-29.603-31.712-29.865L-31.712-34.033Q-32.142-33.818-32.822-33.818L-32.822-34.115Q-31.802-34.115-31.286-34.626L-31.142-34.626Q-31.068-34.607-31.048-34.529L-31.048-29.865Q-31.048-29.603-29.982-29.603\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-9.897-13.657h36.989v-31.298H-9.897Z\"\u002F>\u003Cg transform=\"translate(41.723 2.578)\">\u003Cpath d=\"M-36.646-29.314L-36.646-30.536Q-36.646-30.564-36.614-30.595Q-36.583-30.626-36.560-30.626L-36.454-30.626Q-36.384-30.626-36.368-30.564Q-36.306-30.244-36.167-30.003Q-36.029-29.763-35.796-29.622Q-35.564-29.482-35.255-29.482Q-35.017-29.482-34.808-29.542Q-34.599-29.603-34.462-29.751Q-34.325-29.900-34.325-30.146Q-34.325-30.400-34.536-30.566Q-34.747-30.732-35.017-30.786L-35.638-30.900Q-36.044-30.978-36.345-31.234Q-36.646-31.490-36.646-31.865Q-36.646-32.232-36.445-32.454Q-36.243-32.677-35.919-32.775Q-35.595-32.872-35.255-32.872Q-34.790-32.872-34.493-32.665L-34.271-32.849Q-34.247-32.872-34.216-32.872L-34.165-32.872Q-34.134-32.872-34.107-32.845Q-34.079-32.818-34.079-32.786L-34.079-31.802Q-34.079-31.771-34.105-31.742Q-34.130-31.712-34.165-31.712L-34.271-31.712Q-34.306-31.712-34.333-31.740Q-34.361-31.767-34.361-31.802Q-34.361-32.201-34.613-32.421Q-34.864-32.642-35.263-32.642Q-35.618-32.642-35.902-32.519Q-36.185-32.396-36.185-32.091Q-36.185-31.872-35.984-31.740Q-35.782-31.607-35.536-31.564L-34.911-31.451Q-34.482-31.361-34.173-31.064Q-33.864-30.767-33.864-30.353Q-33.864-29.783-34.263-29.505Q-34.661-29.228-35.255-29.228Q-35.806-29.228-36.157-29.564L-36.454-29.251Q-36.478-29.228-36.513-29.228L-36.560-29.228Q-36.583-29.228-36.614-29.259Q-36.646-29.290-36.646-29.314M-29.989-29.306L-33.150-29.306L-33.150-29.513Q-33.150-29.540-33.126-29.572L-31.775-30.970Q-31.396-31.357-31.148-31.646Q-30.900-31.935-30.726-32.292Q-30.552-32.650-30.552-33.040Q-30.552-33.388-30.685-33.681Q-30.818-33.974-31.072-34.152Q-31.325-34.329-31.681-34.329Q-32.040-34.329-32.331-34.134Q-32.622-33.939-32.767-33.611L-32.712-33.611Q-32.529-33.611-32.404-33.490Q-32.279-33.368-32.279-33.177Q-32.279-32.997-32.404-32.868Q-32.529-32.740-32.712-32.740Q-32.892-32.740-33.021-32.868Q-33.150-32.997-33.150-33.177Q-33.150-33.579-32.929-33.915Q-32.708-34.251-32.343-34.439Q-31.978-34.626-31.575-34.626Q-31.095-34.626-30.679-34.439Q-30.263-34.251-30.011-33.890Q-29.759-33.529-29.759-33.040Q-29.759-32.681-29.913-32.378Q-30.068-32.076-30.320-31.816Q-30.572-31.556-30.921-31.271Q-31.271-30.986-31.439-30.833L-32.368-29.994L-31.654-29.994Q-30.279-29.994-30.239-30.033Q-30.169-30.111-30.126-30.296Q-30.083-30.482-30.040-30.771L-29.759-30.771\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M35.627-13.657h36.989v-31.298H35.627Z\"\u002F>\u003Cg transform=\"translate(87.247 2.578)\">\u003Cpath d=\"M-36.646-29.314L-36.646-30.536Q-36.646-30.564-36.614-30.595Q-36.583-30.626-36.560-30.626L-36.454-30.626Q-36.384-30.626-36.368-30.564Q-36.306-30.244-36.167-30.003Q-36.029-29.763-35.796-29.622Q-35.564-29.482-35.255-29.482Q-35.017-29.482-34.808-29.542Q-34.599-29.603-34.462-29.751Q-34.325-29.900-34.325-30.146Q-34.325-30.400-34.536-30.566Q-34.747-30.732-35.017-30.786L-35.638-30.900Q-36.044-30.978-36.345-31.234Q-36.646-31.490-36.646-31.865Q-36.646-32.232-36.445-32.454Q-36.243-32.677-35.919-32.775Q-35.595-32.872-35.255-32.872Q-34.790-32.872-34.493-32.665L-34.271-32.849Q-34.247-32.872-34.216-32.872L-34.165-32.872Q-34.134-32.872-34.107-32.845Q-34.079-32.818-34.079-32.786L-34.079-31.802Q-34.079-31.771-34.105-31.742Q-34.130-31.712-34.165-31.712L-34.271-31.712Q-34.306-31.712-34.333-31.740Q-34.361-31.767-34.361-31.802Q-34.361-32.201-34.613-32.421Q-34.864-32.642-35.263-32.642Q-35.618-32.642-35.902-32.519Q-36.185-32.396-36.185-32.091Q-36.185-31.872-35.984-31.740Q-35.782-31.607-35.536-31.564L-34.911-31.451Q-34.482-31.361-34.173-31.064Q-33.864-30.767-33.864-30.353Q-33.864-29.783-34.263-29.505Q-34.661-29.228-35.255-29.228Q-35.806-29.228-36.157-29.564L-36.454-29.251Q-36.478-29.228-36.513-29.228L-36.560-29.228Q-36.583-29.228-36.614-29.259Q-36.646-29.290-36.646-29.314M-32.782-29.939Q-32.591-29.665-32.236-29.538Q-31.880-29.411-31.497-29.411Q-31.161-29.411-30.952-29.597Q-30.743-29.783-30.648-30.076Q-30.552-30.369-30.552-30.681Q-30.552-31.005-30.650-31.300Q-30.747-31.595-30.960-31.779Q-31.173-31.962-31.505-31.962L-32.072-31.962Q-32.103-31.962-32.132-31.992Q-32.161-32.021-32.161-32.048L-32.161-32.130Q-32.161-32.165-32.132-32.191Q-32.103-32.216-32.072-32.216L-31.591-32.251Q-31.306-32.251-31.109-32.456Q-30.911-32.661-30.816-32.956Q-30.720-33.251-30.720-33.529Q-30.720-33.908-30.919-34.146Q-31.118-34.384-31.497-34.384Q-31.818-34.384-32.107-34.277Q-32.396-34.169-32.560-33.947Q-32.380-33.947-32.257-33.820Q-32.134-33.693-32.134-33.521Q-32.134-33.349-32.259-33.224Q-32.384-33.099-32.560-33.099Q-32.732-33.099-32.857-33.224Q-32.982-33.349-32.982-33.521Q-32.982-33.888-32.757-34.136Q-32.532-34.384-32.193-34.505Q-31.853-34.626-31.497-34.626Q-31.150-34.626-30.786-34.505Q-30.423-34.384-30.175-34.134Q-29.927-33.884-29.927-33.529Q-29.927-33.044-30.245-32.661Q-30.564-32.279-31.040-32.107Q-30.489-31.997-30.089-31.611Q-29.689-31.224-29.689-30.689Q-29.689-30.232-29.952-29.876Q-30.216-29.521-30.638-29.329Q-31.060-29.138-31.497-29.138Q-31.907-29.138-32.300-29.273Q-32.693-29.408-32.958-29.693Q-33.224-29.978-33.224-30.396Q-33.224-30.591-33.091-30.720Q-32.958-30.849-32.767-30.849Q-32.642-30.849-32.538-30.790Q-32.435-30.732-32.372-30.626Q-32.310-30.521-32.310-30.396Q-32.310-30.201-32.445-30.070Q-32.579-29.939-32.782-29.939\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M81.152-13.657h36.988v-31.298H81.152Z\"\u002F>\u003Cg transform=\"translate(129.018 2)\">\u003Cpath d=\"M-36.689-28.697Q-36.689-28.978-36.478-29.189Q-36.267-29.400-35.982-29.490Q-36.138-29.615-36.216-29.804Q-36.294-29.994-36.294-30.193Q-36.294-30.548-36.064-30.841Q-36.431-31.181-36.431-31.650Q-36.431-32.001-36.228-32.271Q-36.025-32.540-35.704-32.687Q-35.384-32.833-35.040-32.833Q-34.521-32.833-34.150-32.552Q-33.786-32.923-33.239-32.923Q-33.060-32.923-32.933-32.796Q-32.806-32.669-32.806-32.490Q-32.806-32.384-32.884-32.306Q-32.962-32.228-33.072-32.228Q-33.181-32.228-33.257-32.304Q-33.333-32.380-33.333-32.490Q-33.333-32.591-33.294-32.642Q-33.286-32.650-33.282-32.656Q-33.279-32.661-33.279-32.665Q-33.654-32.665-33.974-32.411Q-33.654-32.072-33.654-31.650Q-33.654-31.380-33.771-31.163Q-33.888-30.947-34.093-30.788Q-34.298-30.630-34.540-30.548Q-34.782-30.466-35.040-30.466Q-35.259-30.466-35.472-30.525Q-35.685-30.583-35.880-30.704Q-35.974-30.564-35.974-30.384Q-35.974-30.177-35.837-30.025Q-35.700-29.872-35.493-29.872L-34.798-29.872Q-34.310-29.872-33.898-29.788Q-33.486-29.704-33.206-29.447Q-32.927-29.189-32.927-28.697Q-32.927-28.333-33.247-28.101Q-33.568-27.869-34.009-27.767Q-34.450-27.665-34.806-27.665Q-35.161-27.665-35.605-27.767Q-36.048-27.869-36.368-28.101Q-36.689-28.333-36.689-28.697M-36.185-28.697Q-36.185-28.501-36.040-28.353Q-35.896-28.204-35.683-28.115Q-35.470-28.025-35.230-27.978Q-34.989-27.931-34.806-27.931Q-34.564-27.931-34.234-28.009Q-33.904-28.087-33.667-28.261Q-33.431-28.435-33.431-28.697Q-33.431-29.103-33.841-29.212Q-34.251-29.322-34.814-29.322L-35.493-29.322Q-35.763-29.322-35.974-29.144Q-36.185-28.966-36.185-28.697M-35.040-30.732Q-34.318-30.732-34.318-31.650Q-34.318-32.572-35.040-32.572Q-35.767-32.572-35.767-31.650Q-35.767-30.732-35.040-30.732M-32.443-31.001Q-32.443-31.505-32.187-31.937Q-31.931-32.368-31.495-32.620Q-31.060-32.872-30.560-32.872Q-30.173-32.872-29.831-32.728Q-29.489-32.583-29.228-32.322Q-28.966-32.060-28.823-31.724Q-28.681-31.388-28.681-31.001Q-28.681-30.509-28.945-30.099Q-29.208-29.689-29.638-29.458Q-30.068-29.228-30.560-29.228Q-31.052-29.228-31.486-29.460Q-31.919-29.693-32.181-30.101Q-32.443-30.509-32.443-31.001M-30.560-29.505Q-30.103-29.505-29.851-29.728Q-29.599-29.951-29.511-30.302Q-29.423-30.654-29.423-31.099Q-29.423-31.529-29.517-31.867Q-29.611-32.204-29.864-32.411Q-30.118-32.618-30.560-32.618Q-31.208-32.618-31.452-32.202Q-31.697-31.786-31.697-31.099Q-31.697-30.654-31.609-30.302Q-31.521-29.951-31.269-29.728Q-31.017-29.505-30.560-29.505M-28.099-30.138Q-28.099-30.622-27.697-30.917Q-27.294-31.212-26.743-31.331Q-26.193-31.451-25.700-31.451L-25.700-31.740Q-25.700-31.966-25.816-32.173Q-25.931-32.380-26.128-32.499Q-26.325-32.618-26.556-32.618Q-26.982-32.618-27.267-32.513Q-27.197-32.486-27.150-32.431Q-27.103-32.376-27.077-32.306Q-27.052-32.236-27.052-32.161Q-27.052-32.056-27.103-31.964Q-27.154-31.872-27.245-31.822Q-27.337-31.771-27.443-31.771Q-27.548-31.771-27.640-31.822Q-27.732-31.872-27.782-31.964Q-27.833-32.056-27.833-32.161Q-27.833-32.579-27.445-32.726Q-27.056-32.872-26.556-32.872Q-26.224-32.872-25.870-32.742Q-25.517-32.611-25.288-32.357Q-25.060-32.103-25.060-31.755L-25.060-29.954Q-25.060-29.822-24.988-29.712Q-24.915-29.603-24.786-29.603Q-24.661-29.603-24.593-29.708Q-24.525-29.814-24.525-29.954L-24.525-30.466L-24.243-30.466L-24.243-29.954Q-24.243-29.751-24.361-29.593Q-24.478-29.435-24.659-29.351Q-24.841-29.267-25.044-29.267Q-25.275-29.267-25.427-29.439Q-25.579-29.611-25.611-29.841Q-25.771-29.560-26.079-29.394Q-26.388-29.228-26.739-29.228Q-27.251-29.228-27.675-29.451Q-28.099-29.673-28.099-30.138M-27.411-30.138Q-27.411-29.853-27.185-29.667Q-26.958-29.482-26.665-29.482Q-26.419-29.482-26.195-29.599Q-25.970-29.716-25.835-29.919Q-25.700-30.122-25.700-30.376L-25.700-31.208Q-25.966-31.208-26.251-31.154Q-26.536-31.099-26.808-30.970Q-27.079-30.841-27.245-30.634Q-27.411-30.427-27.411-30.138M-22.036-29.306L-23.868-29.306L-23.868-29.603Q-23.595-29.603-23.427-29.650Q-23.259-29.697-23.259-29.865L-23.259-34.025Q-23.259-34.240-23.322-34.335Q-23.384-34.431-23.503-34.452Q-23.622-34.474-23.868-34.474L-23.868-34.771L-22.646-34.857L-22.646-29.865Q-22.646-29.697-22.478-29.650Q-22.310-29.603-22.036-29.603\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-17.4 29.734)\">\u003Cpath d=\"M-36.654-30.789Q-36.654-31.131-36.519-31.430Q-36.384-31.729-36.144-31.953Q-35.905-32.177-35.587-32.302Q-35.269-32.427-34.938-32.427Q-34.493-32.427-34.094-32.211Q-33.694-31.996-33.459-31.618Q-33.225-31.241-33.225-30.789Q-33.225-30.448-33.367-30.164Q-33.509-29.880-33.753-29.673Q-33.998-29.467-34.307-29.352Q-34.616-29.238-34.938-29.238Q-35.368-29.238-35.770-29.439Q-36.172-29.641-36.413-29.993Q-36.654-30.345-36.654-30.789M-34.938-29.487Q-34.336-29.487-34.112-29.865Q-33.888-30.243-33.888-30.875Q-33.888-31.487-34.123-31.846Q-34.357-32.204-34.938-32.204Q-35.990-32.204-35.990-30.875Q-35.990-30.243-35.765-29.865Q-35.539-29.487-34.938-29.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-17.4 29.734)\">\u003Cpath d=\"M-24.765-30.113L-29.598-30.113Q-29.666-30.123-29.712-30.169Q-29.758-30.215-29.758-30.287Q-29.758-30.352-29.712-30.398Q-29.666-30.444-29.598-30.454L-24.765-30.454Q-24.696-30.444-24.650-30.398Q-24.604-30.352-24.604-30.287Q-24.604-30.215-24.650-30.169Q-24.696-30.123-24.765-30.113M-24.765-31.651L-29.598-31.651Q-29.666-31.661-29.712-31.707Q-29.758-31.753-29.758-31.825Q-29.758-31.969-29.598-31.993L-24.765-31.993Q-24.604-31.969-24.604-31.825Q-24.604-31.753-24.650-31.707Q-24.696-31.661-24.765-31.651\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-17.4 29.734)\">\u003Cpath d=\"M-20.292-29.306L-20.559-29.306L-20.559-33.414Q-20.559-33.684-20.666-33.746Q-20.774-33.807-21.085-33.807L-21.085-34.088L-20.005-34.163L-20.005-31.993Q-19.796-32.184-19.511-32.288Q-19.226-32.392-18.928-32.392Q-18.610-32.392-18.313-32.271Q-18.016-32.150-17.793-31.934Q-17.571-31.719-17.445-31.434Q-17.318-31.148-17.318-30.817Q-17.318-30.372-17.558-30.008Q-17.797-29.644-18.190-29.441Q-18.583-29.238-19.027-29.238Q-19.222-29.238-19.412-29.294Q-19.601-29.350-19.762-29.455Q-19.923-29.559-20.063-29.720L-20.292-29.306M-19.977-31.651L-19.977-30.034Q-19.841-29.774-19.600-29.617Q-19.359-29.460-19.082-29.460Q-18.788-29.460-18.576-29.567Q-18.364-29.675-18.231-29.867Q-18.098-30.058-18.039-30.297Q-17.981-30.536-17.981-30.817Q-17.981-31.176-18.075-31.480Q-18.169-31.784-18.397-31.977Q-18.624-32.170-18.990-32.170Q-19.290-32.170-19.557-32.034Q-19.824-31.897-19.977-31.651M-15.015-29.306L-16.618-29.306L-16.618-29.586Q-16.392-29.586-16.243-29.620Q-16.095-29.655-16.095-29.795L-16.095-33.414Q-16.095-33.684-16.202-33.746Q-16.310-33.807-16.618-33.807L-16.618-34.088L-15.541-34.163L-15.541-29.795Q-15.541-29.658-15.391-29.622Q-15.240-29.586-15.015-29.586L-15.015-29.306M-14.362-30.034Q-14.362-30.366-14.138-30.593Q-13.914-30.820-13.570-30.948Q-13.227-31.077-12.854-31.129Q-12.482-31.182-12.178-31.182L-12.178-31.435Q-12.178-31.640-12.285-31.820Q-12.393-31.999-12.574-32.102Q-12.755-32.204-12.964-32.204Q-13.371-32.204-13.606-32.112Q-13.517-32.075-13.471-31.991Q-13.425-31.907-13.425-31.805Q-13.425-31.709-13.471-31.630Q-13.517-31.552-13.598-31.507Q-13.678-31.463-13.767-31.463Q-13.917-31.463-14.018-31.560Q-14.119-31.658-14.119-31.805Q-14.119-32.427-12.964-32.427Q-12.752-32.427-12.502-32.363Q-12.253-32.300-12.051-32.181Q-11.850-32.061-11.723-31.876Q-11.597-31.692-11.597-31.449L-11.597-29.873Q-11.597-29.757-11.535-29.661Q-11.474-29.566-11.361-29.566Q-11.251-29.566-11.186-29.660Q-11.121-29.754-11.121-29.873L-11.121-30.321L-10.855-30.321L-10.855-29.873Q-10.855-29.603-11.082-29.438Q-11.309-29.272-11.590-29.272Q-11.798-29.272-11.935-29.426Q-12.072-29.579-12.096-29.795Q-12.243-29.528-12.525-29.383Q-12.807-29.238-13.131-29.238Q-13.408-29.238-13.692-29.313Q-13.976-29.388-14.169-29.567Q-14.362-29.747-14.362-30.034M-13.746-30.034Q-13.746-29.860-13.646-29.730Q-13.545-29.600-13.389-29.530Q-13.234-29.460-13.070-29.460Q-12.851-29.460-12.642-29.557Q-12.434-29.655-12.306-29.836Q-12.178-30.017-12.178-30.243L-12.178-30.971Q-12.502-30.971-12.868-30.880Q-13.234-30.789-13.490-30.577Q-13.746-30.366-13.746-30.034M-8.756-29.306L-10.390-29.306L-10.390-29.586Q-10.161-29.586-10.012-29.620Q-9.864-29.655-9.864-29.795L-9.864-31.644Q-9.864-31.914-9.971-31.975Q-10.079-32.037-10.390-32.037L-10.390-32.317L-9.330-32.392L-9.330-31.743Q-9.160-32.051-8.855-32.222Q-8.551-32.392-8.206-32.392Q-7.700-32.392-7.416-32.169Q-7.133-31.945-7.133-31.449L-7.133-29.795Q-7.133-29.658-6.984-29.622Q-6.835-29.586-6.610-29.586L-6.610-29.306L-8.240-29.306L-8.240-29.586Q-8.011-29.586-7.862-29.620Q-7.714-29.655-7.714-29.795L-7.714-31.435Q-7.714-31.770-7.833-31.970Q-7.953-32.170-8.267-32.170Q-8.538-32.170-8.772-32.034Q-9.006-31.897-9.144-31.663Q-9.283-31.429-9.283-31.155L-9.283-29.795Q-9.283-29.658-9.132-29.622Q-8.982-29.586-8.756-29.586L-8.756-29.306M-4.426-29.306L-6.008-29.306L-6.008-29.586Q-5.779-29.586-5.631-29.620Q-5.482-29.655-5.482-29.795L-5.482-33.414Q-5.482-33.684-5.590-33.746Q-5.697-33.807-6.008-33.807L-6.008-34.088L-4.928-34.163L-4.928-30.875L-3.944-31.644Q-3.739-31.781-3.739-31.931Q-3.739-31.975-3.780-32.010Q-3.821-32.044-3.865-32.044L-3.865-32.324L-2.501-32.324L-2.501-32.044Q-2.990-32.044-3.510-31.644L-4.067-31.210L-3.089-29.986Q-2.888-29.740-2.754-29.663Q-2.621-29.586-2.334-29.586L-2.334-29.306L-3.766-29.306L-3.766-29.586Q-3.578-29.586-3.578-29.699Q-3.578-29.795-3.732-29.986L-4.467-30.895L-4.949-30.516L-4.949-29.795Q-4.949-29.658-4.800-29.622Q-4.651-29.586-4.426-29.586\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(30.764 29.734)\">\u003Cpath d=\"M-36.654-30.789Q-36.654-31.131-36.519-31.430Q-36.384-31.729-36.144-31.953Q-35.905-32.177-35.587-32.302Q-35.269-32.427-34.938-32.427Q-34.493-32.427-34.094-32.211Q-33.694-31.996-33.459-31.618Q-33.225-31.241-33.225-30.789Q-33.225-30.448-33.367-30.164Q-33.509-29.880-33.753-29.673Q-33.998-29.467-34.307-29.352Q-34.616-29.238-34.938-29.238Q-35.368-29.238-35.770-29.439Q-36.172-29.641-36.413-29.993Q-36.654-30.345-36.654-30.789M-34.938-29.487Q-34.336-29.487-34.112-29.865Q-33.888-30.243-33.888-30.875Q-33.888-31.487-34.123-31.846Q-34.357-32.204-34.938-32.204Q-35.990-32.204-35.990-30.875Q-35.990-30.243-35.765-29.865Q-35.539-29.487-34.938-29.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(30.764 29.734)\">\u003Cpath d=\"M-24.765-30.113L-29.598-30.113Q-29.666-30.123-29.712-30.169Q-29.758-30.215-29.758-30.287Q-29.758-30.352-29.712-30.398Q-29.666-30.444-29.598-30.454L-24.765-30.454Q-24.696-30.444-24.650-30.398Q-24.604-30.352-24.604-30.287Q-24.604-30.215-24.650-30.169Q-24.696-30.123-24.765-30.113M-24.765-31.651L-29.598-31.651Q-29.666-31.661-29.712-31.707Q-29.758-31.753-29.758-31.825Q-29.758-31.969-29.598-31.993L-24.765-31.993Q-24.604-31.969-24.604-31.825Q-24.604-31.753-24.650-31.707Q-24.696-31.661-24.765-31.651\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(30.764 29.734)\">\u003Cpath d=\"M-19.711-29.333L-20.692-31.832Q-20.753-31.975-20.871-32.010Q-20.989-32.044-21.205-32.044L-21.205-32.324L-19.725-32.324L-19.725-32.044Q-20.104-32.044-20.104-31.883Q-20.104-31.873-20.090-31.832L-19.376-30L-18.703-31.705Q-18.733-31.777-18.733-31.805Q-18.733-31.832-18.761-31.832Q-18.822-31.979-18.940-32.011Q-19.058-32.044-19.270-32.044L-19.270-32.324L-17.872-32.324L-17.872-32.044Q-18.248-32.044-18.248-31.883Q-18.248-31.852-18.241-31.832L-17.486-29.894L-16.799-31.644Q-16.778-31.695-16.778-31.750Q-16.778-31.890-16.891-31.967Q-17.004-32.044-17.144-32.044L-17.144-32.324L-15.924-32.324L-15.924-32.044Q-16.129-32.044-16.284-31.938Q-16.440-31.832-16.512-31.644L-17.417-29.333Q-17.452-29.238-17.564-29.238L-17.633-29.238Q-17.742-29.238-17.780-29.333L-18.562-31.336L-19.349-29.333Q-19.383-29.238-19.496-29.238L-19.564-29.238Q-19.673-29.238-19.711-29.333\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(30.764 29.734)\">\u003Cpath d=\"M-15.547-30.034Q-15.547-30.366-15.324-30.593Q-15.100-30.820-14.756-30.948Q-14.413-31.077-14.040-31.129Q-13.668-31.182-13.363-31.182L-13.363-31.435Q-13.363-31.640-13.471-31.820Q-13.579-31.999-13.760-32.102Q-13.941-32.204-14.149-32.204Q-14.556-32.204-14.792-32.112Q-14.703-32.075-14.657-31.991Q-14.611-31.907-14.611-31.805Q-14.611-31.709-14.657-31.630Q-14.703-31.552-14.784-31.507Q-14.864-31.463-14.953-31.463Q-15.103-31.463-15.204-31.560Q-15.305-31.658-15.305-31.805Q-15.305-32.427-14.149-32.427Q-13.938-32.427-13.688-32.363Q-13.439-32.300-13.237-32.181Q-13.035-32.061-12.909-31.876Q-12.782-31.692-12.782-31.449L-12.782-29.873Q-12.782-29.757-12.721-29.661Q-12.659-29.566-12.546-29.566Q-12.437-29.566-12.372-29.660Q-12.307-29.754-12.307-29.873L-12.307-30.321L-12.041-30.321L-12.041-29.873Q-12.041-29.603-12.268-29.438Q-12.495-29.272-12.775-29.272Q-12.984-29.272-13.121-29.426Q-13.257-29.579-13.281-29.795Q-13.428-29.528-13.710-29.383Q-13.992-29.238-14.317-29.238Q-14.594-29.238-14.878-29.313Q-15.161-29.388-15.354-29.567Q-15.547-29.747-15.547-30.034M-14.932-30.034Q-14.932-29.860-14.831-29.730Q-14.731-29.600-14.575-29.530Q-14.420-29.460-14.255-29.460Q-14.037-29.460-13.828-29.557Q-13.620-29.655-13.492-29.836Q-13.363-30.017-13.363-30.243L-13.363-30.971Q-13.688-30.971-14.054-30.880Q-14.420-30.789-14.676-30.577Q-14.932-30.366-14.932-30.034M-9.956-29.306L-11.559-29.306L-11.559-29.586Q-11.333-29.586-11.184-29.620Q-11.036-29.655-11.036-29.795L-11.036-33.414Q-11.036-33.684-11.143-33.746Q-11.251-33.807-11.559-33.807L-11.559-34.088L-10.482-34.163L-10.482-29.795Q-10.482-29.658-10.332-29.622Q-10.181-29.586-9.956-29.586L-9.956-29.306M-7.693-29.306L-9.296-29.306L-9.296-29.586Q-9.070-29.586-8.922-29.620Q-8.773-29.655-8.773-29.795L-8.773-33.414Q-8.773-33.684-8.881-33.746Q-8.988-33.807-9.296-33.807L-9.296-34.088L-8.219-34.163L-8.219-29.795Q-8.219-29.658-8.069-29.622Q-7.919-29.586-7.693-29.586\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(73.65 29.734)\">\u003Cpath d=\"M-36.654-30.789Q-36.654-31.131-36.519-31.430Q-36.384-31.729-36.144-31.953Q-35.905-32.177-35.587-32.302Q-35.269-32.427-34.938-32.427Q-34.493-32.427-34.094-32.211Q-33.694-31.996-33.459-31.618Q-33.225-31.241-33.225-30.789Q-33.225-30.448-33.367-30.164Q-33.509-29.880-33.753-29.673Q-33.998-29.467-34.307-29.352Q-34.616-29.238-34.938-29.238Q-35.368-29.238-35.770-29.439Q-36.172-29.641-36.413-29.993Q-36.654-30.345-36.654-30.789M-34.938-29.487Q-34.336-29.487-34.112-29.865Q-33.888-30.243-33.888-30.875Q-33.888-31.487-34.123-31.846Q-34.357-32.204-34.938-32.204Q-35.990-32.204-35.990-30.875Q-35.990-30.243-35.765-29.865Q-35.539-29.487-34.938-29.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(73.65 29.734)\">\u003Cpath d=\"M-24.765-30.113L-29.598-30.113Q-29.666-30.123-29.712-30.169Q-29.758-30.215-29.758-30.287Q-29.758-30.352-29.712-30.398Q-29.666-30.444-29.598-30.454L-24.765-30.454Q-24.696-30.444-24.650-30.398Q-24.604-30.352-24.604-30.287Q-24.604-30.215-24.650-30.169Q-24.696-30.123-24.765-30.113M-24.765-31.651L-29.598-31.651Q-29.666-31.661-29.712-31.707Q-29.758-31.753-29.758-31.825Q-29.758-31.969-29.598-31.993L-24.765-31.993Q-24.604-31.969-24.604-31.825Q-24.604-31.753-24.650-31.707Q-24.696-31.661-24.765-31.651\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(73.65 29.734)\">\u003Cpath d=\"M-20.292-29.306L-20.559-29.306L-20.559-33.414Q-20.559-33.684-20.666-33.746Q-20.774-33.807-21.085-33.807L-21.085-34.088L-20.005-34.163L-20.005-31.993Q-19.796-32.184-19.511-32.288Q-19.226-32.392-18.928-32.392Q-18.610-32.392-18.313-32.271Q-18.016-32.150-17.793-31.934Q-17.571-31.719-17.445-31.434Q-17.318-31.148-17.318-30.817Q-17.318-30.372-17.558-30.008Q-17.797-29.644-18.190-29.441Q-18.583-29.238-19.027-29.238Q-19.222-29.238-19.412-29.294Q-19.601-29.350-19.762-29.455Q-19.923-29.559-20.063-29.720L-20.292-29.306M-19.977-31.651L-19.977-30.034Q-19.841-29.774-19.600-29.617Q-19.359-29.460-19.082-29.460Q-18.788-29.460-18.576-29.567Q-18.364-29.675-18.231-29.867Q-18.098-30.058-18.039-30.297Q-17.981-30.536-17.981-30.817Q-17.981-31.176-18.075-31.480Q-18.169-31.784-18.397-31.977Q-18.624-32.170-18.990-32.170Q-19.290-32.170-19.557-32.034Q-19.824-31.897-19.977-31.651M-15.015-29.306L-16.618-29.306L-16.618-29.586Q-16.392-29.586-16.243-29.620Q-16.095-29.655-16.095-29.795L-16.095-33.414Q-16.095-33.684-16.202-33.746Q-16.310-33.807-16.618-33.807L-16.618-34.088L-15.541-34.163L-15.541-29.795Q-15.541-29.658-15.391-29.622Q-15.240-29.586-15.015-29.586L-15.015-29.306M-14.362-30.034Q-14.362-30.366-14.138-30.593Q-13.914-30.820-13.570-30.948Q-13.227-31.077-12.854-31.129Q-12.482-31.182-12.178-31.182L-12.178-31.435Q-12.178-31.640-12.285-31.820Q-12.393-31.999-12.574-32.102Q-12.755-32.204-12.964-32.204Q-13.371-32.204-13.606-32.112Q-13.517-32.075-13.471-31.991Q-13.425-31.907-13.425-31.805Q-13.425-31.709-13.471-31.630Q-13.517-31.552-13.598-31.507Q-13.678-31.463-13.767-31.463Q-13.917-31.463-14.018-31.560Q-14.119-31.658-14.119-31.805Q-14.119-32.427-12.964-32.427Q-12.752-32.427-12.502-32.363Q-12.253-32.300-12.051-32.181Q-11.850-32.061-11.723-31.876Q-11.597-31.692-11.597-31.449L-11.597-29.873Q-11.597-29.757-11.535-29.661Q-11.474-29.566-11.361-29.566Q-11.251-29.566-11.186-29.660Q-11.121-29.754-11.121-29.873L-11.121-30.321L-10.855-30.321L-10.855-29.873Q-10.855-29.603-11.082-29.438Q-11.309-29.272-11.590-29.272Q-11.798-29.272-11.935-29.426Q-12.072-29.579-12.096-29.795Q-12.243-29.528-12.525-29.383Q-12.807-29.238-13.131-29.238Q-13.408-29.238-13.692-29.313Q-13.976-29.388-14.169-29.567Q-14.362-29.747-14.362-30.034M-13.746-30.034Q-13.746-29.860-13.646-29.730Q-13.545-29.600-13.389-29.530Q-13.234-29.460-13.070-29.460Q-12.851-29.460-12.642-29.557Q-12.434-29.655-12.306-29.836Q-12.178-30.017-12.178-30.243L-12.178-30.971Q-12.502-30.971-12.868-30.880Q-13.234-30.789-13.490-30.577Q-13.746-30.366-13.746-30.034M-8.756-29.306L-10.390-29.306L-10.390-29.586Q-10.161-29.586-10.012-29.620Q-9.864-29.655-9.864-29.795L-9.864-31.644Q-9.864-31.914-9.971-31.975Q-10.079-32.037-10.390-32.037L-10.390-32.317L-9.330-32.392L-9.330-31.743Q-9.160-32.051-8.855-32.222Q-8.551-32.392-8.206-32.392Q-7.700-32.392-7.416-32.169Q-7.133-31.945-7.133-31.449L-7.133-29.795Q-7.133-29.658-6.984-29.622Q-6.835-29.586-6.610-29.586L-6.610-29.306L-8.240-29.306L-8.240-29.586Q-8.011-29.586-7.862-29.620Q-7.714-29.655-7.714-29.795L-7.714-31.435Q-7.714-31.770-7.833-31.970Q-7.953-32.170-8.267-32.170Q-8.538-32.170-8.772-32.034Q-9.006-31.897-9.144-31.663Q-9.283-31.429-9.283-31.155L-9.283-29.795Q-9.283-29.658-9.132-29.622Q-8.982-29.586-8.756-29.586L-8.756-29.306M-4.426-29.306L-6.008-29.306L-6.008-29.586Q-5.779-29.586-5.631-29.620Q-5.482-29.655-5.482-29.795L-5.482-33.414Q-5.482-33.684-5.590-33.746Q-5.697-33.807-6.008-33.807L-6.008-34.088L-4.928-34.163L-4.928-30.875L-3.944-31.644Q-3.739-31.781-3.739-31.931Q-3.739-31.975-3.780-32.010Q-3.821-32.044-3.865-32.044L-3.865-32.324L-2.501-32.324L-2.501-32.044Q-2.990-32.044-3.510-31.644L-4.067-31.210L-3.089-29.986Q-2.888-29.740-2.754-29.663Q-2.621-29.586-2.334-29.586L-2.334-29.306L-3.766-29.306L-3.766-29.586Q-3.578-29.586-3.578-29.699Q-3.578-29.795-3.732-29.986L-4.467-30.895L-4.949-30.516L-4.949-29.795Q-4.949-29.658-4.800-29.622Q-4.651-29.586-4.426-29.586\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(121.705 29.734)\">\u003Cpath d=\"M-36.654-30.789Q-36.654-31.131-36.519-31.430Q-36.384-31.729-36.144-31.953Q-35.905-32.177-35.587-32.302Q-35.269-32.427-34.938-32.427Q-34.493-32.427-34.094-32.211Q-33.694-31.996-33.459-31.618Q-33.225-31.241-33.225-30.789Q-33.225-30.448-33.367-30.164Q-33.509-29.880-33.753-29.673Q-33.998-29.467-34.307-29.352Q-34.616-29.238-34.938-29.238Q-35.368-29.238-35.770-29.439Q-36.172-29.641-36.413-29.993Q-36.654-30.345-36.654-30.789M-34.938-29.487Q-34.336-29.487-34.112-29.865Q-33.888-30.243-33.888-30.875Q-33.888-31.487-34.123-31.846Q-34.357-32.204-34.938-32.204Q-35.990-32.204-35.990-30.875Q-35.990-30.243-35.765-29.865Q-35.539-29.487-34.938-29.487\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(121.705 29.734)\">\u003Cpath d=\"M-24.765-30.113L-29.598-30.113Q-29.666-30.123-29.712-30.169Q-29.758-30.215-29.758-30.287Q-29.758-30.352-29.712-30.398Q-29.666-30.444-29.598-30.454L-24.765-30.454Q-24.696-30.444-24.650-30.398Q-24.604-30.352-24.604-30.287Q-24.604-30.215-24.650-30.169Q-24.696-30.123-24.765-30.113M-24.765-31.651L-29.598-31.651Q-29.666-31.661-29.712-31.707Q-29.758-31.753-29.758-31.825Q-29.758-31.969-29.598-31.993L-24.765-31.993Q-24.604-31.969-24.604-31.825Q-24.604-31.753-24.650-31.707Q-24.696-31.661-24.765-31.651\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(121.705 29.734)\">\u003Cpath d=\"M-21.140-28.773Q-21.140-29.019-20.943-29.203Q-20.746-29.388-20.490-29.467Q-20.627-29.579-20.699-29.740Q-20.770-29.901-20.770-30.082Q-20.770-30.403-20.559-30.649Q-20.893-30.947-20.893-31.357Q-20.893-31.818-20.504-32.105Q-20.114-32.392-19.636-32.392Q-19.164-32.392-18.829-32.146Q-18.655-32.300-18.444-32.382Q-18.234-32.464-18.005-32.464Q-17.841-32.464-17.720-32.357Q-17.599-32.249-17.599-32.085Q-17.599-31.989-17.670-31.917Q-17.742-31.846-17.834-31.846Q-17.934-31.846-18.004-31.919Q-18.074-31.993-18.074-32.092Q-18.074-32.146-18.060-32.177L-18.053-32.191Q-18.046-32.211-18.038-32.222Q-18.029-32.232-18.026-32.239Q-18.381-32.239-18.668-32.016Q-18.381-31.723-18.381-31.357Q-18.381-31.042-18.566-30.810Q-18.750-30.577-19.039-30.449Q-19.328-30.321-19.636-30.321Q-19.837-30.321-20.029-30.371Q-20.220-30.420-20.398-30.530Q-20.490-30.403-20.490-30.260Q-20.490-30.078-20.362-29.943Q-20.234-29.808-20.049-29.808L-19.417-29.808Q-18.969-29.808-18.600-29.737Q-18.231-29.665-17.971-29.436Q-17.711-29.207-17.711-28.773Q-17.711-28.452-18.007-28.250Q-18.303-28.048-18.706-27.959Q-19.109-27.870-19.424-27.870Q-19.742-27.870-20.145-27.959Q-20.548-28.048-20.844-28.250Q-21.140-28.452-21.140-28.773M-20.685-28.773Q-20.685-28.544-20.466-28.395Q-20.247-28.246-19.955-28.178Q-19.663-28.110-19.424-28.110Q-19.260-28.110-19.051-28.146Q-18.843-28.181-18.636-28.262Q-18.429-28.342-18.298-28.470Q-18.166-28.598-18.166-28.773Q-18.166-29.125-18.547-29.219Q-18.928-29.313-19.431-29.313L-20.049-29.313Q-20.288-29.313-20.487-29.162Q-20.685-29.012-20.685-28.773M-19.636-30.560Q-18.969-30.560-18.969-31.357Q-18.969-32.157-19.636-32.157Q-20.306-32.157-20.306-31.357Q-20.306-30.560-19.636-30.560M-17.158-30.789Q-17.158-31.131-17.023-31.430Q-16.888-31.729-16.648-31.953Q-16.409-32.177-16.091-32.302Q-15.773-32.427-15.442-32.427Q-14.997-32.427-14.598-32.211Q-14.198-31.996-13.964-31.618Q-13.729-31.241-13.729-30.789Q-13.729-30.448-13.871-30.164Q-14.013-29.880-14.257-29.673Q-14.502-29.467-14.811-29.352Q-15.121-29.238-15.442-29.238Q-15.872-29.238-16.274-29.439Q-16.676-29.641-16.917-29.993Q-17.158-30.345-17.158-30.789M-15.442-29.487Q-14.840-29.487-14.616-29.865Q-14.392-30.243-14.392-30.875Q-14.392-31.487-14.627-31.846Q-14.861-32.204-15.442-32.204Q-16.495-32.204-16.495-30.875Q-16.495-30.243-16.269-29.865Q-16.043-29.487-15.442-29.487M-13.077-30.034Q-13.077-30.366-12.853-30.593Q-12.629-30.820-12.285-30.948Q-11.942-31.077-11.569-31.129Q-11.197-31.182-10.892-31.182L-10.892-31.435Q-10.892-31.640-11-31.820Q-11.108-31.999-11.289-32.102Q-11.470-32.204-11.679-32.204Q-12.085-32.204-12.321-32.112Q-12.232-32.075-12.186-31.991Q-12.140-31.907-12.140-31.805Q-12.140-31.709-12.186-31.630Q-12.232-31.552-12.313-31.507Q-12.393-31.463-12.482-31.463Q-12.632-31.463-12.733-31.560Q-12.834-31.658-12.834-31.805Q-12.834-32.427-11.679-32.427Q-11.467-32.427-11.217-32.363Q-10.968-32.300-10.766-32.181Q-10.564-32.061-10.438-31.876Q-10.311-31.692-10.311-31.449L-10.311-29.873Q-10.311-29.757-10.250-29.661Q-10.188-29.566-10.076-29.566Q-9.966-29.566-9.901-29.660Q-9.836-29.754-9.836-29.873L-9.836-30.321L-9.570-30.321L-9.570-29.873Q-9.570-29.603-9.797-29.438Q-10.024-29.272-10.305-29.272Q-10.513-29.272-10.650-29.426Q-10.787-29.579-10.810-29.795Q-10.957-29.528-11.239-29.383Q-11.521-29.238-11.846-29.238Q-12.123-29.238-12.407-29.313Q-12.690-29.388-12.883-29.567Q-13.077-29.747-13.077-30.034M-12.461-30.034Q-12.461-29.860-12.361-29.730Q-12.260-29.600-12.104-29.530Q-11.949-29.460-11.785-29.460Q-11.566-29.460-11.357-29.557Q-11.149-29.655-11.021-29.836Q-10.892-30.017-10.892-30.243L-10.892-30.971Q-11.217-30.971-11.583-30.880Q-11.949-30.789-12.205-30.577Q-12.461-30.366-12.461-30.034M-7.485-29.306L-9.088-29.306L-9.088-29.586Q-8.862-29.586-8.714-29.620Q-8.565-29.655-8.565-29.795L-8.565-33.414Q-8.565-33.684-8.673-33.746Q-8.780-33.807-9.088-33.807L-9.088-34.088L-8.011-34.163L-8.011-29.795Q-8.011-29.658-7.861-29.622Q-7.710-29.586-7.485-29.586\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M-36.927-53.491v-5.69H54.12v5.69\" style=\"stroke-width:.8\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M-36.613-29.313L-36.613-30.376Q-36.613-30.400-36.585-30.427Q-36.558-30.454-36.534-30.454L-36.425-30.454Q-36.360-30.454-36.346-30.396Q-36.250-29.962-36.004-29.711Q-35.758-29.460-35.344-29.460Q-35.003-29.460-34.750-29.593Q-34.497-29.726-34.497-30.034Q-34.497-30.191-34.591-30.306Q-34.685-30.420-34.823-30.489Q-34.962-30.557-35.129-30.595L-35.710-30.694Q-36.066-30.762-36.339-30.983Q-36.613-31.203-36.613-31.545Q-36.613-31.794-36.501-31.969Q-36.390-32.143-36.204-32.242Q-36.018-32.341-35.802-32.384Q-35.587-32.427-35.344-32.427Q-34.931-32.427-34.651-32.245L-34.435-32.420Q-34.425-32.423-34.418-32.425Q-34.411-32.427-34.401-32.427L-34.350-32.427Q-34.323-32.427-34.299-32.403Q-34.275-32.379-34.275-32.351L-34.275-31.504Q-34.275-31.483-34.299-31.456Q-34.323-31.429-34.350-31.429L-34.463-31.429Q-34.490-31.429-34.516-31.454Q-34.541-31.480-34.541-31.504Q-34.541-31.740-34.647-31.904Q-34.753-32.068-34.936-32.150Q-35.119-32.232-35.351-32.232Q-35.679-32.232-35.936-32.129Q-36.192-32.027-36.192-31.750Q-36.192-31.555-36.009-31.446Q-35.826-31.336-35.597-31.295L-35.023-31.189Q-34.777-31.141-34.563-31.013Q-34.350-30.885-34.213-30.682Q-34.076-30.478-34.076-30.229Q-34.076-29.716-34.442-29.477Q-34.808-29.238-35.344-29.238Q-35.840-29.238-36.172-29.532L-36.438-29.258Q-36.459-29.238-36.486-29.238L-36.534-29.238Q-36.558-29.238-36.585-29.265Q-36.613-29.292-36.613-29.313M-33.389-30.034Q-33.389-30.366-33.166-30.593Q-32.942-30.820-32.598-30.948Q-32.255-31.077-31.882-31.129Q-31.510-31.182-31.205-31.182L-31.205-31.435Q-31.205-31.640-31.313-31.820Q-31.421-31.999-31.602-32.102Q-31.783-32.204-31.991-32.204Q-32.398-32.204-32.634-32.112Q-32.545-32.075-32.499-31.991Q-32.453-31.907-32.453-31.805Q-32.453-31.709-32.499-31.630Q-32.545-31.552-32.625-31.507Q-32.706-31.463-32.795-31.463Q-32.945-31.463-33.046-31.560Q-33.147-31.658-33.147-31.805Q-33.147-32.427-31.991-32.427Q-31.780-32.427-31.530-32.363Q-31.281-32.300-31.079-32.181Q-30.877-32.061-30.751-31.876Q-30.624-31.692-30.624-31.449L-30.624-29.873Q-30.624-29.757-30.563-29.661Q-30.501-29.566-30.388-29.566Q-30.279-29.566-30.214-29.660Q-30.149-29.754-30.149-29.873L-30.149-30.321L-29.883-30.321L-29.883-29.873Q-29.883-29.603-30.110-29.438Q-30.337-29.272-30.617-29.272Q-30.826-29.272-30.963-29.426Q-31.099-29.579-31.123-29.795Q-31.270-29.528-31.552-29.383Q-31.834-29.238-32.159-29.238Q-32.436-29.238-32.719-29.313Q-33.003-29.388-33.196-29.567Q-33.389-29.747-33.389-30.034M-32.774-30.034Q-32.774-29.860-32.673-29.730Q-32.573-29.600-32.417-29.530Q-32.261-29.460-32.097-29.460Q-31.879-29.460-31.670-29.557Q-31.462-29.655-31.333-29.836Q-31.205-30.017-31.205-30.243L-31.205-30.971Q-31.530-30.971-31.896-30.880Q-32.261-30.789-32.518-30.577Q-32.774-30.366-32.774-30.034M-27.784-29.306L-29.418-29.306L-29.418-29.586Q-29.189-29.586-29.040-29.620Q-28.891-29.655-28.891-29.795L-28.891-31.644Q-28.891-31.914-28.999-31.975Q-29.107-32.037-29.418-32.037L-29.418-32.317L-28.358-32.392L-28.358-31.743Q-28.187-32.051-27.883-32.222Q-27.579-32.392-27.234-32.392Q-26.834-32.392-26.557-32.252Q-26.280-32.112-26.195-31.764Q-26.027-32.057-25.728-32.225Q-25.429-32.392-25.084-32.392Q-24.578-32.392-24.294-32.169Q-24.010-31.945-24.010-31.449L-24.010-29.795Q-24.010-29.658-23.862-29.622Q-23.713-29.586-23.488-29.586L-23.488-29.306L-25.118-29.306L-25.118-29.586Q-24.892-29.586-24.742-29.622Q-24.592-29.658-24.592-29.795L-24.592-31.435Q-24.592-31.770-24.711-31.970Q-24.831-32.170-25.145-32.170Q-25.415-32.170-25.649-32.034Q-25.884-31.897-26.022-31.663Q-26.160-31.429-26.160-31.155L-26.160-29.795Q-26.160-29.658-26.012-29.622Q-25.863-29.586-25.637-29.586L-25.637-29.306L-27.268-29.306L-27.268-29.586Q-27.039-29.586-26.890-29.620Q-26.741-29.655-26.741-29.795L-26.741-31.435Q-26.741-31.770-26.861-31.970Q-26.981-32.170-27.295-32.170Q-27.565-32.170-27.799-32.034Q-28.033-31.897-28.172-31.663Q-28.310-31.429-28.310-31.155L-28.310-29.795Q-28.310-29.658-28.160-29.622Q-28.010-29.586-27.784-29.586L-27.784-29.306M-22.941-30.841Q-22.941-31.162-22.816-31.451Q-22.691-31.740-22.466-31.963Q-22.240-32.187-21.944-32.307Q-21.649-32.427-21.331-32.427Q-21.003-32.427-20.741-32.327Q-20.480-32.228-20.304-32.046Q-20.128-31.863-20.034-31.605Q-19.940-31.347-19.940-31.015Q-19.940-30.923-20.022-30.902L-22.278-30.902L-22.278-30.841Q-22.278-30.253-21.994-29.870Q-21.710-29.487-21.143-29.487Q-20.822-29.487-20.553-29.680Q-20.285-29.873-20.196-30.188Q-20.189-30.229-20.114-30.243L-20.022-30.243Q-19.940-30.219-19.940-30.147Q-19.940-30.140-19.947-30.113Q-20.059-29.716-20.430-29.477Q-20.801-29.238-21.225-29.238Q-21.662-29.238-22.062-29.446Q-22.462-29.655-22.701-30.022Q-22.941-30.389-22.941-30.841M-22.271-31.111L-20.456-31.111Q-20.456-31.388-20.553-31.640Q-20.651-31.893-20.849-32.049Q-21.047-32.204-21.331-32.204Q-21.608-32.204-21.821-32.046Q-22.035-31.887-22.153-31.632Q-22.271-31.377-22.271-31.111\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M-16.681-30.789Q-16.681-31.131-16.546-31.430Q-16.411-31.729-16.171-31.953Q-15.932-32.177-15.614-32.302Q-15.296-32.427-14.965-32.427Q-14.520-32.427-14.121-32.211Q-13.721-31.996-13.486-31.618Q-13.252-31.241-13.252-30.789Q-13.252-30.448-13.394-30.164Q-13.536-29.880-13.780-29.673Q-14.025-29.467-14.334-29.352Q-14.643-29.238-14.965-29.238Q-15.395-29.238-15.797-29.439Q-16.199-29.641-16.440-29.993Q-16.681-30.345-16.681-30.789M-14.965-29.487Q-14.363-29.487-14.139-29.865Q-13.915-30.243-13.915-30.875Q-13.915-31.487-14.150-31.846Q-14.384-32.204-14.965-32.204Q-16.017-32.204-16.017-30.875Q-16.017-30.243-15.792-29.865Q-15.566-29.487-14.965-29.487M-11.851-29.306L-12.118-29.306L-12.118-33.414Q-12.118-33.684-12.225-33.746Q-12.333-33.807-12.644-33.807L-12.644-34.088L-11.564-34.163L-11.564-31.993Q-11.355-32.184-11.070-32.288Q-10.785-32.392-10.487-32.392Q-10.169-32.392-9.872-32.271Q-9.575-32.150-9.352-31.934Q-9.130-31.719-9.004-31.434Q-8.877-31.148-8.877-30.817Q-8.877-30.372-9.117-30.008Q-9.356-29.644-9.749-29.441Q-10.142-29.238-10.586-29.238Q-10.781-29.238-10.971-29.294Q-11.161-29.350-11.321-29.455Q-11.482-29.559-11.622-29.720L-11.851-29.306M-11.537-31.651L-11.537-30.034Q-11.400-29.774-11.159-29.617Q-10.918-29.460-10.641-29.460Q-10.347-29.460-10.135-29.567Q-9.923-29.675-9.790-29.867Q-9.657-30.058-9.599-30.297Q-9.540-30.536-9.540-30.817Q-9.540-31.176-9.634-31.480Q-9.728-31.784-9.956-31.977Q-10.183-32.170-10.549-32.170Q-10.850-32.170-11.116-32.034Q-11.383-31.897-11.537-31.651M-8.242-29.313L-8.242-30.376Q-8.242-30.400-8.214-30.427Q-8.187-30.454-8.163-30.454L-8.054-30.454Q-7.989-30.454-7.975-30.396Q-7.879-29.962-7.633-29.711Q-7.387-29.460-6.974-29.460Q-6.632-29.460-6.379-29.593Q-6.126-29.726-6.126-30.034Q-6.126-30.191-6.220-30.306Q-6.314-30.420-6.452-30.489Q-6.591-30.557-6.758-30.595L-7.339-30.694Q-7.695-30.762-7.968-30.983Q-8.242-31.203-8.242-31.545Q-8.242-31.794-8.131-31.969Q-8.019-32.143-7.833-32.242Q-7.647-32.341-7.432-32.384Q-7.216-32.427-6.974-32.427Q-6.560-32.427-6.280-32.245L-6.064-32.420Q-6.054-32.423-6.047-32.425Q-6.040-32.427-6.030-32.427L-5.979-32.427Q-5.952-32.427-5.928-32.403Q-5.904-32.379-5.904-32.351L-5.904-31.504Q-5.904-31.483-5.928-31.456Q-5.952-31.429-5.979-31.429L-6.092-31.429Q-6.119-31.429-6.145-31.454Q-6.170-31.480-6.170-31.504Q-6.170-31.740-6.276-31.904Q-6.382-32.068-6.565-32.150Q-6.748-32.232-6.980-32.232Q-7.308-32.232-7.565-32.129Q-7.821-32.027-7.821-31.750Q-7.821-31.555-7.638-31.446Q-7.455-31.336-7.226-31.295L-6.652-31.189Q-6.406-31.141-6.193-31.013Q-5.979-30.885-5.842-30.682Q-5.705-30.478-5.705-30.229Q-5.705-29.716-6.071-29.477Q-6.437-29.238-6.974-29.238Q-7.469-29.238-7.801-29.532L-8.067-29.258Q-8.088-29.238-8.115-29.238L-8.163-29.238Q-8.187-29.238-8.214-29.265Q-8.242-29.292-8.242-29.313M-5.118-30.841Q-5.118-31.162-4.993-31.451Q-4.868-31.740-4.642-31.963Q-4.417-32.187-4.121-32.307Q-3.826-32.427-3.508-32.427Q-3.180-32.427-2.918-32.327Q-2.657-32.228-2.481-32.046Q-2.305-31.863-2.211-31.605Q-2.117-31.347-2.117-31.015Q-2.117-30.923-2.199-30.902L-4.454-30.902L-4.454-30.841Q-4.454-30.253-4.171-29.870Q-3.887-29.487-3.320-29.487Q-2.998-29.487-2.730-29.680Q-2.462-29.873-2.373-30.188Q-2.366-30.229-2.291-30.243L-2.199-30.243Q-2.117-30.219-2.117-30.147Q-2.117-30.140-2.123-30.113Q-2.236-29.716-2.607-29.477Q-2.978-29.238-3.402-29.238Q-3.839-29.238-4.239-29.446Q-4.639-29.655-4.878-30.022Q-5.118-30.389-5.118-30.841M-4.448-31.111L-2.633-31.111Q-2.633-31.388-2.730-31.640Q-2.828-31.893-3.026-32.049Q-3.224-32.204-3.508-32.204Q-3.785-32.204-3.998-32.046Q-4.212-31.887-4.330-31.632Q-4.448-31.377-4.448-31.111M0.221-29.306L-1.515-29.306L-1.515-29.586Q-1.286-29.586-1.137-29.620Q-0.989-29.655-0.989-29.795L-0.989-31.644Q-0.989-31.914-1.096-31.975Q-1.204-32.037-1.515-32.037L-1.515-32.317L-0.486-32.392L-0.486-31.685Q-0.356-31.993-0.114-32.192Q0.129-32.392 0.447-32.392Q0.666-32.392 0.837-32.268Q1.007-32.143 1.007-31.931Q1.007-31.794 0.908-31.695Q0.809-31.596 0.676-31.596Q0.539-31.596 0.440-31.695Q0.341-31.794 0.341-31.931Q0.341-32.071 0.440-32.170Q0.150-32.170-0.050-31.974Q-0.250-31.777-0.343-31.483Q-0.435-31.189-0.435-30.909L-0.435-29.795Q-0.435-29.586 0.221-29.586L0.221-29.306M3.181-29.333L2.053-31.832Q1.982-31.979 1.852-32.011Q1.722-32.044 1.493-32.044L1.493-32.324L3.007-32.324L3.007-32.044Q2.655-32.044 2.655-31.897Q2.655-31.852 2.665-31.832L3.530-29.914L4.309-31.644Q4.343-31.712 4.343-31.791Q4.343-31.904 4.260-31.974Q4.176-32.044 4.056-32.044L4.056-32.324L5.253-32.324L5.253-32.044Q5.034-32.044 4.863-31.941Q4.692-31.839 4.603-31.644L3.567-29.333Q3.520-29.238 3.414-29.238L3.335-29.238Q3.229-29.238 3.181-29.333\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M5.442-30.034Q5.442-30.366 5.665-30.593Q5.889-30.820 6.233-30.948Q6.576-31.077 6.949-31.129Q7.321-31.182 7.626-31.182L7.626-31.435Q7.626-31.640 7.518-31.820Q7.410-31.999 7.229-32.102Q7.048-32.204 6.840-32.204Q6.433-32.204 6.197-32.112Q6.286-32.075 6.332-31.991Q6.378-31.907 6.378-31.805Q6.378-31.709 6.332-31.630Q6.286-31.552 6.205-31.507Q6.125-31.463 6.036-31.463Q5.886-31.463 5.785-31.560Q5.684-31.658 5.684-31.805Q5.684-32.427 6.840-32.427Q7.051-32.427 7.301-32.363Q7.550-32.300 7.752-32.181Q7.954-32.061 8.080-31.876Q8.207-31.692 8.207-31.449L8.207-29.873Q8.207-29.757 8.268-29.661Q8.330-29.566 8.443-29.566Q8.552-29.566 8.617-29.660Q8.682-29.754 8.682-29.873L8.682-30.321L8.948-30.321L8.948-29.873Q8.948-29.603 8.721-29.438Q8.494-29.272 8.214-29.272Q8.005-29.272 7.868-29.426Q7.732-29.579 7.708-29.795Q7.561-29.528 7.279-29.383Q6.997-29.238 6.672-29.238Q6.395-29.238 6.111-29.313Q5.828-29.388 5.635-29.567Q5.442-29.747 5.442-30.034M6.057-30.034Q6.057-29.860 6.158-29.730Q6.258-29.600 6.414-29.530Q6.569-29.460 6.734-29.460Q6.952-29.460 7.161-29.557Q7.369-29.655 7.497-29.836Q7.626-30.017 7.626-30.243L7.626-30.971Q7.301-30.971 6.935-30.880Q6.569-30.789 6.313-30.577Q6.057-30.366 6.057-30.034M9.892-30.147L9.892-32.044L9.253-32.044L9.253-32.266Q9.570-32.266 9.788-32.476Q10.005-32.686 10.105-32.996Q10.206-33.305 10.206-33.613L10.473-33.613L10.473-32.324L11.549-32.324L11.549-32.044L10.473-32.044L10.473-30.160Q10.473-29.884 10.577-29.685Q10.681-29.487 10.941-29.487Q11.098-29.487 11.204-29.591Q11.310-29.696 11.360-29.849Q11.409-30.003 11.409-30.160L11.409-30.574L11.676-30.574L11.676-30.147Q11.676-29.921 11.577-29.711Q11.478-29.501 11.293-29.369Q11.109-29.238 10.880-29.238Q10.442-29.238 10.167-29.475Q9.892-29.713 9.892-30.147M14.103-29.306L12.551-29.306L12.551-29.586Q12.777-29.586 12.925-29.620Q13.074-29.655 13.074-29.795L13.074-31.644Q13.074-31.832 13.026-31.916Q12.978-31.999 12.881-32.018Q12.783-32.037 12.571-32.037L12.571-32.317L13.628-32.392L13.628-29.795Q13.628-29.655 13.759-29.620Q13.891-29.586 14.103-29.586L14.103-29.306M12.831-33.613Q12.831-33.784 12.954-33.903Q13.077-34.023 13.248-34.023Q13.416-34.023 13.539-33.903Q13.662-33.784 13.662-33.613Q13.662-33.438 13.539-33.315Q13.416-33.192 13.248-33.192Q13.077-33.192 12.954-33.315Q12.831-33.438 12.831-33.613M14.708-30.789Q14.708-31.131 14.843-31.430Q14.978-31.729 15.217-31.953Q15.456-32.177 15.774-32.302Q16.092-32.427 16.423-32.427Q16.868-32.427 17.268-32.211Q17.668-31.996 17.902-31.618Q18.136-31.241 18.136-30.789Q18.136-30.448 17.994-30.164Q17.852-29.880 17.608-29.673Q17.363-29.467 17.054-29.352Q16.745-29.238 16.423-29.238Q15.993-29.238 15.591-29.439Q15.190-29.641 14.949-29.993Q14.708-30.345 14.708-30.789M16.423-29.487Q17.025-29.487 17.249-29.865Q17.473-30.243 17.473-30.875Q17.473-31.487 17.239-31.846Q17.005-32.204 16.423-32.204Q15.371-32.204 15.371-30.875Q15.371-30.243 15.596-29.865Q15.822-29.487 16.423-29.487M20.412-29.306L18.778-29.306L18.778-29.586Q19.007-29.586 19.156-29.620Q19.305-29.655 19.305-29.795L19.305-31.644Q19.305-31.914 19.197-31.975Q19.090-32.037 18.778-32.037L18.778-32.317L19.838-32.392L19.838-31.743Q20.009-32.051 20.313-32.222Q20.617-32.392 20.963-32.392Q21.468-32.392 21.752-32.169Q22.036-31.945 22.036-31.449L22.036-29.795Q22.036-29.658 22.184-29.622Q22.333-29.586 22.559-29.586L22.559-29.306L20.928-29.306L20.928-29.586Q21.157-29.586 21.306-29.620Q21.455-29.655 21.455-29.795L21.455-31.435Q21.455-31.770 21.335-31.970Q21.215-32.170 20.901-32.170Q20.631-32.170 20.397-32.034Q20.163-31.897 20.024-31.663Q19.886-31.429 19.886-31.155L19.886-29.795Q19.886-29.658 20.036-29.622Q20.187-29.586 20.412-29.586L20.412-29.306M23.646-28.076Q23.646-28.110 23.673-28.137Q23.943-28.366 24.092-28.689Q24.240-29.012 24.240-29.368L24.240-29.405Q24.131-29.306 23.967-29.306Q23.786-29.306 23.666-29.426Q23.547-29.545 23.547-29.726Q23.547-29.901 23.666-30.020Q23.786-30.140 23.967-30.140Q24.223-30.140 24.343-29.901Q24.463-29.661 24.463-29.368Q24.463-28.968 24.293-28.597Q24.124-28.226 23.827-27.970Q23.796-27.949 23.769-27.949Q23.728-27.949 23.687-27.990Q23.646-28.031 23.646-28.076\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M28.078-30.789Q28.078-31.131 28.213-31.430Q28.348-31.729 28.588-31.953Q28.827-32.177 29.145-32.302Q29.463-32.427 29.794-32.427Q30.239-32.427 30.638-32.211Q31.038-31.996 31.273-31.618Q31.507-31.241 31.507-30.789Q31.507-30.448 31.365-30.164Q31.223-29.880 30.979-29.673Q30.734-29.467 30.425-29.352Q30.116-29.238 29.794-29.238Q29.364-29.238 28.962-29.439Q28.560-29.641 28.319-29.993Q28.078-30.345 28.078-30.789M29.794-29.487Q30.396-29.487 30.620-29.865Q30.844-30.243 30.844-30.875Q30.844-31.487 30.609-31.846Q30.375-32.204 29.794-32.204Q28.742-32.204 28.742-30.875Q28.742-30.243 28.967-29.865Q29.193-29.487 29.794-29.487M33.745-27.949L32.115-27.949L32.115-28.229Q32.344-28.229 32.493-28.264Q32.641-28.298 32.641-28.438L32.641-31.784Q32.641-31.955 32.505-31.996Q32.368-32.037 32.115-32.037L32.115-32.317L33.195-32.392L33.195-31.986Q33.417-32.187 33.704-32.290Q33.992-32.392 34.299-32.392Q34.726-32.392 35.090-32.179Q35.454-31.965 35.668-31.601Q35.882-31.237 35.882-30.817Q35.882-30.372 35.642-30.008Q35.403-29.644 35.010-29.441Q34.617-29.238 34.173-29.238Q33.906-29.238 33.658-29.338Q33.410-29.439 33.222-29.620L33.222-28.438Q33.222-28.301 33.371-28.265Q33.520-28.229 33.745-28.229L33.745-27.949M33.222-31.637L33.222-30.027Q33.356-29.774 33.598-29.617Q33.841-29.460 34.118-29.460Q34.446-29.460 34.699-29.661Q34.952-29.863 35.085-30.181Q35.219-30.499 35.219-30.817Q35.219-31.046 35.154-31.275Q35.089-31.504 34.961-31.702Q34.832-31.900 34.638-32.020Q34.443-32.139 34.210-32.139Q33.916-32.139 33.648-32.010Q33.380-31.880 33.222-31.637M38.161-27.949L36.531-27.949L36.531-28.229Q36.760-28.229 36.909-28.264Q37.057-28.298 37.057-28.438L37.057-31.784Q37.057-31.955 36.921-31.996Q36.784-32.037 36.531-32.037L36.531-32.317L37.611-32.392L37.611-31.986Q37.833-32.187 38.120-32.290Q38.408-32.392 38.715-32.392Q39.142-32.392 39.506-32.179Q39.870-31.965 40.084-31.601Q40.298-31.237 40.298-30.817Q40.298-30.372 40.058-30.008Q39.819-29.644 39.426-29.441Q39.033-29.238 38.589-29.238Q38.322-29.238 38.074-29.338Q37.826-29.439 37.638-29.620L37.638-28.438Q37.638-28.301 37.787-28.265Q37.936-28.229 38.161-28.229L38.161-27.949M37.638-31.637L37.638-30.027Q37.772-29.774 38.014-29.617Q38.257-29.460 38.534-29.460Q38.862-29.460 39.115-29.661Q39.368-29.863 39.501-30.181Q39.635-30.499 39.635-30.817Q39.635-31.046 39.570-31.275Q39.505-31.504 39.377-31.702Q39.248-31.900 39.054-32.020Q38.859-32.139 38.626-32.139Q38.332-32.139 38.064-32.010Q37.796-31.880 37.638-31.637\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M41.113-30.789Q41.113-31.131 41.248-31.430Q41.383-31.729 41.623-31.953Q41.862-32.177 42.180-32.302Q42.498-32.427 42.829-32.427Q43.274-32.427 43.673-32.211Q44.073-31.996 44.308-31.618Q44.542-31.241 44.542-30.789Q44.542-30.448 44.400-30.164Q44.258-29.880 44.014-29.673Q43.769-29.467 43.460-29.352Q43.151-29.238 42.829-29.238Q42.399-29.238 41.997-29.439Q41.595-29.641 41.354-29.993Q41.113-30.345 41.113-30.789M42.829-29.487Q43.431-29.487 43.655-29.865Q43.879-30.243 43.879-30.875Q43.879-31.487 43.644-31.846Q43.410-32.204 42.829-32.204Q41.777-32.204 41.777-30.875Q41.777-30.243 42.002-29.865Q42.228-29.487 42.829-29.487M45.136-29.313L45.136-30.376Q45.136-30.400 45.164-30.427Q45.191-30.454 45.215-30.454L45.324-30.454Q45.389-30.454 45.403-30.396Q45.499-29.962 45.745-29.711Q45.991-29.460 46.404-29.460Q46.746-29.460 46.999-29.593Q47.252-29.726 47.252-30.034Q47.252-30.191 47.158-30.306Q47.064-30.420 46.926-30.489Q46.787-30.557 46.620-30.595L46.039-30.694Q45.683-30.762 45.410-30.983Q45.136-31.203 45.136-31.545Q45.136-31.794 45.247-31.969Q45.359-32.143 45.545-32.242Q45.731-32.341 45.946-32.384Q46.162-32.427 46.404-32.427Q46.818-32.427 47.098-32.245L47.314-32.420Q47.324-32.423 47.331-32.425Q47.338-32.427 47.348-32.427L47.399-32.427Q47.426-32.427 47.450-32.403Q47.474-32.379 47.474-32.351L47.474-31.504Q47.474-31.483 47.450-31.456Q47.426-31.429 47.399-31.429L47.286-31.429Q47.259-31.429 47.233-31.454Q47.208-31.480 47.208-31.504Q47.208-31.740 47.102-31.904Q46.996-32.068 46.813-32.150Q46.630-32.232 46.398-32.232Q46.069-32.232 45.813-32.129Q45.557-32.027 45.557-31.750Q45.557-31.555 45.740-31.446Q45.923-31.336 46.152-31.295L46.726-31.189Q46.972-31.141 47.185-31.013Q47.399-30.885 47.536-30.682Q47.673-30.478 47.673-30.229Q47.673-29.716 47.307-29.477Q46.941-29.238 46.404-29.238Q45.909-29.238 45.577-29.532L45.311-29.258Q45.290-29.238 45.263-29.238L45.215-29.238Q45.191-29.238 45.164-29.265Q45.136-29.292 45.136-29.313M49.918-29.306L48.366-29.306L48.366-29.586Q48.592-29.586 48.741-29.620Q48.889-29.655 48.889-29.795L48.889-31.644Q48.889-31.832 48.841-31.916Q48.794-31.999 48.696-32.018Q48.599-32.037 48.387-32.037L48.387-32.317L49.443-32.392L49.443-29.795Q49.443-29.655 49.575-29.620Q49.706-29.586 49.918-29.586L49.918-29.306M48.647-33.613Q48.647-33.784 48.770-33.903Q48.893-34.023 49.064-34.023Q49.231-34.023 49.354-33.903Q49.477-33.784 49.477-33.613Q49.477-33.438 49.354-33.315Q49.231-33.192 49.064-33.192Q48.893-33.192 48.770-33.315Q48.647-33.438 48.647-33.613M51.090-30.147L51.090-32.044L50.451-32.044L50.451-32.266Q50.769-32.266 50.986-32.476Q51.203-32.686 51.304-32.996Q51.405-33.305 51.405-33.613L51.672-33.613L51.672-32.324L52.748-32.324L52.748-32.044L51.672-32.044L51.672-30.160Q51.672-29.884 51.776-29.685Q51.880-29.487 52.140-29.487Q52.297-29.487 52.403-29.591Q52.509-29.696 52.559-29.849Q52.608-30.003 52.608-30.160L52.608-30.574L52.875-30.574L52.875-30.147Q52.875-29.921 52.776-29.711Q52.676-29.501 52.492-29.369Q52.307-29.238 52.078-29.238Q51.641-29.238 51.366-29.475Q51.090-29.713 51.090-30.147M53.644-30.841Q53.644-31.162 53.768-31.451Q53.893-31.740 54.119-31.963Q54.344-32.187 54.640-32.307Q54.936-32.427 55.254-32.427Q55.582-32.427 55.843-32.327Q56.105-32.228 56.281-32.046Q56.457-31.863 56.551-31.605Q56.645-31.347 56.645-31.015Q56.645-30.923 56.563-30.902L54.307-30.902L54.307-30.841Q54.307-30.253 54.590-29.870Q54.874-29.487 55.442-29.487Q55.763-29.487 56.031-29.680Q56.299-29.873 56.388-30.188Q56.395-30.229 56.470-30.243L56.563-30.243Q56.645-30.219 56.645-30.147Q56.645-30.140 56.638-30.113Q56.525-29.716 56.154-29.477Q55.783-29.238 55.360-29.238Q54.922-29.238 54.522-29.446Q54.122-29.655 53.883-30.022Q53.644-30.389 53.644-30.841M54.314-31.111L56.129-31.111Q56.129-31.388 56.031-31.640Q55.934-31.893 55.736-32.049Q55.537-32.204 55.254-32.204Q54.977-32.204 54.763-32.046Q54.549-31.887 54.432-31.632Q54.314-31.377 54.314-31.111\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M60.754-29.306L60.487-29.306L60.487-33.414Q60.487-33.684 60.380-33.746Q60.272-33.807 59.961-33.807L59.961-34.088L61.041-34.163L61.041-31.993Q61.250-32.184 61.535-32.288Q61.821-32.392 62.118-32.392Q62.436-32.392 62.733-32.271Q63.030-32.150 63.253-31.934Q63.475-31.719 63.601-31.434Q63.728-31.148 63.728-30.817Q63.728-30.372 63.488-30.008Q63.249-29.644 62.856-29.441Q62.463-29.238 62.019-29.238Q61.824-29.238 61.634-29.294Q61.445-29.350 61.284-29.455Q61.123-29.559 60.983-29.720L60.754-29.306M61.069-31.651L61.069-30.034Q61.205-29.774 61.446-29.617Q61.687-29.460 61.964-29.460Q62.258-29.460 62.470-29.567Q62.682-29.675 62.815-29.867Q62.948-30.058 63.007-30.297Q63.065-30.536 63.065-30.817Q63.065-31.176 62.971-31.480Q62.877-31.784 62.649-31.977Q62.422-32.170 62.056-32.170Q61.756-32.170 61.489-32.034Q61.222-31.897 61.069-31.651\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M64.538-30.841Q64.538-31.162 64.663-31.451Q64.788-31.740 65.014-31.963Q65.239-32.187 65.535-32.307Q65.830-32.427 66.148-32.427Q66.476-32.427 66.738-32.327Q66.999-32.228 67.175-32.046Q67.351-31.863 67.445-31.605Q67.539-31.347 67.539-31.015Q67.539-30.923 67.457-30.902L65.202-30.902L65.202-30.841Q65.202-30.253 65.485-29.870Q65.769-29.487 66.336-29.487Q66.658-29.487 66.926-29.680Q67.194-29.873 67.283-30.188Q67.290-30.229 67.365-30.243L67.457-30.243Q67.539-30.219 67.539-30.147Q67.539-30.140 67.533-30.113Q67.420-29.716 67.049-29.477Q66.678-29.238 66.254-29.238Q65.817-29.238 65.417-29.446Q65.017-29.655 64.778-30.022Q64.538-30.389 64.538-30.841M65.208-31.111L67.023-31.111Q67.023-31.388 66.926-31.640Q66.828-31.893 66.630-32.049Q66.432-32.204 66.148-32.204Q65.871-32.204 65.658-32.046Q65.444-31.887 65.326-31.632Q65.208-31.377 65.208-31.111M68.127-29.313L68.127-30.376Q68.127-30.400 68.155-30.427Q68.182-30.454 68.206-30.454L68.315-30.454Q68.380-30.454 68.394-30.396Q68.490-29.962 68.736-29.711Q68.982-29.460 69.395-29.460Q69.737-29.460 69.990-29.593Q70.243-29.726 70.243-30.034Q70.243-30.191 70.149-30.306Q70.055-30.420 69.917-30.489Q69.778-30.557 69.611-30.595L69.030-30.694Q68.674-30.762 68.401-30.983Q68.127-31.203 68.127-31.545Q68.127-31.794 68.238-31.969Q68.349-32.143 68.536-32.242Q68.722-32.341 68.937-32.384Q69.153-32.427 69.395-32.427Q69.809-32.427 70.089-32.245L70.305-32.420Q70.315-32.423 70.322-32.425Q70.328-32.427 70.339-32.427L70.390-32.427Q70.417-32.427 70.441-32.403Q70.465-32.379 70.465-32.351L70.465-31.504Q70.465-31.483 70.441-31.456Q70.417-31.429 70.390-31.429L70.277-31.429Q70.250-31.429 70.224-31.454Q70.199-31.480 70.199-31.504Q70.199-31.740 70.093-31.904Q69.987-32.068 69.804-32.150Q69.621-32.232 69.389-32.232Q69.060-32.232 68.804-32.129Q68.548-32.027 68.548-31.750Q68.548-31.555 68.731-31.446Q68.913-31.336 69.142-31.295L69.717-31.189Q69.963-31.141 70.176-31.013Q70.390-30.885 70.527-30.682Q70.663-30.478 70.663-30.229Q70.663-29.716 70.298-29.477Q69.932-29.238 69.395-29.238Q68.900-29.238 68.568-29.532L68.302-29.258Q68.281-29.238 68.254-29.238L68.206-29.238Q68.182-29.238 68.155-29.265Q68.127-29.292 68.127-29.313M71.819-30.147L71.819-32.044L71.180-32.044L71.180-32.266Q71.497-32.266 71.714-32.476Q71.932-32.686 72.032-32.996Q72.133-33.305 72.133-33.613L72.400-33.613L72.400-32.324L73.476-32.324L73.476-32.044L72.400-32.044L72.400-30.160Q72.400-29.884 72.504-29.685Q72.608-29.487 72.868-29.487Q73.025-29.487 73.131-29.591Q73.237-29.696 73.287-29.849Q73.336-30.003 73.336-30.160L73.336-30.574L73.603-30.574L73.603-30.147Q73.603-29.921 73.504-29.711Q73.405-29.501 73.220-29.369Q73.036-29.238 72.807-29.238Q72.369-29.238 72.094-29.475Q71.819-29.713 71.819-30.147\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.01 -34.77)\">\u003Cpath d=\"M77.181-30.034Q77.181-30.366 77.404-30.593Q77.628-30.820 77.972-30.948Q78.315-31.077 78.688-31.129Q79.060-31.182 79.365-31.182L79.365-31.435Q79.365-31.640 79.257-31.820Q79.149-31.999 78.968-32.102Q78.787-32.204 78.579-32.204Q78.172-32.204 77.936-32.112Q78.025-32.075 78.071-31.991Q78.117-31.907 78.117-31.805Q78.117-31.709 78.071-31.630Q78.025-31.552 77.944-31.507Q77.864-31.463 77.775-31.463Q77.625-31.463 77.524-31.560Q77.423-31.658 77.423-31.805Q77.423-32.427 78.579-32.427Q78.790-32.427 79.040-32.363Q79.289-32.300 79.491-32.181Q79.693-32.061 79.819-31.876Q79.946-31.692 79.946-31.449L79.946-29.873Q79.946-29.757 80.007-29.661Q80.069-29.566 80.182-29.566Q80.291-29.566 80.356-29.660Q80.421-29.754 80.421-29.873L80.421-30.321L80.687-30.321L80.687-29.873Q80.687-29.603 80.460-29.438Q80.233-29.272 79.953-29.272Q79.744-29.272 79.607-29.426Q79.471-29.579 79.447-29.795Q79.300-29.528 79.018-29.383Q78.736-29.238 78.411-29.238Q78.134-29.238 77.850-29.313Q77.567-29.388 77.374-29.567Q77.181-29.747 77.181-30.034M77.796-30.034Q77.796-29.860 77.897-29.730Q77.997-29.600 78.153-29.530Q78.308-29.460 78.473-29.460Q78.691-29.460 78.900-29.557Q79.108-29.655 79.236-29.836Q79.365-30.017 79.365-30.243L79.365-30.971Q79.040-30.971 78.674-30.880Q78.308-30.789 78.052-30.577Q77.796-30.366 77.796-30.034M81.104-30.817Q81.104-31.145 81.239-31.446Q81.374-31.746 81.610-31.967Q81.846-32.187 82.150-32.307Q82.454-32.427 82.779-32.427Q83.285-32.427 83.634-32.324Q83.982-32.222 83.982-31.846Q83.982-31.699 83.885-31.598Q83.787-31.497 83.641-31.497Q83.487-31.497 83.388-31.596Q83.288-31.695 83.288-31.846Q83.288-32.034 83.429-32.126Q83.227-32.177 82.786-32.177Q82.431-32.177 82.202-31.981Q81.973-31.784 81.872-31.475Q81.771-31.165 81.771-30.817Q81.771-30.468 81.897-30.162Q82.024-29.856 82.278-29.672Q82.533-29.487 82.889-29.487Q83.111-29.487 83.295-29.571Q83.480-29.655 83.615-29.810Q83.750-29.966 83.808-30.174Q83.822-30.229 83.876-30.229L83.989-30.229Q84.020-30.229 84.042-30.205Q84.064-30.181 84.064-30.147L84.064-30.126Q83.979-29.839 83.791-29.641Q83.603-29.443 83.338-29.340Q83.073-29.238 82.779-29.238Q82.349-29.238 81.961-29.444Q81.573-29.651 81.339-30.014Q81.104-30.376 81.104-30.817M85.179-30.147L85.179-32.044L84.539-32.044L84.539-32.266Q84.857-32.266 85.074-32.476Q85.291-32.686 85.392-32.996Q85.493-33.305 85.493-33.613L85.760-33.613L85.760-32.324L86.836-32.324L86.836-32.044L85.760-32.044L85.760-30.160Q85.760-29.884 85.864-29.685Q85.968-29.487 86.228-29.487Q86.385-29.487 86.491-29.591Q86.597-29.696 86.647-29.849Q86.696-30.003 86.696-30.160L86.696-30.574L86.963-30.574L86.963-30.147Q86.963-29.921 86.864-29.711Q86.765-29.501 86.580-29.369Q86.395-29.238 86.166-29.238Q85.729-29.238 85.454-29.475Q85.179-29.713 85.179-30.147M89.390-29.306L87.838-29.306L87.838-29.586Q88.063-29.586 88.212-29.620Q88.361-29.655 88.361-29.795L88.361-31.644Q88.361-31.832 88.313-31.916Q88.265-31.999 88.168-32.018Q88.070-32.037 87.858-32.037L87.858-32.317L88.914-32.392L88.914-29.795Q88.914-29.655 89.046-29.620Q89.178-29.586 89.390-29.586L89.390-29.306M88.118-33.613Q88.118-33.784 88.241-33.903Q88.364-34.023 88.535-34.023Q88.703-34.023 88.826-33.903Q88.949-33.784 88.949-33.613Q88.949-33.438 88.826-33.315Q88.703-33.192 88.535-33.192Q88.364-33.192 88.241-33.315Q88.118-33.438 88.118-33.613M89.995-30.789Q89.995-31.131 90.130-31.430Q90.265-31.729 90.504-31.953Q90.743-32.177 91.061-32.302Q91.379-32.427 91.710-32.427Q92.155-32.427 92.555-32.211Q92.954-31.996 93.189-31.618Q93.423-31.241 93.423-30.789Q93.423-30.448 93.281-30.164Q93.139-29.880 92.895-29.673Q92.650-29.467 92.341-29.352Q92.032-29.238 91.710-29.238Q91.280-29.238 90.878-29.439Q90.476-29.641 90.235-29.993Q89.995-30.345 89.995-30.789M91.710-29.487Q92.312-29.487 92.536-29.865Q92.760-30.243 92.760-30.875Q92.760-31.487 92.526-31.846Q92.291-32.204 91.710-32.204Q90.658-32.204 90.658-30.875Q90.658-30.243 90.883-29.865Q91.109-29.487 91.710-29.487M95.699-29.306L94.065-29.306L94.065-29.586Q94.294-29.586 94.443-29.620Q94.592-29.655 94.592-29.795L94.592-31.644Q94.592-31.914 94.484-31.975Q94.376-32.037 94.065-32.037L94.065-32.317L95.125-32.392L95.125-31.743Q95.296-32.051 95.600-32.222Q95.904-32.392 96.249-32.392Q96.755-32.392 97.039-32.169Q97.323-31.945 97.323-31.449L97.323-29.795Q97.323-29.658 97.471-29.622Q97.620-29.586 97.846-29.586L97.846-29.306L96.215-29.306L96.215-29.586Q96.444-29.586 96.593-29.620Q96.742-29.655 96.742-29.795L96.742-31.435Q96.742-31.770 96.622-31.970Q96.502-32.170 96.188-32.170Q95.918-32.170 95.684-32.034Q95.450-31.897 95.311-31.663Q95.173-31.429 95.173-31.155L95.173-29.795Q95.173-29.658 95.323-29.622Q95.474-29.586 95.699-29.586\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-16.594 46.805)\">\u003Cpath d=\"M-36.554-30.034Q-36.554-30.366-36.331-30.593Q-36.107-30.820-35.763-30.948Q-35.420-31.077-35.047-31.129Q-34.675-31.182-34.370-31.182L-34.370-31.435Q-34.370-31.640-34.478-31.820Q-34.586-31.999-34.767-32.102Q-34.948-32.204-35.156-32.204Q-35.563-32.204-35.799-32.112Q-35.710-32.075-35.664-31.991Q-35.618-31.907-35.618-31.805Q-35.618-31.709-35.664-31.630Q-35.710-31.552-35.791-31.507Q-35.871-31.463-35.960-31.463Q-36.110-31.463-36.211-31.560Q-36.312-31.658-36.312-31.805Q-36.312-32.427-35.156-32.427Q-34.945-32.427-34.695-32.363Q-34.446-32.300-34.244-32.181Q-34.042-32.061-33.916-31.876Q-33.789-31.692-33.789-31.449L-33.789-29.873Q-33.789-29.757-33.728-29.661Q-33.666-29.566-33.553-29.566Q-33.444-29.566-33.379-29.660Q-33.314-29.754-33.314-29.873L-33.314-30.321L-33.048-30.321L-33.048-29.873Q-33.048-29.603-33.275-29.438Q-33.502-29.272-33.782-29.272Q-33.991-29.272-34.128-29.426Q-34.264-29.579-34.288-29.795Q-34.435-29.528-34.717-29.383Q-34.999-29.238-35.324-29.238Q-35.601-29.238-35.885-29.313Q-36.168-29.388-36.361-29.567Q-36.554-29.747-36.554-30.034M-35.939-30.034Q-35.939-29.860-35.838-29.730Q-35.738-29.600-35.582-29.530Q-35.427-29.460-35.262-29.460Q-35.044-29.460-34.835-29.557Q-34.627-29.655-34.499-29.836Q-34.370-30.017-34.370-30.243L-34.370-30.971Q-34.695-30.971-35.061-30.880Q-35.427-30.789-35.683-30.577Q-35.939-30.366-35.939-30.034M-32.631-30.817Q-32.631-31.145-32.496-31.446Q-32.361-31.746-32.125-31.967Q-31.889-32.187-31.585-32.307Q-31.281-32.427-30.956-32.427Q-30.450-32.427-30.101-32.324Q-29.753-32.222-29.753-31.846Q-29.753-31.699-29.850-31.598Q-29.948-31.497-30.094-31.497Q-30.248-31.497-30.347-31.596Q-30.447-31.695-30.447-31.846Q-30.447-32.034-30.306-32.126Q-30.508-32.177-30.949-32.177Q-31.304-32.177-31.533-31.981Q-31.762-31.784-31.863-31.475Q-31.964-31.165-31.964-30.817Q-31.964-30.468-31.838-30.162Q-31.711-29.856-31.457-29.672Q-31.202-29.487-30.846-29.487Q-30.624-29.487-30.440-29.571Q-30.255-29.655-30.120-29.810Q-29.985-29.966-29.927-30.174Q-29.913-30.229-29.859-30.229L-29.746-30.229Q-29.715-30.229-29.693-30.205Q-29.671-30.181-29.671-30.147L-29.671-30.126Q-29.756-29.839-29.944-29.641Q-30.132-29.443-30.397-29.340Q-30.662-29.238-30.956-29.238Q-31.386-29.238-31.774-29.444Q-32.162-29.651-32.396-30.014Q-32.631-30.376-32.631-30.817M-28.556-30.147L-28.556-32.044L-29.196-32.044L-29.196-32.266Q-28.878-32.266-28.661-32.476Q-28.444-32.686-28.343-32.996Q-28.242-33.305-28.242-33.613L-27.975-33.613L-27.975-32.324L-26.899-32.324L-26.899-32.044L-27.975-32.044L-27.975-30.160Q-27.975-29.884-27.871-29.685Q-27.767-29.487-27.507-29.487Q-27.350-29.487-27.244-29.591Q-27.138-29.696-27.088-29.849Q-27.039-30.003-27.039-30.160L-27.039-30.574L-26.772-30.574L-26.772-30.147Q-26.772-29.921-26.871-29.711Q-26.970-29.501-27.155-29.369Q-27.340-29.238-27.569-29.238Q-28.006-29.238-28.281-29.475Q-28.556-29.713-28.556-30.147M-25.562-29.726Q-25.562-29.894-25.439-30.017Q-25.316-30.140-25.142-30.140Q-24.974-30.140-24.851-30.017Q-24.728-29.894-24.728-29.726Q-24.728-29.552-24.851-29.429Q-24.974-29.306-25.142-29.306Q-25.316-29.306-25.439-29.429Q-25.562-29.552-25.562-29.726M-25.562-31.910Q-25.562-32.078-25.439-32.201Q-25.316-32.324-25.142-32.324Q-24.974-32.324-24.851-32.201Q-24.728-32.078-24.728-31.910Q-24.728-31.736-24.851-31.613Q-24.974-31.490-25.142-31.490Q-25.316-31.490-25.439-31.613Q-25.562-31.736-25.562-31.910\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.594 46.805)\">\u003Cpath d=\"M-18.377-29.306L-20.113-29.306L-20.113-29.586Q-19.884-29.586-19.735-29.620Q-19.587-29.655-19.587-29.795L-19.587-31.644Q-19.587-31.914-19.694-31.975Q-19.802-32.037-20.113-32.037L-20.113-32.317L-19.084-32.392L-19.084-31.685Q-18.954-31.993-18.712-32.192Q-18.469-32.392-18.151-32.392Q-17.932-32.392-17.761-32.268Q-17.590-32.143-17.590-31.931Q-17.590-31.794-17.690-31.695Q-17.789-31.596-17.922-31.596Q-18.059-31.596-18.158-31.695Q-18.257-31.794-18.257-31.931Q-18.257-32.071-18.158-32.170Q-18.448-32.170-18.648-31.974Q-18.848-31.777-18.941-31.483Q-19.033-31.189-19.033-30.909L-19.033-29.795Q-19.033-29.586-18.377-29.586L-18.377-29.306M-15.389-29.306L-16.941-29.306L-16.941-29.586Q-16.715-29.586-16.567-29.620Q-16.418-29.655-16.418-29.795L-16.418-31.644Q-16.418-31.832-16.466-31.916Q-16.514-31.999-16.611-32.018Q-16.709-32.037-16.920-32.037L-16.920-32.317L-15.864-32.392L-15.864-29.795Q-15.864-29.655-15.733-29.620Q-15.601-29.586-15.389-29.586L-15.389-29.306M-16.661-33.613Q-16.661-33.784-16.538-33.903Q-16.415-34.023-16.244-34.023Q-16.076-34.023-15.953-33.903Q-15.830-33.784-15.830-33.613Q-15.830-33.438-15.953-33.315Q-16.076-33.192-16.244-33.192Q-16.415-33.192-16.538-33.315Q-16.661-33.438-16.661-33.613M-14.784-28.773Q-14.784-29.019-14.588-29.203Q-14.391-29.388-14.135-29.467Q-14.272-29.579-14.343-29.740Q-14.415-29.901-14.415-30.082Q-14.415-30.403-14.203-30.649Q-14.538-30.947-14.538-31.357Q-14.538-31.818-14.149-32.105Q-13.759-32.392-13.280-32.392Q-12.809-32.392-12.474-32.146Q-12.299-32.300-12.089-32.382Q-11.879-32.464-11.650-32.464Q-11.486-32.464-11.365-32.357Q-11.243-32.249-11.243-32.085Q-11.243-31.989-11.315-31.917Q-11.387-31.846-11.479-31.846Q-11.578-31.846-11.648-31.919Q-11.718-31.993-11.718-32.092Q-11.718-32.146-11.705-32.177L-11.698-32.191Q-11.691-32.211-11.682-32.222Q-11.674-32.232-11.670-32.239Q-12.026-32.239-12.313-32.016Q-12.026-31.723-12.026-31.357Q-12.026-31.042-12.211-30.810Q-12.395-30.577-12.684-30.449Q-12.973-30.321-13.280-30.321Q-13.482-30.321-13.673-30.371Q-13.865-30.420-14.043-30.530Q-14.135-30.403-14.135-30.260Q-14.135-30.078-14.007-29.943Q-13.878-29.808-13.694-29.808L-13.062-29.808Q-12.614-29.808-12.245-29.737Q-11.876-29.665-11.616-29.436Q-11.356-29.207-11.356-28.773Q-11.356-28.452-11.652-28.250Q-11.947-28.048-12.351-27.959Q-12.754-27.870-13.068-27.870Q-13.386-27.870-13.790-27.959Q-14.193-28.048-14.489-28.250Q-14.784-28.452-14.784-28.773M-14.330-28.773Q-14.330-28.544-14.111-28.395Q-13.892-28.246-13.600-28.178Q-13.308-28.110-13.068-28.110Q-12.904-28.110-12.696-28.146Q-12.487-28.181-12.281-28.262Q-12.074-28.342-11.942-28.470Q-11.811-28.598-11.811-28.773Q-11.811-29.125-12.192-29.219Q-12.573-29.313-13.075-29.313L-13.694-29.313Q-13.933-29.313-14.131-29.162Q-14.330-29.012-14.330-28.773M-13.280-30.560Q-12.614-30.560-12.614-31.357Q-12.614-32.157-13.280-32.157Q-13.950-32.157-13.950-31.357Q-13.950-30.560-13.280-30.560M-9.080-29.306L-10.713-29.306L-10.713-29.586Q-10.484-29.586-10.336-29.620Q-10.187-29.655-10.187-29.795L-10.187-33.414Q-10.187-33.684-10.295-33.746Q-10.402-33.807-10.713-33.807L-10.713-34.088L-9.633-34.163L-9.633-31.777Q-9.527-31.962-9.350-32.104Q-9.172-32.245-8.963-32.319Q-8.755-32.392-8.529-32.392Q-8.024-32.392-7.740-32.169Q-7.456-31.945-7.456-31.449L-7.456-29.795Q-7.456-29.658-7.307-29.622Q-7.159-29.586-6.933-29.586L-6.933-29.306L-8.564-29.306L-8.564-29.586Q-8.335-29.586-8.186-29.620Q-8.037-29.655-8.037-29.795L-8.037-31.435Q-8.037-31.770-8.157-31.970Q-8.276-32.170-8.591-32.170Q-8.861-32.170-9.095-32.034Q-9.329-31.897-9.468-31.663Q-9.606-31.429-9.606-31.155L-9.606-29.795Q-9.606-29.658-9.456-29.622Q-9.305-29.586-9.080-29.586\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.594 46.805)\">\u003Cpath d=\"M-6.024-30.147L-6.024-32.044L-6.663-32.044L-6.663-32.266Q-6.345-32.266-6.128-32.476Q-5.911-32.686-5.811-32.996Q-5.710-33.305-5.710-33.613L-5.443-33.613L-5.443-32.324L-4.366-32.324L-4.366-32.044L-5.443-32.044L-5.443-30.160Q-5.443-29.884-5.339-29.685Q-5.235-29.487-4.975-29.487Q-4.818-29.487-4.712-29.591Q-4.606-29.696-4.556-29.849Q-4.507-30.003-4.507-30.160L-4.507-30.574L-4.240-30.574L-4.240-30.147Q-4.240-29.921-4.339-29.711Q-4.438-29.501-4.623-29.369Q-4.807-29.238-5.036-29.238Q-5.474-29.238-5.749-29.475Q-6.024-29.713-6.024-30.147\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(77.094 46.805)\">\u003Cpath d=\"M-36.554-30.034Q-36.554-30.366-36.331-30.593Q-36.107-30.820-35.763-30.948Q-35.420-31.077-35.047-31.129Q-34.675-31.182-34.370-31.182L-34.370-31.435Q-34.370-31.640-34.478-31.820Q-34.586-31.999-34.767-32.102Q-34.948-32.204-35.156-32.204Q-35.563-32.204-35.799-32.112Q-35.710-32.075-35.664-31.991Q-35.618-31.907-35.618-31.805Q-35.618-31.709-35.664-31.630Q-35.710-31.552-35.791-31.507Q-35.871-31.463-35.960-31.463Q-36.110-31.463-36.211-31.560Q-36.312-31.658-36.312-31.805Q-36.312-32.427-35.156-32.427Q-34.945-32.427-34.695-32.363Q-34.446-32.300-34.244-32.181Q-34.042-32.061-33.916-31.876Q-33.789-31.692-33.789-31.449L-33.789-29.873Q-33.789-29.757-33.728-29.661Q-33.666-29.566-33.553-29.566Q-33.444-29.566-33.379-29.660Q-33.314-29.754-33.314-29.873L-33.314-30.321L-33.048-30.321L-33.048-29.873Q-33.048-29.603-33.275-29.438Q-33.502-29.272-33.782-29.272Q-33.991-29.272-34.128-29.426Q-34.264-29.579-34.288-29.795Q-34.435-29.528-34.717-29.383Q-34.999-29.238-35.324-29.238Q-35.601-29.238-35.885-29.313Q-36.168-29.388-36.361-29.567Q-36.554-29.747-36.554-30.034M-35.939-30.034Q-35.939-29.860-35.838-29.730Q-35.738-29.600-35.582-29.530Q-35.427-29.460-35.262-29.460Q-35.044-29.460-34.835-29.557Q-34.627-29.655-34.499-29.836Q-34.370-30.017-34.370-30.243L-34.370-30.971Q-34.695-30.971-35.061-30.880Q-35.427-30.789-35.683-30.577Q-35.939-30.366-35.939-30.034M-32.631-30.817Q-32.631-31.145-32.496-31.446Q-32.361-31.746-32.125-31.967Q-31.889-32.187-31.585-32.307Q-31.281-32.427-30.956-32.427Q-30.450-32.427-30.101-32.324Q-29.753-32.222-29.753-31.846Q-29.753-31.699-29.850-31.598Q-29.948-31.497-30.094-31.497Q-30.248-31.497-30.347-31.596Q-30.447-31.695-30.447-31.846Q-30.447-32.034-30.306-32.126Q-30.508-32.177-30.949-32.177Q-31.304-32.177-31.533-31.981Q-31.762-31.784-31.863-31.475Q-31.964-31.165-31.964-30.817Q-31.964-30.468-31.838-30.162Q-31.711-29.856-31.457-29.672Q-31.202-29.487-30.846-29.487Q-30.624-29.487-30.440-29.571Q-30.255-29.655-30.120-29.810Q-29.985-29.966-29.927-30.174Q-29.913-30.229-29.859-30.229L-29.746-30.229Q-29.715-30.229-29.693-30.205Q-29.671-30.181-29.671-30.147L-29.671-30.126Q-29.756-29.839-29.944-29.641Q-30.132-29.443-30.397-29.340Q-30.662-29.238-30.956-29.238Q-31.386-29.238-31.774-29.444Q-32.162-29.651-32.396-30.014Q-32.631-30.376-32.631-30.817M-28.556-30.147L-28.556-32.044L-29.196-32.044L-29.196-32.266Q-28.878-32.266-28.661-32.476Q-28.444-32.686-28.343-32.996Q-28.242-33.305-28.242-33.613L-27.975-33.613L-27.975-32.324L-26.899-32.324L-26.899-32.044L-27.975-32.044L-27.975-30.160Q-27.975-29.884-27.871-29.685Q-27.767-29.487-27.507-29.487Q-27.350-29.487-27.244-29.591Q-27.138-29.696-27.088-29.849Q-27.039-30.003-27.039-30.160L-27.039-30.574L-26.772-30.574L-26.772-30.147Q-26.772-29.921-26.871-29.711Q-26.970-29.501-27.155-29.369Q-27.340-29.238-27.569-29.238Q-28.006-29.238-28.281-29.475Q-28.556-29.713-28.556-30.147M-25.562-29.726Q-25.562-29.894-25.439-30.017Q-25.316-30.140-25.142-30.140Q-24.974-30.140-24.851-30.017Q-24.728-29.894-24.728-29.726Q-24.728-29.552-24.851-29.429Q-24.974-29.306-25.142-29.306Q-25.316-29.306-25.439-29.429Q-25.562-29.552-25.562-29.726M-25.562-31.910Q-25.562-32.078-25.439-32.201Q-25.316-32.324-25.142-32.324Q-24.974-32.324-24.851-32.201Q-24.728-32.078-24.728-31.910Q-24.728-31.736-24.851-31.613Q-24.974-31.490-25.142-31.490Q-25.316-31.490-25.439-31.613Q-25.562-31.736-25.562-31.910\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(77.094 46.805)\">\u003Cpath d=\"M-18.459-29.306L-20.062-29.306L-20.062-29.586Q-19.836-29.586-19.687-29.620Q-19.539-29.655-19.539-29.795L-19.539-33.414Q-19.539-33.684-19.646-33.746Q-19.754-33.807-20.062-33.807L-20.062-34.088L-18.985-34.163L-18.985-29.795Q-18.985-29.658-18.835-29.622Q-18.684-29.586-18.459-29.586L-18.459-29.306M-17.905-30.841Q-17.905-31.162-17.780-31.451Q-17.655-31.740-17.430-31.963Q-17.204-32.187-16.909-32.307Q-16.613-32.427-16.295-32.427Q-15.967-32.427-15.705-32.327Q-15.444-32.228-15.268-32.046Q-15.092-31.863-14.998-31.605Q-14.904-31.347-14.904-31.015Q-14.904-30.923-14.986-30.902L-17.242-30.902L-17.242-30.841Q-17.242-30.253-16.958-29.870Q-16.674-29.487-16.107-29.487Q-15.786-29.487-15.517-29.680Q-15.249-29.873-15.160-30.188Q-15.153-30.229-15.078-30.243L-14.986-30.243Q-14.904-30.219-14.904-30.147Q-14.904-30.140-14.911-30.113Q-15.024-29.716-15.394-29.477Q-15.765-29.238-16.189-29.238Q-16.627-29.238-17.026-29.446Q-17.426-29.655-17.666-30.022Q-17.905-30.389-17.905-30.841M-17.235-31.111L-15.420-31.111Q-15.420-31.388-15.517-31.640Q-15.615-31.893-15.813-32.049Q-16.011-32.204-16.295-32.204Q-16.572-32.204-16.785-32.046Q-16.999-31.887-17.117-31.632Q-17.235-31.377-17.235-31.111M-12.518-29.306L-14.251-29.306L-14.251-29.586Q-14.025-29.586-13.877-29.620Q-13.728-29.655-13.728-29.795L-13.728-32.044L-14.316-32.044L-14.316-32.324L-13.728-32.324L-13.728-33.141Q-13.728-33.459-13.550-33.707Q-13.373-33.954-13.082-34.095Q-12.792-34.235-12.481-34.235Q-12.224-34.235-12.021-34.093Q-11.817-33.951-11.817-33.708Q-11.817-33.572-11.917-33.473Q-12.016-33.373-12.152-33.373Q-12.289-33.373-12.388-33.473Q-12.487-33.572-12.487-33.708Q-12.487-33.889-12.347-33.982Q-12.426-34.009-12.525-34.009Q-12.733-34.009-12.887-33.876Q-13.041-33.743-13.121-33.539Q-13.202-33.336-13.202-33.127L-13.202-32.324L-12.313-32.324L-12.313-32.044L-13.174-32.044L-13.174-29.795Q-13.174-29.586-12.518-29.586L-12.518-29.306M-11.312-30.147L-11.312-32.044L-11.951-32.044L-11.951-32.266Q-11.633-32.266-11.416-32.476Q-11.199-32.686-11.098-32.996Q-10.997-33.305-10.997-33.613L-10.731-33.613L-10.731-32.324L-9.654-32.324L-9.654-32.044L-10.731-32.044L-10.731-30.160Q-10.731-29.884-10.626-29.685Q-10.522-29.487-10.262-29.487Q-10.105-29.487-9.999-29.591Q-9.893-29.696-9.844-29.849Q-9.794-30.003-9.794-30.160L-9.794-30.574L-9.527-30.574L-9.527-30.147Q-9.527-29.921-9.627-29.711Q-9.726-29.501-9.910-29.369Q-10.095-29.238-10.324-29.238Q-10.761-29.238-11.036-29.475Q-11.312-29.713-11.312-30.147\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Perceptual aliasing. States \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> and \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">3\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> emit the same observation \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.4306em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">o\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> blank, so a policy that sees only \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.4306em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">o\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> cannot tell them apart, yet the optimal action differs (right in \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, left in \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">3\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>). One observation is not a Markov signal.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:386.403px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 289.802 143.058\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M17.854-25.123c0-7.071-5.733-12.804-12.804-12.804S-7.754-32.194-7.754-25.123-2.02-12.319 5.05-12.319s12.804-5.733 12.804-12.804Zm-12.804 0\"\u002F>\u003Cg transform=\"translate(-6.635 -54.905)\">\u003Cpath d=\"M5.331 31.775L5.331 30.553Q5.331 30.525 5.362 30.494Q5.394 30.463 5.417 30.463L5.523 30.463Q5.593 30.463 5.609 30.525Q5.671 30.846 5.810 31.086Q5.948 31.326 6.181 31.467Q6.413 31.607 6.722 31.607Q6.960 31.607 7.169 31.547Q7.378 31.486 7.515 31.338Q7.652 31.189 7.652 30.943Q7.652 30.689 7.441 30.523Q7.230 30.357 6.960 30.303L6.339 30.189Q5.933 30.111 5.632 29.855Q5.331 29.599 5.331 29.224Q5.331 28.857 5.532 28.635Q5.734 28.412 6.058 28.314Q6.382 28.217 6.722 28.217Q7.187 28.217 7.484 28.424L7.706 28.240Q7.730 28.217 7.761 28.217L7.812 28.217Q7.843 28.217 7.870 28.244Q7.898 28.271 7.898 28.303L7.898 29.287Q7.898 29.318 7.872 29.347Q7.847 29.377 7.812 29.377L7.706 29.377Q7.671 29.377 7.644 29.349Q7.616 29.322 7.616 29.287Q7.616 28.888 7.364 28.668Q7.112 28.447 6.714 28.447Q6.359 28.447 6.075 28.570Q5.792 28.693 5.792 28.998Q5.792 29.217 5.993 29.349Q6.195 29.482 6.441 29.525L7.066 29.638Q7.495 29.728 7.804 30.025Q8.113 30.322 8.113 30.736Q8.113 31.306 7.714 31.584Q7.316 31.861 6.722 31.861Q6.171 31.861 5.820 31.525L5.523 31.838Q5.499 31.861 5.464 31.861L5.417 31.861Q5.394 31.861 5.362 31.830Q5.331 31.799 5.331 31.775M11.019 33.775Q10.405 33.318 10.003 32.683Q9.601 32.049 9.405 31.303Q9.210 30.556 9.210 29.783Q9.210 29.010 9.405 28.263Q9.601 27.517 10.003 26.883Q10.405 26.248 11.019 25.791Q11.030 25.787 11.038 25.785Q11.046 25.783 11.058 25.783L11.136 25.783Q11.175 25.783 11.200 25.810Q11.226 25.838 11.226 25.881Q11.226 25.931 11.195 25.951Q10.687 26.404 10.364 27.027Q10.042 27.650 9.902 28.346Q9.761 29.041 9.761 29.783Q9.761 30.517 9.900 31.217Q10.038 31.916 10.363 32.541Q10.687 33.166 11.195 33.615Q11.226 33.635 11.226 33.685Q11.226 33.728 11.200 33.756Q11.175 33.783 11.136 33.783L11.058 33.783Q11.050 33.779 11.040 33.777Q11.030 33.775 11.019 33.775M12.570 30.822L12.570 28.631L11.866 28.631L11.866 28.377Q12.222 28.377 12.464 28.144Q12.706 27.912 12.818 27.564Q12.929 27.217 12.929 26.861L13.210 26.861L13.210 28.334L14.386 28.334L14.386 28.631L13.210 28.631L13.210 30.806Q13.210 31.127 13.329 31.355Q13.448 31.584 13.730 31.584Q13.909 31.584 14.027 31.461Q14.144 31.338 14.196 31.158Q14.249 30.978 14.249 30.806L14.249 30.334L14.530 30.334L14.530 30.822Q14.530 31.076 14.425 31.316Q14.320 31.556 14.122 31.709Q13.925 31.861 13.667 31.861Q13.351 31.861 13.099 31.738Q12.847 31.615 12.708 31.381Q12.570 31.146 12.570 30.822M15.652 33.783L15.570 33.783Q15.534 33.783 15.509 33.754Q15.484 33.724 15.484 33.685Q15.484 33.635 15.515 33.615Q15.902 33.279 16.185 32.830Q16.468 32.381 16.634 31.881Q16.800 31.381 16.874 30.863Q16.948 30.346 16.948 29.783Q16.948 29.213 16.874 28.697Q16.800 28.181 16.634 27.685Q16.468 27.189 16.189 26.742Q15.909 26.295 15.515 25.951Q15.484 25.931 15.484 25.881Q15.484 25.842 15.509 25.812Q15.534 25.783 15.570 25.783L15.652 25.783Q15.663 25.783 15.673 25.785Q15.683 25.787 15.691 25.791Q16.304 26.248 16.706 26.883Q17.109 27.517 17.304 28.263Q17.499 29.010 17.499 29.783Q17.499 30.556 17.304 31.303Q17.109 32.049 16.706 32.683Q16.304 33.318 15.691 33.775Q15.679 33.775 15.671 33.777Q15.663 33.779 15.652 33.783\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M114.593-25.123c0-7.071-5.732-12.804-12.804-12.804-7.071 0-12.804 5.733-12.804 12.804s5.733 12.804 12.804 12.804 12.804-5.733 12.804-12.804Zm-12.804 0\"\u002F>\u003Cg transform=\"translate(89.632 -54.744)\">\u003Cpath d=\"M5.331 31.775L5.331 30.553Q5.331 30.525 5.362 30.494Q5.394 30.463 5.417 30.463L5.523 30.463Q5.593 30.463 5.609 30.525Q5.671 30.846 5.810 31.086Q5.948 31.326 6.181 31.467Q6.413 31.607 6.722 31.607Q6.960 31.607 7.169 31.547Q7.378 31.486 7.515 31.338Q7.652 31.189 7.652 30.943Q7.652 30.689 7.441 30.523Q7.230 30.357 6.960 30.303L6.339 30.189Q5.933 30.111 5.632 29.855Q5.331 29.599 5.331 29.224Q5.331 28.857 5.532 28.635Q5.734 28.412 6.058 28.314Q6.382 28.217 6.722 28.217Q7.187 28.217 7.484 28.424L7.706 28.240Q7.730 28.217 7.761 28.217L7.812 28.217Q7.843 28.217 7.870 28.244Q7.898 28.271 7.898 28.303L7.898 29.287Q7.898 29.318 7.872 29.347Q7.847 29.377 7.812 29.377L7.706 29.377Q7.671 29.377 7.644 29.349Q7.616 29.322 7.616 29.287Q7.616 28.888 7.364 28.668Q7.112 28.447 6.714 28.447Q6.359 28.447 6.075 28.570Q5.792 28.693 5.792 28.998Q5.792 29.217 5.993 29.349Q6.195 29.482 6.441 29.525L7.066 29.638Q7.495 29.728 7.804 30.025Q8.113 30.322 8.113 30.736Q8.113 31.306 7.714 31.584Q7.316 31.861 6.722 31.861Q6.171 31.861 5.820 31.525L5.523 31.838Q5.499 31.861 5.464 31.861L5.417 31.861Q5.394 31.861 5.362 31.830Q5.331 31.799 5.331 31.775M11.523 29.967L9.050 29.967Q8.972 29.955 8.923 29.906Q8.874 29.857 8.874 29.783Q8.874 29.709 8.923 29.660Q8.972 29.611 9.050 29.599L11.523 29.599L11.523 27.119Q11.550 26.951 11.706 26.951Q11.780 26.951 11.829 27Q11.878 27.049 11.890 27.119L11.890 29.599L14.363 29.599Q14.530 29.631 14.530 29.783Q14.530 29.935 14.363 29.967L11.890 29.967L11.890 32.447Q11.878 32.517 11.829 32.566Q11.780 32.615 11.706 32.615Q11.550 32.615 11.523 32.447L11.523 29.967M18.605 31.783L15.812 31.783L15.812 31.486Q16.874 31.486 16.874 31.224L16.874 27.056Q16.445 27.271 15.765 27.271L15.765 26.974Q16.784 26.974 17.300 26.463L17.445 26.463Q17.519 26.482 17.538 26.560L17.538 31.224Q17.538 31.486 18.605 31.486\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M211.332-25.123c0-7.071-5.732-12.804-12.803-12.804s-12.804 5.733-12.804 12.804 5.732 12.804 12.804 12.804c7.071 0 12.803-5.733 12.803-12.804Zm-12.803 0\"\u002F>\u003Cg transform=\"translate(186.372 -54.744)\">\u003Cpath d=\"M5.331 31.775L5.331 30.553Q5.331 30.525 5.362 30.494Q5.394 30.463 5.417 30.463L5.523 30.463Q5.593 30.463 5.609 30.525Q5.671 30.846 5.810 31.086Q5.948 31.326 6.181 31.467Q6.413 31.607 6.722 31.607Q6.960 31.607 7.169 31.547Q7.378 31.486 7.515 31.338Q7.652 31.189 7.652 30.943Q7.652 30.689 7.441 30.523Q7.230 30.357 6.960 30.303L6.339 30.189Q5.933 30.111 5.632 29.855Q5.331 29.599 5.331 29.224Q5.331 28.857 5.532 28.635Q5.734 28.412 6.058 28.314Q6.382 28.217 6.722 28.217Q7.187 28.217 7.484 28.424L7.706 28.240Q7.730 28.217 7.761 28.217L7.812 28.217Q7.843 28.217 7.870 28.244Q7.898 28.271 7.898 28.303L7.898 29.287Q7.898 29.318 7.872 29.347Q7.847 29.377 7.812 29.377L7.706 29.377Q7.671 29.377 7.644 29.349Q7.616 29.322 7.616 29.287Q7.616 28.888 7.364 28.668Q7.112 28.447 6.714 28.447Q6.359 28.447 6.075 28.570Q5.792 28.693 5.792 28.998Q5.792 29.217 5.993 29.349Q6.195 29.482 6.441 29.525L7.066 29.638Q7.495 29.728 7.804 30.025Q8.113 30.322 8.113 30.736Q8.113 31.306 7.714 31.584Q7.316 31.861 6.722 31.861Q6.171 31.861 5.820 31.525L5.523 31.838Q5.499 31.861 5.464 31.861L5.417 31.861Q5.394 31.861 5.362 31.830Q5.331 31.799 5.331 31.775M11.523 29.967L9.050 29.967Q8.972 29.955 8.923 29.906Q8.874 29.857 8.874 29.783Q8.874 29.709 8.923 29.660Q8.972 29.611 9.050 29.599L11.523 29.599L11.523 27.119Q11.550 26.951 11.706 26.951Q11.780 26.951 11.829 27Q11.878 27.049 11.890 27.119L11.890 29.599L14.363 29.599Q14.530 29.631 14.530 29.783Q14.530 29.935 14.363 29.967L11.890 29.967L11.890 32.447Q11.878 32.517 11.829 32.566Q11.780 32.615 11.706 32.615Q11.550 32.615 11.523 32.447L11.523 29.967M18.597 31.783L15.437 31.783L15.437 31.576Q15.437 31.549 15.460 31.517L16.812 30.119Q17.191 29.732 17.439 29.443Q17.687 29.154 17.861 28.797Q18.034 28.439 18.034 28.049Q18.034 27.701 17.902 27.408Q17.769 27.115 17.515 26.937Q17.261 26.760 16.905 26.760Q16.546 26.760 16.255 26.955Q15.964 27.150 15.820 27.478L15.874 27.478Q16.058 27.478 16.183 27.599Q16.308 27.721 16.308 27.912Q16.308 28.092 16.183 28.221Q16.058 28.349 15.874 28.349Q15.695 28.349 15.566 28.221Q15.437 28.092 15.437 27.912Q15.437 27.510 15.657 27.174Q15.878 26.838 16.243 26.650Q16.609 26.463 17.011 26.463Q17.491 26.463 17.907 26.650Q18.323 26.838 18.575 27.199Q18.827 27.560 18.827 28.049Q18.827 28.408 18.673 28.711Q18.519 29.013 18.267 29.273Q18.015 29.533 17.665 29.818Q17.316 30.103 17.148 30.256L16.218 31.096L16.933 31.096Q18.308 31.096 18.347 31.056Q18.417 30.978 18.460 30.793Q18.503 30.607 18.546 30.318L18.827 30.318\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M18.054-25.123h68.131\"\u002F>\u003Cpath stroke=\"none\" d=\"m88.785-25.123-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg transform=\"translate(45.515 -60.638)\">\u003Cpath d=\"M9.271 31.783L6.533 31.783L6.533 31.503Q6.882 31.503 7.219 31.467Q7.555 31.431 7.555 31.294L7.555 27.493Q7.555 27.350 7.467 27.316Q7.378 27.282 7.193 27.282L6.834 27.282Q6.533 27.282 6.318 27.329Q6.103 27.377 5.946 27.534Q5.809 27.668 5.749 27.946Q5.689 28.225 5.652 28.638L5.385 28.638L5.532 27.001L10.266 27.001L10.413 28.638L10.146 28.638Q10.109 28.225 10.052 27.948Q9.996 27.671 9.852 27.534Q9.692 27.374 9.480 27.328Q9.268 27.282 8.964 27.282L8.612 27.282Q8.427 27.282 8.338 27.316Q8.249 27.350 8.249 27.493L8.249 31.294Q8.249 31.431 8.586 31.467Q8.923 31.503 9.271 31.503\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M114.793-25.123h68.132\"\u002F>\u003Cpath stroke=\"none\" d=\"m185.525-25.123-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg transform=\"translate(142.255 -60.638)\">\u003Cpath d=\"M9.271 31.783L6.533 31.783L6.533 31.503Q6.882 31.503 7.219 31.467Q7.555 31.431 7.555 31.294L7.555 27.493Q7.555 27.350 7.467 27.316Q7.378 27.282 7.193 27.282L6.834 27.282Q6.533 27.282 6.318 27.329Q6.103 27.377 5.946 27.534Q5.809 27.668 5.749 27.946Q5.689 28.225 5.652 28.638L5.385 28.638L5.532 27.001L10.266 27.001L10.413 28.638L10.146 28.638Q10.109 28.225 10.052 27.948Q9.996 27.671 9.852 27.534Q9.692 27.374 9.480 27.328Q9.268 27.282 8.964 27.282L8.612 27.282Q8.427 27.282 8.338 27.316Q8.249 27.350 8.249 27.493L8.249 31.294Q8.249 31.431 8.586 31.467Q8.923 31.503 9.271 31.503\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M17.854 31.783c0-7.072-5.733-12.804-12.804-12.804S-7.754 24.71-7.754 31.783c0 7.071 5.733 12.803 12.804 12.803s12.804-5.732 12.804-12.803Zm-12.804 0\"\u002F>\u003Cg transform=\"translate(-7.083 2)\">\u003Cpath d=\"M5.288 30.088Q5.288 29.584 5.544 29.152Q5.800 28.721 6.236 28.469Q6.671 28.217 7.171 28.217Q7.558 28.217 7.900 28.361Q8.241 28.506 8.503 28.767Q8.765 29.029 8.907 29.365Q9.050 29.701 9.050 30.088Q9.050 30.580 8.786 30.990Q8.523 31.400 8.093 31.631Q7.663 31.861 7.171 31.861Q6.679 31.861 6.245 31.629Q5.812 31.396 5.550 30.988Q5.288 30.580 5.288 30.088M7.171 31.584Q7.628 31.584 7.880 31.361Q8.132 31.138 8.220 30.787Q8.308 30.435 8.308 29.990Q8.308 29.560 8.214 29.222Q8.120 28.885 7.866 28.678Q7.612 28.471 7.171 28.471Q6.523 28.471 6.279 28.887Q6.034 29.303 6.034 29.990Q6.034 30.435 6.122 30.787Q6.210 31.138 6.462 31.361Q6.714 31.584 7.171 31.584M11.913 33.775Q11.300 33.318 10.898 32.683Q10.495 32.049 10.300 31.303Q10.105 30.556 10.105 29.783Q10.105 29.010 10.300 28.263Q10.495 27.517 10.898 26.883Q11.300 26.248 11.913 25.791Q11.925 25.787 11.933 25.785Q11.941 25.783 11.952 25.783L12.030 25.783Q12.070 25.783 12.095 25.810Q12.120 25.838 12.120 25.881Q12.120 25.931 12.089 25.951Q11.581 26.404 11.259 27.027Q10.937 27.650 10.796 28.346Q10.655 29.041 10.655 29.783Q10.655 30.517 10.794 31.217Q10.933 31.916 11.257 32.541Q11.581 33.166 12.089 33.615Q12.120 33.635 12.120 33.685Q12.120 33.728 12.095 33.756Q12.070 33.783 12.030 33.783L11.952 33.783Q11.945 33.779 11.935 33.777Q11.925 33.775 11.913 33.775M13.464 30.822L13.464 28.631L12.761 28.631L12.761 28.377Q13.116 28.377 13.359 28.144Q13.601 27.912 13.712 27.564Q13.823 27.217 13.823 26.861L14.105 26.861L14.105 28.334L15.280 28.334L15.280 28.631L14.105 28.631L14.105 30.806Q14.105 31.127 14.224 31.355Q14.343 31.584 14.624 31.584Q14.804 31.584 14.921 31.461Q15.038 31.338 15.091 31.158Q15.144 30.978 15.144 30.806L15.144 30.334L15.425 30.334L15.425 30.822Q15.425 31.076 15.320 31.316Q15.214 31.556 15.017 31.709Q14.820 31.861 14.562 31.861Q14.245 31.861 13.993 31.738Q13.741 31.615 13.603 31.381Q13.464 31.146 13.464 30.822M16.546 33.783L16.464 33.783Q16.429 33.783 16.404 33.754Q16.378 33.724 16.378 33.685Q16.378 33.635 16.409 33.615Q16.796 33.279 17.079 32.830Q17.363 32.381 17.529 31.881Q17.695 31.381 17.769 30.863Q17.843 30.346 17.843 29.783Q17.843 29.213 17.769 28.697Q17.695 28.181 17.529 27.685Q17.363 27.189 17.083 26.742Q16.804 26.295 16.409 25.951Q16.378 25.931 16.378 25.881Q16.378 25.842 16.404 25.812Q16.429 25.783 16.464 25.783L16.546 25.783Q16.558 25.783 16.568 25.785Q16.577 25.787 16.585 25.791Q17.198 26.248 17.601 26.883Q18.003 27.517 18.198 28.263Q18.394 29.010 18.394 29.783Q18.394 30.556 18.198 31.303Q18.003 32.049 17.601 32.683Q17.198 33.318 16.585 33.775Q16.573 33.775 16.566 33.777Q16.558 33.779 16.546 33.783\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M114.593 31.783c0-7.072-5.732-12.804-12.804-12.804-7.071 0-12.804 5.732-12.804 12.804 0 7.071 5.733 12.803 12.804 12.803s12.804-5.732 12.804-12.803Zm-12.804 0\"\u002F>\u003Cg transform=\"translate(89.183 2.161)\">\u003Cpath d=\"M5.288 30.088Q5.288 29.584 5.544 29.152Q5.800 28.721 6.236 28.469Q6.671 28.217 7.171 28.217Q7.558 28.217 7.900 28.361Q8.241 28.506 8.503 28.767Q8.765 29.029 8.907 29.365Q9.050 29.701 9.050 30.088Q9.050 30.580 8.786 30.990Q8.523 31.400 8.093 31.631Q7.663 31.861 7.171 31.861Q6.679 31.861 6.245 31.629Q5.812 31.396 5.550 30.988Q5.288 30.580 5.288 30.088M7.171 31.584Q7.628 31.584 7.880 31.361Q8.132 31.138 8.220 30.787Q8.308 30.435 8.308 29.990Q8.308 29.560 8.214 29.222Q8.120 28.885 7.866 28.678Q7.612 28.471 7.171 28.471Q6.523 28.471 6.279 28.887Q6.034 29.303 6.034 29.990Q6.034 30.435 6.122 30.787Q6.210 31.138 6.462 31.361Q6.714 31.584 7.171 31.584M12.417 29.967L9.945 29.967Q9.866 29.955 9.818 29.906Q9.769 29.857 9.769 29.783Q9.769 29.709 9.818 29.660Q9.866 29.611 9.945 29.599L12.417 29.599L12.417 27.119Q12.445 26.951 12.601 26.951Q12.675 26.951 12.724 27Q12.773 27.049 12.784 27.119L12.784 29.599L15.257 29.599Q15.425 29.631 15.425 29.783Q15.425 29.935 15.257 29.967L12.784 29.967L12.784 32.447Q12.773 32.517 12.724 32.566Q12.675 32.615 12.601 32.615Q12.445 32.615 12.417 32.447L12.417 29.967M19.499 31.783L16.706 31.783L16.706 31.486Q17.769 31.486 17.769 31.224L17.769 27.056Q17.339 27.271 16.659 27.271L16.659 26.974Q17.679 26.974 18.195 26.463L18.339 26.463Q18.413 26.482 18.433 26.560L18.433 31.224Q18.433 31.486 19.499 31.486\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M211.332 31.783c0-7.072-5.732-12.804-12.803-12.804s-12.804 5.732-12.804 12.804c0 7.071 5.732 12.803 12.804 12.803 7.071 0 12.803-5.732 12.803-12.803Zm-12.803 0\"\u002F>\u003Cg transform=\"translate(185.923 2.161)\">\u003Cpath d=\"M5.288 30.088Q5.288 29.584 5.544 29.152Q5.800 28.721 6.236 28.469Q6.671 28.217 7.171 28.217Q7.558 28.217 7.900 28.361Q8.241 28.506 8.503 28.767Q8.765 29.029 8.907 29.365Q9.050 29.701 9.050 30.088Q9.050 30.580 8.786 30.990Q8.523 31.400 8.093 31.631Q7.663 31.861 7.171 31.861Q6.679 31.861 6.245 31.629Q5.812 31.396 5.550 30.988Q5.288 30.580 5.288 30.088M7.171 31.584Q7.628 31.584 7.880 31.361Q8.132 31.138 8.220 30.787Q8.308 30.435 8.308 29.990Q8.308 29.560 8.214 29.222Q8.120 28.885 7.866 28.678Q7.612 28.471 7.171 28.471Q6.523 28.471 6.279 28.887Q6.034 29.303 6.034 29.990Q6.034 30.435 6.122 30.787Q6.210 31.138 6.462 31.361Q6.714 31.584 7.171 31.584M12.417 29.967L9.945 29.967Q9.866 29.955 9.818 29.906Q9.769 29.857 9.769 29.783Q9.769 29.709 9.818 29.660Q9.866 29.611 9.945 29.599L12.417 29.599L12.417 27.119Q12.445 26.951 12.601 26.951Q12.675 26.951 12.724 27Q12.773 27.049 12.784 27.119L12.784 29.599L15.257 29.599Q15.425 29.631 15.425 29.783Q15.425 29.935 15.257 29.967L12.784 29.967L12.784 32.447Q12.773 32.517 12.724 32.566Q12.675 32.615 12.601 32.615Q12.445 32.615 12.417 32.447L12.417 29.967M19.491 31.783L16.331 31.783L16.331 31.576Q16.331 31.549 16.355 31.517L17.706 30.119Q18.085 29.732 18.333 29.443Q18.581 29.154 18.755 28.797Q18.929 28.439 18.929 28.049Q18.929 27.701 18.796 27.408Q18.663 27.115 18.409 26.937Q18.155 26.760 17.800 26.760Q17.441 26.760 17.150 26.955Q16.859 27.150 16.714 27.478L16.769 27.478Q16.952 27.478 17.077 27.599Q17.202 27.721 17.202 27.912Q17.202 28.092 17.077 28.221Q16.952 28.349 16.769 28.349Q16.589 28.349 16.460 28.221Q16.331 28.092 16.331 27.912Q16.331 27.510 16.552 27.174Q16.773 26.838 17.138 26.650Q17.503 26.463 17.905 26.463Q18.386 26.463 18.802 26.650Q19.218 26.838 19.470 27.199Q19.722 27.560 19.722 28.049Q19.722 28.408 19.568 28.711Q19.413 29.013 19.161 29.273Q18.909 29.533 18.560 29.818Q18.210 30.103 18.042 30.256L17.113 31.096L17.827 31.096Q19.202 31.096 19.241 31.056Q19.312 30.978 19.355 30.793Q19.398 30.607 19.441 30.318L19.722 30.318\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M5.05-12.12V16.18\"\u002F>\u003Cpath stroke=\"none\" d=\"m5.05 18.779 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003Cg transform=\"translate(3.733 -26.061)\">\u003Cpath d=\"M9.319 31.783L5.638 31.783Q5.600 31.783 5.570 31.756Q5.539 31.728 5.539 31.684L5.539 31.581Q5.539 31.547 5.570 31.510L8.564 27.282L7.501 27.282Q7.087 27.282 6.803 27.338Q6.520 27.394 6.304 27.582Q5.911 27.955 5.911 28.638L5.645 28.638L5.730 27.001L9.299 27.001Q9.343 27.001 9.370 27.030Q9.398 27.059 9.398 27.100L9.398 27.193Q9.398 27.223 9.377 27.254L6.380 31.475L7.494 31.475Q7.801 31.475 8.008 31.455Q8.215 31.434 8.425 31.356Q8.635 31.277 8.796 31.123Q9.011 30.908 9.081 30.612Q9.152 30.317 9.179 29.845L9.446 29.845\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M101.79-12.12V16.18\"\u002F>\u003Cpath stroke=\"none\" d=\"m101.79 18.779 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003Cg transform=\"translate(100.472 -26.061)\">\u003Cpath d=\"M9.319 31.783L5.638 31.783Q5.600 31.783 5.570 31.756Q5.539 31.728 5.539 31.684L5.539 31.581Q5.539 31.547 5.570 31.510L8.564 27.282L7.501 27.282Q7.087 27.282 6.803 27.338Q6.520 27.394 6.304 27.582Q5.911 27.955 5.911 28.638L5.645 28.638L5.730 27.001L9.299 27.001Q9.343 27.001 9.370 27.030Q9.398 27.059 9.398 27.100L9.398 27.193Q9.398 27.223 9.377 27.254L6.380 31.475L7.494 31.475Q7.801 31.475 8.008 31.455Q8.215 31.434 8.425 31.356Q8.635 31.277 8.796 31.123Q9.011 30.908 9.081 30.612Q9.152 30.317 9.179 29.845L9.446 29.845\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M198.529-12.12V16.18\"\u002F>\u003Cpath stroke=\"none\" d=\"m198.529 18.779 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003Cg transform=\"translate(197.212 -26.061)\">\u003Cpath d=\"M9.319 31.783L5.638 31.783Q5.600 31.783 5.570 31.756Q5.539 31.728 5.539 31.684L5.539 31.581Q5.539 31.547 5.570 31.510L8.564 27.282L7.501 27.282Q7.087 27.282 6.803 27.338Q6.520 27.394 6.304 27.582Q5.911 27.955 5.911 28.638L5.645 28.638L5.730 27.001L9.299 27.001Q9.343 27.001 9.370 27.030Q9.398 27.059 9.398 27.100L9.398 27.193Q9.398 27.223 9.377 27.254L6.380 31.475L7.494 31.475Q7.801 31.475 8.008 31.455Q8.215 31.434 8.425 31.356Q8.635 31.277 8.796 31.123Q9.011 30.908 9.081 30.612Q9.152 30.317 9.179 29.845L9.446 29.845\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M43.461-52.153h19.917V-72.07H43.461Z\"\u002F>\u003Cg transform=\"translate(41.286 -91.894)\">\u003Cpath d=\"M5.386 30.951Q5.386 30.467 5.788 30.172Q6.191 29.877 6.741 29.758Q7.292 29.638 7.784 29.638L7.784 29.349Q7.784 29.123 7.669 28.916Q7.554 28.709 7.357 28.590Q7.159 28.471 6.929 28.471Q6.503 28.471 6.218 28.576Q6.288 28.603 6.335 28.658Q6.382 28.713 6.407 28.783Q6.433 28.853 6.433 28.928Q6.433 29.033 6.382 29.125Q6.331 29.217 6.239 29.267Q6.148 29.318 6.042 29.318Q5.937 29.318 5.845 29.267Q5.753 29.217 5.702 29.125Q5.652 29.033 5.652 28.928Q5.652 28.510 6.040 28.363Q6.429 28.217 6.929 28.217Q7.261 28.217 7.614 28.347Q7.968 28.478 8.196 28.732Q8.425 28.986 8.425 29.334L8.425 31.135Q8.425 31.267 8.497 31.377Q8.570 31.486 8.698 31.486Q8.823 31.486 8.892 31.381Q8.960 31.275 8.960 31.135L8.960 30.623L9.241 30.623L9.241 31.135Q9.241 31.338 9.124 31.496Q9.007 31.654 8.825 31.738Q8.644 31.822 8.441 31.822Q8.210 31.822 8.058 31.650Q7.905 31.478 7.874 31.248Q7.714 31.529 7.405 31.695Q7.097 31.861 6.745 31.861Q6.234 31.861 5.810 31.638Q5.386 31.416 5.386 30.951M6.073 30.951Q6.073 31.236 6.300 31.422Q6.527 31.607 6.820 31.607Q7.066 31.607 7.290 31.490Q7.515 31.373 7.650 31.170Q7.784 30.967 7.784 30.713L7.784 29.881Q7.519 29.881 7.234 29.935Q6.948 29.990 6.677 30.119Q6.405 30.248 6.239 30.455Q6.073 30.662 6.073 30.951M11.913 33.775Q11.300 33.318 10.898 32.683Q10.495 32.049 10.300 31.303Q10.105 30.556 10.105 29.783Q10.105 29.010 10.300 28.263Q10.495 27.517 10.898 26.883Q11.300 26.248 11.913 25.791Q11.925 25.787 11.933 25.785Q11.941 25.783 11.952 25.783L12.030 25.783Q12.070 25.783 12.095 25.810Q12.120 25.838 12.120 25.881Q12.120 25.931 12.089 25.951Q11.581 26.404 11.259 27.027Q10.937 27.650 10.796 28.346Q10.655 29.041 10.655 29.783Q10.655 30.517 10.794 31.217Q10.933 31.916 11.257 32.541Q11.581 33.166 12.089 33.615Q12.120 33.635 12.120 33.685Q12.120 33.728 12.095 33.756Q12.070 33.783 12.030 33.783L11.952 33.783Q11.945 33.779 11.935 33.777Q11.925 33.775 11.913 33.775M13.464 30.822L13.464 28.631L12.761 28.631L12.761 28.377Q13.116 28.377 13.359 28.144Q13.601 27.912 13.712 27.564Q13.823 27.217 13.823 26.861L14.105 26.861L14.105 28.334L15.280 28.334L15.280 28.631L14.105 28.631L14.105 30.806Q14.105 31.127 14.224 31.355Q14.343 31.584 14.624 31.584Q14.804 31.584 14.921 31.461Q15.038 31.338 15.091 31.158Q15.144 30.978 15.144 30.806L15.144 30.334L15.425 30.334L15.425 30.822Q15.425 31.076 15.320 31.316Q15.214 31.556 15.017 31.709Q14.820 31.861 14.562 31.861Q14.245 31.861 13.993 31.738Q13.741 31.615 13.603 31.381Q13.464 31.146 13.464 30.822M16.546 33.783L16.464 33.783Q16.429 33.783 16.404 33.754Q16.378 33.724 16.378 33.685Q16.378 33.635 16.409 33.615Q16.796 33.279 17.079 32.830Q17.363 32.381 17.529 31.881Q17.695 31.381 17.769 30.863Q17.843 30.346 17.843 29.783Q17.843 29.213 17.769 28.697Q17.695 28.181 17.529 27.685Q17.363 27.189 17.083 26.742Q16.804 26.295 16.409 25.951Q16.378 25.931 16.378 25.881Q16.378 25.842 16.404 25.812Q16.429 25.783 16.464 25.783L16.546 25.783Q16.558 25.783 16.568 25.785Q16.577 25.787 16.585 25.791Q17.198 26.248 17.601 26.883Q18.003 27.517 18.198 28.263Q18.394 29.010 18.394 29.783Q18.394 30.556 18.198 31.303Q18.003 32.049 17.601 32.683Q17.198 33.318 16.585 33.775Q16.573 33.775 16.566 33.777Q16.558 33.779 16.546 33.783\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M140.2-52.153h19.918V-72.07H140.2Z\"\u002F>\u003Cg transform=\"translate(137.554 -91.733)\">\u003Cpath d=\"M5.386 30.951Q5.386 30.467 5.788 30.172Q6.191 29.877 6.741 29.758Q7.292 29.638 7.784 29.638L7.784 29.349Q7.784 29.123 7.669 28.916Q7.554 28.709 7.357 28.590Q7.159 28.471 6.929 28.471Q6.503 28.471 6.218 28.576Q6.288 28.603 6.335 28.658Q6.382 28.713 6.407 28.783Q6.433 28.853 6.433 28.928Q6.433 29.033 6.382 29.125Q6.331 29.217 6.239 29.267Q6.148 29.318 6.042 29.318Q5.937 29.318 5.845 29.267Q5.753 29.217 5.702 29.125Q5.652 29.033 5.652 28.928Q5.652 28.510 6.040 28.363Q6.429 28.217 6.929 28.217Q7.261 28.217 7.614 28.347Q7.968 28.478 8.196 28.732Q8.425 28.986 8.425 29.334L8.425 31.135Q8.425 31.267 8.497 31.377Q8.570 31.486 8.698 31.486Q8.823 31.486 8.892 31.381Q8.960 31.275 8.960 31.135L8.960 30.623L9.241 30.623L9.241 31.135Q9.241 31.338 9.124 31.496Q9.007 31.654 8.825 31.738Q8.644 31.822 8.441 31.822Q8.210 31.822 8.058 31.650Q7.905 31.478 7.874 31.248Q7.714 31.529 7.405 31.695Q7.097 31.861 6.745 31.861Q6.234 31.861 5.810 31.638Q5.386 31.416 5.386 30.951M6.073 30.951Q6.073 31.236 6.300 31.422Q6.527 31.607 6.820 31.607Q7.066 31.607 7.290 31.490Q7.515 31.373 7.650 31.170Q7.784 30.967 7.784 30.713L7.784 29.881Q7.519 29.881 7.234 29.935Q6.948 29.990 6.677 30.119Q6.405 30.248 6.239 30.455Q6.073 30.662 6.073 30.951M12.417 29.967L9.945 29.967Q9.866 29.955 9.818 29.906Q9.769 29.857 9.769 29.783Q9.769 29.709 9.818 29.660Q9.866 29.611 9.945 29.599L12.417 29.599L12.417 27.119Q12.445 26.951 12.601 26.951Q12.675 26.951 12.724 27Q12.773 27.049 12.784 27.119L12.784 29.599L15.257 29.599Q15.425 29.631 15.425 29.783Q15.425 29.935 15.257 29.967L12.784 29.967L12.784 32.447Q12.773 32.517 12.724 32.566Q12.675 32.615 12.601 32.615Q12.445 32.615 12.417 32.447L12.417 29.967M19.499 31.783L16.706 31.783L16.706 31.486Q17.769 31.486 17.769 31.224L17.769 27.056Q17.339 27.271 16.659 27.271L16.659 26.974Q17.679 26.974 18.195 26.463L18.339 26.463Q18.413 26.482 18.433 26.560L18.433 31.224Q18.433 31.486 19.499 31.486\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m63.578-54.347 26.294 20.11\"\u002F>\u003Cpath stroke=\"none\" d=\"m91.46-33.022-1.57-3.214-.018 2-1.925.541\"\u002F>\u003Cpath fill=\"none\" d=\"m160.318-54.347 26.293 20.11\"\u002F>\u003Cpath stroke=\"none\" d=\"m188.2-33.022-1.57-3.214-.019 2-1.925.541\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(19.182 -26.703)\">\u003Cpath d=\"M7.114 31.783L5.378 31.783L5.378 31.503Q5.607 31.503 5.756 31.469Q5.904 31.434 5.904 31.294L5.904 29.445Q5.904 29.175 5.797 29.114Q5.689 29.052 5.378 29.052L5.378 28.772L6.407 28.697L6.407 29.404Q6.537 29.096 6.779 28.897Q7.022 28.697 7.340 28.697Q7.559 28.697 7.730 28.821Q7.901 28.946 7.901 29.158Q7.901 29.295 7.801 29.394Q7.702 29.493 7.569 29.493Q7.432 29.493 7.333 29.394Q7.234 29.295 7.234 29.158Q7.234 29.018 7.333 28.919Q7.043 28.919 6.843 29.115Q6.643 29.312 6.550 29.606Q6.458 29.900 6.458 30.180L6.458 31.294Q6.458 31.503 7.114 31.503\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(19.182 -26.703)\">\u003Cpath d=\"M16.351 30.976L11.518 30.976Q11.450 30.966 11.404 30.920Q11.358 30.874 11.358 30.802Q11.358 30.737 11.404 30.691Q11.450 30.645 11.518 30.635L16.351 30.635Q16.420 30.645 16.466 30.691Q16.512 30.737 16.512 30.802Q16.512 30.874 16.466 30.920Q16.420 30.966 16.351 30.976M16.351 29.438L11.518 29.438Q11.450 29.428 11.404 29.382Q11.358 29.336 11.358 29.264Q11.358 29.120 11.518 29.096L16.351 29.096Q16.512 29.120 16.512 29.264Q16.512 29.336 16.466 29.382Q16.420 29.428 16.351 29.438\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(19.182 -26.703)\">\u003Cpath d=\"M22.202 31.783L20.096 31.783L20.096 31.503Q20.817 31.503 20.817 31.294L20.817 27.493Q20.817 27.282 20.096 27.282L20.096 27.001L22.434 27.001Q22.745 27.001 23.088 27.075Q23.432 27.148 23.753 27.304Q24.075 27.459 24.276 27.705Q24.478 27.951 24.478 28.276Q24.478 28.563 24.290 28.794Q24.102 29.025 23.825 29.173Q23.548 29.322 23.258 29.404Q23.593 29.507 23.827 29.739Q24.061 29.971 24.105 30.300L24.191 30.908Q24.218 31.120 24.264 31.289Q24.310 31.458 24.415 31.578Q24.519 31.698 24.707 31.698Q24.922 31.698 25.038 31.513Q25.155 31.328 25.155 31.096Q25.172 31.031 25.247 31.014L25.339 31.014Q25.421 31.034 25.421 31.116Q25.421 31.322 25.331 31.508Q25.240 31.694 25.074 31.809Q24.909 31.923 24.707 31.923Q24.369 31.923 24.075 31.822Q23.781 31.721 23.596 31.499Q23.411 31.277 23.411 30.929L23.411 30.320Q23.411 30.071 23.268 29.884Q23.124 29.698 22.901 29.599Q22.677 29.500 22.427 29.500L21.480 29.500L21.480 31.294Q21.480 31.503 22.202 31.503L22.202 31.783M21.480 27.493L21.480 29.278L22.335 29.278Q22.622 29.278 22.861 29.235Q23.100 29.192 23.288 29.083Q23.476 28.973 23.588 28.775Q23.699 28.577 23.699 28.276Q23.699 27.699 23.331 27.490Q22.964 27.282 22.335 27.282L21.846 27.282Q21.658 27.282 21.569 27.316Q21.480 27.350 21.480 27.493M27.951 33.533Q27.400 33.133 27.029 32.578Q26.659 32.022 26.477 31.376Q26.296 30.730 26.296 30.033Q26.296 29.520 26.397 29.025Q26.498 28.529 26.703 28.078Q26.908 27.627 27.221 27.235Q27.534 26.844 27.951 26.540Q27.961 26.536 27.968 26.535Q27.974 26.533 27.985 26.533L28.053 26.533Q28.087 26.533 28.109 26.557Q28.132 26.581 28.132 26.618Q28.132 26.663 28.104 26.680Q27.756 26.981 27.503 27.365Q27.250 27.750 27.098 28.191Q26.946 28.632 26.874 29.088Q26.802 29.544 26.802 30.033Q26.802 31.034 27.111 31.921Q27.421 32.808 28.104 33.393Q28.132 33.410 28.132 33.454Q28.132 33.492 28.109 33.516Q28.087 33.540 28.053 33.540L27.985 33.540Q27.978 33.536 27.969 33.535Q27.961 33.533 27.951 33.533M28.942 31.776L28.942 30.713Q28.942 30.689 28.969 30.662Q28.996 30.635 29.020 30.635L29.130 30.635Q29.195 30.635 29.208 30.693Q29.304 31.127 29.550 31.378Q29.796 31.629 30.210 31.629Q30.552 31.629 30.805 31.496Q31.057 31.363 31.057 31.055Q31.057 30.898 30.963 30.783Q30.870 30.669 30.731 30.600Q30.593 30.532 30.425 30.494L29.844 30.395Q29.489 30.327 29.215 30.106Q28.942 29.886 28.942 29.544Q28.942 29.295 29.053 29.120Q29.164 28.946 29.350 28.847Q29.536 28.748 29.752 28.705Q29.967 28.662 30.210 28.662Q30.623 28.662 30.904 28.844L31.119 28.669Q31.129 28.666 31.136 28.664Q31.143 28.662 31.153 28.662L31.204 28.662Q31.232 28.662 31.256 28.686Q31.280 28.710 31.280 28.738L31.280 29.585Q31.280 29.606 31.256 29.633Q31.232 29.660 31.204 29.660L31.092 29.660Q31.064 29.660 31.039 29.635Q31.013 29.609 31.013 29.585Q31.013 29.349 30.907 29.185Q30.801 29.021 30.618 28.939Q30.435 28.857 30.203 28.857Q29.875 28.857 29.619 28.960Q29.362 29.062 29.362 29.339Q29.362 29.534 29.545 29.643Q29.728 29.753 29.957 29.794L30.531 29.900Q30.777 29.948 30.991 30.076Q31.204 30.204 31.341 30.407Q31.478 30.611 31.478 30.860Q31.478 31.373 31.112 31.612Q30.746 31.851 30.210 31.851Q29.714 31.851 29.383 31.557L29.116 31.831Q29.096 31.851 29.068 31.851L29.020 31.851Q28.996 31.851 28.969 31.824Q28.942 31.797 28.942 31.776M32.606 33.013Q32.606 32.979 32.633 32.952Q32.903 32.723 33.052 32.400Q33.201 32.077 33.201 31.721L33.201 31.684Q33.091 31.783 32.927 31.783Q32.746 31.783 32.626 31.663Q32.507 31.544 32.507 31.363Q32.507 31.188 32.626 31.069Q32.746 30.949 32.927 30.949Q33.183 30.949 33.303 31.188Q33.423 31.428 33.423 31.721Q33.423 32.121 33.254 32.492Q33.084 32.863 32.787 33.119Q32.756 33.140 32.729 33.140Q32.688 33.140 32.647 33.099Q32.606 33.058 32.606 33.013M34.428 31.055Q34.428 30.723 34.651 30.496Q34.875 30.269 35.219 30.141Q35.562 30.012 35.935 29.960Q36.307 29.907 36.612 29.907L36.612 29.654Q36.612 29.449 36.504 29.269Q36.396 29.090 36.215 28.987Q36.034 28.885 35.826 28.885Q35.419 28.885 35.183 28.977Q35.272 29.014 35.318 29.098Q35.364 29.182 35.364 29.284Q35.364 29.380 35.318 29.459Q35.272 29.537 35.192 29.582Q35.111 29.626 35.022 29.626Q34.872 29.626 34.771 29.529Q34.670 29.431 34.670 29.284Q34.670 28.662 35.826 28.662Q36.037 28.662 36.287 28.726Q36.536 28.789 36.738 28.908Q36.940 29.028 37.066 29.213Q37.193 29.397 37.193 29.640L37.193 31.216Q37.193 31.332 37.254 31.428Q37.316 31.523 37.429 31.523Q37.538 31.523 37.603 31.429Q37.668 31.335 37.668 31.216L37.668 30.768L37.934 30.768L37.934 31.216Q37.934 31.486 37.707 31.651Q37.480 31.817 37.200 31.817Q36.991 31.817 36.854 31.663Q36.718 31.510 36.694 31.294Q36.547 31.561 36.265 31.706Q35.983 31.851 35.658 31.851Q35.381 31.851 35.098 31.776Q34.814 31.701 34.621 31.522Q34.428 31.342 34.428 31.055M35.043 31.055Q35.043 31.229 35.144 31.359Q35.245 31.489 35.400 31.559Q35.556 31.629 35.720 31.629Q35.938 31.629 36.147 31.532Q36.355 31.434 36.484 31.253Q36.612 31.072 36.612 30.846L36.612 30.118Q36.287 30.118 35.921 30.209Q35.556 30.300 35.299 30.512Q35.043 30.723 35.043 31.055M38.673 33.540L38.604 33.540Q38.570 33.540 38.548 33.514Q38.526 33.489 38.526 33.454Q38.526 33.410 38.557 33.393Q38.912 33.089 39.161 32.699Q39.411 32.309 39.563 31.877Q39.715 31.445 39.785 30.976Q39.855 30.508 39.855 30.033Q39.855 29.554 39.785 29.088Q39.715 28.621 39.561 28.186Q39.408 27.750 39.156 27.362Q38.905 26.974 38.557 26.680Q38.526 26.663 38.526 26.618Q38.526 26.584 38.548 26.559Q38.570 26.533 38.604 26.533L38.673 26.533Q38.683 26.533 38.692 26.535Q38.700 26.536 38.710 26.540Q39.254 26.940 39.626 27.493Q39.999 28.047 40.180 28.693Q40.361 29.339 40.361 30.033Q40.361 30.734 40.180 31.381Q39.999 32.029 39.625 32.583Q39.250 33.137 38.710 33.533Q38.700 33.533 38.692 33.535Q38.683 33.536 38.673 33.540\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M5.423 31.055Q5.423 30.723 5.646 30.496Q5.870 30.269 6.214 30.141Q6.557 30.012 6.930 29.960Q7.302 29.907 7.607 29.907L7.607 29.654Q7.607 29.449 7.499 29.269Q7.391 29.090 7.210 28.987Q7.029 28.885 6.821 28.885Q6.414 28.885 6.178 28.977Q6.267 29.014 6.313 29.098Q6.359 29.182 6.359 29.284Q6.359 29.380 6.313 29.459Q6.267 29.537 6.186 29.582Q6.106 29.626 6.017 29.626Q5.867 29.626 5.766 29.529Q5.665 29.431 5.665 29.284Q5.665 28.662 6.821 28.662Q7.032 28.662 7.282 28.726Q7.531 28.789 7.733 28.908Q7.935 29.028 8.061 29.213Q8.188 29.397 8.188 29.640L8.188 31.216Q8.188 31.332 8.249 31.428Q8.311 31.523 8.424 31.523Q8.533 31.523 8.598 31.429Q8.663 31.335 8.663 31.216L8.663 30.768L8.929 30.768L8.929 31.216Q8.929 31.486 8.702 31.651Q8.475 31.817 8.195 31.817Q7.986 31.817 7.849 31.663Q7.713 31.510 7.689 31.294Q7.542 31.561 7.260 31.706Q6.978 31.851 6.653 31.851Q6.376 31.851 6.092 31.776Q5.809 31.701 5.616 31.522Q5.423 31.342 5.423 31.055M6.038 31.055Q6.038 31.229 6.139 31.359Q6.239 31.489 6.395 31.559Q6.550 31.629 6.715 31.629Q6.933 31.629 7.142 31.532Q7.350 31.434 7.478 31.253Q7.607 31.072 7.607 30.846L7.607 30.118Q7.282 30.118 6.916 30.209Q6.550 30.300 6.294 30.512Q6.038 30.723 6.038 31.055M9.305 32.316Q9.305 32.070 9.502 31.886Q9.698 31.701 9.955 31.622Q9.818 31.510 9.746 31.349Q9.675 31.188 9.675 31.007Q9.675 30.686 9.886 30.440Q9.551 30.142 9.551 29.732Q9.551 29.271 9.941 28.984Q10.331 28.697 10.809 28.697Q11.281 28.697 11.616 28.943Q11.790 28.789 12 28.707Q12.211 28.625 12.440 28.625Q12.604 28.625 12.725 28.732Q12.846 28.840 12.846 29.004Q12.846 29.100 12.775 29.172Q12.703 29.243 12.611 29.243Q12.511 29.243 12.441 29.170Q12.371 29.096 12.371 28.997Q12.371 28.943 12.385 28.912L12.392 28.898Q12.399 28.878 12.407 28.867Q12.416 28.857 12.419 28.850Q12.064 28.850 11.777 29.073Q12.064 29.366 12.064 29.732Q12.064 30.047 11.879 30.279Q11.695 30.512 11.406 30.640Q11.117 30.768 10.809 30.768Q10.608 30.768 10.416 30.718Q10.225 30.669 10.047 30.559Q9.955 30.686 9.955 30.829Q9.955 31.011 10.083 31.146Q10.211 31.281 10.396 31.281L11.028 31.281Q11.476 31.281 11.845 31.352Q12.214 31.424 12.474 31.653Q12.734 31.882 12.734 32.316Q12.734 32.637 12.438 32.839Q12.142 33.041 11.739 33.130Q11.336 33.219 11.021 33.219Q10.703 33.219 10.300 33.130Q9.897 33.041 9.601 32.839Q9.305 32.637 9.305 32.316M9.760 32.316Q9.760 32.545 9.979 32.694Q10.197 32.843 10.490 32.911Q10.782 32.979 11.021 32.979Q11.185 32.979 11.394 32.943Q11.602 32.908 11.809 32.827Q12.016 32.747 12.147 32.619Q12.279 32.491 12.279 32.316Q12.279 31.964 11.898 31.870Q11.517 31.776 11.014 31.776L10.396 31.776Q10.156 31.776 9.958 31.927Q9.760 32.077 9.760 32.316M10.809 30.529Q11.476 30.529 11.476 29.732Q11.476 28.932 10.809 28.932Q10.139 28.932 10.139 29.732Q10.139 30.529 10.809 30.529M13.287 30.248Q13.287 29.927 13.412 29.638Q13.537 29.349 13.762 29.126Q13.988 28.902 14.284 28.782Q14.579 28.662 14.897 28.662Q15.225 28.662 15.487 28.762Q15.748 28.861 15.924 29.043Q16.100 29.226 16.194 29.484Q16.288 29.742 16.288 30.074Q16.288 30.166 16.206 30.187L13.950 30.187L13.950 30.248Q13.950 30.836 14.234 31.219Q14.518 31.602 15.085 31.602Q15.406 31.602 15.675 31.409Q15.943 31.216 16.032 30.901Q16.039 30.860 16.114 30.846L16.206 30.846Q16.288 30.870 16.288 30.942Q16.288 30.949 16.281 30.976Q16.169 31.373 15.798 31.612Q15.427 31.851 15.003 31.851Q14.566 31.851 14.166 31.643Q13.766 31.434 13.527 31.067Q13.287 30.700 13.287 30.248M13.957 29.978L15.772 29.978Q15.772 29.701 15.675 29.449Q15.577 29.196 15.379 29.040Q15.181 28.885 14.897 28.885Q14.620 28.885 14.407 29.043Q14.193 29.202 14.075 29.457Q13.957 29.712 13.957 29.978M18.558 31.783L16.924 31.783L16.924 31.503Q17.153 31.503 17.302 31.469Q17.450 31.434 17.450 31.294L17.450 29.445Q17.450 29.175 17.343 29.114Q17.235 29.052 16.924 29.052L16.924 28.772L17.984 28.697L17.984 29.346Q18.154 29.038 18.459 28.867Q18.763 28.697 19.108 28.697Q19.614 28.697 19.898 28.920Q20.181 29.144 20.181 29.640L20.181 31.294Q20.181 31.431 20.330 31.467Q20.479 31.503 20.704 31.503L20.704 31.783L19.074 31.783L19.074 31.503Q19.303 31.503 19.452 31.469Q19.600 31.434 19.600 31.294L19.600 29.654Q19.600 29.319 19.481 29.119Q19.361 28.919 19.047 28.919Q18.777 28.919 18.542 29.055Q18.308 29.192 18.170 29.426Q18.031 29.660 18.031 29.934L18.031 31.294Q18.031 31.431 18.182 31.467Q18.332 31.503 18.558 31.503\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M21.620 30.942L21.620 29.045L20.981 29.045L20.981 28.823Q21.299 28.823 21.516 28.613Q21.733 28.403 21.833 28.093Q21.934 27.784 21.934 27.476L22.201 27.476L22.201 28.765L23.278 28.765L23.278 29.045L22.201 29.045L22.201 30.929Q22.201 31.205 22.305 31.404Q22.409 31.602 22.669 31.602Q22.826 31.602 22.932 31.498Q23.038 31.393 23.088 31.240Q23.137 31.086 23.137 30.929L23.137 30.515L23.404 30.515L23.404 30.942Q23.404 31.168 23.305 31.378Q23.206 31.588 23.021 31.720Q22.837 31.851 22.608 31.851Q22.170 31.851 21.895 31.614Q21.620 31.376 21.620 30.942\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M26.913 31.776L26.913 30.713Q26.913 30.689 26.941 30.662Q26.968 30.635 26.992 30.635L27.101 30.635Q27.166 30.635 27.180 30.693Q27.276 31.127 27.522 31.378Q27.768 31.629 28.182 31.629Q28.523 31.629 28.776 31.496Q29.029 31.363 29.029 31.055Q29.029 30.898 28.935 30.783Q28.841 30.669 28.703 30.600Q28.564 30.532 28.397 30.494L27.816 30.395Q27.460 30.327 27.187 30.106Q26.913 29.886 26.913 29.544Q26.913 29.295 27.025 29.120Q27.136 28.946 27.322 28.847Q27.508 28.748 27.724 28.705Q27.939 28.662 28.182 28.662Q28.595 28.662 28.875 28.844L29.091 28.669Q29.101 28.666 29.108 28.664Q29.115 28.662 29.125 28.662L29.176 28.662Q29.203 28.662 29.227 28.686Q29.251 28.710 29.251 28.738L29.251 29.585Q29.251 29.606 29.227 29.633Q29.203 29.660 29.176 29.660L29.063 29.660Q29.036 29.660 29.010 29.635Q28.985 29.609 28.985 29.585Q28.985 29.349 28.879 29.185Q28.773 29.021 28.590 28.939Q28.407 28.857 28.175 28.857Q27.847 28.857 27.590 28.960Q27.334 29.062 27.334 29.339Q27.334 29.534 27.517 29.643Q27.700 29.753 27.929 29.794L28.503 29.900Q28.749 29.948 28.963 30.076Q29.176 30.204 29.313 30.407Q29.450 30.611 29.450 30.860Q29.450 31.373 29.084 31.612Q28.718 31.851 28.182 31.851Q27.686 31.851 27.354 31.557L27.088 31.831Q27.067 31.851 27.040 31.851L26.992 31.851Q26.968 31.851 26.941 31.824Q26.913 31.797 26.913 31.776M30.037 30.248Q30.037 29.927 30.162 29.638Q30.287 29.349 30.513 29.126Q30.738 28.902 31.034 28.782Q31.329 28.662 31.647 28.662Q31.975 28.662 32.237 28.762Q32.498 28.861 32.674 29.043Q32.850 29.226 32.944 29.484Q33.038 29.742 33.038 30.074Q33.038 30.166 32.956 30.187L30.701 30.187L30.701 30.248Q30.701 30.836 30.984 31.219Q31.268 31.602 31.835 31.602Q32.157 31.602 32.425 31.409Q32.693 31.216 32.782 30.901Q32.789 30.860 32.864 30.846L32.956 30.846Q33.038 30.870 33.038 30.942Q33.038 30.949 33.032 30.976Q32.919 31.373 32.548 31.612Q32.177 31.851 31.753 31.851Q31.316 31.851 30.916 31.643Q30.516 31.434 30.277 31.067Q30.037 30.700 30.037 30.248M30.707 29.978L32.522 29.978Q32.522 29.701 32.425 29.449Q32.328 29.196 32.129 29.040Q31.931 28.885 31.647 28.885Q31.370 28.885 31.157 29.043Q30.943 29.202 30.825 29.457Q30.707 29.712 30.707 29.978M33.585 30.248Q33.585 29.927 33.710 29.638Q33.835 29.349 34.060 29.126Q34.286 28.902 34.582 28.782Q34.877 28.662 35.195 28.662Q35.523 28.662 35.785 28.762Q36.046 28.861 36.222 29.043Q36.398 29.226 36.492 29.484Q36.586 29.742 36.586 30.074Q36.586 30.166 36.504 30.187L34.248 30.187L34.248 30.248Q34.248 30.836 34.532 31.219Q34.816 31.602 35.383 31.602Q35.704 31.602 35.973 31.409Q36.241 31.216 36.330 30.901Q36.337 30.860 36.412 30.846L36.504 30.846Q36.586 30.870 36.586 30.942Q36.586 30.949 36.579 30.976Q36.467 31.373 36.096 31.612Q35.725 31.851 35.301 31.851Q34.864 31.851 34.464 31.643Q34.064 31.434 33.825 31.067Q33.585 30.700 33.585 30.248M34.255 29.978L36.070 29.978Q36.070 29.701 35.973 29.449Q35.875 29.196 35.677 29.040Q35.479 28.885 35.195 28.885Q34.918 28.885 34.705 29.043Q34.491 29.202 34.373 29.457Q34.255 29.712 34.255 29.978M37.174 31.776L37.174 30.713Q37.174 30.689 37.202 30.662Q37.229 30.635 37.253 30.635L37.362 30.635Q37.427 30.635 37.441 30.693Q37.537 31.127 37.783 31.378Q38.029 31.629 38.442 31.629Q38.784 31.629 39.037 31.496Q39.290 31.363 39.290 31.055Q39.290 30.898 39.196 30.783Q39.102 30.669 38.964 30.600Q38.825 30.532 38.658 30.494L38.077 30.395Q37.721 30.327 37.448 30.106Q37.174 29.886 37.174 29.544Q37.174 29.295 37.285 29.120Q37.396 28.946 37.583 28.847Q37.769 28.748 37.984 28.705Q38.200 28.662 38.442 28.662Q38.856 28.662 39.136 28.844L39.351 28.669Q39.362 28.666 39.369 28.664Q39.375 28.662 39.386 28.662L39.437 28.662Q39.464 28.662 39.488 28.686Q39.512 28.710 39.512 28.738L39.512 29.585Q39.512 29.606 39.488 29.633Q39.464 29.660 39.437 29.660L39.324 29.660Q39.297 29.660 39.271 29.635Q39.245 29.609 39.245 29.585Q39.245 29.349 39.140 29.185Q39.034 29.021 38.851 28.939Q38.668 28.857 38.435 28.857Q38.107 28.857 37.851 28.960Q37.595 29.062 37.595 29.339Q37.595 29.534 37.777 29.643Q37.960 29.753 38.189 29.794L38.764 29.900Q39.010 29.948 39.223 30.076Q39.437 30.204 39.574 30.407Q39.710 30.611 39.710 30.860Q39.710 31.373 39.345 31.612Q38.979 31.851 38.442 31.851Q37.947 31.851 37.615 31.557L37.349 31.831Q37.328 31.851 37.301 31.851L37.253 31.851Q37.229 31.851 37.202 31.824Q37.174 31.797 37.174 31.776\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M43.013 30.300Q43.013 29.958 43.148 29.659Q43.283 29.360 43.523 29.136Q43.762 28.912 44.080 28.787Q44.398 28.662 44.729 28.662Q45.174 28.662 45.573 28.878Q45.973 29.093 46.208 29.471Q46.442 29.848 46.442 30.300Q46.442 30.641 46.300 30.925Q46.158 31.209 45.914 31.416Q45.669 31.622 45.360 31.737Q45.051 31.851 44.729 31.851Q44.299 31.851 43.897 31.650Q43.495 31.448 43.254 31.096Q43.013 30.744 43.013 30.300M44.729 31.602Q45.331 31.602 45.555 31.224Q45.779 30.846 45.779 30.214Q45.779 29.602 45.544 29.243Q45.310 28.885 44.729 28.885Q43.677 28.885 43.677 30.214Q43.677 30.846 43.902 31.224Q44.128 31.602 44.729 31.602M48.718 31.783L47.084 31.783L47.084 31.503Q47.313 31.503 47.462 31.469Q47.611 31.434 47.611 31.294L47.611 29.445Q47.611 29.175 47.503 29.114Q47.395 29.052 47.084 29.052L47.084 28.772L48.144 28.697L48.144 29.346Q48.315 29.038 48.619 28.867Q48.923 28.697 49.268 28.697Q49.774 28.697 50.058 28.920Q50.342 29.144 50.342 29.640L50.342 31.294Q50.342 31.431 50.490 31.467Q50.639 31.503 50.865 31.503L50.865 31.783L49.234 31.783L49.234 31.503Q49.463 31.503 49.612 31.469Q49.761 31.434 49.761 31.294L49.761 29.654Q49.761 29.319 49.641 29.119Q49.521 28.919 49.207 28.919Q48.937 28.919 48.703 29.055Q48.469 29.192 48.330 29.426Q48.192 29.660 48.192 29.934L48.192 31.294Q48.192 31.431 48.342 31.467Q48.492 31.503 48.718 31.503L48.718 31.783M53.120 31.783L51.517 31.783L51.517 31.503Q51.743 31.503 51.892 31.469Q52.040 31.434 52.040 31.294L52.040 27.675Q52.040 27.405 51.933 27.343Q51.825 27.282 51.517 27.282L51.517 27.001L52.594 26.926L52.594 31.294Q52.594 31.431 52.744 31.467Q52.895 31.503 53.120 31.503L53.120 31.783M54.050 32.918Q54.180 32.986 54.317 32.986Q54.488 32.986 54.638 32.897Q54.788 32.808 54.899 32.663Q55.011 32.518 55.089 32.350L55.352 31.783L54.183 29.257Q54.108 29.110 53.978 29.078Q53.848 29.045 53.616 29.045L53.616 28.765L55.137 28.765L55.137 29.045Q54.788 29.045 54.788 29.192Q54.792 29.213 54.793 29.230Q54.795 29.247 54.795 29.257L55.653 31.116L56.426 29.445Q56.460 29.377 56.460 29.298Q56.460 29.185 56.376 29.115Q56.292 29.045 56.179 29.045L56.179 28.765L57.376 28.765L57.376 29.045Q57.157 29.045 56.984 29.149Q56.812 29.254 56.719 29.445L55.383 32.350Q55.212 32.720 54.942 32.966Q54.672 33.212 54.317 33.212Q54.047 33.212 53.828 33.046Q53.609 32.880 53.609 32.617Q53.609 32.480 53.701 32.391Q53.794 32.303 53.934 32.303Q54.071 32.303 54.159 32.391Q54.248 32.480 54.248 32.617Q54.248 32.720 54.195 32.798Q54.142 32.877 54.050 32.918\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M61.144 30.942L61.144 29.045L60.505 29.045L60.505 28.823Q60.823 28.823 61.040 28.613Q61.257 28.403 61.357 28.093Q61.458 27.784 61.458 27.476L61.725 27.476L61.725 28.765L62.802 28.765L62.802 29.045L61.725 29.045L61.725 30.929Q61.725 31.205 61.829 31.404Q61.933 31.602 62.193 31.602Q62.350 31.602 62.456 31.498Q62.562 31.393 62.612 31.240Q62.661 31.086 62.661 30.929L62.661 30.515L62.928 30.515L62.928 30.942Q62.928 31.168 62.829 31.378Q62.730 31.588 62.545 31.720Q62.361 31.851 62.132 31.851Q61.694 31.851 61.419 31.614Q61.144 31.376 61.144 30.942M65.420 31.783L63.786 31.783L63.786 31.503Q64.015 31.503 64.164 31.469Q64.312 31.434 64.312 31.294L64.312 27.675Q64.312 27.405 64.205 27.343Q64.097 27.282 63.786 27.282L63.786 27.001L64.866 26.926L64.866 29.312Q64.972 29.127 65.150 28.985Q65.327 28.844 65.536 28.770Q65.744 28.697 65.970 28.697Q66.476 28.697 66.760 28.920Q67.043 29.144 67.043 29.640L67.043 31.294Q67.043 31.431 67.192 31.467Q67.341 31.503 67.566 31.503L67.566 31.783L65.936 31.783L65.936 31.503Q66.165 31.503 66.313 31.469Q66.462 31.434 66.462 31.294L66.462 29.654Q66.462 29.319 66.343 29.119Q66.223 28.919 65.908 28.919Q65.638 28.919 65.404 29.055Q65.170 29.192 65.032 29.426Q64.893 29.660 64.893 29.934L64.893 31.294Q64.893 31.431 65.044 31.467Q65.194 31.503 65.420 31.503L65.420 31.783M69.771 31.783L68.219 31.783L68.219 31.503Q68.445 31.503 68.593 31.469Q68.742 31.434 68.742 31.294L68.742 29.445Q68.742 29.257 68.694 29.173Q68.646 29.090 68.549 29.071Q68.451 29.052 68.240 29.052L68.240 28.772L69.296 28.697L69.296 31.294Q69.296 31.434 69.427 31.469Q69.559 31.503 69.771 31.503L69.771 31.783M68.499 27.476Q68.499 27.305 68.622 27.186Q68.745 27.066 68.916 27.066Q69.084 27.066 69.207 27.186Q69.330 27.305 69.330 27.476Q69.330 27.651 69.207 27.774Q69.084 27.897 68.916 27.897Q68.745 27.897 68.622 27.774Q68.499 27.651 68.499 27.476M70.417 31.776L70.417 30.713Q70.417 30.689 70.444 30.662Q70.471 30.635 70.495 30.635L70.605 30.635Q70.670 30.635 70.683 30.693Q70.779 31.127 71.025 31.378Q71.271 31.629 71.685 31.629Q72.027 31.629 72.280 31.496Q72.532 31.363 72.532 31.055Q72.532 30.898 72.438 30.783Q72.345 30.669 72.206 30.600Q72.068 30.532 71.900 30.494L71.319 30.395Q70.964 30.327 70.690 30.106Q70.417 29.886 70.417 29.544Q70.417 29.295 70.528 29.120Q70.639 28.946 70.825 28.847Q71.011 28.748 71.227 28.705Q71.442 28.662 71.685 28.662Q72.098 28.662 72.379 28.844L72.594 28.669Q72.604 28.666 72.611 28.664Q72.618 28.662 72.628 28.662L72.679 28.662Q72.707 28.662 72.731 28.686Q72.755 28.710 72.755 28.738L72.755 29.585Q72.755 29.606 72.731 29.633Q72.707 29.660 72.679 29.660L72.567 29.660Q72.539 29.660 72.514 29.635Q72.488 29.609 72.488 29.585Q72.488 29.349 72.382 29.185Q72.276 29.021 72.093 28.939Q71.910 28.857 71.678 28.857Q71.350 28.857 71.094 28.960Q70.837 29.062 70.837 29.339Q70.837 29.534 71.020 29.643Q71.203 29.753 71.432 29.794L72.006 29.900Q72.252 29.948 72.466 30.076Q72.679 30.204 72.816 30.407Q72.953 30.611 72.953 30.860Q72.953 31.373 72.587 31.612Q72.221 31.851 71.685 31.851Q71.189 31.851 70.858 31.557L70.591 31.831Q70.571 31.851 70.543 31.851L70.495 31.851Q70.471 31.851 70.444 31.824Q70.417 31.797 70.417 31.776\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M78.035 31.783L76.299 31.783L76.299 31.503Q76.528 31.503 76.677 31.469Q76.825 31.434 76.825 31.294L76.825 29.445Q76.825 29.175 76.718 29.114Q76.610 29.052 76.299 29.052L76.299 28.772L77.328 28.697L77.328 29.404Q77.458 29.096 77.700 28.897Q77.943 28.697 78.261 28.697Q78.480 28.697 78.651 28.821Q78.822 28.946 78.822 29.158Q78.822 29.295 78.722 29.394Q78.623 29.493 78.490 29.493Q78.353 29.493 78.254 29.394Q78.155 29.295 78.155 29.158Q78.155 29.018 78.254 28.919Q77.964 28.919 77.764 29.115Q77.564 29.312 77.471 29.606Q77.379 29.900 77.379 30.180L77.379 31.294Q77.379 31.503 78.035 31.503L78.035 31.783M79.365 30.300Q79.365 29.958 79.500 29.659Q79.635 29.360 79.874 29.136Q80.114 28.912 80.431 28.787Q80.749 28.662 81.081 28.662Q81.525 28.662 81.925 28.878Q82.325 29.093 82.559 29.471Q82.793 29.848 82.793 30.300Q82.793 30.641 82.651 30.925Q82.510 31.209 82.265 31.416Q82.021 31.622 81.711 31.737Q81.402 31.851 81.081 31.851Q80.650 31.851 80.249 31.650Q79.847 31.448 79.606 31.096Q79.365 30.744 79.365 30.300M81.081 31.602Q81.682 31.602 81.906 31.224Q82.130 30.846 82.130 30.214Q82.130 29.602 81.896 29.243Q81.662 28.885 81.081 28.885Q80.028 28.885 80.028 30.214Q80.028 30.846 80.254 31.224Q80.479 31.602 81.081 31.602\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(54.976 28.31)\">\u003Cpath d=\"M84.569 31.756L83.588 29.257Q83.527 29.114 83.409 29.079Q83.291 29.045 83.075 29.045L83.075 28.765L84.555 28.765L84.555 29.045Q84.176 29.045 84.176 29.206Q84.176 29.216 84.190 29.257L84.904 31.089L85.577 29.384Q85.547 29.312 85.547 29.284Q85.547 29.257 85.519 29.257Q85.458 29.110 85.340 29.078Q85.222 29.045 85.010 29.045L85.010 28.765L86.408 28.765L86.408 29.045Q86.032 29.045 86.032 29.206Q86.032 29.237 86.039 29.257L86.794 31.195L87.481 29.445Q87.502 29.394 87.502 29.339Q87.502 29.199 87.389 29.122Q87.276 29.045 87.136 29.045L87.136 28.765L88.356 28.765L88.356 29.045Q88.151 29.045 87.996 29.151Q87.840 29.257 87.768 29.445L86.863 31.756Q86.828 31.851 86.716 31.851L86.647 31.851Q86.538 31.851 86.500 31.756L85.718 29.753L84.931 31.756Q84.897 31.851 84.784 31.851L84.716 31.851Q84.607 31.851 84.569 31.756\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-67.32 -62.73)\">\u003Cpath d=\"M9.199 23.783L7.565 23.783L7.565 23.503Q7.794 23.503 7.943 23.469Q8.092 23.434 8.092 23.294L8.092 19.675Q8.092 19.405 7.984 19.343Q7.876 19.282 7.565 19.282L7.565 19.001L8.645 18.926L8.645 21.312Q8.751 21.127 8.929 20.985Q9.107 20.844 9.315 20.770Q9.524 20.697 9.749 20.697Q10.255 20.697 10.539 20.920Q10.823 21.144 10.823 21.640L10.823 23.294Q10.823 23.431 10.971 23.467Q11.120 23.503 11.346 23.503L11.346 23.783L9.715 23.783L9.715 23.503Q9.944 23.503 10.093 23.469Q10.242 23.434 10.242 23.294L10.242 21.654Q10.242 21.319 10.122 21.119Q10.002 20.919 9.688 20.919Q9.418 20.919 9.184 21.055Q8.950 21.192 8.811 21.426Q8.673 21.660 8.673 21.934L8.673 23.294Q8.673 23.431 8.823 23.467Q8.974 23.503 9.199 23.503L9.199 23.783M13.550 23.783L11.998 23.783L11.998 23.503Q12.224 23.503 12.373 23.469Q12.521 23.434 12.521 23.294L12.521 21.445Q12.521 21.257 12.474 21.173Q12.426 21.090 12.328 21.071Q12.231 21.052 12.019 21.052L12.019 20.772L13.075 20.697L13.075 23.294Q13.075 23.434 13.207 23.469Q13.338 23.503 13.550 23.503L13.550 23.783M12.279 19.476Q12.279 19.305 12.402 19.186Q12.525 19.066 12.696 19.066Q12.863 19.066 12.986 19.186Q13.109 19.305 13.109 19.476Q13.109 19.651 12.986 19.774Q12.863 19.897 12.696 19.897Q12.525 19.897 12.402 19.774Q12.279 19.651 12.279 19.476M14.196 22.272Q14.196 21.934 14.336 21.643Q14.476 21.353 14.721 21.139Q14.965 20.926 15.269 20.811Q15.574 20.697 15.898 20.697Q16.168 20.697 16.432 20.796Q16.695 20.895 16.886 21.073L16.886 19.675Q16.886 19.405 16.778 19.343Q16.671 19.282 16.360 19.282L16.360 19.001L17.436 18.926L17.436 23.110Q17.436 23.298 17.491 23.381Q17.546 23.465 17.647 23.484Q17.747 23.503 17.963 23.503L17.963 23.783L16.855 23.851L16.855 23.434Q16.438 23.851 15.813 23.851Q15.382 23.851 15.010 23.639Q14.637 23.428 14.417 23.067Q14.196 22.706 14.196 22.272M15.871 23.629Q16.079 23.629 16.266 23.557Q16.452 23.486 16.606 23.349Q16.760 23.212 16.855 23.034L16.855 21.425Q16.770 21.278 16.625 21.158Q16.479 21.038 16.310 20.979Q16.141 20.919 15.960 20.919Q15.399 20.919 15.131 21.308Q14.863 21.698 14.863 22.279Q14.863 22.850 15.097 23.240Q15.331 23.629 15.871 23.629M18.612 22.272Q18.612 21.934 18.752 21.643Q18.892 21.353 19.137 21.139Q19.381 20.926 19.685 20.811Q19.990 20.697 20.314 20.697Q20.584 20.697 20.848 20.796Q21.111 20.895 21.302 21.073L21.302 19.675Q21.302 19.405 21.194 19.343Q21.087 19.282 20.776 19.282L20.776 19.001L21.852 18.926L21.852 23.110Q21.852 23.298 21.907 23.381Q21.962 23.465 22.063 23.484Q22.163 23.503 22.379 23.503L22.379 23.783L21.271 23.851L21.271 23.434Q20.854 23.851 20.229 23.851Q19.798 23.851 19.426 23.639Q19.053 23.428 18.833 23.067Q18.612 22.706 18.612 22.272M20.287 23.629Q20.495 23.629 20.682 23.557Q20.868 23.486 21.022 23.349Q21.176 23.212 21.271 23.034L21.271 21.425Q21.186 21.278 21.041 21.158Q20.895 21.038 20.726 20.979Q20.557 20.919 20.376 20.919Q19.815 20.919 19.547 21.308Q19.279 21.698 19.279 22.279Q19.279 22.850 19.513 23.240Q19.747 23.629 20.287 23.629M22.987 22.248Q22.987 21.927 23.112 21.638Q23.237 21.349 23.462 21.126Q23.688 20.902 23.984 20.782Q24.279 20.662 24.597 20.662Q24.925 20.662 25.187 20.762Q25.448 20.861 25.624 21.043Q25.800 21.226 25.894 21.484Q25.988 21.742 25.988 22.074Q25.988 22.166 25.906 22.187L23.650 22.187L23.650 22.248Q23.650 22.836 23.934 23.219Q24.218 23.602 24.785 23.602Q25.106 23.602 25.375 23.409Q25.643 23.216 25.732 22.901Q25.739 22.860 25.814 22.846L25.906 22.846Q25.988 22.870 25.988 22.942Q25.988 22.949 25.981 22.976Q25.869 23.373 25.498 23.612Q25.127 23.851 24.703 23.851Q24.265 23.851 23.866 23.643Q23.466 23.434 23.226 23.067Q22.987 22.700 22.987 22.248M23.657 21.978L25.472 21.978Q25.472 21.701 25.375 21.449Q25.277 21.196 25.079 21.040Q24.881 20.885 24.597 20.885Q24.320 20.885 24.107 21.043Q23.893 21.202 23.775 21.457Q23.657 21.712 23.657 21.978M28.258 23.783L26.624 23.783L26.624 23.503Q26.853 23.503 27.002 23.469Q27.150 23.434 27.150 23.294L27.150 21.445Q27.150 21.175 27.043 21.114Q26.935 21.052 26.624 21.052L26.624 20.772L27.683 20.697L27.683 21.346Q27.854 21.038 28.159 20.867Q28.463 20.697 28.808 20.697Q29.314 20.697 29.598 20.920Q29.881 21.144 29.881 21.640L29.881 23.294Q29.881 23.431 30.030 23.467Q30.179 23.503 30.404 23.503L30.404 23.783L28.774 23.783L28.774 23.503Q29.003 23.503 29.151 23.469Q29.300 23.434 29.300 23.294L29.300 21.654Q29.300 21.319 29.181 21.119Q29.061 20.919 28.746 20.919Q28.476 20.919 28.242 21.055Q28.008 21.192 27.870 21.426Q27.731 21.660 27.731 21.934L27.731 23.294Q27.731 23.431 27.882 23.467Q28.032 23.503 28.258 23.503\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-67.32 -62.73)\">\u003Cpath d=\"M33.697 23.776L33.697 22.713Q33.697 22.689 33.725 22.662Q33.752 22.635 33.776 22.635L33.885 22.635Q33.950 22.635 33.964 22.693Q34.060 23.127 34.306 23.378Q34.552 23.629 34.966 23.629Q35.307 23.629 35.560 23.496Q35.813 23.363 35.813 23.055Q35.813 22.898 35.719 22.783Q35.625 22.669 35.487 22.600Q35.348 22.532 35.181 22.494L34.600 22.395Q34.244 22.327 33.971 22.106Q33.697 21.886 33.697 21.544Q33.697 21.295 33.809 21.120Q33.920 20.946 34.106 20.847Q34.292 20.748 34.508 20.705Q34.723 20.662 34.966 20.662Q35.379 20.662 35.659 20.844L35.875 20.669Q35.885 20.666 35.892 20.664Q35.899 20.662 35.909 20.662L35.960 20.662Q35.987 20.662 36.011 20.686Q36.035 20.710 36.035 20.738L36.035 21.585Q36.035 21.606 36.011 21.633Q35.987 21.660 35.960 21.660L35.847 21.660Q35.820 21.660 35.794 21.635Q35.769 21.609 35.769 21.585Q35.769 21.349 35.663 21.185Q35.557 21.021 35.374 20.939Q35.191 20.857 34.959 20.857Q34.631 20.857 34.374 20.960Q34.118 21.062 34.118 21.339Q34.118 21.534 34.301 21.643Q34.484 21.753 34.713 21.794L35.287 21.900Q35.533 21.948 35.747 22.076Q35.960 22.204 36.097 22.407Q36.234 22.611 36.234 22.860Q36.234 23.373 35.868 23.612Q35.502 23.851 34.966 23.851Q34.470 23.851 34.138 23.557L33.872 23.831Q33.851 23.851 33.824 23.851L33.776 23.851Q33.752 23.851 33.725 23.824Q33.697 23.797 33.697 23.776M37.389 22.942L37.389 21.045L36.750 21.045L36.750 20.823Q37.068 20.823 37.285 20.613Q37.502 20.403 37.602 20.093Q37.703 19.784 37.703 19.476L37.970 19.476L37.970 20.765L39.047 20.765L39.047 21.045L37.970 21.045L37.970 22.929Q37.970 23.205 38.074 23.404Q38.178 23.602 38.438 23.602Q38.595 23.602 38.701 23.498Q38.807 23.393 38.857 23.240Q38.906 23.086 38.906 22.929L38.906 22.515L39.173 22.515L39.173 22.942Q39.173 23.168 39.074 23.378Q38.975 23.588 38.790 23.720Q38.606 23.851 38.377 23.851Q37.939 23.851 37.664 23.614Q37.389 23.376 37.389 22.942M40.041 23.055Q40.041 22.723 40.265 22.496Q40.489 22.269 40.832 22.141Q41.176 22.012 41.549 21.960Q41.921 21.907 42.225 21.907L42.225 21.654Q42.225 21.449 42.118 21.269Q42.010 21.090 41.829 20.987Q41.648 20.885 41.439 20.885Q41.032 20.885 40.797 20.977Q40.885 21.014 40.932 21.098Q40.978 21.182 40.978 21.284Q40.978 21.380 40.932 21.459Q40.885 21.537 40.805 21.582Q40.725 21.626 40.636 21.626Q40.486 21.626 40.385 21.529Q40.284 21.431 40.284 21.284Q40.284 20.662 41.439 20.662Q41.651 20.662 41.901 20.726Q42.150 20.789 42.352 20.908Q42.553 21.028 42.680 21.213Q42.806 21.397 42.806 21.640L42.806 23.216Q42.806 23.332 42.868 23.428Q42.929 23.523 43.042 23.523Q43.152 23.523 43.216 23.429Q43.281 23.335 43.281 23.216L43.281 22.768L43.548 22.768L43.548 23.216Q43.548 23.486 43.321 23.651Q43.093 23.817 42.813 23.817Q42.605 23.817 42.468 23.663Q42.331 23.510 42.307 23.294Q42.160 23.561 41.878 23.706Q41.596 23.851 41.272 23.851Q40.995 23.851 40.711 23.776Q40.427 23.701 40.234 23.522Q40.041 23.342 40.041 23.055M40.656 23.055Q40.656 23.229 40.757 23.359Q40.858 23.489 41.014 23.559Q41.169 23.629 41.333 23.629Q41.552 23.629 41.760 23.532Q41.969 23.434 42.097 23.253Q42.225 23.072 42.225 22.846L42.225 22.118Q41.901 22.118 41.535 22.209Q41.169 22.300 40.913 22.512Q40.656 22.723 40.656 23.055M44.491 22.942L44.491 21.045L43.852 21.045L43.852 20.823Q44.170 20.823 44.387 20.613Q44.604 20.403 44.705 20.093Q44.806 19.784 44.806 19.476L45.072 19.476L45.072 20.765L46.149 20.765L46.149 21.045L45.072 21.045L45.072 22.929Q45.072 23.205 45.177 23.404Q45.281 23.602 45.541 23.602Q45.698 23.602 45.804 23.498Q45.910 23.393 45.959 23.240Q46.009 23.086 46.009 22.929L46.009 22.515L46.276 22.515L46.276 22.942Q46.276 23.168 46.176 23.378Q46.077 23.588 45.893 23.720Q45.708 23.851 45.479 23.851Q45.042 23.851 44.767 23.614Q44.491 23.376 44.491 22.942M47.045 22.248Q47.045 21.927 47.169 21.638Q47.294 21.349 47.520 21.126Q47.745 20.902 48.041 20.782Q48.337 20.662 48.654 20.662Q48.983 20.662 49.244 20.762Q49.506 20.861 49.682 21.043Q49.858 21.226 49.952 21.484Q50.046 21.742 50.046 22.074Q50.046 22.166 49.964 22.187L47.708 22.187L47.708 22.248Q47.708 22.836 47.991 23.219Q48.275 23.602 48.842 23.602Q49.164 23.602 49.432 23.409Q49.700 23.216 49.789 22.901Q49.796 22.860 49.871 22.846L49.964 22.846Q50.046 22.870 50.046 22.942Q50.046 22.949 50.039 22.976Q49.926 23.373 49.555 23.612Q49.184 23.851 48.760 23.851Q48.323 23.851 47.923 23.643Q47.523 23.434 47.284 23.067Q47.045 22.700 47.045 22.248M47.715 21.978L49.529 21.978Q49.529 21.701 49.432 21.449Q49.335 21.196 49.136 21.040Q48.938 20.885 48.654 20.885Q48.378 20.885 48.164 21.043Q47.950 21.202 47.832 21.457Q47.715 21.712 47.715 21.978\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-67.32 -62.73)\">\u003Cpath d=\"M7.494 33.533Q6.944 33.133 6.573 32.578Q6.202 32.022 6.021 31.376Q5.840 30.730 5.840 30.033Q5.840 29.520 5.940 29.025Q6.041 28.529 6.246 28.078Q6.451 27.627 6.764 27.235Q7.077 26.844 7.494 26.540Q7.504 26.536 7.511 26.535Q7.518 26.533 7.528 26.533L7.596 26.533Q7.631 26.533 7.653 26.557Q7.675 26.581 7.675 26.618Q7.675 26.663 7.648 26.680Q7.299 26.981 7.046 27.365Q6.793 27.750 6.641 28.191Q6.489 28.632 6.417 29.088Q6.345 29.544 6.345 30.033Q6.345 31.034 6.655 31.921Q6.964 32.808 7.648 33.393Q7.675 33.410 7.675 33.454Q7.675 33.492 7.653 33.516Q7.631 33.540 7.596 33.540L7.528 33.540Q7.521 33.536 7.513 33.535Q7.504 33.533 7.494 33.533M9.059 30.949L9.059 29.445Q9.059 29.175 8.952 29.114Q8.844 29.052 8.533 29.052L8.533 28.772L9.640 28.697L9.640 30.929L9.640 30.949Q9.640 31.229 9.692 31.373Q9.743 31.516 9.885 31.573Q10.027 31.629 10.314 31.629Q10.567 31.629 10.772 31.489Q10.977 31.349 11.093 31.123Q11.209 30.898 11.209 30.648L11.209 29.445Q11.209 29.175 11.102 29.114Q10.994 29.052 10.683 29.052L10.683 28.772L11.790 28.697L11.790 31.110Q11.790 31.301 11.843 31.383Q11.896 31.465 11.997 31.484Q12.098 31.503 12.313 31.503L12.313 31.783L11.237 31.851L11.237 31.287Q11.127 31.469 10.982 31.592Q10.837 31.715 10.650 31.783Q10.464 31.851 10.262 31.851Q9.059 31.851 9.059 30.949M14.583 31.783L12.949 31.783L12.949 31.503Q13.178 31.503 13.327 31.469Q13.475 31.434 13.475 31.294L13.475 29.445Q13.475 29.175 13.368 29.114Q13.260 29.052 12.949 29.052L12.949 28.772L14.008 28.697L14.008 29.346Q14.179 29.038 14.484 28.867Q14.788 28.697 15.133 28.697Q15.639 28.697 15.923 28.920Q16.206 29.144 16.206 29.640L16.206 31.294Q16.206 31.431 16.355 31.467Q16.504 31.503 16.729 31.503L16.729 31.783L15.099 31.783L15.099 31.503Q15.328 31.503 15.477 31.469Q15.625 31.434 15.625 31.294L15.625 29.654Q15.625 29.319 15.506 29.119Q15.386 28.919 15.071 28.919Q14.801 28.919 14.567 29.055Q14.333 29.192 14.195 29.426Q14.056 29.660 14.056 29.934L14.056 31.294Q14.056 31.431 14.207 31.467Q14.357 31.503 14.583 31.503L14.583 31.783M17.276 30.300Q17.276 29.958 17.411 29.659Q17.546 29.360 17.785 29.136Q18.025 28.912 18.342 28.787Q18.660 28.662 18.992 28.662Q19.436 28.662 19.836 28.878Q20.236 29.093 20.470 29.471Q20.704 29.848 20.704 30.300Q20.704 30.641 20.562 30.925Q20.421 31.209 20.176 31.416Q19.932 31.622 19.623 31.737Q19.313 31.851 18.992 31.851Q18.561 31.851 18.160 31.650Q17.758 31.448 17.517 31.096Q17.276 30.744 17.276 30.300M18.992 31.602Q19.593 31.602 19.817 31.224Q20.041 30.846 20.041 30.214Q20.041 29.602 19.807 29.243Q19.573 28.885 18.992 28.885Q17.939 28.885 17.939 30.214Q17.939 30.846 18.165 31.224Q18.390 31.602 18.992 31.602M22.106 31.783L21.839 31.783L21.839 27.675Q21.839 27.405 21.731 27.343Q21.624 27.282 21.313 27.282L21.313 27.001L22.393 26.926L22.393 29.096Q22.601 28.905 22.887 28.801Q23.172 28.697 23.469 28.697Q23.787 28.697 24.085 28.818Q24.382 28.939 24.604 29.155Q24.826 29.370 24.953 29.655Q25.079 29.941 25.079 30.272Q25.079 30.717 24.840 31.081Q24.601 31.445 24.208 31.648Q23.815 31.851 23.370 31.851Q23.175 31.851 22.986 31.795Q22.796 31.739 22.635 31.634Q22.475 31.530 22.335 31.369L22.106 31.783M22.420 29.438L22.420 31.055Q22.557 31.315 22.798 31.472Q23.039 31.629 23.316 31.629Q23.610 31.629 23.821 31.522Q24.033 31.414 24.167 31.222Q24.300 31.031 24.358 30.792Q24.416 30.553 24.416 30.272Q24.416 29.913 24.322 29.609Q24.228 29.305 24.001 29.112Q23.774 28.919 23.408 28.919Q23.107 28.919 22.841 29.055Q22.574 29.192 22.420 29.438M25.715 31.776L25.715 30.713Q25.715 30.689 25.742 30.662Q25.770 30.635 25.794 30.635L25.903 30.635Q25.968 30.635 25.982 30.693Q26.077 31.127 26.323 31.378Q26.570 31.629 26.983 31.629Q27.325 31.629 27.578 31.496Q27.831 31.363 27.831 31.055Q27.831 30.898 27.737 30.783Q27.643 30.669 27.504 30.600Q27.366 30.532 27.198 30.494L26.617 30.395Q26.262 30.327 25.988 30.106Q25.715 29.886 25.715 29.544Q25.715 29.295 25.826 29.120Q25.937 28.946 26.123 28.847Q26.310 28.748 26.525 28.705Q26.740 28.662 26.983 28.662Q27.397 28.662 27.677 28.844L27.892 28.669Q27.903 28.666 27.909 28.664Q27.916 28.662 27.926 28.662L27.978 28.662Q28.005 28.662 28.029 28.686Q28.053 28.710 28.053 28.738L28.053 29.585Q28.053 29.606 28.029 29.633Q28.005 29.660 27.978 29.660L27.865 29.660Q27.838 29.660 27.812 29.635Q27.786 29.609 27.786 29.585Q27.786 29.349 27.680 29.185Q27.574 29.021 27.392 28.939Q27.209 28.857 26.976 28.857Q26.648 28.857 26.392 28.960Q26.135 29.062 26.135 29.339Q26.135 29.534 26.318 29.643Q26.501 29.753 26.730 29.794L27.304 29.900Q27.550 29.948 27.764 30.076Q27.978 30.204 28.114 30.407Q28.251 30.611 28.251 30.860Q28.251 31.373 27.885 31.612Q27.520 31.851 26.983 31.851Q26.488 31.851 26.156 31.557L25.889 31.831Q25.869 31.851 25.842 31.851L25.794 31.851Q25.770 31.851 25.742 31.824Q25.715 31.797 25.715 31.776M28.839 30.248Q28.839 29.927 28.964 29.638Q29.089 29.349 29.314 29.126Q29.540 28.902 29.835 28.782Q30.131 28.662 30.449 28.662Q30.777 28.662 31.039 28.762Q31.300 28.861 31.476 29.043Q31.652 29.226 31.746 29.484Q31.840 29.742 31.840 30.074Q31.840 30.166 31.758 30.187L29.502 30.187L29.502 30.248Q29.502 30.836 29.786 31.219Q30.070 31.602 30.637 31.602Q30.958 31.602 31.227 31.409Q31.495 31.216 31.584 30.901Q31.591 30.860 31.666 30.846L31.758 30.846Q31.840 30.870 31.840 30.942Q31.840 30.949 31.833 30.976Q31.720 31.373 31.350 31.612Q30.979 31.851 30.555 31.851Q30.117 31.851 29.717 31.643Q29.318 31.434 29.078 31.067Q28.839 30.700 28.839 30.248M29.509 29.978L31.324 29.978Q31.324 29.701 31.227 29.449Q31.129 29.196 30.931 29.040Q30.733 28.885 30.449 28.885Q30.172 28.885 29.958 29.043Q29.745 29.202 29.627 29.457Q29.509 29.712 29.509 29.978M34.178 31.783L32.442 31.783L32.442 31.503Q32.671 31.503 32.819 31.469Q32.968 31.434 32.968 31.294L32.968 29.445Q32.968 29.175 32.860 29.114Q32.753 29.052 32.442 29.052L32.442 28.772L33.470 28.697L33.470 29.404Q33.600 29.096 33.843 28.897Q34.086 28.697 34.404 28.697Q34.622 28.697 34.793 28.821Q34.964 28.946 34.964 29.158Q34.964 29.295 34.865 29.394Q34.766 29.493 34.633 29.493Q34.496 29.493 34.397 29.394Q34.298 29.295 34.298 29.158Q34.298 29.018 34.397 28.919Q34.106 28.919 33.906 29.115Q33.706 29.312 33.614 29.606Q33.522 29.900 33.522 30.180L33.522 31.294Q33.522 31.503 34.178 31.503L34.178 31.783M37.138 31.756L36.010 29.257Q35.938 29.110 35.808 29.078Q35.678 29.045 35.449 29.045L35.449 28.765L36.964 28.765L36.964 29.045Q36.612 29.045 36.612 29.192Q36.612 29.237 36.622 29.257L37.487 31.175L38.266 29.445Q38.300 29.377 38.300 29.298Q38.300 29.185 38.216 29.115Q38.133 29.045 38.013 29.045L38.013 28.765L39.209 28.765L39.209 29.045Q38.990 29.045 38.820 29.148Q38.649 29.250 38.560 29.445L37.524 31.756Q37.476 31.851 37.370 31.851L37.292 31.851Q37.186 31.851 37.138 31.756\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-67.32 -62.73)\">\u003Cpath d=\"M39.519 30.248Q39.519 29.927 39.644 29.638Q39.769 29.349 39.995 29.126Q40.220 28.902 40.516 28.782Q40.811 28.662 41.129 28.662Q41.457 28.662 41.719 28.762Q41.980 28.861 42.156 29.043Q42.332 29.226 42.426 29.484Q42.520 29.742 42.520 30.074Q42.520 30.166 42.438 30.187L40.183 30.187L40.183 30.248Q40.183 30.836 40.466 31.219Q40.750 31.602 41.317 31.602Q41.639 31.602 41.907 31.409Q42.175 31.216 42.264 30.901Q42.271 30.860 42.346 30.846L42.438 30.846Q42.520 30.870 42.520 30.942Q42.520 30.949 42.514 30.976Q42.401 31.373 42.030 31.612Q41.659 31.851 41.235 31.851Q40.798 31.851 40.398 31.643Q39.998 31.434 39.759 31.067Q39.519 30.700 39.519 30.248M40.189 29.978L42.004 29.978Q42.004 29.701 41.907 29.449Q41.809 29.196 41.611 29.040Q41.413 28.885 41.129 28.885Q40.852 28.885 40.639 29.043Q40.425 29.202 40.307 29.457Q40.189 29.712 40.189 29.978M43.108 30.272Q43.108 29.934 43.248 29.643Q43.389 29.353 43.633 29.139Q43.877 28.926 44.182 28.811Q44.486 28.697 44.810 28.697Q45.080 28.697 45.344 28.796Q45.607 28.895 45.798 29.073L45.798 27.675Q45.798 27.405 45.691 27.343Q45.583 27.282 45.272 27.282L45.272 27.001L46.349 26.926L46.349 31.110Q46.349 31.298 46.403 31.381Q46.458 31.465 46.559 31.484Q46.660 31.503 46.875 31.503L46.875 31.783L45.767 31.851L45.767 31.434Q45.350 31.851 44.725 31.851Q44.294 31.851 43.922 31.639Q43.549 31.428 43.329 31.067Q43.108 30.706 43.108 30.272M44.783 31.629Q44.992 31.629 45.178 31.557Q45.364 31.486 45.518 31.349Q45.672 31.212 45.767 31.034L45.767 29.425Q45.682 29.278 45.537 29.158Q45.392 29.038 45.222 28.979Q45.053 28.919 44.872 28.919Q44.311 28.919 44.043 29.308Q43.775 29.698 43.775 30.279Q43.775 30.850 44.009 31.240Q44.243 31.629 44.783 31.629M47.846 33.540L47.777 33.540Q47.743 33.540 47.721 33.514Q47.699 33.489 47.699 33.454Q47.699 33.410 47.729 33.393Q48.085 33.089 48.334 32.699Q48.584 32.309 48.736 31.877Q48.888 31.445 48.958 30.976Q49.028 30.508 49.028 30.033Q49.028 29.554 48.958 29.088Q48.888 28.621 48.734 28.186Q48.580 27.750 48.329 27.362Q48.078 26.974 47.729 26.680Q47.699 26.663 47.699 26.618Q47.699 26.584 47.721 26.559Q47.743 26.533 47.777 26.533L47.846 26.533Q47.856 26.533 47.864 26.535Q47.873 26.536 47.883 26.540Q48.427 26.940 48.799 27.493Q49.172 28.047 49.353 28.693Q49.534 29.339 49.534 30.033Q49.534 30.734 49.353 31.381Q49.172 32.029 48.798 32.583Q48.423 33.137 47.883 33.533Q47.873 33.533 47.864 33.535Q47.856 33.536 47.846 33.540\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The POMDP graphical model. The hidden states \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> (dashed, unobserved) evolve by the transition model \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1.0019em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">T\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.7519em;\">\u003Cspan style=\"top:-3.063em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">\u003Cspan class=\"mord mtight\">′\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">∣\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>; each emits an observation \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">o\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> by the observation model \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0715em;\">Z\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">o\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">∣\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> and a reward \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> by \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0077em;\">R\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>. The agent sees only the \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">o\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> and \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> (solid) and chooses actions \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>; it never sees the \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> row.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:319.455px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 239.591 149.543\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-23.273 56.407h142.264L47.859-57.404Z\" style=\"stroke-width:.8\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-38.997 9.533)\">\u003Cpath d=\"M-22.121 56.407L-22.402 56.407L-22.402 51.688Q-22.402 51.473-22.464 51.378Q-22.527 51.282-22.644 51.261Q-22.761 51.239-23.007 51.239L-23.007 50.942L-21.785 50.856L-21.785 53.344Q-21.308 52.880-20.609 52.880Q-20.128 52.880-19.720 53.124Q-19.312 53.368-19.076 53.782Q-18.839 54.196-18.839 54.680Q-18.839 55.055-18.988 55.384Q-19.136 55.712-19.406 55.964Q-19.675 56.216-20.019 56.350Q-20.363 56.485-20.722 56.485Q-21.043 56.485-21.341 56.337Q-21.640 56.188-21.847 55.927L-22.121 56.407M-21.761 53.735L-21.761 55.575Q-21.609 55.872-21.349 56.052Q-21.089 56.231-20.777 56.231Q-20.351 56.231-20.084 56.012Q-19.816 55.794-19.701 55.448Q-19.585 55.102-19.585 54.680Q-19.585 54.032-19.834 53.583Q-20.082 53.134-20.679 53.134Q-21.015 53.134-21.304 53.292Q-21.593 53.450-21.761 53.735M-15.937 58.399Q-16.550 57.942-16.953 57.307Q-17.355 56.673-17.550 55.927Q-17.746 55.180-17.746 54.407Q-17.746 53.634-17.550 52.887Q-17.355 52.141-16.953 51.507Q-16.550 50.872-15.937 50.415Q-15.925 50.411-15.918 50.409Q-15.910 50.407-15.898 50.407L-15.820 50.407Q-15.781 50.407-15.755 50.434Q-15.730 50.462-15.730 50.505Q-15.730 50.555-15.761 50.575Q-16.269 51.028-16.591 51.651Q-16.914 52.274-17.054 52.969Q-17.195 53.665-17.195 54.407Q-17.195 55.141-17.056 55.841Q-16.918 56.540-16.593 57.165Q-16.269 57.790-15.761 58.239Q-15.730 58.259-15.730 58.309Q-15.730 58.352-15.755 58.380Q-15.781 58.407-15.820 58.407L-15.898 58.407Q-15.906 58.403-15.916 58.401Q-15.925 58.399-15.937 58.399M-14.968 56.399L-14.968 55.177Q-14.968 55.149-14.937 55.118Q-14.906 55.087-14.882 55.087L-14.777 55.087Q-14.707 55.087-14.691 55.149Q-14.628 55.469-14.490 55.710Q-14.351 55.950-14.119 56.091Q-13.886 56.231-13.578 56.231Q-13.339 56.231-13.130 56.171Q-12.921 56.110-12.785 55.962Q-12.648 55.813-12.648 55.567Q-12.648 55.313-12.859 55.147Q-13.070 54.981-13.339 54.927L-13.960 54.813Q-14.367 54.735-14.668 54.479Q-14.968 54.223-14.968 53.848Q-14.968 53.481-14.767 53.259Q-14.566 53.036-14.242 52.938Q-13.918 52.841-13.578 52.841Q-13.113 52.841-12.816 53.048L-12.593 52.864Q-12.570 52.841-12.539 52.841L-12.488 52.841Q-12.457 52.841-12.429 52.868Q-12.402 52.895-12.402 52.927L-12.402 53.911Q-12.402 53.942-12.427 53.971Q-12.453 54.001-12.488 54.001L-12.593 54.001Q-12.628 54.001-12.656 53.973Q-12.683 53.946-12.683 53.911Q-12.683 53.512-12.935 53.292Q-13.187 53.071-13.585 53.071Q-13.941 53.071-14.224 53.194Q-14.507 53.317-14.507 53.622Q-14.507 53.841-14.306 53.973Q-14.105 54.106-13.859 54.149L-13.234 54.262Q-12.804 54.352-12.496 54.649Q-12.187 54.946-12.187 55.360Q-12.187 55.930-12.585 56.208Q-12.984 56.485-13.578 56.485Q-14.128 56.485-14.480 56.149L-14.777 56.462Q-14.800 56.485-14.835 56.485L-14.882 56.485Q-14.906 56.485-14.937 56.454Q-14.968 56.423-14.968 56.399M-8.304 56.407L-11.097 56.407L-11.097 56.110Q-10.035 56.110-10.035 55.848L-10.035 51.680Q-10.464 51.895-11.144 51.895L-11.144 51.598Q-10.125 51.598-9.609 51.087L-9.464 51.087Q-9.390 51.106-9.371 51.184L-9.371 55.848Q-9.371 56.110-8.304 56.110L-8.304 56.407M-7.011 58.407L-7.093 58.407Q-7.128 58.407-7.154 58.378Q-7.179 58.348-7.179 58.309Q-7.179 58.259-7.148 58.239Q-6.761 57.903-6.478 57.454Q-6.195 57.005-6.029 56.505Q-5.863 56.005-5.789 55.487Q-5.714 54.969-5.714 54.407Q-5.714 53.837-5.789 53.321Q-5.863 52.805-6.029 52.309Q-6.195 51.813-6.474 51.366Q-6.753 50.919-7.148 50.575Q-7.179 50.555-7.179 50.505Q-7.179 50.466-7.154 50.436Q-7.128 50.407-7.093 50.407L-7.011 50.407Q-7 50.407-6.990 50.409Q-6.980 50.411-6.972 50.415Q-6.359 50.872-5.957 51.507Q-5.554 52.141-5.359 52.887Q-5.164 53.634-5.164 54.407Q-5.164 55.180-5.359 55.927Q-5.554 56.673-5.957 57.307Q-6.359 57.942-6.972 58.399Q-6.984 58.399-6.992 58.401Q-7 58.403-7.011 58.407\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.997 9.533)\">\u003Cpath d=\"M4.458 55.430L-0.855 55.430Q-0.933 55.423-0.982 55.374Q-1.030 55.325-1.030 55.247Q-1.030 55.177-0.983 55.126Q-0.937 55.075-0.855 55.063L4.458 55.063Q4.532 55.075 4.579 55.126Q4.626 55.177 4.626 55.247Q4.626 55.325 4.577 55.374Q4.528 55.423 4.458 55.430M4.458 53.743L-0.855 53.743Q-0.933 53.735-0.982 53.686Q-1.030 53.637-1.030 53.559Q-1.030 53.489-0.983 53.438Q-0.937 53.387-0.855 53.376L4.458 53.376Q4.532 53.387 4.579 53.438Q4.626 53.489 4.626 53.559Q4.626 53.637 4.577 53.686Q4.528 53.735 4.458 53.743\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.997 9.533)\">\u003Cpath d=\"M11.535 56.407L8.742 56.407L8.742 56.110Q9.804 56.110 9.804 55.848L9.804 51.680Q9.375 51.895 8.695 51.895L8.695 51.598Q9.714 51.598 10.230 51.087L10.375 51.087Q10.449 51.106 10.468 51.184L10.468 55.848Q10.468 56.110 11.535 56.110\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(145.797 9.533)\">\u003Cpath d=\"M-22.121 56.407L-22.402 56.407L-22.402 51.688Q-22.402 51.473-22.464 51.378Q-22.527 51.282-22.644 51.261Q-22.761 51.239-23.007 51.239L-23.007 50.942L-21.785 50.856L-21.785 53.344Q-21.308 52.880-20.609 52.880Q-20.128 52.880-19.720 53.124Q-19.312 53.368-19.076 53.782Q-18.839 54.196-18.839 54.680Q-18.839 55.055-18.988 55.384Q-19.136 55.712-19.406 55.964Q-19.675 56.216-20.019 56.350Q-20.363 56.485-20.722 56.485Q-21.043 56.485-21.341 56.337Q-21.640 56.188-21.847 55.927L-22.121 56.407M-21.761 53.735L-21.761 55.575Q-21.609 55.872-21.349 56.052Q-21.089 56.231-20.777 56.231Q-20.351 56.231-20.084 56.012Q-19.816 55.794-19.701 55.448Q-19.585 55.102-19.585 54.680Q-19.585 54.032-19.834 53.583Q-20.082 53.134-20.679 53.134Q-21.015 53.134-21.304 53.292Q-21.593 53.450-21.761 53.735M-15.937 58.399Q-16.550 57.942-16.953 57.307Q-17.355 56.673-17.550 55.927Q-17.746 55.180-17.746 54.407Q-17.746 53.634-17.550 52.887Q-17.355 52.141-16.953 51.507Q-16.550 50.872-15.937 50.415Q-15.925 50.411-15.918 50.409Q-15.910 50.407-15.898 50.407L-15.820 50.407Q-15.781 50.407-15.755 50.434Q-15.730 50.462-15.730 50.505Q-15.730 50.555-15.761 50.575Q-16.269 51.028-16.591 51.651Q-16.914 52.274-17.054 52.969Q-17.195 53.665-17.195 54.407Q-17.195 55.141-17.056 55.841Q-16.918 56.540-16.593 57.165Q-16.269 57.790-15.761 58.239Q-15.730 58.259-15.730 58.309Q-15.730 58.352-15.755 58.380Q-15.781 58.407-15.820 58.407L-15.898 58.407Q-15.906 58.403-15.916 58.401Q-15.925 58.399-15.937 58.399M-14.968 56.399L-14.968 55.177Q-14.968 55.149-14.937 55.118Q-14.906 55.087-14.882 55.087L-14.777 55.087Q-14.707 55.087-14.691 55.149Q-14.628 55.469-14.490 55.710Q-14.351 55.950-14.119 56.091Q-13.886 56.231-13.578 56.231Q-13.339 56.231-13.130 56.171Q-12.921 56.110-12.785 55.962Q-12.648 55.813-12.648 55.567Q-12.648 55.313-12.859 55.147Q-13.070 54.981-13.339 54.927L-13.960 54.813Q-14.367 54.735-14.668 54.479Q-14.968 54.223-14.968 53.848Q-14.968 53.481-14.767 53.259Q-14.566 53.036-14.242 52.938Q-13.918 52.841-13.578 52.841Q-13.113 52.841-12.816 53.048L-12.593 52.864Q-12.570 52.841-12.539 52.841L-12.488 52.841Q-12.457 52.841-12.429 52.868Q-12.402 52.895-12.402 52.927L-12.402 53.911Q-12.402 53.942-12.427 53.971Q-12.453 54.001-12.488 54.001L-12.593 54.001Q-12.628 54.001-12.656 53.973Q-12.683 53.946-12.683 53.911Q-12.683 53.512-12.935 53.292Q-13.187 53.071-13.585 53.071Q-13.941 53.071-14.224 53.194Q-14.507 53.317-14.507 53.622Q-14.507 53.841-14.306 53.973Q-14.105 54.106-13.859 54.149L-13.234 54.262Q-12.804 54.352-12.496 54.649Q-12.187 54.946-12.187 55.360Q-12.187 55.930-12.585 56.208Q-12.984 56.485-13.578 56.485Q-14.128 56.485-14.480 56.149L-14.777 56.462Q-14.800 56.485-14.835 56.485L-14.882 56.485Q-14.906 56.485-14.937 56.454Q-14.968 56.423-14.968 56.399M-8.312 56.407L-11.472 56.407L-11.472 56.200Q-11.472 56.173-11.449 56.141L-10.097 54.743Q-9.718 54.356-9.470 54.067Q-9.222 53.778-9.048 53.421Q-8.875 53.063-8.875 52.673Q-8.875 52.325-9.007 52.032Q-9.140 51.739-9.394 51.561Q-9.648 51.384-10.003 51.384Q-10.363 51.384-10.654 51.579Q-10.945 51.774-11.089 52.102L-11.035 52.102Q-10.851 52.102-10.726 52.223Q-10.601 52.344-10.601 52.536Q-10.601 52.716-10.726 52.844Q-10.851 52.973-11.035 52.973Q-11.214 52.973-11.343 52.844Q-11.472 52.716-11.472 52.536Q-11.472 52.134-11.252 51.798Q-11.031 51.462-10.666 51.274Q-10.300 51.087-9.898 51.087Q-9.418 51.087-9.002 51.274Q-8.585 51.462-8.334 51.823Q-8.082 52.184-8.082 52.673Q-8.082 53.032-8.236 53.335Q-8.390 53.637-8.642 53.897Q-8.894 54.157-9.244 54.442Q-9.593 54.727-9.761 54.880L-10.691 55.719L-9.976 55.719Q-8.601 55.719-8.562 55.680Q-8.492 55.602-8.449 55.417Q-8.406 55.231-8.363 54.942L-8.082 54.942L-8.312 56.407M-7.011 58.407L-7.093 58.407Q-7.128 58.407-7.154 58.378Q-7.179 58.348-7.179 58.309Q-7.179 58.259-7.148 58.239Q-6.761 57.903-6.478 57.454Q-6.195 57.005-6.029 56.505Q-5.863 56.005-5.789 55.487Q-5.714 54.969-5.714 54.407Q-5.714 53.837-5.789 53.321Q-5.863 52.805-6.029 52.309Q-6.195 51.813-6.474 51.366Q-6.753 50.919-7.148 50.575Q-7.179 50.555-7.179 50.505Q-7.179 50.466-7.154 50.436Q-7.128 50.407-7.093 50.407L-7.011 50.407Q-7 50.407-6.990 50.409Q-6.980 50.411-6.972 50.415Q-6.359 50.872-5.957 51.507Q-5.554 52.141-5.359 52.887Q-5.164 53.634-5.164 54.407Q-5.164 55.180-5.359 55.927Q-5.554 56.673-5.957 57.307Q-6.359 57.942-6.972 58.399Q-6.984 58.399-6.992 58.401Q-7 58.403-7.011 58.407\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(145.797 9.533)\">\u003Cpath d=\"M4.458 55.430L-0.855 55.430Q-0.933 55.423-0.982 55.374Q-1.030 55.325-1.030 55.247Q-1.030 55.177-0.983 55.126Q-0.937 55.075-0.855 55.063L4.458 55.063Q4.532 55.075 4.579 55.126Q4.626 55.177 4.626 55.247Q4.626 55.325 4.577 55.374Q4.528 55.423 4.458 55.430M4.458 53.743L-0.855 53.743Q-0.933 53.735-0.982 53.686Q-1.030 53.637-1.030 53.559Q-1.030 53.489-0.983 53.438Q-0.937 53.387-0.855 53.376L4.458 53.376Q4.532 53.387 4.579 53.438Q4.626 53.489 4.626 53.559Q4.626 53.637 4.577 53.686Q4.528 53.735 4.458 53.743\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(145.797 9.533)\">\u003Cpath d=\"M11.535 56.407L8.742 56.407L8.742 56.110Q9.804 56.110 9.804 55.848L9.804 51.680Q9.375 51.895 8.695 51.895L8.695 51.598Q9.714 51.598 10.230 51.087L10.375 51.087Q10.449 51.106 10.468 51.184L10.468 55.848Q10.468 56.110 11.535 56.110\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(53.4 -119.344)\">\u003Cpath d=\"M-22.121 56.407L-22.402 56.407L-22.402 51.688Q-22.402 51.473-22.464 51.378Q-22.527 51.282-22.644 51.261Q-22.761 51.239-23.007 51.239L-23.007 50.942L-21.785 50.856L-21.785 53.344Q-21.308 52.880-20.609 52.880Q-20.128 52.880-19.720 53.124Q-19.312 53.368-19.076 53.782Q-18.839 54.196-18.839 54.680Q-18.839 55.055-18.988 55.384Q-19.136 55.712-19.406 55.964Q-19.675 56.216-20.019 56.350Q-20.363 56.485-20.722 56.485Q-21.043 56.485-21.341 56.337Q-21.640 56.188-21.847 55.927L-22.121 56.407M-21.761 53.735L-21.761 55.575Q-21.609 55.872-21.349 56.052Q-21.089 56.231-20.777 56.231Q-20.351 56.231-20.084 56.012Q-19.816 55.794-19.701 55.448Q-19.585 55.102-19.585 54.680Q-19.585 54.032-19.834 53.583Q-20.082 53.134-20.679 53.134Q-21.015 53.134-21.304 53.292Q-21.593 53.450-21.761 53.735M-15.937 58.399Q-16.550 57.942-16.953 57.307Q-17.355 56.673-17.550 55.927Q-17.746 55.180-17.746 54.407Q-17.746 53.634-17.550 52.887Q-17.355 52.141-16.953 51.507Q-16.550 50.872-15.937 50.415Q-15.925 50.411-15.918 50.409Q-15.910 50.407-15.898 50.407L-15.820 50.407Q-15.781 50.407-15.755 50.434Q-15.730 50.462-15.730 50.505Q-15.730 50.555-15.761 50.575Q-16.269 51.028-16.591 51.651Q-16.914 52.274-17.054 52.969Q-17.195 53.665-17.195 54.407Q-17.195 55.141-17.056 55.841Q-16.918 56.540-16.593 57.165Q-16.269 57.790-15.761 58.239Q-15.730 58.259-15.730 58.309Q-15.730 58.352-15.755 58.380Q-15.781 58.407-15.820 58.407L-15.898 58.407Q-15.906 58.403-15.916 58.401Q-15.925 58.399-15.937 58.399M-14.968 56.399L-14.968 55.177Q-14.968 55.149-14.937 55.118Q-14.906 55.087-14.882 55.087L-14.777 55.087Q-14.707 55.087-14.691 55.149Q-14.628 55.469-14.490 55.710Q-14.351 55.950-14.119 56.091Q-13.886 56.231-13.578 56.231Q-13.339 56.231-13.130 56.171Q-12.921 56.110-12.785 55.962Q-12.648 55.813-12.648 55.567Q-12.648 55.313-12.859 55.147Q-13.070 54.981-13.339 54.927L-13.960 54.813Q-14.367 54.735-14.668 54.479Q-14.968 54.223-14.968 53.848Q-14.968 53.481-14.767 53.259Q-14.566 53.036-14.242 52.938Q-13.918 52.841-13.578 52.841Q-13.113 52.841-12.816 53.048L-12.593 52.864Q-12.570 52.841-12.539 52.841L-12.488 52.841Q-12.457 52.841-12.429 52.868Q-12.402 52.895-12.402 52.927L-12.402 53.911Q-12.402 53.942-12.427 53.971Q-12.453 54.001-12.488 54.001L-12.593 54.001Q-12.628 54.001-12.656 53.973Q-12.683 53.946-12.683 53.911Q-12.683 53.512-12.935 53.292Q-13.187 53.071-13.585 53.071Q-13.941 53.071-14.224 53.194Q-14.507 53.317-14.507 53.622Q-14.507 53.841-14.306 53.973Q-14.105 54.106-13.859 54.149L-13.234 54.262Q-12.804 54.352-12.496 54.649Q-12.187 54.946-12.187 55.360Q-12.187 55.930-12.585 56.208Q-12.984 56.485-13.578 56.485Q-14.128 56.485-14.480 56.149L-14.777 56.462Q-14.800 56.485-14.835 56.485L-14.882 56.485Q-14.906 56.485-14.937 56.454Q-14.968 56.423-14.968 56.399M-11.105 55.774Q-10.914 56.048-10.558 56.175Q-10.203 56.302-9.820 56.302Q-9.484 56.302-9.275 56.116Q-9.066 55.930-8.970 55.637Q-8.875 55.344-8.875 55.032Q-8.875 54.708-8.972 54.413Q-9.070 54.118-9.283 53.934Q-9.496 53.751-9.828 53.751L-10.394 53.751Q-10.425 53.751-10.455 53.721Q-10.484 53.692-10.484 53.665L-10.484 53.583Q-10.484 53.548-10.455 53.522Q-10.425 53.497-10.394 53.497L-9.914 53.462Q-9.628 53.462-9.431 53.257Q-9.234 53.052-9.138 52.757Q-9.043 52.462-9.043 52.184Q-9.043 51.805-9.242 51.567Q-9.441 51.329-9.820 51.329Q-10.140 51.329-10.429 51.436Q-10.718 51.544-10.882 51.766Q-10.703 51.766-10.580 51.893Q-10.457 52.020-10.457 52.192Q-10.457 52.364-10.582 52.489Q-10.707 52.614-10.882 52.614Q-11.054 52.614-11.179 52.489Q-11.304 52.364-11.304 52.192Q-11.304 51.825-11.080 51.577Q-10.855 51.329-10.515 51.208Q-10.175 51.087-9.820 51.087Q-9.472 51.087-9.109 51.208Q-8.746 51.329-8.498 51.579Q-8.250 51.829-8.250 52.184Q-8.250 52.669-8.568 53.052Q-8.886 53.434-9.363 53.606Q-8.812 53.716-8.412 54.102Q-8.011 54.489-8.011 55.024Q-8.011 55.481-8.275 55.837Q-8.539 56.192-8.960 56.384Q-9.382 56.575-9.820 56.575Q-10.230 56.575-10.623 56.440Q-11.015 56.305-11.281 56.020Q-11.546 55.735-11.546 55.317Q-11.546 55.122-11.414 54.993Q-11.281 54.864-11.089 54.864Q-10.964 54.864-10.861 54.923Q-10.757 54.981-10.695 55.087Q-10.632 55.192-10.632 55.317Q-10.632 55.512-10.767 55.643Q-10.902 55.774-11.105 55.774M-7.011 58.407L-7.093 58.407Q-7.128 58.407-7.154 58.378Q-7.179 58.348-7.179 58.309Q-7.179 58.259-7.148 58.239Q-6.761 57.903-6.478 57.454Q-6.195 57.005-6.029 56.505Q-5.863 56.005-5.789 55.487Q-5.714 54.969-5.714 54.407Q-5.714 53.837-5.789 53.321Q-5.863 52.805-6.029 52.309Q-6.195 51.813-6.474 51.366Q-6.753 50.919-7.148 50.575Q-7.179 50.555-7.179 50.505Q-7.179 50.466-7.154 50.436Q-7.128 50.407-7.093 50.407L-7.011 50.407Q-7 50.407-6.990 50.409Q-6.980 50.411-6.972 50.415Q-6.359 50.872-5.957 51.507Q-5.554 52.141-5.359 52.887Q-5.164 53.634-5.164 54.407Q-5.164 55.180-5.359 55.927Q-5.554 56.673-5.957 57.307Q-6.359 57.942-6.972 58.399Q-6.984 58.399-6.992 58.401Q-7 58.403-7.011 58.407\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(53.4 -119.344)\">\u003Cpath d=\"M4.458 55.430L-0.855 55.430Q-0.933 55.423-0.982 55.374Q-1.030 55.325-1.030 55.247Q-1.030 55.177-0.983 55.126Q-0.937 55.075-0.855 55.063L4.458 55.063Q4.532 55.075 4.579 55.126Q4.626 55.177 4.626 55.247Q4.626 55.325 4.577 55.374Q4.528 55.423 4.458 55.430M4.458 53.743L-0.855 53.743Q-0.933 53.735-0.982 53.686Q-1.030 53.637-1.030 53.559Q-1.030 53.489-0.983 53.438Q-0.937 53.387-0.855 53.376L4.458 53.376Q4.532 53.387 4.579 53.438Q4.626 53.489 4.626 53.559Q4.626 53.637 4.577 53.686Q4.528 53.735 4.458 53.743\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(53.4 -119.344)\">\u003Cpath d=\"M11.535 56.407L8.742 56.407L8.742 56.110Q9.804 56.110 9.804 55.848L9.804 51.680Q9.375 51.895 8.695 51.895L8.695 51.598Q9.714 51.598 10.230 51.087L10.375 51.087Q10.449 51.106 10.468 51.184L10.468 55.848Q10.468 56.110 11.535 56.110\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath stroke=\"none\" d=\"M49.859 18.565a2 2 0 1 0-4 0 2 2 0 0 0 4 0m-2 0\"\u002F>\u003Cg transform=\"translate(57.503 -25.75)\">\u003Cpath d=\"M-22.384 55.573L-22.384 54.069Q-22.384 53.799-22.492 53.738Q-22.600 53.676-22.911 53.676L-22.911 53.396L-21.803 53.321L-21.803 55.553L-21.803 55.573Q-21.803 55.853-21.752 55.997Q-21.701 56.140-21.559 56.197Q-21.417 56.253-21.130 56.253Q-20.877 56.253-20.672 56.113Q-20.467 55.973-20.351 55.747Q-20.234 55.522-20.234 55.272L-20.234 54.069Q-20.234 53.799-20.342 53.738Q-20.450 53.676-20.761 53.676L-20.761 53.396L-19.653 53.321L-19.653 55.734Q-19.653 55.925-19.600 56.007Q-19.547 56.089-19.447 56.108Q-19.346 56.127-19.130 56.127L-19.130 56.407L-20.207 56.475L-20.207 55.911Q-20.316 56.093-20.462 56.216Q-20.607 56.339-20.793 56.407Q-20.980 56.475-21.181 56.475Q-22.384 56.475-22.384 55.573M-16.861 56.407L-18.495 56.407L-18.495 56.127Q-18.266 56.127-18.117 56.093Q-17.968 56.058-17.968 55.918L-17.968 54.069Q-17.968 53.799-18.076 53.738Q-18.184 53.676-18.495 53.676L-18.495 53.396L-17.435 53.321L-17.435 53.970Q-17.264 53.662-16.960 53.491Q-16.656 53.321-16.311 53.321Q-15.805 53.321-15.521 53.544Q-15.237 53.768-15.237 54.264L-15.237 55.918Q-15.237 56.055-15.089 56.091Q-14.940 56.127-14.714 56.127L-14.714 56.407L-16.345 56.407L-16.345 56.127Q-16.116 56.127-15.967 56.093Q-15.818 56.058-15.818 55.918L-15.818 54.278Q-15.818 53.943-15.938 53.743Q-16.058 53.543-16.372 53.543Q-16.642 53.543-16.876 53.679Q-17.110 53.816-17.249 54.050Q-17.387 54.284-17.387 54.558L-17.387 55.918Q-17.387 56.055-17.237 56.091Q-17.086 56.127-16.861 56.127L-16.861 56.407M-12.510 56.407L-14.062 56.407L-14.062 56.127Q-13.836 56.127-13.687 56.093Q-13.539 56.058-13.539 55.918L-13.539 54.069Q-13.539 53.881-13.586 53.797Q-13.634 53.714-13.732 53.695Q-13.829 53.676-14.041 53.676L-14.041 53.396L-12.985 53.321L-12.985 55.918Q-12.985 56.058-12.853 56.093Q-12.722 56.127-12.510 56.127L-12.510 56.407M-13.781 52.100Q-13.781 51.929-13.658 51.810Q-13.535 51.690-13.364 51.690Q-13.197 51.690-13.074 51.810Q-12.951 51.929-12.951 52.100Q-12.951 52.275-13.074 52.398Q-13.197 52.521-13.364 52.521Q-13.535 52.521-13.658 52.398Q-13.781 52.275-13.781 52.100M-10.066 56.407L-11.799 56.407L-11.799 56.127Q-11.573 56.127-11.425 56.093Q-11.276 56.058-11.276 55.918L-11.276 53.669L-11.864 53.669L-11.864 53.389L-11.276 53.389L-11.276 52.572Q-11.276 52.254-11.098 52.006Q-10.920 51.759-10.630 51.618Q-10.339 51.478-10.028 51.478Q-9.772 51.478-9.569 51.620Q-9.365 51.762-9.365 52.005Q-9.365 52.141-9.464 52.240Q-9.564 52.340-9.700 52.340Q-9.837 52.340-9.936 52.240Q-10.035 52.141-10.035 52.005Q-10.035 51.824-9.895 51.731Q-9.974 51.704-10.073 51.704Q-10.281 51.704-10.435 51.837Q-10.589 51.970-10.669 52.174Q-10.750 52.377-10.750 52.586L-10.750 53.389L-9.861 53.389L-9.861 53.669L-10.722 53.669L-10.722 55.918Q-10.722 56.127-10.066 56.127L-10.066 56.407M-9.427 54.924Q-9.427 54.582-9.292 54.283Q-9.157 53.984-8.918 53.760Q-8.678 53.536-8.360 53.411Q-8.043 53.286-7.711 53.286Q-7.267 53.286-6.867 53.502Q-6.467 53.717-6.233 54.095Q-5.999 54.472-5.999 54.924Q-5.999 55.265-6.140 55.549Q-6.282 55.833-6.527 56.040Q-6.771 56.246-7.080 56.361Q-7.390 56.475-7.711 56.475Q-8.142 56.475-8.543 56.274Q-8.945 56.072-9.186 55.720Q-9.427 55.368-9.427 54.924M-7.711 56.226Q-7.109 56.226-6.886 55.848Q-6.662 55.470-6.662 54.838Q-6.662 54.226-6.896 53.867Q-7.130 53.509-7.711 53.509Q-8.764 53.509-8.764 54.838Q-8.764 55.470-8.538 55.848Q-8.313 56.226-7.711 56.226M-3.654 56.407L-5.390 56.407L-5.390 56.127Q-5.161 56.127-5.013 56.093Q-4.864 56.058-4.864 55.918L-4.864 54.069Q-4.864 53.799-4.971 53.738Q-5.079 53.676-5.390 53.676L-5.390 53.396L-4.361 53.321L-4.361 54.028Q-4.231 53.720-3.989 53.521Q-3.746 53.321-3.428 53.321Q-3.210 53.321-3.039 53.445Q-2.868 53.570-2.868 53.782Q-2.868 53.919-2.967 54.018Q-3.066 54.117-3.199 54.117Q-3.336 54.117-3.435 54.018Q-3.534 53.919-3.534 53.782Q-3.534 53.642-3.435 53.543Q-3.726 53.543-3.926 53.739Q-4.126 53.936-4.218 54.230Q-4.310 54.524-4.310 54.804L-4.310 55.918Q-4.310 56.127-3.654 56.127L-3.654 56.407M-0.602 56.407L-2.235 56.407L-2.235 56.127Q-2.006 56.127-1.858 56.093Q-1.709 56.058-1.709 55.918L-1.709 54.069Q-1.709 53.799-1.817 53.738Q-1.924 53.676-2.235 53.676L-2.235 53.396L-1.176 53.321L-1.176 53.970Q-1.005 53.662-0.701 53.491Q-0.397 53.321-0.051 53.321Q0.349 53.321 0.625 53.461Q0.902 53.601 0.988 53.949Q1.155 53.656 1.454 53.488Q1.753 53.321 2.099 53.321Q2.604 53.321 2.888 53.544Q3.172 53.768 3.172 54.264L3.172 55.918Q3.172 56.055 3.321 56.091Q3.469 56.127 3.695 56.127L3.695 56.407L2.064 56.407L2.064 56.127Q2.290 56.127 2.440 56.091Q2.591 56.055 2.591 55.918L2.591 54.278Q2.591 53.943 2.471 53.743Q2.352 53.543 2.037 53.543Q1.767 53.543 1.533 53.679Q1.299 53.816 1.160 54.050Q1.022 54.284 1.022 54.558L1.022 55.918Q1.022 56.055 1.171 56.091Q1.319 56.127 1.545 56.127L1.545 56.407L-0.085 56.407L-0.085 56.127Q0.144 56.127 0.292 56.093Q0.441 56.058 0.441 55.918L0.441 54.278Q0.441 53.943 0.321 53.743Q0.202 53.543-0.113 53.543Q-0.383 53.543-0.617 53.679Q-0.851 53.816-0.990 54.050Q-1.128 54.284-1.128 54.558L-1.128 55.918Q-1.128 56.055-0.978 56.091Q-0.827 56.127-0.602 56.127\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M27.497 2.347a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0m-2.4 0\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(56.17 -47.362)\">\u003Cpath d=\"M-22.152 56.407L-22.419 56.407L-22.419 52.299Q-22.419 52.029-22.526 51.967Q-22.634 51.906-22.945 51.906L-22.945 51.625L-21.865 51.550L-21.865 53.720Q-21.656 53.529-21.371 53.425Q-21.085 53.321-20.788 53.321Q-20.470 53.321-20.173 53.442Q-19.876 53.563-19.653 53.779Q-19.431 53.994-19.305 54.279Q-19.178 54.565-19.178 54.896Q-19.178 55.341-19.418 55.705Q-19.657 56.069-20.050 56.272Q-20.443 56.475-20.887 56.475Q-21.082 56.475-21.272 56.419Q-21.461 56.363-21.622 56.258Q-21.783 56.154-21.923 55.993L-22.152 56.407M-21.837 54.062L-21.837 55.679Q-21.701 55.939-21.460 56.096Q-21.219 56.253-20.942 56.253Q-20.648 56.253-20.436 56.146Q-20.224 56.038-20.091 55.846Q-19.958 55.655-19.899 55.416Q-19.841 55.177-19.841 54.896Q-19.841 54.537-19.935 54.233Q-20.029 53.929-20.257 53.736Q-20.484 53.543-20.850 53.543Q-21.150 53.543-21.417 53.679Q-21.684 53.816-21.837 54.062\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(56.17 -47.362)\">\u003Cpath d=\"M-18.368 54.872Q-18.368 54.551-18.243 54.262Q-18.118 53.973-17.892 53.750Q-17.667 53.526-17.371 53.406Q-17.076 53.286-16.758 53.286Q-16.430 53.286-16.168 53.386Q-15.907 53.485-15.731 53.667Q-15.555 53.850-15.461 54.108Q-15.367 54.366-15.367 54.698Q-15.367 54.790-15.449 54.811L-17.704 54.811L-17.704 54.872Q-17.704 55.460-17.421 55.843Q-17.137 56.226-16.570 56.226Q-16.248 56.226-15.980 56.033Q-15.712 55.840-15.623 55.525Q-15.616 55.484-15.541 55.470L-15.449 55.470Q-15.367 55.494-15.367 55.566Q-15.367 55.573-15.373 55.600Q-15.486 55.997-15.857 56.236Q-16.228 56.475-16.652 56.475Q-17.089 56.475-17.489 56.267Q-17.889 56.058-18.128 55.691Q-18.368 55.324-18.368 54.872M-17.698 54.602L-15.883 54.602Q-15.883 54.325-15.980 54.073Q-16.078 53.820-16.276 53.664Q-16.474 53.509-16.758 53.509Q-17.035 53.509-17.248 53.667Q-17.462 53.826-17.580 54.081Q-17.698 54.336-17.698 54.602M-13.111 56.407L-14.714 56.407L-14.714 56.127Q-14.488 56.127-14.339 56.093Q-14.191 56.058-14.191 55.918L-14.191 52.299Q-14.191 52.029-14.298 51.967Q-14.406 51.906-14.714 51.906L-14.714 51.625L-13.637 51.550L-13.637 55.918Q-13.637 56.055-13.487 56.091Q-13.336 56.127-13.111 56.127L-13.111 56.407M-10.899 56.407L-12.451 56.407L-12.451 56.127Q-12.225 56.127-12.077 56.093Q-11.928 56.058-11.928 55.918L-11.928 54.069Q-11.928 53.881-11.976 53.797Q-12.024 53.714-12.121 53.695Q-12.219 53.676-12.431 53.676L-12.431 53.396L-11.374 53.321L-11.374 55.918Q-11.374 56.058-11.243 56.093Q-11.111 56.127-10.899 56.127L-10.899 56.407M-12.171 52.100Q-12.171 51.929-12.048 51.810Q-11.925 51.690-11.754 51.690Q-11.586 51.690-11.463 51.810Q-11.340 51.929-11.340 52.100Q-11.340 52.275-11.463 52.398Q-11.586 52.521-11.754 52.521Q-11.925 52.521-12.048 52.398Q-12.171 52.275-12.171 52.100M-10.294 54.872Q-10.294 54.551-10.170 54.262Q-10.045 53.973-9.819 53.750Q-9.594 53.526-9.298 53.406Q-9.002 53.286-8.684 53.286Q-8.356 53.286-8.095 53.386Q-7.833 53.485-7.657 53.667Q-7.481 53.850-7.387 54.108Q-7.293 54.366-7.293 54.698Q-7.293 54.790-7.375 54.811L-9.631 54.811L-9.631 54.872Q-9.631 55.460-9.348 55.843Q-9.064 56.226-8.496 56.226Q-8.175 56.226-7.907 56.033Q-7.639 55.840-7.550 55.525Q-7.543 55.484-7.468 55.470L-7.375 55.470Q-7.293 55.494-7.293 55.566Q-7.293 55.573-7.300 55.600Q-7.413 55.997-7.784 56.236Q-8.155 56.475-8.578 56.475Q-9.016 56.475-9.416 56.267Q-9.816 56.058-10.055 55.691Q-10.294 55.324-10.294 54.872M-9.624 54.602L-7.809 54.602Q-7.809 54.325-7.907 54.073Q-8.004 53.820-8.203 53.664Q-8.401 53.509-8.684 53.509Q-8.961 53.509-9.175 53.667Q-9.389 53.826-9.506 54.081Q-9.624 54.336-9.624 54.602M-4.908 56.407L-6.641 56.407L-6.641 56.127Q-6.415 56.127-6.266 56.093Q-6.118 56.058-6.118 55.918L-6.118 53.669L-6.705 53.669L-6.705 53.389L-6.118 53.389L-6.118 52.572Q-6.118 52.254-5.940 52.006Q-5.762 51.759-5.472 51.618Q-5.181 51.478-4.870 51.478Q-4.614 51.478-4.410 51.620Q-4.207 51.762-4.207 52.005Q-4.207 52.141-4.306 52.240Q-4.405 52.340-4.542 52.340Q-4.679 52.340-4.778 52.240Q-4.877 52.141-4.877 52.005Q-4.877 51.824-4.737 51.731Q-4.815 51.704-4.914 51.704Q-5.123 51.704-5.277 51.837Q-5.431 51.970-5.511 52.174Q-5.591 52.377-5.591 52.586L-5.591 53.389L-4.703 53.389L-4.703 53.669L-5.564 53.669L-5.564 55.918Q-5.564 56.127-4.908 56.127\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(56.17 -47.362)\">\u003Cpath d=\"M-0.707 56.407L-0.974 56.407L-0.974 52.299Q-0.974 52.029-1.081 51.967Q-1.189 51.906-1.500 51.906L-1.500 51.625L-0.420 51.550L-0.420 53.720Q-0.211 53.529 0.074 53.425Q0.359 53.321 0.657 53.321Q0.975 53.321 1.272 53.442Q1.569 53.563 1.792 53.779Q2.014 53.994 2.140 54.279Q2.267 54.565 2.267 54.896Q2.267 55.341 2.027 55.705Q1.788 56.069 1.395 56.272Q1.002 56.475 0.558 56.475Q0.363 56.475 0.173 56.419Q-0.016 56.363-0.177 56.258Q-0.338 56.154-0.478 55.993L-0.707 56.407M-0.392 54.062L-0.392 55.679Q-0.256 55.939-0.015 56.096Q0.226 56.253 0.503 56.253Q0.797 56.253 1.009 56.146Q1.221 56.038 1.354 55.846Q1.487 55.655 1.546 55.416Q1.604 55.177 1.604 54.896Q1.604 54.537 1.510 54.233Q1.416 53.929 1.188 53.736Q0.961 53.543 0.595 53.543Q0.295 53.543 0.028 53.679Q-0.239 53.816-0.392 54.062\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M25.097 2.347 8.242-18.398\"\u002F>\u003Cpath stroke=\"none\" d=\"m6.602-20.415 1.01 4.54.63-2.523 2.598-.1\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(20.605 -84.35)\">\u003Cpath d=\"M-22.900 55.679Q-22.900 55.347-22.677 55.120Q-22.453 54.893-22.109 54.765Q-21.766 54.636-21.393 54.584Q-21.021 54.531-20.716 54.531L-20.716 54.278Q-20.716 54.073-20.824 53.893Q-20.932 53.714-21.113 53.611Q-21.294 53.509-21.502 53.509Q-21.909 53.509-22.145 53.601Q-22.056 53.638-22.010 53.722Q-21.964 53.806-21.964 53.908Q-21.964 54.004-22.010 54.083Q-22.056 54.161-22.137 54.206Q-22.217 54.250-22.306 54.250Q-22.456 54.250-22.557 54.153Q-22.658 54.055-22.658 53.908Q-22.658 53.286-21.502 53.286Q-21.291 53.286-21.041 53.350Q-20.792 53.413-20.590 53.532Q-20.388 53.652-20.262 53.837Q-20.135 54.021-20.135 54.264L-20.135 55.840Q-20.135 55.956-20.074 56.052Q-20.012 56.147-19.899 56.147Q-19.790 56.147-19.725 56.053Q-19.660 55.959-19.660 55.840L-19.660 55.392L-19.394 55.392L-19.394 55.840Q-19.394 56.110-19.621 56.275Q-19.848 56.441-20.128 56.441Q-20.337 56.441-20.474 56.287Q-20.610 56.134-20.634 55.918Q-20.781 56.185-21.063 56.330Q-21.345 56.475-21.670 56.475Q-21.947 56.475-22.231 56.400Q-22.514 56.325-22.707 56.146Q-22.900 55.966-22.900 55.679M-22.285 55.679Q-22.285 55.853-22.184 55.983Q-22.084 56.113-21.928 56.183Q-21.773 56.253-21.608 56.253Q-21.390 56.253-21.181 56.156Q-20.973 56.058-20.845 55.877Q-20.716 55.696-20.716 55.470L-20.716 54.742Q-21.041 54.742-21.407 54.833Q-21.773 54.924-22.029 55.136Q-22.285 55.347-22.285 55.679M-17.179 56.407L-18.912 56.407L-18.912 56.127Q-18.686 56.127-18.537 56.093Q-18.389 56.058-18.389 55.918L-18.389 53.669L-18.977 53.669L-18.977 53.389L-18.389 53.389L-18.389 52.572Q-18.389 52.254-18.211 52.006Q-18.033 51.759-17.743 51.618Q-17.452 51.478-17.141 51.478Q-16.885 51.478-16.681 51.620Q-16.478 51.762-16.478 52.005Q-16.478 52.141-16.577 52.240Q-16.676 52.340-16.813 52.340Q-16.950 52.340-17.049 52.240Q-17.148 52.141-17.148 52.005Q-17.148 51.824-17.008 51.731Q-17.086 51.704-17.186 51.704Q-17.394 51.704-17.548 51.837Q-17.702 51.970-17.782 52.174Q-17.862 52.377-17.862 52.586L-17.862 53.389L-16.974 53.389L-16.974 53.669L-17.835 53.669L-17.835 55.918Q-17.835 56.127-17.179 56.127L-17.179 56.407M-15.972 55.566L-15.972 53.669L-16.611 53.669L-16.611 53.447Q-16.294 53.447-16.076 53.237Q-15.859 53.027-15.759 52.717Q-15.658 52.408-15.658 52.100L-15.391 52.100L-15.391 53.389L-14.315 53.389L-14.315 53.669L-15.391 53.669L-15.391 55.553Q-15.391 55.829-15.287 56.028Q-15.183 56.226-14.923 56.226Q-14.766 56.226-14.660 56.122Q-14.554 56.017-14.504 55.864Q-14.455 55.710-14.455 55.553L-14.455 55.139L-14.188 55.139L-14.188 55.566Q-14.188 55.792-14.287 56.002Q-14.386 56.212-14.571 56.344Q-14.755 56.475-14.984 56.475Q-15.422 56.475-15.697 56.238Q-15.972 56-15.972 55.566M-13.419 54.872Q-13.419 54.551-13.294 54.262Q-13.169 53.973-12.944 53.750Q-12.718 53.526-12.423 53.406Q-12.127 53.286-11.809 53.286Q-11.481 53.286-11.220 53.386Q-10.958 53.485-10.782 53.667Q-10.606 53.850-10.512 54.108Q-10.418 54.366-10.418 54.698Q-10.418 54.790-10.500 54.811L-12.756 54.811L-12.756 54.872Q-12.756 55.460-12.472 55.843Q-12.189 56.226-11.621 56.226Q-11.300 56.226-11.032 56.033Q-10.763 55.840-10.674 55.525Q-10.668 55.484-10.592 55.470L-10.500 55.470Q-10.418 55.494-10.418 55.566Q-10.418 55.573-10.425 55.600Q-10.538 55.997-10.908 56.236Q-11.279 56.475-11.703 56.475Q-12.141 56.475-12.541 56.267Q-12.940 56.058-13.180 55.691Q-13.419 55.324-13.419 54.872M-12.749 54.602L-10.934 54.602Q-10.934 54.325-11.032 54.073Q-11.129 53.820-11.327 53.664Q-11.525 53.509-11.809 53.509Q-12.086 53.509-12.300 53.667Q-12.513 53.826-12.631 54.081Q-12.749 54.336-12.749 54.602M-8.080 56.407L-9.816 56.407L-9.816 56.127Q-9.587 56.127-9.439 56.093Q-9.290 56.058-9.290 55.918L-9.290 54.069Q-9.290 53.799-9.398 53.738Q-9.505 53.676-9.816 53.676L-9.816 53.396L-8.788 53.321L-8.788 54.028Q-8.658 53.720-8.415 53.521Q-8.172 53.321-7.855 53.321Q-7.636 53.321-7.465 53.445Q-7.294 53.570-7.294 53.782Q-7.294 53.919-7.393 54.018Q-7.492 54.117-7.626 54.117Q-7.762 54.117-7.861 54.018Q-7.960 53.919-7.960 53.782Q-7.960 53.642-7.861 53.543Q-8.152 53.543-8.352 53.739Q-8.552 53.936-8.644 54.230Q-8.736 54.524-8.736 54.804L-8.736 55.918Q-8.736 56.127-8.080 56.127\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(20.605 -84.35)\">\u003Cpath d=\"M-4.035 54.924Q-4.035 54.582-3.900 54.283Q-3.765 53.984-3.525 53.760Q-3.286 53.536-2.968 53.411Q-2.650 53.286-2.319 53.286Q-1.874 53.286-1.475 53.502Q-1.075 53.717-0.840 54.095Q-0.606 54.472-0.606 54.924Q-0.606 55.265-0.748 55.549Q-0.890 55.833-1.134 56.040Q-1.379 56.246-1.688 56.361Q-1.997 56.475-2.319 56.475Q-2.749 56.475-3.151 56.274Q-3.553 56.072-3.794 55.720Q-4.035 55.368-4.035 54.924M-2.319 56.226Q-1.717 56.226-1.493 55.848Q-1.269 55.470-1.269 54.838Q-1.269 54.226-1.504 53.867Q-1.738 53.509-2.319 53.509Q-3.371 53.509-3.371 54.838Q-3.371 55.470-3.146 55.848Q-2.920 56.226-2.319 56.226M0.795 56.407L0.528 56.407L0.528 52.299Q0.528 52.029 0.421 51.967Q0.313 51.906 0.002 51.906L0.002 51.625L1.082 51.550L1.082 53.720Q1.291 53.529 1.576 53.425Q1.861 53.321 2.159 53.321Q2.477 53.321 2.774 53.442Q3.071 53.563 3.294 53.779Q3.516 53.994 3.642 54.279Q3.769 54.565 3.769 54.896Q3.769 55.341 3.529 55.705Q3.290 56.069 2.897 56.272Q2.504 56.475 2.060 56.475Q1.865 56.475 1.675 56.419Q1.485 56.363 1.325 56.258Q1.164 56.154 1.024 55.993L0.795 56.407M1.109 54.062L1.109 55.679Q1.246 55.939 1.487 56.096Q1.728 56.253 2.005 56.253Q2.299 56.253 2.511 56.146Q2.723 56.038 2.856 55.846Q2.989 55.655 3.047 55.416Q3.106 55.177 3.106 54.896Q3.106 54.537 3.012 54.233Q2.918 53.929 2.690 53.736Q2.463 53.543 2.097 53.543Q1.796 53.543 1.530 53.679Q1.263 53.816 1.109 54.062M4.404 56.400L4.404 55.337Q4.404 55.313 4.432 55.286Q4.459 55.259 4.483 55.259L4.592 55.259Q4.657 55.259 4.671 55.317Q4.767 55.751 5.013 56.002Q5.259 56.253 5.672 56.253Q6.014 56.253 6.267 56.120Q6.520 55.987 6.520 55.679Q6.520 55.522 6.426 55.407Q6.332 55.293 6.194 55.224Q6.055 55.156 5.888 55.118L5.307 55.019Q4.951 54.951 4.678 54.730Q4.404 54.510 4.404 54.168Q4.404 53.919 4.515 53.744Q4.627 53.570 4.813 53.471Q4.999 53.372 5.214 53.329Q5.430 53.286 5.672 53.286Q6.086 53.286 6.366 53.468L6.582 53.293Q6.592 53.290 6.599 53.288Q6.606 53.286 6.616 53.286L6.667 53.286Q6.694 53.286 6.718 53.310Q6.742 53.334 6.742 53.362L6.742 54.209Q6.742 54.230 6.718 54.257Q6.694 54.284 6.667 54.284L6.554 54.284Q6.527 54.284 6.501 54.259Q6.476 54.233 6.476 54.209Q6.476 53.973 6.370 53.809Q6.264 53.645 6.081 53.563Q5.898 53.481 5.666 53.481Q5.338 53.481 5.081 53.584Q4.825 53.686 4.825 53.963Q4.825 54.158 5.008 54.267Q5.191 54.377 5.420 54.418L5.994 54.524Q6.240 54.572 6.453 54.700Q6.667 54.828 6.804 55.031Q6.941 55.235 6.941 55.484Q6.941 55.997 6.575 56.236Q6.209 56.475 5.672 56.475Q5.177 56.475 4.845 56.181L4.579 56.455Q4.558 56.475 4.531 56.475L4.483 56.475Q4.459 56.475 4.432 56.448Q4.404 56.421 4.404 56.400M7.528 54.872Q7.528 54.551 7.653 54.262Q7.778 53.973 8.004 53.750Q8.229 53.526 8.525 53.406Q8.820 53.286 9.138 53.286Q9.466 53.286 9.728 53.386Q9.989 53.485 10.165 53.667Q10.341 53.850 10.435 54.108Q10.529 54.366 10.529 54.698Q10.529 54.790 10.447 54.811L8.192 54.811L8.192 54.872Q8.192 55.460 8.475 55.843Q8.759 56.226 9.326 56.226Q9.648 56.226 9.916 56.033Q10.184 55.840 10.273 55.525Q10.280 55.484 10.355 55.470L10.447 55.470Q10.529 55.494 10.529 55.566Q10.529 55.573 10.523 55.600Q10.410 55.997 10.039 56.236Q9.668 56.475 9.244 56.475Q8.807 56.475 8.407 56.267Q8.007 56.058 7.768 55.691Q7.528 55.324 7.528 54.872M8.198 54.602L10.013 54.602Q10.013 54.325 9.916 54.073Q9.818 53.820 9.620 53.664Q9.422 53.509 9.138 53.509Q8.861 53.509 8.648 53.667Q8.434 53.826 8.316 54.081Q8.198 54.336 8.198 54.602M12.867 56.407L11.131 56.407L11.131 56.127Q11.360 56.127 11.509 56.093Q11.657 56.058 11.657 55.918L11.657 54.069Q11.657 53.799 11.550 53.738Q11.442 53.676 11.131 53.676L11.131 53.396L12.160 53.321L12.160 54.028Q12.290 53.720 12.532 53.521Q12.775 53.321 13.093 53.321Q13.312 53.321 13.483 53.445Q13.653 53.570 13.653 53.782Q13.653 53.919 13.554 54.018Q13.455 54.117 13.322 54.117Q13.185 54.117 13.086 54.018Q12.987 53.919 12.987 53.782Q12.987 53.642 13.086 53.543Q12.796 53.543 12.596 53.739Q12.396 53.936 12.303 54.230Q12.211 54.524 12.211 54.804L12.211 55.918Q12.211 56.127 12.867 56.127L12.867 56.407M15.827 56.380L14.699 53.881Q14.628 53.734 14.498 53.702Q14.368 53.669 14.139 53.669L14.139 53.389L15.653 53.389L15.653 53.669Q15.301 53.669 15.301 53.816Q15.301 53.861 15.311 53.881L16.176 55.799L16.955 54.069Q16.989 54.001 16.989 53.922Q16.989 53.809 16.906 53.739Q16.822 53.669 16.702 53.669L16.702 53.389L17.899 53.389L17.899 53.669Q17.680 53.669 17.509 53.772Q17.338 53.874 17.249 54.069L16.213 56.380Q16.166 56.475 16.060 56.475L15.981 56.475Q15.875 56.475 15.827 56.380\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(20.605 -84.35)\">\u003Cpath d=\"M18.088 55.679Q18.088 55.347 18.311 55.120Q18.535 54.893 18.879 54.765Q19.222 54.636 19.595 54.584Q19.967 54.531 20.272 54.531L20.272 54.278Q20.272 54.073 20.164 53.893Q20.056 53.714 19.875 53.611Q19.694 53.509 19.486 53.509Q19.079 53.509 18.843 53.601Q18.932 53.638 18.978 53.722Q19.024 53.806 19.024 53.908Q19.024 54.004 18.978 54.083Q18.932 54.161 18.851 54.206Q18.771 54.250 18.682 54.250Q18.532 54.250 18.431 54.153Q18.330 54.055 18.330 53.908Q18.330 53.286 19.486 53.286Q19.697 53.286 19.947 53.350Q20.196 53.413 20.398 53.532Q20.600 53.652 20.726 53.837Q20.853 54.021 20.853 54.264L20.853 55.840Q20.853 55.956 20.914 56.052Q20.976 56.147 21.089 56.147Q21.198 56.147 21.263 56.053Q21.328 55.959 21.328 55.840L21.328 55.392L21.594 55.392L21.594 55.840Q21.594 56.110 21.367 56.275Q21.140 56.441 20.860 56.441Q20.651 56.441 20.514 56.287Q20.378 56.134 20.354 55.918Q20.207 56.185 19.925 56.330Q19.643 56.475 19.318 56.475Q19.041 56.475 18.757 56.400Q18.474 56.325 18.281 56.146Q18.088 55.966 18.088 55.679M18.703 55.679Q18.703 55.853 18.804 55.983Q18.904 56.113 19.060 56.183Q19.215 56.253 19.380 56.253Q19.598 56.253 19.807 56.156Q20.015 56.058 20.143 55.877Q20.272 55.696 20.272 55.470L20.272 54.742Q19.947 54.742 19.581 54.833Q19.215 54.924 18.959 55.136Q18.703 55.347 18.703 55.679M22.538 55.566L22.538 53.669L21.899 53.669L21.899 53.447Q22.216 53.447 22.434 53.237Q22.651 53.027 22.751 52.717Q22.852 52.408 22.852 52.100L23.119 52.100L23.119 53.389L24.195 53.389L24.195 53.669L23.119 53.669L23.119 55.553Q23.119 55.829 23.223 56.028Q23.327 56.226 23.587 56.226Q23.744 56.226 23.850 56.122Q23.956 56.017 24.006 55.864Q24.055 55.710 24.055 55.553L24.055 55.139L24.322 55.139L24.322 55.566Q24.322 55.792 24.223 56.002Q24.124 56.212 23.939 56.344Q23.755 56.475 23.526 56.475Q23.088 56.475 22.813 56.238Q22.538 56 22.538 55.566M26.749 56.407L25.197 56.407L25.197 56.127Q25.423 56.127 25.571 56.093Q25.720 56.058 25.720 55.918L25.720 54.069Q25.720 53.881 25.672 53.797Q25.624 53.714 25.527 53.695Q25.429 53.676 25.217 53.676L25.217 53.396L26.274 53.321L26.274 55.918Q26.274 56.058 26.405 56.093Q26.537 56.127 26.749 56.127L26.749 56.407M25.477 52.100Q25.477 51.929 25.600 51.810Q25.723 51.690 25.894 51.690Q26.062 51.690 26.185 51.810Q26.308 51.929 26.308 52.100Q26.308 52.275 26.185 52.398Q26.062 52.521 25.894 52.521Q25.723 52.521 25.600 52.398Q25.477 52.275 25.477 52.100M27.354 54.924Q27.354 54.582 27.489 54.283Q27.624 53.984 27.863 53.760Q28.102 53.536 28.420 53.411Q28.738 53.286 29.069 53.286Q29.514 53.286 29.914 53.502Q30.314 53.717 30.548 54.095Q30.782 54.472 30.782 54.924Q30.782 55.265 30.640 55.549Q30.498 55.833 30.254 56.040Q30.009 56.246 29.700 56.361Q29.391 56.475 29.069 56.475Q28.639 56.475 28.237 56.274Q27.836 56.072 27.595 55.720Q27.354 55.368 27.354 54.924M29.069 56.226Q29.671 56.226 29.895 55.848Q30.119 55.470 30.119 54.838Q30.119 54.226 29.885 53.867Q29.651 53.509 29.069 53.509Q28.017 53.509 28.017 54.838Q28.017 55.470 28.242 55.848Q28.468 56.226 29.069 56.226M33.058 56.407L31.424 56.407L31.424 56.127Q31.653 56.127 31.802 56.093Q31.951 56.058 31.951 55.918L31.951 54.069Q31.951 53.799 31.843 53.738Q31.736 53.676 31.424 53.676L31.424 53.396L32.484 53.321L32.484 53.970Q32.655 53.662 32.959 53.491Q33.263 53.321 33.609 53.321Q34.114 53.321 34.398 53.544Q34.682 53.768 34.682 54.264L34.682 55.918Q34.682 56.055 34.830 56.091Q34.979 56.127 35.205 56.127L35.205 56.407L33.574 56.407L33.574 56.127Q33.803 56.127 33.952 56.093Q34.101 56.058 34.101 55.918L34.101 54.278Q34.101 53.943 33.981 53.743Q33.861 53.543 33.547 53.543Q33.277 53.543 33.043 53.679Q32.809 53.816 32.670 54.050Q32.532 54.284 32.532 54.558L32.532 55.918Q32.532 56.055 32.682 56.091Q32.833 56.127 33.058 56.127\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(20.605 -84.35)\">\u003Cpath d=\"M38.460 54.924Q38.460 54.582 38.595 54.283Q38.730 53.984 38.970 53.760Q39.209 53.536 39.527 53.411Q39.845 53.286 40.176 53.286Q40.621 53.286 41.020 53.502Q41.420 53.717 41.655 54.095Q41.889 54.472 41.889 54.924Q41.889 55.265 41.747 55.549Q41.605 55.833 41.361 56.040Q41.116 56.246 40.807 56.361Q40.498 56.475 40.176 56.475Q39.746 56.475 39.344 56.274Q38.942 56.072 38.701 55.720Q38.460 55.368 38.460 54.924M40.176 56.226Q40.778 56.226 41.002 55.848Q41.226 55.470 41.226 54.838Q41.226 54.226 40.991 53.867Q40.757 53.509 40.176 53.509Q39.124 53.509 39.124 54.838Q39.124 55.470 39.349 55.848Q39.575 56.226 40.176 56.226\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The belief simplex for three hidden states. Each corner is certainty about one state; the interior is a mixed belief \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">2\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">3\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mclose\">))\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> summing to \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>. The centroid is maximal uncertainty (uniform belief); an observation moves the belief point toward the corner it favors.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:491.102px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 368.326 111.875\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M-23.124-40.772h62.596V-72.07h-62.596Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-26.02 -33.306)\">\u003Cpath d=\"M10.342-26.087L8.486-26.087L8.486-26.384Q8.760-26.384 8.928-26.431Q9.096-26.478 9.096-26.646L9.096-30.806Q9.096-31.021 9.033-31.116Q8.971-31.212 8.852-31.233Q8.733-31.255 8.486-31.255L8.486-31.552L9.709-31.638L9.709-28.935Q9.834-29.146 10.022-29.296Q10.209-29.446 10.436-29.530Q10.662-29.614 10.908-29.614Q12.076-29.614 12.076-28.536L12.076-26.646Q12.076-26.478 12.246-26.431Q12.416-26.384 12.686-26.384L12.686-26.087L10.830-26.087L10.830-26.384Q11.104-26.384 11.272-26.431Q11.440-26.478 11.440-26.646L11.440-28.521Q11.440-28.903 11.319-29.132Q11.197-29.360 10.846-29.360Q10.533-29.360 10.279-29.198Q10.026-29.036 9.879-28.767Q9.733-28.497 9.733-28.200L9.733-26.646Q9.733-26.478 9.903-26.431Q10.072-26.384 10.342-26.384L10.342-26.087M14.990-26.087L13.213-26.087L13.213-26.384Q13.486-26.384 13.654-26.431Q13.822-26.478 13.822-26.646L13.822-28.782Q13.822-28.997 13.766-29.093Q13.709-29.189 13.596-29.210Q13.483-29.232 13.236-29.232L13.236-29.528L14.436-29.614L14.436-26.646Q14.436-26.478 14.582-26.431Q14.729-26.384 14.990-26.384L14.990-26.087M13.549-31.009Q13.549-31.200 13.684-31.331Q13.819-31.462 14.014-31.462Q14.135-31.462 14.238-31.399Q14.342-31.337 14.404-31.233Q14.467-31.130 14.467-31.009Q14.467-30.814 14.336-30.679Q14.205-30.544 14.014-30.544Q13.815-30.544 13.682-30.677Q13.549-30.810 13.549-31.009M17.307-26.009Q16.826-26.009 16.418-26.253Q16.010-26.497 15.772-26.911Q15.533-27.325 15.533-27.814Q15.533-28.306 15.791-28.722Q16.049-29.138 16.481-29.376Q16.912-29.614 17.404-29.614Q18.026-29.614 18.475-29.177L18.475-30.806Q18.475-31.021 18.412-31.116Q18.350-31.212 18.233-31.233Q18.115-31.255 17.869-31.255L17.869-31.552L19.092-31.638L19.092-26.829Q19.092-26.618 19.154-26.523Q19.217-26.427 19.334-26.405Q19.451-26.384 19.701-26.384L19.701-26.087L18.451-26.009L18.451-26.493Q17.986-26.009 17.307-26.009M17.373-26.263Q17.713-26.263 18.006-26.454Q18.299-26.646 18.451-26.942L18.451-28.774Q18.303-29.048 18.041-29.204Q17.779-29.360 17.467-29.360Q16.842-29.360 16.559-28.913Q16.276-28.466 16.276-27.806Q16.276-27.161 16.528-26.712Q16.779-26.263 17.373-26.263M22.026-26.009Q21.545-26.009 21.137-26.253Q20.729-26.497 20.490-26.911Q20.252-27.325 20.252-27.814Q20.252-28.306 20.510-28.722Q20.768-29.138 21.199-29.376Q21.631-29.614 22.123-29.614Q22.744-29.614 23.194-29.177L23.194-30.806Q23.194-31.021 23.131-31.116Q23.069-31.212 22.951-31.233Q22.834-31.255 22.588-31.255L22.588-31.552L23.811-31.638L23.811-26.829Q23.811-26.618 23.873-26.523Q23.936-26.427 24.053-26.405Q24.170-26.384 24.420-26.384L24.420-26.087L23.170-26.009L23.170-26.493Q22.705-26.009 22.026-26.009M22.092-26.263Q22.432-26.263 22.725-26.454Q23.018-26.646 23.170-26.942L23.170-28.774Q23.022-29.048 22.760-29.204Q22.498-29.360 22.186-29.360Q21.561-29.360 21.278-28.913Q20.994-28.466 20.994-27.806Q20.994-27.161 21.246-26.712Q21.498-26.263 22.092-26.263M24.928-27.841Q24.928-28.321 25.160-28.737Q25.393-29.153 25.803-29.403Q26.213-29.653 26.690-29.653Q27.420-29.653 27.819-29.212Q28.217-28.771 28.217-28.040Q28.217-27.935 28.123-27.911L25.674-27.911L25.674-27.841Q25.674-27.431 25.795-27.075Q25.916-26.720 26.188-26.503Q26.459-26.286 26.889-26.286Q27.252-26.286 27.549-26.515Q27.846-26.743 27.947-27.095Q27.955-27.142 28.041-27.157L28.123-27.157Q28.217-27.130 28.217-27.048Q28.217-27.040 28.209-27.009Q28.147-26.782 28.008-26.599Q27.869-26.415 27.678-26.282Q27.486-26.149 27.268-26.079Q27.049-26.009 26.811-26.009Q26.440-26.009 26.102-26.146Q25.764-26.282 25.496-26.534Q25.229-26.786 25.078-27.126Q24.928-27.466 24.928-27.841M25.682-28.149L27.643-28.149Q27.643-28.454 27.541-28.745Q27.440-29.036 27.223-29.218Q27.006-29.399 26.690-29.399Q26.389-29.399 26.158-29.212Q25.928-29.024 25.805-28.733Q25.682-28.442 25.682-28.149M30.635-26.087L28.779-26.087L28.779-26.384Q29.053-26.384 29.221-26.431Q29.389-26.478 29.389-26.646L29.389-28.782Q29.389-28.997 29.326-29.093Q29.264-29.189 29.145-29.210Q29.026-29.232 28.779-29.232L28.779-29.528L29.971-29.614L29.971-28.880Q30.084-29.095 30.278-29.263Q30.471-29.431 30.709-29.523Q30.947-29.614 31.201-29.614Q32.369-29.614 32.369-28.536L32.369-26.646Q32.369-26.478 32.539-26.431Q32.709-26.384 32.979-26.384L32.979-26.087L31.123-26.087L31.123-26.384Q31.397-26.384 31.565-26.431Q31.733-26.478 31.733-26.646L31.733-28.521Q31.733-28.903 31.611-29.132Q31.490-29.360 31.139-29.360Q30.826-29.360 30.572-29.198Q30.319-29.036 30.172-28.767Q30.026-28.497 30.026-28.200L30.026-26.646Q30.026-26.478 30.195-26.431Q30.365-26.384 30.635-26.384\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-26.02 -33.306)\">\u003Cpath d=\"M36.316-26.095L36.316-27.317Q36.316-27.345 36.347-27.376Q36.379-27.407 36.402-27.407L36.508-27.407Q36.578-27.407 36.594-27.345Q36.656-27.024 36.795-26.784Q36.933-26.544 37.166-26.403Q37.398-26.263 37.707-26.263Q37.945-26.263 38.154-26.323Q38.363-26.384 38.500-26.532Q38.637-26.681 38.637-26.927Q38.637-27.181 38.426-27.347Q38.215-27.513 37.945-27.567L37.324-27.681Q36.918-27.759 36.617-28.015Q36.316-28.271 36.316-28.646Q36.316-29.013 36.517-29.235Q36.719-29.458 37.043-29.556Q37.367-29.653 37.707-29.653Q38.172-29.653 38.469-29.446L38.691-29.630Q38.715-29.653 38.746-29.653L38.797-29.653Q38.828-29.653 38.855-29.626Q38.883-29.599 38.883-29.567L38.883-28.583Q38.883-28.552 38.857-28.523Q38.832-28.493 38.797-28.493L38.691-28.493Q38.656-28.493 38.629-28.521Q38.601-28.548 38.601-28.583Q38.601-28.982 38.349-29.202Q38.097-29.423 37.699-29.423Q37.344-29.423 37.060-29.300Q36.777-29.177 36.777-28.872Q36.777-28.653 36.978-28.521Q37.180-28.388 37.426-28.345L38.051-28.232Q38.480-28.142 38.789-27.845Q39.097-27.548 39.097-27.134Q39.097-26.564 38.699-26.286Q38.301-26.009 37.707-26.009Q37.156-26.009 36.805-26.345L36.508-26.032Q36.484-26.009 36.449-26.009L36.402-26.009Q36.379-26.009 36.347-26.040Q36.316-26.071 36.316-26.095M40.250-27.048L40.250-29.239L39.547-29.239L39.547-29.493Q39.902-29.493 40.144-29.726Q40.387-29.958 40.498-30.306Q40.609-30.653 40.609-31.009L40.890-31.009L40.890-29.536L42.066-29.536L42.066-29.239L40.890-29.239L40.890-27.064Q40.890-26.743 41.010-26.515Q41.129-26.286 41.410-26.286Q41.590-26.286 41.707-26.409Q41.824-26.532 41.877-26.712Q41.930-26.892 41.930-27.064L41.930-27.536L42.211-27.536L42.211-27.048Q42.211-26.794 42.105-26.554Q42-26.314 41.803-26.161Q41.605-26.009 41.347-26.009Q41.031-26.009 40.779-26.132Q40.527-26.255 40.389-26.489Q40.250-26.724 40.250-27.048M43.027-26.919Q43.027-27.403 43.430-27.698Q43.832-27.993 44.383-28.112Q44.933-28.232 45.426-28.232L45.426-28.521Q45.426-28.747 45.310-28.954Q45.195-29.161 44.998-29.280Q44.801-29.399 44.570-29.399Q44.144-29.399 43.859-29.294Q43.930-29.267 43.976-29.212Q44.023-29.157 44.049-29.087Q44.074-29.017 44.074-28.942Q44.074-28.837 44.023-28.745Q43.972-28.653 43.881-28.603Q43.789-28.552 43.683-28.552Q43.578-28.552 43.486-28.603Q43.394-28.653 43.344-28.745Q43.293-28.837 43.293-28.942Q43.293-29.360 43.681-29.507Q44.070-29.653 44.570-29.653Q44.902-29.653 45.256-29.523Q45.609-29.392 45.838-29.138Q46.066-28.884 46.066-28.536L46.066-26.735Q46.066-26.603 46.139-26.493Q46.211-26.384 46.340-26.384Q46.465-26.384 46.533-26.489Q46.601-26.595 46.601-26.735L46.601-27.247L46.883-27.247L46.883-26.735Q46.883-26.532 46.765-26.374Q46.648-26.216 46.467-26.132Q46.285-26.048 46.082-26.048Q45.851-26.048 45.699-26.220Q45.547-26.392 45.515-26.622Q45.355-26.341 45.047-26.175Q44.738-26.009 44.387-26.009Q43.875-26.009 43.451-26.232Q43.027-26.454 43.027-26.919M43.715-26.919Q43.715-26.634 43.941-26.448Q44.168-26.263 44.461-26.263Q44.707-26.263 44.931-26.380Q45.156-26.497 45.291-26.700Q45.426-26.903 45.426-27.157L45.426-27.989Q45.160-27.989 44.875-27.935Q44.590-27.880 44.318-27.751Q44.047-27.622 43.881-27.415Q43.715-27.208 43.715-26.919M47.801-27.048L47.801-29.239L47.097-29.239L47.097-29.493Q47.453-29.493 47.695-29.726Q47.937-29.958 48.049-30.306Q48.160-30.653 48.160-31.009L48.441-31.009L48.441-29.536L49.617-29.536L49.617-29.239L48.441-29.239L48.441-27.064Q48.441-26.743 48.560-26.515Q48.680-26.286 48.961-26.286Q49.140-26.286 49.258-26.409Q49.375-26.532 49.428-26.712Q49.480-26.892 49.480-27.064L49.480-27.536L49.762-27.536L49.762-27.048Q49.762-26.794 49.656-26.554Q49.551-26.314 49.353-26.161Q49.156-26.009 48.898-26.009Q48.582-26.009 48.330-26.132Q48.078-26.255 47.939-26.489Q47.801-26.724 47.801-27.048M50.480-27.841Q50.480-28.321 50.713-28.737Q50.945-29.153 51.355-29.403Q51.765-29.653 52.242-29.653Q52.972-29.653 53.371-29.212Q53.769-28.771 53.769-28.040Q53.769-27.935 53.676-27.911L51.226-27.911L51.226-27.841Q51.226-27.431 51.347-27.075Q51.469-26.720 51.740-26.503Q52.012-26.286 52.441-26.286Q52.805-26.286 53.101-26.515Q53.398-26.743 53.500-27.095Q53.508-27.142 53.594-27.157L53.676-27.157Q53.769-27.130 53.769-27.048Q53.769-27.040 53.762-27.009Q53.699-26.782 53.560-26.599Q53.422-26.415 53.230-26.282Q53.039-26.149 52.820-26.079Q52.601-26.009 52.363-26.009Q51.992-26.009 51.654-26.146Q51.316-26.282 51.049-26.534Q50.781-26.786 50.631-27.126Q50.480-27.466 50.480-27.841M51.234-28.149L53.195-28.149Q53.195-28.454 53.094-28.745Q52.992-29.036 52.775-29.218Q52.558-29.399 52.242-29.399Q51.941-29.399 51.711-29.212Q51.480-29.024 51.357-28.733Q51.234-28.442 51.234-28.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-26.02 -33.306)\">\u003Cpath d=\"M57.142-26.095L57.142-27.317Q57.142-27.345 57.173-27.376Q57.205-27.407 57.228-27.407L57.334-27.407Q57.404-27.407 57.420-27.345Q57.482-27.024 57.621-26.784Q57.759-26.544 57.992-26.403Q58.224-26.263 58.533-26.263Q58.771-26.263 58.980-26.323Q59.189-26.384 59.326-26.532Q59.463-26.681 59.463-26.927Q59.463-27.181 59.252-27.347Q59.041-27.513 58.771-27.567L58.150-27.681Q57.744-27.759 57.443-28.015Q57.142-28.271 57.142-28.646Q57.142-29.013 57.343-29.235Q57.545-29.458 57.869-29.556Q58.193-29.653 58.533-29.653Q58.998-29.653 59.295-29.446L59.517-29.630Q59.541-29.653 59.572-29.653L59.623-29.653Q59.654-29.653 59.681-29.626Q59.709-29.599 59.709-29.567L59.709-28.583Q59.709-28.552 59.683-28.523Q59.658-28.493 59.623-28.493L59.517-28.493Q59.482-28.493 59.455-28.521Q59.427-28.548 59.427-28.583Q59.427-28.982 59.175-29.202Q58.923-29.423 58.525-29.423Q58.170-29.423 57.886-29.300Q57.603-29.177 57.603-28.872Q57.603-28.653 57.804-28.521Q58.006-28.388 58.252-28.345L58.877-28.232Q59.306-28.142 59.615-27.845Q59.923-27.548 59.923-27.134Q59.923-26.564 59.525-26.286Q59.127-26.009 58.533-26.009Q57.982-26.009 57.631-26.345L57.334-26.032Q57.310-26.009 57.275-26.009L57.228-26.009Q57.205-26.009 57.173-26.040Q57.142-26.071 57.142-26.095\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-26.02 -33.306)\">\u003Cpath d=\"M12.700-14.595Q12.087-15.052 11.685-15.687Q11.282-16.321 11.087-17.067Q10.892-17.814 10.892-18.587Q10.892-19.360 11.087-20.107Q11.282-20.853 11.685-21.487Q12.087-22.122 12.700-22.579Q12.712-22.583 12.720-22.585Q12.728-22.587 12.739-22.587L12.817-22.587Q12.856-22.587 12.882-22.560Q12.907-22.532 12.907-22.489Q12.907-22.439 12.876-22.419Q12.368-21.966 12.046-21.343Q11.724-20.720 11.583-20.024Q11.442-19.329 11.442-18.587Q11.442-17.853 11.581-17.153Q11.720-16.454 12.044-15.829Q12.368-15.204 12.876-14.755Q12.907-14.735 12.907-14.685Q12.907-14.642 12.882-14.614Q12.856-14.587 12.817-14.587L12.739-14.587Q12.731-14.591 12.722-14.593Q12.712-14.595 12.700-14.595M14.310-17.540L14.310-19.282Q14.310-19.497 14.247-19.593Q14.185-19.689 14.065-19.710Q13.946-19.732 13.700-19.732L13.700-20.028L14.946-20.114L14.946-17.564L14.946-17.540Q14.946-17.228 15.001-17.066Q15.056-16.903 15.206-16.833Q15.356-16.763 15.677-16.763Q16.106-16.763 16.380-17.101Q16.653-17.439 16.653-17.884L16.653-19.282Q16.653-19.497 16.591-19.593Q16.528-19.689 16.409-19.710Q16.290-19.732 16.044-19.732L16.044-20.028L17.290-20.114L17.290-17.329Q17.290-17.118 17.353-17.023Q17.415-16.927 17.534-16.905Q17.653-16.884 17.899-16.884L17.899-16.587L16.677-16.509L16.677-17.130Q16.509-16.841 16.228-16.675Q15.946-16.509 15.626-16.509Q14.310-16.509 14.310-17.540M20.274-16.587L18.419-16.587L18.419-16.884Q18.692-16.884 18.860-16.931Q19.028-16.978 19.028-17.146L19.028-19.282Q19.028-19.497 18.966-19.593Q18.903-19.689 18.784-19.710Q18.665-19.732 18.419-19.732L18.419-20.028L19.610-20.114L19.610-19.380Q19.724-19.595 19.917-19.763Q20.110-19.931 20.349-20.023Q20.587-20.114 20.841-20.114Q22.009-20.114 22.009-19.036L22.009-17.146Q22.009-16.978 22.179-16.931Q22.349-16.884 22.618-16.884L22.618-16.587L20.763-16.587L20.763-16.884Q21.036-16.884 21.204-16.931Q21.372-16.978 21.372-17.146L21.372-19.021Q21.372-19.403 21.251-19.632Q21.130-19.860 20.778-19.860Q20.466-19.860 20.212-19.698Q19.958-19.536 19.812-19.267Q19.665-18.997 19.665-18.700L19.665-17.146Q19.665-16.978 19.835-16.931Q20.005-16.884 20.274-16.884L20.274-16.587M23.063-18.282Q23.063-18.786 23.319-19.218Q23.575-19.649 24.011-19.901Q24.446-20.153 24.946-20.153Q25.333-20.153 25.675-20.009Q26.017-19.864 26.278-19.603Q26.540-19.341 26.683-19.005Q26.825-18.669 26.825-18.282Q26.825-17.790 26.562-17.380Q26.298-16.970 25.868-16.739Q25.438-16.509 24.946-16.509Q24.454-16.509 24.020-16.741Q23.587-16.974 23.325-17.382Q23.063-17.790 23.063-18.282M24.946-16.786Q25.403-16.786 25.655-17.009Q25.907-17.232 25.995-17.583Q26.083-17.935 26.083-18.380Q26.083-18.810 25.989-19.148Q25.895-19.485 25.642-19.692Q25.388-19.899 24.946-19.899Q24.298-19.899 24.054-19.483Q23.810-19.067 23.810-18.380Q23.810-17.935 23.897-17.583Q23.985-17.232 24.237-17.009Q24.489-16.786 24.946-16.786M28.224-16.587L27.942-16.587L27.942-21.306Q27.942-21.521 27.880-21.616Q27.817-21.712 27.700-21.733Q27.583-21.755 27.337-21.755L27.337-22.052L28.560-22.138L28.560-19.649Q29.036-20.114 29.735-20.114Q30.216-20.114 30.624-19.870Q31.032-19.626 31.269-19.212Q31.505-18.798 31.505-18.314Q31.505-17.939 31.356-17.610Q31.208-17.282 30.938-17.030Q30.669-16.778 30.325-16.644Q29.981-16.509 29.622-16.509Q29.302-16.509 29.003-16.657Q28.704-16.806 28.497-17.067L28.224-16.587M28.583-19.259L28.583-17.419Q28.735-17.122 28.995-16.942Q29.255-16.763 29.567-16.763Q29.993-16.763 30.261-16.982Q30.528-17.200 30.644-17.546Q30.759-17.892 30.759-18.314Q30.759-18.962 30.511-19.411Q30.263-19.860 29.665-19.860Q29.329-19.860 29.040-19.702Q28.751-19.544 28.583-19.259M32.071-16.595L32.071-17.817Q32.071-17.845 32.103-17.876Q32.134-17.907 32.157-17.907L32.263-17.907Q32.333-17.907 32.349-17.845Q32.411-17.524 32.550-17.284Q32.688-17.044 32.921-16.903Q33.153-16.763 33.462-16.763Q33.700-16.763 33.909-16.823Q34.118-16.884 34.255-17.032Q34.392-17.181 34.392-17.427Q34.392-17.681 34.181-17.847Q33.970-18.013 33.700-18.067L33.079-18.181Q32.673-18.259 32.372-18.515Q32.071-18.771 32.071-19.146Q32.071-19.513 32.272-19.735Q32.474-19.958 32.798-20.056Q33.122-20.153 33.462-20.153Q33.927-20.153 34.224-19.946L34.446-20.130Q34.470-20.153 34.501-20.153L34.552-20.153Q34.583-20.153 34.610-20.126Q34.638-20.099 34.638-20.067L34.638-19.083Q34.638-19.052 34.612-19.023Q34.587-18.993 34.552-18.993L34.446-18.993Q34.411-18.993 34.384-19.021Q34.356-19.048 34.356-19.083Q34.356-19.482 34.104-19.702Q33.853-19.923 33.454-19.923Q33.099-19.923 32.815-19.800Q32.532-19.677 32.532-19.372Q32.532-19.153 32.733-19.021Q32.935-18.888 33.181-18.845L33.806-18.732Q34.235-18.642 34.544-18.345Q34.853-18.048 34.853-17.634Q34.853-17.064 34.454-16.786Q34.056-16.509 33.462-16.509Q32.911-16.509 32.560-16.845L32.263-16.532Q32.239-16.509 32.204-16.509L32.157-16.509Q32.134-16.509 32.103-16.540Q32.071-16.571 32.071-16.595M35.380-18.341Q35.380-18.821 35.612-19.237Q35.845-19.653 36.255-19.903Q36.665-20.153 37.142-20.153Q37.872-20.153 38.270-19.712Q38.669-19.271 38.669-18.540Q38.669-18.435 38.575-18.411L36.126-18.411L36.126-18.341Q36.126-17.931 36.247-17.575Q36.368-17.220 36.640-17.003Q36.911-16.786 37.341-16.786Q37.704-16.786 38.001-17.015Q38.298-17.243 38.399-17.595Q38.407-17.642 38.493-17.657L38.575-17.657Q38.669-17.630 38.669-17.548Q38.669-17.540 38.661-17.509Q38.599-17.282 38.460-17.099Q38.321-16.915 38.130-16.782Q37.938-16.649 37.720-16.579Q37.501-16.509 37.263-16.509Q36.892-16.509 36.554-16.646Q36.216-16.782 35.948-17.034Q35.681-17.286 35.530-17.626Q35.380-17.966 35.380-18.341M36.134-18.649L38.095-18.649Q38.095-18.954 37.993-19.245Q37.892-19.536 37.675-19.718Q37.458-19.899 37.142-19.899Q36.841-19.899 36.610-19.712Q36.380-19.524 36.257-19.233Q36.134-18.942 36.134-18.649M41.165-16.587L39.185-16.587L39.185-16.884Q39.454-16.884 39.622-16.929Q39.790-16.974 39.790-17.146L39.790-19.282Q39.790-19.497 39.728-19.593Q39.665-19.689 39.548-19.710Q39.431-19.732 39.185-19.732L39.185-20.028L40.353-20.114L40.353-19.329Q40.431-19.540 40.583-19.726Q40.735-19.911 40.935-20.013Q41.134-20.114 41.360-20.114Q41.606-20.114 41.798-19.970Q41.989-19.825 41.989-19.595Q41.989-19.439 41.884-19.329Q41.778-19.220 41.622-19.220Q41.466-19.220 41.356-19.329Q41.247-19.439 41.247-19.595Q41.247-19.755 41.353-19.860Q41.028-19.860 40.813-19.632Q40.599-19.403 40.503-19.064Q40.407-18.724 40.407-18.419L40.407-17.146Q40.407-16.978 40.634-16.931Q40.860-16.884 41.165-16.884L41.165-16.587M44.270-16.618L43.048-19.474Q42.966-19.649 42.821-19.694Q42.677-19.739 42.407-19.739L42.407-20.036L44.118-20.036L44.118-19.739Q43.696-19.739 43.696-19.556Q43.696-19.521 43.712-19.474L44.657-17.282L45.497-19.259Q45.536-19.337 45.536-19.427Q45.536-19.567 45.431-19.653Q45.325-19.739 45.185-19.739L45.185-20.036L46.536-20.036L46.536-19.739Q46.013-19.739 45.798-19.259L44.673-16.618Q44.610-16.509 44.505-16.509L44.438-16.509Q44.325-16.509 44.270-16.618\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-26.02 -33.306)\">\u003Cpath d=\"M46.737-18.341Q46.737-18.821 46.970-19.237Q47.202-19.653 47.612-19.903Q48.022-20.153 48.499-20.153Q49.229-20.153 49.628-19.712Q50.026-19.271 50.026-18.540Q50.026-18.435 49.933-18.411L47.483-18.411L47.483-18.341Q47.483-17.931 47.604-17.575Q47.726-17.220 47.997-17.003Q48.269-16.786 48.698-16.786Q49.062-16.786 49.358-17.015Q49.655-17.243 49.757-17.595Q49.765-17.642 49.851-17.657L49.933-17.657Q50.026-17.630 50.026-17.548Q50.026-17.540 50.019-17.509Q49.956-17.282 49.817-17.099Q49.679-16.915 49.487-16.782Q49.296-16.649 49.077-16.579Q48.858-16.509 48.620-16.509Q48.249-16.509 47.911-16.646Q47.573-16.782 47.306-17.034Q47.038-17.286 46.888-17.626Q46.737-17.966 46.737-18.341M47.491-18.649L49.452-18.649Q49.452-18.954 49.351-19.245Q49.249-19.536 49.032-19.718Q48.815-19.899 48.499-19.899Q48.198-19.899 47.968-19.712Q47.737-19.524 47.614-19.233Q47.491-18.942 47.491-18.649M52.331-16.509Q51.851-16.509 51.442-16.753Q51.034-16.997 50.796-17.411Q50.558-17.825 50.558-18.314Q50.558-18.806 50.815-19.222Q51.073-19.638 51.505-19.876Q51.937-20.114 52.429-20.114Q53.050-20.114 53.499-19.677L53.499-21.306Q53.499-21.521 53.437-21.616Q53.374-21.712 53.257-21.733Q53.140-21.755 52.894-21.755L52.894-22.052L54.116-22.138L54.116-17.329Q54.116-17.118 54.179-17.023Q54.241-16.927 54.358-16.905Q54.476-16.884 54.726-16.884L54.726-16.587L53.476-16.509L53.476-16.993Q53.011-16.509 52.331-16.509M52.397-16.763Q52.737-16.763 53.030-16.954Q53.323-17.146 53.476-17.442L53.476-19.274Q53.327-19.548 53.065-19.704Q52.804-19.860 52.491-19.860Q51.866-19.860 51.583-19.413Q51.300-18.966 51.300-18.306Q51.300-17.661 51.552-17.212Q51.804-16.763 52.397-16.763M55.636-14.587L55.554-14.587Q55.519-14.587 55.493-14.616Q55.468-14.646 55.468-14.685Q55.468-14.735 55.499-14.755Q55.886-15.091 56.169-15.540Q56.452-15.989 56.618-16.489Q56.784-16.989 56.858-17.507Q56.933-18.024 56.933-18.587Q56.933-19.157 56.858-19.673Q56.784-20.189 56.618-20.685Q56.452-21.181 56.173-21.628Q55.894-22.075 55.499-22.419Q55.468-22.439 55.468-22.489Q55.468-22.528 55.493-22.558Q55.519-22.587 55.554-22.587L55.636-22.587Q55.647-22.587 55.657-22.585Q55.667-22.583 55.675-22.579Q56.288-22.122 56.690-21.487Q57.093-20.853 57.288-20.107Q57.483-19.360 57.483-18.587Q57.483-17.814 57.288-17.067Q57.093-16.321 56.690-15.687Q56.288-15.052 55.675-14.595Q55.663-14.595 55.655-14.593Q55.647-14.591 55.636-14.587\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M102.068-40.772h62.596V-72.07h-62.596Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(100.49 -37.056)\">\u003Cpath d=\"M8.412-18.282Q8.412-18.786 8.668-19.218Q8.924-19.649 9.360-19.901Q9.795-20.153 10.295-20.153Q10.682-20.153 11.024-20.009Q11.365-19.864 11.627-19.603Q11.889-19.341 12.031-19.005Q12.174-18.669 12.174-18.282Q12.174-17.790 11.910-17.380Q11.647-16.970 11.217-16.739Q10.787-16.509 10.295-16.509Q9.803-16.509 9.369-16.741Q8.936-16.974 8.674-17.382Q8.412-17.790 8.412-18.282M10.295-16.786Q10.752-16.786 11.004-17.009Q11.256-17.232 11.344-17.583Q11.432-17.935 11.432-18.380Q11.432-18.810 11.338-19.148Q11.244-19.485 10.990-19.692Q10.736-19.899 10.295-19.899Q9.647-19.899 9.403-19.483Q9.158-19.067 9.158-18.380Q9.158-17.935 9.246-17.583Q9.334-17.232 9.586-17.009Q9.838-16.786 10.295-16.786M13.572-16.587L13.291-16.587L13.291-21.306Q13.291-21.521 13.229-21.616Q13.166-21.712 13.049-21.733Q12.932-21.755 12.686-21.755L12.686-22.052L13.908-22.138L13.908-19.649Q14.385-20.114 15.084-20.114Q15.565-20.114 15.973-19.870Q16.381-19.626 16.617-19.212Q16.854-18.798 16.854-18.314Q16.854-17.939 16.705-17.610Q16.557-17.282 16.287-17.030Q16.018-16.778 15.674-16.644Q15.330-16.509 14.971-16.509Q14.651-16.509 14.352-16.657Q14.053-16.806 13.846-17.067L13.572-16.587M13.932-19.259L13.932-17.419Q14.084-17.122 14.344-16.942Q14.604-16.763 14.916-16.763Q15.342-16.763 15.610-16.982Q15.877-17.200 15.992-17.546Q16.108-17.892 16.108-18.314Q16.108-18.962 15.860-19.411Q15.611-19.860 15.014-19.860Q14.678-19.860 14.389-19.702Q14.100-19.544 13.932-19.259M17.420-16.595L17.420-17.817Q17.420-17.845 17.451-17.876Q17.483-17.907 17.506-17.907L17.611-17.907Q17.682-17.907 17.697-17.845Q17.760-17.524 17.899-17.284Q18.037-17.044 18.270-16.903Q18.502-16.763 18.811-16.763Q19.049-16.763 19.258-16.823Q19.467-16.884 19.604-17.032Q19.740-17.181 19.740-17.427Q19.740-17.681 19.529-17.847Q19.319-18.013 19.049-18.067L18.428-18.181Q18.022-18.259 17.721-18.515Q17.420-18.771 17.420-19.146Q17.420-19.513 17.621-19.735Q17.822-19.958 18.147-20.056Q18.471-20.153 18.811-20.153Q19.276-20.153 19.572-19.946L19.795-20.130Q19.819-20.153 19.850-20.153L19.901-20.153Q19.932-20.153 19.959-20.126Q19.986-20.099 19.986-20.067L19.986-19.083Q19.986-19.052 19.961-19.023Q19.936-18.993 19.901-18.993L19.795-18.993Q19.760-18.993 19.733-19.021Q19.705-19.048 19.705-19.083Q19.705-19.482 19.453-19.702Q19.201-19.923 18.803-19.923Q18.447-19.923 18.164-19.800Q17.881-19.677 17.881-19.372Q17.881-19.153 18.082-19.021Q18.283-18.888 18.529-18.845L19.154-18.732Q19.584-18.642 19.893-18.345Q20.201-18.048 20.201-17.634Q20.201-17.064 19.803-16.786Q19.404-16.509 18.811-16.509Q18.260-16.509 17.908-16.845L17.611-16.532Q17.588-16.509 17.553-16.509L17.506-16.509Q17.483-16.509 17.451-16.540Q17.420-16.571 17.420-16.595M20.729-18.341Q20.729-18.821 20.961-19.237Q21.194-19.653 21.604-19.903Q22.014-20.153 22.490-20.153Q23.221-20.153 23.619-19.712Q24.018-19.271 24.018-18.540Q24.018-18.435 23.924-18.411L21.475-18.411L21.475-18.341Q21.475-17.931 21.596-17.575Q21.717-17.220 21.988-17.003Q22.260-16.786 22.690-16.786Q23.053-16.786 23.350-17.015Q23.647-17.243 23.748-17.595Q23.756-17.642 23.842-17.657L23.924-17.657Q24.018-17.630 24.018-17.548Q24.018-17.540 24.010-17.509Q23.947-17.282 23.809-17.099Q23.670-16.915 23.479-16.782Q23.287-16.649 23.069-16.579Q22.850-16.509 22.611-16.509Q22.240-16.509 21.903-16.646Q21.565-16.782 21.297-17.034Q21.029-17.286 20.879-17.626Q20.729-17.966 20.729-18.341M21.483-18.649L23.444-18.649Q23.444-18.954 23.342-19.245Q23.240-19.536 23.024-19.718Q22.807-19.899 22.490-19.899Q22.190-19.899 21.959-19.712Q21.729-19.524 21.606-19.233Q21.483-18.942 21.483-18.649M26.514-16.587L24.533-16.587L24.533-16.884Q24.803-16.884 24.971-16.929Q25.139-16.974 25.139-17.146L25.139-19.282Q25.139-19.497 25.076-19.593Q25.014-19.689 24.897-19.710Q24.779-19.732 24.533-19.732L24.533-20.028L25.701-20.114L25.701-19.329Q25.779-19.540 25.932-19.726Q26.084-19.911 26.283-20.013Q26.483-20.114 26.709-20.114Q26.955-20.114 27.147-19.970Q27.338-19.825 27.338-19.595Q27.338-19.439 27.233-19.329Q27.127-19.220 26.971-19.220Q26.815-19.220 26.705-19.329Q26.596-19.439 26.596-19.595Q26.596-19.755 26.701-19.860Q26.377-19.860 26.162-19.632Q25.947-19.403 25.852-19.064Q25.756-18.724 25.756-18.419L25.756-17.146Q25.756-16.978 25.983-16.931Q26.209-16.884 26.514-16.884L26.514-16.587M29.619-16.618L28.397-19.474Q28.315-19.649 28.170-19.694Q28.026-19.739 27.756-19.739L27.756-20.036L29.467-20.036L29.467-19.739Q29.045-19.739 29.045-19.556Q29.045-19.521 29.061-19.474L30.006-17.282L30.846-19.259Q30.885-19.337 30.885-19.427Q30.885-19.567 30.779-19.653Q30.674-19.739 30.533-19.739L30.533-20.036L31.885-20.036L31.885-19.739Q31.361-19.739 31.147-19.259L30.022-16.618Q29.959-16.509 29.854-16.509L29.787-16.509Q29.674-16.509 29.619-16.618\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.49 -37.056)\">\u003Cpath d=\"M31.939-17.419Q31.939-17.903 32.341-18.198Q32.744-18.493 33.294-18.612Q33.845-18.732 34.337-18.732L34.337-19.021Q34.337-19.247 34.222-19.454Q34.107-19.661 33.910-19.780Q33.712-19.899 33.482-19.899Q33.056-19.899 32.771-19.794Q32.841-19.767 32.888-19.712Q32.935-19.657 32.960-19.587Q32.986-19.517 32.986-19.442Q32.986-19.337 32.935-19.245Q32.884-19.153 32.792-19.103Q32.701-19.052 32.595-19.052Q32.490-19.052 32.398-19.103Q32.306-19.153 32.255-19.245Q32.205-19.337 32.205-19.442Q32.205-19.860 32.593-20.007Q32.982-20.153 33.482-20.153Q33.814-20.153 34.167-20.023Q34.521-19.892 34.749-19.638Q34.978-19.384 34.978-19.036L34.978-17.235Q34.978-17.103 35.050-16.993Q35.123-16.884 35.251-16.884Q35.376-16.884 35.445-16.989Q35.513-17.095 35.513-17.235L35.513-17.747L35.794-17.747L35.794-17.235Q35.794-17.032 35.677-16.874Q35.560-16.716 35.378-16.632Q35.197-16.548 34.994-16.548Q34.763-16.548 34.611-16.720Q34.458-16.892 34.427-17.122Q34.267-16.841 33.958-16.675Q33.650-16.509 33.298-16.509Q32.787-16.509 32.363-16.732Q31.939-16.954 31.939-17.419M32.626-17.419Q32.626-17.134 32.853-16.948Q33.080-16.763 33.373-16.763Q33.619-16.763 33.843-16.880Q34.068-16.997 34.203-17.200Q34.337-17.403 34.337-17.657L34.337-18.489Q34.072-18.489 33.787-18.435Q33.501-18.380 33.230-18.251Q32.958-18.122 32.792-17.915Q32.626-17.708 32.626-17.419M36.712-17.548L36.712-19.739L36.009-19.739L36.009-19.993Q36.365-19.993 36.607-20.226Q36.849-20.458 36.960-20.806Q37.072-21.153 37.072-21.509L37.353-21.509L37.353-20.036L38.529-20.036L38.529-19.739L37.353-19.739L37.353-17.564Q37.353-17.243 37.472-17.015Q37.591-16.786 37.873-16.786Q38.052-16.786 38.169-16.909Q38.287-17.032 38.339-17.212Q38.392-17.392 38.392-17.564L38.392-18.036L38.673-18.036L38.673-17.548Q38.673-17.294 38.568-17.054Q38.462-16.814 38.265-16.661Q38.068-16.509 37.810-16.509Q37.494-16.509 37.242-16.632Q36.990-16.755 36.851-16.989Q36.712-17.224 36.712-17.548M41.251-16.587L39.474-16.587L39.474-16.884Q39.748-16.884 39.916-16.931Q40.083-16.978 40.083-17.146L40.083-19.282Q40.083-19.497 40.027-19.593Q39.970-19.689 39.857-19.710Q39.744-19.732 39.498-19.732L39.498-20.028L40.697-20.114L40.697-17.146Q40.697-16.978 40.843-16.931Q40.990-16.884 41.251-16.884L41.251-16.587M39.810-21.509Q39.810-21.700 39.945-21.831Q40.080-21.962 40.275-21.962Q40.396-21.962 40.499-21.899Q40.603-21.837 40.666-21.733Q40.728-21.630 40.728-21.509Q40.728-21.314 40.597-21.179Q40.466-21.044 40.275-21.044Q40.076-21.044 39.943-21.177Q39.810-21.310 39.810-21.509M41.751-18.282Q41.751-18.786 42.007-19.218Q42.263-19.649 42.699-19.901Q43.134-20.153 43.634-20.153Q44.021-20.153 44.363-20.009Q44.705-19.864 44.966-19.603Q45.228-19.341 45.371-19.005Q45.513-18.669 45.513-18.282Q45.513-17.790 45.249-17.380Q44.986-16.970 44.556-16.739Q44.126-16.509 43.634-16.509Q43.142-16.509 42.708-16.741Q42.275-16.974 42.013-17.382Q41.751-17.790 41.751-18.282M43.634-16.786Q44.091-16.786 44.343-17.009Q44.595-17.232 44.683-17.583Q44.771-17.935 44.771-18.380Q44.771-18.810 44.677-19.148Q44.583-19.485 44.330-19.692Q44.076-19.899 43.634-19.899Q42.986-19.899 42.742-19.483Q42.498-19.067 42.498-18.380Q42.498-17.935 42.585-17.583Q42.673-17.232 42.925-17.009Q43.177-16.786 43.634-16.786M47.927-16.587L46.072-16.587L46.072-16.884Q46.345-16.884 46.513-16.931Q46.681-16.978 46.681-17.146L46.681-19.282Q46.681-19.497 46.619-19.593Q46.556-19.689 46.437-19.710Q46.318-19.732 46.072-19.732L46.072-20.028L47.263-20.114L47.263-19.380Q47.376-19.595 47.570-19.763Q47.763-19.931 48.001-20.023Q48.240-20.114 48.494-20.114Q49.662-20.114 49.662-19.036L49.662-17.146Q49.662-16.978 49.832-16.931Q50.001-16.884 50.271-16.884L50.271-16.587L48.416-16.587L48.416-16.884Q48.689-16.884 48.857-16.931Q49.025-16.978 49.025-17.146L49.025-19.021Q49.025-19.403 48.904-19.632Q48.783-19.860 48.431-19.860Q48.119-19.860 47.865-19.698Q47.611-19.536 47.464-19.267Q47.318-18.997 47.318-18.700L47.318-17.146Q47.318-16.978 47.488-16.931Q47.658-16.884 47.927-16.884\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.49 -37.056)\">\u003Cpath d=\"M53.564-18.282Q53.564-18.786 53.820-19.218Q54.076-19.649 54.512-19.901Q54.947-20.153 55.447-20.153Q55.834-20.153 56.176-20.009Q56.517-19.864 56.779-19.603Q57.041-19.341 57.183-19.005Q57.326-18.669 57.326-18.282Q57.326-17.790 57.062-17.380Q56.799-16.970 56.369-16.739Q55.939-16.509 55.447-16.509Q54.955-16.509 54.521-16.741Q54.088-16.974 53.826-17.382Q53.564-17.790 53.564-18.282M55.447-16.786Q55.904-16.786 56.156-17.009Q56.408-17.232 56.496-17.583Q56.584-17.935 56.584-18.380Q56.584-18.810 56.490-19.148Q56.396-19.485 56.142-19.692Q55.889-19.899 55.447-19.899Q54.799-19.899 54.555-19.483Q54.310-19.067 54.310-18.380Q54.310-17.935 54.398-17.583Q54.486-17.232 54.738-17.009Q54.990-16.786 55.447-16.786\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M227.26-40.772h62.596V-72.07H227.26Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(240.35 -38.151)\">\u003Cpath d=\"M8.510-17.419Q8.510-17.903 8.912-18.198Q9.315-18.493 9.865-18.612Q10.416-18.732 10.908-18.732L10.908-19.021Q10.908-19.247 10.793-19.454Q10.678-19.661 10.481-19.780Q10.283-19.899 10.053-19.899Q9.627-19.899 9.342-19.794Q9.412-19.767 9.459-19.712Q9.506-19.657 9.531-19.587Q9.557-19.517 9.557-19.442Q9.557-19.337 9.506-19.245Q9.455-19.153 9.363-19.103Q9.272-19.052 9.166-19.052Q9.061-19.052 8.969-19.103Q8.877-19.153 8.826-19.245Q8.776-19.337 8.776-19.442Q8.776-19.860 9.164-20.007Q9.553-20.153 10.053-20.153Q10.385-20.153 10.738-20.023Q11.092-19.892 11.320-19.638Q11.549-19.384 11.549-19.036L11.549-17.235Q11.549-17.103 11.621-16.993Q11.694-16.884 11.822-16.884Q11.947-16.884 12.016-16.989Q12.084-17.095 12.084-17.235L12.084-17.747L12.365-17.747L12.365-17.235Q12.365-17.032 12.248-16.874Q12.131-16.716 11.949-16.632Q11.768-16.548 11.565-16.548Q11.334-16.548 11.182-16.720Q11.029-16.892 10.998-17.122Q10.838-16.841 10.529-16.675Q10.221-16.509 9.869-16.509Q9.358-16.509 8.934-16.732Q8.510-16.954 8.510-17.419M9.197-17.419Q9.197-17.134 9.424-16.948Q9.651-16.763 9.944-16.763Q10.190-16.763 10.414-16.880Q10.639-16.997 10.774-17.200Q10.908-17.403 10.908-17.657L10.908-18.489Q10.643-18.489 10.358-18.435Q10.072-18.380 9.801-18.251Q9.529-18.122 9.363-17.915Q9.197-17.708 9.197-17.419M12.658-15.978Q12.658-16.259 12.869-16.470Q13.080-16.681 13.365-16.771Q13.209-16.896 13.131-17.085Q13.053-17.274 13.053-17.474Q13.053-17.829 13.283-18.122Q12.916-18.462 12.916-18.931Q12.916-19.282 13.119-19.552Q13.322-19.821 13.643-19.968Q13.963-20.114 14.307-20.114Q14.826-20.114 15.197-19.833Q15.561-20.204 16.108-20.204Q16.287-20.204 16.414-20.077Q16.541-19.950 16.541-19.771Q16.541-19.665 16.463-19.587Q16.385-19.509 16.276-19.509Q16.166-19.509 16.090-19.585Q16.014-19.661 16.014-19.771Q16.014-19.872 16.053-19.923Q16.061-19.931 16.065-19.937Q16.069-19.942 16.069-19.946Q15.694-19.946 15.373-19.692Q15.694-19.353 15.694-18.931Q15.694-18.661 15.576-18.444Q15.459-18.228 15.254-18.069Q15.049-17.911 14.807-17.829Q14.565-17.747 14.307-17.747Q14.088-17.747 13.875-17.806Q13.662-17.864 13.467-17.985Q13.373-17.845 13.373-17.665Q13.373-17.458 13.510-17.306Q13.647-17.153 13.854-17.153L14.549-17.153Q15.037-17.153 15.449-17.069Q15.861-16.985 16.141-16.728Q16.420-16.470 16.420-15.978Q16.420-15.614 16.100-15.382Q15.779-15.149 15.338-15.048Q14.897-14.946 14.541-14.946Q14.186-14.946 13.742-15.048Q13.299-15.149 12.979-15.382Q12.658-15.614 12.658-15.978M13.162-15.978Q13.162-15.782 13.307-15.634Q13.451-15.485 13.664-15.396Q13.877-15.306 14.117-15.259Q14.358-15.212 14.541-15.212Q14.783-15.212 15.113-15.290Q15.444-15.368 15.680-15.542Q15.916-15.716 15.916-15.978Q15.916-16.384 15.506-16.493Q15.096-16.603 14.533-16.603L13.854-16.603Q13.584-16.603 13.373-16.425Q13.162-16.247 13.162-15.978M14.307-18.013Q15.029-18.013 15.029-18.931Q15.029-19.853 14.307-19.853Q13.580-19.853 13.580-18.931Q13.580-18.013 14.307-18.013M16.904-18.341Q16.904-18.821 17.137-19.237Q17.369-19.653 17.779-19.903Q18.190-20.153 18.666-20.153Q19.397-20.153 19.795-19.712Q20.194-19.271 20.194-18.540Q20.194-18.435 20.100-18.411L17.651-18.411L17.651-18.341Q17.651-17.931 17.772-17.575Q17.893-17.220 18.164-17.003Q18.436-16.786 18.865-16.786Q19.229-16.786 19.526-17.015Q19.822-17.243 19.924-17.595Q19.932-17.642 20.018-17.657L20.100-17.657Q20.194-17.630 20.194-17.548Q20.194-17.540 20.186-17.509Q20.123-17.282 19.985-17.099Q19.846-16.915 19.654-16.782Q19.463-16.649 19.244-16.579Q19.026-16.509 18.787-16.509Q18.416-16.509 18.078-16.646Q17.740-16.782 17.473-17.034Q17.205-17.286 17.055-17.626Q16.904-17.966 16.904-18.341M17.658-18.649L19.619-18.649Q19.619-18.954 19.518-19.245Q19.416-19.536 19.199-19.718Q18.983-19.899 18.666-19.899Q18.365-19.899 18.135-19.712Q17.904-19.524 17.781-19.233Q17.658-18.942 17.658-18.649M22.611-16.587L20.756-16.587L20.756-16.884Q21.029-16.884 21.197-16.931Q21.365-16.978 21.365-17.146L21.365-19.282Q21.365-19.497 21.303-19.593Q21.240-19.689 21.121-19.710Q21.002-19.732 20.756-19.732L20.756-20.028L21.947-20.114L21.947-19.380Q22.061-19.595 22.254-19.763Q22.447-19.931 22.686-20.023Q22.924-20.114 23.178-20.114Q24.346-20.114 24.346-19.036L24.346-17.146Q24.346-16.978 24.516-16.931Q24.686-16.884 24.955-16.884L24.955-16.587L23.100-16.587L23.100-16.884Q23.373-16.884 23.541-16.931Q23.709-16.978 23.709-17.146L23.709-19.021Q23.709-19.403 23.588-19.632Q23.467-19.860 23.115-19.860Q22.803-19.860 22.549-19.698Q22.295-19.536 22.149-19.267Q22.002-18.997 22.002-18.700L22.002-17.146Q22.002-16.978 22.172-16.931Q22.342-16.884 22.611-16.884\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(240.35 -38.151)\">\u003Cpath d=\"M25.801-17.548L25.801-19.739L25.098-19.739L25.098-19.993Q25.454-19.993 25.696-20.226Q25.938-20.458 26.049-20.806Q26.161-21.153 26.161-21.509L26.442-21.509L26.442-20.036L27.618-20.036L27.618-19.739L26.442-19.739L26.442-17.564Q26.442-17.243 26.561-17.015Q26.680-16.786 26.961-16.786Q27.141-16.786 27.258-16.909Q27.375-17.032 27.428-17.212Q27.481-17.392 27.481-17.564L27.481-18.036L27.762-18.036L27.762-17.548Q27.762-17.294 27.657-17.054Q27.551-16.814 27.354-16.661Q27.157-16.509 26.899-16.509Q26.583-16.509 26.331-16.632Q26.079-16.755 25.940-16.989Q25.801-17.224 25.801-17.548\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M39.672-56.421h59.596\"\u002F>\u003Cpath stroke=\"none\" d=\"m101.868-56.421-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg transform=\"translate(60.172 -43.567)\">\u003Cpath d=\"M12.443-16.587L8.762-16.587Q8.724-16.587 8.694-16.614Q8.663-16.642 8.663-16.686L8.663-16.789Q8.663-16.823 8.694-16.860L11.688-21.088L10.625-21.088Q10.211-21.088 9.927-21.032Q9.644-20.976 9.428-20.788Q9.035-20.415 9.035-19.732L8.769-19.732L8.854-21.369L12.423-21.369Q12.467-21.369 12.494-21.340Q12.522-21.311 12.522-21.270L12.522-21.177Q12.522-21.147 12.501-21.116L9.504-16.895L10.618-16.895Q10.925-16.895 11.132-16.915Q11.339-16.936 11.549-17.014Q11.759-17.093 11.920-17.247Q12.135-17.462 12.205-17.758Q12.276-18.053 12.303-18.525L12.570-18.525\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M164.864-56.421h59.596\"\u002F>\u003Cpath stroke=\"none\" d=\"m227.06-56.421-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-70.444 -37.442)\">\u003Cpath d=\"M10.700-16.587L8.567-16.587L8.567-16.867Q9.288-16.867 9.288-17.076L9.288-20.877Q9.288-21.088 8.567-21.088L8.567-21.369L11.233-21.369Q11.643-21.369 12.064-21.215Q12.484-21.061 12.768-20.757Q13.051-20.453 13.051-20.039Q13.051-19.721 12.884-19.475Q12.716-19.229 12.440-19.063Q12.163-18.898 11.841-18.814Q11.520-18.730 11.233-18.730L9.979-18.730L9.979-17.076Q9.979-16.867 10.700-16.867L10.700-16.587M9.951-20.877L9.951-18.980L11.038-18.980Q11.647-18.980 11.961-19.217Q12.276-19.455 12.276-20.039Q12.276-20.432 12.130-20.666Q11.985-20.900 11.713-20.994Q11.442-21.088 11.038-21.088L10.317-21.088Q10.129-21.088 10.040-21.054Q9.951-21.020 9.951-20.877M14.032-18.952Q14.032-19.639 14.381-20.229Q14.730-20.818 15.324-21.164Q15.919-21.509 16.610-21.509Q17.300-21.509 17.895-21.164Q18.489-20.818 18.838-20.229Q19.187-19.639 19.187-18.952Q19.187-18.265 18.835-17.691Q18.483-17.117 17.890-16.782Q17.297-16.447 16.610-16.447Q16.097-16.447 15.629-16.640Q15.160-16.833 14.801-17.175Q14.443-17.517 14.237-17.978Q14.032-18.440 14.032-18.952M16.610-16.707Q17.215-16.707 17.621-17.052Q18.028-17.397 18.218-17.935Q18.407-18.474 18.407-19.072Q18.407-19.506 18.296-19.894Q18.185-20.282 17.960-20.589Q17.734-20.897 17.392-21.077Q17.050-21.256 16.610-21.256Q16.172-21.256 15.834-21.080Q15.495-20.904 15.266-20.589Q15.037-20.275 14.924-19.882Q14.812-19.489 14.812-19.072Q14.812-18.484 15.003-17.941Q15.195-17.397 15.601-17.052Q16.008-16.707 16.610-16.707M21.839-16.587L20.103-16.587L20.103-16.867Q20.824-16.867 20.824-17.267L20.824-20.877Q20.824-21.088 20.103-21.088L20.103-21.369L21.460-21.369Q21.555-21.369 21.607-21.270L23.281-17.295L24.953-21.270Q25.001-21.369 25.100-21.369L26.450-21.369L26.450-21.088Q25.729-21.088 25.729-20.877L25.729-17.076Q25.729-16.867 26.450-16.867L26.450-16.587L24.392-16.587L24.392-16.867Q25.113-16.867 25.113-17.076L25.113-21.088L23.261-16.686Q23.213-16.587 23.104-16.587Q22.991-16.587 22.943-16.686L21.118-21.017L21.118-17.267Q21.118-16.867 21.839-16.867L21.839-16.587M30.035-16.587L27.263-16.587L27.263-16.867Q27.985-16.867 27.985-17.076L27.985-20.877Q27.985-21.088 27.263-21.088L27.263-21.369L30.035-21.369Q30.521-21.369 30.956-21.174Q31.392-20.979 31.715-20.637Q32.038-20.295 32.216-19.855Q32.394-19.414 32.394-18.932Q32.394-18.446 32.209-18.023Q32.025-17.599 31.702-17.277Q31.379-16.956 30.946-16.772Q30.514-16.587 30.035-16.587M28.648-20.877L28.648-17.076Q28.648-16.936 28.736-16.901Q28.825-16.867 29.013-16.867L29.837-16.867Q30.463-16.867 30.866-17.129Q31.269-17.390 31.457-17.857Q31.645-18.323 31.645-18.932Q31.645-19.410 31.553-19.803Q31.461-20.196 31.211-20.494Q30.972-20.781 30.608-20.935Q30.244-21.088 29.837-21.088L29.013-21.088Q28.825-21.088 28.736-21.054Q28.648-21.020 28.648-20.877M35.415-16.587L33.282-16.587L33.282-16.867Q34.004-16.867 34.004-17.076L34.004-20.877Q34.004-21.088 33.282-21.088L33.282-21.369L35.948-21.369Q36.359-21.369 36.779-21.215Q37.199-21.061 37.483-20.757Q37.767-20.453 37.767-20.039Q37.767-19.721 37.599-19.475Q37.432-19.229 37.155-19.063Q36.878-18.898 36.557-18.814Q36.236-18.730 35.948-18.730L34.694-18.730L34.694-17.076Q34.694-16.867 35.415-16.867L35.415-16.587M34.667-20.877L34.667-18.980L35.754-18.980Q36.362-18.980 36.676-19.217Q36.991-19.455 36.991-20.039Q36.991-20.432 36.846-20.666Q36.700-20.900 36.429-20.994Q36.157-21.088 35.754-21.088L35.032-21.088Q34.844-21.088 34.756-21.054Q34.667-21.020 34.667-20.877M38.973-17.007Q38.973-17.175 39.096-17.298Q39.219-17.421 39.394-17.421Q39.561-17.421 39.684-17.298Q39.807-17.175 39.807-17.007Q39.807-16.833 39.684-16.710Q39.561-16.587 39.394-16.587Q39.219-16.587 39.096-16.710Q38.973-16.833 38.973-17.007M38.973-19.191Q38.973-19.359 39.096-19.482Q39.219-19.605 39.394-19.605Q39.561-19.605 39.684-19.482Q39.807-19.359 39.807-19.191Q39.807-19.017 39.684-18.894Q39.561-18.771 39.394-18.771Q39.219-18.771 39.096-18.894Q38.973-19.017 38.973-19.191\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M39.472 33.205h62.596V1.907H39.472Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M11.822-26.087L8.541-26.087L8.541-26.384Q8.865-26.384 9.108-26.431Q9.350-26.478 9.350-26.646L9.350-30.989Q9.350-31.161 9.108-31.208Q8.865-31.255 8.541-31.255L8.541-31.552L11.588-31.552Q12.014-31.552 12.447-31.398Q12.881-31.243 13.176-30.935Q13.471-30.626 13.471-30.192Q13.471-29.939 13.346-29.722Q13.221-29.505 13.020-29.349Q12.819-29.192 12.586-29.093Q12.354-28.993 12.096-28.942Q12.471-28.907 12.850-28.730Q13.229-28.552 13.469-28.253Q13.709-27.954 13.709-27.560Q13.709-27.107 13.426-26.773Q13.143-26.439 12.707-26.263Q12.272-26.087 11.822-26.087M10.061-28.798L10.061-26.646Q10.061-26.474 10.153-26.429Q10.244-26.384 10.463-26.384L11.588-26.384Q11.826-26.384 12.061-26.472Q12.295-26.560 12.481-26.720Q12.666-26.880 12.768-27.093Q12.869-27.306 12.869-27.560Q12.869-27.880 12.717-28.165Q12.565-28.450 12.295-28.624Q12.026-28.798 11.709-28.798L10.061-28.798M10.061-30.989L10.061-29.056L11.350-29.056Q11.592-29.056 11.830-29.138Q12.069-29.220 12.252-29.366Q12.436-29.513 12.549-29.730Q12.662-29.946 12.662-30.192Q12.662-30.403 12.576-30.605Q12.490-30.806 12.344-30.948Q12.197-31.091 12.002-31.173Q11.807-31.255 11.588-31.255L10.463-31.255Q10.244-31.255 10.153-31.212Q10.061-31.169 10.061-30.989M14.526-26.919Q14.526-27.403 14.928-27.698Q15.330-27.993 15.881-28.112Q16.432-28.232 16.924-28.232L16.924-28.521Q16.924-28.747 16.809-28.954Q16.694-29.161 16.496-29.280Q16.299-29.399 16.069-29.399Q15.643-29.399 15.358-29.294Q15.428-29.267 15.475-29.212Q15.522-29.157 15.547-29.087Q15.572-29.017 15.572-28.942Q15.572-28.837 15.522-28.745Q15.471-28.653 15.379-28.603Q15.287-28.552 15.182-28.552Q15.076-28.552 14.985-28.603Q14.893-28.653 14.842-28.745Q14.791-28.837 14.791-28.942Q14.791-29.360 15.180-29.507Q15.569-29.653 16.069-29.653Q16.401-29.653 16.754-29.523Q17.108-29.392 17.336-29.138Q17.565-28.884 17.565-28.536L17.565-26.735Q17.565-26.603 17.637-26.493Q17.709-26.384 17.838-26.384Q17.963-26.384 18.031-26.489Q18.100-26.595 18.100-26.735L18.100-27.247L18.381-27.247L18.381-26.735Q18.381-26.532 18.264-26.374Q18.147-26.216 17.965-26.132Q17.783-26.048 17.580-26.048Q17.350-26.048 17.197-26.220Q17.045-26.392 17.014-26.622Q16.854-26.341 16.545-26.175Q16.236-26.009 15.885-26.009Q15.373-26.009 14.949-26.232Q14.526-26.454 14.526-26.919M15.213-26.919Q15.213-26.634 15.440-26.448Q15.666-26.263 15.959-26.263Q16.205-26.263 16.430-26.380Q16.654-26.497 16.789-26.700Q16.924-26.903 16.924-27.157L16.924-27.989Q16.658-27.989 16.373-27.935Q16.088-27.880 15.817-27.751Q15.545-27.622 15.379-27.415Q15.213-27.208 15.213-26.919\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M18.861-24.790Q18.975-24.712 19.150-24.712Q19.439-24.712 19.660-24.925Q19.881-25.138 20.006-25.439L20.295-26.087L19.021-28.974Q18.939-29.149 18.795-29.194Q18.650-29.239 18.381-29.239L18.381-29.536L20.100-29.536L20.100-29.239Q19.678-29.239 19.678-29.056Q19.678-29.044 19.693-28.974L20.631-26.849L21.463-28.759Q21.502-28.849 21.502-28.927Q21.502-29.067 21.400-29.153Q21.299-29.239 21.158-29.239L21.158-29.536L22.510-29.536L22.510-29.239Q22.256-29.239 22.062-29.114Q21.869-28.989 21.764-28.759L20.318-25.439Q20.205-25.185 20.039-24.962Q19.873-24.739 19.644-24.597Q19.416-24.454 19.150-24.454Q18.853-24.454 18.613-24.646Q18.373-24.837 18.373-25.126Q18.373-25.282 18.478-25.384Q18.584-25.485 18.732-25.485Q18.838-25.485 18.918-25.439Q18.998-25.392 19.045-25.314Q19.092-25.235 19.092-25.126Q19.092-25.005 19.031-24.917Q18.971-24.829 18.861-24.790\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M22.693-27.841Q22.693-28.321 22.926-28.737Q23.158-29.153 23.568-29.403Q23.978-29.653 24.455-29.653Q25.185-29.653 25.584-29.212Q25.982-28.771 25.982-28.040Q25.982-27.935 25.889-27.911L23.439-27.911L23.439-27.841Q23.439-27.431 23.560-27.075Q23.682-26.720 23.953-26.503Q24.225-26.286 24.654-26.286Q25.017-26.286 25.314-26.515Q25.611-26.743 25.713-27.095Q25.721-27.142 25.807-27.157L25.889-27.157Q25.982-27.130 25.982-27.048Q25.982-27.040 25.975-27.009Q25.912-26.782 25.773-26.599Q25.635-26.415 25.443-26.282Q25.252-26.149 25.033-26.079Q24.814-26.009 24.576-26.009Q24.205-26.009 23.867-26.146Q23.529-26.282 23.262-26.534Q22.994-26.786 22.844-27.126Q22.693-27.466 22.693-27.841M23.447-28.149L25.408-28.149Q25.408-28.454 25.307-28.745Q25.205-29.036 24.988-29.218Q24.771-29.399 24.455-29.399Q24.154-29.399 23.924-29.212Q23.693-29.024 23.570-28.733Q23.447-28.442 23.447-28.149M26.514-26.095L26.514-27.317Q26.514-27.345 26.545-27.376Q26.576-27.407 26.600-27.407L26.705-27.407Q26.775-27.407 26.791-27.345Q26.853-27.024 26.992-26.784Q27.131-26.544 27.363-26.403Q27.596-26.263 27.904-26.263Q28.142-26.263 28.351-26.323Q28.560-26.384 28.697-26.532Q28.834-26.681 28.834-26.927Q28.834-27.181 28.623-27.347Q28.412-27.513 28.142-27.567L27.521-27.681Q27.115-27.759 26.814-28.015Q26.514-28.271 26.514-28.646Q26.514-29.013 26.715-29.235Q26.916-29.458 27.240-29.556Q27.564-29.653 27.904-29.653Q28.369-29.653 28.666-29.446L28.889-29.630Q28.912-29.653 28.943-29.653L28.994-29.653Q29.025-29.653 29.053-29.626Q29.080-29.599 29.080-29.567L29.080-28.583Q29.080-28.552 29.055-28.523Q29.029-28.493 28.994-28.493L28.889-28.493Q28.853-28.493 28.826-28.521Q28.799-28.548 28.799-28.583Q28.799-28.982 28.547-29.202Q28.295-29.423 27.896-29.423Q27.541-29.423 27.258-29.300Q26.975-29.177 26.975-28.872Q26.975-28.653 27.176-28.521Q27.377-28.388 27.623-28.345L28.248-28.232Q28.678-28.142 28.986-27.845Q29.295-27.548 29.295-27.134Q29.295-26.564 28.896-26.286Q28.498-26.009 27.904-26.009Q27.353-26.009 27.002-26.345L26.705-26.032Q26.682-26.009 26.646-26.009L26.600-26.009Q26.576-26.009 26.545-26.040Q26.514-26.071 26.514-26.095\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M34.724-26.087L32.739-26.087L32.739-26.384Q33.013-26.384 33.181-26.431Q33.349-26.478 33.349-26.646L33.349-29.239L32.708-29.239L32.708-29.536L33.349-29.536L33.349-30.470Q33.349-30.735 33.466-30.972Q33.583-31.208 33.776-31.372Q33.970-31.536 34.218-31.628Q34.466-31.720 34.731-31.720Q35.017-31.720 35.241-31.562Q35.466-31.403 35.466-31.126Q35.466-30.970 35.360-30.860Q35.255-30.751 35.091-30.751Q34.935-30.751 34.825-30.860Q34.716-30.970 34.716-31.126Q34.716-31.333 34.876-31.439Q34.778-31.462 34.685-31.462Q34.454-31.462 34.282-31.306Q34.110-31.149 34.024-30.913Q33.939-30.677 33.939-30.454L33.939-29.536L34.907-29.536L34.907-29.239L33.962-29.239L33.962-26.646Q33.962-26.478 34.189-26.431Q34.415-26.384 34.724-26.384\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M37.746-26.087L35.968-26.087L35.968-26.384Q36.242-26.384 36.410-26.431Q36.578-26.478 36.578-26.646L36.578-28.782Q36.578-28.997 36.521-29.093Q36.464-29.189 36.351-29.210Q36.238-29.232 35.992-29.232L35.992-29.528L37.191-29.614L37.191-26.646Q37.191-26.478 37.337-26.431Q37.484-26.384 37.746-26.384L37.746-26.087M36.304-31.009Q36.304-31.200 36.439-31.331Q36.574-31.462 36.769-31.462Q36.890-31.462 36.994-31.399Q37.097-31.337 37.160-31.233Q37.222-31.130 37.222-31.009Q37.222-30.814 37.091-30.679Q36.961-30.544 36.769-30.544Q36.570-30.544 36.437-30.677Q36.304-30.810 36.304-31.009M40.160-26.087L38.328-26.087L38.328-26.384Q38.601-26.384 38.769-26.431Q38.937-26.478 38.937-26.646L38.937-30.806Q38.937-31.021 38.875-31.116Q38.812-31.212 38.693-31.233Q38.574-31.255 38.328-31.255L38.328-31.552L39.550-31.638L39.550-26.646Q39.550-26.478 39.718-26.431Q39.886-26.384 40.160-26.384L40.160-26.087M41.230-27.048L41.230-29.239L40.527-29.239L40.527-29.493Q40.882-29.493 41.125-29.726Q41.367-29.958 41.478-30.306Q41.589-30.653 41.589-31.009L41.871-31.009L41.871-29.536L43.046-29.536L43.046-29.239L41.871-29.239L41.871-27.064Q41.871-26.743 41.990-26.515Q42.109-26.286 42.390-26.286Q42.570-26.286 42.687-26.409Q42.804-26.532 42.857-26.712Q42.910-26.892 42.910-27.064L42.910-27.536L43.191-27.536L43.191-27.048Q43.191-26.794 43.086-26.554Q42.980-26.314 42.783-26.161Q42.586-26.009 42.328-26.009Q42.011-26.009 41.759-26.132Q41.507-26.255 41.369-26.489Q41.230-26.724 41.230-27.048M43.910-27.841Q43.910-28.321 44.142-28.737Q44.375-29.153 44.785-29.403Q45.195-29.653 45.671-29.653Q46.402-29.653 46.800-29.212Q47.199-28.771 47.199-28.040Q47.199-27.935 47.105-27.911L44.656-27.911L44.656-27.841Q44.656-27.431 44.777-27.075Q44.898-26.720 45.169-26.503Q45.441-26.286 45.871-26.286Q46.234-26.286 46.531-26.515Q46.828-26.743 46.929-27.095Q46.937-27.142 47.023-27.157L47.105-27.157Q47.199-27.130 47.199-27.048Q47.199-27.040 47.191-27.009Q47.128-26.782 46.990-26.599Q46.851-26.415 46.660-26.282Q46.468-26.149 46.250-26.079Q46.031-26.009 45.793-26.009Q45.421-26.009 45.084-26.146Q44.746-26.282 44.478-26.534Q44.211-26.786 44.060-27.126Q43.910-27.466 43.910-27.841M44.664-28.149L46.625-28.149Q46.625-28.454 46.523-28.745Q46.421-29.036 46.205-29.218Q45.988-29.399 45.671-29.399Q45.371-29.399 45.140-29.212Q44.910-29.024 44.787-28.733Q44.664-28.442 44.664-28.149M49.695-26.087L47.714-26.087L47.714-26.384Q47.984-26.384 48.152-26.429Q48.320-26.474 48.320-26.646L48.320-28.782Q48.320-28.997 48.257-29.093Q48.195-29.189 48.078-29.210Q47.961-29.232 47.714-29.232L47.714-29.528L48.882-29.614L48.882-28.829Q48.961-29.040 49.113-29.226Q49.265-29.411 49.464-29.513Q49.664-29.614 49.890-29.614Q50.136-29.614 50.328-29.470Q50.519-29.325 50.519-29.095Q50.519-28.939 50.414-28.829Q50.308-28.720 50.152-28.720Q49.996-28.720 49.886-28.829Q49.777-28.939 49.777-29.095Q49.777-29.255 49.882-29.360Q49.558-29.360 49.343-29.132Q49.128-28.903 49.033-28.564Q48.937-28.224 48.937-27.919L48.937-26.646Q48.937-26.478 49.164-26.431Q49.390-26.384 49.695-26.384\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M13.746-17.540L13.746-19.282Q13.746-19.497 13.683-19.593Q13.621-19.689 13.502-19.710Q13.383-19.732 13.136-19.732L13.136-20.028L14.383-20.114L14.383-17.564L14.383-17.540Q14.383-17.228 14.437-17.066Q14.492-16.903 14.642-16.833Q14.793-16.763 15.113-16.763Q15.543-16.763 15.816-17.101Q16.090-17.439 16.090-17.884L16.090-19.282Q16.090-19.497 16.027-19.593Q15.965-19.689 15.845-19.710Q15.726-19.732 15.480-19.732L15.480-20.028L16.726-20.114L16.726-17.329Q16.726-17.118 16.789-17.023Q16.851-16.927 16.970-16.905Q17.090-16.884 17.336-16.884L17.336-16.587L16.113-16.509L16.113-17.130Q15.945-16.841 15.664-16.675Q15.383-16.509 15.062-16.509Q13.746-16.509 13.746-17.540M19.664-15.036L17.808-15.036L17.808-15.329Q18.078-15.329 18.246-15.374Q18.414-15.419 18.414-15.595L18.414-19.419Q18.414-19.626 18.258-19.679Q18.101-19.732 17.808-19.732L17.808-20.028L19.031-20.114L19.031-19.649Q19.261-19.872 19.576-19.993Q19.890-20.114 20.230-20.114Q20.703-20.114 21.107-19.868Q21.511-19.622 21.744-19.206Q21.976-18.790 21.976-18.314Q21.976-17.939 21.828-17.610Q21.679-17.282 21.410-17.030Q21.140-16.778 20.797-16.644Q20.453-16.509 20.094-16.509Q19.804-16.509 19.533-16.630Q19.261-16.751 19.054-16.962L19.054-15.595Q19.054-15.419 19.222-15.374Q19.390-15.329 19.664-15.329L19.664-15.036M19.054-19.251L19.054-17.411Q19.207-17.122 19.469-16.942Q19.730-16.763 20.039-16.763Q20.324-16.763 20.547-16.901Q20.769-17.040 20.922-17.271Q21.074-17.501 21.152-17.773Q21.230-18.044 21.230-18.314Q21.230-18.646 21.105-19.003Q20.980-19.360 20.732-19.597Q20.484-19.833 20.136-19.833Q19.812-19.833 19.517-19.677Q19.222-19.521 19.054-19.251\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M24.560-16.509Q24.079-16.509 23.671-16.753Q23.263-16.997 23.025-17.411Q22.786-17.825 22.786-18.314Q22.786-18.806 23.044-19.222Q23.302-19.638 23.734-19.876Q24.165-20.114 24.657-20.114Q25.278-20.114 25.728-19.677L25.728-21.306Q25.728-21.521 25.665-21.616Q25.603-21.712 25.485-21.733Q25.368-21.755 25.122-21.755L25.122-22.052L26.345-22.138L26.345-17.329Q26.345-17.118 26.407-17.023Q26.470-16.927 26.587-16.905Q26.704-16.884 26.954-16.884L26.954-16.587L25.704-16.509L25.704-16.993Q25.239-16.509 24.560-16.509M24.626-16.763Q24.966-16.763 25.259-16.954Q25.552-17.146 25.704-17.442L25.704-19.274Q25.556-19.548 25.294-19.704Q25.032-19.860 24.720-19.860Q24.095-19.860 23.812-19.413Q23.528-18.966 23.528-18.306Q23.528-17.661 23.780-17.212Q24.032-16.763 24.626-16.763M27.560-17.419Q27.560-17.903 27.962-18.198Q28.364-18.493 28.915-18.612Q29.466-18.732 29.958-18.732L29.958-19.021Q29.958-19.247 29.843-19.454Q29.728-19.661 29.530-19.780Q29.333-19.899 29.103-19.899Q28.677-19.899 28.392-19.794Q28.462-19.767 28.509-19.712Q28.556-19.657 28.581-19.587Q28.607-19.517 28.607-19.442Q28.607-19.337 28.556-19.245Q28.505-19.153 28.413-19.103Q28.321-19.052 28.216-19.052Q28.110-19.052 28.019-19.103Q27.927-19.153 27.876-19.245Q27.825-19.337 27.825-19.442Q27.825-19.860 28.214-20.007Q28.603-20.153 29.103-20.153Q29.435-20.153 29.788-20.023Q30.142-19.892 30.370-19.638Q30.599-19.384 30.599-19.036L30.599-17.235Q30.599-17.103 30.671-16.993Q30.743-16.884 30.872-16.884Q30.997-16.884 31.066-16.989Q31.134-17.095 31.134-17.235L31.134-17.747L31.415-17.747L31.415-17.235Q31.415-17.032 31.298-16.874Q31.181-16.716 30.999-16.632Q30.817-16.548 30.614-16.548Q30.384-16.548 30.232-16.720Q30.079-16.892 30.048-17.122Q29.888-16.841 29.579-16.675Q29.271-16.509 28.919-16.509Q28.407-16.509 27.984-16.732Q27.560-16.954 27.560-17.419M28.247-17.419Q28.247-17.134 28.474-16.948Q28.700-16.763 28.993-16.763Q29.239-16.763 29.464-16.880Q29.689-16.997 29.823-17.200Q29.958-17.403 29.958-17.657L29.958-18.489Q29.692-18.489 29.407-18.435Q29.122-18.380 28.851-18.251Q28.579-18.122 28.413-17.915Q28.247-17.708 28.247-17.419M32.333-17.548L32.333-19.739L31.630-19.739L31.630-19.993Q31.985-19.993 32.228-20.226Q32.470-20.458 32.581-20.806Q32.692-21.153 32.692-21.509L32.974-21.509L32.974-20.036L34.150-20.036L34.150-19.739L32.974-19.739L32.974-17.564Q32.974-17.243 33.093-17.015Q33.212-16.786 33.493-16.786Q33.673-16.786 33.790-16.909Q33.907-17.032 33.960-17.212Q34.013-17.392 34.013-17.564L34.013-18.036L34.294-18.036L34.294-17.548Q34.294-17.294 34.189-17.054Q34.083-16.814 33.886-16.661Q33.689-16.509 33.431-16.509Q33.114-16.509 32.862-16.632Q32.610-16.755 32.472-16.989Q32.333-17.224 32.333-17.548M35.013-18.341Q35.013-18.821 35.245-19.237Q35.478-19.653 35.888-19.903Q36.298-20.153 36.775-20.153Q37.505-20.153 37.903-19.712Q38.302-19.271 38.302-18.540Q38.302-18.435 38.208-18.411L35.759-18.411L35.759-18.341Q35.759-17.931 35.880-17.575Q36.001-17.220 36.273-17.003Q36.544-16.786 36.974-16.786Q37.337-16.786 37.634-17.015Q37.931-17.243 38.032-17.595Q38.040-17.642 38.126-17.657L38.208-17.657Q38.302-17.630 38.302-17.548Q38.302-17.540 38.294-17.509Q38.232-17.282 38.093-17.099Q37.954-16.915 37.763-16.782Q37.571-16.649 37.353-16.579Q37.134-16.509 36.896-16.509Q36.525-16.509 36.187-16.646Q35.849-16.782 35.581-17.034Q35.314-17.286 35.163-17.626Q35.013-17.966 35.013-18.341M35.767-18.649L37.728-18.649Q37.728-18.954 37.626-19.245Q37.525-19.536 37.308-19.718Q37.091-19.899 36.775-19.899Q36.474-19.899 36.243-19.712Q36.013-19.524 35.890-19.233Q35.767-18.942 35.767-18.649\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(41.3 40.893)\">\u003Cpath d=\"M42.546-16.587L42.265-16.587L42.265-21.306Q42.265-21.521 42.203-21.616Q42.140-21.712 42.023-21.733Q41.906-21.755 41.660-21.755L41.660-22.052L42.882-22.138L42.882-19.649Q43.359-20.114 44.058-20.114Q44.539-20.114 44.947-19.870Q45.355-19.626 45.591-19.212Q45.828-18.798 45.828-18.314Q45.828-17.939 45.679-17.610Q45.531-17.282 45.261-17.030Q44.992-16.778 44.648-16.644Q44.304-16.509 43.945-16.509Q43.624-16.509 43.326-16.657Q43.027-16.806 42.820-17.067L42.546-16.587M42.906-19.259L42.906-17.419Q43.058-17.122 43.318-16.942Q43.578-16.763 43.890-16.763Q44.316-16.763 44.583-16.982Q44.851-17.200 44.966-17.546Q45.081-17.892 45.081-18.314Q45.081-18.962 44.833-19.411Q44.585-19.860 43.988-19.860Q43.652-19.860 43.363-19.702Q43.074-19.544 42.906-19.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M164.664 33.205h62.596V1.907h-62.596Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(163.94 40.671)\">\u003Cpath d=\"M23.045-24.536L21.190-24.536L21.190-24.829Q21.459-24.829 21.627-24.874Q21.795-24.919 21.795-25.095L21.795-28.919Q21.795-29.126 21.639-29.179Q21.483-29.232 21.190-29.232L21.190-29.528L22.412-29.614L22.412-29.149Q22.643-29.372 22.957-29.493Q23.272-29.614 23.611-29.614Q24.084-29.614 24.488-29.368Q24.893-29.122 25.125-28.706Q25.358-28.290 25.358-27.814Q25.358-27.439 25.209-27.110Q25.061-26.782 24.791-26.530Q24.522-26.278 24.178-26.144Q23.834-26.009 23.475-26.009Q23.186-26.009 22.914-26.130Q22.643-26.251 22.436-26.462L22.436-25.095Q22.436-24.919 22.604-24.874Q22.772-24.829 23.045-24.829L23.045-24.536M22.436-28.751L22.436-26.911Q22.588-26.622 22.850-26.442Q23.111-26.263 23.420-26.263Q23.705-26.263 23.928-26.401Q24.151-26.540 24.303-26.771Q24.455-27.001 24.533-27.273Q24.611-27.544 24.611-27.814Q24.611-28.146 24.486-28.503Q24.361-28.860 24.113-29.097Q23.865-29.333 23.518-29.333Q23.194-29.333 22.899-29.177Q22.604-29.021 22.436-28.751\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.94 40.671)\">\u003Cpath d=\"M26.121-27.782Q26.121-28.286 26.377-28.718Q26.633-29.149 27.069-29.401Q27.504-29.653 28.004-29.653Q28.391-29.653 28.733-29.509Q29.074-29.364 29.336-29.103Q29.598-28.841 29.740-28.505Q29.883-28.169 29.883-27.782Q29.883-27.290 29.619-26.880Q29.356-26.470 28.926-26.239Q28.496-26.009 28.004-26.009Q27.512-26.009 27.078-26.241Q26.645-26.474 26.383-26.882Q26.121-27.290 26.121-27.782M28.004-26.286Q28.461-26.286 28.713-26.509Q28.965-26.732 29.053-27.083Q29.141-27.435 29.141-27.880Q29.141-28.310 29.047-28.648Q28.953-28.985 28.699-29.192Q28.445-29.399 28.004-29.399Q27.356-29.399 27.112-28.983Q26.867-28.567 26.867-27.880Q26.867-27.435 26.955-27.083Q27.043-26.732 27.295-26.509Q27.547-26.286 28.004-26.286M32.281-26.087L30.449-26.087L30.449-26.384Q30.723-26.384 30.891-26.431Q31.059-26.478 31.059-26.646L31.059-30.806Q31.059-31.021 30.996-31.116Q30.934-31.212 30.815-31.233Q30.695-31.255 30.449-31.255L30.449-31.552L31.672-31.638L31.672-26.646Q31.672-26.478 31.840-26.431Q32.008-26.384 32.281-26.384L32.281-26.087M34.586-26.087L32.809-26.087L32.809-26.384Q33.082-26.384 33.250-26.431Q33.418-26.478 33.418-26.646L33.418-28.782Q33.418-28.997 33.362-29.093Q33.305-29.189 33.192-29.210Q33.078-29.232 32.832-29.232L32.832-29.528L34.031-29.614L34.031-26.646Q34.031-26.478 34.178-26.431Q34.324-26.384 34.586-26.384L34.586-26.087M33.145-31.009Q33.145-31.200 33.279-31.331Q33.414-31.462 33.610-31.462Q33.731-31.462 33.834-31.399Q33.938-31.337 34-31.233Q34.063-31.130 34.063-31.009Q34.063-30.814 33.932-30.679Q33.801-30.544 33.610-30.544Q33.410-30.544 33.278-30.677Q33.145-30.810 33.145-31.009M35.129-27.814Q35.129-28.310 35.379-28.735Q35.629-29.161 36.049-29.407Q36.469-29.653 36.969-29.653Q37.508-29.653 37.899-29.528Q38.289-29.403 38.289-28.989Q38.289-28.884 38.238-28.792Q38.188-28.700 38.096-28.649Q38.004-28.599 37.895-28.599Q37.789-28.599 37.697-28.649Q37.606-28.700 37.555-28.792Q37.504-28.884 37.504-28.989Q37.504-29.212 37.672-29.317Q37.449-29.376 36.977-29.376Q36.680-29.376 36.465-29.237Q36.250-29.099 36.119-28.868Q35.988-28.638 35.930-28.368Q35.871-28.099 35.871-27.814Q35.871-27.419 36.004-27.069Q36.137-26.720 36.408-26.503Q36.680-26.286 37.078-26.286Q37.453-26.286 37.729-26.503Q38.004-26.720 38.106-27.079Q38.121-27.142 38.184-27.142L38.289-27.142Q38.324-27.142 38.350-27.114Q38.375-27.087 38.375-27.048L38.375-27.024Q38.242-26.544 37.858-26.276Q37.473-26.009 36.969-26.009Q36.606-26.009 36.272-26.146Q35.938-26.282 35.678-26.532Q35.418-26.782 35.274-27.118Q35.129-27.454 35.129-27.814M39.281-24.790Q39.395-24.712 39.570-24.712Q39.860-24.712 40.080-24.925Q40.301-25.138 40.426-25.439L40.715-26.087L39.442-28.974Q39.360-29.149 39.215-29.194Q39.070-29.239 38.801-29.239L38.801-29.536L40.520-29.536L40.520-29.239Q40.098-29.239 40.098-29.056Q40.098-29.044 40.113-28.974L41.051-26.849L41.883-28.759Q41.922-28.849 41.922-28.927Q41.922-29.067 41.820-29.153Q41.719-29.239 41.578-29.239L41.578-29.536L42.930-29.536L42.930-29.239Q42.676-29.239 42.483-29.114Q42.289-28.989 42.184-28.759L40.738-25.439Q40.625-25.185 40.459-24.962Q40.293-24.739 40.065-24.597Q39.836-24.454 39.570-24.454Q39.274-24.454 39.033-24.646Q38.793-24.837 38.793-25.126Q38.793-25.282 38.899-25.384Q39.004-25.485 39.153-25.485Q39.258-25.485 39.338-25.439Q39.418-25.392 39.465-25.314Q39.512-25.235 39.512-25.126Q39.512-25.005 39.451-24.917Q39.391-24.829 39.281-24.790\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.94 40.671)\">\u003Cpath d=\"M10.295-15.036L8.440-15.036L8.440-15.329Q8.709-15.329 8.877-15.374Q9.045-15.419 9.045-15.595L9.045-19.419Q9.045-19.626 8.889-19.679Q8.733-19.732 8.440-19.732L8.440-20.028L9.662-20.114L9.662-19.649Q9.893-19.872 10.207-19.993Q10.522-20.114 10.861-20.114Q11.334-20.114 11.738-19.868Q12.143-19.622 12.375-19.206Q12.608-18.790 12.608-18.314Q12.608-17.939 12.459-17.610Q12.311-17.282 12.041-17.030Q11.772-16.778 11.428-16.644Q11.084-16.509 10.725-16.509Q10.436-16.509 10.164-16.630Q9.893-16.751 9.686-16.962L9.686-15.595Q9.686-15.419 9.854-15.374Q10.022-15.329 10.295-15.329L10.295-15.036M9.686-19.251L9.686-17.411Q9.838-17.122 10.100-16.942Q10.361-16.763 10.670-16.763Q10.955-16.763 11.178-16.901Q11.401-17.040 11.553-17.271Q11.705-17.501 11.783-17.773Q11.861-18.044 11.861-18.314Q11.861-18.646 11.736-19.003Q11.611-19.360 11.363-19.597Q11.115-19.833 10.768-19.833Q10.444-19.833 10.149-19.677Q9.854-19.521 9.686-19.251M14.990-16.587L13.213-16.587L13.213-16.884Q13.486-16.884 13.654-16.931Q13.822-16.978 13.822-17.146L13.822-19.282Q13.822-19.497 13.766-19.593Q13.709-19.689 13.596-19.710Q13.483-19.732 13.236-19.732L13.236-20.028L14.436-20.114L14.436-17.146Q14.436-16.978 14.582-16.931Q14.729-16.884 14.990-16.884L14.990-16.587M13.549-21.509Q13.549-21.700 13.684-21.831Q13.819-21.962 14.014-21.962Q14.135-21.962 14.238-21.899Q14.342-21.837 14.404-21.733Q14.467-21.630 14.467-21.509Q14.467-21.314 14.336-21.179Q14.205-21.044 14.014-21.044Q13.815-21.044 13.682-21.177Q13.549-21.310 13.549-21.509M17.869-14.595Q17.256-15.052 16.854-15.687Q16.451-16.321 16.256-17.067Q16.061-17.814 16.061-18.587Q16.061-19.360 16.256-20.107Q16.451-20.853 16.854-21.487Q17.256-22.122 17.869-22.579Q17.881-22.583 17.889-22.585Q17.897-22.587 17.908-22.587L17.986-22.587Q18.026-22.587 18.051-22.560Q18.076-22.532 18.076-22.489Q18.076-22.439 18.045-22.419Q17.537-21.966 17.215-21.343Q16.893-20.720 16.752-20.024Q16.611-19.329 16.611-18.587Q16.611-17.853 16.750-17.153Q16.889-16.454 17.213-15.829Q17.537-15.204 18.045-14.755Q18.076-14.735 18.076-14.685Q18.076-14.642 18.051-14.614Q18.026-14.587 17.986-14.587L17.908-14.587Q17.901-14.591 17.891-14.593Q17.881-14.595 17.869-14.595M18.893-17.419Q18.893-17.903 19.295-18.198Q19.697-18.493 20.248-18.612Q20.799-18.732 21.291-18.732L21.291-19.021Q21.291-19.247 21.176-19.454Q21.061-19.661 20.863-19.780Q20.666-19.899 20.436-19.899Q20.010-19.899 19.725-19.794Q19.795-19.767 19.842-19.712Q19.889-19.657 19.914-19.587Q19.940-19.517 19.940-19.442Q19.940-19.337 19.889-19.245Q19.838-19.153 19.746-19.103Q19.654-19.052 19.549-19.052Q19.444-19.052 19.352-19.103Q19.260-19.153 19.209-19.245Q19.158-19.337 19.158-19.442Q19.158-19.860 19.547-20.007Q19.936-20.153 20.436-20.153Q20.768-20.153 21.121-20.023Q21.475-19.892 21.703-19.638Q21.932-19.384 21.932-19.036L21.932-17.235Q21.932-17.103 22.004-16.993Q22.076-16.884 22.205-16.884Q22.330-16.884 22.399-16.989Q22.467-17.095 22.467-17.235L22.467-17.747L22.748-17.747L22.748-17.235Q22.748-17.032 22.631-16.874Q22.514-16.716 22.332-16.632Q22.151-16.548 21.947-16.548Q21.717-16.548 21.565-16.720Q21.412-16.892 21.381-17.122Q21.221-16.841 20.912-16.675Q20.604-16.509 20.252-16.509Q19.740-16.509 19.317-16.732Q18.893-16.954 18.893-17.419M19.580-17.419Q19.580-17.134 19.807-16.948Q20.033-16.763 20.326-16.763Q20.572-16.763 20.797-16.880Q21.022-16.997 21.156-17.200Q21.291-17.403 21.291-17.657L21.291-18.489Q21.026-18.489 20.740-18.435Q20.455-18.380 20.184-18.251Q19.912-18.122 19.746-17.915Q19.580-17.708 19.580-17.419\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.94 40.671)\">\u003Cpath d=\"M25.884-15.978Q25.884-16.259 26.095-16.470Q26.306-16.681 26.591-16.771Q26.435-16.896 26.357-17.085Q26.279-17.274 26.279-17.474Q26.279-17.829 26.509-18.122Q26.142-18.462 26.142-18.931Q26.142-19.282 26.345-19.552Q26.548-19.821 26.869-19.968Q27.189-20.114 27.533-20.114Q28.052-20.114 28.423-19.833Q28.787-20.204 29.334-20.204Q29.513-20.204 29.640-20.077Q29.767-19.950 29.767-19.771Q29.767-19.665 29.689-19.587Q29.611-19.509 29.501-19.509Q29.392-19.509 29.316-19.585Q29.240-19.661 29.240-19.771Q29.240-19.872 29.279-19.923Q29.287-19.931 29.291-19.937Q29.294-19.942 29.294-19.946Q28.919-19.946 28.599-19.692Q28.919-19.353 28.919-18.931Q28.919-18.661 28.802-18.444Q28.685-18.228 28.480-18.069Q28.275-17.911 28.033-17.829Q27.791-17.747 27.533-17.747Q27.314-17.747 27.101-17.806Q26.888-17.864 26.693-17.985Q26.599-17.845 26.599-17.665Q26.599-17.458 26.736-17.306Q26.873-17.153 27.080-17.153L27.775-17.153Q28.263-17.153 28.675-17.069Q29.087-16.985 29.367-16.728Q29.646-16.470 29.646-15.978Q29.646-15.614 29.326-15.382Q29.005-15.149 28.564-15.048Q28.123-14.946 27.767-14.946Q27.412-14.946 26.968-15.048Q26.525-15.149 26.205-15.382Q25.884-15.614 25.884-15.978M26.388-15.978Q26.388-15.782 26.533-15.634Q26.677-15.485 26.890-15.396Q27.103-15.306 27.343-15.259Q27.584-15.212 27.767-15.212Q28.009-15.212 28.339-15.290Q28.669-15.368 28.906-15.542Q29.142-15.716 29.142-15.978Q29.142-16.384 28.732-16.493Q28.322-16.603 27.759-16.603L27.080-16.603Q26.810-16.603 26.599-16.425Q26.388-16.247 26.388-15.978M27.533-18.013Q28.255-18.013 28.255-18.931Q28.255-19.853 27.533-19.853Q26.806-19.853 26.806-18.931Q26.806-18.013 27.533-18.013M31.990-16.587L30.212-16.587L30.212-16.884Q30.486-16.884 30.654-16.931Q30.822-16.978 30.822-17.146L30.822-19.282Q30.822-19.497 30.765-19.593Q30.709-19.689 30.595-19.710Q30.482-19.732 30.236-19.732L30.236-20.028L31.435-20.114L31.435-17.146Q31.435-16.978 31.582-16.931Q31.728-16.884 31.990-16.884L31.990-16.587M30.548-21.509Q30.548-21.700 30.683-21.831Q30.818-21.962 31.013-21.962Q31.134-21.962 31.238-21.899Q31.341-21.837 31.404-21.733Q31.466-21.630 31.466-21.509Q31.466-21.314 31.335-21.179Q31.205-21.044 31.013-21.044Q30.814-21.044 30.681-21.177Q30.548-21.310 30.548-21.509M34.291-16.618L33.068-19.474Q32.986-19.649 32.841-19.694Q32.697-19.739 32.427-19.739L32.427-20.036L34.138-20.036L34.138-19.739Q33.716-19.739 33.716-19.556Q33.716-19.521 33.732-19.474L34.677-17.282L35.517-19.259Q35.556-19.337 35.556-19.427Q35.556-19.567 35.451-19.653Q35.345-19.739 35.205-19.739L35.205-20.036L36.556-20.036L36.556-19.739Q36.033-19.739 35.818-19.259L34.693-16.618Q34.630-16.509 34.525-16.509L34.459-16.509Q34.345-16.509 34.291-16.618\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.94 40.671)\">\u003Cpath d=\"M36.746-18.341Q36.746-18.821 36.979-19.237Q37.211-19.653 37.621-19.903Q38.031-20.153 38.508-20.153Q39.238-20.153 39.637-19.712Q40.035-19.271 40.035-18.540Q40.035-18.435 39.942-18.411L37.492-18.411L37.492-18.341Q37.492-17.931 37.613-17.575Q37.735-17.220 38.006-17.003Q38.278-16.786 38.707-16.786Q39.071-16.786 39.367-17.015Q39.664-17.243 39.766-17.595Q39.774-17.642 39.860-17.657L39.942-17.657Q40.035-17.630 40.035-17.548Q40.035-17.540 40.028-17.509Q39.965-17.282 39.826-17.099Q39.688-16.915 39.496-16.782Q39.305-16.649 39.086-16.579Q38.867-16.509 38.629-16.509Q38.258-16.509 37.920-16.646Q37.582-16.782 37.315-17.034Q37.047-17.286 36.897-17.626Q36.746-17.966 36.746-18.341M37.500-18.649L39.461-18.649Q39.461-18.954 39.360-19.245Q39.258-19.536 39.041-19.718Q38.824-19.899 38.508-19.899Q38.207-19.899 37.977-19.712Q37.746-19.524 37.623-19.233Q37.500-18.942 37.500-18.649M42.453-16.587L40.598-16.587L40.598-16.884Q40.871-16.884 41.039-16.931Q41.207-16.978 41.207-17.146L41.207-19.282Q41.207-19.497 41.145-19.593Q41.082-19.689 40.963-19.710Q40.844-19.732 40.598-19.732L40.598-20.028L41.789-20.114L41.789-19.380Q41.903-19.595 42.096-19.763Q42.289-19.931 42.528-20.023Q42.766-20.114 43.020-20.114Q44.188-20.114 44.188-19.036L44.188-17.146Q44.188-16.978 44.358-16.931Q44.528-16.884 44.797-16.884L44.797-16.587L42.942-16.587L42.942-16.884Q43.215-16.884 43.383-16.931Q43.551-16.978 43.551-17.146L43.551-19.021Q43.551-19.403 43.430-19.632Q43.309-19.860 42.957-19.860Q42.645-19.860 42.391-19.698Q42.137-19.536 41.990-19.267Q41.844-18.997 41.844-18.700L41.844-17.146Q41.844-16.978 42.014-16.931Q42.184-16.884 42.453-16.884\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.94 40.671)\">\u003Cpath d=\"M48.993-16.587L48.712-16.587L48.712-21.306Q48.712-21.521 48.650-21.616Q48.587-21.712 48.470-21.733Q48.353-21.755 48.107-21.755L48.107-22.052L49.329-22.138L49.329-19.649Q49.806-20.114 50.505-20.114Q50.986-20.114 51.394-19.870Q51.802-19.626 52.038-19.212Q52.275-18.798 52.275-18.314Q52.275-17.939 52.126-17.610Q51.978-17.282 51.708-17.030Q51.439-16.778 51.095-16.644Q50.751-16.509 50.392-16.509Q50.071-16.509 49.773-16.657Q49.474-16.806 49.267-17.067L48.993-16.587M49.353-19.259L49.353-17.419Q49.505-17.122 49.765-16.942Q50.025-16.763 50.337-16.763Q50.763-16.763 51.030-16.982Q51.298-17.200 51.413-17.546Q51.529-17.892 51.529-18.314Q51.529-18.962 51.280-19.411Q51.032-19.860 50.435-19.860Q50.099-19.860 49.810-19.702Q49.521-19.544 49.353-19.259M53.200-14.587L53.118-14.587Q53.083-14.587 53.058-14.616Q53.032-14.646 53.032-14.685Q53.032-14.735 53.064-14.755Q53.450-15.091 53.734-15.540Q54.017-15.989 54.183-16.489Q54.349-16.989 54.423-17.507Q54.497-18.024 54.497-18.587Q54.497-19.157 54.423-19.673Q54.349-20.189 54.183-20.685Q54.017-21.181 53.737-21.628Q53.458-22.075 53.064-22.419Q53.032-22.439 53.032-22.489Q53.032-22.528 53.058-22.558Q53.083-22.587 53.118-22.587L53.200-22.587Q53.212-22.587 53.222-22.585Q53.232-22.583 53.239-22.579Q53.853-22.122 54.255-21.487Q54.657-20.853 54.853-20.107Q55.048-19.360 55.048-18.587Q55.048-17.814 54.853-17.067Q54.657-16.321 54.255-15.687Q53.853-15.052 53.239-14.595Q53.228-14.595 53.220-14.593Q53.212-14.591 53.200-14.587\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M102.468 17.556h59.196\"\u002F>\u003Cpath stroke=\"none\" d=\"m164.264 17.556-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(112.261 30.41)\">\u003Cpath d=\"M9.295-16.587L9.028-16.587L9.028-20.695Q9.028-20.965 8.921-21.027Q8.813-21.088 8.502-21.088L8.502-21.369L9.582-21.444L9.582-19.274Q9.791-19.465 10.076-19.569Q10.361-19.673 10.659-19.673Q10.977-19.673 11.274-19.552Q11.571-19.431 11.794-19.215Q12.016-19 12.142-18.715Q12.269-18.429 12.269-18.098Q12.269-17.653 12.029-17.289Q11.790-16.925 11.397-16.722Q11.004-16.519 10.560-16.519Q10.365-16.519 10.175-16.575Q9.986-16.631 9.825-16.736Q9.664-16.840 9.524-17.001L9.295-16.587M9.610-18.932L9.610-17.315Q9.746-17.055 9.987-16.898Q10.228-16.741 10.505-16.741Q10.799-16.741 11.011-16.848Q11.223-16.956 11.356-17.148Q11.489-17.339 11.548-17.578Q11.606-17.817 11.606-18.098Q11.606-18.457 11.512-18.761Q11.418-19.065 11.190-19.258Q10.963-19.451 10.597-19.451Q10.297-19.451 10.030-19.315Q9.763-19.178 9.610-18.932\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(112.261 30.41)\">\u003Cpath d=\"M13.079-18.122Q13.079-18.443 13.204-18.732Q13.329-19.021 13.555-19.244Q13.780-19.468 14.076-19.588Q14.371-19.708 14.689-19.708Q15.017-19.708 15.279-19.608Q15.540-19.509 15.716-19.327Q15.892-19.144 15.986-18.886Q16.080-18.628 16.080-18.296Q16.080-18.204 15.998-18.183L13.743-18.183L13.743-18.122Q13.743-17.534 14.026-17.151Q14.310-16.768 14.877-16.768Q15.199-16.768 15.467-16.961Q15.735-17.154 15.824-17.469Q15.831-17.510 15.906-17.524L15.998-17.524Q16.080-17.500 16.080-17.428Q16.080-17.421 16.074-17.394Q15.961-16.997 15.590-16.758Q15.219-16.519 14.795-16.519Q14.358-16.519 13.958-16.727Q13.558-16.936 13.319-17.303Q13.079-17.670 13.079-18.122M13.749-18.392L15.564-18.392Q15.564-18.669 15.467-18.921Q15.369-19.174 15.171-19.330Q14.973-19.485 14.689-19.485Q14.412-19.485 14.199-19.327Q13.985-19.168 13.867-18.913Q13.749-18.658 13.749-18.392M18.336-16.587L16.733-16.587L16.733-16.867Q16.959-16.867 17.108-16.901Q17.256-16.936 17.256-17.076L17.256-20.695Q17.256-20.965 17.149-21.027Q17.041-21.088 16.733-21.088L16.733-21.369L17.810-21.444L17.810-17.076Q17.810-16.939 17.960-16.903Q18.111-16.867 18.336-16.867L18.336-16.587M20.548-16.587L18.996-16.587L18.996-16.867Q19.222-16.867 19.370-16.901Q19.519-16.936 19.519-17.076L19.519-18.925Q19.519-19.113 19.471-19.197Q19.423-19.280 19.326-19.299Q19.228-19.318 19.016-19.318L19.016-19.598L20.073-19.673L20.073-17.076Q20.073-16.936 20.204-16.901Q20.336-16.867 20.548-16.867L20.548-16.587M19.276-20.894Q19.276-21.065 19.399-21.184Q19.522-21.304 19.693-21.304Q19.861-21.304 19.984-21.184Q20.107-21.065 20.107-20.894Q20.107-20.719 19.984-20.596Q19.861-20.473 19.693-20.473Q19.522-20.473 19.399-20.596Q19.276-20.719 19.276-20.894M21.153-18.122Q21.153-18.443 21.277-18.732Q21.402-19.021 21.628-19.244Q21.853-19.468 22.149-19.588Q22.445-19.708 22.763-19.708Q23.091-19.708 23.352-19.608Q23.614-19.509 23.790-19.327Q23.966-19.144 24.060-18.886Q24.154-18.628 24.154-18.296Q24.154-18.204 24.072-18.183L21.816-18.183L21.816-18.122Q21.816-17.534 22.099-17.151Q22.383-16.768 22.951-16.768Q23.272-16.768 23.540-16.961Q23.808-17.154 23.897-17.469Q23.904-17.510 23.979-17.524L24.072-17.524Q24.154-17.500 24.154-17.428Q24.154-17.421 24.147-17.394Q24.034-16.997 23.663-16.758Q23.292-16.519 22.868-16.519Q22.431-16.519 22.031-16.727Q21.631-16.936 21.392-17.303Q21.153-17.670 21.153-18.122M21.823-18.392L23.638-18.392Q23.638-18.669 23.540-18.921Q23.443-19.174 23.244-19.330Q23.046-19.485 22.763-19.485Q22.486-19.485 22.272-19.327Q22.058-19.168 21.941-18.913Q21.823-18.658 21.823-18.392M26.539-16.587L24.806-16.587L24.806-16.867Q25.032-16.867 25.181-16.901Q25.329-16.936 25.329-17.076L25.329-19.325L24.742-19.325L24.742-19.605L25.329-19.605L25.329-20.422Q25.329-20.740 25.507-20.988Q25.685-21.235 25.975-21.376Q26.266-21.516 26.577-21.516Q26.833-21.516 27.037-21.374Q27.240-21.232 27.240-20.989Q27.240-20.853 27.141-20.754Q27.042-20.654 26.905-20.654Q26.768-20.654 26.669-20.754Q26.570-20.853 26.570-20.989Q26.570-21.170 26.710-21.263Q26.632-21.290 26.533-21.290Q26.324-21.290 26.170-21.157Q26.016-21.024 25.936-20.820Q25.856-20.617 25.856-20.408L25.856-19.605L26.744-19.605L26.744-19.325L25.883-19.325L25.883-17.076Q25.883-16.867 26.539-16.867\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(112.261 30.41)\">\u003Cpath d=\"M30.740-16.587L30.473-16.587L30.473-20.695Q30.473-20.965 30.366-21.027Q30.258-21.088 29.947-21.088L29.947-21.369L31.027-21.444L31.027-19.274Q31.236-19.465 31.521-19.569Q31.806-19.673 32.104-19.673Q32.422-19.673 32.719-19.552Q33.016-19.431 33.239-19.215Q33.461-19 33.587-18.715Q33.714-18.429 33.714-18.098Q33.714-17.653 33.474-17.289Q33.235-16.925 32.842-16.722Q32.449-16.519 32.005-16.519Q31.810-16.519 31.620-16.575Q31.431-16.631 31.270-16.736Q31.109-16.840 30.969-17.001L30.740-16.587M31.055-18.932L31.055-17.315Q31.191-17.055 31.432-16.898Q31.673-16.741 31.950-16.741Q32.244-16.741 32.456-16.848Q32.668-16.956 32.801-17.148Q32.934-17.339 32.993-17.578Q33.051-17.817 33.051-18.098Q33.051-18.457 32.957-18.761Q32.863-19.065 32.635-19.258Q32.408-19.451 32.042-19.451Q31.742-19.451 31.475-19.315Q31.208-19.178 31.055-18.932\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-70.444 36.574)\">\u003Cpath d=\"M9.295-16.587L9.028-16.587L9.028-20.695Q9.028-20.965 8.921-21.027Q8.813-21.088 8.502-21.088L8.502-21.369L9.582-21.444L9.582-19.274Q9.791-19.465 10.076-19.569Q10.361-19.673 10.659-19.673Q10.977-19.673 11.274-19.552Q11.571-19.431 11.794-19.215Q12.016-19 12.142-18.715Q12.269-18.429 12.269-18.098Q12.269-17.653 12.029-17.289Q11.790-16.925 11.397-16.722Q11.004-16.519 10.560-16.519Q10.365-16.519 10.175-16.575Q9.986-16.631 9.825-16.736Q9.664-16.840 9.524-17.001L9.295-16.587M9.610-18.932L9.610-17.315Q9.746-17.055 9.987-16.898Q10.228-16.741 10.505-16.741Q10.799-16.741 11.011-16.848Q11.223-16.956 11.356-17.148Q11.489-17.339 11.548-17.578Q11.606-17.817 11.606-18.098Q11.606-18.457 11.512-18.761Q11.418-19.065 11.190-19.258Q10.963-19.451 10.597-19.451Q10.297-19.451 10.030-19.315Q9.763-19.178 9.610-18.932\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-70.444 36.574)\">\u003Cpath d=\"M13.079-18.122Q13.079-18.443 13.204-18.732Q13.329-19.021 13.555-19.244Q13.780-19.468 14.076-19.588Q14.371-19.708 14.689-19.708Q15.017-19.708 15.279-19.608Q15.540-19.509 15.716-19.327Q15.892-19.144 15.986-18.886Q16.080-18.628 16.080-18.296Q16.080-18.204 15.998-18.183L13.743-18.183L13.743-18.122Q13.743-17.534 14.026-17.151Q14.310-16.768 14.877-16.768Q15.199-16.768 15.467-16.961Q15.735-17.154 15.824-17.469Q15.831-17.510 15.906-17.524L15.998-17.524Q16.080-17.500 16.080-17.428Q16.080-17.421 16.074-17.394Q15.961-16.997 15.590-16.758Q15.219-16.519 14.795-16.519Q14.358-16.519 13.958-16.727Q13.558-16.936 13.319-17.303Q13.079-17.670 13.079-18.122M13.749-18.392L15.564-18.392Q15.564-18.669 15.467-18.921Q15.369-19.174 15.171-19.330Q14.973-19.485 14.689-19.485Q14.412-19.485 14.199-19.327Q13.985-19.168 13.867-18.913Q13.749-18.658 13.749-18.392M18.336-16.587L16.733-16.587L16.733-16.867Q16.959-16.867 17.108-16.901Q17.256-16.936 17.256-17.076L17.256-20.695Q17.256-20.965 17.149-21.027Q17.041-21.088 16.733-21.088L16.733-21.369L17.810-21.444L17.810-17.076Q17.810-16.939 17.960-16.903Q18.111-16.867 18.336-16.867L18.336-16.587M20.548-16.587L18.996-16.587L18.996-16.867Q19.222-16.867 19.370-16.901Q19.519-16.936 19.519-17.076L19.519-18.925Q19.519-19.113 19.471-19.197Q19.423-19.280 19.326-19.299Q19.228-19.318 19.016-19.318L19.016-19.598L20.073-19.673L20.073-17.076Q20.073-16.936 20.204-16.901Q20.336-16.867 20.548-16.867L20.548-16.587M19.276-20.894Q19.276-21.065 19.399-21.184Q19.522-21.304 19.693-21.304Q19.861-21.304 19.984-21.184Q20.107-21.065 20.107-20.894Q20.107-20.719 19.984-20.596Q19.861-20.473 19.693-20.473Q19.522-20.473 19.399-20.596Q19.276-20.719 19.276-20.894M21.153-18.122Q21.153-18.443 21.277-18.732Q21.402-19.021 21.628-19.244Q21.853-19.468 22.149-19.588Q22.445-19.708 22.763-19.708Q23.091-19.708 23.352-19.608Q23.614-19.509 23.790-19.327Q23.966-19.144 24.060-18.886Q24.154-18.628 24.154-18.296Q24.154-18.204 24.072-18.183L21.816-18.183L21.816-18.122Q21.816-17.534 22.099-17.151Q22.383-16.768 22.951-16.768Q23.272-16.768 23.540-16.961Q23.808-17.154 23.897-17.469Q23.904-17.510 23.979-17.524L24.072-17.524Q24.154-17.500 24.154-17.428Q24.154-17.421 24.147-17.394Q24.034-16.997 23.663-16.758Q23.292-16.519 22.868-16.519Q22.431-16.519 22.031-16.727Q21.631-16.936 21.392-17.303Q21.153-17.670 21.153-18.122M21.823-18.392L23.638-18.392Q23.638-18.669 23.540-18.921Q23.443-19.174 23.244-19.330Q23.046-19.485 22.763-19.485Q22.486-19.485 22.272-19.327Q22.058-19.168 21.941-18.913Q21.823-18.658 21.823-18.392M26.539-16.587L24.806-16.587L24.806-16.867Q25.032-16.867 25.181-16.901Q25.329-16.936 25.329-17.076L25.329-19.325L24.742-19.325L24.742-19.605L25.329-19.605L25.329-20.422Q25.329-20.740 25.507-20.988Q25.685-21.235 25.975-21.376Q26.266-21.516 26.577-21.516Q26.833-21.516 27.037-21.374Q27.240-21.232 27.240-20.989Q27.240-20.853 27.141-20.754Q27.042-20.654 26.905-20.654Q26.768-20.654 26.669-20.754Q26.570-20.853 26.570-20.989Q26.570-21.170 26.710-21.263Q26.632-21.290 26.533-21.290Q26.324-21.290 26.170-21.157Q26.016-21.024 25.936-20.820Q25.856-20.617 25.856-20.408L25.856-19.605L26.744-19.605L26.744-19.325L25.883-19.325L25.883-17.076Q25.883-16.867 26.539-16.867L26.539-16.587M29.103-17.841L27.045-17.841L27.045-18.344L29.103-18.344L29.103-17.841M31.748-16.587L30.012-16.587L30.012-16.867Q30.733-16.867 30.733-17.267L30.733-20.877Q30.733-21.088 30.012-21.088L30.012-21.369L31.369-21.369Q31.465-21.369 31.516-21.270L33.191-17.295L34.862-21.270Q34.910-21.369 35.009-21.369L36.359-21.369L36.359-21.088Q35.638-21.088 35.638-20.877L35.638-17.076Q35.638-16.867 36.359-16.867L36.359-16.587L34.302-16.587L34.302-16.867Q35.023-16.867 35.023-17.076L35.023-21.088L33.170-16.686Q33.122-16.587 33.013-16.587Q32.900-16.587 32.852-16.686L31.027-21.017L31.027-17.267Q31.027-16.867 31.748-16.867L31.748-16.587M39.945-16.587L37.173-16.587L37.173-16.867Q37.894-16.867 37.894-17.076L37.894-20.877Q37.894-21.088 37.173-21.088L37.173-21.369L39.945-21.369Q40.430-21.369 40.866-21.174Q41.302-20.979 41.625-20.637Q41.948-20.295 42.125-19.855Q42.303-19.414 42.303-18.932Q42.303-18.446 42.118-18.023Q41.934-17.599 41.611-17.277Q41.288-16.956 40.856-16.772Q40.423-16.587 39.945-16.587M38.557-20.877L38.557-17.076Q38.557-16.936 38.646-16.901Q38.735-16.867 38.923-16.867L39.746-16.867Q40.372-16.867 40.775-17.129Q41.179-17.390 41.367-17.857Q41.555-18.323 41.555-18.932Q41.555-19.410 41.462-19.803Q41.370-20.196 41.120-20.494Q40.881-20.781 40.517-20.935Q40.153-21.088 39.746-21.088L38.923-21.088Q38.735-21.088 38.646-21.054Q38.557-21.020 38.557-20.877M45.325-16.587L43.192-16.587L43.192-16.867Q43.913-16.867 43.913-17.076L43.913-20.877Q43.913-21.088 43.192-21.088L43.192-21.369L45.858-21.369Q46.268-21.369 46.688-21.215Q47.109-21.061 47.392-20.757Q47.676-20.453 47.676-20.039Q47.676-19.721 47.509-19.475Q47.341-19.229 47.064-19.063Q46.787-18.898 46.466-18.814Q46.145-18.730 45.858-18.730L44.603-18.730L44.603-17.076Q44.603-16.867 45.325-16.867L45.325-16.587M44.576-20.877L44.576-18.980L45.663-18.980Q46.271-18.980 46.586-19.217Q46.900-19.455 46.900-20.039Q46.900-20.432 46.755-20.666Q46.610-20.900 46.338-20.994Q46.066-21.088 45.663-21.088L44.942-21.088Q44.754-21.088 44.665-21.054Q44.576-21.020 44.576-20.877M48.883-17.007Q48.883-17.175 49.006-17.298Q49.129-17.421 49.303-17.421Q49.471-17.421 49.594-17.298Q49.717-17.175 49.717-17.007Q49.717-16.833 49.594-16.710Q49.471-16.587 49.303-16.587Q49.129-16.587 49.006-16.710Q48.883-16.833 48.883-17.007M48.883-19.191Q48.883-19.359 49.006-19.482Q49.129-19.605 49.303-19.605Q49.471-19.605 49.594-19.482Q49.717-19.359 49.717-19.191Q49.717-19.017 49.594-18.894Q49.471-18.771 49.303-18.771Q49.129-18.771 49.006-18.894Q48.883-19.017 48.883-19.191\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M133.366-40.572c0 29.675-62.596 26.83-62.596 39.479\"\u002F>\u003Cpath stroke=\"none\" d=\"m70.77 1.507 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(97.627 4.138)\">\u003Cpath d=\"M8.447-18.070Q8.447-18.412 8.582-18.711Q8.717-19.010 8.957-19.234Q9.196-19.458 9.514-19.583Q9.832-19.708 10.163-19.708Q10.608-19.708 11.007-19.492Q11.407-19.277 11.642-18.899Q11.876-18.522 11.876-18.070Q11.876-17.729 11.734-17.445Q11.592-17.161 11.348-16.954Q11.103-16.748 10.794-16.633Q10.485-16.519 10.163-16.519Q9.733-16.519 9.331-16.720Q8.929-16.922 8.688-17.274Q8.447-17.626 8.447-18.070M10.163-16.768Q10.765-16.768 10.989-17.146Q11.213-17.524 11.213-18.156Q11.213-18.768 10.978-19.127Q10.744-19.485 10.163-19.485Q9.111-19.485 9.111-18.156Q9.111-17.524 9.336-17.146Q9.562-16.768 10.163-16.768M12.969-15.357Q12.969-15.391 12.997-15.418Q13.267-15.647 13.415-15.970Q13.564-16.293 13.564-16.649L13.564-16.686Q13.455-16.587 13.291-16.587Q13.110-16.587 12.990-16.707Q12.870-16.826 12.870-17.007Q12.870-17.182 12.990-17.301Q13.110-17.421 13.291-17.421Q13.547-17.421 13.667-17.182Q13.786-16.942 13.786-16.649Q13.786-16.249 13.617-15.878Q13.448-15.507 13.151-15.251Q13.120-15.230 13.092-15.230Q13.051-15.230 13.010-15.271Q12.969-15.312 12.969-15.357\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(97.627 4.138)\">\u003Cpath d=\"M17.491-17.315Q17.491-17.647 17.714-17.874Q17.938-18.101 18.282-18.229Q18.625-18.358 18.998-18.410Q19.370-18.463 19.675-18.463L19.675-18.716Q19.675-18.921 19.567-19.101Q19.459-19.280 19.278-19.383Q19.097-19.485 18.889-19.485Q18.482-19.485 18.246-19.393Q18.335-19.356 18.381-19.272Q18.427-19.188 18.427-19.086Q18.427-18.990 18.381-18.911Q18.335-18.833 18.254-18.788Q18.174-18.744 18.085-18.744Q17.935-18.744 17.834-18.841Q17.733-18.939 17.733-19.086Q17.733-19.708 18.889-19.708Q19.100-19.708 19.350-19.644Q19.599-19.581 19.801-19.462Q20.003-19.342 20.129-19.157Q20.256-18.973 20.256-18.730L20.256-17.154Q20.256-17.038 20.317-16.942Q20.379-16.847 20.492-16.847Q20.601-16.847 20.666-16.941Q20.731-17.035 20.731-17.154L20.731-17.602L20.997-17.602L20.997-17.154Q20.997-16.884 20.770-16.719Q20.543-16.553 20.263-16.553Q20.054-16.553 19.917-16.707Q19.781-16.860 19.757-17.076Q19.610-16.809 19.328-16.664Q19.046-16.519 18.721-16.519Q18.444-16.519 18.160-16.594Q17.877-16.669 17.684-16.848Q17.491-17.028 17.491-17.315M18.106-17.315Q18.106-17.141 18.207-17.011Q18.307-16.881 18.463-16.811Q18.618-16.741 18.783-16.741Q19.001-16.741 19.210-16.838Q19.418-16.936 19.546-17.117Q19.675-17.298 19.675-17.524L19.675-18.252Q19.350-18.252 18.984-18.161Q18.618-18.070 18.362-17.858Q18.106-17.647 18.106-17.315\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(97.627 4.138)\">\u003Cpath d=\"M25.730-16.587L24.178-16.587L24.178-16.867Q24.404-16.867 24.553-16.901Q24.701-16.936 24.701-17.076L24.701-18.925Q24.701-19.113 24.653-19.197Q24.606-19.280 24.508-19.299Q24.411-19.318 24.199-19.318L24.199-19.598L25.255-19.673L25.255-17.076Q25.255-16.936 25.387-16.901Q25.518-16.867 25.730-16.867L25.730-16.587M24.459-20.894Q24.459-21.065 24.582-21.184Q24.705-21.304 24.876-21.304Q25.043-21.304 25.166-21.184Q25.289-21.065 25.289-20.894Q25.289-20.719 25.166-20.596Q25.043-20.473 24.876-20.473Q24.705-20.473 24.582-20.596Q24.459-20.719 24.459-20.894M28.058-16.587L26.424-16.587L26.424-16.867Q26.653-16.867 26.802-16.901Q26.950-16.936 26.950-17.076L26.950-18.925Q26.950-19.195 26.843-19.256Q26.735-19.318 26.424-19.318L26.424-19.598L27.484-19.673L27.484-19.024Q27.654-19.332 27.959-19.503Q28.263-19.673 28.608-19.673Q29.114-19.673 29.398-19.450Q29.681-19.226 29.681-18.730L29.681-17.076Q29.681-16.939 29.830-16.903Q29.979-16.867 30.204-16.867L30.204-16.587L28.574-16.587L28.574-16.867Q28.803-16.867 28.952-16.901Q29.100-16.936 29.100-17.076L29.100-18.716Q29.100-19.051 28.981-19.251Q28.861-19.451 28.547-19.451Q28.277-19.451 28.042-19.315Q27.808-19.178 27.670-18.944Q27.531-18.710 27.531-18.436L27.531-17.076Q27.531-16.939 27.682-16.903Q27.832-16.867 28.058-16.867\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The belief-MDP equivalence. The unobservable POMDP (top: hidden state \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.4306em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, partial observation \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.4306em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">o\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>) is recast as a fully observed MDP (bottom) whose state is the belief \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>. The agent maintains \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> by a Bayes filter and acts by a policy \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">π\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">a\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">∣\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>; the belief is the Markov state the POMDP lacked.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:379.721px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 284.791 133.988\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-27.975 41.741h208.55\"\u002F>\u003Cpath stroke=\"none\" d=\"m182.575 41.741-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(189.937 9.089)\">\u003Cpath d=\"M-25.823 41.741L-27.655 41.741L-27.655 41.444Q-27.381 41.444-27.213 41.397Q-27.045 41.350-27.045 41.182L-27.045 37.022Q-27.045 36.807-27.108 36.712Q-27.170 36.616-27.289 36.595Q-27.409 36.573-27.655 36.573L-27.655 36.276L-26.432 36.190L-26.432 41.182Q-26.432 41.350-26.264 41.397Q-26.096 41.444-25.823 41.444L-25.823 41.741M-23.518 41.741L-25.295 41.741L-25.295 41.444Q-25.022 41.444-24.854 41.397Q-24.686 41.350-24.686 41.182L-24.686 39.046Q-24.686 38.831-24.743 38.735Q-24.799 38.639-24.913 38.618Q-25.026 38.596-25.272 38.596L-25.272 38.300L-24.073 38.214L-24.073 41.182Q-24.073 41.350-23.926 41.397Q-23.780 41.444-23.518 41.444L-23.518 41.741M-24.959 36.819Q-24.959 36.628-24.825 36.497Q-24.690 36.366-24.495 36.366Q-24.373 36.366-24.270 36.428Q-24.166 36.491-24.104 36.595Q-24.041 36.698-24.041 36.819Q-24.041 37.014-24.172 37.149Q-24.303 37.284-24.495 37.284Q-24.694 37.284-24.827 37.151Q-24.959 37.018-24.959 36.819M-22.975 41.733L-22.975 40.511Q-22.975 40.483-22.944 40.452Q-22.913 40.421-22.889 40.421L-22.784 40.421Q-22.713 40.421-22.698 40.483Q-22.635 40.803-22.496 41.044Q-22.358 41.284-22.125 41.425Q-21.893 41.565-21.584 41.565Q-21.346 41.565-21.137 41.505Q-20.928 41.444-20.791 41.296Q-20.655 41.147-20.655 40.901Q-20.655 40.647-20.866 40.481Q-21.077 40.315-21.346 40.261L-21.967 40.147Q-22.373 40.069-22.674 39.813Q-22.975 39.557-22.975 39.182Q-22.975 38.815-22.774 38.593Q-22.573 38.370-22.248 38.272Q-21.924 38.175-21.584 38.175Q-21.120 38.175-20.823 38.382L-20.600 38.198Q-20.577 38.175-20.545 38.175L-20.495 38.175Q-20.463 38.175-20.436 38.202Q-20.409 38.229-20.409 38.261L-20.409 39.245Q-20.409 39.276-20.434 39.305Q-20.459 39.335-20.495 39.335L-20.600 39.335Q-20.635 39.335-20.663 39.307Q-20.690 39.280-20.690 39.245Q-20.690 38.846-20.942 38.626Q-21.194 38.405-21.592 38.405Q-21.948 38.405-22.231 38.528Q-22.514 38.651-22.514 38.956Q-22.514 39.175-22.313 39.307Q-22.112 39.440-21.866 39.483L-21.241 39.596Q-20.811 39.686-20.502 39.983Q-20.194 40.280-20.194 40.694Q-20.194 41.264-20.592 41.542Q-20.991 41.819-21.584 41.819Q-22.135 41.819-22.487 41.483L-22.784 41.796Q-22.807 41.819-22.842 41.819L-22.889 41.819Q-22.913 41.819-22.944 41.788Q-22.975 41.757-22.975 41.733M-19.041 40.780L-19.041 38.589L-19.745 38.589L-19.745 38.335Q-19.389 38.335-19.147 38.102Q-18.905 37.870-18.793 37.522Q-18.682 37.175-18.682 36.819L-18.401 36.819L-18.401 38.292L-17.225 38.292L-17.225 38.589L-18.401 38.589L-18.401 40.764Q-18.401 41.085-18.282 41.313Q-18.163 41.542-17.881 41.542Q-17.702 41.542-17.584 41.419Q-17.467 41.296-17.414 41.116Q-17.362 40.936-17.362 40.764L-17.362 40.292L-17.080 40.292L-17.080 40.780Q-17.080 41.034-17.186 41.274Q-17.291 41.514-17.489 41.667Q-17.686 41.819-17.944 41.819Q-18.260 41.819-18.512 41.696Q-18.764 41.573-18.903 41.339Q-19.041 41.104-19.041 40.780M-16.362 39.987Q-16.362 39.507-16.129 39.091Q-15.897 38.675-15.487 38.425Q-15.077 38.175-14.600 38.175Q-13.870 38.175-13.471 38.616Q-13.073 39.057-13.073 39.788Q-13.073 39.893-13.166 39.917L-15.616 39.917L-15.616 39.987Q-15.616 40.397-15.495 40.753Q-15.373 41.108-15.102 41.325Q-14.830 41.542-14.401 41.542Q-14.038 41.542-13.741 41.313Q-13.444 41.085-13.342 40.733Q-13.334 40.686-13.248 40.671L-13.166 40.671Q-13.073 40.698-13.073 40.780Q-13.073 40.788-13.080 40.819Q-13.143 41.046-13.282 41.229Q-13.420 41.413-13.612 41.546Q-13.803 41.678-14.022 41.749Q-14.241 41.819-14.479 41.819Q-14.850 41.819-15.188 41.682Q-15.526 41.546-15.793 41.294Q-16.061 41.042-16.211 40.702Q-16.362 40.362-16.362 39.987M-15.608 39.678L-13.647 39.678Q-13.647 39.374-13.748 39.083Q-13.850 38.792-14.067 38.610Q-14.284 38.428-14.600 38.428Q-14.901 38.428-15.131 38.616Q-15.362 38.803-15.485 39.095Q-15.608 39.386-15.608 39.678M-10.655 41.741L-12.510 41.741L-12.510 41.444Q-12.237 41.444-12.069 41.397Q-11.901 41.350-11.901 41.182L-11.901 39.046Q-11.901 38.831-11.963 38.735Q-12.026 38.639-12.145 38.618Q-12.264 38.596-12.510 38.596L-12.510 38.300L-11.319 38.214L-11.319 38.948Q-11.205 38.733-11.012 38.565Q-10.819 38.397-10.580 38.305Q-10.342 38.214-10.088 38.214Q-8.920 38.214-8.920 39.292L-8.920 41.182Q-8.920 41.350-8.750 41.397Q-8.580 41.444-8.311 41.444L-8.311 41.741L-10.166 41.741L-10.166 41.444Q-9.893 41.444-9.725 41.397Q-9.557 41.350-9.557 41.182L-9.557 39.307Q-9.557 38.925-9.678 38.696Q-9.799 38.468-10.151 38.468Q-10.463 38.468-10.717 38.630Q-10.971 38.792-11.118 39.061Q-11.264 39.331-11.264 39.628L-11.264 41.182Q-11.264 41.350-11.094 41.397Q-10.924 41.444-10.655 41.444\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(189.937 9.089)\">\u003Cpath d=\"M-4.980 41.733L-4.980 40.511Q-4.980 40.483-4.949 40.452Q-4.917 40.421-4.894 40.421L-4.788 40.421Q-4.718 40.421-4.702 40.483Q-4.640 40.803-4.501 41.044Q-4.363 41.284-4.130 41.425Q-3.898 41.565-3.589 41.565Q-3.351 41.565-3.142 41.505Q-2.933 41.444-2.796 41.296Q-2.659 41.147-2.659 40.901Q-2.659 40.647-2.870 40.481Q-3.081 40.315-3.351 40.261L-3.972 40.147Q-4.378 40.069-4.679 39.813Q-4.980 39.557-4.980 39.182Q-4.980 38.815-4.779 38.593Q-4.577 38.370-4.253 38.272Q-3.929 38.175-3.589 38.175Q-3.124 38.175-2.827 38.382L-2.605 38.198Q-2.581 38.175-2.550 38.175L-2.499 38.175Q-2.468 38.175-2.441 38.202Q-2.413 38.229-2.413 38.261L-2.413 39.245Q-2.413 39.276-2.439 39.305Q-2.464 39.335-2.499 39.335L-2.605 39.335Q-2.640 39.335-2.667 39.307Q-2.695 39.280-2.695 39.245Q-2.695 38.846-2.947 38.626Q-3.199 38.405-3.597 38.405Q-3.952 38.405-4.236 38.528Q-4.519 38.651-4.519 38.956Q-4.519 39.175-4.318 39.307Q-4.116 39.440-3.870 39.483L-3.245 39.596Q-2.816 39.686-2.507 39.983Q-2.199 40.280-2.199 40.694Q-2.199 41.264-2.597 41.542Q-2.995 41.819-3.589 41.819Q-4.140 41.819-4.491 41.483L-4.788 41.796Q-4.812 41.819-4.847 41.819L-4.894 41.819Q-4.917 41.819-4.949 41.788Q-4.980 41.757-4.980 41.733M-1.046 40.780L-1.046 38.589L-1.749 38.589L-1.749 38.335Q-1.394 38.335-1.152 38.102Q-0.909 37.870-0.798 37.522Q-0.687 37.175-0.687 36.819L-0.406 36.819L-0.406 38.292L0.770 38.292L0.770 38.589L-0.406 38.589L-0.406 40.764Q-0.406 41.085-0.286 41.313Q-0.167 41.542 0.114 41.542Q0.294 41.542 0.411 41.419Q0.528 41.296 0.581 41.116Q0.634 40.936 0.634 40.764L0.634 40.292L0.915 40.292L0.915 40.780Q0.915 41.034 0.809 41.274Q0.704 41.514 0.507 41.667Q0.309 41.819 0.051 41.819Q-0.265 41.819-0.517 41.696Q-0.769 41.573-0.907 41.339Q-1.046 41.104-1.046 40.780M1.634 39.987Q1.634 39.507 1.866 39.091Q2.098 38.675 2.509 38.425Q2.919 38.175 3.395 38.175Q4.126 38.175 4.524 38.616Q4.923 39.057 4.923 39.788Q4.923 39.893 4.829 39.917L2.380 39.917L2.380 39.987Q2.380 40.397 2.501 40.753Q2.622 41.108 2.893 41.325Q3.165 41.542 3.594 41.542Q3.958 41.542 4.255 41.313Q4.551 41.085 4.653 40.733Q4.661 40.686 4.747 40.671L4.829 40.671Q4.923 40.698 4.923 40.780Q4.923 40.788 4.915 40.819Q4.852 41.046 4.714 41.229Q4.575 41.413 4.384 41.546Q4.192 41.678 3.973 41.749Q3.755 41.819 3.516 41.819Q3.145 41.819 2.807 41.682Q2.469 41.546 2.202 41.294Q1.934 41.042 1.784 40.702Q1.634 40.362 1.634 39.987M2.387 39.678L4.348 39.678Q4.348 39.374 4.247 39.083Q4.145 38.792 3.928 38.610Q3.712 38.428 3.395 38.428Q3.094 38.428 2.864 38.616Q2.634 38.803 2.510 39.095Q2.387 39.386 2.387 39.678M7.294 43.292L5.438 43.292L5.438 42.999Q5.708 42.999 5.876 42.954Q6.044 42.909 6.044 42.733L6.044 38.909Q6.044 38.702 5.887 38.649Q5.731 38.596 5.438 38.596L5.438 38.300L6.661 38.214L6.661 38.678Q6.891 38.456 7.206 38.335Q7.520 38.214 7.860 38.214Q8.333 38.214 8.737 38.460Q9.141 38.706 9.374 39.122Q9.606 39.538 9.606 40.014Q9.606 40.389 9.458 40.718Q9.309 41.046 9.040 41.298Q8.770 41.550 8.427 41.684Q8.083 41.819 7.723 41.819Q7.434 41.819 7.163 41.698Q6.891 41.577 6.684 41.366L6.684 42.733Q6.684 42.909 6.852 42.954Q7.020 42.999 7.294 42.999L7.294 43.292M6.684 39.077L6.684 40.917Q6.837 41.206 7.098 41.386Q7.360 41.565 7.669 41.565Q7.954 41.565 8.177 41.427Q8.399 41.288 8.552 41.057Q8.704 40.827 8.782 40.555Q8.860 40.284 8.860 40.014Q8.860 39.682 8.735 39.325Q8.610 38.968 8.362 38.731Q8.114 38.495 7.766 38.495Q7.442 38.495 7.147 38.651Q6.852 38.807 6.684 39.077M10.173 41.733L10.173 40.511Q10.173 40.483 10.204 40.452Q10.235 40.421 10.259 40.421L10.364 40.421Q10.434 40.421 10.450 40.483Q10.512 40.803 10.651 41.044Q10.790 41.284 11.022 41.425Q11.255 41.565 11.563 41.565Q11.802 41.565 12.010 41.505Q12.219 41.444 12.356 41.296Q12.493 41.147 12.493 40.901Q12.493 40.647 12.282 40.481Q12.071 40.315 11.802 40.261L11.180 40.147Q10.774 40.069 10.473 39.813Q10.173 39.557 10.173 39.182Q10.173 38.815 10.374 38.593Q10.575 38.370 10.899 38.272Q11.223 38.175 11.563 38.175Q12.028 38.175 12.325 38.382L12.548 38.198Q12.571 38.175 12.602 38.175L12.653 38.175Q12.684 38.175 12.712 38.202Q12.739 38.229 12.739 38.261L12.739 39.245Q12.739 39.276 12.714 39.305Q12.688 39.335 12.653 39.335L12.548 39.335Q12.512 39.335 12.485 39.307Q12.458 39.280 12.458 39.245Q12.458 38.846 12.206 38.626Q11.954 38.405 11.555 38.405Q11.200 38.405 10.917 38.528Q10.634 38.651 10.634 38.956Q10.634 39.175 10.835 39.307Q11.036 39.440 11.282 39.483L11.907 39.596Q12.337 39.686 12.645 39.983Q12.954 40.280 12.954 40.694Q12.954 41.264 12.555 41.542Q12.157 41.819 11.563 41.819Q11.012 41.819 10.661 41.483L10.364 41.796Q10.341 41.819 10.305 41.819L10.259 41.819Q10.235 41.819 10.204 41.788Q10.173 41.757 10.173 41.733\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-27.975 41.741V-70.07\"\u002F>\u003Cpath stroke=\"none\" d=\"m-27.975-72.07-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"rotate(-90 -65.6 32.41)\">\u003Cpath d=\"M-26.823 41.741L-27.104 41.741L-27.104 37.022Q-27.104 36.807-27.166 36.712Q-27.229 36.616-27.346 36.595Q-27.463 36.573-27.709 36.573L-27.709 36.276L-26.487 36.190L-26.487 38.678Q-26.010 38.214-25.311 38.214Q-24.830 38.214-24.422 38.458Q-24.014 38.702-23.778 39.116Q-23.541 39.530-23.541 40.014Q-23.541 40.389-23.690 40.718Q-23.838 41.046-24.108 41.298Q-24.377 41.550-24.721 41.684Q-25.065 41.819-25.424 41.819Q-25.745 41.819-26.043 41.671Q-26.342 41.522-26.549 41.261L-26.823 41.741M-26.463 39.069L-26.463 40.909Q-26.311 41.206-26.051 41.386Q-25.791 41.565-25.479 41.565Q-25.053 41.565-24.786 41.346Q-24.518 41.128-24.403 40.782Q-24.288 40.436-24.288 40.014Q-24.288 39.366-24.536 38.917Q-24.784 38.468-25.381 38.468Q-25.717 38.468-26.006 38.626Q-26.295 38.784-26.463 39.069\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"rotate(-90 -65.6 32.41)\">\u003Cpath d=\"M-22.779 39.987Q-22.779 39.507-22.546 39.091Q-22.314 38.675-21.904 38.425Q-21.494 38.175-21.017 38.175Q-20.287 38.175-19.888 38.616Q-19.490 39.057-19.490 39.788Q-19.490 39.893-19.583 39.917L-22.033 39.917L-22.033 39.987Q-22.033 40.397-21.912 40.753Q-21.790 41.108-21.519 41.325Q-21.247 41.542-20.818 41.542Q-20.454 41.542-20.158 41.313Q-19.861 41.085-19.759 40.733Q-19.751 40.686-19.665 40.671L-19.583 40.671Q-19.490 40.698-19.490 40.780Q-19.490 40.788-19.497 40.819Q-19.560 41.046-19.699 41.229Q-19.837 41.413-20.029 41.546Q-20.220 41.678-20.439 41.749Q-20.658 41.819-20.896 41.819Q-21.267 41.819-21.605 41.682Q-21.943 41.546-22.210 41.294Q-22.478 41.042-22.628 40.702Q-22.779 40.362-22.779 39.987M-22.025 39.678L-20.064 39.678Q-20.064 39.374-20.165 39.083Q-20.267 38.792-20.484 38.610Q-20.701 38.428-21.017 38.428Q-21.318 38.428-21.548 38.616Q-21.779 38.803-21.902 39.095Q-22.025 39.386-22.025 39.678M-17.087 41.741L-18.919 41.741L-18.919 41.444Q-18.646 41.444-18.478 41.397Q-18.310 41.350-18.310 41.182L-18.310 37.022Q-18.310 36.807-18.372 36.712Q-18.435 36.616-18.554 36.595Q-18.673 36.573-18.919 36.573L-18.919 36.276L-17.697 36.190L-17.697 41.182Q-17.697 41.350-17.529 41.397Q-17.361 41.444-17.087 41.444L-17.087 41.741M-14.783 41.741L-16.560 41.741L-16.560 41.444Q-16.287 41.444-16.119 41.397Q-15.951 41.350-15.951 41.182L-15.951 39.046Q-15.951 38.831-16.007 38.735Q-16.064 38.639-16.177 38.618Q-16.290 38.596-16.537 38.596L-16.537 38.300L-15.337 38.214L-15.337 41.182Q-15.337 41.350-15.191 41.397Q-15.044 41.444-14.783 41.444L-14.783 41.741M-16.224 36.819Q-16.224 36.628-16.089 36.497Q-15.954 36.366-15.759 36.366Q-15.638 36.366-15.535 36.428Q-15.431 36.491-15.369 36.595Q-15.306 36.698-15.306 36.819Q-15.306 37.014-15.437 37.149Q-15.568 37.284-15.759 37.284Q-15.958 37.284-16.091 37.151Q-16.224 37.018-16.224 36.819M-14.283 39.987Q-14.283 39.507-14.050 39.091Q-13.818 38.675-13.408 38.425Q-12.997 38.175-12.521 38.175Q-11.790 38.175-11.392 38.616Q-10.994 39.057-10.994 39.788Q-10.994 39.893-11.087 39.917L-13.537 39.917L-13.537 39.987Q-13.537 40.397-13.415 40.753Q-13.294 41.108-13.023 41.325Q-12.751 41.542-12.322 41.542Q-11.958 41.542-11.662 41.313Q-11.365 41.085-11.263 40.733Q-11.255 40.686-11.169 40.671L-11.087 40.671Q-10.994 40.698-10.994 40.780Q-10.994 40.788-11.001 40.819Q-11.064 41.046-11.203 41.229Q-11.341 41.413-11.533 41.546Q-11.724 41.678-11.943 41.749Q-12.162 41.819-12.400 41.819Q-12.771 41.819-13.109 41.682Q-13.447 41.546-13.714 41.294Q-13.982 41.042-14.132 40.702Q-14.283 40.362-14.283 39.987M-13.529 39.678L-11.568 39.678Q-11.568 39.374-11.669 39.083Q-11.771 38.792-11.988 38.610Q-12.204 38.428-12.521 38.428Q-12.822 38.428-13.052 38.616Q-13.283 38.803-13.406 39.095Q-13.529 39.386-13.529 39.678M-8.439 41.741L-10.423 41.741L-10.423 41.444Q-10.150 41.444-9.982 41.397Q-9.814 41.350-9.814 41.182L-9.814 38.589L-10.454 38.589L-10.454 38.292L-9.814 38.292L-9.814 37.358Q-9.814 37.093-9.697 36.856Q-9.579 36.620-9.386 36.456Q-9.193 36.292-8.945 36.200Q-8.697 36.108-8.431 36.108Q-8.146 36.108-7.921 36.266Q-7.697 36.425-7.697 36.702Q-7.697 36.858-7.802 36.968Q-7.908 37.077-8.072 37.077Q-8.228 37.077-8.337 36.968Q-8.447 36.858-8.447 36.702Q-8.447 36.495-8.287 36.389Q-8.384 36.366-8.478 36.366Q-8.708 36.366-8.880 36.522Q-9.052 36.678-9.138 36.915Q-9.224 37.151-9.224 37.374L-9.224 38.292L-8.255 38.292L-8.255 38.589L-9.201 38.589L-9.201 41.182Q-9.201 41.350-8.974 41.397Q-8.747 41.444-8.439 41.444\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"rotate(-90 -65.6 32.41)\">\u003Cpath d=\"M-4.156 41.741L-4.437 41.741L-4.437 37.022Q-4.437 36.807-4.499 36.712Q-4.562 36.616-4.679 36.595Q-4.796 36.573-5.042 36.573L-5.042 36.276L-3.820 36.190L-3.820 38.678Q-3.343 38.214-2.644 38.214Q-2.163 38.214-1.755 38.458Q-1.347 38.702-1.111 39.116Q-0.874 39.530-0.874 40.014Q-0.874 40.389-1.023 40.718Q-1.171 41.046-1.441 41.298Q-1.710 41.550-2.054 41.684Q-2.398 41.819-2.757 41.819Q-3.078 41.819-3.376 41.671Q-3.675 41.522-3.882 41.261L-4.156 41.741M-3.796 39.069L-3.796 40.909Q-3.644 41.206-3.384 41.386Q-3.124 41.565-2.812 41.565Q-2.386 41.565-2.119 41.346Q-1.851 41.128-1.736 40.782Q-1.620 40.436-1.620 40.014Q-1.620 39.366-1.869 38.917Q-2.117 38.468-2.714 38.468Q-3.050 38.468-3.339 38.626Q-3.628 38.784-3.796 39.069M2.028 43.733Q1.415 43.276 1.012 42.641Q0.610 42.007 0.415 41.261Q0.219 40.514 0.219 39.741Q0.219 38.968 0.415 38.221Q0.610 37.475 1.012 36.841Q1.415 36.206 2.028 35.749Q2.040 35.745 2.047 35.743Q2.055 35.741 2.067 35.741L2.145 35.741Q2.184 35.741 2.210 35.768Q2.235 35.796 2.235 35.839Q2.235 35.889 2.204 35.909Q1.696 36.362 1.374 36.985Q1.051 37.608 0.911 38.303Q0.770 38.999 0.770 39.741Q0.770 40.475 0.909 41.175Q1.047 41.874 1.372 42.499Q1.696 43.124 2.204 43.573Q2.235 43.593 2.235 43.643Q2.235 43.686 2.210 43.714Q2.184 43.741 2.145 43.741L2.067 43.741Q2.059 43.737 2.049 43.735Q2.040 43.733 2.028 43.733M2.997 41.733L2.997 40.511Q2.997 40.483 3.028 40.452Q3.059 40.421 3.083 40.421L3.188 40.421Q3.258 40.421 3.274 40.483Q3.337 40.803 3.475 41.044Q3.614 41.284 3.846 41.425Q4.079 41.565 4.387 41.565Q4.626 41.565 4.835 41.505Q5.044 41.444 5.180 41.296Q5.317 41.147 5.317 40.901Q5.317 40.647 5.106 40.481Q4.895 40.315 4.626 40.261L4.005 40.147Q3.598 40.069 3.297 39.813Q2.997 39.557 2.997 39.182Q2.997 38.815 3.198 38.593Q3.399 38.370 3.723 38.272Q4.047 38.175 4.387 38.175Q4.852 38.175 5.149 38.382L5.372 38.198Q5.395 38.175 5.426 38.175L5.477 38.175Q5.508 38.175 5.536 38.202Q5.563 38.229 5.563 38.261L5.563 39.245Q5.563 39.276 5.538 39.305Q5.512 39.335 5.477 39.335L5.372 39.335Q5.337 39.335 5.309 39.307Q5.282 39.280 5.282 39.245Q5.282 38.846 5.030 38.626Q4.778 38.405 4.380 38.405Q4.024 38.405 3.741 38.528Q3.458 38.651 3.458 38.956Q3.458 39.175 3.659 39.307Q3.860 39.440 4.106 39.483L4.731 39.596Q5.161 39.686 5.469 39.983Q5.778 40.280 5.778 40.694Q5.778 41.264 5.380 41.542Q4.981 41.819 4.387 41.819Q3.837 41.819 3.485 41.483L3.188 41.796Q3.165 41.819 3.130 41.819L3.083 41.819Q3.059 41.819 3.028 41.788Q2.997 41.757 2.997 41.733M10.786 41.741L6.403 41.741L6.403 41.444Q6.723 41.444 6.967 41.397Q7.212 41.350 7.212 41.182L7.212 36.839Q7.212 36.667 6.967 36.620Q6.723 36.573 6.403 36.573L6.403 36.276L8.989 36.276L8.989 36.573Q7.977 36.573 7.977 36.839L7.977 41.182Q7.977 41.354 8.069 41.399Q8.161 41.444 8.380 41.444L9.067 41.444Q9.540 41.444 9.848 41.319Q10.157 41.194 10.335 40.964Q10.512 40.733 10.604 40.407Q10.696 40.081 10.739 39.628L11.020 39.628L10.786 41.741M12.012 43.741L11.930 43.741Q11.895 43.741 11.870 43.712Q11.844 43.682 11.844 43.643Q11.844 43.593 11.876 43.573Q12.262 43.237 12.546 42.788Q12.829 42.339 12.995 41.839Q13.161 41.339 13.235 40.821Q13.309 40.303 13.309 39.741Q13.309 39.171 13.235 38.655Q13.161 38.139 12.995 37.643Q12.829 37.147 12.549 36.700Q12.270 36.253 11.876 35.909Q11.844 35.889 11.844 35.839Q11.844 35.800 11.870 35.770Q11.895 35.741 11.930 35.741L12.012 35.741Q12.024 35.741 12.034 35.743Q12.044 35.745 12.051 35.749Q12.665 36.206 13.067 36.841Q13.469 37.475 13.665 38.221Q13.860 38.968 13.860 39.741Q13.860 40.514 13.665 41.261Q13.469 42.007 13.067 42.641Q12.665 43.276 12.051 43.733Q12.040 43.733 12.032 43.735Q12.024 43.737 12.012 43.741\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-27.975-8.051h204.86\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg transform=\"translate(-18.037 -47.537)\">\u003Cpath d=\"M-25.986 41.881Q-26.621 41.881-26.985 41.536Q-27.350 41.191-27.485 40.666Q-27.620 40.141-27.620 39.516Q-27.620 38.491-27.264 37.792Q-26.909 37.093-25.986 37.093Q-25.059 37.093-24.707 37.792Q-24.355 38.491-24.355 39.516Q-24.355 40.141-24.490 40.666Q-24.625 41.191-24.988 41.536Q-25.350 41.881-25.986 41.881M-25.986 41.656Q-25.548 41.656-25.335 41.281Q-25.121 40.907-25.071 40.440Q-25.022 39.974-25.022 39.396Q-25.022 38.843-25.071 38.415Q-25.121 37.988-25.333 37.653Q-25.545 37.318-25.986 37.318Q-26.328 37.318-26.531 37.525Q-26.734 37.732-26.821 38.044Q-26.909 38.357-26.931 38.673Q-26.953 38.990-26.953 39.396Q-26.953 39.813-26.931 40.155Q-26.909 40.497-26.820 40.845Q-26.731 41.194-26.526 41.425Q-26.321 41.656-25.986 41.656M-23.279 41.321Q-23.279 41.153-23.156 41.030Q-23.033 40.907-22.858 40.907Q-22.691 40.907-22.568 41.030Q-22.445 41.153-22.445 41.321Q-22.445 41.495-22.568 41.618Q-22.691 41.741-22.858 41.741Q-23.033 41.741-23.156 41.618Q-23.279 41.495-23.279 41.321M-20.924 40.979L-20.954 40.979Q-20.818 41.276-20.520 41.452Q-20.223 41.628-19.895 41.628Q-19.533 41.628-19.305 41.450Q-19.078 41.273-18.984 40.984Q-18.890 40.695-18.890 40.333Q-18.890 40.018-18.945 39.733Q-18.999 39.448-19.172 39.242Q-19.345 39.037-19.659 39.037Q-19.933 39.037-20.115 39.104Q-20.298 39.171-20.402 39.260Q-20.507 39.348-20.602 39.458Q-20.698 39.567-20.743 39.577L-20.821 39.577Q-20.893 39.560-20.910 39.489L-20.910 37.171Q-20.910 37.137-20.886 37.115Q-20.862 37.093-20.828 37.093L-20.801 37.093Q-20.514 37.209-20.245 37.263Q-19.977 37.318-19.700 37.318Q-19.423 37.318-19.153 37.263Q-18.883 37.209-18.603 37.093L-18.579 37.093Q-18.545 37.093-18.521 37.116Q-18.497 37.140-18.497 37.171L-18.497 37.240Q-18.497 37.267-18.517 37.287Q-18.791 37.602-19.175 37.778Q-19.560 37.954-19.974 37.954Q-20.312 37.954-20.630 37.868L-20.630 39.150Q-20.233 38.815-19.659 38.815Q-19.256 38.815-18.919 39.025Q-18.582 39.236-18.389 39.588Q-18.196 39.940-18.196 40.340Q-18.196 40.671-18.336 40.957Q-18.476 41.242-18.721 41.452Q-18.965 41.662-19.268 41.772Q-19.570 41.881-19.888 41.881Q-20.247 41.881-20.573 41.717Q-20.900 41.553-21.095 41.261Q-21.289 40.969-21.289 40.606Q-21.289 40.456-21.183 40.350Q-21.078 40.244-20.924 40.244Q-20.770 40.244-20.666 40.348Q-20.561 40.452-20.561 40.606Q-20.561 40.763-20.666 40.871Q-20.770 40.979-20.924 40.979\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-27.975-57.844h204.86\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg transform=\"translate(-18.037 -97.329)\">\u003Cpath d=\"M-24.649 41.741L-27.179 41.741L-27.179 41.461Q-26.211 41.461-26.211 41.252L-26.211 37.633Q-26.604 37.821-27.226 37.821L-27.226 37.540Q-26.809 37.540-26.445 37.439Q-26.081 37.339-25.825 37.093L-25.699 37.093Q-25.634 37.110-25.617 37.178L-25.617 41.252Q-25.617 41.461-24.649 41.461L-24.649 41.741M-23.279 41.321Q-23.279 41.153-23.156 41.030Q-23.033 40.907-22.858 40.907Q-22.691 40.907-22.568 41.030Q-22.445 41.153-22.445 41.321Q-22.445 41.495-22.568 41.618Q-22.691 41.741-22.858 41.741Q-23.033 41.741-23.156 41.618Q-23.279 41.495-23.279 41.321M-19.741 41.881Q-20.377 41.881-20.741 41.536Q-21.105 41.191-21.240 40.666Q-21.375 40.141-21.375 39.516Q-21.375 38.491-21.019 37.792Q-20.664 37.093-19.741 37.093Q-18.815 37.093-18.463 37.792Q-18.111 38.491-18.111 39.516Q-18.111 40.141-18.246 40.666Q-18.381 41.191-18.743 41.536Q-19.105 41.881-19.741 41.881M-19.741 41.656Q-19.304 41.656-19.090 41.281Q-18.876 40.907-18.827 40.440Q-18.777 39.974-18.777 39.396Q-18.777 38.843-18.827 38.415Q-18.876 37.988-19.088 37.653Q-19.300 37.318-19.741 37.318Q-20.083 37.318-20.286 37.525Q-20.490 37.732-20.577 38.044Q-20.664 38.357-20.686 38.673Q-20.708 38.990-20.708 39.396Q-20.708 39.813-20.686 40.155Q-20.664 40.497-20.575 40.845Q-20.486 41.194-20.281 41.425Q-20.076 41.656-19.741 41.656\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-11.787 2.256)\">\u003Cpath d=\"M-25.986 41.881Q-26.621 41.881-26.985 41.536Q-27.350 41.191-27.485 40.666Q-27.620 40.141-27.620 39.516Q-27.620 38.491-27.264 37.792Q-26.909 37.093-25.986 37.093Q-25.059 37.093-24.707 37.792Q-24.355 38.491-24.355 39.516Q-24.355 40.141-24.490 40.666Q-24.625 41.191-24.988 41.536Q-25.350 41.881-25.986 41.881M-25.986 41.656Q-25.548 41.656-25.335 41.281Q-25.121 40.907-25.071 40.440Q-25.022 39.974-25.022 39.396Q-25.022 38.843-25.071 38.415Q-25.121 37.988-25.333 37.653Q-25.545 37.318-25.986 37.318Q-26.328 37.318-26.531 37.525Q-26.734 37.732-26.821 38.044Q-26.909 38.357-26.931 38.673Q-26.953 38.990-26.953 39.396Q-26.953 39.813-26.931 40.155Q-26.909 40.497-26.820 40.845Q-26.731 41.194-26.526 41.425Q-26.321 41.656-25.986 41.656\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-10.903-8.051 79.667-34.855 79.668-11.95\" style=\"stroke-width:1.2\"\u002F>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M-8.503-8.051a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0M71.164-42.906a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0M150.832-54.856a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0m-2.4 0\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(20.605 -40.325)\">\u003Cpath d=\"M-25.986 41.881Q-26.621 41.881-26.985 41.536Q-27.350 41.191-27.485 40.666Q-27.620 40.141-27.620 39.516Q-27.620 38.491-27.264 37.792Q-26.909 37.093-25.986 37.093Q-25.059 37.093-24.707 37.792Q-24.355 38.491-24.355 39.516Q-24.355 40.141-24.490 40.666Q-24.625 41.191-24.988 41.536Q-25.350 41.881-25.986 41.881M-25.986 41.656Q-25.548 41.656-25.335 41.281Q-25.121 40.907-25.071 40.440Q-25.022 39.974-25.022 39.396Q-25.022 38.843-25.071 38.415Q-25.121 37.988-25.333 37.653Q-25.545 37.318-25.986 37.318Q-26.328 37.318-26.531 37.525Q-26.734 37.732-26.821 38.044Q-26.909 38.357-26.931 38.673Q-26.953 38.990-26.953 39.396Q-26.953 39.813-26.931 40.155Q-26.909 40.497-26.820 40.845Q-26.731 41.194-26.526 41.425Q-26.321 41.656-25.986 41.656M-23.279 41.321Q-23.279 41.153-23.156 41.030Q-23.033 40.907-22.858 40.907Q-22.691 40.907-22.568 41.030Q-22.445 41.153-22.445 41.321Q-22.445 41.495-22.568 41.618Q-22.691 41.741-22.858 41.741Q-23.033 41.741-23.156 41.618Q-23.279 41.495-23.279 41.321M-20.924 40.979L-20.954 40.979Q-20.818 41.276-20.520 41.452Q-20.223 41.628-19.895 41.628Q-19.533 41.628-19.305 41.450Q-19.078 41.273-18.984 40.984Q-18.890 40.695-18.890 40.333Q-18.890 40.018-18.945 39.733Q-18.999 39.448-19.172 39.242Q-19.345 39.037-19.659 39.037Q-19.933 39.037-20.115 39.104Q-20.298 39.171-20.402 39.260Q-20.507 39.348-20.602 39.458Q-20.698 39.567-20.743 39.577L-20.821 39.577Q-20.893 39.560-20.910 39.489L-20.910 37.171Q-20.910 37.137-20.886 37.115Q-20.862 37.093-20.828 37.093L-20.801 37.093Q-20.514 37.209-20.245 37.263Q-19.977 37.318-19.700 37.318Q-19.423 37.318-19.153 37.263Q-18.883 37.209-18.603 37.093L-18.579 37.093Q-18.545 37.093-18.521 37.116Q-18.497 37.140-18.497 37.171L-18.497 37.240Q-18.497 37.267-18.517 37.287Q-18.791 37.602-19.175 37.778Q-19.560 37.954-19.974 37.954Q-20.312 37.954-20.630 37.868L-20.630 39.150Q-20.233 38.815-19.659 38.815Q-19.256 38.815-18.919 39.025Q-18.582 39.236-18.389 39.588Q-18.196 39.940-18.196 40.340Q-18.196 40.671-18.336 40.957Q-18.476 41.242-18.721 41.452Q-18.965 41.662-19.268 41.772Q-19.570 41.881-19.888 41.881Q-20.247 41.881-20.573 41.717Q-20.900 41.553-21.095 41.261Q-21.289 40.969-21.289 40.606Q-21.289 40.456-21.183 40.350Q-21.078 40.244-20.924 40.244Q-20.770 40.244-20.666 40.348Q-20.561 40.452-20.561 40.606Q-20.561 40.763-20.666 40.871Q-20.770 40.979-20.924 40.979M-15.759 41.881Q-16.395 41.881-16.759 41.536Q-17.123 41.191-17.258 40.666Q-17.393 40.141-17.393 39.516Q-17.393 38.491-17.038 37.792Q-16.682 37.093-15.759 37.093Q-14.833 37.093-14.481 37.792Q-14.129 38.491-14.129 39.516Q-14.129 40.141-14.264 40.666Q-14.399 41.191-14.761 41.536Q-15.123 41.881-15.759 41.881M-15.759 41.656Q-15.322 41.656-15.108 41.281Q-14.894 40.907-14.845 40.440Q-14.795 39.974-14.795 39.396Q-14.795 38.843-14.845 38.415Q-14.894 37.988-15.106 37.653Q-15.318 37.318-15.759 37.318Q-16.101 37.318-16.304 37.525Q-16.508 37.732-16.595 38.044Q-16.682 38.357-16.704 38.673Q-16.726 38.990-16.726 39.396Q-16.726 39.813-16.704 40.155Q-16.682 40.497-16.593 40.845Q-16.504 41.194-16.299 41.425Q-16.094 41.656-15.759 41.656\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(100.272 -75.891)\">\u003Cpath d=\"M-25.986 41.881Q-26.621 41.881-26.985 41.536Q-27.350 41.191-27.485 40.666Q-27.620 40.141-27.620 39.516Q-27.620 38.491-27.264 37.792Q-26.909 37.093-25.986 37.093Q-25.059 37.093-24.707 37.792Q-24.355 38.491-24.355 39.516Q-24.355 40.141-24.490 40.666Q-24.625 41.191-24.988 41.536Q-25.350 41.881-25.986 41.881M-25.986 41.656Q-25.548 41.656-25.335 41.281Q-25.121 40.907-25.071 40.440Q-25.022 39.974-25.022 39.396Q-25.022 38.843-25.071 38.415Q-25.121 37.988-25.333 37.653Q-25.545 37.318-25.986 37.318Q-26.328 37.318-26.531 37.525Q-26.734 37.732-26.821 38.044Q-26.909 38.357-26.931 38.673Q-26.953 38.990-26.953 39.396Q-26.953 39.813-26.931 40.155Q-26.909 40.497-26.820 40.845Q-26.731 41.194-26.526 41.425Q-26.321 41.656-25.986 41.656M-23.279 41.321Q-23.279 41.153-23.156 41.030Q-23.033 40.907-22.858 40.907Q-22.691 40.907-22.568 41.030Q-22.445 41.153-22.445 41.321Q-22.445 41.495-22.568 41.618Q-22.691 41.741-22.858 41.741Q-23.033 41.741-23.156 41.618Q-23.279 41.495-23.279 41.321M-21.351 40.664Q-21.351 40.223-21.048 39.902Q-20.746 39.581-20.295 39.389L-20.534 39.249Q-20.804 39.089-20.970 38.831Q-21.136 38.573-21.136 38.275Q-21.136 37.923-20.931 37.651Q-20.725 37.380-20.404 37.236Q-20.083 37.093-19.741 37.093Q-19.420 37.093-19.097 37.209Q-18.774 37.325-18.562 37.566Q-18.350 37.807-18.350 38.142Q-18.350 38.504-18.594 38.767Q-18.839 39.031-19.218 39.208L-18.818 39.444Q-18.623 39.557-18.465 39.726Q-18.306 39.895-18.218 40.104Q-18.131 40.312-18.131 40.545Q-18.131 40.948-18.365 41.252Q-18.600 41.556-18.974 41.719Q-19.348 41.881-19.741 41.881Q-20.127 41.881-20.496 41.744Q-20.866 41.608-21.108 41.331Q-21.351 41.054-21.351 40.664M-20.903 40.664Q-20.903 40.951-20.734 41.174Q-20.565 41.396-20.297 41.512Q-20.028 41.628-19.741 41.628Q-19.304 41.628-18.941 41.411Q-18.579 41.194-18.579 40.787Q-18.579 40.586-18.707 40.408Q-18.835 40.230-19.013 40.131L-20.035 39.536Q-20.274 39.646-20.473 39.812Q-20.671 39.977-20.787 40.193Q-20.903 40.408-20.903 40.664M-20.380 38.535L-19.461 39.068Q-19.153 38.908-18.952 38.675Q-18.750 38.443-18.750 38.142Q-18.750 37.903-18.895 37.713Q-19.040 37.523-19.273 37.424Q-19.505 37.325-19.741 37.325Q-19.963 37.325-20.192 37.395Q-20.421 37.465-20.579 37.622Q-20.736 37.780-20.736 38.009Q-20.736 38.323-20.380 38.535M-16.942 40.979L-16.973 40.979Q-16.836 41.276-16.538 41.452Q-16.241 41.628-15.913 41.628Q-15.551 41.628-15.323 41.450Q-15.096 41.273-15.002 40.984Q-14.908 40.695-14.908 40.333Q-14.908 40.018-14.963 39.733Q-15.017 39.448-15.190 39.242Q-15.363 39.037-15.677 39.037Q-15.951 39.037-16.133 39.104Q-16.316 39.171-16.421 39.260Q-16.525 39.348-16.621 39.458Q-16.716 39.567-16.761 39.577L-16.839 39.577Q-16.911 39.560-16.928 39.489L-16.928 37.171Q-16.928 37.137-16.904 37.115Q-16.880 37.093-16.846 37.093L-16.819 37.093Q-16.532 37.209-16.263 37.263Q-15.995 37.318-15.718 37.318Q-15.441 37.318-15.171 37.263Q-14.901 37.209-14.621 37.093L-14.597 37.093Q-14.563 37.093-14.539 37.116Q-14.515 37.140-14.515 37.171L-14.515 37.240Q-14.515 37.267-14.536 37.287Q-14.809 37.602-15.194 37.778Q-15.578 37.954-15.992 37.954Q-16.330 37.954-16.648 37.868L-16.648 39.150Q-16.251 38.815-15.677 38.815Q-15.274 38.815-14.937 39.025Q-14.600 39.236-14.407 39.588Q-14.214 39.940-14.214 40.340Q-14.214 40.671-14.354 40.957Q-14.495 41.242-14.739 41.452Q-14.983 41.662-15.286 41.772Q-15.588 41.881-15.906 41.881Q-16.265 41.881-16.591 41.717Q-16.918 41.553-17.113 41.261Q-17.308 40.969-17.308 40.606Q-17.308 40.456-17.202 40.350Q-17.096 40.244-16.942 40.244Q-16.788 40.244-16.684 40.348Q-16.579 40.452-16.579 40.606Q-16.579 40.763-16.684 40.871Q-16.788 40.979-16.942 40.979\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(169.296 -103.118)\">\u003Cpath d=\"M-25.986 41.881Q-26.621 41.881-26.985 41.536Q-27.350 41.191-27.485 40.666Q-27.620 40.141-27.620 39.516Q-27.620 38.491-27.264 37.792Q-26.909 37.093-25.986 37.093Q-25.059 37.093-24.707 37.792Q-24.355 38.491-24.355 39.516Q-24.355 40.141-24.490 40.666Q-24.625 41.191-24.988 41.536Q-25.350 41.881-25.986 41.881M-25.986 41.656Q-25.548 41.656-25.335 41.281Q-25.121 40.907-25.071 40.440Q-25.022 39.974-25.022 39.396Q-25.022 38.843-25.071 38.415Q-25.121 37.988-25.333 37.653Q-25.545 37.318-25.986 37.318Q-26.328 37.318-26.531 37.525Q-26.734 37.732-26.821 38.044Q-26.909 38.357-26.931 38.673Q-26.953 38.990-26.953 39.396Q-26.953 39.813-26.931 40.155Q-26.909 40.497-26.820 40.845Q-26.731 41.194-26.526 41.425Q-26.321 41.656-25.986 41.656M-23.279 41.321Q-23.279 41.153-23.156 41.030Q-23.033 40.907-22.858 40.907Q-22.691 40.907-22.568 41.030Q-22.445 41.153-22.445 41.321Q-22.445 41.495-22.568 41.618Q-22.691 41.741-22.858 41.741Q-23.033 41.741-23.156 41.618Q-23.279 41.495-23.279 41.321M-20.756 41.427Q-20.637 41.543-20.459 41.585Q-20.281 41.628-20.066 41.628Q-19.827 41.628-19.616 41.519Q-19.406 41.409-19.252 41.227Q-19.099 41.044-18.999 40.811Q-18.832 40.384-18.832 39.564Q-18.982 39.858-19.246 40.037Q-19.509 40.217-19.827 40.217Q-20.261 40.217-20.608 40.008Q-20.954 39.800-21.153 39.439Q-21.351 39.078-21.351 38.655Q-21.351 38.320-21.221 38.031Q-21.091 37.742-20.860 37.528Q-20.630 37.315-20.331 37.204Q-20.032 37.093-19.700 37.093Q-18.842 37.093-18.487 37.807Q-18.131 38.521-18.131 39.478Q-18.131 39.895-18.259 40.323Q-18.388 40.750-18.644 41.105Q-18.900 41.461-19.263 41.671Q-19.625 41.881-20.066 41.881Q-20.520 41.881-20.838 41.693Q-21.156 41.505-21.156 41.081Q-21.156 40.931-21.057 40.832Q-20.958 40.733-20.808 40.733Q-20.739 40.733-20.673 40.760Q-20.606 40.787-20.561 40.832Q-20.517 40.876-20.490 40.943Q-20.462 41.010-20.462 41.081Q-20.462 41.211-20.543 41.309Q-20.623 41.406-20.756 41.427M-19.786 39.991Q-19.492 39.991-19.276 39.813Q-19.061 39.636-18.953 39.360Q-18.846 39.085-18.846 38.795Q-18.846 38.750-18.847 38.723Q-18.849 38.696-18.852 38.661Q-18.849 38.651-18.847 38.644Q-18.846 38.637-18.846 38.627Q-18.846 38.125-19.044 37.725Q-19.242 37.325-19.700 37.325Q-20.267 37.325-20.461 37.684Q-20.654 38.043-20.654 38.655Q-20.654 39.041-20.599 39.324Q-20.544 39.608-20.350 39.800Q-20.155 39.991-19.786 39.991M-16.313 41.533Q-16.313 41.027-16.183 40.519Q-16.053 40.012-15.816 39.550Q-15.578 39.089-15.243 38.668L-14.597 37.855L-15.411 37.855Q-15.995 37.855-16.392 37.863Q-16.788 37.872-16.812 37.892Q-16.914 38.009-16.993 38.535L-17.260 38.535L-17.014 37.011L-16.747 37.011L-16.747 37.031Q-16.747 37.099-16.672 37.142Q-16.597 37.185-16.518 37.192Q-16.327 37.216-16.132 37.222Q-15.937 37.229-15.746 37.231Q-15.554 37.233-15.356 37.233L-13.934 37.233L-13.934 37.421Q-13.944 37.469-13.954 37.479L-15.011 38.802Q-15.229 39.075-15.352 39.388Q-15.475 39.700-15.534 40.049Q-15.592 40.398-15.605 40.729Q-15.619 41.061-15.619 41.533Q-15.619 41.683-15.718 41.782Q-15.817 41.881-15.964 41.881Q-16.115 41.881-16.214 41.782Q-16.313 41.683-16.313 41.533\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Belief trajectory in the two-state tiger-lite. Starting from the uniform belief \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">b\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3283em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">L\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.5\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, each noisy &quot;hear-left&quot; observation applies the Bayes-filter correction and pushes belief toward \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">s\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3283em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">L\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>: 0.50, then 0.85, then 0.97. A conflicting &quot;hear-right&quot; would pull it back. Belief accumulates evidence one observation at a time.\u003C\u002Ffigcaption>",1785117799736]