[{"data":1,"prerenderedAt":14608},["ShallowReactive",2],{"lesson:\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":3,"course-wordcounts":8826,"ref-card-index":9738,"nav:reinforcement-learning":14423,"tikz:95d0579cd14696a69656de8d12ec4c18cefb537229313310a41f403bbdd9a49b":14604,"tikz:cbf53ac11b47cdb7a01b05dd79b672410ede355914da91c5b5c827a9be128f11":14605,"tikz:3b8e4ebdd0dcea03b2be1f614ce3de20d745515b4f1930ed0e9484d1d7e124f7":14606,"tikz:382531ce70444248e3db43c3ca2b7fd1b74dff700e5f455e133c99f4b481374b":14607},{"id":4,"title":5,"blurb":6,"body":7,"brief":8795,"category":8796,"description":8797,"draft":8798,"extension":8799,"meta":8800,"module":8804,"navigation":8805,"path":8806,"practice":8807,"rawbody":8808,"readingTime":8809,"seo":8814,"sources":8815,"status":8820,"stem":8821,"summary":8822,"topics":8823,"__hash__":8825},"course\u002F07.reinforcement-learning\u002F03.approximation\u002F14.stable-off-policy-traces.md","Stable Off-Policy Methods with Traces","",{"type":8,"value":9,"toc":8787},"minimark",[10,173,178,381,522,1087,1495,1809,2144,3003,3572,3593,4219,4455,5360,5492,5496,5499,5728,5732,5774,5777,5851,6186,7103,7107,7163,7444,7447,7884,7888,8039,8185,8193],[11,12,13,14,19,20,45,46,64,65,135,136,151,152,167,168,172],"p",{},"This builds on\n",[15,16,18],"a",{"href":17},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces","off-policy eligibility traces",",\nwhich generalized ",[21,22,25],"span",{"className":23},[24],"katex",[21,26,30],{"className":27,"ariaHidden":29},[28],"katex-html","true",[21,31,34,39],{"className":32},[33],"base",[21,35],{"className":36,"style":38},[37],"strut","height:0.6944em;",[21,40,44],{"className":41},[42,43],"mord","mathnormal","λ"," and ",[21,47,49],{"className":48},[24],[21,50,52],{"className":51,"ariaHidden":29},[28],[21,53,55,59],{"className":54},[33],[21,56],{"className":57,"style":58},[37],"height:0.625em;vertical-align:-0.1944em;",[21,60,63],{"className":61,"style":62},[42,43],"margin-right:0.0556em;","γ"," to functions of state, folded the\nimportance ratio ",[21,66,68],{"className":67},[24],[21,69,71],{"className":70,"ariaHidden":29},[28],[21,72,74,77],{"className":73},[33],[21,75],{"className":76,"style":58},[37],[21,78,80,84],{"className":79},[42],[21,81,83],{"className":82},[42,43],"ρ",[21,85,88],{"className":86},[87],"msupsub",[21,89,93,126],{"className":90},[91,92],"vlist-t","vlist-t2",[21,94,97,121],{"className":95},[96],"vlist-r",[21,98,102],{"className":99,"style":101},[100],"vlist","height:0.2806em;",[21,103,105,110],{"style":104},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[21,106],{"className":107,"style":109},[108],"pstrut","height:2.7em;",[21,111,117],{"className":112},[113,114,115,116],"sizing","reset-size6","size3","mtight",[21,118,120],{"className":119},[42,43,116],"t",[21,122,125],{"className":123},[124],"vlist-s","​",[21,127,129],{"className":128},[96],[21,130,133],{"className":131,"style":132},[100],"height:0.15em;",[21,134],{}," into the trace with a control variate, and built\nWatkins's Q(",[21,137,139],{"className":138},[24],[21,140,142],{"className":141,"ariaHidden":29},[28],[21,143,145,148],{"className":144},[33],[21,146],{"className":147,"style":38},[37],[21,149,44],{"className":150},[42,43],") and Tree-Backup(",[21,153,155],{"className":154},[24],[21,156,158],{"className":157,"ariaHidden":29},[28],[21,159,161,164],{"className":160},[33],[21,162],{"className":163,"style":38},[37],[21,165,44],{"className":166},[42,43],"). Every one of those methods was a\n",[169,170,171],"em",{},"semi-gradient"," method — correct in expectation, but with no stability guarantee\nonce it bootstraps off-policy under function approximation. This lesson supplies\nthe stable methods, then turns to the practical cost of running traces.",[174,175,177],"h2",{"id":176},"stable-off-policy-methods-with-traces","Stable off-policy methods with traces",[11,179,180,181,221,222,226,227,236,237,380],{},"Everything so far is a semi-gradient method, so with ",[21,182,184],{"className":183},[24],[21,185,187,210],{"className":186,"ariaHidden":29},[28],[21,188,190,194,197,202,207],{"className":189},[33],[21,191],{"className":192,"style":193},[37],"height:0.7335em;vertical-align:-0.0391em;",[21,195,44],{"className":196},[42,43],[21,198],{"className":199,"style":201},[200],"mspace","margin-right:0.2778em;",[21,203,206],{"className":204},[205],"mrel","\u003C",[21,208],{"className":209,"style":201},[200],[21,211,213,217],{"className":212},[33],[21,214],{"className":215,"style":216},[37],"height:0.6444em;",[21,218,220],{"className":219},[42],"1"," all of it\nbootstraps, and off-policy plus bootstrapping plus function approximation is the\n",[15,223,225],{"href":224},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad","deadly triad",":\nthe weights can diverge to infinity, as Baird's counterexample showed. The same\ntwo families of one-step fixes from the deadly-triad lesson —\nGradient-TD and Emphatic-TD — extend to carry traces.",[228,229,230],"sup",{},[15,231,220],{"href":232,"ariaDescribedBy":233,"dataFootnoteRef":6,"id":235},"#user-content-fn-sb-stable",[234],"footnote-label","user-content-fnref-sb-stable"," All assume\nlinear function approximation, ",[21,238,240],{"className":239},[24],[21,241,243,328],{"className":242,"ariaHidden":29},[28],[21,244,246,250,289,294,298,303,307,313,318,321,325],{"className":245},[33],[21,247],{"className":248,"style":249},[37],"height:1em;vertical-align:-0.25em;",[21,251,254],{"className":252},[42,253],"accent",[21,255,257],{"className":256},[91],[21,258,260],{"className":259},[96],[21,261,263,275],{"className":262,"style":38},[100],[21,264,266,270],{"style":265},"top:-3em;",[21,267],{"className":268,"style":269},[108],"height:3em;",[21,271,274],{"className":272,"style":273},[42,43],"margin-right:0.0359em;","v",[21,276,277,280],{"style":265},[21,278],{"className":279,"style":269},[108],[21,281,285],{"className":282,"style":284},[283],"accent-body","left:-0.2222em;",[21,286,288],{"className":287},[42],"^",[21,290,293],{"className":291},[292],"mopen","(",[21,295,297],{"className":296},[42,43],"s",[21,299,302],{"className":300},[301],"mpunct",",",[21,304],{"className":305,"style":306},[200],"margin-right:0.1667em;",[21,308,312],{"className":309,"style":311},[42,310],"mathbf","margin-right:0.016em;","w",[21,314,317],{"className":315},[316],"mclose",")",[21,319],{"className":320,"style":201},[200],[21,322,324],{"className":323},[205],"=",[21,326],{"className":327,"style":201},[200],[21,329,331,335,367,371,374,377],{"className":330},[33],[21,332],{"className":333,"style":334},[37],"height:1.0991em;vertical-align:-0.25em;",[21,336,338,341],{"className":337},[42],[21,339,312],{"className":340,"style":311},[42,310],[21,342,344],{"className":343},[87],[21,345,347],{"className":346},[91],[21,348,350],{"className":349},[96],[21,351,354],{"className":352,"style":353},[100],"height:0.8491em;",[21,355,357,360],{"style":356},"top:-3.063em;margin-right:0.05em;",[21,358],{"className":359,"style":109},[108],[21,361,363],{"className":362},[113,114,115,116],[21,364,366],{"className":365},[42,116],"⊤",[21,368,370],{"className":369},[42,310],"x",[21,372,293],{"className":373},[292],[21,375,297],{"className":376},[42,43],[21,378,317],{"className":379},[316],".",[11,382,383,402,403,467,468,484,485,302],{},[384,385,386,387,317],"strong",{},"GTD(",[21,388,390],{"className":389},[24],[21,391,393],{"className":392,"ariaHidden":29},[28],[21,394,396,399],{"className":395},[33],[21,397],{"className":398,"style":38},[37],[21,400,44],{"className":401},[42,43]," is the trace analogue of TDC, the better of the two Gradient-TD\nprediction methods. It follows a true stochastic-gradient direction on the\nprojected Bellman error, so it is stable even off-policy. It keeps a second\nweight vector ",[21,404,406],{"className":405},[24],[21,407,409,429],{"className":408,"ariaHidden":29},[28],[21,410,412,416,419,422,426],{"className":411},[33],[21,413],{"className":414,"style":415},[37],"height:0.5782em;vertical-align:-0.0391em;",[21,417,274],{"className":418,"style":311},[42,310],[21,420],{"className":421,"style":201},[200],[21,423,425],{"className":424},[205],"∈",[21,427],{"className":428,"style":201},[200],[21,430,432,435],{"className":431},[33],[21,433],{"className":434,"style":353},[37],[21,436,438,443],{"className":437},[42],[21,439,442],{"className":440},[42,441],"mathbb","R",[21,444,446],{"className":445},[87],[21,447,449],{"className":448},[91],[21,450,452],{"className":451},[96],[21,453,455],{"className":454,"style":353},[100],[21,456,457,460],{"style":356},[21,458],{"className":459,"style":109},[108],[21,461,463],{"className":462},[113,114,115,116],[21,464,466],{"className":465},[42,43,116],"d"," (initialized to ",[21,469,471],{"className":470},[24],[21,472,474],{"className":473,"ariaHidden":29},[28],[21,475,477,480],{"className":476},[33],[21,478],{"className":479,"style":216},[37],[21,481,483],{"className":482},[42,310],"0",") and a\nsecond step size ",[21,486,488],{"className":487},[24],[21,489,491,513],{"className":490,"ariaHidden":29},[28],[21,492,494,498,503,506,510],{"className":493},[33],[21,495],{"className":496,"style":497},[37],"height:0.8889em;vertical-align:-0.1944em;",[21,499,502],{"className":500,"style":501},[42,43],"margin-right:0.0528em;","β",[21,504],{"className":505,"style":201},[200],[21,507,509],{"className":508},[205],">",[21,511],{"className":512,"style":201},[200],[21,514,516,519],{"className":515},[33],[21,517],{"className":518,"style":216},[37],[21,520,483],{"className":521},[42],[21,523,526],{"className":524},[525],"katex-display",[21,527,529],{"className":528},[24],[21,530,532,609,666,792,866],{"className":531,"ariaHidden":29},[28],[21,533,535,539,593,596,599,603,606],{"className":534},[33],[21,536],{"className":537,"style":538},[37],"height:0.8813em;vertical-align:-0.2083em;",[21,540,542,545],{"className":541},[42],[21,543,312],{"className":544,"style":311},[42,310],[21,546,548],{"className":547},[87],[21,549,551,584],{"className":550},[91,92],[21,552,554,581],{"className":553},[96],[21,555,558],{"className":556,"style":557},[100],"height:0.3011em;",[21,559,561,564],{"style":560},"top:-2.55em;margin-left:-0.016em;margin-right:0.05em;",[21,562],{"className":563,"style":109},[108],[21,565,567],{"className":566},[113,114,115,116],[21,568,570,573,578],{"className":569},[42,116],[21,571,120],{"className":572},[42,43,116],[21,574,577],{"className":575},[576,116],"mbin","+",[21,579,220],{"className":580},[42,116],[21,582,125],{"className":583},[124],[21,585,587],{"className":586},[96],[21,588,591],{"className":589,"style":590},[100],"height:0.2083em;",[21,592],{},[21,594],{"className":595,"style":201},[200],[21,597],{"className":598,"style":201},[200],[21,600,602],{"className":601},[205],"≐",[21,604],{"className":605,"style":201},[200],[21,607],{"className":608,"style":201},[200],[21,610,612,616,656,660,663],{"className":611},[33],[21,613],{"className":614,"style":615},[37],"height:0.7333em;vertical-align:-0.15em;",[21,617,619,622],{"className":618},[42],[21,620,312],{"className":621,"style":311},[42,310],[21,623,625],{"className":624},[87],[21,626,628,648],{"className":627},[91,92],[21,629,631,645],{"className":630},[96],[21,632,634],{"className":633,"style":101},[100],[21,635,636,639],{"style":560},[21,637],{"className":638,"style":109},[108],[21,640,642],{"className":641},[113,114,115,116],[21,643,120],{"className":644},[42,43,116],[21,646,125],{"className":647},[124],[21,649,651],{"className":650},[96],[21,652,654],{"className":653,"style":132},[100],[21,655],{},[21,657],{"className":658,"style":659},[200],"margin-right:0.2222em;",[21,661,577],{"className":662},[576],[21,664],{"className":665,"style":659},[200],[21,667,669,673,678,681,738,741,782,785,789],{"className":668},[33],[21,670],{"className":671,"style":672},[37],"height:0.9614em;vertical-align:-0.247em;",[21,674,677],{"className":675,"style":676},[42,43],"margin-right:0.0037em;","α",[21,679],{"className":680,"style":306},[200],[21,682,684,689],{"className":683},[42],[21,685,688],{"className":686,"style":687},[42,43],"margin-right:0.0379em;","δ",[21,690,692],{"className":691},[87],[21,693,695,729],{"className":694},[91,92],[21,696,698,726],{"className":697},[96],[21,699,702,714],{"className":700,"style":701},[100],"height:0.7144em;",[21,703,705,708],{"style":704},"top:-2.453em;margin-left:-0.0379em;margin-right:0.05em;",[21,706],{"className":707,"style":109},[108],[21,709,711],{"className":710},[113,114,115,116],[21,712,120],{"className":713},[42,43,116],[21,715,717,720],{"style":716},"top:-3.113em;margin-right:0.05em;",[21,718],{"className":719,"style":109},[108],[21,721,723],{"className":722},[113,114,115,116],[21,724,297],{"className":725},[42,43,116],[21,727,125],{"className":728},[124],[21,730,732],{"className":731},[96],[21,733,736],{"className":734,"style":735},[100],"height:0.247em;",[21,737],{},[21,739],{"className":740,"style":306},[200],[21,742,744,748],{"className":743},[42],[21,745,747],{"className":746},[42,310],"z",[21,749,751],{"className":750},[87],[21,752,754,774],{"className":753},[91,92],[21,755,757,771],{"className":756},[96],[21,758,760],{"className":759,"style":101},[100],[21,761,762,765],{"style":104},[21,763],{"className":764,"style":109},[108],[21,766,768],{"className":767},[113,114,115,116],[21,769,120],{"className":770},[42,43,116],[21,772,125],{"className":773},[124],[21,775,777],{"className":776},[96],[21,778,780],{"className":779,"style":132},[100],[21,781],{},[21,783],{"className":784,"style":659},[200],[21,786,788],{"className":787},[576],"−",[21,790],{"className":791,"style":659},[200],[21,793,795,798,801,851,854,857,860,863],{"className":794},[33],[21,796],{"className":797,"style":249},[37],[21,799,677],{"className":800,"style":676},[42,43],[21,802,804,807],{"className":803},[42],[21,805,63],{"className":806,"style":62},[42,43],[21,808,810],{"className":809},[87],[21,811,813,843],{"className":812},[91,92],[21,814,816,840],{"className":815},[96],[21,817,819],{"className":818,"style":557},[100],[21,820,822,825],{"style":821},"top:-2.55em;margin-left:-0.0556em;margin-right:0.05em;",[21,823],{"className":824,"style":109},[108],[21,826,828],{"className":827},[113,114,115,116],[21,829,831,834,837],{"className":830},[42,116],[21,832,120],{"className":833},[42,43,116],[21,835,577],{"className":836},[576,116],[21,838,220],{"className":839},[42,116],[21,841,125],{"className":842},[124],[21,844,846],{"className":845},[96],[21,847,849],{"className":848,"style":590},[100],[21,850],{},[21,852,293],{"className":853},[292],[21,855,220],{"className":856},[42],[21,858],{"className":859,"style":659},[200],[21,861,788],{"className":862},[576],[21,864],{"className":865,"style":659},[200],[21,867,869,873,922,925,933,986,1026,1032,1035,1084],{"className":868},[33],[21,870],{"className":871,"style":872},[37],"height:1.2491em;vertical-align:-0.35em;",[21,874,876,879],{"className":875},[42],[21,877,44],{"className":878},[42,43],[21,880,882],{"className":881},[87],[21,883,885,914],{"className":884},[91,92],[21,886,888,911],{"className":887},[96],[21,889,891],{"className":890,"style":557},[100],[21,892,893,896],{"style":104},[21,894],{"className":895,"style":109},[108],[21,897,899],{"className":898},[113,114,115,116],[21,900,902,905,908],{"className":901},[42,116],[21,903,120],{"className":904},[42,43,116],[21,906,577],{"className":907},[576,116],[21,909,220],{"className":910},[42,116],[21,912,125],{"className":913},[124],[21,915,917],{"className":916},[96],[21,918,920],{"className":919,"style":590},[100],[21,921],{},[21,923,317],{"className":924},[316],[21,926,928],{"className":927},[42],[21,929,293],{"className":930},[931,932],"delimsizing","size1",[21,934,936,939],{"className":935},[42],[21,937,747],{"className":938},[42,310],[21,940,942],{"className":941},[87],[21,943,945,978],{"className":944},[91,92],[21,946,948,975],{"className":947},[96],[21,949,952,964],{"className":950,"style":951},[100],"height:0.8991em;",[21,953,955,958],{"style":954},"top:-2.453em;margin-left:0em;margin-right:0.05em;",[21,956],{"className":957,"style":109},[108],[21,959,961],{"className":960},[113,114,115,116],[21,962,120],{"className":963},[42,43,116],[21,965,966,969],{"style":716},[21,967],{"className":968,"style":109},[108],[21,970,972],{"className":971},[113,114,115,116],[21,973,366],{"className":974},[42,116],[21,976,125],{"className":977},[124],[21,979,981],{"className":980},[96],[21,982,984],{"className":983,"style":735},[100],[21,985],{},[21,987,989,992],{"className":988},[42],[21,990,274],{"className":991,"style":311},[42,310],[21,993,995],{"className":994},[87],[21,996,998,1018],{"className":997},[91,92],[21,999,1001,1015],{"className":1000},[96],[21,1002,1004],{"className":1003,"style":101},[100],[21,1005,1006,1009],{"style":560},[21,1007],{"className":1008,"style":109},[108],[21,1010,1012],{"className":1011},[113,114,115,116],[21,1013,120],{"className":1014},[42,43,116],[21,1016,125],{"className":1017},[124],[21,1019,1021],{"className":1020},[96],[21,1022,1024],{"className":1023,"style":132},[100],[21,1025],{},[21,1027,1029],{"className":1028},[42],[21,1030,317],{"className":1031},[931,932],[21,1033],{"className":1034,"style":306},[200],[21,1036,1038,1041],{"className":1037},[42],[21,1039,370],{"className":1040},[42,310],[21,1042,1044],{"className":1043},[87],[21,1045,1047,1076],{"className":1046},[91,92],[21,1048,1050,1073],{"className":1049},[96],[21,1051,1053],{"className":1052,"style":557},[100],[21,1054,1055,1058],{"style":104},[21,1056],{"className":1057,"style":109},[108],[21,1059,1061],{"className":1060},[113,114,115,116],[21,1062,1064,1067,1070],{"className":1063},[42,116],[21,1065,120],{"className":1066},[42,43,116],[21,1068,577],{"className":1069},[576,116],[21,1071,220],{"className":1072},[42,116],[21,1074,125],{"className":1075},[124],[21,1077,1079],{"className":1078},[96],[21,1080,1082],{"className":1081,"style":590},[100],[21,1083],{},[21,1085,302],{"className":1086},[301],[21,1088,1090],{"className":1089},[525],[21,1091,1093],{"className":1092},[24],[21,1094,1096,1166,1221,1336],{"className":1095,"ariaHidden":29},[28],[21,1097,1099,1102,1151,1154,1157,1160,1163],{"className":1098},[33],[21,1100],{"className":1101,"style":538},[37],[21,1103,1105,1108],{"className":1104},[42],[21,1106,274],{"className":1107,"style":311},[42,310],[21,1109,1111],{"className":1110},[87],[21,1112,1114,1143],{"className":1113},[91,92],[21,1115,1117,1140],{"className":1116},[96],[21,1118,1120],{"className":1119,"style":557},[100],[21,1121,1122,1125],{"style":560},[21,1123],{"className":1124,"style":109},[108],[21,1126,1128],{"className":1127},[113,114,115,116],[21,1129,1131,1134,1137],{"className":1130},[42,116],[21,1132,120],{"className":1133},[42,43,116],[21,1135,577],{"className":1136},[576,116],[21,1138,220],{"className":1139},[42,116],[21,1141,125],{"className":1142},[124],[21,1144,1146],{"className":1145},[96],[21,1147,1149],{"className":1148,"style":590},[100],[21,1150],{},[21,1152],{"className":1153,"style":201},[200],[21,1155],{"className":1156,"style":201},[200],[21,1158,602],{"className":1159},[205],[21,1161],{"className":1162,"style":201},[200],[21,1164],{"className":1165,"style":201},[200],[21,1167,1169,1172,1212,1215,1218],{"className":1168},[33],[21,1170],{"className":1171,"style":615},[37],[21,1173,1175,1178],{"className":1174},[42],[21,1176,274],{"className":1177,"style":311},[42,310],[21,1179,1181],{"className":1180},[87],[21,1182,1184,1204],{"className":1183},[91,92],[21,1185,1187,1201],{"className":1186},[96],[21,1188,1190],{"className":1189,"style":101},[100],[21,1191,1192,1195],{"style":560},[21,1193],{"className":1194,"style":109},[108],[21,1196,1198],{"className":1197},[113,114,115,116],[21,1199,120],{"className":1200},[42,43,116],[21,1202,125],{"className":1203},[124],[21,1205,1207],{"className":1206},[96],[21,1208,1210],{"className":1209,"style":132},[100],[21,1211],{},[21,1213],{"className":1214,"style":659},[200],[21,1216,577],{"className":1217},[576],[21,1219],{"className":1220,"style":659},[200],[21,1222,1224,1227,1230,1233,1284,1287,1327,1330,1333],{"className":1223},[33],[21,1225],{"className":1226,"style":672},[37],[21,1228,502],{"className":1229,"style":501},[42,43],[21,1231],{"className":1232,"style":306},[200],[21,1234,1236,1239],{"className":1235},[42],[21,1237,688],{"className":1238,"style":687},[42,43],[21,1240,1242],{"className":1241},[87],[21,1243,1245,1276],{"className":1244},[91,92],[21,1246,1248,1273],{"className":1247},[96],[21,1249,1251,1262],{"className":1250,"style":701},[100],[21,1252,1253,1256],{"style":704},[21,1254],{"className":1255,"style":109},[108],[21,1257,1259],{"className":1258},[113,114,115,116],[21,1260,120],{"className":1261},[42,43,116],[21,1263,1264,1267],{"style":716},[21,1265],{"className":1266,"style":109},[108],[21,1268,1270],{"className":1269},[113,114,115,116],[21,1271,297],{"className":1272},[42,43,116],[21,1274,125],{"className":1275},[124],[21,1277,1279],{"className":1278},[96],[21,1280,1282],{"className":1281,"style":735},[100],[21,1283],{},[21,1285],{"className":1286,"style":306},[200],[21,1288,1290,1293],{"className":1289},[42],[21,1291,747],{"className":1292},[42,310],[21,1294,1296],{"className":1295},[87],[21,1297,1299,1319],{"className":1298},[91,92],[21,1300,1302,1316],{"className":1301},[96],[21,1303,1305],{"className":1304,"style":101},[100],[21,1306,1307,1310],{"style":104},[21,1308],{"className":1309,"style":109},[108],[21,1311,1313],{"className":1312},[113,114,115,116],[21,1314,120],{"className":1315},[42,43,116],[21,1317,125],{"className":1318},[124],[21,1320,1322],{"className":1321},[96],[21,1323,1325],{"className":1324,"style":132},[100],[21,1326],{},[21,1328],{"className":1329,"style":659},[200],[21,1331,788],{"className":1332},[576],[21,1334],{"className":1335,"style":659},[200],[21,1337,1339,1342,1345,1351,1403,1443,1449,1452,1492],{"className":1338},[33],[21,1340],{"className":1341,"style":872},[37],[21,1343,502],{"className":1344,"style":501},[42,43],[21,1346,1348],{"className":1347},[42],[21,1349,293],{"className":1350},[931,932],[21,1352,1354,1357],{"className":1353},[42],[21,1355,274],{"className":1356,"style":311},[42,310],[21,1358,1360],{"className":1359},[87],[21,1361,1363,1395],{"className":1362},[91,92],[21,1364,1366,1392],{"className":1365},[96],[21,1367,1369,1381],{"className":1368,"style":951},[100],[21,1370,1372,1375],{"style":1371},"top:-2.453em;margin-left:-0.016em;margin-right:0.05em;",[21,1373],{"className":1374,"style":109},[108],[21,1376,1378],{"className":1377},[113,114,115,116],[21,1379,120],{"className":1380},[42,43,116],[21,1382,1383,1386],{"style":716},[21,1384],{"className":1385,"style":109},[108],[21,1387,1389],{"className":1388},[113,114,115,116],[21,1390,366],{"className":1391},[42,116],[21,1393,125],{"className":1394},[124],[21,1396,1398],{"className":1397},[96],[21,1399,1401],{"className":1400,"style":735},[100],[21,1402],{},[21,1404,1406,1409],{"className":1405},[42],[21,1407,370],{"className":1408},[42,310],[21,1410,1412],{"className":1411},[87],[21,1413,1415,1435],{"className":1414},[91,92],[21,1416,1418,1432],{"className":1417},[96],[21,1419,1421],{"className":1420,"style":101},[100],[21,1422,1423,1426],{"style":104},[21,1424],{"className":1425,"style":109},[108],[21,1427,1429],{"className":1428},[113,114,115,116],[21,1430,120],{"className":1431},[42,43,116],[21,1433,125],{"className":1434},[124],[21,1436,1438],{"className":1437},[96],[21,1439,1441],{"className":1440,"style":132},[100],[21,1442],{},[21,1444,1446],{"className":1445},[42],[21,1447,317],{"className":1448},[931,932],[21,1450],{"className":1451,"style":306},[200],[21,1453,1455,1458],{"className":1454},[42],[21,1456,370],{"className":1457},[42,310],[21,1459,1461],{"className":1460},[87],[21,1462,1464,1484],{"className":1463},[91,92],[21,1465,1467,1481],{"className":1466},[96],[21,1468,1470],{"className":1469,"style":101},[100],[21,1471,1472,1475],{"style":104},[21,1473],{"className":1474,"style":109},[108],[21,1476,1478],{"className":1477},[113,114,115,116],[21,1479,120],{"className":1480},[42,43,116],[21,1482,125],{"className":1483},[124],[21,1485,1487],{"className":1486},[96],[21,1488,1490],{"className":1489,"style":132},[100],[21,1491],{},[21,1493,302],{"className":1494},[301],[11,1496,1497,1498,1563,1564,1617,1618,1670,1671,1687,1688,1792,1793,1808],{},"with ",[21,1499,1501],{"className":1500},[24],[21,1502,1504],{"className":1503,"ariaHidden":29},[28],[21,1505,1507,1511],{"className":1506},[33],[21,1508],{"className":1509,"style":1510},[37],"height:0.9414em;vertical-align:-0.247em;",[21,1512,1514,1517],{"className":1513},[42],[21,1515,688],{"className":1516,"style":687},[42,43],[21,1518,1520],{"className":1519},[87],[21,1521,1523,1555],{"className":1522},[91,92],[21,1524,1526,1552],{"className":1525},[96],[21,1527,1530,1541],{"className":1528,"style":1529},[100],"height:0.6644em;",[21,1531,1532,1535],{"style":704},[21,1533],{"className":1534,"style":109},[108],[21,1536,1538],{"className":1537},[113,114,115,116],[21,1539,120],{"className":1540},[42,43,116],[21,1542,1543,1546],{"style":356},[21,1544],{"className":1545,"style":109},[108],[21,1547,1549],{"className":1548},[113,114,115,116],[21,1550,297],{"className":1551},[42,43,116],[21,1553,125],{"className":1554},[124],[21,1556,1558],{"className":1557},[96],[21,1559,1561],{"className":1560,"style":735},[100],[21,1562],{},", ",[21,1565,1567],{"className":1566},[24],[21,1568,1570],{"className":1569,"ariaHidden":29},[28],[21,1571,1573,1577],{"className":1572},[33],[21,1574],{"className":1575,"style":1576},[37],"height:0.5944em;vertical-align:-0.15em;",[21,1578,1580,1583],{"className":1579},[42],[21,1581,747],{"className":1582},[42,310],[21,1584,1586],{"className":1585},[87],[21,1587,1589,1609],{"className":1588},[91,92],[21,1590,1592,1606],{"className":1591},[96],[21,1593,1595],{"className":1594,"style":101},[100],[21,1596,1597,1600],{"style":104},[21,1598],{"className":1599,"style":109},[108],[21,1601,1603],{"className":1602},[113,114,115,116],[21,1604,120],{"className":1605},[42,43,116],[21,1607,125],{"className":1608},[124],[21,1610,1612],{"className":1611},[96],[21,1613,1615],{"className":1614,"style":132},[100],[21,1616],{},", and ",[21,1619,1621],{"className":1620},[24],[21,1622,1624],{"className":1623,"ariaHidden":29},[28],[21,1625,1627,1630],{"className":1626},[33],[21,1628],{"className":1629,"style":58},[37],[21,1631,1633,1636],{"className":1632},[42],[21,1634,83],{"className":1635},[42,43],[21,1637,1639],{"className":1638},[87],[21,1640,1642,1662],{"className":1641},[91,92],[21,1643,1645,1659],{"className":1644},[96],[21,1646,1648],{"className":1647,"style":101},[100],[21,1649,1650,1653],{"style":104},[21,1651],{"className":1652,"style":109},[108],[21,1654,1656],{"className":1655},[113,114,115,116],[21,1657,120],{"className":1658},[42,43,116],[21,1660,125],{"className":1661},[124],[21,1663,1665],{"className":1664},[96],[21,1666,1668],{"className":1667,"style":132},[100],[21,1669],{}," defined as above. The extra term in\nthe ",[21,1672,1674],{"className":1673},[24],[21,1675,1677],{"className":1676,"ariaHidden":29},[28],[21,1678,1680,1684],{"className":1679},[33],[21,1681],{"className":1682,"style":1683},[37],"height:0.4444em;",[21,1685,312],{"className":1686,"style":311},[42,310]," update — the one with ",[21,1689,1691],{"className":1690},[24],[21,1692,1694],{"className":1693,"ariaHidden":29},[28],[21,1695,1697,1701,1752],{"className":1696},[33],[21,1698],{"className":1699,"style":1700},[37],"height:1.0961em;vertical-align:-0.247em;",[21,1702,1704,1707],{"className":1703},[42],[21,1705,747],{"className":1706},[42,310],[21,1708,1710],{"className":1709},[87],[21,1711,1713,1744],{"className":1712},[91,92],[21,1714,1716,1741],{"className":1715},[96],[21,1717,1719,1730],{"className":1718,"style":353},[100],[21,1720,1721,1724],{"style":954},[21,1722],{"className":1723,"style":109},[108],[21,1725,1727],{"className":1726},[113,114,115,116],[21,1728,120],{"className":1729},[42,43,116],[21,1731,1732,1735],{"style":356},[21,1733],{"className":1734,"style":109},[108],[21,1736,1738],{"className":1737},[113,114,115,116],[21,1739,366],{"className":1740},[42,116],[21,1742,125],{"className":1743},[124],[21,1745,1747],{"className":1746},[96],[21,1748,1750],{"className":1749,"style":735},[100],[21,1751],{},[21,1753,1755,1758],{"className":1754},[42],[21,1756,274],{"className":1757,"style":311},[42,310],[21,1759,1761],{"className":1760},[87],[21,1762,1764,1784],{"className":1763},[91,92],[21,1765,1767,1781],{"className":1766},[96],[21,1768,1770],{"className":1769,"style":101},[100],[21,1771,1772,1775],{"style":560},[21,1773],{"className":1774,"style":109},[108],[21,1776,1778],{"className":1777},[113,114,115,116],[21,1779,120],{"className":1780},[42,43,116],[21,1782,125],{"className":1783},[124],[21,1785,1787],{"className":1786},[96],[21,1788,1790],{"className":1789,"style":132},[100],[21,1791],{}," — is the\ngradient correction that TDC adds to plain TD to make it a true gradient descent;\n",[21,1794,1796],{"className":1795},[24],[21,1797,1799],{"className":1798,"ariaHidden":29},[28],[21,1800,1802,1805],{"className":1801},[33],[21,1803],{"className":1804,"style":1683},[37],[21,1806,274],{"className":1807,"style":311},[42,310]," is a slow secondary estimate of the expected TD error.",[11,1810,1811,1829,1830,2038,2039,2055,2056,2072,2073,2127,2128,2143],{},[384,1812,1813,1814,317],{},"GQ(",[21,1815,1817],{"className":1816},[24],[21,1818,1820],{"className":1819,"ariaHidden":29},[28],[21,1821,1823,1826],{"className":1822},[33],[21,1824],{"className":1825,"style":38},[37],[21,1827,44],{"className":1828},[42,43]," is the action-value counterpart, the Gradient-TD control method.\nIt learns ",[21,1831,1833],{"className":1832},[24],[21,1834,1836,1923,1989],{"className":1835,"ariaHidden":29},[28],[21,1837,1839,1842,1887,1890,1893,1896,1899,1902,1905,1908,1911,1914,1917,1920],{"className":1838},[33],[21,1840],{"className":1841,"style":249},[37],[21,1843,1845],{"className":1844},[42,253],[21,1846,1848,1878],{"className":1847},[91,92],[21,1849,1851,1875],{"className":1850},[96],[21,1852,1854,1863],{"className":1853,"style":38},[100],[21,1855,1856,1859],{"style":265},[21,1857],{"className":1858,"style":269},[108],[21,1860,1862],{"className":1861,"style":273},[42,43],"q",[21,1864,1865,1868],{"style":265},[21,1866],{"className":1867,"style":269},[108],[21,1869,1872],{"className":1870,"style":1871},[283],"left:-0.1667em;",[21,1873,288],{"className":1874},[42],[21,1876,125],{"className":1877},[124],[21,1879,1881],{"className":1880},[96],[21,1882,1885],{"className":1883,"style":1884},[100],"height:0.1944em;",[21,1886],{},[21,1888,293],{"className":1889},[292],[21,1891,297],{"className":1892},[42,43],[21,1894,302],{"className":1895},[301],[21,1897],{"className":1898,"style":306},[200],[21,1900,15],{"className":1901},[42,43],[21,1903,302],{"className":1904},[301],[21,1906],{"className":1907,"style":306},[200],[21,1909,312],{"className":1910,"style":311},[42,310],[21,1912,317],{"className":1913},[316],[21,1915],{"className":1916,"style":201},[200],[21,1918,324],{"className":1919},[205],[21,1921],{"className":1922,"style":201},[200],[21,1924,1926,1929,1958,1961,1964,1967,1970,1973,1976,1979,1982,1986],{"className":1925},[33],[21,1927],{"className":1928,"style":334},[37],[21,1930,1932,1935],{"className":1931},[42],[21,1933,312],{"className":1934,"style":311},[42,310],[21,1936,1938],{"className":1937},[87],[21,1939,1941],{"className":1940},[91],[21,1942,1944],{"className":1943},[96],[21,1945,1947],{"className":1946,"style":353},[100],[21,1948,1949,1952],{"style":356},[21,1950],{"className":1951,"style":109},[108],[21,1953,1955],{"className":1954},[113,114,115,116],[21,1956,366],{"className":1957},[42,116],[21,1959,370],{"className":1960},[42,310],[21,1962,293],{"className":1963},[292],[21,1965,297],{"className":1966},[42,43],[21,1968,302],{"className":1969},[301],[21,1971],{"className":1972,"style":306},[200],[21,1974,15],{"className":1975},[42,43],[21,1977,317],{"className":1978},[316],[21,1980],{"className":1981,"style":201},[200],[21,1983,1985],{"className":1984},[205],"≈",[21,1987],{"className":1988,"style":201},[200],[21,1990,1992,1995],{"className":1991},[33],[21,1993],{"className":1994,"style":58},[37],[21,1996,1998,2001],{"className":1997},[42],[21,1999,1862],{"className":2000,"style":273},[42,43],[21,2002,2004],{"className":2003},[87],[21,2005,2007,2030],{"className":2006},[91,92],[21,2008,2010,2027],{"className":2009},[96],[21,2011,2014],{"className":2012,"style":2013},[100],"height:0.1514em;",[21,2015,2017,2020],{"style":2016},"top:-2.55em;margin-left:-0.0359em;margin-right:0.05em;",[21,2018],{"className":2019,"style":109},[108],[21,2021,2023],{"className":2022},[113,114,115,116],[21,2024,2026],{"className":2025,"style":273},[42,43,116],"π",[21,2028,125],{"className":2029},[124],[21,2031,2033],{"className":2032},[96],[21,2034,2036],{"className":2035,"style":132},[100],[21,2037],{},", and if ",[21,2040,2042],{"className":2041},[24],[21,2043,2045],{"className":2044,"ariaHidden":29},[28],[21,2046,2048,2052],{"className":2047},[33],[21,2049],{"className":2050,"style":2051},[37],"height:0.4306em;",[21,2053,2026],{"className":2054,"style":273},[42,43]," is ",[21,2057,2059],{"className":2058},[24],[21,2060,2062],{"className":2061,"ariaHidden":29},[28],[21,2063,2065,2068],{"className":2064},[33],[21,2066],{"className":2067,"style":2051},[37],[21,2069,2071],{"className":2070},[42,43],"ε","-greedy (or otherwise biased toward greedy in\n",[21,2074,2076],{"className":2075},[24],[21,2077,2079],{"className":2078,"ariaHidden":29},[28],[21,2080,2082,2085],{"className":2081},[33],[21,2083],{"className":2084,"style":497},[37],[21,2086,2088],{"className":2087},[42,253],[21,2089,2091,2119],{"className":2090},[91,92],[21,2092,2094,2116],{"className":2093},[96],[21,2095,2097,2105],{"className":2096,"style":38},[100],[21,2098,2099,2102],{"style":265},[21,2100],{"className":2101,"style":269},[108],[21,2103,1862],{"className":2104,"style":273},[42,43],[21,2106,2107,2110],{"style":265},[21,2108],{"className":2109,"style":269},[108],[21,2111,2113],{"className":2112,"style":1871},[283],[21,2114,288],{"className":2115},[42],[21,2117,125],{"className":2118},[124],[21,2120,2122],{"className":2121},[96],[21,2123,2125],{"className":2124,"style":1884},[100],[21,2126],{},") it serves as a stable control algorithm. Its update mirrors GTD(",[21,2129,2131],{"className":2130},[24],[21,2132,2134],{"className":2133,"ariaHidden":29},[28],[21,2135,2137,2140],{"className":2136},[33],[21,2138],{"className":2139,"style":38},[37],[21,2141,44],{"className":2142},[42,43],")\nbut with the average next feature vector under the target policy,",[21,2145,2147],{"className":2146},[525],[21,2148,2150],{"className":2149},[24],[21,2151,2153,2223,2278,2393,2466,2804,2887],{"className":2152,"ariaHidden":29},[28],[21,2154,2156,2159,2208,2211,2214,2217,2220],{"className":2155},[33],[21,2157],{"className":2158,"style":538},[37],[21,2160,2162,2165],{"className":2161},[42],[21,2163,312],{"className":2164,"style":311},[42,310],[21,2166,2168],{"className":2167},[87],[21,2169,2171,2200],{"className":2170},[91,92],[21,2172,2174,2197],{"className":2173},[96],[21,2175,2177],{"className":2176,"style":557},[100],[21,2178,2179,2182],{"style":560},[21,2180],{"className":2181,"style":109},[108],[21,2183,2185],{"className":2184},[113,114,115,116],[21,2186,2188,2191,2194],{"className":2187},[42,116],[21,2189,120],{"className":2190},[42,43,116],[21,2192,577],{"className":2193},[576,116],[21,2195,220],{"className":2196},[42,116],[21,2198,125],{"className":2199},[124],[21,2201,2203],{"className":2202},[96],[21,2204,2206],{"className":2205,"style":590},[100],[21,2207],{},[21,2209],{"className":2210,"style":201},[200],[21,2212],{"className":2213,"style":201},[200],[21,2215,602],{"className":2216},[205],[21,2218],{"className":2219,"style":201},[200],[21,2221],{"className":2222,"style":201},[200],[21,2224,2226,2229,2269,2272,2275],{"className":2225},[33],[21,2227],{"className":2228,"style":615},[37],[21,2230,2232,2235],{"className":2231},[42],[21,2233,312],{"className":2234,"style":311},[42,310],[21,2236,2238],{"className":2237},[87],[21,2239,2241,2261],{"className":2240},[91,92],[21,2242,2244,2258],{"className":2243},[96],[21,2245,2247],{"className":2246,"style":101},[100],[21,2248,2249,2252],{"style":560},[21,2250],{"className":2251,"style":109},[108],[21,2253,2255],{"className":2254},[113,114,115,116],[21,2256,120],{"className":2257},[42,43,116],[21,2259,125],{"className":2260},[124],[21,2262,2264],{"className":2263},[96],[21,2265,2267],{"className":2266,"style":132},[100],[21,2268],{},[21,2270],{"className":2271,"style":659},[200],[21,2273,577],{"className":2274},[576],[21,2276],{"className":2277,"style":659},[200],[21,2279,2281,2284,2287,2290,2341,2344,2384,2387,2390],{"className":2280},[33],[21,2282],{"className":2283,"style":672},[37],[21,2285,677],{"className":2286,"style":676},[42,43],[21,2288],{"className":2289,"style":306},[200],[21,2291,2293,2296],{"className":2292},[42],[21,2294,688],{"className":2295,"style":687},[42,43],[21,2297,2299],{"className":2298},[87],[21,2300,2302,2333],{"className":2301},[91,92],[21,2303,2305,2330],{"className":2304},[96],[21,2306,2308,2319],{"className":2307,"style":701},[100],[21,2309,2310,2313],{"style":704},[21,2311],{"className":2312,"style":109},[108],[21,2314,2316],{"className":2315},[113,114,115,116],[21,2317,120],{"className":2318},[42,43,116],[21,2320,2321,2324],{"style":716},[21,2322],{"className":2323,"style":109},[108],[21,2325,2327],{"className":2326},[113,114,115,116],[21,2328,15],{"className":2329},[42,43,116],[21,2331,125],{"className":2332},[124],[21,2334,2336],{"className":2335},[96],[21,2337,2339],{"className":2338,"style":735},[100],[21,2340],{},[21,2342],{"className":2343,"style":306},[200],[21,2345,2347,2350],{"className":2346},[42],[21,2348,747],{"className":2349},[42,310],[21,2351,2353],{"className":2352},[87],[21,2354,2356,2376],{"className":2355},[91,92],[21,2357,2359,2373],{"className":2358},[96],[21,2360,2362],{"className":2361,"style":101},[100],[21,2363,2364,2367],{"style":104},[21,2365],{"className":2366,"style":109},[108],[21,2368,2370],{"className":2369},[113,114,115,116],[21,2371,120],{"className":2372},[42,43,116],[21,2374,125],{"className":2375},[124],[21,2377,2379],{"className":2378},[96],[21,2380,2382],{"className":2381,"style":132},[100],[21,2383],{},[21,2385],{"className":2386,"style":659},[200],[21,2388,788],{"className":2389},[576],[21,2391],{"className":2392,"style":659},[200],[21,2394,2396,2399,2402,2451,2454,2457,2460,2463],{"className":2395},[33],[21,2397],{"className":2398,"style":249},[37],[21,2400,677],{"className":2401,"style":676},[42,43],[21,2403,2405,2408],{"className":2404},[42],[21,2406,63],{"className":2407,"style":62},[42,43],[21,2409,2411],{"className":2410},[87],[21,2412,2414,2443],{"className":2413},[91,92],[21,2415,2417,2440],{"className":2416},[96],[21,2418,2420],{"className":2419,"style":557},[100],[21,2421,2422,2425],{"style":821},[21,2423],{"className":2424,"style":109},[108],[21,2426,2428],{"className":2427},[113,114,115,116],[21,2429,2431,2434,2437],{"className":2430},[42,116],[21,2432,120],{"className":2433},[42,43,116],[21,2435,577],{"className":2436},[576,116],[21,2438,220],{"className":2439},[42,116],[21,2441,125],{"className":2442},[124],[21,2444,2446],{"className":2445},[96],[21,2447,2449],{"className":2448,"style":590},[100],[21,2450],{},[21,2452,293],{"className":2453},[292],[21,2455,220],{"className":2456},[42],[21,2458],{"className":2459,"style":659},[200],[21,2461,788],{"className":2462},[576],[21,2464],{"className":2465,"style":659},[200],[21,2467,2469,2472,2521,2524,2530,2581,2621,2627,2630,2711,2714,2718,2721,2789,2792,2795,2798,2801],{"className":2468},[33],[21,2470],{"className":2471,"style":872},[37],[21,2473,2475,2478],{"className":2474},[42],[21,2476,44],{"className":2477},[42,43],[21,2479,2481],{"className":2480},[87],[21,2482,2484,2513],{"className":2483},[91,92],[21,2485,2487,2510],{"className":2486},[96],[21,2488,2490],{"className":2489,"style":557},[100],[21,2491,2492,2495],{"style":104},[21,2493],{"className":2494,"style":109},[108],[21,2496,2498],{"className":2497},[113,114,115,116],[21,2499,2501,2504,2507],{"className":2500},[42,116],[21,2502,120],{"className":2503},[42,43,116],[21,2505,577],{"className":2506},[576,116],[21,2508,220],{"className":2509},[42,116],[21,2511,125],{"className":2512},[124],[21,2514,2516],{"className":2515},[96],[21,2517,2519],{"className":2518,"style":590},[100],[21,2520],{},[21,2522,317],{"className":2523},[316],[21,2525,2527],{"className":2526},[42],[21,2528,293],{"className":2529},[931,932],[21,2531,2533,2536],{"className":2532},[42],[21,2534,747],{"className":2535},[42,310],[21,2537,2539],{"className":2538},[87],[21,2540,2542,2573],{"className":2541},[91,92],[21,2543,2545,2570],{"className":2544},[96],[21,2546,2548,2559],{"className":2547,"style":951},[100],[21,2549,2550,2553],{"style":954},[21,2551],{"className":2552,"style":109},[108],[21,2554,2556],{"className":2555},[113,114,115,116],[21,2557,120],{"className":2558},[42,43,116],[21,2560,2561,2564],{"style":716},[21,2562],{"className":2563,"style":109},[108],[21,2565,2567],{"className":2566},[113,114,115,116],[21,2568,366],{"className":2569},[42,116],[21,2571,125],{"className":2572},[124],[21,2574,2576],{"className":2575},[96],[21,2577,2579],{"className":2578,"style":735},[100],[21,2580],{},[21,2582,2584,2587],{"className":2583},[42],[21,2585,274],{"className":2586,"style":311},[42,310],[21,2588,2590],{"className":2589},[87],[21,2591,2593,2613],{"className":2592},[91,92],[21,2594,2596,2610],{"className":2595},[96],[21,2597,2599],{"className":2598,"style":101},[100],[21,2600,2601,2604],{"style":560},[21,2602],{"className":2603,"style":109},[108],[21,2605,2607],{"className":2606},[113,114,115,116],[21,2608,120],{"className":2609},[42,43,116],[21,2611,125],{"className":2612},[124],[21,2614,2616],{"className":2615},[96],[21,2617,2619],{"className":2618,"style":132},[100],[21,2620],{},[21,2622,2624],{"className":2623},[42],[21,2625,317],{"className":2626},[931,932],[21,2628],{"className":2629,"style":306},[200],[21,2631,2633,2668],{"className":2632},[42],[21,2634,2636],{"className":2635},[42,253],[21,2637,2639],{"className":2638},[91],[21,2640,2642],{"className":2641},[96],[21,2643,2646,2654],{"className":2644,"style":2645},[100],"height:0.5812em;",[21,2647,2648,2651],{"style":265},[21,2649],{"className":2650,"style":269},[108],[21,2652,370],{"className":2653},[42,310],[21,2655,2657,2660],{"style":2656},"top:-3.0134em;",[21,2658],{"className":2659,"style":269},[108],[21,2661,2664],{"className":2662,"style":2663},[283],"left:-0.25em;",[21,2665,2667],{"className":2666},[42],"ˉ",[21,2669,2671],{"className":2670},[87],[21,2672,2674,2703],{"className":2673},[91,92],[21,2675,2677,2700],{"className":2676},[96],[21,2678,2680],{"className":2679,"style":557},[100],[21,2681,2682,2685],{"style":104},[21,2683],{"className":2684,"style":109},[108],[21,2686,2688],{"className":2687},[113,114,115,116],[21,2689,2691,2694,2697],{"className":2690},[42,116],[21,2692,120],{"className":2693},[42,43,116],[21,2695,577],{"className":2696},[576,116],[21,2698,220],{"className":2699},[42,116],[21,2701,125],{"className":2702},[124],[21,2704,2706],{"className":2705},[96],[21,2707,2709],{"className":2708,"style":590},[100],[21,2710],{},[21,2712,302],{"className":2713},[301],[21,2715],{"className":2716,"style":2717},[200],"margin-right:2em;",[21,2719],{"className":2720,"style":306},[200],[21,2722,2724,2755],{"className":2723},[42],[21,2725,2727],{"className":2726},[42,253],[21,2728,2730],{"className":2729},[91],[21,2731,2733],{"className":2732},[96],[21,2734,2736,2744],{"className":2735,"style":2645},[100],[21,2737,2738,2741],{"style":265},[21,2739],{"className":2740,"style":269},[108],[21,2742,370],{"className":2743},[42,310],[21,2745,2746,2749],{"style":2656},[21,2747],{"className":2748,"style":269},[108],[21,2750,2752],{"className":2751,"style":2663},[283],[21,2753,2667],{"className":2754},[42],[21,2756,2758],{"className":2757},[87],[21,2759,2761,2781],{"className":2760},[91,92],[21,2762,2764,2778],{"className":2763},[96],[21,2765,2767],{"className":2766,"style":101},[100],[21,2768,2769,2772],{"style":104},[21,2770],{"className":2771,"style":109},[108],[21,2773,2775],{"className":2774},[113,114,115,116],[21,2776,120],{"className":2777},[42,43,116],[21,2779,125],{"className":2780},[124],[21,2782,2784],{"className":2783},[96],[21,2785,2787],{"className":2786,"style":132},[100],[21,2788],{},[21,2790],{"className":2791,"style":201},[200],[21,2793],{"className":2794,"style":201},[200],[21,2796,602],{"className":2797},[205],[21,2799],{"className":2800,"style":201},[200],[21,2802],{"className":2803,"style":201},[200],[21,2805,2807,2811,2865,2868,2871,2874,2877,2880,2884],{"className":2806},[33],[21,2808],{"className":2809,"style":2810},[37],"height:2.3em;vertical-align:-1.25em;",[21,2812,2816],{"className":2813},[2814,2815],"mop","op-limits",[21,2817,2819,2856],{"className":2818},[91,92],[21,2820,2822,2853],{"className":2821},[96],[21,2823,2826,2839],{"className":2824,"style":2825},[100],"height:1.05em;",[21,2827,2829,2833],{"style":2828},"top:-1.9em;margin-left:0em;",[21,2830],{"className":2831,"style":2832},[108],"height:3.05em;",[21,2834,2836],{"className":2835},[113,114,115,116],[21,2837,15],{"className":2838},[42,43,116],[21,2840,2842,2845],{"style":2841},"top:-3.05em;",[21,2843],{"className":2844,"style":2832},[108],[21,2846,2847],{},[21,2848,2852],{"className":2849},[2814,2850,2851],"op-symbol","large-op","∑",[21,2854,125],{"className":2855},[124],[21,2857,2859],{"className":2858},[96],[21,2860,2863],{"className":2861,"style":2862},[100],"height:1.25em;",[21,2864],{},[21,2866],{"className":2867,"style":306},[200],[21,2869,2026],{"className":2870,"style":273},[42,43],[21,2872,293],{"className":2873},[292],[21,2875,15],{"className":2876},[42,43],[21,2878],{"className":2879,"style":201},[200],[21,2881,2883],{"className":2882},[205],"∣",[21,2885],{"className":2886,"style":201},[200],[21,2888,2890,2893,2936,2939,2942,2945,2948,2988,2991,2994,2997,3000],{"className":2889},[33],[21,2891],{"className":2892,"style":249},[37],[21,2894,2896,2901],{"className":2895},[42],[21,2897,2900],{"className":2898,"style":2899},[42,43],"margin-right:0.0576em;","S",[21,2902,2904],{"className":2903},[87],[21,2905,2907,2928],{"className":2906},[91,92],[21,2908,2910,2925],{"className":2909},[96],[21,2911,2913],{"className":2912,"style":101},[100],[21,2914,2916,2919],{"style":2915},"top:-2.55em;margin-left:-0.0576em;margin-right:0.05em;",[21,2917],{"className":2918,"style":109},[108],[21,2920,2922],{"className":2921},[113,114,115,116],[21,2923,120],{"className":2924},[42,43,116],[21,2926,125],{"className":2927},[124],[21,2929,2931],{"className":2930},[96],[21,2932,2934],{"className":2933,"style":132},[100],[21,2935],{},[21,2937,317],{"className":2938},[316],[21,2940],{"className":2941,"style":306},[200],[21,2943,370],{"className":2944},[42,310],[21,2946,293],{"className":2947},[292],[21,2949,2951,2954],{"className":2950},[42],[21,2952,2900],{"className":2953,"style":2899},[42,43],[21,2955,2957],{"className":2956},[87],[21,2958,2960,2980],{"className":2959},[91,92],[21,2961,2963,2977],{"className":2962},[96],[21,2964,2966],{"className":2965,"style":101},[100],[21,2967,2968,2971],{"style":2915},[21,2969],{"className":2970,"style":109},[108],[21,2972,2974],{"className":2973},[113,114,115,116],[21,2975,120],{"className":2976},[42,43,116],[21,2978,125],{"className":2979},[124],[21,2981,2983],{"className":2982},[96],[21,2984,2986],{"className":2985,"style":132},[100],[21,2987],{},[21,2989,302],{"className":2990},[301],[21,2992],{"className":2993,"style":306},[200],[21,2995,15],{"className":2996},[42,43],[21,2998,317],{"className":2999},[316],[21,3001,302],{"className":3002},[301],[11,3004,3005,3006,3434,3435,3487,3488,3503,3504,3519,3520,3535,3536,3539,3540,3555,3556,3571],{},"where the expectation-form TD error is ",[21,3007,3009],{"className":3008},[24],[21,3010,3012,3078,3145,3337],{"className":3011,"ariaHidden":29},[28],[21,3013,3015,3018,3069,3072,3075],{"className":3014},[33],[21,3016],{"className":3017,"style":1510},[37],[21,3019,3021,3024],{"className":3020},[42],[21,3022,688],{"className":3023,"style":687},[42,43],[21,3025,3027],{"className":3026},[87],[21,3028,3030,3061],{"className":3029},[91,92],[21,3031,3033,3058],{"className":3032},[96],[21,3034,3036,3047],{"className":3035,"style":1529},[100],[21,3037,3038,3041],{"style":704},[21,3039],{"className":3040,"style":109},[108],[21,3042,3044],{"className":3043},[113,114,115,116],[21,3045,120],{"className":3046},[42,43,116],[21,3048,3049,3052],{"style":356},[21,3050],{"className":3051,"style":109},[108],[21,3053,3055],{"className":3054},[113,114,115,116],[21,3056,15],{"className":3057},[42,43,116],[21,3059,125],{"className":3060},[124],[21,3062,3064],{"className":3063},[96],[21,3065,3067],{"className":3066,"style":735},[100],[21,3068],{},[21,3070],{"className":3071,"style":201},[200],[21,3073,324],{"className":3074},[205],[21,3076],{"className":3077,"style":201},[200],[21,3079,3081,3085,3136,3139,3142],{"className":3080},[33],[21,3082],{"className":3083,"style":3084},[37],"height:0.8917em;vertical-align:-0.2083em;",[21,3086,3088,3092],{"className":3087},[42],[21,3089,442],{"className":3090,"style":3091},[42,43],"margin-right:0.0077em;",[21,3093,3095],{"className":3094},[87],[21,3096,3098,3128],{"className":3097},[91,92],[21,3099,3101,3125],{"className":3100},[96],[21,3102,3104],{"className":3103,"style":557},[100],[21,3105,3107,3110],{"style":3106},"top:-2.55em;margin-left:-0.0077em;margin-right:0.05em;",[21,3108],{"className":3109,"style":109},[108],[21,3111,3113],{"className":3112},[113,114,115,116],[21,3114,3116,3119,3122],{"className":3115},[42,116],[21,3117,120],{"className":3118},[42,43,116],[21,3120,577],{"className":3121},[576,116],[21,3123,220],{"className":3124},[42,116],[21,3126,125],{"className":3127},[124],[21,3129,3131],{"className":3130},[96],[21,3132,3134],{"className":3133,"style":590},[100],[21,3135],{},[21,3137],{"className":3138,"style":659},[200],[21,3140,577],{"className":3141},[576],[21,3143],{"className":3144,"style":659},[200],[21,3146,3148,3151,3200,3251,3328,3331,3334],{"className":3147},[33],[21,3149],{"className":3150,"style":1700},[37],[21,3152,3154,3157],{"className":3153},[42],[21,3155,63],{"className":3156,"style":62},[42,43],[21,3158,3160],{"className":3159},[87],[21,3161,3163,3192],{"className":3162},[91,92],[21,3164,3166,3189],{"className":3165},[96],[21,3167,3169],{"className":3168,"style":557},[100],[21,3170,3171,3174],{"style":821},[21,3172],{"className":3173,"style":109},[108],[21,3175,3177],{"className":3176},[113,114,115,116],[21,3178,3180,3183,3186],{"className":3179},[42,116],[21,3181,120],{"className":3182},[42,43,116],[21,3184,577],{"className":3185},[576,116],[21,3187,220],{"className":3188},[42,116],[21,3190,125],{"className":3191},[124],[21,3193,3195],{"className":3194},[96],[21,3196,3198],{"className":3197,"style":590},[100],[21,3199],{},[21,3201,3203,3206],{"className":3202},[42],[21,3204,312],{"className":3205,"style":311},[42,310],[21,3207,3209],{"className":3208},[87],[21,3210,3212,3243],{"className":3211},[91,92],[21,3213,3215,3240],{"className":3214},[96],[21,3216,3218,3229],{"className":3217,"style":353},[100],[21,3219,3220,3223],{"style":1371},[21,3221],{"className":3222,"style":109},[108],[21,3224,3226],{"className":3225},[113,114,115,116],[21,3227,120],{"className":3228},[42,43,116],[21,3230,3231,3234],{"style":356},[21,3232],{"className":3233,"style":109},[108],[21,3235,3237],{"className":3236},[113,114,115,116],[21,3238,366],{"className":3239},[42,116],[21,3241,125],{"className":3242},[124],[21,3244,3246],{"className":3245},[96],[21,3247,3249],{"className":3248,"style":735},[100],[21,3250],{},[21,3252,3254,3285],{"className":3253},[42],[21,3255,3257],{"className":3256},[42,253],[21,3258,3260],{"className":3259},[91],[21,3261,3263],{"className":3262},[96],[21,3264,3266,3274],{"className":3265,"style":2645},[100],[21,3267,3268,3271],{"style":265},[21,3269],{"className":3270,"style":269},[108],[21,3272,370],{"className":3273},[42,310],[21,3275,3276,3279],{"style":2656},[21,3277],{"className":3278,"style":269},[108],[21,3280,3282],{"className":3281,"style":2663},[283],[21,3283,2667],{"className":3284},[42],[21,3286,3288],{"className":3287},[87],[21,3289,3291,3320],{"className":3290},[91,92],[21,3292,3294,3317],{"className":3293},[96],[21,3295,3297],{"className":3296,"style":557},[100],[21,3298,3299,3302],{"style":104},[21,3300],{"className":3301,"style":109},[108],[21,3303,3305],{"className":3304},[113,114,115,116],[21,3306,3308,3311,3314],{"className":3307},[42,116],[21,3309,120],{"className":3310},[42,43,116],[21,3312,577],{"className":3313},[576,116],[21,3315,220],{"className":3316},[42,116],[21,3318,125],{"className":3319},[124],[21,3321,3323],{"className":3322},[96],[21,3324,3326],{"className":3325,"style":590},[100],[21,3327],{},[21,3329],{"className":3330,"style":659},[200],[21,3332,788],{"className":3333},[576],[21,3335],{"className":3336,"style":659},[200],[21,3338,3340,3343,3394],{"className":3339},[33],[21,3341],{"className":3342,"style":1700},[37],[21,3344,3346,3349],{"className":3345},[42],[21,3347,312],{"className":3348,"style":311},[42,310],[21,3350,3352],{"className":3351},[87],[21,3353,3355,3386],{"className":3354},[91,92],[21,3356,3358,3383],{"className":3357},[96],[21,3359,3361,3372],{"className":3360,"style":353},[100],[21,3362,3363,3366],{"style":1371},[21,3364],{"className":3365,"style":109},[108],[21,3367,3369],{"className":3368},[113,114,115,116],[21,3370,120],{"className":3371},[42,43,116],[21,3373,3374,3377],{"style":356},[21,3375],{"className":3376,"style":109},[108],[21,3378,3380],{"className":3379},[113,114,115,116],[21,3381,366],{"className":3382},[42,116],[21,3384,125],{"className":3385},[124],[21,3387,3389],{"className":3388},[96],[21,3390,3392],{"className":3391,"style":735},[100],[21,3393],{},[21,3395,3397,3400],{"className":3396},[42],[21,3398,370],{"className":3399},[42,310],[21,3401,3403],{"className":3402},[87],[21,3404,3406,3426],{"className":3405},[91,92],[21,3407,3409,3423],{"className":3408},[96],[21,3410,3412],{"className":3411,"style":101},[100],[21,3413,3414,3417],{"style":104},[21,3415],{"className":3416,"style":109},[108],[21,3418,3420],{"className":3419},[113,114,115,116],[21,3421,120],{"className":3422},[42,43,116],[21,3424,125],{"className":3425},[124],[21,3427,3429],{"className":3428},[96],[21,3430,3432],{"className":3431,"style":132},[100],[21,3433],{}," and\n",[21,3436,3438],{"className":3437},[24],[21,3439,3441],{"className":3440,"ariaHidden":29},[28],[21,3442,3444,3447],{"className":3443},[33],[21,3445],{"className":3446,"style":1576},[37],[21,3448,3450,3453],{"className":3449},[42],[21,3451,747],{"className":3452},[42,310],[21,3454,3456],{"className":3455},[87],[21,3457,3459,3479],{"className":3458},[91,92],[21,3460,3462,3476],{"className":3461},[96],[21,3463,3465],{"className":3464,"style":101},[100],[21,3466,3467,3470],{"style":104},[21,3468],{"className":3469,"style":109},[108],[21,3471,3473],{"className":3472},[113,114,115,116],[21,3474,120],{"className":3475},[42,43,116],[21,3477,125],{"className":3478},[124],[21,3480,3482],{"className":3481},[96],[21,3483,3485],{"className":3484,"style":132},[100],[21,3486],{}," is the action-value off-policy trace. A useful hybrid, HTD(",[21,3489,3491],{"className":3490},[24],[21,3492,3494],{"className":3493,"ariaHidden":29},[28],[21,3495,3497,3500],{"className":3496},[33],[21,3498],{"className":3499,"style":38},[37],[21,3501,44],{"className":3502},[42,43],"),\nsits between GTD(",[21,3505,3507],{"className":3506},[24],[21,3508,3510],{"className":3509,"ariaHidden":29},[28],[21,3511,3513,3516],{"className":3512},[33],[21,3514],{"className":3515,"style":38},[37],[21,3517,44],{"className":3518},[42,43],") and TD(",[21,3521,3523],{"className":3522},[24],[21,3524,3526],{"className":3525,"ariaHidden":29},[28],[21,3527,3529,3532],{"className":3528},[33],[21,3530],{"className":3531,"style":38},[37],[21,3533,44],{"className":3534},[42,43],"): it is a ",[169,3537,3538],{},"strict"," generalization of\nTD(",[21,3541,3543],{"className":3542},[24],[21,3544,3546],{"className":3545,"ariaHidden":29},[28],[21,3547,3549,3552],{"className":3548},[33],[21,3550],{"className":3551,"style":38},[37],[21,3553,44],{"className":3554},[42,43],"), reducing to it exactly when the behavior policy happens to equal the\ntarget policy (something GTD(",[21,3557,3559],{"className":3558},[24],[21,3560,3562],{"className":3561,"ariaHidden":29},[28],[21,3563,3565,3568],{"className":3564},[33],[21,3566],{"className":3567,"style":38},[37],[21,3569,44],{"className":3570},[42,43],") does not do), which lets it get by with a\nsingle step size whenever both agree.",[11,3573,3574,3592],{},[384,3575,3576,3577,317],{},"Emphatic TD(",[21,3578,3580],{"className":3579},[24],[21,3581,3583],{"className":3582,"ariaHidden":29},[28],[21,3584,3586,3589],{"className":3585},[33],[21,3587],{"className":3588,"style":38},[37],[21,3590,44],{"className":3591},[42,43]," takes the other route to stability — it reweights\nupdates rather than correcting the gradient. It extends the one-step Emphatic-TD\nalgorithm to traces, keeps strong off-policy convergence guarantees, and enables\nany degree of bootstrapping, at the cost of higher variance and possibly slower\nconvergence. It needs no second weight vector,",[21,3594,3596],{"className":3595},[525],[21,3597,3599],{"className":3598},[24],[21,3600,3602,3672,3727,3887,3951,4119],{"className":3601,"ariaHidden":29},[28],[21,3603,3605,3608,3657,3660,3663,3666,3669],{"className":3604},[33],[21,3606],{"className":3607,"style":538},[37],[21,3609,3611,3614],{"className":3610},[42],[21,3612,312],{"className":3613,"style":311},[42,310],[21,3615,3617],{"className":3616},[87],[21,3618,3620,3649],{"className":3619},[91,92],[21,3621,3623,3646],{"className":3622},[96],[21,3624,3626],{"className":3625,"style":557},[100],[21,3627,3628,3631],{"style":560},[21,3629],{"className":3630,"style":109},[108],[21,3632,3634],{"className":3633},[113,114,115,116],[21,3635,3637,3640,3643],{"className":3636},[42,116],[21,3638,120],{"className":3639},[42,43,116],[21,3641,577],{"className":3642},[576,116],[21,3644,220],{"className":3645},[42,116],[21,3647,125],{"className":3648},[124],[21,3650,3652],{"className":3651},[96],[21,3653,3655],{"className":3654,"style":590},[100],[21,3656],{},[21,3658],{"className":3659,"style":201},[200],[21,3661],{"className":3662,"style":201},[200],[21,3664,602],{"className":3665},[205],[21,3667],{"className":3668,"style":201},[200],[21,3670],{"className":3671,"style":201},[200],[21,3673,3675,3678,3718,3721,3724],{"className":3674},[33],[21,3676],{"className":3677,"style":615},[37],[21,3679,3681,3684],{"className":3680},[42],[21,3682,312],{"className":3683,"style":311},[42,310],[21,3685,3687],{"className":3686},[87],[21,3688,3690,3710],{"className":3689},[91,92],[21,3691,3693,3707],{"className":3692},[96],[21,3694,3696],{"className":3695,"style":101},[100],[21,3697,3698,3701],{"style":560},[21,3699],{"className":3700,"style":109},[108],[21,3702,3704],{"className":3703},[113,114,115,116],[21,3705,120],{"className":3706},[42,43,116],[21,3708,125],{"className":3709},[124],[21,3711,3713],{"className":3712},[96],[21,3714,3716],{"className":3715,"style":132},[100],[21,3717],{},[21,3719],{"className":3720,"style":659},[200],[21,3722,577],{"className":3723},[576],[21,3725],{"className":3726,"style":659},[200],[21,3728,3730,3733,3736,3739,3780,3783,3823,3826,3829,3832,3872,3875,3878,3881,3884],{"className":3729},[33],[21,3731],{"className":3732,"style":497},[37],[21,3734,677],{"className":3735,"style":676},[42,43],[21,3737],{"className":3738,"style":306},[200],[21,3740,3742,3745],{"className":3741},[42],[21,3743,688],{"className":3744,"style":687},[42,43],[21,3746,3748],{"className":3747},[87],[21,3749,3751,3772],{"className":3750},[91,92],[21,3752,3754,3769],{"className":3753},[96],[21,3755,3757],{"className":3756,"style":101},[100],[21,3758,3760,3763],{"style":3759},"top:-2.55em;margin-left:-0.0379em;margin-right:0.05em;",[21,3761],{"className":3762,"style":109},[108],[21,3764,3766],{"className":3765},[113,114,115,116],[21,3767,120],{"className":3768},[42,43,116],[21,3770,125],{"className":3771},[124],[21,3773,3775],{"className":3774},[96],[21,3776,3778],{"className":3777,"style":132},[100],[21,3779],{},[21,3781],{"className":3782,"style":306},[200],[21,3784,3786,3789],{"className":3785},[42],[21,3787,747],{"className":3788},[42,310],[21,3790,3792],{"className":3791},[87],[21,3793,3795,3815],{"className":3794},[91,92],[21,3796,3798,3812],{"className":3797},[96],[21,3799,3801],{"className":3800,"style":101},[100],[21,3802,3803,3806],{"style":104},[21,3804],{"className":3805,"style":109},[108],[21,3807,3809],{"className":3808},[113,114,115,116],[21,3810,120],{"className":3811},[42,43,116],[21,3813,125],{"className":3814},[124],[21,3816,3818],{"className":3817},[96],[21,3819,3821],{"className":3820,"style":132},[100],[21,3822],{},[21,3824,302],{"className":3825},[301],[21,3827],{"className":3828,"style":2717},[200],[21,3830],{"className":3831,"style":306},[200],[21,3833,3835,3838],{"className":3834},[42],[21,3836,688],{"className":3837,"style":687},[42,43],[21,3839,3841],{"className":3840},[87],[21,3842,3844,3864],{"className":3843},[91,92],[21,3845,3847,3861],{"className":3846},[96],[21,3848,3850],{"className":3849,"style":101},[100],[21,3851,3852,3855],{"style":3759},[21,3853],{"className":3854,"style":109},[108],[21,3856,3858],{"className":3857},[113,114,115,116],[21,3859,120],{"className":3860},[42,43,116],[21,3862,125],{"className":3863},[124],[21,3865,3867],{"className":3866},[96],[21,3868,3870],{"className":3869,"style":132},[100],[21,3871],{},[21,3873],{"className":3874,"style":201},[200],[21,3876],{"className":3877,"style":201},[200],[21,3879,602],{"className":3880},[205],[21,3882],{"className":3883,"style":201},[200],[21,3885],{"className":3886,"style":201},[200],[21,3888,3890,3893,3942,3945,3948],{"className":3889},[33],[21,3891],{"className":3892,"style":3084},[37],[21,3894,3896,3899],{"className":3895},[42],[21,3897,442],{"className":3898,"style":3091},[42,43],[21,3900,3902],{"className":3901},[87],[21,3903,3905,3934],{"className":3904},[91,92],[21,3906,3908,3931],{"className":3907},[96],[21,3909,3911],{"className":3910,"style":557},[100],[21,3912,3913,3916],{"style":3106},[21,3914],{"className":3915,"style":109},[108],[21,3917,3919],{"className":3918},[113,114,115,116],[21,3920,3922,3925,3928],{"className":3921},[42,116],[21,3923,120],{"className":3924},[42,43,116],[21,3926,577],{"className":3927},[576,116],[21,3929,220],{"className":3930},[42,116],[21,3932,125],{"className":3933},[124],[21,3935,3937],{"className":3936},[96],[21,3938,3940],{"className":3939,"style":590},[100],[21,3941],{},[21,3943],{"className":3944,"style":659},[200],[21,3946,577],{"className":3947},[576],[21,3949],{"className":3950,"style":659},[200],[21,3952,3954,3958,4007,4010,4061,4110,4113,4116],{"className":3953},[33],[21,3955],{"className":3956,"style":3957},[37],"height:1.1461em;vertical-align:-0.247em;",[21,3959,3961,3964],{"className":3960},[42],[21,3962,63],{"className":3963,"style":62},[42,43],[21,3965,3967],{"className":3966},[87],[21,3968,3970,3999],{"className":3969},[91,92],[21,3971,3973,3996],{"className":3972},[96],[21,3974,3976],{"className":3975,"style":557},[100],[21,3977,3978,3981],{"style":821},[21,3979],{"className":3980,"style":109},[108],[21,3982,3984],{"className":3983},[113,114,115,116],[21,3985,3987,3990,3993],{"className":3986},[42,116],[21,3988,120],{"className":3989},[42,43,116],[21,3991,577],{"className":3992},[576,116],[21,3994,220],{"className":3995},[42,116],[21,3997,125],{"className":3998},[124],[21,4000,4002],{"className":4001},[96],[21,4003,4005],{"className":4004,"style":590},[100],[21,4006],{},[21,4008],{"className":4009,"style":306},[200],[21,4011,4013,4016],{"className":4012},[42],[21,4014,312],{"className":4015,"style":311},[42,310],[21,4017,4019],{"className":4018},[87],[21,4020,4022,4053],{"className":4021},[91,92],[21,4023,4025,4050],{"className":4024},[96],[21,4026,4028,4039],{"className":4027,"style":951},[100],[21,4029,4030,4033],{"style":1371},[21,4031],{"className":4032,"style":109},[108],[21,4034,4036],{"className":4035},[113,114,115,116],[21,4037,120],{"className":4038},[42,43,116],[21,4040,4041,4044],{"style":716},[21,4042],{"className":4043,"style":109},[108],[21,4045,4047],{"className":4046},[113,114,115,116],[21,4048,366],{"className":4049},[42,116],[21,4051,125],{"className":4052},[124],[21,4054,4056],{"className":4055},[96],[21,4057,4059],{"className":4058,"style":735},[100],[21,4060],{},[21,4062,4064,4067],{"className":4063},[42],[21,4065,370],{"className":4066},[42,310],[21,4068,4070],{"className":4069},[87],[21,4071,4073,4102],{"className":4072},[91,92],[21,4074,4076,4099],{"className":4075},[96],[21,4077,4079],{"className":4078,"style":557},[100],[21,4080,4081,4084],{"style":104},[21,4082],{"className":4083,"style":109},[108],[21,4085,4087],{"className":4086},[113,114,115,116],[21,4088,4090,4093,4096],{"className":4089},[42,116],[21,4091,120],{"className":4092},[42,43,116],[21,4094,577],{"className":4095},[576,116],[21,4097,220],{"className":4098},[42,116],[21,4100,125],{"className":4101},[124],[21,4103,4105],{"className":4104},[96],[21,4106,4108],{"className":4107,"style":590},[100],[21,4109],{},[21,4111],{"className":4112,"style":659},[200],[21,4114,788],{"className":4115},[576],[21,4117],{"className":4118,"style":659},[200],[21,4120,4122,4125,4176,4216],{"className":4121},[33],[21,4123],{"className":4124,"style":3957},[37],[21,4126,4128,4131],{"className":4127},[42],[21,4129,312],{"className":4130,"style":311},[42,310],[21,4132,4134],{"className":4133},[87],[21,4135,4137,4168],{"className":4136},[91,92],[21,4138,4140,4165],{"className":4139},[96],[21,4141,4143,4154],{"className":4142,"style":951},[100],[21,4144,4145,4148],{"style":1371},[21,4146],{"className":4147,"style":109},[108],[21,4149,4151],{"className":4150},[113,114,115,116],[21,4152,120],{"className":4153},[42,43,116],[21,4155,4156,4159],{"style":716},[21,4157],{"className":4158,"style":109},[108],[21,4160,4162],{"className":4161},[113,114,115,116],[21,4163,366],{"className":4164},[42,116],[21,4166,125],{"className":4167},[124],[21,4169,4171],{"className":4170},[96],[21,4172,4174],{"className":4173,"style":735},[100],[21,4175],{},[21,4177,4179,4182],{"className":4178},[42],[21,4180,370],{"className":4181},[42,310],[21,4183,4185],{"className":4184},[87],[21,4186,4188,4208],{"className":4187},[91,92],[21,4189,4191,4205],{"className":4190},[96],[21,4192,4194],{"className":4193,"style":101},[100],[21,4195,4196,4199],{"style":104},[21,4197],{"className":4198,"style":109},[108],[21,4200,4202],{"className":4201},[113,114,115,116],[21,4203,120],{"className":4204},[42,43,116],[21,4206,125],{"className":4207},[124],[21,4209,4211],{"className":4210},[96],[21,4212,4214],{"className":4213,"style":132},[100],[21,4215],{},[21,4217,302],{"className":4218},[301],[11,4220,4221,4222,4225,4226,4301,4302,4225,4305,4378,4379,4225,4382,302],{},"but the trace itself is scaled by an ",[384,4223,4224],{},"emphasis"," ",[21,4227,4229],{"className":4228},[24],[21,4230,4232,4292],{"className":4231,"ariaHidden":29},[28],[21,4233,4235,4239,4282,4285,4289],{"className":4234},[33],[21,4236],{"className":4237,"style":4238},[37],"height:0.8333em;vertical-align:-0.15em;",[21,4240,4242,4247],{"className":4241},[42],[21,4243,4246],{"className":4244,"style":4245},[42,43],"margin-right:0.109em;","M",[21,4248,4250],{"className":4249},[87],[21,4251,4253,4274],{"className":4252},[91,92],[21,4254,4256,4271],{"className":4255},[96],[21,4257,4259],{"className":4258,"style":101},[100],[21,4260,4262,4265],{"style":4261},"top:-2.55em;margin-left:-0.109em;margin-right:0.05em;",[21,4263],{"className":4264,"style":109},[108],[21,4266,4268],{"className":4267},[113,114,115,116],[21,4269,120],{"className":4270},[42,43,116],[21,4272,125],{"className":4273},[124],[21,4275,4277],{"className":4276},[96],[21,4278,4280],{"className":4279,"style":132},[100],[21,4281],{},[21,4283],{"className":4284,"style":201},[200],[21,4286,4288],{"className":4287},[205],"≥",[21,4290],{"className":4291,"style":201},[200],[21,4293,4295,4298],{"className":4294},[33],[21,4296],{"className":4297,"style":216},[37],[21,4299,483],{"className":4300},[42]," built from a\n",[384,4303,4304],{},"followon trace",[21,4306,4308],{"className":4307},[24],[21,4309,4311,4369],{"className":4310,"ariaHidden":29},[28],[21,4312,4314,4317,4360,4363,4366],{"className":4313},[33],[21,4315],{"className":4316,"style":4238},[37],[21,4318,4320,4325],{"className":4319},[42],[21,4321,4324],{"className":4322,"style":4323},[42,43],"margin-right:0.1389em;","F",[21,4326,4328],{"className":4327},[87],[21,4329,4331,4352],{"className":4330},[91,92],[21,4332,4334,4349],{"className":4333},[96],[21,4335,4337],{"className":4336,"style":101},[100],[21,4338,4340,4343],{"style":4339},"top:-2.55em;margin-left:-0.1389em;margin-right:0.05em;",[21,4341],{"className":4342,"style":109},[108],[21,4344,4346],{"className":4345},[113,114,115,116],[21,4347,120],{"className":4348},[42,43,116],[21,4350,125],{"className":4351},[124],[21,4353,4355],{"className":4354},[96],[21,4356,4358],{"className":4357,"style":132},[100],[21,4359],{},[21,4361],{"className":4362,"style":201},[200],[21,4364,4288],{"className":4365},[205],[21,4367],{"className":4368,"style":201},[200],[21,4370,4372,4375],{"className":4371},[33],[21,4373],{"className":4374,"style":216},[37],[21,4376,483],{"className":4377},[42]," and the per-state ",[384,4380,4381],{},"interest",[21,4383,4385],{"className":4384},[24],[21,4386,4388,4446],{"className":4387,"ariaHidden":29},[28],[21,4389,4391,4394,4437,4440,4443],{"className":4390},[33],[21,4392],{"className":4393,"style":4238},[37],[21,4395,4397,4402],{"className":4396},[42],[21,4398,4401],{"className":4399,"style":4400},[42,43],"margin-right:0.0785em;","I",[21,4403,4405],{"className":4404},[87],[21,4406,4408,4429],{"className":4407},[91,92],[21,4409,4411,4426],{"className":4410},[96],[21,4412,4414],{"className":4413,"style":101},[100],[21,4415,4417,4420],{"style":4416},"top:-2.55em;margin-left:-0.0785em;margin-right:0.05em;",[21,4418],{"className":4419,"style":109},[108],[21,4421,4423],{"className":4422},[113,114,115,116],[21,4424,120],{"className":4425},[42,43,116],[21,4427,125],{"className":4428},[124],[21,4430,4432],{"className":4431},[96],[21,4433,4435],{"className":4434,"style":132},[100],[21,4436],{},[21,4438],{"className":4439,"style":201},[200],[21,4441,4288],{"className":4442},[205],[21,4444],{"className":4445,"style":201},[200],[21,4447,4449,4452],{"className":4448},[33],[21,4450],{"className":4451,"style":216},[37],[21,4453,483],{"className":4454},[42],[21,4456,4458],{"className":4457},[525],[21,4459,4461],{"className":4460},[24],[21,4462,4464,4526,4720,4879,4978,4999,5155,5311],{"className":4463,"ariaHidden":29},[28],[21,4465,4467,4471,4511,4514,4517,4520,4523],{"className":4466},[33],[21,4468],{"className":4469,"style":4470},[37],"height:0.823em;vertical-align:-0.15em;",[21,4472,4474,4477],{"className":4473},[42],[21,4475,747],{"className":4476},[42,310],[21,4478,4480],{"className":4479},[87],[21,4481,4483,4503],{"className":4482},[91,92],[21,4484,4486,4500],{"className":4485},[96],[21,4487,4489],{"className":4488,"style":101},[100],[21,4490,4491,4494],{"style":104},[21,4492],{"className":4493,"style":109},[108],[21,4495,4497],{"className":4496},[113,114,115,116],[21,4498,120],{"className":4499},[42,43,116],[21,4501,125],{"className":4502},[124],[21,4504,4506],{"className":4505},[96],[21,4507,4509],{"className":4508,"style":132},[100],[21,4510],{},[21,4512],{"className":4513,"style":201},[200],[21,4515],{"className":4516,"style":201},[200],[21,4518,602],{"className":4519},[205],[21,4521],{"className":4522,"style":201},[200],[21,4524],{"className":4525,"style":201},[200],[21,4527,4529,4533,4573,4579,4619,4659,4662,4711,4714,4717],{"className":4528},[33],[21,4530],{"className":4531,"style":4532},[37],"height:1.2em;vertical-align:-0.35em;",[21,4534,4536,4539],{"className":4535},[42],[21,4537,83],{"className":4538},[42,43],[21,4540,4542],{"className":4541},[87],[21,4543,4545,4565],{"className":4544},[91,92],[21,4546,4548,4562],{"className":4547},[96],[21,4549,4551],{"className":4550,"style":101},[100],[21,4552,4553,4556],{"style":104},[21,4554],{"className":4555,"style":109},[108],[21,4557,4559],{"className":4558},[113,114,115,116],[21,4560,120],{"className":4561},[42,43,116],[21,4563,125],{"className":4564},[124],[21,4566,4568],{"className":4567},[96],[21,4569,4571],{"className":4570,"style":132},[100],[21,4572],{},[21,4574,4576],{"className":4575},[42],[21,4577,293],{"className":4578},[931,932],[21,4580,4582,4585],{"className":4581},[42],[21,4583,63],{"className":4584,"style":62},[42,43],[21,4586,4588],{"className":4587},[87],[21,4589,4591,4611],{"className":4590},[91,92],[21,4592,4594,4608],{"className":4593},[96],[21,4595,4597],{"className":4596,"style":101},[100],[21,4598,4599,4602],{"style":821},[21,4600],{"className":4601,"style":109},[108],[21,4603,4605],{"className":4604},[113,114,115,116],[21,4606,120],{"className":4607},[42,43,116],[21,4609,125],{"className":4610},[124],[21,4612,4614],{"className":4613},[96],[21,4615,4617],{"className":4616,"style":132},[100],[21,4618],{},[21,4620,4622,4625],{"className":4621},[42],[21,4623,44],{"className":4624},[42,43],[21,4626,4628],{"className":4627},[87],[21,4629,4631,4651],{"className":4630},[91,92],[21,4632,4634,4648],{"className":4633},[96],[21,4635,4637],{"className":4636,"style":101},[100],[21,4638,4639,4642],{"style":104},[21,4640],{"className":4641,"style":109},[108],[21,4643,4645],{"className":4644},[113,114,115,116],[21,4646,120],{"className":4647},[42,43,116],[21,4649,125],{"className":4650},[124],[21,4652,4654],{"className":4653},[96],[21,4655,4657],{"className":4656,"style":132},[100],[21,4658],{},[21,4660],{"className":4661,"style":306},[200],[21,4663,4665,4668],{"className":4664},[42],[21,4666,747],{"className":4667},[42,310],[21,4669,4671],{"className":4670},[87],[21,4672,4674,4703],{"className":4673},[91,92],[21,4675,4677,4700],{"className":4676},[96],[21,4678,4680],{"className":4679,"style":557},[100],[21,4681,4682,4685],{"style":104},[21,4683],{"className":4684,"style":109},[108],[21,4686,4688],{"className":4687},[113,114,115,116],[21,4689,4691,4694,4697],{"className":4690},[42,116],[21,4692,120],{"className":4693},[42,43,116],[21,4695,788],{"className":4696},[576,116],[21,4698,220],{"className":4699},[42,116],[21,4701,125],{"className":4702},[124],[21,4704,4706],{"className":4705},[96],[21,4707,4709],{"className":4708,"style":590},[100],[21,4710],{},[21,4712],{"className":4713,"style":659},[200],[21,4715,577],{"className":4716},[576],[21,4718],{"className":4719,"style":659},[200],[21,4721,4723,4726,4766,4769,4809,4815,4818,4821,4824,4864,4867,4870,4873,4876],{"className":4722},[33],[21,4724],{"className":4725,"style":4532},[37],[21,4727,4729,4732],{"className":4728},[42],[21,4730,4246],{"className":4731,"style":4245},[42,43],[21,4733,4735],{"className":4734},[87],[21,4736,4738,4758],{"className":4737},[91,92],[21,4739,4741,4755],{"className":4740},[96],[21,4742,4744],{"className":4743,"style":101},[100],[21,4745,4746,4749],{"style":4261},[21,4747],{"className":4748,"style":109},[108],[21,4750,4752],{"className":4751},[113,114,115,116],[21,4753,120],{"className":4754},[42,43,116],[21,4756,125],{"className":4757},[124],[21,4759,4761],{"className":4760},[96],[21,4762,4764],{"className":4763,"style":132},[100],[21,4765],{},[21,4767],{"className":4768,"style":306},[200],[21,4770,4772,4775],{"className":4771},[42],[21,4773,370],{"className":4774},[42,310],[21,4776,4778],{"className":4777},[87],[21,4779,4781,4801],{"className":4780},[91,92],[21,4782,4784,4798],{"className":4783},[96],[21,4785,4787],{"className":4786,"style":101},[100],[21,4788,4789,4792],{"style":104},[21,4790],{"className":4791,"style":109},[108],[21,4793,4795],{"className":4794},[113,114,115,116],[21,4796,120],{"className":4797},[42,43,116],[21,4799,125],{"className":4800},[124],[21,4802,4804],{"className":4803},[96],[21,4805,4807],{"className":4806,"style":132},[100],[21,4808],{},[21,4810,4812],{"className":4811},[42],[21,4813,317],{"className":4814},[931,932],[21,4816,302],{"className":4817},[301],[21,4819],{"className":4820,"style":2717},[200],[21,4822],{"className":4823,"style":306},[200],[21,4825,4827,4830],{"className":4826},[42],[21,4828,4246],{"className":4829,"style":4245},[42,43],[21,4831,4833],{"className":4832},[87],[21,4834,4836,4856],{"className":4835},[91,92],[21,4837,4839,4853],{"className":4838},[96],[21,4840,4842],{"className":4841,"style":101},[100],[21,4843,4844,4847],{"style":4261},[21,4845],{"className":4846,"style":109},[108],[21,4848,4850],{"className":4849},[113,114,115,116],[21,4851,120],{"className":4852},[42,43,116],[21,4854,125],{"className":4855},[124],[21,4857,4859],{"className":4858},[96],[21,4860,4862],{"className":4861,"style":132},[100],[21,4863],{},[21,4865],{"className":4866,"style":201},[200],[21,4868],{"className":4869,"style":201},[200],[21,4871,602],{"className":4872},[205],[21,4874],{"className":4875,"style":201},[200],[21,4877],{"className":4878,"style":201},[200],[21,4880,4882,4886,4926,4929,4969,4972,4975],{"className":4881},[33],[21,4883],{"className":4884,"style":4885},[37],"height:0.8444em;vertical-align:-0.15em;",[21,4887,4889,4892],{"className":4888},[42],[21,4890,44],{"className":4891},[42,43],[21,4893,4895],{"className":4894},[87],[21,4896,4898,4918],{"className":4897},[91,92],[21,4899,4901,4915],{"className":4900},[96],[21,4902,4904],{"className":4903,"style":101},[100],[21,4905,4906,4909],{"style":104},[21,4907],{"className":4908,"style":109},[108],[21,4910,4912],{"className":4911},[113,114,115,116],[21,4913,120],{"className":4914},[42,43,116],[21,4916,125],{"className":4917},[124],[21,4919,4921],{"className":4920},[96],[21,4922,4924],{"className":4923,"style":132},[100],[21,4925],{},[21,4927],{"className":4928,"style":306},[200],[21,4930,4932,4935],{"className":4931},[42],[21,4933,4401],{"className":4934,"style":4400},[42,43],[21,4936,4938],{"className":4937},[87],[21,4939,4941,4961],{"className":4940},[91,92],[21,4942,4944,4958],{"className":4943},[96],[21,4945,4947],{"className":4946,"style":101},[100],[21,4948,4949,4952],{"style":4416},[21,4950],{"className":4951,"style":109},[108],[21,4953,4955],{"className":4954},[113,114,115,116],[21,4956,120],{"className":4957},[42,43,116],[21,4959,125],{"className":4960},[124],[21,4962,4964],{"className":4963},[96],[21,4965,4967],{"className":4966,"style":132},[100],[21,4968],{},[21,4970],{"className":4971,"style":659},[200],[21,4973,577],{"className":4974},[576],[21,4976],{"className":4977,"style":659},[200],[21,4979,4981,4984,4987,4990,4993,4996],{"className":4980},[33],[21,4982],{"className":4983,"style":249},[37],[21,4985,293],{"className":4986},[292],[21,4988,220],{"className":4989},[42],[21,4991],{"className":4992,"style":659},[200],[21,4994,788],{"className":4995},[576],[21,4997],{"className":4998,"style":659},[200],[21,5000,5002,5005,5045,5048,5051,5091,5094,5097,5100,5140,5143,5146,5149,5152],{"className":5001},[33],[21,5003],{"className":5004,"style":249},[37],[21,5006,5008,5011],{"className":5007},[42],[21,5009,44],{"className":5010},[42,43],[21,5012,5014],{"className":5013},[87],[21,5015,5017,5037],{"className":5016},[91,92],[21,5018,5020,5034],{"className":5019},[96],[21,5021,5023],{"className":5022,"style":101},[100],[21,5024,5025,5028],{"style":104},[21,5026],{"className":5027,"style":109},[108],[21,5029,5031],{"className":5030},[113,114,115,116],[21,5032,120],{"className":5033},[42,43,116],[21,5035,125],{"className":5036},[124],[21,5038,5040],{"className":5039},[96],[21,5041,5043],{"className":5042,"style":132},[100],[21,5044],{},[21,5046,317],{"className":5047},[316],[21,5049],{"className":5050,"style":306},[200],[21,5052,5054,5057],{"className":5053},[42],[21,5055,4324],{"className":5056,"style":4323},[42,43],[21,5058,5060],{"className":5059},[87],[21,5061,5063,5083],{"className":5062},[91,92],[21,5064,5066,5080],{"className":5065},[96],[21,5067,5069],{"className":5068,"style":101},[100],[21,5070,5071,5074],{"style":4339},[21,5072],{"className":5073,"style":109},[108],[21,5075,5077],{"className":5076},[113,114,115,116],[21,5078,120],{"className":5079},[42,43,116],[21,5081,125],{"className":5082},[124],[21,5084,5086],{"className":5085},[96],[21,5087,5089],{"className":5088,"style":132},[100],[21,5090],{},[21,5092,302],{"className":5093},[301],[21,5095],{"className":5096,"style":2717},[200],[21,5098],{"className":5099,"style":306},[200],[21,5101,5103,5106],{"className":5102},[42],[21,5104,4324],{"className":5105,"style":4323},[42,43],[21,5107,5109],{"className":5108},[87],[21,5110,5112,5132],{"className":5111},[91,92],[21,5113,5115,5129],{"className":5114},[96],[21,5116,5118],{"className":5117,"style":101},[100],[21,5119,5120,5123],{"style":4339},[21,5121],{"className":5122,"style":109},[108],[21,5124,5126],{"className":5125},[113,114,115,116],[21,5127,120],{"className":5128},[42,43,116],[21,5130,125],{"className":5131},[124],[21,5133,5135],{"className":5134},[96],[21,5136,5138],{"className":5137,"style":132},[100],[21,5139],{},[21,5141],{"className":5142,"style":201},[200],[21,5144],{"className":5145,"style":201},[200],[21,5147,602],{"className":5148},[205],[21,5150],{"className":5151,"style":201},[200],[21,5153],{"className":5154,"style":201},[200],[21,5156,5158,5161,5210,5250,5253,5302,5305,5308],{"className":5157},[33],[21,5159],{"className":5160,"style":3084},[37],[21,5162,5164,5167],{"className":5163},[42],[21,5165,83],{"className":5166},[42,43],[21,5168,5170],{"className":5169},[87],[21,5171,5173,5202],{"className":5172},[91,92],[21,5174,5176,5199],{"className":5175},[96],[21,5177,5179],{"className":5178,"style":557},[100],[21,5180,5181,5184],{"style":104},[21,5182],{"className":5183,"style":109},[108],[21,5185,5187],{"className":5186},[113,114,115,116],[21,5188,5190,5193,5196],{"className":5189},[42,116],[21,5191,120],{"className":5192},[42,43,116],[21,5194,788],{"className":5195},[576,116],[21,5197,220],{"className":5198},[42,116],[21,5200,125],{"className":5201},[124],[21,5203,5205],{"className":5204},[96],[21,5206,5208],{"className":5207,"style":590},[100],[21,5209],{},[21,5211,5213,5216],{"className":5212},[42],[21,5214,63],{"className":5215,"style":62},[42,43],[21,5217,5219],{"className":5218},[87],[21,5220,5222,5242],{"className":5221},[91,92],[21,5223,5225,5239],{"className":5224},[96],[21,5226,5228],{"className":5227,"style":101},[100],[21,5229,5230,5233],{"style":821},[21,5231],{"className":5232,"style":109},[108],[21,5234,5236],{"className":5235},[113,114,115,116],[21,5237,120],{"className":5238},[42,43,116],[21,5240,125],{"className":5241},[124],[21,5243,5245],{"className":5244},[96],[21,5246,5248],{"className":5247,"style":132},[100],[21,5249],{},[21,5251],{"className":5252,"style":306},[200],[21,5254,5256,5259],{"className":5255},[42],[21,5257,4324],{"className":5258,"style":4323},[42,43],[21,5260,5262],{"className":5261},[87],[21,5263,5265,5294],{"className":5264},[91,92],[21,5266,5268,5291],{"className":5267},[96],[21,5269,5271],{"className":5270,"style":557},[100],[21,5272,5273,5276],{"style":4339},[21,5274],{"className":5275,"style":109},[108],[21,5277,5279],{"className":5278},[113,114,115,116],[21,5280,5282,5285,5288],{"className":5281},[42,116],[21,5283,120],{"className":5284},[42,43,116],[21,5286,788],{"className":5287},[576,116],[21,5289,220],{"className":5290},[42,116],[21,5292,125],{"className":5293},[124],[21,5295,5297],{"className":5296},[96],[21,5298,5300],{"className":5299,"style":590},[100],[21,5301],{},[21,5303],{"className":5304,"style":659},[200],[21,5306,577],{"className":5307},[576],[21,5309],{"className":5310,"style":659},[200],[21,5312,5314,5317,5357],{"className":5313},[33],[21,5315],{"className":5316,"style":4238},[37],[21,5318,5320,5323],{"className":5319},[42],[21,5321,4401],{"className":5322,"style":4400},[42,43],[21,5324,5326],{"className":5325},[87],[21,5327,5329,5349],{"className":5328},[91,92],[21,5330,5332,5346],{"className":5331},[96],[21,5333,5335],{"className":5334,"style":101},[100],[21,5336,5337,5340],{"style":4416},[21,5338],{"className":5339,"style":109},[108],[21,5341,5343],{"className":5342},[113,114,115,116],[21,5344,120],{"className":5345},[42,43,116],[21,5347,125],{"className":5348},[124],[21,5350,5352],{"className":5351},[96],[21,5353,5355],{"className":5354,"style":132},[100],[21,5356],{},[21,5358,380],{"className":5359},[42],[11,5361,5362,5363,5366,5367,5419,5420,5491],{},"The followon trace accumulates how much later states ",[1862,5364,5365],{},"follow on"," from states we\ncare about, and the emphasis it produces steers learning toward the states that\nmatter under the target policy. The interest ",[21,5368,5370],{"className":5369},[24],[21,5371,5373],{"className":5372,"ariaHidden":29},[28],[21,5374,5376,5379],{"className":5375},[33],[21,5377],{"className":5378,"style":4238},[37],[21,5380,5382,5385],{"className":5381},[42],[21,5383,4401],{"className":5384,"style":4400},[42,43],[21,5386,5388],{"className":5387},[87],[21,5389,5391,5411],{"className":5390},[91,92],[21,5392,5394,5408],{"className":5393},[96],[21,5395,5397],{"className":5396,"style":101},[100],[21,5398,5399,5402],{"style":4416},[21,5400],{"className":5401,"style":109},[108],[21,5403,5405],{"className":5404},[113,114,115,116],[21,5406,120],{"className":5407},[42,43,116],[21,5409,125],{"className":5410},[124],[21,5412,5414],{"className":5413},[96],[21,5415,5417],{"className":5416,"style":132},[100],[21,5418],{}," lets the user declare which\nstates the prediction should be accurate at; setting ",[21,5421,5423],{"className":5422},[24],[21,5424,5426,5482],{"className":5425,"ariaHidden":29},[28],[21,5427,5429,5432,5472,5475,5479],{"className":5428},[33],[21,5430],{"className":5431,"style":4238},[37],[21,5433,5435,5438],{"className":5434},[42],[21,5436,4401],{"className":5437,"style":4400},[42,43],[21,5439,5441],{"className":5440},[87],[21,5442,5444,5464],{"className":5443},[91,92],[21,5445,5447,5461],{"className":5446},[96],[21,5448,5450],{"className":5449,"style":101},[100],[21,5451,5452,5455],{"style":4416},[21,5453],{"className":5454,"style":109},[108],[21,5456,5458],{"className":5457},[113,114,115,116],[21,5459,120],{"className":5460},[42,43,116],[21,5462,125],{"className":5463},[124],[21,5465,5467],{"className":5466},[96],[21,5468,5470],{"className":5469,"style":132},[100],[21,5471],{},[21,5473],{"className":5474,"style":201},[200],[21,5476,5478],{"className":5477},[205],"≡",[21,5480],{"className":5481,"style":201},[200],[21,5483,5485,5488],{"className":5484},[33],[21,5486],{"className":5487,"style":216},[37],[21,5489,220],{"className":5490},[42]," makes every\nstate equally interesting.",[5493,5494],"tikz-figure",{"hash":5495},"95d0579cd14696a69656de8d12ec4c18cefb537229313310a41f403bbdd9a49b",[5493,5497],{"hash":5498},"cbf53ac11b47cdb7a01b05dd79b672410ede355914da91c5b5c827a9be128f11",[11,5500,5501,5502,5572,5573,5588,5589,5592,5593,5608,5609,5624,5625,5628,5629,5644,5645,5660,5661,4225,5664,5679,5680,5695,5696,5711,5712,5727],{},"The two strategies differ even on-policy. With every ",[21,5503,5505],{"className":5504},[24],[21,5506,5508,5563],{"className":5507,"ariaHidden":29},[28],[21,5509,5511,5514,5554,5557,5560],{"className":5510},[33],[21,5512],{"className":5513,"style":58},[37],[21,5515,5517,5520],{"className":5516},[42],[21,5518,83],{"className":5519},[42,43],[21,5521,5523],{"className":5522},[87],[21,5524,5526,5546],{"className":5525},[91,92],[21,5527,5529,5543],{"className":5528},[96],[21,5530,5532],{"className":5531,"style":101},[100],[21,5533,5534,5537],{"style":104},[21,5535],{"className":5536,"style":109},[108],[21,5538,5540],{"className":5539},[113,114,115,116],[21,5541,120],{"className":5542},[42,43,116],[21,5544,125],{"className":5545},[124],[21,5547,5549],{"className":5548},[96],[21,5550,5552],{"className":5551,"style":132},[100],[21,5553],{},[21,5555],{"className":5556,"style":201},[200],[21,5558,324],{"className":5559},[205],[21,5561],{"className":5562,"style":201},[200],[21,5564,5566,5569],{"className":5565},[33],[21,5567],{"className":5568,"style":216},[37],[21,5570,220],{"className":5571},[42],", Emphatic\nTD(",[21,5574,5576],{"className":5575},[24],[21,5577,5579],{"className":5578,"ariaHidden":29},[28],[21,5580,5582,5585],{"className":5581},[33],[21,5583],{"className":5584,"style":38},[37],[21,5586,44],{"className":5587},[42,43],") is ",[169,5590,5591],{},"not"," identical to conventional TD(",[21,5594,5596],{"className":5595},[24],[21,5597,5599],{"className":5598,"ariaHidden":29},[28],[21,5600,5602,5605],{"className":5601},[33],[21,5603],{"className":5604,"style":38},[37],[21,5606,44],{"className":5607},[42,43],"), and the difference\nmatters for guarantees: Emphatic TD(",[21,5610,5612],{"className":5611},[24],[21,5613,5615],{"className":5614,"ariaHidden":29},[28],[21,5616,5618,5621],{"className":5617},[33],[21,5619],{"className":5620,"style":38},[37],[21,5622,44],{"className":5623},[42,43],") is proven to converge for ",[169,5626,5627],{},"all","\nstate-dependent ",[21,5630,5632],{"className":5631},[24],[21,5633,5635],{"className":5634,"ariaHidden":29},[28],[21,5636,5638,5641],{"className":5637},[33],[21,5639],{"className":5640,"style":38},[37],[21,5642,44],{"className":5643},[42,43]," functions, whereas TD(",[21,5646,5648],{"className":5647},[24],[21,5649,5651],{"className":5650,"ariaHidden":29},[28],[21,5652,5654,5657],{"className":5653},[33],[21,5655],{"className":5656,"style":38},[37],[21,5658,44],{"className":5659},[42,43],") is guaranteed\nconvergent only for ",[169,5662,5663],{},"constant",[21,5665,5667],{"className":5666},[24],[21,5668,5670],{"className":5669,"ariaHidden":29},[28],[21,5671,5673,5676],{"className":5672},[33],[21,5674],{"className":5675,"style":38},[37],[21,5677,44],{"className":5678},[42,43]," — Yu's counterexample shows a variable\n",[21,5681,5683],{"className":5682},[24],[21,5684,5686],{"className":5685,"ariaHidden":29},[28],[21,5687,5689,5692],{"className":5688},[33],[21,5690],{"className":5691,"style":38},[37],[21,5693,44],{"className":5694},[42,43]," on which TD(",[21,5697,5699],{"className":5698},[24],[21,5700,5702],{"className":5701,"ariaHidden":29},[28],[21,5703,5705,5708],{"className":5704},[33],[21,5706],{"className":5707,"style":38},[37],[21,5709,44],{"className":5710},[42,43],") fails. So the emphatic weighting is not only an\noff-policy correction; it also provides convergence across the full\nvariable-",[21,5713,5715],{"className":5714},[24],[21,5716,5718],{"className":5717,"ariaHidden":29},[28],[21,5719,5721,5724],{"className":5720},[33],[21,5722],{"className":5723,"style":38},[37],[21,5725,44],{"className":5726},[42,43]," family, which the plain method cannot claim.",[174,5729,5731],{"id":5730},"implementation-issues","Implementation issues",[11,5733,5734,5735,45,5750,5765,5766],{},"A naive reading makes traces look expensive: every state (or state-action pair)\nseems to need its value and its trace updated on every step, which in the tabular\ncase would be far more work than a one-step method. In practice it is not, because\nfor typical ",[21,5736,5738],{"className":5737},[24],[21,5739,5741],{"className":5740,"ariaHidden":29},[28],[21,5742,5744,5747],{"className":5743},[33],[21,5745],{"className":5746,"style":38},[37],[21,5748,44],{"className":5749},[42,43],[21,5751,5753],{"className":5752},[24],[21,5754,5756],{"className":5755,"ariaHidden":29},[28],[21,5757,5759,5762],{"className":5758},[33],[21,5760],{"className":5761,"style":58},[37],[21,5763,63],{"className":5764,"style":62},[42,43]," the traces of almost all states are almost\nalways essentially zero. Only the handful of recently visited states carry a trace\nsignificantly above zero, and only those need updating to closely approximate the\nalgorithm.",[228,5767,5768],{},[15,5769,5773],{"href":5770,"ariaDescribedBy":5771,"dataFootnoteRef":6,"id":5772},"#user-content-fn-sb-impl",[234],"user-content-fnref-sb-impl","2",[5493,5775],{"hash":5776},"3b8e4ebdd0dcea03b2be1f614ce3de20d745515b4f1930ed0e9484d1d7e124f7",[11,5778,5779,5780,1563,5795,5810,5811,5814,5815,5818,5819,5834,5835,5850],{},"Keeping only the significant traces makes the cost of tabular eligibility traces\ntypically a small multiple — a few times — that of a one-step method, the exact\nfactor depending on ",[21,5781,5783],{"className":5782},[24],[21,5784,5786],{"className":5785,"ariaHidden":29},[28],[21,5787,5789,5792],{"className":5788},[33],[21,5790],{"className":5791,"style":38},[37],[21,5793,44],{"className":5794},[42,43],[21,5796,5798],{"className":5797},[24],[21,5799,5801],{"className":5800,"ariaHidden":29},[28],[21,5802,5804,5807],{"className":5803},[33],[21,5805],{"className":5806,"style":58},[37],[21,5808,63],{"className":5809,"style":62},[42,43],", and the cost of the other computations.\nThe tabular case is in a sense the ",[169,5812,5813],{},"worst"," case for trace overhead. Once function\napproximation is used the relative penalty shrinks: with an artificial neural\nnetwork and backpropagation, adding traces roughly ",[169,5816,5817],{},"doubles"," the memory and\ncomputation per step, since the trace vector is simply another vector the size of\n",[21,5820,5822],{"className":5821},[24],[21,5823,5825],{"className":5824,"ariaHidden":29},[28],[21,5826,5828,5831],{"className":5827},[33],[21,5829],{"className":5830,"style":1683},[37],[21,5832,312],{"className":5833,"style":311},[42,310],". Truncated ",[21,5836,5838],{"className":5837},[24],[21,5839,5841],{"className":5840,"ariaHidden":29},[28],[21,5842,5844,5847],{"className":5843},[33],[21,5845],{"className":5846,"style":38},[37],[21,5848,44],{"className":5849},[42,43],"-return methods offer another efficient route on\nconventional computers, though they always demand some extra memory.",[11,5852,5853,5854,5857,5858,5861,6108,6109,6112,6113,6116,6117,6132,6133,6185],{},"There is also the choice of trace ",[169,5855,5856],{},"vector"," itself, carried over from the on-policy\nlesson but now more consequential off-policy. The ",[384,5859,5860],{},"accumulating trace",[21,5862,5864],{"className":5863},[24],[21,5865,5867,5922,6067],{"className":5866,"ariaHidden":29},[28],[21,5868,5870,5873,5913,5916,5919],{"className":5869},[33],[21,5871],{"className":5872,"style":1576},[37],[21,5874,5876,5879],{"className":5875},[42],[21,5877,747],{"className":5878},[42,310],[21,5880,5882],{"className":5881},[87],[21,5883,5885,5905],{"className":5884},[91,92],[21,5886,5888,5902],{"className":5887},[96],[21,5889,5891],{"className":5890,"style":101},[100],[21,5892,5893,5896],{"style":104},[21,5894],{"className":5895,"style":109},[108],[21,5897,5899],{"className":5898},[113,114,115,116],[21,5900,120],{"className":5901},[42,43,116],[21,5903,125],{"className":5904},[124],[21,5906,5908],{"className":5907},[96],[21,5909,5911],{"className":5910,"style":132},[100],[21,5912],{},[21,5914],{"className":5915,"style":201},[200],[21,5917,324],{"className":5918},[205],[21,5920],{"className":5921,"style":201},[200],[21,5923,5925,5929,5969,6009,6058,6061,6064],{"className":5924},[33],[21,5926],{"className":5927,"style":5928},[37],"height:0.9028em;vertical-align:-0.2083em;",[21,5930,5932,5935],{"className":5931},[42],[21,5933,63],{"className":5934,"style":62},[42,43],[21,5936,5938],{"className":5937},[87],[21,5939,5941,5961],{"className":5940},[91,92],[21,5942,5944,5958],{"className":5943},[96],[21,5945,5947],{"className":5946,"style":101},[100],[21,5948,5949,5952],{"style":821},[21,5950],{"className":5951,"style":109},[108],[21,5953,5955],{"className":5954},[113,114,115,116],[21,5956,120],{"className":5957},[42,43,116],[21,5959,125],{"className":5960},[124],[21,5962,5964],{"className":5963},[96],[21,5965,5967],{"className":5966,"style":132},[100],[21,5968],{},[21,5970,5972,5975],{"className":5971},[42],[21,5973,44],{"className":5974},[42,43],[21,5976,5978],{"className":5977},[87],[21,5979,5981,6001],{"className":5980},[91,92],[21,5982,5984,5998],{"className":5983},[96],[21,5985,5987],{"className":5986,"style":101},[100],[21,5988,5989,5992],{"style":104},[21,5990],{"className":5991,"style":109},[108],[21,5993,5995],{"className":5994},[113,114,115,116],[21,5996,120],{"className":5997},[42,43,116],[21,5999,125],{"className":6000},[124],[21,6002,6004],{"className":6003},[96],[21,6005,6007],{"className":6006,"style":132},[100],[21,6008],{},[21,6010,6012,6015],{"className":6011},[42],[21,6013,747],{"className":6014},[42,310],[21,6016,6018],{"className":6017},[87],[21,6019,6021,6050],{"className":6020},[91,92],[21,6022,6024,6047],{"className":6023},[96],[21,6025,6027],{"className":6026,"style":557},[100],[21,6028,6029,6032],{"style":104},[21,6030],{"className":6031,"style":109},[108],[21,6033,6035],{"className":6034},[113,114,115,116],[21,6036,6038,6041,6044],{"className":6037},[42,116],[21,6039,120],{"className":6040},[42,43,116],[21,6042,788],{"className":6043},[576,116],[21,6045,220],{"className":6046},[42,116],[21,6048,125],{"className":6049},[124],[21,6051,6053],{"className":6052},[96],[21,6054,6056],{"className":6055,"style":590},[100],[21,6057],{},[21,6059],{"className":6060,"style":659},[200],[21,6062,577],{"className":6063},[576],[21,6065],{"className":6066,"style":659},[200],[21,6068,6070,6073,6077],{"className":6069},[33],[21,6071],{"className":6072,"style":38},[37],[21,6074,6076],{"className":6075},[42],"∇",[21,6078,6080],{"className":6079},[42,253],[21,6081,6083],{"className":6082},[91],[21,6084,6086],{"className":6085},[96],[21,6087,6089,6097],{"className":6088,"style":38},[100],[21,6090,6091,6094],{"style":265},[21,6092],{"className":6093,"style":269},[108],[21,6095,274],{"className":6096,"style":273},[42,43],[21,6098,6099,6102],{"style":265},[21,6100],{"className":6101,"style":269},[108],[21,6103,6105],{"className":6104,"style":284},[283],[21,6106,288],{"className":6107},[42]," adds the new\ngradient on top of the decayed old trace and is the general form derived above. The\n",[384,6110,6111],{},"dutch trace"," of true online methods folds a step-size term into the increment to\nachieve exact forward\u002Fbackward equivalence. The older ",[384,6114,6115],{},"replacing trace",", defined for\nbinary features by overwriting the visited component to ",[21,6118,6120],{"className":6119},[24],[21,6121,6123],{"className":6122,"ariaHidden":29},[28],[21,6124,6126,6129],{"className":6125},[33],[21,6127],{"className":6128,"style":216},[37],[21,6130,220],{"className":6131},[42]," rather than incrementing\nit, guards against the runaway growth accumulating traces can suffer when a feature\nrecurs quickly. Off-policy, the ",[21,6134,6136],{"className":6135},[24],[21,6137,6139],{"className":6138,"ariaHidden":29},[28],[21,6140,6142,6145],{"className":6141},[33],[21,6143],{"className":6144,"style":58},[37],[21,6146,6148,6151],{"className":6147},[42],[21,6149,83],{"className":6150},[42,43],[21,6152,6154],{"className":6153},[87],[21,6155,6157,6177],{"className":6156},[91,92],[21,6158,6160,6174],{"className":6159},[96],[21,6161,6163],{"className":6162,"style":101},[100],[21,6164,6165,6168],{"style":104},[21,6166],{"className":6167,"style":109},[108],[21,6169,6171],{"className":6170},[113,114,115,116],[21,6172,120],{"className":6173},[42,43,116],[21,6175,125],{"className":6176},[124],[21,6178,6180],{"className":6179},[96],[21,6181,6183],{"className":6182,"style":132},[100],[21,6184],{}," factors amplify traces further, so the\nchoice of trace vector and the variance it induces is not a cosmetic detail.",[6187,6188,6189,6257],"table",{},[6190,6191,6192],"thead",{},[6193,6194,6195,6199,6254],"tr",{},[6196,6197,6198],"th",{},"Trace",[6196,6200,6201,6202,317],{},"Update (linear, feature ",[21,6203,6205],{"className":6204},[24],[21,6206,6208],{"className":6207,"ariaHidden":29},[28],[21,6209,6211,6214],{"className":6210},[33],[21,6212],{"className":6213,"style":1576},[37],[21,6215,6217,6220],{"className":6216},[42],[21,6218,370],{"className":6219},[42,310],[21,6221,6223],{"className":6222},[87],[21,6224,6226,6246],{"className":6225},[91,92],[21,6227,6229,6243],{"className":6228},[96],[21,6230,6232],{"className":6231,"style":101},[100],[21,6233,6234,6237],{"style":104},[21,6235],{"className":6236,"style":109},[108],[21,6238,6240],{"className":6239},[113,114,115,116],[21,6241,120],{"className":6242},[42,43,116],[21,6244,125],{"className":6245},[124],[21,6247,6249],{"className":6248},[96],[21,6250,6252],{"className":6251,"style":132},[100],[21,6253],{},[6196,6255,6256],{},"Where it comes from",[6258,6259,6260,6590,7077],"tbody",{},[6193,6261,6262,6266,6519],{},[6263,6264,6265],"td",{},"Accumulating",[6263,6267,6268],{},[21,6269,6271],{"className":6270},[24],[21,6272,6274,6329,6473],{"className":6273,"ariaHidden":29},[28],[21,6275,6277,6280,6320,6323,6326],{"className":6276},[33],[21,6278],{"className":6279,"style":1576},[37],[21,6281,6283,6286],{"className":6282},[42],[21,6284,747],{"className":6285},[42,310],[21,6287,6289],{"className":6288},[87],[21,6290,6292,6312],{"className":6291},[91,92],[21,6293,6295,6309],{"className":6294},[96],[21,6296,6298],{"className":6297,"style":101},[100],[21,6299,6300,6303],{"style":104},[21,6301],{"className":6302,"style":109},[108],[21,6304,6306],{"className":6305},[113,114,115,116],[21,6307,120],{"className":6308},[42,43,116],[21,6310,125],{"className":6311},[124],[21,6313,6315],{"className":6314},[96],[21,6316,6318],{"className":6317,"style":132},[100],[21,6319],{},[21,6321],{"className":6322,"style":201},[200],[21,6324,324],{"className":6325},[205],[21,6327],{"className":6328,"style":201},[200],[21,6330,6332,6335,6375,6415,6464,6467,6470],{"className":6331},[33],[21,6333],{"className":6334,"style":5928},[37],[21,6336,6338,6341],{"className":6337},[42],[21,6339,63],{"className":6340,"style":62},[42,43],[21,6342,6344],{"className":6343},[87],[21,6345,6347,6367],{"className":6346},[91,92],[21,6348,6350,6364],{"className":6349},[96],[21,6351,6353],{"className":6352,"style":101},[100],[21,6354,6355,6358],{"style":821},[21,6356],{"className":6357,"style":109},[108],[21,6359,6361],{"className":6360},[113,114,115,116],[21,6362,120],{"className":6363},[42,43,116],[21,6365,125],{"className":6366},[124],[21,6368,6370],{"className":6369},[96],[21,6371,6373],{"className":6372,"style":132},[100],[21,6374],{},[21,6376,6378,6381],{"className":6377},[42],[21,6379,44],{"className":6380},[42,43],[21,6382,6384],{"className":6383},[87],[21,6385,6387,6407],{"className":6386},[91,92],[21,6388,6390,6404],{"className":6389},[96],[21,6391,6393],{"className":6392,"style":101},[100],[21,6394,6395,6398],{"style":104},[21,6396],{"className":6397,"style":109},[108],[21,6399,6401],{"className":6400},[113,114,115,116],[21,6402,120],{"className":6403},[42,43,116],[21,6405,125],{"className":6406},[124],[21,6408,6410],{"className":6409},[96],[21,6411,6413],{"className":6412,"style":132},[100],[21,6414],{},[21,6416,6418,6421],{"className":6417},[42],[21,6419,747],{"className":6420},[42,310],[21,6422,6424],{"className":6423},[87],[21,6425,6427,6456],{"className":6426},[91,92],[21,6428,6430,6453],{"className":6429},[96],[21,6431,6433],{"className":6432,"style":557},[100],[21,6434,6435,6438],{"style":104},[21,6436],{"className":6437,"style":109},[108],[21,6439,6441],{"className":6440},[113,114,115,116],[21,6442,6444,6447,6450],{"className":6443},[42,116],[21,6445,120],{"className":6446},[42,43,116],[21,6448,788],{"className":6449},[576,116],[21,6451,220],{"className":6452},[42,116],[21,6454,125],{"className":6455},[124],[21,6457,6459],{"className":6458},[96],[21,6460,6462],{"className":6461,"style":590},[100],[21,6463],{},[21,6465],{"className":6466,"style":659},[200],[21,6468,577],{"className":6469},[576],[21,6471],{"className":6472,"style":659},[200],[21,6474,6476,6479],{"className":6475},[33],[21,6477],{"className":6478,"style":1576},[37],[21,6480,6482,6485],{"className":6481},[42],[21,6483,370],{"className":6484},[42,310],[21,6486,6488],{"className":6487},[87],[21,6489,6491,6511],{"className":6490},[91,92],[21,6492,6494,6508],{"className":6493},[96],[21,6495,6497],{"className":6496,"style":101},[100],[21,6498,6499,6502],{"style":104},[21,6500],{"className":6501,"style":109},[108],[21,6503,6505],{"className":6504},[113,114,115,116],[21,6506,120],{"className":6507},[42,43,116],[21,6509,125],{"className":6510},[124],[21,6512,6514],{"className":6513},[96],[21,6515,6517],{"className":6516,"style":132},[100],[21,6518],{},[6263,6520,6521,6522,6537,6538],{},"general TD(",[21,6523,6525],{"className":6524},[24],[21,6526,6528],{"className":6527,"ariaHidden":29},[28],[21,6529,6531,6534],{"className":6530},[33],[21,6532],{"className":6533,"style":38},[37],[21,6535,44],{"className":6536},[42,43],"); off-policy scales by ",[21,6539,6541],{"className":6540},[24],[21,6542,6544],{"className":6543,"ariaHidden":29},[28],[21,6545,6547,6550],{"className":6546},[33],[21,6548],{"className":6549,"style":58},[37],[21,6551,6553,6556],{"className":6552},[42],[21,6554,83],{"className":6555},[42,43],[21,6557,6559],{"className":6558},[87],[21,6560,6562,6582],{"className":6561},[91,92],[21,6563,6565,6579],{"className":6564},[96],[21,6566,6568],{"className":6567,"style":101},[100],[21,6569,6570,6573],{"style":104},[21,6571],{"className":6572,"style":109},[108],[21,6574,6576],{"className":6575},[113,114,115,116],[21,6577,120],{"className":6578},[42,43,116],[21,6580,125],{"className":6581},[124],[21,6583,6585],{"className":6584},[96],[21,6586,6588],{"className":6587,"style":132},[100],[21,6589],{},[6193,6591,6592,6595,7058],{},[6263,6593,6594],{},"Dutch",[6263,6596,6597],{},[21,6598,6600],{"className":6599},[24],[21,6601,6603,6658,6802,6823],{"className":6602,"ariaHidden":29},[28],[21,6604,6606,6609,6649,6652,6655],{"className":6605},[33],[21,6607],{"className":6608,"style":1576},[37],[21,6610,6612,6615],{"className":6611},[42],[21,6613,747],{"className":6614},[42,310],[21,6616,6618],{"className":6617},[87],[21,6619,6621,6641],{"className":6620},[91,92],[21,6622,6624,6638],{"className":6623},[96],[21,6625,6627],{"className":6626,"style":101},[100],[21,6628,6629,6632],{"style":104},[21,6630],{"className":6631,"style":109},[108],[21,6633,6635],{"className":6634},[113,114,115,116],[21,6636,120],{"className":6637},[42,43,116],[21,6639,125],{"className":6640},[124],[21,6642,6644],{"className":6643},[96],[21,6645,6647],{"className":6646,"style":132},[100],[21,6648],{},[21,6650],{"className":6651,"style":201},[200],[21,6653,324],{"className":6654},[205],[21,6656],{"className":6657,"style":201},[200],[21,6659,6661,6664,6704,6744,6793,6796,6799],{"className":6660},[33],[21,6662],{"className":6663,"style":5928},[37],[21,6665,6667,6670],{"className":6666},[42],[21,6668,63],{"className":6669,"style":62},[42,43],[21,6671,6673],{"className":6672},[87],[21,6674,6676,6696],{"className":6675},[91,92],[21,6677,6679,6693],{"className":6678},[96],[21,6680,6682],{"className":6681,"style":101},[100],[21,6683,6684,6687],{"style":821},[21,6685],{"className":6686,"style":109},[108],[21,6688,6690],{"className":6689},[113,114,115,116],[21,6691,120],{"className":6692},[42,43,116],[21,6694,125],{"className":6695},[124],[21,6697,6699],{"className":6698},[96],[21,6700,6702],{"className":6701,"style":132},[100],[21,6703],{},[21,6705,6707,6710],{"className":6706},[42],[21,6708,44],{"className":6709},[42,43],[21,6711,6713],{"className":6712},[87],[21,6714,6716,6736],{"className":6715},[91,92],[21,6717,6719,6733],{"className":6718},[96],[21,6720,6722],{"className":6721,"style":101},[100],[21,6723,6724,6727],{"style":104},[21,6725],{"className":6726,"style":109},[108],[21,6728,6730],{"className":6729},[113,114,115,116],[21,6731,120],{"className":6732},[42,43,116],[21,6734,125],{"className":6735},[124],[21,6737,6739],{"className":6738},[96],[21,6740,6742],{"className":6741,"style":132},[100],[21,6743],{},[21,6745,6747,6750],{"className":6746},[42],[21,6748,747],{"className":6749},[42,310],[21,6751,6753],{"className":6752},[87],[21,6754,6756,6785],{"className":6755},[91,92],[21,6757,6759,6782],{"className":6758},[96],[21,6760,6762],{"className":6761,"style":557},[100],[21,6763,6764,6767],{"style":104},[21,6765],{"className":6766,"style":109},[108],[21,6768,6770],{"className":6769},[113,114,115,116],[21,6771,6773,6776,6779],{"className":6772},[42,116],[21,6774,120],{"className":6775},[42,43,116],[21,6777,788],{"className":6778},[576,116],[21,6780,220],{"className":6781},[42,116],[21,6783,125],{"className":6784},[124],[21,6786,6788],{"className":6787},[96],[21,6789,6791],{"className":6790,"style":590},[100],[21,6792],{},[21,6794],{"className":6795,"style":659},[200],[21,6797,577],{"className":6798},[576],[21,6800],{"className":6801,"style":659},[200],[21,6803,6805,6808,6811,6814,6817,6820],{"className":6804},[33],[21,6806],{"className":6807,"style":249},[37],[21,6809,293],{"className":6810},[292],[21,6812,220],{"className":6813},[42],[21,6815],{"className":6816,"style":659},[200],[21,6818,788],{"className":6819},[576],[21,6821],{"className":6822,"style":659},[200],[21,6824,6826,6830,6833,6873,6913,6975,7015,7018],{"className":6825},[33],[21,6827],{"className":6828,"style":6829},[37],"height:1.1555em;vertical-align:-0.3064em;",[21,6831,677],{"className":6832,"style":676},[42,43],[21,6834,6836,6839],{"className":6835},[42],[21,6837,63],{"className":6838,"style":62},[42,43],[21,6840,6842],{"className":6841},[87],[21,6843,6845,6865],{"className":6844},[91,92],[21,6846,6848,6862],{"className":6847},[96],[21,6849,6851],{"className":6850,"style":101},[100],[21,6852,6853,6856],{"style":821},[21,6854],{"className":6855,"style":109},[108],[21,6857,6859],{"className":6858},[113,114,115,116],[21,6860,120],{"className":6861},[42,43,116],[21,6863,125],{"className":6864},[124],[21,6866,6868],{"className":6867},[96],[21,6869,6871],{"className":6870,"style":132},[100],[21,6872],{},[21,6874,6876,6879],{"className":6875},[42],[21,6877,44],{"className":6878},[42,43],[21,6880,6882],{"className":6881},[87],[21,6883,6885,6905],{"className":6884},[91,92],[21,6886,6888,6902],{"className":6887},[96],[21,6889,6891],{"className":6890,"style":101},[100],[21,6892,6893,6896],{"style":104},[21,6894],{"className":6895,"style":109},[108],[21,6897,6899],{"className":6898},[113,114,115,116],[21,6900,120],{"className":6901},[42,43,116],[21,6903,125],{"className":6904},[124],[21,6906,6908],{"className":6907},[96],[21,6909,6911],{"className":6910,"style":132},[100],[21,6912],{},[21,6914,6916,6919],{"className":6915},[42],[21,6917,747],{"className":6918},[42,310],[21,6920,6922],{"className":6921},[87],[21,6923,6925,6966],{"className":6924},[91,92],[21,6926,6928,6963],{"className":6927},[96],[21,6929,6931,6952],{"className":6930,"style":353},[100],[21,6932,6934,6937],{"style":6933},"top:-2.4519em;margin-left:0em;margin-right:0.05em;",[21,6935],{"className":6936,"style":109},[108],[21,6938,6940],{"className":6939},[113,114,115,116],[21,6941,6943,6946,6949],{"className":6942},[42,116],[21,6944,120],{"className":6945},[42,43,116],[21,6947,788],{"className":6948},[576,116],[21,6950,220],{"className":6951},[42,116],[21,6953,6954,6957],{"style":356},[21,6955],{"className":6956,"style":109},[108],[21,6958,6960],{"className":6959},[113,114,115,116],[21,6961,366],{"className":6962},[42,116],[21,6964,125],{"className":6965},[124],[21,6967,6969],{"className":6968},[96],[21,6970,6973],{"className":6971,"style":6972},[100],"height:0.3064em;",[21,6974],{},[21,6976,6978,6981],{"className":6977},[42],[21,6979,370],{"className":6980},[42,310],[21,6982,6984],{"className":6983},[87],[21,6985,6987,7007],{"className":6986},[91,92],[21,6988,6990,7004],{"className":6989},[96],[21,6991,6993],{"className":6992,"style":101},[100],[21,6994,6995,6998],{"style":104},[21,6996],{"className":6997,"style":109},[108],[21,6999,7001],{"className":7000},[113,114,115,116],[21,7002,120],{"className":7003},[42,43,116],[21,7005,125],{"className":7006},[124],[21,7008,7010],{"className":7009},[96],[21,7011,7013],{"className":7012,"style":132},[100],[21,7014],{},[21,7016,317],{"className":7017},[316],[21,7019,7021,7024],{"className":7020},[42],[21,7022,370],{"className":7023},[42,310],[21,7025,7027],{"className":7026},[87],[21,7028,7030,7050],{"className":7029},[91,92],[21,7031,7033,7047],{"className":7032},[96],[21,7034,7036],{"className":7035,"style":101},[100],[21,7037,7038,7041],{"style":104},[21,7039],{"className":7040,"style":109},[108],[21,7042,7044],{"className":7043},[113,114,115,116],[21,7045,120],{"className":7046},[42,43,116],[21,7048,125],{"className":7049},[124],[21,7051,7053],{"className":7052},[96],[21,7054,7056],{"className":7055,"style":132},[100],[21,7057],{},[6263,7059,7060,7061,7076],{},"true online TD(",[21,7062,7064],{"className":7063},[24],[21,7065,7067],{"className":7066,"ariaHidden":29},[28],[21,7068,7070,7073],{"className":7069},[33],[21,7071],{"className":7072,"style":38},[37],[21,7074,44],{"className":7075},[42,43],"), exact equivalence",[6193,7078,7079,7082,7100],{},[6263,7080,7081],{},"Replacing",[6263,7083,7084,7085],{},"set trace of active binary feature to ",[21,7086,7088],{"className":7087},[24],[21,7089,7091],{"className":7090,"ariaHidden":29},[28],[21,7092,7094,7097],{"className":7093},[33],[21,7095],{"className":7096,"style":216},[37],[21,7098,220],{"className":7099},[42],[6263,7101,7102],{},"older method, tames accumulation blowups",[174,7104,7106],{"id":7105},"retrace-and-v-trace-in-deep-rl","Retrace and V-trace in deep RL",[11,7108,7109,7110,7162],{},"The off-policy trace of this lesson scales by the raw ratio ",[21,7111,7113],{"className":7112},[24],[21,7114,7116],{"className":7115,"ariaHidden":29},[28],[21,7117,7119,7122],{"className":7118},[33],[21,7120],{"className":7121,"style":58},[37],[21,7123,7125,7128],{"className":7124},[42],[21,7126,83],{"className":7127},[42,43],[21,7129,7131],{"className":7130},[87],[21,7132,7134,7154],{"className":7133},[91,92],[21,7135,7137,7151],{"className":7136},[96],[21,7138,7140],{"className":7139,"style":101},[100],[21,7141,7142,7145],{"style":104},[21,7143],{"className":7144,"style":109},[108],[21,7146,7148],{"className":7147},[113,114,115,116],[21,7149,120],{"className":7150},[42,43,116],[21,7152,125],{"className":7153},[124],[21,7155,7157],{"className":7156},[96],[21,7158,7160],{"className":7159,"style":132},[100],[21,7161],{},", which is\nthe source of its variance problem: a product of ratios can explode when\nthe behavior policy rarely takes actions the target policy favors. Two developments\nafter Sutton and Barto tame that product directly, and both are now standard in\nlarge-scale RL.",[11,7164,7165,7183,7184,7187,7188,7191,7192,7244,7245,7248,7249,7330,7331,7346,7347,7363,7364,7379,7380,7383,7384,7399,7400,7415,7416,7419,7420,7435,7436],{},[384,7166,7167,7168,317],{},"Retrace(",[21,7169,7171],{"className":7170},[24],[21,7172,7174],{"className":7173,"ariaHidden":29},[28],[21,7175,7177,7180],{"className":7176},[33],[21,7178],{"className":7179,"style":38},[37],[21,7181,44],{"className":7182},[42,43]," (Munos, Stepleton, Harutyunyan, and Bellemare 2016, ",[169,7185,7186],{},"NeurIPS",",\n",[1862,7189,7190],{},"Safe and Efficient Off-Policy Reinforcement Learning",") replaces ",[21,7193,7195],{"className":7194},[24],[21,7196,7198],{"className":7197,"ariaHidden":29},[28],[21,7199,7201,7204],{"className":7200},[33],[21,7202],{"className":7203,"style":58},[37],[21,7205,7207,7210],{"className":7206},[42],[21,7208,83],{"className":7209},[42,43],[21,7211,7213],{"className":7212},[87],[21,7214,7216,7236],{"className":7215},[91,92],[21,7217,7219,7233],{"className":7218},[96],[21,7220,7222],{"className":7221,"style":101},[100],[21,7223,7224,7227],{"style":104},[21,7225],{"className":7226,"style":109},[108],[21,7228,7230],{"className":7229},[113,114,115,116],[21,7231,120],{"className":7232},[42,43,116],[21,7234,125],{"className":7235},[124],[21,7237,7239],{"className":7238},[96],[21,7240,7242],{"className":7241,"style":132},[100],[21,7243],{}," in the\ntrace with the ",[384,7246,7247],{},"clipped"," ratio ",[21,7250,7252],{"className":7251},[24],[21,7253,7255],{"className":7254,"ariaHidden":29},[28],[21,7256,7258,7261,7264,7267,7275,7278,7281,7284,7287,7327],{"className":7257},[33],[21,7259],{"className":7260,"style":249},[37],[21,7262,44],{"className":7263},[42,43],[21,7265],{"className":7266,"style":306},[200],[21,7268,7270],{"className":7269},[2814],[21,7271,7274],{"className":7272},[42,7273],"mathrm","min",[21,7276,293],{"className":7277},[292],[21,7279,220],{"className":7280},[42],[21,7282,302],{"className":7283},[301],[21,7285],{"className":7286,"style":306},[200],[21,7288,7290,7293],{"className":7289},[42],[21,7291,83],{"className":7292},[42,43],[21,7294,7296],{"className":7295},[87],[21,7297,7299,7319],{"className":7298},[91,92],[21,7300,7302,7316],{"className":7301},[96],[21,7303,7305],{"className":7304,"style":101},[100],[21,7306,7307,7310],{"style":104},[21,7308],{"className":7309,"style":109},[108],[21,7311,7313],{"className":7312},[113,114,115,116],[21,7314,120],{"className":7315},[42,43,116],[21,7317,125],{"className":7318},[124],[21,7320,7322],{"className":7321},[96],[21,7323,7325],{"className":7324,"style":132},[100],[21,7326],{},[21,7328,317],{"className":7329},[316],". Clipping at ",[21,7332,7334],{"className":7333},[24],[21,7335,7337],{"className":7336,"ariaHidden":29},[28],[21,7338,7340,7343],{"className":7339},[33],[21,7341],{"className":7342,"style":216},[37],[21,7344,220],{"className":7345},[42]," caps the\nper-step amplification so the trace can never blow up, no matter how far ",[21,7348,7350],{"className":7349},[24],[21,7351,7353],{"className":7352,"ariaHidden":29},[28],[21,7354,7356,7359],{"className":7355},[33],[21,7357],{"className":7358,"style":38},[37],[21,7360,7362],{"className":7361},[42,43],"b"," is from\n",[21,7365,7367],{"className":7366},[24],[21,7368,7370],{"className":7369,"ariaHidden":29},[28],[21,7371,7373,7376],{"className":7372},[33],[21,7374],{"className":7375,"style":2051},[37],[21,7377,2026],{"className":7378,"style":273},[42,43]," — the property Retrace calls ",[169,7381,7382],{},"safe",". Yet when the two policies agree the\nclipped ratio stays near ",[21,7385,7387],{"className":7386},[24],[21,7388,7390],{"className":7389,"ariaHidden":29},[28],[21,7391,7393,7396],{"className":7392},[33],[21,7394],{"className":7395,"style":216},[37],[21,7397,220],{"className":7398},[42],", so it does not needlessly cut traces short the way\nWatkins's Q(",[21,7401,7403],{"className":7402},[24],[21,7404,7406],{"className":7405,"ariaHidden":29},[28],[21,7407,7409,7412],{"className":7408},[33],[21,7410],{"className":7411,"style":38},[37],[21,7413,44],{"className":7414},[42,43],") does — the property it calls ",[169,7417,7418],{},"efficient",". Retrace sits exactly\nbetween the two crude ancestors this lesson built: it keeps the smooth,\nimportance-sampling-style correction but bounds it, and Munos et al. proved it\nconvergent (the same paper that established convergence of the tabular Watkins's\nQ(",[21,7421,7423],{"className":7422},[24],[21,7424,7426],{"className":7425,"ariaHidden":29},[28],[21,7427,7429,7432],{"className":7428},[33],[21,7430],{"className":7431,"style":38},[37],[21,7433,44],{"className":7434},[42,43],") this lesson mentions). Sutton and Barto cite this result\ndirectly.",[228,7437,7438],{},[15,7439,7443],{"href":7440,"ariaDescribedBy":7441,"dataFootnoteRef":6,"id":7442},"#user-content-fn-retrace",[234],"user-content-fnref-retrace","3",[5493,7445],{"hash":7446},"382531ce70444248e3db43c3ca2b7fd1b74dff700e5f455e133c99f4b481374b",[11,7448,7449,7452,7453,1563,7456,7459,7460,7661,7662,7821,7822,7830,7831,7883],{},[384,7450,7451],{},"V-trace"," (Espeholt et al. 2018, ",[169,7454,7455],{},"ICML",[1862,7457,7458],{},"IMPALA: Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures",") carries the same clipping\ninto a distributed setting where many actors generate experience on slightly stale\npolicies while a central learner updates. V-trace uses two separately clipped\nratios: one, ",[21,7461,7463],{"className":7462},[24],[21,7464,7466,7525],{"className":7465,"ariaHidden":29},[28],[21,7467,7469,7473,7516,7519,7522],{"className":7468},[33],[21,7470],{"className":7471,"style":7472},[37],"height:0.7622em;vertical-align:-0.1944em;",[21,7474,7476],{"className":7475},[42,253],[21,7477,7479,7508],{"className":7478},[91,92],[21,7480,7482,7505],{"className":7481},[96],[21,7483,7486,7494],{"className":7484,"style":7485},[100],"height:0.5678em;",[21,7487,7488,7491],{"style":265},[21,7489],{"className":7490,"style":269},[108],[21,7492,83],{"className":7493},[42,43],[21,7495,7496,7499],{"style":265},[21,7497],{"className":7498,"style":269},[108],[21,7500,7502],{"className":7501,"style":1871},[283],[21,7503,2667],{"className":7504},[42],[21,7506,125],{"className":7507},[124],[21,7509,7511],{"className":7510},[96],[21,7512,7514],{"className":7513,"style":1884},[100],[21,7515],{},[21,7517],{"className":7518,"style":201},[200],[21,7520,324],{"className":7521},[205],[21,7523],{"className":7524,"style":201},[200],[21,7526,7528,7532,7538,7541,7612,7615,7618,7658],{"className":7527},[33],[21,7529],{"className":7530,"style":7531},[37],"height:1.0361em;vertical-align:-0.2861em;",[21,7533,7535],{"className":7534},[2814],[21,7536,7274],{"className":7537},[42,7273],[21,7539,293],{"className":7540},[292],[21,7542,7544,7577],{"className":7543},[42],[21,7545,7547],{"className":7546},[42,253],[21,7548,7550],{"className":7549},[91],[21,7551,7553],{"className":7552},[96],[21,7554,7556,7565],{"className":7555,"style":7485},[100],[21,7557,7558,7561],{"style":265},[21,7559],{"className":7560,"style":269},[108],[21,7562,7564],{"className":7563},[42,43],"c",[21,7566,7567,7570],{"style":265},[21,7568],{"className":7569,"style":269},[108],[21,7571,7574],{"className":7572,"style":7573},[283],"left:-0.1944em;",[21,7575,2667],{"className":7576},[42],[21,7578,7580],{"className":7579},[87],[21,7581,7583,7603],{"className":7582},[91,92],[21,7584,7586,7600],{"className":7585},[96],[21,7587,7589],{"className":7588,"style":2013},[100],[21,7590,7591,7594],{"style":104},[21,7592],{"className":7593,"style":109},[108],[21,7595,7597],{"className":7596},[113,114,115,116],[21,7598,83],{"className":7599},[42,43,116],[21,7601,125],{"className":7602},[124],[21,7604,7606],{"className":7605},[96],[21,7607,7610],{"className":7608,"style":7609},[100],"height:0.2861em;",[21,7611],{},[21,7613,302],{"className":7614},[301],[21,7616],{"className":7617,"style":306},[200],[21,7619,7621,7624],{"className":7620},[42],[21,7622,83],{"className":7623},[42,43],[21,7625,7627],{"className":7626},[87],[21,7628,7630,7650],{"className":7629},[91,92],[21,7631,7633,7647],{"className":7632},[96],[21,7634,7636],{"className":7635,"style":101},[100],[21,7637,7638,7641],{"style":104},[21,7639],{"className":7640,"style":109},[108],[21,7642,7644],{"className":7643},[113,114,115,116],[21,7645,120],{"className":7646},[42,43,116],[21,7648,125],{"className":7649},[124],[21,7651,7653],{"className":7652},[96],[21,7654,7656],{"className":7655,"style":132},[100],[21,7657],{},[21,7659,317],{"className":7660},[316],", weights the temporal-difference\nerror and controls the fixed point the value function converges to; another,\n",[21,7663,7665],{"className":7664},[24],[21,7666,7668,7726],{"className":7667,"ariaHidden":29},[28],[21,7669,7671,7675,7717,7720,7723],{"className":7670},[33],[21,7672],{"className":7673,"style":7674},[37],"height:0.5806em;vertical-align:-0.15em;",[21,7676,7678,7681],{"className":7677},[42],[21,7679,7564],{"className":7680},[42,43],[21,7682,7684],{"className":7683},[87],[21,7685,7687,7709],{"className":7686},[91,92],[21,7688,7690,7706],{"className":7689},[96],[21,7691,7694],{"className":7692,"style":7693},[100],"height:0.3117em;",[21,7695,7696,7699],{"style":104},[21,7697],{"className":7698,"style":109},[108],[21,7700,7702],{"className":7701},[113,114,115,116],[21,7703,7705],{"className":7704},[42,43,116],"i",[21,7707,125],{"className":7708},[124],[21,7710,7712],{"className":7711},[96],[21,7713,7715],{"className":7714,"style":132},[100],[21,7716],{},[21,7718],{"className":7719,"style":201},[200],[21,7721,324],{"className":7722},[205],[21,7724],{"className":7725,"style":201},[200],[21,7727,7729,7732,7738,7741,7772,7775,7778,7818],{"className":7728},[33],[21,7730],{"className":7731,"style":249},[37],[21,7733,7735],{"className":7734},[2814],[21,7736,7274],{"className":7737},[42,7273],[21,7739,293],{"className":7740},[292],[21,7742,7744],{"className":7743},[42,253],[21,7745,7747],{"className":7746},[91],[21,7748,7750],{"className":7749},[96],[21,7751,7753,7761],{"className":7752,"style":7485},[100],[21,7754,7755,7758],{"style":265},[21,7756],{"className":7757,"style":269},[108],[21,7759,7564],{"className":7760},[42,43],[21,7762,7763,7766],{"style":265},[21,7764],{"className":7765,"style":269},[108],[21,7767,7769],{"className":7768,"style":7573},[283],[21,7770,2667],{"className":7771},[42],[21,7773,302],{"className":7774},[301],[21,7776],{"className":7777,"style":306},[200],[21,7779,7781,7784],{"className":7780},[42],[21,7782,83],{"className":7783},[42,43],[21,7785,7787],{"className":7786},[87],[21,7788,7790,7810],{"className":7789},[91,92],[21,7791,7793,7807],{"className":7792},[96],[21,7794,7796],{"className":7795,"style":7693},[100],[21,7797,7798,7801],{"style":104},[21,7799],{"className":7800,"style":109},[108],[21,7802,7804],{"className":7803},[113,114,115,116],[21,7805,7705],{"className":7806},[42,43,116],[21,7808,125],{"className":7809},[124],[21,7811,7813],{"className":7812},[96],[21,7814,7816],{"className":7815,"style":132},[100],[21,7817],{},[21,7819,317],{"className":7820},[316],", forms the trace product and controls the speed of\nconvergence. Splitting the two clips lets IMPALA correct for the lag between actor\nand learner policies without the variance of an unclipped product — the same\ncontrol-variate-and-clip philosophy as Retrace, engineered for throughput at\nscale.",[228,7823,7824],{},[15,7825,7829],{"href":7826,"ariaDescribedBy":7827,"dataFootnoteRef":6,"id":7828},"#user-content-fn-vtrace",[234],"user-content-fnref-vtrace","4"," Both methods are the direct descendants of the off-policy trace\nderived here: keep the ",[21,7832,7834],{"className":7833},[24],[21,7835,7837],{"className":7836,"ariaHidden":29},[28],[21,7838,7840,7843],{"className":7839},[33],[21,7841],{"className":7842,"style":58},[37],[21,7844,7846,7849],{"className":7845},[42],[21,7847,83],{"className":7848},[42,43],[21,7850,7852],{"className":7851},[87],[21,7853,7855,7875],{"className":7854},[91,92],[21,7856,7858,7872],{"className":7857},[96],[21,7859,7861],{"className":7860,"style":101},[100],[21,7862,7863,7866],{"style":104},[21,7864],{"className":7865,"style":109},[108],[21,7867,7869],{"className":7868},[113,114,115,116],[21,7870,120],{"className":7871},[42,43,116],[21,7873,125],{"className":7874},[124],[21,7876,7878],{"className":7877},[96],[21,7879,7881],{"className":7880,"style":132},[100],[21,7882],{}," correction that makes the target right in\nexpectation, but bound the product that makes its variance dangerous.",[174,7885,7887],{"id":7886},"what-off-policy-traces-buy-and-where-the-walls-are","What off-policy traces buy, and where the walls are",[11,7889,7890,7891,3434,7906,7921,7922,7974,7975,7990,7991,8006,8007,8022,8023,8038],{},"Traces plus TD errors give a cheap, incremental way to slide along the whole\ncontinuum from one-step TD to Monte Carlo, and the two generalizations of this\nlesson push that machinery to its most general form. Variable ",[21,7892,7894],{"className":7893},[24],[21,7895,7897],{"className":7896,"ariaHidden":29},[28],[21,7898,7900,7903],{"className":7899},[33],[21,7901],{"className":7902,"style":38},[37],[21,7904,44],{"className":7905},[42,43],[21,7907,7909],{"className":7908},[24],[21,7910,7912],{"className":7911,"ariaHidden":29},[28],[21,7913,7915,7918],{"className":7914},[33],[21,7916],{"className":7917,"style":58},[37],[21,7919,63],{"className":7920,"style":62},[42,43]," turn the constants into functions, unify episodic and continuing tasks in\na single stream, and fold termination into a state-dependent discount. Control\nvariates fold the importance ratio ",[21,7923,7925],{"className":7924},[24],[21,7926,7928],{"className":7927,"ariaHidden":29},[28],[21,7929,7931,7934],{"className":7930},[33],[21,7932],{"className":7933,"style":58},[37],[21,7935,7937,7940],{"className":7936},[42],[21,7938,83],{"className":7939},[42,43],[21,7941,7943],{"className":7942},[87],[21,7944,7946,7966],{"className":7945},[91,92],[21,7947,7949,7963],{"className":7948},[96],[21,7950,7952],{"className":7951,"style":101},[100],[21,7953,7954,7957],{"style":104},[21,7955],{"className":7956,"style":109},[108],[21,7958,7960],{"className":7959},[113,114,115,116],[21,7961,120],{"className":7962},[42,43,116],[21,7964,125],{"className":7965},[124],[21,7967,7969],{"className":7968},[96],[21,7970,7972],{"className":7971,"style":132},[100],[21,7973],{}," into the trace and dampen the variance\nit brings, giving efficient off-policy TD(",[21,7976,7978],{"className":7977},[24],[21,7979,7981],{"className":7980,"ariaHidden":29},[28],[21,7982,7984,7987],{"className":7983},[33],[21,7985],{"className":7986,"style":38},[37],[21,7988,44],{"className":7989},[42,43],") and Expected-Sarsa(",[21,7992,7994],{"className":7993},[24],[21,7995,7997],{"className":7996,"ariaHidden":29},[28],[21,7998,8000,8003],{"className":7999},[33],[21,8001],{"className":8002,"style":38},[37],[21,8004,44],{"className":8005},[42,43],").\nWatkins's Q(",[21,8008,8010],{"className":8009},[24],[21,8011,8013],{"className":8012,"ariaHidden":29},[28],[21,8014,8016,8019],{"className":8015},[33],[21,8017],{"className":8018,"style":38},[37],[21,8020,44],{"className":8021},[42,43],") cuts the trace on the first non-greedy action; TB(",[21,8024,8026],{"className":8025},[24],[21,8027,8029],{"className":8028,"ariaHidden":29},[28],[21,8030,8032,8035],{"className":8031},[33],[21,8033],{"className":8034,"style":38},[37],[21,8036,44],{"className":8037},[42,43],")\nreplaces that hard cut with a smooth target-policy weighting and needs no\nimportance sampling at all.",[11,8040,8041,8042,8094,8095,8128,8129,8144,8145,8160,8161,8176,8177,8180,8181,8184],{},"Two limits remain. The first is variance: every off-policy method built\non importance sampling inherits its variance, and ",[21,8043,8045],{"className":8044},[24],[21,8046,8048],{"className":8047,"ariaHidden":29},[28],[21,8049,8051,8054],{"className":8050},[33],[21,8052],{"className":8053,"style":58},[37],[21,8055,8057,8060],{"className":8056},[42],[21,8058,83],{"className":8059},[42,43],[21,8061,8063],{"className":8062},[87],[21,8064,8066,8086],{"className":8065},[91,92],[21,8067,8069,8083],{"className":8068},[96],[21,8070,8072],{"className":8071,"style":101},[100],[21,8073,8074,8077],{"style":104},[21,8075],{"className":8076,"style":109},[108],[21,8078,8080],{"className":8079},[113,114,115,116],[21,8081,120],{"className":8082},[42,43,116],[21,8084,125],{"className":8085},[124],[21,8087,8089],{"className":8088},[96],[21,8090,8092],{"className":8091,"style":132},[100],[21,8093],{}," products can be large.\nControl variates reduce it; they do not remove it. The second is stability: whenever\n",[21,8096,8098],{"className":8097},[24],[21,8099,8101,8119],{"className":8100,"ariaHidden":29},[28],[21,8102,8104,8107,8110,8113,8116],{"className":8103},[33],[21,8105],{"className":8106,"style":193},[37],[21,8108,44],{"className":8109},[42,43],[21,8111],{"className":8112,"style":201},[200],[21,8114,206],{"className":8115},[205],[21,8117],{"className":8118,"style":201},[200],[21,8120,8122,8125],{"className":8121},[33],[21,8123],{"className":8124,"style":216},[37],[21,8126,220],{"className":8127},[42]," the algorithms bootstrap, so the deadly triad applies, and the plain\nsemi-gradient forms can diverge under function approximation. That is what\nGTD(",[21,8130,8132],{"className":8131},[24],[21,8133,8135],{"className":8134,"ariaHidden":29},[28],[21,8136,8138,8141],{"className":8137},[33],[21,8139],{"className":8140,"style":38},[37],[21,8142,44],{"className":8143},[42,43],"), GQ(",[21,8146,8148],{"className":8147},[24],[21,8149,8151],{"className":8150,"ariaHidden":29},[28],[21,8152,8154,8157],{"className":8153},[33],[21,8155],{"className":8156,"style":38},[37],[21,8158,44],{"className":8159},[42,43],"), and Emphatic TD(",[21,8162,8164],{"className":8163},[24],[21,8165,8167],{"className":8166,"ariaHidden":29},[28],[21,8168,8170,8173],{"className":8169},[33],[21,8171],{"className":8172,"style":38},[37],[21,8174,44],{"className":8175},[42,43],") are for — the trace-carrying\ndescendants of the gradient-TD and emphatic fixes, trading a second weight vector or\nan emphasis reweighting for the convergence guarantee. Off-policy learning splits\ninto two halves: correcting the ",[169,8178,8179],{},"expected value"," of the targets, which off-policy\ntraces handle well, and correcting the ",[169,8182,8183],{},"distribution"," of updates, which is the hard\nhalf these stable methods address.",[11,8186,8187,8188,8192],{},"The ",[15,8189,8191],{"href":8190},"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods","policy-gradient lesson","\ntakes a different route to control entirely, optimizing a parameterized policy\ndirectly instead of deriving one from learned values — sidestepping the deadly\ntriad rather than repairing it.",[8194,8195,8198,8203],"section",{"className":8196,"dataFootnotes":6},[8197],"footnotes",[174,8199,8202],{"className":8200,"id":234},[8201],"sr-only","Footnotes",[8204,8205,8206,8606,8642,8771],"ol",{},[8207,8208,8210,8213,8214,8229,8230,8245,8246,8327,8328,8343,8344,8359,8360,8375,8376,8428,8429,8481,8482,8534,8535,8550,8551,8566,8567,8582,8583,8598,8599],"li",{"id":8209},"user-content-fn-sb-stable",[384,8211,8212],{},"Sutton & Barto",", §12.11 — Stable Off-policy Methods with Traces: GTD(",[21,8215,8217],{"className":8216},[24],[21,8218,8220],{"className":8219,"ariaHidden":29},[28],[21,8221,8223,8226],{"className":8222},[33],[21,8224],{"className":8225,"style":38},[37],[21,8227,44],{"className":8228},[42,43],") (analogue of TDC, update 12.30), GQ(",[21,8231,8233],{"className":8232},[24],[21,8234,8236],{"className":8235,"ariaHidden":29},[28],[21,8237,8239,8242],{"className":8238},[33],[21,8240],{"className":8241,"style":38},[37],[21,8243,44],{"className":8244},[42,43],") (Gradient-TD control with average next feature ",[21,8247,8249],{"className":8248},[24],[21,8250,8252],{"className":8251,"ariaHidden":29},[28],[21,8253,8255,8259],{"className":8254},[33],[21,8256],{"className":8257,"style":8258},[37],"height:0.7312em;vertical-align:-0.15em;",[21,8260,8262,8293],{"className":8261},[42],[21,8263,8265],{"className":8264},[42,253],[21,8266,8268],{"className":8267},[91],[21,8269,8271],{"className":8270},[96],[21,8272,8274,8282],{"className":8273,"style":2645},[100],[21,8275,8276,8279],{"style":265},[21,8277],{"className":8278,"style":269},[108],[21,8280,370],{"className":8281},[42,310],[21,8283,8284,8287],{"style":2656},[21,8285],{"className":8286,"style":269},[108],[21,8288,8290],{"className":8289,"style":2663},[283],[21,8291,2667],{"className":8292},[42],[21,8294,8296],{"className":8295},[87],[21,8297,8299,8319],{"className":8298},[91,92],[21,8300,8302,8316],{"className":8301},[96],[21,8303,8305],{"className":8304,"style":101},[100],[21,8306,8307,8310],{"style":104},[21,8308],{"className":8309,"style":109},[108],[21,8311,8313],{"className":8312},[113,114,115,116],[21,8314,120],{"className":8315},[42,43,116],[21,8317,125],{"className":8318},[124],[21,8320,8322],{"className":8321},[96],[21,8323,8325],{"className":8324,"style":132},[100],[21,8326],{},"), HTD(",[21,8329,8331],{"className":8330},[24],[21,8332,8334],{"className":8333,"ariaHidden":29},[28],[21,8335,8337,8340],{"className":8336},[33],[21,8338],{"className":8339,"style":38},[37],[21,8341,44],{"className":8342},[42,43],") as a strict TD(",[21,8345,8347],{"className":8346},[24],[21,8348,8350],{"className":8349,"ariaHidden":29},[28],[21,8351,8353,8356],{"className":8352},[33],[21,8354],{"className":8355,"style":38},[37],[21,8357,44],{"className":8358},[42,43],") generalization, and Emphatic TD(",[21,8361,8363],{"className":8362},[24],[21,8364,8366],{"className":8365,"ariaHidden":29},[28],[21,8367,8369,8372],{"className":8368},[33],[21,8370],{"className":8371,"style":38},[37],[21,8373,44],{"className":8374},[42,43],") with emphasis ",[21,8377,8379],{"className":8378},[24],[21,8380,8382],{"className":8381,"ariaHidden":29},[28],[21,8383,8385,8388],{"className":8384},[33],[21,8386],{"className":8387,"style":4238},[37],[21,8389,8391,8394],{"className":8390},[42],[21,8392,4246],{"className":8393,"style":4245},[42,43],[21,8395,8397],{"className":8396},[87],[21,8398,8400,8420],{"className":8399},[91,92],[21,8401,8403,8417],{"className":8402},[96],[21,8404,8406],{"className":8405,"style":101},[100],[21,8407,8408,8411],{"style":4261},[21,8409],{"className":8410,"style":109},[108],[21,8412,8414],{"className":8413},[113,114,115,116],[21,8415,120],{"className":8416},[42,43,116],[21,8418,125],{"className":8419},[124],[21,8421,8423],{"className":8422},[96],[21,8424,8426],{"className":8425,"style":132},[100],[21,8427],{},", followon trace ",[21,8430,8432],{"className":8431},[24],[21,8433,8435],{"className":8434,"ariaHidden":29},[28],[21,8436,8438,8441],{"className":8437},[33],[21,8439],{"className":8440,"style":4238},[37],[21,8442,8444,8447],{"className":8443},[42],[21,8445,4324],{"className":8446,"style":4323},[42,43],[21,8448,8450],{"className":8449},[87],[21,8451,8453,8473],{"className":8452},[91,92],[21,8454,8456,8470],{"className":8455},[96],[21,8457,8459],{"className":8458,"style":101},[100],[21,8460,8461,8464],{"style":4339},[21,8462],{"className":8463,"style":109},[108],[21,8465,8467],{"className":8466},[113,114,115,116],[21,8468,120],{"className":8469},[42,43,116],[21,8471,125],{"className":8472},[124],[21,8474,8476],{"className":8475},[96],[21,8477,8479],{"className":8478,"style":132},[100],[21,8480],{},", and interest ",[21,8483,8485],{"className":8484},[24],[21,8486,8488],{"className":8487,"ariaHidden":29},[28],[21,8489,8491,8494],{"className":8490},[33],[21,8492],{"className":8493,"style":4238},[37],[21,8495,8497,8500],{"className":8496},[42],[21,8498,4401],{"className":8499,"style":4400},[42,43],[21,8501,8503],{"className":8502},[87],[21,8504,8506,8526],{"className":8505},[91,92],[21,8507,8509,8523],{"className":8508},[96],[21,8510,8512],{"className":8511,"style":101},[100],[21,8513,8514,8517],{"style":4416},[21,8515],{"className":8516,"style":109},[108],[21,8518,8520],{"className":8519},[113,114,115,116],[21,8521,120],{"className":8522},[42,43,116],[21,8524,125],{"className":8525},[124],[21,8527,8529],{"className":8528},[96],[21,8530,8532],{"className":8531,"style":132},[100],[21,8533],{},"; Emphatic TD(",[21,8536,8538],{"className":8537},[24],[21,8539,8541],{"className":8540,"ariaHidden":29},[28],[21,8542,8544,8547],{"className":8543},[33],[21,8545],{"className":8546,"style":38},[37],[21,8548,44],{"className":8549},[42,43],") converges for all state-dependent ",[21,8552,8554],{"className":8553},[24],[21,8555,8557],{"className":8556,"ariaHidden":29},[28],[21,8558,8560,8563],{"className":8559},[33],[21,8561],{"className":8562,"style":38},[37],[21,8564,44],{"className":8565},[42,43]," while TD(",[21,8568,8570],{"className":8569},[24],[21,8571,8573],{"className":8572,"ariaHidden":29},[28],[21,8574,8576,8579],{"className":8575},[33],[21,8577],{"className":8578,"style":38},[37],[21,8580,44],{"className":8581},[42,43],") is guaranteed only for constant ",[21,8584,8586],{"className":8585},[24],[21,8587,8589],{"className":8588,"ariaHidden":29},[28],[21,8590,8592,8595],{"className":8591},[33],[21,8593],{"className":8594,"style":38},[37],[21,8596,44],{"className":8597},[42,43]," (Yu's counterexample). ",[15,8600,8605],{"href":8601,"ariaLabel":8602,"className":8603,"dataFootnoteBackref":6},"#user-content-fnref-sb-stable","Back to reference 1",[8604],"data-footnote-backref","↩",[8207,8607,8609,8611,8612,8636,8637],{"id":8608},"user-content-fn-sb-impl",[384,8610,8212],{},", §12.12 — Implementation Issues: for typical ",[21,8613,8615],{"className":8614},[24],[21,8616,8618],{"className":8617,"ariaHidden":29},[28],[21,8619,8621,8624,8627,8630,8633],{"className":8620},[33],[21,8622],{"className":8623,"style":497},[37],[21,8625,44],{"className":8626},[42,43],[21,8628,302],{"className":8629},[301],[21,8631],{"className":8632,"style":306},[200],[21,8634,63],{"className":8635,"style":62},[42,43]," almost all traces are near zero, so only the few significant ones need updating; the tabular case is the worst case, and function approximation (e.g. an ANN with backpropagation) roughly doubles per-step memory and computation. §12.13 — Conclusions: eligibility traces as the first line of defense for long-delayed rewards and non-Markov tasks. ",[15,8638,8605],{"href":8639,"ariaLabel":8640,"className":8641,"dataFootnoteBackref":6},"#user-content-fnref-sb-impl","Back to reference 2",[8604],[8207,8643,8645,1563,8648,1563,8650,8653,8654,8669,8670,8749,8750,8765,8766],{"id":8644},"user-content-fn-retrace",[384,8646,8647],{},"Munos, Stepleton, Harutyunyan, and Bellemare (2016)",[1862,8649,7190],{},[169,8651,8652],{},"Advances in Neural Information Processing Systems (NeurIPS)",": introduces Retrace(",[21,8655,8657],{"className":8656},[24],[21,8658,8660],{"className":8659,"ariaHidden":29},[28],[21,8661,8663,8666],{"className":8662},[33],[21,8664],{"className":8665,"style":38},[37],[21,8667,44],{"className":8668},[42,43],"), which replaces the importance ratio in the trace with the clipped factor ",[21,8671,8673],{"className":8672},[24],[21,8674,8676],{"className":8675,"ariaHidden":29},[28],[21,8677,8679,8682,8685,8688,8694,8697,8700,8703,8706,8746],{"className":8678},[33],[21,8680],{"className":8681,"style":249},[37],[21,8683,44],{"className":8684},[42,43],[21,8686],{"className":8687,"style":306},[200],[21,8689,8691],{"className":8690},[2814],[21,8692,7274],{"className":8693},[42,7273],[21,8695,293],{"className":8696},[292],[21,8698,220],{"className":8699},[42],[21,8701,302],{"className":8702},[301],[21,8704],{"className":8705,"style":306},[200],[21,8707,8709,8712],{"className":8708},[42],[21,8710,83],{"className":8711},[42,43],[21,8713,8715],{"className":8714},[87],[21,8716,8718,8738],{"className":8717},[91,92],[21,8719,8721,8735],{"className":8720},[96],[21,8722,8724],{"className":8723,"style":101},[100],[21,8725,8726,8729],{"style":104},[21,8727],{"className":8728,"style":109},[108],[21,8730,8732],{"className":8731},[113,114,115,116],[21,8733,120],{"className":8734},[42,43,116],[21,8736,125],{"className":8737},[124],[21,8739,8741],{"className":8740},[96],[21,8742,8744],{"className":8743,"style":132},[100],[21,8745],{},[21,8747,317],{"className":8748},[316]," — bounded (safe) yet not needlessly truncating when policies agree (efficient) — and proves convergence, including for the tabular Watkins's Q(",[21,8751,8753],{"className":8752},[24],[21,8754,8756],{"className":8755,"ariaHidden":29},[28],[21,8757,8759,8762],{"className":8758},[33],[21,8760],{"className":8761,"style":38},[37],[21,8763,44],{"className":8764},[42,43],"). Cited by Sutton & Barto (§12.10, Bibliographical Remarks). ",[15,8767,8605],{"href":8768,"ariaLabel":8769,"className":8770,"dataFootnoteBackref":6},"#user-content-fnref-retrace","Back to reference 3",[8604],[8207,8772,8774,1563,8777,1563,8779,8781,8782],{"id":8773},"user-content-fn-vtrace",[384,8775,8776],{},"Espeholt, Soyer, Munos, et al. (2018)",[1862,8778,7458],{},[169,8780,7455],{},": introduces V-trace, using two separately clipped importance ratios — one weighting the TD error (setting the fixed point) and one forming the trace product (setting convergence speed) — to correct for policy lag between distributed actors and a central learner without unbounded variance. ",[15,8783,8605],{"href":8784,"ariaLabel":8785,"className":8786,"dataFootnoteBackref":6},"#user-content-fnref-vtrace","Back to reference 4",[8604],{"title":6,"searchDepth":8788,"depth":8788,"links":8789},2,[8790,8791,8792,8793,8794],{"id":176,"depth":8788,"text":177},{"id":5730,"depth":8788,"text":5731},{"id":7105,"depth":8788,"text":7106},{"id":7886,"depth":8788,"text":7887},{"id":234,"depth":8788,"text":8202},[],"computer-science","This builds on\noff-policy eligibility traces,\nwhich generalized λ and γ to functions of state, folded the\nimportance ratio ρt​ into the trace with a control variate, and built\nWatkins's Q(λ) and Tree-Backup(λ). Every one of those methods was a\nsemi-gradient method — correct in expectation, but with no stability guarantee\nonce it bootstraps off-policy under function approximation. This lesson supplies\nthe stable methods, then turns to the practical cost of running traces.",false,"md",{"moduleNumber":8801,"lessonNumber":8802,"order":8803},3,14,314,"Approximate Solution Methods",true,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces",[],"---\ntitle: \"Stable Off-Policy Methods with Traces\"\nmodule: Approximate Solution Methods\nmoduleNumber: 3\nlessonNumber: 14\norder: 314\nsummary: >\n  Off-policy traces get the expected target right, but with $\\lambda \u003C 1$ they\n  bootstrap, so off-policy plus bootstrapping plus function approximation is the\n  deadly triad and the weights can diverge. This lesson carries the two one-step\n  fixes to traces: GTD(λ) and GQ(λ) add a second weight vector and a gradient\n  correction for true gradient descent on the projected Bellman error, while Emphatic\n  TD(λ) reweights updates through a followon trace and interest to recover the\n  on-policy stability. It closes with the implementation reality that traces are\n  cheap because they are sparse, and with Retrace and V-trace — the clipped-ratio\n  descendants that make off-policy traces work at deep-RL scale.\ntopics: [Approximation]\nsources:\n  - book: Sutton & Barto\n    ref: \"Ch. 12 — Eligibility Traces; §12.11 Stable Off-policy Methods with Traces; §12.12 Implementation Issues\"\n  - book: Sutton & Barto\n    ref: \"§12.13 Conclusions\"\n---\n\nThis builds on\n[off-policy eligibility traces](\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces),\nwhich generalized $\\lambda$ and $\\gamma$ to functions of state, folded the\nimportance ratio $\\rho_t$ into the trace with a control variate, and built\nWatkins's Q($\\lambda$) and Tree-Backup($\\lambda$). Every one of those methods was a\n_semi-gradient_ method — correct in expectation, but with no stability guarantee\nonce it bootstraps off-policy under function approximation. This lesson supplies\nthe stable methods, then turns to the practical cost of running traces.\n\n## Stable off-policy methods with traces\n\nEverything so far is a semi-gradient method, so with $\\lambda \u003C 1$ all of it\nbootstraps, and off-policy plus bootstrapping plus function approximation is the\n[deadly triad](\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad):\nthe weights can diverge to infinity, as Baird's counterexample showed. The same\ntwo families of one-step fixes from the deadly-triad lesson —\nGradient-TD and Emphatic-TD — extend to carry traces.[^sb-stable] All assume\nlinear function approximation, $\\hat v(s, \\mathbf{w}) = \\mathbf{w}^\\top \\mathbf{x}(s)$.\n\n**GTD($\\lambda$)** is the trace analogue of TDC, the better of the two Gradient-TD\nprediction methods. It follows a true stochastic-gradient direction on the\nprojected Bellman error, so it is stable even off-policy. It keeps a second\nweight vector $\\mathbf{v} \\in \\mathbb{R}^d$ (initialized to $\\mathbf{0}$) and a\nsecond step size $\\beta > 0$,\n\n$$\n\\mathbf{w}_{t+1} \\;\\doteq\\; \\mathbf{w}_t + \\alpha\\, \\delta_t^s\\, \\mathbf{z}_t - \\alpha \\gamma_{t+1}(1 - \\lambda_{t+1})\\big( \\mathbf{z}_t^\\top \\mathbf{v}_t \\big)\\, \\mathbf{x}_{t+1},\n$$\n\n$$\n\\mathbf{v}_{t+1} \\;\\doteq\\; \\mathbf{v}_t + \\beta\\, \\delta_t^s\\, \\mathbf{z}_t - \\beta\\big( \\mathbf{v}_t^\\top \\mathbf{x}_t \\big)\\, \\mathbf{x}_t,\n$$\n\nwith $\\delta_t^s$, $\\mathbf{z}_t$, and $\\rho_t$ defined as above. The extra term in\nthe $\\mathbf{w}$ update — the one with $\\mathbf{z}_t^\\top \\mathbf{v}_t$ — is the\ngradient correction that TDC adds to plain TD to make it a true gradient descent;\n$\\mathbf{v}$ is a slow secondary estimate of the expected TD error.\n\n**GQ($\\lambda$)** is the action-value counterpart, the Gradient-TD control method.\nIt learns $\\hat q(s, a, \\mathbf{w}) = \\mathbf{w}^\\top \\mathbf{x}(s,a) \\approx\nq_\\pi$, and if $\\pi$ is $\\varepsilon$-greedy (or otherwise biased toward greedy in\n$\\hat q$) it serves as a stable control algorithm. Its update mirrors GTD($\\lambda$)\nbut with the average next feature vector under the target policy,\n\n$$\n\\mathbf{w}_{t+1} \\;\\doteq\\; \\mathbf{w}_t + \\alpha\\, \\delta_t^a\\, \\mathbf{z}_t - \\alpha \\gamma_{t+1}(1 - \\lambda_{t+1})\\big( \\mathbf{z}_t^\\top \\mathbf{v}_t \\big)\\, \\bar{\\mathbf{x}}_{t+1},\n\\qquad\n\\bar{\\mathbf{x}}_t \\;\\doteq\\; \\sum_a \\pi(a \\mid S_t)\\, \\mathbf{x}(S_t, a),\n$$\n\nwhere the expectation-form TD error is $\\delta_t^a = R_{t+1} + \\gamma_{t+1}\n\\mathbf{w}_t^\\top \\bar{\\mathbf{x}}_{t+1} - \\mathbf{w}_t^\\top \\mathbf{x}_t$ and\n$\\mathbf{z}_t$ is the action-value off-policy trace. A useful hybrid, HTD($\\lambda$),\nsits between GTD($\\lambda$) and TD($\\lambda$): it is a _strict_ generalization of\nTD($\\lambda$), reducing to it exactly when the behavior policy happens to equal the\ntarget policy (something GTD($\\lambda$) does not do), which lets it get by with a\nsingle step size whenever both agree.\n\n**Emphatic TD($\\lambda$)** takes the other route to stability — it reweights\nupdates rather than correcting the gradient. It extends the one-step Emphatic-TD\nalgorithm to traces, keeps strong off-policy convergence guarantees, and enables\nany degree of bootstrapping, at the cost of higher variance and possibly slower\nconvergence. It needs no second weight vector,\n\n$$\n\\mathbf{w}_{t+1} \\;\\doteq\\; \\mathbf{w}_t + \\alpha\\, \\delta_t\\, \\mathbf{z}_t,\n\\qquad\n\\delta_t \\;\\doteq\\; R_{t+1} + \\gamma_{t+1}\\, \\mathbf{w}_t^\\top \\mathbf{x}_{t+1} - \\mathbf{w}_t^\\top \\mathbf{x}_t,\n$$\n\nbut the trace itself is scaled by an **emphasis** $M_t \\ge 0$ built from a\n**followon trace** $F_t \\ge 0$ and the per-state **interest** $I_t \\ge 0$,\n\n$$\n\\mathbf{z}_t \\;\\doteq\\; \\rho_t \\big( \\gamma_t \\lambda_t\\, \\mathbf{z}_{t-1} + M_t\\, \\mathbf{x}_t \\big),\n\\qquad\nM_t \\;\\doteq\\; \\lambda_t\\, I_t + (1 - \\lambda_t)\\, F_t,\n\\qquad\nF_t \\;\\doteq\\; \\rho_{t-1} \\gamma_t\\, F_{t-1} + I_t.\n$$\n\nThe followon trace accumulates how much later states \"follow on\" from states we\ncare about, and the emphasis it produces steers learning toward the states that\nmatter under the target policy. The interest $I_t$ lets the user declare which\nstates the prediction should be accurate at; setting $I_t \\equiv 1$ makes every\nstate equally interesting.\n\n$$\n% caption: The followon trace $F_t$ in Emphatic TD. Interest $I=1$ is declared at\n% one state; $F_t = \\rho_{t-1}\\gamma_t F_{t-1} + I_t$ carries that interest forward\n% along the trajectory, decaying by $\\rho\\gamma$ per step, so downstream states that\n% follow on from the interesting one inherit emphasis $M_t$ and are learned even\n% though their own interest is zero.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  st\u002F.style={circle, draw, minimum size=8mm, inner sep=0pt, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[st, draw=acc, text=acc, thick] (s0) at (0,0) {s0};\n  \\node[st] (s1) at (2.3,0) {s1};\n  \\node[st] (s2) at (4.6,0) {s2};\n  \\node[st] (s3) at (6.9,0) {s3};\n  \\draw[->, thick] (s0) -- (s1);\n  \\draw[->, thick] (s1) -- (s2);\n  \\draw[->, thick] (s2) -- (s3);\n  \\node[acc, anchor=south, font=\\scriptsize] at (0,0.6) {I = 1};\n  \\foreach \\x in {2.3,4.6,6.9} \\node[anchor=south, font=\\scriptsize] at (\\x,0.6) {I = 0};\n  % followon values decaying\n  \\node[red, anchor=north, font=\\scriptsize] at (0,-0.6) {F = 1.0};\n  \\node[red, anchor=north, font=\\scriptsize] at (2.3,-0.6) {F = 0.8};\n  \\node[red, anchor=north, font=\\scriptsize] at (4.6,-0.6) {F = 0.6};\n  \\node[red, anchor=north, font=\\scriptsize] at (6.9,-0.6) {F = 0.5};\n  \\node[red, anchor=west, font=\\scriptsize] at (7.6,0) {emphasis carried forward};\n\\end{tikzpicture}\n$$\n\n$$\n% caption: The two stability strategies for traces. Gradient-TD (GTD\u002FGQ) adds a\n% second weight vector v and a correction term to follow a true gradient on the\n% projected Bellman error. Emphatic-TD keeps one weight vector but scales the\n% trace by an emphasis M built from the followon trace F and interest I. Both take\n% the unstable semi-gradient trace method and return the off-policy convergence\n% guarantee.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  box\u002F.style={draw, minimum width=30mm, minimum height=13mm, align=center, font=\\scriptsize},\n  hub\u002F.style={draw, thick, minimum width=34mm, minimum height=11mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[hub, draw=red, text=red] (unstable) at (0,2.3) {semi-gradient trace\\\\(unstable of\\\u002Ff-policy)};\n  \\node[box, draw=acc] (grad) at (-3.3,-0.2) {Gradient-TD\\\\GTD(lambda), GQ(lambda)\\\\second vector v + correction};\n  \\node[box, draw=acc] (emph) at (3.3,-0.2) {Emphatic-TD\\\\ETD(lambda)\\\\emphasis M, follo\\\u002Fwon F};\n  \\node[hub, draw=acc, text=acc] (stable) at (0,-2.5) {stable of\\\u002Ff-policy\\\\with traces};\n  \\draw[->, thick] (unstable) -- (grad);\n  \\draw[->, thick] (unstable) -- (emph);\n  \\draw[->, acc, thick] (grad) -- (stable);\n  \\draw[->, acc, thick] (emph) -- (stable);\n\\end{tikzpicture}\n$$\n\nThe two strategies differ even on-policy. With every $\\rho_t = 1$, Emphatic\nTD($\\lambda$) is _not_ identical to conventional TD($\\lambda$), and the difference\nmatters for guarantees: Emphatic TD($\\lambda$) is proven to converge for _all_\nstate-dependent $\\lambda$ functions, whereas TD($\\lambda$) is guaranteed\nconvergent only for _constant_ $\\lambda$ — Yu's counterexample shows a variable\n$\\lambda$ on which TD($\\lambda$) fails. So the emphatic weighting is not only an\noff-policy correction; it also provides convergence across the full\nvariable-$\\lambda$ family, which the plain method cannot claim.\n\n## Implementation issues\n\nA naive reading makes traces look expensive: every state (or state-action pair)\nseems to need its value and its trace updated on every step, which in the tabular\ncase would be far more work than a one-step method. In practice it is not, because\nfor typical $\\lambda$ and $\\gamma$ the traces of almost all states are almost\nalways essentially zero. Only the handful of recently visited states carry a trace\nsignificantly above zero, and only those need updating to closely approximate the\nalgorithm.[^sb-impl]\n\n$$\n% caption: Sparse traces. For typical $\\lambda, \\gamma$ the trace decays\n% geometrically, so only the few most recently visited states hold a trace above a\n% small threshold (shaded, the active set); the rest are negligible and can be\n% skipped. A tabular implementation tracks only the active few, costing a small\n% constant multiple of a one-step update.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  % axes\n  \\draw[->, black] (0,0) -- (8.4,0);\n  \\node[anchor=north east, font=\\scriptsize] at (8.4,-0.08) {states, oldest to newest};\n  \\draw[->, black] (0,0) -- (0,3.2);\n  \\node[anchor=south, font=\\scriptsize, rotate=90] at (-0.3,1.6) {trace magnitude};\n  % threshold line\n  \\draw[black, dashed] (0,0.55) -- (8.0,0.55);\n  \\node[anchor=west, font=\\scriptsize, text=black] at (3.5,0.82) {threshold};\n  % bars: rising toward the right (most recent = largest)\n  \\foreach \\i\u002F\\h in {0\u002F0.06,1\u002F0.09,2\u002F0.14,3\u002F0.22,4\u002F0.34,5\u002F0.52,6\u002F0.8,7\u002F1.25,8\u002F1.9,9\u002F2.9} {\n    \\pgfmathsetmacro{\\xx}{0.35+\\i*0.78}\n    \\ifdim \\h pt>0.55pt\n      \\fill[acc!25] (\\xx-0.22,0) rectangle (\\xx+0.22,\\h);\n      \\draw[acc] (\\xx-0.22,0) rectangle (\\xx+0.22,\\h);\n    \\else\n      \\fill[black] (\\xx-0.22,0) rectangle (\\xx+0.22,\\h);\n      \\draw[black] (\\xx-0.22,0) rectangle (\\xx+0.22,\\h);\n    \\fi\n  }\n  \\node[acc, anchor=south, font=\\scriptsize] at (6.6,2.95) {active set (updated)};\n  \\node[black, anchor=south west, font=\\scriptsize] at (0.15,0.95) {negligible (skipped)};\n\\end{tikzpicture}\n$$\n\nKeeping only the significant traces makes the cost of tabular eligibility traces\ntypically a small multiple — a few times — that of a one-step method, the exact\nfactor depending on $\\lambda$, $\\gamma$, and the cost of the other computations.\nThe tabular case is in a sense the _worst_ case for trace overhead. Once function\napproximation is used the relative penalty shrinks: with an artificial neural\nnetwork and backpropagation, adding traces roughly _doubles_ the memory and\ncomputation per step, since the trace vector is simply another vector the size of\n$\\mathbf{w}$. Truncated $\\lambda$-return methods offer another efficient route on\nconventional computers, though they always demand some extra memory.\n\nThere is also the choice of trace _vector_ itself, carried over from the on-policy\nlesson but now more consequential off-policy. The **accumulating trace**\n$\\mathbf{z}_t = \\gamma_t \\lambda_t \\mathbf{z}_{t-1} + \\nabla \\hat v$ adds the new\ngradient on top of the decayed old trace and is the general form derived above. The\n**dutch trace** of true online methods folds a step-size term into the increment to\nachieve exact forward\u002Fbackward equivalence. The older **replacing trace**, defined for\nbinary features by overwriting the visited component to $1$ rather than incrementing\nit, guards against the runaway growth accumulating traces can suffer when a feature\nrecurs quickly. Off-policy, the $\\rho_t$ factors amplify traces further, so the\nchoice of trace vector and the variance it induces is not a cosmetic detail.\n\n| Trace | Update (linear, feature $\\mathbf{x}_t$) | Where it comes from |\n| --- | --- | --- |\n| Accumulating | $\\mathbf{z}_t = \\gamma_t \\lambda_t \\mathbf{z}_{t-1} + \\mathbf{x}_t$ | general TD($\\lambda$); off-policy scales by $\\rho_t$ |\n| Dutch | $\\mathbf{z}_t = \\gamma_t \\lambda_t \\mathbf{z}_{t-1} + (1 - \\alpha \\gamma_t \\lambda_t \\mathbf{z}_{t-1}^\\top \\mathbf{x}_t)\\mathbf{x}_t$ | true online TD($\\lambda$), exact equivalence |\n| Replacing | set trace of active binary feature to $1$ | older method, tames accumulation blowups |\n\n## Retrace and V-trace in deep RL\n\nThe off-policy trace of this lesson scales by the raw ratio $\\rho_t$, which is\nthe source of its variance problem: a product of ratios can explode when\nthe behavior policy rarely takes actions the target policy favors. Two developments\nafter Sutton and Barto tame that product directly, and both are now standard in\nlarge-scale RL.\n\n**Retrace($\\lambda$)** (Munos, Stepleton, Harutyunyan, and Bellemare 2016, _NeurIPS_,\n\"Safe and Efficient Off-Policy Reinforcement Learning\") replaces $\\rho_t$ in the\ntrace with the **clipped** ratio $\\lambda \\min(1, \\rho_t)$. Clipping at $1$ caps the\nper-step amplification so the trace can never blow up, no matter how far $b$ is from\n$\\pi$ — the property Retrace calls _safe_. Yet when the two policies agree the\nclipped ratio stays near $1$, so it does not needlessly cut traces short the way\nWatkins's Q($\\lambda$) does — the property it calls _efficient_. Retrace sits exactly\nbetween the two crude ancestors this lesson built: it keeps the smooth,\nimportance-sampling-style correction but bounds it, and Munos et al. proved it\nconvergent (the same paper that established convergence of the tabular Watkins's\nQ($\\lambda$) this lesson mentions). Sutton and Barto cite this result\ndirectly.[^retrace]\n\n$$\n% caption: How Retrace bounds the trace factor. The raw importance ratio (red) rises\n% without limit as the target\u002Fbehavior probability gap grows; Retrace's clipped\n% factor min(1, rho) (blue) is capped at 1, so the trace product cannot explode,\n% while still tracking rho when the policies nearly agree (rho near 1).\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\draw[black, ->] (0,0) -- (6.4,0) node[anchor=north east, font=\\scriptsize] {ratio rho};\n  \\draw[black, ->] (0,0) -- (0,3.4) node[anchor=south east, font=\\scriptsize] {trace factor};\n  % raw rho: y = x (up to 3)\n  \\draw[red, thick] (0,0) -- (3.0,3.0);\n  \\node[red, anchor=west, font=\\scriptsize] at (3.1,3.0) {raw rho};\n  % clipped min(1,rho): rises to 1 then flat\n  \\draw[acc, very thick] (0,0) -- (1.0,1.0) -- (6.0,1.0);\n  \\node[acc, anchor=south, font=\\scriptsize] at (4.2,1.05) {min(1, rho): capped};\n  % marker at rho=1\n  \\draw[black, dashed] (1.0,0) -- (1.0,1.0);\n  \\node[anchor=north, font=\\scriptsize, text=black] at (1.0,-0.05) {rho = 1};\n\\end{tikzpicture}\n$$\n\n**V-trace** (Espeholt et al. 2018, _ICML_, \"IMPALA: Scalable Distributed Deep-RL\nwith Importance Weighted Actor-Learner Architectures\") carries the same clipping\ninto a distributed setting where many actors generate experience on slightly stale\npolicies while a central learner updates. V-trace uses two separately clipped\nratios: one, $\\bar\\rho = \\min(\\bar{c}_\\rho, \\rho_t)$, weights the temporal-difference\nerror and controls the fixed point the value function converges to; another,\n$c_i = \\min(\\bar{c}, \\rho_i)$, forms the trace product and controls the speed of\nconvergence. Splitting the two clips lets IMPALA correct for the lag between actor\nand learner policies without the variance of an unclipped product — the same\ncontrol-variate-and-clip philosophy as Retrace, engineered for throughput at\nscale.[^vtrace] Both methods are the direct descendants of the off-policy trace\nderived here: keep the $\\rho_t$ correction that makes the target right in\nexpectation, but bound the product that makes its variance dangerous.\n\n## What off-policy traces buy, and where the walls are\n\nTraces plus TD errors give a cheap, incremental way to slide along the whole\ncontinuum from one-step TD to Monte Carlo, and the two generalizations of this\nlesson push that machinery to its most general form. Variable $\\lambda$ and\n$\\gamma$ turn the constants into functions, unify episodic and continuing tasks in\na single stream, and fold termination into a state-dependent discount. Control\nvariates fold the importance ratio $\\rho_t$ into the trace and dampen the variance\nit brings, giving efficient off-policy TD($\\lambda$) and Expected-Sarsa($\\lambda$).\nWatkins's Q($\\lambda$) cuts the trace on the first non-greedy action; TB($\\lambda$)\nreplaces that hard cut with a smooth target-policy weighting and needs no\nimportance sampling at all.\n\nTwo limits remain. The first is variance: every off-policy method built\non importance sampling inherits its variance, and $\\rho_t$ products can be large.\nControl variates reduce it; they do not remove it. The second is stability: whenever\n$\\lambda \u003C 1$ the algorithms bootstrap, so the deadly triad applies, and the plain\nsemi-gradient forms can diverge under function approximation. That is what\nGTD($\\lambda$), GQ($\\lambda$), and Emphatic TD($\\lambda$) are for — the trace-carrying\ndescendants of the gradient-TD and emphatic fixes, trading a second weight vector or\nan emphasis reweighting for the convergence guarantee. Off-policy learning splits\ninto two halves: correcting the _expected value_ of the targets, which off-policy\ntraces handle well, and correcting the _distribution_ of updates, which is the hard\nhalf these stable methods address.\n\nThe [policy-gradient lesson](\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods)\ntakes a different route to control entirely, optimizing a parameterized policy\ndirectly instead of deriving one from learned values — sidestepping the deadly\ntriad rather than repairing it.\n\n[^sb-stable]: **Sutton & Barto**, §12.11 — Stable Off-policy Methods with Traces: GTD($\\lambda$) (analogue of TDC, update 12.30), GQ($\\lambda$) (Gradient-TD control with average next feature $\\bar{\\mathbf{x}}_t$), HTD($\\lambda$) as a strict TD($\\lambda$) generalization, and Emphatic TD($\\lambda$) with emphasis $M_t$, followon trace $F_t$, and interest $I_t$; Emphatic TD($\\lambda$) converges for all state-dependent $\\lambda$ while TD($\\lambda$) is guaranteed only for constant $\\lambda$ (Yu's counterexample).\n[^sb-impl]: **Sutton & Barto**, §12.12 — Implementation Issues: for typical $\\lambda, \\gamma$ almost all traces are near zero, so only the few significant ones need updating; the tabular case is the worst case, and function approximation (e.g. an ANN with backpropagation) roughly doubles per-step memory and computation. §12.13 — Conclusions: eligibility traces as the first line of defense for long-delayed rewards and non-Markov tasks.\n[^retrace]: **Munos, Stepleton, Harutyunyan, and Bellemare (2016)**, \"Safe and Efficient Off-Policy Reinforcement Learning\", _Advances in Neural Information Processing Systems (NeurIPS)_: introduces Retrace($\\lambda$), which replaces the importance ratio in the trace with the clipped factor $\\lambda\\min(1,\\rho_t)$ — bounded (safe) yet not needlessly truncating when policies agree (efficient) — and proves convergence, including for the tabular Watkins's Q($\\lambda$). Cited by Sutton & Barto (§12.10, Bibliographical Remarks).\n[^vtrace]: **Espeholt, Soyer, Munos, et al. (2018)**, \"IMPALA: Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures\", _ICML_: introduces V-trace, using two separately clipped importance ratios — one weighting the TD error (setting the fixed point) and one forming the trace product (setting convergence speed) — to correct for policy lag between distributed actors and a central learner without unbounded variance.\n",{"text":8810,"minutes":8811,"time":8812,"words":8813},"9 min read",8.325,499500,1665,{"title":5,"description":8797},[8816,8818],{"book":8212,"ref":8817},"Ch. 12 — Eligibility Traces; §12.11 Stable Off-policy Methods with Traces; §12.12 Implementation Issues",{"book":8212,"ref":8819},"§12.13 Conclusions","available","07.reinforcement-learning\u002F03.approximation\u002F14.stable-off-policy-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",[8824],"Approximation","Ah8j7D7pG9Mcsr0GsmJsZzlrxLBFjoI7hgoGyhgD5Uk",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":8827,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":8828,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":8829,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":8830,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":8831,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":8832,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":8833,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":8834,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":8835,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":8836,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":8837,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":8838,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":8839,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":8840,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":8841,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":8842,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":8843,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":8844,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":8845,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":8846,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":8847,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":8848,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":8849,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":8850,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":8851,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":8852,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":8853,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":8854,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":8855,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":8856,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":8857,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":8858,"\u002Falgorithms\u002Fsequences\u002Ftries":8859,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":8860,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":8861,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":8862,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":8863,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":8864,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":8865,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":8866,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":8867,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":8868,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":8869,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":8870,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":8871,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":8872,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":8873,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":8874,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":8875,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":8876,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":8877,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":8878,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":8879,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":8880,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":8881,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":8882,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":8883,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":8884,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":8885,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":8886,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":8887,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":8888,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":8889,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":8890,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":8891,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":8892,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":8893,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":8894,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":8895,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":8896,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":8897,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":8898,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":8899,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":8900,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":8901,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":8902,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":8903,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":8904,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":8905,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":8906,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":8907,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":8908,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":8909,"\u002Falgorithms":8910,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":8911,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":8912,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":8913,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":8914,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":8915,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":8916,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":8917,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":8918,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":8919,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":8920,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":8921,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":8922,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":8923,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":8924,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":8925,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":8926,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":8927,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":8928,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":8929,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":8930,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":8931,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":8932,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":8933,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":8934,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":8935,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":8936,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":8937,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":8938,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":8939,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":8940,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":8941,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":8942,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":8943,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":8944,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":8925,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":8945,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":8946,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":8947,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":8915,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":8948,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":8949,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":8950,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":8951,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":8952,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":8953,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":8954,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":8955,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":8956,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":8957,"\u002Fcalculus":8958,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":8959,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":8960,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":8961,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":8962,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":8963,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":8964,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":8965,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":8966,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":8967,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":8968,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":8969,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":8970,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":8971,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":8972,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":8973,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":8974,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":8975,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":8976,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":8977,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":8978,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":8979,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":8980,"\u002Fmechanics\u002Frotation\u002Frolling-motion":8981,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":8982,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":8983,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":8984,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":8985,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":8986,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":8987,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":8988,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":8989,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":8990,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":8991,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":8992,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":8993,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":8994,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":8995,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":8996,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":8997,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":8998,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":8999,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":9000,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":9001,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":9002,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":9003,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":9004,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":9005,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":9006,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":9007,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":9008,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":9009,"\u002Fmechanics":9010,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":9011,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":9012,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":9013,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":9014,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":9015,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":9016,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":9017,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":9018,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":9019,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":9020,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":9021,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":9022,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":8999,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":9023,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":9024,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":9025,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":8995,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":8860,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":9026,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":8986,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":9027,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":9028,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":9029,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":9030,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":9031,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":9032,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":9033,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":9034,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":9035,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":8960,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":9036,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":9037,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":9038,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":9039,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":9040,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":9041,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":9042,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":9043,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":8978,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":8977,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":9044,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":9045,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":9046,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":9047,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":9048,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":9049,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":9050,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":9051,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":9052,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":9004,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":9002,"\u002Felectricity-and-magnetism":9053,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":9054,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":9055,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":9056,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":9057,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":9058,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":9059,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":9060,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":9061,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":9062,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":8912,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":9063,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":9064,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":8916,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":9065,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":9066,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":9067,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":9068,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":9069,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":9070,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":9071,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":9072,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":9073,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":9074,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":9075,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":9076,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":9077,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":9078,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":9079,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":9080,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":9081,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":9082,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":9083,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":9084,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":8951,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":9085,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":9086,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":9087,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":9088,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":9089,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":9090,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":9091,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":9092,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":9093,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":9094,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":9095,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":9096,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":9097,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":9098,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":9099,"\u002Flinear-algebra":9100,"\u002Ftheory-of-computation":9101,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":9102,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":9103,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":9104,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":9105,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":9106,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":9107,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":9108,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":9109,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":9110,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":9111,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":9112,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":9113,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":9114,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":9115,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":9116,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":9117,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":9118,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":9119,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":9120,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":9121,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":9122,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":9123,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":9124,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":9125,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":9126,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":9127,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":9128,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":9129,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":9130,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":9131,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":9132,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":9133,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":9134,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":9135,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":9136,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":9137,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":9138,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":9139,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":9140,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":9141,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":9142,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":9143,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":9144,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":9145,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":9146,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":9147,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":9148,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":9149,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":9150,"\u002Fcomputer-architecture":9101,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":9151,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":9152,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":9153,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":8916,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":9154,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":8915,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":8922,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":9155,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":9156,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":8956,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":9157,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":9158,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":9159,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":9160,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":9161,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":9162,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":9163,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":9164,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":9165,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":9166,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":9167,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":9168,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":9163,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":9169,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":9170,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":9171,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":9172,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":9173,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":9174,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":9175,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":9176,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":9177,"\u002Fdifferential-equations":9178,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":9179,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":9180,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":9181,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":9182,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":9061,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":9183,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":9184,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":9185,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":9186,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":9187,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":9188,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":8931,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":9189,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":9190,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":9191,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":9192,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":9193,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":9194,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":9195,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":9196,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":9197,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":9198,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":9153,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":9199,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":9200,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":9201,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":9202,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":9203,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":9082,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":9204,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":9205,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":9092,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":9206,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":9207,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":9208,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":9209,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":9210,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":9211,"\u002Frelativity":9212,"\u002Fphysical-computing":9101,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":9213,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":9192,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":9214,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":9215,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":9216,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":9217,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":9218,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":9219,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":9220,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":9168,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":9092,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":9221,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":9222,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":9223,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":9224,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":9220,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":9225,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":9200,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":8953,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":9226,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":9227,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":8933,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":9228,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":9229,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":9230,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":9231,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":9232,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":9233,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":9234,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":9235,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":9236,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":9192,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":9237,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":9238,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":9239,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":9226,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":8914,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":9240,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":9241,"\u002Fquantum-mechanics":9242,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":9176,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":9243,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":9244,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":9065,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":9245,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":8951,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":9246,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":9247,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":9088,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":9198,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":9248,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":9249,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":9250,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":9251,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":9252,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":9225,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":9253,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":9058,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":9254,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":9255,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":8912,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":9256,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":9257,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":9214,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":8941,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":9092,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":9258,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":9259,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":9077,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":9202,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":9260,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":9261,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":9262,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":9097,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":9263,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":9264,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":9265,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":9265,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":9266,"\u002Freal-analysis":9267,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":9268,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":9269,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":9270,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":9271,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":9272,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":9273,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":9274,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":9275,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":9276,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":9277,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":9241,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":9278,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":9270,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":9187,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":9279,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":9280,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":9281,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":9282,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":9283,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":9284,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":9285,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":9286,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":9280,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":9287,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":9256,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":9288,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":9289,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":9290,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":9291,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":9292,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":9293,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":9294,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":9295,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":9296,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":9297,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":8930,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":9298,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":9299,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":9172,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":9300,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":9301,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":9229,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":9301,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":9302,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":9303,"\u002Fabstract-algebra":9304,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":9305,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":9306,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":9307,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":9308,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":9309,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":9221,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":9310,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":9311,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":9312,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":9313,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":9314,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":9315,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":9316,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":9055,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":9184,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":8930,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":9317,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":8914,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":9318,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":9319,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":8952,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":9246,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":9320,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":9321,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":9322,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":9323,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":9324,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":9325,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":9326,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":9327,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":9328,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":9329,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":9330,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":9331,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":9332,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":9333,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":9277,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":9334,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":9335,"\u002Fatomic-physics":9336,"\u002Fdatabases":9101,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":9337,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":9338,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":9339,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":9268,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":9340,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":9341,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":9342,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":9343,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":9344,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":9345,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":9346,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":9347,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":9348,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":9349,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":9350,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":9351,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":9352,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":9353,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":9354,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":9355,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":9356,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":9357,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":9358,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":9359,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":9350,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":9360,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":9361,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":9362,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":9363,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":9364,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":9309,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":9365,"\u002Fcategory-theory":9366,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":9367,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":9368,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":9369,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":9370,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":9371,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":9372,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":9331,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":9373,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":9374,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":9375,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":9376,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":9377,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":9378,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":9379,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":9380,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":9381,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":9382,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":9383,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":9384,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":9385,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":9386,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":9387,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":9388,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":9389,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":9390,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":9391,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":9392,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":9393,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":9394,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":9395,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":9396,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":9397,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":9398,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":9399,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":9343,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":9400,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":9401,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":9402,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":9403,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":9404,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":9405,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":9406,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":8895,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":9407,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":9408,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":9131,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":9409,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":9410,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":9411,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":9412,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":9413,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":9414,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":9415,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":9416,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":9417,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":9418,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":9419,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":9420,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":9104,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":9421,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":9422,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":9423,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":9424,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":9141,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":9425,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":9426,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":9427,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":9428,"\u002Fdeep-learning":9101,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":9429,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":9226,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":9430,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":9431,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":9432,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":9433,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":9434,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":9435,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":9436,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":9437,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":9273,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":9438,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":9439,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":9440,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":9160,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":8953,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":9441,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":9442,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":9443,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":9087,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":9444,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":9445,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":9165,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":9092,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":9446,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":9061,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":8931,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":8947,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":9447,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":9448,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":9449,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":9079,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":9450,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":8941,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":9451,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":9452,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":9453,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":9454,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":9275,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":9455,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":9456,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":9457,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":9458,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":9221,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":9459,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":9199,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":9460,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":9060,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":9461,"\u002Fstatistical-mechanics":9462,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":9463,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":8926,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":9186,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":9464,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":9465,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":9466,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":9467,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":9468,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":9469,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":9059,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":9470,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":9471,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":9472,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":9473,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":9202,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":9474,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":9475,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":9476,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":9477,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":9478,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":9257,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":9201,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":9479,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":9480,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":9481,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":9482,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":9192,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":9483,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":9484,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":9429,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":9329,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":9056,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":9485,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":8922,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":9486,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":9487,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":9067,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":9488,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":9322,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":9489,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":8914,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":9490,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":8925,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":9491,"\u002Fcondensed-matter":9242,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":9492,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":9493,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":9494,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":9495,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":8939,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":9496,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":9497,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":8939,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":9498,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":9352,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":9499,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":9500,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":9501,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":9499,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":9502,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":9503,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":9504,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":9505,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":9506,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":9507,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":9508,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":9509,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":9430,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":9510,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":9503,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":9511,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":9512,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":9145,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":9513,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":9330,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":9514,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":9515,"\u002Flogic":9516,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":9517,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":9518,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":9131,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":9519,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":9520,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":9521,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":9522,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":9512,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":9523,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":9524,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":9525,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":9423,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":9526,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":9527,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":9528,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":9529,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":9530,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":9148,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":9531,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":9532,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":9533,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":9534,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":9339,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":9535,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":9511,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":9536,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":9537,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":9538,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":9159,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":9539,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":9289,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":8813,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":9540,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":9121,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":9541,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":9542,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":9543,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":9544,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":9545,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":9399,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":9546,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":9547,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":9548,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":9434,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":9549,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":9550,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":9551,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":9148,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":9215,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":9552,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":9553,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":9554,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":9555,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":9556,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":9557,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":9558,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":9559,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":9560,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":9561,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":9562,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":9563,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":9564,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":9565,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":9566,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":9567,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":9568,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":9569,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":9570,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":9571,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":9572,"\u002Freinforcement-learning":9101,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":9573,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":9574,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":9575,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":9576,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":9577,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":9578,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":9579,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":9580,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":9581,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":9582,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":9583,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":9584,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":9585,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":9428,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":9283,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":9586,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":9587,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":9588,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":9589,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":9590,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":9591,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":9410,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":9592,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":9593,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":9594,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":9595,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":9596,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":9597,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":9598,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":9599,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":9600,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":9601,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":9602,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":9603,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":9342,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":9593,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":9604,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":8882,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":9605,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":9606,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":9607,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":9608,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":9609,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":9391,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":9610,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":9611,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":9612,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":9613,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":9614,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":9615,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":9616,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":9617,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":9618,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":9619,"\u002Fartificial-intelligence":9101,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":9358,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":9620,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":8918,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":8916,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":9452,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":9621,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":8944,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":9254,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":9622,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":9623,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":9624,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":9314,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":9625,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":9626,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":9627,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":9513,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":9628,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":9629,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":8928,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":9157,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":9630,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":9258,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":9631,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":9632,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":9153,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":9241,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":9633,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":9634,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":9635,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":8923,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":9298,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":9160,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":9636,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":9208,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":9272,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":9637,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":9638,"\u002Fnuclear-physics":9639,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":9640,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":9641,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":9279,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":9642,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":9643,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":9644,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":9127,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":9645,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":9646,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":9424,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":9647,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":9592,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":9648,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":9649,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":9650,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":9651,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":9652,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":9653,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":9654,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":9105,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":9655,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":9656,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":9598,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":9657,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":9658,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":9659,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":9660,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":9661,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":9662,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":9663,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":9664,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":9523,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":9665,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":9666,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":9667,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":9668,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":9669,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":9670,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":9671,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":9672,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":9673,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":9674,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":9675,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":9676,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":9377,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":9543,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":9133,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":9677,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":9678,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":9679,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":9680,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":9391,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":9681,"\u002Fnatural-language-processing":9101,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":9682,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":9299,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":9683,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":9444,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":9684,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":9685,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":9633,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":9686,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":9687,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":9249,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":8951,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":9688,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":9203,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":9689,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":9236,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":9690,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":9490,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":9691,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":9692,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":9459,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":9693,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":8922,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":9694,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":9695,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":9696,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":9240,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":9456,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":9697,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":9698,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":9315,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":9699,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":9360,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":9700,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":9701,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":9249,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":9282,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":9702,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":9703,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":9704,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":9338,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":9705,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":9079,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":9706,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":9182,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":9707,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":9708,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":9506,"\u002Fparticle-physics":9709,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":9300,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":9454,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":9710,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":9239,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":9711,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":9299,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":9211,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":9712,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":9713,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":9714,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":9715,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":9716,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":9505,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":9436,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":9717,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":9718,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":9719,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":9720,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":9632,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":9721,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":9195,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":9258,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":9240,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":9722,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":9324,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":8940,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":9723,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":9724,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":9455,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":9725,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":9726,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":9727,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":9728,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":8921,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":9729,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":9730,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":9182,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":9731,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":9732,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":9448,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":9103,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":9733,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":9734,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":9360,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":9346,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":9358,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":9455,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":9735,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":8920,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":9112,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":9736,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":9199,"\u002Fastrophysics-cosmology":9304,"\u002Fcolophon":9737,"\u002F":9101},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,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,1737,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":9739,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":9744,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":9748,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":9752,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":9756,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":9760,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":9764,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":9769,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":9773,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":9777,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":9781,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":9786,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":9790,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":9794,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":9798,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":9803,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":9807,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":9811,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":9815,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":9819,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":9823,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":9827,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":9831,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":9835,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":9839,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":9843,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":9847,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":9852,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":9856,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":9860,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":9864,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":9868,"\u002Falgorithms\u002Fsequences\u002Ftries":9872,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":9876,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":9880,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":9885,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":9889,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":9893,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":9897,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":9901,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":9905,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":9909,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":9913,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":9917,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":9921,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":9925,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":9929,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":9933,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":9937,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":9942,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":9946,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":9950,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":9954,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":9958,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":9963,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":9967,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":9971,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":9975,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":9979,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":9983,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":9987,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":9991,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":9995,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":9999,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":10003,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":10008,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":10012,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":10016,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":10020,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":10025,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":10029,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":10033,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":10037,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":10041,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":10045,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":10049,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":10054,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":10058,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":10062,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":10066,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":10071,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":10075,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":10079,"\u002Falgorithms":10083,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":10086,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":10091,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":10095,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":10099,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":10103,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":10108,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":10112,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":10116,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":10120,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":10125,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":10129,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":10133,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":10137,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":10142,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":10146,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":10150,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":10155,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":10159,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":10163,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":10168,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":10172,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":10176,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":10181,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":10185,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":10189,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":10193,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":10198,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":10202,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":10206,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":10211,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":10215,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":10219,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":10223,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":10227,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":10232,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":10236,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":10240,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":10244,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":10248,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":10253,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":10256,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":10260,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":10264,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":10268,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":10273,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":10277,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":10281,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":10285,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":10289,"\u002Fcalculus":10293,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":10296,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":10300,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":10304,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":10309,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":10313,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":10317,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":10321,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":10325,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":10330,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":10334,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":10338,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":10342,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":10346,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":10351,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":10355,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":10359,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":10363,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":10367,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":10372,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":10376,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":10380,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":10385,"\u002Fmechanics\u002Frotation\u002Frolling-motion":10389,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":10393,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":10397,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":10401,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":10405,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":10410,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":10414,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":10418,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":10422,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":10426,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":10430,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":10434,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":10439,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":10443,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":10447,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":10451,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":10455,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":10459,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":10463,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":10467,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":10471,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":10475,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":10479,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":10483,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":10488,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":10492,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":10496,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":10500,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":10504,"\u002Fmechanics":10508,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":10511,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":10516,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":10520,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":10524,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":10528,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":10532,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":10537,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":10541,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":10546,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":10550,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":10554,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":10558,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":10562,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":10567,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":10571,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":10575,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":10579,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":10584,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":10588,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":10592,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":10597,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":10601,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":10605,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":10609,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":10613,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":10618,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":10622,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":10626,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":10630,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":10634,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":10638,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":10643,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":10647,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":10651,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":10655,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":10659,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":10663,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":10667,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":10671,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":10676,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":10680,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":10684,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":10688,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":10692,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":10697,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":10701,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":10705,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":10709,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":10713,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":10718,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":10722,"\u002Felectricity-and-magnetism":10726,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":10729,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":10734,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":10738,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":10742,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":10746,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":10750,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":10755,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":10759,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":10763,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":10767,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":10771,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":10776,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":10780,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":10784,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":10789,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":10793,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":10797,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":10801,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":10805,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":10809,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":10813,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":10818,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":10822,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":10826,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":10830,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":10834,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":10838,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":10842,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":10847,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":10851,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":10855,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":10859,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":10863,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":10867,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":10872,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":10876,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":10880,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":10884,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":10888,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":10893,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":10897,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":10901,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":10905,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":10909,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":10913,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":10918,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":10922,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":10926,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":10930,"\u002Flinear-algebra":10934,"\u002Ftheory-of-computation":10937,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":10940,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":10944,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":10948,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":10952,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":10956,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":10960,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":10965,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":10969,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":10973,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":10977,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":10981,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":10985,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":10989,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":10994,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":10998,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":11002,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":11006,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":11010,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":11015,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":11019,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":11023,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":11027,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":11031,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":11036,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":11040,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":11044,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":11048,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":11052,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":11057,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":11061,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":11065,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":11069,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":11073,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":11078,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":11082,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":11086,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":11090,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":11094,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":11099,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":11103,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":11107,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":11112,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":11116,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":11121,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":11125,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":11129,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":11133,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":11137,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":11142,"\u002Fcomputer-architecture":11146,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":11149,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":11153,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":11157,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":11162,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":11166,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":11170,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":11174,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":11178,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":11182,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":11187,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":11191,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":11195,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":11199,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":11203,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":11207,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":11212,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":11216,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":11220,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":11225,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":11229,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":11234,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":11238,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":11242,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":11247,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":11251,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":11256,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":11260,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":11264,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":11269,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":11273,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":11277,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":11282,"\u002Fdifferential-equations":11286,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":11289,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":11294,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":11298,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":11302,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":11306,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":11310,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":11315,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":11319,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":11323,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":11327,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":11332,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":11336,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":11340,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":11344,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":11349,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":11353,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":11357,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":11361,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":11366,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":11370,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":11374,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":11378,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":11382,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":11386,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":11391,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":11395,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":11399,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":11404,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":11408,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":11412,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":11416,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":11421,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":11425,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":11429,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":11434,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":11438,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":11442,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":11447,"\u002Frelativity":11451,"\u002Fphysical-computing":11454,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":11457,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":11462,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":11466,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":11470,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":11474,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":11479,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":11483,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":11487,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":11492,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":11496,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":11500,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":11504,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":11508,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":11512,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":11517,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":11521,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":11525,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":11529,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":11533,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":11537,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":11542,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":11546,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":11550,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":11554,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":11558,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":11562,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":11566,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":11571,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":11575,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":11579,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":11584,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":11588,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":11592,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":11597,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":11601,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":11606,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":11610,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":11614,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":11618,"\u002Fquantum-mechanics":11622,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":11625,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":11630,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":11634,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":11638,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":11642,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":11647,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":11651,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":11655,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":11659,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":11663,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":11667,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":11672,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":11676,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":11680,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":11684,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":11688,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":11692,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":11696,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":11700,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":11704,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":11708,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":11712,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":11717,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":11721,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":11725,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":11729,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":11734,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":11738,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":11742,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":11745,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":11749,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":11754,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":11758,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":11762,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":11766,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":11771,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":11775,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":11779,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":11783,"\u002Freal-analysis":11787,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":11790,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":11794,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":11798,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":11803,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":11807,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":11811,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":11815,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":11820,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":11824,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":11828,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":11832,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":11836,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":11840,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":11845,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":11849,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":11853,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":11857,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":11862,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":11866,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":11870,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":11874,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":11879,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":11883,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":11887,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":11892,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":11896,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":11900,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":11904,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":11909,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":11913,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":11917,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":11921,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":11926,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":11930,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":11934,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":11939,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":11943,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":11947,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":11951,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":11956,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":11960,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":11964,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":11968,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":11972,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":11977,"\u002Fabstract-algebra":11981,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":11984,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":11989,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":11993,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":11997,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":12001,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":12005,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":12010,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":12014,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":12018,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":12022,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":12026,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":12030,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":12034,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":12039,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":12043,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":12047,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":12051,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":12056,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":12060,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":12064,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":12069,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":12073,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":12077,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":12081,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":12085,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":12089,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":12094,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":12098,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":12102,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":12107,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":12111,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":12115,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":12119,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":12124,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":12128,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":12132,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":12137,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":12141,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":12145,"\u002Fatomic-physics":12149,"\u002Fdatabases":12152,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":12155,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":12159,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":12163,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":12167,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":12171,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":12175,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":12179,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":12184,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":12188,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":12192,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":12197,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":12201,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":12205,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":12210,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":12214,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":12218,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":12222,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":12226,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":12231,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":12235,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":12239,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":12243,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":12248,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":12252,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":12256,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":12260,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":12265,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":12269,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":12273,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":12277,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":12282,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":12286,"\u002Fcategory-theory":12290,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":12293,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":12297,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":12301,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":12305,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":12308,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":12312,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":12316,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":12320,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":12325,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":12329,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":12333,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":12337,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":12341,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":12346,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":12350,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":12354,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":12358,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":12362,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":12367,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":12371,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":12375,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":12379,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":12384,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":12388,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":12392,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":12396,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":12400,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":12404,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":12408,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":12412,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":12416,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":12421,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":12425,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":12429,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":12433,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":12437,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":12442,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":12446,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":12450,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":12454,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":12458,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":12462,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":12466,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":12471,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":12475,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":12479,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":12484,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":12488,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":12492,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":12496,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":12500,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":12504,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":12508,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":12513,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":12517,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":12521,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":12525,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":12529,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":12533,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":12537,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":12541,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":12545,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":12549,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":12553,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":12558,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":12562,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":12566,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":12570,"\u002Fdeep-learning":12574,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":12577,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":12581,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":12585,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":12589,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":12593,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":12597,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":12602,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":12606,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":12610,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":12614,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":12619,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":12623,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":12627,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":12631,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":12636,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":12640,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":12644,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":12648,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":12652,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":12657,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":12661,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":12665,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":12670,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":12674,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":12678,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":12683,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":12687,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":12691,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":12695,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":12700,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":12704,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":12708,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":12712,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":12716,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":12720,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":12725,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":12729,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":12733,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":12737,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":12742,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":12746,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":12750,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":12755,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":12759,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":12763,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":12767,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":12771,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":12776,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":12780,"\u002Fstatistical-mechanics":12784,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":12787,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":12792,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":12796,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":12800,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":12804,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":12809,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":12813,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":12817,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":12821,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":12826,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":12830,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":12834,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":12838,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":12843,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":12847,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":12851,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":12855,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":12860,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":12864,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":12868,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":12872,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":12877,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":12881,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":12885,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":12889,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":12894,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":12898,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":12902,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":12906,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":12910,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":12915,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":12919,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":12924,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":12928,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":12932,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":12936,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":12941,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":12945,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":12949,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":12953,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":12957,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":12962,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":12966,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":12970,"\u002Fcondensed-matter":12974,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":12977,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":12981,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":12986,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":12990,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":12994,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":12998,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":13002,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":13006,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":13010,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":13015,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":13019,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":13023,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":13027,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":13032,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":13036,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":13040,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":13044,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":13049,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":13053,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":13057,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":13061,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":13066,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":13070,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":13074,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":13078,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":13083,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":13087,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":13091,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":13096,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":13100,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":13105,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":13109,"\u002Flogic":13113,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":13116,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":13120,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":13124,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":13128,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":13132,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":13136,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":13140,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":13144,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":13148,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":13152,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":13156,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":13160,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":13164,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":13168,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":13172,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":13176,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":13180,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":13184,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":13188,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":13192,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":13196,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":13200,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":13204,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":13207,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":13211,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":13215,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":13219,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":13222,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":13226,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":13230,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":13234,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":13237,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":13238,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":13242,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":13246,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":13250,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":13254,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":13258,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":13262,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":13266,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":13270,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":13275,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":13279,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":13283,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":13287,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":13291,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":13295,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":13299,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":13303,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":13307,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":13311,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":13315,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":13319,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":13323,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":13327,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":13331,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":13335,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":13339,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":13343,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":13347,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":13351,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":13355,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":13359,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":13364,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":13368,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":13372,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":13376,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":13380,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":13384,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":13388,"\u002Freinforcement-learning":13392,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":13394,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":13398,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":13402,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":13406,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":13410,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":13415,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":13419,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":13423,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":13427,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":13431,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":13435,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":13439,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":13443,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":13447,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":13451,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":13455,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":13459,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":13464,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":13468,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":13472,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":13476,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":13480,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":13484,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":13488,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":13492,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":13496,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":13500,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":13504,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":13508,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":13513,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":13517,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":13521,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":13525,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":13529,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":13533,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":13537,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":13540,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":13544,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":13548,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":13553,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":13557,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":13561,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":13565,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":13568,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":13572,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":13576,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":13580,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":13585,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":13589,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":13593,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":13597,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":13601,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":13605,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":13609,"\u002Fartificial-intelligence":13613,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":13616,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":13621,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":13625,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":13629,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":13633,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":13637,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":13642,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":13646,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":13650,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":13654,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":13659,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":13663,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":13667,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":13671,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":13676,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":13680,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":13685,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":13689,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":13694,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":13698,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":13702,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":13706,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":13711,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":13715,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":13719,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":13724,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":13728,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":13732,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":13737,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":13741,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":13746,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":13750,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":13754,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":13759,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":13763,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":13767,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":13771,"\u002Fnuclear-physics":13775,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":13778,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":13782,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":13786,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":13790,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":13794,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":13798,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":13803,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":13807,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":13811,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":13815,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":13820,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":13824,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":13828,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":13832,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":13836,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":13840,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":13844,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":13847,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":13850,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":13854,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":13858,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":13862,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":13867,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":13871,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":13875,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":13879,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":13883,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":13887,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":13891,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":13895,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":13899,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":13903,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":13907,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":13911,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":13915,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":13919,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":13923,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":13927,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":13931,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":13935,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":13939,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":13943,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":13947,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":13951,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":13955,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":13959,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":13963,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":13967,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":13971,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":13975,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":13980,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":13984,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":13988,"\u002Fnatural-language-processing":13992,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":13995,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":13999,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":14003,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":14007,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":14012,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":14016,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":14020,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":14024,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":14029,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":14033,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":14037,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":14041,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":14046,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":14050,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":14054,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":14058,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":14063,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":14067,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":14071,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":14076,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":14080,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":14084,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":14088,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":14093,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":14097,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":14101,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":14105,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":14110,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":14114,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":14118,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":14122,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":14127,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":14131,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":14135,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":14139,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":14143,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":14148,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":14152,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":14156,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":14161,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":14165,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":14169,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":14173,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":14177,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":14181,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":14185,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":14189,"\u002Fparticle-physics":14193,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":14196,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":14201,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":14205,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":14209,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":14214,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":14218,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":14222,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":14226,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":14231,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":14235,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":14239,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":14243,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":14248,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":14252,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":14256,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":14260,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":14265,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":14269,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":14273,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":14277,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":14282,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":14286,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":14290,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":14295,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":14299,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":14303,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":14307,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":14311,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":14315,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":14319,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":14323,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":14327,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":14332,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":14336,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":14340,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":14344,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":14349,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":14353,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":14357,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":14361,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":14365,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":14370,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":14374,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":14377,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":14381,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":14385,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":14390,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":14394,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":14398,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":14402,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":14406,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":14410,"\u002Fastrophysics-cosmology":14414,"\u002Fcolophon":14417,"\u002F":14420},{"path":9740,"title":9741,"module":9742,"summary":9743},"\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":9745,"title":9746,"module":9742,"summary":9747},"\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":9749,"title":9750,"module":9742,"summary":9751},"\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":9753,"title":9754,"module":9742,"summary":9755},"\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":9757,"title":9758,"module":9742,"summary":9759},"\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":9761,"title":9762,"module":9742,"summary":9763},"\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":9765,"title":9766,"module":9767,"summary":9768},"\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":9770,"title":9771,"module":9767,"summary":9772},"\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":9774,"title":9775,"module":9767,"summary":9776},"\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":9778,"title":9779,"module":9767,"summary":9780},"\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":9782,"title":9783,"module":9784,"summary":9785},"\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":9787,"title":9788,"module":9784,"summary":9789},"\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":9791,"title":9792,"module":9784,"summary":9793},"\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":9795,"title":9796,"module":9784,"summary":9797},"\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":9799,"title":9800,"module":9801,"summary":9802},"\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":9804,"title":9805,"module":9801,"summary":9806},"\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":9808,"title":9809,"module":9801,"summary":9810},"\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":9812,"title":9813,"module":9801,"summary":9814},"\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":9816,"title":9817,"module":9801,"summary":9818},"\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":9820,"title":9821,"module":9801,"summary":9822},"\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":9824,"title":9825,"module":9801,"summary":9826},"\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":9828,"title":9829,"module":9801,"summary":9830},"\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":9832,"title":9833,"module":9801,"summary":9834},"\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":9836,"title":9837,"module":9801,"summary":9838},"\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":9840,"title":9841,"module":9801,"summary":9842},"\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":9844,"title":9845,"module":9801,"summary":9846},"\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":9848,"title":9849,"module":9850,"summary":9851},"\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":9853,"title":9854,"module":9850,"summary":9855},"\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":9857,"title":9858,"module":9850,"summary":9859},"\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":9861,"title":9862,"module":9850,"summary":9863},"\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":9865,"title":9866,"module":9850,"summary":9867},"\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":9869,"title":9870,"module":9850,"summary":9871},"\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":9873,"title":9874,"module":9850,"summary":9875},"\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":9877,"title":9878,"module":9850,"summary":9879},"\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":9881,"title":9882,"module":9883,"summary":9884},"\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":9886,"title":9887,"module":9883,"summary":9888},"\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":9890,"title":9891,"module":9883,"summary":9892},"\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":9894,"title":9895,"module":9883,"summary":9896},"\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":9898,"title":9899,"module":9883,"summary":9900},"\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":9902,"title":9903,"module":9883,"summary":9904},"\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":9906,"title":9907,"module":9883,"summary":9908},"\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":9910,"title":9911,"module":9883,"summary":9912},"\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":9914,"title":9915,"module":9883,"summary":9916},"\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":9918,"title":9919,"module":9883,"summary":9920},"\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":9922,"title":9923,"module":9883,"summary":9924},"\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":9926,"title":9927,"module":9883,"summary":9928},"\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":9930,"title":9931,"module":9883,"summary":9932},"\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":9934,"title":9935,"module":9883,"summary":9936},"\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":9938,"title":9939,"module":9940,"summary":9941},"\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":9943,"title":9944,"module":9940,"summary":9945},"\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":9947,"title":9948,"module":9940,"summary":9949},"\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":9951,"title":9952,"module":9940,"summary":9953},"\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":9955,"title":9956,"module":9940,"summary":9957},"\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":9959,"title":9960,"module":9961,"summary":9962},"\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":9964,"title":9965,"module":9961,"summary":9966},"\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":9968,"title":9969,"module":9961,"summary":9970},"\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":9972,"title":9973,"module":9961,"summary":9974},"\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":9976,"title":9977,"module":9961,"summary":9978},"\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":9980,"title":9981,"module":9961,"summary":9982},"\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":9984,"title":9985,"module":9961,"summary":9986},"\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":9988,"title":9989,"module":9961,"summary":9990},"\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":9992,"title":9993,"module":9961,"summary":9994},"\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":9996,"title":9997,"module":9961,"summary":9998},"\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":10000,"title":10001,"module":9961,"summary":10002},"\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":10004,"title":10005,"module":10006,"summary":10007},"\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":10009,"title":10010,"module":10006,"summary":10011},"\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":10013,"title":10014,"module":10006,"summary":10015},"\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":10017,"title":10018,"module":10006,"summary":10019},"\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":10021,"title":10022,"module":10023,"summary":10024},"\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":10026,"title":10027,"module":10023,"summary":10028},"\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":10030,"title":10031,"module":10023,"summary":10032},"\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":10034,"title":10035,"module":10023,"summary":10036},"\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":10038,"title":10039,"module":10023,"summary":10040},"\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":10042,"title":10043,"module":10023,"summary":10044},"\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":10046,"title":10047,"module":10023,"summary":10048},"\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":10050,"title":10051,"module":10052,"summary":10053},"\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":10055,"title":10056,"module":10052,"summary":10057},"\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":10059,"title":10060,"module":10052,"summary":10061},"\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":10063,"title":10064,"module":10052,"summary":10065},"\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":10067,"title":10068,"module":10069,"summary":10070},"\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":10072,"title":10073,"module":10069,"summary":10074},"\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":10076,"title":10077,"module":10069,"summary":10078},"\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":10080,"title":10081,"module":10069,"summary":10082},"\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":10084,"title":10085,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":10087,"title":10088,"module":10089,"summary":10090},"\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":10092,"title":10093,"module":10089,"summary":10094},"\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":10096,"title":10097,"module":10089,"summary":10098},"\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":10100,"title":10101,"module":10089,"summary":10102},"\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":10104,"title":10105,"module":10106,"summary":10107},"\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":10109,"title":10110,"module":10106,"summary":10111},"\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":10113,"title":10114,"module":10106,"summary":10115},"\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":10117,"title":10118,"module":10106,"summary":10119},"\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":10121,"title":10122,"module":10123,"summary":10124},"\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":10126,"title":10127,"module":10123,"summary":10128},"\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":10130,"title":10131,"module":10123,"summary":10132},"\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":10134,"title":10135,"module":10123,"summary":10136},"\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":10138,"title":10139,"module":10140,"summary":10141},"\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":10143,"title":10144,"module":10140,"summary":10145},"\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":10147,"title":10148,"module":10140,"summary":10149},"\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":10151,"title":10152,"module":10153,"summary":10154},"\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":10156,"title":10157,"module":10153,"summary":10158},"\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":10160,"title":10161,"module":10153,"summary":10162},"\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":10164,"title":10165,"module":10166,"summary":10167},"\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":10169,"title":10170,"module":10166,"summary":10171},"\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":10173,"title":10174,"module":10166,"summary":10175},"\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":10177,"title":10178,"module":10179,"summary":10180},"\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":10182,"title":10183,"module":10179,"summary":10184},"\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":10186,"title":10187,"module":10179,"summary":10188},"\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":10190,"title":10191,"module":10179,"summary":10192},"\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":10194,"title":10195,"module":10196,"summary":10197},"\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":10199,"title":10200,"module":10196,"summary":10201},"\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":10203,"title":10204,"module":10196,"summary":10205},"\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":10207,"title":10208,"module":10209,"summary":10210},"\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":10212,"title":10213,"module":10209,"summary":10214},"\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":10216,"title":10217,"module":10209,"summary":10218},"\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":10220,"title":10221,"module":10209,"summary":10222},"\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":10224,"title":10225,"module":10209,"summary":10226},"\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":10228,"title":10229,"module":10230,"summary":10231},"\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":10233,"title":10234,"module":10230,"summary":10235},"\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":10237,"title":10238,"module":10230,"summary":10239},"\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":10241,"title":10242,"module":10230,"summary":10243},"\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":10245,"title":10246,"module":10230,"summary":10247},"\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":10249,"title":10250,"module":10251,"summary":10252},"\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":10254,"title":10251,"module":10251,"summary":10255},"\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":10257,"title":10258,"module":10251,"summary":10259},"\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":10261,"title":10262,"module":10251,"summary":10263},"\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":10265,"title":10266,"module":10251,"summary":10267},"\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":10269,"title":10270,"module":10271,"summary":10272},"\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":10274,"title":10275,"module":10271,"summary":10276},"\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":10278,"title":10279,"module":10271,"summary":10280},"\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":10282,"title":10283,"module":10271,"summary":10284},"\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":10286,"title":10287,"module":10271,"summary":10288},"\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":10290,"title":10291,"module":10271,"summary":10292},"\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":10294,"title":10295,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":10297,"title":10298,"module":9742,"summary":10299},"\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":10301,"title":10302,"module":9742,"summary":10303},"\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":10305,"title":10306,"module":10307,"summary":10308},"\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":10310,"title":10311,"module":10307,"summary":10312},"\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":10314,"title":10315,"module":10307,"summary":10316},"\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":10318,"title":10319,"module":10307,"summary":10320},"\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":10322,"title":10323,"module":10307,"summary":10324},"\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":10326,"title":10327,"module":10328,"summary":10329},"\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":10331,"title":10332,"module":10328,"summary":10333},"\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":10335,"title":10336,"module":10328,"summary":10337},"\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":10339,"title":10340,"module":10328,"summary":10341},"\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":10343,"title":10344,"module":10328,"summary":10345},"\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":10347,"title":10348,"module":10349,"summary":10350},"\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":10352,"title":10353,"module":10349,"summary":10354},"\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":10356,"title":10357,"module":10349,"summary":10358},"\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":10360,"title":10361,"module":10349,"summary":10362},"\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":10364,"title":10365,"module":10349,"summary":10366},"\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":10368,"title":10369,"module":10370,"summary":10371},"\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":10373,"title":10374,"module":10370,"summary":10375},"\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":10377,"title":10378,"module":10370,"summary":10379},"\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":10381,"title":10382,"module":10383,"summary":10384},"\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":10386,"title":10387,"module":10383,"summary":10388},"\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":10390,"title":10391,"module":10383,"summary":10392},"\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":10394,"title":10395,"module":10383,"summary":10396},"\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":10398,"title":10399,"module":10383,"summary":10400},"\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":10402,"title":10403,"module":10383,"summary":10404},"\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":10406,"title":10407,"module":10408,"summary":10409},"\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":10411,"title":10412,"module":10408,"summary":10413},"\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":10415,"title":10416,"module":10408,"summary":10417},"\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":10419,"title":10420,"module":10408,"summary":10421},"\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":10423,"title":10424,"module":10408,"summary":10425},"\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":10427,"title":10428,"module":10408,"summary":10429},"\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":10431,"title":10432,"module":10408,"summary":10433},"\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":10435,"title":10436,"module":10437,"summary":10438},"\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":10440,"title":10441,"module":10437,"summary":10442},"\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":10444,"title":10445,"module":10437,"summary":10446},"\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":10448,"title":10449,"module":10437,"summary":10450},"\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":10452,"title":10453,"module":10437,"summary":10454},"\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":10456,"title":10457,"module":10437,"summary":10458},"\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":10460,"title":10461,"module":10437,"summary":10462},"\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":10464,"title":10465,"module":10437,"summary":10466},"\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":10468,"title":10469,"module":10437,"summary":10470},"\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":10472,"title":10473,"module":10437,"summary":10474},"\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":10476,"title":10477,"module":10437,"summary":10478},"\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":10480,"title":10481,"module":10437,"summary":10482},"\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":10484,"title":10485,"module":10486,"summary":10487},"\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":10489,"title":10490,"module":10486,"summary":10491},"\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":10493,"title":10494,"module":10486,"summary":10495},"\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":10497,"title":10498,"module":10486,"summary":10499},"\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":10501,"title":10502,"module":10486,"summary":10503},"\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":10505,"title":10506,"module":10486,"summary":10507},"\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":10509,"title":10510,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":10512,"title":10513,"module":10514,"summary":10515},"\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":10517,"title":10518,"module":10514,"summary":10519},"\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":10521,"title":10522,"module":10514,"summary":10523},"\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":10525,"title":10526,"module":10514,"summary":10527},"\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":10529,"title":10530,"module":10514,"summary":10531},"\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":10533,"title":10534,"module":10535,"summary":10536},"\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":10538,"title":10539,"module":10535,"summary":10540},"\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":10542,"title":10543,"module":10544,"summary":10545},"\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":10547,"title":10548,"module":10544,"summary":10549},"\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":10551,"title":10552,"module":10544,"summary":10553},"\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":10555,"title":10556,"module":10544,"summary":10557},"\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":10559,"title":10560,"module":10544,"summary":10561},"\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":10563,"title":10564,"module":10565,"summary":10566},"\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":10568,"title":10569,"module":10565,"summary":10570},"\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":10572,"title":10573,"module":10565,"summary":10574},"\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":10576,"title":10577,"module":10565,"summary":10578},"\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":10580,"title":10581,"module":10582,"summary":10583},"\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":10585,"title":10586,"module":10582,"summary":10587},"\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":10589,"title":10590,"module":10582,"summary":10591},"\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":10593,"title":10594,"module":10595,"summary":10596},"\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":10598,"title":10599,"module":10595,"summary":10600},"\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":10602,"title":10603,"module":10595,"summary":10604},"\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":10606,"title":10607,"module":10595,"summary":10608},"\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":10610,"title":10611,"module":10595,"summary":10612},"\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":10614,"title":10615,"module":10616,"summary":10617},"\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":10619,"title":10620,"module":10616,"summary":10621},"\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":10623,"title":10624,"module":10616,"summary":10625},"\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":10627,"title":10628,"module":10616,"summary":10629},"\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":10631,"title":10632,"module":10616,"summary":10633},"\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":10635,"title":10636,"module":10616,"summary":10637},"\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":10639,"title":10640,"module":10641,"summary":10642},"\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":10644,"title":10645,"module":10641,"summary":10646},"\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":10648,"title":10649,"module":10641,"summary":10650},"\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":10652,"title":10653,"module":10641,"summary":10654},"\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":10656,"title":10657,"module":10641,"summary":10658},"\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":10660,"title":10661,"module":10641,"summary":10662},"\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":10664,"title":10665,"module":10641,"summary":10666},"\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":10668,"title":10669,"module":10641,"summary":10670},"\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":10672,"title":10673,"module":10674,"summary":10675},"\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":10677,"title":10678,"module":10674,"summary":10679},"\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":10681,"title":10682,"module":10674,"summary":10683},"\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":10685,"title":10686,"module":10674,"summary":10687},"\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":10689,"title":10690,"module":10674,"summary":10691},"\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":10693,"title":10694,"module":10695,"summary":10696},"\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":10698,"title":10699,"module":10695,"summary":10700},"\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":10702,"title":10703,"module":10695,"summary":10704},"\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":10706,"title":10707,"module":10695,"summary":10708},"\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":10710,"title":10711,"module":10695,"summary":10712},"\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":10714,"title":10715,"module":10716,"summary":10717},"\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":10719,"title":10720,"module":10716,"summary":10721},"\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":10723,"title":10724,"module":10716,"summary":10725},"\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":10727,"title":10728,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":10730,"title":10731,"module":10732,"summary":10733},"\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":10735,"title":10736,"module":10732,"summary":10737},"\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":10739,"title":10740,"module":10732,"summary":10741},"\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":10743,"title":10744,"module":10732,"summary":10745},"\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":10747,"title":10748,"module":10732,"summary":10749},"\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":10751,"title":10752,"module":10753,"summary":10754},"\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":10756,"title":10757,"module":10753,"summary":10758},"\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":10760,"title":10761,"module":10753,"summary":10762},"\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":10764,"title":10765,"module":10753,"summary":10766},"\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":10768,"title":10769,"module":10753,"summary":10770},"\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":10772,"title":10773,"module":10774,"summary":10775},"\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":10777,"title":10778,"module":10774,"summary":10779},"\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":10781,"title":10782,"module":10774,"summary":10783},"\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":10785,"title":10786,"module":10787,"summary":10788},"\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":10790,"title":10791,"module":10787,"summary":10792},"\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":10794,"title":10795,"module":10787,"summary":10796},"\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":10798,"title":10799,"module":10787,"summary":10800},"\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":10802,"title":10803,"module":10787,"summary":10804},"\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":10806,"title":10807,"module":10787,"summary":10808},"\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":10810,"title":10811,"module":10787,"summary":10812},"\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":10814,"title":10815,"module":10816,"summary":10817},"\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":10819,"title":10820,"module":10816,"summary":10821},"\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":10823,"title":10824,"module":10816,"summary":10825},"\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":10827,"title":10828,"module":10816,"summary":10829},"\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":10831,"title":10832,"module":10816,"summary":10833},"\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":10835,"title":10836,"module":10816,"summary":10837},"\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":10839,"title":10840,"module":10816,"summary":10841},"\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":10843,"title":10844,"module":10845,"summary":10846},"\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":10848,"title":10849,"module":10845,"summary":10850},"\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":10852,"title":10853,"module":10845,"summary":10854},"\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":10856,"title":10857,"module":10845,"summary":10858},"\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":10860,"title":10861,"module":10845,"summary":10862},"\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":10864,"title":10865,"module":10845,"summary":10866},"\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":10868,"title":10869,"module":10870,"summary":10871},"\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":10873,"title":10874,"module":10870,"summary":10875},"\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":10877,"title":10878,"module":10870,"summary":10879},"\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":10881,"title":10882,"module":10870,"summary":10883},"\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":10885,"title":10886,"module":10870,"summary":10887},"\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":10889,"title":10890,"module":10891,"summary":10892},"\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":10894,"title":10895,"module":10891,"summary":10896},"\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":10898,"title":10899,"module":10891,"summary":10900},"\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":10902,"title":10903,"module":10891,"summary":10904},"\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":10906,"title":10907,"module":10891,"summary":10908},"\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":10910,"title":10911,"module":10891,"summary":10912},"\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":10914,"title":10915,"module":10916,"summary":10917},"\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":10919,"title":10920,"module":10916,"summary":10921},"\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":10923,"title":10924,"module":10916,"summary":10925},"\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":10927,"title":10928,"module":10916,"summary":10929},"\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":10931,"title":10932,"module":10916,"summary":10933},"\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":10935,"title":10936,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":10938,"title":10939,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":10941,"title":10942,"module":9742,"summary":10943},"\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":10945,"title":10946,"module":9742,"summary":10947},"\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":10949,"title":10950,"module":9742,"summary":10951},"\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":10953,"title":10954,"module":9742,"summary":10955},"\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":10957,"title":10958,"module":9742,"summary":10959},"\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":10961,"title":10962,"module":10963,"summary":10964},"\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":10966,"title":10967,"module":10963,"summary":10968},"\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":10970,"title":10971,"module":10963,"summary":10972},"\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":10974,"title":10975,"module":10963,"summary":10976},"\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":10978,"title":10979,"module":10963,"summary":10980},"\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":10982,"title":10983,"module":10963,"summary":10984},"\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":10986,"title":10987,"module":10963,"summary":10988},"\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":10990,"title":10991,"module":10992,"summary":10993},"\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":10995,"title":10996,"module":10992,"summary":10997},"\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":10999,"title":11000,"module":10992,"summary":11001},"\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":11003,"title":11004,"module":10992,"summary":11005},"\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":11007,"title":11008,"module":10992,"summary":11009},"\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":11011,"title":11012,"module":11013,"summary":11014},"\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":11016,"title":11017,"module":11013,"summary":11018},"\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":11020,"title":11021,"module":11013,"summary":11022},"\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":11024,"title":11025,"module":11013,"summary":11026},"\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":11028,"title":11029,"module":11013,"summary":11030},"\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":11032,"title":11033,"module":11034,"summary":11035},"\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":11037,"title":11038,"module":11034,"summary":11039},"\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":11041,"title":11042,"module":11034,"summary":11043},"\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":11045,"title":11046,"module":11034,"summary":11047},"\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":11049,"title":11050,"module":11034,"summary":11051},"\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":11053,"title":11054,"module":11055,"summary":11056},"\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":11058,"title":11059,"module":11055,"summary":11060},"\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":11062,"title":11063,"module":11055,"summary":11064},"\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":11066,"title":11067,"module":11055,"summary":11068},"\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":11070,"title":11071,"module":11055,"summary":11072},"\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":11074,"title":11075,"module":11076,"summary":11077},"\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":11079,"title":11080,"module":11076,"summary":11081},"\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":11083,"title":11084,"module":11076,"summary":11085},"\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":11087,"title":11088,"module":11076,"summary":11089},"\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":11091,"title":11092,"module":11076,"summary":11093},"\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":11095,"title":11096,"module":11097,"summary":11098},"\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":11100,"title":11101,"module":11097,"summary":11102},"\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":11104,"title":11105,"module":11097,"summary":11106},"\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":11108,"title":11109,"module":11110,"summary":11111},"\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":11113,"title":11114,"module":11110,"summary":11115},"\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":11117,"title":11118,"module":11119,"summary":11120},"\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":11122,"title":11123,"module":11119,"summary":11124},"\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":11126,"title":11127,"module":11119,"summary":11128},"\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":11130,"title":11131,"module":11119,"summary":11132},"\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":11134,"title":11135,"module":11119,"summary":11136},"\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":11138,"title":11139,"module":11140,"summary":11141},"\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":11143,"title":11144,"module":11140,"summary":11145},"\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":11147,"title":11148,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":11150,"title":11151,"module":9742,"summary":11152},"\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":11154,"title":11155,"module":9742,"summary":11156},"\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":11158,"title":11159,"module":11160,"summary":11161},"\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":11163,"title":11164,"module":11160,"summary":11165},"\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":11167,"title":11168,"module":11160,"summary":11169},"\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":11171,"title":11172,"module":11160,"summary":11173},"\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":11175,"title":11176,"module":11160,"summary":11177},"\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":11179,"title":11180,"module":11160,"summary":11181},"\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":11183,"title":11184,"module":11185,"summary":11186},"\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":11188,"title":11189,"module":11185,"summary":11190},"\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":11192,"title":11193,"module":11185,"summary":11194},"\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":11196,"title":11197,"module":11185,"summary":11198},"\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":11200,"title":11201,"module":11185,"summary":11202},"\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":11204,"title":11205,"module":11185,"summary":11206},"\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":11208,"title":11209,"module":11210,"summary":11211},"\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":11213,"title":11214,"module":11210,"summary":11215},"\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":11217,"title":11218,"module":11210,"summary":11219},"\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":11221,"title":11222,"module":11223,"summary":11224},"\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":11226,"title":11227,"module":11223,"summary":11228},"\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":11230,"title":11231,"module":11232,"summary":11233},"\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":11235,"title":11236,"module":11232,"summary":11237},"\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":11239,"title":11240,"module":11232,"summary":11241},"\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":11243,"title":11244,"module":11245,"summary":11246},"\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":11248,"title":11249,"module":11245,"summary":11250},"\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":11252,"title":11253,"module":11254,"summary":11255},"\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":11257,"title":11258,"module":11254,"summary":11259},"\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":11261,"title":11262,"module":11254,"summary":11263},"\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":11265,"title":11266,"module":11267,"summary":11268},"\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":11270,"title":11271,"module":11267,"summary":11272},"\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":11274,"title":11275,"module":11267,"summary":11276},"\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":11278,"title":11279,"module":11280,"summary":11281},"\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":11283,"title":11284,"module":11280,"summary":11285},"\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":11287,"title":11288,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":11290,"title":11291,"module":11292,"summary":11293},"\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":11295,"title":11296,"module":11292,"summary":11297},"\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":11299,"title":11300,"module":11292,"summary":11301},"\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":11303,"title":11304,"module":11292,"summary":11305},"\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":11307,"title":11308,"module":11292,"summary":11309},"\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":11311,"title":11312,"module":11313,"summary":11314},"\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":11316,"title":11317,"module":11313,"summary":11318},"\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":11320,"title":11321,"module":11313,"summary":11322},"\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":11324,"title":11325,"module":11313,"summary":11326},"\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":11328,"title":11329,"module":11330,"summary":11331},"\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":11333,"title":11334,"module":11330,"summary":11335},"\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":11337,"title":11338,"module":11330,"summary":11339},"\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":11341,"title":11342,"module":11330,"summary":11343},"\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":11345,"title":11346,"module":11347,"summary":11348},"\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":11350,"title":11351,"module":11347,"summary":11352},"\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":11354,"title":11355,"module":11347,"summary":11356},"\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":11358,"title":11359,"module":11347,"summary":11360},"\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":11362,"title":11363,"module":11364,"summary":11365},"\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":11367,"title":11368,"module":11364,"summary":11369},"\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":11371,"title":11372,"module":11364,"summary":11373},"\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":11375,"title":11376,"module":11364,"summary":11377},"\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":11379,"title":11380,"module":11364,"summary":11381},"\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":11383,"title":11384,"module":11364,"summary":11385},"\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":11387,"title":11388,"module":11389,"summary":11390},"\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":11392,"title":11393,"module":11389,"summary":11394},"\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":11396,"title":11397,"module":11389,"summary":11398},"\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":11400,"title":11401,"module":11402,"summary":11403},"\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":11405,"title":11406,"module":11402,"summary":11407},"\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":11409,"title":11410,"module":11402,"summary":11411},"\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":11413,"title":11414,"module":11402,"summary":11415},"\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":11417,"title":11418,"module":11419,"summary":11420},"\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":11422,"title":11423,"module":11419,"summary":11424},"\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":11426,"title":11427,"module":11419,"summary":11428},"\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":11430,"title":11431,"module":11432,"summary":11433},"\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":11435,"title":11436,"module":11432,"summary":11437},"\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":11439,"title":11440,"module":11432,"summary":11441},"\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":11443,"title":11444,"module":11445,"summary":11446},"\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":11448,"title":11449,"module":11445,"summary":11450},"\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":11452,"title":11453,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":11455,"title":11456,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":11458,"title":11459,"module":11460,"summary":11461},"\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":11463,"title":11464,"module":11460,"summary":11465},"\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":11467,"title":11468,"module":11460,"summary":11469},"\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":11471,"title":11472,"module":11460,"summary":11473},"\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":11475,"title":11476,"module":11477,"summary":11478},"\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":11480,"title":11481,"module":11477,"summary":11482},"\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":11484,"title":11485,"module":11477,"summary":11486},"\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":11488,"title":11489,"module":11490,"summary":11491},"\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":11493,"title":11494,"module":11490,"summary":11495},"\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":11497,"title":11498,"module":11490,"summary":11499},"\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":11501,"title":11502,"module":11490,"summary":11503},"\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":11505,"title":11506,"module":11490,"summary":11507},"\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":11509,"title":11510,"module":11490,"summary":11511},"\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":11513,"title":11514,"module":11515,"summary":11516},"\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":11518,"title":11519,"module":11515,"summary":11520},"\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":11522,"title":11523,"module":11515,"summary":11524},"\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":11526,"title":11527,"module":11515,"summary":11528},"\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":11530,"title":11531,"module":11515,"summary":11532},"\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":11534,"title":11535,"module":11515,"summary":11536},"\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":11538,"title":11539,"module":11540,"summary":11541},"\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":11543,"title":11544,"module":11540,"summary":11545},"\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":11547,"title":11548,"module":11540,"summary":11549},"\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":11551,"title":11552,"module":11540,"summary":11553},"\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":11555,"title":11556,"module":10395,"summary":11557},"\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":11559,"title":11560,"module":10395,"summary":11561},"\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":11563,"title":11564,"module":10395,"summary":11565},"\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":11567,"title":11568,"module":11569,"summary":11570},"\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":11572,"title":11573,"module":11569,"summary":11574},"\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":11576,"title":11577,"module":11569,"summary":11578},"\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":11580,"title":11581,"module":11582,"summary":11583},"\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":11585,"title":11586,"module":11582,"summary":11587},"\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":11589,"title":11590,"module":11582,"summary":11591},"\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":11593,"title":11594,"module":11595,"summary":11596},"\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":11598,"title":11599,"module":11595,"summary":11600},"\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":11602,"title":11603,"module":11604,"summary":11605},"\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":11607,"title":11608,"module":11604,"summary":11609},"\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":11611,"title":11612,"module":11604,"summary":11613},"\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":11615,"title":11616,"module":11604,"summary":11617},"\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":11619,"title":11620,"module":11604,"summary":11621},"\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":11623,"title":11624,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":11626,"title":11627,"module":11628,"summary":11629},"\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":11631,"title":11632,"module":11628,"summary":11633},"\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":11635,"title":11636,"module":11628,"summary":11637},"\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":11639,"title":11640,"module":11628,"summary":11641},"\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":11643,"title":11644,"module":11645,"summary":11646},"\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":11648,"title":11649,"module":11645,"summary":11650},"\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":11652,"title":11653,"module":11645,"summary":11654},"\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":11656,"title":11657,"module":11645,"summary":11658},"\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":11660,"title":11661,"module":11645,"summary":11662},"\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":11664,"title":11665,"module":11645,"summary":11666},"\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":11668,"title":11669,"module":11670,"summary":11671},"\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":11673,"title":11674,"module":11670,"summary":11675},"\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":11677,"title":11678,"module":11670,"summary":11679},"\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":11681,"title":11682,"module":11670,"summary":11683},"\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":11685,"title":11686,"module":11670,"summary":11687},"\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":11689,"title":11690,"module":10089,"summary":11691},"\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":11693,"title":11694,"module":10089,"summary":11695},"\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":11697,"title":11698,"module":10089,"summary":11699},"\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":11701,"title":11702,"module":10089,"summary":11703},"\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":11705,"title":11706,"module":10089,"summary":11707},"\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":11709,"title":11710,"module":10089,"summary":11711},"\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":11713,"title":11714,"module":11715,"summary":11716},"\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":11718,"title":11719,"module":11715,"summary":11720},"\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":11722,"title":11723,"module":11715,"summary":11724},"\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":11726,"title":11727,"module":11715,"summary":11728},"\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":11730,"title":11731,"module":11732,"summary":11733},"\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":11735,"title":11736,"module":11732,"summary":11737},"\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":11739,"title":11740,"module":11732,"summary":11741},"\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":11743,"title":10144,"module":11732,"summary":11744},"\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":11746,"title":11747,"module":11732,"summary":11748},"\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":11750,"title":11751,"module":11752,"summary":11753},"\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":11755,"title":11756,"module":11752,"summary":11757},"\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":11759,"title":11760,"module":11752,"summary":11761},"\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":11763,"title":11764,"module":11752,"summary":11765},"\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":11767,"title":11768,"module":11769,"summary":11770},"\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":11772,"title":11773,"module":11769,"summary":11774},"\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":11776,"title":11777,"module":11769,"summary":11778},"\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":11780,"title":11781,"module":11769,"summary":11782},"\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":11784,"title":11785,"module":11769,"summary":11786},"\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":11788,"title":11789,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":11791,"title":11792,"module":9742,"summary":11793},"\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":11795,"title":11796,"module":9742,"summary":11797},"\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":11799,"title":11800,"module":11801,"summary":11802},"\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":11804,"title":11805,"module":11801,"summary":11806},"\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":11808,"title":11809,"module":11801,"summary":11810},"\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":11812,"title":11813,"module":11801,"summary":11814},"\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":11816,"title":11817,"module":11818,"summary":11819},"\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":11821,"title":11822,"module":11818,"summary":11823},"\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":11825,"title":11826,"module":11818,"summary":11827},"\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":11829,"title":11830,"module":11818,"summary":11831},"\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":11833,"title":11834,"module":11818,"summary":11835},"\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":11837,"title":11838,"module":11818,"summary":11839},"\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":11841,"title":11842,"module":11843,"summary":11844},"\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":11846,"title":11847,"module":11843,"summary":11848},"\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":11850,"title":11851,"module":11843,"summary":11852},"\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":11854,"title":11855,"module":11843,"summary":11856},"\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":11858,"title":11859,"module":11860,"summary":11861},"\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":11863,"title":11864,"module":11860,"summary":11865},"\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":11867,"title":11868,"module":11860,"summary":11869},"\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":11871,"title":11872,"module":11860,"summary":11873},"\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":11875,"title":11876,"module":11877,"summary":11878},"\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":11880,"title":11881,"module":11877,"summary":11882},"\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":11884,"title":11885,"module":11877,"summary":11886},"\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":11888,"title":11889,"module":11890,"summary":11891},"\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":11893,"title":11894,"module":11890,"summary":11895},"\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":11897,"title":11898,"module":11890,"summary":11899},"\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":11901,"title":11902,"module":11890,"summary":11903},"\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":11905,"title":11906,"module":11907,"summary":11908},"\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":11910,"title":11911,"module":11907,"summary":11912},"\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":11914,"title":11915,"module":11907,"summary":11916},"\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":11918,"title":11919,"module":11907,"summary":11920},"\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":11922,"title":11923,"module":11924,"summary":11925},"\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":11927,"title":11928,"module":11924,"summary":11929},"\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":11931,"title":11932,"module":11924,"summary":11933},"\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":11935,"title":11936,"module":11937,"summary":11938},"\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":11940,"title":11941,"module":11937,"summary":11942},"\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":11944,"title":11945,"module":11937,"summary":11946},"\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":11948,"title":11949,"module":11937,"summary":11950},"\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":11952,"title":11953,"module":11954,"summary":11955},"\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":11957,"title":11958,"module":11954,"summary":11959},"\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":11961,"title":11962,"module":11954,"summary":11963},"\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":11965,"title":11966,"module":11954,"summary":11967},"\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":11969,"title":11970,"module":11954,"summary":11971},"\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":11973,"title":11974,"module":11975,"summary":11976},"\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":11978,"title":11979,"module":11975,"summary":11980},"\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":11982,"title":11983,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":11985,"title":11986,"module":11987,"summary":11988},"\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":11990,"title":11991,"module":11987,"summary":11992},"\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":11994,"title":11995,"module":11987,"summary":11996},"\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":11998,"title":11999,"module":11987,"summary":12000},"\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":12002,"title":12003,"module":11987,"summary":12004},"\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":12006,"title":12007,"module":12008,"summary":12009},"\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":12011,"title":12012,"module":12008,"summary":12013},"\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":12015,"title":12016,"module":12008,"summary":12017},"\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":12019,"title":12020,"module":12008,"summary":12021},"\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":12023,"title":12024,"module":12008,"summary":12025},"\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":12027,"title":12028,"module":12008,"summary":12029},"\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":12031,"title":12032,"module":12008,"summary":12033},"\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":12035,"title":12036,"module":12037,"summary":12038},"\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":12040,"title":12041,"module":12037,"summary":12042},"\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":12044,"title":12045,"module":12037,"summary":12046},"\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":12048,"title":12049,"module":12037,"summary":12050},"\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":12052,"title":12053,"module":12054,"summary":12055},"\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":12057,"title":12058,"module":12054,"summary":12059},"\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":12061,"title":12062,"module":12054,"summary":12063},"\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":12065,"title":12066,"module":12067,"summary":12068},"\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":12070,"title":12071,"module":12067,"summary":12072},"\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":12074,"title":12075,"module":12067,"summary":12076},"\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":12078,"title":12079,"module":12067,"summary":12080},"\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":12082,"title":12083,"module":12067,"summary":12084},"\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":12086,"title":12087,"module":12067,"summary":12088},"\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":12090,"title":12091,"module":12092,"summary":12093},"\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":12095,"title":12096,"module":12092,"summary":12097},"\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":12099,"title":12100,"module":12092,"summary":12101},"\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":12103,"title":12104,"module":12105,"summary":12106},"\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":12108,"title":12109,"module":12105,"summary":12110},"\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":12112,"title":12113,"module":12105,"summary":12114},"\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":12116,"title":12117,"module":12105,"summary":12118},"\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":12120,"title":12121,"module":12122,"summary":12123},"\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":12125,"title":12126,"module":12122,"summary":12127},"\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":12129,"title":12130,"module":12122,"summary":12131},"\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":12133,"title":12134,"module":12135,"summary":12136},"\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":12138,"title":12139,"module":12135,"summary":12140},"\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":12142,"title":12143,"module":12135,"summary":12144},"\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":12146,"title":12147,"module":12135,"summary":12148},"\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":12150,"title":12151,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":12153,"title":12154,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":12156,"title":12157,"module":9742,"summary":12158},"\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":12160,"title":12161,"module":9742,"summary":12162},"\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":12164,"title":12165,"module":9742,"summary":12166},"\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":12168,"title":12169,"module":9742,"summary":12170},"\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":12172,"title":12173,"module":9742,"summary":12174},"\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":12176,"title":12177,"module":9742,"summary":12178},"\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":12180,"title":12181,"module":12182,"summary":12183},"\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":12185,"title":12186,"module":12182,"summary":12187},"\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":12189,"title":12190,"module":12182,"summary":12191},"\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":12193,"title":12194,"module":12195,"summary":12196},"\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":12198,"title":12199,"module":12195,"summary":12200},"\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":12202,"title":12203,"module":12195,"summary":12204},"\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":12206,"title":12207,"module":12208,"summary":12209},"\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":12211,"title":12212,"module":12208,"summary":12213},"\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":12215,"title":12216,"module":12208,"summary":12217},"\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":12219,"title":12220,"module":12208,"summary":12221},"\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":12223,"title":12224,"module":12208,"summary":12225},"\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":12227,"title":12228,"module":12229,"summary":12230},"\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":12232,"title":12233,"module":12229,"summary":12234},"\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":12236,"title":12237,"module":12229,"summary":12238},"\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":12240,"title":12241,"module":12229,"summary":12242},"\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":12244,"title":12245,"module":12246,"summary":12247},"\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":12249,"title":12250,"module":12246,"summary":12251},"\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":12253,"title":12254,"module":12246,"summary":12255},"\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":12257,"title":12258,"module":12246,"summary":12259},"\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":12261,"title":12262,"module":12263,"summary":12264},"\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":12266,"title":12267,"module":12263,"summary":12268},"\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":12270,"title":12271,"module":12263,"summary":12272},"\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":12274,"title":12275,"module":12263,"summary":12276},"\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":12278,"title":12279,"module":12280,"summary":12281},"\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":12283,"title":12284,"module":12280,"summary":12285},"\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":12287,"title":12288,"module":12280,"summary":12289},"\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":12291,"title":12292,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":12294,"title":10936,"module":12295,"summary":12296},"\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":12298,"title":12299,"module":12295,"summary":12300},"\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":12302,"title":12303,"module":12295,"summary":12304},"\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":12306,"title":10295,"module":12295,"summary":12307},"\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":12309,"title":12310,"module":9742,"summary":12311},"\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":12313,"title":12314,"module":9742,"summary":12315},"\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":12317,"title":12318,"module":9742,"summary":12319},"\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":12321,"title":12322,"module":12323,"summary":12324},"\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":12326,"title":12327,"module":12323,"summary":12328},"\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":12330,"title":12331,"module":12323,"summary":12332},"\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":12334,"title":12335,"module":12323,"summary":12336},"\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":12338,"title":12339,"module":12323,"summary":12340},"\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":12342,"title":12343,"module":12344,"summary":12345},"\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":12347,"title":12348,"module":12344,"summary":12349},"\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":12351,"title":12352,"module":12344,"summary":12353},"\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":12355,"title":12356,"module":12344,"summary":12357},"\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":12359,"title":12360,"module":12344,"summary":12361},"\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":12363,"title":12364,"module":12365,"summary":12366},"\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":12368,"title":12369,"module":12365,"summary":12370},"\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":12372,"title":12373,"module":12365,"summary":12374},"\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":12376,"title":12377,"module":12365,"summary":12378},"\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":12380,"title":12381,"module":12382,"summary":12383},"\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":12385,"title":12386,"module":12382,"summary":12387},"\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":12389,"title":12390,"module":12382,"summary":12391},"\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":12393,"title":12394,"module":12382,"summary":12395},"\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":12397,"title":12398,"module":12382,"summary":12399},"\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":12401,"title":12402,"module":12382,"summary":12403},"\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":12405,"title":12406,"module":12382,"summary":12407},"\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":12409,"title":12410,"module":12382,"summary":12411},"\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":12413,"title":12414,"module":12382,"summary":12415},"\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":12417,"title":12418,"module":12419,"summary":12420},"\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":12422,"title":12423,"module":12419,"summary":12424},"\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":12426,"title":12427,"module":12419,"summary":12428},"\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":12430,"title":12431,"module":12419,"summary":12432},"\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":12434,"title":12435,"module":12419,"summary":12436},"\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":12438,"title":12439,"module":12440,"summary":12441},"\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":12443,"title":12444,"module":12440,"summary":12445},"\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":12447,"title":12448,"module":12440,"summary":12449},"\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":12451,"title":12452,"module":12440,"summary":12453},"\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":12455,"title":12456,"module":12440,"summary":12457},"\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":12459,"title":12460,"module":12440,"summary":12461},"\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":12463,"title":12464,"module":12440,"summary":12465},"\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":12467,"title":12468,"module":12469,"summary":12470},"\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":12472,"title":12473,"module":12469,"summary":12474},"\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":12476,"title":12477,"module":12469,"summary":12478},"\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":12480,"title":12481,"module":12482,"summary":12483},"\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":12485,"title":12486,"module":12482,"summary":12487},"\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":12489,"title":12490,"module":12482,"summary":12491},"\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":12493,"title":12494,"module":12482,"summary":12495},"\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":12497,"title":12498,"module":12482,"summary":12499},"\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":12501,"title":12502,"module":12482,"summary":12503},"\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":12505,"title":12506,"module":12482,"summary":12507},"\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":12509,"title":12510,"module":12511,"summary":12512},"\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":12514,"title":12515,"module":12511,"summary":12516},"\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":12518,"title":12519,"module":12511,"summary":12520},"\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":12522,"title":12523,"module":12511,"summary":12524},"\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":12526,"title":12527,"module":12511,"summary":12528},"\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":12530,"title":12531,"module":12511,"summary":12532},"\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":12534,"title":12535,"module":12511,"summary":12536},"\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":12538,"title":12539,"module":12511,"summary":12540},"\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":12542,"title":12543,"module":12511,"summary":12544},"\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":12546,"title":12547,"module":12511,"summary":12548},"\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":12550,"title":12551,"module":12511,"summary":12552},"\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":12554,"title":12555,"module":12556,"summary":12557},"\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":12559,"title":12560,"module":12556,"summary":12561},"\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":12563,"title":12564,"module":12556,"summary":12565},"\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":12567,"title":12568,"module":12556,"summary":12569},"\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":12571,"title":12572,"module":12556,"summary":12573},"\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":12575,"title":12576,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":12578,"title":12579,"module":10486,"summary":12580},"\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":12582,"title":12583,"module":10486,"summary":12584},"\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":12586,"title":12587,"module":10486,"summary":12588},"\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":12590,"title":12591,"module":10486,"summary":12592},"\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":12594,"title":12595,"module":10486,"summary":12596},"\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":12598,"title":12599,"module":12600,"summary":12601},"\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":12603,"title":12604,"module":12600,"summary":12605},"\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":12607,"title":12608,"module":12600,"summary":12609},"\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":12611,"title":12612,"module":12600,"summary":12613},"\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":12615,"title":12616,"module":12617,"summary":12618},"\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":12620,"title":12621,"module":12617,"summary":12622},"\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":12624,"title":12625,"module":12617,"summary":12626},"\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":12628,"title":12629,"module":12617,"summary":12630},"\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":12632,"title":12633,"module":12634,"summary":12635},"\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":12637,"title":12638,"module":12634,"summary":12639},"\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":12641,"title":12642,"module":12634,"summary":12643},"\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":12645,"title":12646,"module":12634,"summary":12647},"\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":12649,"title":12650,"module":12634,"summary":12651},"\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":12653,"title":12654,"module":12655,"summary":12656},"\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":12658,"title":12659,"module":12655,"summary":12660},"\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":12662,"title":12663,"module":12655,"summary":12664},"\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":12666,"title":12667,"module":12668,"summary":12669},"\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":12671,"title":12672,"module":12668,"summary":12673},"\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":12675,"title":12676,"module":12668,"summary":12677},"\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":12679,"title":12680,"module":12681,"summary":12682},"\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":12684,"title":12685,"module":12681,"summary":12686},"\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":12688,"title":12689,"module":12681,"summary":12690},"\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":12692,"title":12693,"module":12681,"summary":12694},"\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":12696,"title":12697,"module":12698,"summary":12699},"\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":12701,"title":12702,"module":12698,"summary":12703},"\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":12705,"title":12706,"module":12698,"summary":12707},"\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":12709,"title":12710,"module":12698,"summary":12711},"\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":12713,"title":12714,"module":12698,"summary":12715},"\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":12717,"title":12718,"module":12698,"summary":12719},"\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":12721,"title":12722,"module":12723,"summary":12724},"\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":12726,"title":12727,"module":12723,"summary":12728},"\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":12730,"title":12731,"module":12723,"summary":12732},"\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":12734,"title":12735,"module":12723,"summary":12736},"\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":12738,"title":12739,"module":12740,"summary":12741},"\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":12743,"title":12744,"module":12740,"summary":12745},"\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":12747,"title":12748,"module":12740,"summary":12749},"\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":12751,"title":12752,"module":12753,"summary":12754},"\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":12756,"title":12757,"module":12753,"summary":12758},"\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":12760,"title":12761,"module":12753,"summary":12762},"\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":12764,"title":12765,"module":12753,"summary":12766},"\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":12768,"title":12769,"module":12753,"summary":12770},"\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":12772,"title":12773,"module":12774,"summary":12775},"\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":12777,"title":12778,"module":12774,"summary":12779},"\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":12781,"title":12782,"module":12774,"summary":12783},"\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":12785,"title":12786,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":12788,"title":12789,"module":12790,"summary":12791},"\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":12793,"title":12794,"module":12790,"summary":12795},"\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":12797,"title":12798,"module":12790,"summary":12799},"\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":12801,"title":12802,"module":12790,"summary":12803},"\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":12805,"title":12806,"module":12807,"summary":12808},"\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":12810,"title":12811,"module":12807,"summary":12812},"\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":12814,"title":12815,"module":12807,"summary":12816},"\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":12818,"title":12819,"module":12807,"summary":12820},"\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":12822,"title":12823,"module":12824,"summary":12825},"\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":12827,"title":12828,"module":12824,"summary":12829},"\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":12831,"title":12832,"module":12824,"summary":12833},"\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":12835,"title":12836,"module":12824,"summary":12837},"\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":12839,"title":12840,"module":12841,"summary":12842},"\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":12844,"title":12845,"module":12841,"summary":12846},"\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":12848,"title":12849,"module":12841,"summary":12850},"\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":12852,"title":12853,"module":12841,"summary":12854},"\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":12856,"title":12857,"module":12858,"summary":12859},"\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":12861,"title":12862,"module":12858,"summary":12863},"\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":12865,"title":12866,"module":12858,"summary":12867},"\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":12869,"title":12870,"module":12858,"summary":12871},"\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":12873,"title":12874,"module":12875,"summary":12876},"\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":12878,"title":12879,"module":12875,"summary":12880},"\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":12882,"title":12883,"module":12875,"summary":12884},"\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":12886,"title":12887,"module":12875,"summary":12888},"\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":12890,"title":12891,"module":12892,"summary":12893},"\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":12895,"title":12896,"module":12892,"summary":12897},"\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":12899,"title":12900,"module":12892,"summary":12901},"\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":12903,"title":12904,"module":12892,"summary":12905},"\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":12907,"title":12908,"module":12892,"summary":12909},"\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":12911,"title":12912,"module":12913,"summary":12914},"\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":12916,"title":12917,"module":12913,"summary":12918},"\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":12920,"title":12921,"module":12922,"summary":12923},"\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":12925,"title":12926,"module":12922,"summary":12927},"\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":12929,"title":12930,"module":12922,"summary":12931},"\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":12933,"title":12934,"module":12922,"summary":12935},"\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":12937,"title":12938,"module":12939,"summary":12940},"\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":12942,"title":12943,"module":12939,"summary":12944},"\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":12946,"title":12947,"module":12939,"summary":12948},"\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":12950,"title":12951,"module":12939,"summary":12952},"\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":12954,"title":12955,"module":12939,"summary":12956},"\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":12958,"title":12959,"module":12960,"summary":12961},"\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":12963,"title":12964,"module":12960,"summary":12965},"\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":12967,"title":12968,"module":12960,"summary":12969},"\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":12971,"title":12972,"module":12960,"summary":12973},"\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":12975,"title":12976,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":12978,"title":12979,"module":9742,"summary":12980},"\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":12982,"title":12983,"module":12984,"summary":12985},"\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":12987,"title":12988,"module":12984,"summary":12989},"\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":12991,"title":12992,"module":12984,"summary":12993},"\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":12995,"title":12996,"module":12984,"summary":12997},"\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":12999,"title":13000,"module":12984,"summary":13001},"\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":13003,"title":13004,"module":12984,"summary":13005},"\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":13007,"title":13008,"module":12984,"summary":13009},"\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":13011,"title":13012,"module":13013,"summary":13014},"\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":13016,"title":13017,"module":13013,"summary":13018},"\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":13020,"title":13021,"module":13013,"summary":13022},"\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":13024,"title":13025,"module":13013,"summary":13026},"\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":13028,"title":13029,"module":13030,"summary":13031},"\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":13033,"title":13034,"module":13030,"summary":13035},"\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":13037,"title":13038,"module":13030,"summary":13039},"\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":13041,"title":13042,"module":13030,"summary":13043},"\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":13045,"title":13046,"module":13047,"summary":13048},"\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":13050,"title":13051,"module":13047,"summary":13052},"\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":13054,"title":13055,"module":13047,"summary":13056},"\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":13058,"title":13059,"module":13047,"summary":13060},"\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":13062,"title":13063,"module":13064,"summary":13065},"\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":13067,"title":13068,"module":13064,"summary":13069},"\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":13071,"title":13072,"module":13064,"summary":13073},"\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":13075,"title":13076,"module":13064,"summary":13077},"\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":13079,"title":13080,"module":13081,"summary":13082},"\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":13084,"title":13085,"module":13081,"summary":13086},"\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":13088,"title":13089,"module":13081,"summary":13090},"\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":13092,"title":13093,"module":13094,"summary":13095},"\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":13097,"title":13098,"module":13094,"summary":13099},"\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":13101,"title":13102,"module":13103,"summary":13104},"\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":13106,"title":13107,"module":13103,"summary":13108},"\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":13110,"title":13111,"module":13103,"summary":13112},"\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":13114,"title":13115,"module":6,"summary":6},"\u002Flogic","Logic",{"path":13117,"title":13118,"module":9742,"summary":13119},"\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":13121,"title":13122,"module":9742,"summary":13123},"\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":13125,"title":13126,"module":9742,"summary":13127},"\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":13129,"title":13130,"module":9742,"summary":13131},"\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":13133,"title":13134,"module":9742,"summary":13135},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","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":13137,"title":13138,"module":9742,"summary":13139},"\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":13141,"title":9961,"module":13142,"summary":13143},"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming","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":13145,"title":13146,"module":13142,"summary":13147},"\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":13149,"title":13150,"module":13142,"summary":13151},"\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":13153,"title":13154,"module":13142,"summary":13155},"\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":13157,"title":13158,"module":13142,"summary":13159},"\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":13161,"title":13162,"module":13142,"summary":13163},"\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":13165,"title":13166,"module":13142,"summary":13167},"\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":13169,"title":13170,"module":13142,"summary":13171},"\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":13173,"title":13174,"module":13142,"summary":13175},"\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":13177,"title":13178,"module":13142,"summary":13179},"\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":13181,"title":13182,"module":13142,"summary":13183},"\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":13185,"title":13186,"module":13142,"summary":13187},"\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":13189,"title":13190,"module":8804,"summary":13191},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction","On-Policy Prediction with Approximation","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":13193,"title":13194,"module":8804,"summary":13195},"\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":13197,"title":13198,"module":8804,"summary":13199},"\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":13201,"title":13202,"module":8804,"summary":13203},"\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":224,"title":13205,"module":8804,"summary":13206},"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":13208,"title":13209,"module":8804,"summary":13210},"\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":13212,"title":13213,"module":8804,"summary":13214},"\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":13216,"title":13217,"module":8804,"summary":13218},"\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":8190,"title":13220,"module":8804,"summary":13221},"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":13223,"title":13224,"module":8804,"summary":13225},"\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":13227,"title":13228,"module":8804,"summary":13229},"\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":13231,"title":13232,"module":8804,"summary":13233},"\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":17,"title":13235,"module":8804,"summary":13236},"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":8806,"title":5,"module":8804,"summary":8822},{"path":13239,"title":12564,"module":13240,"summary":13241},"\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":13243,"title":13244,"module":13240,"summary":13245},"\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":13247,"title":13248,"module":13240,"summary":13249},"\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":13251,"title":13252,"module":13240,"summary":13253},"\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":13255,"title":13256,"module":13240,"summary":13257},"\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":13259,"title":13260,"module":13240,"summary":13261},"\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":13263,"title":13264,"module":13240,"summary":13265},"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers","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":13267,"title":13268,"module":13240,"summary":13269},"\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":13271,"title":13272,"module":13273,"summary":13274},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","Modern Deep Reinforcement Learning","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":13276,"title":13277,"module":13273,"summary":13278},"\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":13280,"title":13281,"module":13273,"summary":13282},"\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":13284,"title":13285,"module":13273,"summary":13286},"\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":13288,"title":13289,"module":13273,"summary":13290},"\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":13292,"title":13293,"module":13273,"summary":13294},"\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":13296,"title":13297,"module":13273,"summary":13298},"\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":13300,"title":13301,"module":13273,"summary":13302},"\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":13304,"title":13305,"module":13273,"summary":13306},"\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":13308,"title":13309,"module":13273,"summary":13310},"\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":13312,"title":13313,"module":13273,"summary":13314},"\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":13316,"title":13317,"module":13273,"summary":13318},"\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":13320,"title":13321,"module":13273,"summary":13322},"\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":13324,"title":13325,"module":13273,"summary":13326},"\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":13328,"title":13329,"module":13273,"summary":13330},"\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":13332,"title":13333,"module":13273,"summary":13334},"\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":13336,"title":13337,"module":13273,"summary":13338},"\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":13340,"title":13341,"module":13273,"summary":13342},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps","Partial Observability: POMDPs and the Belief State","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",{"path":13344,"title":13345,"module":13273,"summary":13346},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2","Partial Observability: Planning and Recurrent Policies","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":13348,"title":13349,"module":13273,"summary":13350},"\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":13352,"title":13353,"module":13273,"summary":13354},"\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":13356,"title":13357,"module":13273,"summary":13358},"\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":13360,"title":13361,"module":13362,"summary":13363},"\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":13365,"title":13366,"module":13362,"summary":13367},"\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":13369,"title":13370,"module":13362,"summary":13371},"\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":13373,"title":13374,"module":13362,"summary":13375},"\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":13377,"title":13378,"module":13362,"summary":13379},"\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":13381,"title":13382,"module":13362,"summary":13383},"\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":13385,"title":13386,"module":13362,"summary":13387},"\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":13389,"title":13390,"module":13362,"summary":13391},"\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":13393,"title":12556,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":13395,"title":13396,"module":9742,"summary":13397},"\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":13399,"title":13400,"module":9742,"summary":13401},"\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":13403,"title":13404,"module":9742,"summary":13405},"\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":13407,"title":13408,"module":9742,"summary":13409},"\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":13411,"title":13412,"module":13413,"summary":13414},"\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":13416,"title":13417,"module":13413,"summary":13418},"\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":13420,"title":13421,"module":13413,"summary":13422},"\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":13424,"title":13425,"module":13413,"summary":13426},"\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":13428,"title":13429,"module":13413,"summary":13430},"\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":13432,"title":13433,"module":13413,"summary":13434},"\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":13436,"title":13437,"module":13413,"summary":13438},"\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":13440,"title":13441,"module":13413,"summary":13442},"\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":13444,"title":13445,"module":13413,"summary":13446},"\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":13448,"title":13449,"module":13413,"summary":13450},"\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":13452,"title":13453,"module":13413,"summary":13454},"\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":13456,"title":13457,"module":13413,"summary":13458},"\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":13460,"title":13461,"module":13462,"summary":13463},"\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":13465,"title":13466,"module":13462,"summary":13467},"\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":13469,"title":13470,"module":13462,"summary":13471},"\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":13473,"title":13474,"module":13462,"summary":13475},"\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":13477,"title":13478,"module":13462,"summary":13479},"\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":13481,"title":13482,"module":13462,"summary":13483},"\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":13485,"title":13486,"module":13462,"summary":13487},"\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":13489,"title":13490,"module":13462,"summary":13491},"\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":13493,"title":13494,"module":13462,"summary":13495},"\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":13497,"title":13498,"module":13462,"summary":13499},"\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":13501,"title":13502,"module":13462,"summary":13503},"\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":13505,"title":13506,"module":13462,"summary":13507},"\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":13509,"title":13510,"module":13511,"summary":13512},"\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":13514,"title":13515,"module":13511,"summary":13516},"\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":13518,"title":13519,"module":13511,"summary":13520},"\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":13522,"title":13523,"module":13511,"summary":13524},"\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":13526,"title":13527,"module":13511,"summary":13528},"\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":13530,"title":13531,"module":13511,"summary":13532},"\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":13534,"title":13535,"module":13511,"summary":13536},"\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":13538,"title":13134,"module":13511,"summary":13539},"\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":13541,"title":13542,"module":13511,"summary":13543},"\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":13545,"title":13546,"module":13511,"summary":13547},"\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":13549,"title":13550,"module":13551,"summary":13552},"\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":13554,"title":13555,"module":13551,"summary":13556},"\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":13558,"title":13559,"module":13551,"summary":13560},"\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":13562,"title":13563,"module":13551,"summary":13564},"\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":13566,"title":12556,"module":13551,"summary":13567},"\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":13569,"title":13570,"module":13551,"summary":13571},"\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":13573,"title":13574,"module":13551,"summary":13575},"\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":13577,"title":13578,"module":13551,"summary":13579},"\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":13581,"title":13582,"module":13583,"summary":13584},"\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":13586,"title":13587,"module":13583,"summary":13588},"\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":13590,"title":13591,"module":13583,"summary":13592},"\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":13594,"title":13595,"module":13583,"summary":13596},"\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":13598,"title":13599,"module":13583,"summary":13600},"\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":13602,"title":13603,"module":13583,"summary":13604},"\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":13606,"title":13607,"module":13583,"summary":13608},"\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":13610,"title":13611,"module":13583,"summary":13612},"\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":13614,"title":13615,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":13617,"title":13618,"module":13619,"summary":13620},"\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":13622,"title":13623,"module":13619,"summary":13624},"\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":13626,"title":13627,"module":13619,"summary":13628},"\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":13630,"title":13631,"module":13619,"summary":13632},"\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":13634,"title":13635,"module":13619,"summary":13636},"\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":13638,"title":13639,"module":13640,"summary":13641},"\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":13643,"title":13644,"module":13640,"summary":13645},"\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":13647,"title":13648,"module":13640,"summary":13649},"\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":13651,"title":13652,"module":13640,"summary":13653},"\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":13655,"title":13656,"module":13657,"summary":13658},"\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":13660,"title":13661,"module":13657,"summary":13662},"\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":13664,"title":13665,"module":13657,"summary":13666},"\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":13668,"title":13669,"module":13657,"summary":13670},"\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":13672,"title":13673,"module":13674,"summary":13675},"\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":13677,"title":13678,"module":13674,"summary":13679},"\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":13681,"title":13682,"module":13683,"summary":13684},"\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":13686,"title":13687,"module":13683,"summary":13688},"\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":13690,"title":13691,"module":13692,"summary":13693},"\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":13695,"title":13696,"module":13692,"summary":13697},"\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":13699,"title":13700,"module":13692,"summary":13701},"\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":13703,"title":13704,"module":13692,"summary":13705},"\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":13707,"title":13708,"module":13709,"summary":13710},"\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":13712,"title":13713,"module":13709,"summary":13714},"\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":13716,"title":13717,"module":13709,"summary":13718},"\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":13720,"title":13721,"module":13722,"summary":13723},"\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":13725,"title":13726,"module":13722,"summary":13727},"\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":13729,"title":13730,"module":13722,"summary":13731},"\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":13733,"title":13734,"module":13735,"summary":13736},"\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":13738,"title":13739,"module":13735,"summary":13740},"\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":13742,"title":13743,"module":13744,"summary":13745},"\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":13747,"title":13748,"module":13744,"summary":13749},"\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":13751,"title":13752,"module":13744,"summary":13753},"\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":13755,"title":13756,"module":13757,"summary":13758},"\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":13760,"title":13761,"module":13757,"summary":13762},"\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":13764,"title":13765,"module":13757,"summary":13766},"\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":13768,"title":13769,"module":13757,"summary":13770},"\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":13772,"title":13773,"module":13757,"summary":13774},"\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":13776,"title":13777,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":13779,"title":13780,"module":9742,"summary":13781},"\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":13783,"title":13784,"module":9742,"summary":13785},"\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":13787,"title":13788,"module":9742,"summary":13789},"\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":13791,"title":13792,"module":9742,"summary":13793},"\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":13795,"title":13796,"module":9742,"summary":13797},"\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":13799,"title":13800,"module":13801,"summary":13802},"\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":13804,"title":13805,"module":13801,"summary":13806},"\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":13808,"title":13809,"module":13801,"summary":13810},"\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":13812,"title":13813,"module":13801,"summary":13814},"\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":13816,"title":13817,"module":13818,"summary":13819},"\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":13821,"title":13822,"module":13818,"summary":13823},"\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":13825,"title":13826,"module":13818,"summary":13827},"\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":13829,"title":13830,"module":10208,"summary":13831},"\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":13833,"title":13834,"module":10208,"summary":13835},"\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":13837,"title":13838,"module":10208,"summary":13839},"\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":13841,"title":13842,"module":10690,"summary":13843},"\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":13845,"title":12402,"module":10690,"summary":13846},"\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":13848,"title":12510,"module":10690,"summary":13849},"\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":13851,"title":13852,"module":10690,"summary":13853},"\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":13855,"title":13856,"module":10690,"summary":13857},"\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":13859,"title":13860,"module":10690,"summary":13861},"\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":13863,"title":13864,"module":13865,"summary":13866},"\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":13868,"title":13869,"module":13865,"summary":13870},"\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":13872,"title":13873,"module":13865,"summary":13874},"\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":13876,"title":13877,"module":13865,"summary":13878},"\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":13880,"title":13881,"module":13865,"summary":13882},"\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":13884,"title":13885,"module":13865,"summary":13886},"\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":13888,"title":13889,"module":13865,"summary":13890},"\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":13892,"title":13893,"module":13865,"summary":13894},"\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":13896,"title":13897,"module":13865,"summary":13898},"\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":13900,"title":13901,"module":13865,"summary":13902},"\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":13904,"title":13905,"module":13865,"summary":13906},"\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":13908,"title":13909,"module":13865,"summary":13910},"\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":13912,"title":13913,"module":13865,"summary":13914},"\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":13916,"title":13917,"module":13865,"summary":13918},"\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":13920,"title":13921,"module":13865,"summary":13922},"\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":13924,"title":13925,"module":13865,"summary":13926},"\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":13928,"title":13929,"module":13865,"summary":13930},"\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":13932,"title":13933,"module":13865,"summary":13934},"\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":13936,"title":13937,"module":13865,"summary":13938},"\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":13940,"title":13941,"module":13865,"summary":13942},"\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":13944,"title":13945,"module":12498,"summary":13946},"\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":13948,"title":13949,"module":12498,"summary":13950},"\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":13952,"title":13953,"module":12498,"summary":13954},"\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":13956,"title":13957,"module":12498,"summary":13958},"\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":13960,"title":13961,"module":12498,"summary":13962},"\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":13964,"title":13965,"module":12498,"summary":13966},"\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":13968,"title":13969,"module":12498,"summary":13970},"\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":13972,"title":13973,"module":12498,"summary":13974},"\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":13976,"title":13977,"module":13978,"summary":13979},"\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":13981,"title":13982,"module":13978,"summary":13983},"\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":13985,"title":13986,"module":13978,"summary":13987},"\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":13989,"title":13990,"module":13978,"summary":13991},"\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":13993,"title":13994,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":13996,"title":13997,"module":9742,"summary":13998},"\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":14000,"title":14001,"module":9742,"summary":14002},"\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":14004,"title":14005,"module":9742,"summary":14006},"\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":14008,"title":14009,"module":14010,"summary":14011},"\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":14013,"title":14014,"module":14010,"summary":14015},"\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":14017,"title":14018,"module":14010,"summary":14019},"\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":14021,"title":14022,"module":14010,"summary":14023},"\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":14025,"title":14026,"module":14027,"summary":14028},"\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":14030,"title":14031,"module":14027,"summary":14032},"\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":14034,"title":14035,"module":14027,"summary":14036},"\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":14038,"title":14039,"module":14027,"summary":14040},"\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":14042,"title":14043,"module":14044,"summary":14045},"\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":14047,"title":14048,"module":14044,"summary":14049},"\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":14051,"title":14052,"module":14044,"summary":14053},"\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":14055,"title":14056,"module":14044,"summary":14057},"\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":14059,"title":14060,"module":14061,"summary":14062},"\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":14064,"title":14065,"module":14061,"summary":14066},"\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":14068,"title":14069,"module":14061,"summary":14070},"\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":14072,"title":14073,"module":14074,"summary":14075},"\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":14077,"title":14078,"module":14074,"summary":14079},"\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":14081,"title":14082,"module":14074,"summary":14083},"\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":14085,"title":14086,"module":14074,"summary":14087},"\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":14089,"title":14090,"module":14091,"summary":14092},"\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":14094,"title":14095,"module":14091,"summary":14096},"\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":14098,"title":14099,"module":14091,"summary":14100},"\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":14102,"title":14103,"module":14091,"summary":14104},"\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":14106,"title":14107,"module":14108,"summary":14109},"\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":14111,"title":14112,"module":14108,"summary":14113},"\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":14115,"title":14116,"module":14108,"summary":14117},"\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":14119,"title":14120,"module":14108,"summary":14121},"\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":14123,"title":14124,"module":14125,"summary":14126},"\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":14128,"title":14129,"module":14125,"summary":14130},"\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":14132,"title":14133,"module":14125,"summary":14134},"\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":14136,"title":14137,"module":14125,"summary":14138},"\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":14140,"title":14141,"module":14125,"summary":14142},"\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":14144,"title":14145,"module":14146,"summary":14147},"\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":14149,"title":14150,"module":14146,"summary":14151},"\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":14153,"title":14154,"module":14146,"summary":14155},"\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":14157,"title":14158,"module":14159,"summary":14160},"\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":14162,"title":14163,"module":14159,"summary":14164},"\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":14166,"title":14167,"module":14159,"summary":14168},"\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":14170,"title":14171,"module":14171,"summary":14172},"\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":14174,"title":14175,"module":14171,"summary":14176},"\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":14178,"title":14179,"module":14171,"summary":14180},"\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":14182,"title":14183,"module":14171,"summary":14184},"\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":14186,"title":14187,"module":14171,"summary":14188},"\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":14190,"title":14191,"module":14171,"summary":14192},"\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":14194,"title":14195,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":14197,"title":14198,"module":14199,"summary":14200},"\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":14202,"title":14203,"module":14199,"summary":14204},"\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":14206,"title":14207,"module":14199,"summary":14208},"\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":14210,"title":14211,"module":14212,"summary":14213},"\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":14215,"title":14216,"module":14212,"summary":14217},"\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":14219,"title":14220,"module":14212,"summary":14221},"\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":14223,"title":14224,"module":14212,"summary":14225},"\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":14227,"title":14228,"module":14229,"summary":14230},"\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":14232,"title":14233,"module":14229,"summary":14234},"\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":14236,"title":14237,"module":14229,"summary":14238},"\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":14240,"title":14241,"module":14229,"summary":14242},"\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":14244,"title":14245,"module":14246,"summary":14247},"\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":14249,"title":14250,"module":14246,"summary":14251},"\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":14253,"title":14254,"module":14246,"summary":14255},"\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":14257,"title":14258,"module":14246,"summary":14259},"\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":14261,"title":14262,"module":14263,"summary":14264},"\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":14266,"title":14267,"module":14263,"summary":14268},"\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":14270,"title":14271,"module":14263,"summary":14272},"\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":14274,"title":14275,"module":14263,"summary":14276},"\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":14278,"title":14279,"module":14280,"summary":14281},"\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":14283,"title":14284,"module":14280,"summary":14285},"\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":14287,"title":14288,"module":14280,"summary":14289},"\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":14291,"title":14292,"module":14293,"summary":14294},"\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":14296,"title":14297,"module":14293,"summary":14298},"\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":14300,"title":14301,"module":14293,"summary":14302},"\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":14304,"title":14305,"module":14293,"summary":14306},"\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":14308,"title":12731,"module":14309,"summary":14310},"\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":14312,"title":14313,"module":14309,"summary":14314},"\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":14316,"title":14317,"module":14309,"summary":14318},"\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":14320,"title":14321,"module":14309,"summary":14322},"\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":14324,"title":14325,"module":14309,"summary":14326},"\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":14328,"title":14329,"module":14330,"summary":14331},"\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":14333,"title":14334,"module":14330,"summary":14335},"\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":14337,"title":14338,"module":14330,"summary":14339},"\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":14341,"title":14342,"module":14330,"summary":14343},"\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":14345,"title":14346,"module":14347,"summary":14348},"\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":14350,"title":14351,"module":14347,"summary":14352},"\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":14354,"title":14355,"module":14347,"summary":14356},"\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":14358,"title":14359,"module":14347,"summary":14360},"\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":14362,"title":14363,"module":14347,"summary":14364},"\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":14366,"title":14367,"module":14368,"summary":14369},"\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":14371,"title":14372,"module":14368,"summary":14373},"\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":14375,"title":11449,"module":14368,"summary":14376},"\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":14378,"title":14379,"module":14368,"summary":14380},"\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":14382,"title":14383,"module":14368,"summary":14384},"\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":14386,"title":14387,"module":14388,"summary":14389},"\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":14391,"title":14392,"module":14388,"summary":14393},"\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":14395,"title":14396,"module":14388,"summary":14397},"\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":14399,"title":14400,"module":14388,"summary":14401},"\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":14403,"title":14404,"module":14388,"summary":14405},"\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":14407,"title":14408,"module":14388,"summary":14409},"\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":14411,"title":14412,"module":14388,"summary":14413},"\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":14415,"title":14416,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":14418,"title":14419,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":14421,"title":14422,"module":6,"summary":6},"\u002F","Study Notes",[14424,14443,14477,14509,14529,14584],{"module":9742,"moduleNumber":14425,"slug":14426,"lessons":14427},1,"foundations",[14428,14430,14432,14434,14437,14440],{"title":13118,"path":13117,"lessonNumber":14425,"topics":14429,"summary":13119},[9742],{"title":13122,"path":13121,"lessonNumber":8788,"topics":14431,"summary":13123},[9742],{"title":13126,"path":13125,"lessonNumber":8801,"topics":14433,"summary":13127},[9742],{"title":13130,"path":13129,"lessonNumber":14435,"topics":14436,"summary":13131},4,[9742],{"title":13134,"path":13133,"lessonNumber":14438,"topics":14439,"summary":13135},5,[9742],{"title":13138,"path":13137,"lessonNumber":14441,"topics":14442,"summary":13139},6,[9742],{"module":13142,"moduleNumber":8788,"slug":14444,"lessons":14445},"tabular-methods",[14446,14449,14451,14453,14455,14457,14459,14462,14465,14468,14471,14474],{"title":9961,"path":13141,"lessonNumber":14425,"topics":14447,"summary":13143},[14448],"Tabular Methods",{"title":13146,"path":13145,"lessonNumber":8788,"topics":14450,"summary":13147},[14448],{"title":13150,"path":13149,"lessonNumber":8801,"topics":14452,"summary":13151},[14448],{"title":13154,"path":13153,"lessonNumber":14435,"topics":14454,"summary":13155},[14448],{"title":13158,"path":13157,"lessonNumber":14438,"topics":14456,"summary":13159},[14448],{"title":13162,"path":13161,"lessonNumber":14441,"topics":14458,"summary":13163},[14448],{"title":13166,"path":13165,"lessonNumber":14460,"topics":14461,"summary":13167},7,[14448],{"title":13170,"path":13169,"lessonNumber":14463,"topics":14464,"summary":13171},8,[14448],{"title":13174,"path":13173,"lessonNumber":14466,"topics":14467,"summary":13175},9,[14448],{"title":13178,"path":13177,"lessonNumber":14469,"topics":14470,"summary":13179},10,[14448],{"title":13182,"path":13181,"lessonNumber":14472,"topics":14473,"summary":13183},11,[14448],{"title":13186,"path":13185,"lessonNumber":14475,"topics":14476,"summary":13187},12,[14448],{"module":8804,"moduleNumber":8801,"slug":14478,"lessons":14479},"approximation",[14480,14482,14484,14486,14488,14490,14492,14494,14496,14498,14500,14502,14504,14507],{"title":13190,"path":13189,"lessonNumber":14425,"topics":14481,"summary":13191},[8824],{"title":13194,"path":13193,"lessonNumber":8788,"topics":14483,"summary":13195},[8824],{"title":13198,"path":13197,"lessonNumber":8801,"topics":14485,"summary":13199},[8824],{"title":13202,"path":13201,"lessonNumber":14435,"topics":14487,"summary":13203},[8824],{"title":13205,"path":224,"lessonNumber":14438,"topics":14489,"summary":13206},[8824],{"title":13209,"path":13208,"lessonNumber":14441,"topics":14491,"summary":13210},[8824],{"title":13213,"path":13212,"lessonNumber":14460,"topics":14493,"summary":13214},[8824],{"title":13217,"path":13216,"lessonNumber":14463,"topics":14495,"summary":13218},[8824],{"title":13220,"path":8190,"lessonNumber":14466,"topics":14497,"summary":13221},[8824],{"title":13224,"path":13223,"lessonNumber":14469,"topics":14499,"summary":13225},[8824],{"title":13228,"path":13227,"lessonNumber":14472,"topics":14501,"summary":13229},[8824],{"title":13232,"path":13231,"lessonNumber":14475,"topics":14503,"summary":13233},[8824],{"title":13235,"path":17,"lessonNumber":14505,"topics":14506,"summary":13236},13,[8824],{"title":5,"path":8806,"lessonNumber":8802,"topics":14508,"summary":8822},[8824],{"module":13240,"moduleNumber":14435,"slug":14510,"lessons":14511},"deep-rl",[14512,14515,14517,14519,14521,14523,14525,14527],{"title":12564,"path":13239,"lessonNumber":14425,"topics":14513,"summary":13241},[14514],"Deep RL",{"title":13244,"path":13243,"lessonNumber":8788,"topics":14516,"summary":13245},[14514],{"title":13248,"path":13247,"lessonNumber":8801,"topics":14518,"summary":13249},[14514],{"title":13252,"path":13251,"lessonNumber":14435,"topics":14520,"summary":13253},[14514],{"title":13256,"path":13255,"lessonNumber":14438,"topics":14522,"summary":13257},[14514],{"title":13260,"path":13259,"lessonNumber":14441,"topics":14524,"summary":13261},[14514],{"title":13264,"path":13263,"lessonNumber":14460,"topics":14526,"summary":13265},[14514],{"title":13268,"path":13267,"lessonNumber":14463,"topics":14528,"summary":13269},[14514],{"module":13273,"moduleNumber":14438,"slug":14530,"lessons":14531},"modern-deep-rl",[14532,14534,14536,14538,14540,14542,14544,14546,14548,14550,14552,14554,14556,14558,14560,14563,14566,14569,14572,14575,14578,14581],{"title":13272,"path":13271,"lessonNumber":14425,"topics":14533,"summary":13274},[14514],{"title":13277,"path":13276,"lessonNumber":8788,"topics":14535,"summary":13278},[14514],{"title":13281,"path":13280,"lessonNumber":8801,"topics":14537,"summary":13282},[14514],{"title":13285,"path":13284,"lessonNumber":14435,"topics":14539,"summary":13286},[14514],{"title":13289,"path":13288,"lessonNumber":14438,"topics":14541,"summary":13290},[14514],{"title":13293,"path":13292,"lessonNumber":14441,"topics":14543,"summary":13294},[14514],{"title":13297,"path":13296,"lessonNumber":14460,"topics":14545,"summary":13298},[14514],{"title":13301,"path":13300,"lessonNumber":14463,"topics":14547,"summary":13302},[14514],{"title":13305,"path":13304,"lessonNumber":14466,"topics":14549,"summary":13306},[14514],{"title":13309,"path":13308,"lessonNumber":14469,"topics":14551,"summary":13310},[14514],{"title":13313,"path":13312,"lessonNumber":14472,"topics":14553,"summary":13314},[14514],{"title":13317,"path":13316,"lessonNumber":14475,"topics":14555,"summary":13318},[14514],{"title":13321,"path":13320,"lessonNumber":14505,"topics":14557,"summary":13322},[14514],{"title":13325,"path":13324,"lessonNumber":8802,"topics":14559,"summary":13326},[14514],{"title":13329,"path":13328,"lessonNumber":14561,"topics":14562,"summary":13330},15,[14514],{"title":13333,"path":13332,"lessonNumber":14564,"topics":14565,"summary":13334},16,[14514],{"title":13337,"path":13336,"lessonNumber":14567,"topics":14568,"summary":13338},17,[14514],{"title":13341,"path":13340,"lessonNumber":14570,"topics":14571,"summary":13342},18,[14514],{"title":13345,"path":13344,"lessonNumber":14573,"topics":14574,"summary":13346},19,[14514],{"title":13349,"path":13348,"lessonNumber":14576,"topics":14577,"summary":13350},20,[14514],{"title":13353,"path":13352,"lessonNumber":14579,"topics":14580,"summary":13354},21,[14514],{"title":13357,"path":13356,"lessonNumber":14582,"topics":14583,"summary":13358},22,[14514],{"module":13362,"moduleNumber":14441,"slug":14585,"lessons":14586},"minds-and-brains",[14587,14590,14592,14594,14596,14598,14600,14602],{"title":13361,"path":13360,"lessonNumber":14425,"topics":14588,"summary":13363},[14589],"Minds and Brains",{"title":13366,"path":13365,"lessonNumber":8788,"topics":14591,"summary":13367},[14589],{"title":13370,"path":13369,"lessonNumber":8801,"topics":14593,"summary":13371},[14589],{"title":13374,"path":13373,"lessonNumber":14435,"topics":14595,"summary":13375},[14589],{"title":13378,"path":13377,"lessonNumber":14438,"topics":14597,"summary":13379},[14589],{"title":13382,"path":13381,"lessonNumber":14441,"topics":14599,"summary":13383},[14589],{"title":13386,"path":13385,"lessonNumber":14460,"topics":14601,"summary":13387},[14589],{"title":13390,"path":13389,"lessonNumber":14463,"topics":14603,"summary":13391},[14589],"\u003Csvg style=\"width:100%;max-width:457.966px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 343.474 63.442\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-34.094-43.549c0-6.286-5.095-11.381-11.381-11.381s-11.381 5.095-11.381 11.381 5.095 11.381 11.38 11.381c6.287 0 11.382-5.095 11.382-11.38Zm-11.381 0\"\u002F>\u003Cg transform=\"translate(-3.577 2.256)\">\u003Cpath d=\"M-45.161-43.556L-45.161-44.619Q-45.161-44.643-45.133-44.670Q-45.106-44.697-45.082-44.697L-44.973-44.697Q-44.908-44.697-44.894-44.639Q-44.798-44.205-44.552-43.954Q-44.306-43.703-43.892-43.703Q-43.551-43.703-43.298-43.836Q-43.045-43.969-43.045-44.277Q-43.045-44.434-43.139-44.549Q-43.233-44.663-43.371-44.732Q-43.510-44.800-43.677-44.838L-44.258-44.937Q-44.614-45.005-44.887-45.226Q-45.161-45.446-45.161-45.788Q-45.161-46.037-45.049-46.212Q-44.938-46.386-44.752-46.485Q-44.566-46.584-44.350-46.627Q-44.135-46.670-43.892-46.670Q-43.479-46.670-43.199-46.488L-42.983-46.663Q-42.973-46.666-42.966-46.668Q-42.959-46.670-42.949-46.670L-42.898-46.670Q-42.871-46.670-42.847-46.646Q-42.823-46.622-42.823-46.594L-42.823-45.747Q-42.823-45.726-42.847-45.699Q-42.871-45.672-42.898-45.672L-43.011-45.672Q-43.038-45.672-43.064-45.697Q-43.089-45.723-43.089-45.747Q-43.089-45.983-43.195-46.147Q-43.301-46.311-43.484-46.393Q-43.667-46.475-43.899-46.475Q-44.227-46.475-44.484-46.372Q-44.740-46.270-44.740-45.993Q-44.740-45.798-44.557-45.689Q-44.374-45.579-44.145-45.538L-43.571-45.432Q-43.325-45.384-43.111-45.256Q-42.898-45.128-42.761-44.925Q-42.624-44.721-42.624-44.472Q-42.624-43.959-42.990-43.720Q-43.356-43.481-43.892-43.481Q-44.388-43.481-44.720-43.775L-44.986-43.501Q-45.007-43.481-45.034-43.481L-45.082-43.481Q-45.106-43.481-45.133-43.508Q-45.161-43.535-45.161-43.556M-40.321-43.409Q-40.956-43.409-41.320-43.754Q-41.684-44.099-41.819-44.624Q-41.954-45.149-41.954-45.774Q-41.954-46.799-41.599-47.498Q-41.244-48.197-40.321-48.197Q-39.394-48.197-39.042-47.498Q-38.690-46.799-38.690-45.774Q-38.690-45.149-38.825-44.624Q-38.960-44.099-39.323-43.754Q-39.685-43.409-40.321-43.409M-40.321-43.634Q-39.883-43.634-39.670-44.009Q-39.456-44.383-39.406-44.850Q-39.357-45.316-39.357-45.894Q-39.357-46.447-39.406-46.875Q-39.456-47.302-39.668-47.637Q-39.880-47.972-40.321-47.972Q-40.663-47.972-40.866-47.765Q-41.069-47.558-41.156-47.246Q-41.244-46.933-41.266-46.617Q-41.288-46.300-41.288-45.894Q-41.288-45.477-41.266-45.135Q-41.244-44.793-41.155-44.445Q-41.066-44.096-40.861-43.865Q-40.656-43.634-40.321-43.634\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M31.347-43.549c0-6.286-5.095-11.381-11.38-11.381S8.584-49.835 8.584-43.549s5.096 11.381 11.381 11.381 11.381-5.095 11.381-11.38Zm-11.38 0\"\u002F>\u003Cg transform=\"translate(61.864 2.256)\">\u003Cpath d=\"M-45.161-43.556L-45.161-44.619Q-45.161-44.643-45.133-44.670Q-45.106-44.697-45.082-44.697L-44.973-44.697Q-44.908-44.697-44.894-44.639Q-44.798-44.205-44.552-43.954Q-44.306-43.703-43.892-43.703Q-43.551-43.703-43.298-43.836Q-43.045-43.969-43.045-44.277Q-43.045-44.434-43.139-44.549Q-43.233-44.663-43.371-44.732Q-43.510-44.800-43.677-44.838L-44.258-44.937Q-44.614-45.005-44.887-45.226Q-45.161-45.446-45.161-45.788Q-45.161-46.037-45.049-46.212Q-44.938-46.386-44.752-46.485Q-44.566-46.584-44.350-46.627Q-44.135-46.670-43.892-46.670Q-43.479-46.670-43.199-46.488L-42.983-46.663Q-42.973-46.666-42.966-46.668Q-42.959-46.670-42.949-46.670L-42.898-46.670Q-42.871-46.670-42.847-46.646Q-42.823-46.622-42.823-46.594L-42.823-45.747Q-42.823-45.726-42.847-45.699Q-42.871-45.672-42.898-45.672L-43.011-45.672Q-43.038-45.672-43.064-45.697Q-43.089-45.723-43.089-45.747Q-43.089-45.983-43.195-46.147Q-43.301-46.311-43.484-46.393Q-43.667-46.475-43.899-46.475Q-44.227-46.475-44.484-46.372Q-44.740-46.270-44.740-45.993Q-44.740-45.798-44.557-45.689Q-44.374-45.579-44.145-45.538L-43.571-45.432Q-43.325-45.384-43.111-45.256Q-42.898-45.128-42.761-44.925Q-42.624-44.721-42.624-44.472Q-42.624-43.959-42.990-43.720Q-43.356-43.481-43.892-43.481Q-44.388-43.481-44.720-43.775L-44.986-43.501Q-45.007-43.481-45.034-43.481L-45.082-43.481Q-45.106-43.481-45.133-43.508Q-45.161-43.535-45.161-43.556M-38.984-43.549L-41.514-43.549L-41.514-43.829Q-40.546-43.829-40.546-44.038L-40.546-47.657Q-40.939-47.469-41.561-47.469L-41.561-47.750Q-41.144-47.750-40.780-47.851Q-40.416-47.951-40.160-48.197L-40.034-48.197Q-39.969-48.180-39.952-48.112L-39.952-44.038Q-39.952-43.829-38.984-43.829\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M96.789-43.549c0-6.286-5.096-11.381-11.381-11.381s-11.381 5.095-11.381 11.381 5.095 11.381 11.38 11.381 11.382-5.095 11.382-11.38Zm-11.381 0\"\u002F>\u003Cg transform=\"translate(127.306 2.256)\">\u003Cpath d=\"M-45.161-43.556L-45.161-44.619Q-45.161-44.643-45.133-44.670Q-45.106-44.697-45.082-44.697L-44.973-44.697Q-44.908-44.697-44.894-44.639Q-44.798-44.205-44.552-43.954Q-44.306-43.703-43.892-43.703Q-43.551-43.703-43.298-43.836Q-43.045-43.969-43.045-44.277Q-43.045-44.434-43.139-44.549Q-43.233-44.663-43.371-44.732Q-43.510-44.800-43.677-44.838L-44.258-44.937Q-44.614-45.005-44.887-45.226Q-45.161-45.446-45.161-45.788Q-45.161-46.037-45.049-46.212Q-44.938-46.386-44.752-46.485Q-44.566-46.584-44.350-46.627Q-44.135-46.670-43.892-46.670Q-43.479-46.670-43.199-46.488L-42.983-46.663Q-42.973-46.666-42.966-46.668Q-42.959-46.670-42.949-46.670L-42.898-46.670Q-42.871-46.670-42.847-46.646Q-42.823-46.622-42.823-46.594L-42.823-45.747Q-42.823-45.726-42.847-45.699Q-42.871-45.672-42.898-45.672L-43.011-45.672Q-43.038-45.672-43.064-45.697Q-43.089-45.723-43.089-45.747Q-43.089-45.983-43.195-46.147Q-43.301-46.311-43.484-46.393Q-43.667-46.475-43.899-46.475Q-44.227-46.475-44.484-46.372Q-44.740-46.270-44.740-45.993Q-44.740-45.798-44.557-45.689Q-44.374-45.579-44.145-45.538L-43.571-45.432Q-43.325-45.384-43.111-45.256Q-42.898-45.128-42.761-44.925Q-42.624-44.721-42.624-44.472Q-42.624-43.959-42.990-43.720Q-43.356-43.481-43.892-43.481Q-44.388-43.481-44.720-43.775L-44.986-43.501Q-45.007-43.481-45.034-43.481L-45.082-43.481Q-45.106-43.481-45.133-43.508Q-45.161-43.535-45.161-43.556M-38.984-43.549L-41.869-43.549L-41.869-43.751Q-41.869-43.781-41.842-43.809L-40.594-45.026Q-40.522-45.101-40.480-45.143Q-40.437-45.186-40.358-45.265Q-39.945-45.678-39.714-46.036Q-39.483-46.393-39.483-46.817Q-39.483-47.049-39.562-47.252Q-39.641-47.456-39.782-47.606Q-39.924-47.757-40.119-47.837Q-40.314-47.917-40.546-47.917Q-40.857-47.917-41.115-47.758Q-41.373-47.599-41.503-47.322L-41.483-47.322Q-41.315-47.322-41.208-47.211Q-41.100-47.100-41.100-46.936Q-41.100-46.779-41.209-46.666Q-41.319-46.553-41.483-46.553Q-41.643-46.553-41.756-46.666Q-41.869-46.779-41.869-46.936Q-41.869-47.312-41.661-47.599Q-41.452-47.886-41.117-48.042Q-40.782-48.197-40.427-48.197Q-40.003-48.197-39.623-48.039Q-39.244-47.880-39.010-47.563Q-38.776-47.247-38.776-46.817Q-38.776-46.506-38.916-46.237Q-39.056-45.969-39.261-45.764Q-39.466-45.559-39.829-45.277Q-40.191-44.995-40.300-44.899L-41.155-44.171L-40.512-44.171Q-40.249-44.171-39.960-44.173Q-39.671-44.174-39.453-44.183Q-39.234-44.192-39.217-44.209Q-39.155-44.274-39.118-44.441Q-39.080-44.609-39.042-44.851L-38.776-44.851\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M162.23-43.549c0-6.286-5.096-11.381-11.381-11.381s-11.382 5.095-11.382 11.381 5.096 11.381 11.382 11.381 11.38-5.095 11.38-11.38Zm-11.381 0\"\u002F>\u003Cg transform=\"translate(192.747 2.256)\">\u003Cpath d=\"M-45.161-43.556L-45.161-44.619Q-45.161-44.643-45.133-44.670Q-45.106-44.697-45.082-44.697L-44.973-44.697Q-44.908-44.697-44.894-44.639Q-44.798-44.205-44.552-43.954Q-44.306-43.703-43.892-43.703Q-43.551-43.703-43.298-43.836Q-43.045-43.969-43.045-44.277Q-43.045-44.434-43.139-44.549Q-43.233-44.663-43.371-44.732Q-43.510-44.800-43.677-44.838L-44.258-44.937Q-44.614-45.005-44.887-45.226Q-45.161-45.446-45.161-45.788Q-45.161-46.037-45.049-46.212Q-44.938-46.386-44.752-46.485Q-44.566-46.584-44.350-46.627Q-44.135-46.670-43.892-46.670Q-43.479-46.670-43.199-46.488L-42.983-46.663Q-42.973-46.666-42.966-46.668Q-42.959-46.670-42.949-46.670L-42.898-46.670Q-42.871-46.670-42.847-46.646Q-42.823-46.622-42.823-46.594L-42.823-45.747Q-42.823-45.726-42.847-45.699Q-42.871-45.672-42.898-45.672L-43.011-45.672Q-43.038-45.672-43.064-45.697Q-43.089-45.723-43.089-45.747Q-43.089-45.983-43.195-46.147Q-43.301-46.311-43.484-46.393Q-43.667-46.475-43.899-46.475Q-44.227-46.475-44.484-46.372Q-44.740-46.270-44.740-45.993Q-44.740-45.798-44.557-45.689Q-44.374-45.579-44.145-45.538L-43.571-45.432Q-43.325-45.384-43.111-45.256Q-42.898-45.128-42.761-44.925Q-42.624-44.721-42.624-44.472Q-42.624-43.959-42.990-43.720Q-43.356-43.481-43.892-43.481Q-44.388-43.481-44.720-43.775L-44.986-43.501Q-45.007-43.481-45.034-43.481L-45.082-43.481Q-45.106-43.481-45.133-43.508Q-45.161-43.535-45.161-43.556M-41.514-44.096Q-41.394-43.939-41.203-43.840Q-41.011-43.740-40.796-43.701Q-40.580-43.662-40.358-43.662Q-40.061-43.662-39.866-43.817Q-39.671-43.973-39.581-44.227Q-39.490-44.482-39.490-44.766Q-39.490-45.060-39.582-45.311Q-39.675-45.562-39.873-45.718Q-40.071-45.873-40.365-45.873L-40.881-45.873Q-40.909-45.873-40.934-45.899Q-40.960-45.924-40.960-45.948L-40.960-46.020Q-40.960-46.051-40.934-46.073Q-40.909-46.095-40.881-46.095L-40.440-46.126Q-40.078-46.126-39.858-46.483Q-39.637-46.841-39.637-47.230Q-39.637-47.558-39.832-47.762Q-40.027-47.965-40.358-47.965Q-40.645-47.965-40.898-47.881Q-41.151-47.798-41.315-47.610Q-41.168-47.610-41.068-47.495Q-40.967-47.381-40.967-47.230Q-40.967-47.080-41.073-46.970Q-41.179-46.861-41.336-46.861Q-41.496-46.861-41.606-46.970Q-41.715-47.080-41.715-47.230Q-41.715-47.555-41.507-47.774Q-41.298-47.992-40.982-48.095Q-40.666-48.197-40.358-48.197Q-40.040-48.197-39.712-48.093Q-39.384-47.989-39.157-47.767Q-38.930-47.545-38.930-47.230Q-38.930-46.796-39.217-46.471Q-39.504-46.147-39.938-46Q-39.627-45.935-39.347-45.769Q-39.066-45.603-38.889-45.345Q-38.711-45.087-38.711-44.766Q-38.711-44.356-38.955-44.046Q-39.200-43.737-39.581-43.573Q-39.962-43.409-40.358-43.409Q-40.727-43.409-41.085-43.522Q-41.442-43.634-41.686-43.884Q-41.931-44.133-41.931-44.503Q-41.931-44.674-41.814-44.786Q-41.698-44.899-41.527-44.899Q-41.418-44.899-41.327-44.848Q-41.237-44.797-41.182-44.704Q-41.127-44.612-41.127-44.503Q-41.127-44.335-41.240-44.216Q-41.353-44.096-41.514-44.096\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-33.694-43.549h39.48\"\u002F>\u003Cpath stroke=\"none\" d=\"m8.385-43.549-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M31.547-43.549h39.68\"\u002F>\u003Cpath stroke=\"none\" d=\"m73.827-43.549-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M96.989-43.549h39.679\"\u002F>\u003Cpath stroke=\"none\" d=\"m139.267-43.549-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\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(-9.201 -20.605)\">\u003Cpath d=\"M-42.929-43.549L-45.133-43.549L-45.133-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.133-48.050L-45.133-48.331L-42.929-48.331L-42.929-48.050Q-43.684-48.050-43.684-47.839L-43.684-44.038Q-43.684-43.829-42.929-43.829\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-9.201 -20.605)\">\u003Cpath d=\"M-34.410-44.356L-39.243-44.356Q-39.311-44.366-39.357-44.412Q-39.403-44.458-39.403-44.530Q-39.403-44.595-39.357-44.641Q-39.311-44.687-39.243-44.697L-34.410-44.697Q-34.341-44.687-34.295-44.641Q-34.249-44.595-34.249-44.530Q-34.249-44.458-34.295-44.412Q-34.341-44.366-34.410-44.356M-34.410-45.894L-39.243-45.894Q-39.311-45.904-39.357-45.950Q-39.403-45.996-39.403-46.068Q-39.403-46.212-39.243-46.236L-34.410-46.236Q-34.249-46.212-34.249-46.068Q-34.249-45.996-34.295-45.950Q-34.341-45.904-34.410-45.894\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-9.201 -20.605)\">\u003Cpath d=\"M-27.732-43.549L-30.262-43.549L-30.262-43.829Q-29.294-43.829-29.294-44.038L-29.294-47.657Q-29.687-47.469-30.309-47.469L-30.309-47.750Q-29.892-47.750-29.528-47.851Q-29.164-47.951-28.908-48.197L-28.782-48.197Q-28.717-48.180-28.700-48.112L-28.700-44.038Q-28.700-43.829-27.732-43.829\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" 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(56.24 -20.605)\">\u003Cpath d=\"M-42.929-43.549L-45.133-43.549L-45.133-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.133-48.050L-45.133-48.331L-42.929-48.331L-42.929-48.050Q-43.684-48.050-43.684-47.839L-43.684-44.038Q-43.684-43.829-42.929-43.829\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(56.24 -20.605)\">\u003Cpath d=\"M-34.410-44.356L-39.243-44.356Q-39.311-44.366-39.357-44.412Q-39.403-44.458-39.403-44.530Q-39.403-44.595-39.357-44.641Q-39.311-44.687-39.243-44.697L-34.410-44.697Q-34.341-44.687-34.295-44.641Q-34.249-44.595-34.249-44.530Q-34.249-44.458-34.295-44.412Q-34.341-44.366-34.410-44.356M-34.410-45.894L-39.243-45.894Q-39.311-45.904-39.357-45.950Q-39.403-45.996-39.403-46.068Q-39.403-46.212-39.243-46.236L-34.410-46.236Q-34.249-46.212-34.249-46.068Q-34.249-45.996-34.295-45.950Q-34.341-45.904-34.410-45.894\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(56.24 -20.605)\">\u003Cpath d=\"M-29.069-43.409Q-29.704-43.409-30.068-43.754Q-30.433-44.099-30.568-44.624Q-30.703-45.149-30.703-45.774Q-30.703-46.799-30.347-47.498Q-29.992-48.197-29.069-48.197Q-28.142-48.197-27.790-47.498Q-27.438-46.799-27.438-45.774Q-27.438-45.149-27.573-44.624Q-27.708-44.099-28.071-43.754Q-28.433-43.409-29.069-43.409M-29.069-43.634Q-28.631-43.634-28.418-44.009Q-28.204-44.383-28.154-44.850Q-28.105-45.316-28.105-45.894Q-28.105-46.447-28.154-46.875Q-28.204-47.302-28.416-47.637Q-28.628-47.972-29.069-47.972Q-29.411-47.972-29.614-47.765Q-29.817-47.558-29.904-47.246Q-29.992-46.933-30.014-46.617Q-30.036-46.300-30.036-45.894Q-30.036-45.477-30.014-45.135Q-29.992-44.793-29.903-44.445Q-29.814-44.096-29.609-43.865Q-29.404-43.634-29.069-43.634\" 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(121.681 -20.605)\">\u003Cpath d=\"M-42.929-43.549L-45.133-43.549L-45.133-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.133-48.050L-45.133-48.331L-42.929-48.331L-42.929-48.050Q-43.684-48.050-43.684-47.839L-43.684-44.038Q-43.684-43.829-42.929-43.829\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(121.681 -20.605)\">\u003Cpath d=\"M-34.410-44.356L-39.243-44.356Q-39.311-44.366-39.357-44.412Q-39.403-44.458-39.403-44.530Q-39.403-44.595-39.357-44.641Q-39.311-44.687-39.243-44.697L-34.410-44.697Q-34.341-44.687-34.295-44.641Q-34.249-44.595-34.249-44.530Q-34.249-44.458-34.295-44.412Q-34.341-44.366-34.410-44.356M-34.410-45.894L-39.243-45.894Q-39.311-45.904-39.357-45.950Q-39.403-45.996-39.403-46.068Q-39.403-46.212-39.243-46.236L-34.410-46.236Q-34.249-46.212-34.249-46.068Q-34.249-45.996-34.295-45.950Q-34.341-45.904-34.410-45.894\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(121.681 -20.605)\">\u003Cpath d=\"M-29.069-43.409Q-29.704-43.409-30.068-43.754Q-30.433-44.099-30.568-44.624Q-30.703-45.149-30.703-45.774Q-30.703-46.799-30.347-47.498Q-29.992-48.197-29.069-48.197Q-28.142-48.197-27.790-47.498Q-27.438-46.799-27.438-45.774Q-27.438-45.149-27.573-44.624Q-27.708-44.099-28.071-43.754Q-28.433-43.409-29.069-43.409M-29.069-43.634Q-28.631-43.634-28.418-44.009Q-28.204-44.383-28.154-44.850Q-28.105-45.316-28.105-45.894Q-28.105-46.447-28.154-46.875Q-28.204-47.302-28.416-47.637Q-28.628-47.972-29.069-47.972Q-29.411-47.972-29.614-47.765Q-29.817-47.558-29.904-47.246Q-29.992-46.933-30.014-46.617Q-30.036-46.300-30.036-45.894Q-30.036-45.477-30.014-45.135Q-29.992-44.793-29.903-44.445Q-29.814-44.096-29.609-43.865Q-29.404-43.634-29.069-43.634\" 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(187.122 -20.605)\">\u003Cpath d=\"M-42.929-43.549L-45.133-43.549L-45.133-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.133-48.050L-45.133-48.331L-42.929-48.331L-42.929-48.050Q-43.684-48.050-43.684-47.839L-43.684-44.038Q-43.684-43.829-42.929-43.829\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(187.122 -20.605)\">\u003Cpath d=\"M-34.410-44.356L-39.243-44.356Q-39.311-44.366-39.357-44.412Q-39.403-44.458-39.403-44.530Q-39.403-44.595-39.357-44.641Q-39.311-44.687-39.243-44.697L-34.410-44.697Q-34.341-44.687-34.295-44.641Q-34.249-44.595-34.249-44.530Q-34.249-44.458-34.295-44.412Q-34.341-44.366-34.410-44.356M-34.410-45.894L-39.243-45.894Q-39.311-45.904-39.357-45.950Q-39.403-45.996-39.403-46.068Q-39.403-46.212-39.243-46.236L-34.410-46.236Q-34.249-46.212-34.249-46.068Q-34.249-45.996-34.295-45.950Q-34.341-45.904-34.410-45.894\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(187.122 -20.605)\">\u003Cpath d=\"M-29.069-43.409Q-29.704-43.409-30.068-43.754Q-30.433-44.099-30.568-44.624Q-30.703-45.149-30.703-45.774Q-30.703-46.799-30.347-47.498Q-29.992-48.197-29.069-48.197Q-28.142-48.197-27.790-47.498Q-27.438-46.799-27.438-45.774Q-27.438-45.149-27.573-44.624Q-27.708-44.099-28.071-43.754Q-28.433-43.409-29.069-43.409M-29.069-43.634Q-28.631-43.634-28.418-44.009Q-28.204-44.383-28.154-44.850Q-28.105-45.316-28.105-45.894Q-28.105-46.447-28.154-46.875Q-28.204-47.302-28.416-47.637Q-28.628-47.972-29.069-47.972Q-29.411-47.972-29.614-47.765Q-29.817-47.558-29.904-47.246Q-29.992-46.933-30.014-46.617Q-30.036-46.300-30.036-45.894Q-30.036-45.477-30.014-45.135Q-29.992-44.793-29.903-44.445Q-29.814-44.096-29.609-43.865Q-29.404-43.634-29.069-43.634\" 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)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-13.462 25.388)\">\u003Cpath d=\"M-42.782-43.549L-45.096-43.549L-45.096-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.096-48.050L-45.096-48.331L-40.912-48.331L-40.700-46.694L-40.967-46.694Q-41.045-47.305-41.197-47.584Q-41.350-47.862-41.654-47.956Q-41.958-48.050-42.583-48.050L-43.318-48.050Q-43.506-48.050-43.595-48.016Q-43.684-47.982-43.684-47.839L-43.684-46.082L-43.130-46.082Q-42.761-46.082-42.577-46.136Q-42.392-46.191-42.313-46.364Q-42.235-46.536-42.235-46.902L-41.968-46.902L-41.968-44.985L-42.235-44.985Q-42.235-45.350-42.313-45.523Q-42.392-45.695-42.577-45.748Q-42.761-45.801-43.130-45.801L-43.684-45.801L-43.684-44.038Q-43.684-43.829-42.782-43.829\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-13.462 25.388)\">\u003Cpath d=\"M-32.139-44.356L-36.972-44.356Q-37.040-44.366-37.086-44.412Q-37.132-44.458-37.132-44.530Q-37.132-44.595-37.086-44.641Q-37.040-44.687-36.972-44.697L-32.139-44.697Q-32.070-44.687-32.024-44.641Q-31.978-44.595-31.978-44.530Q-31.978-44.458-32.024-44.412Q-32.070-44.366-32.139-44.356M-32.139-45.894L-36.972-45.894Q-37.040-45.904-37.086-45.950Q-37.132-45.996-37.132-46.068Q-37.132-46.212-36.972-46.236L-32.139-46.236Q-31.978-46.212-31.978-46.068Q-31.978-45.996-32.024-45.950Q-32.070-45.904-32.139-45.894\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-13.462 25.388)\">\u003Cpath d=\"M-25.462-43.549L-27.992-43.549L-27.992-43.829Q-27.024-43.829-27.024-44.038L-27.024-47.657Q-27.417-47.469-28.039-47.469L-28.039-47.750Q-27.622-47.750-27.258-47.851Q-26.894-47.951-26.638-48.197L-26.512-48.197Q-26.447-48.180-26.430-48.112L-26.430-44.038Q-26.430-43.829-25.462-43.829L-25.462-43.549M-24.092-43.969Q-24.092-44.137-23.969-44.260Q-23.846-44.383-23.671-44.383Q-23.504-44.383-23.381-44.260Q-23.258-44.137-23.258-43.969Q-23.258-43.795-23.381-43.672Q-23.504-43.549-23.671-43.549Q-23.846-43.549-23.969-43.672Q-24.092-43.795-24.092-43.969M-20.554-43.409Q-21.190-43.409-21.554-43.754Q-21.918-44.099-22.053-44.624Q-22.188-45.149-22.188-45.774Q-22.188-46.799-21.832-47.498Q-21.477-48.197-20.554-48.197Q-19.628-48.197-19.276-47.498Q-18.924-46.799-18.924-45.774Q-18.924-45.149-19.059-44.624Q-19.194-44.099-19.556-43.754Q-19.918-43.409-20.554-43.409M-20.554-43.634Q-20.117-43.634-19.903-44.009Q-19.689-44.383-19.640-44.850Q-19.590-45.316-19.590-45.894Q-19.590-46.447-19.640-46.875Q-19.689-47.302-19.901-47.637Q-20.113-47.972-20.554-47.972Q-20.896-47.972-21.099-47.765Q-21.303-47.558-21.390-47.246Q-21.477-46.933-21.499-46.617Q-21.521-46.300-21.521-45.894Q-21.521-45.477-21.499-45.135Q-21.477-44.793-21.388-44.445Q-21.299-44.096-21.094-43.865Q-20.889-43.634-20.554-43.634\" 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-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(51.98 25.388)\">\u003Cpath d=\"M-42.782-43.549L-45.096-43.549L-45.096-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.096-48.050L-45.096-48.331L-40.912-48.331L-40.700-46.694L-40.967-46.694Q-41.045-47.305-41.197-47.584Q-41.350-47.862-41.654-47.956Q-41.958-48.050-42.583-48.050L-43.318-48.050Q-43.506-48.050-43.595-48.016Q-43.684-47.982-43.684-47.839L-43.684-46.082L-43.130-46.082Q-42.761-46.082-42.577-46.136Q-42.392-46.191-42.313-46.364Q-42.235-46.536-42.235-46.902L-41.968-46.902L-41.968-44.985L-42.235-44.985Q-42.235-45.350-42.313-45.523Q-42.392-45.695-42.577-45.748Q-42.761-45.801-43.130-45.801L-43.684-45.801L-43.684-44.038Q-43.684-43.829-42.782-43.829\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.98 25.388)\">\u003Cpath d=\"M-32.139-44.356L-36.972-44.356Q-37.040-44.366-37.086-44.412Q-37.132-44.458-37.132-44.530Q-37.132-44.595-37.086-44.641Q-37.040-44.687-36.972-44.697L-32.139-44.697Q-32.070-44.687-32.024-44.641Q-31.978-44.595-31.978-44.530Q-31.978-44.458-32.024-44.412Q-32.070-44.366-32.139-44.356M-32.139-45.894L-36.972-45.894Q-37.040-45.904-37.086-45.950Q-37.132-45.996-37.132-46.068Q-37.132-46.212-36.972-46.236L-32.139-46.236Q-31.978-46.212-31.978-46.068Q-31.978-45.996-32.024-45.950Q-32.070-45.904-32.139-45.894\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(51.98 25.388)\">\u003Cpath d=\"M-26.799-43.409Q-27.434-43.409-27.798-43.754Q-28.163-44.099-28.298-44.624Q-28.433-45.149-28.433-45.774Q-28.433-46.799-28.077-47.498Q-27.722-48.197-26.799-48.197Q-25.872-48.197-25.520-47.498Q-25.168-46.799-25.168-45.774Q-25.168-45.149-25.303-44.624Q-25.438-44.099-25.801-43.754Q-26.163-43.409-26.799-43.409M-26.799-43.634Q-26.361-43.634-26.148-44.009Q-25.934-44.383-25.884-44.850Q-25.835-45.316-25.835-45.894Q-25.835-46.447-25.884-46.875Q-25.934-47.302-26.146-47.637Q-26.358-47.972-26.799-47.972Q-27.141-47.972-27.344-47.765Q-27.547-47.558-27.634-47.246Q-27.722-46.933-27.744-46.617Q-27.766-46.300-27.766-45.894Q-27.766-45.477-27.744-45.135Q-27.722-44.793-27.633-44.445Q-27.544-44.096-27.339-43.865Q-27.134-43.634-26.799-43.634M-24.092-43.969Q-24.092-44.137-23.969-44.260Q-23.846-44.383-23.671-44.383Q-23.504-44.383-23.381-44.260Q-23.258-44.137-23.258-43.969Q-23.258-43.795-23.381-43.672Q-23.504-43.549-23.671-43.549Q-23.846-43.549-23.969-43.672Q-24.092-43.795-24.092-43.969M-22.164-44.626Q-22.164-45.067-21.861-45.388Q-21.559-45.709-21.108-45.901L-21.347-46.041Q-21.617-46.201-21.783-46.459Q-21.949-46.717-21.949-47.015Q-21.949-47.367-21.744-47.639Q-21.538-47.910-21.217-48.054Q-20.896-48.197-20.554-48.197Q-20.233-48.197-19.910-48.081Q-19.587-47.965-19.375-47.724Q-19.163-47.483-19.163-47.148Q-19.163-46.786-19.407-46.523Q-19.652-46.259-20.031-46.082L-19.631-45.846Q-19.436-45.733-19.278-45.564Q-19.119-45.395-19.031-45.186Q-18.944-44.978-18.944-44.745Q-18.944-44.342-19.178-44.038Q-19.413-43.734-19.787-43.571Q-20.161-43.409-20.554-43.409Q-20.940-43.409-21.309-43.546Q-21.679-43.682-21.921-43.959Q-22.164-44.236-22.164-44.626M-21.716-44.626Q-21.716-44.339-21.547-44.116Q-21.378-43.894-21.110-43.778Q-20.841-43.662-20.554-43.662Q-20.117-43.662-19.754-43.879Q-19.392-44.096-19.392-44.503Q-19.392-44.704-19.520-44.882Q-19.648-45.060-19.826-45.159L-20.848-45.754Q-21.087-45.644-21.286-45.478Q-21.484-45.313-21.600-45.097Q-21.716-44.882-21.716-44.626M-21.193-46.755L-20.274-46.222Q-19.966-46.382-19.765-46.615Q-19.563-46.847-19.563-47.148Q-19.563-47.387-19.708-47.577Q-19.853-47.767-20.086-47.866Q-20.318-47.965-20.554-47.965Q-20.776-47.965-21.005-47.895Q-21.234-47.825-21.392-47.668Q-21.549-47.510-21.549-47.281Q-21.549-46.967-21.193-46.755\" 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-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(117.42 25.388)\">\u003Cpath d=\"M-42.782-43.549L-45.096-43.549L-45.096-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.096-48.050L-45.096-48.331L-40.912-48.331L-40.700-46.694L-40.967-46.694Q-41.045-47.305-41.197-47.584Q-41.350-47.862-41.654-47.956Q-41.958-48.050-42.583-48.050L-43.318-48.050Q-43.506-48.050-43.595-48.016Q-43.684-47.982-43.684-47.839L-43.684-46.082L-43.130-46.082Q-42.761-46.082-42.577-46.136Q-42.392-46.191-42.313-46.364Q-42.235-46.536-42.235-46.902L-41.968-46.902L-41.968-44.985L-42.235-44.985Q-42.235-45.350-42.313-45.523Q-42.392-45.695-42.577-45.748Q-42.761-45.801-43.130-45.801L-43.684-45.801L-43.684-44.038Q-43.684-43.829-42.782-43.829\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(117.42 25.388)\">\u003Cpath d=\"M-32.139-44.356L-36.972-44.356Q-37.040-44.366-37.086-44.412Q-37.132-44.458-37.132-44.530Q-37.132-44.595-37.086-44.641Q-37.040-44.687-36.972-44.697L-32.139-44.697Q-32.070-44.687-32.024-44.641Q-31.978-44.595-31.978-44.530Q-31.978-44.458-32.024-44.412Q-32.070-44.366-32.139-44.356M-32.139-45.894L-36.972-45.894Q-37.040-45.904-37.086-45.950Q-37.132-45.996-37.132-46.068Q-37.132-46.212-36.972-46.236L-32.139-46.236Q-31.978-46.212-31.978-46.068Q-31.978-45.996-32.024-45.950Q-32.070-45.904-32.139-45.894\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(117.42 25.388)\">\u003Cpath d=\"M-26.799-43.409Q-27.434-43.409-27.798-43.754Q-28.163-44.099-28.298-44.624Q-28.433-45.149-28.433-45.774Q-28.433-46.799-28.077-47.498Q-27.722-48.197-26.799-48.197Q-25.872-48.197-25.520-47.498Q-25.168-46.799-25.168-45.774Q-25.168-45.149-25.303-44.624Q-25.438-44.099-25.801-43.754Q-26.163-43.409-26.799-43.409M-26.799-43.634Q-26.361-43.634-26.148-44.009Q-25.934-44.383-25.884-44.850Q-25.835-45.316-25.835-45.894Q-25.835-46.447-25.884-46.875Q-25.934-47.302-26.146-47.637Q-26.358-47.972-26.799-47.972Q-27.141-47.972-27.344-47.765Q-27.547-47.558-27.634-47.246Q-27.722-46.933-27.744-46.617Q-27.766-46.300-27.766-45.894Q-27.766-45.477-27.744-45.135Q-27.722-44.793-27.633-44.445Q-27.544-44.096-27.339-43.865Q-27.134-43.634-26.799-43.634M-24.092-43.969Q-24.092-44.137-23.969-44.260Q-23.846-44.383-23.671-44.383Q-23.504-44.383-23.381-44.260Q-23.258-44.137-23.258-43.969Q-23.258-43.795-23.381-43.672Q-23.504-43.549-23.671-43.549Q-23.846-43.549-23.969-43.672Q-24.092-43.795-24.092-43.969M-20.554-43.409Q-21.012-43.409-21.330-43.624Q-21.648-43.840-21.829-44.192Q-22.010-44.544-22.087-44.964Q-22.164-45.384-22.164-45.812Q-22.164-46.396-21.911-46.952Q-21.658-47.507-21.188-47.852Q-20.718-48.197-20.120-48.197Q-19.710-48.197-19.426-47.999Q-19.142-47.801-19.142-47.398Q-19.142-47.302-19.189-47.223Q-19.235-47.145-19.315-47.100Q-19.395-47.056-19.484-47.056Q-19.631-47.056-19.732-47.153Q-19.833-47.251-19.833-47.398Q-19.833-47.528-19.742-47.635Q-19.652-47.743-19.518-47.743Q-19.706-47.965-20.120-47.965Q-20.434-47.965-20.708-47.801Q-20.981-47.637-21.149-47.363Q-21.337-47.073-21.402-46.707Q-21.467-46.341-21.467-45.887Q-21.316-46.181-21.051-46.359Q-20.787-46.536-20.472-46.536Q-20.041-46.536-19.693-46.330Q-19.344-46.123-19.144-45.767Q-18.944-45.412-18.944-44.985Q-18.944-44.540-19.161-44.180Q-19.378-43.819-19.751-43.614Q-20.123-43.409-20.554-43.409M-20.554-43.662Q-20.178-43.662-19.975-43.845Q-19.771-44.028-19.708-44.311Q-19.645-44.595-19.645-44.985Q-19.645-45.371-19.700-45.651Q-19.754-45.931-19.949-46.123Q-20.144-46.314-20.513-46.314Q-20.804-46.314-21.016-46.138Q-21.227-45.962-21.335-45.689Q-21.443-45.415-21.443-45.132L-21.443-44.991L-21.443-44.950Q-21.443-44.445-21.231-44.053Q-21.019-43.662-20.554-43.662\" 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-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(182.862 25.388)\">\u003Cpath d=\"M-42.782-43.549L-45.096-43.549L-45.096-43.829Q-44.374-43.829-44.374-44.038L-44.374-47.839Q-44.374-48.050-45.096-48.050L-45.096-48.331L-40.912-48.331L-40.700-46.694L-40.967-46.694Q-41.045-47.305-41.197-47.584Q-41.350-47.862-41.654-47.956Q-41.958-48.050-42.583-48.050L-43.318-48.050Q-43.506-48.050-43.595-48.016Q-43.684-47.982-43.684-47.839L-43.684-46.082L-43.130-46.082Q-42.761-46.082-42.577-46.136Q-42.392-46.191-42.313-46.364Q-42.235-46.536-42.235-46.902L-41.968-46.902L-41.968-44.985L-42.235-44.985Q-42.235-45.350-42.313-45.523Q-42.392-45.695-42.577-45.748Q-42.761-45.801-43.130-45.801L-43.684-45.801L-43.684-44.038Q-43.684-43.829-42.782-43.829\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(182.862 25.388)\">\u003Cpath d=\"M-32.139-44.356L-36.972-44.356Q-37.040-44.366-37.086-44.412Q-37.132-44.458-37.132-44.530Q-37.132-44.595-37.086-44.641Q-37.040-44.687-36.972-44.697L-32.139-44.697Q-32.070-44.687-32.024-44.641Q-31.978-44.595-31.978-44.530Q-31.978-44.458-32.024-44.412Q-32.070-44.366-32.139-44.356M-32.139-45.894L-36.972-45.894Q-37.040-45.904-37.086-45.950Q-37.132-45.996-37.132-46.068Q-37.132-46.212-36.972-46.236L-32.139-46.236Q-31.978-46.212-31.978-46.068Q-31.978-45.996-32.024-45.950Q-32.070-45.904-32.139-45.894\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(182.862 25.388)\">\u003Cpath d=\"M-26.799-43.409Q-27.434-43.409-27.798-43.754Q-28.163-44.099-28.298-44.624Q-28.433-45.149-28.433-45.774Q-28.433-46.799-28.077-47.498Q-27.722-48.197-26.799-48.197Q-25.872-48.197-25.520-47.498Q-25.168-46.799-25.168-45.774Q-25.168-45.149-25.303-44.624Q-25.438-44.099-25.801-43.754Q-26.163-43.409-26.799-43.409M-26.799-43.634Q-26.361-43.634-26.148-44.009Q-25.934-44.383-25.884-44.850Q-25.835-45.316-25.835-45.894Q-25.835-46.447-25.884-46.875Q-25.934-47.302-26.146-47.637Q-26.358-47.972-26.799-47.972Q-27.141-47.972-27.344-47.765Q-27.547-47.558-27.634-47.246Q-27.722-46.933-27.744-46.617Q-27.766-46.300-27.766-45.894Q-27.766-45.477-27.744-45.135Q-27.722-44.793-27.633-44.445Q-27.544-44.096-27.339-43.865Q-27.134-43.634-26.799-43.634M-24.092-43.969Q-24.092-44.137-23.969-44.260Q-23.846-44.383-23.671-44.383Q-23.504-44.383-23.381-44.260Q-23.258-44.137-23.258-43.969Q-23.258-43.795-23.381-43.672Q-23.504-43.549-23.671-43.549Q-23.846-43.549-23.969-43.672Q-24.092-43.795-24.092-43.969M-21.737-44.311L-21.767-44.311Q-21.631-44.014-21.333-43.838Q-21.036-43.662-20.708-43.662Q-20.346-43.662-20.118-43.840Q-19.891-44.017-19.797-44.306Q-19.703-44.595-19.703-44.957Q-19.703-45.272-19.758-45.557Q-19.812-45.842-19.985-46.048Q-20.158-46.253-20.472-46.253Q-20.746-46.253-20.928-46.186Q-21.111-46.119-21.215-46.030Q-21.320-45.942-21.415-45.832Q-21.511-45.723-21.556-45.713L-21.634-45.713Q-21.706-45.730-21.723-45.801L-21.723-48.119Q-21.723-48.153-21.699-48.175Q-21.675-48.197-21.641-48.197L-21.614-48.197Q-21.327-48.081-21.058-48.027Q-20.790-47.972-20.513-47.972Q-20.236-47.972-19.966-48.027Q-19.696-48.081-19.416-48.197L-19.392-48.197Q-19.358-48.197-19.334-48.174Q-19.310-48.150-19.310-48.119L-19.310-48.050Q-19.310-48.023-19.330-48.003Q-19.604-47.688-19.988-47.512Q-20.373-47.336-20.787-47.336Q-21.125-47.336-21.443-47.422L-21.443-46.140Q-21.046-46.475-20.472-46.475Q-20.069-46.475-19.732-46.265Q-19.395-46.054-19.202-45.702Q-19.009-45.350-19.009-44.950Q-19.009-44.619-19.149-44.333Q-19.289-44.048-19.534-43.838Q-19.778-43.628-20.081-43.518Q-20.383-43.409-20.701-43.409Q-21.060-43.409-21.386-43.573Q-21.713-43.737-21.908-44.029Q-22.102-44.321-22.102-44.684Q-22.102-44.834-21.996-44.940Q-21.891-45.046-21.737-45.046Q-21.583-45.046-21.479-44.942Q-21.374-44.838-21.374-44.684Q-21.374-44.527-21.479-44.419Q-21.583-44.311-21.737-44.311\" 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-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(219.774 1.75)\">\u003Cpath d=\"M-45.202-45.084Q-45.202-45.405-45.077-45.694Q-44.952-45.983-44.726-46.206Q-44.501-46.430-44.205-46.550Q-43.910-46.670-43.592-46.670Q-43.264-46.670-43.002-46.570Q-42.741-46.471-42.565-46.289Q-42.389-46.106-42.295-45.848Q-42.201-45.590-42.201-45.258Q-42.201-45.166-42.283-45.145L-44.538-45.145L-44.538-45.084Q-44.538-44.496-44.255-44.113Q-43.971-43.730-43.404-43.730Q-43.082-43.730-42.814-43.923Q-42.546-44.116-42.457-44.431Q-42.450-44.472-42.375-44.486L-42.283-44.486Q-42.201-44.462-42.201-44.390Q-42.201-44.383-42.207-44.356Q-42.320-43.959-42.691-43.720Q-43.062-43.481-43.486-43.481Q-43.923-43.481-44.323-43.689Q-44.723-43.898-44.962-44.265Q-45.202-44.632-45.202-45.084M-44.532-45.354L-42.717-45.354Q-42.717-45.631-42.814-45.883Q-42.912-46.136-43.110-46.292Q-43.308-46.447-43.592-46.447Q-43.869-46.447-44.082-46.289Q-44.296-46.130-44.414-45.875Q-44.532-45.620-44.532-45.354M-39.931-43.549L-41.565-43.549L-41.565-43.829Q-41.336-43.829-41.187-43.863Q-41.038-43.898-41.038-44.038L-41.038-45.887Q-41.038-46.157-41.146-46.218Q-41.254-46.280-41.565-46.280L-41.565-46.560L-40.505-46.635L-40.505-45.986Q-40.334-46.294-40.030-46.465Q-39.726-46.635-39.381-46.635Q-38.981-46.635-38.704-46.495Q-38.427-46.355-38.342-46.007Q-38.174-46.300-37.875-46.468Q-37.576-46.635-37.231-46.635Q-36.725-46.635-36.441-46.412Q-36.158-46.188-36.158-45.692L-36.158-44.038Q-36.158-43.901-36.009-43.865Q-35.860-43.829-35.635-43.829L-35.635-43.549L-37.265-43.549L-37.265-43.829Q-37.039-43.829-36.889-43.865Q-36.739-43.901-36.739-44.038L-36.739-45.678Q-36.739-46.013-36.858-46.213Q-36.978-46.413-37.292-46.413Q-37.562-46.413-37.797-46.277Q-38.031-46.140-38.169-45.906Q-38.308-45.672-38.308-45.398L-38.308-44.038Q-38.308-43.901-38.159-43.865Q-38.010-43.829-37.785-43.829L-37.785-43.549L-39.415-43.549L-39.415-43.829Q-39.186-43.829-39.037-43.863Q-38.889-43.898-38.889-44.038L-38.889-45.678Q-38.889-46.013-39.008-46.213Q-39.128-46.413-39.442-46.413Q-39.712-46.413-39.946-46.277Q-40.181-46.140-40.319-45.906Q-40.457-45.672-40.457-45.398L-40.457-44.038Q-40.457-43.901-40.307-43.865Q-40.157-43.829-39.931-43.829L-39.931-43.549M-33.403-42.192L-35.033-42.192L-35.033-42.472Q-34.804-42.472-34.655-42.507Q-34.507-42.541-34.507-42.681L-34.507-46.027Q-34.507-46.198-34.643-46.239Q-34.780-46.280-35.033-46.280L-35.033-46.560L-33.953-46.635L-33.953-46.229Q-33.731-46.430-33.444-46.533Q-33.157-46.635-32.849-46.635Q-32.422-46.635-32.058-46.422Q-31.694-46.208-31.480-45.844Q-31.267-45.480-31.267-45.060Q-31.267-44.615-31.506-44.251Q-31.745-43.887-32.138-43.684Q-32.531-43.481-32.975-43.481Q-33.242-43.481-33.490-43.581Q-33.738-43.682-33.926-43.863L-33.926-42.681Q-33.926-42.544-33.777-42.508Q-33.628-42.472-33.403-42.472L-33.403-42.192M-33.926-45.880L-33.926-44.270Q-33.792-44.017-33.550-43.860Q-33.307-43.703-33.030-43.703Q-32.702-43.703-32.449-43.904Q-32.196-44.106-32.063-44.424Q-31.930-44.742-31.930-45.060Q-31.930-45.289-31.995-45.518Q-32.059-45.747-32.188-45.945Q-32.316-46.143-32.511-46.263Q-32.705-46.382-32.938-46.382Q-33.232-46.382-33.500-46.253Q-33.768-46.123-33.926-45.880M-28.949-43.549L-30.583-43.549L-30.583-43.829Q-30.354-43.829-30.205-43.863Q-30.057-43.898-30.057-44.038L-30.057-47.657Q-30.057-47.927-30.164-47.989Q-30.272-48.050-30.583-48.050L-30.583-48.331L-29.503-48.406L-29.503-46.020Q-29.397-46.205-29.219-46.347Q-29.041-46.488-28.833-46.562Q-28.624-46.635-28.399-46.635Q-27.893-46.635-27.609-46.412Q-27.326-46.188-27.326-45.692L-27.326-44.038Q-27.326-43.901-27.177-43.865Q-27.028-43.829-26.803-43.829L-26.803-43.549L-28.433-43.549L-28.433-43.829Q-28.204-43.829-28.055-43.863Q-27.907-43.898-27.907-44.038L-27.907-45.678Q-27.907-46.013-28.026-46.213Q-28.146-46.413-28.460-46.413Q-28.730-46.413-28.965-46.277Q-29.199-46.140-29.337-45.906Q-29.475-45.672-29.475-45.398L-29.475-44.038Q-29.475-43.901-29.325-43.865Q-29.175-43.829-28.949-43.829L-28.949-43.549M-26.157-44.277Q-26.157-44.609-25.933-44.836Q-25.709-45.063-25.365-45.191Q-25.022-45.320-24.649-45.372Q-24.277-45.425-23.973-45.425L-23.973-45.678Q-23.973-45.883-24.080-46.063Q-24.188-46.242-24.369-46.345Q-24.550-46.447-24.759-46.447Q-25.165-46.447-25.401-46.355Q-25.312-46.318-25.266-46.234Q-25.220-46.150-25.220-46.048Q-25.220-45.952-25.266-45.873Q-25.312-45.795-25.393-45.750Q-25.473-45.706-25.562-45.706Q-25.712-45.706-25.813-45.803Q-25.914-45.901-25.914-46.048Q-25.914-46.670-24.759-46.670Q-24.547-46.670-24.297-46.606Q-24.048-46.543-23.846-46.424Q-23.644-46.304-23.518-46.119Q-23.392-45.935-23.392-45.692L-23.392-44.116Q-23.392-44-23.330-43.904Q-23.268-43.809-23.156-43.809Q-23.046-43.809-22.981-43.903Q-22.916-43.997-22.916-44.116L-22.916-44.564L-22.650-44.564L-22.650-44.116Q-22.650-43.846-22.877-43.681Q-23.104-43.515-23.385-43.515Q-23.593-43.515-23.730-43.669Q-23.867-43.822-23.891-44.038Q-24.038-43.771-24.319-43.626Q-24.601-43.481-24.926-43.481Q-25.203-43.481-25.487-43.556Q-25.770-43.631-25.964-43.810Q-26.157-43.990-26.157-44.277M-25.541-44.277Q-25.541-44.103-25.441-43.973Q-25.340-43.843-25.184-43.773Q-25.029-43.703-24.865-43.703Q-24.646-43.703-24.437-43.800Q-24.229-43.898-24.101-44.079Q-23.973-44.260-23.973-44.486L-23.973-45.214Q-24.297-45.214-24.663-45.123Q-25.029-45.032-25.285-44.820Q-25.541-44.609-25.541-44.277M-22.233-43.556L-22.233-44.619Q-22.233-44.643-22.205-44.670Q-22.178-44.697-22.154-44.697L-22.045-44.697Q-21.980-44.697-21.966-44.639Q-21.871-44.205-21.624-43.954Q-21.378-43.703-20.965-43.703Q-20.623-43.703-20.370-43.836Q-20.117-43.969-20.117-44.277Q-20.117-44.434-20.211-44.549Q-20.305-44.663-20.444-44.732Q-20.582-44.800-20.749-44.838L-21.330-44.937Q-21.686-45.005-21.959-45.226Q-22.233-45.446-22.233-45.788Q-22.233-46.037-22.122-46.212Q-22.011-46.386-21.824-46.485Q-21.638-46.584-21.423-46.627Q-21.207-46.670-20.965-46.670Q-20.551-46.670-20.271-46.488L-20.056-46.663Q-20.045-46.666-20.038-46.668Q-20.032-46.670-20.021-46.670L-19.970-46.670Q-19.943-46.670-19.919-46.646Q-19.895-46.622-19.895-46.594L-19.895-45.747Q-19.895-45.726-19.919-45.699Q-19.943-45.672-19.970-45.672L-20.083-45.672Q-20.110-45.672-20.136-45.697Q-20.162-45.723-20.162-45.747Q-20.162-45.983-20.267-46.147Q-20.373-46.311-20.556-46.393Q-20.739-46.475-20.972-46.475Q-21.300-46.475-21.556-46.372Q-21.812-46.270-21.812-45.993Q-21.812-45.798-21.630-45.689Q-21.447-45.579-21.218-45.538L-20.643-45.432Q-20.397-45.384-20.184-45.256Q-19.970-45.128-19.833-44.925Q-19.697-44.721-19.697-44.472Q-19.697-43.959-20.062-43.720Q-20.428-43.481-20.965-43.481Q-21.460-43.481-21.792-43.775L-22.058-43.501Q-22.079-43.481-22.106-43.481L-22.154-43.481Q-22.178-43.481-22.205-43.508Q-22.233-43.535-22.233-43.556M-17.451-43.549L-19.003-43.549L-19.003-43.829Q-18.777-43.829-18.629-43.863Q-18.480-43.898-18.480-44.038L-18.480-45.887Q-18.480-46.075-18.528-46.159Q-18.576-46.242-18.673-46.261Q-18.770-46.280-18.982-46.280L-18.982-46.560L-17.926-46.635L-17.926-44.038Q-17.926-43.898-17.795-43.863Q-17.663-43.829-17.451-43.829L-17.451-43.549M-18.723-47.856Q-18.723-48.027-18.600-48.146Q-18.476-48.266-18.306-48.266Q-18.138-48.266-18.015-48.146Q-17.892-48.027-17.892-47.856Q-17.892-47.681-18.015-47.558Q-18.138-47.435-18.306-47.435Q-18.476-47.435-18.600-47.558Q-18.723-47.681-18.723-47.856M-16.805-43.556L-16.805-44.619Q-16.805-44.643-16.778-44.670Q-16.750-44.697-16.726-44.697L-16.617-44.697Q-16.552-44.697-16.538-44.639Q-16.443-44.205-16.197-43.954Q-15.951-43.703-15.537-43.703Q-15.195-43.703-14.942-43.836Q-14.689-43.969-14.689-44.277Q-14.689-44.434-14.783-44.549Q-14.877-44.663-15.016-44.732Q-15.154-44.800-15.322-44.838L-15.903-44.937Q-16.258-45.005-16.532-45.226Q-16.805-45.446-16.805-45.788Q-16.805-46.037-16.694-46.212Q-16.583-46.386-16.397-46.485Q-16.210-46.584-15.995-46.627Q-15.780-46.670-15.537-46.670Q-15.123-46.670-14.843-46.488L-14.628-46.663Q-14.618-46.666-14.611-46.668Q-14.604-46.670-14.594-46.670L-14.542-46.670Q-14.515-46.670-14.491-46.646Q-14.467-46.622-14.467-46.594L-14.467-45.747Q-14.467-45.726-14.491-45.699Q-14.515-45.672-14.542-45.672L-14.655-45.672Q-14.683-45.672-14.708-45.697Q-14.734-45.723-14.734-45.747Q-14.734-45.983-14.840-46.147Q-14.946-46.311-15.129-46.393Q-15.311-46.475-15.544-46.475Q-15.872-46.475-16.128-46.372Q-16.385-46.270-16.385-45.993Q-16.385-45.798-16.202-45.689Q-16.019-45.579-15.790-45.538L-15.216-45.432Q-14.970-45.384-14.756-45.256Q-14.542-45.128-14.406-44.925Q-14.269-44.721-14.269-44.472Q-14.269-43.959-14.635-43.720Q-15-43.481-15.537-43.481Q-16.033-43.481-16.364-43.775L-16.631-43.501Q-16.651-43.481-16.679-43.481L-16.726-43.481Q-16.750-43.481-16.778-43.508Q-16.805-43.535-16.805-43.556\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(219.774 1.75)\">\u003Cpath d=\"M-10.922-45.060Q-10.922-45.388-10.787-45.689Q-10.652-45.989-10.416-46.210Q-10.180-46.430-9.876-46.550Q-9.571-46.670-9.247-46.670Q-8.741-46.670-8.392-46.567Q-8.044-46.465-8.044-46.089Q-8.044-45.942-8.141-45.841Q-8.238-45.740-8.385-45.740Q-8.539-45.740-8.638-45.839Q-8.737-45.938-8.737-46.089Q-8.737-46.277-8.597-46.369Q-8.799-46.420-9.240-46.420Q-9.595-46.420-9.824-46.224Q-10.053-46.027-10.154-45.718Q-10.255-45.408-10.255-45.060Q-10.255-44.711-10.129-44.405Q-10.002-44.099-9.747-43.915Q-9.493-43.730-9.137-43.730Q-8.915-43.730-8.731-43.814Q-8.546-43.898-8.411-44.053Q-8.276-44.209-8.218-44.417Q-8.204-44.472-8.150-44.472L-8.037-44.472Q-8.006-44.472-7.984-44.448Q-7.962-44.424-7.962-44.390L-7.962-44.369Q-8.047-44.082-8.235-43.884Q-8.423-43.686-8.688-43.583Q-8.953-43.481-9.247-43.481Q-9.677-43.481-10.065-43.687Q-10.453-43.894-10.687-44.257Q-10.922-44.619-10.922-45.060M-7.316-44.277Q-7.316-44.609-7.092-44.836Q-6.868-45.063-6.524-45.191Q-6.181-45.320-5.808-45.372Q-5.436-45.425-5.132-45.425L-5.132-45.678Q-5.132-45.883-5.239-46.063Q-5.347-46.242-5.528-46.345Q-5.709-46.447-5.918-46.447Q-6.324-46.447-6.560-46.355Q-6.471-46.318-6.425-46.234Q-6.379-46.150-6.379-46.048Q-6.379-45.952-6.425-45.873Q-6.471-45.795-6.552-45.750Q-6.632-45.706-6.721-45.706Q-6.871-45.706-6.972-45.803Q-7.073-45.901-7.073-46.048Q-7.073-46.670-5.918-46.670Q-5.706-46.670-5.456-46.606Q-5.207-46.543-5.005-46.424Q-4.803-46.304-4.677-46.119Q-4.550-45.935-4.550-45.692L-4.550-44.116Q-4.550-44-4.489-43.904Q-4.427-43.809-4.315-43.809Q-4.205-43.809-4.140-43.903Q-4.075-43.997-4.075-44.116L-4.075-44.564L-3.809-44.564L-3.809-44.116Q-3.809-43.846-4.036-43.681Q-4.263-43.515-4.544-43.515Q-4.752-43.515-4.889-43.669Q-5.026-43.822-5.049-44.038Q-5.196-43.771-5.478-43.626Q-5.760-43.481-6.085-43.481Q-6.362-43.481-6.646-43.556Q-6.929-43.631-7.122-43.810Q-7.316-43.990-7.316-44.277M-6.700-44.277Q-6.700-44.103-6.600-43.973Q-6.499-43.843-6.343-43.773Q-6.188-43.703-6.024-43.703Q-5.805-43.703-5.596-43.800Q-5.388-43.898-5.260-44.079Q-5.132-44.260-5.132-44.486L-5.132-45.214Q-5.456-45.214-5.822-45.123Q-6.188-45.032-6.444-44.820Q-6.700-44.609-6.700-44.277M-1.642-43.549L-3.378-43.549L-3.378-43.829Q-3.149-43.829-3-43.863Q-2.852-43.898-2.852-44.038L-2.852-45.887Q-2.852-46.157-2.959-46.218Q-3.067-46.280-3.378-46.280L-3.378-46.560L-2.349-46.635L-2.349-45.928Q-2.219-46.236-1.977-46.435Q-1.734-46.635-1.416-46.635Q-1.197-46.635-1.027-46.511Q-0.856-46.386-0.856-46.174Q-0.856-46.037-0.955-45.938Q-1.054-45.839-1.187-45.839Q-1.324-45.839-1.423-45.938Q-1.522-46.037-1.522-46.174Q-1.522-46.314-1.423-46.413Q-1.714-46.413-1.913-46.217Q-2.113-46.020-2.206-45.726Q-2.298-45.432-2.298-45.152L-2.298-44.038Q-2.298-43.829-1.642-43.829L-1.642-43.549M1.479-43.549L-0.257-43.549L-0.257-43.829Q-0.028-43.829 0.120-43.863Q0.269-43.898 0.269-44.038L0.269-45.887Q0.269-46.157 0.161-46.218Q0.054-46.280-0.257-46.280L-0.257-46.560L0.771-46.635L0.771-45.928Q0.901-46.236 1.144-46.435Q1.387-46.635 1.704-46.635Q1.923-46.635 2.094-46.511Q2.265-46.386 2.265-46.174Q2.265-46.037 2.166-45.938Q2.067-45.839 1.933-45.839Q1.797-45.839 1.698-45.938Q1.598-46.037 1.598-46.174Q1.598-46.314 1.698-46.413Q1.407-46.413 1.207-46.217Q1.007-46.020 0.915-45.726Q0.823-45.432 0.823-45.152L0.823-44.038Q0.823-43.829 1.479-43.829L1.479-43.549M4.466-43.549L2.914-43.549L2.914-43.829Q3.140-43.829 3.289-43.863Q3.437-43.898 3.437-44.038L3.437-45.887Q3.437-46.075 3.389-46.159Q3.342-46.242 3.244-46.261Q3.147-46.280 2.935-46.280L2.935-46.560L3.991-46.635L3.991-44.038Q3.991-43.898 4.123-43.863Q4.254-43.829 4.466-43.829L4.466-43.549M3.195-47.856Q3.195-48.027 3.318-48.146Q3.441-48.266 3.612-48.266Q3.779-48.266 3.902-48.146Q4.025-48.027 4.025-47.856Q4.025-47.681 3.902-47.558Q3.779-47.435 3.612-47.435Q3.441-47.435 3.318-47.558Q3.195-47.681 3.195-47.856M5.071-45.084Q5.071-45.405 5.196-45.694Q5.321-45.983 5.546-46.206Q5.772-46.430 6.067-46.550Q6.363-46.670 6.681-46.670Q7.009-46.670 7.271-46.570Q7.532-46.471 7.708-46.289Q7.884-46.106 7.978-45.848Q8.072-45.590 8.072-45.258Q8.072-45.166 7.990-45.145L5.734-45.145L5.734-45.084Q5.734-44.496 6.018-44.113Q6.302-43.730 6.869-43.730Q7.190-43.730 7.459-43.923Q7.727-44.116 7.816-44.431Q7.823-44.472 7.898-44.486L7.990-44.486Q8.072-44.462 8.072-44.390Q8.072-44.383 8.065-44.356Q7.952-43.959 7.582-43.720Q7.211-43.481 6.787-43.481Q6.349-43.481 5.950-43.689Q5.550-43.898 5.310-44.265Q5.071-44.632 5.071-45.084M5.741-45.354L7.556-45.354Q7.556-45.631 7.459-45.883Q7.361-46.136 7.163-46.292Q6.965-46.447 6.681-46.447Q6.404-46.447 6.191-46.289Q5.977-46.130 5.859-45.875Q5.741-45.620 5.741-45.354M8.660-45.060Q8.660-45.398 8.800-45.689Q8.940-45.979 9.185-46.193Q9.429-46.406 9.733-46.521Q10.037-46.635 10.362-46.635Q10.632-46.635 10.895-46.536Q11.159-46.437 11.350-46.259L11.350-47.657Q11.350-47.927 11.242-47.989Q11.135-48.050 10.824-48.050L10.824-48.331L11.900-48.406L11.900-44.222Q11.900-44.034 11.955-43.951Q12.010-43.867 12.110-43.848Q12.211-43.829 12.427-43.829L12.427-43.549L11.319-43.481L11.319-43.898Q10.902-43.481 10.277-43.481Q9.846-43.481 9.473-43.693Q9.101-43.904 8.880-44.265Q8.660-44.626 8.660-45.060M10.335-43.703Q10.543-43.703 10.730-43.775Q10.916-43.846 11.070-43.983Q11.223-44.120 11.319-44.298L11.319-45.907Q11.234-46.054 11.088-46.174Q10.943-46.294 10.774-46.353Q10.605-46.413 10.424-46.413Q9.863-46.413 9.595-46.024Q9.326-45.634 9.326-45.053Q9.326-44.482 9.561-44.092Q9.795-43.703 10.335-43.703\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(219.774 1.75)\">\u003Cpath d=\"M17.598-43.549L15.865-43.549L15.865-43.829Q16.091-43.829 16.240-43.863Q16.388-43.898 16.388-44.038L16.388-46.287L15.800-46.287L15.800-46.567L16.388-46.567L16.388-47.384Q16.388-47.702 16.566-47.950Q16.744-48.197 17.034-48.338Q17.325-48.478 17.636-48.478Q17.892-48.478 18.096-48.336Q18.299-48.194 18.299-47.951Q18.299-47.815 18.200-47.716Q18.101-47.616 17.964-47.616Q17.827-47.616 17.728-47.716Q17.629-47.815 17.629-47.951Q17.629-48.132 17.769-48.225Q17.691-48.252 17.591-48.252Q17.383-48.252 17.229-48.119Q17.075-47.986 16.995-47.782Q16.915-47.579 16.915-47.370L16.915-46.567L17.803-46.567L17.803-46.287L16.942-46.287L16.942-44.038Q16.942-43.829 17.598-43.829L17.598-43.549M18.237-45.032Q18.237-45.374 18.372-45.673Q18.507-45.972 18.747-46.196Q18.986-46.420 19.304-46.545Q19.622-46.670 19.953-46.670Q20.398-46.670 20.798-46.454Q21.197-46.239 21.432-45.861Q21.666-45.484 21.666-45.032Q21.666-44.691 21.524-44.407Q21.382-44.123 21.138-43.916Q20.893-43.710 20.584-43.595Q20.275-43.481 19.953-43.481Q19.523-43.481 19.121-43.682Q18.719-43.884 18.478-44.236Q18.237-44.588 18.237-45.032M19.953-43.730Q20.555-43.730 20.779-44.108Q21.003-44.486 21.003-45.118Q21.003-45.730 20.768-46.089Q20.534-46.447 19.953-46.447Q18.901-46.447 18.901-45.118Q18.901-44.486 19.126-44.108Q19.352-43.730 19.953-43.730M24.010-43.549L22.274-43.549L22.274-43.829Q22.503-43.829 22.652-43.863Q22.800-43.898 22.800-44.038L22.800-45.887Q22.800-46.157 22.693-46.218Q22.585-46.280 22.274-46.280L22.274-46.560L23.303-46.635L23.303-45.928Q23.433-46.236 23.675-46.435Q23.918-46.635 24.236-46.635Q24.455-46.635 24.626-46.511Q24.797-46.386 24.797-46.174Q24.797-46.037 24.697-45.938Q24.598-45.839 24.465-45.839Q24.328-45.839 24.229-45.938Q24.130-46.037 24.130-46.174Q24.130-46.314 24.229-46.413Q23.939-46.413 23.739-46.217Q23.539-46.020 23.446-45.726Q23.354-45.432 23.354-45.152L23.354-44.038Q23.354-43.829 24.010-43.829L24.010-43.549M26.769-43.576L25.788-46.075Q25.726-46.218 25.608-46.253Q25.490-46.287 25.275-46.287L25.275-46.567L26.755-46.567L26.755-46.287Q26.376-46.287 26.376-46.126Q26.376-46.116 26.389-46.075L27.104-44.243L27.777-45.948Q27.746-46.020 27.746-46.048Q27.746-46.075 27.719-46.075Q27.657-46.222 27.539-46.254Q27.422-46.287 27.210-46.287L27.210-46.567L28.608-46.567L28.608-46.287Q28.232-46.287 28.232-46.126Q28.232-46.095 28.238-46.075L28.994-44.137L29.681-45.887Q29.701-45.938 29.701-45.993Q29.701-46.133 29.589-46.210Q29.476-46.287 29.336-46.287L29.336-46.567L30.556-46.567L30.556-46.287Q30.351-46.287 30.195-46.181Q30.040-46.075 29.968-45.887L29.062-43.576Q29.028-43.481 28.915-43.481L28.847-43.481Q28.737-43.481 28.700-43.576L27.917-45.579L27.131-43.576Q27.097-43.481 26.984-43.481L26.916-43.481Q26.806-43.481 26.769-43.576\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(219.774 1.75)\">\u003Cpath d=\"M30.943-44.277Q30.943-44.609 31.166-44.836Q31.390-45.063 31.734-45.191Q32.077-45.320 32.450-45.372Q32.822-45.425 33.127-45.425L33.127-45.678Q33.127-45.883 33.019-46.063Q32.911-46.242 32.730-46.345Q32.549-46.447 32.341-46.447Q31.934-46.447 31.698-46.355Q31.787-46.318 31.833-46.234Q31.879-46.150 31.879-46.048Q31.879-45.952 31.833-45.873Q31.787-45.795 31.706-45.750Q31.626-45.706 31.537-45.706Q31.387-45.706 31.286-45.803Q31.185-45.901 31.185-46.048Q31.185-46.670 32.341-46.670Q32.552-46.670 32.802-46.606Q33.051-46.543 33.253-46.424Q33.455-46.304 33.581-46.119Q33.708-45.935 33.708-45.692L33.708-44.116Q33.708-44 33.769-43.904Q33.831-43.809 33.944-43.809Q34.053-43.809 34.118-43.903Q34.183-43.997 34.183-44.116L34.183-44.564L34.449-44.564L34.449-44.116Q34.449-43.846 34.222-43.681Q33.995-43.515 33.715-43.515Q33.506-43.515 33.369-43.669Q33.233-43.822 33.209-44.038Q33.062-43.771 32.780-43.626Q32.498-43.481 32.173-43.481Q31.896-43.481 31.612-43.556Q31.329-43.631 31.136-43.810Q30.943-43.990 30.943-44.277M31.558-44.277Q31.558-44.103 31.659-43.973Q31.759-43.843 31.915-43.773Q32.070-43.703 32.235-43.703Q32.453-43.703 32.662-43.800Q32.870-43.898 32.998-44.079Q33.127-44.260 33.127-44.486L33.127-45.214Q32.802-45.214 32.436-45.123Q32.070-45.032 31.814-44.820Q31.558-44.609 31.558-44.277M36.616-43.549L34.880-43.549L34.880-43.829Q35.109-43.829 35.258-43.863Q35.406-43.898 35.406-44.038L35.406-45.887Q35.406-46.157 35.299-46.218Q35.191-46.280 34.880-46.280L34.880-46.560L35.909-46.635L35.909-45.928Q36.039-46.236 36.281-46.435Q36.524-46.635 36.842-46.635Q37.061-46.635 37.232-46.511Q37.403-46.386 37.403-46.174Q37.403-46.037 37.303-45.938Q37.204-45.839 37.071-45.839Q36.934-45.839 36.835-45.938Q36.736-46.037 36.736-46.174Q36.736-46.314 36.835-46.413Q36.545-46.413 36.345-46.217Q36.145-46.020 36.052-45.726Q35.960-45.432 35.960-45.152L35.960-44.038Q35.960-43.829 36.616-43.829L36.616-43.549M37.987-45.060Q37.987-45.398 38.127-45.689Q38.267-45.979 38.512-46.193Q38.756-46.406 39.060-46.521Q39.364-46.635 39.689-46.635Q39.959-46.635 40.222-46.536Q40.486-46.437 40.677-46.259L40.677-47.657Q40.677-47.927 40.569-47.989Q40.462-48.050 40.151-48.050L40.151-48.331L41.227-48.406L41.227-44.222Q41.227-44.034 41.282-43.951Q41.337-43.867 41.437-43.848Q41.538-43.829 41.754-43.829L41.754-43.549L40.646-43.481L40.646-43.898Q40.229-43.481 39.604-43.481Q39.173-43.481 38.800-43.693Q38.428-43.904 38.207-44.265Q37.987-44.626 37.987-45.060M39.662-43.703Q39.870-43.703 40.057-43.775Q40.243-43.846 40.397-43.983Q40.550-44.120 40.646-44.298L40.646-45.907Q40.561-46.054 40.415-46.174Q40.270-46.294 40.101-46.353Q39.932-46.413 39.751-46.413Q39.190-46.413 38.922-46.024Q38.653-45.634 38.653-45.053Q38.653-44.482 38.888-44.092Q39.122-43.703 39.662-43.703\" 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 followon trace \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8333em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">F\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.1389em;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> in Emphatic TD. Interest \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0785em;\">I\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\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> is declared at one state; \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8333em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">F\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.1389em;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>\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.8917em;vertical-align:-0.2083em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">ρ\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\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003Cspan class=\"mbin mtight\">−\u003C\u002Fspan>\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\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.2083em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0556em;\">γ\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.0556em;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>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.1389em;\">F\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:-0.1389em;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 mathnormal mtight\">t\u003C\u002Fspan>\u003Cspan class=\"mbin mtight\">−\u003C\u002Fspan>\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\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.2083em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2222em;\">\u003C\u002Fspan>\u003Cspan class=\"mbin\">+\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2222em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8333em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0785em;\">I\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.0785em;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> carries that interest forward along the trajectory, decaying by \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.625em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">ρ\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0556em;\">γ\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> per step, so downstream states that follow on from the interesting one inherit emphasis \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8333em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.109em;\">M\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.109em;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 are learned even though their own interest is zero.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:403.383px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 302.537 174.671\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M36.91-40.572h96.74V-71.87H36.91Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M87.814 1.213L87.814 0.150Q87.814 0.126 87.842 0.099Q87.869 0.072 87.893 0.072L88.002 0.072Q88.067 0.072 88.081 0.130Q88.177 0.564 88.423 0.815Q88.669 1.066 89.083 1.066Q89.424 1.066 89.677 0.933Q89.930 0.800 89.930 0.492Q89.930 0.335 89.836 0.220Q89.742 0.106 89.604 0.037Q89.465-0.031 89.298-0.069L88.717-0.168Q88.361-0.236 88.088-0.457Q87.814-0.677 87.814-1.019Q87.814-1.268 87.926-1.443Q88.037-1.617 88.223-1.716Q88.409-1.815 88.625-1.858Q88.840-1.901 89.083-1.901Q89.496-1.901 89.776-1.719L89.992-1.894Q90.002-1.897 90.009-1.899Q90.016-1.901 90.026-1.901L90.077-1.901Q90.104-1.901 90.128-1.877Q90.152-1.853 90.152-1.825L90.152-0.978Q90.152-0.957 90.128-0.930Q90.104-0.903 90.077-0.903L89.964-0.903Q89.937-0.903 89.911-0.928Q89.886-0.954 89.886-0.978Q89.886-1.214 89.780-1.378Q89.674-1.542 89.491-1.624Q89.308-1.706 89.076-1.706Q88.748-1.706 88.491-1.603Q88.235-1.501 88.235-1.224Q88.235-1.029 88.418-0.920Q88.601-0.810 88.830-0.769L89.404-0.663Q89.650-0.615 89.864-0.487Q90.077-0.359 90.214-0.156Q90.351 0.048 90.351 0.297Q90.351 0.810 89.985 1.049Q89.619 1.288 89.083 1.288Q88.587 1.288 88.255 0.994L87.989 1.268Q87.968 1.288 87.941 1.288L87.893 1.288Q87.869 1.288 87.842 1.261Q87.814 1.234 87.814 1.213M90.938-0.315Q90.938-0.636 91.063-0.925Q91.188-1.214 91.414-1.437Q91.639-1.661 91.935-1.781Q92.230-1.901 92.548-1.901Q92.876-1.901 93.138-1.801Q93.399-1.702 93.575-1.520Q93.751-1.337 93.845-1.079Q93.939-0.821 93.939-0.489Q93.939-0.397 93.857-0.376L91.602-0.376L91.602-0.315Q91.602 0.273 91.885 0.656Q92.169 1.039 92.736 1.039Q93.058 1.039 93.326 0.846Q93.594 0.653 93.683 0.338Q93.690 0.297 93.765 0.283L93.857 0.283Q93.939 0.307 93.939 0.379Q93.939 0.386 93.933 0.413Q93.820 0.810 93.449 1.049Q93.078 1.288 92.654 1.288Q92.217 1.288 91.817 1.080Q91.417 0.871 91.178 0.504Q90.938 0.137 90.938-0.315M91.608-0.585L93.423-0.585Q93.423-0.862 93.326-1.114Q93.229-1.367 93.030-1.523Q92.832-1.678 92.548-1.678Q92.271-1.678 92.058-1.520Q91.844-1.361 91.726-1.106Q91.608-0.851 91.608-0.585M96.209 1.220L94.575 1.220L94.575 0.940Q94.804 0.940 94.953 0.906Q95.102 0.871 95.102 0.731L95.102-1.118Q95.102-1.388 94.994-1.449Q94.886-1.511 94.575-1.511L94.575-1.791L95.635-1.866L95.635-1.217Q95.806-1.525 96.110-1.696Q96.414-1.866 96.759-1.866Q97.159-1.866 97.436-1.726Q97.713-1.586 97.798-1.238Q97.966-1.531 98.265-1.699Q98.564-1.866 98.909-1.866Q99.415-1.866 99.699-1.643Q99.982-1.419 99.982-0.923L99.982 0.731Q99.982 0.868 100.131 0.904Q100.280 0.940 100.505 0.940L100.505 1.220L98.875 1.220L98.875 0.940Q99.101 0.940 99.251 0.904Q99.401 0.868 99.401 0.731L99.401-0.909Q99.401-1.244 99.282-1.444Q99.162-1.644 98.848-1.644Q98.578-1.644 98.344-1.508Q98.109-1.371 97.971-1.137Q97.833-0.903 97.833-0.629L97.833 0.731Q97.833 0.868 97.981 0.904Q98.130 0.940 98.355 0.940L98.355 1.220L96.725 1.220L96.725 0.940Q96.954 0.940 97.103 0.906Q97.251 0.871 97.251 0.731L97.251-0.909Q97.251-1.244 97.132-1.444Q97.012-1.644 96.698-1.644Q96.428-1.644 96.194-1.508Q95.959-1.371 95.821-1.137Q95.683-0.903 95.683-0.629L95.683 0.731Q95.683 0.868 95.833 0.904Q95.983 0.940 96.209 0.940L96.209 1.220M102.710 1.220L101.158 1.220L101.158 0.940Q101.384 0.940 101.532 0.906Q101.681 0.871 101.681 0.731L101.681-1.118Q101.681-1.306 101.633-1.390Q101.585-1.473 101.488-1.492Q101.391-1.511 101.179-1.511L101.179-1.791L102.235-1.866L102.235 0.731Q102.235 0.871 102.366 0.906Q102.498 0.940 102.710 0.940L102.710 1.220M101.438-3.087Q101.438-3.258 101.562-3.377Q101.685-3.497 101.855-3.497Q102.023-3.497 102.146-3.377Q102.269-3.258 102.269-3.087Q102.269-2.912 102.146-2.789Q102.023-2.666 101.855-2.666Q101.685-2.666 101.562-2.789Q101.438-2.912 101.438-3.087M105.239-0.034L103.182-0.034L103.182-0.537L105.239-0.537L105.239-0.034M106.001 1.753Q106.001 1.507 106.198 1.323Q106.395 1.138 106.651 1.059Q106.514 0.947 106.442 0.786Q106.371 0.625 106.371 0.444Q106.371 0.123 106.583-0.123Q106.248-0.421 106.248-0.831Q106.248-1.292 106.637-1.579Q107.027-1.866 107.505-1.866Q107.977-1.866 108.312-1.620Q108.486-1.774 108.697-1.856Q108.907-1.938 109.136-1.938Q109.300-1.938 109.421-1.831Q109.542-1.723 109.542-1.559Q109.542-1.463 109.471-1.391Q109.399-1.320 109.307-1.320Q109.208-1.320 109.137-1.393Q109.067-1.467 109.067-1.566Q109.067-1.620 109.081-1.651L109.088-1.665Q109.095-1.685 109.103-1.696Q109.112-1.706 109.115-1.713Q108.760-1.713 108.473-1.490Q108.760-1.197 108.760-0.831Q108.760-0.516 108.575-0.284Q108.391-0.051 108.102 0.077Q107.813 0.205 107.505 0.205Q107.304 0.205 107.112 0.155Q106.921 0.106 106.743-0.004Q106.651 0.123 106.651 0.266Q106.651 0.448 106.779 0.583Q106.907 0.718 107.092 0.718L107.724 0.718Q108.172 0.718 108.541 0.789Q108.910 0.861 109.170 1.090Q109.430 1.319 109.430 1.753Q109.430 2.074 109.134 2.276Q108.838 2.478 108.435 2.567Q108.032 2.656 107.717 2.656Q107.399 2.656 106.996 2.567Q106.593 2.478 106.297 2.276Q106.001 2.074 106.001 1.753M106.456 1.753Q106.456 1.982 106.675 2.131Q106.894 2.280 107.186 2.348Q107.478 2.416 107.717 2.416Q107.881 2.416 108.090 2.380Q108.298 2.345 108.505 2.264Q108.712 2.184 108.844 2.056Q108.975 1.928 108.975 1.753Q108.975 1.401 108.594 1.307Q108.213 1.213 107.710 1.213L107.092 1.213Q106.853 1.213 106.654 1.364Q106.456 1.514 106.456 1.753M107.505-0.034Q108.172-0.034 108.172-0.831Q108.172-1.631 107.505-1.631Q106.835-1.631 106.835-0.831Q106.835-0.034 107.505-0.034M111.774 1.220L110.038 1.220L110.038 0.940Q110.267 0.940 110.416 0.906Q110.564 0.871 110.564 0.731L110.564-1.118Q110.564-1.388 110.457-1.449Q110.349-1.511 110.038-1.511L110.038-1.791L111.067-1.866L111.067-1.159Q111.197-1.467 111.439-1.666Q111.682-1.866 112-1.866Q112.219-1.866 112.390-1.742Q112.561-1.617 112.561-1.405Q112.561-1.268 112.461-1.169Q112.362-1.070 112.229-1.070Q112.092-1.070 111.993-1.169Q111.894-1.268 111.894-1.405Q111.894-1.545 111.993-1.644Q111.703-1.644 111.503-1.448Q111.303-1.251 111.210-0.957Q111.118-0.663 111.118-0.383L111.118 0.731Q111.118 0.940 111.774 0.940L111.774 1.220M113.203 0.492Q113.203 0.160 113.427-0.067Q113.651-0.294 113.994-0.422Q114.338-0.551 114.710-0.603Q115.083-0.656 115.387-0.656L115.387-0.909Q115.387-1.114 115.280-1.294Q115.172-1.473 114.991-1.576Q114.810-1.678 114.601-1.678Q114.194-1.678 113.958-1.586Q114.047-1.549 114.094-1.465Q114.140-1.381 114.140-1.279Q114.140-1.183 114.094-1.104Q114.047-1.026 113.967-0.981Q113.887-0.937 113.798-0.937Q113.647-0.937 113.547-1.034Q113.446-1.132 113.446-1.279Q113.446-1.901 114.601-1.901Q114.813-1.901 115.063-1.837Q115.312-1.774 115.514-1.655Q115.715-1.535 115.842-1.350Q115.968-1.166 115.968-0.923L115.968 0.653Q115.968 0.769 116.030 0.865Q116.091 0.960 116.204 0.960Q116.313 0.960 116.378 0.866Q116.443 0.772 116.443 0.653L116.443 0.205L116.710 0.205L116.710 0.653Q116.710 0.923 116.483 1.088Q116.255 1.254 115.975 1.254Q115.767 1.254 115.630 1.100Q115.493 0.947 115.469 0.731Q115.322 0.998 115.040 1.143Q114.758 1.288 114.434 1.288Q114.157 1.288 113.873 1.213Q113.589 1.138 113.396 0.959Q113.203 0.779 113.203 0.492M113.818 0.492Q113.818 0.666 113.919 0.796Q114.020 0.926 114.176 0.996Q114.331 1.066 114.495 1.066Q114.714 1.066 114.922 0.969Q115.131 0.871 115.259 0.690Q115.387 0.509 115.387 0.283L115.387-0.445Q115.063-0.445 114.697-0.354Q114.331-0.263 114.075-0.051Q113.818 0.160 113.818 0.492M117.127-0.291Q117.127-0.629 117.267-0.920Q117.407-1.210 117.652-1.424Q117.896-1.637 118.200-1.752Q118.504-1.866 118.829-1.866Q119.099-1.866 119.362-1.767Q119.625-1.668 119.817-1.490L119.817-2.888Q119.817-3.158 119.709-3.220Q119.602-3.281 119.291-3.281L119.291-3.562L120.367-3.637L120.367 0.547Q120.367 0.735 120.422 0.818Q120.477 0.902 120.577 0.921Q120.678 0.940 120.894 0.940L120.894 1.220L119.786 1.288L119.786 0.871Q119.369 1.288 118.744 1.288Q118.313 1.288 117.940 1.076Q117.568 0.865 117.347 0.504Q117.127 0.143 117.127-0.291M118.802 1.066Q119.010 1.066 119.197 0.994Q119.383 0.923 119.537 0.786Q119.690 0.649 119.786 0.471L119.786-1.138Q119.701-1.285 119.555-1.405Q119.410-1.525 119.241-1.584Q119.072-1.644 118.891-1.644Q118.330-1.644 118.062-1.255Q117.793-0.865 117.793-0.284Q117.793 0.287 118.028 0.677Q118.262 1.066 118.802 1.066M123.160 1.220L121.608 1.220L121.608 0.940Q121.833 0.940 121.982 0.906Q122.131 0.871 122.131 0.731L122.131-1.118Q122.131-1.306 122.083-1.390Q122.035-1.473 121.938-1.492Q121.840-1.511 121.628-1.511L121.628-1.791L122.685-1.866L122.685 0.731Q122.685 0.871 122.816 0.906Q122.948 0.940 123.160 0.940L123.160 1.220M121.888-3.087Q121.888-3.258 122.011-3.377Q122.134-3.497 122.305-3.497Q122.473-3.497 122.596-3.377Q122.719-3.258 122.719-3.087Q122.719-2.912 122.596-2.789Q122.473-2.666 122.305-2.666Q122.134-2.666 122.011-2.789Q121.888-2.912 121.888-3.087M123.765-0.315Q123.765-0.636 123.889-0.925Q124.014-1.214 124.240-1.437Q124.465-1.661 124.761-1.781Q125.057-1.901 125.375-1.901Q125.703-1.901 125.964-1.801Q126.226-1.702 126.402-1.520Q126.578-1.337 126.672-1.079Q126.766-0.821 126.766-0.489Q126.766-0.397 126.684-0.376L124.428-0.376L124.428-0.315Q124.428 0.273 124.711 0.656Q124.995 1.039 125.563 1.039Q125.884 1.039 126.152 0.846Q126.420 0.653 126.509 0.338Q126.516 0.297 126.591 0.283L126.684 0.283Q126.766 0.307 126.766 0.379Q126.766 0.386 126.759 0.413Q126.646 0.810 126.275 1.049Q125.904 1.288 125.480 1.288Q125.043 1.288 124.643 1.080Q124.243 0.871 124.004 0.504Q123.765 0.137 123.765-0.315M124.435-0.585L126.250-0.585Q126.250-0.862 126.152-1.114Q126.055-1.367 125.856-1.523Q125.658-1.678 125.375-1.678Q125.098-1.678 124.884-1.520Q124.670-1.361 124.552-1.106Q124.435-0.851 124.435-0.585M129.035 1.220L127.401 1.220L127.401 0.940Q127.630 0.940 127.779 0.906Q127.928 0.871 127.928 0.731L127.928-1.118Q127.928-1.388 127.820-1.449Q127.712-1.511 127.401-1.511L127.401-1.791L128.461-1.866L128.461-1.217Q128.632-1.525 128.936-1.696Q129.240-1.866 129.585-1.866Q130.091-1.866 130.375-1.643Q130.659-1.419 130.659-0.923L130.659 0.731Q130.659 0.868 130.807 0.904Q130.956 0.940 131.182 0.940L131.182 1.220L129.551 1.220L129.551 0.940Q129.780 0.940 129.929 0.906Q130.078 0.871 130.078 0.731L130.078-0.909Q130.078-1.244 129.958-1.444Q129.838-1.644 129.524-1.644Q129.254-1.644 129.020-1.508Q128.786-1.371 128.647-1.137Q128.509-0.903 128.509-0.629L128.509 0.731Q128.509 0.868 128.659 0.904Q128.810 0.940 129.035 0.940\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M132.127 0.379L132.127-1.518L131.488-1.518L131.488-1.740Q131.806-1.740 132.023-1.950Q132.240-2.160 132.340-2.470Q132.441-2.779 132.441-3.087L132.708-3.087L132.708-1.798L133.785-1.798L133.785-1.518L132.708-1.518L132.708 0.366Q132.708 0.642 132.812 0.841Q132.916 1.039 133.176 1.039Q133.333 1.039 133.439 0.935Q133.545 0.830 133.595 0.677Q133.644 0.523 133.644 0.366L133.644-0.048L133.911-0.048L133.911 0.379Q133.911 0.605 133.812 0.815Q133.713 1.025 133.528 1.157Q133.344 1.288 133.115 1.288Q132.677 1.288 132.402 1.051Q132.127 0.813 132.127 0.379\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M137.947 0.379L137.947-1.518L137.308-1.518L137.308-1.740Q137.626-1.740 137.843-1.950Q138.060-2.160 138.160-2.470Q138.261-2.779 138.261-3.087L138.528-3.087L138.528-1.798L139.605-1.798L139.605-1.518L138.528-1.518L138.528 0.366Q138.528 0.642 138.632 0.841Q138.736 1.039 138.996 1.039Q139.153 1.039 139.259 0.935Q139.365 0.830 139.415 0.677Q139.464 0.523 139.464 0.366L139.464-0.048L139.731-0.048L139.731 0.379Q139.731 0.605 139.632 0.815Q139.533 1.025 139.348 1.157Q139.164 1.288 138.935 1.288Q138.497 1.288 138.222 1.051Q137.947 0.813 137.947 0.379M142.291 1.220L140.555 1.220L140.555 0.940Q140.784 0.940 140.932 0.906Q141.081 0.871 141.081 0.731L141.081-1.118Q141.081-1.388 140.973-1.449Q140.866-1.511 140.555-1.511L140.555-1.791L141.584-1.866L141.584-1.159Q141.713-1.467 141.956-1.666Q142.199-1.866 142.517-1.866Q142.735-1.866 142.906-1.742Q143.077-1.617 143.077-1.405Q143.077-1.268 142.978-1.169Q142.879-1.070 142.746-1.070Q142.609-1.070 142.510-1.169Q142.411-1.268 142.411-1.405Q142.411-1.545 142.510-1.644Q142.219-1.644 142.019-1.448Q141.819-1.251 141.727-0.957Q141.635-0.663 141.635-0.383L141.635 0.731Q141.635 0.940 142.291 0.940L142.291 1.220M143.720 0.492Q143.720 0.160 143.944-0.067Q144.168-0.294 144.511-0.422Q144.855-0.551 145.227-0.603Q145.600-0.656 145.904-0.656L145.904-0.909Q145.904-1.114 145.796-1.294Q145.689-1.473 145.507-1.576Q145.326-1.678 145.118-1.678Q144.711-1.678 144.475-1.586Q144.564-1.549 144.610-1.465Q144.656-1.381 144.656-1.279Q144.656-1.183 144.610-1.104Q144.564-1.026 144.484-0.981Q144.403-0.937 144.314-0.937Q144.164-0.937 144.063-1.034Q143.962-1.132 143.962-1.279Q143.962-1.901 145.118-1.901Q145.330-1.901 145.579-1.837Q145.829-1.774 146.030-1.655Q146.232-1.535 146.358-1.350Q146.485-1.166 146.485-0.923L146.485 0.653Q146.485 0.769 146.546 0.865Q146.608 0.960 146.721 0.960Q146.830 0.960 146.895 0.866Q146.960 0.772 146.960 0.653L146.960 0.205L147.227 0.205L147.227 0.653Q147.227 0.923 146.999 1.088Q146.772 1.254 146.492 1.254Q146.283 1.254 146.147 1.100Q146.010 0.947 145.986 0.731Q145.839 0.998 145.557 1.143Q145.275 1.288 144.950 1.288Q144.673 1.288 144.390 1.213Q144.106 1.138 143.913 0.959Q143.720 0.779 143.720 0.492M144.335 0.492Q144.335 0.666 144.436 0.796Q144.537 0.926 144.692 0.996Q144.848 1.066 145.012 1.066Q145.231 1.066 145.439 0.969Q145.648 0.871 145.776 0.690Q145.904 0.509 145.904 0.283L145.904-0.445Q145.579-0.445 145.213-0.354Q144.848-0.263 144.591-0.051Q144.335 0.160 144.335 0.492M147.644-0.291Q147.644-0.619 147.779-0.920Q147.914-1.220 148.149-1.441Q148.385-1.661 148.689-1.781Q148.994-1.901 149.318-1.901Q149.824-1.901 150.173-1.798Q150.522-1.696 150.522-1.320Q150.522-1.173 150.424-1.072Q150.327-0.971 150.180-0.971Q150.026-0.971 149.927-1.070Q149.828-1.169 149.828-1.320Q149.828-1.508 149.968-1.600Q149.766-1.651 149.325-1.651Q148.970-1.651 148.741-1.455Q148.512-1.258 148.411-0.949Q148.310-0.639 148.310-0.291Q148.310 0.058 148.437 0.364Q148.563 0.670 148.818 0.854Q149.072 1.039 149.428 1.039Q149.650 1.039 149.835 0.955Q150.019 0.871 150.154 0.716Q150.289 0.560 150.347 0.352Q150.361 0.297 150.416 0.297L150.528 0.297Q150.559 0.297 150.581 0.321Q150.604 0.345 150.604 0.379L150.604 0.400Q150.518 0.687 150.330 0.885Q150.142 1.083 149.877 1.186Q149.612 1.288 149.318 1.288Q148.888 1.288 148.500 1.082Q148.112 0.875 147.878 0.512Q147.644 0.150 147.644-0.291M151.150-0.315Q151.150-0.636 151.275-0.925Q151.400-1.214 151.626-1.437Q151.851-1.661 152.147-1.781Q152.442-1.901 152.760-1.901Q153.088-1.901 153.350-1.801Q153.611-1.702 153.787-1.520Q153.963-1.337 154.057-1.079Q154.151-0.821 154.151-0.489Q154.151-0.397 154.069-0.376L151.814-0.376L151.814-0.315Q151.814 0.273 152.097 0.656Q152.381 1.039 152.948 1.039Q153.270 1.039 153.538 0.846Q153.806 0.653 153.895 0.338Q153.902 0.297 153.977 0.283L154.069 0.283Q154.151 0.307 154.151 0.379Q154.151 0.386 154.145 0.413Q154.032 0.810 153.661 1.049Q153.290 1.288 152.866 1.288Q152.429 1.288 152.029 1.080Q151.629 0.871 151.390 0.504Q151.150 0.137 151.150-0.315M151.820-0.585L153.635-0.585Q153.635-0.862 153.538-1.114Q153.440-1.367 153.242-1.523Q153.044-1.678 152.760-1.678Q152.483-1.678 152.270-1.520Q152.056-1.361 151.938-1.106Q151.820-0.851 151.820-0.585\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M87.724 10.970Q87.174 10.570 86.803 10.015Q86.432 9.459 86.251 8.813Q86.070 8.167 86.070 7.470Q86.070 6.957 86.170 6.462Q86.271 5.966 86.476 5.515Q86.681 5.064 86.994 4.672Q87.307 4.281 87.724 3.977Q87.734 3.973 87.741 3.972Q87.748 3.970 87.758 3.970L87.826 3.970Q87.861 3.970 87.883 3.994Q87.905 4.018 87.905 4.055Q87.905 4.100 87.878 4.117Q87.529 4.418 87.276 4.802Q87.023 5.187 86.871 5.628Q86.719 6.069 86.647 6.525Q86.575 6.981 86.575 7.470Q86.575 8.471 86.885 9.358Q87.194 10.245 87.878 10.830Q87.905 10.847 87.905 10.891Q87.905 10.929 87.883 10.953Q87.861 10.977 87.826 10.977L87.758 10.977Q87.751 10.973 87.743 10.972Q87.734 10.970 87.724 10.970M89.289 8.386L89.289 6.882Q89.289 6.612 89.182 6.551Q89.074 6.489 88.763 6.489L88.763 6.209L89.870 6.134L89.870 8.366L89.870 8.386Q89.870 8.666 89.922 8.810Q89.973 8.953 90.115 9.010Q90.257 9.066 90.544 9.066Q90.797 9.066 91.002 8.926Q91.207 8.786 91.323 8.560Q91.439 8.335 91.439 8.085L91.439 6.882Q91.439 6.612 91.332 6.551Q91.224 6.489 90.913 6.489L90.913 6.209L92.020 6.134L92.020 8.547Q92.020 8.738 92.073 8.820Q92.126 8.902 92.227 8.921Q92.328 8.940 92.543 8.940L92.543 9.220L91.467 9.288L91.467 8.724Q91.357 8.906 91.212 9.029Q91.067 9.152 90.880 9.220Q90.694 9.288 90.492 9.288Q89.289 9.288 89.289 8.386M94.813 9.220L93.179 9.220L93.179 8.940Q93.408 8.940 93.557 8.906Q93.705 8.871 93.705 8.731L93.705 6.882Q93.705 6.612 93.598 6.551Q93.490 6.489 93.179 6.489L93.179 6.209L94.238 6.134L94.238 6.783Q94.409 6.475 94.714 6.304Q95.018 6.134 95.363 6.134Q95.869 6.134 96.153 6.357Q96.436 6.581 96.436 7.077L96.436 8.731Q96.436 8.868 96.585 8.904Q96.734 8.940 96.959 8.940L96.959 9.220L95.329 9.220L95.329 8.940Q95.558 8.940 95.707 8.906Q95.855 8.871 95.855 8.731L95.855 7.091Q95.855 6.756 95.736 6.556Q95.616 6.356 95.301 6.356Q95.031 6.356 94.797 6.492Q94.563 6.629 94.425 6.863Q94.286 7.097 94.286 7.371L94.286 8.731Q94.286 8.868 94.437 8.904Q94.587 8.940 94.813 8.940L94.813 9.220M97.547 9.213L97.547 8.150Q97.547 8.126 97.574 8.099Q97.602 8.072 97.626 8.072L97.735 8.072Q97.800 8.072 97.814 8.130Q97.909 8.564 98.155 8.815Q98.402 9.066 98.815 9.066Q99.157 9.066 99.410 8.933Q99.663 8.800 99.663 8.492Q99.663 8.335 99.569 8.220Q99.475 8.106 99.336 8.037Q99.198 7.969 99.030 7.931L98.449 7.832Q98.094 7.764 97.821 7.543Q97.547 7.323 97.547 6.981Q97.547 6.732 97.658 6.557Q97.769 6.383 97.956 6.284Q98.142 6.185 98.357 6.142Q98.572 6.099 98.815 6.099Q99.229 6.099 99.509 6.281L99.724 6.106Q99.735 6.103 99.741 6.101Q99.748 6.099 99.759 6.099L99.810 6.099Q99.837 6.099 99.861 6.123Q99.885 6.147 99.885 6.175L99.885 7.022Q99.885 7.043 99.861 7.070Q99.837 7.097 99.810 7.097L99.697 7.097Q99.670 7.097 99.644 7.072Q99.618 7.046 99.618 7.022Q99.618 6.786 99.512 6.622Q99.406 6.458 99.224 6.376Q99.041 6.294 98.808 6.294Q98.480 6.294 98.224 6.397Q97.968 6.499 97.968 6.776Q97.968 6.971 98.150 7.080Q98.333 7.190 98.562 7.231L99.136 7.337Q99.383 7.385 99.596 7.513Q99.810 7.641 99.947 7.844Q100.083 8.048 100.083 8.297Q100.083 8.810 99.718 9.049Q99.352 9.288 98.815 9.288Q98.320 9.288 97.988 8.994L97.721 9.268Q97.701 9.288 97.674 9.288L97.626 9.288Q97.602 9.288 97.574 9.261Q97.547 9.234 97.547 9.213M101.238 8.379L101.238 6.482L100.599 6.482L100.599 6.260Q100.917 6.260 101.134 6.050Q101.351 5.840 101.452 5.530Q101.553 5.221 101.553 4.913L101.820 4.913L101.820 6.202L102.896 6.202L102.896 6.482L101.820 6.482L101.820 8.366Q101.820 8.642 101.924 8.841Q102.028 9.039 102.288 9.039Q102.445 9.039 102.551 8.935Q102.657 8.830 102.707 8.677Q102.756 8.523 102.756 8.366L102.756 7.952L103.023 7.952L103.023 8.379Q103.023 8.605 102.924 8.815Q102.824 9.025 102.640 9.157Q102.455 9.288 102.226 9.288Q101.789 9.288 101.514 9.051Q101.238 8.813 101.238 8.379M103.891 8.492Q103.891 8.160 104.115 7.933Q104.339 7.706 104.682 7.578Q105.026 7.449 105.398 7.397Q105.771 7.344 106.075 7.344L106.075 7.091Q106.075 6.886 105.967 6.706Q105.860 6.527 105.678 6.424Q105.497 6.322 105.289 6.322Q104.882 6.322 104.646 6.414Q104.735 6.451 104.781 6.535Q104.827 6.619 104.827 6.721Q104.827 6.817 104.781 6.896Q104.735 6.974 104.655 7.019Q104.574 7.063 104.486 7.063Q104.335 7.063 104.234 6.966Q104.134 6.868 104.134 6.721Q104.134 6.099 105.289 6.099Q105.501 6.099 105.750 6.163Q106 6.226 106.201 6.345Q106.403 6.465 106.530 6.650Q106.656 6.834 106.656 7.077L106.656 8.653Q106.656 8.769 106.718 8.865Q106.779 8.960 106.892 8.960Q107.001 8.960 107.066 8.866Q107.131 8.772 107.131 8.653L107.131 8.205L107.398 8.205L107.398 8.653Q107.398 8.923 107.170 9.088Q106.943 9.254 106.663 9.254Q106.454 9.254 106.318 9.100Q106.181 8.947 106.157 8.731Q106.010 8.998 105.728 9.143Q105.446 9.288 105.121 9.288Q104.844 9.288 104.561 9.213Q104.277 9.138 104.084 8.959Q103.891 8.779 103.891 8.492M104.506 8.492Q104.506 8.666 104.607 8.796Q104.708 8.926 104.863 8.996Q105.019 9.066 105.183 9.066Q105.402 9.066 105.610 8.969Q105.819 8.871 105.947 8.690Q106.075 8.509 106.075 8.283L106.075 7.555Q105.750 7.555 105.384 7.646Q105.019 7.737 104.762 7.949Q104.506 8.160 104.506 8.492M108.621 9.220L108.355 9.220L108.355 5.112Q108.355 4.842 108.247 4.780Q108.139 4.719 107.828 4.719L107.828 4.438L108.908 4.363L108.908 6.533Q109.117 6.342 109.402 6.238Q109.688 6.134 109.985 6.134Q110.303 6.134 110.600 6.255Q110.898 6.376 111.120 6.592Q111.342 6.807 111.468 7.092Q111.595 7.378 111.595 7.709Q111.595 8.154 111.356 8.518Q111.116 8.882 110.723 9.085Q110.330 9.288 109.886 9.288Q109.691 9.288 109.501 9.232Q109.312 9.176 109.151 9.071Q108.990 8.967 108.850 8.806L108.621 9.220M108.936 6.875L108.936 8.492Q109.072 8.752 109.313 8.909Q109.554 9.066 109.831 9.066Q110.125 9.066 110.337 8.959Q110.549 8.851 110.682 8.659Q110.816 8.468 110.874 8.229Q110.932 7.990 110.932 7.709Q110.932 7.350 110.838 7.046Q110.744 6.742 110.517 6.549Q110.289 6.356 109.924 6.356Q109.623 6.356 109.356 6.492Q109.090 6.629 108.936 6.875M113.899 9.220L112.296 9.220L112.296 8.940Q112.521 8.940 112.670 8.906Q112.819 8.871 112.819 8.731L112.819 5.112Q112.819 4.842 112.711 4.780Q112.603 4.719 112.296 4.719L112.296 4.438L113.372 4.363L113.372 8.731Q113.372 8.868 113.523 8.904Q113.673 8.940 113.899 8.940L113.899 9.220M114.452 7.685Q114.452 7.364 114.577 7.075Q114.702 6.786 114.927 6.563Q115.153 6.339 115.449 6.219Q115.744 6.099 116.062 6.099Q116.390 6.099 116.652 6.199Q116.913 6.298 117.089 6.480Q117.265 6.663 117.359 6.921Q117.453 7.179 117.453 7.511Q117.453 7.603 117.371 7.624L115.115 7.624L115.115 7.685Q115.115 8.273 115.399 8.656Q115.683 9.039 116.250 9.039Q116.572 9.039 116.840 8.846Q117.108 8.653 117.197 8.338Q117.204 8.297 117.279 8.283L117.371 8.283Q117.453 8.307 117.453 8.379Q117.453 8.386 117.447 8.413Q117.334 8.810 116.963 9.049Q116.592 9.288 116.168 9.288Q115.731 9.288 115.331 9.080Q114.931 8.871 114.692 8.504Q114.452 8.137 114.452 7.685M115.122 7.415L116.937 7.415Q116.937 7.138 116.840 6.886Q116.742 6.633 116.544 6.477Q116.346 6.322 116.062 6.322Q115.785 6.322 115.572 6.480Q115.358 6.639 115.240 6.894Q115.122 7.149 115.122 7.415\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M120.721 7.737Q120.721 7.395 120.856 7.096Q120.991 6.797 121.231 6.573Q121.470 6.349 121.788 6.224Q122.106 6.099 122.437 6.099Q122.882 6.099 123.281 6.315Q123.681 6.530 123.916 6.908Q124.150 7.285 124.150 7.737Q124.150 8.078 124.008 8.362Q123.866 8.646 123.622 8.853Q123.377 9.059 123.068 9.174Q122.759 9.288 122.437 9.288Q122.007 9.288 121.605 9.087Q121.203 8.885 120.962 8.533Q120.721 8.181 120.721 7.737M122.437 9.039Q123.039 9.039 123.263 8.661Q123.487 8.283 123.487 7.651Q123.487 7.039 123.252 6.680Q123.018 6.322 122.437 6.322Q121.385 6.322 121.385 7.651Q121.385 8.283 121.610 8.661Q121.836 9.039 122.437 9.039M126.542 9.220L124.809 9.220L124.809 8.940Q125.035 8.940 125.184 8.906Q125.332 8.871 125.332 8.731L125.332 6.482L124.744 6.482L124.744 6.202L125.332 6.202L125.332 5.385Q125.332 5.067 125.510 4.819Q125.688 4.572 125.978 4.431Q126.269 4.291 126.580 4.291Q126.836 4.291 127.040 4.433Q127.243 4.575 127.243 4.818Q127.243 4.954 127.144 5.053Q127.045 5.153 126.908 5.153Q126.771 5.153 126.672 5.053Q126.573 4.954 126.573 4.818Q126.573 4.637 126.713 4.544Q126.635 4.517 126.535 4.517Q126.327 4.517 126.173 4.650Q126.019 4.783 125.939 4.987Q125.859 5.190 125.859 5.399L125.859 6.202L126.747 6.202L126.747 6.482L125.886 6.482L125.886 8.731Q125.886 8.940 126.542 8.940\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M129.584 9.220L127.851 9.220L127.851 8.940Q128.077 8.940 128.226 8.906Q128.374 8.871 128.374 8.731L128.374 6.482L127.786 6.482L127.786 6.202L128.374 6.202L128.374 5.385Q128.374 5.067 128.552 4.819Q128.730 4.572 129.020 4.431Q129.311 4.291 129.622 4.291Q129.878 4.291 130.082 4.433Q130.285 4.575 130.285 4.818Q130.285 4.954 130.186 5.053Q130.087 5.153 129.950 5.153Q129.813 5.153 129.714 5.053Q129.615 4.954 129.615 4.818Q129.615 4.637 129.755 4.544Q129.677 4.517 129.577 4.517Q129.369 4.517 129.215 4.650Q129.061 4.783 128.981 4.987Q128.901 5.190 128.901 5.399L128.901 6.202L129.789 6.202L129.789 6.482L128.928 6.482L128.928 8.731Q128.928 8.940 129.584 8.940L129.584 9.220M132.148 7.966L130.090 7.966L130.090 7.463L132.148 7.463L132.148 7.966M134.595 10.577L132.965 10.577L132.965 10.297Q133.194 10.297 133.342 10.262Q133.491 10.228 133.491 10.088L133.491 6.742Q133.491 6.571 133.354 6.530Q133.218 6.489 132.965 6.489L132.965 6.209L134.045 6.134L134.045 6.540Q134.267 6.339 134.554 6.236Q134.841 6.134 135.149 6.134Q135.576 6.134 135.940 6.347Q136.304 6.561 136.518 6.925Q136.731 7.289 136.731 7.709Q136.731 8.154 136.492 8.518Q136.253 8.882 135.860 9.085Q135.467 9.288 135.022 9.288Q134.756 9.288 134.508 9.188Q134.260 9.087 134.072 8.906L134.072 10.088Q134.072 10.225 134.221 10.261Q134.369 10.297 134.595 10.297L134.595 10.577M134.072 6.889L134.072 8.499Q134.205 8.752 134.448 8.909Q134.691 9.066 134.968 9.066Q135.296 9.066 135.549 8.865Q135.802 8.663 135.935 8.345Q136.068 8.027 136.068 7.709Q136.068 7.480 136.003 7.251Q135.938 7.022 135.810 6.824Q135.682 6.626 135.487 6.506Q135.292 6.387 135.060 6.387Q134.766 6.387 134.498 6.516Q134.229 6.646 134.072 6.889\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.697 -59.886)\">\u003Cpath d=\"M137.551 7.737Q137.551 7.395 137.686 7.096Q137.821 6.797 138.061 6.573Q138.300 6.349 138.618 6.224Q138.936 6.099 139.267 6.099Q139.712 6.099 140.111 6.315Q140.511 6.530 140.746 6.908Q140.980 7.285 140.980 7.737Q140.980 8.078 140.838 8.362Q140.696 8.646 140.452 8.853Q140.207 9.059 139.898 9.174Q139.589 9.288 139.267 9.288Q138.837 9.288 138.435 9.087Q138.033 8.885 137.792 8.533Q137.551 8.181 137.551 7.737M139.267 9.039Q139.869 9.039 140.093 8.661Q140.317 8.283 140.317 7.651Q140.317 7.039 140.082 6.680Q139.848 6.322 139.267 6.322Q138.215 6.322 138.215 7.651Q138.215 8.283 138.440 8.661Q138.666 9.039 139.267 9.039M143.242 9.220L141.639 9.220L141.639 8.940Q141.865 8.940 142.014 8.906Q142.162 8.871 142.162 8.731L142.162 5.112Q142.162 4.842 142.055 4.780Q141.947 4.719 141.639 4.719L141.639 4.438L142.716 4.363L142.716 8.731Q142.716 8.868 142.866 8.904Q143.017 8.940 143.242 8.940L143.242 9.220M145.454 9.220L143.902 9.220L143.902 8.940Q144.128 8.940 144.276 8.906Q144.425 8.871 144.425 8.731L144.425 6.882Q144.425 6.694 144.377 6.610Q144.329 6.527 144.232 6.508Q144.134 6.489 143.923 6.489L143.923 6.209L144.979 6.134L144.979 8.731Q144.979 8.871 145.110 8.906Q145.242 8.940 145.454 8.940L145.454 9.220M144.182 4.913Q144.182 4.742 144.305 4.623Q144.428 4.503 144.599 4.503Q144.767 4.503 144.890 4.623Q145.013 4.742 145.013 4.913Q145.013 5.088 144.890 5.211Q144.767 5.334 144.599 5.334Q144.428 5.334 144.305 5.211Q144.182 5.088 144.182 4.913M146.100 7.709Q146.100 7.381 146.235 7.080Q146.370 6.780 146.606 6.559Q146.841 6.339 147.146 6.219Q147.450 6.099 147.775 6.099Q148.280 6.099 148.629 6.202Q148.978 6.304 148.978 6.680Q148.978 6.827 148.880 6.928Q148.783 7.029 148.636 7.029Q148.482 7.029 148.383 6.930Q148.284 6.831 148.284 6.680Q148.284 6.492 148.424 6.400Q148.222 6.349 147.781 6.349Q147.426 6.349 147.197 6.545Q146.968 6.742 146.867 7.051Q146.766 7.361 146.766 7.709Q146.766 8.058 146.893 8.364Q147.019 8.670 147.274 8.854Q147.528 9.039 147.884 9.039Q148.106 9.039 148.291 8.955Q148.475 8.871 148.610 8.716Q148.745 8.560 148.803 8.352Q148.817 8.297 148.872 8.297L148.985 8.297Q149.015 8.297 149.038 8.321Q149.060 8.345 149.060 8.379L149.060 8.400Q148.974 8.687 148.786 8.885Q148.598 9.083 148.333 9.186Q148.069 9.288 147.775 9.288Q147.344 9.288 146.956 9.082Q146.568 8.875 146.334 8.512Q146.100 8.150 146.100 7.709M149.983 10.355Q150.112 10.423 150.249 10.423Q150.420 10.423 150.570 10.334Q150.721 10.245 150.832 10.100Q150.943 9.955 151.022 9.787L151.285 9.220L150.116 6.694Q150.041 6.547 149.911 6.515Q149.781 6.482 149.549 6.482L149.549 6.202L151.070 6.202L151.070 6.482Q150.721 6.482 150.721 6.629Q150.724 6.650 150.726 6.667Q150.728 6.684 150.728 6.694L151.586 8.553L152.358 6.882Q152.392 6.814 152.392 6.735Q152.392 6.622 152.309 6.552Q152.225 6.482 152.112 6.482L152.112 6.202L153.308 6.202L153.308 6.482Q153.090 6.482 152.917 6.586Q152.744 6.691 152.652 6.882L151.316 9.787Q151.145 10.157 150.875 10.403Q150.605 10.649 150.249 10.649Q149.979 10.649 149.760 10.483Q149.542 10.317 149.542 10.054Q149.542 9.917 149.634 9.828Q149.726 9.740 149.866 9.740Q150.003 9.740 150.092 9.828Q150.181 9.917 150.181 10.054Q150.181 10.157 150.128 10.235Q150.075 10.314 149.983 10.355M154.170 10.977L154.101 10.977Q154.067 10.977 154.045 10.951Q154.023 10.926 154.023 10.891Q154.023 10.847 154.053 10.830Q154.409 10.526 154.658 10.136Q154.908 9.746 155.060 9.314Q155.212 8.882 155.282 8.413Q155.352 7.945 155.352 7.470Q155.352 6.991 155.282 6.525Q155.212 6.058 155.058 5.623Q154.904 5.187 154.653 4.799Q154.402 4.411 154.053 4.117Q154.023 4.100 154.023 4.055Q154.023 4.021 154.045 3.996Q154.067 3.970 154.101 3.970L154.170 3.970Q154.180 3.970 154.188 3.972Q154.197 3.973 154.207 3.977Q154.751 4.377 155.123 4.930Q155.496 5.484 155.677 6.130Q155.858 6.776 155.858 7.470Q155.858 8.171 155.677 8.818Q155.496 9.466 155.122 10.020Q154.747 10.574 154.207 10.970Q154.197 10.970 154.188 10.972Q154.180 10.973 154.170 10.977\" 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=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-62.07 33.405H44.84V-3.583H-62.07Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M113.249-9.173Q113.249-9.699 113.466-10.167Q113.683-10.635 114.066-10.981Q114.448-11.326 114.932-11.514Q115.416-11.702 115.946-11.702Q116.216-11.702 116.472-11.630Q116.728-11.558 116.957-11.418Q117.186-11.278 117.367-11.093L117.795-11.675Q117.822-11.702 117.849-11.702L117.897-11.702Q117.928-11.702 117.952-11.678Q117.976-11.654 117.976-11.623L117.976-9.760Q117.976-9.737 117.950-9.711Q117.925-9.685 117.897-9.685L117.771-9.685Q117.709-9.685 117.696-9.760Q117.665-10.075 117.530-10.379Q117.395-10.683 117.179-10.917Q116.964-11.152 116.675-11.287Q116.386-11.422 116.058-11.422Q115.412-11.422 114.953-11.126Q114.493-10.830 114.260-10.319Q114.028-9.808 114.028-9.173Q114.028-8.523 114.274-8.010Q114.520-7.498 114.994-7.209Q115.467-6.920 116.120-6.920Q116.380-6.920 116.646-6.987Q116.913-7.053 117.097-7.214Q117.282-7.375 117.282-7.634L117.282-8.222Q117.282-8.431 116.315-8.431L116.315-8.711L118.512-8.711L118.512-8.431Q118.283-8.431 118.130-8.395Q117.976-8.359 117.976-8.222L117.976-6.859Q117.976-6.824 117.947-6.802Q117.918-6.780 117.890-6.780Q117.829-6.780 117.658-6.941Q117.487-7.101 117.429-7.187Q117.227-6.886 116.821-6.763Q116.414-6.640 115.946-6.640Q115.426-6.640 114.934-6.830Q114.442-7.019 114.062-7.363Q113.683-7.706 113.466-8.175Q113.249-8.643 113.249-9.173M121.004-6.780L119.268-6.780L119.268-7.060Q119.497-7.060 119.645-7.094Q119.794-7.129 119.794-7.269L119.794-9.118Q119.794-9.388 119.687-9.449Q119.579-9.511 119.268-9.511L119.268-9.791L120.297-9.866L120.297-9.159Q120.427-9.467 120.669-9.666Q120.912-9.866 121.230-9.866Q121.448-9.866 121.619-9.742Q121.790-9.617 121.790-9.405Q121.790-9.268 121.691-9.169Q121.592-9.070 121.459-9.070Q121.322-9.070 121.223-9.169Q121.124-9.268 121.124-9.405Q121.124-9.545 121.223-9.644Q120.932-9.644 120.732-9.448Q120.532-9.251 120.440-8.957Q120.348-8.663 120.348-8.383L120.348-7.269Q120.348-7.060 121.004-7.060L121.004-6.780M122.433-7.508Q122.433-7.840 122.657-8.067Q122.881-8.294 123.224-8.422Q123.568-8.551 123.940-8.603Q124.313-8.656 124.617-8.656L124.617-8.909Q124.617-9.114 124.509-9.294Q124.402-9.473 124.220-9.576Q124.039-9.678 123.831-9.678Q123.424-9.678 123.188-9.586Q123.277-9.549 123.323-9.465Q123.369-9.381 123.369-9.279Q123.369-9.183 123.323-9.104Q123.277-9.026 123.197-8.981Q123.116-8.937 123.028-8.937Q122.877-8.937 122.776-9.034Q122.676-9.132 122.676-9.279Q122.676-9.901 123.831-9.901Q124.043-9.901 124.292-9.837Q124.542-9.774 124.743-9.655Q124.945-9.535 125.072-9.350Q125.198-9.166 125.198-8.923L125.198-7.347Q125.198-7.231 125.260-7.135Q125.321-7.040 125.434-7.040Q125.543-7.040 125.608-7.134Q125.673-7.228 125.673-7.347L125.673-7.795L125.940-7.795L125.940-7.347Q125.940-7.077 125.712-6.912Q125.485-6.746 125.205-6.746Q124.996-6.746 124.860-6.900Q124.723-7.053 124.699-7.269Q124.552-7.002 124.270-6.857Q123.988-6.712 123.663-6.712Q123.386-6.712 123.103-6.787Q122.819-6.862 122.626-7.041Q122.433-7.221 122.433-7.508M123.048-7.508Q123.048-7.334 123.149-7.204Q123.250-7.074 123.405-7.004Q123.561-6.934 123.725-6.934Q123.944-6.934 124.152-7.031Q124.361-7.129 124.489-7.310Q124.617-7.491 124.617-7.717L124.617-8.445Q124.292-8.445 123.927-8.354Q123.561-8.263 123.304-8.051Q123.048-7.840 123.048-7.508M126.357-8.291Q126.357-8.629 126.497-8.920Q126.637-9.210 126.881-9.424Q127.126-9.637 127.430-9.752Q127.734-9.866 128.059-9.866Q128.329-9.866 128.592-9.767Q128.855-9.668 129.047-9.490L129.047-10.888Q129.047-11.158 128.939-11.220Q128.831-11.281 128.520-11.281L128.520-11.562L129.597-11.637L129.597-7.453Q129.597-7.265 129.652-7.182Q129.706-7.098 129.807-7.079Q129.908-7.060 130.123-7.060L130.123-6.780L129.016-6.712L129.016-7.129Q128.599-6.712 127.973-6.712Q127.543-6.712 127.170-6.924Q126.798-7.135 126.577-7.496Q126.357-7.857 126.357-8.291M128.031-6.934Q128.240-6.934 128.426-7.006Q128.613-7.077 128.766-7.214Q128.920-7.351 129.016-7.529L129.016-9.138Q128.930-9.285 128.785-9.405Q128.640-9.525 128.471-9.584Q128.302-9.644 128.120-9.644Q127.560-9.644 127.291-9.255Q127.023-8.865 127.023-8.284Q127.023-7.713 127.257-7.323Q127.491-6.934 128.031-6.934M132.389-6.780L130.838-6.780L130.838-7.060Q131.063-7.060 131.212-7.094Q131.361-7.129 131.361-7.269L131.361-9.118Q131.361-9.306 131.313-9.390Q131.265-9.473 131.167-9.492Q131.070-9.511 130.858-9.511L130.858-9.791L131.914-9.866L131.914-7.269Q131.914-7.129 132.046-7.094Q132.177-7.060 132.389-7.060L132.389-6.780M131.118-11.087Q131.118-11.258 131.241-11.377Q131.364-11.497 131.535-11.497Q131.702-11.497 131.825-11.377Q131.948-11.258 131.948-11.087Q131.948-10.912 131.825-10.789Q131.702-10.666 131.535-10.666Q131.364-10.666 131.241-10.789Q131.118-10.912 131.118-11.087M132.994-8.315Q132.994-8.636 133.119-8.925Q133.244-9.214 133.469-9.437Q133.695-9.661 133.991-9.781Q134.286-9.901 134.604-9.901Q134.932-9.901 135.194-9.801Q135.455-9.702 135.631-9.520Q135.807-9.337 135.901-9.079Q135.995-8.821 135.995-8.489Q135.995-8.397 135.913-8.376L133.657-8.376L133.657-8.315Q133.657-7.727 133.941-7.344Q134.225-6.961 134.792-6.961Q135.114-6.961 135.382-7.154Q135.650-7.347 135.739-7.662Q135.746-7.703 135.821-7.717L135.913-7.717Q135.995-7.693 135.995-7.621Q135.995-7.614 135.989-7.587Q135.876-7.190 135.505-6.951Q135.134-6.712 134.710-6.712Q134.273-6.712 133.873-6.920Q133.473-7.129 133.234-7.496Q132.994-7.863 132.994-8.315M133.664-8.585L135.479-8.585Q135.479-8.862 135.382-9.114Q135.284-9.367 135.086-9.523Q134.888-9.678 134.604-9.678Q134.327-9.678 134.114-9.520Q133.900-9.361 133.782-9.106Q133.664-8.851 133.664-8.585M138.265-6.780L136.631-6.780L136.631-7.060Q136.860-7.060 137.009-7.094Q137.157-7.129 137.157-7.269L137.157-9.118Q137.157-9.388 137.050-9.449Q136.942-9.511 136.631-9.511L136.631-9.791L137.691-9.866L137.691-9.217Q137.862-9.525 138.166-9.696Q138.470-9.866 138.815-9.866Q139.321-9.866 139.605-9.643Q139.888-9.419 139.888-8.923L139.888-7.269Q139.888-7.132 140.037-7.096Q140.186-7.060 140.411-7.060L140.411-6.780L138.781-6.780L138.781-7.060Q139.010-7.060 139.159-7.094Q139.307-7.129 139.307-7.269L139.307-8.909Q139.307-9.244 139.188-9.444Q139.068-9.644 138.754-9.644Q138.484-9.644 138.250-9.508Q138.015-9.371 137.877-9.137Q137.739-8.903 137.739-8.629L137.739-7.269Q137.739-7.132 137.889-7.096Q138.039-7.060 138.265-7.060\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M141.337-7.621L141.337-9.518L140.698-9.518L140.698-9.740Q141.016-9.740 141.233-9.950Q141.450-10.160 141.550-10.470Q141.651-10.779 141.651-11.087L141.918-11.087L141.918-9.798L142.995-9.798L142.995-9.518L141.918-9.518L141.918-7.634Q141.918-7.358 142.022-7.159Q142.126-6.961 142.386-6.961Q142.543-6.961 142.649-7.065Q142.755-7.170 142.805-7.323Q142.854-7.477 142.854-7.634L142.854-8.048L143.121-8.048L143.121-7.621Q143.121-7.395 143.022-7.185Q142.923-6.975 142.738-6.843Q142.554-6.712 142.325-6.712Q141.887-6.712 141.612-6.949Q141.337-7.187 141.337-7.621M145.814-8.034L143.757-8.034L143.757-8.537L145.814-8.537L145.814-8.034M150.524-6.780L147.787-6.780L147.787-7.060Q148.135-7.060 148.472-7.096Q148.809-7.132 148.809-7.269L148.809-11.070Q148.809-11.213 148.720-11.247Q148.631-11.281 148.446-11.281L148.087-11.281Q147.787-11.281 147.571-11.234Q147.356-11.186 147.199-11.029Q147.062-10.895 147.002-10.617Q146.942-10.338 146.905-9.925L146.638-9.925L146.785-11.562L151.519-11.562L151.666-9.925L151.399-9.925Q151.362-10.338 151.305-10.615Q151.249-10.892 151.105-11.029Q150.945-11.189 150.733-11.235Q150.521-11.281 150.217-11.281L149.865-11.281Q149.680-11.281 149.591-11.247Q149.502-11.213 149.502-11.070L149.502-7.269Q149.502-7.132 149.839-7.096Q150.176-7.060 150.524-7.060L150.524-6.780M155.173-6.780L152.401-6.780L152.401-7.060Q153.122-7.060 153.122-7.269L153.122-11.070Q153.122-11.281 152.401-11.281L152.401-11.562L155.173-11.562Q155.658-11.562 156.094-11.367Q156.530-11.172 156.853-10.830Q157.176-10.488 157.353-10.048Q157.531-9.607 157.531-9.125Q157.531-8.639 157.347-8.216Q157.162-7.792 156.839-7.470Q156.516-7.149 156.084-6.965Q155.651-6.780 155.173-6.780M153.785-11.070L153.785-7.269Q153.785-7.129 153.874-7.094Q153.963-7.060 154.151-7.060L154.975-7.060Q155.600-7.060 156.003-7.322Q156.407-7.583 156.595-8.050Q156.783-8.516 156.783-9.125Q156.783-9.603 156.690-9.996Q156.598-10.389 156.349-10.687Q156.109-10.974 155.745-11.128Q155.381-11.281 154.975-11.281L154.151-11.281Q153.963-11.281 153.874-11.247Q153.785-11.213 153.785-11.070\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M86.401-1.173Q86.401-1.699 86.618-2.167Q86.835-2.635 87.218-2.981Q87.600-3.326 88.084-3.514Q88.568-3.702 89.098-3.702Q89.368-3.702 89.624-3.630Q89.880-3.558 90.109-3.418Q90.338-3.278 90.519-3.093L90.947-3.675Q90.974-3.702 91.001-3.702L91.049-3.702Q91.080-3.702 91.104-3.678Q91.128-3.654 91.128-3.623L91.128-1.760Q91.128-1.737 91.102-1.711Q91.077-1.685 91.049-1.685L90.923-1.685Q90.861-1.685 90.848-1.760Q90.817-2.075 90.682-2.379Q90.547-2.683 90.331-2.917Q90.116-3.152 89.827-3.287Q89.538-3.422 89.210-3.422Q88.564-3.422 88.105-3.126Q87.645-2.830 87.412-2.319Q87.180-1.808 87.180-1.173Q87.180-0.523 87.426-0.010Q87.672 0.502 88.146 0.791Q88.619 1.080 89.272 1.080Q89.532 1.080 89.798 1.013Q90.065 0.947 90.249 0.786Q90.434 0.625 90.434 0.366L90.434-0.222Q90.434-0.431 89.467-0.431L89.467-0.711L91.664-0.711L91.664-0.431Q91.435-0.431 91.282-0.395Q91.128-0.359 91.128-0.222L91.128 1.141Q91.128 1.176 91.099 1.198Q91.070 1.220 91.042 1.220Q90.981 1.220 90.810 1.059Q90.639 0.899 90.581 0.813Q90.379 1.114 89.973 1.237Q89.566 1.360 89.098 1.360Q88.578 1.360 88.086 1.170Q87.594 0.981 87.214 0.637Q86.835 0.294 86.618-0.175Q86.401-0.643 86.401-1.173M96.313 1.220L93.575 1.220L93.575 0.940Q93.924 0.940 94.260 0.904Q94.597 0.868 94.597 0.731L94.597-3.070Q94.597-3.213 94.508-3.247Q94.419-3.281 94.235-3.281L93.876-3.281Q93.575-3.281 93.360-3.234Q93.144-3.186 92.987-3.029Q92.850-2.895 92.791-2.617Q92.731-2.338 92.693-1.925L92.427-1.925L92.574-3.562L97.308-3.562L97.454-1.925L97.188-1.925Q97.150-2.338 97.094-2.615Q97.037-2.892 96.894-3.029Q96.733-3.189 96.521-3.235Q96.309-3.281 96.005-3.281L95.653-3.281Q95.469-3.281 95.380-3.247Q95.291-3.213 95.291-3.070L95.291 0.731Q95.291 0.868 95.628 0.904Q95.964 0.940 96.313 0.940L96.313 1.220M100.961 1.220L98.189 1.220L98.189 0.940Q98.911 0.940 98.911 0.731L98.911-3.070Q98.911-3.281 98.189-3.281L98.189-3.562L100.961-3.562Q101.447-3.562 101.882-3.367Q102.318-3.172 102.641-2.830Q102.964-2.488 103.142-2.048Q103.320-1.607 103.320-1.125Q103.320-0.639 103.135-0.216Q102.951 0.208 102.628 0.530Q102.305 0.851 101.872 1.035Q101.440 1.220 100.961 1.220M99.574-3.070L99.574 0.731Q99.574 0.871 99.662 0.906Q99.751 0.940 99.939 0.940L100.763 0.940Q101.389 0.940 101.792 0.678Q102.195 0.417 102.383-0.050Q102.571-0.516 102.571-1.125Q102.571-1.603 102.479-1.996Q102.387-2.389 102.137-2.687Q101.898-2.974 101.534-3.128Q101.170-3.281 100.763-3.281L99.939-3.281Q99.751-3.281 99.662-3.247Q99.574-3.213 99.574-3.070M106.259 2.970Q105.709 2.570 105.338 2.015Q104.967 1.459 104.786 0.813Q104.605 0.167 104.605-0.530Q104.605-1.043 104.706-1.538Q104.807-2.034 105.012-2.485Q105.217-2.936 105.529-3.328Q105.842-3.719 106.259-4.023Q106.269-4.027 106.276-4.028Q106.283-4.030 106.293-4.030L106.362-4.030Q106.396-4.030 106.418-4.006Q106.440-3.982 106.440-3.945Q106.440-3.900 106.413-3.883Q106.064-3.582 105.811-3.198Q105.558-2.813 105.406-2.372Q105.254-1.931 105.183-1.475Q105.111-1.019 105.111-0.530Q105.111 0.471 105.420 1.358Q105.729 2.245 106.413 2.830Q106.440 2.847 106.440 2.891Q106.440 2.929 106.418 2.953Q106.396 2.977 106.362 2.977L106.293 2.977Q106.287 2.973 106.278 2.972Q106.269 2.970 106.259 2.970M108.918 1.220L107.315 1.220L107.315 0.940Q107.541 0.940 107.690 0.906Q107.838 0.871 107.838 0.731L107.838-2.888Q107.838-3.158 107.731-3.220Q107.623-3.281 107.315-3.281L107.315-3.562L108.392-3.637L108.392 0.731Q108.392 0.868 108.542 0.904Q108.693 0.940 108.918 0.940L108.918 1.220M109.571 0.492Q109.571 0.160 109.795-0.067Q110.019-0.294 110.362-0.422Q110.706-0.551 111.079-0.603Q111.451-0.656 111.755-0.656L111.755-0.909Q111.755-1.114 111.648-1.294Q111.540-1.473 111.359-1.576Q111.178-1.678 110.969-1.678Q110.562-1.678 110.327-1.586Q110.415-1.549 110.462-1.465Q110.508-1.381 110.508-1.279Q110.508-1.183 110.462-1.104Q110.415-1.026 110.335-0.981Q110.255-0.937 110.166-0.937Q110.016-0.937 109.915-1.034Q109.814-1.132 109.814-1.279Q109.814-1.901 110.969-1.901Q111.181-1.901 111.431-1.837Q111.680-1.774 111.882-1.655Q112.083-1.535 112.210-1.350Q112.336-1.166 112.336-0.923L112.336 0.653Q112.336 0.769 112.398 0.865Q112.459 0.960 112.572 0.960Q112.682 0.960 112.746 0.866Q112.811 0.772 112.811 0.653L112.811 0.205L113.078 0.205L113.078 0.653Q113.078 0.923 112.851 1.088Q112.623 1.254 112.343 1.254Q112.135 1.254 111.998 1.100Q111.861 0.947 111.837 0.731Q111.690 0.998 111.408 1.143Q111.126 1.288 110.802 1.288Q110.525 1.288 110.241 1.213Q109.957 1.138 109.764 0.959Q109.571 0.779 109.571 0.492M110.186 0.492Q110.186 0.666 110.287 0.796Q110.388 0.926 110.544 0.996Q110.699 1.066 110.863 1.066Q111.082 1.066 111.290 0.969Q111.499 0.871 111.627 0.690Q111.755 0.509 111.755 0.283L111.755-0.445Q111.431-0.445 111.065-0.354Q110.699-0.263 110.443-0.051Q110.186 0.160 110.186 0.492M115.177 1.220L113.543 1.220L113.543 0.940Q113.772 0.940 113.921 0.906Q114.069 0.871 114.069 0.731L114.069-1.118Q114.069-1.388 113.962-1.449Q113.854-1.511 113.543-1.511L113.543-1.791L114.602-1.866L114.602-1.217Q114.773-1.525 115.078-1.696Q115.382-1.866 115.727-1.866Q116.127-1.866 116.404-1.726Q116.681-1.586 116.766-1.238Q116.933-1.531 117.233-1.699Q117.532-1.866 117.877-1.866Q118.383-1.866 118.666-1.643Q118.950-1.419 118.950-0.923L118.950 0.731Q118.950 0.868 119.099 0.904Q119.247 0.940 119.473 0.940L119.473 1.220L117.843 1.220L117.843 0.940Q118.068 0.940 118.219 0.904Q118.369 0.868 118.369 0.731L118.369-0.909Q118.369-1.244 118.249-1.444Q118.130-1.644 117.815-1.644Q117.545-1.644 117.311-1.508Q117.077-1.371 116.939-1.137Q116.800-0.903 116.800-0.629L116.800 0.731Q116.800 0.868 116.949 0.904Q117.098 0.940 117.323 0.940L117.323 1.220L115.693 1.220L115.693 0.940Q115.922 0.940 116.070 0.906Q116.219 0.871 116.219 0.731L116.219-0.909Q116.219-1.244 116.100-1.444Q115.980-1.644 115.665-1.644Q115.395-1.644 115.161-1.508Q114.927-1.371 114.789-1.137Q114.650-0.903 114.650-0.629L114.650 0.731Q114.650 0.868 114.801 0.904Q114.951 0.940 115.177 0.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M120.679 1.220L120.412 1.220L120.412-2.888Q120.412-3.158 120.305-3.220Q120.197-3.281 119.886-3.281L119.886-3.562L120.966-3.637L120.966-1.467Q121.175-1.658 121.460-1.762Q121.746-1.866 122.043-1.866Q122.361-1.866 122.658-1.745Q122.955-1.624 123.178-1.408Q123.400-1.193 123.526-0.908Q123.653-0.622 123.653-0.291Q123.653 0.154 123.413 0.518Q123.174 0.882 122.781 1.085Q122.388 1.288 121.944 1.288Q121.749 1.288 121.559 1.232Q121.370 1.176 121.209 1.071Q121.048 0.967 120.908 0.806L120.679 1.220M120.994-1.125L120.994 0.492Q121.130 0.752 121.371 0.909Q121.612 1.066 121.889 1.066Q122.183 1.066 122.395 0.959Q122.607 0.851 122.740 0.659Q122.873 0.468 122.932 0.229Q122.990-0.010 122.990-0.291Q122.990-0.650 122.896-0.954Q122.802-1.258 122.574-1.451Q122.347-1.644 121.981-1.644Q121.681-1.644 121.414-1.508Q121.147-1.371 120.994-1.125\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M124.504-0.291Q124.504-0.629 124.645-0.920Q124.785-1.210 125.029-1.424Q125.273-1.637 125.578-1.752Q125.882-1.866 126.207-1.866Q126.477-1.866 126.740-1.767Q127.003-1.668 127.194-1.490L127.194-2.888Q127.194-3.158 127.087-3.220Q126.979-3.281 126.668-3.281L126.668-3.562L127.745-3.637L127.745 0.547Q127.745 0.735 127.799 0.818Q127.854 0.902 127.955 0.921Q128.056 0.940 128.271 0.940L128.271 1.220L127.164 1.288L127.164 0.871Q126.747 1.288 126.121 1.288Q125.690 1.288 125.318 1.076Q124.945 0.865 124.725 0.504Q124.504 0.143 124.504-0.291M126.179 1.066Q126.388 1.066 126.574 0.994Q126.760 0.923 126.914 0.786Q127.068 0.649 127.164 0.471L127.164-1.138Q127.078-1.285 126.933-1.405Q126.788-1.525 126.618-1.584Q126.449-1.644 126.268-1.644Q125.708-1.644 125.439-1.255Q125.171-0.865 125.171-0.284Q125.171 0.287 125.405 0.677Q125.639 1.066 126.179 1.066M128.979 0.492Q128.979 0.160 129.202-0.067Q129.426-0.294 129.770-0.422Q130.113-0.551 130.486-0.603Q130.858-0.656 131.163-0.656L131.163-0.909Q131.163-1.114 131.055-1.294Q130.947-1.473 130.766-1.576Q130.585-1.678 130.377-1.678Q129.970-1.678 129.734-1.586Q129.823-1.549 129.869-1.465Q129.915-1.381 129.915-1.279Q129.915-1.183 129.869-1.104Q129.823-1.026 129.742-0.981Q129.662-0.937 129.573-0.937Q129.423-0.937 129.322-1.034Q129.221-1.132 129.221-1.279Q129.221-1.901 130.377-1.901Q130.588-1.901 130.838-1.837Q131.087-1.774 131.289-1.655Q131.491-1.535 131.617-1.350Q131.744-1.166 131.744-0.923L131.744 0.653Q131.744 0.769 131.805 0.865Q131.867 0.960 131.980 0.960Q132.089 0.960 132.154 0.866Q132.219 0.772 132.219 0.653L132.219 0.205L132.485 0.205L132.485 0.653Q132.485 0.923 132.258 1.088Q132.031 1.254 131.751 1.254Q131.542 1.254 131.405 1.100Q131.269 0.947 131.245 0.731Q131.098 0.998 130.816 1.143Q130.534 1.288 130.209 1.288Q129.932 1.288 129.648 1.213Q129.365 1.138 129.172 0.959Q128.979 0.779 128.979 0.492M129.594 0.492Q129.594 0.666 129.695 0.796Q129.795 0.926 129.951 0.996Q130.107 1.066 130.271 1.066Q130.489 1.066 130.698 0.969Q130.906 0.871 131.034 0.690Q131.163 0.509 131.163 0.283L131.163-0.445Q130.838-0.445 130.472-0.354Q130.107-0.263 129.850-0.051Q129.594 0.160 129.594 0.492M133.224 2.977L133.155 2.977Q133.121 2.977 133.099 2.951Q133.077 2.926 133.077 2.891Q133.077 2.847 133.107 2.830Q133.463 2.526 133.712 2.136Q133.962 1.746 134.114 1.314Q134.266 0.882 134.336 0.413Q134.406-0.055 134.406-0.530Q134.406-1.009 134.336-1.475Q134.266-1.942 134.112-2.377Q133.959-2.813 133.707-3.201Q133.456-3.589 133.107-3.883Q133.077-3.900 133.077-3.945Q133.077-3.979 133.099-4.004Q133.121-4.030 133.155-4.030L133.224-4.030Q133.234-4.030 133.242-4.028Q133.251-4.027 133.261-4.023Q133.805-3.623 134.177-3.070Q134.550-2.516 134.731-1.870Q134.912-1.224 134.912-0.530Q134.912 0.171 134.731 0.818Q134.550 1.466 134.176 2.020Q133.801 2.574 133.261 2.970Q133.251 2.970 133.242 2.972Q133.234 2.973 133.224 2.977M136.522 2.450Q136.522 2.416 136.549 2.389Q136.819 2.160 136.968 1.837Q137.117 1.514 137.117 1.158L137.117 1.121Q137.007 1.220 136.843 1.220Q136.662 1.220 136.543 1.100Q136.423 0.981 136.423 0.800Q136.423 0.625 136.543 0.506Q136.662 0.386 136.843 0.386Q137.100 0.386 137.219 0.625Q137.339 0.865 137.339 1.158Q137.339 1.558 137.170 1.929Q137.001 2.300 136.703 2.556Q136.672 2.577 136.645 2.577Q136.604 2.577 136.563 2.536Q136.522 2.495 136.522 2.450\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M141.165-1.173Q141.165-1.699 141.382-2.167Q141.599-2.635 141.982-2.981Q142.364-3.326 142.848-3.514Q143.332-3.702 143.862-3.702Q144.132-3.702 144.388-3.630Q144.644-3.558 144.873-3.418Q145.102-3.278 145.283-3.093L145.711-3.675Q145.738-3.702 145.765-3.702L145.813-3.702Q145.844-3.702 145.868-3.678Q145.892-3.654 145.892-3.623L145.892-1.760Q145.892-1.737 145.866-1.711Q145.841-1.685 145.813-1.685L145.687-1.685Q145.625-1.685 145.612-1.760Q145.581-2.075 145.446-2.379Q145.311-2.683 145.095-2.917Q144.880-3.152 144.591-3.287Q144.302-3.422 143.974-3.422Q143.328-3.422 142.869-3.126Q142.409-2.830 142.176-2.319Q141.944-1.808 141.944-1.173Q141.944-0.523 142.190-0.010Q142.436 0.502 142.910 0.791Q143.383 1.080 144.036 1.080Q144.296 1.080 144.562 1.013Q144.829 0.947 145.013 0.786Q145.198 0.625 145.198 0.366L145.198-0.222Q145.198-0.431 144.231-0.431L144.231-0.711L146.428-0.711L146.428-0.431Q146.199-0.431 146.046-0.395Q145.892-0.359 145.892-0.222L145.892 1.141Q145.892 1.176 145.863 1.198Q145.834 1.220 145.806 1.220Q145.745 1.220 145.574 1.059Q145.403 0.899 145.345 0.813Q145.143 1.114 144.737 1.237Q144.330 1.360 143.862 1.360Q143.342 1.360 142.850 1.170Q142.358 0.981 141.978 0.637Q141.599 0.294 141.382-0.175Q141.165-0.643 141.165-1.173M149.922 1.360Q149.409 1.360 148.941 1.167Q148.472 0.974 148.113 0.632Q147.755 0.290 147.550-0.171Q147.344-0.633 147.344-1.145Q147.344-1.832 147.693-2.422Q148.042-3.011 148.636-3.357Q149.231-3.702 149.922-3.702Q150.612-3.702 151.207-3.357Q151.801-3.011 152.150-2.422Q152.499-1.832 152.499-1.145Q152.499-0.780 152.388-0.427Q152.277-0.075 152.068 0.234Q151.860 0.543 151.576 0.776Q151.292 1.008 150.937 1.158Q151.022 1.333 151.120 1.476Q151.217 1.620 151.347 1.710Q151.477 1.801 151.651 1.801Q151.921 1.801 152.133 1.634Q152.345 1.466 152.345 1.206Q152.369 1.121 152.441 1.121Q152.488 1.121 152.514 1.152Q152.540 1.182 152.540 1.234Q152.540 1.541 152.442 1.851Q152.345 2.160 152.135 2.368Q151.925 2.577 151.603 2.577Q151.203 2.577 151.015 2.303Q150.827 2.030 150.704 1.548L150.636 1.261Q150.280 1.360 149.922 1.360M149.494 0.745Q149.494 0.912 149.621 1.010Q149.747 1.107 149.922 1.107Q150.260 1.107 150.557 0.981Q150.465 0.697 150.325 0.535Q150.185 0.372 149.922 0.372Q149.754 0.372 149.624 0.478Q149.494 0.584 149.494 0.745M149.272 0.745Q149.272 0.492 149.469 0.321Q149.665 0.150 149.922 0.150Q150.229 0.150 150.429 0.342Q150.629 0.533 150.797 0.865Q151.135 0.659 151.345 0.347Q151.555 0.034 151.653-0.347Q151.750-0.728 151.750-1.145Q151.750-1.583 151.641-1.991Q151.531-2.400 151.302-2.731Q151.073-3.063 150.727-3.256Q150.380-3.449 149.922-3.449Q149.467-3.449 149.118-3.254Q148.770-3.059 148.544-2.731Q148.319-2.403 148.206-1.993Q148.093-1.583 148.093-1.145Q148.093-0.680 148.219-0.250Q148.346 0.181 148.626 0.512Q148.906 0.844 149.334 1.005Q149.272 0.888 149.272 0.745M155.438 2.970Q154.888 2.570 154.517 2.015Q154.146 1.459 153.965 0.813Q153.784 0.167 153.784-0.530Q153.784-1.043 153.885-1.538Q153.986-2.034 154.191-2.485Q154.396-2.936 154.708-3.328Q155.021-3.719 155.438-4.023Q155.448-4.027 155.455-4.028Q155.462-4.030 155.472-4.030L155.541-4.030Q155.575-4.030 155.597-4.006Q155.619-3.982 155.619-3.945Q155.619-3.900 155.592-3.883Q155.243-3.582 154.990-3.198Q154.738-2.813 154.585-2.372Q154.433-1.931 154.362-1.475Q154.290-1.019 154.290-0.530Q154.290 0.471 154.599 1.358Q154.908 2.245 155.592 2.830Q155.619 2.847 155.619 2.891Q155.619 2.929 155.597 2.953Q155.575 2.977 155.541 2.977L155.472 2.977Q155.466 2.973 155.457 2.972Q155.448 2.970 155.438 2.970M158.097 1.220L156.494 1.220L156.494 0.940Q156.720 0.940 156.869 0.906Q157.017 0.871 157.017 0.731L157.017-2.888Q157.017-3.158 156.910-3.220Q156.802-3.281 156.494-3.281L156.494-3.562L157.571-3.637L157.571 0.731Q157.571 0.868 157.721 0.904Q157.872 0.940 158.097 0.940L158.097 1.220M158.750 0.492Q158.750 0.160 158.974-0.067Q159.198-0.294 159.541-0.422Q159.885-0.551 160.258-0.603Q160.630-0.656 160.934-0.656L160.934-0.909Q160.934-1.114 160.827-1.294Q160.719-1.473 160.538-1.576Q160.357-1.678 160.148-1.678Q159.741-1.678 159.506-1.586Q159.594-1.549 159.641-1.465Q159.687-1.381 159.687-1.279Q159.687-1.183 159.641-1.104Q159.594-1.026 159.514-0.981Q159.434-0.937 159.345-0.937Q159.195-0.937 159.094-1.034Q158.993-1.132 158.993-1.279Q158.993-1.901 160.148-1.901Q160.360-1.901 160.610-1.837Q160.859-1.774 161.061-1.655Q161.262-1.535 161.389-1.350Q161.515-1.166 161.515-0.923L161.515 0.653Q161.515 0.769 161.577 0.865Q161.638 0.960 161.751 0.960Q161.861 0.960 161.926 0.866Q161.990 0.772 161.990 0.653L161.990 0.205L162.257 0.205L162.257 0.653Q162.257 0.923 162.030 1.088Q161.802 1.254 161.522 1.254Q161.314 1.254 161.177 1.100Q161.040 0.947 161.016 0.731Q160.869 0.998 160.587 1.143Q160.305 1.288 159.981 1.288Q159.704 1.288 159.420 1.213Q159.136 1.138 158.943 0.959Q158.750 0.779 158.750 0.492M159.365 0.492Q159.365 0.666 159.466 0.796Q159.567 0.926 159.723 0.996Q159.878 1.066 160.042 1.066Q160.261 1.066 160.469 0.969Q160.678 0.871 160.806 0.690Q160.934 0.509 160.934 0.283L160.934-0.445Q160.610-0.445 160.244-0.354Q159.878-0.263 159.622-0.051Q159.365 0.160 159.365 0.492M164.356 1.220L162.722 1.220L162.722 0.940Q162.951 0.940 163.100 0.906Q163.248 0.871 163.248 0.731L163.248-1.118Q163.248-1.388 163.141-1.449Q163.033-1.511 162.722-1.511L162.722-1.791L163.781-1.866L163.781-1.217Q163.952-1.525 164.257-1.696Q164.561-1.866 164.906-1.866Q165.306-1.866 165.583-1.726Q165.860-1.586 165.945-1.238Q166.113-1.531 166.412-1.699Q166.711-1.866 167.056-1.866Q167.562-1.866 167.845-1.643Q168.129-1.419 168.129-0.923L168.129 0.731Q168.129 0.868 168.278 0.904Q168.426 0.940 168.652 0.940L168.652 1.220L167.022 1.220L167.022 0.940Q167.247 0.940 167.398 0.904Q167.548 0.868 167.548 0.731L167.548-0.909Q167.548-1.244 167.428-1.444Q167.309-1.644 166.994-1.644Q166.724-1.644 166.490-1.508Q166.256-1.371 166.118-1.137Q165.979-0.903 165.979-0.629L165.979 0.731Q165.979 0.868 166.128 0.904Q166.277 0.940 166.502 0.940L166.502 1.220L164.872 1.220L164.872 0.940Q165.101 0.940 165.249 0.906Q165.398 0.871 165.398 0.731L165.398-0.909Q165.398-1.244 165.279-1.444Q165.159-1.644 164.844-1.644Q164.574-1.644 164.340-1.508Q164.106-1.371 163.968-1.137Q163.829-0.903 163.829-0.629L163.829 0.731Q163.829 0.868 163.980 0.904Q164.130 0.940 164.356 0.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M169.853 1.220L169.586 1.220L169.586-2.888Q169.586-3.158 169.479-3.220Q169.371-3.281 169.060-3.281L169.060-3.562L170.140-3.637L170.140-1.467Q170.349-1.658 170.634-1.762Q170.919-1.866 171.217-1.866Q171.535-1.866 171.832-1.745Q172.129-1.624 172.352-1.408Q172.574-1.193 172.700-0.908Q172.827-0.622 172.827-0.291Q172.827 0.154 172.587 0.518Q172.348 0.882 171.955 1.085Q171.562 1.288 171.118 1.288Q170.923 1.288 170.733 1.232Q170.544 1.176 170.383 1.071Q170.222 0.967 170.082 0.806L169.853 1.220M170.168-1.125L170.168 0.492Q170.304 0.752 170.545 0.909Q170.786 1.066 171.063 1.066Q171.357 1.066 171.569 0.959Q171.781 0.851 171.914 0.659Q172.047 0.468 172.106 0.229Q172.164-0.010 172.164-0.291Q172.164-0.650 172.070-0.954Q171.976-1.258 171.748-1.451Q171.521-1.644 171.155-1.644Q170.855-1.644 170.588-1.508Q170.321-1.371 170.168-1.125\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M173.678-0.291Q173.678-0.629 173.819-0.920Q173.959-1.210 174.203-1.424Q174.447-1.637 174.752-1.752Q175.056-1.866 175.381-1.866Q175.651-1.866 175.914-1.767Q176.177-1.668 176.368-1.490L176.368-2.888Q176.368-3.158 176.261-3.220Q176.153-3.281 175.842-3.281L175.842-3.562L176.919-3.637L176.919 0.547Q176.919 0.735 176.973 0.818Q177.028 0.902 177.129 0.921Q177.230 0.940 177.445 0.940L177.445 1.220L176.338 1.288L176.338 0.871Q175.921 1.288 175.295 1.288Q174.864 1.288 174.492 1.076Q174.119 0.865 173.899 0.504Q173.678 0.143 173.678-0.291M175.353 1.066Q175.562 1.066 175.748 0.994Q175.934 0.923 176.088 0.786Q176.242 0.649 176.338 0.471L176.338-1.138Q176.252-1.285 176.107-1.405Q175.962-1.525 175.792-1.584Q175.623-1.644 175.442-1.644Q174.882-1.644 174.613-1.255Q174.345-0.865 174.345-0.284Q174.345 0.287 174.579 0.677Q174.813 1.066 175.353 1.066M178.153 0.492Q178.153 0.160 178.376-0.067Q178.600-0.294 178.944-0.422Q179.287-0.551 179.660-0.603Q180.032-0.656 180.337-0.656L180.337-0.909Q180.337-1.114 180.229-1.294Q180.121-1.473 179.940-1.576Q179.759-1.678 179.551-1.678Q179.144-1.678 178.908-1.586Q178.997-1.549 179.043-1.465Q179.089-1.381 179.089-1.279Q179.089-1.183 179.043-1.104Q178.997-1.026 178.916-0.981Q178.836-0.937 178.747-0.937Q178.597-0.937 178.496-1.034Q178.395-1.132 178.395-1.279Q178.395-1.901 179.551-1.901Q179.762-1.901 180.012-1.837Q180.261-1.774 180.463-1.655Q180.665-1.535 180.791-1.350Q180.918-1.166 180.918-0.923L180.918 0.653Q180.918 0.769 180.979 0.865Q181.041 0.960 181.154 0.960Q181.263 0.960 181.328 0.866Q181.393 0.772 181.393 0.653L181.393 0.205L181.659 0.205L181.659 0.653Q181.659 0.923 181.432 1.088Q181.205 1.254 180.925 1.254Q180.716 1.254 180.579 1.100Q180.443 0.947 180.419 0.731Q180.272 0.998 179.990 1.143Q179.708 1.288 179.383 1.288Q179.106 1.288 178.822 1.213Q178.539 1.138 178.346 0.959Q178.153 0.779 178.153 0.492M178.768 0.492Q178.768 0.666 178.869 0.796Q178.969 0.926 179.125 0.996Q179.281 1.066 179.445 1.066Q179.663 1.066 179.872 0.969Q180.080 0.871 180.208 0.690Q180.337 0.509 180.337 0.283L180.337-0.445Q180.012-0.445 179.646-0.354Q179.281-0.263 179.024-0.051Q178.768 0.160 178.768 0.492M182.398 2.977L182.329 2.977Q182.295 2.977 182.273 2.951Q182.251 2.926 182.251 2.891Q182.251 2.847 182.281 2.830Q182.637 2.526 182.886 2.136Q183.136 1.746 183.288 1.314Q183.440 0.882 183.510 0.413Q183.580-0.055 183.580-0.530Q183.580-1.009 183.510-1.475Q183.440-1.942 183.286-2.377Q183.133-2.813 182.881-3.201Q182.630-3.589 182.281-3.883Q182.251-3.900 182.251-3.945Q182.251-3.979 182.273-4.004Q182.295-4.030 182.329-4.030L182.398-4.030Q182.408-4.030 182.416-4.028Q182.425-4.027 182.435-4.023Q182.979-3.623 183.351-3.070Q183.724-2.516 183.905-1.870Q184.086-1.224 184.086-0.530Q184.086 0.171 183.905 0.818Q183.724 1.466 183.350 2.020Q182.975 2.574 182.435 2.970Q182.425 2.970 182.416 2.972Q182.408 2.973 182.398 2.977\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M85.594 9.213L85.594 8.150Q85.594 8.126 85.622 8.099Q85.649 8.072 85.673 8.072L85.782 8.072Q85.847 8.072 85.861 8.130Q85.957 8.564 86.203 8.815Q86.449 9.066 86.863 9.066Q87.204 9.066 87.457 8.933Q87.710 8.800 87.710 8.492Q87.710 8.335 87.616 8.220Q87.522 8.106 87.384 8.037Q87.245 7.969 87.078 7.931L86.497 7.832Q86.141 7.764 85.868 7.543Q85.594 7.323 85.594 6.981Q85.594 6.732 85.706 6.557Q85.817 6.383 86.003 6.284Q86.189 6.185 86.405 6.142Q86.620 6.099 86.863 6.099Q87.276 6.099 87.556 6.281L87.772 6.106Q87.782 6.103 87.789 6.101Q87.796 6.099 87.806 6.099L87.857 6.099Q87.884 6.099 87.908 6.123Q87.932 6.147 87.932 6.175L87.932 7.022Q87.932 7.043 87.908 7.070Q87.884 7.097 87.857 7.097L87.744 7.097Q87.717 7.097 87.691 7.072Q87.666 7.046 87.666 7.022Q87.666 6.786 87.560 6.622Q87.454 6.458 87.271 6.376Q87.088 6.294 86.856 6.294Q86.528 6.294 86.271 6.397Q86.015 6.499 86.015 6.776Q86.015 6.971 86.198 7.080Q86.381 7.190 86.610 7.231L87.184 7.337Q87.430 7.385 87.644 7.513Q87.857 7.641 87.994 7.844Q88.131 8.048 88.131 8.297Q88.131 8.810 87.765 9.049Q87.399 9.288 86.863 9.288Q86.367 9.288 86.035 8.994L85.769 9.268Q85.748 9.288 85.721 9.288L85.673 9.288Q85.649 9.288 85.622 9.261Q85.594 9.234 85.594 9.213M88.718 7.685Q88.718 7.364 88.843 7.075Q88.968 6.786 89.194 6.563Q89.419 6.339 89.715 6.219Q90.010 6.099 90.328 6.099Q90.656 6.099 90.918 6.199Q91.179 6.298 91.355 6.480Q91.531 6.663 91.625 6.921Q91.719 7.179 91.719 7.511Q91.719 7.603 91.637 7.624L89.382 7.624L89.382 7.685Q89.382 8.273 89.665 8.656Q89.949 9.039 90.516 9.039Q90.838 9.039 91.106 8.846Q91.374 8.653 91.463 8.338Q91.470 8.297 91.545 8.283L91.637 8.283Q91.719 8.307 91.719 8.379Q91.719 8.386 91.713 8.413Q91.600 8.810 91.229 9.049Q90.858 9.288 90.434 9.288Q89.997 9.288 89.597 9.080Q89.197 8.871 88.958 8.504Q88.718 8.137 88.718 7.685M89.388 7.415L91.203 7.415Q91.203 7.138 91.106 6.886Q91.009 6.633 90.810 6.477Q90.612 6.322 90.328 6.322Q90.051 6.322 89.838 6.480Q89.624 6.639 89.506 6.894Q89.388 7.149 89.388 7.415M92.307 7.709Q92.307 7.381 92.442 7.080Q92.577 6.780 92.813 6.559Q93.049 6.339 93.353 6.219Q93.657 6.099 93.982 6.099Q94.488 6.099 94.837 6.202Q95.185 6.304 95.185 6.680Q95.185 6.827 95.088 6.928Q94.990 7.029 94.843 7.029Q94.690 7.029 94.591 6.930Q94.491 6.831 94.491 6.680Q94.491 6.492 94.632 6.400Q94.430 6.349 93.989 6.349Q93.634 6.349 93.405 6.545Q93.176 6.742 93.075 7.051Q92.974 7.361 92.974 7.709Q92.974 8.058 93.100 8.364Q93.227 8.670 93.481 8.854Q93.736 9.039 94.092 9.039Q94.314 9.039 94.498 8.955Q94.683 8.871 94.818 8.716Q94.953 8.560 95.011 8.352Q95.025 8.297 95.079 8.297L95.192 8.297Q95.223 8.297 95.245 8.321Q95.267 8.345 95.267 8.379L95.267 8.400Q95.182 8.687 94.994 8.885Q94.806 9.083 94.541 9.186Q94.276 9.288 93.982 9.288Q93.551 9.288 93.164 9.082Q92.776 8.875 92.541 8.512Q92.307 8.150 92.307 7.709M95.814 7.737Q95.814 7.395 95.949 7.096Q96.084 6.797 96.323 6.573Q96.563 6.349 96.881 6.224Q97.198 6.099 97.530 6.099Q97.974 6.099 98.374 6.315Q98.774 6.530 99.008 6.908Q99.242 7.285 99.242 7.737Q99.242 8.078 99.101 8.362Q98.959 8.646 98.714 8.853Q98.470 9.059 98.161 9.174Q97.851 9.288 97.530 9.288Q97.099 9.288 96.698 9.087Q96.296 8.885 96.055 8.533Q95.814 8.181 95.814 7.737M97.530 9.039Q98.132 9.039 98.355 8.661Q98.579 8.283 98.579 7.651Q98.579 7.039 98.345 6.680Q98.111 6.322 97.530 6.322Q96.477 6.322 96.477 7.651Q96.477 8.283 96.703 8.661Q96.928 9.039 97.530 9.039M101.519 9.220L99.885 9.220L99.885 8.940Q100.114 8.940 100.263 8.906Q100.411 8.871 100.411 8.731L100.411 6.882Q100.411 6.612 100.304 6.551Q100.196 6.489 99.885 6.489L99.885 6.209L100.945 6.134L100.945 6.783Q101.115 6.475 101.420 6.304Q101.724 6.134 102.069 6.134Q102.575 6.134 102.859 6.357Q103.142 6.581 103.142 7.077L103.142 8.731Q103.142 8.868 103.291 8.904Q103.440 8.940 103.665 8.940L103.665 9.220L102.035 9.220L102.035 8.940Q102.264 8.940 102.413 8.906Q102.561 8.871 102.561 8.731L102.561 7.091Q102.561 6.756 102.442 6.556Q102.322 6.356 102.008 6.356Q101.738 6.356 101.503 6.492Q101.269 6.629 101.131 6.863Q100.992 7.097 100.992 7.371L100.992 8.731Q100.992 8.868 101.143 8.904Q101.293 8.940 101.519 8.940L101.519 9.220M104.253 7.709Q104.253 7.371 104.393 7.080Q104.533 6.790 104.778 6.576Q105.022 6.363 105.326 6.248Q105.631 6.134 105.955 6.134Q106.225 6.134 106.488 6.233Q106.752 6.332 106.943 6.510L106.943 5.112Q106.943 4.842 106.835 4.780Q106.728 4.719 106.417 4.719L106.417 4.438L107.493 4.363L107.493 8.547Q107.493 8.735 107.548 8.818Q107.603 8.902 107.704 8.921Q107.804 8.940 108.020 8.940L108.020 9.220L106.912 9.288L106.912 8.871Q106.495 9.288 105.870 9.288Q105.439 9.288 105.067 9.076Q104.694 8.865 104.474 8.504Q104.253 8.143 104.253 7.709M105.928 9.066Q106.136 9.066 106.323 8.994Q106.509 8.923 106.663 8.786Q106.817 8.649 106.912 8.471L106.912 6.862Q106.827 6.715 106.682 6.595Q106.536 6.475 106.367 6.416Q106.198 6.356 106.017 6.356Q105.456 6.356 105.188 6.745Q104.920 7.135 104.920 7.716Q104.920 8.287 105.154 8.677Q105.388 9.066 105.928 9.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M112.977 9.193L111.849 6.694Q111.777 6.547 111.647 6.515Q111.517 6.482 111.288 6.482L111.288 6.202L112.802 6.202L112.802 6.482Q112.450 6.482 112.450 6.629Q112.450 6.674 112.461 6.694L113.325 8.612L114.105 6.882Q114.139 6.814 114.139 6.735Q114.139 6.622 114.055 6.552Q113.971 6.482 113.852 6.482L113.852 6.202L115.048 6.202L115.048 6.482Q114.829 6.482 114.658 6.585Q114.488 6.687 114.399 6.882L113.363 9.193Q113.315 9.288 113.209 9.288L113.131 9.288Q113.025 9.288 112.977 9.193\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M115.332 7.685Q115.332 7.364 115.457 7.075Q115.582 6.786 115.808 6.563Q116.033 6.339 116.329 6.219Q116.624 6.099 116.942 6.099Q117.270 6.099 117.532 6.199Q117.793 6.298 117.969 6.480Q118.145 6.663 118.239 6.921Q118.333 7.179 118.333 7.511Q118.333 7.603 118.251 7.624L115.996 7.624L115.996 7.685Q115.996 8.273 116.279 8.656Q116.563 9.039 117.130 9.039Q117.452 9.039 117.720 8.846Q117.988 8.653 118.077 8.338Q118.084 8.297 118.159 8.283L118.251 8.283Q118.333 8.307 118.333 8.379Q118.333 8.386 118.327 8.413Q118.214 8.810 117.843 9.049Q117.472 9.288 117.048 9.288Q116.611 9.288 116.211 9.080Q115.811 8.871 115.572 8.504Q115.332 8.137 115.332 7.685M116.002 7.415L117.817 7.415Q117.817 7.138 117.720 6.886Q117.622 6.633 117.424 6.477Q117.226 6.322 116.942 6.322Q116.665 6.322 116.452 6.480Q116.238 6.639 116.120 6.894Q116.002 7.149 116.002 7.415M118.921 7.709Q118.921 7.381 119.056 7.080Q119.191 6.780 119.427 6.559Q119.663 6.339 119.967 6.219Q120.271 6.099 120.596 6.099Q121.102 6.099 121.451 6.202Q121.799 6.304 121.799 6.680Q121.799 6.827 121.702 6.928Q121.604 7.029 121.457 7.029Q121.304 7.029 121.205 6.930Q121.105 6.831 121.105 6.680Q121.105 6.492 121.246 6.400Q121.044 6.349 120.603 6.349Q120.247 6.349 120.018 6.545Q119.789 6.742 119.689 7.051Q119.588 7.361 119.588 7.709Q119.588 8.058 119.714 8.364Q119.841 8.670 120.095 8.854Q120.350 9.039 120.705 9.039Q120.928 9.039 121.112 8.955Q121.297 8.871 121.432 8.716Q121.567 8.560 121.625 8.352Q121.639 8.297 121.693 8.297L121.806 8.297Q121.837 8.297 121.859 8.321Q121.881 8.345 121.881 8.379L121.881 8.400Q121.796 8.687 121.608 8.885Q121.420 9.083 121.155 9.186Q120.890 9.288 120.596 9.288Q120.165 9.288 119.778 9.082Q119.390 8.875 119.155 8.512Q118.921 8.150 118.921 7.709M122.996 8.379L122.996 6.482L122.356 6.482L122.356 6.260Q122.674 6.260 122.891 6.050Q123.108 5.840 123.209 5.530Q123.310 5.221 123.310 4.913L123.577 4.913L123.577 6.202L124.653 6.202L124.653 6.482L123.577 6.482L123.577 8.366Q123.577 8.642 123.681 8.841Q123.785 9.039 124.045 9.039Q124.202 9.039 124.308 8.935Q124.414 8.830 124.464 8.677Q124.513 8.523 124.513 8.366L124.513 7.952L124.780 7.952L124.780 8.379Q124.780 8.605 124.681 8.815Q124.581 9.025 124.397 9.157Q124.212 9.288 123.983 9.288Q123.546 9.288 123.271 9.051Q122.996 8.813 122.996 8.379M125.549 7.737Q125.549 7.395 125.684 7.096Q125.819 6.797 126.058 6.573Q126.297 6.349 126.615 6.224Q126.933 6.099 127.265 6.099Q127.709 6.099 128.109 6.315Q128.509 6.530 128.743 6.908Q128.977 7.285 128.977 7.737Q128.977 8.078 128.835 8.362Q128.693 8.646 128.449 8.853Q128.205 9.059 127.895 9.174Q127.586 9.288 127.265 9.288Q126.834 9.288 126.432 9.087Q126.031 8.885 125.790 8.533Q125.549 8.181 125.549 7.737M127.265 9.039Q127.866 9.039 128.090 8.661Q128.314 8.283 128.314 7.651Q128.314 7.039 128.080 6.680Q127.846 6.322 127.265 6.322Q126.212 6.322 126.212 7.651Q126.212 8.283 126.437 8.661Q126.663 9.039 127.265 9.039M131.322 9.220L129.585 9.220L129.585 8.940Q129.814 8.940 129.963 8.906Q130.112 8.871 130.112 8.731L130.112 6.882Q130.112 6.612 130.004 6.551Q129.896 6.489 129.585 6.489L129.585 6.209L130.614 6.134L130.614 6.841Q130.744 6.533 130.987 6.334Q131.229 6.134 131.547 6.134Q131.766 6.134 131.937 6.258Q132.108 6.383 132.108 6.595Q132.108 6.732 132.009 6.831Q131.910 6.930 131.776 6.930Q131.640 6.930 131.540 6.831Q131.441 6.732 131.441 6.595Q131.441 6.455 131.540 6.356Q131.250 6.356 131.050 6.552Q130.850 6.749 130.758 7.043Q130.665 7.337 130.665 7.617L130.665 8.731Q130.665 8.940 131.322 8.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M137.005 9.193L135.877 6.694Q135.805 6.547 135.675 6.515Q135.545 6.482 135.316 6.482L135.316 6.202L136.830 6.202L136.830 6.482Q136.478 6.482 136.478 6.629Q136.478 6.674 136.489 6.694L137.353 8.612L138.133 6.882Q138.167 6.814 138.167 6.735Q138.167 6.622 138.083 6.552Q137.999 6.482 137.880 6.482L137.880 6.202L139.076 6.202L139.076 6.482Q138.857 6.482 138.686 6.585Q138.516 6.687 138.427 6.882L137.391 9.193Q137.343 9.288 137.237 9.288L137.159 9.288Q137.053 9.288 137.005 9.193\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M144.895 9.900L144.895 7.644L142.646 7.644Q142.578 7.634 142.532 7.588Q142.486 7.542 142.486 7.470Q142.486 7.326 142.646 7.303L144.895 7.303L144.895 5.047Q144.906 4.978 144.952 4.932Q144.998 4.886 145.070 4.886Q145.213 4.886 145.237 5.047L145.237 7.303L147.479 7.303Q147.640 7.326 147.640 7.470Q147.640 7.542 147.594 7.588Q147.548 7.634 147.479 7.644L145.237 7.644L145.237 9.900Q145.213 10.061 145.070 10.061Q144.998 10.061 144.952 10.015Q144.906 9.969 144.895 9.900\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-144.017 15.704)\">\u003Cpath d=\"M151.144 7.709Q151.144 7.381 151.279 7.080Q151.414 6.780 151.650 6.559Q151.886 6.339 152.190 6.219Q152.495 6.099 152.819 6.099Q153.325 6.099 153.674 6.202Q154.022 6.304 154.022 6.680Q154.022 6.827 153.925 6.928Q153.828 7.029 153.681 7.029Q153.527 7.029 153.428 6.930Q153.329 6.831 153.329 6.680Q153.329 6.492 153.469 6.400Q153.267 6.349 152.826 6.349Q152.471 6.349 152.242 6.545Q152.013 6.742 151.912 7.051Q151.811 7.361 151.811 7.709Q151.811 8.058 151.937 8.364Q152.064 8.670 152.319 8.854Q152.573 9.039 152.929 9.039Q153.151 9.039 153.335 8.955Q153.520 8.871 153.655 8.716Q153.790 8.560 153.848 8.352Q153.862 8.297 153.916 8.297L154.029 8.297Q154.060 8.297 154.082 8.321Q154.104 8.345 154.104 8.379L154.104 8.400Q154.019 8.687 153.831 8.885Q153.643 9.083 153.378 9.186Q153.113 9.288 152.819 9.288Q152.389 9.288 152.001 9.082Q151.613 8.875 151.379 8.512Q151.144 8.150 151.144 7.709M154.651 7.737Q154.651 7.395 154.786 7.096Q154.921 6.797 155.161 6.573Q155.400 6.349 155.718 6.224Q156.036 6.099 156.367 6.099Q156.811 6.099 157.211 6.315Q157.611 6.530 157.845 6.908Q158.080 7.285 158.080 7.737Q158.080 8.078 157.938 8.362Q157.796 8.646 157.551 8.853Q157.307 9.059 156.998 9.174Q156.688 9.288 156.367 9.288Q155.936 9.288 155.535 9.087Q155.133 8.885 154.892 8.533Q154.651 8.181 154.651 7.737M156.367 9.039Q156.969 9.039 157.193 8.661Q157.416 8.283 157.416 7.651Q157.416 7.039 157.182 6.680Q156.948 6.322 156.367 6.322Q155.314 6.322 155.314 7.651Q155.314 8.283 155.540 8.661Q155.766 9.039 156.367 9.039M160.424 9.220L158.688 9.220L158.688 8.940Q158.917 8.940 159.066 8.906Q159.214 8.871 159.214 8.731L159.214 6.882Q159.214 6.612 159.107 6.551Q158.999 6.489 158.688 6.489L158.688 6.209L159.717 6.134L159.717 6.841Q159.847 6.533 160.089 6.334Q160.332 6.134 160.650 6.134Q160.869 6.134 161.039 6.258Q161.210 6.383 161.210 6.595Q161.210 6.732 161.111 6.831Q161.012 6.930 160.879 6.930Q160.742 6.930 160.643 6.831Q160.544 6.732 160.544 6.595Q160.544 6.455 160.643 6.356Q160.352 6.356 160.153 6.552Q159.953 6.749 159.860 7.043Q159.768 7.337 159.768 7.617L159.768 8.731Q159.768 8.940 160.424 8.940L160.424 9.220M163.545 9.220L161.809 9.220L161.809 8.940Q162.038 8.940 162.186 8.906Q162.335 8.871 162.335 8.731L162.335 6.882Q162.335 6.612 162.227 6.551Q162.120 6.489 161.809 6.489L161.809 6.209L162.837 6.134L162.837 6.841Q162.967 6.533 163.210 6.334Q163.453 6.134 163.770 6.134Q163.989 6.134 164.160 6.258Q164.331 6.383 164.331 6.595Q164.331 6.732 164.232 6.831Q164.133 6.930 163.999 6.930Q163.863 6.930 163.764 6.831Q163.664 6.732 163.664 6.595Q163.664 6.455 163.764 6.356Q163.473 6.356 163.273 6.552Q163.073 6.749 162.981 7.043Q162.889 7.337 162.889 7.617L162.889 8.731Q162.889 8.940 163.545 8.940L163.545 9.220M164.874 7.685Q164.874 7.364 164.999 7.075Q165.124 6.786 165.350 6.563Q165.575 6.339 165.871 6.219Q166.166 6.099 166.484 6.099Q166.812 6.099 167.074 6.199Q167.335 6.298 167.511 6.480Q167.687 6.663 167.781 6.921Q167.875 7.179 167.875 7.511Q167.875 7.603 167.793 7.624L165.538 7.624L165.538 7.685Q165.538 8.273 165.821 8.656Q166.105 9.039 166.672 9.039Q166.994 9.039 167.262 8.846Q167.530 8.653 167.619 8.338Q167.626 8.297 167.701 8.283L167.793 8.283Q167.875 8.307 167.875 8.379Q167.875 8.386 167.869 8.413Q167.756 8.810 167.385 9.049Q167.014 9.288 166.590 9.288Q166.153 9.288 165.753 9.080Q165.353 8.871 165.114 8.504Q164.874 8.137 164.874 7.685M165.544 7.415L167.359 7.415Q167.359 7.138 167.262 6.886Q167.164 6.633 166.966 6.477Q166.768 6.322 166.484 6.322Q166.207 6.322 165.994 6.480Q165.780 6.639 165.662 6.894Q165.544 7.149 165.544 7.415M168.463 7.709Q168.463 7.381 168.598 7.080Q168.733 6.780 168.969 6.559Q169.205 6.339 169.509 6.219Q169.813 6.099 170.138 6.099Q170.644 6.099 170.993 6.202Q171.341 6.304 171.341 6.680Q171.341 6.827 171.244 6.928Q171.146 7.029 170.999 7.029Q170.846 7.029 170.747 6.930Q170.647 6.831 170.647 6.680Q170.647 6.492 170.788 6.400Q170.586 6.349 170.145 6.349Q169.789 6.349 169.560 6.545Q169.331 6.742 169.231 7.051Q169.130 7.361 169.130 7.709Q169.130 8.058 169.256 8.364Q169.383 8.670 169.637 8.854Q169.892 9.039 170.247 9.039Q170.470 9.039 170.654 8.955Q170.839 8.871 170.974 8.716Q171.109 8.560 171.167 8.352Q171.181 8.297 171.235 8.297L171.348 8.297Q171.379 8.297 171.401 8.321Q171.423 8.345 171.423 8.379L171.423 8.400Q171.338 8.687 171.150 8.885Q170.962 9.083 170.697 9.186Q170.432 9.288 170.138 9.288Q169.707 9.288 169.320 9.082Q168.932 8.875 168.697 8.512Q168.463 8.150 168.463 7.709M172.538 8.379L172.538 6.482L171.898 6.482L171.898 6.260Q172.216 6.260 172.433 6.050Q172.650 5.840 172.751 5.530Q172.852 5.221 172.852 4.913L173.119 4.913L173.119 6.202L174.195 6.202L174.195 6.482L173.119 6.482L173.119 8.366Q173.119 8.642 173.223 8.841Q173.327 9.039 173.587 9.039Q173.744 9.039 173.850 8.935Q173.956 8.830 174.006 8.677Q174.055 8.523 174.055 8.366L174.055 7.952L174.322 7.952L174.322 8.379Q174.322 8.605 174.223 8.815Q174.123 9.025 173.939 9.157Q173.754 9.288 173.525 9.288Q173.088 9.288 172.813 9.051Q172.538 8.813 172.538 8.379M176.748 9.220L175.197 9.220L175.197 8.940Q175.422 8.940 175.571 8.906Q175.720 8.871 175.720 8.731L175.720 6.882Q175.720 6.694 175.672 6.610Q175.624 6.527 175.527 6.508Q175.429 6.489 175.217 6.489L175.217 6.209L176.273 6.134L176.273 8.731Q176.273 8.871 176.405 8.906Q176.537 8.940 176.748 8.940L176.748 9.220M175.477 4.913Q175.477 4.742 175.600 4.623Q175.723 4.503 175.894 4.503Q176.061 4.503 176.184 4.623Q176.308 4.742 176.308 4.913Q176.308 5.088 176.184 5.211Q176.061 5.334 175.894 5.334Q175.723 5.334 175.600 5.211Q175.477 5.088 175.477 4.913M177.353 7.737Q177.353 7.395 177.488 7.096Q177.623 6.797 177.863 6.573Q178.102 6.349 178.420 6.224Q178.738 6.099 179.069 6.099Q179.514 6.099 179.913 6.315Q180.313 6.530 180.548 6.908Q180.782 7.285 180.782 7.737Q180.782 8.078 180.640 8.362Q180.498 8.646 180.254 8.853Q180.009 9.059 179.700 9.174Q179.391 9.288 179.069 9.288Q178.639 9.288 178.237 9.087Q177.835 8.885 177.594 8.533Q177.353 8.181 177.353 7.737M179.069 9.039Q179.671 9.039 179.895 8.661Q180.119 8.283 180.119 7.651Q180.119 7.039 179.884 6.680Q179.650 6.322 179.069 6.322Q178.017 6.322 178.017 7.651Q178.017 8.283 178.242 8.661Q178.468 9.039 179.069 9.039M183.058 9.220L181.424 9.220L181.424 8.940Q181.653 8.940 181.802 8.906Q181.951 8.871 181.951 8.731L181.951 6.882Q181.951 6.612 181.843 6.551Q181.735 6.489 181.424 6.489L181.424 6.209L182.484 6.134L182.484 6.783Q182.655 6.475 182.959 6.304Q183.263 6.134 183.608 6.134Q184.114 6.134 184.398 6.357Q184.682 6.581 184.682 7.077L184.682 8.731Q184.682 8.868 184.830 8.904Q184.979 8.940 185.205 8.940L185.205 9.220L183.574 9.220L183.574 8.940Q183.803 8.940 183.952 8.906Q184.101 8.871 184.101 8.731L184.101 7.091Q184.101 6.756 183.981 6.556Q183.861 6.356 183.547 6.356Q183.277 6.356 183.043 6.492Q182.809 6.629 182.670 6.863Q182.532 7.097 182.532 7.371L182.532 8.731Q182.532 8.868 182.682 8.904Q182.832 8.940 183.058 8.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M134.28 33.405h89.787V-3.583H134.28Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M107.556-6.780L103.153-6.780L103.153-7.060Q103.875-7.060 103.875-7.269L103.875-11.070Q103.875-11.281 103.153-11.281L103.153-11.562L107.443-11.562L107.651-9.925L107.388-9.925Q107.330-10.396 107.228-10.661Q107.125-10.926 106.941-11.059Q106.756-11.193 106.484-11.237Q106.212-11.281 105.713-11.281L104.931-11.281Q104.743-11.281 104.654-11.247Q104.565-11.213 104.565-11.070L104.565-9.405L105.139-9.405Q105.529-9.405 105.712-9.456Q105.895-9.508 105.977-9.680Q106.059-9.853 106.059-10.225L106.322-10.225L106.322-8.304L106.059-8.304Q106.059-8.677 105.977-8.850Q105.895-9.022 105.712-9.073Q105.529-9.125 105.139-9.125L104.565-9.125L104.565-7.269Q104.565-7.129 104.654-7.094Q104.743-7.060 104.931-7.060L105.778-7.060Q106.308-7.060 106.618-7.129Q106.927-7.197 107.115-7.364Q107.303-7.532 107.410-7.834Q107.518-8.137 107.604-8.650L107.870-8.650L107.556-6.780M110.140-6.780L108.506-6.780L108.506-7.060Q108.735-7.060 108.884-7.094Q109.032-7.129 109.032-7.269L109.032-9.118Q109.032-9.388 108.925-9.449Q108.817-9.511 108.506-9.511L108.506-9.791L109.566-9.866L109.566-9.217Q109.736-9.525 110.041-9.696Q110.345-9.866 110.690-9.866Q111.090-9.866 111.367-9.726Q111.644-9.586 111.729-9.238Q111.897-9.531 112.196-9.699Q112.495-9.866 112.840-9.866Q113.346-9.866 113.629-9.643Q113.913-9.419 113.913-8.923L113.913-7.269Q113.913-7.132 114.062-7.096Q114.211-7.060 114.436-7.060L114.436-6.780L112.806-6.780L112.806-7.060Q113.031-7.060 113.182-7.096Q113.332-7.132 113.332-7.269L113.332-8.909Q113.332-9.244 113.212-9.444Q113.093-9.644 112.778-9.644Q112.508-9.644 112.274-9.508Q112.040-9.371 111.902-9.137Q111.763-8.903 111.763-8.629L111.763-7.269Q111.763-7.132 111.912-7.096Q112.061-7.060 112.286-7.060L112.286-6.780L110.656-6.780L110.656-7.060Q110.885-7.060 111.034-7.094Q111.182-7.129 111.182-7.269L111.182-8.909Q111.182-9.244 111.063-9.444Q110.943-9.644 110.628-9.644Q110.358-9.644 110.124-9.508Q109.890-9.371 109.752-9.137Q109.613-8.903 109.613-8.629L109.613-7.269Q109.613-7.132 109.764-7.096Q109.914-7.060 110.140-7.060L110.140-6.780M116.668-5.423L115.038-5.423L115.038-5.703Q115.267-5.703 115.415-5.738Q115.564-5.772 115.564-5.912L115.564-9.258Q115.564-9.429 115.427-9.470Q115.291-9.511 115.038-9.511L115.038-9.791L116.118-9.866L116.118-9.460Q116.340-9.661 116.627-9.764Q116.914-9.866 117.222-9.866Q117.649-9.866 118.013-9.653Q118.377-9.439 118.591-9.075Q118.804-8.711 118.804-8.291Q118.804-7.846 118.565-7.482Q118.326-7.118 117.933-6.915Q117.540-6.712 117.095-6.712Q116.829-6.712 116.581-6.812Q116.333-6.913 116.145-7.094L116.145-5.912Q116.145-5.775 116.294-5.739Q116.442-5.703 116.668-5.703L116.668-5.423M116.145-9.111L116.145-7.501Q116.278-7.248 116.521-7.091Q116.764-6.934 117.041-6.934Q117.369-6.934 117.622-7.135Q117.875-7.337 118.008-7.655Q118.141-7.973 118.141-8.291Q118.141-8.520 118.076-8.749Q118.011-8.978 117.883-9.176Q117.755-9.374 117.560-9.494Q117.365-9.613 117.133-9.613Q116.839-9.613 116.571-9.484Q116.302-9.354 116.145-9.111M121.122-6.780L119.488-6.780L119.488-7.060Q119.717-7.060 119.866-7.094Q120.014-7.129 120.014-7.269L120.014-10.888Q120.014-11.158 119.907-11.220Q119.799-11.281 119.488-11.281L119.488-11.562L120.568-11.637L120.568-9.251Q120.674-9.436 120.852-9.578Q121.029-9.719 121.238-9.793Q121.446-9.866 121.672-9.866Q122.178-9.866 122.462-9.643Q122.745-9.419 122.745-8.923L122.745-7.269Q122.745-7.132 122.894-7.096Q123.043-7.060 123.268-7.060L123.268-6.780L121.638-6.780L121.638-7.060Q121.867-7.060 122.015-7.094Q122.164-7.129 122.164-7.269L122.164-8.909Q122.164-9.244 122.045-9.444Q121.925-9.644 121.610-9.644Q121.340-9.644 121.106-9.508Q120.872-9.371 120.734-9.137Q120.595-8.903 120.595-8.629L120.595-7.269Q120.595-7.132 120.746-7.096Q120.896-7.060 121.122-7.060L121.122-6.780M123.914-7.508Q123.914-7.840 124.138-8.067Q124.362-8.294 124.705-8.422Q125.049-8.551 125.421-8.603Q125.794-8.656 126.098-8.656L126.098-8.909Q126.098-9.114 125.991-9.294Q125.883-9.473 125.702-9.576Q125.521-9.678 125.312-9.678Q124.905-9.678 124.670-9.586Q124.758-9.549 124.805-9.465Q124.851-9.381 124.851-9.279Q124.851-9.183 124.805-9.104Q124.758-9.026 124.678-8.981Q124.598-8.937 124.509-8.937Q124.358-8.937 124.258-9.034Q124.157-9.132 124.157-9.279Q124.157-9.901 125.312-9.901Q125.524-9.901 125.774-9.837Q126.023-9.774 126.225-9.655Q126.426-9.535 126.553-9.350Q126.679-9.166 126.679-8.923L126.679-7.347Q126.679-7.231 126.741-7.135Q126.802-7.040 126.915-7.040Q127.024-7.040 127.089-7.134Q127.154-7.228 127.154-7.347L127.154-7.795L127.421-7.795L127.421-7.347Q127.421-7.077 127.194-6.912Q126.966-6.746 126.686-6.746Q126.478-6.746 126.341-6.900Q126.204-7.053 126.180-7.269Q126.033-7.002 125.751-6.857Q125.469-6.712 125.145-6.712Q124.868-6.712 124.584-6.787Q124.300-6.862 124.107-7.041Q123.914-7.221 123.914-7.508M124.529-7.508Q124.529-7.334 124.630-7.204Q124.731-7.074 124.887-7.004Q125.042-6.934 125.206-6.934Q125.425-6.934 125.633-7.031Q125.842-7.129 125.970-7.310Q126.098-7.491 126.098-7.717L126.098-8.445Q125.774-8.445 125.408-8.354Q125.042-8.263 124.786-8.051Q124.529-7.840 124.529-7.508M128.364-7.621L128.364-9.518L127.725-9.518L127.725-9.740Q128.043-9.740 128.260-9.950Q128.477-10.160 128.578-10.470Q128.679-10.779 128.679-11.087L128.945-11.087L128.945-9.798L130.022-9.798L130.022-9.518L128.945-9.518L128.945-7.634Q128.945-7.358 129.050-7.159Q129.154-6.961 129.414-6.961Q129.571-6.961 129.677-7.065Q129.783-7.170 129.832-7.323Q129.882-7.477 129.882-7.634L129.882-8.048L130.149-8.048L130.149-7.621Q130.149-7.395 130.049-7.185Q129.950-6.975 129.766-6.843Q129.581-6.712 129.352-6.712Q128.915-6.712 128.639-6.949Q128.364-7.187 128.364-7.621M132.575-6.780L131.024-6.780L131.024-7.060Q131.249-7.060 131.398-7.094Q131.546-7.129 131.546-7.269L131.546-9.118Q131.546-9.306 131.499-9.390Q131.451-9.473 131.353-9.492Q131.256-9.511 131.044-9.511L131.044-9.791L132.100-9.866L132.100-7.269Q132.100-7.129 132.232-7.094Q132.363-7.060 132.575-7.060L132.575-6.780M131.304-11.087Q131.304-11.258 131.427-11.377Q131.550-11.497 131.721-11.497Q131.888-11.497 132.011-11.377Q132.134-11.258 132.134-11.087Q132.134-10.912 132.011-10.789Q131.888-10.666 131.721-10.666Q131.550-10.666 131.427-10.789Q131.304-10.912 131.304-11.087M133.221-8.291Q133.221-8.619 133.356-8.920Q133.491-9.220 133.727-9.441Q133.963-9.661 134.267-9.781Q134.571-9.901 134.896-9.901Q135.402-9.901 135.751-9.798Q136.099-9.696 136.099-9.320Q136.099-9.173 136.002-9.072Q135.904-8.971 135.757-8.971Q135.604-8.971 135.504-9.070Q135.405-9.169 135.405-9.320Q135.405-9.508 135.545-9.600Q135.344-9.651 134.903-9.651Q134.547-9.651 134.318-9.455Q134.089-9.258 133.989-8.949Q133.888-8.639 133.888-8.291Q133.888-7.942 134.014-7.636Q134.141-7.330 134.395-7.146Q134.650-6.961 135.005-6.961Q135.228-6.961 135.412-7.045Q135.597-7.129 135.732-7.284Q135.867-7.440 135.925-7.648Q135.939-7.703 135.993-7.703L136.106-7.703Q136.137-7.703 136.159-7.679Q136.181-7.655 136.181-7.621L136.181-7.600Q136.096-7.313 135.908-7.115Q135.720-6.917 135.455-6.814Q135.190-6.712 134.896-6.712Q134.465-6.712 134.077-6.918Q133.690-7.125 133.455-7.488Q133.221-7.850 133.221-8.291M138.652-8.034L136.595-8.034L136.595-8.537L138.652-8.537L138.652-8.034M143.362-6.780L140.625-6.780L140.625-7.060Q140.973-7.060 141.310-7.096Q141.647-7.132 141.647-7.269L141.647-11.070Q141.647-11.213 141.558-11.247Q141.469-11.281 141.284-11.281L140.925-11.281Q140.625-11.281 140.409-11.234Q140.194-11.186 140.037-11.029Q139.900-10.895 139.840-10.617Q139.780-10.338 139.743-9.925L139.476-9.925L139.623-11.562L144.357-11.562L144.504-9.925L144.237-9.925Q144.200-10.338 144.143-10.615Q144.087-10.892 143.943-11.029Q143.783-11.189 143.571-11.235Q143.359-11.281 143.055-11.281L142.703-11.281Q142.518-11.281 142.429-11.247Q142.340-11.213 142.340-11.070L142.340-7.269Q142.340-7.132 142.677-7.096Q143.014-7.060 143.362-7.060L143.362-6.780M148.011-6.780L145.239-6.780L145.239-7.060Q145.960-7.060 145.960-7.269L145.960-11.070Q145.960-11.281 145.239-11.281L145.239-11.562L148.011-11.562Q148.496-11.562 148.932-11.367Q149.368-11.172 149.691-10.830Q150.014-10.488 150.191-10.048Q150.369-9.607 150.369-9.125Q150.369-8.639 150.185-8.216Q150-7.792 149.677-7.470Q149.354-7.149 148.922-6.965Q148.489-6.780 148.011-6.780M146.623-11.070L146.623-7.269Q146.623-7.129 146.712-7.094Q146.801-7.060 146.989-7.060L147.813-7.060Q148.438-7.060 148.841-7.322Q149.245-7.583 149.433-8.050Q149.621-8.516 149.621-9.125Q149.621-9.603 149.528-9.996Q149.436-10.389 149.187-10.687Q148.947-10.974 148.583-11.128Q148.219-11.281 147.813-11.281L146.989-11.281Q146.801-11.281 146.712-11.247Q146.623-11.213 146.623-11.070\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M107.126 1.220L102.723 1.220L102.723 0.940Q103.445 0.940 103.445 0.731L103.445-3.070Q103.445-3.281 102.723-3.281L102.723-3.562L107.013-3.562L107.221-1.925L106.958-1.925Q106.900-2.396 106.798-2.661Q106.695-2.926 106.511-3.059Q106.326-3.193 106.054-3.237Q105.782-3.281 105.283-3.281L104.501-3.281Q104.313-3.281 104.224-3.247Q104.135-3.213 104.135-3.070L104.135-1.405L104.709-1.405Q105.099-1.405 105.282-1.456Q105.465-1.508 105.547-1.680Q105.629-1.853 105.629-2.225L105.892-2.225L105.892-0.304L105.629-0.304Q105.629-0.677 105.547-0.850Q105.465-1.022 105.282-1.073Q105.099-1.125 104.709-1.125L104.135-1.125L104.135 0.731Q104.135 0.871 104.224 0.906Q104.313 0.940 104.501 0.940L105.348 0.940Q105.878 0.940 106.188 0.871Q106.497 0.803 106.685 0.636Q106.873 0.468 106.980 0.166Q107.088-0.137 107.174-0.650L107.440-0.650L107.126 1.220M111.935 1.220L109.197 1.220L109.197 0.940Q109.546 0.940 109.882 0.904Q110.219 0.868 110.219 0.731L110.219-3.070Q110.219-3.213 110.130-3.247Q110.041-3.281 109.857-3.281L109.498-3.281Q109.197-3.281 108.982-3.234Q108.766-3.186 108.609-3.029Q108.472-2.895 108.413-2.617Q108.353-2.338 108.315-1.925L108.049-1.925L108.196-3.562L112.929-3.562L113.076-1.925L112.810-1.925Q112.772-2.338 112.716-2.615Q112.659-2.892 112.516-3.029Q112.355-3.189 112.143-3.235Q111.931-3.281 111.627-3.281L111.275-3.281Q111.091-3.281 111.002-3.247Q110.913-3.213 110.913-3.070L110.913 0.731Q110.913 0.868 111.250 0.904Q111.586 0.940 111.935 0.940L111.935 1.220M116.583 1.220L113.811 1.220L113.811 0.940Q114.532 0.940 114.532 0.731L114.532-3.070Q114.532-3.281 113.811-3.281L113.811-3.562L116.583-3.562Q117.069-3.562 117.504-3.367Q117.940-3.172 118.263-2.830Q118.586-2.488 118.764-2.048Q118.942-1.607 118.942-1.125Q118.942-0.639 118.757-0.216Q118.573 0.208 118.250 0.530Q117.927 0.851 117.494 1.035Q117.062 1.220 116.583 1.220M115.196-3.070L115.196 0.731Q115.196 0.871 115.284 0.906Q115.373 0.940 115.561 0.940L116.385 0.940Q117.011 0.940 117.414 0.678Q117.817 0.417 118.005-0.050Q118.193-0.516 118.193-1.125Q118.193-1.603 118.101-1.996Q118.009-2.389 117.759-2.687Q117.520-2.974 117.156-3.128Q116.792-3.281 116.385-3.281L115.561-3.281Q115.373-3.281 115.284-3.247Q115.196-3.213 115.196-3.070M121.881 2.970Q121.331 2.570 120.960 2.015Q120.589 1.459 120.408 0.813Q120.227 0.167 120.227-0.530Q120.227-1.043 120.328-1.538Q120.428-2.034 120.634-2.485Q120.839-2.936 121.151-3.328Q121.464-3.719 121.881-4.023Q121.891-4.027 121.898-4.028Q121.905-4.030 121.915-4.030L121.984-4.030Q122.018-4.030 122.040-4.006Q122.062-3.982 122.062-3.945Q122.062-3.900 122.035-3.883Q121.686-3.582 121.433-3.198Q121.180-2.813 121.028-2.372Q120.876-1.931 120.804-1.475Q120.733-1.019 120.733-0.530Q120.733 0.471 121.042 1.358Q121.351 2.245 122.035 2.830Q122.062 2.847 122.062 2.891Q122.062 2.929 122.040 2.953Q122.018 2.977 121.984 2.977L121.915 2.977Q121.908 2.973 121.900 2.972Q121.891 2.970 121.881 2.970M124.540 1.220L122.937 1.220L122.937 0.940Q123.163 0.940 123.312 0.906Q123.460 0.871 123.460 0.731L123.460-2.888Q123.460-3.158 123.353-3.220Q123.245-3.281 122.937-3.281L122.937-3.562L124.014-3.637L124.014 0.731Q124.014 0.868 124.164 0.904Q124.315 0.940 124.540 0.940L124.540 1.220M125.193 0.492Q125.193 0.160 125.417-0.067Q125.641-0.294 125.984-0.422Q126.328-0.551 126.700-0.603Q127.073-0.656 127.377-0.656L127.377-0.909Q127.377-1.114 127.270-1.294Q127.162-1.473 126.981-1.576Q126.800-1.678 126.591-1.678Q126.184-1.678 125.948-1.586Q126.037-1.549 126.084-1.465Q126.130-1.381 126.130-1.279Q126.130-1.183 126.084-1.104Q126.037-1.026 125.957-0.981Q125.877-0.937 125.788-0.937Q125.637-0.937 125.537-1.034Q125.436-1.132 125.436-1.279Q125.436-1.901 126.591-1.901Q126.803-1.901 127.052-1.837Q127.302-1.774 127.504-1.655Q127.705-1.535 127.832-1.350Q127.958-1.166 127.958-0.923L127.958 0.653Q127.958 0.769 128.020 0.865Q128.081 0.960 128.194 0.960Q128.303 0.960 128.368 0.866Q128.433 0.772 128.433 0.653L128.433 0.205L128.700 0.205L128.700 0.653Q128.700 0.923 128.473 1.088Q128.245 1.254 127.965 1.254Q127.757 1.254 127.620 1.100Q127.483 0.947 127.459 0.731Q127.312 0.998 127.030 1.143Q126.748 1.288 126.424 1.288Q126.147 1.288 125.863 1.213Q125.579 1.138 125.386 0.959Q125.193 0.779 125.193 0.492M125.808 0.492Q125.808 0.666 125.909 0.796Q126.010 0.926 126.166 0.996Q126.321 1.066 126.485 1.066Q126.704 1.066 126.912 0.969Q127.121 0.871 127.249 0.690Q127.377 0.509 127.377 0.283L127.377-0.445Q127.052-0.445 126.687-0.354Q126.321-0.263 126.065-0.051Q125.808 0.160 125.808 0.492M130.799 1.220L129.165 1.220L129.165 0.940Q129.394 0.940 129.542 0.906Q129.691 0.871 129.691 0.731L129.691-1.118Q129.691-1.388 129.584-1.449Q129.476-1.511 129.165-1.511L129.165-1.791L130.224-1.866L130.224-1.217Q130.395-1.525 130.699-1.696Q131.004-1.866 131.349-1.866Q131.749-1.866 132.026-1.726Q132.302-1.586 132.388-1.238Q132.555-1.531 132.854-1.699Q133.154-1.866 133.499-1.866Q134.005-1.866 134.288-1.643Q134.572-1.419 134.572-0.923L134.572 0.731Q134.572 0.868 134.721 0.904Q134.869 0.940 135.095 0.940L135.095 1.220L133.465 1.220L133.465 0.940Q133.690 0.940 133.841 0.904Q133.991 0.868 133.991 0.731L133.991-0.909Q133.991-1.244 133.871-1.444Q133.752-1.644 133.437-1.644Q133.167-1.644 132.933-1.508Q132.699-1.371 132.561-1.137Q132.422-0.903 132.422-0.629L132.422 0.731Q132.422 0.868 132.571 0.904Q132.719 0.940 132.945 0.940L132.945 1.220L131.315 1.220L131.315 0.940Q131.544 0.940 131.692 0.906Q131.841 0.871 131.841 0.731L131.841-0.909Q131.841-1.244 131.721-1.444Q131.602-1.644 131.287-1.644Q131.017-1.644 130.783-1.508Q130.549-1.371 130.411-1.137Q130.272-0.903 130.272-0.629L130.272 0.731Q130.272 0.868 130.423 0.904Q130.573 0.940 130.799 0.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M136.298 1.220L136.031 1.220L136.031-2.888Q136.031-3.158 135.924-3.220Q135.816-3.281 135.505-3.281L135.505-3.562L136.585-3.637L136.585-1.467Q136.794-1.658 137.079-1.762Q137.364-1.866 137.662-1.866Q137.980-1.866 138.277-1.745Q138.574-1.624 138.797-1.408Q139.019-1.193 139.145-0.908Q139.272-0.622 139.272-0.291Q139.272 0.154 139.032 0.518Q138.793 0.882 138.400 1.085Q138.007 1.288 137.563 1.288Q137.368 1.288 137.178 1.232Q136.989 1.176 136.828 1.071Q136.667 0.967 136.527 0.806L136.298 1.220M136.613-1.125L136.613 0.492Q136.749 0.752 136.990 0.909Q137.231 1.066 137.508 1.066Q137.802 1.066 138.014 0.959Q138.226 0.851 138.359 0.659Q138.492 0.468 138.551 0.229Q138.609-0.010 138.609-0.291Q138.609-0.650 138.515-0.954Q138.421-1.258 138.193-1.451Q137.966-1.644 137.600-1.644Q137.300-1.644 137.033-1.508Q136.766-1.371 136.613-1.125\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M140.123-0.291Q140.123-0.629 140.264-0.920Q140.404-1.210 140.648-1.424Q140.892-1.637 141.197-1.752Q141.501-1.866 141.826-1.866Q142.096-1.866 142.359-1.767Q142.622-1.668 142.813-1.490L142.813-2.888Q142.813-3.158 142.706-3.220Q142.598-3.281 142.287-3.281L142.287-3.562L143.364-3.637L143.364 0.547Q143.364 0.735 143.418 0.818Q143.473 0.902 143.574 0.921Q143.675 0.940 143.890 0.940L143.890 1.220L142.783 1.288L142.783 0.871Q142.366 1.288 141.740 1.288Q141.309 1.288 140.937 1.076Q140.564 0.865 140.344 0.504Q140.123 0.143 140.123-0.291M141.798 1.066Q142.007 1.066 142.193 0.994Q142.379 0.923 142.533 0.786Q142.687 0.649 142.783 0.471L142.783-1.138Q142.697-1.285 142.552-1.405Q142.407-1.525 142.237-1.584Q142.068-1.644 141.887-1.644Q141.327-1.644 141.058-1.255Q140.790-0.865 140.790-0.284Q140.790 0.287 141.024 0.677Q141.258 1.066 141.798 1.066M144.598 0.492Q144.598 0.160 144.821-0.067Q145.045-0.294 145.389-0.422Q145.732-0.551 146.105-0.603Q146.477-0.656 146.782-0.656L146.782-0.909Q146.782-1.114 146.674-1.294Q146.566-1.473 146.385-1.576Q146.204-1.678 145.996-1.678Q145.589-1.678 145.353-1.586Q145.442-1.549 145.488-1.465Q145.534-1.381 145.534-1.279Q145.534-1.183 145.488-1.104Q145.442-1.026 145.361-0.981Q145.281-0.937 145.192-0.937Q145.042-0.937 144.941-1.034Q144.840-1.132 144.840-1.279Q144.840-1.901 145.996-1.901Q146.207-1.901 146.457-1.837Q146.706-1.774 146.908-1.655Q147.110-1.535 147.236-1.350Q147.363-1.166 147.363-0.923L147.363 0.653Q147.363 0.769 147.424 0.865Q147.486 0.960 147.599 0.960Q147.708 0.960 147.773 0.866Q147.838 0.772 147.838 0.653L147.838 0.205L148.104 0.205L148.104 0.653Q148.104 0.923 147.877 1.088Q147.650 1.254 147.370 1.254Q147.161 1.254 147.024 1.100Q146.888 0.947 146.864 0.731Q146.717 0.998 146.435 1.143Q146.153 1.288 145.828 1.288Q145.551 1.288 145.267 1.213Q144.984 1.138 144.791 0.959Q144.598 0.779 144.598 0.492M145.213 0.492Q145.213 0.666 145.314 0.796Q145.414 0.926 145.570 0.996Q145.726 1.066 145.890 1.066Q146.108 1.066 146.317 0.969Q146.525 0.871 146.653 0.690Q146.782 0.509 146.782 0.283L146.782-0.445Q146.457-0.445 146.091-0.354Q145.726-0.263 145.469-0.051Q145.213 0.160 145.213 0.492M148.843 2.977L148.774 2.977Q148.740 2.977 148.718 2.951Q148.696 2.926 148.696 2.891Q148.696 2.847 148.726 2.830Q149.082 2.526 149.331 2.136Q149.581 1.746 149.733 1.314Q149.885 0.882 149.955 0.413Q150.025-0.055 150.025-0.530Q150.025-1.009 149.955-1.475Q149.885-1.942 149.731-2.377Q149.578-2.813 149.326-3.201Q149.075-3.589 148.726-3.883Q148.696-3.900 148.696-3.945Q148.696-3.979 148.718-4.004Q148.740-4.030 148.774-4.030L148.843-4.030Q148.853-4.030 148.861-4.028Q148.870-4.027 148.880-4.023Q149.424-3.623 149.796-3.070Q150.169-2.516 150.350-1.870Q150.531-1.224 150.531-0.530Q150.531 0.171 150.350 0.818Q150.169 1.466 149.795 2.020Q149.420 2.574 148.880 2.970Q148.870 2.970 148.861 2.972Q148.853 2.973 148.843 2.977\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M85.553 7.685Q85.553 7.364 85.678 7.075Q85.803 6.786 86.029 6.563Q86.254 6.339 86.550 6.219Q86.845 6.099 87.163 6.099Q87.491 6.099 87.753 6.199Q88.014 6.298 88.190 6.480Q88.366 6.663 88.460 6.921Q88.554 7.179 88.554 7.511Q88.554 7.603 88.472 7.624L86.217 7.624L86.217 7.685Q86.217 8.273 86.500 8.656Q86.784 9.039 87.351 9.039Q87.673 9.039 87.941 8.846Q88.209 8.653 88.298 8.338Q88.305 8.297 88.380 8.283L88.472 8.283Q88.554 8.307 88.554 8.379Q88.554 8.386 88.548 8.413Q88.435 8.810 88.064 9.049Q87.693 9.288 87.269 9.288Q86.832 9.288 86.432 9.080Q86.032 8.871 85.793 8.504Q85.553 8.137 85.553 7.685M86.223 7.415L88.038 7.415Q88.038 7.138 87.941 6.886Q87.843 6.633 87.645 6.477Q87.447 6.322 87.163 6.322Q86.886 6.322 86.673 6.480Q86.459 6.639 86.341 6.894Q86.223 7.149 86.223 7.415M90.824 9.220L89.190 9.220L89.190 8.940Q89.419 8.940 89.568 8.906Q89.717 8.871 89.717 8.731L89.717 6.882Q89.717 6.612 89.609 6.551Q89.501 6.489 89.190 6.489L89.190 6.209L90.250 6.134L90.250 6.783Q90.421 6.475 90.725 6.304Q91.029 6.134 91.374 6.134Q91.774 6.134 92.051 6.274Q92.328 6.414 92.413 6.762Q92.581 6.469 92.880 6.301Q93.179 6.134 93.524 6.134Q94.030 6.134 94.314 6.357Q94.597 6.581 94.597 7.077L94.597 8.731Q94.597 8.868 94.746 8.904Q94.895 8.940 95.120 8.940L95.120 9.220L93.490 9.220L93.490 8.940Q93.716 8.940 93.866 8.904Q94.016 8.868 94.016 8.731L94.016 7.091Q94.016 6.756 93.897 6.556Q93.777 6.356 93.463 6.356Q93.193 6.356 92.958 6.492Q92.724 6.629 92.586 6.863Q92.447 7.097 92.447 7.371L92.447 8.731Q92.447 8.868 92.596 8.904Q92.745 8.940 92.970 8.940L92.970 9.220L91.340 9.220L91.340 8.940Q91.569 8.940 91.718 8.906Q91.866 8.871 91.866 8.731L91.866 7.091Q91.866 6.756 91.747 6.556Q91.627 6.356 91.313 6.356Q91.043 6.356 90.809 6.492Q90.574 6.629 90.436 6.863Q90.298 7.097 90.298 7.371L90.298 8.731Q90.298 8.868 90.448 8.904Q90.598 8.940 90.824 8.940L90.824 9.220M97.352 10.577L95.722 10.577L95.722 10.297Q95.951 10.297 96.100 10.262Q96.248 10.228 96.248 10.088L96.248 6.742Q96.248 6.571 96.112 6.530Q95.975 6.489 95.722 6.489L95.722 6.209L96.802 6.134L96.802 6.540Q97.024 6.339 97.311 6.236Q97.598 6.134 97.906 6.134Q98.333 6.134 98.697 6.347Q99.061 6.561 99.275 6.925Q99.488 7.289 99.488 7.709Q99.488 8.154 99.249 8.518Q99.010 8.882 98.617 9.085Q98.224 9.288 97.780 9.288Q97.513 9.288 97.265 9.188Q97.017 9.087 96.829 8.906L96.829 10.088Q96.829 10.225 96.978 10.261Q97.127 10.297 97.352 10.297L97.352 10.577M96.829 6.889L96.829 8.499Q96.963 8.752 97.205 8.909Q97.448 9.066 97.725 9.066Q98.053 9.066 98.306 8.865Q98.559 8.663 98.692 8.345Q98.825 8.027 98.825 7.709Q98.825 7.480 98.760 7.251Q98.696 7.022 98.567 6.824Q98.439 6.626 98.244 6.506Q98.050 6.387 97.817 6.387Q97.523 6.387 97.255 6.516Q96.987 6.646 96.829 6.889M101.806 9.220L100.172 9.220L100.172 8.940Q100.401 8.940 100.550 8.906Q100.698 8.871 100.698 8.731L100.698 5.112Q100.698 4.842 100.591 4.780Q100.483 4.719 100.172 4.719L100.172 4.438L101.252 4.363L101.252 6.749Q101.358 6.564 101.536 6.422Q101.714 6.281 101.922 6.207Q102.131 6.134 102.356 6.134Q102.862 6.134 103.146 6.357Q103.429 6.581 103.429 7.077L103.429 8.731Q103.429 8.868 103.578 8.904Q103.727 8.940 103.952 8.940L103.952 9.220L102.322 9.220L102.322 8.940Q102.551 8.940 102.700 8.906Q102.848 8.871 102.848 8.731L102.848 7.091Q102.848 6.756 102.729 6.556Q102.609 6.356 102.295 6.356Q102.025 6.356 101.790 6.492Q101.556 6.629 101.418 6.863Q101.280 7.097 101.280 7.371L101.280 8.731Q101.280 8.868 101.430 8.904Q101.580 8.940 101.806 8.940L101.806 9.220M104.598 8.492Q104.598 8.160 104.822 7.933Q105.046 7.706 105.390 7.578Q105.733 7.449 106.106 7.397Q106.478 7.344 106.782 7.344L106.782 7.091Q106.782 6.886 106.675 6.706Q106.567 6.527 106.386 6.424Q106.205 6.322 105.996 6.322Q105.590 6.322 105.354 6.414Q105.443 6.451 105.489 6.535Q105.535 6.619 105.535 6.721Q105.535 6.817 105.489 6.896Q105.443 6.974 105.362 7.019Q105.282 7.063 105.193 7.063Q105.043 7.063 104.942 6.966Q104.841 6.868 104.841 6.721Q104.841 6.099 105.996 6.099Q106.208 6.099 106.458 6.163Q106.707 6.226 106.909 6.345Q107.111 6.465 107.237 6.650Q107.363 6.834 107.363 7.077L107.363 8.653Q107.363 8.769 107.425 8.865Q107.487 8.960 107.599 8.960Q107.709 8.960 107.774 8.866Q107.839 8.772 107.839 8.653L107.839 8.205L108.105 8.205L108.105 8.653Q108.105 8.923 107.878 9.088Q107.651 9.254 107.370 9.254Q107.162 9.254 107.025 9.100Q106.888 8.947 106.864 8.731Q106.718 8.998 106.436 9.143Q106.154 9.288 105.829 9.288Q105.552 9.288 105.268 9.213Q104.985 9.138 104.791 8.959Q104.598 8.779 104.598 8.492M105.214 8.492Q105.214 8.666 105.314 8.796Q105.415 8.926 105.571 8.996Q105.726 9.066 105.890 9.066Q106.109 9.066 106.318 8.969Q106.526 8.871 106.654 8.690Q106.782 8.509 106.782 8.283L106.782 7.555Q106.458 7.555 106.092 7.646Q105.726 7.737 105.470 7.949Q105.214 8.160 105.214 8.492M108.522 9.213L108.522 8.150Q108.522 8.126 108.550 8.099Q108.577 8.072 108.601 8.072L108.710 8.072Q108.775 8.072 108.789 8.130Q108.884 8.564 109.131 8.815Q109.377 9.066 109.790 9.066Q110.132 9.066 110.385 8.933Q110.638 8.800 110.638 8.492Q110.638 8.335 110.544 8.220Q110.450 8.106 110.311 8.037Q110.173 7.969 110.006 7.931L109.425 7.832Q109.069 7.764 108.796 7.543Q108.522 7.323 108.522 6.981Q108.522 6.732 108.633 6.557Q108.744 6.383 108.931 6.284Q109.117 6.185 109.332 6.142Q109.548 6.099 109.790 6.099Q110.204 6.099 110.484 6.281L110.699 6.106Q110.710 6.103 110.717 6.101Q110.723 6.099 110.734 6.099L110.785 6.099Q110.812 6.099 110.836 6.123Q110.860 6.147 110.860 6.175L110.860 7.022Q110.860 7.043 110.836 7.070Q110.812 7.097 110.785 7.097L110.672 7.097Q110.645 7.097 110.619 7.072Q110.593 7.046 110.593 7.022Q110.593 6.786 110.488 6.622Q110.382 6.458 110.199 6.376Q110.016 6.294 109.783 6.294Q109.455 6.294 109.199 6.397Q108.943 6.499 108.943 6.776Q108.943 6.971 109.125 7.080Q109.308 7.190 109.537 7.231L110.112 7.337Q110.358 7.385 110.571 7.513Q110.785 7.641 110.922 7.844Q111.058 8.048 111.058 8.297Q111.058 8.810 110.693 9.049Q110.327 9.288 109.790 9.288Q109.295 9.288 108.963 8.994L108.697 9.268Q108.676 9.288 108.649 9.288L108.601 9.288Q108.577 9.288 108.550 9.261Q108.522 9.234 108.522 9.213M113.304 9.220L111.752 9.220L111.752 8.940Q111.978 8.940 112.126 8.906Q112.275 8.871 112.275 8.731L112.275 6.882Q112.275 6.694 112.227 6.610Q112.179 6.527 112.082 6.508Q111.985 6.489 111.773 6.489L111.773 6.209L112.829 6.134L112.829 8.731Q112.829 8.871 112.960 8.906Q113.092 8.940 113.304 8.940L113.304 9.220M112.032 4.913Q112.032 4.742 112.155 4.623Q112.279 4.503 112.449 4.503Q112.617 4.503 112.740 4.623Q112.863 4.742 112.863 4.913Q112.863 5.088 112.740 5.211Q112.617 5.334 112.449 5.334Q112.279 5.334 112.155 5.211Q112.032 5.088 112.032 4.913M113.950 9.213L113.950 8.150Q113.950 8.126 113.977 8.099Q114.005 8.072 114.029 8.072L114.138 8.072Q114.203 8.072 114.217 8.130Q114.312 8.564 114.558 8.815Q114.804 9.066 115.218 9.066Q115.560 9.066 115.813 8.933Q116.066 8.800 116.066 8.492Q116.066 8.335 115.972 8.220Q115.878 8.106 115.739 8.037Q115.601 7.969 115.433 7.931L114.852 7.832Q114.497 7.764 114.223 7.543Q113.950 7.323 113.950 6.981Q113.950 6.732 114.061 6.557Q114.172 6.383 114.358 6.284Q114.545 6.185 114.760 6.142Q114.975 6.099 115.218 6.099Q115.632 6.099 115.912 6.281L116.127 6.106Q116.137 6.103 116.144 6.101Q116.151 6.099 116.161 6.099L116.213 6.099Q116.240 6.099 116.264 6.123Q116.288 6.147 116.288 6.175L116.288 7.022Q116.288 7.043 116.264 7.070Q116.240 7.097 116.213 7.097L116.100 7.097Q116.072 7.097 116.047 7.072Q116.021 7.046 116.021 7.022Q116.021 6.786 115.915 6.622Q115.809 6.458 115.626 6.376Q115.444 6.294 115.211 6.294Q114.883 6.294 114.627 6.397Q114.370 6.499 114.370 6.776Q114.370 6.971 114.553 7.080Q114.736 7.190 114.965 7.231L115.539 7.337Q115.785 7.385 115.999 7.513Q116.213 7.641 116.349 7.844Q116.486 8.048 116.486 8.297Q116.486 8.810 116.120 9.049Q115.755 9.288 115.218 9.288Q114.722 9.288 114.391 8.994L114.124 9.268Q114.104 9.288 114.076 9.288L114.029 9.288Q114.005 9.288 113.977 9.261Q113.950 9.234 113.950 9.213\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M121.676 9.220L119.939 9.220L119.939 8.940Q120.661 8.940 120.661 8.540L120.661 4.930Q120.661 4.719 119.939 4.719L119.939 4.438L121.296 4.438Q121.392 4.438 121.443 4.537L123.118 8.512L124.790 4.537Q124.837 4.438 124.936 4.438L126.287 4.438L126.287 4.719Q125.565 4.719 125.565 4.930L125.565 8.731Q125.565 8.940 126.287 8.940L126.287 9.220L124.229 9.220L124.229 8.940Q124.950 8.940 124.950 8.731L124.950 4.719L123.098 9.121Q123.050 9.220 122.940 9.220Q122.828 9.220 122.780 9.121L120.955 4.790L120.955 8.540Q120.955 8.940 121.676 8.940L121.676 9.220M127.520 10.450Q127.520 10.416 127.548 10.389Q127.818 10.160 127.967 9.837Q128.115 9.514 128.115 9.158L128.115 9.121Q128.006 9.220 127.842 9.220Q127.661 9.220 127.541 9.100Q127.421 8.981 127.421 8.800Q127.421 8.625 127.541 8.506Q127.661 8.386 127.842 8.386Q128.098 8.386 128.218 8.625Q128.337 8.865 128.337 9.158Q128.337 9.558 128.168 9.929Q127.999 10.300 127.702 10.556Q127.671 10.577 127.644 10.577Q127.602 10.577 127.561 10.536Q127.520 10.495 127.520 10.450\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M133.783 9.220L132.050 9.220L132.050 8.940Q132.276 8.940 132.425 8.906Q132.573 8.871 132.573 8.731L132.573 6.482L131.985 6.482L131.985 6.202L132.573 6.202L132.573 5.385Q132.573 5.067 132.751 4.819Q132.929 4.572 133.219 4.431Q133.510 4.291 133.821 4.291Q134.077 4.291 134.281 4.433Q134.484 4.575 134.484 4.818Q134.484 4.954 134.385 5.053Q134.286 5.153 134.149 5.153Q134.012 5.153 133.913 5.053Q133.814 4.954 133.814 4.818Q133.814 4.637 133.954 4.544Q133.876 4.517 133.776 4.517Q133.568 4.517 133.414 4.650Q133.260 4.783 133.180 4.987Q133.100 5.190 133.100 5.399L133.100 6.202L133.988 6.202L133.988 6.482L133.127 6.482L133.127 8.731Q133.127 8.940 133.783 8.940L133.783 9.220M134.422 7.737Q134.422 7.395 134.557 7.096Q134.692 6.797 134.932 6.573Q135.171 6.349 135.489 6.224Q135.807 6.099 136.138 6.099Q136.583 6.099 136.983 6.315Q137.382 6.530 137.617 6.908Q137.851 7.285 137.851 7.737Q137.851 8.078 137.709 8.362Q137.567 8.646 137.323 8.853Q137.078 9.059 136.769 9.174Q136.460 9.288 136.138 9.288Q135.708 9.288 135.306 9.087Q134.904 8.885 134.663 8.533Q134.422 8.181 134.422 7.737M136.138 9.039Q136.740 9.039 136.964 8.661Q137.188 8.283 137.188 7.651Q137.188 7.039 136.953 6.680Q136.719 6.322 136.138 6.322Q135.086 6.322 135.086 7.651Q135.086 8.283 135.311 8.661Q135.537 9.039 136.138 9.039M140.113 9.220L138.510 9.220L138.510 8.940Q138.736 8.940 138.885 8.906Q139.033 8.871 139.033 8.731L139.033 5.112Q139.033 4.842 138.926 4.780Q138.818 4.719 138.510 4.719L138.510 4.438L139.587 4.363L139.587 8.731Q139.587 8.868 139.737 8.904Q139.888 8.940 140.113 8.940L140.113 9.220M142.376 9.220L140.773 9.220L140.773 8.940Q140.999 8.940 141.147 8.906Q141.296 8.871 141.296 8.731L141.296 5.112Q141.296 4.842 141.188 4.780Q141.081 4.719 140.773 4.719L140.773 4.438L141.850 4.363L141.850 8.731Q141.850 8.868 142 8.904Q142.150 8.940 142.376 8.940L142.376 9.220M142.930 7.737Q142.930 7.395 143.065 7.096Q143.200 6.797 143.439 6.573Q143.678 6.349 143.996 6.224Q144.314 6.099 144.646 6.099Q145.090 6.099 145.490 6.315Q145.890 6.530 146.124 6.908Q146.358 7.285 146.358 7.737Q146.358 8.078 146.216 8.362Q146.074 8.646 145.830 8.853Q145.586 9.059 145.276 9.174Q144.967 9.288 144.646 9.288Q144.215 9.288 143.813 9.087Q143.412 8.885 143.171 8.533Q142.930 8.181 142.930 7.737M144.646 9.039Q145.247 9.039 145.471 8.661Q145.695 8.283 145.695 7.651Q145.695 7.039 145.461 6.680Q145.227 6.322 144.646 6.322Q143.593 6.322 143.593 7.651Q143.593 8.283 143.818 8.661Q144.044 9.039 144.646 9.039M148.340 9.193L147.359 6.694Q147.298 6.551 147.180 6.516Q147.062 6.482 146.847 6.482L146.847 6.202L148.327 6.202L148.327 6.482Q147.947 6.482 147.947 6.643Q147.947 6.653 147.961 6.694L148.675 8.526L149.349 6.821Q149.318 6.749 149.318 6.721Q149.318 6.694 149.291 6.694Q149.229 6.547 149.111 6.515Q148.993 6.482 148.781 6.482L148.781 6.202L150.179 6.202L150.179 6.482Q149.803 6.482 149.803 6.643Q149.803 6.674 149.810 6.694L150.566 8.632L151.253 6.882Q151.273 6.831 151.273 6.776Q151.273 6.636 151.160 6.559Q151.047 6.482 150.907 6.482L150.907 6.202L152.128 6.202L152.128 6.482Q151.922 6.482 151.767 6.588Q151.611 6.694 151.540 6.882L150.634 9.193Q150.600 9.288 150.487 9.288L150.419 9.288Q150.309 9.288 150.272 9.193L149.489 7.190L148.703 9.193Q148.669 9.288 148.556 9.288L148.487 9.288Q148.378 9.288 148.340 9.193\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M152.417 7.737Q152.417 7.395 152.552 7.096Q152.687 6.797 152.927 6.573Q153.166 6.349 153.484 6.224Q153.802 6.099 154.133 6.099Q154.578 6.099 154.977 6.315Q155.377 6.530 155.612 6.908Q155.846 7.285 155.846 7.737Q155.846 8.078 155.704 8.362Q155.562 8.646 155.318 8.853Q155.073 9.059 154.764 9.174Q154.455 9.288 154.133 9.288Q153.703 9.288 153.301 9.087Q152.899 8.885 152.658 8.533Q152.417 8.181 152.417 7.737M154.133 9.039Q154.735 9.039 154.959 8.661Q155.183 8.283 155.183 7.651Q155.183 7.039 154.948 6.680Q154.714 6.322 154.133 6.322Q153.081 6.322 153.081 7.651Q153.081 8.283 153.306 8.661Q153.532 9.039 154.133 9.039M158.122 9.220L156.488 9.220L156.488 8.940Q156.717 8.940 156.866 8.906Q157.015 8.871 157.015 8.731L157.015 6.882Q157.015 6.612 156.907 6.551Q156.799 6.489 156.488 6.489L156.488 6.209L157.548 6.134L157.548 6.783Q157.719 6.475 158.023 6.304Q158.327 6.134 158.672 6.134Q159.178 6.134 159.462 6.357Q159.746 6.581 159.746 7.077L159.746 8.731Q159.746 8.868 159.894 8.904Q160.043 8.940 160.269 8.940L160.269 9.220L158.638 9.220L158.638 8.940Q158.867 8.940 159.016 8.906Q159.165 8.871 159.165 8.731L159.165 7.091Q159.165 6.756 159.045 6.556Q158.925 6.356 158.611 6.356Q158.341 6.356 158.107 6.492Q157.873 6.629 157.734 6.863Q157.596 7.097 157.596 7.371L157.596 8.731Q157.596 8.868 157.746 8.904Q157.896 8.940 158.122 8.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(52.334 15.44)\">\u003Cpath d=\"M165.934 9.220L163.620 9.220L163.620 8.940Q164.342 8.940 164.342 8.731L164.342 4.930Q164.342 4.719 163.620 4.719L163.620 4.438L167.804 4.438L168.016 6.075L167.749 6.075Q167.671 5.464 167.519 5.185Q167.366 4.907 167.062 4.813Q166.758 4.719 166.133 4.719L165.398 4.719Q165.210 4.719 165.121 4.753Q165.032 4.787 165.032 4.930L165.032 6.687L165.586 6.687Q165.955 6.687 166.139 6.633Q166.324 6.578 166.403 6.405Q166.481 6.233 166.481 5.867L166.748 5.867L166.748 7.784L166.481 7.784Q166.481 7.419 166.403 7.246Q166.324 7.074 166.139 7.021Q165.955 6.968 165.586 6.968L165.032 6.968L165.032 8.731Q165.032 8.940 165.934 8.940\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M36.91 96.001h96.74V64.703H36.91Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-28.155 77.562)\">\u003Cpath d=\"M85.594 1.213L85.594 0.150Q85.594 0.126 85.622 0.099Q85.649 0.072 85.673 0.072L85.782 0.072Q85.847 0.072 85.861 0.130Q85.957 0.564 86.203 0.815Q86.449 1.066 86.863 1.066Q87.204 1.066 87.457 0.933Q87.710 0.800 87.710 0.492Q87.710 0.335 87.616 0.220Q87.522 0.106 87.384 0.037Q87.245-0.031 87.078-0.069L86.497-0.168Q86.141-0.236 85.868-0.457Q85.594-0.677 85.594-1.019Q85.594-1.268 85.706-1.443Q85.817-1.617 86.003-1.716Q86.189-1.815 86.405-1.858Q86.620-1.901 86.863-1.901Q87.276-1.901 87.556-1.719L87.772-1.894Q87.782-1.897 87.789-1.899Q87.796-1.901 87.806-1.901L87.857-1.901Q87.884-1.901 87.908-1.877Q87.932-1.853 87.932-1.825L87.932-0.978Q87.932-0.957 87.908-0.930Q87.884-0.903 87.857-0.903L87.744-0.903Q87.717-0.903 87.691-0.928Q87.666-0.954 87.666-0.978Q87.666-1.214 87.560-1.378Q87.454-1.542 87.271-1.624Q87.088-1.706 86.856-1.706Q86.528-1.706 86.271-1.603Q86.015-1.501 86.015-1.224Q86.015-1.029 86.198-0.920Q86.381-0.810 86.610-0.769L87.184-0.663Q87.430-0.615 87.644-0.487Q87.857-0.359 87.994-0.156Q88.131 0.048 88.131 0.297Q88.131 0.810 87.765 1.049Q87.399 1.288 86.863 1.288Q86.367 1.288 86.035 0.994L85.769 1.268Q85.748 1.288 85.721 1.288L85.673 1.288Q85.649 1.288 85.622 1.261Q85.594 1.234 85.594 1.213M89.286 0.379L89.286-1.518L88.647-1.518L88.647-1.740Q88.965-1.740 89.182-1.950Q89.399-2.160 89.499-2.470Q89.600-2.779 89.600-3.087L89.867-3.087L89.867-1.798L90.944-1.798L90.944-1.518L89.867-1.518L89.867 0.366Q89.867 0.642 89.971 0.841Q90.075 1.039 90.335 1.039Q90.492 1.039 90.598 0.935Q90.704 0.830 90.754 0.677Q90.803 0.523 90.803 0.366L90.803-0.048L91.070-0.048L91.070 0.379Q91.070 0.605 90.971 0.815Q90.872 1.025 90.687 1.157Q90.503 1.288 90.274 1.288Q89.836 1.288 89.561 1.051Q89.286 0.813 89.286 0.379M91.938 0.492Q91.938 0.160 92.162-0.067Q92.386-0.294 92.729-0.422Q93.073-0.551 93.446-0.603Q93.818-0.656 94.122-0.656L94.122-0.909Q94.122-1.114 94.015-1.294Q93.907-1.473 93.726-1.576Q93.545-1.678 93.336-1.678Q92.929-1.678 92.694-1.586Q92.782-1.549 92.829-1.465Q92.875-1.381 92.875-1.279Q92.875-1.183 92.829-1.104Q92.782-1.026 92.702-0.981Q92.622-0.937 92.533-0.937Q92.383-0.937 92.282-1.034Q92.181-1.132 92.181-1.279Q92.181-1.901 93.336-1.901Q93.548-1.901 93.798-1.837Q94.047-1.774 94.249-1.655Q94.450-1.535 94.577-1.350Q94.703-1.166 94.703-0.923L94.703 0.653Q94.703 0.769 94.765 0.865Q94.826 0.960 94.939 0.960Q95.049 0.960 95.113 0.866Q95.178 0.772 95.178 0.653L95.178 0.205L95.445 0.205L95.445 0.653Q95.445 0.923 95.218 1.088Q94.990 1.254 94.710 1.254Q94.502 1.254 94.365 1.100Q94.228 0.947 94.204 0.731Q94.057 0.998 93.775 1.143Q93.493 1.288 93.169 1.288Q92.892 1.288 92.608 1.213Q92.324 1.138 92.131 0.959Q91.938 0.779 91.938 0.492M92.553 0.492Q92.553 0.666 92.654 0.796Q92.755 0.926 92.911 0.996Q93.066 1.066 93.230 1.066Q93.449 1.066 93.657 0.969Q93.866 0.871 93.994 0.690Q94.122 0.509 94.122 0.283L94.122-0.445Q93.798-0.445 93.432-0.354Q93.066-0.263 92.810-0.051Q92.553 0.160 92.553 0.492M96.669 1.220L96.402 1.220L96.402-2.888Q96.402-3.158 96.294-3.220Q96.187-3.281 95.876-3.281L95.876-3.562L96.956-3.637L96.956-1.467Q97.164-1.658 97.450-1.762Q97.735-1.866 98.032-1.866Q98.350-1.866 98.648-1.745Q98.945-1.624 99.167-1.408Q99.389-1.193 99.516-0.908Q99.642-0.622 99.642-0.291Q99.642 0.154 99.403 0.518Q99.164 0.882 98.771 1.085Q98.378 1.288 97.933 1.288Q97.738 1.288 97.549 1.232Q97.359 1.176 97.198 1.071Q97.038 0.967 96.898 0.806L96.669 1.220M96.983-1.125L96.983 0.492Q97.120 0.752 97.361 0.909Q97.602 1.066 97.879 1.066Q98.173 1.066 98.384 0.959Q98.596 0.851 98.730 0.659Q98.863 0.468 98.921 0.229Q98.979-0.010 98.979-0.291Q98.979-0.650 98.885-0.954Q98.791-1.258 98.564-1.451Q98.337-1.644 97.971-1.644Q97.670-1.644 97.404-1.508Q97.137-1.371 96.983-1.125M101.946 1.220L100.343 1.220L100.343 0.940Q100.569 0.940 100.717 0.906Q100.866 0.871 100.866 0.731L100.866-2.888Q100.866-3.158 100.758-3.220Q100.651-3.281 100.343-3.281L100.343-3.562L101.420-3.637L101.420 0.731Q101.420 0.868 101.570 0.904Q101.720 0.940 101.946 0.940L101.946 1.220M102.500-0.315Q102.500-0.636 102.624-0.925Q102.749-1.214 102.975-1.437Q103.200-1.661 103.496-1.781Q103.792-1.901 104.110-1.901Q104.438-1.901 104.699-1.801Q104.961-1.702 105.137-1.520Q105.313-1.337 105.407-1.079Q105.501-0.821 105.501-0.489Q105.501-0.397 105.419-0.376L103.163-0.376L103.163-0.315Q103.163 0.273 103.447 0.656Q103.730 1.039 104.298 1.039Q104.619 1.039 104.887 0.846Q105.155 0.653 105.244 0.338Q105.251 0.297 105.326 0.283L105.419 0.283Q105.501 0.307 105.501 0.379Q105.501 0.386 105.494 0.413Q105.381 0.810 105.010 1.049Q104.639 1.288 104.216 1.288Q103.778 1.288 103.378 1.080Q102.978 0.871 102.739 0.504Q102.500 0.137 102.500-0.315M103.170-0.585L104.985-0.585Q104.985-0.862 104.887-1.114Q104.790-1.367 104.592-1.523Q104.393-1.678 104.110-1.678Q103.833-1.678 103.619-1.520Q103.405-1.361 103.288-1.106Q103.170-0.851 103.170-0.585\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-28.155 77.562)\">\u003Cpath d=\"M108.762-0.263Q108.762-0.605 108.897-0.904Q109.032-1.203 109.272-1.427Q109.511-1.651 109.829-1.776Q110.147-1.901 110.478-1.901Q110.923-1.901 111.322-1.685Q111.722-1.470 111.957-1.092Q112.191-0.715 112.191-0.263Q112.191 0.078 112.049 0.362Q111.907 0.646 111.663 0.853Q111.418 1.059 111.109 1.174Q110.800 1.288 110.478 1.288Q110.048 1.288 109.646 1.087Q109.244 0.885 109.003 0.533Q108.762 0.181 108.762-0.263M110.478 1.039Q111.080 1.039 111.304 0.661Q111.528 0.283 111.528-0.349Q111.528-0.961 111.293-1.320Q111.059-1.678 110.478-1.678Q109.426-1.678 109.426-0.349Q109.426 0.283 109.651 0.661Q109.877 1.039 110.478 1.039M114.583 1.220L112.850 1.220L112.850 0.940Q113.076 0.940 113.225 0.906Q113.373 0.871 113.373 0.731L113.373-1.518L112.785-1.518L112.785-1.798L113.373-1.798L113.373-2.615Q113.373-2.933 113.551-3.181Q113.729-3.428 114.019-3.569Q114.310-3.709 114.621-3.709Q114.877-3.709 115.081-3.567Q115.284-3.425 115.284-3.182Q115.284-3.046 115.185-2.947Q115.086-2.847 114.949-2.847Q114.812-2.847 114.713-2.947Q114.614-3.046 114.614-3.182Q114.614-3.363 114.754-3.456Q114.676-3.483 114.576-3.483Q114.368-3.483 114.214-3.350Q114.060-3.217 113.980-3.013Q113.900-2.810 113.900-2.601L113.900-1.798L114.788-1.798L114.788-1.518L113.927-1.518L113.927 0.731Q113.927 0.940 114.583 0.940\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-28.155 77.562)\">\u003Cpath d=\"M117.626 1.220L115.893 1.220L115.893 0.940Q116.119 0.940 116.268 0.906Q116.416 0.871 116.416 0.731L116.416-1.518L115.828-1.518L115.828-1.798L116.416-1.798L116.416-2.615Q116.416-2.933 116.594-3.181Q116.772-3.428 117.062-3.569Q117.353-3.709 117.664-3.709Q117.920-3.709 118.124-3.567Q118.327-3.425 118.327-3.182Q118.327-3.046 118.228-2.947Q118.129-2.847 117.992-2.847Q117.855-2.847 117.756-2.947Q117.657-3.046 117.657-3.182Q117.657-3.363 117.797-3.456Q117.719-3.483 117.619-3.483Q117.411-3.483 117.257-3.350Q117.103-3.217 117.023-3.013Q116.943-2.810 116.943-2.601L116.943-1.798L117.831-1.798L117.831-1.518L116.970-1.518L116.970 0.731Q116.970 0.940 117.626 0.940L117.626 1.220M120.190-0.034L118.132-0.034L118.132-0.537L120.190-0.537L120.190-0.034M122.637 2.577L121.007 2.577L121.007 2.297Q121.236 2.297 121.384 2.262Q121.533 2.228 121.533 2.088L121.533-1.258Q121.533-1.429 121.396-1.470Q121.260-1.511 121.007-1.511L121.007-1.791L122.087-1.866L122.087-1.460Q122.309-1.661 122.596-1.764Q122.883-1.866 123.191-1.866Q123.618-1.866 123.982-1.653Q124.346-1.439 124.560-1.075Q124.773-0.711 124.773-0.291Q124.773 0.154 124.534 0.518Q124.295 0.882 123.902 1.085Q123.509 1.288 123.064 1.288Q122.798 1.288 122.550 1.188Q122.302 1.087 122.114 0.906L122.114 2.088Q122.114 2.225 122.263 2.261Q122.411 2.297 122.637 2.297L122.637 2.577M122.114-1.111L122.114 0.499Q122.247 0.752 122.490 0.909Q122.733 1.066 123.010 1.066Q123.338 1.066 123.591 0.865Q123.844 0.663 123.977 0.345Q124.110 0.027 124.110-0.291Q124.110-0.520 124.045-0.749Q123.980-0.978 123.852-1.176Q123.724-1.374 123.529-1.494Q123.334-1.613 123.102-1.613Q122.808-1.613 122.540-1.484Q122.271-1.354 122.114-1.111\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-28.155 77.562)\">\u003Cpath d=\"M125.592-0.263Q125.592-0.605 125.727-0.904Q125.862-1.203 126.102-1.427Q126.341-1.651 126.659-1.776Q126.977-1.901 127.308-1.901Q127.753-1.901 128.152-1.685Q128.552-1.470 128.787-1.092Q129.021-0.715 129.021-0.263Q129.021 0.078 128.879 0.362Q128.737 0.646 128.493 0.853Q128.248 1.059 127.939 1.174Q127.630 1.288 127.308 1.288Q126.878 1.288 126.476 1.087Q126.074 0.885 125.833 0.533Q125.592 0.181 125.592-0.263M127.308 1.039Q127.910 1.039 128.134 0.661Q128.358 0.283 128.358-0.349Q128.358-0.961 128.123-1.320Q127.889-1.678 127.308-1.678Q126.256-1.678 126.256-0.349Q126.256 0.283 126.481 0.661Q126.707 1.039 127.308 1.039M131.283 1.220L129.680 1.220L129.680 0.940Q129.906 0.940 130.055 0.906Q130.203 0.871 130.203 0.731L130.203-2.888Q130.203-3.158 130.096-3.220Q129.988-3.281 129.680-3.281L129.680-3.562L130.757-3.637L130.757 0.731Q130.757 0.868 130.907 0.904Q131.058 0.940 131.283 0.940L131.283 1.220M133.495 1.220L131.943 1.220L131.943 0.940Q132.169 0.940 132.317 0.906Q132.466 0.871 132.466 0.731L132.466-1.118Q132.466-1.306 132.418-1.390Q132.370-1.473 132.273-1.492Q132.175-1.511 131.964-1.511L131.964-1.791L133.020-1.866L133.020 0.731Q133.020 0.871 133.151 0.906Q133.283 0.940 133.495 0.940L133.495 1.220M132.223-3.087Q132.223-3.258 132.346-3.377Q132.469-3.497 132.640-3.497Q132.808-3.497 132.931-3.377Q133.054-3.258 133.054-3.087Q133.054-2.912 132.931-2.789Q132.808-2.666 132.640-2.666Q132.469-2.666 132.346-2.789Q132.223-2.912 132.223-3.087M134.141-0.291Q134.141-0.619 134.276-0.920Q134.411-1.220 134.647-1.441Q134.882-1.661 135.187-1.781Q135.491-1.901 135.816-1.901Q136.321-1.901 136.670-1.798Q137.019-1.696 137.019-1.320Q137.019-1.173 136.921-1.072Q136.824-0.971 136.677-0.971Q136.523-0.971 136.424-1.070Q136.325-1.169 136.325-1.320Q136.325-1.508 136.465-1.600Q136.263-1.651 135.822-1.651Q135.467-1.651 135.238-1.455Q135.009-1.258 134.908-0.949Q134.807-0.639 134.807-0.291Q134.807 0.058 134.934 0.364Q135.060 0.670 135.315 0.854Q135.569 1.039 135.925 1.039Q136.147 1.039 136.332 0.955Q136.516 0.871 136.651 0.716Q136.786 0.560 136.844 0.352Q136.858 0.297 136.913 0.297L137.026 0.297Q137.056 0.297 137.079 0.321Q137.101 0.345 137.101 0.379L137.101 0.400Q137.015 0.687 136.827 0.885Q136.639 1.083 136.374 1.186Q136.110 1.288 135.816 1.288Q135.385 1.288 134.997 1.082Q134.609 0.875 134.375 0.512Q134.141 0.150 134.141-0.291M138.024 2.355Q138.153 2.423 138.290 2.423Q138.461 2.423 138.611 2.334Q138.762 2.245 138.873 2.100Q138.984 1.955 139.063 1.787L139.326 1.220L138.157-1.306Q138.082-1.453 137.952-1.485Q137.822-1.518 137.590-1.518L137.590-1.798L139.111-1.798L139.111-1.518Q138.762-1.518 138.762-1.371Q138.765-1.350 138.767-1.333Q138.769-1.316 138.769-1.306L139.627 0.553L140.399-1.118Q140.433-1.186 140.433-1.265Q140.433-1.378 140.350-1.448Q140.266-1.518 140.153-1.518L140.153-1.798L141.349-1.798L141.349-1.518Q141.131-1.518 140.958-1.414Q140.785-1.309 140.693-1.118L139.357 1.787Q139.186 2.157 138.916 2.403Q138.646 2.649 138.290 2.649Q138.020 2.649 137.801 2.483Q137.583 2.317 137.583 2.054Q137.583 1.917 137.675 1.828Q137.767 1.740 137.907 1.740Q138.044 1.740 138.133 1.828Q138.222 1.917 138.222 2.054Q138.222 2.157 138.169 2.235Q138.116 2.314 138.024 2.355\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-28.155 77.562)\">\u003Cpath d=\"M95.775 9.193L94.794 6.694Q94.733 6.551 94.615 6.516Q94.497 6.482 94.281 6.482L94.281 6.202L95.761 6.202L95.761 6.482Q95.382 6.482 95.382 6.643Q95.382 6.653 95.396 6.694L96.110 8.526L96.783 6.821Q96.753 6.749 96.753 6.721Q96.753 6.694 96.725 6.694Q96.664 6.547 96.546 6.515Q96.428 6.482 96.216 6.482L96.216 6.202L97.614 6.202L97.614 6.482Q97.238 6.482 97.238 6.643Q97.238 6.674 97.245 6.694L98 8.632L98.687 6.882Q98.708 6.831 98.708 6.776Q98.708 6.636 98.595 6.559Q98.482 6.482 98.342 6.482L98.342 6.202L99.562 6.202L99.562 6.482Q99.357 6.482 99.202 6.588Q99.046 6.694 98.974 6.882L98.069 9.193Q98.034 9.288 97.922 9.288L97.853 9.288Q97.744 9.288 97.706 9.193L96.924 7.190L96.137 9.193Q96.103 9.288 95.990 9.288L95.922 9.288Q95.813 9.288 95.775 9.193M101.709 9.220L100.157 9.220L100.157 8.940Q100.383 8.940 100.531 8.906Q100.680 8.871 100.680 8.731L100.680 6.882Q100.680 6.694 100.632 6.610Q100.584 6.527 100.487 6.508Q100.389 6.489 100.177 6.489L100.177 6.209L101.234 6.134L101.234 8.731Q101.234 8.871 101.365 8.906Q101.497 8.940 101.709 8.940L101.709 9.220M100.437 4.913Q100.437 4.742 100.560 4.623Q100.683 4.503 100.854 4.503Q101.022 4.503 101.145 4.623Q101.268 4.742 101.268 4.913Q101.268 5.088 101.145 5.211Q101.022 5.334 100.854 5.334Q100.683 5.334 100.560 5.211Q100.437 5.088 100.437 4.913M102.881 8.379L102.881 6.482L102.242 6.482L102.242 6.260Q102.560 6.260 102.777 6.050Q102.994 5.840 103.095 5.530Q103.196 5.221 103.196 4.913L103.462 4.913L103.462 6.202L104.539 6.202L104.539 6.482L103.462 6.482L103.462 8.366Q103.462 8.642 103.566 8.841Q103.671 9.039 103.930 9.039Q104.088 9.039 104.194 8.935Q104.300 8.830 104.349 8.677Q104.399 8.523 104.399 8.366L104.399 7.952L104.665 7.952L104.665 8.379Q104.665 8.605 104.566 8.815Q104.467 9.025 104.282 9.157Q104.098 9.288 103.869 9.288Q103.431 9.288 103.156 9.051Q102.881 8.813 102.881 8.379M107.157 9.220L105.523 9.220L105.523 8.940Q105.752 8.940 105.901 8.906Q106.050 8.871 106.050 8.731L106.050 5.112Q106.050 4.842 105.942 4.780Q105.834 4.719 105.523 4.719L105.523 4.438L106.603 4.363L106.603 6.749Q106.709 6.564 106.887 6.422Q107.065 6.281 107.273 6.207Q107.482 6.134 107.707 6.134Q108.213 6.134 108.497 6.357Q108.781 6.581 108.781 7.077L108.781 8.731Q108.781 8.868 108.929 8.904Q109.078 8.940 109.303 8.940L109.303 9.220L107.673 9.220L107.673 8.940Q107.902 8.940 108.051 8.906Q108.199 8.871 108.199 8.731L108.199 7.091Q108.199 6.756 108.080 6.556Q107.960 6.356 107.646 6.356Q107.376 6.356 107.142 6.492Q106.907 6.629 106.769 6.863Q106.631 7.097 106.631 7.371L106.631 8.731Q106.631 8.868 106.781 8.904Q106.931 8.940 107.157 8.940\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-28.155 77.562)\">\u003Cpath d=\"M113.122 8.379L113.122 6.482L112.483 6.482L112.483 6.260Q112.801 6.260 113.018 6.050Q113.235 5.840 113.335 5.530Q113.436 5.221 113.436 4.913L113.703 4.913L113.703 6.202L114.780 6.202L114.780 6.482L113.703 6.482L113.703 8.366Q113.703 8.642 113.807 8.841Q113.911 9.039 114.171 9.039Q114.328 9.039 114.434 8.935Q114.540 8.830 114.590 8.677Q114.639 8.523 114.639 8.366L114.639 7.952L114.906 7.952L114.906 8.379Q114.906 8.605 114.807 8.815Q114.708 9.025 114.523 9.157Q114.339 9.288 114.110 9.288Q113.672 9.288 113.397 9.051Q113.122 8.813 113.122 8.379M117.466 9.220L115.730 9.220L115.730 8.940Q115.959 8.940 116.107 8.906Q116.256 8.871 116.256 8.731L116.256 6.882Q116.256 6.612 116.148 6.551Q116.041 6.489 115.730 6.489L115.730 6.209L116.759 6.134L116.759 6.841Q116.888 6.533 117.131 6.334Q117.374 6.134 117.692 6.134Q117.910 6.134 118.081 6.258Q118.252 6.383 118.252 6.595Q118.252 6.732 118.153 6.831Q118.054 6.930 117.921 6.930Q117.784 6.930 117.685 6.831Q117.586 6.732 117.586 6.595Q117.586 6.455 117.685 6.356Q117.394 6.356 117.194 6.552Q116.994 6.749 116.902 7.043Q116.810 7.337 116.810 7.617L116.810 8.731Q116.810 8.940 117.466 8.940L117.466 9.220M118.895 8.492Q118.895 8.160 119.119 7.933Q119.343 7.706 119.686 7.578Q120.030 7.449 120.402 7.397Q120.775 7.344 121.079 7.344L121.079 7.091Q121.079 6.886 120.971 6.706Q120.864 6.527 120.682 6.424Q120.501 6.322 120.293 6.322Q119.886 6.322 119.650 6.414Q119.739 6.451 119.785 6.535Q119.831 6.619 119.831 6.721Q119.831 6.817 119.785 6.896Q119.739 6.974 119.659 7.019Q119.578 7.063 119.489 7.063Q119.339 7.063 119.238 6.966Q119.137 6.868 119.137 6.721Q119.137 6.099 120.293 6.099Q120.505 6.099 120.754 6.163Q121.004 6.226 121.205 6.345Q121.407 6.465 121.533 6.650Q121.660 6.834 121.660 7.077L121.660 8.653Q121.660 8.769 121.721 8.865Q121.783 8.960 121.896 8.960Q122.005 8.960 122.070 8.866Q122.135 8.772 122.135 8.653L122.135 8.205L122.402 8.205L122.402 8.653Q122.402 8.923 122.174 9.088Q121.947 9.254 121.667 9.254Q121.458 9.254 121.322 9.100Q121.185 8.947 121.161 8.731Q121.014 8.998 120.732 9.143Q120.450 9.288 120.125 9.288Q119.848 9.288 119.565 9.213Q119.281 9.138 119.088 8.959Q118.895 8.779 118.895 8.492M119.510 8.492Q119.510 8.666 119.611 8.796Q119.712 8.926 119.867 8.996Q120.023 9.066 120.187 9.066Q120.406 9.066 120.614 8.969Q120.823 8.871 120.951 8.690Q121.079 8.509 121.079 8.283L121.079 7.555Q120.754 7.555 120.388 7.646Q120.023 7.737 119.766 7.949Q119.510 8.160 119.510 8.492M122.819 7.709Q122.819 7.381 122.954 7.080Q123.089 6.780 123.324 6.559Q123.560 6.339 123.864 6.219Q124.169 6.099 124.493 6.099Q124.999 6.099 125.348 6.202Q125.697 6.304 125.697 6.680Q125.697 6.827 125.599 6.928Q125.502 7.029 125.355 7.029Q125.201 7.029 125.102 6.930Q125.003 6.831 125.003 6.680Q125.003 6.492 125.143 6.400Q124.941 6.349 124.500 6.349Q124.145 6.349 123.916 6.545Q123.687 6.742 123.586 7.051Q123.485 7.361 123.485 7.709Q123.485 8.058 123.612 8.364Q123.738 8.670 123.993 8.854Q124.247 9.039 124.603 9.039Q124.825 9.039 125.010 8.955Q125.194 8.871 125.329 8.716Q125.464 8.560 125.522 8.352Q125.536 8.297 125.591 8.297L125.703 8.297Q125.734 8.297 125.756 8.321Q125.779 8.345 125.779 8.379L125.779 8.400Q125.693 8.687 125.505 8.885Q125.317 9.083 125.052 9.186Q124.787 9.288 124.493 9.288Q124.063 9.288 123.675 9.082Q123.287 8.875 123.053 8.512Q122.819 8.150 122.819 7.709M126.325 7.685Q126.325 7.364 126.450 7.075Q126.575 6.786 126.801 6.563Q127.026 6.339 127.322 6.219Q127.617 6.099 127.935 6.099Q128.263 6.099 128.525 6.199Q128.786 6.298 128.962 6.480Q129.138 6.663 129.232 6.921Q129.326 7.179 129.326 7.511Q129.326 7.603 129.244 7.624L126.989 7.624L126.989 7.685Q126.989 8.273 127.272 8.656Q127.556 9.039 128.123 9.039Q128.445 9.039 128.713 8.846Q128.981 8.653 129.070 8.338Q129.077 8.297 129.152 8.283L129.244 8.283Q129.326 8.307 129.326 8.379Q129.326 8.386 129.320 8.413Q129.207 8.810 128.836 9.049Q128.465 9.288 128.041 9.288Q127.604 9.288 127.204 9.080Q126.804 8.871 126.565 8.504Q126.325 8.137 126.325 7.685M126.995 7.415L128.810 7.415Q128.810 7.138 128.713 6.886Q128.615 6.633 128.417 6.477Q128.219 6.322 127.935 6.322Q127.658 6.322 127.445 6.480Q127.231 6.639 127.113 6.894Q126.995 7.149 126.995 7.415M129.914 9.213L129.914 8.150Q129.914 8.126 129.942 8.099Q129.969 8.072 129.993 8.072L130.102 8.072Q130.167 8.072 130.181 8.130Q130.277 8.564 130.523 8.815Q130.769 9.066 131.182 9.066Q131.524 9.066 131.777 8.933Q132.030 8.800 132.030 8.492Q132.030 8.335 131.936 8.220Q131.842 8.106 131.704 8.037Q131.565 7.969 131.398 7.931L130.817 7.832Q130.461 7.764 130.188 7.543Q129.914 7.323 129.914 6.981Q129.914 6.732 130.025 6.557Q130.136 6.383 130.323 6.284Q130.509 6.185 130.724 6.142Q130.940 6.099 131.182 6.099Q131.596 6.099 131.876 6.281L132.092 6.106Q132.102 6.103 132.109 6.101Q132.115 6.099 132.126 6.099L132.177 6.099Q132.204 6.099 132.228 6.123Q132.252 6.147 132.252 6.175L132.252 7.022Q132.252 7.043 132.228 7.070Q132.204 7.097 132.177 7.097L132.064 7.097Q132.037 7.097 132.011 7.072Q131.986 7.046 131.986 7.022Q131.986 6.786 131.880 6.622Q131.774 6.458 131.591 6.376Q131.408 6.294 131.176 6.294Q130.847 6.294 130.591 6.397Q130.335 6.499 130.335 6.776Q130.335 6.971 130.518 7.080Q130.700 7.190 130.929 7.231L131.504 7.337Q131.750 7.385 131.963 7.513Q132.177 7.641 132.314 7.844Q132.450 8.048 132.450 8.297Q132.450 8.810 132.085 9.049Q131.719 9.288 131.182 9.288Q130.687 9.288 130.355 8.994L130.089 9.268Q130.068 9.288 130.041 9.288L129.993 9.288Q129.969 9.288 129.942 9.261Q129.914 9.234 129.914 9.213\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M64.106-40.172 18.126-5.353\"\u002F>\u003Cpath stroke=\"none\" d=\"m16.053-3.783 4.572-.854-2.5-.716-.012-2.6\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m106.454-40.172 45.98 34.819\"\u002F>\u003Cpath stroke=\"none\" d=\"m154.506-3.783-2.06-4.17-.012 2.6-2.5.716\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M18.194 33.605 60.13 62.817\"\u002F>\u003Cpath stroke=\"none\" d=\"m62.263 64.303-2.224-4.084.09 2.598-2.468.815\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m152.365 33.605-41.936 29.212\"\u002F>\u003Cpath stroke=\"none\" d=\"m108.296 64.303 4.602-.67-2.469-.816.092-2.598\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The two stability strategies for traces. Gradient-TD (GTD\u002FGQ) adds a second weight vector v and a correction term to follow a true gradient on the projected Bellman error. Emphatic-TD keeps one weight vector but scales the trace by an emphasis M built from the followon trace F and interest I. Both take the unstable semi-gradient trace method and return the off-policy convergence guarantee.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:360.214px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 270.160 119.166\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-47.313 25.531H189.69\"\u002F>\u003Cpath stroke=\"none\" d=\"m191.69 25.531-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(154.054 10.67)\">\u003Cpath d=\"M-46.999 25.524L-46.999 24.461Q-46.999 24.437-46.971 24.410Q-46.944 24.383-46.920 24.383L-46.811 24.383Q-46.746 24.383-46.732 24.441Q-46.636 24.875-46.390 25.126Q-46.144 25.377-45.730 25.377Q-45.389 25.377-45.136 25.244Q-44.883 25.111-44.883 24.803Q-44.883 24.646-44.977 24.531Q-45.071 24.417-45.209 24.348Q-45.348 24.280-45.515 24.242L-46.096 24.143Q-46.452 24.075-46.725 23.854Q-46.999 23.634-46.999 23.292Q-46.999 23.043-46.887 22.868Q-46.776 22.694-46.590 22.595Q-46.404 22.496-46.188 22.453Q-45.973 22.410-45.730 22.410Q-45.317 22.410-45.037 22.592L-44.821 22.417Q-44.811 22.414-44.804 22.412Q-44.797 22.410-44.787 22.410L-44.736 22.410Q-44.709 22.410-44.685 22.434Q-44.661 22.458-44.661 22.486L-44.661 23.333Q-44.661 23.354-44.685 23.381Q-44.709 23.408-44.736 23.408L-44.849 23.408Q-44.876 23.408-44.902 23.383Q-44.927 23.357-44.927 23.333Q-44.927 23.097-45.033 22.933Q-45.139 22.769-45.322 22.687Q-45.505 22.605-45.737 22.605Q-46.065 22.605-46.322 22.708Q-46.578 22.810-46.578 23.087Q-46.578 23.282-46.395 23.391Q-46.212 23.501-45.983 23.542L-45.409 23.648Q-45.163 23.696-44.949 23.824Q-44.736 23.952-44.599 24.155Q-44.462 24.359-44.462 24.608Q-44.462 25.121-44.828 25.360Q-45.194 25.599-45.730 25.599Q-46.226 25.599-46.558 25.305L-46.824 25.579Q-46.845 25.599-46.872 25.599L-46.920 25.599Q-46.944 25.599-46.971 25.572Q-46.999 25.545-46.999 25.524M-43.307 24.690L-43.307 22.793L-43.946 22.793L-43.946 22.571Q-43.628 22.571-43.411 22.361Q-43.194 22.151-43.094 21.841Q-42.993 21.532-42.993 21.224L-42.726 21.224L-42.726 22.513L-41.649 22.513L-41.649 22.793L-42.726 22.793L-42.726 24.677Q-42.726 24.953-42.622 25.152Q-42.518 25.350-42.258 25.350Q-42.101 25.350-41.995 25.246Q-41.889 25.141-41.839 24.988Q-41.790 24.834-41.790 24.677L-41.790 24.263L-41.523 24.263L-41.523 24.690Q-41.523 24.916-41.622 25.126Q-41.721 25.336-41.906 25.468Q-42.090 25.599-42.319 25.599Q-42.757 25.599-43.032 25.362Q-43.307 25.124-43.307 24.690M-40.655 24.803Q-40.655 24.471-40.431 24.244Q-40.207 24.017-39.864 23.889Q-39.520 23.760-39.147 23.708Q-38.775 23.655-38.471 23.655L-38.471 23.402Q-38.471 23.197-38.578 23.017Q-38.686 22.838-38.867 22.735Q-39.048 22.633-39.257 22.633Q-39.664 22.633-39.899 22.725Q-39.811 22.762-39.764 22.846Q-39.718 22.930-39.718 23.032Q-39.718 23.128-39.764 23.207Q-39.811 23.285-39.891 23.330Q-39.971 23.374-40.060 23.374Q-40.210 23.374-40.311 23.277Q-40.412 23.179-40.412 23.032Q-40.412 22.410-39.257 22.410Q-39.045 22.410-38.795 22.474Q-38.546 22.537-38.344 22.656Q-38.143 22.776-38.016 22.961Q-37.890 23.145-37.890 23.388L-37.890 24.964Q-37.890 25.080-37.828 25.176Q-37.767 25.271-37.654 25.271Q-37.544 25.271-37.480 25.177Q-37.415 25.083-37.415 24.964L-37.415 24.516L-37.148 24.516L-37.148 24.964Q-37.148 25.234-37.375 25.399Q-37.603 25.565-37.883 25.565Q-38.091 25.565-38.228 25.411Q-38.365 25.258-38.389 25.042Q-38.536 25.309-38.818 25.454Q-39.100 25.599-39.424 25.599Q-39.701 25.599-39.985 25.524Q-40.269 25.449-40.462 25.270Q-40.655 25.090-40.655 24.803M-40.040 24.803Q-40.040 24.977-39.939 25.107Q-39.838 25.237-39.682 25.307Q-39.527 25.377-39.363 25.377Q-39.144 25.377-38.936 25.280Q-38.727 25.182-38.599 25.001Q-38.471 24.820-38.471 24.594L-38.471 23.866Q-38.795 23.866-39.161 23.957Q-39.527 24.048-39.783 24.260Q-40.040 24.471-40.040 24.803M-36.205 24.690L-36.205 22.793L-36.844 22.793L-36.844 22.571Q-36.526 22.571-36.309 22.361Q-36.092 22.151-35.991 21.841Q-35.890 21.532-35.890 21.224L-35.624 21.224L-35.624 22.513L-34.547 22.513L-34.547 22.793L-35.624 22.793L-35.624 24.677Q-35.624 24.953-35.519 25.152Q-35.415 25.350-35.155 25.350Q-34.998 25.350-34.892 25.246Q-34.786 25.141-34.737 24.988Q-34.687 24.834-34.687 24.677L-34.687 24.263L-34.420 24.263L-34.420 24.690Q-34.420 24.916-34.520 25.126Q-34.619 25.336-34.803 25.468Q-34.988 25.599-35.217 25.599Q-35.654 25.599-35.929 25.362Q-36.205 25.124-36.205 24.690M-33.651 23.996Q-33.651 23.675-33.527 23.386Q-33.402 23.097-33.176 22.874Q-32.951 22.650-32.655 22.530Q-32.359 22.410-32.042 22.410Q-31.713 22.410-31.452 22.510Q-31.190 22.609-31.014 22.791Q-30.838 22.974-30.744 23.232Q-30.650 23.490-30.650 23.822Q-30.650 23.914-30.732 23.935L-32.988 23.935L-32.988 23.996Q-32.988 24.584-32.705 24.967Q-32.421 25.350-31.854 25.350Q-31.532 25.350-31.264 25.157Q-30.996 24.964-30.907 24.649Q-30.900 24.608-30.825 24.594L-30.732 24.594Q-30.650 24.618-30.650 24.690Q-30.650 24.697-30.657 24.724Q-30.770 25.121-31.141 25.360Q-31.512 25.599-31.936 25.599Q-32.373 25.599-32.773 25.391Q-33.173 25.182-33.412 24.815Q-33.651 24.448-33.651 23.996M-32.981 23.726L-31.167 23.726Q-31.167 23.449-31.264 23.197Q-31.361 22.944-31.560 22.788Q-31.758 22.633-32.042 22.633Q-32.318 22.633-32.532 22.791Q-32.746 22.950-32.864 23.205Q-32.981 23.460-32.981 23.726M-30.063 25.524L-30.063 24.461Q-30.063 24.437-30.035 24.410Q-30.008 24.383-29.984 24.383L-29.875 24.383Q-29.810 24.383-29.796 24.441Q-29.700 24.875-29.454 25.126Q-29.208 25.377-28.794 25.377Q-28.453 25.377-28.200 25.244Q-27.947 25.111-27.947 24.803Q-27.947 24.646-28.041 24.531Q-28.135 24.417-28.273 24.348Q-28.412 24.280-28.579 24.242L-29.160 24.143Q-29.516 24.075-29.789 23.854Q-30.063 23.634-30.063 23.292Q-30.063 23.043-29.951 22.868Q-29.840 22.694-29.654 22.595Q-29.468 22.496-29.252 22.453Q-29.037 22.410-28.794 22.410Q-28.381 22.410-28.101 22.592L-27.885 22.417Q-27.875 22.414-27.868 22.412Q-27.861 22.410-27.851 22.410L-27.800 22.410Q-27.772 22.410-27.749 22.434Q-27.725 22.458-27.725 22.486L-27.725 23.333Q-27.725 23.354-27.749 23.381Q-27.772 23.408-27.800 23.408L-27.913 23.408Q-27.940 23.408-27.966 23.383Q-27.991 23.357-27.991 23.333Q-27.991 23.097-28.097 22.933Q-28.203 22.769-28.386 22.687Q-28.569 22.605-28.801 22.605Q-29.129 22.605-29.386 22.708Q-29.642 22.810-29.642 23.087Q-29.642 23.282-29.459 23.391Q-29.276 23.501-29.047 23.542L-28.473 23.648Q-28.227 23.696-28.013 23.824Q-27.800 23.952-27.663 24.155Q-27.526 24.359-27.526 24.608Q-27.526 25.121-27.892 25.360Q-28.258 25.599-28.794 25.599Q-29.290 25.599-29.622 25.305L-29.888 25.579Q-29.909 25.599-29.936 25.599L-29.984 25.599Q-30.008 25.599-30.035 25.572Q-30.063 25.545-30.063 25.524M-26.398 26.761Q-26.398 26.727-26.371 26.700Q-26.101 26.471-25.952 26.148Q-25.804 25.825-25.804 25.469L-25.804 25.432Q-25.913 25.531-26.077 25.531Q-26.258 25.531-26.378 25.411Q-26.498 25.292-26.498 25.111Q-26.498 24.936-26.378 24.817Q-26.258 24.697-26.077 24.697Q-25.821 24.697-25.701 24.936Q-25.582 25.176-25.582 25.469Q-25.582 25.869-25.751 26.240Q-25.920 26.611-26.217 26.867Q-26.248 26.888-26.275 26.888Q-26.316 26.888-26.357 26.847Q-26.398 26.806-26.398 26.761\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(154.054 10.67)\">\u003Cpath d=\"M-21.953 24.048Q-21.953 23.706-21.818 23.407Q-21.683 23.108-21.443 22.884Q-21.204 22.660-20.886 22.535Q-20.568 22.410-20.237 22.410Q-19.792 22.410-19.393 22.626Q-18.993 22.841-18.758 23.219Q-18.524 23.596-18.524 24.048Q-18.524 24.389-18.666 24.673Q-18.808 24.957-19.052 25.164Q-19.297 25.370-19.606 25.485Q-19.915 25.599-20.237 25.599Q-20.667 25.599-21.069 25.398Q-21.471 25.196-21.712 24.844Q-21.953 24.492-21.953 24.048M-20.237 25.350Q-19.635 25.350-19.411 24.972Q-19.187 24.594-19.187 23.962Q-19.187 23.350-19.422 22.991Q-19.656 22.633-20.237 22.633Q-21.289 22.633-21.289 23.962Q-21.289 24.594-21.064 24.972Q-20.838 25.350-20.237 25.350M-16.262 25.531L-17.865 25.531L-17.865 25.251Q-17.639 25.251-17.490 25.217Q-17.342 25.182-17.342 25.042L-17.342 21.423Q-17.342 21.153-17.449 21.091Q-17.557 21.030-17.865 21.030L-17.865 20.749L-16.788 20.674L-16.788 25.042Q-16.788 25.179-16.638 25.215Q-16.487 25.251-16.262 25.251L-16.262 25.531M-15.667 24.020Q-15.667 23.682-15.527 23.391Q-15.387 23.101-15.142 22.887Q-14.898 22.674-14.594 22.559Q-14.289 22.445-13.965 22.445Q-13.695 22.445-13.432 22.544Q-13.168 22.643-12.977 22.821L-12.977 21.423Q-12.977 21.153-13.085 21.091Q-13.192 21.030-13.503 21.030L-13.503 20.749L-12.427 20.674L-12.427 24.858Q-12.427 25.046-12.372 25.129Q-12.317 25.213-12.216 25.232Q-12.116 25.251-11.900 25.251L-11.900 25.531L-13.008 25.599L-13.008 25.182Q-13.425 25.599-14.050 25.599Q-14.481 25.599-14.853 25.387Q-15.226 25.176-15.446 24.815Q-15.667 24.454-15.667 24.020M-13.992 25.377Q-13.784 25.377-13.597 25.305Q-13.411 25.234-13.257 25.097Q-13.103 24.960-13.008 24.782L-13.008 23.173Q-13.093 23.026-13.238 22.906Q-13.384 22.786-13.553 22.727Q-13.722 22.667-13.903 22.667Q-14.464 22.667-14.732 23.056Q-15 23.446-15 24.027Q-15 24.598-14.766 24.988Q-14.532 25.377-13.992 25.377M-11.292 23.996Q-11.292 23.675-11.167 23.386Q-11.042 23.097-10.817 22.874Q-10.591 22.650-10.296 22.530Q-10 22.410-9.682 22.410Q-9.354 22.410-9.092 22.510Q-8.831 22.609-8.655 22.791Q-8.479 22.974-8.385 23.232Q-8.291 23.490-8.291 23.822Q-8.291 23.914-8.373 23.935L-10.629 23.935L-10.629 23.996Q-10.629 24.584-10.345 24.967Q-10.061 25.350-9.494 25.350Q-9.173 25.350-8.904 25.157Q-8.636 24.964-8.547 24.649Q-8.540 24.608-8.465 24.594L-8.373 24.594Q-8.291 24.618-8.291 24.690Q-8.291 24.697-8.298 24.724Q-8.411 25.121-8.781 25.360Q-9.152 25.599-9.576 25.599Q-10.014 25.599-10.413 25.391Q-10.813 25.182-11.053 24.815Q-11.292 24.448-11.292 23.996M-10.622 23.726L-8.807 23.726Q-8.807 23.449-8.904 23.197Q-9.002 22.944-9.200 22.788Q-9.398 22.633-9.682 22.633Q-9.959 22.633-10.173 22.791Q-10.386 22.950-10.504 23.205Q-10.622 23.460-10.622 23.726M-7.703 25.524L-7.703 24.461Q-7.703 24.437-7.676 24.410Q-7.648 24.383-7.624 24.383L-7.515 24.383Q-7.450 24.383-7.436 24.441Q-7.341 24.875-7.095 25.126Q-6.849 25.377-6.435 25.377Q-6.093 25.377-5.840 25.244Q-5.587 25.111-5.587 24.803Q-5.587 24.646-5.681 24.531Q-5.775 24.417-5.914 24.348Q-6.052 24.280-6.220 24.242L-6.801 24.143Q-7.156 24.075-7.430 23.854Q-7.703 23.634-7.703 23.292Q-7.703 23.043-7.592 22.868Q-7.481 22.694-7.295 22.595Q-7.108 22.496-6.893 22.453Q-6.678 22.410-6.435 22.410Q-6.021 22.410-5.741 22.592L-5.526 22.417Q-5.516 22.414-5.509 22.412Q-5.502 22.410-5.492 22.410L-5.440 22.410Q-5.413 22.410-5.389 22.434Q-5.365 22.458-5.365 22.486L-5.365 23.333Q-5.365 23.354-5.389 23.381Q-5.413 23.408-5.440 23.408L-5.553 23.408Q-5.580 23.408-5.606 23.383Q-5.632 23.357-5.632 23.333Q-5.632 23.097-5.738 22.933Q-5.844 22.769-6.027 22.687Q-6.209 22.605-6.442 22.605Q-6.770 22.605-7.026 22.708Q-7.283 22.810-7.283 23.087Q-7.283 23.282-7.100 23.391Q-6.917 23.501-6.688 23.542L-6.114 23.648Q-5.868 23.696-5.654 23.824Q-5.440 23.952-5.304 24.155Q-5.167 24.359-5.167 24.608Q-5.167 25.121-5.533 25.360Q-5.898 25.599-6.435 25.599Q-6.931 25.599-7.262 25.305L-7.529 25.579Q-7.549 25.599-7.577 25.599L-7.624 25.599Q-7.648 25.599-7.676 25.572Q-7.703 25.545-7.703 25.524M-4.012 24.690L-4.012 22.793L-4.651 22.793L-4.651 22.571Q-4.333 22.571-4.116 22.361Q-3.899 22.151-3.798 21.841Q-3.697 21.532-3.697 21.224L-3.431 21.224L-3.431 22.513L-2.354 22.513L-2.354 22.793L-3.431 22.793L-3.431 24.677Q-3.431 24.953-3.326 25.152Q-3.222 25.350-2.962 25.350Q-2.805 25.350-2.699 25.246Q-2.593 25.141-2.544 24.988Q-2.494 24.834-2.494 24.677L-2.494 24.263L-2.227 24.263L-2.227 24.690Q-2.227 24.916-2.327 25.126Q-2.426 25.336-2.610 25.468Q-2.795 25.599-3.024 25.599Q-3.461 25.599-3.736 25.362Q-4.012 25.124-4.012 24.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(154.054 10.67)\">\u003Cpath d=\"M1.824 24.690L1.824 22.793L1.185 22.793L1.185 22.571Q1.503 22.571 1.720 22.361Q1.937 22.151 2.037 21.841Q2.138 21.532 2.138 21.224L2.405 21.224L2.405 22.513L3.482 22.513L3.482 22.793L2.405 22.793L2.405 24.677Q2.405 24.953 2.509 25.152Q2.613 25.350 2.873 25.350Q3.030 25.350 3.136 25.246Q3.242 25.141 3.292 24.988Q3.341 24.834 3.341 24.677L3.341 24.263L3.608 24.263L3.608 24.690Q3.608 24.916 3.509 25.126Q3.410 25.336 3.225 25.468Q3.041 25.599 2.812 25.599Q2.374 25.599 2.099 25.362Q1.824 25.124 1.824 24.690M4.377 24.048Q4.377 23.706 4.512 23.407Q4.647 23.108 4.886 22.884Q5.126 22.660 5.443 22.535Q5.761 22.410 6.093 22.410Q6.537 22.410 6.937 22.626Q7.337 22.841 7.571 23.219Q7.805 23.596 7.805 24.048Q7.805 24.389 7.663 24.673Q7.522 24.957 7.277 25.164Q7.033 25.370 6.723 25.485Q6.414 25.599 6.093 25.599Q5.662 25.599 5.261 25.398Q4.859 25.196 4.618 24.844Q4.377 24.492 4.377 24.048M6.093 25.350Q6.694 25.350 6.918 24.972Q7.142 24.594 7.142 23.962Q7.142 23.350 6.908 22.991Q6.674 22.633 6.093 22.633Q5.040 22.633 5.040 23.962Q5.040 24.594 5.266 24.972Q5.491 25.350 6.093 25.350\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(154.054 10.67)\">\u003Cpath d=\"M12.785 25.531L11.151 25.531L11.151 25.251Q11.380 25.251 11.529 25.217Q11.678 25.182 11.678 25.042L11.678 23.193Q11.678 22.923 11.570 22.862Q11.462 22.800 11.151 22.800L11.151 22.520L12.211 22.445L12.211 23.094Q12.382 22.786 12.686 22.615Q12.990 22.445 13.335 22.445Q13.841 22.445 14.125 22.668Q14.409 22.892 14.409 23.388L14.409 25.042Q14.409 25.179 14.557 25.215Q14.706 25.251 14.932 25.251L14.932 25.531L13.301 25.531L13.301 25.251Q13.530 25.251 13.679 25.217Q13.828 25.182 13.828 25.042L13.828 23.402Q13.828 23.067 13.708 22.867Q13.588 22.667 13.274 22.667Q13.004 22.667 12.770 22.803Q12.536 22.940 12.397 23.174Q12.259 23.408 12.259 23.682L12.259 25.042Q12.259 25.179 12.409 25.215Q12.560 25.251 12.785 25.251L12.785 25.531M15.478 23.996Q15.478 23.675 15.603 23.386Q15.728 23.097 15.954 22.874Q16.179 22.650 16.475 22.530Q16.770 22.410 17.088 22.410Q17.416 22.410 17.678 22.510Q17.939 22.609 18.115 22.791Q18.291 22.974 18.385 23.232Q18.479 23.490 18.479 23.822Q18.479 23.914 18.397 23.935L16.142 23.935L16.142 23.996Q16.142 24.584 16.425 24.967Q16.709 25.350 17.276 25.350Q17.598 25.350 17.866 25.157Q18.134 24.964 18.223 24.649Q18.230 24.608 18.305 24.594L18.397 24.594Q18.479 24.618 18.479 24.690Q18.479 24.697 18.473 24.724Q18.360 25.121 17.989 25.360Q17.618 25.599 17.194 25.599Q16.757 25.599 16.357 25.391Q15.957 25.182 15.718 24.815Q15.478 24.448 15.478 23.996M16.148 23.726L17.963 23.726Q17.963 23.449 17.866 23.197Q17.768 22.944 17.570 22.788Q17.372 22.633 17.088 22.633Q16.811 22.633 16.598 22.791Q16.384 22.950 16.266 23.205Q16.148 23.460 16.148 23.726M20.455 25.504L19.474 23.005Q19.413 22.862 19.295 22.827Q19.177 22.793 18.961 22.793L18.961 22.513L20.441 22.513L20.441 22.793Q20.062 22.793 20.062 22.954Q20.062 22.964 20.076 23.005L20.790 24.837L21.463 23.132Q21.433 23.060 21.433 23.032Q21.433 23.005 21.405 23.005Q21.344 22.858 21.226 22.826Q21.108 22.793 20.896 22.793L20.896 22.513L22.294 22.513L22.294 22.793Q21.918 22.793 21.918 22.954Q21.918 22.985 21.925 23.005L22.680 24.943L23.367 23.193Q23.388 23.142 23.388 23.087Q23.388 22.947 23.275 22.870Q23.162 22.793 23.022 22.793L23.022 22.513L24.242 22.513L24.242 22.793Q24.037 22.793 23.882 22.899Q23.726 23.005 23.654 23.193L22.748 25.504Q22.714 25.599 22.602 25.599L22.533 25.599Q22.424 25.599 22.386 25.504L21.603 23.501L20.817 25.504Q20.783 25.599 20.670 25.599L20.602 25.599Q20.493 25.599 20.455 25.504\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(154.054 10.67)\">\u003Cpath d=\"M24.527 23.996Q24.527 23.675 24.652 23.386Q24.777 23.097 25.003 22.874Q25.228 22.650 25.524 22.530Q25.819 22.410 26.137 22.410Q26.465 22.410 26.727 22.510Q26.988 22.609 27.164 22.791Q27.340 22.974 27.434 23.232Q27.528 23.490 27.528 23.822Q27.528 23.914 27.446 23.935L25.191 23.935L25.191 23.996Q25.191 24.584 25.474 24.967Q25.758 25.350 26.325 25.350Q26.647 25.350 26.915 25.157Q27.183 24.964 27.272 24.649Q27.279 24.608 27.354 24.594L27.446 24.594Q27.528 24.618 27.528 24.690Q27.528 24.697 27.522 24.724Q27.409 25.121 27.038 25.360Q26.667 25.599 26.243 25.599Q25.806 25.599 25.406 25.391Q25.006 25.182 24.767 24.815Q24.527 24.448 24.527 23.996M25.197 23.726L27.012 23.726Q27.012 23.449 26.915 23.197Q26.817 22.944 26.619 22.788Q26.421 22.633 26.137 22.633Q25.860 22.633 25.647 22.791Q25.433 22.950 25.315 23.205Q25.197 23.460 25.197 23.726M28.116 25.524L28.116 24.461Q28.116 24.437 28.144 24.410Q28.171 24.383 28.195 24.383L28.304 24.383Q28.369 24.383 28.383 24.441Q28.479 24.875 28.725 25.126Q28.971 25.377 29.384 25.377Q29.726 25.377 29.979 25.244Q30.232 25.111 30.232 24.803Q30.232 24.646 30.138 24.531Q30.044 24.417 29.906 24.348Q29.767 24.280 29.600 24.242L29.019 24.143Q28.663 24.075 28.390 23.854Q28.116 23.634 28.116 23.292Q28.116 23.043 28.227 22.868Q28.338 22.694 28.525 22.595Q28.711 22.496 28.926 22.453Q29.142 22.410 29.384 22.410Q29.798 22.410 30.078 22.592L30.294 22.417Q30.304 22.414 30.311 22.412Q30.317 22.410 30.328 22.410L30.379 22.410Q30.406 22.410 30.430 22.434Q30.454 22.458 30.454 22.486L30.454 23.333Q30.454 23.354 30.430 23.381Q30.406 23.408 30.379 23.408L30.266 23.408Q30.239 23.408 30.213 23.383Q30.188 23.357 30.188 23.333Q30.188 23.097 30.082 22.933Q29.976 22.769 29.793 22.687Q29.610 22.605 29.378 22.605Q29.049 22.605 28.793 22.708Q28.537 22.810 28.537 23.087Q28.537 23.282 28.720 23.391Q28.902 23.501 29.131 23.542L29.706 23.648Q29.952 23.696 30.165 23.824Q30.379 23.952 30.516 24.155Q30.652 24.359 30.652 24.608Q30.652 25.121 30.287 25.360Q29.921 25.599 29.384 25.599Q28.889 25.599 28.557 25.305L28.291 25.579Q28.270 25.599 28.243 25.599L28.195 25.599Q28.171 25.599 28.144 25.572Q28.116 25.545 28.116 25.524M31.808 24.690L31.808 22.793L31.169 22.793L31.169 22.571Q31.486 22.571 31.703 22.361Q31.921 22.151 32.021 21.841Q32.122 21.532 32.122 21.224L32.389 21.224L32.389 22.513L33.465 22.513L33.465 22.793L32.389 22.793L32.389 24.677Q32.389 24.953 32.493 25.152Q32.597 25.350 32.857 25.350Q33.014 25.350 33.120 25.246Q33.226 25.141 33.276 24.988Q33.325 24.834 33.325 24.677L33.325 24.263L33.592 24.263L33.592 24.690Q33.592 24.916 33.493 25.126Q33.394 25.336 33.209 25.468Q33.025 25.599 32.796 25.599Q32.358 25.599 32.083 25.362Q31.808 25.124 31.808 24.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-47.313 25.531v-89.048\"\u002F>\u003Cpath stroke=\"none\" d=\"m-47.313-65.517-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"rotate(-90 -62.595 23.679)\">\u003Cpath d=\"M-46.472 24.690L-46.472 22.793L-47.111 22.793L-47.111 22.571Q-46.793 22.571-46.576 22.361Q-46.359 22.151-46.259 21.841Q-46.158 21.532-46.158 21.224L-45.891 21.224L-45.891 22.513L-44.814 22.513L-44.814 22.793L-45.891 22.793L-45.891 24.677Q-45.891 24.953-45.787 25.152Q-45.683 25.350-45.423 25.350Q-45.266 25.350-45.160 25.246Q-45.054 25.141-45.004 24.988Q-44.955 24.834-44.955 24.677L-44.955 24.263L-44.688 24.263L-44.688 24.690Q-44.688 24.916-44.787 25.126Q-44.886 25.336-45.071 25.468Q-45.255 25.599-45.484 25.599Q-45.922 25.599-46.197 25.362Q-46.472 25.124-46.472 24.690M-42.128 25.531L-43.864 25.531L-43.864 25.251Q-43.635 25.251-43.487 25.217Q-43.338 25.182-43.338 25.042L-43.338 23.193Q-43.338 22.923-43.446 22.862Q-43.553 22.800-43.864 22.800L-43.864 22.520L-42.835 22.445L-42.835 23.152Q-42.706 22.844-42.463 22.645Q-42.220 22.445-41.902 22.445Q-41.684 22.445-41.513 22.569Q-41.342 22.694-41.342 22.906Q-41.342 23.043-41.441 23.142Q-41.540 23.241-41.673 23.241Q-41.810 23.241-41.909 23.142Q-42.008 23.043-42.008 22.906Q-42.008 22.766-41.909 22.667Q-42.200 22.667-42.400 22.863Q-42.600 23.060-42.692 23.354Q-42.784 23.648-42.784 23.928L-42.784 25.042Q-42.784 25.251-42.128 25.251L-42.128 25.531M-40.699 24.803Q-40.699 24.471-40.475 24.244Q-40.251 24.017-39.908 23.889Q-39.564 23.760-39.192 23.708Q-38.819 23.655-38.515 23.655L-38.515 23.402Q-38.515 23.197-38.623 23.017Q-38.730 22.838-38.912 22.735Q-39.093 22.633-39.301 22.633Q-39.708 22.633-39.944 22.725Q-39.855 22.762-39.809 22.846Q-39.763 22.930-39.763 23.032Q-39.763 23.128-39.809 23.207Q-39.855 23.285-39.935 23.330Q-40.016 23.374-40.105 23.374Q-40.255 23.374-40.356 23.277Q-40.457 23.179-40.457 23.032Q-40.457 22.410-39.301 22.410Q-39.089 22.410-38.840 22.474Q-38.590 22.537-38.389 22.656Q-38.187 22.776-38.061 22.961Q-37.934 23.145-37.934 23.388L-37.934 24.964Q-37.934 25.080-37.873 25.176Q-37.811 25.271-37.698 25.271Q-37.589 25.271-37.524 25.177Q-37.459 25.083-37.459 24.964L-37.459 24.516L-37.192 24.516L-37.192 24.964Q-37.192 25.234-37.420 25.399Q-37.647 25.565-37.927 25.565Q-38.136 25.565-38.272 25.411Q-38.409 25.258-38.433 25.042Q-38.580 25.309-38.862 25.454Q-39.144 25.599-39.469 25.599Q-39.746 25.599-40.029 25.524Q-40.313 25.449-40.506 25.270Q-40.699 25.090-40.699 24.803M-40.084 24.803Q-40.084 24.977-39.983 25.107Q-39.882 25.237-39.727 25.307Q-39.571 25.377-39.407 25.377Q-39.188 25.377-38.980 25.280Q-38.771 25.182-38.643 25.001Q-38.515 24.820-38.515 24.594L-38.515 23.866Q-38.840 23.866-39.206 23.957Q-39.571 24.048-39.828 24.260Q-40.084 24.471-40.084 24.803M-36.775 24.020Q-36.775 23.692-36.640 23.391Q-36.505 23.091-36.270 22.870Q-36.034 22.650-35.730 22.530Q-35.425 22.410-35.101 22.410Q-34.595 22.410-34.246 22.513Q-33.897 22.615-33.897 22.991Q-33.897 23.138-33.995 23.239Q-34.092 23.340-34.239 23.340Q-34.393 23.340-34.492 23.241Q-34.591 23.142-34.591 22.991Q-34.591 22.803-34.451 22.711Q-34.653 22.660-35.094 22.660Q-35.449 22.660-35.678 22.856Q-35.907 23.053-36.008 23.362Q-36.109 23.672-36.109 24.020Q-36.109 24.369-35.982 24.675Q-35.856 24.981-35.601 25.165Q-35.347 25.350-34.991 25.350Q-34.769 25.350-34.584 25.266Q-34.400 25.182-34.265 25.027Q-34.130 24.871-34.072 24.663Q-34.058 24.608-34.003 24.608L-33.891 24.608Q-33.860 24.608-33.838 24.632Q-33.815 24.656-33.815 24.690L-33.815 24.711Q-33.901 24.998-34.089 25.196Q-34.277 25.394-34.542 25.497Q-34.807 25.599-35.101 25.599Q-35.531 25.599-35.919 25.393Q-36.307 25.186-36.541 24.823Q-36.775 24.461-36.775 24.020M-33.269 23.996Q-33.269 23.675-33.144 23.386Q-33.019 23.097-32.793 22.874Q-32.568 22.650-32.272 22.530Q-31.977 22.410-31.659 22.410Q-31.331 22.410-31.069 22.510Q-30.808 22.609-30.632 22.791Q-30.456 22.974-30.362 23.232Q-30.268 23.490-30.268 23.822Q-30.268 23.914-30.350 23.935L-32.605 23.935L-32.605 23.996Q-32.605 24.584-32.322 24.967Q-32.038 25.350-31.471 25.350Q-31.149 25.350-30.881 25.157Q-30.613 24.964-30.524 24.649Q-30.517 24.608-30.442 24.594L-30.350 24.594Q-30.268 24.618-30.268 24.690Q-30.268 24.697-30.274 24.724Q-30.387 25.121-30.758 25.360Q-31.129 25.599-31.553 25.599Q-31.990 25.599-32.390 25.391Q-32.790 25.182-33.029 24.815Q-33.269 24.448-33.269 23.996M-32.599 23.726L-30.784 23.726Q-30.784 23.449-30.881 23.197Q-30.979 22.944-31.177 22.788Q-31.375 22.633-31.659 22.633Q-31.936 22.633-32.149 22.791Q-32.363 22.950-32.481 23.205Q-32.599 23.460-32.599 23.726\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"rotate(-90 -62.595 23.679)\">\u003Cpath d=\"M-25.275 25.531L-26.909 25.531L-26.909 25.251Q-26.680 25.251-26.531 25.217Q-26.382 25.182-26.382 25.042L-26.382 23.193Q-26.382 22.923-26.490 22.862Q-26.598 22.800-26.909 22.800L-26.909 22.520L-25.849 22.445L-25.849 23.094Q-25.678 22.786-25.374 22.615Q-25.070 22.445-24.725 22.445Q-24.325 22.445-24.048 22.585Q-23.771 22.725-23.686 23.073Q-23.518 22.780-23.219 22.612Q-22.920 22.445-22.575 22.445Q-22.069 22.445-21.785 22.668Q-21.501 22.892-21.501 23.388L-21.501 25.042Q-21.501 25.179-21.353 25.215Q-21.204 25.251-20.979 25.251L-20.979 25.531L-22.609 25.531L-22.609 25.251Q-22.383 25.251-22.233 25.215Q-22.083 25.179-22.083 25.042L-22.083 23.402Q-22.083 23.067-22.202 22.867Q-22.322 22.667-22.636 22.667Q-22.906 22.667-23.140 22.803Q-23.375 22.940-23.513 23.174Q-23.651 23.408-23.651 23.682L-23.651 25.042Q-23.651 25.179-23.503 25.215Q-23.354 25.251-23.128 25.251L-23.128 25.531L-24.759 25.531L-24.759 25.251Q-24.530 25.251-24.381 25.217Q-24.232 25.182-24.232 25.042L-24.232 23.402Q-24.232 23.067-24.352 22.867Q-24.472 22.667-24.786 22.667Q-25.056 22.667-25.290 22.803Q-25.524 22.940-25.663 23.174Q-25.801 23.408-25.801 23.682L-25.801 25.042Q-25.801 25.179-25.651 25.215Q-25.500 25.251-25.275 25.251L-25.275 25.531M-20.333 24.803Q-20.333 24.471-20.109 24.244Q-19.885 24.017-19.541 23.889Q-19.198 23.760-18.825 23.708Q-18.453 23.655-18.148 23.655L-18.148 23.402Q-18.148 23.197-18.256 23.017Q-18.364 22.838-18.545 22.735Q-18.726 22.633-18.935 22.633Q-19.341 22.633-19.577 22.725Q-19.488 22.762-19.442 22.846Q-19.396 22.930-19.396 23.032Q-19.396 23.128-19.442 23.207Q-19.488 23.285-19.569 23.330Q-19.649 23.374-19.738 23.374Q-19.888 23.374-19.989 23.277Q-20.090 23.179-20.090 23.032Q-20.090 22.410-18.935 22.410Q-18.723 22.410-18.473 22.474Q-18.224 22.537-18.022 22.656Q-17.820 22.776-17.694 22.961Q-17.567 23.145-17.567 23.388L-17.567 24.964Q-17.567 25.080-17.506 25.176Q-17.444 25.271-17.332 25.271Q-17.222 25.271-17.157 25.177Q-17.092 25.083-17.092 24.964L-17.092 24.516L-16.826 24.516L-16.826 24.964Q-16.826 25.234-17.053 25.399Q-17.280 25.565-17.561 25.565Q-17.769 25.565-17.906 25.411Q-18.042 25.258-18.066 25.042Q-18.213 25.309-18.495 25.454Q-18.777 25.599-19.102 25.599Q-19.379 25.599-19.663 25.524Q-19.946 25.449-20.139 25.270Q-20.333 25.090-20.333 24.803M-19.717 24.803Q-19.717 24.977-19.616 25.107Q-19.516 25.237-19.360 25.307Q-19.205 25.377-19.041 25.377Q-18.822 25.377-18.613 25.280Q-18.405 25.182-18.277 25.001Q-18.148 24.820-18.148 24.594L-18.148 23.866Q-18.473 23.866-18.839 23.957Q-19.205 24.048-19.461 24.260Q-19.717 24.471-19.717 24.803M-16.450 26.064Q-16.450 25.818-16.253 25.634Q-16.057 25.449-15.800 25.370Q-15.937 25.258-16.009 25.097Q-16.081 24.936-16.081 24.755Q-16.081 24.434-15.869 24.188Q-16.204 23.890-16.204 23.480Q-16.204 23.019-15.814 22.732Q-15.424 22.445-14.946 22.445Q-14.474 22.445-14.139 22.691Q-13.965 22.537-13.755 22.455Q-13.544 22.373-13.315 22.373Q-13.151 22.373-13.030 22.480Q-12.909 22.588-12.909 22.752Q-12.909 22.848-12.980 22.920Q-13.052 22.991-13.145 22.991Q-13.244 22.991-13.314 22.918Q-13.384 22.844-13.384 22.745Q-13.384 22.691-13.370 22.660L-13.363 22.646Q-13.356 22.626-13.348 22.615Q-13.339 22.605-13.336 22.598Q-13.691 22.598-13.979 22.821Q-13.691 23.114-13.691 23.480Q-13.691 23.795-13.876 24.027Q-14.061 24.260-14.349 24.388Q-14.638 24.516-14.946 24.516Q-15.147 24.516-15.339 24.466Q-15.530 24.417-15.708 24.307Q-15.800 24.434-15.800 24.577Q-15.800 24.759-15.672 24.894Q-15.544 25.029-15.359 25.029L-14.727 25.029Q-14.279 25.029-13.910 25.100Q-13.541 25.172-13.281 25.401Q-13.021 25.630-13.021 26.064Q-13.021 26.385-13.317 26.587Q-13.613 26.789-14.016 26.878Q-14.419 26.967-14.734 26.967Q-15.052 26.967-15.455 26.878Q-15.858 26.789-16.154 26.587Q-16.450 26.385-16.450 26.064M-15.995 26.064Q-15.995 26.293-15.776 26.442Q-15.558 26.591-15.265 26.659Q-14.973 26.727-14.734 26.727Q-14.570 26.727-14.361 26.691Q-14.153 26.656-13.946 26.575Q-13.739 26.495-13.608 26.367Q-13.476 26.239-13.476 26.064Q-13.476 25.712-13.857 25.618Q-14.238 25.524-14.741 25.524L-15.359 25.524Q-15.599 25.524-15.797 25.675Q-15.995 25.825-15.995 26.064M-14.946 24.277Q-14.279 24.277-14.279 23.480Q-14.279 22.680-14.946 22.680Q-15.616 22.680-15.616 23.480Q-15.616 24.277-14.946 24.277M-10.745 25.531L-12.379 25.531L-12.379 25.251Q-12.150 25.251-12.001 25.217Q-11.853 25.182-11.853 25.042L-11.853 23.193Q-11.853 22.923-11.960 22.862Q-12.068 22.800-12.379 22.800L-12.379 22.520L-11.319 22.445L-11.319 23.094Q-11.148 22.786-10.844 22.615Q-10.540 22.445-10.195 22.445Q-9.689 22.445-9.405 22.668Q-9.122 22.892-9.122 23.388L-9.122 25.042Q-9.122 25.179-8.973 25.215Q-8.824 25.251-8.599 25.251L-8.599 25.531L-10.229 25.531L-10.229 25.251Q-10 25.251-9.851 25.217Q-9.703 25.182-9.703 25.042L-9.703 23.402Q-9.703 23.067-9.822 22.867Q-9.942 22.667-10.256 22.667Q-10.526 22.667-10.761 22.803Q-10.995 22.940-11.133 23.174Q-11.271 23.408-11.271 23.682L-11.271 25.042Q-11.271 25.179-11.121 25.215Q-10.971 25.251-10.745 25.251L-10.745 25.531M-6.394 25.531L-7.946 25.531L-7.946 25.251Q-7.720 25.251-7.572 25.217Q-7.423 25.182-7.423 25.042L-7.423 23.193Q-7.423 23.005-7.471 22.921Q-7.519 22.838-7.616 22.819Q-7.713 22.800-7.925 22.800L-7.925 22.520L-6.869 22.445L-6.869 25.042Q-6.869 25.182-6.738 25.217Q-6.606 25.251-6.394 25.251L-6.394 25.531M-7.666 21.224Q-7.666 21.053-7.542 20.934Q-7.419 20.814-7.249 20.814Q-7.081 20.814-6.958 20.934Q-6.835 21.053-6.835 21.224Q-6.835 21.399-6.958 21.522Q-7.081 21.645-7.249 21.645Q-7.419 21.645-7.542 21.522Q-7.666 21.399-7.666 21.224M-5.222 24.690L-5.222 22.793L-5.861 22.793L-5.861 22.571Q-5.543 22.571-5.326 22.361Q-5.109 22.151-5.008 21.841Q-4.907 21.532-4.907 21.224L-4.641 21.224L-4.641 22.513L-3.564 22.513L-3.564 22.793L-4.641 22.793L-4.641 24.677Q-4.641 24.953-4.536 25.152Q-4.432 25.350-4.172 25.350Q-4.015 25.350-3.909 25.246Q-3.803 25.141-3.754 24.988Q-3.704 24.834-3.704 24.677L-3.704 24.263L-3.438 24.263L-3.438 24.690Q-3.438 24.916-3.537 25.126Q-3.636 25.336-3.820 25.468Q-4.005 25.599-4.234 25.599Q-4.671 25.599-4.947 25.362Q-5.222 25.124-5.222 24.690M-2.053 24.697L-2.053 23.193Q-2.053 22.923-2.161 22.862Q-2.269 22.800-2.580 22.800L-2.580 22.520L-1.472 22.445L-1.472 24.677L-1.472 24.697Q-1.472 24.977-1.421 25.121Q-1.370 25.264-1.228 25.321Q-1.086 25.377-0.799 25.377Q-0.546 25.377-0.341 25.237Q-0.136 25.097-0.020 24.871Q0.097 24.646 0.097 24.396L0.097 23.193Q0.097 22.923-0.011 22.862Q-0.119 22.800-0.430 22.800L-0.430 22.520L0.678 22.445L0.678 24.858Q0.678 25.049 0.731 25.131Q0.784 25.213 0.885 25.232Q0.985 25.251 1.201 25.251L1.201 25.531L0.124 25.599L0.124 25.035Q0.015 25.217-0.131 25.340Q-0.276 25.463-0.462 25.531Q-0.648 25.599-0.850 25.599Q-2.053 25.599-2.053 24.697M1.789 24.020Q1.789 23.682 1.929 23.391Q2.069 23.101 2.313 22.887Q2.558 22.674 2.862 22.559Q3.166 22.445 3.491 22.445Q3.761 22.445 4.024 22.544Q4.287 22.643 4.479 22.821L4.479 21.423Q4.479 21.153 4.371 21.091Q4.263 21.030 3.952 21.030L3.952 20.749L5.029 20.674L5.029 24.858Q5.029 25.046 5.083 25.129Q5.138 25.213 5.239 25.232Q5.340 25.251 5.555 25.251L5.555 25.531L4.448 25.599L4.448 25.182Q4.031 25.599 3.405 25.599Q2.975 25.599 2.602 25.387Q2.229 25.176 2.009 24.815Q1.789 24.454 1.789 24.020M3.463 25.377Q3.672 25.377 3.858 25.305Q4.044 25.234 4.198 25.097Q4.352 24.960 4.448 24.782L4.448 23.173Q4.362 23.026 4.217 22.906Q4.072 22.786 3.903 22.727Q3.733 22.667 3.552 22.667Q2.992 22.667 2.723 23.056Q2.455 23.446 2.455 24.027Q2.455 24.598 2.689 24.988Q2.923 25.377 3.463 25.377M6.164 23.996Q6.164 23.675 6.288 23.386Q6.413 23.097 6.639 22.874Q6.864 22.650 7.160 22.530Q7.456 22.410 7.773 22.410Q8.102 22.410 8.363 22.510Q8.625 22.609 8.801 22.791Q8.977 22.974 9.071 23.232Q9.165 23.490 9.165 23.822Q9.165 23.914 9.083 23.935L6.827 23.935L6.827 23.996Q6.827 24.584 7.110 24.967Q7.394 25.350 7.961 25.350Q8.283 25.350 8.551 25.157Q8.819 24.964 8.908 24.649Q8.915 24.608 8.990 24.594L9.083 24.594Q9.165 24.618 9.165 24.690Q9.165 24.697 9.158 24.724Q9.045 25.121 8.674 25.360Q8.303 25.599 7.879 25.599Q7.442 25.599 7.042 25.391Q6.642 25.182 6.403 24.815Q6.164 24.448 6.164 23.996M6.833 23.726L8.648 23.726Q8.648 23.449 8.551 23.197Q8.454 22.944 8.255 22.788Q8.057 22.633 7.773 22.633Q7.497 22.633 7.283 22.791Q7.069 22.950 6.951 23.205Q6.833 23.460 6.833 23.726\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-47.313 9.882H180.31\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg transform=\"translate(103.118 -20.9)\">\u003Cpath d=\"M-46.472 24.690L-46.472 22.793L-47.111 22.793L-47.111 22.571Q-46.793 22.571-46.576 22.361Q-46.359 22.151-46.259 21.841Q-46.158 21.532-46.158 21.224L-45.891 21.224L-45.891 22.513L-44.814 22.513L-44.814 22.793L-45.891 22.793L-45.891 24.677Q-45.891 24.953-45.787 25.152Q-45.683 25.350-45.423 25.350Q-45.266 25.350-45.160 25.246Q-45.054 25.141-45.004 24.988Q-44.955 24.834-44.955 24.677L-44.955 24.263L-44.688 24.263L-44.688 24.690Q-44.688 24.916-44.787 25.126Q-44.886 25.336-45.071 25.468Q-45.255 25.599-45.484 25.599Q-45.922 25.599-46.197 25.362Q-46.472 25.124-46.472 24.690M-42.196 25.531L-43.830 25.531L-43.830 25.251Q-43.601 25.251-43.452 25.217Q-43.304 25.182-43.304 25.042L-43.304 21.423Q-43.304 21.153-43.411 21.091Q-43.519 21.030-43.830 21.030L-43.830 20.749L-42.750 20.674L-42.750 23.060Q-42.644 22.875-42.466 22.733Q-42.289 22.592-42.080 22.518Q-41.872 22.445-41.646 22.445Q-41.140 22.445-40.856 22.668Q-40.573 22.892-40.573 23.388L-40.573 25.042Q-40.573 25.179-40.424 25.215Q-40.275 25.251-40.050 25.251L-40.050 25.531L-41.680 25.531L-41.680 25.251Q-41.451 25.251-41.303 25.217Q-41.154 25.182-41.154 25.042L-41.154 23.402Q-41.154 23.067-41.273 22.867Q-41.393 22.667-41.708 22.667Q-41.978 22.667-42.212 22.803Q-42.446 22.940-42.584 23.174Q-42.723 23.408-42.723 23.682L-42.723 25.042Q-42.723 25.179-42.572 25.215Q-42.422 25.251-42.196 25.251L-42.196 25.531M-37.712 25.531L-39.448 25.531L-39.448 25.251Q-39.219 25.251-39.071 25.217Q-38.922 25.182-38.922 25.042L-38.922 23.193Q-38.922 22.923-39.030 22.862Q-39.137 22.800-39.448 22.800L-39.448 22.520L-38.419 22.445L-38.419 23.152Q-38.290 22.844-38.047 22.645Q-37.804 22.445-37.486 22.445Q-37.268 22.445-37.097 22.569Q-36.926 22.694-36.926 22.906Q-36.926 23.043-37.025 23.142Q-37.124 23.241-37.257 23.241Q-37.394 23.241-37.493 23.142Q-37.592 23.043-37.592 22.906Q-37.592 22.766-37.493 22.667Q-37.784 22.667-37.984 22.863Q-38.184 23.060-38.276 23.354Q-38.368 23.648-38.368 23.928L-38.368 25.042Q-38.368 25.251-37.712 25.251L-37.712 25.531M-36.382 23.996Q-36.382 23.675-36.258 23.386Q-36.133 23.097-35.907 22.874Q-35.682 22.650-35.386 22.530Q-35.090 22.410-34.772 22.410Q-34.444 22.410-34.183 22.510Q-33.921 22.609-33.745 22.791Q-33.569 22.974-33.475 23.232Q-33.381 23.490-33.381 23.822Q-33.381 23.914-33.463 23.935L-35.719 23.935L-35.719 23.996Q-35.719 24.584-35.436 24.967Q-35.152 25.350-34.584 25.350Q-34.263 25.350-33.995 25.157Q-33.727 24.964-33.638 24.649Q-33.631 24.608-33.556 24.594L-33.463 24.594Q-33.381 24.618-33.381 24.690Q-33.381 24.697-33.388 24.724Q-33.501 25.121-33.872 25.360Q-34.243 25.599-34.667 25.599Q-35.104 25.599-35.504 25.391Q-35.904 25.182-36.143 24.815Q-36.382 24.448-36.382 23.996M-35.712 23.726L-33.897 23.726Q-33.897 23.449-33.995 23.197Q-34.092 22.944-34.291 22.788Q-34.489 22.633-34.772 22.633Q-35.049 22.633-35.263 22.791Q-35.477 22.950-35.594 23.205Q-35.712 23.460-35.712 23.726M-32.793 25.524L-32.793 24.461Q-32.793 24.437-32.766 24.410Q-32.739 24.383-32.715 24.383L-32.605 24.383Q-32.541 24.383-32.527 24.441Q-32.431 24.875-32.185 25.126Q-31.939 25.377-31.525 25.377Q-31.184 25.377-30.931 25.244Q-30.678 25.111-30.678 24.803Q-30.678 24.646-30.772 24.531Q-30.866 24.417-31.004 24.348Q-31.143 24.280-31.310 24.242L-31.891 24.143Q-32.247 24.075-32.520 23.854Q-32.793 23.634-32.793 23.292Q-32.793 23.043-32.682 22.868Q-32.571 22.694-32.385 22.595Q-32.199 22.496-31.983 22.453Q-31.768 22.410-31.525 22.410Q-31.112 22.410-30.832 22.592L-30.616 22.417Q-30.606 22.414-30.599 22.412Q-30.592 22.410-30.582 22.410L-30.531 22.410Q-30.503 22.410-30.480 22.434Q-30.456 22.458-30.456 22.486L-30.456 23.333Q-30.456 23.354-30.480 23.381Q-30.503 23.408-30.531 23.408L-30.644 23.408Q-30.671 23.408-30.697 23.383Q-30.722 23.357-30.722 23.333Q-30.722 23.097-30.828 22.933Q-30.934 22.769-31.117 22.687Q-31.300 22.605-31.532 22.605Q-31.860 22.605-32.117 22.708Q-32.373 22.810-32.373 23.087Q-32.373 23.282-32.190 23.391Q-32.007 23.501-31.778 23.542L-31.204 23.648Q-30.958 23.696-30.744 23.824Q-30.531 23.952-30.394 24.155Q-30.257 24.359-30.257 24.608Q-30.257 25.121-30.623 25.360Q-30.989 25.599-31.525 25.599Q-32.021 25.599-32.353 25.305L-32.619 25.579Q-32.640 25.599-32.667 25.599L-32.715 25.599Q-32.739 25.599-32.766 25.572Q-32.793 25.545-32.793 25.524M-27.947 25.531L-29.581 25.531L-29.581 25.251Q-29.352 25.251-29.203 25.217Q-29.054 25.182-29.054 25.042L-29.054 21.423Q-29.054 21.153-29.162 21.091Q-29.270 21.030-29.581 21.030L-29.581 20.749L-28.501 20.674L-28.501 23.060Q-28.395 22.875-28.217 22.733Q-28.039 22.592-27.831 22.518Q-27.622 22.445-27.396 22.445Q-26.891 22.445-26.607 22.668Q-26.323 22.892-26.323 23.388L-26.323 25.042Q-26.323 25.179-26.175 25.215Q-26.026 25.251-25.800 25.251L-25.800 25.531L-27.431 25.531L-27.431 25.251Q-27.202 25.251-27.053 25.217Q-26.904 25.182-26.904 25.042L-26.904 23.402Q-26.904 23.067-27.024 22.867Q-27.144 22.667-27.458 22.667Q-27.728 22.667-27.962 22.803Q-28.196 22.940-28.335 23.174Q-28.473 23.408-28.473 23.682L-28.473 25.042Q-28.473 25.179-28.323 25.215Q-28.172 25.251-27.947 25.251L-27.947 25.531M-25.253 24.048Q-25.253 23.706-25.118 23.407Q-24.983 23.108-24.744 22.884Q-24.505 22.660-24.187 22.535Q-23.869 22.410-23.538 22.410Q-23.093 22.410-22.693 22.626Q-22.293 22.841-22.059 23.219Q-21.825 23.596-21.825 24.048Q-21.825 24.389-21.967 24.673Q-22.109 24.957-22.353 25.164Q-22.598 25.370-22.907 25.485Q-23.216 25.599-23.538 25.599Q-23.968 25.599-24.370 25.398Q-24.771 25.196-25.012 24.844Q-25.253 24.492-25.253 24.048M-23.538 25.350Q-22.936 25.350-22.712 24.972Q-22.488 24.594-22.488 23.962Q-22.488 23.350-22.722 22.991Q-22.957 22.633-23.538 22.633Q-24.590 22.633-24.590 23.962Q-24.590 24.594-24.365 24.972Q-24.139 25.350-23.538 25.350M-19.563 25.531L-21.166 25.531L-21.166 25.251Q-20.940 25.251-20.791 25.217Q-20.643 25.182-20.643 25.042L-20.643 21.423Q-20.643 21.153-20.750 21.091Q-20.858 21.030-21.166 21.030L-21.166 20.749L-20.089 20.674L-20.089 25.042Q-20.089 25.179-19.938 25.215Q-19.788 25.251-19.563 25.251L-19.563 25.531M-18.968 24.020Q-18.968 23.682-18.828 23.391Q-18.688 23.101-18.443 22.887Q-18.199 22.674-17.895 22.559Q-17.590 22.445-17.266 22.445Q-16.996 22.445-16.732 22.544Q-16.469 22.643-16.278 22.821L-16.278 21.423Q-16.278 21.153-16.386 21.091Q-16.493 21.030-16.804 21.030L-16.804 20.749L-15.728 20.674L-15.728 24.858Q-15.728 25.046-15.673 25.129Q-15.618 25.213-15.517 25.232Q-15.417 25.251-15.201 25.251L-15.201 25.531L-16.309 25.599L-16.309 25.182Q-16.726 25.599-17.351 25.599Q-17.782 25.599-18.154 25.387Q-18.527 25.176-18.747 24.815Q-18.968 24.454-18.968 24.020M-17.293 25.377Q-17.084 25.377-16.898 25.305Q-16.712 25.234-16.558 25.097Q-16.404 24.960-16.309 24.782L-16.309 23.173Q-16.394 23.026-16.539 22.906Q-16.685 22.786-16.854 22.727Q-17.023 22.667-17.204 22.667Q-17.765 22.667-18.033 23.056Q-18.301 23.446-18.301 24.027Q-18.301 24.598-18.067 24.988Q-17.833 25.377-17.293 25.377\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath stroke=\"none\" d=\"M-43.614 25.531v-1.707h12.52v1.707Zm12.52-1.707\"\u002F>\u003Cpath fill=\"none\" d=\"M-43.614 25.531v-1.707h12.52v1.707Zm12.52-1.707\"\u002F>\u003Cpath stroke=\"none\" d=\"M-21.42 25.531v-2.56h12.519v2.56Zm12.519-2.56\"\u002F>\u003Cpath fill=\"none\" d=\"M-21.42 25.531v-2.56h12.519v2.56Zm12.519-2.56\"\u002F>\u003Cpath stroke=\"none\" d=\"M.773 25.531v-3.983h12.519v3.983Zm12.519-3.983\"\u002F>\u003Cpath fill=\"none\" d=\"M.773 25.531v-3.983h12.519v3.983Zm12.519-3.983\"\u002F>\u003Cpath stroke=\"none\" d=\"M22.966 25.531v-6.26h12.519v6.26Zm12.519-6.26\"\u002F>\u003Cpath fill=\"none\" d=\"M22.966 25.531v-6.26h12.519v6.26Zm12.519-6.26\"\u002F>\u003Cpath stroke=\"none\" d=\"M45.159 25.531v-9.673h12.52v9.673Zm12.52-9.673\"\u002F>\u003Cpath fill=\"none\" d=\"M45.159 25.531v-9.673h12.52v9.673Zm12.52-9.673\"\u002F>\u003Cpath stroke=\"none\" d=\"M67.352 25.531V10.736h12.52V25.53Zm12.52-14.795\"\u002F>\u003Cpath fill=\"none\" d=\"M67.352 25.531V10.736h12.52V25.53Zm12.52-14.795\"\u002F>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M89.545 25.531V2.77h12.52v22.762Zm12.52-22.762\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M89.545 25.531V2.77h12.52v22.762Zm12.52-22.762\"\u002F>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M111.738 25.531v-35.565h12.52V25.53Zm12.52-35.565\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M111.738 25.531v-35.565h12.52V25.53Zm12.52-35.565\"\u002F>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M133.931 25.531v-54.06h12.52v54.06Zm12.52-54.06\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M133.931 25.531v-54.06h12.52v54.06Zm12.52-54.06\"\u002F>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M156.124 25.531V-56.98h12.52V25.53Zm12.52-82.512\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M156.124 25.531V-56.98h12.52V25.53Zm12.52-82.512\"\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(152.534 -89.218)\">\u003Cpath d=\"M-46.940 24.803Q-46.940 24.471-46.717 24.244Q-46.493 24.017-46.149 23.889Q-45.806 23.760-45.433 23.708Q-45.061 23.655-44.756 23.655L-44.756 23.402Q-44.756 23.197-44.864 23.017Q-44.972 22.838-45.153 22.735Q-45.334 22.633-45.542 22.633Q-45.949 22.633-46.185 22.725Q-46.096 22.762-46.050 22.846Q-46.004 22.930-46.004 23.032Q-46.004 23.128-46.050 23.207Q-46.096 23.285-46.177 23.330Q-46.257 23.374-46.346 23.374Q-46.496 23.374-46.597 23.277Q-46.698 23.179-46.698 23.032Q-46.698 22.410-45.542 22.410Q-45.331 22.410-45.081 22.474Q-44.832 22.537-44.630 22.656Q-44.428 22.776-44.302 22.961Q-44.175 23.145-44.175 23.388L-44.175 24.964Q-44.175 25.080-44.114 25.176Q-44.052 25.271-43.939 25.271Q-43.830 25.271-43.765 25.177Q-43.700 25.083-43.700 24.964L-43.700 24.516L-43.434 24.516L-43.434 24.964Q-43.434 25.234-43.661 25.399Q-43.888 25.565-44.168 25.565Q-44.377 25.565-44.514 25.411Q-44.650 25.258-44.674 25.042Q-44.821 25.309-45.103 25.454Q-45.385 25.599-45.710 25.599Q-45.987 25.599-46.271 25.524Q-46.554 25.449-46.747 25.270Q-46.940 25.090-46.940 24.803M-46.325 24.803Q-46.325 24.977-46.224 25.107Q-46.124 25.237-45.968 25.307Q-45.813 25.377-45.648 25.377Q-45.430 25.377-45.221 25.280Q-45.013 25.182-44.885 25.001Q-44.756 24.820-44.756 24.594L-44.756 23.866Q-45.081 23.866-45.447 23.957Q-45.813 24.048-46.069 24.260Q-46.325 24.471-46.325 24.803M-43.017 24.020Q-43.017 23.692-42.882 23.391Q-42.747 23.091-42.511 22.870Q-42.275 22.650-41.971 22.530Q-41.667 22.410-41.342 22.410Q-40.836 22.410-40.487 22.513Q-40.139 22.615-40.139 22.991Q-40.139 23.138-40.236 23.239Q-40.334 23.340-40.480 23.340Q-40.634 23.340-40.733 23.241Q-40.833 23.142-40.833 22.991Q-40.833 22.803-40.692 22.711Q-40.894 22.660-41.335 22.660Q-41.690 22.660-41.919 22.856Q-42.148 23.053-42.249 23.362Q-42.350 23.672-42.350 24.020Q-42.350 24.369-42.224 24.675Q-42.097 24.981-41.843 25.165Q-41.588 25.350-41.232 25.350Q-41.010 25.350-40.826 25.266Q-40.641 25.182-40.506 25.027Q-40.371 24.871-40.313 24.663Q-40.299 24.608-40.245 24.608L-40.132 24.608Q-40.101 24.608-40.079 24.632Q-40.057 24.656-40.057 24.690L-40.057 24.711Q-40.142 24.998-40.330 25.196Q-40.518 25.394-40.783 25.497Q-41.048 25.599-41.342 25.599Q-41.772 25.599-42.160 25.393Q-42.548 25.186-42.782 24.823Q-43.017 24.461-43.017 24.020M-38.942 24.690L-38.942 22.793L-39.582 22.793L-39.582 22.571Q-39.264 22.571-39.047 22.361Q-38.830 22.151-38.729 21.841Q-38.628 21.532-38.628 21.224L-38.361 21.224L-38.361 22.513L-37.285 22.513L-37.285 22.793L-38.361 22.793L-38.361 24.677Q-38.361 24.953-38.257 25.152Q-38.153 25.350-37.893 25.350Q-37.736 25.350-37.630 25.246Q-37.524 25.141-37.474 24.988Q-37.425 24.834-37.425 24.677L-37.425 24.263L-37.158 24.263L-37.158 24.690Q-37.158 24.916-37.257 25.126Q-37.356 25.336-37.541 25.468Q-37.726 25.599-37.955 25.599Q-38.392 25.599-38.667 25.362Q-38.942 25.124-38.942 24.690M-34.731 25.531L-36.283 25.531L-36.283 25.251Q-36.058 25.251-35.909 25.217Q-35.760 25.182-35.760 25.042L-35.760 23.193Q-35.760 23.005-35.808 22.921Q-35.856 22.838-35.953 22.819Q-36.051 22.800-36.263 22.800L-36.263 22.520L-35.207 22.445L-35.207 25.042Q-35.207 25.182-35.075 25.217Q-34.943 25.251-34.731 25.251L-34.731 25.531M-36.003 21.224Q-36.003 21.053-35.880 20.934Q-35.757 20.814-35.586 20.814Q-35.418 20.814-35.295 20.934Q-35.172 21.053-35.172 21.224Q-35.172 21.399-35.295 21.522Q-35.418 21.645-35.586 21.645Q-35.757 21.645-35.880 21.522Q-36.003 21.399-36.003 21.224M-32.496 25.504L-33.624 23.005Q-33.696 22.858-33.826 22.826Q-33.956 22.793-34.185 22.793L-34.185 22.513L-32.670 22.513L-32.670 22.793Q-33.022 22.793-33.022 22.940Q-33.022 22.985-33.012 23.005L-32.147 24.923L-31.368 23.193Q-31.334 23.125-31.334 23.046Q-31.334 22.933-31.418 22.863Q-31.501 22.793-31.621 22.793L-31.621 22.513L-30.425 22.513L-30.425 22.793Q-30.644 22.793-30.814 22.896Q-30.985 22.998-31.074 23.193L-32.110 25.504Q-32.158 25.599-32.264 25.599L-32.342 25.599Q-32.448 25.599-32.496 25.504\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(152.534 -89.218)\">\u003Cpath d=\"M-30.123 23.996Q-30.123 23.675-29.998 23.386Q-29.873 23.097-29.647 22.874Q-29.422 22.650-29.126 22.530Q-28.831 22.410-28.513 22.410Q-28.185 22.410-27.923 22.510Q-27.662 22.609-27.486 22.791Q-27.310 22.974-27.216 23.232Q-27.122 23.490-27.122 23.822Q-27.122 23.914-27.204 23.935L-29.459 23.935L-29.459 23.996Q-29.459 24.584-29.176 24.967Q-28.892 25.350-28.325 25.350Q-28.003 25.350-27.735 25.157Q-27.467 24.964-27.378 24.649Q-27.371 24.608-27.296 24.594L-27.204 24.594Q-27.122 24.618-27.122 24.690Q-27.122 24.697-27.128 24.724Q-27.241 25.121-27.612 25.360Q-27.983 25.599-28.407 25.599Q-28.844 25.599-29.244 25.391Q-29.644 25.182-29.883 24.815Q-30.123 24.448-30.123 23.996M-29.453 23.726L-27.638 23.726Q-27.638 23.449-27.735 23.197Q-27.833 22.944-28.031 22.788Q-28.229 22.633-28.513 22.633Q-28.790 22.633-29.003 22.791Q-29.217 22.950-29.335 23.205Q-29.453 23.460-29.453 23.726\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(152.534 -89.218)\">\u003Cpath d=\"M-23.832 25.524L-23.832 24.461Q-23.832 24.437-23.804 24.410Q-23.777 24.383-23.753 24.383L-23.644 24.383Q-23.579 24.383-23.565 24.441Q-23.469 24.875-23.223 25.126Q-22.977 25.377-22.563 25.377Q-22.222 25.377-21.969 25.244Q-21.716 25.111-21.716 24.803Q-21.716 24.646-21.810 24.531Q-21.904 24.417-22.042 24.348Q-22.181 24.280-22.348 24.242L-22.929 24.143Q-23.285 24.075-23.558 23.854Q-23.832 23.634-23.832 23.292Q-23.832 23.043-23.720 22.868Q-23.609 22.694-23.423 22.595Q-23.237 22.496-23.021 22.453Q-22.806 22.410-22.563 22.410Q-22.150 22.410-21.870 22.592L-21.654 22.417Q-21.644 22.414-21.637 22.412Q-21.630 22.410-21.620 22.410L-21.569 22.410Q-21.542 22.410-21.518 22.434Q-21.494 22.458-21.494 22.486L-21.494 23.333Q-21.494 23.354-21.518 23.381Q-21.542 23.408-21.569 23.408L-21.682 23.408Q-21.709 23.408-21.735 23.383Q-21.760 23.357-21.760 23.333Q-21.760 23.097-21.866 22.933Q-21.972 22.769-22.155 22.687Q-22.338 22.605-22.570 22.605Q-22.898 22.605-23.155 22.708Q-23.411 22.810-23.411 23.087Q-23.411 23.282-23.228 23.391Q-23.045 23.501-22.816 23.542L-22.242 23.648Q-21.996 23.696-21.782 23.824Q-21.569 23.952-21.432 24.155Q-21.295 24.359-21.295 24.608Q-21.295 25.121-21.661 25.360Q-22.027 25.599-22.563 25.599Q-23.059 25.599-23.391 25.305L-23.657 25.579Q-23.678 25.599-23.705 25.599L-23.753 25.599Q-23.777 25.599-23.804 25.572Q-23.832 25.545-23.832 25.524M-20.708 23.996Q-20.708 23.675-20.583 23.386Q-20.458 23.097-20.232 22.874Q-20.007 22.650-19.711 22.530Q-19.416 22.410-19.098 22.410Q-18.770 22.410-18.508 22.510Q-18.247 22.609-18.071 22.791Q-17.895 22.974-17.801 23.232Q-17.707 23.490-17.707 23.822Q-17.707 23.914-17.789 23.935L-20.044 23.935L-20.044 23.996Q-20.044 24.584-19.761 24.967Q-19.477 25.350-18.910 25.350Q-18.588 25.350-18.320 25.157Q-18.052 24.964-17.963 24.649Q-17.956 24.608-17.881 24.594L-17.789 24.594Q-17.707 24.618-17.707 24.690Q-17.707 24.697-17.713 24.724Q-17.826 25.121-18.197 25.360Q-18.568 25.599-18.992 25.599Q-19.429 25.599-19.829 25.391Q-20.229 25.182-20.468 24.815Q-20.708 24.448-20.708 23.996M-20.038 23.726L-18.223 23.726Q-18.223 23.449-18.320 23.197Q-18.417 22.944-18.616 22.788Q-18.814 22.633-19.098 22.633Q-19.375 22.633-19.588 22.791Q-19.802 22.950-19.920 23.205Q-20.038 23.460-20.038 23.726M-16.592 24.690L-16.592 22.793L-17.231 22.793L-17.231 22.571Q-16.914 22.571-16.697 22.361Q-16.479 22.151-16.379 21.841Q-16.278 21.532-16.278 21.224L-16.011 21.224L-16.011 22.513L-14.935 22.513L-14.935 22.793L-16.011 22.793L-16.011 24.677Q-16.011 24.953-15.907 25.152Q-15.803 25.350-15.543 25.350Q-15.386 25.350-15.280 25.246Q-15.174 25.141-15.124 24.988Q-15.075 24.834-15.075 24.677L-15.075 24.263L-14.808 24.263L-14.808 24.690Q-14.808 24.916-14.907 25.126Q-15.006 25.336-15.191 25.468Q-15.375 25.599-15.604 25.599Q-16.042 25.599-16.317 25.362Q-16.592 25.124-16.592 24.690\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(152.534 -89.218)\">\u003Cpath d=\"M-9.159 27.281Q-9.709 26.881-10.080 26.326Q-10.451 25.770-10.632 25.124Q-10.813 24.478-10.813 23.781Q-10.813 23.268-10.713 22.773Q-10.612 22.277-10.407 21.826Q-10.202 21.375-9.889 20.983Q-9.576 20.592-9.159 20.288Q-9.149 20.284-9.142 20.283Q-9.135 20.281-9.125 20.281L-9.057 20.281Q-9.022 20.281-9 20.305Q-8.978 20.329-8.978 20.366Q-8.978 20.411-9.005 20.428Q-9.354 20.729-9.607 21.113Q-9.860 21.498-10.012 21.939Q-10.164 22.380-10.236 22.836Q-10.308 23.292-10.308 23.781Q-10.308 24.782-9.998 25.669Q-9.689 26.556-9.005 27.141Q-8.978 27.158-8.978 27.202Q-8.978 27.240-9 27.264Q-9.022 27.288-9.057 27.288L-9.125 27.288Q-9.132 27.284-9.140 27.283Q-9.149 27.281-9.159 27.281M-7.594 24.697L-7.594 23.193Q-7.594 22.923-7.701 22.862Q-7.809 22.800-8.120 22.800L-8.120 22.520L-7.013 22.445L-7.013 24.677L-7.013 24.697Q-7.013 24.977-6.961 25.121Q-6.910 25.264-6.768 25.321Q-6.626 25.377-6.339 25.377Q-6.086 25.377-5.881 25.237Q-5.676 25.097-5.560 24.871Q-5.444 24.646-5.444 24.396L-5.444 23.193Q-5.444 22.923-5.551 22.862Q-5.659 22.800-5.970 22.800L-5.970 22.520L-4.863 22.445L-4.863 24.858Q-4.863 25.049-4.810 25.131Q-4.757 25.213-4.656 25.232Q-4.555 25.251-4.340 25.251L-4.340 25.531L-5.416 25.599L-5.416 25.035Q-5.526 25.217-5.671 25.340Q-5.816 25.463-6.003 25.531Q-6.189 25.599-6.391 25.599Q-7.594 25.599-7.594 24.697M-2.108 26.888L-3.738 26.888L-3.738 26.608Q-3.509 26.608-3.361 26.573Q-3.212 26.539-3.212 26.399L-3.212 23.053Q-3.212 22.882-3.349 22.841Q-3.485 22.800-3.738 22.800L-3.738 22.520L-2.658 22.445L-2.658 22.851Q-2.436 22.650-2.149 22.547Q-1.862 22.445-1.554 22.445Q-1.127 22.445-0.763 22.658Q-0.399 22.872-0.185 23.236Q0.028 23.600 0.028 24.020Q0.028 24.465-0.211 24.829Q-0.450 25.193-0.843 25.396Q-1.236 25.599-1.681 25.599Q-1.947 25.599-2.195 25.499Q-2.443 25.398-2.631 25.217L-2.631 26.399Q-2.631 26.536-2.482 26.572Q-2.333 26.608-2.108 26.608L-2.108 26.888M-2.631 23.200L-2.631 24.810Q-2.498 25.063-2.255 25.220Q-2.012 25.377-1.735 25.377Q-1.407 25.377-1.154 25.176Q-0.901 24.974-0.768 24.656Q-0.635 24.338-0.635 24.020Q-0.635 23.791-0.700 23.562Q-0.765 23.333-0.893 23.135Q-1.021 22.937-1.216 22.817Q-1.411 22.698-1.643 22.698Q-1.937 22.698-2.205 22.827Q-2.474 22.957-2.631 23.200\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(152.534 -89.218)\">\u003Cpath d=\"M0.885 24.020Q0.885 23.682 1.026 23.391Q1.166 23.101 1.410 22.887Q1.654 22.674 1.959 22.559Q2.263 22.445 2.588 22.445Q2.858 22.445 3.121 22.544Q3.384 22.643 3.575 22.821L3.575 21.423Q3.575 21.153 3.468 21.091Q3.360 21.030 3.049 21.030L3.049 20.749L4.126 20.674L4.126 24.858Q4.126 25.046 4.180 25.129Q4.235 25.213 4.336 25.232Q4.437 25.251 4.652 25.251L4.652 25.531L3.545 25.599L3.545 25.182Q3.128 25.599 2.502 25.599Q2.071 25.599 1.699 25.387Q1.326 25.176 1.106 24.815Q0.885 24.454 0.885 24.020M2.560 25.377Q2.769 25.377 2.955 25.305Q3.141 25.234 3.295 25.097Q3.449 24.960 3.545 24.782L3.545 23.173Q3.459 23.026 3.314 22.906Q3.169 22.786 2.999 22.727Q2.830 22.667 2.649 22.667Q2.089 22.667 1.820 23.056Q1.552 23.446 1.552 24.027Q1.552 24.598 1.786 24.988Q2.020 25.377 2.560 25.377M5.360 24.803Q5.360 24.471 5.583 24.244Q5.807 24.017 6.151 23.889Q6.494 23.760 6.867 23.708Q7.239 23.655 7.544 23.655L7.544 23.402Q7.544 23.197 7.436 23.017Q7.328 22.838 7.147 22.735Q6.966 22.633 6.758 22.633Q6.351 22.633 6.115 22.725Q6.204 22.762 6.250 22.846Q6.296 22.930 6.296 23.032Q6.296 23.128 6.250 23.207Q6.204 23.285 6.123 23.330Q6.043 23.374 5.954 23.374Q5.804 23.374 5.703 23.277Q5.602 23.179 5.602 23.032Q5.602 22.410 6.758 22.410Q6.969 22.410 7.219 22.474Q7.468 22.537 7.670 22.656Q7.872 22.776 7.998 22.961Q8.125 23.145 8.125 23.388L8.125 24.964Q8.125 25.080 8.186 25.176Q8.248 25.271 8.361 25.271Q8.470 25.271 8.535 25.177Q8.600 25.083 8.600 24.964L8.600 24.516L8.866 24.516L8.866 24.964Q8.866 25.234 8.639 25.399Q8.412 25.565 8.132 25.565Q7.923 25.565 7.786 25.411Q7.650 25.258 7.626 25.042Q7.479 25.309 7.197 25.454Q6.915 25.599 6.590 25.599Q6.313 25.599 6.029 25.524Q5.746 25.449 5.553 25.270Q5.360 25.090 5.360 24.803M5.975 24.803Q5.975 24.977 6.076 25.107Q6.176 25.237 6.332 25.307Q6.488 25.377 6.652 25.377Q6.870 25.377 7.079 25.280Q7.287 25.182 7.415 25.001Q7.544 24.820 7.544 24.594L7.544 23.866Q7.219 23.866 6.853 23.957Q6.488 24.048 6.231 24.260Q5.975 24.471 5.975 24.803M9.810 24.690L9.810 22.793L9.171 22.793L9.171 22.571Q9.488 22.571 9.706 22.361Q9.923 22.151 10.023 21.841Q10.124 21.532 10.124 21.224L10.391 21.224L10.391 22.513L11.467 22.513L11.467 22.793L10.391 22.793L10.391 24.677Q10.391 24.953 10.495 25.152Q10.599 25.350 10.859 25.350Q11.016 25.350 11.122 25.246Q11.228 25.141 11.278 24.988Q11.327 24.834 11.327 24.677L11.327 24.263L11.594 24.263L11.594 24.690Q11.594 24.916 11.495 25.126Q11.396 25.336 11.211 25.468Q11.027 25.599 10.798 25.599Q10.360 25.599 10.085 25.362Q9.810 25.124 9.810 24.690M12.363 23.996Q12.363 23.675 12.488 23.386Q12.613 23.097 12.838 22.874Q13.064 22.650 13.359 22.530Q13.655 22.410 13.973 22.410Q14.301 22.410 14.562 22.510Q14.824 22.609 15 22.791Q15.176 22.974 15.270 23.232Q15.364 23.490 15.364 23.822Q15.364 23.914 15.282 23.935L13.026 23.935L13.026 23.996Q13.026 24.584 13.310 24.967Q13.593 25.350 14.161 25.350Q14.482 25.350 14.750 25.157Q15.019 24.964 15.108 24.649Q15.114 24.608 15.190 24.594L15.282 24.594Q15.364 24.618 15.364 24.690Q15.364 24.697 15.357 24.724Q15.244 25.121 14.873 25.360Q14.503 25.599 14.079 25.599Q13.641 25.599 13.241 25.391Q12.842 25.182 12.602 24.815Q12.363 24.448 12.363 23.996M13.033 23.726L14.848 23.726Q14.848 23.449 14.750 23.197Q14.653 22.944 14.455 22.788Q14.257 22.633 13.973 22.633Q13.696 22.633 13.482 22.791Q13.269 22.950 13.151 23.205Q13.033 23.460 13.033 23.726M15.952 24.020Q15.952 23.682 16.092 23.391Q16.232 23.101 16.477 22.887Q16.721 22.674 17.025 22.559Q17.329 22.445 17.654 22.445Q17.924 22.445 18.187 22.544Q18.450 22.643 18.642 22.821L18.642 21.423Q18.642 21.153 18.534 21.091Q18.426 21.030 18.115 21.030L18.115 20.749L19.192 20.674L19.192 24.858Q19.192 25.046 19.247 25.129Q19.301 25.213 19.402 25.232Q19.503 25.251 19.718 25.251L19.718 25.531L18.611 25.599L18.611 25.182Q18.194 25.599 17.569 25.599Q17.138 25.599 16.765 25.387Q16.393 25.176 16.172 24.815Q15.952 24.454 15.952 24.020M17.627 25.377Q17.835 25.377 18.021 25.305Q18.208 25.234 18.362 25.097Q18.515 24.960 18.611 24.782L18.611 23.173Q18.526 23.026 18.380 22.906Q18.235 22.786 18.066 22.727Q17.897 22.667 17.716 22.667Q17.155 22.667 16.887 23.056Q16.618 23.446 16.618 24.027Q16.618 24.598 16.852 24.988Q17.087 25.377 17.627 25.377M20.689 27.288L20.621 27.288Q20.587 27.288 20.564 27.262Q20.542 27.237 20.542 27.202Q20.542 27.158 20.573 27.141Q20.928 26.837 21.178 26.447Q21.427 26.057 21.580 25.625Q21.732 25.193 21.802 24.724Q21.872 24.256 21.872 23.781Q21.872 23.302 21.802 22.836Q21.732 22.369 21.578 21.934Q21.424 21.498 21.173 21.110Q20.922 20.722 20.573 20.428Q20.542 20.411 20.542 20.366Q20.542 20.332 20.564 20.307Q20.587 20.281 20.621 20.281L20.689 20.281Q20.699 20.281 20.708 20.283Q20.717 20.284 20.727 20.288Q21.270 20.688 21.643 21.241Q22.015 21.795 22.196 22.441Q22.378 23.087 22.378 23.781Q22.378 24.482 22.196 25.129Q22.015 25.777 21.641 26.331Q21.267 26.885 20.727 27.281Q20.717 27.281 20.708 27.283Q20.699 27.284 20.689 27.288\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" 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(7.8 -32.313)\">\u003Cpath d=\"M-45.317 25.531L-46.951 25.531L-46.951 25.251Q-46.722 25.251-46.573 25.217Q-46.424 25.182-46.424 25.042L-46.424 23.193Q-46.424 22.923-46.532 22.862Q-46.640 22.800-46.951 22.800L-46.951 22.520L-45.891 22.445L-45.891 23.094Q-45.720 22.786-45.416 22.615Q-45.112 22.445-44.767 22.445Q-44.261 22.445-43.977 22.668Q-43.693 22.892-43.693 23.388L-43.693 25.042Q-43.693 25.179-43.545 25.215Q-43.396 25.251-43.170 25.251L-43.170 25.531L-44.801 25.531L-44.801 25.251Q-44.572 25.251-44.423 25.217Q-44.274 25.182-44.274 25.042L-44.274 23.402Q-44.274 23.067-44.394 22.867Q-44.514 22.667-44.828 22.667Q-45.098 22.667-45.332 22.803Q-45.566 22.940-45.705 23.174Q-45.843 23.408-45.843 23.682L-45.843 25.042Q-45.843 25.179-45.693 25.215Q-45.542 25.251-45.317 25.251L-45.317 25.531M-42.624 23.996Q-42.624 23.675-42.499 23.386Q-42.374 23.097-42.148 22.874Q-41.923 22.650-41.627 22.530Q-41.332 22.410-41.014 22.410Q-40.686 22.410-40.424 22.510Q-40.163 22.609-39.987 22.791Q-39.811 22.974-39.717 23.232Q-39.623 23.490-39.623 23.822Q-39.623 23.914-39.705 23.935L-41.960 23.935L-41.960 23.996Q-41.960 24.584-41.677 24.967Q-41.393 25.350-40.826 25.350Q-40.504 25.350-40.236 25.157Q-39.968 24.964-39.879 24.649Q-39.872 24.608-39.797 24.594L-39.705 24.594Q-39.623 24.618-39.623 24.690Q-39.623 24.697-39.629 24.724Q-39.742 25.121-40.113 25.360Q-40.484 25.599-40.908 25.599Q-41.345 25.599-41.745 25.391Q-42.145 25.182-42.384 24.815Q-42.624 24.448-42.624 23.996M-41.954 23.726L-40.139 23.726Q-40.139 23.449-40.236 23.197Q-40.334 22.944-40.532 22.788Q-40.730 22.633-41.014 22.633Q-41.291 22.633-41.504 22.791Q-41.718 22.950-41.836 23.205Q-41.954 23.460-41.954 23.726M-39.076 26.064Q-39.076 25.818-38.879 25.634Q-38.683 25.449-38.426 25.370Q-38.563 25.258-38.635 25.097Q-38.707 24.936-38.707 24.755Q-38.707 24.434-38.495 24.188Q-38.830 23.890-38.830 23.480Q-38.830 23.019-38.440 22.732Q-38.050 22.445-37.572 22.445Q-37.100 22.445-36.765 22.691Q-36.591 22.537-36.381 22.455Q-36.170 22.373-35.941 22.373Q-35.777 22.373-35.656 22.480Q-35.535 22.588-35.535 22.752Q-35.535 22.848-35.606 22.920Q-35.678 22.991-35.771 22.991Q-35.870 22.991-35.940 22.918Q-36.010 22.844-36.010 22.745Q-36.010 22.691-35.996 22.660L-35.989 22.646Q-35.982 22.626-35.974 22.615Q-35.965 22.605-35.962 22.598Q-36.317 22.598-36.605 22.821Q-36.317 23.114-36.317 23.480Q-36.317 23.795-36.502 24.027Q-36.687 24.260-36.975 24.388Q-37.264 24.516-37.572 24.516Q-37.773 24.516-37.965 24.466Q-38.156 24.417-38.334 24.307Q-38.426 24.434-38.426 24.577Q-38.426 24.759-38.298 24.894Q-38.170 25.029-37.985 25.029L-37.353 25.029Q-36.905 25.029-36.536 25.100Q-36.167 25.172-35.907 25.401Q-35.647 25.630-35.647 26.064Q-35.647 26.385-35.943 26.587Q-36.239 26.789-36.642 26.878Q-37.045 26.967-37.360 26.967Q-37.678 26.967-38.081 26.878Q-38.484 26.789-38.780 26.587Q-39.076 26.385-39.076 26.064M-38.621 26.064Q-38.621 26.293-38.402 26.442Q-38.184 26.591-37.891 26.659Q-37.599 26.727-37.360 26.727Q-37.196 26.727-36.987 26.691Q-36.779 26.656-36.572 26.575Q-36.365 26.495-36.234 26.367Q-36.102 26.239-36.102 26.064Q-36.102 25.712-36.483 25.618Q-36.864 25.524-37.367 25.524L-37.985 25.524Q-38.225 25.524-38.423 25.675Q-38.621 25.825-38.621 26.064M-37.572 24.277Q-36.905 24.277-36.905 23.480Q-36.905 22.680-37.572 22.680Q-38.242 22.680-38.242 23.480Q-38.242 24.277-37.572 24.277M-33.385 25.531L-34.988 25.531L-34.988 25.251Q-34.762 25.251-34.614 25.217Q-34.465 25.182-34.465 25.042L-34.465 21.423Q-34.465 21.153-34.573 21.091Q-34.680 21.030-34.988 21.030L-34.988 20.749L-33.911 20.674L-33.911 25.042Q-33.911 25.179-33.761 25.215Q-33.610 25.251-33.385 25.251L-33.385 25.531M-31.173 25.531L-32.725 25.531L-32.725 25.251Q-32.500 25.251-32.351 25.217Q-32.202 25.182-32.202 25.042L-32.202 23.193Q-32.202 23.005-32.250 22.921Q-32.298 22.838-32.395 22.819Q-32.493 22.800-32.705 22.800L-32.705 22.520L-31.648 22.445L-31.648 25.042Q-31.648 25.182-31.517 25.217Q-31.385 25.251-31.173 25.251L-31.173 25.531M-32.445 21.224Q-32.445 21.053-32.322 20.934Q-32.199 20.814-32.028 20.814Q-31.860 20.814-31.737 20.934Q-31.614 21.053-31.614 21.224Q-31.614 21.399-31.737 21.522Q-31.860 21.645-32.028 21.645Q-32.199 21.645-32.322 21.522Q-32.445 21.399-32.445 21.224M-30.568 26.064Q-30.568 25.818-30.372 25.634Q-30.175 25.449-29.919 25.370Q-30.056 25.258-30.127 25.097Q-30.199 24.936-30.199 24.755Q-30.199 24.434-29.987 24.188Q-30.322 23.890-30.322 23.480Q-30.322 23.019-29.933 22.732Q-29.543 22.445-29.064 22.445Q-28.593 22.445-28.258 22.691Q-28.084 22.537-27.873 22.455Q-27.663 22.373-27.434 22.373Q-27.270 22.373-27.149 22.480Q-27.027 22.588-27.027 22.752Q-27.027 22.848-27.099 22.920Q-27.171 22.991-27.263 22.991Q-27.362 22.991-27.432 22.918Q-27.502 22.844-27.502 22.745Q-27.502 22.691-27.489 22.660L-27.482 22.646Q-27.475 22.626-27.467 22.615Q-27.458 22.605-27.455 22.598Q-27.810 22.598-28.097 22.821Q-27.810 23.114-27.810 23.480Q-27.810 23.795-27.995 24.027Q-28.179 24.260-28.468 24.388Q-28.757 24.516-29.064 24.516Q-29.266 24.516-29.458 24.466Q-29.649 24.417-29.827 24.307Q-29.919 24.434-29.919 24.577Q-29.919 24.759-29.791 24.894Q-29.663 25.029-29.478 25.029L-28.846 25.029Q-28.398 25.029-28.029 25.100Q-27.660 25.172-27.400 25.401Q-27.140 25.630-27.140 26.064Q-27.140 26.385-27.436 26.587Q-27.731 26.789-28.135 26.878Q-28.538 26.967-28.853 26.967Q-29.170 26.967-29.574 26.878Q-29.977 26.789-30.273 26.587Q-30.568 26.385-30.568 26.064M-30.114 26.064Q-30.114 26.293-29.895 26.442Q-29.676 26.591-29.384 26.659Q-29.092 26.727-28.853 26.727Q-28.688 26.727-28.480 26.691Q-28.271 26.656-28.065 26.575Q-27.858 26.495-27.726 26.367Q-27.595 26.239-27.595 26.064Q-27.595 25.712-27.976 25.618Q-28.357 25.524-28.859 25.524L-29.478 25.524Q-29.717 25.524-29.916 25.675Q-30.114 25.825-30.114 26.064M-29.064 24.277Q-28.398 24.277-28.398 23.480Q-28.398 22.680-29.064 22.680Q-29.734 22.680-29.734 23.480Q-29.734 24.277-29.064 24.277M-24.929 25.531L-26.480 25.531L-26.480 25.251Q-26.255 25.251-26.106 25.217Q-25.958 25.182-25.958 25.042L-25.958 23.193Q-25.958 23.005-26.005 22.921Q-26.053 22.838-26.151 22.819Q-26.248 22.800-26.460 22.800L-26.460 22.520L-25.404 22.445L-25.404 25.042Q-25.404 25.182-25.272 25.217Q-25.141 25.251-24.929 25.251L-24.929 25.531M-26.200 21.224Q-26.200 21.053-26.077 20.934Q-25.954 20.814-25.783 20.814Q-25.616 20.814-25.493 20.934Q-25.370 21.053-25.370 21.224Q-25.370 21.399-25.493 21.522Q-25.616 21.645-25.783 21.645Q-25.954 21.645-26.077 21.522Q-26.200 21.399-26.200 21.224M-23.476 25.531L-23.743 25.531L-23.743 21.423Q-23.743 21.153-23.850 21.091Q-23.958 21.030-24.269 21.030L-24.269 20.749L-23.189 20.674L-23.189 22.844Q-22.980 22.653-22.695 22.549Q-22.410 22.445-22.112 22.445Q-21.794 22.445-21.497 22.566Q-21.200 22.687-20.978 22.903Q-20.755 23.118-20.629 23.403Q-20.502 23.689-20.502 24.020Q-20.502 24.465-20.742 24.829Q-20.981 25.193-21.374 25.396Q-21.767 25.599-22.211 25.599Q-22.406 25.599-22.596 25.543Q-22.786 25.487-22.946 25.382Q-23.107 25.278-23.247 25.117L-23.476 25.531M-23.162 23.186L-23.162 24.803Q-23.025 25.063-22.784 25.220Q-22.543 25.377-22.266 25.377Q-21.972 25.377-21.760 25.270Q-21.548 25.162-21.415 24.970Q-21.282 24.779-21.224 24.540Q-21.166 24.301-21.166 24.020Q-21.166 23.661-21.260 23.357Q-21.354 23.053-21.581 22.860Q-21.808 22.667-22.174 22.667Q-22.475 22.667-22.741 22.803Q-23.008 22.940-23.162 23.186M-18.199 25.531L-19.802 25.531L-19.802 25.251Q-19.576 25.251-19.428 25.217Q-19.279 25.182-19.279 25.042L-19.279 21.423Q-19.279 21.153-19.386 21.091Q-19.494 21.030-19.802 21.030L-19.802 20.749L-18.725 20.674L-18.725 25.042Q-18.725 25.179-18.575 25.215Q-18.424 25.251-18.199 25.251L-18.199 25.531M-17.645 23.996Q-17.645 23.675-17.520 23.386Q-17.396 23.097-17.170 22.874Q-16.944 22.650-16.649 22.530Q-16.353 22.410-16.035 22.410Q-15.707 22.410-15.446 22.510Q-15.184 22.609-15.008 22.791Q-14.832 22.974-14.738 23.232Q-14.644 23.490-14.644 23.822Q-14.644 23.914-14.726 23.935L-16.982 23.935L-16.982 23.996Q-16.982 24.584-16.698 24.967Q-16.415 25.350-15.847 25.350Q-15.526 25.350-15.258 25.157Q-14.989 24.964-14.900 24.649Q-14.894 24.608-14.818 24.594L-14.726 24.594Q-14.644 24.618-14.644 24.690Q-14.644 24.697-14.651 24.724Q-14.764 25.121-15.135 25.360Q-15.505 25.599-15.929 25.599Q-16.367 25.599-16.767 25.391Q-17.167 25.182-17.406 24.815Q-17.645 24.448-17.645 23.996M-16.975 23.726L-15.160 23.726Q-15.160 23.449-15.258 23.197Q-15.355 22.944-15.553 22.788Q-15.751 22.633-16.035 22.633Q-16.312 22.633-16.526 22.791Q-16.739 22.950-16.857 23.205Q-16.975 23.460-16.975 23.726\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.8 -32.313)\">\u003Cpath d=\"M-9.202 27.281Q-9.752 26.881-10.123 26.326Q-10.494 25.770-10.675 25.124Q-10.856 24.478-10.856 23.781Q-10.856 23.268-10.756 22.773Q-10.655 22.277-10.450 21.826Q-10.245 21.375-9.932 20.983Q-9.619 20.592-9.202 20.288Q-9.192 20.284-9.185 20.283Q-9.178 20.281-9.168 20.281L-9.100 20.281Q-9.065 20.281-9.043 20.305Q-9.021 20.329-9.021 20.366Q-9.021 20.411-9.048 20.428Q-9.397 20.729-9.650 21.113Q-9.903 21.498-10.055 21.939Q-10.207 22.380-10.279 22.836Q-10.351 23.292-10.351 23.781Q-10.351 24.782-10.041 25.669Q-9.732 26.556-9.048 27.141Q-9.021 27.158-9.021 27.202Q-9.021 27.240-9.043 27.264Q-9.065 27.288-9.100 27.288L-9.168 27.288Q-9.175 27.284-9.183 27.283Q-9.192 27.281-9.202 27.281M-8.211 25.524L-8.211 24.461Q-8.211 24.437-8.184 24.410Q-8.156 24.383-8.132 24.383L-8.023 24.383Q-7.958 24.383-7.944 24.441Q-7.849 24.875-7.603 25.126Q-7.356 25.377-6.943 25.377Q-6.601 25.377-6.348 25.244Q-6.095 25.111-6.095 24.803Q-6.095 24.646-6.189 24.531Q-6.283 24.417-6.422 24.348Q-6.560 24.280-6.728 24.242L-7.309 24.143Q-7.664 24.075-7.938 23.854Q-8.211 23.634-8.211 23.292Q-8.211 23.043-8.100 22.868Q-7.989 22.694-7.802 22.595Q-7.616 22.496-7.401 22.453Q-7.186 22.410-6.943 22.410Q-6.529 22.410-6.249 22.592L-6.034 22.417Q-6.023 22.414-6.017 22.412Q-6.010 22.410-6 22.410L-5.948 22.410Q-5.921 22.410-5.897 22.434Q-5.873 22.458-5.873 22.486L-5.873 23.333Q-5.873 23.354-5.897 23.381Q-5.921 23.408-5.948 23.408L-6.061 23.408Q-6.088 23.408-6.114 23.383Q-6.140 23.357-6.140 23.333Q-6.140 23.097-6.246 22.933Q-6.352 22.769-6.534 22.687Q-6.717 22.605-6.950 22.605Q-7.278 22.605-7.534 22.708Q-7.791 22.810-7.791 23.087Q-7.791 23.282-7.608 23.391Q-7.425 23.501-7.196 23.542L-6.622 23.648Q-6.375 23.696-6.162 23.824Q-5.948 23.952-5.812 24.155Q-5.675 24.359-5.675 24.608Q-5.675 25.121-6.041 25.360Q-6.406 25.599-6.943 25.599Q-7.438 25.599-7.770 25.305L-8.037 25.579Q-8.057 25.599-8.084 25.599L-8.132 25.599Q-8.156 25.599-8.184 25.572Q-8.211 25.545-8.211 25.524M-3.450 25.531L-5.032 25.531L-5.032 25.251Q-4.803 25.251-4.655 25.217Q-4.506 25.182-4.506 25.042L-4.506 21.423Q-4.506 21.153-4.614 21.091Q-4.721 21.030-5.032 21.030L-5.032 20.749L-3.952 20.674L-3.952 23.962L-2.968 23.193Q-2.763 23.056-2.763 22.906Q-2.763 22.862-2.804 22.827Q-2.845 22.793-2.889 22.793L-2.889 22.513L-1.525 22.513L-1.525 22.793Q-2.014 22.793-2.534 23.193L-3.091 23.627L-2.113 24.851Q-1.912 25.097-1.778 25.174Q-1.645 25.251-1.358 25.251L-1.358 25.531L-2.790 25.531L-2.790 25.251Q-2.602 25.251-2.602 25.138Q-2.602 25.042-2.756 24.851L-3.491 23.942L-3.973 24.321L-3.973 25.042Q-3.973 25.179-3.824 25.215Q-3.675 25.251-3.450 25.251L-3.450 25.531M0.771 25.531L-0.780 25.531L-0.780 25.251Q-0.555 25.251-0.406 25.217Q-0.257 25.182-0.257 25.042L-0.257 23.193Q-0.257 23.005-0.305 22.921Q-0.353 22.838-0.450 22.819Q-0.548 22.800-0.760 22.800L-0.760 22.520L0.296 22.445L0.296 25.042Q0.296 25.182 0.428 25.217Q0.560 25.251 0.771 25.251L0.771 25.531M-0.500 21.224Q-0.500 21.053-0.377 20.934Q-0.254 20.814-0.083 20.814Q0.084 20.814 0.208 20.934Q0.331 21.053 0.331 21.224Q0.331 21.399 0.208 21.522Q0.084 21.645-0.083 21.645Q-0.254 21.645-0.377 21.522Q-0.500 21.399-0.500 21.224M3.062 26.888L1.431 26.888L1.431 26.608Q1.660 26.608 1.809 26.573Q1.958 26.539 1.958 26.399L1.958 23.053Q1.958 22.882 1.821 22.841Q1.684 22.800 1.431 22.800L1.431 22.520L2.511 22.445L2.511 22.851Q2.733 22.650 3.021 22.547Q3.308 22.445 3.615 22.445Q4.042 22.445 4.406 22.658Q4.771 22.872 4.984 23.236Q5.198 23.600 5.198 24.020Q5.198 24.465 4.958 24.829Q4.719 25.193 4.326 25.396Q3.933 25.599 3.489 25.599Q3.222 25.599 2.974 25.499Q2.727 25.398 2.539 25.217L2.539 26.399Q2.539 26.536 2.687 26.572Q2.836 26.608 3.062 26.608L3.062 26.888M2.539 23.200L2.539 24.810Q2.672 25.063 2.915 25.220Q3.157 25.377 3.434 25.377Q3.762 25.377 4.015 25.176Q4.268 24.974 4.401 24.656Q4.535 24.338 4.535 24.020Q4.535 23.791 4.470 23.562Q4.405 23.333 4.277 23.135Q4.148 22.937 3.954 22.817Q3.759 22.698 3.526 22.698Q3.232 22.698 2.964 22.827Q2.696 22.957 2.539 23.200M7.478 26.888L5.847 26.888L5.847 26.608Q6.076 26.608 6.225 26.573Q6.374 26.539 6.374 26.399L6.374 23.053Q6.374 22.882 6.237 22.841Q6.100 22.800 5.847 22.800L5.847 22.520L6.927 22.445L6.927 22.851Q7.149 22.650 7.437 22.547Q7.724 22.445 8.031 22.445Q8.458 22.445 8.823 22.658Q9.187 22.872 9.400 23.236Q9.614 23.600 9.614 24.020Q9.614 24.465 9.375 24.829Q9.135 25.193 8.742 25.396Q8.349 25.599 7.905 25.599Q7.638 25.599 7.390 25.499Q7.143 25.398 6.955 25.217L6.955 26.399Q6.955 26.536 7.103 26.572Q7.252 26.608 7.478 26.608L7.478 26.888M6.955 23.200L6.955 24.810Q7.088 25.063 7.331 25.220Q7.573 25.377 7.850 25.377Q8.178 25.377 8.431 25.176Q8.684 24.974 8.817 24.656Q8.951 24.338 8.951 24.020Q8.951 23.791 8.886 23.562Q8.821 23.333 8.693 23.135Q8.564 22.937 8.370 22.817Q8.175 22.698 7.942 22.698Q7.648 22.698 7.380 22.827Q7.112 22.957 6.955 23.200\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.8 -32.313)\">\u003Cpath d=\"M10.434 23.996Q10.434 23.675 10.559 23.386Q10.684 23.097 10.910 22.874Q11.135 22.650 11.431 22.530Q11.726 22.410 12.044 22.410Q12.372 22.410 12.634 22.510Q12.895 22.609 13.071 22.791Q13.247 22.974 13.341 23.232Q13.435 23.490 13.435 23.822Q13.435 23.914 13.353 23.935L11.098 23.935L11.098 23.996Q11.098 24.584 11.381 24.967Q11.665 25.350 12.232 25.350Q12.554 25.350 12.822 25.157Q13.090 24.964 13.179 24.649Q13.186 24.608 13.261 24.594L13.353 24.594Q13.435 24.618 13.435 24.690Q13.435 24.697 13.429 24.724Q13.316 25.121 12.945 25.360Q12.574 25.599 12.150 25.599Q11.713 25.599 11.313 25.391Q10.913 25.182 10.674 24.815Q10.434 24.448 10.434 23.996M11.104 23.726L12.919 23.726Q12.919 23.449 12.822 23.197Q12.724 22.944 12.526 22.788Q12.328 22.633 12.044 22.633Q11.767 22.633 11.554 22.791Q11.340 22.950 11.222 23.205Q11.104 23.460 11.104 23.726M14.023 24.020Q14.023 23.682 14.163 23.391Q14.304 23.101 14.548 22.887Q14.792 22.674 15.097 22.559Q15.401 22.445 15.725 22.445Q15.995 22.445 16.259 22.544Q16.522 22.643 16.713 22.821L16.713 21.423Q16.713 21.153 16.606 21.091Q16.498 21.030 16.187 21.030L16.187 20.749L17.264 20.674L17.264 24.858Q17.264 25.046 17.318 25.129Q17.373 25.213 17.474 25.232Q17.575 25.251 17.790 25.251L17.790 25.531L16.682 25.599L16.682 25.182Q16.265 25.599 15.640 25.599Q15.209 25.599 14.837 25.387Q14.464 25.176 14.244 24.815Q14.023 24.454 14.023 24.020M15.698 25.377Q15.907 25.377 16.093 25.305Q16.279 25.234 16.433 25.097Q16.587 24.960 16.682 24.782L16.682 23.173Q16.597 23.026 16.452 22.906Q16.307 22.786 16.137 22.727Q15.968 22.667 15.787 22.667Q15.226 22.667 14.958 23.056Q14.690 23.446 14.690 24.027Q14.690 24.598 14.924 24.988Q15.158 25.377 15.698 25.377M18.761 27.288L18.692 27.288Q18.658 27.288 18.636 27.262Q18.614 27.237 18.614 27.202Q18.614 27.158 18.644 27.141Q19 26.837 19.249 26.447Q19.499 26.057 19.651 25.625Q19.803 25.193 19.873 24.724Q19.943 24.256 19.943 23.781Q19.943 23.302 19.873 22.836Q19.803 22.369 19.649 21.934Q19.495 21.498 19.244 21.110Q18.993 20.722 18.644 20.428Q18.614 20.411 18.614 20.366Q18.614 20.332 18.636 20.307Q18.658 20.281 18.692 20.281L18.761 20.281Q18.771 20.281 18.779 20.283Q18.788 20.284 18.798 20.288Q19.342 20.688 19.714 21.241Q20.087 21.795 20.268 22.441Q20.449 23.087 20.449 23.781Q20.449 24.482 20.268 25.129Q20.087 25.777 19.713 26.331Q19.338 26.885 18.798 27.281Q18.788 27.281 18.779 27.283Q18.771 27.284 18.761 27.288\" 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\">Sparse traces. For typical \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8889em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">λ\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0556em;\">γ\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> the trace decays geometrically, so only the few most recently visited states hold a trace above a small threshold (shaded, the active set); the rest are negligible and can be skipped. A tabular implementation tracks only the active few, costing a small constant multiple of a one-step update.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:322.838px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 242.129 127.616\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-18.439 36.196H161.66\"\u002F>\u003Cpath stroke=\"none\" d=\"m163.659 36.196-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(147.856 8.394)\">\u003Cpath d=\"M-16.375 36.196L-18.111 36.196L-18.111 35.916Q-17.882 35.916-17.733 35.882Q-17.585 35.847-17.585 35.707L-17.585 33.858Q-17.585 33.588-17.692 33.527Q-17.800 33.465-18.111 33.465L-18.111 33.185L-17.082 33.110L-17.082 33.817Q-16.952 33.509-16.710 33.310Q-16.467 33.110-16.149 33.110Q-15.930 33.110-15.759 33.234Q-15.588 33.359-15.588 33.571Q-15.588 33.708-15.688 33.807Q-15.787 33.906-15.920 33.906Q-16.057 33.906-16.156 33.807Q-16.255 33.708-16.255 33.571Q-16.255 33.431-16.156 33.332Q-16.446 33.332-16.646 33.528Q-16.846 33.725-16.939 34.019Q-17.031 34.313-17.031 34.593L-17.031 35.707Q-17.031 35.916-16.375 35.916L-16.375 36.196M-14.946 35.468Q-14.946 35.136-14.722 34.909Q-14.498 34.682-14.155 34.554Q-13.811 34.425-13.439 34.373Q-13.066 34.320-12.762 34.320L-12.762 34.067Q-12.762 33.862-12.869 33.682Q-12.977 33.503-13.158 33.400Q-13.339 33.298-13.548 33.298Q-13.955 33.298-14.190 33.390Q-14.102 33.427-14.055 33.511Q-14.009 33.595-14.009 33.697Q-14.009 33.793-14.055 33.872Q-14.102 33.950-14.182 33.995Q-14.262 34.039-14.351 34.039Q-14.502 34.039-14.602 33.942Q-14.703 33.844-14.703 33.697Q-14.703 33.075-13.548 33.075Q-13.336 33.075-13.086 33.139Q-12.837 33.202-12.635 33.321Q-12.434 33.441-12.307 33.626Q-12.181 33.810-12.181 34.053L-12.181 35.629Q-12.181 35.745-12.119 35.841Q-12.058 35.936-11.945 35.936Q-11.835 35.936-11.771 35.842Q-11.706 35.748-11.706 35.629L-11.706 35.181L-11.439 35.181L-11.439 35.629Q-11.439 35.899-11.666 36.064Q-11.894 36.230-12.174 36.230Q-12.382 36.230-12.519 36.076Q-12.656 35.923-12.680 35.707Q-12.827 35.974-13.109 36.119Q-13.391 36.264-13.715 36.264Q-13.992 36.264-14.276 36.189Q-14.560 36.114-14.753 35.935Q-14.946 35.755-14.946 35.468M-14.331 35.468Q-14.331 35.642-14.230 35.772Q-14.129 35.902-13.973 35.972Q-13.818 36.042-13.654 36.042Q-13.435 36.042-13.227 35.945Q-13.018 35.847-12.890 35.666Q-12.762 35.485-12.762 35.259L-12.762 34.531Q-13.086 34.531-13.452 34.622Q-13.818 34.713-14.074 34.925Q-14.331 35.136-14.331 35.468M-10.496 35.355L-10.496 33.458L-11.135 33.458L-11.135 33.236Q-10.817 33.236-10.600 33.026Q-10.383 32.816-10.282 32.506Q-10.181 32.197-10.181 31.889L-9.915 31.889L-9.915 33.178L-8.838 33.178L-8.838 33.458L-9.915 33.458L-9.915 35.342Q-9.915 35.618-9.810 35.817Q-9.706 36.015-9.446 36.015Q-9.289 36.015-9.183 35.911Q-9.077 35.806-9.028 35.653Q-8.978 35.499-8.978 35.342L-8.978 34.928L-8.711 34.928L-8.711 35.355Q-8.711 35.581-8.811 35.791Q-8.910 36.001-9.094 36.133Q-9.279 36.264-9.508 36.264Q-9.945 36.264-10.220 36.027Q-10.496 35.789-10.496 35.355M-6.285 36.196L-7.836 36.196L-7.836 35.916Q-7.611 35.916-7.462 35.882Q-7.314 35.847-7.314 35.707L-7.314 33.858Q-7.314 33.670-7.361 33.586Q-7.409 33.503-7.507 33.484Q-7.604 33.465-7.816 33.465L-7.816 33.185L-6.760 33.110L-6.760 35.707Q-6.760 35.847-6.628 35.882Q-6.497 35.916-6.285 35.916L-6.285 36.196M-7.556 31.889Q-7.556 31.718-7.433 31.599Q-7.310 31.479-7.139 31.479Q-6.972 31.479-6.849 31.599Q-6.726 31.718-6.726 31.889Q-6.726 32.064-6.849 32.187Q-6.972 32.310-7.139 32.310Q-7.310 32.310-7.433 32.187Q-7.556 32.064-7.556 31.889M-5.680 34.713Q-5.680 34.371-5.545 34.072Q-5.410 33.773-5.170 33.549Q-4.931 33.325-4.613 33.200Q-4.295 33.075-3.964 33.075Q-3.520 33.075-3.120 33.291Q-2.720 33.506-2.486 33.884Q-2.252 34.261-2.252 34.713Q-2.252 35.054-2.393 35.338Q-2.535 35.622-2.780 35.829Q-3.024 36.035-3.333 36.150Q-3.643 36.264-3.964 36.264Q-4.395 36.264-4.796 36.063Q-5.198 35.861-5.439 35.509Q-5.680 35.157-5.680 34.713M-3.964 36.015Q-3.362 36.015-3.138 35.637Q-2.915 35.259-2.915 34.627Q-2.915 34.015-3.149 33.656Q-3.383 33.298-3.964 33.298Q-5.017 33.298-5.017 34.627Q-5.017 35.259-4.791 35.637Q-4.565 36.015-3.964 36.015\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.856 8.394)\">\u003Cpath d=\"M2.806 36.196L1.070 36.196L1.070 35.916Q1.299 35.916 1.448 35.882Q1.596 35.847 1.596 35.707L1.596 33.858Q1.596 33.588 1.489 33.527Q1.381 33.465 1.070 33.465L1.070 33.185L2.099 33.110L2.099 33.817Q2.229 33.509 2.471 33.310Q2.714 33.110 3.032 33.110Q3.251 33.110 3.422 33.234Q3.593 33.359 3.593 33.571Q3.593 33.708 3.493 33.807Q3.394 33.906 3.261 33.906Q3.124 33.906 3.025 33.807Q2.926 33.708 2.926 33.571Q2.926 33.431 3.025 33.332Q2.735 33.332 2.535 33.528Q2.335 33.725 2.242 34.019Q2.150 34.313 2.150 34.593L2.150 35.707Q2.150 35.916 2.806 35.916L2.806 36.196M5.859 36.196L4.225 36.196L4.225 35.916Q4.454 35.916 4.603 35.882Q4.751 35.847 4.751 35.707L4.751 32.088Q4.751 31.818 4.644 31.756Q4.536 31.695 4.225 31.695L4.225 31.414L5.305 31.339L5.305 33.725Q5.411 33.540 5.589 33.398Q5.766 33.257 5.975 33.183Q6.183 33.110 6.409 33.110Q6.915 33.110 7.199 33.333Q7.482 33.557 7.482 34.053L7.482 35.707Q7.482 35.844 7.631 35.880Q7.780 35.916 8.005 35.916L8.005 36.196L6.375 36.196L6.375 35.916Q6.604 35.916 6.752 35.882Q6.901 35.847 6.901 35.707L6.901 34.067Q6.901 33.732 6.782 33.532Q6.662 33.332 6.347 33.332Q6.077 33.332 5.843 33.468Q5.609 33.605 5.471 33.839Q5.332 34.073 5.332 34.347L5.332 35.707Q5.332 35.844 5.483 35.880Q5.633 35.916 5.859 35.916L5.859 36.196M8.552 34.713Q8.552 34.371 8.687 34.072Q8.822 33.773 9.061 33.549Q9.301 33.325 9.618 33.200Q9.936 33.075 10.268 33.075Q10.712 33.075 11.112 33.291Q11.512 33.506 11.746 33.884Q11.980 34.261 11.980 34.713Q11.980 35.054 11.838 35.338Q11.697 35.622 11.452 35.829Q11.208 36.035 10.898 36.150Q10.589 36.264 10.268 36.264Q9.837 36.264 9.436 36.063Q9.034 35.861 8.793 35.509Q8.552 35.157 8.552 34.713M10.268 36.015Q10.869 36.015 11.093 35.637Q11.317 35.259 11.317 34.627Q11.317 34.015 11.083 33.656Q10.849 33.298 10.268 33.298Q9.215 33.298 9.215 34.627Q9.215 35.259 9.441 35.637Q9.666 36.015 10.268 36.015\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-18.439 36.196v-94.739\"\u002F>\u003Cpath stroke=\"none\" d=\"m-18.439-60.543-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-43.832 -100.272)\">\u003Cpath d=\"M-17.598 35.355L-17.598 33.458L-18.237 33.458L-18.237 33.236Q-17.919 33.236-17.702 33.026Q-17.485 32.816-17.385 32.506Q-17.284 32.197-17.284 31.889L-17.017 31.889L-17.017 33.178L-15.940 33.178L-15.940 33.458L-17.017 33.458L-17.017 35.342Q-17.017 35.618-16.913 35.817Q-16.809 36.015-16.549 36.015Q-16.392 36.015-16.286 35.911Q-16.180 35.806-16.130 35.653Q-16.081 35.499-16.081 35.342L-16.081 34.928L-15.814 34.928L-15.814 35.355Q-15.814 35.581-15.913 35.791Q-16.012 36.001-16.197 36.133Q-16.381 36.264-16.610 36.264Q-17.048 36.264-17.323 36.027Q-17.598 35.789-17.598 35.355M-13.254 36.196L-14.990 36.196L-14.990 35.916Q-14.761 35.916-14.613 35.882Q-14.464 35.847-14.464 35.707L-14.464 33.858Q-14.464 33.588-14.572 33.527Q-14.679 33.465-14.990 33.465L-14.990 33.185L-13.961 33.110L-13.961 33.817Q-13.832 33.509-13.589 33.310Q-13.346 33.110-13.028 33.110Q-12.810 33.110-12.639 33.234Q-12.468 33.359-12.468 33.571Q-12.468 33.708-12.567 33.807Q-12.666 33.906-12.799 33.906Q-12.936 33.906-13.035 33.807Q-13.134 33.708-13.134 33.571Q-13.134 33.431-13.035 33.332Q-13.326 33.332-13.526 33.528Q-13.726 33.725-13.818 34.019Q-13.910 34.313-13.910 34.593L-13.910 35.707Q-13.910 35.916-13.254 35.916L-13.254 36.196M-11.825 35.468Q-11.825 35.136-11.601 34.909Q-11.377 34.682-11.034 34.554Q-10.690 34.425-10.318 34.373Q-9.945 34.320-9.641 34.320L-9.641 34.067Q-9.641 33.862-9.749 33.682Q-9.856 33.503-10.038 33.400Q-10.219 33.298-10.427 33.298Q-10.834 33.298-11.070 33.390Q-10.981 33.427-10.935 33.511Q-10.889 33.595-10.889 33.697Q-10.889 33.793-10.935 33.872Q-10.981 33.950-11.061 33.995Q-11.142 34.039-11.231 34.039Q-11.381 34.039-11.482 33.942Q-11.583 33.844-11.583 33.697Q-11.583 33.075-10.427 33.075Q-10.215 33.075-9.966 33.139Q-9.716 33.202-9.515 33.321Q-9.313 33.441-9.187 33.626Q-9.060 33.810-9.060 34.053L-9.060 35.629Q-9.060 35.745-8.999 35.841Q-8.937 35.936-8.824 35.936Q-8.715 35.936-8.650 35.842Q-8.585 35.748-8.585 35.629L-8.585 35.181L-8.318 35.181L-8.318 35.629Q-8.318 35.899-8.546 36.064Q-8.773 36.230-9.053 36.230Q-9.262 36.230-9.398 36.076Q-9.535 35.923-9.559 35.707Q-9.706 35.974-9.988 36.119Q-10.270 36.264-10.595 36.264Q-10.872 36.264-11.155 36.189Q-11.439 36.114-11.632 35.935Q-11.825 35.755-11.825 35.468M-11.210 35.468Q-11.210 35.642-11.109 35.772Q-11.008 35.902-10.853 35.972Q-10.697 36.042-10.533 36.042Q-10.314 36.042-10.106 35.945Q-9.897 35.847-9.769 35.666Q-9.641 35.485-9.641 35.259L-9.641 34.531Q-9.966 34.531-10.332 34.622Q-10.697 34.713-10.954 34.925Q-11.210 35.136-11.210 35.468M-7.901 34.685Q-7.901 34.357-7.766 34.056Q-7.631 33.756-7.396 33.535Q-7.160 33.315-6.856 33.195Q-6.551 33.075-6.227 33.075Q-5.721 33.075-5.372 33.178Q-5.023 33.280-5.023 33.656Q-5.023 33.803-5.121 33.904Q-5.218 34.005-5.365 34.005Q-5.519 34.005-5.618 33.906Q-5.717 33.807-5.717 33.656Q-5.717 33.468-5.577 33.376Q-5.779 33.325-6.220 33.325Q-6.575 33.325-6.804 33.521Q-7.033 33.718-7.134 34.027Q-7.235 34.337-7.235 34.685Q-7.235 35.034-7.108 35.340Q-6.982 35.646-6.727 35.830Q-6.473 36.015-6.117 36.015Q-5.895 36.015-5.710 35.931Q-5.526 35.847-5.391 35.692Q-5.256 35.536-5.198 35.328Q-5.184 35.273-5.129 35.273L-5.017 35.273Q-4.986 35.273-4.964 35.297Q-4.941 35.321-4.941 35.355L-4.941 35.376Q-5.027 35.663-5.215 35.861Q-5.403 36.059-5.668 36.162Q-5.933 36.264-6.227 36.264Q-6.657 36.264-7.045 36.058Q-7.433 35.851-7.667 35.488Q-7.901 35.126-7.901 34.685M-4.395 34.661Q-4.395 34.340-4.270 34.051Q-4.145 33.762-3.919 33.539Q-3.694 33.315-3.398 33.195Q-3.103 33.075-2.785 33.075Q-2.457 33.075-2.195 33.175Q-1.934 33.274-1.758 33.456Q-1.582 33.639-1.488 33.897Q-1.394 34.155-1.394 34.487Q-1.394 34.579-1.476 34.600L-3.731 34.600L-3.731 34.661Q-3.731 35.249-3.448 35.632Q-3.164 36.015-2.597 36.015Q-2.275 36.015-2.007 35.822Q-1.739 35.629-1.650 35.314Q-1.643 35.273-1.568 35.259L-1.476 35.259Q-1.394 35.283-1.394 35.355Q-1.394 35.362-1.400 35.389Q-1.513 35.786-1.884 36.025Q-2.255 36.264-2.679 36.264Q-3.116 36.264-3.516 36.056Q-3.916 35.847-4.155 35.480Q-4.395 35.113-4.395 34.661M-3.725 34.391L-1.910 34.391Q-1.910 34.114-2.007 33.862Q-2.105 33.609-2.303 33.453Q-2.501 33.298-2.785 33.298Q-3.062 33.298-3.275 33.456Q-3.489 33.615-3.607 33.870Q-3.725 34.125-3.725 34.391\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-43.832 -100.272)\">\u003Cpath d=\"M3.715 36.196L1.982 36.196L1.982 35.916Q2.208 35.916 2.357 35.882Q2.505 35.847 2.505 35.707L2.505 33.458L1.917 33.458L1.917 33.178L2.505 33.178L2.505 32.361Q2.505 32.043 2.683 31.795Q2.861 31.548 3.151 31.407Q3.442 31.267 3.753 31.267Q4.009 31.267 4.213 31.409Q4.416 31.551 4.416 31.794Q4.416 31.930 4.317 32.029Q4.218 32.129 4.081 32.129Q3.944 32.129 3.845 32.029Q3.746 31.930 3.746 31.794Q3.746 31.613 3.886 31.520Q3.808 31.493 3.708 31.493Q3.500 31.493 3.346 31.626Q3.192 31.759 3.112 31.963Q3.032 32.166 3.032 32.375L3.032 33.178L3.920 33.178L3.920 33.458L3.059 33.458L3.059 35.707Q3.059 35.916 3.715 35.916L3.715 36.196M4.454 35.468Q4.454 35.136 4.677 34.909Q4.901 34.682 5.245 34.554Q5.588 34.425 5.961 34.373Q6.333 34.320 6.638 34.320L6.638 34.067Q6.638 33.862 6.530 33.682Q6.422 33.503 6.241 33.400Q6.060 33.298 5.852 33.298Q5.445 33.298 5.209 33.390Q5.298 33.427 5.344 33.511Q5.390 33.595 5.390 33.697Q5.390 33.793 5.344 33.872Q5.298 33.950 5.218 33.995Q5.137 34.039 5.048 34.039Q4.898 34.039 4.797 33.942Q4.696 33.844 4.696 33.697Q4.696 33.075 5.852 33.075Q6.063 33.075 6.313 33.139Q6.562 33.202 6.764 33.321Q6.966 33.441 7.092 33.626Q7.219 33.810 7.219 34.053L7.219 35.629Q7.219 35.745 7.280 35.841Q7.342 35.936 7.455 35.936Q7.564 35.936 7.629 35.842Q7.694 35.748 7.694 35.629L7.694 35.181L7.960 35.181L7.960 35.629Q7.960 35.899 7.733 36.064Q7.506 36.230 7.226 36.230Q7.017 36.230 6.880 36.076Q6.744 35.923 6.720 35.707Q6.573 35.974 6.291 36.119Q6.009 36.264 5.684 36.264Q5.407 36.264 5.124 36.189Q4.840 36.114 4.647 35.935Q4.454 35.755 4.454 35.468M5.069 35.468Q5.069 35.642 5.170 35.772Q5.270 35.902 5.426 35.972Q5.582 36.042 5.746 36.042Q5.964 36.042 6.173 35.945Q6.381 35.847 6.509 35.666Q6.638 35.485 6.638 35.259L6.638 34.531Q6.313 34.531 5.947 34.622Q5.582 34.713 5.325 34.925Q5.069 35.136 5.069 35.468M8.377 34.685Q8.377 34.357 8.512 34.056Q8.647 33.756 8.883 33.535Q9.119 33.315 9.423 33.195Q9.728 33.075 10.052 33.075Q10.558 33.075 10.907 33.178Q11.255 33.280 11.255 33.656Q11.255 33.803 11.158 33.904Q11.061 34.005 10.914 34.005Q10.760 34.005 10.661 33.906Q10.561 33.807 10.561 33.656Q10.561 33.468 10.702 33.376Q10.500 33.325 10.059 33.325Q9.704 33.325 9.475 33.521Q9.246 33.718 9.145 34.027Q9.044 34.337 9.044 34.685Q9.044 35.034 9.170 35.340Q9.297 35.646 9.551 35.830Q9.806 36.015 10.162 36.015Q10.384 36.015 10.568 35.931Q10.753 35.847 10.888 35.692Q11.023 35.536 11.081 35.328Q11.095 35.273 11.149 35.273L11.262 35.273Q11.293 35.273 11.315 35.297Q11.337 35.321 11.337 35.355L11.337 35.376Q11.252 35.663 11.064 35.861Q10.876 36.059 10.611 36.162Q10.346 36.264 10.052 36.264Q9.622 36.264 9.234 36.058Q8.846 35.851 8.612 35.488Q8.377 35.126 8.377 34.685M12.452 35.355L12.452 33.458L11.812 33.458L11.812 33.236Q12.130 33.236 12.347 33.026Q12.564 32.816 12.665 32.506Q12.766 32.197 12.766 31.889L13.033 31.889L13.033 33.178L14.109 33.178L14.109 33.458L13.033 33.458L13.033 35.342Q13.033 35.618 13.137 35.817Q13.241 36.015 13.501 36.015Q13.658 36.015 13.764 35.911Q13.870 35.806 13.920 35.653Q13.969 35.499 13.969 35.342L13.969 34.928L14.236 34.928L14.236 35.355Q14.236 35.581 14.137 35.791Q14.038 36.001 13.853 36.133Q13.668 36.264 13.439 36.264Q13.002 36.264 12.727 36.027Q12.452 35.789 12.452 35.355M15.005 34.713Q15.005 34.371 15.140 34.072Q15.275 33.773 15.514 33.549Q15.753 33.325 16.071 33.200Q16.389 33.075 16.721 33.075Q17.165 33.075 17.565 33.291Q17.965 33.506 18.199 33.884Q18.433 34.261 18.433 34.713Q18.433 35.054 18.291 35.338Q18.149 35.622 17.905 35.829Q17.661 36.035 17.351 36.150Q17.042 36.264 16.721 36.264Q16.290 36.264 15.888 36.063Q15.487 35.861 15.246 35.509Q15.005 35.157 15.005 34.713M16.721 36.015Q17.322 36.015 17.546 35.637Q17.770 35.259 17.770 34.627Q17.770 34.015 17.536 33.656Q17.302 33.298 16.721 33.298Q15.668 33.298 15.668 34.627Q15.668 35.259 15.894 35.637Q16.119 36.015 16.721 36.015M20.778 36.196L19.041 36.196L19.041 35.916Q19.270 35.916 19.419 35.882Q19.568 35.847 19.568 35.707L19.568 33.858Q19.568 33.588 19.460 33.527Q19.353 33.465 19.041 33.465L19.041 33.185L20.070 33.110L20.070 33.817Q20.200 33.509 20.443 33.310Q20.686 33.110 21.003 33.110Q21.222 33.110 21.393 33.234Q21.564 33.359 21.564 33.571Q21.564 33.708 21.465 33.807Q21.366 33.906 21.232 33.906Q21.096 33.906 20.997 33.807Q20.897 33.708 20.897 33.571Q20.897 33.431 20.997 33.332Q20.706 33.332 20.506 33.528Q20.306 33.725 20.214 34.019Q20.122 34.313 20.122 34.593L20.122 35.707Q20.122 35.916 20.778 35.916\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M-18.439 36.196 66.92-49.162\" 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(91.737 -82.928)\">\u003Cpath d=\"M-16.375 36.196L-18.111 36.196L-18.111 35.916Q-17.882 35.916-17.733 35.882Q-17.585 35.847-17.585 35.707L-17.585 33.858Q-17.585 33.588-17.692 33.527Q-17.800 33.465-18.111 33.465L-18.111 33.185L-17.082 33.110L-17.082 33.817Q-16.952 33.509-16.710 33.310Q-16.467 33.110-16.149 33.110Q-15.930 33.110-15.759 33.234Q-15.588 33.359-15.588 33.571Q-15.588 33.708-15.688 33.807Q-15.787 33.906-15.920 33.906Q-16.057 33.906-16.156 33.807Q-16.255 33.708-16.255 33.571Q-16.255 33.431-16.156 33.332Q-16.446 33.332-16.646 33.528Q-16.846 33.725-16.939 34.019Q-17.031 34.313-17.031 34.593L-17.031 35.707Q-17.031 35.916-16.375 35.916L-16.375 36.196M-14.946 35.468Q-14.946 35.136-14.722 34.909Q-14.498 34.682-14.155 34.554Q-13.811 34.425-13.439 34.373Q-13.066 34.320-12.762 34.320L-12.762 34.067Q-12.762 33.862-12.869 33.682Q-12.977 33.503-13.158 33.400Q-13.339 33.298-13.548 33.298Q-13.955 33.298-14.190 33.390Q-14.102 33.427-14.055 33.511Q-14.009 33.595-14.009 33.697Q-14.009 33.793-14.055 33.872Q-14.102 33.950-14.182 33.995Q-14.262 34.039-14.351 34.039Q-14.502 34.039-14.602 33.942Q-14.703 33.844-14.703 33.697Q-14.703 33.075-13.548 33.075Q-13.336 33.075-13.086 33.139Q-12.837 33.202-12.635 33.321Q-12.434 33.441-12.307 33.626Q-12.181 33.810-12.181 34.053L-12.181 35.629Q-12.181 35.745-12.119 35.841Q-12.058 35.936-11.945 35.936Q-11.835 35.936-11.771 35.842Q-11.706 35.748-11.706 35.629L-11.706 35.181L-11.439 35.181L-11.439 35.629Q-11.439 35.899-11.666 36.064Q-11.894 36.230-12.174 36.230Q-12.382 36.230-12.519 36.076Q-12.656 35.923-12.680 35.707Q-12.827 35.974-13.109 36.119Q-13.391 36.264-13.715 36.264Q-13.992 36.264-14.276 36.189Q-14.560 36.114-14.753 35.935Q-14.946 35.755-14.946 35.468M-14.331 35.468Q-14.331 35.642-14.230 35.772Q-14.129 35.902-13.973 35.972Q-13.818 36.042-13.654 36.042Q-13.435 36.042-13.227 35.945Q-13.018 35.847-12.890 35.666Q-12.762 35.485-12.762 35.259L-12.762 34.531Q-13.086 34.531-13.452 34.622Q-13.818 34.713-14.074 34.925Q-14.331 35.136-14.331 35.468\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(91.737 -82.928)\">\u003Cpath d=\"M-9.841 36.169L-10.822 33.670Q-10.883 33.527-11.001 33.492Q-11.119 33.458-11.335 33.458L-11.335 33.178L-9.855 33.178L-9.855 33.458Q-10.234 33.458-10.234 33.619Q-10.234 33.629-10.220 33.670L-9.506 35.502L-8.833 33.797Q-8.863 33.725-8.863 33.697Q-8.863 33.670-8.891 33.670Q-8.952 33.523-9.070 33.491Q-9.188 33.458-9.400 33.458L-9.400 33.178L-8.002 33.178L-8.002 33.458Q-8.378 33.458-8.378 33.619Q-8.378 33.650-8.371 33.670L-7.616 35.608L-6.929 33.858Q-6.908 33.807-6.908 33.752Q-6.908 33.612-7.021 33.535Q-7.134 33.458-7.274 33.458L-7.274 33.178L-6.054 33.178L-6.054 33.458Q-6.259 33.458-6.414 33.564Q-6.570 33.670-6.642 33.858L-7.547 36.169Q-7.582 36.264-7.694 36.264L-7.763 36.264Q-7.872 36.264-7.910 36.169L-8.692 34.166L-9.479 36.169Q-9.513 36.264-9.626 36.264L-9.694 36.264Q-9.803 36.264-9.841 36.169\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(91.737 -82.928)\">\u003Cpath d=\"M-1.076 36.196L-2.812 36.196L-2.812 35.916Q-2.583 35.916-2.434 35.882Q-2.286 35.847-2.286 35.707L-2.286 33.858Q-2.286 33.588-2.393 33.527Q-2.501 33.465-2.812 33.465L-2.812 33.185L-1.783 33.110L-1.783 33.817Q-1.653 33.509-1.411 33.310Q-1.168 33.110-0.850 33.110Q-0.631 33.110-0.460 33.234Q-0.289 33.359-0.289 33.571Q-0.289 33.708-0.389 33.807Q-0.488 33.906-0.621 33.906Q-0.758 33.906-0.857 33.807Q-0.956 33.708-0.956 33.571Q-0.956 33.431-0.857 33.332Q-1.147 33.332-1.347 33.528Q-1.547 33.725-1.640 34.019Q-1.732 34.313-1.732 34.593L-1.732 35.707Q-1.732 35.916-1.076 35.916L-1.076 36.196M1.977 36.196L0.343 36.196L0.343 35.916Q0.572 35.916 0.721 35.882Q0.869 35.847 0.869 35.707L0.869 32.088Q0.869 31.818 0.762 31.756Q0.654 31.695 0.343 31.695L0.343 31.414L1.423 31.339L1.423 33.725Q1.529 33.540 1.707 33.398Q1.884 33.257 2.093 33.183Q2.301 33.110 2.527 33.110Q3.033 33.110 3.317 33.333Q3.600 33.557 3.600 34.053L3.600 35.707Q3.600 35.844 3.749 35.880Q3.898 35.916 4.123 35.916L4.123 36.196L2.493 36.196L2.493 35.916Q2.722 35.916 2.870 35.882Q3.019 35.847 3.019 35.707L3.019 34.067Q3.019 33.732 2.900 33.532Q2.780 33.332 2.465 33.332Q2.195 33.332 1.961 33.468Q1.727 33.605 1.589 33.839Q1.450 34.073 1.450 34.347L1.450 35.707Q1.450 35.844 1.601 35.880Q1.751 35.916 1.977 35.916L1.977 36.196M4.670 34.713Q4.670 34.371 4.805 34.072Q4.940 33.773 5.179 33.549Q5.419 33.325 5.736 33.200Q6.054 33.075 6.386 33.075Q6.830 33.075 7.230 33.291Q7.630 33.506 7.864 33.884Q8.098 34.261 8.098 34.713Q8.098 35.054 7.956 35.338Q7.815 35.622 7.570 35.829Q7.326 36.035 7.016 36.150Q6.707 36.264 6.386 36.264Q5.955 36.264 5.554 36.063Q5.152 35.861 4.911 35.509Q4.670 35.157 4.670 34.713M6.386 36.015Q6.987 36.015 7.211 35.637Q7.435 35.259 7.435 34.627Q7.435 34.015 7.201 33.656Q6.967 33.298 6.386 33.298Q5.333 33.298 5.333 34.627Q5.333 35.259 5.559 35.637Q5.784 36.015 6.386 36.015\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M-18.439 36.196 10.014 7.743h142.264\" style=\"stroke-width:1.2\"\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(84.324 -35.158)\">\u003Cpath d=\"M-16.443 36.196L-18.077 36.196L-18.077 35.916Q-17.848 35.916-17.699 35.882Q-17.550 35.847-17.550 35.707L-17.550 33.858Q-17.550 33.588-17.658 33.527Q-17.766 33.465-18.077 33.465L-18.077 33.185L-17.017 33.110L-17.017 33.759Q-16.846 33.451-16.542 33.280Q-16.238 33.110-15.893 33.110Q-15.493 33.110-15.216 33.250Q-14.939 33.390-14.854 33.738Q-14.686 33.445-14.387 33.277Q-14.088 33.110-13.743 33.110Q-13.237 33.110-12.953 33.333Q-12.669 33.557-12.669 34.053L-12.669 35.707Q-12.669 35.844-12.521 35.880Q-12.372 35.916-12.147 35.916L-12.147 36.196L-13.777 36.196L-13.777 35.916Q-13.551 35.916-13.401 35.880Q-13.251 35.844-13.251 35.707L-13.251 34.067Q-13.251 33.732-13.370 33.532Q-13.490 33.332-13.804 33.332Q-14.074 33.332-14.308 33.468Q-14.543 33.605-14.681 33.839Q-14.819 34.073-14.819 34.347L-14.819 35.707Q-14.819 35.844-14.671 35.880Q-14.522 35.916-14.296 35.916L-14.296 36.196L-15.927 36.196L-15.927 35.916Q-15.698 35.916-15.549 35.882Q-15.400 35.847-15.400 35.707L-15.400 34.067Q-15.400 33.732-15.520 33.532Q-15.640 33.332-15.954 33.332Q-16.224 33.332-16.458 33.468Q-16.692 33.605-16.831 33.839Q-16.969 34.073-16.969 34.347L-16.969 35.707Q-16.969 35.844-16.819 35.880Q-16.668 35.916-16.443 35.916L-16.443 36.196M-9.942 36.196L-11.494 36.196L-11.494 35.916Q-11.268 35.916-11.119 35.882Q-10.971 35.847-10.971 35.707L-10.971 33.858Q-10.971 33.670-11.019 33.586Q-11.066 33.503-11.164 33.484Q-11.261 33.465-11.473 33.465L-11.473 33.185L-10.417 33.110L-10.417 35.707Q-10.417 35.847-10.285 35.882Q-10.154 35.916-9.942 35.916L-9.942 36.196M-11.213 31.889Q-11.213 31.718-11.090 31.599Q-10.967 31.479-10.796 31.479Q-10.629 31.479-10.506 31.599Q-10.383 31.718-10.383 31.889Q-10.383 32.064-10.506 32.187Q-10.629 32.310-10.796 32.310Q-10.967 32.310-11.090 32.187Q-11.213 32.064-11.213 31.889M-7.614 36.196L-9.248 36.196L-9.248 35.916Q-9.019 35.916-8.870 35.882Q-8.722 35.847-8.722 35.707L-8.722 33.858Q-8.722 33.588-8.829 33.527Q-8.937 33.465-9.248 33.465L-9.248 33.185L-8.189 33.110L-8.189 33.759Q-8.018 33.451-7.713 33.280Q-7.409 33.110-7.064 33.110Q-6.558 33.110-6.274 33.333Q-5.991 33.557-5.991 34.053L-5.991 35.707Q-5.991 35.844-5.842 35.880Q-5.693 35.916-5.468 35.916L-5.468 36.196L-7.098 36.196L-7.098 35.916Q-6.869 35.916-6.720 35.882Q-6.572 35.847-6.572 35.707L-6.572 34.067Q-6.572 33.732-6.691 33.532Q-6.811 33.332-7.126 33.332Q-7.396 33.332-7.630 33.468Q-7.864 33.605-8.002 33.839Q-8.141 34.073-8.141 34.347L-8.141 35.707Q-8.141 35.844-7.990 35.880Q-7.840 35.916-7.614 35.916L-7.614 36.196M-2.751 37.946Q-3.301 37.546-3.672 36.991Q-4.043 36.435-4.224 35.789Q-4.405 35.143-4.405 34.446Q-4.405 33.933-4.304 33.438Q-4.203 32.942-3.998 32.491Q-3.793 32.040-3.480 31.648Q-3.168 31.257-2.751 30.953Q-2.740 30.949-2.733 30.948Q-2.727 30.946-2.716 30.946L-2.648 30.946Q-2.614 30.946-2.592 30.970Q-2.569 30.994-2.569 31.031Q-2.569 31.076-2.597 31.093Q-2.945 31.394-3.198 31.778Q-3.451 32.163-3.603 32.604Q-3.755 33.045-3.827 33.501Q-3.899 33.957-3.899 34.446Q-3.899 35.447-3.590 36.334Q-3.280 37.221-2.597 37.806Q-2.569 37.823-2.569 37.867Q-2.569 37.905-2.592 37.929Q-2.614 37.953-2.648 37.953L-2.716 37.953Q-2.723 37.949-2.732 37.948Q-2.740 37.946-2.751 37.946M1.252 36.196L-1.277 36.196L-1.277 35.916Q-0.310 35.916-0.310 35.707L-0.310 32.088Q-0.703 32.276-1.325 32.276L-1.325 31.995Q-0.908 31.995-0.544 31.894Q-0.180 31.794 0.076 31.548L0.203 31.548Q0.268 31.565 0.285 31.633L0.285 35.707Q0.285 35.916 1.252 35.916L1.252 36.196M2.722 37.426Q2.722 37.392 2.749 37.365Q3.019 37.136 3.168 36.813Q3.316 36.490 3.316 36.134L3.316 36.097Q3.207 36.196 3.043 36.196Q2.862 36.196 2.742 36.076Q2.623 35.957 2.623 35.776Q2.623 35.601 2.742 35.482Q2.862 35.362 3.043 35.362Q3.299 35.362 3.419 35.601Q3.539 35.841 3.539 36.134Q3.539 36.534 3.369 36.905Q3.200 37.276 2.903 37.532Q2.872 37.553 2.845 37.553Q2.804 37.553 2.763 37.512Q2.722 37.471 2.722 37.426\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(84.324 -35.158)\">\u003Cpath d=\"M8.945 36.196L7.209 36.196L7.209 35.916Q7.438 35.916 7.587 35.882Q7.735 35.847 7.735 35.707L7.735 33.858Q7.735 33.588 7.628 33.527Q7.520 33.465 7.209 33.465L7.209 33.185L8.238 33.110L8.238 33.817Q8.368 33.509 8.610 33.310Q8.853 33.110 9.171 33.110Q9.390 33.110 9.561 33.234Q9.732 33.359 9.732 33.571Q9.732 33.708 9.632 33.807Q9.533 33.906 9.400 33.906Q9.263 33.906 9.164 33.807Q9.065 33.708 9.065 33.571Q9.065 33.431 9.164 33.332Q8.874 33.332 8.674 33.528Q8.474 33.725 8.381 34.019Q8.289 34.313 8.289 34.593L8.289 35.707Q8.289 35.916 8.945 35.916L8.945 36.196M11.998 36.196L10.364 36.196L10.364 35.916Q10.593 35.916 10.742 35.882Q10.890 35.847 10.890 35.707L10.890 32.088Q10.890 31.818 10.783 31.756Q10.675 31.695 10.364 31.695L10.364 31.414L11.444 31.339L11.444 33.725Q11.550 33.540 11.728 33.398Q11.905 33.257 12.114 33.183Q12.322 33.110 12.548 33.110Q13.054 33.110 13.338 33.333Q13.621 33.557 13.621 34.053L13.621 35.707Q13.621 35.844 13.770 35.880Q13.919 35.916 14.144 35.916L14.144 36.196L12.514 36.196L12.514 35.916Q12.743 35.916 12.891 35.882Q13.040 35.847 13.040 35.707L13.040 34.067Q13.040 33.732 12.921 33.532Q12.801 33.332 12.486 33.332Q12.216 33.332 11.982 33.468Q11.748 33.605 11.610 33.839Q11.471 34.073 11.471 34.347L11.471 35.707Q11.471 35.844 11.622 35.880Q11.772 35.916 11.998 35.916L11.998 36.196M14.691 34.713Q14.691 34.371 14.826 34.072Q14.961 33.773 15.200 33.549Q15.440 33.325 15.757 33.200Q16.075 33.075 16.407 33.075Q16.851 33.075 17.251 33.291Q17.651 33.506 17.885 33.884Q18.119 34.261 18.119 34.713Q18.119 35.054 17.977 35.338Q17.836 35.622 17.591 35.829Q17.347 36.035 17.037 36.150Q16.728 36.264 16.407 36.264Q15.976 36.264 15.575 36.063Q15.173 35.861 14.932 35.509Q14.691 35.157 14.691 34.713M16.407 36.015Q17.008 36.015 17.232 35.637Q17.456 35.259 17.456 34.627Q17.456 34.015 17.222 33.656Q16.988 33.298 16.407 33.298Q15.354 33.298 15.354 34.627Q15.354 35.259 15.580 35.637Q15.805 36.015 16.407 36.015M19.035 37.953L18.967 37.953Q18.933 37.953 18.911 37.927Q18.888 37.902 18.888 37.867Q18.888 37.823 18.919 37.806Q19.275 37.502 19.524 37.112Q19.774 36.722 19.926 36.290Q20.078 35.858 20.148 35.389Q20.218 34.921 20.218 34.446Q20.218 33.967 20.148 33.501Q20.078 33.034 19.924 32.599Q19.770 32.163 19.519 31.775Q19.268 31.387 18.919 31.093Q18.888 31.076 18.888 31.031Q18.888 30.997 18.911 30.972Q18.933 30.946 18.967 30.946L19.035 30.946Q19.046 30.946 19.054 30.948Q19.063 30.949 19.073 30.953Q19.616 31.353 19.989 31.906Q20.361 32.460 20.543 33.106Q20.724 33.752 20.724 34.446Q20.724 35.147 20.543 35.794Q20.361 36.442 19.987 36.996Q19.613 37.550 19.073 37.946Q19.063 37.946 19.054 37.948Q19.046 37.949 19.035 37.953M22.235 35.776Q22.235 35.608 22.358 35.485Q22.481 35.362 22.655 35.362Q22.822 35.362 22.945 35.485Q23.069 35.608 23.069 35.776Q23.069 35.950 22.945 36.073Q22.822 36.196 22.655 36.196Q22.481 36.196 22.358 36.073Q22.235 35.950 22.235 35.776M22.235 33.592Q22.235 33.424 22.358 33.301Q22.481 33.178 22.655 33.178Q22.822 33.178 22.945 33.301Q23.069 33.424 23.069 33.592Q23.069 33.766 22.945 33.889Q22.822 34.012 22.655 34.012Q22.481 34.012 22.358 33.889Q22.235 33.766 22.235 33.592\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(84.324 -35.158)\">\u003Cpath d=\"M27.667 34.685Q27.667 34.357 27.802 34.056Q27.937 33.756 28.173 33.535Q28.409 33.315 28.713 33.195Q29.018 33.075 29.342 33.075Q29.848 33.075 30.197 33.178Q30.545 33.280 30.545 33.656Q30.545 33.803 30.448 33.904Q30.351 34.005 30.204 34.005Q30.050 34.005 29.951 33.906Q29.852 33.807 29.852 33.656Q29.852 33.468 29.992 33.376Q29.790 33.325 29.349 33.325Q28.994 33.325 28.765 33.521Q28.536 33.718 28.435 34.027Q28.334 34.337 28.334 34.685Q28.334 35.034 28.460 35.340Q28.587 35.646 28.842 35.830Q29.096 36.015 29.452 36.015Q29.674 36.015 29.858 35.931Q30.043 35.847 30.178 35.692Q30.313 35.536 30.371 35.328Q30.385 35.273 30.439 35.273L30.552 35.273Q30.583 35.273 30.605 35.297Q30.627 35.321 30.627 35.355L30.627 35.376Q30.542 35.663 30.354 35.861Q30.166 36.059 29.901 36.162Q29.636 36.264 29.342 36.264Q28.912 36.264 28.524 36.058Q28.136 35.851 27.902 35.488Q27.667 35.126 27.667 34.685M31.273 35.468Q31.273 35.136 31.497 34.909Q31.721 34.682 32.065 34.554Q32.408 34.425 32.781 34.373Q33.153 34.320 33.457 34.320L33.457 34.067Q33.457 33.862 33.350 33.682Q33.242 33.503 33.061 33.400Q32.880 33.298 32.671 33.298Q32.265 33.298 32.029 33.390Q32.118 33.427 32.164 33.511Q32.210 33.595 32.210 33.697Q32.210 33.793 32.164 33.872Q32.118 33.950 32.037 33.995Q31.957 34.039 31.868 34.039Q31.718 34.039 31.617 33.942Q31.516 33.844 31.516 33.697Q31.516 33.075 32.671 33.075Q32.883 33.075 33.133 33.139Q33.382 33.202 33.584 33.321Q33.786 33.441 33.912 33.626Q34.039 33.810 34.039 34.053L34.039 35.629Q34.039 35.745 34.100 35.841Q34.162 35.936 34.274 35.936Q34.384 35.936 34.449 35.842Q34.514 35.748 34.514 35.629L34.514 35.181L34.780 35.181L34.780 35.629Q34.780 35.899 34.553 36.064Q34.326 36.230 34.045 36.230Q33.837 36.230 33.700 36.076Q33.563 35.923 33.540 35.707Q33.393 35.974 33.111 36.119Q32.829 36.264 32.504 36.264Q32.227 36.264 31.943 36.189Q31.660 36.114 31.467 35.935Q31.273 35.755 31.273 35.468M31.889 35.468Q31.889 35.642 31.989 35.772Q32.090 35.902 32.246 35.972Q32.401 36.042 32.565 36.042Q32.784 36.042 32.993 35.945Q33.201 35.847 33.329 35.666Q33.457 35.485 33.457 35.259L33.457 34.531Q33.133 34.531 32.767 34.622Q32.401 34.713 32.145 34.925Q31.889 35.136 31.889 35.468M36.841 37.553L35.211 37.553L35.211 37.273Q35.440 37.273 35.589 37.238Q35.737 37.204 35.737 37.064L35.737 33.718Q35.737 33.547 35.601 33.506Q35.464 33.465 35.211 33.465L35.211 33.185L36.291 33.110L36.291 33.516Q36.513 33.315 36.800 33.212Q37.087 33.110 37.395 33.110Q37.822 33.110 38.186 33.323Q38.550 33.537 38.764 33.901Q38.978 34.265 38.978 34.685Q38.978 35.130 38.738 35.494Q38.499 35.858 38.106 36.061Q37.713 36.264 37.269 36.264Q37.002 36.264 36.754 36.164Q36.506 36.063 36.318 35.882L36.318 37.064Q36.318 37.201 36.467 37.237Q36.616 37.273 36.841 37.273L36.841 37.553M36.318 33.865L36.318 35.475Q36.452 35.728 36.694 35.885Q36.937 36.042 37.214 36.042Q37.542 36.042 37.795 35.841Q38.048 35.639 38.181 35.321Q38.314 35.003 38.314 34.685Q38.314 34.456 38.249 34.227Q38.185 33.998 38.056 33.800Q37.928 33.602 37.733 33.482Q37.539 33.363 37.306 33.363Q37.012 33.363 36.744 33.492Q36.476 33.622 36.318 33.865M41.257 37.553L39.627 37.553L39.627 37.273Q39.856 37.273 40.005 37.238Q40.153 37.204 40.153 37.064L40.153 33.718Q40.153 33.547 40.017 33.506Q39.880 33.465 39.627 33.465L39.627 33.185L40.707 33.110L40.707 33.516Q40.929 33.315 41.216 33.212Q41.503 33.110 41.811 33.110Q42.238 33.110 42.602 33.323Q42.966 33.537 43.180 33.901Q43.394 34.265 43.394 34.685Q43.394 35.130 43.154 35.494Q42.915 35.858 42.522 36.061Q42.129 36.264 41.685 36.264Q41.418 36.264 41.170 36.164Q40.922 36.063 40.734 35.882L40.734 37.064Q40.734 37.201 40.883 37.237Q41.032 37.273 41.257 37.273L41.257 37.553M40.734 33.865L40.734 35.475Q40.868 35.728 41.110 35.885Q41.353 36.042 41.630 36.042Q41.958 36.042 42.211 35.841Q42.464 35.639 42.597 35.321Q42.730 35.003 42.730 34.685Q42.730 34.456 42.666 34.227Q42.601 33.998 42.472 33.800Q42.344 33.602 42.149 33.482Q41.955 33.363 41.722 33.363Q41.428 33.363 41.160 33.492Q40.892 33.622 40.734 33.865\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(84.324 -35.158)\">\u003Cpath d=\"M44.217 34.661Q44.217 34.340 44.342 34.051Q44.467 33.762 44.693 33.539Q44.918 33.315 45.214 33.195Q45.509 33.075 45.827 33.075Q46.155 33.075 46.417 33.175Q46.678 33.274 46.854 33.456Q47.030 33.639 47.124 33.897Q47.218 34.155 47.218 34.487Q47.218 34.579 47.136 34.600L44.881 34.600L44.881 34.661Q44.881 35.249 45.164 35.632Q45.448 36.015 46.015 36.015Q46.337 36.015 46.605 35.822Q46.873 35.629 46.962 35.314Q46.969 35.273 47.044 35.259L47.136 35.259Q47.218 35.283 47.218 35.355Q47.218 35.362 47.212 35.389Q47.099 35.786 46.728 36.025Q46.357 36.264 45.933 36.264Q45.496 36.264 45.096 36.056Q44.696 35.847 44.457 35.480Q44.217 35.113 44.217 34.661M44.887 34.391L46.702 34.391Q46.702 34.114 46.605 33.862Q46.507 33.609 46.309 33.453Q46.111 33.298 45.827 33.298Q45.550 33.298 45.337 33.456Q45.123 33.615 45.005 33.870Q44.887 34.125 44.887 34.391M47.806 34.685Q47.806 34.347 47.946 34.056Q48.087 33.766 48.331 33.552Q48.575 33.339 48.880 33.224Q49.184 33.110 49.508 33.110Q49.778 33.110 50.042 33.209Q50.305 33.308 50.496 33.486L50.496 32.088Q50.496 31.818 50.389 31.756Q50.281 31.695 49.970 31.695L49.970 31.414L51.047 31.339L51.047 35.523Q51.047 35.711 51.101 35.794Q51.156 35.878 51.257 35.897Q51.358 35.916 51.573 35.916L51.573 36.196L50.465 36.264L50.465 35.847Q50.048 36.264 49.423 36.264Q48.992 36.264 48.620 36.052Q48.247 35.841 48.027 35.480Q47.806 35.119 47.806 34.685M49.481 36.042Q49.690 36.042 49.876 35.970Q50.062 35.899 50.216 35.762Q50.370 35.625 50.465 35.447L50.465 33.838Q50.380 33.691 50.235 33.571Q50.090 33.451 49.920 33.392Q49.751 33.332 49.570 33.332Q49.009 33.332 48.741 33.721Q48.473 34.111 48.473 34.692Q48.473 35.263 48.707 35.653Q48.941 36.042 49.481 36.042\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M10.014 36.196V7.743\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(14.932 9.817)\">\u003Cpath d=\"M-16.375 36.196L-18.111 36.196L-18.111 35.916Q-17.882 35.916-17.733 35.882Q-17.585 35.847-17.585 35.707L-17.585 33.858Q-17.585 33.588-17.692 33.527Q-17.800 33.465-18.111 33.465L-18.111 33.185L-17.082 33.110L-17.082 33.817Q-16.952 33.509-16.710 33.310Q-16.467 33.110-16.149 33.110Q-15.930 33.110-15.759 33.234Q-15.588 33.359-15.588 33.571Q-15.588 33.708-15.688 33.807Q-15.787 33.906-15.920 33.906Q-16.057 33.906-16.156 33.807Q-16.255 33.708-16.255 33.571Q-16.255 33.431-16.156 33.332Q-16.446 33.332-16.646 33.528Q-16.846 33.725-16.939 34.019Q-17.031 34.313-17.031 34.593L-17.031 35.707Q-17.031 35.916-16.375 35.916L-16.375 36.196M-13.322 36.196L-14.956 36.196L-14.956 35.916Q-14.727 35.916-14.578 35.882Q-14.430 35.847-14.430 35.707L-14.430 32.088Q-14.430 31.818-14.537 31.756Q-14.645 31.695-14.956 31.695L-14.956 31.414L-13.876 31.339L-13.876 33.725Q-13.770 33.540-13.592 33.398Q-13.415 33.257-13.206 33.183Q-12.998 33.110-12.772 33.110Q-12.266 33.110-11.982 33.333Q-11.699 33.557-11.699 34.053L-11.699 35.707Q-11.699 35.844-11.550 35.880Q-11.401 35.916-11.176 35.916L-11.176 36.196L-12.806 36.196L-12.806 35.916Q-12.577 35.916-12.429 35.882Q-12.280 35.847-12.280 35.707L-12.280 34.067Q-12.280 33.732-12.399 33.532Q-12.519 33.332-12.834 33.332Q-13.104 33.332-13.338 33.468Q-13.572 33.605-13.710 33.839Q-13.849 34.073-13.849 34.347L-13.849 35.707Q-13.849 35.844-13.698 35.880Q-13.548 35.916-13.322 35.916L-13.322 36.196M-10.629 34.713Q-10.629 34.371-10.494 34.072Q-10.359 33.773-10.120 33.549Q-9.880 33.325-9.563 33.200Q-9.245 33.075-8.913 33.075Q-8.469 33.075-8.069 33.291Q-7.669 33.506-7.435 33.884Q-7.201 34.261-7.201 34.713Q-7.201 35.054-7.343 35.338Q-7.484 35.622-7.729 35.829Q-7.973 36.035-8.283 36.150Q-8.592 36.264-8.913 36.264Q-9.344 36.264-9.745 36.063Q-10.147 35.861-10.388 35.509Q-10.629 35.157-10.629 34.713M-8.913 36.015Q-8.312 36.015-8.088 35.637Q-7.864 35.259-7.864 34.627Q-7.864 34.015-8.098 33.656Q-8.332 33.298-8.913 33.298Q-9.966 33.298-9.966 34.627Q-9.966 35.259-9.740 35.637Q-9.515 36.015-8.913 36.015\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(14.932 9.817)\">\u003Cpath d=\"M1.266 35.389L-3.567 35.389Q-3.635 35.379-3.681 35.333Q-3.727 35.287-3.727 35.215Q-3.727 35.150-3.681 35.104Q-3.635 35.058-3.567 35.048L1.266 35.048Q1.335 35.058 1.381 35.104Q1.427 35.150 1.427 35.215Q1.427 35.287 1.381 35.333Q1.335 35.379 1.266 35.389M1.266 33.851L-3.567 33.851Q-3.635 33.841-3.681 33.795Q-3.727 33.749-3.727 33.677Q-3.727 33.533-3.567 33.509L1.266 33.509Q1.427 33.533 1.427 33.677Q1.427 33.749 1.381 33.795Q1.335 33.841 1.266 33.851\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(14.932 9.817)\">\u003Cpath d=\"M7.943 36.196L5.413 36.196L5.413 35.916Q6.381 35.916 6.381 35.707L6.381 32.088Q5.988 32.276 5.366 32.276L5.366 31.995Q5.783 31.995 6.147 31.894Q6.511 31.794 6.767 31.548L6.893 31.548Q6.958 31.565 6.975 31.633L6.975 35.707Q6.975 35.916 7.943 35.916\" 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\">How Retrace bounds the trace factor. The raw importance ratio (red) rises without limit as the target\u002Fbehavior probability gap grows; Retrace&#39;s clipped factor min(1, rho) (blue) is capped at 1, so the trace product cannot explode, while still tracking rho when the policies nearly agree (rho near 1).\u003C\u002Ffigcaption>",1785117792526]