[{"data":1,"prerenderedAt":27814},["ShallowReactive",2],{"lesson:\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":3,"course-wordcounts":22035,"ref-card-index":22947,"nav:deep-learning":27631,"tikz:82c23784f990e3f4c11f7b063906645f70a46600bdf27a4e330d1397396e65ac":27804,"tikz:abfa3c76391a53e51d8fa33275b61b326ca85d13aaae42940dbd2de42869d74f":27805,"tikz:a05cf1b80d6102e4111449b31b463b7aa840eb7d28c89258e3bec6c4f0e8908a":27806,"tikz:573f6e3d2fd0820ea92afd8b40672ad456eb1ea3f279a0ba5b92bd259823139d":27807,"tikz:596e73158a21307ea77d24cf9c34b240698ca7c7fd68cf419f65a4ff05a6cbb3":27808,"tikz:0528ec2010f4ddf122c7004f4f5e90826cccdf09f82c441734530c21f50b5b11":27809,"tikz:d30d8d1275065a206f38d786296f0a2f8cebaf0e0d4906bf3b0cec83581a1da9":27810,"tikz:9020417b63498054fb5ba76c00dd0f06009bdf63862528f73fc410ce6f294840":27811,"tikz:ad24b3996bc73fa649fc12695afb733fbff02aab6b375f9ca5c3c4677b8e5807":27812,"tikz:a9c85430ea6b3d5c0b578d5e9f13fba50c800b2d4ba863b6931b104fb7a0f1dd":27813},{"id":4,"title":5,"blurb":6,"body":7,"brief":22005,"category":22006,"description":22007,"draft":22008,"extension":22009,"meta":22010,"module":22012,"navigation":22013,"path":22014,"practice":22015,"rawbody":22016,"readingTime":22017,"seo":22022,"sources":22023,"status":22030,"stem":22031,"summary":22032,"topics":22033,"__hash__":22034},"course\u002F06.deep-learning\u002F03.optimization\u002F02.momentum-and-adaptive-methods.md","Momentum & Adaptive Methods","",{"type":8,"value":9,"toc":21985},"minimark",[10,171,176,586,1086,1563,1758,1761,1765,1768,1775,2326,2411,2605,2608,2613,2708,3124,3278,3434,3633,3636,3742,4201,4330,4333,4502,4505,4569,4573,4680,5267,5361,5364,5368,5464,5467,5471,5512,6097,6232,6624,6746,7208,7212,7242,7849,7958,8228,8231,8245,10115,10325,10329,10540,10867,10870,11545,12364,13016,14308,14453,14634,14997,15666,16277,16617,16620,16623,16626,16691,16695,16952,17418,17515,17519,17522,18436,18442,18729,18733,18740,20346,20349,20352,20355,20358,20362,20365,20559,20606,20610,21618,21981],[11,12,13,14,19,20,105,106,122,123,127,128,132,133,148,149,152,153,156,157,160,161],"p",{},"Plain ",[15,16,18],"a",{"href":17},"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd","stochastic gradient descent","\ntakes the same step rule everywhere: ",[21,22,25],"span",{"className":23},[24],"katex",[21,26,30,59,81],{"className":27,"ariaHidden":29},[28],"katex-html","true",[21,31,34,39,46,51,56],{"className":32},[33],"base",[21,35],{"className":36,"style":38},[37],"strut","height:0.6944em;",[21,40,45],{"className":41,"style":44},[42,43],"mord","mathnormal","margin-right:0.0278em;","θ",[21,47],{"className":48,"style":50},[49],"mspace","margin-right:0.2778em;",[21,52,55],{"className":53},[54],"mrel","←",[21,57],{"className":58,"style":50},[49],[21,60,62,66,69,73,78],{"className":61},[33],[21,63],{"className":64,"style":65},[37],"height:0.7778em;vertical-align:-0.0833em;",[21,67,45],{"className":68,"style":44},[42,43],[21,70],{"className":71,"style":72},[49],"margin-right:0.2222em;",[21,74,77],{"className":75},[76],"mbin","−",[21,79],{"className":80,"style":72},[49],[21,82,84,88,93,97,101],{"className":83},[33],[21,85],{"className":86,"style":87},[37],"height:0.8778em;vertical-align:-0.1944em;",[21,89,92],{"className":90,"style":91},[42,43],"margin-right:0.0359em;","η",[21,94],{"className":95,"style":96},[49],"margin-right:0.1667em;",[21,98,100],{"className":99},[42],"∇",[21,102,104],{"className":103},[42,43],"L",", one\nscalar ",[21,107,109],{"className":108},[24],[21,110,112],{"className":111,"ariaHidden":29},[28],[21,113,115,119],{"className":114},[33],[21,116],{"className":117,"style":118},[37],"height:0.625em;vertical-align:-0.1944em;",[21,120,92],{"className":121,"style":91},[42,43],", applied identically to every coordinate. Two structural facts of\nthe loss surface break this. First, curvature differs by direction: a ",[124,125,126],"strong",{},"ravine","\nis steep across and shallow along, so a step large enough to make progress down\nthe valley overshoots across it and the path zig-zags. Second, curvature differs\nby ",[129,130,131],"em",{},"coordinate",", since some weights see huge gradients, others tiny ones, yet a single\n",[21,134,136],{"className":135},[24],[21,137,139],{"className":138,"ariaHidden":29},[28],[21,140,142,145],{"className":141},[33],[21,143],{"className":144,"style":118},[37],[21,146,92],{"className":147,"style":91},[42,43]," serves all of them. This lesson addresses each in turn: ",[124,150,151],{},"momentum","\nfor the first, ",[124,154,155],{},"adaptive learning rates"," for the second, and ",[124,158,159],{},"Adam"," combining\nthem into the modern default.",[162,163,164],"sup",{},[15,165,170],{"href":166,"ariaDescribedBy":167,"dataFootnoteRef":6,"id":169},"#user-content-fn-gf-basic",[168],"footnote-label","user-content-fnref-gf-basic","1",[172,173,175],"h2",{"id":174},"the-pathology-ill-conditioning","The pathology: ill-conditioning",[11,177,178,179,460,461,477,478,493,494,511,512,569,570,585],{},"Near a minimum the loss is locally quadratic, ",[21,180,182],{"className":181},[24],[21,183,185,218,330,422],{"className":184,"ariaHidden":29},[28],[21,186,188,192,195,200,203,208,211,215],{"className":187},[33],[21,189],{"className":190,"style":191},[37],"height:1em;vertical-align:-0.25em;",[21,193,104],{"className":194},[42,43],[21,196,199],{"className":197},[198],"mopen","(",[21,201,45],{"className":202,"style":44},[42,43],[21,204,207],{"className":205},[206],"mclose",")",[21,209],{"className":210,"style":50},[49],[21,212,214],{"className":213},[54],"≈",[21,216],{"className":217,"style":50},[49],[21,219,221,225,315,318,321,324,327],{"className":220},[33],[21,222],{"className":223,"style":224},[37],"height:1.1901em;vertical-align:-0.345em;",[21,226,228,232,312],{"className":227},[42],[21,229],{"className":230},[198,231],"nulldelimiter",[21,233,236],{"className":234},[235],"mfrac",[21,237,241,303],{"className":238},[239,240],"vlist-t","vlist-t2",[21,242,245,298],{"className":243},[244],"vlist-r",[21,246,250,272,283],{"className":247,"style":249},[248],"vlist","height:0.8451em;",[21,251,253,258],{"style":252},"top:-2.655em;",[21,254],{"className":255,"style":257},[256],"pstrut","height:3em;",[21,259,265],{"className":260},[261,262,263,264],"sizing","reset-size6","size3","mtight",[21,266,268],{"className":267},[42,264],[21,269,271],{"className":270},[42,264],"2",[21,273,275,278],{"style":274},"top:-3.23em;",[21,276],{"className":277,"style":257},[256],[21,279],{"className":280,"style":282},[281],"frac-line","border-bottom-width:0.04em;",[21,284,286,289],{"style":285},"top:-3.394em;",[21,287],{"className":288,"style":257},[256],[21,290,292],{"className":291},[261,262,263,264],[21,293,295],{"className":294},[42,264],[21,296,170],{"className":297},[42,264],[21,299,302],{"className":300},[301],"vlist-s","​",[21,304,306],{"className":305},[244],[21,307,310],{"className":308,"style":309},[248],"height:0.345em;",[21,311],{},[21,313],{"className":314},[206,231],[21,316,199],{"className":317},[198],[21,319,45],{"className":320,"style":44},[42,43],[21,322],{"className":323,"style":72},[49],[21,325,77],{"className":326},[76],[21,328],{"className":329,"style":72},[49],[21,331,333,337,371,402,407,410,413,416,419],{"className":332},[33],[21,334],{"className":335,"style":336},[37],"height:1.0991em;vertical-align:-0.25em;",[21,338,340,343],{"className":339},[42],[21,341,45],{"className":342,"style":44},[42,43],[21,344,347],{"className":345},[346],"msupsub",[21,348,350],{"className":349},[239],[21,351,353],{"className":352},[244],[21,354,357],{"className":355,"style":356},[248],"height:0.6887em;",[21,358,360,364],{"style":359},"top:-3.063em;margin-right:0.05em;",[21,361],{"className":362,"style":363},[256],"height:2.7em;",[21,365,367],{"className":366},[261,262,263,264],[21,368,370],{"className":369},[76,264],"⋆",[21,372,374,377],{"className":373},[206],[21,375,207],{"className":376},[206],[21,378,380],{"className":379},[346],[21,381,383],{"className":382},[239],[21,384,386],{"className":385},[244],[21,387,390],{"className":388,"style":389},[248],"height:0.8491em;",[21,391,392,395],{"style":359},[21,393],{"className":394,"style":363},[256],[21,396,398],{"className":397},[261,262,263,264],[21,399,401],{"className":400},[42,264],"⊤",[21,403,406],{"className":404,"style":405},[42,43],"margin-right:0.0813em;","H",[21,408,199],{"className":409},[198],[21,411,45],{"className":412,"style":44},[42,43],[21,414],{"className":415,"style":72},[49],[21,417,77],{"className":418},[76],[21,420],{"className":421,"style":72},[49],[21,423,425,428,457],{"className":424},[33],[21,426],{"className":427,"style":191},[37],[21,429,431,434],{"className":430},[42],[21,432,45],{"className":433,"style":44},[42,43],[21,435,437],{"className":436},[346],[21,438,440],{"className":439},[239],[21,441,443],{"className":442},[244],[21,444,446],{"className":445,"style":356},[248],[21,447,448,451],{"style":359},[21,449],{"className":450,"style":363},[256],[21,452,454],{"className":453},[261,262,263,264],[21,455,370],{"className":456},[76,264],[21,458,207],{"className":459},[206],", with Hessian ",[21,462,464],{"className":463},[24],[21,465,467],{"className":466,"ariaHidden":29},[28],[21,468,470,474],{"className":469},[33],[21,471],{"className":472,"style":473},[37],"height:0.6833em;",[21,475,406],{"className":476,"style":405},[42,43],". Rotate\nto the eigenbasis of ",[21,479,481],{"className":480},[24],[21,482,484],{"className":483,"ariaHidden":29},[28],[21,485,487,490],{"className":486},[33],[21,488],{"className":489,"style":473},[37],[21,491,406],{"className":492,"style":405},[42,43]," and the coordinates decouple: along eigenvector ",[21,495,497],{"className":496},[24],[21,498,500],{"className":499,"ariaHidden":29},[28],[21,501,503,507],{"className":502},[33],[21,504],{"className":505,"style":506},[37],"height:0.6595em;",[21,508,510],{"className":509},[42,43],"i"," with\neigenvalue ",[21,513,515],{"className":514},[24],[21,516,518],{"className":517,"ariaHidden":29},[28],[21,519,521,525],{"className":520},[33],[21,522],{"className":523,"style":524},[37],"height:0.8444em;vertical-align:-0.15em;",[21,526,528,532],{"className":527},[42],[21,529,531],{"className":530},[42,43],"λ",[21,533,535],{"className":534},[346],[21,536,538,560],{"className":537},[239,240],[21,539,541,557],{"className":540},[244],[21,542,545],{"className":543,"style":544},[248],"height:0.3117em;",[21,546,548,551],{"style":547},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[21,549],{"className":550,"style":363},[256],[21,552,554],{"className":553},[261,262,263,264],[21,555,510],{"className":556},[42,43,264],[21,558,302],{"className":559},[301],[21,561,563],{"className":562},[244],[21,564,567],{"className":565,"style":566},[248],"height:0.15em;",[21,568],{},", gradient descent with rate ",[21,571,573],{"className":572},[24],[21,574,576],{"className":575,"ariaHidden":29},[28],[21,577,579,582],{"className":578},[33],[21,580],{"className":581,"style":118},[37],[21,583,92],{"className":584,"style":91},[42,43]," contracts the error by\na fixed factor each step,",[21,587,590],{"className":588},[589],"katex-display",[21,591,593],{"className":592},[24],[21,594,596,689,710,912,933],{"className":595,"ariaHidden":29},[28],[21,597,599,603,679,682,686],{"className":598},[33],[21,600],{"className":601,"style":602},[37],"height:1.3694em;vertical-align:-0.3246em;",[21,604,606,610],{"className":605},[42],[21,607,609],{"className":608},[42,43],"e",[21,611,613],{"className":612},[346],[21,614,616,670],{"className":615},[239,240],[21,617,619,667],{"className":618},[244],[21,620,623,646],{"className":621,"style":622},[248],"height:1.0448em;",[21,624,626,629],{"style":625},"top:-2.4337em;margin-left:0em;margin-right:0.05em;",[21,627],{"className":628,"style":363},[256],[21,630,632],{"className":631},[261,262,263,264],[21,633,635,639,643],{"className":634},[42,264],[21,636,638],{"className":637},[42,43,264],"t",[21,640,642],{"className":641},[76,264],"+",[21,644,170],{"className":645},[42,264],[21,647,649,652],{"style":648},"top:-3.2198em;margin-right:0.05em;",[21,650],{"className":651,"style":363},[256],[21,653,655],{"className":654},[261,262,263,264],[21,656,658,661,664],{"className":657},[42,264],[21,659,199],{"className":660},[198,264],[21,662,510],{"className":663},[42,43,264],[21,665,207],{"className":666},[206,264],[21,668,302],{"className":669},[301],[21,671,673],{"className":672},[244],[21,674,677],{"className":675,"style":676},[248],"height:0.3246em;",[21,678],{},[21,680],{"className":681,"style":50},[49],[21,683,685],{"className":684},[54],"=",[21,687],{"className":688,"style":50},[49],[21,690,692,695,698,701,704,707],{"className":691},[33],[21,693],{"className":694,"style":191},[37],[21,696,199],{"className":697},[198],[21,699,170],{"className":700},[42],[21,702],{"className":703,"style":72},[49],[21,705,77],{"className":706},[76],[21,708],{"className":709,"style":72},[49],[21,711,713,717,720,723,763,766,769,831,836,840,843,903,906,909],{"className":712},[33],[21,714],{"className":715,"style":716},[37],"height:1.2948em;vertical-align:-0.25em;",[21,718,92],{"className":719,"style":91},[42,43],[21,721],{"className":722,"style":96},[49],[21,724,726,729],{"className":725},[42],[21,727,531],{"className":728},[42,43],[21,730,732],{"className":731},[346],[21,733,735,755],{"className":734},[239,240],[21,736,738,752],{"className":737},[244],[21,739,741],{"className":740,"style":544},[248],[21,742,743,746],{"style":547},[21,744],{"className":745,"style":363},[256],[21,747,749],{"className":748},[261,262,263,264],[21,750,510],{"className":751},[42,43,264],[21,753,302],{"className":754},[301],[21,756,758],{"className":757},[244],[21,759,761],{"className":760,"style":566},[248],[21,762],{},[21,764,207],{"className":765},[206],[21,767],{"className":768,"style":96},[49],[21,770,772,775],{"className":771},[42],[21,773,609],{"className":774},[42,43],[21,776,778],{"className":777},[346],[21,779,781,822],{"className":780},[239,240],[21,782,784,819],{"className":783},[244],[21,785,787,799],{"className":786,"style":622},[248],[21,788,790,793],{"style":789},"top:-2.4542em;margin-left:0em;margin-right:0.05em;",[21,791],{"className":792,"style":363},[256],[21,794,796],{"className":795},[261,262,263,264],[21,797,638],{"className":798},[42,43,264],[21,800,801,804],{"style":648},[21,802],{"className":803,"style":363},[256],[21,805,807],{"className":806},[261,262,263,264],[21,808,810,813,816],{"className":809},[42,264],[21,811,199],{"className":812},[198,264],[21,814,510],{"className":815},[42,43,264],[21,817,207],{"className":818},[206,264],[21,820,302],{"className":821},[301],[21,823,825],{"className":824},[244],[21,826,829],{"className":827,"style":828},[248],"height:0.2458em;",[21,830],{},[21,832,835],{"className":833},[834],"mpunct",",",[21,837],{"className":838,"style":839},[49],"margin-right:2em;",[21,841],{"className":842,"style":96},[49],[21,844,846,849],{"className":845},[42],[21,847,609],{"className":848},[42,43],[21,850,852],{"className":851},[346],[21,853,855,895],{"className":854},[239,240],[21,856,858,892],{"className":857},[244],[21,859,861,872],{"className":860,"style":622},[248],[21,862,863,866],{"style":789},[21,864],{"className":865,"style":363},[256],[21,867,869],{"className":868},[261,262,263,264],[21,870,638],{"className":871},[42,43,264],[21,873,874,877],{"style":648},[21,875],{"className":876,"style":363},[256],[21,878,880],{"className":879},[261,262,263,264],[21,881,883,886,889],{"className":882},[42,264],[21,884,199],{"className":885},[198,264],[21,887,510],{"className":888},[42,43,264],[21,890,207],{"className":891},[206,264],[21,893,302],{"className":894},[301],[21,896,898],{"className":897},[244],[21,899,901],{"className":900,"style":828},[248],[21,902],{},[21,904],{"className":905,"style":50},[49],[21,907,685],{"className":908},[54],[21,910],{"className":911,"style":50},[49],[21,913,915,918,921,924,927,930],{"className":914},[33],[21,916],{"className":917,"style":191},[37],[21,919,199],{"className":920},[198],[21,922,170],{"className":923},[42],[21,925],{"className":926,"style":72},[49],[21,928,77],{"className":929},[76],[21,931],{"className":932,"style":72},[49],[21,934,936,940,943,946,986,1017,1020,1082],{"className":935},[33],[21,937],{"className":938,"style":939},[37],"height:1.3111em;vertical-align:-0.2663em;",[21,941,92],{"className":942,"style":91},[42,43],[21,944],{"className":945,"style":96},[49],[21,947,949,952],{"className":948},[42],[21,950,531],{"className":951},[42,43],[21,953,955],{"className":954},[346],[21,956,958,978],{"className":957},[239,240],[21,959,961,975],{"className":960},[244],[21,962,964],{"className":963,"style":544},[248],[21,965,966,969],{"style":547},[21,967],{"className":968,"style":363},[256],[21,970,972],{"className":971},[261,262,263,264],[21,973,510],{"className":974},[42,43,264],[21,976,302],{"className":977},[301],[21,979,981],{"className":980},[244],[21,982,984],{"className":983,"style":566},[248],[21,985],{},[21,987,989,992],{"className":988},[206],[21,990,207],{"className":991},[206],[21,993,995],{"className":994},[346],[21,996,998],{"className":997},[239],[21,999,1001],{"className":1000},[244],[21,1002,1005],{"className":1003,"style":1004},[248],"height:0.8436em;",[21,1006,1008,1011],{"style":1007},"top:-3.113em;margin-right:0.05em;",[21,1009],{"className":1010,"style":363},[256],[21,1012,1014],{"className":1013},[261,262,263,264],[21,1015,638],{"className":1016},[42,43,264],[21,1018],{"className":1019,"style":96},[49],[21,1021,1023,1026],{"className":1022},[42],[21,1024,609],{"className":1025},[42,43],[21,1027,1029],{"className":1028},[346],[21,1030,1032,1073],{"className":1031},[239,240],[21,1033,1035,1070],{"className":1034},[244],[21,1036,1038,1050],{"className":1037,"style":622},[248],[21,1039,1040,1043],{"style":625},[21,1041],{"className":1042,"style":363},[256],[21,1044,1046],{"className":1045},[261,262,263,264],[21,1047,1049],{"className":1048},[42,264],"0",[21,1051,1052,1055],{"style":648},[21,1053],{"className":1054,"style":363},[256],[21,1056,1058],{"className":1057},[261,262,263,264],[21,1059,1061,1064,1067],{"className":1060},[42,264],[21,1062,199],{"className":1063},[198,264],[21,1065,510],{"className":1066},[42,43,264],[21,1068,207],{"className":1069},[206,264],[21,1071,302],{"className":1072},[301],[21,1074,1076],{"className":1075},[244],[21,1077,1080],{"className":1078,"style":1079},[248],"height:0.2663em;",[21,1081],{},[21,1083,1085],{"className":1084},[42],".",[11,1087,1088,1089,1190,1191,1194,1195,1257,1258,1339,1340,1426,1427,1547,1548,1085],{},"Stability demands ",[21,1090,1092],{"className":1091},[24],[21,1093,1095,1114,1180],{"className":1094,"ariaHidden":29},[28],[21,1096,1098,1101,1105,1108,1111],{"className":1097},[33],[21,1099],{"className":1100,"style":191},[37],[21,1102,1104],{"className":1103},[42],"∣1",[21,1106],{"className":1107,"style":72},[49],[21,1109,77],{"className":1110},[76],[21,1112],{"className":1113,"style":72},[49],[21,1115,1117,1120,1123,1126,1166,1170,1173,1177],{"className":1116},[33],[21,1118],{"className":1119,"style":191},[37],[21,1121,92],{"className":1122,"style":91},[42,43],[21,1124],{"className":1125,"style":96},[49],[21,1127,1129,1132],{"className":1128},[42],[21,1130,531],{"className":1131},[42,43],[21,1133,1135],{"className":1134},[346],[21,1136,1138,1158],{"className":1137},[239,240],[21,1139,1141,1155],{"className":1140},[244],[21,1142,1144],{"className":1143,"style":544},[248],[21,1145,1146,1149],{"style":547},[21,1147],{"className":1148,"style":363},[256],[21,1150,1152],{"className":1151},[261,262,263,264],[21,1153,510],{"className":1154},[42,43,264],[21,1156,302],{"className":1157},[301],[21,1159,1161],{"className":1160},[244],[21,1162,1164],{"className":1163,"style":566},[248],[21,1165],{},[21,1167,1169],{"className":1168},[42],"∣",[21,1171],{"className":1172,"style":50},[49],[21,1174,1176],{"className":1175},[54],"\u003C",[21,1178],{"className":1179,"style":50},[49],[21,1181,1183,1187],{"className":1182},[33],[21,1184],{"className":1185,"style":1186},[37],"height:0.6444em;",[21,1188,170],{"className":1189},[42]," for ",[129,1192,1193],{},"every"," axis, so the largest\neigenvalue ",[21,1196,1198],{"className":1197},[24],[21,1199,1201],{"className":1200,"ariaHidden":29},[28],[21,1202,1204,1207],{"className":1203},[33],[21,1205],{"className":1206,"style":524},[37],[21,1208,1210,1213],{"className":1209},[42],[21,1211,531],{"className":1212},[42,43],[21,1214,1216],{"className":1215},[346],[21,1217,1219,1249],{"className":1218},[239,240],[21,1220,1222,1246],{"className":1221},[244],[21,1223,1226],{"className":1224,"style":1225},[248],"height:0.1514em;",[21,1227,1228,1231],{"style":547},[21,1229],{"className":1230,"style":363},[256],[21,1232,1234],{"className":1233},[261,262,263,264],[21,1235,1237],{"className":1236},[42,264],[21,1238,1241],{"className":1239},[1240,264],"mop",[21,1242,1245],{"className":1243},[42,1244,264],"mathrm","max",[21,1247,302],{"className":1248},[301],[21,1250,1252],{"className":1251},[244],[21,1253,1255],{"className":1254,"style":566},[248],[21,1256],{}," caps the step at ",[21,1259,1261],{"className":1260},[24],[21,1262,1264,1283],{"className":1263,"ariaHidden":29},[28],[21,1265,1267,1271,1274,1277,1280],{"className":1266},[33],[21,1268],{"className":1269,"style":1270},[37],"height:0.7335em;vertical-align:-0.1944em;",[21,1272,92],{"className":1273,"style":91},[42,43],[21,1275],{"className":1276,"style":50},[49],[21,1278,1176],{"className":1279},[54],[21,1281],{"className":1282,"style":50},[49],[21,1284,1286,1289,1293],{"className":1285},[33],[21,1287],{"className":1288,"style":191},[37],[21,1290,1292],{"className":1291},[42],"2\u002F",[21,1294,1296,1299],{"className":1295},[42],[21,1297,531],{"className":1298},[42,43],[21,1300,1302],{"className":1301},[346],[21,1303,1305,1331],{"className":1304},[239,240],[21,1306,1308,1328],{"className":1307},[244],[21,1309,1311],{"className":1310,"style":1225},[248],[21,1312,1313,1316],{"style":547},[21,1314],{"className":1315,"style":363},[256],[21,1317,1319],{"className":1318},[261,262,263,264],[21,1320,1322],{"className":1321},[42,264],[21,1323,1325],{"className":1324},[1240,264],[21,1326,1245],{"className":1327},[42,1244,264],[21,1329,302],{"className":1330},[301],[21,1332,1334],{"className":1333},[244],[21,1335,1337],{"className":1336,"style":566},[248],[21,1338],{},". But\nconvergence along the flattest axis proceeds at rate ",[21,1341,1343],{"className":1342},[24],[21,1344,1346,1365],{"className":1345,"ariaHidden":29},[28],[21,1347,1349,1353,1356,1359,1362],{"className":1348},[33],[21,1350],{"className":1351,"style":1352},[37],"height:0.7278em;vertical-align:-0.0833em;",[21,1354,170],{"className":1355},[42],[21,1357],{"className":1358,"style":72},[49],[21,1360,77],{"className":1361},[76],[21,1363],{"className":1364,"style":72},[49],[21,1366,1368,1372,1375,1378],{"className":1367},[33],[21,1369],{"className":1370,"style":1371},[37],"height:0.8889em;vertical-align:-0.1944em;",[21,1373,92],{"className":1374,"style":91},[42,43],[21,1376],{"className":1377,"style":96},[49],[21,1379,1381,1384],{"className":1380},[42],[21,1382,531],{"className":1383},[42,43],[21,1385,1387],{"className":1386},[346],[21,1388,1390,1418],{"className":1389},[239,240],[21,1391,1393,1415],{"className":1392},[244],[21,1394,1397],{"className":1395,"style":1396},[248],"height:0.3175em;",[21,1398,1399,1402],{"style":547},[21,1400],{"className":1401,"style":363},[256],[21,1403,1405],{"className":1404},[261,262,263,264],[21,1406,1408],{"className":1407},[42,264],[21,1409,1411],{"className":1410},[1240,264],[21,1412,1414],{"className":1413},[42,1244,264],"min",[21,1416,302],{"className":1417},[301],[21,1419,1421],{"className":1420},[244],[21,1422,1424],{"className":1423,"style":566},[248],[21,1425],{},",\nwhich ",[21,1428,1430],{"className":1429},[24],[21,1431,1433,1495],{"className":1432,"ariaHidden":29},[28],[21,1434,1436,1439,1485,1488,1492],{"className":1435},[33],[21,1437],{"className":1438,"style":524},[37],[21,1440,1442,1445],{"className":1441},[42],[21,1443,531],{"className":1444},[42,43],[21,1446,1448],{"className":1447},[346],[21,1449,1451,1477],{"className":1450},[239,240],[21,1452,1454,1474],{"className":1453},[244],[21,1455,1457],{"className":1456,"style":1396},[248],[21,1458,1459,1462],{"style":547},[21,1460],{"className":1461,"style":363},[256],[21,1463,1465],{"className":1464},[261,262,263,264],[21,1466,1468],{"className":1467},[42,264],[21,1469,1471],{"className":1470},[1240,264],[21,1472,1414],{"className":1473},[42,1244,264],[21,1475,302],{"className":1476},[301],[21,1478,1480],{"className":1479},[244],[21,1481,1483],{"className":1482,"style":566},[248],[21,1484],{},[21,1486],{"className":1487,"style":50},[49],[21,1489,1491],{"className":1490},[54],"≪",[21,1493],{"className":1494,"style":50},[49],[21,1496,1498,1501],{"className":1497},[33],[21,1499],{"className":1500,"style":524},[37],[21,1502,1504,1507],{"className":1503},[42],[21,1505,531],{"className":1506},[42,43],[21,1508,1510],{"className":1509},[346],[21,1511,1513,1539],{"className":1512},[239,240],[21,1514,1516,1536],{"className":1515},[244],[21,1517,1519],{"className":1518,"style":1225},[248],[21,1520,1521,1524],{"style":547},[21,1522],{"className":1523,"style":363},[256],[21,1525,1527],{"className":1526},[261,262,263,264],[21,1528,1530],{"className":1529},[42,264],[21,1531,1533],{"className":1532},[1240,264],[21,1534,1245],{"className":1535},[42,1244,264],[21,1537,302],{"className":1538},[301],[21,1540,1542],{"className":1541},[244],[21,1543,1545],{"className":1544,"style":566},[248],[21,1546],{}," drives very close to ",[21,1549,1551],{"className":1550},[24],[21,1552,1554],{"className":1553,"ariaHidden":29},[28],[21,1555,1557,1560],{"className":1556},[33],[21,1558],{"className":1559,"style":1186},[37],[21,1561,170],{"className":1562},[42],[1564,1565,1567],"callout",{"type":1566},"definition",[11,1568,1569,1572,1573,1701,1702,1717,1718,1753,1754,1757],{},[124,1570,1571],{},"Definition (Condition number)."," The ratio ",[21,1574,1576],{"className":1575},[24],[21,1577,1579,1599],{"className":1578,"ariaHidden":29},[28],[21,1580,1582,1586,1590,1593,1596],{"className":1581},[33],[21,1583],{"className":1584,"style":1585},[37],"height:0.4306em;",[21,1587,1589],{"className":1588},[42,43],"κ",[21,1591],{"className":1592,"style":50},[49],[21,1594,685],{"className":1595},[54],[21,1597],{"className":1598,"style":50},[49],[21,1600,1602,1605,1651,1655],{"className":1601},[33],[21,1603],{"className":1604,"style":191},[37],[21,1606,1608,1611],{"className":1607},[42],[21,1609,531],{"className":1610},[42,43],[21,1612,1614],{"className":1613},[346],[21,1615,1617,1643],{"className":1616},[239,240],[21,1618,1620,1640],{"className":1619},[244],[21,1621,1623],{"className":1622,"style":1225},[248],[21,1624,1625,1628],{"style":547},[21,1626],{"className":1627,"style":363},[256],[21,1629,1631],{"className":1630},[261,262,263,264],[21,1632,1634],{"className":1633},[42,264],[21,1635,1637],{"className":1636},[1240,264],[21,1638,1245],{"className":1639},[42,1244,264],[21,1641,302],{"className":1642},[301],[21,1644,1646],{"className":1645},[244],[21,1647,1649],{"className":1648,"style":566},[248],[21,1650],{},[21,1652,1654],{"className":1653},[42],"\u002F",[21,1656,1658,1661],{"className":1657},[42],[21,1659,531],{"className":1660},[42,43],[21,1662,1664],{"className":1663},[346],[21,1665,1667,1693],{"className":1666},[239,240],[21,1668,1670,1690],{"className":1669},[244],[21,1671,1673],{"className":1672,"style":1396},[248],[21,1674,1675,1678],{"style":547},[21,1676],{"className":1677,"style":363},[256],[21,1679,1681],{"className":1680},[261,262,263,264],[21,1682,1684],{"className":1683},[42,264],[21,1685,1687],{"className":1686},[1240,264],[21,1688,1414],{"className":1689},[42,1244,264],[21,1691,302],{"className":1692},[301],[21,1694,1696],{"className":1695},[244],[21,1697,1699],{"className":1698,"style":566},[248],[21,1700],{}," of the largest to smallest eigenvalue of the Hessian. It bounds\nthe worst-case convergence of gradient descent: the number of steps to a fixed\naccuracy grows linearly in ",[21,1703,1705],{"className":1704},[24],[21,1706,1708],{"className":1707,"ariaHidden":29},[28],[21,1709,1711,1714],{"className":1710},[33],[21,1712],{"className":1713,"style":1585},[37],[21,1715,1589],{"className":1716},[42,43],". A surface with ",[21,1719,1721],{"className":1720},[24],[21,1722,1724,1744],{"className":1723,"ariaHidden":29},[28],[21,1725,1727,1731,1734,1737,1741],{"className":1726},[33],[21,1728],{"className":1729,"style":1730},[37],"height:0.5782em;vertical-align:-0.0391em;",[21,1732,1589],{"className":1733},[42,43],[21,1735],{"className":1736,"style":50},[49],[21,1738,1740],{"className":1739},[54],"≫",[21,1742],{"className":1743,"style":50},[49],[21,1745,1747,1750],{"className":1746},[33],[21,1748],{"className":1749,"style":1186},[37],[21,1751,170],{"className":1752},[42]," is\n",[124,1755,1756],{},"ill-conditioned",": a long, narrow ravine.",[11,1759,1760],{},"The next figure shows the geometry: on\nelliptical contours plain SGD oscillates across the steep direction while\nmaking little progress along the shallow one.",[1762,1763],"tikz-figure",{"hash":1764},"82c23784f990e3f4c11f7b063906645f70a46600bdf27a4e330d1397396e65ac",[172,1766,1767],{"id":151},"Momentum",[11,1769,1770,1771,1774],{},"Momentum addresses the zig-zag with memory. Rather than stepping by the current gradient,\naccumulate an exponentially-weighted running sum of gradients (a ",[124,1772,1773],{},"velocity",")\nand step by that. Oscillating components alternate sign and cancel in the sum;\nthe consistent down-valley component survives and compounds.",[1564,1776,1777,1852,2237],{"type":1566},[11,1778,1779,1782,1783,1799,1800,1851],{},[124,1780,1781],{},"Definition (Momentum)."," A velocity vector ",[21,1784,1786],{"className":1785},[24],[21,1787,1789],{"className":1788,"ariaHidden":29},[28],[21,1790,1792,1795],{"className":1791},[33],[21,1793],{"className":1794,"style":1585},[37],[21,1796,1798],{"className":1797,"style":91},[42,43],"v"," accumulates past gradients\nwith decay ",[21,1801,1803],{"className":1802},[24],[21,1804,1806,1826],{"className":1805,"ariaHidden":29},[28],[21,1807,1809,1812,1816,1819,1823],{"className":1808},[33],[21,1810],{"className":1811,"style":1270},[37],[21,1813,1815],{"className":1814},[42,43],"μ",[21,1817],{"className":1818,"style":50},[49],[21,1820,1822],{"className":1821},[54],"∈",[21,1824],{"className":1825,"style":50},[49],[21,1827,1829,1832,1836,1839,1842,1845,1848],{"className":1828},[33],[21,1830],{"className":1831,"style":191},[37],[21,1833,1835],{"className":1834},[198],"[",[21,1837,1049],{"className":1838},[42],[21,1840,835],{"className":1841},[834],[21,1843],{"className":1844,"style":96},[49],[21,1846,170],{"className":1847},[42],[21,1849,207],{"className":1850},[206],", and the parameters move by the velocity:",[21,1853,1855],{"className":1854},[589],[21,1856,1858],{"className":1857},[24],[21,1859,1861,1929,1992,2124,2179],{"className":1860,"ariaHidden":29},[28],[21,1862,1864,1868,1920,1923,1926],{"className":1863},[33],[21,1865],{"className":1866,"style":1867},[37],"height:0.6389em;vertical-align:-0.2083em;",[21,1869,1871,1874],{"className":1870},[42],[21,1872,1798],{"className":1873,"style":91},[42,43],[21,1875,1877],{"className":1876},[346],[21,1878,1880,1911],{"className":1879},[239,240],[21,1881,1883,1908],{"className":1882},[244],[21,1884,1887],{"className":1885,"style":1886},[248],"height:0.3011em;",[21,1888,1890,1893],{"style":1889},"top:-2.55em;margin-left:-0.0359em;margin-right:0.05em;",[21,1891],{"className":1892,"style":363},[256],[21,1894,1896],{"className":1895},[261,262,263,264],[21,1897,1899,1902,1905],{"className":1898},[42,264],[21,1900,638],{"className":1901},[42,43,264],[21,1903,642],{"className":1904},[76,264],[21,1906,170],{"className":1907},[42,264],[21,1909,302],{"className":1910},[301],[21,1912,1914],{"className":1913},[244],[21,1915,1918],{"className":1916,"style":1917},[248],"height:0.2083em;",[21,1919],{},[21,1921],{"className":1922,"style":50},[49],[21,1924,685],{"className":1925},[54],[21,1927],{"className":1928,"style":50},[49],[21,1930,1932,1936,1939,1942,1983,1986,1989],{"className":1931},[33],[21,1933],{"className":1934,"style":1935},[37],"height:0.7778em;vertical-align:-0.1944em;",[21,1937,1815],{"className":1938},[42,43],[21,1940],{"className":1941,"style":96},[49],[21,1943,1945,1948],{"className":1944},[42],[21,1946,1798],{"className":1947,"style":91},[42,43],[21,1949,1951],{"className":1950},[346],[21,1952,1954,1975],{"className":1953},[239,240],[21,1955,1957,1972],{"className":1956},[244],[21,1958,1961],{"className":1959,"style":1960},[248],"height:0.2806em;",[21,1962,1963,1966],{"style":1889},[21,1964],{"className":1965,"style":363},[256],[21,1967,1969],{"className":1968},[261,262,263,264],[21,1970,638],{"className":1971},[42,43,264],[21,1973,302],{"className":1974},[301],[21,1976,1978],{"className":1977},[244],[21,1979,1981],{"className":1980,"style":566},[248],[21,1982],{},[21,1984],{"className":1985,"style":72},[49],[21,1987,77],{"className":1988},[76],[21,1990],{"className":1991,"style":72},[49],[21,1993,1995,1998,2001,2004,2007,2010,2013,2054,2057,2060,2063,2066,2115,2118,2121],{"className":1994},[33],[21,1996],{"className":1997,"style":191},[37],[21,1999,92],{"className":2000,"style":91},[42,43],[21,2002],{"className":2003,"style":96},[49],[21,2005,100],{"className":2006},[42],[21,2008,104],{"className":2009},[42,43],[21,2011,199],{"className":2012},[198],[21,2014,2016,2019],{"className":2015},[42],[21,2017,45],{"className":2018,"style":44},[42,43],[21,2020,2022],{"className":2021},[346],[21,2023,2025,2046],{"className":2024},[239,240],[21,2026,2028,2043],{"className":2027},[244],[21,2029,2031],{"className":2030,"style":1960},[248],[21,2032,2034,2037],{"style":2033},"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;",[21,2035],{"className":2036,"style":363},[256],[21,2038,2040],{"className":2039},[261,262,263,264],[21,2041,638],{"className":2042},[42,43,264],[21,2044,302],{"className":2045},[301],[21,2047,2049],{"className":2048},[244],[21,2050,2052],{"className":2051,"style":566},[248],[21,2053],{},[21,2055,207],{"className":2056},[206],[21,2058,835],{"className":2059},[834],[21,2061],{"className":2062,"style":839},[49],[21,2064],{"className":2065,"style":96},[49],[21,2067,2069,2072],{"className":2068},[42],[21,2070,45],{"className":2071,"style":44},[42,43],[21,2073,2075],{"className":2074},[346],[21,2076,2078,2107],{"className":2077},[239,240],[21,2079,2081,2104],{"className":2080},[244],[21,2082,2084],{"className":2083,"style":1886},[248],[21,2085,2086,2089],{"style":2033},[21,2087],{"className":2088,"style":363},[256],[21,2090,2092],{"className":2091},[261,262,263,264],[21,2093,2095,2098,2101],{"className":2094},[42,264],[21,2096,638],{"className":2097},[42,43,264],[21,2099,642],{"className":2100},[76,264],[21,2102,170],{"className":2103},[42,264],[21,2105,302],{"className":2106},[301],[21,2108,2110],{"className":2109},[244],[21,2111,2113],{"className":2112,"style":1917},[248],[21,2114],{},[21,2116],{"className":2117,"style":50},[49],[21,2119,685],{"className":2120},[54],[21,2122],{"className":2123,"style":50},[49],[21,2125,2127,2130,2170,2173,2176],{"className":2126},[33],[21,2128],{"className":2129,"style":524},[37],[21,2131,2133,2136],{"className":2132},[42],[21,2134,45],{"className":2135,"style":44},[42,43],[21,2137,2139],{"className":2138},[346],[21,2140,2142,2162],{"className":2141},[239,240],[21,2143,2145,2159],{"className":2144},[244],[21,2146,2148],{"className":2147,"style":1960},[248],[21,2149,2150,2153],{"style":2033},[21,2151],{"className":2152,"style":363},[256],[21,2154,2156],{"className":2155},[261,262,263,264],[21,2157,638],{"className":2158},[42,43,264],[21,2160,302],{"className":2161},[301],[21,2163,2165],{"className":2164},[244],[21,2166,2168],{"className":2167,"style":566},[248],[21,2169],{},[21,2171],{"className":2172,"style":72},[49],[21,2174,642],{"className":2175},[76],[21,2177],{"className":2178,"style":72},[49],[21,2180,2182,2185,2234],{"className":2181},[33],[21,2183],{"className":2184,"style":1867},[37],[21,2186,2188,2191],{"className":2187},[42],[21,2189,1798],{"className":2190,"style":91},[42,43],[21,2192,2194],{"className":2193},[346],[21,2195,2197,2226],{"className":2196},[239,240],[21,2198,2200,2223],{"className":2199},[244],[21,2201,2203],{"className":2202,"style":1886},[248],[21,2204,2205,2208],{"style":1889},[21,2206],{"className":2207,"style":363},[256],[21,2209,2211],{"className":2210},[261,262,263,264],[21,2212,2214,2217,2220],{"className":2213},[42,264],[21,2215,638],{"className":2216},[42,43,264],[21,2218,642],{"className":2219},[76,264],[21,2221,170],{"className":2222},[42,264],[21,2224,302],{"className":2225},[301],[21,2227,2229],{"className":2228},[244],[21,2230,2232],{"className":2231,"style":1917},[248],[21,2233],{},[21,2235,1085],{"className":2236},[42],[11,2238,2239,2254,2255,2258,2259,2275,2276,2291,2292,2325],{},[21,2240,2242],{"className":2241},[24],[21,2243,2245],{"className":2244,"ariaHidden":29},[28],[21,2246,2248,2251],{"className":2247},[33],[21,2249],{"className":2250,"style":118},[37],[21,2252,1815],{"className":2253},[42,43]," is the ",[124,2256,2257],{},"momentum coefficient"," (typically ",[21,2260,2262],{"className":2261},[24],[21,2263,2265],{"className":2264,"ariaHidden":29},[28],[21,2266,2268,2271],{"className":2267},[33],[21,2269],{"className":2270,"style":1186},[37],[21,2272,2274],{"className":2273},[42],"0.9","); ",[21,2277,2279],{"className":2278},[24],[21,2280,2282],{"className":2281,"ariaHidden":29},[28],[21,2283,2285,2288],{"className":2284},[33],[21,2286],{"className":2287,"style":118},[37],[21,2289,92],{"className":2290,"style":91},[42,43]," the learning\nrate. Setting ",[21,2293,2295],{"className":2294},[24],[21,2296,2298,2316],{"className":2297,"ariaHidden":29},[28],[21,2299,2301,2304,2307,2310,2313],{"className":2300},[33],[21,2302],{"className":2303,"style":118},[37],[21,2305,1815],{"className":2306},[42,43],[21,2308],{"className":2309,"style":50},[49],[21,2311,685],{"className":2312},[54],[21,2314],{"className":2315,"style":50},[49],[21,2317,2319,2322],{"className":2318},[33],[21,2320],{"className":2321,"style":1186},[37],[21,2323,1049],{"className":2324},[42]," recovers plain SGD.",[11,2327,2328,2329,2344,2345,2367,2368,2383,2384,2399,2400,2403,2404],{},"The name is literal. Read ",[21,2330,2332],{"className":2331},[24],[21,2333,2335],{"className":2334,"ariaHidden":29},[28],[21,2336,2338,2341],{"className":2337},[33],[21,2339],{"className":2340,"style":38},[37],[21,2342,45],{"className":2343,"style":44},[42,43]," as the position of a ball of unit mass,\n",[21,2346,2348],{"className":2347},[24],[21,2349,2351],{"className":2350,"ariaHidden":29},[28],[21,2352,2354,2358,2361,2364],{"className":2353},[33],[21,2355],{"className":2356,"style":2357},[37],"height:0.7667em;vertical-align:-0.0833em;",[21,2359,77],{"className":2360},[42],[21,2362,100],{"className":2363},[42],[21,2365,104],{"className":2366},[42,43]," as the force from the potential ",[21,2369,2371],{"className":2370},[24],[21,2372,2374],{"className":2373,"ariaHidden":29},[28],[21,2375,2377,2380],{"className":2376},[33],[21,2378],{"className":2379,"style":473},[37],[21,2381,104],{"className":2382},[42,43],", and ",[21,2385,2387],{"className":2386},[24],[21,2388,2390],{"className":2389,"ariaHidden":29},[28],[21,2391,2393,2396],{"className":2392},[33],[21,2394],{"className":2395,"style":118},[37],[21,2397,1815],{"className":2398},[42,43]," as a friction (drag)\ncoefficient: the velocity update is a discrete-time Newtonian dynamics with\nviscous damping. The ball does not teleport down the gradient; it ",[129,2401,2402],{},"coasts",",\ncarrying its momentum through small bumps and across narrow ravines.",[162,2405,2406],{},[15,2407,271],{"href":2408,"ariaDescribedBy":2409,"dataFootnoteRef":6,"id":2410},"#user-content-fn-gf-momentum",[168],"user-content-fnref-gf-momentum",[2412,2413,2414,2427],"table",{},[2415,2416,2417],"thead",{},[2418,2419,2420,2424],"tr",{},[2421,2422,2423],"th",{},"Quantity",[2421,2425,2426],{},"Physical reading",[2428,2429,2430,2453,2474,2527,2565],"tbody",{},[2418,2431,2432,2450],{},[2433,2434,2435],"td",{},[21,2436,2438],{"className":2437},[24],[21,2439,2441],{"className":2440,"ariaHidden":29},[28],[21,2442,2444,2447],{"className":2443},[33],[21,2445],{"className":2446,"style":38},[37],[21,2448,45],{"className":2449,"style":44},[42,43],[2433,2451,2452],{},"position of the particle",[2418,2454,2455,2472],{},[2433,2456,2457],{},[21,2458,2460],{"className":2459},[24],[21,2461,2463],{"className":2462,"ariaHidden":29},[28],[21,2464,2466,2469],{"className":2465},[33],[21,2467],{"className":2468,"style":1585},[37],[21,2470,1798],{"className":2471,"style":91},[42,43],[2433,2473,1773],{},[2418,2475,2476,2508],{},[2433,2477,2478],{},[21,2479,2481],{"className":2480},[24],[21,2482,2484],{"className":2483,"ariaHidden":29},[28],[21,2485,2487,2490,2493,2496,2499,2502,2505],{"className":2486},[33],[21,2488],{"className":2489,"style":191},[37],[21,2491,77],{"className":2492},[42],[21,2494,100],{"className":2495},[42],[21,2497,104],{"className":2498},[42,43],[21,2500,199],{"className":2501},[198],[21,2503,45],{"className":2504,"style":44},[42,43],[21,2506,207],{"className":2507},[206],[2433,2509,2510,2511,2526],{},"force (",[21,2512,2514],{"className":2513},[24],[21,2515,2517],{"className":2516,"ariaHidden":29},[28],[21,2518,2520,2523],{"className":2519},[33],[21,2521],{"className":2522,"style":473},[37],[21,2524,104],{"className":2525},[42,43]," is the potential energy)",[2418,2528,2529,2546],{},[2433,2530,2531],{},[21,2532,2534],{"className":2533},[24],[21,2535,2537],{"className":2536,"ariaHidden":29},[28],[21,2538,2540,2543],{"className":2539},[33],[21,2541],{"className":2542,"style":118},[37],[21,2544,1815],{"className":2545},[42,43],[2433,2547,2548,2549,2564],{},"friction \u002F drag (closer to ",[21,2550,2552],{"className":2551},[24],[21,2553,2555],{"className":2554,"ariaHidden":29},[28],[21,2556,2558,2561],{"className":2557},[33],[21,2559],{"className":2560,"style":1186},[37],[21,2562,170],{"className":2563},[42]," = less drag)",[2418,2566,2567,2584],{},[2433,2568,2569],{},[21,2570,2572],{"className":2571},[24],[21,2573,2575],{"className":2574,"ariaHidden":29},[28],[21,2576,2578,2581],{"className":2577},[33],[21,2579],{"className":2580,"style":118},[37],[21,2582,92],{"className":2583,"style":91},[42,43],[2433,2585,2586,2587,2604],{},"time step ",[21,2588,2590],{"className":2589},[24],[21,2591,2593],{"className":2592,"ariaHidden":29},[28],[21,2594,2596,2600],{"className":2595},[33],[21,2597],{"className":2598,"style":2599},[37],"height:0.6667em;vertical-align:-0.0833em;",[21,2601,2603],{"className":2602},[42],"×"," inverse mass",[1762,2606],{"hash":2607},"abfa3c76391a53e51d8fa33275b61b326ca85d13aaae42940dbd2de42869d74f",[2609,2610,2612],"h3",{"id":2611},"effective-step-size","Effective step size",[11,2614,2615,2616,2632,2633,2636,2637,835],{},"Unrolling the velocity recurrence with a constant gradient ",[21,2617,2619],{"className":2618},[24],[21,2620,2622],{"className":2621,"ariaHidden":29},[28],[21,2623,2625,2628],{"className":2624},[33],[21,2626],{"className":2627,"style":118},[37],[21,2629,2631],{"className":2630,"style":91},[42,43],"g"," exposes why\nmomentum ",[129,2634,2635],{},"accelerates",". With ",[21,2638,2640],{"className":2639},[24],[21,2641,2643,2699],{"className":2642,"ariaHidden":29},[28],[21,2644,2646,2650,2690,2693,2696],{"className":2645},[33],[21,2647],{"className":2648,"style":2649},[37],"height:0.5806em;vertical-align:-0.15em;",[21,2651,2653,2656],{"className":2652},[42],[21,2654,1798],{"className":2655,"style":91},[42,43],[21,2657,2659],{"className":2658},[346],[21,2660,2662,2682],{"className":2661},[239,240],[21,2663,2665,2679],{"className":2664},[244],[21,2666,2668],{"className":2667,"style":1886},[248],[21,2669,2670,2673],{"style":1889},[21,2671],{"className":2672,"style":363},[256],[21,2674,2676],{"className":2675},[261,262,263,264],[21,2677,1049],{"className":2678},[42,264],[21,2680,302],{"className":2681},[301],[21,2683,2685],{"className":2684},[244],[21,2686,2688],{"className":2687,"style":566},[248],[21,2689],{},[21,2691],{"className":2692,"style":50},[49],[21,2694,685],{"className":2695},[54],[21,2697],{"className":2698,"style":50},[49],[21,2700,2702,2705],{"className":2701},[33],[21,2703],{"className":2704,"style":1186},[37],[21,2706,1049],{"className":2707},[42],[21,2709,2711],{"className":2710},[589],[21,2712,2714],{"className":2713},[24],[21,2715,2717,2772,2808,2826,2872,2892,3027],{"className":2716,"ariaHidden":29},[28],[21,2718,2720,2723,2763,2766,2769],{"className":2719},[33],[21,2721],{"className":2722,"style":2649},[37],[21,2724,2726,2729],{"className":2725},[42],[21,2727,1798],{"className":2728,"style":91},[42,43],[21,2730,2732],{"className":2731},[346],[21,2733,2735,2755],{"className":2734},[239,240],[21,2736,2738,2752],{"className":2737},[244],[21,2739,2741],{"className":2740,"style":1960},[248],[21,2742,2743,2746],{"style":1889},[21,2744],{"className":2745,"style":363},[256],[21,2747,2749],{"className":2748},[261,262,263,264],[21,2750,638],{"className":2751},[42,43,264],[21,2753,302],{"className":2754},[301],[21,2756,2758],{"className":2757},[244],[21,2759,2761],{"className":2760,"style":566},[248],[21,2762],{},[21,2764],{"className":2765,"style":50},[49],[21,2767,685],{"className":2768},[54],[21,2770],{"className":2771,"style":50},[49],[21,2773,2775,2778,2781,2784,2787,2790,2793,2796,2799,2802,2805],{"className":2774},[33],[21,2776],{"className":2777,"style":191},[37],[21,2779,77],{"className":2780},[42],[21,2782,92],{"className":2783,"style":91},[42,43],[21,2785],{"className":2786,"style":96},[49],[21,2788,2631],{"className":2789,"style":91},[42,43],[21,2791],{"className":2792,"style":96},[49],[21,2794,199],{"className":2795},[198],[21,2797,170],{"className":2798},[42],[21,2800],{"className":2801,"style":72},[49],[21,2803,642],{"className":2804},[76],[21,2806],{"className":2807,"style":72},[49],[21,2809,2811,2814,2817,2820,2823],{"className":2810},[33],[21,2812],{"className":2813,"style":1935},[37],[21,2815,1815],{"className":2816},[42,43],[21,2818],{"className":2819,"style":72},[49],[21,2821,642],{"className":2822},[76],[21,2824],{"className":2825,"style":72},[49],[21,2827,2829,2833,2863,2866,2869],{"className":2828},[33],[21,2830],{"className":2831,"style":2832},[37],"height:1.0585em;vertical-align:-0.1944em;",[21,2834,2836,2839],{"className":2835},[42],[21,2837,1815],{"className":2838},[42,43],[21,2840,2842],{"className":2841},[346],[21,2843,2845],{"className":2844},[239],[21,2846,2848],{"className":2847},[244],[21,2849,2852],{"className":2850,"style":2851},[248],"height:0.8641em;",[21,2853,2854,2857],{"style":1007},[21,2855],{"className":2856,"style":363},[256],[21,2858,2860],{"className":2859},[261,262,263,264],[21,2861,271],{"className":2862},[42,264],[21,2864],{"className":2865,"style":72},[49],[21,2867,642],{"className":2868},[76],[21,2870],{"className":2871,"style":72},[49],[21,2873,2875,2878,2883,2886,2889],{"className":2874},[33],[21,2876],{"className":2877,"style":2599},[37],[21,2879,2882],{"className":2880},[2881],"minner","⋯",[21,2884],{"className":2885,"style":72},[49],[21,2887,642],{"className":2888},[76],[21,2890],{"className":2891,"style":72},[49],[21,2893,2895,2899,2937,2940,2943,2946,3021,3024],{"className":2894},[33],[21,2896],{"className":2897,"style":2898},[37],"height:1.3026em;vertical-align:-0.25em;",[21,2900,2902,2905],{"className":2901},[42],[21,2903,1815],{"className":2904},[42,43],[21,2906,2908],{"className":2907},[346],[21,2909,2911],{"className":2910},[239],[21,2912,2914],{"className":2913},[244],[21,2915,2917],{"className":2916,"style":2851},[248],[21,2918,2919,2922],{"style":1007},[21,2920],{"className":2921,"style":363},[256],[21,2923,2925],{"className":2924},[261,262,263,264],[21,2926,2928,2931,2934],{"className":2927},[42,264],[21,2929,638],{"className":2930},[42,43,264],[21,2932,77],{"className":2933},[76,264],[21,2935,170],{"className":2936},[42,264],[21,2938,207],{"className":2939},[206],[21,2941],{"className":2942,"style":50},[49],[21,2944],{"className":2945,"style":50},[49],[21,2947,2950],{"className":2948},[54,2949],"x-arrow",[21,2951,2953,3012],{"className":2952},[239,240],[21,2954,2956,3009],{"className":2955},[244],[21,2957,2960,2984],{"className":2958,"style":2959},[248],"height:1.0526em;",[21,2961,2963,2966],{"style":2962},"top:-3.322em;",[21,2964],{"className":2965,"style":363},[256],[21,2967,2970],{"className":2968},[261,262,263,264,2969],"x-arrow-pad",[21,2971,2973,2976,2980],{"className":2972},[42,264],[21,2974,638],{"className":2975},[42,43,264],[21,2977,2979],{"className":2978},[54,264],"→",[21,2981,2983],{"className":2982},[42,264],"∞",[21,2985,2989,2992],{"className":2986,"style":2988},[2987],"svg-align","top:-2.689em;",[21,2990],{"className":2991,"style":363},[256],[21,2993,2997],{"className":2994,"style":2996},[2995],"hide-tail","height:0.522em;min-width:1.469em;",[2998,2999,3005],"svg",{"xmlns":3000,"width":3001,"height":3002,"viewBox":3003,"preserveAspectRatio":3004},"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg","400em","0.522em","0 0 400000 522","xMaxYMin slice",[3006,3007],"path",{"d":3008},"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",[21,3010,302],{"className":3011},[301],[21,3013,3015],{"className":3014},[244],[21,3016,3019],{"className":3017,"style":3018},[248],"height:0.011em;",[21,3020],{},[21,3022],{"className":3023,"style":50},[49],[21,3025],{"className":3026,"style":50},[49],[21,3028,3030,3034,3037,3115,3118,3121],{"className":3029},[33],[21,3031],{"className":3032,"style":3033},[37],"height:1.988em;vertical-align:-0.8804em;",[21,3035,77],{"className":3036},[42],[21,3038,3040,3043,3112],{"className":3039},[42],[21,3041],{"className":3042},[198,231],[21,3044,3046],{"className":3045},[235],[21,3047,3049,3103],{"className":3048},[239,240],[21,3050,3052,3100],{"className":3051},[244],[21,3053,3056,3080,3088],{"className":3054,"style":3055},[248],"height:1.1076em;",[21,3057,3059,3062],{"style":3058},"top:-2.314em;",[21,3060],{"className":3061,"style":257},[256],[21,3063,3065,3068,3071,3074,3077],{"className":3064},[42],[21,3066,170],{"className":3067},[42],[21,3069],{"className":3070,"style":72},[49],[21,3072,77],{"className":3073},[76],[21,3075],{"className":3076,"style":72},[49],[21,3078,1815],{"className":3079},[42,43],[21,3081,3082,3085],{"style":274},[21,3083],{"className":3084,"style":257},[256],[21,3086],{"className":3087,"style":282},[281],[21,3089,3091,3094],{"style":3090},"top:-3.677em;",[21,3092],{"className":3093,"style":257},[256],[21,3095,3097],{"className":3096},[42],[21,3098,92],{"className":3099,"style":91},[42,43],[21,3101,302],{"className":3102},[301],[21,3104,3106],{"className":3105},[244],[21,3107,3110],{"className":3108,"style":3109},[248],"height:0.8804em;",[21,3111],{},[21,3113],{"className":3114},[206,231],[21,3116],{"className":3117,"style":96},[49],[21,3119,2631],{"className":3120,"style":91},[42,43],[21,3122,1085],{"className":3123},[42],[11,3125,3126,3127,3277],{},"The terminal velocity is the geometric series ",[21,3128,3130],{"className":3129},[24],[21,3131,3133,3240,3265],{"className":3132,"ariaHidden":29},[28],[21,3134,3136,3140,3199,3202,3231,3234,3237],{"className":3135},[33],[21,3137],{"className":3138,"style":3139},[37],"height:1.244em;vertical-align:-0.3949em;",[21,3141,3143,3150],{"className":3142},[1240],[21,3144,3149],{"className":3145,"style":3148},[1240,3146,3147],"op-symbol","small-op","position:relative;top:0em;","∑",[21,3151,3153],{"className":3152},[346],[21,3154,3156,3190],{"className":3155},[239,240],[21,3157,3159,3187],{"className":3158},[244],[21,3160,3163],{"className":3161,"style":3162},[248],"height:0.1864em;",[21,3164,3166,3169],{"style":3165},"top:-2.4003em;margin-left:0em;margin-right:0.05em;",[21,3167],{"className":3168,"style":363},[256],[21,3170,3172],{"className":3171},[261,262,263,264],[21,3173,3175,3180,3184],{"className":3174},[42,264],[21,3176,3179],{"className":3177,"style":3178},[42,43,264],"margin-right:0.0315em;","k",[21,3181,3183],{"className":3182},[54,264],"≥",[21,3185,1049],{"className":3186},[42,264],[21,3188,302],{"className":3189},[301],[21,3191,3193],{"className":3192},[244],[21,3194,3197],{"className":3195,"style":3196},[248],"height:0.3949em;",[21,3198],{},[21,3200],{"className":3201,"style":96},[49],[21,3203,3205,3208],{"className":3204},[42],[21,3206,1815],{"className":3207},[42,43],[21,3209,3211],{"className":3210},[346],[21,3212,3214],{"className":3213},[239],[21,3215,3217],{"className":3216},[244],[21,3218,3220],{"className":3219,"style":389},[248],[21,3221,3222,3225],{"style":359},[21,3223],{"className":3224,"style":363},[256],[21,3226,3228],{"className":3227},[261,262,263,264],[21,3229,3179],{"className":3230,"style":3178},[42,43,264],[21,3232],{"className":3233,"style":50},[49],[21,3235,685],{"className":3236},[54],[21,3238],{"className":3239,"style":50},[49],[21,3241,3243,3246,3250,3253,3256,3259,3262],{"className":3242},[33],[21,3244],{"className":3245,"style":191},[37],[21,3247,3249],{"className":3248},[42],"1\u002F",[21,3251,199],{"className":3252},[198],[21,3254,170],{"className":3255},[42],[21,3257],{"className":3258,"style":72},[49],[21,3260,77],{"className":3261},[76],[21,3263],{"className":3264,"style":72},[49],[21,3266,3268,3271,3274],{"className":3267},[33],[21,3269],{"className":3270,"style":191},[37],[21,3272,1815],{"className":3273},[42,43],[21,3275,207],{"className":3276},[206],"\ntimes a single SGD step. The effective learning rate along any direction the\ngradient persistently points is therefore amplified:",[21,3279,3281],{"className":3280},[589],[21,3282,3284],{"className":3283},[24],[21,3285,3287,3351],{"className":3286,"ariaHidden":29},[28],[21,3288,3290,3293,3342,3345,3348],{"className":3289},[33],[21,3291],{"className":3292,"style":118},[37],[21,3294,3296,3299],{"className":3295},[42],[21,3297,92],{"className":3298,"style":91},[42,43],[21,3300,3302],{"className":3301},[346],[21,3303,3305,3334],{"className":3304},[239,240],[21,3306,3308,3331],{"className":3307},[244],[21,3309,3312],{"className":3310,"style":3311},[248],"height:0.3361em;",[21,3313,3314,3317],{"style":1889},[21,3315],{"className":3316,"style":363},[256],[21,3318,3320],{"className":3319},[261,262,263,264],[21,3321,3323],{"className":3322},[42,264],[21,3324,3327],{"className":3325},[42,3326,264],"text",[21,3328,3330],{"className":3329},[42,264],"eff",[21,3332,302],{"className":3333},[301],[21,3335,3337],{"className":3336},[244],[21,3338,3340],{"className":3339,"style":566},[248],[21,3341],{},[21,3343],{"className":3344,"style":50},[49],[21,3346,685],{"className":3347},[54],[21,3349],{"className":3350,"style":50},[49],[21,3352,3354,3357,3431],{"className":3353},[33],[21,3355],{"className":3356,"style":3033},[37],[21,3358,3360,3363,3428],{"className":3359},[42],[21,3361],{"className":3362},[198,231],[21,3364,3366],{"className":3365},[235],[21,3367,3369,3420],{"className":3368},[239,240],[21,3370,3372,3417],{"className":3371},[244],[21,3373,3375,3398,3406],{"className":3374,"style":3055},[248],[21,3376,3377,3380],{"style":3058},[21,3378],{"className":3379,"style":257},[256],[21,3381,3383,3386,3389,3392,3395],{"className":3382},[42],[21,3384,170],{"className":3385},[42],[21,3387],{"className":3388,"style":72},[49],[21,3390,77],{"className":3391},[76],[21,3393],{"className":3394,"style":72},[49],[21,3396,1815],{"className":3397},[42,43],[21,3399,3400,3403],{"style":274},[21,3401],{"className":3402,"style":257},[256],[21,3404],{"className":3405,"style":282},[281],[21,3407,3408,3411],{"style":3090},[21,3409],{"className":3410,"style":257},[256],[21,3412,3414],{"className":3413},[42],[21,3415,92],{"className":3416,"style":91},[42,43],[21,3418,302],{"className":3419},[301],[21,3421,3423],{"className":3422},[244],[21,3424,3426],{"className":3425,"style":3109},[248],[21,3427],{},[21,3429],{"className":3430},[206,231],[21,3432,1085],{"className":3433},[42],[1564,3435,3437],{"type":3436},"lemma",[11,3438,3439,3442,3443,3458,3459,3504,3505,3524,3525,3558,3559,3578,3579,3613,3614,3617,3618,1085],{},[124,3440,3441],{},"Lemma (Momentum amplification)."," Along a direction where the gradient holds\na constant sign, momentum with coefficient ",[21,3444,3446],{"className":3445},[24],[21,3447,3449],{"className":3448,"ariaHidden":29},[28],[21,3450,3452,3455],{"className":3451},[33],[21,3453],{"className":3454,"style":118},[37],[21,3456,1815],{"className":3457},[42,43]," reaches an asymptotic step of\n",[21,3460,3462],{"className":3461},[24],[21,3463,3465,3492],{"className":3464,"ariaHidden":29},[28],[21,3466,3468,3471,3474,3477,3480,3483,3486,3489],{"className":3467},[33],[21,3469],{"className":3470,"style":191},[37],[21,3472,92],{"className":3473,"style":91},[42,43],[21,3475,1654],{"className":3476},[42],[21,3478,199],{"className":3479},[198],[21,3481,170],{"className":3482},[42],[21,3484],{"className":3485,"style":72},[49],[21,3487,77],{"className":3488},[76],[21,3490],{"className":3491,"style":72},[49],[21,3493,3495,3498,3501],{"className":3494},[33],[21,3496],{"className":3497,"style":191},[37],[21,3499,1815],{"className":3500},[42,43],[21,3502,207],{"className":3503},[206],": a ",[21,3506,3508],{"className":3507},[24],[21,3509,3511],{"className":3510,"ariaHidden":29},[28],[21,3512,3514,3517,3521],{"className":3513},[33],[21,3515],{"className":3516,"style":1352},[37],[21,3518,3520],{"className":3519},[42],"10",[21,3522,2603],{"className":3523},[42]," amplification at ",[21,3526,3528],{"className":3527},[24],[21,3529,3531,3549],{"className":3530,"ariaHidden":29},[28],[21,3532,3534,3537,3540,3543,3546],{"className":3533},[33],[21,3535],{"className":3536,"style":118},[37],[21,3538,1815],{"className":3539},[42,43],[21,3541],{"className":3542,"style":50},[49],[21,3544,685],{"className":3545},[54],[21,3547],{"className":3548,"style":50},[49],[21,3550,3552,3555],{"className":3551},[33],[21,3553],{"className":3554,"style":1186},[37],[21,3556,2274],{"className":3557},[42],", a ",[21,3560,3562],{"className":3561},[24],[21,3563,3565],{"className":3564,"ariaHidden":29},[28],[21,3566,3568,3571,3575],{"className":3567},[33],[21,3569],{"className":3570,"style":1352},[37],[21,3572,3574],{"className":3573},[42],"100",[21,3576,2603],{"className":3577},[42],"\namplification at ",[21,3580,3582],{"className":3581},[24],[21,3583,3585,3603],{"className":3584,"ariaHidden":29},[28],[21,3586,3588,3591,3594,3597,3600],{"className":3587},[33],[21,3589],{"className":3590,"style":118},[37],[21,3592,1815],{"className":3593},[42,43],[21,3595],{"className":3596,"style":50},[49],[21,3598,685],{"className":3599},[54],[21,3601],{"className":3602,"style":50},[49],[21,3604,3606,3609],{"className":3605},[33],[21,3607],{"className":3608,"style":1186},[37],[21,3610,3612],{"className":3611},[42],"0.99",". Along a direction where the gradient ",[129,3615,3616],{},"flips","\nsign each step, successive contributions cancel and the effective step stays\nnear ",[21,3619,3621],{"className":3620},[24],[21,3622,3624],{"className":3623,"ariaHidden":29},[28],[21,3625,3627,3630],{"className":3626},[33],[21,3628],{"className":3629,"style":118},[37],[21,3631,92],{"className":3632,"style":91},[42,43],[11,3634,3635],{},"That asymmetry is the entire mechanism. Down the shallow valley the gradient is\nconsistent, so momentum compounds it and the path accelerates; across the steep\nravine the gradient reverses every step, so the contributions annihilate and the\noscillation is damped. One coefficient produces both behaviors.",[11,3637,3638,3639,3673,3674,3707,3708,3741],{},"For example, fix ",[21,3640,3642],{"className":3641},[24],[21,3643,3645,3663],{"className":3644,"ariaHidden":29},[28],[21,3646,3648,3651,3654,3657,3660],{"className":3647},[33],[21,3649],{"className":3650,"style":118},[37],[21,3652,92],{"className":3653,"style":91},[42,43],[21,3655],{"className":3656,"style":50},[49],[21,3658,685],{"className":3659},[54],[21,3661],{"className":3662,"style":50},[49],[21,3664,3666,3669],{"className":3665},[33],[21,3667],{"className":3668,"style":1186},[37],[21,3670,3672],{"className":3671},[42],"0.1",", ",[21,3675,3677],{"className":3676},[24],[21,3678,3680,3698],{"className":3679,"ariaHidden":29},[28],[21,3681,3683,3686,3689,3692,3695],{"className":3682},[33],[21,3684],{"className":3685,"style":118},[37],[21,3687,1815],{"className":3688},[42,43],[21,3690],{"className":3691,"style":50},[49],[21,3693,685],{"className":3694},[54],[21,3696],{"className":3697,"style":50},[49],[21,3699,3701,3704],{"className":3700},[33],[21,3702],{"className":3703,"style":1186},[37],[21,3705,2274],{"className":3706},[42],", and a constant unit gradient ",[21,3709,3711],{"className":3710},[24],[21,3712,3714,3732],{"className":3713,"ariaHidden":29},[28],[21,3715,3717,3720,3723,3726,3729],{"className":3716},[33],[21,3718],{"className":3719,"style":118},[37],[21,3721,2631],{"className":3722,"style":91},[42,43],[21,3724],{"className":3725,"style":50},[49],[21,3727,685],{"className":3728},[54],[21,3730],{"className":3731,"style":50},[49],[21,3733,3735,3738],{"className":3734},[33],[21,3736],{"className":3737,"style":1186},[37],[21,3739,170],{"className":3740},[42]," along a persistent direction. The\nvelocity magnitude grows step by step,",[21,3743,3745],{"className":3744},[589],[21,3746,3748],{"className":3747},[24],[21,3749,3751,3812,3886,3961,4036,4113,4187],{"className":3750,"ariaHidden":29},[28],[21,3752,3754,3757,3760,3800,3803,3806,3809],{"className":3753},[33],[21,3755],{"className":3756,"style":191},[37],[21,3758,1169],{"className":3759},[42],[21,3761,3763,3766],{"className":3762},[42],[21,3764,1798],{"className":3765,"style":91},[42,43],[21,3767,3769],{"className":3768},[346],[21,3770,3772,3792],{"className":3771},[239,240],[21,3773,3775,3789],{"className":3774},[244],[21,3776,3778],{"className":3777,"style":1886},[248],[21,3779,3780,3783],{"style":1889},[21,3781],{"className":3782,"style":363},[256],[21,3784,3786],{"className":3785},[261,262,263,264],[21,3787,170],{"className":3788},[42,264],[21,3790,302],{"className":3791},[301],[21,3793,3795],{"className":3794},[244],[21,3796,3798],{"className":3797,"style":566},[248],[21,3799],{},[21,3801,1169],{"className":3802},[42],[21,3804],{"className":3805,"style":50},[49],[21,3807,685],{"className":3808},[54],[21,3810],{"className":3811,"style":50},[49],[21,3813,3815,3818,3821,3824,3828,3831,3834,3874,3877,3880,3883],{"className":3814},[33],[21,3816],{"className":3817,"style":191},[37],[21,3819,3672],{"className":3820},[42],[21,3822,835],{"className":3823},[834],[21,3825],{"className":3826,"style":3827},[49],"margin-right:1em;",[21,3829],{"className":3830,"style":96},[49],[21,3832,1169],{"className":3833},[42],[21,3835,3837,3840],{"className":3836},[42],[21,3838,1798],{"className":3839,"style":91},[42,43],[21,3841,3843],{"className":3842},[346],[21,3844,3846,3866],{"className":3845},[239,240],[21,3847,3849,3863],{"className":3848},[244],[21,3850,3852],{"className":3851,"style":1886},[248],[21,3853,3854,3857],{"style":1889},[21,3855],{"className":3856,"style":363},[256],[21,3858,3860],{"className":3859},[261,262,263,264],[21,3861,271],{"className":3862},[42,264],[21,3864,302],{"className":3865},[301],[21,3867,3869],{"className":3868},[244],[21,3870,3872],{"className":3871,"style":566},[248],[21,3873],{},[21,3875,1169],{"className":3876},[42],[21,3878],{"className":3879,"style":50},[49],[21,3881,685],{"className":3882},[54],[21,3884],{"className":3885,"style":50},[49],[21,3887,3889,3892,3896,3899,3902,3905,3908,3949,3952,3955,3958],{"className":3888},[33],[21,3890],{"className":3891,"style":191},[37],[21,3893,3895],{"className":3894},[42],"0.19",[21,3897,835],{"className":3898},[834],[21,3900],{"className":3901,"style":3827},[49],[21,3903],{"className":3904,"style":96},[49],[21,3906,1169],{"className":3907},[42],[21,3909,3911,3914],{"className":3910},[42],[21,3912,1798],{"className":3913,"style":91},[42,43],[21,3915,3917],{"className":3916},[346],[21,3918,3920,3941],{"className":3919},[239,240],[21,3921,3923,3938],{"className":3922},[244],[21,3924,3926],{"className":3925,"style":1886},[248],[21,3927,3928,3931],{"style":1889},[21,3929],{"className":3930,"style":363},[256],[21,3932,3934],{"className":3933},[261,262,263,264],[21,3935,3937],{"className":3936},[42,264],"3",[21,3939,302],{"className":3940},[301],[21,3942,3944],{"className":3943},[244],[21,3945,3947],{"className":3946,"style":566},[248],[21,3948],{},[21,3950,1169],{"className":3951},[42],[21,3953],{"className":3954,"style":50},[49],[21,3956,685],{"className":3957},[54],[21,3959],{"className":3960,"style":50},[49],[21,3962,3964,3967,3971,3974,3977,3980,3983,4024,4027,4030,4033],{"className":3963},[33],[21,3965],{"className":3966,"style":191},[37],[21,3968,3970],{"className":3969},[42],"0.271",[21,3972,835],{"className":3973},[834],[21,3975],{"className":3976,"style":3827},[49],[21,3978],{"className":3979,"style":96},[49],[21,3981,1169],{"className":3982},[42],[21,3984,3986,3989],{"className":3985},[42],[21,3987,1798],{"className":3988,"style":91},[42,43],[21,3990,3992],{"className":3991},[346],[21,3993,3995,4016],{"className":3994},[239,240],[21,3996,3998,4013],{"className":3997},[244],[21,3999,4001],{"className":4000,"style":1886},[248],[21,4002,4003,4006],{"style":1889},[21,4004],{"className":4005,"style":363},[256],[21,4007,4009],{"className":4008},[261,262,263,264],[21,4010,4012],{"className":4011},[42,264],"5",[21,4014,302],{"className":4015},[301],[21,4017,4019],{"className":4018},[244],[21,4020,4022],{"className":4021,"style":566},[248],[21,4023],{},[21,4025,1169],{"className":4026},[42],[21,4028],{"className":4029,"style":50},[49],[21,4031,685],{"className":4032},[54],[21,4034],{"className":4035,"style":50},[49],[21,4037,4039,4042,4046,4049,4052,4055,4058,4101,4104,4107,4110],{"className":4038},[33],[21,4040],{"className":4041,"style":191},[37],[21,4043,4045],{"className":4044},[42],"0.4095",[21,4047,835],{"className":4048},[834],[21,4050],{"className":4051,"style":3827},[49],[21,4053],{"className":4054,"style":96},[49],[21,4056,1169],{"className":4057},[42],[21,4059,4061,4064],{"className":4060},[42],[21,4062,1798],{"className":4063,"style":91},[42,43],[21,4065,4067],{"className":4066},[346],[21,4068,4070,4093],{"className":4069},[239,240],[21,4071,4073,4090],{"className":4072},[244],[21,4074,4076],{"className":4075,"style":1886},[248],[21,4077,4078,4081],{"style":1889},[21,4079],{"className":4080,"style":363},[256],[21,4082,4084],{"className":4083},[261,262,263,264],[21,4085,4087],{"className":4086},[42,264],[21,4088,3520],{"className":4089},[42,264],[21,4091,302],{"className":4092},[301],[21,4094,4096],{"className":4095},[244],[21,4097,4099],{"className":4098,"style":566},[248],[21,4100],{},[21,4102,1169],{"className":4103},[42],[21,4105],{"className":4106,"style":50},[49],[21,4108,685],{"className":4109},[54],[21,4111],{"className":4112,"style":50},[49],[21,4114,4116,4119,4123,4126,4129,4132,4135,4175,4178,4181,4184],{"className":4115},[33],[21,4117],{"className":4118,"style":191},[37],[21,4120,4122],{"className":4121},[42],"0.6513",[21,4124,835],{"className":4125},[834],[21,4127],{"className":4128,"style":3827},[49],[21,4130],{"className":4131,"style":96},[49],[21,4133,1169],{"className":4134},[42],[21,4136,4138,4141],{"className":4137},[42],[21,4139,1798],{"className":4140,"style":91},[42,43],[21,4142,4144],{"className":4143},[346],[21,4145,4147,4167],{"className":4146},[239,240],[21,4148,4150,4164],{"className":4149},[244],[21,4151,4153],{"className":4152,"style":1225},[248],[21,4154,4155,4158],{"style":1889},[21,4156],{"className":4157,"style":363},[256],[21,4159,4161],{"className":4160},[261,262,263,264],[21,4162,2983],{"className":4163},[42,264],[21,4165,302],{"className":4166},[301],[21,4168,4170],{"className":4169},[244],[21,4171,4173],{"className":4172,"style":566},[248],[21,4174],{},[21,4176,1169],{"className":4177},[42],[21,4179],{"className":4180,"style":50},[49],[21,4182,685],{"className":4183},[54],[21,4185],{"className":4186,"style":50},[49],[21,4188,4190,4194,4198],{"className":4189},[33],[21,4191],{"className":4192,"style":4193},[37],"height:0.8389em;vertical-align:-0.1944em;",[21,4195,4197],{"className":4196},[42],"1.0",[21,4199,835],{"className":4200},[834],[11,4202,4203,4204,4219,4220,4235,4236,4297,4298,4313,4314,4329],{},"each term being ",[21,4205,4207],{"className":4206},[24],[21,4208,4210],{"className":4209,"ariaHidden":29},[28],[21,4211,4213,4216],{"className":4212},[33],[21,4214],{"className":4215,"style":1186},[37],[21,4217,2274],{"className":4218},[42]," of the previous velocity plus ",[21,4221,4223],{"className":4222},[24],[21,4224,4226],{"className":4225,"ariaHidden":29},[28],[21,4227,4229,4232],{"className":4228},[33],[21,4230],{"className":4231,"style":1186},[37],[21,4233,3672],{"className":4234},[42],". The steady state\n",[21,4237,4239],{"className":4238},[24],[21,4240,4242,4267,4288],{"className":4241,"ariaHidden":29},[28],[21,4243,4245,4248,4252,4255,4258,4261,4264],{"className":4244},[33],[21,4246],{"className":4247,"style":191},[37],[21,4249,4251],{"className":4250},[42],"0.1\u002F",[21,4253,199],{"className":4254},[198],[21,4256,170],{"className":4257},[42],[21,4259],{"className":4260,"style":72},[49],[21,4262,77],{"className":4263},[76],[21,4265],{"className":4266,"style":72},[49],[21,4268,4270,4273,4276,4279,4282,4285],{"className":4269},[33],[21,4271],{"className":4272,"style":191},[37],[21,4274,2274],{"className":4275},[42],[21,4277,207],{"className":4278},[206],[21,4280],{"className":4281,"style":50},[49],[21,4283,685],{"className":4284},[54],[21,4286],{"className":4287,"style":50},[49],[21,4289,4291,4294],{"className":4290},[33],[21,4292],{"className":4293,"style":1186},[37],[21,4295,4197],{"className":4296},[42]," is ten times a single SGD step of ",[21,4299,4301],{"className":4300},[24],[21,4302,4304],{"className":4303,"ariaHidden":29},[28],[21,4305,4307,4310],{"className":4306},[33],[21,4308],{"className":4309,"style":1186},[37],[21,4311,3672],{"className":4312},[42],". Now flip the sign of\n",[21,4315,4317],{"className":4316},[24],[21,4318,4320],{"className":4319,"ariaHidden":29},[28],[21,4321,4323,4326],{"className":4322},[33],[21,4324],{"className":4325,"style":118},[37],[21,4327,2631],{"className":4328,"style":91},[42,43]," every step, as it does across a ravine: the velocity oscillates within a\nsmall band around zero instead of growing, because each contribution partly\ncancels the last. The same recurrence, fed a consistent signal, integrates it;\nfed an alternating signal, filters it out.",[1762,4331],{"hash":4332},"a05cf1b80d6102e4111449b31b463b7aa840eb7d28c89258e3bec6c4f0e8908a",[11,4334,4335,4336,4351,4352,4367,4368,4410,4411,4426,4427,4442,4443,4458,4459,4501],{},"The dependence on ",[21,4337,4339],{"className":4338},[24],[21,4340,4342],{"className":4341,"ariaHidden":29},[28],[21,4343,4345,4348],{"className":4344},[33],[21,4346],{"className":4347,"style":118},[37],[21,4349,1815],{"className":4350},[42,43]," is steep near ",[21,4353,4355],{"className":4354},[24],[21,4356,4358],{"className":4357,"ariaHidden":29},[28],[21,4359,4361,4364],{"className":4360},[33],[21,4362],{"className":4363,"style":1186},[37],[21,4365,170],{"className":4366},[42],": the effective step ",[21,4369,4371],{"className":4370},[24],[21,4372,4374,4398],{"className":4373,"ariaHidden":29},[28],[21,4375,4377,4380,4383,4386,4389,4392,4395],{"className":4376},[33],[21,4378],{"className":4379,"style":191},[37],[21,4381,3249],{"className":4382},[42],[21,4384,199],{"className":4385},[198],[21,4387,170],{"className":4388},[42],[21,4390],{"className":4391,"style":72},[49],[21,4393,77],{"className":4394},[76],[21,4396],{"className":4397,"style":72},[49],[21,4399,4401,4404,4407],{"className":4400},[33],[21,4402],{"className":4403,"style":191},[37],[21,4405,1815],{"className":4406},[42,43],[21,4408,207],{"className":4409},[206]," is a\nhyperbola, so the last tenth of ",[21,4412,4414],{"className":4413},[24],[21,4415,4417],{"className":4416,"ariaHidden":29},[28],[21,4418,4420,4423],{"className":4419},[33],[21,4421],{"className":4422,"style":118},[37],[21,4424,1815],{"className":4425},[42,43]," carries most of the amplification. That is\nalso why ",[21,4428,4430],{"className":4429},[24],[21,4431,4433],{"className":4432,"ariaHidden":29},[28],[21,4434,4436,4439],{"className":4435},[33],[21,4437],{"className":4438,"style":118},[37],[21,4440,1815],{"className":4441},[42,43]," close to ",[21,4444,4446],{"className":4445},[24],[21,4447,4449],{"className":4448,"ariaHidden":29},[28],[21,4450,4452,4455],{"className":4451},[33],[21,4453],{"className":4454,"style":1186},[37],[21,4456,170],{"className":4457},[42]," is delicate: it lengthens the memory (a horizon of\n",[21,4460,4462],{"className":4461},[24],[21,4463,4465,4489],{"className":4464,"ariaHidden":29},[28],[21,4466,4468,4471,4474,4477,4480,4483,4486],{"className":4467},[33],[21,4469],{"className":4470,"style":191},[37],[21,4472,3249],{"className":4473},[42],[21,4475,199],{"className":4476},[198],[21,4478,170],{"className":4479},[42],[21,4481],{"className":4482,"style":72},[49],[21,4484,77],{"className":4485},[76],[21,4487],{"className":4488,"style":72},[49],[21,4490,4492,4495,4498],{"className":4491},[33],[21,4493],{"className":4494,"style":191},[37],[21,4496,1815],{"className":4497},[42,43],[21,4499,207],{"className":4500},[206]," steps) and can overshoot on curvature that turns before the velocity\ncan respond.",[1762,4503],{"hash":4504},"573f6e3d2fd0820ea92afd8b40672ad456eb1ea3f279a0ba5b92bd259823139d",[4506,4507,4511],"pre",{"className":4508,"code":4509,"language":4510,"meta":6,"style":6},"language-algorithm shiki shiki-themes Vesper Light - Orange Boost (Quick Open Adjusted) vesper","caption: $\\textsc{Momentum}(L, \\theta, \\eta, \\mu)$ — SGD with a velocity buffer\ninitialize $\\theta$ randomly,\\ $v \\gets 0$\nrepeat\n  sample a minibatch $(X, y)$\n  $g \\gets \\nabla_\\theta L(\\theta; X, y)$ \u002F\u002F backward pass\n  $v \\gets \\mu \\cdot v - \\eta \\cdot g$ \u002F\u002F accumulate velocity\n  $\\theta \\gets \\theta + v$ \u002F\u002F step by velocity\nuntil converged\nreturn $\\theta$\n","algorithm",[4512,4513,4514,4521,4527,4533,4539,4545,4551,4557,4563],"code",{"__ignoreMap":6},[21,4515,4518],{"class":4516,"line":4517},"line",1,[21,4519,4520],{},"caption: $\\textsc{Momentum}(L, \\theta, \\eta, \\mu)$ — SGD with a velocity buffer\n",[21,4522,4524],{"class":4516,"line":4523},2,[21,4525,4526],{},"initialize $\\theta$ randomly,\\ $v \\gets 0$\n",[21,4528,4530],{"class":4516,"line":4529},3,[21,4531,4532],{},"repeat\n",[21,4534,4536],{"class":4516,"line":4535},4,[21,4537,4538],{},"  sample a minibatch $(X, y)$\n",[21,4540,4542],{"class":4516,"line":4541},5,[21,4543,4544],{},"  $g \\gets \\nabla_\\theta L(\\theta; X, y)$ \u002F\u002F backward pass\n",[21,4546,4548],{"class":4516,"line":4547},6,[21,4549,4550],{},"  $v \\gets \\mu \\cdot v - \\eta \\cdot g$ \u002F\u002F accumulate velocity\n",[21,4552,4554],{"class":4516,"line":4553},7,[21,4555,4556],{},"  $\\theta \\gets \\theta + v$ \u002F\u002F step by velocity\n",[21,4558,4560],{"class":4516,"line":4559},8,[21,4561,4562],{},"until converged\n",[21,4564,4566],{"class":4516,"line":4565},9,[21,4567,4568],{},"return $\\theta$\n",[2609,4570,4572],{"id":4571},"nesterov-accelerated-gradient","Nesterov accelerated gradient",[11,4574,4575,4576,4579,4580,4583,4584,4587,4588,4675,4676,4679],{},"Momentum measures the force where the ball ",[129,4577,4578],{},"is","; Nesterov's variant measures it\nwhere the ball is ",[129,4581,4582],{},"about to be",". Take the momentum step first to the ",[124,4585,4586],{},"lookahead","\npoint ",[21,4589,4591],{"className":4590},[24],[21,4592,4594,4647,4665],{"className":4593,"ariaHidden":29},[28],[21,4595,4597,4601,4638,4641,4644],{"className":4596},[33],[21,4598],{"className":4599,"style":4600},[37],"height:0.9313em;",[21,4602,4605],{"className":4603},[42,4604],"accent",[21,4606,4608],{"className":4607},[239],[21,4609,4611],{"className":4610},[244],[21,4612,4614,4623],{"className":4613,"style":4600},[248],[21,4615,4617,4620],{"style":4616},"top:-3em;",[21,4618],{"className":4619,"style":257},[256],[21,4621,45],{"className":4622,"style":44},[42,43],[21,4624,4626,4629],{"style":4625},"top:-3.6134em;",[21,4627],{"className":4628,"style":257},[256],[21,4630,4634],{"className":4631,"style":4633},[4632],"accent-body","left:-0.1667em;",[21,4635,4637],{"className":4636},[42],"~",[21,4639],{"className":4640,"style":50},[49],[21,4642,685],{"className":4643},[54],[21,4645],{"className":4646,"style":50},[49],[21,4648,4650,4653,4656,4659,4662],{"className":4649},[33],[21,4651],{"className":4652,"style":65},[37],[21,4654,45],{"className":4655,"style":44},[42,43],[21,4657],{"className":4658,"style":72},[49],[21,4660,642],{"className":4661},[76],[21,4663],{"className":4664,"style":72},[49],[21,4666,4668,4671],{"className":4667},[33],[21,4669],{"className":4670,"style":118},[37],[21,4672,4674],{"className":4673,"style":91},[42,43],"μv",", and evaluate the gradient ",[129,4677,4678],{},"there",", so the\ncorrection anticipates the surface ahead instead of reacting to the surface\nbehind.",[1564,4681,4682,4802,5246],{"type":1566},[11,4683,4684,4687,4688,4801],{},[124,4685,4686],{},"Definition (Nesterov accelerated gradient)."," Evaluate the gradient at the\nlookahead point ",[21,4689,4691],{"className":4690},[24],[21,4692,4694,4749],{"className":4693,"ariaHidden":29},[28],[21,4695,4697,4700,4740,4743,4746],{"className":4696},[33],[21,4698],{"className":4699,"style":524},[37],[21,4701,4703,4706],{"className":4702},[42],[21,4704,45],{"className":4705,"style":44},[42,43],[21,4707,4709],{"className":4708},[346],[21,4710,4712,4732],{"className":4711},[239,240],[21,4713,4715,4729],{"className":4714},[244],[21,4716,4718],{"className":4717,"style":1960},[248],[21,4719,4720,4723],{"style":2033},[21,4721],{"className":4722,"style":363},[256],[21,4724,4726],{"className":4725},[261,262,263,264],[21,4727,638],{"className":4728},[42,43,264],[21,4730,302],{"className":4731},[301],[21,4733,4735],{"className":4734},[244],[21,4736,4738],{"className":4737,"style":566},[248],[21,4739],{},[21,4741],{"className":4742,"style":72},[49],[21,4744,642],{"className":4745},[76],[21,4747],{"className":4748,"style":72},[49],[21,4750,4752,4755,4758,4761],{"className":4751},[33],[21,4753],{"className":4754,"style":118},[37],[21,4756,1815],{"className":4757},[42,43],[21,4759],{"className":4760,"style":96},[49],[21,4762,4764,4767],{"className":4763},[42],[21,4765,1798],{"className":4766,"style":91},[42,43],[21,4768,4770],{"className":4769},[346],[21,4771,4773,4793],{"className":4772},[239,240],[21,4774,4776,4790],{"className":4775},[244],[21,4777,4779],{"className":4778,"style":1960},[248],[21,4780,4781,4784],{"style":1889},[21,4782],{"className":4783,"style":363},[256],[21,4785,4787],{"className":4786},[261,262,263,264],[21,4788,638],{"className":4789},[42,43,264],[21,4791,302],{"className":4792},[301],[21,4794,4796],{"className":4795},[244],[21,4797,4799],{"className":4798,"style":566},[248],[21,4800],{},":",[21,4803,4805],{"className":4804},[589],[21,4806,4808],{"className":4807},[24],[21,4809,4811,4875,4936,5133,5188],{"className":4810,"ariaHidden":29},[28],[21,4812,4814,4817,4866,4869,4872],{"className":4813},[33],[21,4815],{"className":4816,"style":1867},[37],[21,4818,4820,4823],{"className":4819},[42],[21,4821,1798],{"className":4822,"style":91},[42,43],[21,4824,4826],{"className":4825},[346],[21,4827,4829,4858],{"className":4828},[239,240],[21,4830,4832,4855],{"className":4831},[244],[21,4833,4835],{"className":4834,"style":1886},[248],[21,4836,4837,4840],{"style":1889},[21,4838],{"className":4839,"style":363},[256],[21,4841,4843],{"className":4842},[261,262,263,264],[21,4844,4846,4849,4852],{"className":4845},[42,264],[21,4847,638],{"className":4848},[42,43,264],[21,4850,642],{"className":4851},[76,264],[21,4853,170],{"className":4854},[42,264],[21,4856,302],{"className":4857},[301],[21,4859,4861],{"className":4860},[244],[21,4862,4864],{"className":4863,"style":1917},[248],[21,4865],{},[21,4867],{"className":4868,"style":50},[49],[21,4870,685],{"className":4871},[54],[21,4873],{"className":4874,"style":50},[49],[21,4876,4878,4881,4884,4887,4927,4930,4933],{"className":4877},[33],[21,4879],{"className":4880,"style":1935},[37],[21,4882,1815],{"className":4883},[42,43],[21,4885],{"className":4886,"style":96},[49],[21,4888,4890,4893],{"className":4889},[42],[21,4891,1798],{"className":4892,"style":91},[42,43],[21,4894,4896],{"className":4895},[346],[21,4897,4899,4919],{"className":4898},[239,240],[21,4900,4902,4916],{"className":4901},[244],[21,4903,4905],{"className":4904,"style":1960},[248],[21,4906,4907,4910],{"style":1889},[21,4908],{"className":4909,"style":363},[256],[21,4911,4913],{"className":4912},[261,262,263,264],[21,4914,638],{"className":4915},[42,43,264],[21,4917,302],{"className":4918},[301],[21,4920,4922],{"className":4921},[244],[21,4923,4925],{"className":4924,"style":566},[248],[21,4926],{},[21,4928],{"className":4929,"style":72},[49],[21,4931,77],{"className":4932},[76],[21,4934],{"className":4935,"style":72},[49],[21,4937,4939,4942,4945,4948,4951,4954,4957,5063,5066,5069,5072,5075,5124,5127,5130],{"className":4938},[33],[21,4940],{"className":4941,"style":191},[37],[21,4943,92],{"className":4944,"style":91},[42,43],[21,4946],{"className":4947,"style":96},[49],[21,4949,100],{"className":4950},[42],[21,4952,104],{"className":4953},[42,43],[21,4955],{"className":4956,"style":96},[49],[21,4958,4960,4965,5005,5008,5011,5014,5017,5020,5060],{"className":4959},[2881],[21,4961,199],{"className":4962,"style":4964},[198,4963],"delimcenter","top:0em;",[21,4966,4968,4971],{"className":4967},[42],[21,4969,45],{"className":4970,"style":44},[42,43],[21,4972,4974],{"className":4973},[346],[21,4975,4977,4997],{"className":4976},[239,240],[21,4978,4980,4994],{"className":4979},[244],[21,4981,4983],{"className":4982,"style":1960},[248],[21,4984,4985,4988],{"style":2033},[21,4986],{"className":4987,"style":363},[256],[21,4989,4991],{"className":4990},[261,262,263,264],[21,4992,638],{"className":4993},[42,43,264],[21,4995,302],{"className":4996},[301],[21,4998,5000],{"className":4999},[244],[21,5001,5003],{"className":5002,"style":566},[248],[21,5004],{},[21,5006],{"className":5007,"style":72},[49],[21,5009,642],{"className":5010},[76],[21,5012],{"className":5013,"style":72},[49],[21,5015,1815],{"className":5016},[42,43],[21,5018],{"className":5019,"style":96},[49],[21,5021,5023,5026],{"className":5022},[42],[21,5024,1798],{"className":5025,"style":91},[42,43],[21,5027,5029],{"className":5028},[346],[21,5030,5032,5052],{"className":5031},[239,240],[21,5033,5035,5049],{"className":5034},[244],[21,5036,5038],{"className":5037,"style":1960},[248],[21,5039,5040,5043],{"style":1889},[21,5041],{"className":5042,"style":363},[256],[21,5044,5046],{"className":5045},[261,262,263,264],[21,5047,638],{"className":5048},[42,43,264],[21,5050,302],{"className":5051},[301],[21,5053,5055],{"className":5054},[244],[21,5056,5058],{"className":5057,"style":566},[248],[21,5059],{},[21,5061,207],{"className":5062,"style":4964},[206,4963],[21,5064],{"className":5065,"style":96},[49],[21,5067,835],{"className":5068},[834],[21,5070],{"className":5071,"style":839},[49],[21,5073],{"className":5074,"style":96},[49],[21,5076,5078,5081],{"className":5077},[42],[21,5079,45],{"className":5080,"style":44},[42,43],[21,5082,5084],{"className":5083},[346],[21,5085,5087,5116],{"className":5086},[239,240],[21,5088,5090,5113],{"className":5089},[244],[21,5091,5093],{"className":5092,"style":1886},[248],[21,5094,5095,5098],{"style":2033},[21,5096],{"className":5097,"style":363},[256],[21,5099,5101],{"className":5100},[261,262,263,264],[21,5102,5104,5107,5110],{"className":5103},[42,264],[21,5105,638],{"className":5106},[42,43,264],[21,5108,642],{"className":5109},[76,264],[21,5111,170],{"className":5112},[42,264],[21,5114,302],{"className":5115},[301],[21,5117,5119],{"className":5118},[244],[21,5120,5122],{"className":5121,"style":1917},[248],[21,5123],{},[21,5125],{"className":5126,"style":50},[49],[21,5128,685],{"className":5129},[54],[21,5131],{"className":5132,"style":50},[49],[21,5134,5136,5139,5179,5182,5185],{"className":5135},[33],[21,5137],{"className":5138,"style":524},[37],[21,5140,5142,5145],{"className":5141},[42],[21,5143,45],{"className":5144,"style":44},[42,43],[21,5146,5148],{"className":5147},[346],[21,5149,5151,5171],{"className":5150},[239,240],[21,5152,5154,5168],{"className":5153},[244],[21,5155,5157],{"className":5156,"style":1960},[248],[21,5158,5159,5162],{"style":2033},[21,5160],{"className":5161,"style":363},[256],[21,5163,5165],{"className":5164},[261,262,263,264],[21,5166,638],{"className":5167},[42,43,264],[21,5169,302],{"className":5170},[301],[21,5172,5174],{"className":5173},[244],[21,5175,5177],{"className":5176,"style":566},[248],[21,5178],{},[21,5180],{"className":5181,"style":72},[49],[21,5183,642],{"className":5184},[76],[21,5186],{"className":5187,"style":72},[49],[21,5189,5191,5194,5243],{"className":5190},[33],[21,5192],{"className":5193,"style":1867},[37],[21,5195,5197,5200],{"className":5196},[42],[21,5198,1798],{"className":5199,"style":91},[42,43],[21,5201,5203],{"className":5202},[346],[21,5204,5206,5235],{"className":5205},[239,240],[21,5207,5209,5232],{"className":5208},[244],[21,5210,5212],{"className":5211,"style":1886},[248],[21,5213,5214,5217],{"style":1889},[21,5215],{"className":5216,"style":363},[256],[21,5218,5220],{"className":5219},[261,262,263,264],[21,5221,5223,5226,5229],{"className":5222},[42,264],[21,5224,638],{"className":5225},[42,43,264],[21,5227,642],{"className":5228},[76,264],[21,5230,170],{"className":5231},[42,264],[21,5233,302],{"className":5234},[301],[21,5236,5238],{"className":5237},[244],[21,5239,5241],{"className":5240,"style":1917},[248],[21,5242],{},[21,5244,1085],{"className":5245},[42],[11,5247,5248,5249,1085],{},"The only change from classical momentum is the argument of ",[21,5250,5252],{"className":5251},[24],[21,5253,5255],{"className":5254,"ariaHidden":29},[28],[21,5256,5258,5261,5264],{"className":5257},[33],[21,5259],{"className":5260,"style":473},[37],[21,5262,100],{"className":5263},[42],[21,5265,104],{"className":5266},[42,43],[11,5268,5269,5270,5298,5299,1085,5354],{},"The lookahead gives a stiffer, self-correcting response: if the velocity is about\nto overshoot, the gradient at the projected point already points back, so NAG\nbrakes a step earlier than classical momentum. On smooth convex problems this\nsharpens the worst-case rate from ",[21,5271,5273],{"className":5272},[24],[21,5274,5276],{"className":5275,"ariaHidden":29},[28],[21,5277,5279,5282,5286,5289,5292,5295],{"className":5278},[33],[21,5280],{"className":5281,"style":191},[37],[21,5283,5285],{"className":5284,"style":44},[42,43],"O",[21,5287,199],{"className":5288},[198],[21,5290,3249],{"className":5291},[42],[21,5293,638],{"className":5294},[42,43],[21,5296,207],{"className":5297},[206]," to ",[21,5300,5302],{"className":5301},[24],[21,5303,5305],{"className":5304,"ariaHidden":29},[28],[21,5306,5308,5312,5315,5318,5321,5351],{"className":5307},[33],[21,5309],{"className":5310,"style":5311},[37],"height:1.0641em;vertical-align:-0.25em;",[21,5313,5285],{"className":5314,"style":44},[42,43],[21,5316,199],{"className":5317},[198],[21,5319,3249],{"className":5320},[42],[21,5322,5324,5327],{"className":5323},[42],[21,5325,638],{"className":5326},[42,43],[21,5328,5330],{"className":5329},[346],[21,5331,5333],{"className":5332},[239],[21,5334,5336],{"className":5335},[244],[21,5337,5340],{"className":5338,"style":5339},[248],"height:0.8141em;",[21,5341,5342,5345],{"style":359},[21,5343],{"className":5344,"style":363},[256],[21,5346,5348],{"className":5347},[261,262,263,264],[21,5349,271],{"className":5350},[42,264],[21,5352,207],{"className":5353},[206],[162,5355,5356],{},[15,5357,3937],{"href":5358,"ariaDescribedBy":5359,"dataFootnoteRef":6,"id":5360},"#user-content-fn-gf-nesterov",[168],"user-content-fnref-gf-nesterov",[1762,5362],{"hash":5363},"596e73158a21307ea77d24cf9c34b240698ca7c7fd68cf419f65a4ff05a6cbb3",[172,5365,5367],{"id":5366},"adaptive-learning-rates","Adaptive learning rates",[11,5369,5370,5371,5386,5387,5390,5391,5394,5395,5410,5411,5463],{},"Momentum still uses one global ",[21,5372,5374],{"className":5373},[24],[21,5375,5377],{"className":5376,"ariaHidden":29},[28],[21,5378,5380,5383],{"className":5379},[33],[21,5381],{"className":5382,"style":118},[37],[21,5384,92],{"className":5385,"style":91},[42,43],". The second pathology is that different\n",[129,5388,5389],{},"parameters"," need different rates: a weight that consistently sees large\ngradients should take small steps, a weight that rarely receives gradient should\ntake large ones. ",[124,5392,5393],{},"Adaptive methods"," give each coordinate ",[21,5396,5398],{"className":5397},[24],[21,5399,5401],{"className":5400,"ariaHidden":29},[28],[21,5402,5404,5407],{"className":5403},[33],[21,5405],{"className":5406,"style":506},[37],[21,5408,510],{"className":5409},[42,43]," its own effective rate,\nscaled by the history of ",[21,5412,5414],{"className":5413},[24],[21,5415,5417],{"className":5416,"ariaHidden":29},[28],[21,5418,5420,5423],{"className":5419},[33],[21,5421],{"className":5422,"style":118},[37],[21,5424,5426,5429],{"className":5425},[42],[21,5427,2631],{"className":5428,"style":91},[42,43],[21,5430,5432],{"className":5431},[346],[21,5433,5435,5455],{"className":5434},[239,240],[21,5436,5438,5452],{"className":5437},[244],[21,5439,5441],{"className":5440,"style":544},[248],[21,5442,5443,5446],{"style":1889},[21,5444],{"className":5445,"style":363},[256],[21,5447,5449],{"className":5448},[261,262,263,264],[21,5450,510],{"className":5451},[42,43,264],[21,5453,302],{"className":5454},[301],[21,5456,5458],{"className":5457},[244],[21,5459,5461],{"className":5460,"style":566},[248],[21,5462],{},". The arithmetic is per-coordinate; the figure\nbelow shows the geometric effect: rescaling a stretched ellipse back toward a\ncircle so a single step heads straight at the minimum.",[1762,5465],{"hash":5466},"0528ec2010f4ddf122c7004f4f5e90826cccdf09f82c441734530c21f50b5b11",[2609,5468,5470],{"id":5469},"adagrad","AdaGrad",[11,5472,5473,5474,5477,5478,5494,5495,5511],{},"AdaGrad accumulates the ",[129,5475,5476],{},"sum"," of squared gradients per coordinate and divides the\nstep by its square root. Let ",[21,5479,5481],{"className":5480},[24],[21,5482,5484],{"className":5483,"ariaHidden":29},[28],[21,5485,5487,5490],{"className":5486},[33],[21,5488],{"className":5489,"style":1585},[37],[21,5491,5493],{"className":5492,"style":44},[42,43],"r"," be the running accumulator (a vector, one entry\nper parameter), ",[21,5496,5498],{"className":5497},[24],[21,5499,5501],{"className":5500,"ariaHidden":29},[28],[21,5502,5504,5507],{"className":5503},[33],[21,5505],{"className":5506,"style":2599},[37],[21,5508,5510],{"className":5509},[42],"⊙"," elementwise product, division elementwise:",[21,5513,5515],{"className":5514},[589],[21,5516,5518],{"className":5517},[24],[21,5519,5521,5576,5641,5696,5810,5865,6048],{"className":5520,"ariaHidden":29},[28],[21,5522,5524,5527,5567,5570,5573],{"className":5523},[33],[21,5525],{"className":5526,"style":2649},[37],[21,5528,5530,5533],{"className":5529},[42],[21,5531,5493],{"className":5532,"style":44},[42,43],[21,5534,5536],{"className":5535},[346],[21,5537,5539,5559],{"className":5538},[239,240],[21,5540,5542,5556],{"className":5541},[244],[21,5543,5545],{"className":5544,"style":1960},[248],[21,5546,5547,5550],{"style":2033},[21,5548],{"className":5549,"style":363},[256],[21,5551,5553],{"className":5552},[261,262,263,264],[21,5554,638],{"className":5555},[42,43,264],[21,5557,302],{"className":5558},[301],[21,5560,5562],{"className":5561},[244],[21,5563,5565],{"className":5564,"style":566},[248],[21,5566],{},[21,5568],{"className":5569,"style":50},[49],[21,5571,685],{"className":5572},[54],[21,5574],{"className":5575,"style":50},[49],[21,5577,5579,5583,5632,5635,5638],{"className":5578},[33],[21,5580],{"className":5581,"style":5582},[37],"height:0.7917em;vertical-align:-0.2083em;",[21,5584,5586,5589],{"className":5585},[42],[21,5587,5493],{"className":5588,"style":44},[42,43],[21,5590,5592],{"className":5591},[346],[21,5593,5595,5624],{"className":5594},[239,240],[21,5596,5598,5621],{"className":5597},[244],[21,5599,5601],{"className":5600,"style":1886},[248],[21,5602,5603,5606],{"style":2033},[21,5604],{"className":5605,"style":363},[256],[21,5607,5609],{"className":5608},[261,262,263,264],[21,5610,5612,5615,5618],{"className":5611},[42,264],[21,5613,638],{"className":5614},[42,43,264],[21,5616,77],{"className":5617},[76,264],[21,5619,170],{"className":5620},[42,264],[21,5622,302],{"className":5623},[301],[21,5625,5627],{"className":5626},[244],[21,5628,5630],{"className":5629,"style":1917},[248],[21,5631],{},[21,5633],{"className":5634,"style":72},[49],[21,5636,642],{"className":5637},[76],[21,5639],{"className":5640,"style":72},[49],[21,5642,5644,5647,5687,5690,5693],{"className":5643},[33],[21,5645],{"className":5646,"style":1935},[37],[21,5648,5650,5653],{"className":5649},[42],[21,5651,2631],{"className":5652,"style":91},[42,43],[21,5654,5656],{"className":5655},[346],[21,5657,5659,5679],{"className":5658},[239,240],[21,5660,5662,5676],{"className":5661},[244],[21,5663,5665],{"className":5664,"style":1960},[248],[21,5666,5667,5670],{"style":1889},[21,5668],{"className":5669,"style":363},[256],[21,5671,5673],{"className":5672},[261,262,263,264],[21,5674,638],{"className":5675},[42,43,264],[21,5677,302],{"className":5678},[301],[21,5680,5682],{"className":5681},[244],[21,5683,5685],{"className":5684,"style":566},[248],[21,5686],{},[21,5688],{"className":5689,"style":72},[49],[21,5691,5510],{"className":5692},[76],[21,5694],{"className":5695,"style":72},[49],[21,5697,5699,5703,5743,5746,5749,5752,5801,5804,5807],{"className":5698},[33],[21,5700],{"className":5701,"style":5702},[37],"height:0.9028em;vertical-align:-0.2083em;",[21,5704,5706,5709],{"className":5705},[42],[21,5707,2631],{"className":5708,"style":91},[42,43],[21,5710,5712],{"className":5711},[346],[21,5713,5715,5735],{"className":5714},[239,240],[21,5716,5718,5732],{"className":5717},[244],[21,5719,5721],{"className":5720,"style":1960},[248],[21,5722,5723,5726],{"style":1889},[21,5724],{"className":5725,"style":363},[256],[21,5727,5729],{"className":5728},[261,262,263,264],[21,5730,638],{"className":5731},[42,43,264],[21,5733,302],{"className":5734},[301],[21,5736,5738],{"className":5737},[244],[21,5739,5741],{"className":5740,"style":566},[248],[21,5742],{},[21,5744,835],{"className":5745},[834],[21,5747],{"className":5748,"style":839},[49],[21,5750],{"className":5751,"style":96},[49],[21,5753,5755,5758],{"className":5754},[42],[21,5756,45],{"className":5757,"style":44},[42,43],[21,5759,5761],{"className":5760},[346],[21,5762,5764,5793],{"className":5763},[239,240],[21,5765,5767,5790],{"className":5766},[244],[21,5768,5770],{"className":5769,"style":1886},[248],[21,5771,5772,5775],{"style":2033},[21,5773],{"className":5774,"style":363},[256],[21,5776,5778],{"className":5777},[261,262,263,264],[21,5779,5781,5784,5787],{"className":5780},[42,264],[21,5782,638],{"className":5783},[42,43,264],[21,5785,642],{"className":5786},[76,264],[21,5788,170],{"className":5789},[42,264],[21,5791,302],{"className":5792},[301],[21,5794,5796],{"className":5795},[244],[21,5797,5799],{"className":5798,"style":1917},[248],[21,5800],{},[21,5802],{"className":5803,"style":50},[49],[21,5805,685],{"className":5806},[54],[21,5808],{"className":5809,"style":50},[49],[21,5811,5813,5816,5856,5859,5862],{"className":5812},[33],[21,5814],{"className":5815,"style":524},[37],[21,5817,5819,5822],{"className":5818},[42],[21,5820,45],{"className":5821,"style":44},[42,43],[21,5823,5825],{"className":5824},[346],[21,5826,5828,5848],{"className":5827},[239,240],[21,5829,5831,5845],{"className":5830},[244],[21,5832,5834],{"className":5833,"style":1960},[248],[21,5835,5836,5839],{"style":2033},[21,5837],{"className":5838,"style":363},[256],[21,5840,5842],{"className":5841},[261,262,263,264],[21,5843,638],{"className":5844},[42,43,264],[21,5846,302],{"className":5847},[301],[21,5849,5851],{"className":5850},[244],[21,5852,5854],{"className":5853,"style":566},[248],[21,5855],{},[21,5857],{"className":5858,"style":72},[49],[21,5860,77],{"className":5861},[76],[21,5863],{"className":5864,"style":72},[49],[21,5866,5868,5872,6039,6042,6045],{"className":5867},[33],[21,5869],{"className":5870,"style":5871},[37],"height:2.1083em;vertical-align:-1.0007em;",[21,5873,5875,5878,6036],{"className":5874},[42],[21,5876],{"className":5877},[198,231],[21,5879,5881],{"className":5880},[235],[21,5882,5884,6027],{"className":5883},[239,240],[21,5885,5887,6024],{"className":5886},[244],[21,5888,5890,6005,6013],{"className":5889,"style":3055},[248],[21,5891,5892,5895],{"style":3058},[21,5893],{"className":5894,"style":257},[256],[21,5896,5898,5992,5995,5998,6001],{"className":5897},[42],[21,5899,5902],{"className":5900},[42,5901],"sqrt",[21,5903,5905,5983],{"className":5904},[239,240],[21,5906,5908,5980],{"className":5907},[244],[21,5909,5912,5962],{"className":5910,"style":5911},[248],"height:0.7253em;",[21,5913,5915,5918],{"className":5914,"style":4616},[2987],[21,5916],{"className":5917,"style":257},[256],[21,5919,5922],{"className":5920,"style":5921},[42],"padding-left:0.833em;",[21,5923,5925,5928],{"className":5924},[42],[21,5926,5493],{"className":5927,"style":44},[42,43],[21,5929,5931],{"className":5930},[346],[21,5932,5934,5954],{"className":5933},[239,240],[21,5935,5937,5951],{"className":5936},[244],[21,5938,5940],{"className":5939,"style":1960},[248],[21,5941,5942,5945],{"style":2033},[21,5943],{"className":5944,"style":363},[256],[21,5946,5948],{"className":5947},[261,262,263,264],[21,5949,638],{"className":5950},[42,43,264],[21,5952,302],{"className":5953},[301],[21,5955,5957],{"className":5956},[244],[21,5958,5960],{"className":5959,"style":566},[248],[21,5961],{},[21,5963,5965,5968],{"style":5964},"top:-2.6853em;",[21,5966],{"className":5967,"style":257},[256],[21,5969,5972],{"className":5970,"style":5971},[2995],"min-width:0.853em;height:1.08em;",[2998,5973,5977],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},"1.08em","0 0 400000 1080","xMinYMin slice",[3006,5978],{"d":5979},"M95,702\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl0 -0\nc5.3,-9.3,12,-14,20,-14\nH400000v40H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM834 80h400000v40h-400000z",[21,5981,302],{"className":5982},[301],[21,5984,5986],{"className":5985},[244],[21,5987,5990],{"className":5988,"style":5989},[248],"height:0.3147em;",[21,5991],{},[21,5993],{"className":5994,"style":72},[49],[21,5996,642],{"className":5997},[76],[21,5999],{"className":6000,"style":72},[49],[21,6002,6004],{"className":6003},[42,43],"ϵ",[21,6006,6007,6010],{"style":274},[21,6008],{"className":6009,"style":257},[256],[21,6011],{"className":6012,"style":282},[281],[21,6014,6015,6018],{"style":3090},[21,6016],{"className":6017,"style":257},[256],[21,6019,6021],{"className":6020},[42],[21,6022,92],{"className":6023,"style":91},[42,43],[21,6025,302],{"className":6026},[301],[21,6028,6030],{"className":6029},[244],[21,6031,6034],{"className":6032,"style":6033},[248],"height:1.0007em;",[21,6035],{},[21,6037],{"className":6038},[206,231],[21,6040],{"className":6041,"style":72},[49],[21,6043,5510],{"className":6044},[76],[21,6046],{"className":6047,"style":72},[49],[21,6049,6051,6054,6094],{"className":6050},[33],[21,6052],{"className":6053,"style":118},[37],[21,6055,6057,6060],{"className":6056},[42],[21,6058,2631],{"className":6059,"style":91},[42,43],[21,6061,6063],{"className":6062},[346],[21,6064,6066,6086],{"className":6065},[239,240],[21,6067,6069,6083],{"className":6068},[244],[21,6070,6072],{"className":6071,"style":1960},[248],[21,6073,6074,6077],{"style":1889},[21,6075],{"className":6076,"style":363},[256],[21,6078,6080],{"className":6079},[261,262,263,264],[21,6081,638],{"className":6082},[42,43,264],[21,6084,302],{"className":6085},[301],[21,6087,6089],{"className":6088},[244],[21,6090,6092],{"className":6091,"style":566},[248],[21,6093],{},[21,6095,1085],{"className":6096},[42],[11,6098,6099,6100,6152,6153,6223,6224],{},"A coordinate with a long history of large gradients gets a large ",[21,6101,6103],{"className":6102},[24],[21,6104,6106],{"className":6105,"ariaHidden":29},[28],[21,6107,6109,6112],{"className":6108},[33],[21,6110],{"className":6111,"style":2649},[37],[21,6113,6115,6118],{"className":6114},[42],[21,6116,5493],{"className":6117,"style":44},[42,43],[21,6119,6121],{"className":6120},[346],[21,6122,6124,6144],{"className":6123},[239,240],[21,6125,6127,6141],{"className":6126},[244],[21,6128,6130],{"className":6129,"style":544},[248],[21,6131,6132,6135],{"style":2033},[21,6133],{"className":6134,"style":363},[256],[21,6136,6138],{"className":6137},[261,262,263,264],[21,6139,510],{"className":6140},[42,43,264],[21,6142,302],{"className":6143},[301],[21,6145,6147],{"className":6146},[244],[21,6148,6150],{"className":6149,"style":566},[248],[21,6151],{}," and so a\nsmall effective rate; a rarely-updated coordinate keeps a large rate. The ",[21,6154,6156],{"className":6155},[24],[21,6157,6159,6178],{"className":6158,"ariaHidden":29},[28],[21,6160,6162,6166,6169,6172,6175],{"className":6161},[33],[21,6163],{"className":6164,"style":6165},[37],"height:0.4831em;",[21,6167,6004],{"className":6168},[42,43],[21,6170],{"className":6171,"style":50},[49],[21,6173,214],{"className":6174},[54],[21,6176],{"className":6177,"style":50},[49],[21,6179,6181,6184,6187],{"className":6180},[33],[21,6182],{"className":6183,"style":5339},[37],[21,6185,170],{"className":6186},[42],[21,6188,6190,6193],{"className":6189},[42],[21,6191,1049],{"className":6192},[42],[21,6194,6196],{"className":6195},[346],[21,6197,6199],{"className":6198},[239],[21,6200,6202],{"className":6201},[244],[21,6203,6205],{"className":6204,"style":5339},[248],[21,6206,6207,6210],{"style":359},[21,6208],{"className":6209,"style":363},[256],[21,6211,6213],{"className":6212},[261,262,263,264],[21,6214,6216,6219],{"className":6215},[42,264],[21,6217,77],{"className":6218},[42,264],[21,6220,6222],{"className":6221},[42,264],"8"," only guards the division.",[162,6225,6226],{},[15,6227,6231],{"href":6228,"ariaDescribedBy":6229,"dataFootnoteRef":6,"id":6230},"#user-content-fn-gf-adagrad",[168],"user-content-fnref-gf-adagrad","4",[1564,6233,6234],{"type":1566},[11,6235,6236,6239,6240,6367,6368,6553,6554,1085],{},[124,6237,6238],{},"Definition (AdaGrad)."," Per-parameter learning rate ",[21,6241,6243],{"className":6242},[24],[21,6244,6246,6355],{"className":6245,"ariaHidden":29},[28],[21,6247,6249,6253,6256,6259,6262,6346,6349,6352],{"className":6248},[33],[21,6250],{"className":6251,"style":6252},[37],"height:1.0647em;vertical-align:-0.3147em;",[21,6254,92],{"className":6255,"style":91},[42,43],[21,6257,1654],{"className":6258},[42],[21,6260,199],{"className":6261},[198],[21,6263,6265],{"className":6264},[42,5901],[21,6266,6268,6338],{"className":6267},[239,240],[21,6269,6271,6335],{"className":6270},[244],[21,6272,6274,6323],{"className":6273,"style":5911},[248],[21,6275,6277,6280],{"className":6276,"style":4616},[2987],[21,6278],{"className":6279,"style":257},[256],[21,6281,6283],{"className":6282,"style":5921},[42],[21,6284,6286,6289],{"className":6285},[42],[21,6287,5493],{"className":6288,"style":44},[42,43],[21,6290,6292],{"className":6291},[346],[21,6293,6295,6315],{"className":6294},[239,240],[21,6296,6298,6312],{"className":6297},[244],[21,6299,6301],{"className":6300,"style":544},[248],[21,6302,6303,6306],{"style":2033},[21,6304],{"className":6305,"style":363},[256],[21,6307,6309],{"className":6308},[261,262,263,264],[21,6310,510],{"className":6311},[42,43,264],[21,6313,302],{"className":6314},[301],[21,6316,6318],{"className":6317},[244],[21,6319,6321],{"className":6320,"style":566},[248],[21,6322],{},[21,6324,6325,6328],{"style":5964},[21,6326],{"className":6327,"style":257},[256],[21,6329,6331],{"className":6330,"style":5971},[2995],[2998,6332,6333],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,6334],{"d":5979},[21,6336,302],{"className":6337},[301],[21,6339,6341],{"className":6340},[244],[21,6342,6344],{"className":6343,"style":5989},[248],[21,6345],{},[21,6347],{"className":6348,"style":72},[49],[21,6350,642],{"className":6351},[76],[21,6353],{"className":6354,"style":72},[49],[21,6356,6358,6361,6364],{"className":6357},[33],[21,6359],{"className":6360,"style":191},[37],[21,6362,6004],{"className":6363},[42,43],[21,6365,207],{"className":6366},[206]," where ",[21,6369,6371],{"className":6370},[24],[21,6372,6374,6429],{"className":6373,"ariaHidden":29},[28],[21,6375,6377,6380,6420,6423,6426],{"className":6376},[33],[21,6378],{"className":6379,"style":2649},[37],[21,6381,6383,6386],{"className":6382},[42],[21,6384,5493],{"className":6385,"style":44},[42,43],[21,6387,6389],{"className":6388},[346],[21,6390,6392,6412],{"className":6391},[239,240],[21,6393,6395,6409],{"className":6394},[244],[21,6396,6398],{"className":6397,"style":544},[248],[21,6399,6400,6403],{"style":2033},[21,6401],{"className":6402,"style":363},[256],[21,6404,6406],{"className":6405},[261,262,263,264],[21,6407,510],{"className":6408},[42,43,264],[21,6410,302],{"className":6411},[301],[21,6413,6415],{"className":6414},[244],[21,6416,6418],{"className":6417,"style":566},[248],[21,6419],{},[21,6421],{"className":6422,"style":50},[49],[21,6424,685],{"className":6425},[54],[21,6427],{"className":6428,"style":50},[49],[21,6430,6432,6436,6488,6491],{"className":6431},[33],[21,6433],{"className":6434,"style":6435},[37],"height:1.209em;vertical-align:-0.3949em;",[21,6437,6439,6442],{"className":6438},[1240],[21,6440,3149],{"className":6441,"style":3148},[1240,3146,3147],[21,6443,6445],{"className":6444},[346],[21,6446,6448,6480],{"className":6447},[239,240],[21,6449,6451,6477],{"className":6450},[244],[21,6452,6455],{"className":6453,"style":6454},[248],"height:0.1455em;",[21,6456,6457,6460],{"style":3165},[21,6458],{"className":6459,"style":363},[256],[21,6461,6463],{"className":6462},[261,262,263,264],[21,6464,6466,6470,6474],{"className":6465},[42,264],[21,6467,6469],{"className":6468},[42,43,264],"s",[21,6471,6473],{"className":6472},[54,264],"≤",[21,6475,638],{"className":6476},[42,43,264],[21,6478,302],{"className":6479},[301],[21,6481,6483],{"className":6482},[244],[21,6484,6486],{"className":6485,"style":3196},[248],[21,6487],{},[21,6489],{"className":6490,"style":96},[49],[21,6492,6494,6497],{"className":6493},[42],[21,6495,2631],{"className":6496,"style":91},[42,43],[21,6498,6500],{"className":6499},[346],[21,6501,6503,6544],{"className":6502},[239,240],[21,6504,6506,6541],{"className":6505},[244],[21,6507,6509,6530],{"className":6508,"style":5339},[248],[21,6510,6512,6515],{"style":6511},"top:-2.4413em;margin-left:-0.0359em;margin-right:0.05em;",[21,6513],{"className":6514,"style":363},[256],[21,6516,6518],{"className":6517},[261,262,263,264],[21,6519,6521,6524,6527],{"className":6520},[42,264],[21,6522,510],{"className":6523},[42,43,264],[21,6525,835],{"className":6526},[834,264],[21,6528,6469],{"className":6529},[42,43,264],[21,6531,6532,6535],{"style":359},[21,6533],{"className":6534,"style":363},[256],[21,6536,6538],{"className":6537},[261,262,263,264],[21,6539,271],{"className":6540},[42,264],[21,6542,302],{"className":6543},[301],[21,6545,6547],{"className":6546},[244],[21,6548,6551],{"className":6549,"style":6550},[248],"height:0.3948em;",[21,6552],{}," is the running sum of squared\ngradients. Each coordinate's effective rate decays as ",[21,6555,6557],{"className":6556},[24],[21,6558,6560],{"className":6559,"ariaHidden":29},[28],[21,6561,6563,6567,6570],{"className":6562},[33],[21,6564],{"className":6565,"style":6566},[37],"height:1.085em;vertical-align:-0.25em;",[21,6568,3249],{"className":6569},[42],[21,6571,6573],{"className":6572},[42,5901],[21,6574,6576,6615],{"className":6575},[239,240],[21,6577,6579,6612],{"className":6578},[244],[21,6580,6583,6599],{"className":6581,"style":6582},[248],"height:0.835em;",[21,6584,6586,6589],{"className":6585,"style":4616},[2987],[21,6587],{"className":6588,"style":257},[256],[21,6590,6592],{"className":6591,"style":5921},[42],[21,6593,6595],{"className":6594},[42,3326],[21,6596,6598],{"className":6597},[42],"cumulative gradient energy",[21,6600,6602,6605],{"style":6601},"top:-2.795em;",[21,6603],{"className":6604,"style":257},[256],[21,6606,6608],{"className":6607,"style":5971},[2995],[2998,6609,6610],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,6611],{"d":5979},[21,6613,302],{"className":6614},[301],[21,6616,6618],{"className":6617},[244],[21,6619,6622],{"className":6620,"style":6621},[248],"height:0.205em;",[21,6623],{},[11,6625,6626,6627,6642,6643,6745],{},"The flaw is structural: ",[21,6628,6630],{"className":6629},[24],[21,6631,6633],{"className":6632,"ariaHidden":29},[28],[21,6634,6636,6639],{"className":6635},[33],[21,6637],{"className":6638,"style":1585},[37],[21,6640,5493],{"className":6641,"style":44},[42,43]," only ever grows, so the effective rate\n",[21,6644,6646],{"className":6645},[24],[21,6647,6649],{"className":6648,"ariaHidden":29},[28],[21,6650,6652,6655,6658,6661],{"className":6651},[33],[21,6653],{"className":6654,"style":6252},[37],[21,6656,92],{"className":6657,"style":91},[42,43],[21,6659,1654],{"className":6660},[42],[21,6662,6664],{"className":6663},[42,5901],[21,6665,6667,6737],{"className":6666},[239,240],[21,6668,6670,6734],{"className":6669},[244],[21,6671,6673,6722],{"className":6672,"style":5911},[248],[21,6674,6676,6679],{"className":6675,"style":4616},[2987],[21,6677],{"className":6678,"style":257},[256],[21,6680,6682],{"className":6681,"style":5921},[42],[21,6683,6685,6688],{"className":6684},[42],[21,6686,5493],{"className":6687,"style":44},[42,43],[21,6689,6691],{"className":6690},[346],[21,6692,6694,6714],{"className":6693},[239,240],[21,6695,6697,6711],{"className":6696},[244],[21,6698,6700],{"className":6699,"style":544},[248],[21,6701,6702,6705],{"style":2033},[21,6703],{"className":6704,"style":363},[256],[21,6706,6708],{"className":6707},[261,262,263,264],[21,6709,510],{"className":6710},[42,43,264],[21,6712,302],{"className":6713},[301],[21,6715,6717],{"className":6716},[244],[21,6718,6720],{"className":6719,"style":566},[248],[21,6721],{},[21,6723,6724,6727],{"style":5964},[21,6725],{"className":6726,"style":257},[256],[21,6728,6730],{"className":6729,"style":5971},[2995],[2998,6731,6732],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,6733],{"d":5979},[21,6735,302],{"className":6736},[301],[21,6738,6740],{"className":6739},[244],[21,6741,6743],{"className":6742,"style":5989},[248],[21,6744],{}," decays monotonically to zero. On a long training run AdaGrad's\nsteps shrink toward zero before reaching the minimum.",[1564,6747,6748],{"type":3436},[11,6749,6750,6753,6754,6926,6927,7029,7030,7207],{},[124,6751,6752],{},"Lemma (AdaGrad's vanishing rate)."," Because ",[21,6755,6757],{"className":6756},[24],[21,6758,6760,6815],{"className":6759,"ariaHidden":29},[28],[21,6761,6763,6766,6806,6809,6812],{"className":6762},[33],[21,6764],{"className":6765,"style":2649},[37],[21,6767,6769,6772],{"className":6768},[42],[21,6770,5493],{"className":6771,"style":44},[42,43],[21,6773,6775],{"className":6774},[346],[21,6776,6778,6798],{"className":6777},[239,240],[21,6779,6781,6795],{"className":6780},[244],[21,6782,6784],{"className":6783,"style":1960},[248],[21,6785,6786,6789],{"style":2033},[21,6787],{"className":6788,"style":363},[256],[21,6790,6792],{"className":6791},[261,262,263,264],[21,6793,638],{"className":6794},[42,43,264],[21,6796,302],{"className":6797},[301],[21,6799,6801],{"className":6800},[244],[21,6802,6804],{"className":6803,"style":566},[248],[21,6805],{},[21,6807],{"className":6808,"style":50},[49],[21,6810,685],{"className":6811},[54],[21,6813],{"className":6814,"style":50},[49],[21,6816,6818,6821,6870,6873],{"className":6817},[33],[21,6819],{"className":6820,"style":6435},[37],[21,6822,6824,6827],{"className":6823},[1240],[21,6825,3149],{"className":6826,"style":3148},[1240,3146,3147],[21,6828,6830],{"className":6829},[346],[21,6831,6833,6862],{"className":6832},[239,240],[21,6834,6836,6859],{"className":6835},[244],[21,6837,6839],{"className":6838,"style":6454},[248],[21,6840,6841,6844],{"style":3165},[21,6842],{"className":6843,"style":363},[256],[21,6845,6847],{"className":6846},[261,262,263,264],[21,6848,6850,6853,6856],{"className":6849},[42,264],[21,6851,6469],{"className":6852},[42,43,264],[21,6854,6473],{"className":6855},[54,264],[21,6857,638],{"className":6858},[42,43,264],[21,6860,302],{"className":6861},[301],[21,6863,6865],{"className":6864},[244],[21,6866,6868],{"className":6867,"style":3196},[248],[21,6869],{},[21,6871],{"className":6872,"style":96},[49],[21,6874,6876,6879],{"className":6875},[42],[21,6877,2631],{"className":6878,"style":91},[42,43],[21,6880,6882],{"className":6881},[346],[21,6883,6885,6917],{"className":6884},[239,240],[21,6886,6888,6914],{"className":6887},[244],[21,6889,6891,6903],{"className":6890,"style":5339},[248],[21,6892,6894,6897],{"style":6893},"top:-2.453em;margin-left:-0.0359em;margin-right:0.05em;",[21,6895],{"className":6896,"style":363},[256],[21,6898,6900],{"className":6899},[261,262,263,264],[21,6901,6469],{"className":6902},[42,43,264],[21,6904,6905,6908],{"style":359},[21,6906],{"className":6907,"style":363},[256],[21,6909,6911],{"className":6910},[261,262,263,264],[21,6912,271],{"className":6913},[42,264],[21,6915,302],{"className":6916},[301],[21,6918,6920],{"className":6919},[244],[21,6921,6924],{"className":6922,"style":6923},[248],"height:0.247em;",[21,6925],{}," is\nnon-decreasing and unbounded under persistent gradients, the effective learning\nrate ",[21,6928,6930],{"className":6929},[24],[21,6931,6933],{"className":6932,"ariaHidden":29},[28],[21,6934,6936,6939,6942,6945],{"className":6935},[33],[21,6937],{"className":6938,"style":6252},[37],[21,6940,92],{"className":6941,"style":91},[42,43],[21,6943,1654],{"className":6944},[42],[21,6946,6948],{"className":6947},[42,5901],[21,6949,6951,7021],{"className":6950},[239,240],[21,6952,6954,7018],{"className":6953},[244],[21,6955,6957,7006],{"className":6956,"style":5911},[248],[21,6958,6960,6963],{"className":6959,"style":4616},[2987],[21,6961],{"className":6962,"style":257},[256],[21,6964,6966],{"className":6965,"style":5921},[42],[21,6967,6969,6972],{"className":6968},[42],[21,6970,5493],{"className":6971,"style":44},[42,43],[21,6973,6975],{"className":6974},[346],[21,6976,6978,6998],{"className":6977},[239,240],[21,6979,6981,6995],{"className":6980},[244],[21,6982,6984],{"className":6983,"style":1960},[248],[21,6985,6986,6989],{"style":2033},[21,6987],{"className":6988,"style":363},[256],[21,6990,6992],{"className":6991},[261,262,263,264],[21,6993,638],{"className":6994},[42,43,264],[21,6996,302],{"className":6997},[301],[21,6999,7001],{"className":7000},[244],[21,7002,7004],{"className":7003,"style":566},[248],[21,7005],{},[21,7007,7008,7011],{"style":5964},[21,7009],{"className":7010,"style":257},[256],[21,7012,7014],{"className":7013,"style":5971},[2995],[2998,7015,7016],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,7017],{"d":5979},[21,7019,302],{"className":7020},[301],[21,7022,7024],{"className":7023},[244],[21,7025,7027],{"className":7026,"style":5989},[248],[21,7028],{}," is monotonically decreasing with ",[21,7031,7033],{"className":7032},[24],[21,7034,7036,7198],{"className":7035,"ariaHidden":29},[28],[21,7037,7039,7042,7096,7099,7102,7105,7189,7192,7195],{"className":7038},[33],[21,7040],{"className":7041,"style":6252},[37],[21,7043,7045,7052],{"className":7044},[1240],[21,7046,7048],{"className":7047},[1240],[21,7049,7051],{"className":7050},[42,1244],"lim",[21,7053,7055],{"className":7054},[346],[21,7056,7058,7088],{"className":7057},[239,240],[21,7059,7061,7085],{"className":7060},[244],[21,7062,7064],{"className":7063,"style":1960},[248],[21,7065,7067,7070],{"style":7066},"top:-2.55em;margin-right:0.05em;",[21,7068],{"className":7069,"style":363},[256],[21,7071,7073],{"className":7072},[261,262,263,264],[21,7074,7076,7079,7082],{"className":7075},[42,264],[21,7077,638],{"className":7078},[42,43,264],[21,7080,2979],{"className":7081},[54,264],[21,7083,2983],{"className":7084},[42,264],[21,7086,302],{"className":7087},[301],[21,7089,7091],{"className":7090},[244],[21,7092,7094],{"className":7093,"style":566},[248],[21,7095],{},[21,7097],{"className":7098,"style":96},[49],[21,7100,92],{"className":7101,"style":91},[42,43],[21,7103,1654],{"className":7104},[42],[21,7106,7108],{"className":7107},[42,5901],[21,7109,7111,7181],{"className":7110},[239,240],[21,7112,7114,7178],{"className":7113},[244],[21,7115,7117,7166],{"className":7116,"style":5911},[248],[21,7118,7120,7123],{"className":7119,"style":4616},[2987],[21,7121],{"className":7122,"style":257},[256],[21,7124,7126],{"className":7125,"style":5921},[42],[21,7127,7129,7132],{"className":7128},[42],[21,7130,5493],{"className":7131,"style":44},[42,43],[21,7133,7135],{"className":7134},[346],[21,7136,7138,7158],{"className":7137},[239,240],[21,7139,7141,7155],{"className":7140},[244],[21,7142,7144],{"className":7143,"style":1960},[248],[21,7145,7146,7149],{"style":2033},[21,7147],{"className":7148,"style":363},[256],[21,7150,7152],{"className":7151},[261,262,263,264],[21,7153,638],{"className":7154},[42,43,264],[21,7156,302],{"className":7157},[301],[21,7159,7161],{"className":7160},[244],[21,7162,7164],{"className":7163,"style":566},[248],[21,7165],{},[21,7167,7168,7171],{"style":5964},[21,7169],{"className":7170,"style":257},[256],[21,7172,7174],{"className":7173,"style":5971},[2995],[2998,7175,7176],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,7177],{"d":5979},[21,7179,302],{"className":7180},[301],[21,7182,7184],{"className":7183},[244],[21,7185,7187],{"className":7186,"style":5989},[248],[21,7188],{},[21,7190],{"className":7191,"style":50},[49],[21,7193,685],{"className":7194},[54],[21,7196],{"className":7197,"style":50},[49],[21,7199,7201,7204],{"className":7200},[33],[21,7202],{"className":7203,"style":1186},[37],[21,7205,1049],{"className":7206},[42],". Learning halts even when the loss has not converged.",[2609,7209,7211],{"id":7210},"rmsprop","RMSProp",[11,7213,7214,7215,7217,7218,7221,7222,7237,7238,7241],{},"RMSProp removes the flaw with one change: replace the cumulative ",[129,7216,5476],{}," by an\n",[124,7219,7220],{},"exponential moving average",", so old gradients decay out of the accumulator and\n",[21,7223,7225],{"className":7224},[24],[21,7226,7228],{"className":7227,"ariaHidden":29},[28],[21,7229,7231,7234],{"className":7230},[33],[21,7232],{"className":7233,"style":1585},[37],[21,7235,5493],{"className":7236,"style":44},[42,43]," tracks only the ",[129,7239,7240],{},"recent"," gradient magnitude.",[21,7243,7245],{"className":7244},[589],[21,7246,7248],{"className":7247},[24],[21,7249,7251,7306,7377,7398,7462,7575,7630,7800],{"className":7250,"ariaHidden":29},[28],[21,7252,7254,7257,7297,7300,7303],{"className":7253},[33],[21,7255],{"className":7256,"style":2649},[37],[21,7258,7260,7263],{"className":7259},[42],[21,7261,5493],{"className":7262,"style":44},[42,43],[21,7264,7266],{"className":7265},[346],[21,7267,7269,7289],{"className":7268},[239,240],[21,7270,7272,7286],{"className":7271},[244],[21,7273,7275],{"className":7274,"style":1960},[248],[21,7276,7277,7280],{"style":2033},[21,7278],{"className":7279,"style":363},[256],[21,7281,7283],{"className":7282},[261,262,263,264],[21,7284,638],{"className":7285},[42,43,264],[21,7287,302],{"className":7288},[301],[21,7290,7292],{"className":7291},[244],[21,7293,7295],{"className":7294,"style":566},[248],[21,7296],{},[21,7298],{"className":7299,"style":50},[49],[21,7301,685],{"className":7302},[54],[21,7304],{"className":7305,"style":50},[49],[21,7307,7309,7312,7316,7319,7368,7371,7374],{"className":7308},[33],[21,7310],{"className":7311,"style":5582},[37],[21,7313,7315],{"className":7314},[42,43],"ρ",[21,7317],{"className":7318,"style":96},[49],[21,7320,7322,7325],{"className":7321},[42],[21,7323,5493],{"className":7324,"style":44},[42,43],[21,7326,7328],{"className":7327},[346],[21,7329,7331,7360],{"className":7330},[239,240],[21,7332,7334,7357],{"className":7333},[244],[21,7335,7337],{"className":7336,"style":1886},[248],[21,7338,7339,7342],{"style":2033},[21,7340],{"className":7341,"style":363},[256],[21,7343,7345],{"className":7344},[261,262,263,264],[21,7346,7348,7351,7354],{"className":7347},[42,264],[21,7349,638],{"className":7350},[42,43,264],[21,7352,77],{"className":7353},[76,264],[21,7355,170],{"className":7356},[42,264],[21,7358,302],{"className":7359},[301],[21,7361,7363],{"className":7362},[244],[21,7364,7366],{"className":7365,"style":1917},[248],[21,7367],{},[21,7369],{"className":7370,"style":72},[49],[21,7372,642],{"className":7373},[76],[21,7375],{"className":7376,"style":72},[49],[21,7378,7380,7383,7386,7389,7392,7395],{"className":7379},[33],[21,7381],{"className":7382,"style":191},[37],[21,7384,199],{"className":7385},[198],[21,7387,170],{"className":7388},[42],[21,7390],{"className":7391,"style":72},[49],[21,7393,77],{"className":7394},[76],[21,7396],{"className":7397,"style":72},[49],[21,7399,7401,7404,7407,7410,7413,7453,7456,7459],{"className":7400},[33],[21,7402],{"className":7403,"style":191},[37],[21,7405,7315],{"className":7406},[42,43],[21,7408,207],{"className":7409},[206],[21,7411],{"className":7412,"style":96},[49],[21,7414,7416,7419],{"className":7415},[42],[21,7417,2631],{"className":7418,"style":91},[42,43],[21,7420,7422],{"className":7421},[346],[21,7423,7425,7445],{"className":7424},[239,240],[21,7426,7428,7442],{"className":7427},[244],[21,7429,7431],{"className":7430,"style":1960},[248],[21,7432,7433,7436],{"style":1889},[21,7434],{"className":7435,"style":363},[256],[21,7437,7439],{"className":7438},[261,262,263,264],[21,7440,638],{"className":7441},[42,43,264],[21,7443,302],{"className":7444},[301],[21,7446,7448],{"className":7447},[244],[21,7449,7451],{"className":7450,"style":566},[248],[21,7452],{},[21,7454],{"className":7455,"style":72},[49],[21,7457,5510],{"className":7458},[76],[21,7460],{"className":7461,"style":72},[49],[21,7463,7465,7468,7508,7511,7514,7517,7566,7569,7572],{"className":7464},[33],[21,7466],{"className":7467,"style":5702},[37],[21,7469,7471,7474],{"className":7470},[42],[21,7472,2631],{"className":7473,"style":91},[42,43],[21,7475,7477],{"className":7476},[346],[21,7478,7480,7500],{"className":7479},[239,240],[21,7481,7483,7497],{"className":7482},[244],[21,7484,7486],{"className":7485,"style":1960},[248],[21,7487,7488,7491],{"style":1889},[21,7489],{"className":7490,"style":363},[256],[21,7492,7494],{"className":7493},[261,262,263,264],[21,7495,638],{"className":7496},[42,43,264],[21,7498,302],{"className":7499},[301],[21,7501,7503],{"className":7502},[244],[21,7504,7506],{"className":7505,"style":566},[248],[21,7507],{},[21,7509,835],{"className":7510},[834],[21,7512],{"className":7513,"style":839},[49],[21,7515],{"className":7516,"style":96},[49],[21,7518,7520,7523],{"className":7519},[42],[21,7521,45],{"className":7522,"style":44},[42,43],[21,7524,7526],{"className":7525},[346],[21,7527,7529,7558],{"className":7528},[239,240],[21,7530,7532,7555],{"className":7531},[244],[21,7533,7535],{"className":7534,"style":1886},[248],[21,7536,7537,7540],{"style":2033},[21,7538],{"className":7539,"style":363},[256],[21,7541,7543],{"className":7542},[261,262,263,264],[21,7544,7546,7549,7552],{"className":7545},[42,264],[21,7547,638],{"className":7548},[42,43,264],[21,7550,642],{"className":7551},[76,264],[21,7553,170],{"className":7554},[42,264],[21,7556,302],{"className":7557},[301],[21,7559,7561],{"className":7560},[244],[21,7562,7564],{"className":7563,"style":1917},[248],[21,7565],{},[21,7567],{"className":7568,"style":50},[49],[21,7570,685],{"className":7571},[54],[21,7573],{"className":7574,"style":50},[49],[21,7576,7578,7581,7621,7624,7627],{"className":7577},[33],[21,7579],{"className":7580,"style":524},[37],[21,7582,7584,7587],{"className":7583},[42],[21,7585,45],{"className":7586,"style":44},[42,43],[21,7588,7590],{"className":7589},[346],[21,7591,7593,7613],{"className":7592},[239,240],[21,7594,7596,7610],{"className":7595},[244],[21,7597,7599],{"className":7598,"style":1960},[248],[21,7600,7601,7604],{"style":2033},[21,7602],{"className":7603,"style":363},[256],[21,7605,7607],{"className":7606},[261,262,263,264],[21,7608,638],{"className":7609},[42,43,264],[21,7611,302],{"className":7612},[301],[21,7614,7616],{"className":7615},[244],[21,7617,7619],{"className":7618,"style":566},[248],[21,7620],{},[21,7622],{"className":7623,"style":72},[49],[21,7625,77],{"className":7626},[76],[21,7628],{"className":7629,"style":72},[49],[21,7631,7633,7636,7791,7794,7797],{"className":7632},[33],[21,7634],{"className":7635,"style":5871},[37],[21,7637,7639,7642,7788],{"className":7638},[42],[21,7640],{"className":7641},[198,231],[21,7643,7645],{"className":7644},[235],[21,7646,7648,7780],{"className":7647},[239,240],[21,7649,7651,7777],{"className":7650},[244],[21,7652,7654,7758,7766],{"className":7653,"style":3055},[248],[21,7655,7656,7659],{"style":3058},[21,7657],{"className":7658,"style":257},[256],[21,7660,7662,7746,7749,7752,7755],{"className":7661},[42],[21,7663,7665],{"className":7664},[42,5901],[21,7666,7668,7738],{"className":7667},[239,240],[21,7669,7671,7735],{"className":7670},[244],[21,7672,7674,7723],{"className":7673,"style":5911},[248],[21,7675,7677,7680],{"className":7676,"style":4616},[2987],[21,7678],{"className":7679,"style":257},[256],[21,7681,7683],{"className":7682,"style":5921},[42],[21,7684,7686,7689],{"className":7685},[42],[21,7687,5493],{"className":7688,"style":44},[42,43],[21,7690,7692],{"className":7691},[346],[21,7693,7695,7715],{"className":7694},[239,240],[21,7696,7698,7712],{"className":7697},[244],[21,7699,7701],{"className":7700,"style":1960},[248],[21,7702,7703,7706],{"style":2033},[21,7704],{"className":7705,"style":363},[256],[21,7707,7709],{"className":7708},[261,262,263,264],[21,7710,638],{"className":7711},[42,43,264],[21,7713,302],{"className":7714},[301],[21,7716,7718],{"className":7717},[244],[21,7719,7721],{"className":7720,"style":566},[248],[21,7722],{},[21,7724,7725,7728],{"style":5964},[21,7726],{"className":7727,"style":257},[256],[21,7729,7731],{"className":7730,"style":5971},[2995],[2998,7732,7733],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,7734],{"d":5979},[21,7736,302],{"className":7737},[301],[21,7739,7741],{"className":7740},[244],[21,7742,7744],{"className":7743,"style":5989},[248],[21,7745],{},[21,7747],{"className":7748,"style":72},[49],[21,7750,642],{"className":7751},[76],[21,7753],{"className":7754,"style":72},[49],[21,7756,6004],{"className":7757},[42,43],[21,7759,7760,7763],{"style":274},[21,7761],{"className":7762,"style":257},[256],[21,7764],{"className":7765,"style":282},[281],[21,7767,7768,7771],{"style":3090},[21,7769],{"className":7770,"style":257},[256],[21,7772,7774],{"className":7773},[42],[21,7775,92],{"className":7776,"style":91},[42,43],[21,7778,302],{"className":7779},[301],[21,7781,7783],{"className":7782},[244],[21,7784,7786],{"className":7785,"style":6033},[248],[21,7787],{},[21,7789],{"className":7790},[206,231],[21,7792],{"className":7793,"style":72},[49],[21,7795,5510],{"className":7796},[76],[21,7798],{"className":7799,"style":72},[49],[21,7801,7803,7806,7846],{"className":7802},[33],[21,7804],{"className":7805,"style":118},[37],[21,7807,7809,7812],{"className":7808},[42],[21,7810,2631],{"className":7811,"style":91},[42,43],[21,7813,7815],{"className":7814},[346],[21,7816,7818,7838],{"className":7817},[239,240],[21,7819,7821,7835],{"className":7820},[244],[21,7822,7824],{"className":7823,"style":1960},[248],[21,7825,7826,7829],{"style":1889},[21,7827],{"className":7828,"style":363},[256],[21,7830,7832],{"className":7831},[261,262,263,264],[21,7833,638],{"className":7834},[42,43,264],[21,7836,302],{"className":7837},[301],[21,7839,7841],{"className":7840},[244],[21,7842,7844],{"className":7843,"style":566},[248],[21,7845],{},[21,7847,1085],{"className":7848},[42],[11,7850,7851,7852,2258,7867,7882,7883,7898,7899,7914,7915,7957],{},"The decay ",[21,7853,7855],{"className":7854},[24],[21,7856,7858],{"className":7857,"ariaHidden":29},[28],[21,7859,7861,7864],{"className":7860},[33],[21,7862],{"className":7863,"style":118},[37],[21,7865,7315],{"className":7866},[42,43],[21,7868,7870],{"className":7869},[24],[21,7871,7873],{"className":7872,"ariaHidden":29},[28],[21,7874,7876,7879],{"className":7875},[33],[21,7877],{"className":7878,"style":1186},[37],[21,7880,2274],{"className":7881},[42]," or ",[21,7884,7886],{"className":7885},[24],[21,7887,7889],{"className":7888,"ariaHidden":29},[28],[21,7890,7892,7895],{"className":7891},[33],[21,7893],{"className":7894,"style":1186},[37],[21,7896,3612],{"className":7897},[42],") gives ",[21,7900,7902],{"className":7901},[24],[21,7903,7905],{"className":7904,"ariaHidden":29},[28],[21,7906,7908,7911],{"className":7907},[33],[21,7909],{"className":7910,"style":1585},[37],[21,7912,5493],{"className":7913,"style":44},[42,43]," a finite effective memory\nof about ",[21,7916,7918],{"className":7917},[24],[21,7919,7921,7945],{"className":7920,"ariaHidden":29},[28],[21,7922,7924,7927,7930,7933,7936,7939,7942],{"className":7923},[33],[21,7925],{"className":7926,"style":191},[37],[21,7928,3249],{"className":7929},[42],[21,7931,199],{"className":7932},[198],[21,7934,170],{"className":7935},[42],[21,7937],{"className":7938,"style":72},[49],[21,7940,77],{"className":7941},[76],[21,7943],{"className":7944,"style":72},[49],[21,7946,7948,7951,7954],{"className":7947},[33],[21,7949],{"className":7950,"style":191},[37],[21,7952,7315],{"className":7953},[42,43],[21,7955,207],{"className":7956},[206]," steps. The accumulator no longer grows without bound, so\nthe effective rate stabilizes instead of vanishing.",[1564,7959,7960],{"type":1566},[11,7961,7962,7965,7966,8184,8185,8227],{},[124,7963,7964],{},"Definition (RMSProp)."," AdaGrad with the cumulative sum replaced by an\nexponential moving average of squared gradients, ",[21,7967,7969],{"className":7968},[24],[21,7970,7972,8027,8097,8118],{"className":7971,"ariaHidden":29},[28],[21,7973,7975,7978,8018,8021,8024],{"className":7974},[33],[21,7976],{"className":7977,"style":2649},[37],[21,7979,7981,7984],{"className":7980},[42],[21,7982,5493],{"className":7983,"style":44},[42,43],[21,7985,7987],{"className":7986},[346],[21,7988,7990,8010],{"className":7989},[239,240],[21,7991,7993,8007],{"className":7992},[244],[21,7994,7996],{"className":7995,"style":1960},[248],[21,7997,7998,8001],{"style":2033},[21,7999],{"className":8000,"style":363},[256],[21,8002,8004],{"className":8003},[261,262,263,264],[21,8005,638],{"className":8006},[42,43,264],[21,8008,302],{"className":8009},[301],[21,8011,8013],{"className":8012},[244],[21,8014,8016],{"className":8015,"style":566},[248],[21,8017],{},[21,8019],{"className":8020,"style":50},[49],[21,8022,685],{"className":8023},[54],[21,8025],{"className":8026,"style":50},[49],[21,8028,8030,8033,8036,8039,8088,8091,8094],{"className":8029},[33],[21,8031],{"className":8032,"style":5582},[37],[21,8034,7315],{"className":8035},[42,43],[21,8037],{"className":8038,"style":96},[49],[21,8040,8042,8045],{"className":8041},[42],[21,8043,5493],{"className":8044,"style":44},[42,43],[21,8046,8048],{"className":8047},[346],[21,8049,8051,8080],{"className":8050},[239,240],[21,8052,8054,8077],{"className":8053},[244],[21,8055,8057],{"className":8056,"style":1886},[248],[21,8058,8059,8062],{"style":2033},[21,8060],{"className":8061,"style":363},[256],[21,8063,8065],{"className":8064},[261,262,263,264],[21,8066,8068,8071,8074],{"className":8067},[42,264],[21,8069,638],{"className":8070},[42,43,264],[21,8072,77],{"className":8073},[76,264],[21,8075,170],{"className":8076},[42,264],[21,8078,302],{"className":8079},[301],[21,8081,8083],{"className":8082},[244],[21,8084,8086],{"className":8085,"style":1917},[248],[21,8087],{},[21,8089],{"className":8090,"style":72},[49],[21,8092,642],{"className":8093},[76],[21,8095],{"className":8096,"style":72},[49],[21,8098,8100,8103,8106,8109,8112,8115],{"className":8099},[33],[21,8101],{"className":8102,"style":191},[37],[21,8104,199],{"className":8105},[198],[21,8107,170],{"className":8108},[42],[21,8110],{"className":8111,"style":72},[49],[21,8113,77],{"className":8114},[76],[21,8116],{"className":8117,"style":72},[49],[21,8119,8121,8124,8127,8130,8133],{"className":8120},[33],[21,8122],{"className":8123,"style":5311},[37],[21,8125,7315],{"className":8126},[42,43],[21,8128,207],{"className":8129},[206],[21,8131],{"className":8132,"style":96},[49],[21,8134,8136,8139],{"className":8135},[42],[21,8137,2631],{"className":8138,"style":91},[42,43],[21,8140,8142],{"className":8141},[346],[21,8143,8145,8176],{"className":8144},[239,240],[21,8146,8148,8173],{"className":8147},[244],[21,8149,8151,8162],{"className":8150,"style":5339},[248],[21,8152,8153,8156],{"style":6893},[21,8154],{"className":8155,"style":363},[256],[21,8157,8159],{"className":8158},[261,262,263,264],[21,8160,638],{"className":8161},[42,43,264],[21,8163,8164,8167],{"style":359},[21,8165],{"className":8166,"style":363},[256],[21,8168,8170],{"className":8169},[261,262,263,264],[21,8171,271],{"className":8172},[42,264],[21,8174,302],{"className":8175},[301],[21,8177,8179],{"className":8178},[244],[21,8180,8182],{"className":8181,"style":6923},[248],[21,8183],{},". The window ",[21,8186,8188],{"className":8187},[24],[21,8189,8191,8215],{"className":8190,"ariaHidden":29},[28],[21,8192,8194,8197,8200,8203,8206,8209,8212],{"className":8193},[33],[21,8195],{"className":8196,"style":191},[37],[21,8198,3249],{"className":8199},[42],[21,8201,199],{"className":8202},[198],[21,8204,170],{"className":8205},[42],[21,8207],{"className":8208,"style":72},[49],[21,8210,77],{"className":8211},[76],[21,8213],{"className":8214,"style":72},[49],[21,8216,8218,8221,8224],{"className":8217},[33],[21,8219],{"className":8220,"style":191},[37],[21,8222,7315],{"className":8223},[42,43],[21,8225,207],{"className":8226},[206]," keeps the per-parameter rate\nresponsive to recent curvature rather than the entire history.",[172,8229,159],{"id":8230},"adam",[11,8232,8233,8234,8237,8238],{},"Adam (Adaptive Moment Estimation) is the synthesis: momentum's first moment ",[129,8235,8236],{},"and","\nRMSProp's second moment, each an exponential moving average, each\nbias-corrected. It is the default optimizer of modern deep learning.",[162,8239,8240],{},[15,8241,4012],{"href":8242,"ariaDescribedBy":8243,"dataFootnoteRef":6,"id":8244},"#user-content-fn-gf-adam",[168],"user-content-fnref-gf-adam",[1564,8246,8247,8286,9903],{"type":1566},[11,8248,8249,8252,8253,8269,8270,8285],{},[124,8250,8251],{},"Definition (Adam)."," Maintain EMAs of the gradient (first moment ",[21,8254,8256],{"className":8255},[24],[21,8257,8259],{"className":8258,"ariaHidden":29},[28],[21,8260,8262,8265],{"className":8261},[33],[21,8263],{"className":8264,"style":1585},[37],[21,8266,8268],{"className":8267},[42,43],"m",") and its\nsquare (second moment ",[21,8271,8273],{"className":8272},[24],[21,8274,8276],{"className":8275,"ariaHidden":29},[28],[21,8277,8279,8282],{"className":8278},[33],[21,8280],{"className":8281,"style":1585},[37],[21,8283,1798],{"className":8284,"style":91},[42,43],"), bias-correct both, and step:",[21,8287,8289],{"className":8288},[589],[21,8290,8292],{"className":8291},[24],[21,8293,8295],{"className":8294,"ariaHidden":29},[28],[21,8296,8298,8302],{"className":8297},[33],[21,8299],{"className":8300,"style":8301},[37],"height:7.0212em;vertical-align:-3.2606em;",[21,8303,8305],{"className":8304},[42],[21,8306,8309,8492,9315,9320,9499],{"className":8307},[8308],"mtable",[21,8310,8313],{"className":8311},[8312],"col-align-r",[21,8314,8316,8483],{"className":8315},[239,240],[21,8317,8319,8480],{"className":8318},[244],[21,8320,8323,8373,8422],{"className":8321,"style":8322},[248],"height:3.7606em;",[21,8324,8326,8330],{"style":8325},"top:-6.0245em;",[21,8327],{"className":8328,"style":8329},[256],"height:3.3714em;",[21,8331,8333],{"className":8332},[42],[21,8334,8336,8339],{"className":8335},[42],[21,8337,8268],{"className":8338},[42,43],[21,8340,8342],{"className":8341},[346],[21,8343,8345,8365],{"className":8344},[239,240],[21,8346,8348,8362],{"className":8347},[244],[21,8349,8351],{"className":8350,"style":1960},[248],[21,8352,8353,8356],{"style":547},[21,8354],{"className":8355,"style":363},[256],[21,8357,8359],{"className":8358},[261,262,263,264],[21,8360,638],{"className":8361},[42,43,264],[21,8363,302],{"className":8364},[301],[21,8366,8368],{"className":8367},[244],[21,8369,8371],{"className":8370,"style":566},[248],[21,8372],{},[21,8374,8376,8379],{"style":8375},"top:-3.6646em;",[21,8377],{"className":8378,"style":8329},[256],[21,8380,8382],{"className":8381},[42],[21,8383,8385,8388],{"className":8384},[42],[21,8386,1798],{"className":8387,"style":91},[42,43],[21,8389,8391],{"className":8390},[346],[21,8392,8394,8414],{"className":8393},[239,240],[21,8395,8397,8411],{"className":8396},[244],[21,8398,8400],{"className":8399,"style":1960},[248],[21,8401,8402,8405],{"style":1889},[21,8403],{"className":8404,"style":363},[256],[21,8406,8408],{"className":8407},[261,262,263,264],[21,8409,638],{"className":8410},[42,43,264],[21,8412,302],{"className":8413},[301],[21,8415,8417],{"className":8416},[244],[21,8418,8420],{"className":8419,"style":566},[248],[21,8421],{},[21,8423,8425,8428],{"style":8424},"top:-1.0409em;",[21,8426],{"className":8427,"style":8329},[256],[21,8429,8431],{"className":8430},[42],[21,8432,8434,8437],{"className":8433},[42],[21,8435,45],{"className":8436,"style":44},[42,43],[21,8438,8440],{"className":8439},[346],[21,8441,8443,8472],{"className":8442},[239,240],[21,8444,8446,8469],{"className":8445},[244],[21,8447,8449],{"className":8448,"style":1886},[248],[21,8450,8451,8454],{"style":2033},[21,8452],{"className":8453,"style":363},[256],[21,8455,8457],{"className":8456},[261,262,263,264],[21,8458,8460,8463,8466],{"className":8459},[42,264],[21,8461,638],{"className":8462},[42,43,264],[21,8464,642],{"className":8465},[76,264],[21,8467,170],{"className":8468},[42,264],[21,8470,302],{"className":8471},[301],[21,8473,8475],{"className":8474},[244],[21,8476,8478],{"className":8477,"style":1917},[248],[21,8479],{},[21,8481,302],{"className":8482},[301],[21,8484,8486],{"className":8485},[244],[21,8487,8490],{"className":8488,"style":8489},[248],"height:3.2606em;",[21,8491],{},[21,8493,8496],{"className":8494},[8495],"col-align-l",[21,8497,8499,9307],{"className":8498},[239,240],[21,8500,8502,9304],{"className":8501},[244],[21,8503,8505,8733,8969],{"className":8504,"style":8322},[248],[21,8506,8507,8510],{"style":8325},[21,8508],{"className":8509,"style":8329},[256],[21,8511,8513,8516,8519,8522,8525,8568,8571,8620,8623,8626,8629,8632,8635,8638,8641,8644,8684,8687,8690,8730],{"className":8512},[42],[21,8514],{"className":8515},[42],[21,8517],{"className":8518,"style":50},[49],[21,8520,685],{"className":8521},[54],[21,8523],{"className":8524,"style":50},[49],[21,8526,8528,8533],{"className":8527},[42],[21,8529,8532],{"className":8530,"style":8531},[42,43],"margin-right:0.0528em;","β",[21,8534,8536],{"className":8535},[346],[21,8537,8539,8560],{"className":8538},[239,240],[21,8540,8542,8557],{"className":8541},[244],[21,8543,8545],{"className":8544,"style":1886},[248],[21,8546,8548,8551],{"style":8547},"top:-2.55em;margin-left:-0.0528em;margin-right:0.05em;",[21,8549],{"className":8550,"style":363},[256],[21,8552,8554],{"className":8553},[261,262,263,264],[21,8555,170],{"className":8556},[42,264],[21,8558,302],{"className":8559},[301],[21,8561,8563],{"className":8562},[244],[21,8564,8566],{"className":8565,"style":566},[248],[21,8567],{},[21,8569],{"className":8570,"style":96},[49],[21,8572,8574,8577],{"className":8573},[42],[21,8575,8268],{"className":8576},[42,43],[21,8578,8580],{"className":8579},[346],[21,8581,8583,8612],{"className":8582},[239,240],[21,8584,8586,8609],{"className":8585},[244],[21,8587,8589],{"className":8588,"style":1886},[248],[21,8590,8591,8594],{"style":547},[21,8592],{"className":8593,"style":363},[256],[21,8595,8597],{"className":8596},[261,262,263,264],[21,8598,8600,8603,8606],{"className":8599},[42,264],[21,8601,638],{"className":8602},[42,43,264],[21,8604,77],{"className":8605},[76,264],[21,8607,170],{"className":8608},[42,264],[21,8610,302],{"className":8611},[301],[21,8613,8615],{"className":8614},[244],[21,8616,8618],{"className":8617,"style":1917},[248],[21,8619],{},[21,8621],{"className":8622,"style":72},[49],[21,8624,642],{"className":8625},[76],[21,8627],{"className":8628,"style":72},[49],[21,8630,199],{"className":8631},[198],[21,8633,170],{"className":8634},[42],[21,8636],{"className":8637,"style":72},[49],[21,8639,77],{"className":8640},[76],[21,8642],{"className":8643,"style":72},[49],[21,8645,8647,8650],{"className":8646},[42],[21,8648,8532],{"className":8649,"style":8531},[42,43],[21,8651,8653],{"className":8652},[346],[21,8654,8656,8676],{"className":8655},[239,240],[21,8657,8659,8673],{"className":8658},[244],[21,8660,8662],{"className":8661,"style":1886},[248],[21,8663,8664,8667],{"style":8547},[21,8665],{"className":8666,"style":363},[256],[21,8668,8670],{"className":8669},[261,262,263,264],[21,8671,170],{"className":8672},[42,264],[21,8674,302],{"className":8675},[301],[21,8677,8679],{"className":8678},[244],[21,8680,8682],{"className":8681,"style":566},[248],[21,8683],{},[21,8685,207],{"className":8686},[206],[21,8688],{"className":8689,"style":96},[49],[21,8691,8693,8696],{"className":8692},[42],[21,8694,2631],{"className":8695,"style":91},[42,43],[21,8697,8699],{"className":8698},[346],[21,8700,8702,8722],{"className":8701},[239,240],[21,8703,8705,8719],{"className":8704},[244],[21,8706,8708],{"className":8707,"style":1960},[248],[21,8709,8710,8713],{"style":1889},[21,8711],{"className":8712,"style":363},[256],[21,8714,8716],{"className":8715},[261,262,263,264],[21,8717,638],{"className":8718},[42,43,264],[21,8720,302],{"className":8721},[301],[21,8723,8725],{"className":8724},[244],[21,8726,8728],{"className":8727,"style":566},[248],[21,8729],{},[21,8731,835],{"className":8732},[834],[21,8734,8735,8738],{"style":8375},[21,8736],{"className":8737,"style":8329},[256],[21,8739,8741,8744,8747,8750,8753,8793,8796,8845,8848,8851,8854,8857,8860,8863,8866,8869,8909,8912,8915,8966],{"className":8740},[42],[21,8742],{"className":8743},[42],[21,8745],{"className":8746,"style":50},[49],[21,8748,685],{"className":8749},[54],[21,8751],{"className":8752,"style":50},[49],[21,8754,8756,8759],{"className":8755},[42],[21,8757,8532],{"className":8758,"style":8531},[42,43],[21,8760,8762],{"className":8761},[346],[21,8763,8765,8785],{"className":8764},[239,240],[21,8766,8768,8782],{"className":8767},[244],[21,8769,8771],{"className":8770,"style":1886},[248],[21,8772,8773,8776],{"style":8547},[21,8774],{"className":8775,"style":363},[256],[21,8777,8779],{"className":8778},[261,262,263,264],[21,8780,271],{"className":8781},[42,264],[21,8783,302],{"className":8784},[301],[21,8786,8788],{"className":8787},[244],[21,8789,8791],{"className":8790,"style":566},[248],[21,8792],{},[21,8794],{"className":8795,"style":96},[49],[21,8797,8799,8802],{"className":8798},[42],[21,8800,1798],{"className":8801,"style":91},[42,43],[21,8803,8805],{"className":8804},[346],[21,8806,8808,8837],{"className":8807},[239,240],[21,8809,8811,8834],{"className":8810},[244],[21,8812,8814],{"className":8813,"style":1886},[248],[21,8815,8816,8819],{"style":1889},[21,8817],{"className":8818,"style":363},[256],[21,8820,8822],{"className":8821},[261,262,263,264],[21,8823,8825,8828,8831],{"className":8824},[42,264],[21,8826,638],{"className":8827},[42,43,264],[21,8829,77],{"className":8830},[76,264],[21,8832,170],{"className":8833},[42,264],[21,8835,302],{"className":8836},[301],[21,8838,8840],{"className":8839},[244],[21,8841,8843],{"className":8842,"style":1917},[248],[21,8844],{},[21,8846],{"className":8847,"style":72},[49],[21,8849,642],{"className":8850},[76],[21,8852],{"className":8853,"style":72},[49],[21,8855,199],{"className":8856},[198],[21,8858,170],{"className":8859},[42],[21,8861],{"className":8862,"style":72},[49],[21,8864,77],{"className":8865},[76],[21,8867],{"className":8868,"style":72},[49],[21,8870,8872,8875],{"className":8871},[42],[21,8873,8532],{"className":8874,"style":8531},[42,43],[21,8876,8878],{"className":8877},[346],[21,8879,8881,8901],{"className":8880},[239,240],[21,8882,8884,8898],{"className":8883},[244],[21,8885,8887],{"className":8886,"style":1886},[248],[21,8888,8889,8892],{"style":8547},[21,8890],{"className":8891,"style":363},[256],[21,8893,8895],{"className":8894},[261,262,263,264],[21,8896,271],{"className":8897},[42,264],[21,8899,302],{"className":8900},[301],[21,8902,8904],{"className":8903},[244],[21,8905,8907],{"className":8906,"style":566},[248],[21,8908],{},[21,8910,207],{"className":8911},[206],[21,8913],{"className":8914,"style":96},[49],[21,8916,8918,8921],{"className":8917},[42],[21,8919,2631],{"className":8920,"style":91},[42,43],[21,8922,8924],{"className":8923},[346],[21,8925,8927,8958],{"className":8926},[239,240],[21,8928,8930,8955],{"className":8929},[244],[21,8931,8933,8944],{"className":8932,"style":2851},[248],[21,8934,8935,8938],{"style":6893},[21,8936],{"className":8937,"style":363},[256],[21,8939,8941],{"className":8940},[261,262,263,264],[21,8942,638],{"className":8943},[42,43,264],[21,8945,8946,8949],{"style":1007},[21,8947],{"className":8948,"style":363},[256],[21,8950,8952],{"className":8951},[261,262,263,264],[21,8953,271],{"className":8954},[42,264],[21,8956,302],{"className":8957},[301],[21,8959,8961],{"className":8960},[244],[21,8962,8964],{"className":8963,"style":6923},[248],[21,8965],{},[21,8967,835],{"className":8968},[834],[21,8970,8971,8974],{"style":8424},[21,8972],{"className":8973,"style":8329},[256],[21,8975,8977,8980,8983,8986,8989,9029,9032,9035,9038,9041,9044,9301],{"className":8976},[42],[21,8978],{"className":8979},[42],[21,8981],{"className":8982,"style":50},[49],[21,8984,685],{"className":8985},[54],[21,8987],{"className":8988,"style":50},[49],[21,8990,8992,8995],{"className":8991},[42],[21,8993,45],{"className":8994,"style":44},[42,43],[21,8996,8998],{"className":8997},[346],[21,8999,9001,9021],{"className":9000},[239,240],[21,9002,9004,9018],{"className":9003},[244],[21,9005,9007],{"className":9006,"style":1960},[248],[21,9008,9009,9012],{"style":2033},[21,9010],{"className":9011,"style":363},[256],[21,9013,9015],{"className":9014},[261,262,263,264],[21,9016,638],{"className":9017},[42,43,264],[21,9019,302],{"className":9020},[301],[21,9022,9024],{"className":9023},[244],[21,9025,9027],{"className":9026,"style":566},[248],[21,9028],{},[21,9030],{"className":9031,"style":72},[49],[21,9033,77],{"className":9034},[76],[21,9036],{"className":9037,"style":72},[49],[21,9039,92],{"className":9040,"style":91},[42,43],[21,9042],{"className":9043,"style":96},[49],[21,9045,9047,9050,9298],{"className":9046},[42],[21,9048],{"className":9049},[198,231],[21,9051,9053],{"className":9052},[235],[21,9054,9056,9289],{"className":9055},[239,240],[21,9057,9059,9286],{"className":9058},[244],[21,9060,9063,9201,9209],{"className":9061,"style":9062},[248],"height:1.3714em;",[21,9064,9066,9069],{"style":9065},"top:-2.2528em;",[21,9067],{"className":9068,"style":257},[256],[21,9070,9072,9189,9192,9195,9198],{"className":9071},[42],[21,9073,9075],{"className":9074},[42,5901],[21,9076,9078,9180],{"className":9077},[239,240],[21,9079,9081,9177],{"className":9080},[244],[21,9082,9085,9164],{"className":9083,"style":9084},[248],"height:0.8572em;",[21,9086,9088,9091],{"className":9087,"style":4616},[2987],[21,9089],{"className":9090,"style":257},[256],[21,9092,9094],{"className":9093,"style":5921},[42],[21,9095,9097,9130],{"className":9096},[42],[21,9098,9100],{"className":9099},[42,4604],[21,9101,9103],{"className":9102},[239],[21,9104,9106],{"className":9105},[244],[21,9107,9109,9117],{"className":9108,"style":38},[248],[21,9110,9111,9114],{"style":4616},[21,9112],{"className":9113,"style":257},[256],[21,9115,1798],{"className":9116,"style":91},[42,43],[21,9118,9119,9122],{"style":4616},[21,9120],{"className":9121,"style":257},[256],[21,9123,9126],{"className":9124,"style":9125},[4632],"left:-0.2222em;",[21,9127,9129],{"className":9128},[42],"^",[21,9131,9133],{"className":9132},[346],[21,9134,9136,9156],{"className":9135},[239,240],[21,9137,9139,9153],{"className":9138},[244],[21,9140,9142],{"className":9141,"style":1960},[248],[21,9143,9144,9147],{"style":1889},[21,9145],{"className":9146,"style":363},[256],[21,9148,9150],{"className":9149},[261,262,263,264],[21,9151,638],{"className":9152},[42,43,264],[21,9154,302],{"className":9155},[301],[21,9157,9159],{"className":9158},[244],[21,9160,9162],{"className":9161,"style":566},[248],[21,9163],{},[21,9165,9167,9170],{"style":9166},"top:-2.8172em;",[21,9168],{"className":9169,"style":257},[256],[21,9171,9173],{"className":9172,"style":5971},[2995],[2998,9174,9175],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,9176],{"d":5979},[21,9178,302],{"className":9179},[301],[21,9181,9183],{"className":9182},[244],[21,9184,9187],{"className":9185,"style":9186},[248],"height:0.1828em;",[21,9188],{},[21,9190],{"className":9191,"style":72},[49],[21,9193,642],{"className":9194},[76],[21,9196],{"className":9197,"style":72},[49],[21,9199,6004],{"className":9200},[42,43],[21,9202,9203,9206],{"style":274},[21,9204],{"className":9205,"style":257},[256],[21,9207],{"className":9208,"style":282},[281],[21,9210,9211,9214],{"style":3090},[21,9212],{"className":9213,"style":257},[256],[21,9215,9217],{"className":9216},[42],[21,9218,9220,9252],{"className":9219},[42],[21,9221,9223],{"className":9222},[42,4604],[21,9224,9226],{"className":9225},[239],[21,9227,9229],{"className":9228},[244],[21,9230,9232,9240],{"className":9231,"style":38},[248],[21,9233,9234,9237],{"style":4616},[21,9235],{"className":9236,"style":257},[256],[21,9238,8268],{"className":9239},[42,43],[21,9241,9242,9245],{"style":4616},[21,9243],{"className":9244,"style":257},[256],[21,9246,9249],{"className":9247,"style":9248},[4632],"left:-0.25em;",[21,9250,9129],{"className":9251},[42],[21,9253,9255],{"className":9254},[346],[21,9256,9258,9278],{"className":9257},[239,240],[21,9259,9261,9275],{"className":9260},[244],[21,9262,9264],{"className":9263,"style":1960},[248],[21,9265,9266,9269],{"style":547},[21,9267],{"className":9268,"style":363},[256],[21,9270,9272],{"className":9271},[261,262,263,264],[21,9273,638],{"className":9274},[42,43,264],[21,9276,302],{"className":9277},[301],[21,9279,9281],{"className":9280},[244],[21,9282,9284],{"className":9283,"style":566},[248],[21,9285],{},[21,9287,302],{"className":9288},[301],[21,9290,9292],{"className":9291},[244],[21,9293,9296],{"className":9294,"style":9295},[248],"height:0.93em;",[21,9297],{},[21,9299],{"className":9300},[206,231],[21,9302,1085],{"className":9303},[42],[21,9305,302],{"className":9306},[301],[21,9308,9310],{"className":9309},[244],[21,9311,9313],{"className":9312,"style":8489},[248],[21,9314],{},[21,9316],{"className":9317,"style":9319},[9318],"arraycolsep","width:1em;",[21,9321,9323],{"className":9322},[8312],[21,9324,9326,9490],{"className":9325},[239,240],[21,9327,9329,9487],{"className":9328},[244],[21,9330,9332,9410],{"className":9331,"style":8322},[248],[21,9333,9335,9339],{"style":9334},"top:-5.7606em;",[21,9336],{"className":9337,"style":9338},[256],"height:3.1076em;",[21,9340,9342],{"className":9341},[42],[21,9343,9345,9376],{"className":9344},[42],[21,9346,9348],{"className":9347},[42,4604],[21,9349,9351],{"className":9350},[239],[21,9352,9354],{"className":9353},[244],[21,9355,9357,9365],{"className":9356,"style":38},[248],[21,9358,9359,9362],{"style":4616},[21,9360],{"className":9361,"style":257},[256],[21,9363,8268],{"className":9364},[42,43],[21,9366,9367,9370],{"style":4616},[21,9368],{"className":9369,"style":257},[256],[21,9371,9373],{"className":9372,"style":9248},[4632],[21,9374,9129],{"className":9375},[42],[21,9377,9379],{"className":9378},[346],[21,9380,9382,9402],{"className":9381},[239,240],[21,9383,9385,9399],{"className":9384},[244],[21,9386,9388],{"className":9387,"style":1960},[248],[21,9389,9390,9393],{"style":547},[21,9391],{"className":9392,"style":363},[256],[21,9394,9396],{"className":9395},[261,262,263,264],[21,9397,638],{"className":9398},[42,43,264],[21,9400,302],{"className":9401},[301],[21,9403,9405],{"className":9404},[244],[21,9406,9408],{"className":9407,"style":566},[248],[21,9409],{},[21,9411,9413,9416],{"style":9412},"top:-3.4007em;",[21,9414],{"className":9415,"style":9338},[256],[21,9417,9419],{"className":9418},[42],[21,9420,9422,9453],{"className":9421},[42],[21,9423,9425],{"className":9424},[42,4604],[21,9426,9428],{"className":9427},[239],[21,9429,9431],{"className":9430},[244],[21,9432,9434,9442],{"className":9433,"style":38},[248],[21,9435,9436,9439],{"style":4616},[21,9437],{"className":9438,"style":257},[256],[21,9440,1798],{"className":9441,"style":91},[42,43],[21,9443,9444,9447],{"style":4616},[21,9445],{"className":9446,"style":257},[256],[21,9448,9450],{"className":9449,"style":9125},[4632],[21,9451,9129],{"className":9452},[42],[21,9454,9456],{"className":9455},[346],[21,9457,9459,9479],{"className":9458},[239,240],[21,9460,9462,9476],{"className":9461},[244],[21,9463,9465],{"className":9464,"style":1960},[248],[21,9466,9467,9470],{"style":1889},[21,9468],{"className":9469,"style":363},[256],[21,9471,9473],{"className":9472},[261,262,263,264],[21,9474,638],{"className":9475},[42,43,264],[21,9477,302],{"className":9478},[301],[21,9480,9482],{"className":9481},[244],[21,9483,9485],{"className":9484,"style":566},[248],[21,9486],{},[21,9488,302],{"className":9489},[301],[21,9491,9493],{"className":9492},[244],[21,9494,9497],{"className":9495,"style":9496},[248],"height:0.9591em;",[21,9498],{},[21,9500,9502],{"className":9501},[8495],[21,9503,9505,9895],{"className":9504},[239,240],[21,9506,9508,9892],{"className":9507},[244],[21,9509,9511,9704],{"className":9510,"style":8322},[248],[21,9512,9513,9516],{"style":9334},[21,9514],{"className":9515,"style":9338},[256],[21,9517,9519,9522,9525,9528,9531,9701],{"className":9518},[42],[21,9520],{"className":9521},[42],[21,9523],{"className":9524,"style":50},[49],[21,9526,685],{"className":9527},[54],[21,9529],{"className":9530,"style":50},[49],[21,9532,9534,9537,9698],{"className":9533},[42],[21,9535],{"className":9536},[198,231],[21,9538,9540],{"className":9539},[235],[21,9541,9543,9689],{"className":9542},[239,240],[21,9544,9546,9686],{"className":9545},[244],[21,9547,9549,9630,9638],{"className":9548,"style":3055},[248],[21,9550,9551,9554],{"style":3058},[21,9552],{"className":9553,"style":257},[256],[21,9555,9557,9560,9563,9566,9569],{"className":9556},[42],[21,9558,170],{"className":9559},[42],[21,9561],{"className":9562,"style":72},[49],[21,9564,77],{"className":9565},[76],[21,9567],{"className":9568,"style":72},[49],[21,9570,9572,9575],{"className":9571},[42],[21,9573,8532],{"className":9574,"style":8531},[42,43],[21,9576,9578],{"className":9577},[346],[21,9579,9581,9622],{"className":9580},[239,240],[21,9582,9584,9619],{"className":9583},[244],[21,9585,9588,9600],{"className":9586,"style":9587},[248],"height:0.7754em;",[21,9589,9591,9594],{"style":9590},"top:-2.4337em;margin-left:-0.0528em;margin-right:0.05em;",[21,9592],{"className":9593,"style":363},[256],[21,9595,9597],{"className":9596},[261,262,263,264],[21,9598,170],{"className":9599},[42,264],[21,9601,9603,9606],{"style":9602},"top:-3.0448em;margin-right:0.05em;",[21,9604],{"className":9605,"style":363},[256],[21,9607,9609],{"className":9608},[261,262,263,264],[21,9610,9612,9616],{"className":9611},[42,264],[21,9613],{"className":9614,"style":9615},[49,264],"margin-right:0.1952em;",[21,9617,638],{"className":9618},[42,43,264],[21,9620,302],{"className":9621},[301],[21,9623,9625],{"className":9624},[244],[21,9626,9628],{"className":9627,"style":1079},[248],[21,9629],{},[21,9631,9632,9635],{"style":274},[21,9633],{"className":9634,"style":257},[256],[21,9636],{"className":9637,"style":282},[281],[21,9639,9640,9643],{"style":3090},[21,9641],{"className":9642,"style":257},[256],[21,9644,9646],{"className":9645},[42],[21,9647,9649,9652],{"className":9648},[42],[21,9650,8268],{"className":9651},[42,43],[21,9653,9655],{"className":9654},[346],[21,9656,9658,9678],{"className":9657},[239,240],[21,9659,9661,9675],{"className":9660},[244],[21,9662,9664],{"className":9663,"style":1960},[248],[21,9665,9666,9669],{"style":547},[21,9667],{"className":9668,"style":363},[256],[21,9670,9672],{"className":9671},[261,262,263,264],[21,9673,638],{"className":9674},[42,43,264],[21,9676,302],{"className":9677},[301],[21,9679,9681],{"className":9680},[244],[21,9682,9684],{"className":9683,"style":566},[248],[21,9685],{},[21,9687,302],{"className":9688},[301],[21,9690,9692],{"className":9691},[244],[21,9693,9696],{"className":9694,"style":9695},[248],"height:0.9523em;",[21,9697],{},[21,9699],{"className":9700},[206,231],[21,9702,835],{"className":9703},[834],[21,9705,9706,9709],{"style":9412},[21,9707],{"className":9708,"style":9338},[256],[21,9710,9712,9715,9718,9721,9724,9889],{"className":9711},[42],[21,9713],{"className":9714},[42],[21,9716],{"className":9717,"style":50},[49],[21,9719,685],{"className":9720},[54],[21,9722],{"className":9723,"style":50},[49],[21,9725,9727,9730,9886],{"className":9726},[42],[21,9728],{"className":9729},[198,231],[21,9731,9733],{"className":9732},[235],[21,9734,9736,9878],{"className":9735},[239,240],[21,9737,9739,9875],{"className":9738},[244],[21,9740,9742,9819,9827],{"className":9741,"style":3055},[248],[21,9743,9744,9747],{"style":3058},[21,9745],{"className":9746,"style":257},[256],[21,9748,9750,9753,9756,9759,9762],{"className":9749},[42],[21,9751,170],{"className":9752},[42],[21,9754],{"className":9755,"style":72},[49],[21,9757,77],{"className":9758},[76],[21,9760],{"className":9761,"style":72},[49],[21,9763,9765,9768],{"className":9764},[42],[21,9766,8532],{"className":9767,"style":8531},[42,43],[21,9769,9771],{"className":9770},[346],[21,9772,9774,9811],{"className":9773},[239,240],[21,9775,9777,9808],{"className":9776},[244],[21,9778,9780,9791],{"className":9779,"style":9587},[248],[21,9781,9782,9785],{"style":9590},[21,9783],{"className":9784,"style":363},[256],[21,9786,9788],{"className":9787},[261,262,263,264],[21,9789,271],{"className":9790},[42,264],[21,9792,9793,9796],{"style":9602},[21,9794],{"className":9795,"style":363},[256],[21,9797,9799],{"className":9798},[261,262,263,264],[21,9800,9802,9805],{"className":9801},[42,264],[21,9803],{"className":9804,"style":9615},[49,264],[21,9806,638],{"className":9807},[42,43,264],[21,9809,302],{"className":9810},[301],[21,9812,9814],{"className":9813},[244],[21,9815,9817],{"className":9816,"style":1079},[248],[21,9818],{},[21,9820,9821,9824],{"style":274},[21,9822],{"className":9823,"style":257},[256],[21,9825],{"className":9826,"style":282},[281],[21,9828,9829,9832],{"style":3090},[21,9830],{"className":9831,"style":257},[256],[21,9833,9835],{"className":9834},[42],[21,9836,9838,9841],{"className":9837},[42],[21,9839,1798],{"className":9840,"style":91},[42,43],[21,9842,9844],{"className":9843},[346],[21,9845,9847,9867],{"className":9846},[239,240],[21,9848,9850,9864],{"className":9849},[244],[21,9851,9853],{"className":9852,"style":1960},[248],[21,9854,9855,9858],{"style":1889},[21,9856],{"className":9857,"style":363},[256],[21,9859,9861],{"className":9860},[261,262,263,264],[21,9862,638],{"className":9863},[42,43,264],[21,9865,302],{"className":9866},[301],[21,9868,9870],{"className":9869},[244],[21,9871,9873],{"className":9872,"style":566},[248],[21,9874],{},[21,9876,302],{"className":9877},[301],[21,9879,9881],{"className":9880},[244],[21,9882,9884],{"className":9883,"style":9695},[248],[21,9885],{},[21,9887],{"className":9888},[206,231],[21,9890,835],{"className":9891},[834],[21,9893,302],{"className":9894},[301],[21,9896,9898],{"className":9897},[244],[21,9899,9901],{"className":9900,"style":9496},[248],[21,9902],{},[11,9904,9905,9906,3673,9976,3673,10047,1085],{},"Defaults: ",[21,9907,9909],{"className":9908},[24],[21,9910,9912,9967],{"className":9911,"ariaHidden":29},[28],[21,9913,9915,9918,9958,9961,9964],{"className":9914},[33],[21,9916],{"className":9917,"style":1371},[37],[21,9919,9921,9924],{"className":9920},[42],[21,9922,8532],{"className":9923,"style":8531},[42,43],[21,9925,9927],{"className":9926},[346],[21,9928,9930,9950],{"className":9929},[239,240],[21,9931,9933,9947],{"className":9932},[244],[21,9934,9936],{"className":9935,"style":1886},[248],[21,9937,9938,9941],{"style":8547},[21,9939],{"className":9940,"style":363},[256],[21,9942,9944],{"className":9943},[261,262,263,264],[21,9945,170],{"className":9946},[42,264],[21,9948,302],{"className":9949},[301],[21,9951,9953],{"className":9952},[244],[21,9954,9956],{"className":9955,"style":566},[248],[21,9957],{},[21,9959],{"className":9960,"style":50},[49],[21,9962,685],{"className":9963},[54],[21,9965],{"className":9966,"style":50},[49],[21,9968,9970,9973],{"className":9969},[33],[21,9971],{"className":9972,"style":1186},[37],[21,9974,2274],{"className":9975},[42],[21,9977,9979],{"className":9978},[24],[21,9980,9982,10037],{"className":9981,"ariaHidden":29},[28],[21,9983,9985,9988,10028,10031,10034],{"className":9984},[33],[21,9986],{"className":9987,"style":1371},[37],[21,9989,9991,9994],{"className":9990},[42],[21,9992,8532],{"className":9993,"style":8531},[42,43],[21,9995,9997],{"className":9996},[346],[21,9998,10000,10020],{"className":9999},[239,240],[21,10001,10003,10017],{"className":10002},[244],[21,10004,10006],{"className":10005,"style":1886},[248],[21,10007,10008,10011],{"style":8547},[21,10009],{"className":10010,"style":363},[256],[21,10012,10014],{"className":10013},[261,262,263,264],[21,10015,271],{"className":10016},[42,264],[21,10018,302],{"className":10019},[301],[21,10021,10023],{"className":10022},[244],[21,10024,10026],{"className":10025,"style":566},[248],[21,10027],{},[21,10029],{"className":10030,"style":50},[49],[21,10032,685],{"className":10033},[54],[21,10035],{"className":10036,"style":50},[49],[21,10038,10040,10043],{"className":10039},[33],[21,10041],{"className":10042,"style":1186},[37],[21,10044,10046],{"className":10045},[42],"0.999",[21,10048,10050],{"className":10049},[24],[21,10051,10053,10071],{"className":10052,"ariaHidden":29},[28],[21,10054,10056,10059,10062,10065,10068],{"className":10055},[33],[21,10057],{"className":10058,"style":1585},[37],[21,10060,6004],{"className":10061},[42,43],[21,10063],{"className":10064,"style":50},[49],[21,10066,685],{"className":10067},[54],[21,10069],{"className":10070,"style":50},[49],[21,10072,10074,10077,10080],{"className":10073},[33],[21,10075],{"className":10076,"style":5339},[37],[21,10078,170],{"className":10079},[42],[21,10081,10083,10086],{"className":10082},[42],[21,10084,1049],{"className":10085},[42],[21,10087,10089],{"className":10088},[346],[21,10090,10092],{"className":10091},[239],[21,10093,10095],{"className":10094},[244],[21,10096,10098],{"className":10097,"style":5339},[248],[21,10099,10100,10103],{"style":359},[21,10101],{"className":10102,"style":363},[256],[21,10104,10106],{"className":10105},[261,262,263,264],[21,10107,10109,10112],{"className":10108},[42,264],[21,10110,77],{"className":10111},[42,264],[21,10113,6222],{"className":10114},[42,264],[11,10116,10117,10118,10198,10199,10324],{},"The numerator ",[21,10119,10121],{"className":10120},[24],[21,10122,10124],{"className":10123,"ariaHidden":29},[28],[21,10125,10127,10130],{"className":10126},[33],[21,10128],{"className":10129,"style":524},[37],[21,10131,10133,10164],{"className":10132},[42],[21,10134,10136],{"className":10135},[42,4604],[21,10137,10139],{"className":10138},[239],[21,10140,10142],{"className":10141},[244],[21,10143,10145,10153],{"className":10144,"style":38},[248],[21,10146,10147,10150],{"style":4616},[21,10148],{"className":10149,"style":257},[256],[21,10151,8268],{"className":10152},[42,43],[21,10154,10155,10158],{"style":4616},[21,10156],{"className":10157,"style":257},[256],[21,10159,10161],{"className":10160,"style":9248},[4632],[21,10162,9129],{"className":10163},[42],[21,10165,10167],{"className":10166},[346],[21,10168,10170,10190],{"className":10169},[239,240],[21,10171,10173,10187],{"className":10172},[244],[21,10174,10176],{"className":10175,"style":1960},[248],[21,10177,10178,10181],{"style":547},[21,10179],{"className":10180,"style":363},[256],[21,10182,10184],{"className":10183},[261,262,263,264],[21,10185,638],{"className":10186},[42,43,264],[21,10188,302],{"className":10189},[301],[21,10191,10193],{"className":10192},[244],[21,10194,10196],{"className":10195,"style":566},[248],[21,10197],{}," is the momentum direction; the denominator ",[21,10200,10202],{"className":10201},[24],[21,10203,10205],{"className":10204,"ariaHidden":29},[28],[21,10206,10208,10212],{"className":10207},[33],[21,10209],{"className":10210,"style":10211},[37],"height:1.04em;vertical-align:-0.1828em;",[21,10213,10215],{"className":10214},[42,5901],[21,10216,10218,10316],{"className":10217},[239,240],[21,10219,10221,10313],{"className":10220},[244],[21,10222,10224,10301],{"className":10223,"style":9084},[248],[21,10225,10227,10230],{"className":10226,"style":4616},[2987],[21,10228],{"className":10229,"style":257},[256],[21,10231,10233],{"className":10232,"style":5921},[42],[21,10234,10236,10267],{"className":10235},[42],[21,10237,10239],{"className":10238},[42,4604],[21,10240,10242],{"className":10241},[239],[21,10243,10245],{"className":10244},[244],[21,10246,10248,10256],{"className":10247,"style":38},[248],[21,10249,10250,10253],{"style":4616},[21,10251],{"className":10252,"style":257},[256],[21,10254,1798],{"className":10255,"style":91},[42,43],[21,10257,10258,10261],{"style":4616},[21,10259],{"className":10260,"style":257},[256],[21,10262,10264],{"className":10263,"style":9125},[4632],[21,10265,9129],{"className":10266},[42],[21,10268,10270],{"className":10269},[346],[21,10271,10273,10293],{"className":10272},[239,240],[21,10274,10276,10290],{"className":10275},[244],[21,10277,10279],{"className":10278,"style":1960},[248],[21,10280,10281,10284],{"style":1889},[21,10282],{"className":10283,"style":363},[256],[21,10285,10287],{"className":10286},[261,262,263,264],[21,10288,638],{"className":10289},[42,43,264],[21,10291,302],{"className":10292},[301],[21,10294,10296],{"className":10295},[244],[21,10297,10299],{"className":10298,"style":566},[248],[21,10300],{},[21,10302,10303,10306],{"style":9166},[21,10304],{"className":10305,"style":257},[256],[21,10307,10309],{"className":10308,"style":5971},[2995],[2998,10310,10311],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,10312],{"d":5979},[21,10314,302],{"className":10315},[301],[21,10317,10319],{"className":10318},[244],[21,10320,10322],{"className":10321,"style":9186},[248],[21,10323],{}," is the RMSProp per-parameter scale. Their ratio is a momentum step\nnormalized by recent gradient magnitude: direction from the first moment,\nstep-size from the second.",[2609,10326,10328],{"id":10327},"why-bias-correction","Why bias correction",[11,10330,10331,10332,10457,10458,4801],{},"The moving averages start at ",[21,10333,10335],{"className":10334},[24],[21,10336,10338,10393,10448],{"className":10337,"ariaHidden":29},[28],[21,10339,10341,10344,10384,10387,10390],{"className":10340},[33],[21,10342],{"className":10343,"style":2649},[37],[21,10345,10347,10350],{"className":10346},[42],[21,10348,8268],{"className":10349},[42,43],[21,10351,10353],{"className":10352},[346],[21,10354,10356,10376],{"className":10355},[239,240],[21,10357,10359,10373],{"className":10358},[244],[21,10360,10362],{"className":10361,"style":1886},[248],[21,10363,10364,10367],{"style":547},[21,10365],{"className":10366,"style":363},[256],[21,10368,10370],{"className":10369},[261,262,263,264],[21,10371,1049],{"className":10372},[42,264],[21,10374,302],{"className":10375},[301],[21,10377,10379],{"className":10378},[244],[21,10380,10382],{"className":10381,"style":566},[248],[21,10383],{},[21,10385],{"className":10386,"style":50},[49],[21,10388,685],{"className":10389},[54],[21,10391],{"className":10392,"style":50},[49],[21,10394,10396,10399,10439,10442,10445],{"className":10395},[33],[21,10397],{"className":10398,"style":2649},[37],[21,10400,10402,10405],{"className":10401},[42],[21,10403,1798],{"className":10404,"style":91},[42,43],[21,10406,10408],{"className":10407},[346],[21,10409,10411,10431],{"className":10410},[239,240],[21,10412,10414,10428],{"className":10413},[244],[21,10415,10417],{"className":10416,"style":1886},[248],[21,10418,10419,10422],{"style":1889},[21,10420],{"className":10421,"style":363},[256],[21,10423,10425],{"className":10424},[261,262,263,264],[21,10426,1049],{"className":10427},[42,264],[21,10429,302],{"className":10430},[301],[21,10432,10434],{"className":10433},[244],[21,10435,10437],{"className":10436,"style":566},[248],[21,10438],{},[21,10440],{"className":10441,"style":50},[49],[21,10443,685],{"className":10444},[54],[21,10446],{"className":10447,"style":50},[49],[21,10449,10451,10454],{"className":10450},[33],[21,10452],{"className":10453,"style":1186},[37],[21,10455,1049],{"className":10456},[42],", which biases the early estimates\ntoward zero. The correction undoes this exactly. Unroll the first-moment\nrecurrence from zero, assuming a stationary gradient with ",[21,10459,10461],{"className":10460},[24],[21,10462,10464,10531],{"className":10463,"ariaHidden":29},[28],[21,10465,10467,10470,10475,10478,10518,10522,10525,10528],{"className":10466},[33],[21,10468],{"className":10469,"style":191},[37],[21,10471,10474],{"className":10472},[42,10473],"mathbb","E",[21,10476,1835],{"className":10477},[198],[21,10479,10481,10484],{"className":10480},[42],[21,10482,2631],{"className":10483,"style":91},[42,43],[21,10485,10487],{"className":10486},[346],[21,10488,10490,10510],{"className":10489},[239,240],[21,10491,10493,10507],{"className":10492},[244],[21,10494,10496],{"className":10495,"style":1225},[248],[21,10497,10498,10501],{"style":1889},[21,10499],{"className":10500,"style":363},[256],[21,10502,10504],{"className":10503},[261,262,263,264],[21,10505,6469],{"className":10506},[42,43,264],[21,10508,302],{"className":10509},[301],[21,10511,10513],{"className":10512},[244],[21,10514,10516],{"className":10515,"style":566},[248],[21,10517],{},[21,10519,10521],{"className":10520},[206],"]",[21,10523],{"className":10524,"style":50},[49],[21,10526,685],{"className":10527},[54],[21,10529],{"className":10530,"style":50},[49],[21,10532,10534,10537],{"className":10533},[33],[21,10535],{"className":10536,"style":118},[37],[21,10538,2631],{"className":10539,"style":91},[42,43],[21,10541,10543],{"className":10542},[589],[21,10544,10546],{"className":10545},[24],[21,10547,10549,10604,10625],{"className":10548,"ariaHidden":29},[28],[21,10550,10552,10555,10595,10598,10601],{"className":10551},[33],[21,10553],{"className":10554,"style":2649},[37],[21,10556,10558,10561],{"className":10557},[42],[21,10559,8268],{"className":10560},[42,43],[21,10562,10564],{"className":10563},[346],[21,10565,10567,10587],{"className":10566},[239,240],[21,10568,10570,10584],{"className":10569},[244],[21,10571,10573],{"className":10572,"style":1960},[248],[21,10574,10575,10578],{"style":547},[21,10576],{"className":10577,"style":363},[256],[21,10579,10581],{"className":10580},[261,262,263,264],[21,10582,638],{"className":10583},[42,43,264],[21,10585,302],{"className":10586},[301],[21,10588,10590],{"className":10589},[244],[21,10591,10593],{"className":10592,"style":566},[248],[21,10594],{},[21,10596],{"className":10597,"style":50},[49],[21,10599,685],{"className":10600},[54],[21,10602],{"className":10603,"style":50},[49],[21,10605,10607,10610,10613,10616,10619,10622],{"className":10606},[33],[21,10608],{"className":10609,"style":191},[37],[21,10611,199],{"className":10612},[198],[21,10614,170],{"className":10615},[42],[21,10617],{"className":10618,"style":72},[49],[21,10620,77],{"className":10621},[76],[21,10623],{"className":10624,"style":72},[49],[21,10626,10628,10632,10672,10675,10678,10753,10756,10821,10824,10864],{"className":10627},[33],[21,10629],{"className":10630,"style":10631},[37],"height:3.0477em;vertical-align:-1.2671em;",[21,10633,10635,10638],{"className":10634},[42],[21,10636,8532],{"className":10637,"style":8531},[42,43],[21,10639,10641],{"className":10640},[346],[21,10642,10644,10664],{"className":10643},[239,240],[21,10645,10647,10661],{"className":10646},[244],[21,10648,10650],{"className":10649,"style":1886},[248],[21,10651,10652,10655],{"style":8547},[21,10653],{"className":10654,"style":363},[256],[21,10656,10658],{"className":10657},[261,262,263,264],[21,10659,170],{"className":10660},[42,264],[21,10662,302],{"className":10663},[301],[21,10665,10667],{"className":10666},[244],[21,10668,10670],{"className":10669,"style":566},[248],[21,10671],{},[21,10673,207],{"className":10674},[206],[21,10676],{"className":10677,"style":96},[49],[21,10679,10682],{"className":10680},[1240,10681],"op-limits",[21,10683,10685,10744],{"className":10684},[239,240],[21,10686,10688,10741],{"className":10687},[244],[21,10689,10692,10714,10726],{"className":10690,"style":10691},[248],"height:1.7806em;",[21,10693,10695,10699],{"style":10694},"top:-1.8829em;margin-left:0em;",[21,10696],{"className":10697,"style":10698},[256],"height:3.05em;",[21,10700,10702],{"className":10701},[261,262,263,264],[21,10703,10705,10708,10711],{"className":10704},[42,264],[21,10706,6469],{"className":10707},[42,43,264],[21,10709,685],{"className":10710},[54,264],[21,10712,170],{"className":10713},[42,264],[21,10715,10717,10720],{"style":10716},"top:-3.05em;",[21,10718],{"className":10719,"style":10698},[256],[21,10721,10722],{},[21,10723,3149],{"className":10724},[1240,3146,10725],"large-op",[21,10727,10729,10732],{"style":10728},"top:-4.3em;margin-left:0em;",[21,10730],{"className":10731,"style":10698},[256],[21,10733,10735],{"className":10734},[261,262,263,264],[21,10736,10738],{"className":10737},[42,264],[21,10739,638],{"className":10740},[42,43,264],[21,10742,302],{"className":10743},[301],[21,10745,10747],{"className":10746},[244],[21,10748,10751],{"className":10749,"style":10750},[248],"height:1.2671em;",[21,10752],{},[21,10754],{"className":10755,"style":96},[49],[21,10757,10759,10762],{"className":10758},[42],[21,10760,8532],{"className":10761,"style":8531},[42,43],[21,10763,10765],{"className":10764},[346],[21,10766,10768,10812],{"className":10767},[239,240],[21,10769,10771,10809],{"className":10770},[244],[21,10772,10774,10786],{"className":10773,"style":1004},[248],[21,10775,10777,10780],{"style":10776},"top:-2.4436em;margin-left:-0.0528em;margin-right:0.05em;",[21,10778],{"className":10779,"style":363},[256],[21,10781,10783],{"className":10782},[261,262,263,264],[21,10784,170],{"className":10785},[42,264],[21,10787,10788,10791],{"style":1007},[21,10789],{"className":10790,"style":363},[256],[21,10792,10794],{"className":10793},[261,262,263,264],[21,10795,10797,10800,10803,10806],{"className":10796},[42,264],[21,10798],{"className":10799,"style":9615},[49,264],[21,10801,638],{"className":10802},[42,43,264],[21,10804,77],{"className":10805},[76,264],[21,10807,6469],{"className":10808},[42,43,264],[21,10810,302],{"className":10811},[301],[21,10813,10815],{"className":10814},[244],[21,10816,10819],{"className":10817,"style":10818},[248],"height:0.2564em;",[21,10820],{},[21,10822],{"className":10823,"style":96},[49],[21,10825,10827,10830],{"className":10826},[42],[21,10828,2631],{"className":10829,"style":91},[42,43],[21,10831,10833],{"className":10832},[346],[21,10834,10836,10856],{"className":10835},[239,240],[21,10837,10839,10853],{"className":10838},[244],[21,10840,10842],{"className":10841,"style":1225},[248],[21,10843,10844,10847],{"style":1889},[21,10845],{"className":10846,"style":363},[256],[21,10848,10850],{"className":10849},[261,262,263,264],[21,10851,6469],{"className":10852},[42,43,264],[21,10854,302],{"className":10855},[301],[21,10857,10859],{"className":10858},[244],[21,10860,10862],{"className":10861,"style":566},[248],[21,10863],{},[21,10865,1085],{"className":10866},[42],[11,10868,10869],{},"Take expectations and pull out the constant mean:",[21,10871,10873],{"className":10872},[589],[21,10874,10876],{"className":10875},[24],[21,10877,10879,10943,10970,11164,11191,11250,11447,11474],{"className":10878,"ariaHidden":29},[28],[21,10880,10882,10885,10888,10891,10931,10934,10937,10940],{"className":10881},[33],[21,10883],{"className":10884,"style":191},[37],[21,10886,10474],{"className":10887},[42,10473],[21,10889,1835],{"className":10890},[198],[21,10892,10894,10897],{"className":10893},[42],[21,10895,8268],{"className":10896},[42,43],[21,10898,10900],{"className":10899},[346],[21,10901,10903,10923],{"className":10902},[239,240],[21,10904,10906,10920],{"className":10905},[244],[21,10907,10909],{"className":10908,"style":1960},[248],[21,10910,10911,10914],{"style":547},[21,10912],{"className":10913,"style":363},[256],[21,10915,10917],{"className":10916},[261,262,263,264],[21,10918,638],{"className":10919},[42,43,264],[21,10921,302],{"className":10922},[301],[21,10924,10926],{"className":10925},[244],[21,10927,10929],{"className":10928,"style":566},[248],[21,10930],{},[21,10932,10521],{"className":10933},[206],[21,10935],{"className":10936,"style":50},[49],[21,10938,685],{"className":10939},[54],[21,10941],{"className":10942,"style":50},[49],[21,10944,10946,10949,10952,10955,10958,10961,10964,10967],{"className":10945},[33],[21,10947],{"className":10948,"style":191},[37],[21,10950,2631],{"className":10951,"style":91},[42,43],[21,10953],{"className":10954,"style":96},[49],[21,10956,199],{"className":10957},[198],[21,10959,170],{"className":10960},[42],[21,10962],{"className":10963,"style":72},[49],[21,10965,77],{"className":10966},[76],[21,10968],{"className":10969,"style":72},[49],[21,10971,10973,10976,11016,11019,11022,11089,11092,11155,11158,11161],{"className":10972},[33],[21,10974],{"className":10975,"style":10631},[37],[21,10977,10979,10982],{"className":10978},[42],[21,10980,8532],{"className":10981,"style":8531},[42,43],[21,10983,10985],{"className":10984},[346],[21,10986,10988,11008],{"className":10987},[239,240],[21,10989,10991,11005],{"className":10990},[244],[21,10992,10994],{"className":10993,"style":1886},[248],[21,10995,10996,10999],{"style":8547},[21,10997],{"className":10998,"style":363},[256],[21,11000,11002],{"className":11001},[261,262,263,264],[21,11003,170],{"className":11004},[42,264],[21,11006,302],{"className":11007},[301],[21,11009,11011],{"className":11010},[244],[21,11012,11014],{"className":11013,"style":566},[248],[21,11015],{},[21,11017,207],{"className":11018},[206],[21,11020],{"className":11021,"style":96},[49],[21,11023,11025],{"className":11024},[1240,10681],[21,11026,11028,11081],{"className":11027},[239,240],[21,11029,11031,11078],{"className":11030},[244],[21,11032,11034,11054,11064],{"className":11033,"style":10691},[248],[21,11035,11036,11039],{"style":10694},[21,11037],{"className":11038,"style":10698},[256],[21,11040,11042],{"className":11041},[261,262,263,264],[21,11043,11045,11048,11051],{"className":11044},[42,264],[21,11046,6469],{"className":11047},[42,43,264],[21,11049,685],{"className":11050},[54,264],[21,11052,170],{"className":11053},[42,264],[21,11055,11056,11059],{"style":10716},[21,11057],{"className":11058,"style":10698},[256],[21,11060,11061],{},[21,11062,3149],{"className":11063},[1240,3146,10725],[21,11065,11066,11069],{"style":10728},[21,11067],{"className":11068,"style":10698},[256],[21,11070,11072],{"className":11071},[261,262,263,264],[21,11073,11075],{"className":11074},[42,264],[21,11076,638],{"className":11077},[42,43,264],[21,11079,302],{"className":11080},[301],[21,11082,11084],{"className":11083},[244],[21,11085,11087],{"className":11086,"style":10750},[248],[21,11088],{},[21,11090],{"className":11091,"style":96},[49],[21,11093,11095,11098],{"className":11094},[42],[21,11096,8532],{"className":11097,"style":8531},[42,43],[21,11099,11101],{"className":11100},[346],[21,11102,11104,11147],{"className":11103},[239,240],[21,11105,11107,11144],{"className":11106},[244],[21,11108,11110,11121],{"className":11109,"style":1004},[248],[21,11111,11112,11115],{"style":10776},[21,11113],{"className":11114,"style":363},[256],[21,11116,11118],{"className":11117},[261,262,263,264],[21,11119,170],{"className":11120},[42,264],[21,11122,11123,11126],{"style":1007},[21,11124],{"className":11125,"style":363},[256],[21,11127,11129],{"className":11128},[261,262,263,264],[21,11130,11132,11135,11138,11141],{"className":11131},[42,264],[21,11133],{"className":11134,"style":9615},[49,264],[21,11136,638],{"className":11137},[42,43,264],[21,11139,77],{"className":11140},[76,264],[21,11142,6469],{"className":11143},[42,43,264],[21,11145,302],{"className":11146},[301],[21,11148,11150],{"className":11149},[244],[21,11151,11153],{"className":11152,"style":10818},[248],[21,11154],{},[21,11156],{"className":11157,"style":50},[49],[21,11159,685],{"className":11160},[54],[21,11162],{"className":11163,"style":50},[49],[21,11165,11167,11170,11173,11176,11179,11182,11185,11188],{"className":11166},[33],[21,11168],{"className":11169,"style":191},[37],[21,11171,2631],{"className":11172,"style":91},[42,43],[21,11174],{"className":11175,"style":96},[49],[21,11177,199],{"className":11178},[198],[21,11180,170],{"className":11181},[42],[21,11183],{"className":11184,"style":72},[49],[21,11186,77],{"className":11187},[76],[21,11189],{"className":11190,"style":72},[49],[21,11192,11194,11197,11237,11240,11243,11247],{"className":11193},[33],[21,11195],{"className":11196,"style":191},[37],[21,11198,11200,11203],{"className":11199},[42],[21,11201,8532],{"className":11202,"style":8531},[42,43],[21,11204,11206],{"className":11205},[346],[21,11207,11209,11229],{"className":11208},[239,240],[21,11210,11212,11226],{"className":11211},[244],[21,11213,11215],{"className":11214,"style":1886},[248],[21,11216,11217,11220],{"style":8547},[21,11218],{"className":11219,"style":363},[256],[21,11221,11223],{"className":11222},[261,262,263,264],[21,11224,170],{"className":11225},[42,264],[21,11227,302],{"className":11228},[301],[21,11230,11232],{"className":11231},[244],[21,11233,11235],{"className":11234,"style":566},[248],[21,11236],{},[21,11238,207],{"className":11239},[206],[21,11241],{"className":11242,"style":72},[49],[21,11244,11246],{"className":11245},[76],"⋅",[21,11248],{"className":11249,"style":72},[49],[21,11251,11253,11257,11438,11441,11444],{"className":11252},[33],[21,11254],{"className":11255,"style":11256},[37],"height:2.351em;vertical-align:-0.8804em;",[21,11258,11260,11263,11435],{"className":11259},[42],[21,11261],{"className":11262},[198,231],[21,11264,11266],{"className":11265},[235],[21,11267,11269,11427],{"className":11268},[239,240],[21,11270,11272,11424],{"className":11271},[244],[21,11273,11276,11336,11344],{"className":11274,"style":11275},[248],"height:1.4706em;",[21,11277,11278,11281],{"style":3058},[21,11279],{"className":11280,"style":257},[256],[21,11282,11284,11287,11290,11293,11296],{"className":11283},[42],[21,11285,170],{"className":11286},[42],[21,11288],{"className":11289,"style":72},[49],[21,11291,77],{"className":11292},[76],[21,11294],{"className":11295,"style":72},[49],[21,11297,11299,11302],{"className":11298},[42],[21,11300,8532],{"className":11301,"style":8531},[42,43],[21,11303,11305],{"className":11304},[346],[21,11306,11308,11328],{"className":11307},[239,240],[21,11309,11311,11325],{"className":11310},[244],[21,11312,11314],{"className":11313,"style":1886},[248],[21,11315,11316,11319],{"style":8547},[21,11317],{"className":11318,"style":363},[256],[21,11320,11322],{"className":11321},[261,262,263,264],[21,11323,170],{"className":11324},[42,264],[21,11326,302],{"className":11327},[301],[21,11329,11331],{"className":11330},[244],[21,11332,11334],{"className":11333,"style":566},[248],[21,11335],{},[21,11337,11338,11341],{"style":274},[21,11339],{"className":11340,"style":257},[256],[21,11342],{"className":11343,"style":282},[281],[21,11345,11346,11349],{"style":3090},[21,11347],{"className":11348,"style":257},[256],[21,11350,11352,11355,11358,11361,11364],{"className":11351},[42],[21,11353,170],{"className":11354},[42],[21,11356],{"className":11357,"style":72},[49],[21,11359,77],{"className":11360},[76],[21,11362],{"className":11363,"style":72},[49],[21,11365,11367,11370],{"className":11366},[42],[21,11368,8532],{"className":11369,"style":8531},[42,43],[21,11371,11373],{"className":11372},[346],[21,11374,11376,11415],{"className":11375},[239,240],[21,11377,11379,11412],{"className":11378},[244],[21,11380,11383,11395],{"className":11381,"style":11382},[248],"height:0.7936em;",[21,11384,11386,11389],{"style":11385},"top:-2.4519em;margin-left:-0.0528em;margin-right:0.05em;",[21,11387],{"className":11388,"style":363},[256],[21,11390,11392],{"className":11391},[261,262,263,264],[21,11393,170],{"className":11394},[42,264],[21,11396,11397,11400],{"style":359},[21,11398],{"className":11399,"style":363},[256],[21,11401,11403],{"className":11402},[261,262,263,264],[21,11404,11406,11409],{"className":11405},[42,264],[21,11407],{"className":11408,"style":9615},[49,264],[21,11410,638],{"className":11411},[42,43,264],[21,11413,302],{"className":11414},[301],[21,11416,11418],{"className":11417},[244],[21,11419,11422],{"className":11420,"style":11421},[248],"height:0.2481em;",[21,11423],{},[21,11425,302],{"className":11426},[301],[21,11428,11430],{"className":11429},[244],[21,11431,11433],{"className":11432,"style":3109},[248],[21,11434],{},[21,11436],{"className":11437},[206,231],[21,11439],{"className":11440,"style":50},[49],[21,11442,685],{"className":11443},[54],[21,11445],{"className":11446,"style":50},[49],[21,11448,11450,11453,11456,11459,11462,11465,11468,11471],{"className":11449},[33],[21,11451],{"className":11452,"style":191},[37],[21,11454,2631],{"className":11455,"style":91},[42,43],[21,11457],{"className":11458,"style":96},[49],[21,11460,199],{"className":11461},[198],[21,11463,170],{"className":11464},[42],[21,11466],{"className":11467,"style":72},[49],[21,11469,77],{"className":11470},[76],[21,11472],{"className":11473,"style":72},[49],[21,11475,11477,11481,11539,11542],{"className":11476},[33],[21,11478],{"className":11479,"style":11480},[37],"height:1.0936em;vertical-align:-0.25em;",[21,11482,11484,11487],{"className":11483},[42],[21,11485,8532],{"className":11486,"style":8531},[42,43],[21,11488,11490],{"className":11489},[346],[21,11491,11493,11531],{"className":11492},[239,240],[21,11494,11496,11528],{"className":11495},[244],[21,11497,11499,11511],{"className":11498,"style":1004},[248],[21,11500,11502,11505],{"style":11501},"top:-2.453em;margin-left:-0.0528em;margin-right:0.05em;",[21,11503],{"className":11504,"style":363},[256],[21,11506,11508],{"className":11507},[261,262,263,264],[21,11509,170],{"className":11510},[42,264],[21,11512,11513,11516],{"style":1007},[21,11514],{"className":11515,"style":363},[256],[21,11517,11519],{"className":11518},[261,262,263,264],[21,11520,11522,11525],{"className":11521},[42,264],[21,11523],{"className":11524,"style":9615},[49,264],[21,11526,638],{"className":11527},[42,43,264],[21,11529,302],{"className":11530},[301],[21,11532,11534],{"className":11533},[244],[21,11535,11537],{"className":11536,"style":6923},[248],[21,11538],{},[21,11540,207],{"className":11541},[206],[21,11543,1085],{"className":11544},[42],[11,11546,11547,11548,11847,11848,11935,11936,11988,11989,12004,12005,12008,12009,12258,12259,12311,12312,1085],{},"The geometric sum ",[21,11549,11551],{"className":11550},[24],[21,11552,11554,11698,11719,11798],{"className":11553,"ariaHidden":29},[28],[21,11555,11557,11561,11624,11627,11689,11692,11695],{"className":11556},[33],[21,11558],{"className":11559,"style":11560},[37],"height:1.2332em;vertical-align:-0.2997em;",[21,11562,11564,11567],{"className":11563},[1240],[21,11565,3149],{"className":11566,"style":3148},[1240,3146,3147],[21,11568,11570],{"className":11569},[346],[21,11571,11573,11615],{"className":11572},[239,240],[21,11574,11576,11612],{"className":11575},[244],[21,11577,11580,11600],{"className":11578,"style":11579},[248],"height:0.9335em;",[21,11581,11582,11585],{"style":3165},[21,11583],{"className":11584,"style":363},[256],[21,11586,11588],{"className":11587},[261,262,263,264],[21,11589,11591,11594,11597],{"className":11590},[42,264],[21,11592,6469],{"className":11593},[42,43,264],[21,11595,685],{"className":11596},[54,264],[21,11598,170],{"className":11599},[42,264],[21,11601,11603,11606],{"style":11602},"top:-3.2029em;margin-right:0.05em;",[21,11604],{"className":11605,"style":363},[256],[21,11607,11609],{"className":11608},[261,262,263,264],[21,11610,638],{"className":11611},[42,43,264],[21,11613,302],{"className":11614},[301],[21,11616,11618],{"className":11617},[244],[21,11619,11622],{"className":11620,"style":11621},[248],"height:0.2997em;",[21,11623],{},[21,11625],{"className":11626,"style":96},[49],[21,11628,11630,11633],{"className":11629},[42],[21,11631,8532],{"className":11632,"style":8531},[42,43],[21,11634,11636],{"className":11635},[346],[21,11637,11639,11681],{"className":11638},[239,240],[21,11640,11642,11678],{"className":11641},[244],[21,11643,11646,11657],{"className":11644,"style":11645},[248],"height:0.8337em;",[21,11647,11648,11651],{"style":9590},[21,11649],{"className":11650,"style":363},[256],[21,11652,11654],{"className":11653},[261,262,263,264],[21,11655,170],{"className":11656},[42,264],[21,11658,11660,11663],{"style":11659},"top:-3.1031em;margin-right:0.05em;",[21,11661],{"className":11662,"style":363},[256],[21,11664,11666],{"className":11665},[261,262,263,264],[21,11667,11669,11672,11675],{"className":11668},[42,264],[21,11670,638],{"className":11671},[42,43,264],[21,11673,77],{"className":11674},[76,264],[21,11676,6469],{"className":11677},[42,43,264],[21,11679,302],{"className":11680},[301],[21,11682,11684],{"className":11683},[244],[21,11685,11687],{"className":11686,"style":1079},[248],[21,11688],{},[21,11690],{"className":11691,"style":50},[49],[21,11693,685],{"className":11694},[54],[21,11696],{"className":11697,"style":50},[49],[21,11699,11701,11704,11707,11710,11713,11716],{"className":11700},[33],[21,11702],{"className":11703,"style":191},[37],[21,11705,199],{"className":11706},[198],[21,11708,170],{"className":11709},[42],[21,11711],{"className":11712,"style":72},[49],[21,11714,77],{"className":11715},[76],[21,11717],{"className":11718,"style":72},[49],[21,11720,11722,11726,11777,11780,11783,11786,11789,11792,11795],{"className":11721},[33],[21,11723],{"className":11724,"style":11725},[37],"height:1.0436em;vertical-align:-0.25em;",[21,11727,11729,11732],{"className":11728},[42],[21,11730,8532],{"className":11731,"style":8531},[42,43],[21,11733,11735],{"className":11734},[346],[21,11736,11738,11769],{"className":11737},[239,240],[21,11739,11741,11766],{"className":11740},[244],[21,11742,11744,11755],{"className":11743,"style":11382},[248],[21,11745,11746,11749],{"style":11385},[21,11747],{"className":11748,"style":363},[256],[21,11750,11752],{"className":11751},[261,262,263,264],[21,11753,170],{"className":11754},[42,264],[21,11756,11757,11760],{"style":359},[21,11758],{"className":11759,"style":363},[256],[21,11761,11763],{"className":11762},[261,262,263,264],[21,11764,638],{"className":11765},[42,43,264],[21,11767,302],{"className":11768},[301],[21,11770,11772],{"className":11771},[244],[21,11773,11775],{"className":11774,"style":11421},[248],[21,11776],{},[21,11778,207],{"className":11779},[206],[21,11781,1654],{"className":11782},[42],[21,11784,199],{"className":11785},[198],[21,11787,170],{"className":11788},[42],[21,11790],{"className":11791,"style":72},[49],[21,11793,77],{"className":11794},[76],[21,11796],{"className":11797,"style":72},[49],[21,11799,11801,11804,11844],{"className":11800},[33],[21,11802],{"className":11803,"style":191},[37],[21,11805,11807,11810],{"className":11806},[42],[21,11808,8532],{"className":11809,"style":8531},[42,43],[21,11811,11813],{"className":11812},[346],[21,11814,11816,11836],{"className":11815},[239,240],[21,11817,11819,11833],{"className":11818},[244],[21,11820,11822],{"className":11821,"style":1886},[248],[21,11823,11824,11827],{"style":8547},[21,11825],{"className":11826,"style":363},[256],[21,11828,11830],{"className":11829},[261,262,263,264],[21,11831,170],{"className":11832},[42,264],[21,11834,302],{"className":11835},[301],[21,11837,11839],{"className":11838},[244],[21,11840,11842],{"className":11841,"style":566},[248],[21,11843],{},[21,11845,207],{"className":11846},[206]," leaves\nthe factor ",[21,11849,11851],{"className":11850},[24],[21,11852,11854,11875],{"className":11853,"ariaHidden":29},[28],[21,11855,11857,11860,11863,11866,11869,11872],{"className":11856},[33],[21,11858],{"className":11859,"style":191},[37],[21,11861,199],{"className":11862},[198],[21,11864,170],{"className":11865},[42],[21,11867],{"className":11868,"style":72},[49],[21,11870,77],{"className":11871},[76],[21,11873],{"className":11874,"style":72},[49],[21,11876,11878,11881,11932],{"className":11877},[33],[21,11879],{"className":11880,"style":11725},[37],[21,11882,11884,11887],{"className":11883},[42],[21,11885,8532],{"className":11886,"style":8531},[42,43],[21,11888,11890],{"className":11889},[346],[21,11891,11893,11924],{"className":11892},[239,240],[21,11894,11896,11921],{"className":11895},[244],[21,11897,11899,11910],{"className":11898,"style":11382},[248],[21,11900,11901,11904],{"style":11385},[21,11902],{"className":11903,"style":363},[256],[21,11905,11907],{"className":11906},[261,262,263,264],[21,11908,170],{"className":11909},[42,264],[21,11911,11912,11915],{"style":359},[21,11913],{"className":11914,"style":363},[256],[21,11916,11918],{"className":11917},[261,262,263,264],[21,11919,638],{"className":11920},[42,43,264],[21,11922,302],{"className":11923},[301],[21,11925,11927],{"className":11926},[244],[21,11928,11930],{"className":11929,"style":11421},[248],[21,11931],{},[21,11933,207],{"className":11934},[206],", so ",[21,11937,11939],{"className":11938},[24],[21,11940,11942],{"className":11941,"ariaHidden":29},[28],[21,11943,11945,11948],{"className":11944},[33],[21,11946],{"className":11947,"style":2649},[37],[21,11949,11951,11954],{"className":11950},[42],[21,11952,8268],{"className":11953},[42,43],[21,11955,11957],{"className":11956},[346],[21,11958,11960,11980],{"className":11959},[239,240],[21,11961,11963,11977],{"className":11962},[244],[21,11964,11966],{"className":11965,"style":1960},[248],[21,11967,11968,11971],{"style":547},[21,11969],{"className":11970,"style":363},[256],[21,11972,11974],{"className":11973},[261,262,263,264],[21,11975,638],{"className":11976},[42,43,264],[21,11978,302],{"className":11979},[301],[21,11981,11983],{"className":11982},[244],[21,11984,11986],{"className":11985,"style":566},[248],[21,11987],{}," underestimates ",[21,11990,11992],{"className":11991},[24],[21,11993,11995],{"className":11994,"ariaHidden":29},[28],[21,11996,11998,12001],{"className":11997},[33],[21,11999],{"className":12000,"style":118},[37],[21,12002,2631],{"className":12003,"style":91},[42,43]," by exactly that factor.\nDividing it out gives an ",[129,12006,12007],{},"unbiased"," estimate, ",[21,12010,12012],{"className":12011},[24],[21,12013,12015,12107,12180,12249],{"className":12014,"ariaHidden":29},[28],[21,12016,12018,12021,12024,12027,12095,12098,12101,12104],{"className":12017},[33],[21,12019],{"className":12020,"style":191},[37],[21,12022,10474],{"className":12023},[42,10473],[21,12025,1835],{"className":12026},[198],[21,12028,12030,12061],{"className":12029},[42],[21,12031,12033],{"className":12032},[42,4604],[21,12034,12036],{"className":12035},[239],[21,12037,12039],{"className":12038},[244],[21,12040,12042,12050],{"className":12041,"style":38},[248],[21,12043,12044,12047],{"style":4616},[21,12045],{"className":12046,"style":257},[256],[21,12048,8268],{"className":12049},[42,43],[21,12051,12052,12055],{"style":4616},[21,12053],{"className":12054,"style":257},[256],[21,12056,12058],{"className":12057,"style":9248},[4632],[21,12059,9129],{"className":12060},[42],[21,12062,12064],{"className":12063},[346],[21,12065,12067,12087],{"className":12066},[239,240],[21,12068,12070,12084],{"className":12069},[244],[21,12071,12073],{"className":12072,"style":1960},[248],[21,12074,12075,12078],{"style":547},[21,12076],{"className":12077,"style":363},[256],[21,12079,12081],{"className":12080},[261,262,263,264],[21,12082,638],{"className":12083},[42,43,264],[21,12085,302],{"className":12086},[301],[21,12088,12090],{"className":12089},[244],[21,12091,12093],{"className":12092,"style":566},[248],[21,12094],{},[21,12096,10521],{"className":12097},[206],[21,12099],{"className":12100,"style":50},[49],[21,12102,685],{"className":12103},[54],[21,12105],{"className":12106,"style":50},[49],[21,12108,12110,12113,12116,12119,12159,12162,12165,12168,12171,12174,12177],{"className":12109},[33],[21,12111],{"className":12112,"style":191},[37],[21,12114,10474],{"className":12115},[42,10473],[21,12117,1835],{"className":12118},[198],[21,12120,12122,12125],{"className":12121},[42],[21,12123,8268],{"className":12124},[42,43],[21,12126,12128],{"className":12127},[346],[21,12129,12131,12151],{"className":12130},[239,240],[21,12132,12134,12148],{"className":12133},[244],[21,12135,12137],{"className":12136,"style":1960},[248],[21,12138,12139,12142],{"style":547},[21,12140],{"className":12141,"style":363},[256],[21,12143,12145],{"className":12144},[261,262,263,264],[21,12146,638],{"className":12147},[42,43,264],[21,12149,302],{"className":12150},[301],[21,12152,12154],{"className":12153},[244],[21,12155,12157],{"className":12156,"style":566},[248],[21,12158],{},[21,12160,10521],{"className":12161},[206],[21,12163,1654],{"className":12164},[42],[21,12166,199],{"className":12167},[198],[21,12169,170],{"className":12170},[42],[21,12172],{"className":12173,"style":72},[49],[21,12175,77],{"className":12176},[76],[21,12178],{"className":12179,"style":72},[49],[21,12181,12183,12186,12237,12240,12243,12246],{"className":12182},[33],[21,12184],{"className":12185,"style":11725},[37],[21,12187,12189,12192],{"className":12188},[42],[21,12190,8532],{"className":12191,"style":8531},[42,43],[21,12193,12195],{"className":12194},[346],[21,12196,12198,12229],{"className":12197},[239,240],[21,12199,12201,12226],{"className":12200},[244],[21,12202,12204,12215],{"className":12203,"style":11382},[248],[21,12205,12206,12209],{"style":11385},[21,12207],{"className":12208,"style":363},[256],[21,12210,12212],{"className":12211},[261,262,263,264],[21,12213,170],{"className":12214},[42,264],[21,12216,12217,12220],{"style":359},[21,12218],{"className":12219,"style":363},[256],[21,12221,12223],{"className":12222},[261,262,263,264],[21,12224,638],{"className":12225},[42,43,264],[21,12227,302],{"className":12228},[301],[21,12230,12232],{"className":12231},[244],[21,12233,12235],{"className":12234,"style":11421},[248],[21,12236],{},[21,12238,207],{"className":12239},[206],[21,12241],{"className":12242,"style":50},[49],[21,12244,685],{"className":12245},[54],[21,12247],{"className":12248,"style":50},[49],[21,12250,12252,12255],{"className":12251},[33],[21,12253],{"className":12254,"style":118},[37],[21,12256,2631],{"className":12257,"style":91},[42,43],". The identical argument with ",[21,12260,12262],{"className":12261},[24],[21,12263,12265],{"className":12264,"ariaHidden":29},[28],[21,12266,12268,12271],{"className":12267},[33],[21,12269],{"className":12270,"style":1371},[37],[21,12272,12274,12277],{"className":12273},[42],[21,12275,8532],{"className":12276,"style":8531},[42,43],[21,12278,12280],{"className":12279},[346],[21,12281,12283,12303],{"className":12282},[239,240],[21,12284,12286,12300],{"className":12285},[244],[21,12287,12289],{"className":12288,"style":1886},[248],[21,12290,12291,12294],{"style":8547},[21,12292],{"className":12293,"style":363},[256],[21,12295,12297],{"className":12296},[261,262,263,264],[21,12298,271],{"className":12299},[42,264],[21,12301,302],{"className":12302},[301],[21,12304,12306],{"className":12305},[244],[21,12307,12309],{"className":12308,"style":566},[248],[21,12310],{}," corrects ",[21,12313,12315],{"className":12314},[24],[21,12316,12318],{"className":12317,"ariaHidden":29},[28],[21,12319,12321,12324],{"className":12320},[33],[21,12322],{"className":12323,"style":2649},[37],[21,12325,12327,12330],{"className":12326},[42],[21,12328,1798],{"className":12329,"style":91},[42,43],[21,12331,12333],{"className":12332},[346],[21,12334,12336,12356],{"className":12335},[239,240],[21,12337,12339,12353],{"className":12338},[244],[21,12340,12342],{"className":12341,"style":1960},[248],[21,12343,12344,12347],{"style":1889},[21,12345],{"className":12346,"style":363},[256],[21,12348,12350],{"className":12349},[261,262,263,264],[21,12351,638],{"className":12352},[42,43,264],[21,12354,302],{"className":12355},[301],[21,12357,12359],{"className":12358},[244],[21,12360,12362],{"className":12361,"style":566},[248],[21,12363],{},[1564,12365,12367],{"type":12366},"theorem",[11,12368,12369,12372,12373,12545,12546,12765,12766,12882,12883,12963,12964,1085],{},[124,12370,12371],{},"Theorem (Adam bias correction is exact)."," Under a stationary gradient,\n",[21,12374,12376],{"className":12375},[24],[21,12377,12379,12443,12464],{"className":12378,"ariaHidden":29},[28],[21,12380,12382,12385,12388,12391,12431,12434,12437,12440],{"className":12381},[33],[21,12383],{"className":12384,"style":191},[37],[21,12386,10474],{"className":12387},[42,10473],[21,12389,1835],{"className":12390},[198],[21,12392,12394,12397],{"className":12393},[42],[21,12395,8268],{"className":12396},[42,43],[21,12398,12400],{"className":12399},[346],[21,12401,12403,12423],{"className":12402},[239,240],[21,12404,12406,12420],{"className":12405},[244],[21,12407,12409],{"className":12408,"style":1960},[248],[21,12410,12411,12414],{"style":547},[21,12412],{"className":12413,"style":363},[256],[21,12415,12417],{"className":12416},[261,262,263,264],[21,12418,638],{"className":12419},[42,43,264],[21,12421,302],{"className":12422},[301],[21,12424,12426],{"className":12425},[244],[21,12427,12429],{"className":12428,"style":566},[248],[21,12430],{},[21,12432,10521],{"className":12433},[206],[21,12435],{"className":12436,"style":50},[49],[21,12438,685],{"className":12439},[54],[21,12441],{"className":12442,"style":50},[49],[21,12444,12446,12449,12452,12455,12458,12461],{"className":12445},[33],[21,12447],{"className":12448,"style":191},[37],[21,12450,199],{"className":12451},[198],[21,12453,170],{"className":12454},[42],[21,12456],{"className":12457,"style":72},[49],[21,12459,77],{"className":12460},[76],[21,12462],{"className":12463,"style":72},[49],[21,12465,12467,12470,12527,12530,12533,12536,12539,12542],{"className":12466},[33],[21,12468],{"className":12469,"style":11725},[37],[21,12471,12473,12476],{"className":12472},[42],[21,12474,8532],{"className":12475,"style":8531},[42,43],[21,12477,12479],{"className":12478},[346],[21,12480,12482,12519],{"className":12481},[239,240],[21,12483,12485,12516],{"className":12484},[244],[21,12486,12488,12499],{"className":12487,"style":11382},[248],[21,12489,12490,12493],{"style":11385},[21,12491],{"className":12492,"style":363},[256],[21,12494,12496],{"className":12495},[261,262,263,264],[21,12497,170],{"className":12498},[42,264],[21,12500,12501,12504],{"style":359},[21,12502],{"className":12503,"style":363},[256],[21,12505,12507],{"className":12506},[261,262,263,264],[21,12508,12510,12513],{"className":12509},[42,264],[21,12511],{"className":12512,"style":9615},[49,264],[21,12514,638],{"className":12515},[42,43,264],[21,12517,302],{"className":12518},[301],[21,12520,12522],{"className":12521},[244],[21,12523,12525],{"className":12524,"style":11421},[248],[21,12526],{},[21,12528,207],{"className":12529},[206],[21,12531],{"className":12532,"style":96},[49],[21,12534,10474],{"className":12535},[42,10473],[21,12537,1835],{"className":12538},[198],[21,12540,2631],{"className":12541,"style":91},[42,43],[21,12543,10521],{"className":12544},[206],", hence ",[21,12547,12549],{"className":12548},[24],[21,12550,12552,12635,12699],{"className":12551,"ariaHidden":29},[28],[21,12553,12555,12558,12626,12629,12632],{"className":12554},[33],[21,12556],{"className":12557,"style":524},[37],[21,12559,12561,12592],{"className":12560},[42],[21,12562,12564],{"className":12563},[42,4604],[21,12565,12567],{"className":12566},[239],[21,12568,12570],{"className":12569},[244],[21,12571,12573,12581],{"className":12572,"style":38},[248],[21,12574,12575,12578],{"style":4616},[21,12576],{"className":12577,"style":257},[256],[21,12579,8268],{"className":12580},[42,43],[21,12582,12583,12586],{"style":4616},[21,12584],{"className":12585,"style":257},[256],[21,12587,12589],{"className":12588,"style":9248},[4632],[21,12590,9129],{"className":12591},[42],[21,12593,12595],{"className":12594},[346],[21,12596,12598,12618],{"className":12597},[239,240],[21,12599,12601,12615],{"className":12600},[244],[21,12602,12604],{"className":12603,"style":1960},[248],[21,12605,12606,12609],{"style":547},[21,12607],{"className":12608,"style":363},[256],[21,12610,12612],{"className":12611},[261,262,263,264],[21,12613,638],{"className":12614},[42,43,264],[21,12616,302],{"className":12617},[301],[21,12619,12621],{"className":12620},[244],[21,12622,12624],{"className":12623,"style":566},[248],[21,12625],{},[21,12627],{"className":12628,"style":50},[49],[21,12630,685],{"className":12631},[54],[21,12633],{"className":12634,"style":50},[49],[21,12636,12638,12641,12681,12684,12687,12690,12693,12696],{"className":12637},[33],[21,12639],{"className":12640,"style":191},[37],[21,12642,12644,12647],{"className":12643},[42],[21,12645,8268],{"className":12646},[42,43],[21,12648,12650],{"className":12649},[346],[21,12651,12653,12673],{"className":12652},[239,240],[21,12654,12656,12670],{"className":12655},[244],[21,12657,12659],{"className":12658,"style":1960},[248],[21,12660,12661,12664],{"style":547},[21,12662],{"className":12663,"style":363},[256],[21,12665,12667],{"className":12666},[261,262,263,264],[21,12668,638],{"className":12669},[42,43,264],[21,12671,302],{"className":12672},[301],[21,12674,12676],{"className":12675},[244],[21,12677,12679],{"className":12678,"style":566},[248],[21,12680],{},[21,12682,1654],{"className":12683},[42],[21,12685,199],{"className":12686},[198],[21,12688,170],{"className":12689},[42],[21,12691],{"className":12692,"style":72},[49],[21,12694,77],{"className":12695},[76],[21,12697],{"className":12698,"style":72},[49],[21,12700,12702,12705,12762],{"className":12701},[33],[21,12703],{"className":12704,"style":11725},[37],[21,12706,12708,12711],{"className":12707},[42],[21,12709,8532],{"className":12710,"style":8531},[42,43],[21,12712,12714],{"className":12713},[346],[21,12715,12717,12754],{"className":12716},[239,240],[21,12718,12720,12751],{"className":12719},[244],[21,12721,12723,12734],{"className":12722,"style":11382},[248],[21,12724,12725,12728],{"style":11385},[21,12726],{"className":12727,"style":363},[256],[21,12729,12731],{"className":12730},[261,262,263,264],[21,12732,170],{"className":12733},[42,264],[21,12735,12736,12739],{"style":359},[21,12737],{"className":12738,"style":363},[256],[21,12740,12742],{"className":12741},[261,262,263,264],[21,12743,12745,12748],{"className":12744},[42,264],[21,12746],{"className":12747,"style":9615},[49,264],[21,12749,638],{"className":12750},[42,43,264],[21,12752,302],{"className":12753},[301],[21,12755,12757],{"className":12756},[244],[21,12758,12760],{"className":12759,"style":11421},[248],[21,12761],{},[21,12763,207],{"className":12764},[206]," satisfies ",[21,12767,12769],{"className":12768},[24],[21,12770,12772,12864],{"className":12771,"ariaHidden":29},[28],[21,12773,12775,12778,12781,12784,12852,12855,12858,12861],{"className":12774},[33],[21,12776],{"className":12777,"style":191},[37],[21,12779,10474],{"className":12780},[42,10473],[21,12782,1835],{"className":12783},[198],[21,12785,12787,12818],{"className":12786},[42],[21,12788,12790],{"className":12789},[42,4604],[21,12791,12793],{"className":12792},[239],[21,12794,12796],{"className":12795},[244],[21,12797,12799,12807],{"className":12798,"style":38},[248],[21,12800,12801,12804],{"style":4616},[21,12802],{"className":12803,"style":257},[256],[21,12805,8268],{"className":12806},[42,43],[21,12808,12809,12812],{"style":4616},[21,12810],{"className":12811,"style":257},[256],[21,12813,12815],{"className":12814,"style":9248},[4632],[21,12816,9129],{"className":12817},[42],[21,12819,12821],{"className":12820},[346],[21,12822,12824,12844],{"className":12823},[239,240],[21,12825,12827,12841],{"className":12826},[244],[21,12828,12830],{"className":12829,"style":1960},[248],[21,12831,12832,12835],{"style":547},[21,12833],{"className":12834,"style":363},[256],[21,12836,12838],{"className":12837},[261,262,263,264],[21,12839,638],{"className":12840},[42,43,264],[21,12842,302],{"className":12843},[301],[21,12845,12847],{"className":12846},[244],[21,12848,12850],{"className":12849,"style":566},[248],[21,12851],{},[21,12853,10521],{"className":12854},[206],[21,12856],{"className":12857,"style":50},[49],[21,12859,685],{"className":12860},[54],[21,12862],{"className":12863,"style":50},[49],[21,12865,12867,12870,12873,12876,12879],{"className":12866},[33],[21,12868],{"className":12869,"style":191},[37],[21,12871,10474],{"className":12872},[42,10473],[21,12874,1835],{"className":12875},[198],[21,12877,2631],{"className":12878,"style":91},[42,43],[21,12880,10521],{"className":12881},[206],". The same holds\nfor ",[21,12884,12886],{"className":12885},[24],[21,12887,12889],{"className":12888,"ariaHidden":29},[28],[21,12890,12892,12895],{"className":12891},[33],[21,12893],{"className":12894,"style":524},[37],[21,12896,12898,12929],{"className":12897},[42],[21,12899,12901],{"className":12900},[42,4604],[21,12902,12904],{"className":12903},[239],[21,12905,12907],{"className":12906},[244],[21,12908,12910,12918],{"className":12909,"style":38},[248],[21,12911,12912,12915],{"style":4616},[21,12913],{"className":12914,"style":257},[256],[21,12916,1798],{"className":12917,"style":91},[42,43],[21,12919,12920,12923],{"style":4616},[21,12921],{"className":12922,"style":257},[256],[21,12924,12926],{"className":12925,"style":9125},[4632],[21,12927,9129],{"className":12928},[42],[21,12930,12932],{"className":12931},[346],[21,12933,12935,12955],{"className":12934},[239,240],[21,12936,12938,12952],{"className":12937},[244],[21,12939,12941],{"className":12940,"style":1960},[248],[21,12942,12943,12946],{"style":1889},[21,12944],{"className":12945,"style":363},[256],[21,12947,12949],{"className":12948},[261,262,263,264],[21,12950,638],{"className":12951},[42,43,264],[21,12953,302],{"className":12954},[301],[21,12956,12958],{"className":12957},[244],[21,12959,12961],{"className":12960,"style":566},[248],[21,12962],{}," with ",[21,12965,12967],{"className":12966},[24],[21,12968,12970],{"className":12969,"ariaHidden":29},[28],[21,12971,12973,12976],{"className":12972},[33],[21,12974],{"className":12975,"style":1371},[37],[21,12977,12979,12982],{"className":12978},[42],[21,12980,8532],{"className":12981,"style":8531},[42,43],[21,12983,12985],{"className":12984},[346],[21,12986,12988,13008],{"className":12987},[239,240],[21,12989,12991,13005],{"className":12990},[244],[21,12992,12994],{"className":12993,"style":1886},[248],[21,12995,12996,12999],{"style":8547},[21,12997],{"className":12998,"style":363},[256],[21,13000,13002],{"className":13001},[261,262,263,264],[21,13003,271],{"className":13004},[42,264],[21,13006,302],{"className":13007},[301],[21,13009,13011],{"className":13010},[244],[21,13012,13014],{"className":13013,"style":566},[248],[21,13015],{},[1564,13017,13019],{"type":13018},"proof",[11,13020,13021,13024,13025,13095,13096,13371,13372,13669,13670,13758,13759,14201,14202,14284,14285],{},[124,13022,13023],{},"Proof."," With ",[21,13026,13028],{"className":13027},[24],[21,13029,13031,13086],{"className":13030,"ariaHidden":29},[28],[21,13032,13034,13037,13077,13080,13083],{"className":13033},[33],[21,13035],{"className":13036,"style":2649},[37],[21,13038,13040,13043],{"className":13039},[42],[21,13041,8268],{"className":13042},[42,43],[21,13044,13046],{"className":13045},[346],[21,13047,13049,13069],{"className":13048},[239,240],[21,13050,13052,13066],{"className":13051},[244],[21,13053,13055],{"className":13054,"style":1886},[248],[21,13056,13057,13060],{"style":547},[21,13058],{"className":13059,"style":363},[256],[21,13061,13063],{"className":13062},[261,262,263,264],[21,13064,1049],{"className":13065},[42,264],[21,13067,302],{"className":13068},[301],[21,13070,13072],{"className":13071},[244],[21,13073,13075],{"className":13074,"style":566},[248],[21,13076],{},[21,13078],{"className":13079,"style":50},[49],[21,13081,685],{"className":13082},[54],[21,13084],{"className":13085,"style":50},[49],[21,13087,13089,13092],{"className":13088},[33],[21,13090],{"className":13091,"style":1186},[37],[21,13093,1049],{"className":13094},[42],", induction on ",[21,13097,13099],{"className":13098},[24],[21,13100,13102,13157,13261,13282],{"className":13101,"ariaHidden":29},[28],[21,13103,13105,13108,13148,13151,13154],{"className":13104},[33],[21,13106],{"className":13107,"style":2649},[37],[21,13109,13111,13114],{"className":13110},[42],[21,13112,8268],{"className":13113},[42,43],[21,13115,13117],{"className":13116},[346],[21,13118,13120,13140],{"className":13119},[239,240],[21,13121,13123,13137],{"className":13122},[244],[21,13124,13126],{"className":13125,"style":1960},[248],[21,13127,13128,13131],{"style":547},[21,13129],{"className":13130,"style":363},[256],[21,13132,13134],{"className":13133},[261,262,263,264],[21,13135,638],{"className":13136},[42,43,264],[21,13138,302],{"className":13139},[301],[21,13141,13143],{"className":13142},[244],[21,13144,13146],{"className":13145,"style":566},[248],[21,13147],{},[21,13149],{"className":13150,"style":50},[49],[21,13152,685],{"className":13153},[54],[21,13155],{"className":13156,"style":50},[49],[21,13158,13160,13163,13203,13252,13255,13258],{"className":13159},[33],[21,13161],{"className":13162,"style":5702},[37],[21,13164,13166,13169],{"className":13165},[42],[21,13167,8532],{"className":13168,"style":8531},[42,43],[21,13170,13172],{"className":13171},[346],[21,13173,13175,13195],{"className":13174},[239,240],[21,13176,13178,13192],{"className":13177},[244],[21,13179,13181],{"className":13180,"style":1886},[248],[21,13182,13183,13186],{"style":8547},[21,13184],{"className":13185,"style":363},[256],[21,13187,13189],{"className":13188},[261,262,263,264],[21,13190,170],{"className":13191},[42,264],[21,13193,302],{"className":13194},[301],[21,13196,13198],{"className":13197},[244],[21,13199,13201],{"className":13200,"style":566},[248],[21,13202],{},[21,13204,13206,13209],{"className":13205},[42],[21,13207,8268],{"className":13208},[42,43],[21,13210,13212],{"className":13211},[346],[21,13213,13215,13244],{"className":13214},[239,240],[21,13216,13218,13241],{"className":13217},[244],[21,13219,13221],{"className":13220,"style":1886},[248],[21,13222,13223,13226],{"style":547},[21,13224],{"className":13225,"style":363},[256],[21,13227,13229],{"className":13228},[261,262,263,264],[21,13230,13232,13235,13238],{"className":13231},[42,264],[21,13233,638],{"className":13234},[42,43,264],[21,13236,77],{"className":13237},[76,264],[21,13239,170],{"className":13240},[42,264],[21,13242,302],{"className":13243},[301],[21,13245,13247],{"className":13246},[244],[21,13248,13250],{"className":13249,"style":1917},[248],[21,13251],{},[21,13253],{"className":13254,"style":72},[49],[21,13256,642],{"className":13257},[76],[21,13259],{"className":13260,"style":72},[49],[21,13262,13264,13267,13270,13273,13276,13279],{"className":13263},[33],[21,13265],{"className":13266,"style":191},[37],[21,13268,199],{"className":13269},[198],[21,13271,170],{"className":13272},[42],[21,13274],{"className":13275,"style":72},[49],[21,13277,77],{"className":13278},[76],[21,13280],{"className":13281,"style":72},[49],[21,13283,13285,13288,13328,13331],{"className":13284},[33],[21,13286],{"className":13287,"style":191},[37],[21,13289,13291,13294],{"className":13290},[42],[21,13292,8532],{"className":13293,"style":8531},[42,43],[21,13295,13297],{"className":13296},[346],[21,13298,13300,13320],{"className":13299},[239,240],[21,13301,13303,13317],{"className":13302},[244],[21,13304,13306],{"className":13305,"style":1886},[248],[21,13307,13308,13311],{"style":8547},[21,13309],{"className":13310,"style":363},[256],[21,13312,13314],{"className":13313},[261,262,263,264],[21,13315,170],{"className":13316},[42,264],[21,13318,302],{"className":13319},[301],[21,13321,13323],{"className":13322},[244],[21,13324,13326],{"className":13325,"style":566},[248],[21,13327],{},[21,13329,207],{"className":13330},[206],[21,13332,13334,13337],{"className":13333},[42],[21,13335,2631],{"className":13336,"style":91},[42,43],[21,13338,13340],{"className":13339},[346],[21,13341,13343,13363],{"className":13342},[239,240],[21,13344,13346,13360],{"className":13345},[244],[21,13347,13349],{"className":13348,"style":1960},[248],[21,13350,13351,13354],{"style":1889},[21,13352],{"className":13353,"style":363},[256],[21,13355,13357],{"className":13356},[261,262,263,264],[21,13358,638],{"className":13359},[42,43,264],[21,13361,302],{"className":13362},[301],[21,13364,13366],{"className":13365},[244],[21,13367,13369],{"className":13368,"style":566},[248],[21,13370],{},"\ngives ",[21,13373,13375],{"className":13374},[24],[21,13376,13378,13433,13454],{"className":13377,"ariaHidden":29},[28],[21,13379,13381,13384,13424,13427,13430],{"className":13380},[33],[21,13382],{"className":13383,"style":2649},[37],[21,13385,13387,13390],{"className":13386},[42],[21,13388,8268],{"className":13389},[42,43],[21,13391,13393],{"className":13392},[346],[21,13394,13396,13416],{"className":13395},[239,240],[21,13397,13399,13413],{"className":13398},[244],[21,13400,13402],{"className":13401,"style":1960},[248],[21,13403,13404,13407],{"style":547},[21,13405],{"className":13406,"style":363},[256],[21,13408,13410],{"className":13409},[261,262,263,264],[21,13411,638],{"className":13412},[42,43,264],[21,13414,302],{"className":13415},[301],[21,13417,13419],{"className":13418},[244],[21,13420,13422],{"className":13421,"style":566},[248],[21,13423],{},[21,13425],{"className":13426,"style":50},[49],[21,13428,685],{"className":13429},[54],[21,13431],{"className":13432,"style":50},[49],[21,13434,13436,13439,13442,13445,13448,13451],{"className":13435},[33],[21,13437],{"className":13438,"style":191},[37],[21,13440,199],{"className":13441},[198],[21,13443,170],{"className":13444},[42],[21,13446],{"className":13447,"style":72},[49],[21,13449,77],{"className":13450},[76],[21,13452],{"className":13453,"style":72},[49],[21,13455,13457,13460,13500,13503,13506,13566,13569,13629],{"className":13456},[33],[21,13458],{"className":13459,"style":11560},[37],[21,13461,13463,13466],{"className":13462},[42],[21,13464,8532],{"className":13465,"style":8531},[42,43],[21,13467,13469],{"className":13468},[346],[21,13470,13472,13492],{"className":13471},[239,240],[21,13473,13475,13489],{"className":13474},[244],[21,13476,13478],{"className":13477,"style":1886},[248],[21,13479,13480,13483],{"style":8547},[21,13481],{"className":13482,"style":363},[256],[21,13484,13486],{"className":13485},[261,262,263,264],[21,13487,170],{"className":13488},[42,264],[21,13490,302],{"className":13491},[301],[21,13493,13495],{"className":13494},[244],[21,13496,13498],{"className":13497,"style":566},[248],[21,13499],{},[21,13501,207],{"className":13502},[206],[21,13504],{"className":13505,"style":96},[49],[21,13507,13509,13512],{"className":13508},[1240],[21,13510,3149],{"className":13511,"style":3148},[1240,3146,3147],[21,13513,13515],{"className":13514},[346],[21,13516,13518,13558],{"className":13517},[239,240],[21,13519,13521,13555],{"className":13520},[244],[21,13522,13524,13544],{"className":13523,"style":11579},[248],[21,13525,13526,13529],{"style":3165},[21,13527],{"className":13528,"style":363},[256],[21,13530,13532],{"className":13531},[261,262,263,264],[21,13533,13535,13538,13541],{"className":13534},[42,264],[21,13536,6469],{"className":13537},[42,43,264],[21,13539,685],{"className":13540},[54,264],[21,13542,170],{"className":13543},[42,264],[21,13545,13546,13549],{"style":11602},[21,13547],{"className":13548,"style":363},[256],[21,13550,13552],{"className":13551},[261,262,263,264],[21,13553,638],{"className":13554},[42,43,264],[21,13556,302],{"className":13557},[301],[21,13559,13561],{"className":13560},[244],[21,13562,13564],{"className":13563,"style":11621},[248],[21,13565],{},[21,13567],{"className":13568,"style":96},[49],[21,13570,13572,13575],{"className":13571},[42],[21,13573,8532],{"className":13574,"style":8531},[42,43],[21,13576,13578],{"className":13577},[346],[21,13579,13581,13621],{"className":13580},[239,240],[21,13582,13584,13618],{"className":13583},[244],[21,13585,13587,13598],{"className":13586,"style":11645},[248],[21,13588,13589,13592],{"style":9590},[21,13590],{"className":13591,"style":363},[256],[21,13593,13595],{"className":13594},[261,262,263,264],[21,13596,170],{"className":13597},[42,264],[21,13599,13600,13603],{"style":11659},[21,13601],{"className":13602,"style":363},[256],[21,13604,13606],{"className":13605},[261,262,263,264],[21,13607,13609,13612,13615],{"className":13608},[42,264],[21,13610,638],{"className":13611},[42,43,264],[21,13613,77],{"className":13614},[76,264],[21,13616,6469],{"className":13617},[42,43,264],[21,13619,302],{"className":13620},[301],[21,13622,13624],{"className":13623},[244],[21,13625,13627],{"className":13626,"style":1079},[248],[21,13628],{},[21,13630,13632,13635],{"className":13631},[42],[21,13633,2631],{"className":13634,"style":91},[42,43],[21,13636,13638],{"className":13637},[346],[21,13639,13641,13661],{"className":13640},[239,240],[21,13642,13644,13658],{"className":13643},[244],[21,13645,13647],{"className":13646,"style":1225},[248],[21,13648,13649,13652],{"style":1889},[21,13650],{"className":13651,"style":363},[256],[21,13653,13655],{"className":13654},[261,262,263,264],[21,13656,6469],{"className":13657},[42,43,264],[21,13659,302],{"className":13660},[301],[21,13662,13664],{"className":13663},[244],[21,13665,13667],{"className":13666,"style":566},[248],[21,13668],{},". Taking expectations with\n",[21,13671,13673],{"className":13672},[24],[21,13674,13676,13740],{"className":13675,"ariaHidden":29},[28],[21,13677,13679,13682,13685,13688,13728,13731,13734,13737],{"className":13678},[33],[21,13680],{"className":13681,"style":191},[37],[21,13683,10474],{"className":13684},[42,10473],[21,13686,1835],{"className":13687},[198],[21,13689,13691,13694],{"className":13690},[42],[21,13692,2631],{"className":13693,"style":91},[42,43],[21,13695,13697],{"className":13696},[346],[21,13698,13700,13720],{"className":13699},[239,240],[21,13701,13703,13717],{"className":13702},[244],[21,13704,13706],{"className":13705,"style":1225},[248],[21,13707,13708,13711],{"style":1889},[21,13709],{"className":13710,"style":363},[256],[21,13712,13714],{"className":13713},[261,262,263,264],[21,13715,6469],{"className":13716},[42,43,264],[21,13718,302],{"className":13719},[301],[21,13721,13723],{"className":13722},[244],[21,13724,13726],{"className":13725,"style":566},[248],[21,13727],{},[21,13729,10521],{"className":13730},[206],[21,13732],{"className":13733,"style":50},[49],[21,13735,685],{"className":13736},[54],[21,13738],{"className":13739,"style":50},[49],[21,13741,13743,13746,13749,13752,13755],{"className":13742},[33],[21,13744],{"className":13745,"style":191},[37],[21,13747,10474],{"className":13748},[42,10473],[21,13750,1835],{"className":13751},[198],[21,13753,2631],{"className":13754,"style":91},[42,43],[21,13756,10521],{"className":13757},[206]," constant and summing the geometric series,\n",[21,13760,13762],{"className":13761},[24],[21,13763,13765,13829,13850,14105,14126],{"className":13764,"ariaHidden":29},[28],[21,13766,13768,13771,13774,13777,13817,13820,13823,13826],{"className":13767},[33],[21,13769],{"className":13770,"style":191},[37],[21,13772,10474],{"className":13773},[42,10473],[21,13775,1835],{"className":13776},[198],[21,13778,13780,13783],{"className":13779},[42],[21,13781,8268],{"className":13782},[42,43],[21,13784,13786],{"className":13785},[346],[21,13787,13789,13809],{"className":13788},[239,240],[21,13790,13792,13806],{"className":13791},[244],[21,13793,13795],{"className":13794,"style":1960},[248],[21,13796,13797,13800],{"style":547},[21,13798],{"className":13799,"style":363},[256],[21,13801,13803],{"className":13802},[261,262,263,264],[21,13804,638],{"className":13805},[42,43,264],[21,13807,302],{"className":13808},[301],[21,13810,13812],{"className":13811},[244],[21,13813,13815],{"className":13814,"style":566},[248],[21,13816],{},[21,13818,10521],{"className":13819},[206],[21,13821],{"className":13822,"style":50},[49],[21,13824,685],{"className":13825},[54],[21,13827],{"className":13828,"style":50},[49],[21,13830,13832,13835,13838,13841,13844,13847],{"className":13831},[33],[21,13833],{"className":13834,"style":191},[37],[21,13836,199],{"className":13837},[198],[21,13839,170],{"className":13840},[42],[21,13842],{"className":13843,"style":72},[49],[21,13845,77],{"className":13846},[76],[21,13848],{"className":13849,"style":72},[49],[21,13851,13853,13857,13897,13900,13903,13906,13909,13912,13915,13918,14096,14099,14102],{"className":13852},[33],[21,13854],{"className":13855,"style":13856},[37],"height:1.6005em;vertical-align:-0.4811em;",[21,13858,13860,13863],{"className":13859},[42],[21,13861,8532],{"className":13862,"style":8531},[42,43],[21,13864,13866],{"className":13865},[346],[21,13867,13869,13889],{"className":13868},[239,240],[21,13870,13872,13886],{"className":13871},[244],[21,13873,13875],{"className":13874,"style":1886},[248],[21,13876,13877,13880],{"style":8547},[21,13878],{"className":13879,"style":363},[256],[21,13881,13883],{"className":13882},[261,262,263,264],[21,13884,170],{"className":13885},[42,264],[21,13887,302],{"className":13888},[301],[21,13890,13892],{"className":13891},[244],[21,13893,13895],{"className":13894,"style":566},[248],[21,13896],{},[21,13898,207],{"className":13899},[206],[21,13901],{"className":13902,"style":96},[49],[21,13904,10474],{"className":13905},[42,10473],[21,13907,1835],{"className":13908},[198],[21,13910,2631],{"className":13911,"style":91},[42,43],[21,13913,10521],{"className":13914},[206],[21,13916],{"className":13917,"style":96},[49],[21,13919,13921,13924,14093],{"className":13920},[42],[21,13922],{"className":13923},[198,231],[21,13925,13927],{"className":13926},[235],[21,13928,13930,14084],{"className":13929},[239,240],[21,13931,13933,14081],{"className":13932},[244],[21,13934,13937,14000,14008],{"className":13935,"style":13936},[248],"height:1.1194em;",[21,13938,13939,13942],{"style":252},[21,13940],{"className":13941,"style":257},[256],[21,13943,13945],{"className":13944},[261,262,263,264],[21,13946,13948,13951,13954],{"className":13947},[42,264],[21,13949,170],{"className":13950},[42,264],[21,13952,77],{"className":13953},[76,264],[21,13955,13957,13960],{"className":13956},[42,264],[21,13958,8532],{"className":13959,"style":8531},[42,43,264],[21,13961,13963],{"className":13962},[346],[21,13964,13966,13991],{"className":13965},[239,240],[21,13967,13969,13988],{"className":13968},[244],[21,13970,13973],{"className":13971,"style":13972},[248],"height:0.3173em;",[21,13974,13976,13980],{"style":13975},"top:-2.357em;margin-left:-0.0528em;margin-right:0.0714em;",[21,13977],{"className":13978,"style":13979},[256],"height:2.5em;",[21,13981,13985],{"className":13982},[261,13983,13984,264],"reset-size3","size1",[21,13986,170],{"className":13987},[42,264],[21,13989,302],{"className":13990},[301],[21,13992,13994],{"className":13993},[244],[21,13995,13998],{"className":13996,"style":13997},[248],"height:0.143em;",[21,13999],{},[21,14001,14002,14005],{"style":274},[21,14003],{"className":14004,"style":257},[256],[21,14006],{"className":14007,"style":282},[281],[21,14009,14011,14014],{"style":14010},"top:-3.5102em;",[21,14012],{"className":14013,"style":257},[256],[21,14015,14017],{"className":14016},[261,262,263,264],[21,14018,14020,14023,14026],{"className":14019},[42,264],[21,14021,170],{"className":14022},[42,264],[21,14024,77],{"className":14025},[76,264],[21,14027,14029,14032],{"className":14028},[42,264],[21,14030,8532],{"className":14031,"style":8531},[42,43,264],[21,14033,14035],{"className":14034},[346],[21,14036,14038,14072],{"className":14037},[239,240],[21,14039,14041,14069],{"className":14040},[244],[21,14042,14045,14057],{"className":14043,"style":14044},[248],"height:0.8703em;",[21,14046,14048,14051],{"style":14047},"top:-2.214em;margin-left:-0.0528em;margin-right:0.0714em;",[21,14049],{"className":14050,"style":13979},[256],[21,14052,14054],{"className":14053},[261,13983,13984,264],[21,14055,170],{"className":14056},[42,264],[21,14058,14060,14063],{"style":14059},"top:-2.931em;margin-right:0.0714em;",[21,14061],{"className":14062,"style":13979},[256],[21,14064,14066],{"className":14065},[261,13983,13984,264],[21,14067,638],{"className":14068},[42,43,264],[21,14070,302],{"className":14071},[301],[21,14073,14075],{"className":14074},[244],[21,14076,14079],{"className":14077,"style":14078},[248],"height:0.286em;",[21,14080],{},[21,14082,302],{"className":14083},[301],[21,14085,14087],{"className":14086},[244],[21,14088,14091],{"className":14089,"style":14090},[248],"height:0.4811em;",[21,14092],{},[21,14094],{"className":14095},[206,231],[21,14097],{"className":14098,"style":50},[49],[21,14100,685],{"className":14101},[54],[21,14103],{"className":14104,"style":50},[49],[21,14106,14108,14111,14114,14117,14120,14123],{"className":14107},[33],[21,14109],{"className":14110,"style":191},[37],[21,14112,199],{"className":14113},[198],[21,14115,170],{"className":14116},[42],[21,14118],{"className":14119,"style":72},[49],[21,14121,77],{"className":14122},[76],[21,14124],{"className":14125,"style":72},[49],[21,14127,14129,14132,14183,14186,14189,14192,14195,14198],{"className":14128},[33],[21,14130],{"className":14131,"style":11725},[37],[21,14133,14135,14138],{"className":14134},[42],[21,14136,8532],{"className":14137,"style":8531},[42,43],[21,14139,14141],{"className":14140},[346],[21,14142,14144,14175],{"className":14143},[239,240],[21,14145,14147,14172],{"className":14146},[244],[21,14148,14150,14161],{"className":14149,"style":11382},[248],[21,14151,14152,14155],{"style":11385},[21,14153],{"className":14154,"style":363},[256],[21,14156,14158],{"className":14157},[261,262,263,264],[21,14159,170],{"className":14160},[42,264],[21,14162,14163,14166],{"style":359},[21,14164],{"className":14165,"style":363},[256],[21,14167,14169],{"className":14168},[261,262,263,264],[21,14170,638],{"className":14171},[42,43,264],[21,14173,302],{"className":14174},[301],[21,14176,14178],{"className":14177},[244],[21,14179,14181],{"className":14180,"style":11421},[248],[21,14182],{},[21,14184,207],{"className":14185},[206],[21,14187],{"className":14188,"style":96},[49],[21,14190,10474],{"className":14191},[42,10473],[21,14193,1835],{"className":14194},[198],[21,14196,2631],{"className":14197,"style":91},[42,43],[21,14199,10521],{"className":14200},[206],". Dividing by ",[21,14203,14205],{"className":14204},[24],[21,14206,14208,14226],{"className":14207,"ariaHidden":29},[28],[21,14209,14211,14214,14217,14220,14223],{"className":14210},[33],[21,14212],{"className":14213,"style":1352},[37],[21,14215,170],{"className":14216},[42],[21,14218],{"className":14219,"style":72},[49],[21,14221,77],{"className":14222},[76],[21,14224],{"className":14225,"style":72},[49],[21,14227,14229,14233],{"className":14228},[33],[21,14230],{"className":14231,"style":14232},[37],"height:1.0417em;vertical-align:-0.2481em;",[21,14234,14236,14239],{"className":14235},[42],[21,14237,8532],{"className":14238,"style":8531},[42,43],[21,14240,14242],{"className":14241},[346],[21,14243,14245,14276],{"className":14244},[239,240],[21,14246,14248,14273],{"className":14247},[244],[21,14249,14251,14262],{"className":14250,"style":11382},[248],[21,14252,14253,14256],{"style":11385},[21,14254],{"className":14255,"style":363},[256],[21,14257,14259],{"className":14258},[261,262,263,264],[21,14260,170],{"className":14261},[42,264],[21,14263,14264,14267],{"style":359},[21,14265],{"className":14266,"style":363},[256],[21,14268,14270],{"className":14269},[261,262,263,264],[21,14271,638],{"className":14272},[42,43,264],[21,14274,302],{"className":14275},[301],[21,14277,14279],{"className":14278},[244],[21,14280,14282],{"className":14281,"style":11421},[248],[21,14283],{}," removes the factor. ",[21,14286,14288],{"className":14287},[24],[21,14289,14291],{"className":14290,"ariaHidden":29},[28],[21,14292,14294,14298],{"className":14293},[33],[21,14295],{"className":14296,"style":14297},[37],"height:0.675em;",[21,14299,14303],{"className":14300},[14301,14302],"enclosing","qed",[21,14304,14307],{"className":14305},[42,14306],"amsrm","□",[11,14309,14310,14311,14401,14402,14436,14437,14452],{},"The correction factor ",[21,14312,14314],{"className":14313},[24],[21,14315,14317,14341],{"className":14316,"ariaHidden":29},[28],[21,14318,14320,14323,14326,14329,14332,14335,14338],{"className":14319},[33],[21,14321],{"className":14322,"style":191},[37],[21,14324,3249],{"className":14325},[42],[21,14327,199],{"className":14328},[198],[21,14330,170],{"className":14331},[42],[21,14333],{"className":14334,"style":72},[49],[21,14336,77],{"className":14337},[76],[21,14339],{"className":14340,"style":72},[49],[21,14342,14344,14347,14398],{"className":14343},[33],[21,14345],{"className":14346,"style":11725},[37],[21,14348,14350,14353],{"className":14349},[42],[21,14351,8532],{"className":14352,"style":8531},[42,43],[21,14354,14356],{"className":14355},[346],[21,14357,14359,14390],{"className":14358},[239,240],[21,14360,14362,14387],{"className":14361},[244],[21,14363,14365,14376],{"className":14364,"style":11382},[248],[21,14366,14367,14370],{"style":11385},[21,14368],{"className":14369,"style":363},[256],[21,14371,14373],{"className":14372},[261,262,263,264],[21,14374,170],{"className":14375},[42,264],[21,14377,14378,14381],{"style":359},[21,14379],{"className":14380,"style":363},[256],[21,14382,14384],{"className":14383},[261,262,263,264],[21,14385,638],{"className":14386},[42,43,264],[21,14388,302],{"className":14389},[301],[21,14391,14393],{"className":14392},[244],[21,14394,14396],{"className":14395,"style":11421},[248],[21,14397],{},[21,14399,207],{"className":14400},[206]," is enormous at ",[21,14403,14405],{"className":14404},[24],[21,14406,14408,14427],{"className":14407,"ariaHidden":29},[28],[21,14409,14411,14415,14418,14421,14424],{"className":14410},[33],[21,14412],{"className":14413,"style":14414},[37],"height:0.6151em;",[21,14416,638],{"className":14417},[42,43],[21,14419],{"className":14420,"style":50},[49],[21,14422,685],{"className":14423},[54],[21,14425],{"className":14426,"style":50},[49],[21,14428,14430,14433],{"className":14429},[33],[21,14431],{"className":14432,"style":1186},[37],[21,14434,170],{"className":14435},[42]," and decays to ",[21,14438,14440],{"className":14439},[24],[21,14441,14443],{"className":14442,"ariaHidden":29},[28],[21,14444,14446,14449],{"className":14445},[33],[21,14447],{"className":14448,"style":1186},[37],[21,14450,170],{"className":14451},[42],"\nwithin a few hundred steps. It is a warm-up baked into the math: early steps,\nwhen the averages are unreliable, are scaled up to compensate.",[11,14454,14455,14456,14581,14582,835],{},"At the very first step the correction is essential. With\n",[21,14457,14459],{"className":14458},[24],[21,14460,14462,14517,14572],{"className":14461,"ariaHidden":29},[28],[21,14463,14465,14468,14508,14511,14514],{"className":14464},[33],[21,14466],{"className":14467,"style":2649},[37],[21,14469,14471,14474],{"className":14470},[42],[21,14472,8268],{"className":14473},[42,43],[21,14475,14477],{"className":14476},[346],[21,14478,14480,14500],{"className":14479},[239,240],[21,14481,14483,14497],{"className":14482},[244],[21,14484,14486],{"className":14485,"style":1886},[248],[21,14487,14488,14491],{"style":547},[21,14489],{"className":14490,"style":363},[256],[21,14492,14494],{"className":14493},[261,262,263,264],[21,14495,1049],{"className":14496},[42,264],[21,14498,302],{"className":14499},[301],[21,14501,14503],{"className":14502},[244],[21,14504,14506],{"className":14505,"style":566},[248],[21,14507],{},[21,14509],{"className":14510,"style":50},[49],[21,14512,685],{"className":14513},[54],[21,14515],{"className":14516,"style":50},[49],[21,14518,14520,14523,14563,14566,14569],{"className":14519},[33],[21,14521],{"className":14522,"style":2649},[37],[21,14524,14526,14529],{"className":14525},[42],[21,14527,1798],{"className":14528,"style":91},[42,43],[21,14530,14532],{"className":14531},[346],[21,14533,14535,14555],{"className":14534},[239,240],[21,14536,14538,14552],{"className":14537},[244],[21,14539,14541],{"className":14540,"style":1886},[248],[21,14542,14543,14546],{"style":1889},[21,14544],{"className":14545,"style":363},[256],[21,14547,14549],{"className":14548},[261,262,263,264],[21,14550,1049],{"className":14551},[42,264],[21,14553,302],{"className":14554},[301],[21,14556,14558],{"className":14557},[244],[21,14559,14561],{"className":14560,"style":566},[248],[21,14562],{},[21,14564],{"className":14565,"style":50},[49],[21,14567,685],{"className":14568},[54],[21,14570],{"className":14571,"style":50},[49],[21,14573,14575,14578],{"className":14574},[33],[21,14576],{"className":14577,"style":1186},[37],[21,14579,1049],{"className":14580},[42]," and a single gradient ",[21,14583,14585],{"className":14584},[24],[21,14586,14588],{"className":14587,"ariaHidden":29},[28],[21,14589,14591,14594],{"className":14590},[33],[21,14592],{"className":14593,"style":118},[37],[21,14595,14597,14600],{"className":14596},[42],[21,14598,2631],{"className":14599,"style":91},[42,43],[21,14601,14603],{"className":14602},[346],[21,14604,14606,14626],{"className":14605},[239,240],[21,14607,14609,14623],{"className":14608},[244],[21,14610,14612],{"className":14611,"style":1886},[248],[21,14613,14614,14617],{"style":1889},[21,14615],{"className":14616,"style":363},[256],[21,14618,14620],{"className":14619},[261,262,263,264],[21,14621,170],{"className":14622},[42,264],[21,14624,302],{"className":14625},[301],[21,14627,14629],{"className":14628},[244],[21,14630,14632],{"className":14631,"style":566},[248],[21,14633],{},[21,14635,14637],{"className":14636},[589],[21,14638,14640],{"className":14639},[24],[21,14641,14643,14698,14719,14869,14890],{"className":14642,"ariaHidden":29},[28],[21,14644,14646,14649,14689,14692,14695],{"className":14645},[33],[21,14647],{"className":14648,"style":2649},[37],[21,14650,14652,14655],{"className":14651},[42],[21,14653,8268],{"className":14654},[42,43],[21,14656,14658],{"className":14657},[346],[21,14659,14661,14681],{"className":14660},[239,240],[21,14662,14664,14678],{"className":14663},[244],[21,14665,14667],{"className":14666,"style":1886},[248],[21,14668,14669,14672],{"style":547},[21,14670],{"className":14671,"style":363},[256],[21,14673,14675],{"className":14674},[261,262,263,264],[21,14676,170],{"className":14677},[42,264],[21,14679,302],{"className":14680},[301],[21,14682,14684],{"className":14683},[244],[21,14685,14687],{"className":14686,"style":566},[248],[21,14688],{},[21,14690],{"className":14691,"style":50},[49],[21,14693,685],{"className":14694},[54],[21,14696],{"className":14697,"style":50},[49],[21,14699,14701,14704,14707,14710,14713,14716],{"className":14700},[33],[21,14702],{"className":14703,"style":191},[37],[21,14705,199],{"className":14706},[198],[21,14708,170],{"className":14709},[42],[21,14711],{"className":14712,"style":72},[49],[21,14714,77],{"className":14715},[76],[21,14717],{"className":14718,"style":72},[49],[21,14720,14722,14725,14765,14768,14771,14811,14814,14817,14820,14860,14863,14866],{"className":14721},[33],[21,14723],{"className":14724,"style":191},[37],[21,14726,14728,14731],{"className":14727},[42],[21,14729,8532],{"className":14730,"style":8531},[42,43],[21,14732,14734],{"className":14733},[346],[21,14735,14737,14757],{"className":14736},[239,240],[21,14738,14740,14754],{"className":14739},[244],[21,14741,14743],{"className":14742,"style":1886},[248],[21,14744,14745,14748],{"style":8547},[21,14746],{"className":14747,"style":363},[256],[21,14749,14751],{"className":14750},[261,262,263,264],[21,14752,170],{"className":14753},[42,264],[21,14755,302],{"className":14756},[301],[21,14758,14760],{"className":14759},[244],[21,14761,14763],{"className":14762,"style":566},[248],[21,14764],{},[21,14766,207],{"className":14767},[206],[21,14769],{"className":14770,"style":96},[49],[21,14772,14774,14777],{"className":14773},[42],[21,14775,2631],{"className":14776,"style":91},[42,43],[21,14778,14780],{"className":14779},[346],[21,14781,14783,14803],{"className":14782},[239,240],[21,14784,14786,14800],{"className":14785},[244],[21,14787,14789],{"className":14788,"style":1886},[248],[21,14790,14791,14794],{"style":1889},[21,14792],{"className":14793,"style":363},[256],[21,14795,14797],{"className":14796},[261,262,263,264],[21,14798,170],{"className":14799},[42,264],[21,14801,302],{"className":14802},[301],[21,14804,14806],{"className":14805},[244],[21,14807,14809],{"className":14808,"style":566},[248],[21,14810],{},[21,14812,835],{"className":14813},[834],[21,14815],{"className":14816,"style":839},[49],[21,14818],{"className":14819,"style":96},[49],[21,14821,14823,14826],{"className":14822},[42],[21,14824,1798],{"className":14825,"style":91},[42,43],[21,14827,14829],{"className":14828},[346],[21,14830,14832,14852],{"className":14831},[239,240],[21,14833,14835,14849],{"className":14834},[244],[21,14836,14838],{"className":14837,"style":1886},[248],[21,14839,14840,14843],{"style":1889},[21,14841],{"className":14842,"style":363},[256],[21,14844,14846],{"className":14845},[261,262,263,264],[21,14847,170],{"className":14848},[42,264],[21,14850,302],{"className":14851},[301],[21,14853,14855],{"className":14854},[244],[21,14856,14858],{"className":14857,"style":566},[248],[21,14859],{},[21,14861],{"className":14862,"style":50},[49],[21,14864,685],{"className":14865},[54],[21,14867],{"className":14868,"style":50},[49],[21,14870,14872,14875,14878,14881,14884,14887],{"className":14871},[33],[21,14873],{"className":14874,"style":191},[37],[21,14876,199],{"className":14877},[198],[21,14879,170],{"className":14880},[42],[21,14882],{"className":14883,"style":72},[49],[21,14885,77],{"className":14886},[76],[21,14888],{"className":14889,"style":72},[49],[21,14891,14893,14897,14937,14940,14943,14994],{"className":14892},[33],[21,14894],{"className":14895,"style":14896},[37],"height:1.1141em;vertical-align:-0.25em;",[21,14898,14900,14903],{"className":14899},[42],[21,14901,8532],{"className":14902,"style":8531},[42,43],[21,14904,14906],{"className":14905},[346],[21,14907,14909,14929],{"className":14908},[239,240],[21,14910,14912,14926],{"className":14911},[244],[21,14913,14915],{"className":14914,"style":1886},[248],[21,14916,14917,14920],{"style":8547},[21,14918],{"className":14919,"style":363},[256],[21,14921,14923],{"className":14922},[261,262,263,264],[21,14924,271],{"className":14925},[42,264],[21,14927,302],{"className":14928},[301],[21,14930,14932],{"className":14931},[244],[21,14933,14935],{"className":14934,"style":566},[248],[21,14936],{},[21,14938,207],{"className":14939},[206],[21,14941],{"className":14942,"style":96},[49],[21,14944,14946,14949],{"className":14945},[42],[21,14947,2631],{"className":14948,"style":91},[42,43],[21,14950,14952],{"className":14951},[346],[21,14953,14955,14986],{"className":14954},[239,240],[21,14956,14958,14983],{"className":14957},[244],[21,14959,14961,14972],{"className":14960,"style":2851},[248],[21,14962,14963,14966],{"style":6893},[21,14964],{"className":14965,"style":363},[256],[21,14967,14969],{"className":14968},[261,262,263,264],[21,14970,170],{"className":14971},[42,264],[21,14973,14974,14977],{"style":1007},[21,14975],{"className":14976,"style":363},[256],[21,14978,14980],{"className":14979},[261,262,263,264],[21,14981,271],{"className":14982},[42,264],[21,14984,302],{"className":14985},[301],[21,14987,14989],{"className":14988},[244],[21,14990,14992],{"className":14991,"style":6923},[248],[21,14993],{},[21,14995,1085],{"className":14996},[42],[11,14998,14999,15000,15297,15298,3673,15368,15438,15439,15525,15526,15646,15647,15665],{},"Without correction the update would be ",[21,15001,15003],{"className":15002},[24],[21,15004,15006,15033],{"className":15005,"ariaHidden":29},[28],[21,15007,15009,15012,15015,15018,15021,15024,15027,15030],{"className":15008},[33],[21,15010],{"className":15011,"style":191},[37],[21,15013,92],{"className":15014,"style":91},[42,43],[21,15016],{"className":15017,"style":96},[49],[21,15019,199],{"className":15020},[198],[21,15022,170],{"className":15023},[42],[21,15025],{"className":15026,"style":72},[49],[21,15028,77],{"className":15029},[76],[21,15031],{"className":15032,"style":72},[49],[21,15034,15036,15040,15080,15083,15086,15126,15129],{"className":15035},[33],[21,15037],{"className":15038,"style":15039},[37],"height:1.24em;vertical-align:-0.2902em;",[21,15041,15043,15046],{"className":15042},[42],[21,15044,8532],{"className":15045,"style":8531},[42,43],[21,15047,15049],{"className":15048},[346],[21,15050,15052,15072],{"className":15051},[239,240],[21,15053,15055,15069],{"className":15054},[244],[21,15056,15058],{"className":15057,"style":1886},[248],[21,15059,15060,15063],{"style":8547},[21,15061],{"className":15062,"style":363},[256],[21,15064,15066],{"className":15065},[261,262,263,264],[21,15067,170],{"className":15068},[42,264],[21,15070,302],{"className":15071},[301],[21,15073,15075],{"className":15074},[244],[21,15076,15078],{"className":15077,"style":566},[248],[21,15079],{},[21,15081,207],{"className":15082},[206],[21,15084],{"className":15085,"style":96},[49],[21,15087,15089,15092],{"className":15088},[42],[21,15090,2631],{"className":15091,"style":91},[42,43],[21,15093,15095],{"className":15094},[346],[21,15096,15098,15118],{"className":15097},[239,240],[21,15099,15101,15115],{"className":15100},[244],[21,15102,15104],{"className":15103,"style":1886},[248],[21,15105,15106,15109],{"style":1889},[21,15107],{"className":15108,"style":363},[256],[21,15110,15112],{"className":15111},[261,262,263,264],[21,15113,170],{"className":15114},[42,264],[21,15116,302],{"className":15117},[301],[21,15119,15121],{"className":15120},[244],[21,15122,15124],{"className":15123,"style":566},[248],[21,15125],{},[21,15127,1654],{"className":15128},[42],[21,15130,15132],{"className":15131},[42,5901],[21,15133,15135,15288],{"className":15134},[239,240],[21,15136,15138,15285],{"className":15137},[244],[21,15139,15142,15268],{"className":15140,"style":15141},[248],"height:0.9498em;",[21,15143,15146,15150],{"className":15144,"style":15145},[2987],"top:-3.2em;",[21,15147],{"className":15148,"style":15149},[256],"height:3.2em;",[21,15151,15154,15157,15160,15163,15166,15169,15209,15212,15215],{"className":15152,"style":15153},[42],"padding-left:1em;",[21,15155,199],{"className":15156},[198],[21,15158,170],{"className":15159},[42],[21,15161],{"className":15162,"style":72},[49],[21,15164,77],{"className":15165},[76],[21,15167],{"className":15168,"style":72},[49],[21,15170,15172,15175],{"className":15171},[42],[21,15173,8532],{"className":15174,"style":8531},[42,43],[21,15176,15178],{"className":15177},[346],[21,15179,15181,15201],{"className":15180},[239,240],[21,15182,15184,15198],{"className":15183},[244],[21,15185,15187],{"className":15186,"style":1886},[248],[21,15188,15189,15192],{"style":8547},[21,15190],{"className":15191,"style":363},[256],[21,15193,15195],{"className":15194},[261,262,263,264],[21,15196,271],{"className":15197},[42,264],[21,15199,302],{"className":15200},[301],[21,15202,15204],{"className":15203},[244],[21,15205,15207],{"className":15206,"style":566},[248],[21,15208],{},[21,15210,207],{"className":15211},[206],[21,15213],{"className":15214,"style":96},[49],[21,15216,15218,15221],{"className":15217},[42],[21,15219,2631],{"className":15220,"style":91},[42,43],[21,15222,15224],{"className":15223},[346],[21,15225,15227,15260],{"className":15226},[239,240],[21,15228,15230,15257],{"className":15229},[244],[21,15231,15234,15246],{"className":15232,"style":15233},[248],"height:0.7959em;",[21,15235,15237,15240],{"style":15236},"top:-2.4337em;margin-left:-0.0359em;margin-right:0.05em;",[21,15238],{"className":15239,"style":363},[256],[21,15241,15243],{"className":15242},[261,262,263,264],[21,15244,170],{"className":15245},[42,264],[21,15247,15248,15251],{"style":9602},[21,15249],{"className":15250,"style":363},[256],[21,15252,15254],{"className":15253},[261,262,263,264],[21,15255,271],{"className":15256},[42,264],[21,15258,302],{"className":15259},[301],[21,15261,15263],{"className":15262},[244],[21,15264,15266],{"className":15265,"style":1079},[248],[21,15267],{},[21,15269,15271,15274],{"style":15270},"top:-2.9098em;",[21,15272],{"className":15273,"style":15149},[256],[21,15275,15278],{"className":15276,"style":15277},[2995],"min-width:1.02em;height:1.28em;",[2998,15279,15282],{"xmlns":3000,"width":3001,"height":15280,"viewBox":15281,"preserveAspectRatio":5976},"1.28em","0 0 400000 1296",[3006,15283],{"d":15284},"M263,681c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl0 -0\nc4.7,-7.3,11,-11,19,-11\nH40000v40H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM1001 80h400000v40h-400000z",[21,15286,302],{"className":15287},[301],[21,15289,15291],{"className":15290},[244],[21,15292,15295],{"className":15293,"style":15294},[248],"height:0.2902em;",[21,15296],{},",\nwhich for the defaults ",[21,15299,15301],{"className":15300},[24],[21,15302,15304,15359],{"className":15303,"ariaHidden":29},[28],[21,15305,15307,15310,15350,15353,15356],{"className":15306},[33],[21,15308],{"className":15309,"style":1371},[37],[21,15311,15313,15316],{"className":15312},[42],[21,15314,8532],{"className":15315,"style":8531},[42,43],[21,15317,15319],{"className":15318},[346],[21,15320,15322,15342],{"className":15321},[239,240],[21,15323,15325,15339],{"className":15324},[244],[21,15326,15328],{"className":15327,"style":1886},[248],[21,15329,15330,15333],{"style":8547},[21,15331],{"className":15332,"style":363},[256],[21,15334,15336],{"className":15335},[261,262,263,264],[21,15337,170],{"className":15338},[42,264],[21,15340,302],{"className":15341},[301],[21,15343,15345],{"className":15344},[244],[21,15346,15348],{"className":15347,"style":566},[248],[21,15349],{},[21,15351],{"className":15352,"style":50},[49],[21,15354,685],{"className":15355},[54],[21,15357],{"className":15358,"style":50},[49],[21,15360,15362,15365],{"className":15361},[33],[21,15363],{"className":15364,"style":1186},[37],[21,15366,2274],{"className":15367},[42],[21,15369,15371],{"className":15370},[24],[21,15372,15374,15429],{"className":15373,"ariaHidden":29},[28],[21,15375,15377,15380,15420,15423,15426],{"className":15376},[33],[21,15378],{"className":15379,"style":1371},[37],[21,15381,15383,15386],{"className":15382},[42],[21,15384,8532],{"className":15385,"style":8531},[42,43],[21,15387,15389],{"className":15388},[346],[21,15390,15392,15412],{"className":15391},[239,240],[21,15393,15395,15409],{"className":15394},[244],[21,15396,15398],{"className":15397,"style":1886},[248],[21,15399,15400,15403],{"style":8547},[21,15401],{"className":15402,"style":363},[256],[21,15404,15406],{"className":15405},[261,262,263,264],[21,15407,271],{"className":15408},[42,264],[21,15410,302],{"className":15411},[301],[21,15413,15415],{"className":15414},[244],[21,15416,15418],{"className":15417,"style":566},[248],[21,15419],{},[21,15421],{"className":15422,"style":50},[49],[21,15424,685],{"className":15425},[54],[21,15427],{"className":15428,"style":50},[49],[21,15430,15432,15435],{"className":15431},[33],[21,15433],{"className":15434,"style":1186},[37],[21,15436,10046],{"className":15437},[42]," carries a raw scale of\n",[21,15440,15442],{"className":15441},[24],[21,15443,15445,15515],{"className":15444,"ariaHidden":29},[28],[21,15446,15448,15452,15455,15506,15509,15512],{"className":15447},[33],[21,15449],{"className":15450,"style":15451},[37],"height:1.1572em;vertical-align:-0.25em;",[21,15453,4251],{"className":15454},[42],[21,15456,15458],{"className":15457},[42,5901],[21,15459,15461,15497],{"className":15460},[239,240],[21,15462,15464,15494],{"className":15463},[244],[21,15465,15468,15481],{"className":15466,"style":15467},[248],"height:0.9072em;",[21,15469,15471,15474],{"className":15470,"style":4616},[2987],[21,15472],{"className":15473,"style":257},[256],[21,15475,15477],{"className":15476,"style":5921},[42],[21,15478,15480],{"className":15479},[42],"0.001",[21,15482,15484,15487],{"style":15483},"top:-2.8672em;",[21,15485],{"className":15486,"style":257},[256],[21,15488,15490],{"className":15489,"style":5971},[2995],[2998,15491,15492],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,15493],{"d":5979},[21,15495,302],{"className":15496},[301],[21,15498,15500],{"className":15499},[244],[21,15501,15504],{"className":15502,"style":15503},[248],"height:0.1328em;",[21,15505],{},[21,15507],{"className":15508,"style":50},[49],[21,15510,214],{"className":15511},[54],[21,15513],{"className":15514,"style":50},[49],[21,15516,15518,15521],{"className":15517},[33],[21,15519],{"className":15520,"style":1186},[37],[21,15522,15524],{"className":15523},[42],"3.16"," instead of the intended ",[21,15527,15529],{"className":15528},[24],[21,15530,15532,15637],{"className":15531,"ariaHidden":29},[28],[21,15533,15535,15538,15541,15581,15585,15625,15628,15631,15634],{"className":15534},[33],[21,15536],{"className":15537,"style":191},[37],[21,15539,1169],{"className":15540},[42],[21,15542,15544,15547],{"className":15543},[42],[21,15545,2631],{"className":15546,"style":91},[42,43],[21,15548,15550],{"className":15549},[346],[21,15551,15553,15573],{"className":15552},[239,240],[21,15554,15556,15570],{"className":15555},[244],[21,15557,15559],{"className":15558,"style":1886},[248],[21,15560,15561,15564],{"style":1889},[21,15562],{"className":15563,"style":363},[256],[21,15565,15567],{"className":15566},[261,262,263,264],[21,15568,170],{"className":15569},[42,264],[21,15571,302],{"className":15572},[301],[21,15574,15576],{"className":15575},[244],[21,15577,15579],{"className":15578,"style":566},[248],[21,15580],{},[21,15582,15584],{"className":15583},[42],"∣\u002F∣",[21,15586,15588,15591],{"className":15587},[42],[21,15589,2631],{"className":15590,"style":91},[42,43],[21,15592,15594],{"className":15593},[346],[21,15595,15597,15617],{"className":15596},[239,240],[21,15598,15600,15614],{"className":15599},[244],[21,15601,15603],{"className":15602,"style":1886},[248],[21,15604,15605,15608],{"style":1889},[21,15606],{"className":15607,"style":363},[256],[21,15609,15611],{"className":15610},[261,262,263,264],[21,15612,170],{"className":15613},[42,264],[21,15615,302],{"className":15616},[301],[21,15618,15620],{"className":15619},[244],[21,15621,15623],{"className":15622,"style":566},[248],[21,15624],{},[21,15626,1169],{"className":15627},[42],[21,15629],{"className":15630,"style":50},[49],[21,15632,685],{"className":15633},[54],[21,15635],{"className":15636,"style":50},[49],[21,15638,15640,15643],{"className":15639},[33],[21,15641],{"className":15642,"style":1186},[37],[21,15644,170],{"className":15645},[42]," — the\nfirst step would be more than ",[21,15648,15650],{"className":15649},[24],[21,15651,15653],{"className":15652,"ariaHidden":29},[28],[21,15654,15656,15659,15662],{"className":15655},[33],[21,15657],{"className":15658,"style":1352},[37],[21,15660,3937],{"className":15661},[42],[21,15663,2603],{"className":15664},[42]," too large. Bias correction restores it:",[21,15667,15669],{"className":15668},[589],[21,15670,15672],{"className":15671},[24],[21,15673,15675,15758,15921,16053,16216],{"className":15674,"ariaHidden":29},[28],[21,15676,15678,15681,15749,15752,15755],{"className":15677},[33],[21,15679],{"className":15680,"style":524},[37],[21,15682,15684,15715],{"className":15683},[42],[21,15685,15687],{"className":15686},[42,4604],[21,15688,15690],{"className":15689},[239],[21,15691,15693],{"className":15692},[244],[21,15694,15696,15704],{"className":15695,"style":38},[248],[21,15697,15698,15701],{"style":4616},[21,15699],{"className":15700,"style":257},[256],[21,15702,8268],{"className":15703},[42,43],[21,15705,15706,15709],{"style":4616},[21,15707],{"className":15708,"style":257},[256],[21,15710,15712],{"className":15711,"style":9248},[4632],[21,15713,9129],{"className":15714},[42],[21,15716,15718],{"className":15717},[346],[21,15719,15721,15741],{"className":15720},[239,240],[21,15722,15724,15738],{"className":15723},[244],[21,15725,15727],{"className":15726,"style":1886},[248],[21,15728,15729,15732],{"style":547},[21,15730],{"className":15731,"style":363},[256],[21,15733,15735],{"className":15734},[261,262,263,264],[21,15736,170],{"className":15737},[42,264],[21,15739,302],{"className":15740},[301],[21,15742,15744],{"className":15743},[244],[21,15745,15747],{"className":15746,"style":566},[248],[21,15748],{},[21,15750],{"className":15751,"style":50},[49],[21,15753,685],{"className":15754},[54],[21,15756],{"className":15757,"style":50},[49],[21,15759,15761,15764,15912,15915,15918],{"className":15760},[33],[21,15762],{"className":15763,"style":3033},[37],[21,15765,15767,15770,15909],{"className":15766},[42],[21,15768],{"className":15769},[198,231],[21,15771,15773],{"className":15772},[235],[21,15774,15776,15901],{"className":15775},[239,240],[21,15777,15779,15898],{"className":15778},[244],[21,15780,15782,15842,15850],{"className":15781,"style":3055},[248],[21,15783,15784,15787],{"style":3058},[21,15785],{"className":15786,"style":257},[256],[21,15788,15790,15793,15796,15799,15802],{"className":15789},[42],[21,15791,170],{"className":15792},[42],[21,15794],{"className":15795,"style":72},[49],[21,15797,77],{"className":15798},[76],[21,15800],{"className":15801,"style":72},[49],[21,15803,15805,15808],{"className":15804},[42],[21,15806,8532],{"className":15807,"style":8531},[42,43],[21,15809,15811],{"className":15810},[346],[21,15812,15814,15834],{"className":15813},[239,240],[21,15815,15817,15831],{"className":15816},[244],[21,15818,15820],{"className":15819,"style":1886},[248],[21,15821,15822,15825],{"style":8547},[21,15823],{"className":15824,"style":363},[256],[21,15826,15828],{"className":15827},[261,262,263,264],[21,15829,170],{"className":15830},[42,264],[21,15832,302],{"className":15833},[301],[21,15835,15837],{"className":15836},[244],[21,15838,15840],{"className":15839,"style":566},[248],[21,15841],{},[21,15843,15844,15847],{"style":274},[21,15845],{"className":15846,"style":257},[256],[21,15848],{"className":15849,"style":282},[281],[21,15851,15852,15855],{"style":3090},[21,15853],{"className":15854,"style":257},[256],[21,15856,15858],{"className":15857},[42],[21,15859,15861,15864],{"className":15860},[42],[21,15862,8268],{"className":15863},[42,43],[21,15865,15867],{"className":15866},[346],[21,15868,15870,15890],{"className":15869},[239,240],[21,15871,15873,15887],{"className":15872},[244],[21,15874,15876],{"className":15875,"style":1886},[248],[21,15877,15878,15881],{"style":547},[21,15879],{"className":15880,"style":363},[256],[21,15882,15884],{"className":15883},[261,262,263,264],[21,15885,170],{"className":15886},[42,264],[21,15888,302],{"className":15889},[301],[21,15891,15893],{"className":15892},[244],[21,15894,15896],{"className":15895,"style":566},[248],[21,15897],{},[21,15899,302],{"className":15900},[301],[21,15902,15904],{"className":15903},[244],[21,15905,15907],{"className":15906,"style":3109},[248],[21,15908],{},[21,15910],{"className":15911},[206,231],[21,15913],{"className":15914,"style":50},[49],[21,15916,685],{"className":15917},[54],[21,15919],{"className":15920,"style":50},[49],[21,15922,15924,15927,15967,15970,15973,15976,16044,16047,16050],{"className":15923},[33],[21,15925],{"className":15926,"style":1371},[37],[21,15928,15930,15933],{"className":15929},[42],[21,15931,2631],{"className":15932,"style":91},[42,43],[21,15934,15936],{"className":15935},[346],[21,15937,15939,15959],{"className":15938},[239,240],[21,15940,15942,15956],{"className":15941},[244],[21,15943,15945],{"className":15944,"style":1886},[248],[21,15946,15947,15950],{"style":1889},[21,15948],{"className":15949,"style":363},[256],[21,15951,15953],{"className":15952},[261,262,263,264],[21,15954,170],{"className":15955},[42,264],[21,15957,302],{"className":15958},[301],[21,15960,15962],{"className":15961},[244],[21,15963,15965],{"className":15964,"style":566},[248],[21,15966],{},[21,15968,835],{"className":15969},[834],[21,15971],{"className":15972,"style":839},[49],[21,15974],{"className":15975,"style":96},[49],[21,15977,15979,16010],{"className":15978},[42],[21,15980,15982],{"className":15981},[42,4604],[21,15983,15985],{"className":15984},[239],[21,15986,15988],{"className":15987},[244],[21,15989,15991,15999],{"className":15990,"style":38},[248],[21,15992,15993,15996],{"style":4616},[21,15994],{"className":15995,"style":257},[256],[21,15997,1798],{"className":15998,"style":91},[42,43],[21,16000,16001,16004],{"style":4616},[21,16002],{"className":16003,"style":257},[256],[21,16005,16007],{"className":16006,"style":9125},[4632],[21,16008,9129],{"className":16009},[42],[21,16011,16013],{"className":16012},[346],[21,16014,16016,16036],{"className":16015},[239,240],[21,16017,16019,16033],{"className":16018},[244],[21,16020,16022],{"className":16021,"style":1886},[248],[21,16023,16024,16027],{"style":1889},[21,16025],{"className":16026,"style":363},[256],[21,16028,16030],{"className":16029},[261,262,263,264],[21,16031,170],{"className":16032},[42,264],[21,16034,302],{"className":16035},[301],[21,16037,16039],{"className":16038},[244],[21,16040,16042],{"className":16041,"style":566},[248],[21,16043],{},[21,16045],{"className":16046,"style":50},[49],[21,16048,685],{"className":16049},[54],[21,16051],{"className":16052,"style":50},[49],[21,16054,16056,16059,16207,16210,16213],{"className":16055},[33],[21,16057],{"className":16058,"style":3033},[37],[21,16060,16062,16065,16204],{"className":16061},[42],[21,16063],{"className":16064},[198,231],[21,16066,16068],{"className":16067},[235],[21,16069,16071,16196],{"className":16070},[239,240],[21,16072,16074,16193],{"className":16073},[244],[21,16075,16077,16137,16145],{"className":16076,"style":3055},[248],[21,16078,16079,16082],{"style":3058},[21,16080],{"className":16081,"style":257},[256],[21,16083,16085,16088,16091,16094,16097],{"className":16084},[42],[21,16086,170],{"className":16087},[42],[21,16089],{"className":16090,"style":72},[49],[21,16092,77],{"className":16093},[76],[21,16095],{"className":16096,"style":72},[49],[21,16098,16100,16103],{"className":16099},[42],[21,16101,8532],{"className":16102,"style":8531},[42,43],[21,16104,16106],{"className":16105},[346],[21,16107,16109,16129],{"className":16108},[239,240],[21,16110,16112,16126],{"className":16111},[244],[21,16113,16115],{"className":16114,"style":1886},[248],[21,16116,16117,16120],{"style":8547},[21,16118],{"className":16119,"style":363},[256],[21,16121,16123],{"className":16122},[261,262,263,264],[21,16124,271],{"className":16125},[42,264],[21,16127,302],{"className":16128},[301],[21,16130,16132],{"className":16131},[244],[21,16133,16135],{"className":16134,"style":566},[248],[21,16136],{},[21,16138,16139,16142],{"style":274},[21,16140],{"className":16141,"style":257},[256],[21,16143],{"className":16144,"style":282},[281],[21,16146,16147,16150],{"style":3090},[21,16148],{"className":16149,"style":257},[256],[21,16151,16153],{"className":16152},[42],[21,16154,16156,16159],{"className":16155},[42],[21,16157,1798],{"className":16158,"style":91},[42,43],[21,16160,16162],{"className":16161},[346],[21,16163,16165,16185],{"className":16164},[239,240],[21,16166,16168,16182],{"className":16167},[244],[21,16169,16171],{"className":16170,"style":1886},[248],[21,16172,16173,16176],{"style":1889},[21,16174],{"className":16175,"style":363},[256],[21,16177,16179],{"className":16178},[261,262,263,264],[21,16180,170],{"className":16181},[42,264],[21,16183,302],{"className":16184},[301],[21,16186,16188],{"className":16187},[244],[21,16189,16191],{"className":16190,"style":566},[248],[21,16192],{},[21,16194,302],{"className":16195},[301],[21,16197,16199],{"className":16198},[244],[21,16200,16202],{"className":16201,"style":3109},[248],[21,16203],{},[21,16205],{"className":16206},[206,231],[21,16208],{"className":16209,"style":50},[49],[21,16211,685],{"className":16212},[54],[21,16214],{"className":16215,"style":50},[49],[21,16217,16219,16223,16274],{"className":16218},[33],[21,16220],{"className":16221,"style":16222},[37],"height:1.1111em;vertical-align:-0.247em;",[21,16224,16226,16229],{"className":16225},[42],[21,16227,2631],{"className":16228,"style":91},[42,43],[21,16230,16232],{"className":16231},[346],[21,16233,16235,16266],{"className":16234},[239,240],[21,16236,16238,16263],{"className":16237},[244],[21,16239,16241,16252],{"className":16240,"style":2851},[248],[21,16242,16243,16246],{"style":6893},[21,16244],{"className":16245,"style":363},[256],[21,16247,16249],{"className":16248},[261,262,263,264],[21,16250,170],{"className":16251},[42,264],[21,16253,16254,16257],{"style":1007},[21,16255],{"className":16256,"style":363},[256],[21,16258,16260],{"className":16259},[261,262,263,264],[21,16261,271],{"className":16262},[42,264],[21,16264,302],{"className":16265},[301],[21,16267,16269],{"className":16268},[244],[21,16270,16272],{"className":16271,"style":6923},[248],[21,16273],{},[21,16275,835],{"className":16276},[834],[11,16278,16279,16280,16600,16601,16616],{},"so ",[21,16281,16283],{"className":16282},[24],[21,16284,16286,16485,16587],{"className":16285,"ariaHidden":29},[28],[21,16287,16289,16293,16361,16364,16476,16479,16482],{"className":16288},[33],[21,16290],{"className":16291,"style":16292},[37],"height:1.1072em;vertical-align:-0.25em;",[21,16294,16296,16327],{"className":16295},[42],[21,16297,16299],{"className":16298},[42,4604],[21,16300,16302],{"className":16301},[239],[21,16303,16305],{"className":16304},[244],[21,16306,16308,16316],{"className":16307,"style":38},[248],[21,16309,16310,16313],{"style":4616},[21,16311],{"className":16312,"style":257},[256],[21,16314,8268],{"className":16315},[42,43],[21,16317,16318,16321],{"style":4616},[21,16319],{"className":16320,"style":257},[256],[21,16322,16324],{"className":16323,"style":9248},[4632],[21,16325,9129],{"className":16326},[42],[21,16328,16330],{"className":16329},[346],[21,16331,16333,16353],{"className":16332},[239,240],[21,16334,16336,16350],{"className":16335},[244],[21,16337,16339],{"className":16338,"style":1886},[248],[21,16340,16341,16344],{"style":547},[21,16342],{"className":16343,"style":363},[256],[21,16345,16347],{"className":16346},[261,262,263,264],[21,16348,170],{"className":16349},[42,264],[21,16351,302],{"className":16352},[301],[21,16354,16356],{"className":16355},[244],[21,16357,16359],{"className":16358,"style":566},[248],[21,16360],{},[21,16362,1654],{"className":16363},[42],[21,16365,16367],{"className":16366},[42,5901],[21,16368,16370,16468],{"className":16369},[239,240],[21,16371,16373,16465],{"className":16372},[244],[21,16374,16376,16453],{"className":16375,"style":9084},[248],[21,16377,16379,16382],{"className":16378,"style":4616},[2987],[21,16380],{"className":16381,"style":257},[256],[21,16383,16385],{"className":16384,"style":5921},[42],[21,16386,16388,16419],{"className":16387},[42],[21,16389,16391],{"className":16390},[42,4604],[21,16392,16394],{"className":16393},[239],[21,16395,16397],{"className":16396},[244],[21,16398,16400,16408],{"className":16399,"style":38},[248],[21,16401,16402,16405],{"style":4616},[21,16403],{"className":16404,"style":257},[256],[21,16406,1798],{"className":16407,"style":91},[42,43],[21,16409,16410,16413],{"style":4616},[21,16411],{"className":16412,"style":257},[256],[21,16414,16416],{"className":16415,"style":9125},[4632],[21,16417,9129],{"className":16418},[42],[21,16420,16422],{"className":16421},[346],[21,16423,16425,16445],{"className":16424},[239,240],[21,16426,16428,16442],{"className":16427},[244],[21,16429,16431],{"className":16430,"style":1886},[248],[21,16432,16433,16436],{"style":1889},[21,16434],{"className":16435,"style":363},[256],[21,16437,16439],{"className":16438},[261,262,263,264],[21,16440,170],{"className":16441},[42,264],[21,16443,302],{"className":16444},[301],[21,16446,16448],{"className":16447},[244],[21,16449,16451],{"className":16450,"style":566},[248],[21,16452],{},[21,16454,16455,16458],{"style":9166},[21,16456],{"className":16457,"style":257},[256],[21,16459,16461],{"className":16460,"style":5971},[2995],[2998,16462,16463],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,16464],{"d":5979},[21,16466,302],{"className":16467},[301],[21,16469,16471],{"className":16470},[244],[21,16472,16474],{"className":16473,"style":9186},[248],[21,16475],{},[21,16477],{"className":16478,"style":50},[49],[21,16480,685],{"className":16481},[54],[21,16483],{"className":16484,"style":50},[49],[21,16486,16488,16491,16531,16535,16575,16578,16581,16584],{"className":16487},[33],[21,16489],{"className":16490,"style":191},[37],[21,16492,16494,16497],{"className":16493},[42],[21,16495,2631],{"className":16496,"style":91},[42,43],[21,16498,16500],{"className":16499},[346],[21,16501,16503,16523],{"className":16502},[239,240],[21,16504,16506,16520],{"className":16505},[244],[21,16507,16509],{"className":16508,"style":1886},[248],[21,16510,16511,16514],{"style":1889},[21,16512],{"className":16513,"style":363},[256],[21,16515,16517],{"className":16516},[261,262,263,264],[21,16518,170],{"className":16519},[42,264],[21,16521,302],{"className":16522},[301],[21,16524,16526],{"className":16525},[244],[21,16527,16529],{"className":16528,"style":566},[248],[21,16530],{},[21,16532,16534],{"className":16533},[42],"\u002F∣",[21,16536,16538,16541],{"className":16537},[42],[21,16539,2631],{"className":16540,"style":91},[42,43],[21,16542,16544],{"className":16543},[346],[21,16545,16547,16567],{"className":16546},[239,240],[21,16548,16550,16564],{"className":16549},[244],[21,16551,16553],{"className":16552,"style":1886},[248],[21,16554,16555,16558],{"style":1889},[21,16556],{"className":16557,"style":363},[256],[21,16559,16561],{"className":16560},[261,262,263,264],[21,16562,170],{"className":16563},[42,264],[21,16565,302],{"className":16566},[301],[21,16568,16570],{"className":16569},[244],[21,16571,16573],{"className":16572,"style":566},[248],[21,16574],{},[21,16576,1169],{"className":16577},[42],[21,16579],{"className":16580,"style":50},[49],[21,16582,685],{"className":16583},[54],[21,16585],{"className":16586,"style":50},[49],[21,16588,16590,16593,16597],{"className":16589},[33],[21,16591],{"className":16592,"style":1352},[37],[21,16594,16596],{"className":16595},[42],"±",[21,16598,170],{"className":16599},[42]," and the first step has\nmagnitude exactly ",[21,16602,16604],{"className":16603},[24],[21,16605,16607],{"className":16606,"ariaHidden":29},[28],[21,16608,16610,16613],{"className":16609},[33],[21,16611],{"className":16612,"style":118},[37],[21,16614,92],{"className":16615,"style":91},[42,43],", as intended. The correction and the initialization bias\ncancel term for term.",[1762,16618],{"hash":16619},"d30d8d1275065a206f38d786296f0a2f8cebaf0e0d4906bf3b0cec83581a1da9",[11,16621,16622],{},"The whole update is a five-stage pipeline: the gradient feeds two exponential\nmoving averages, each is bias-corrected, and their ratio becomes a normalized\nstep. The figure traces one gradient through it.",[1762,16624],{"hash":16625},"9020417b63498054fb5ba76c00dd0f06009bdf63862528f73fc410ce6f294840",[4506,16627,16629],{"className":4508,"code":16628,"language":4510,"meta":6,"style":6},"caption: $\\textsc{Adam}(L, \\theta, \\eta, \\beta_1, \\beta_2, \\epsilon)$ — adaptive moment estimation\ninitialize $\\theta$ randomly,\\ $m \\gets 0,\\ v \\gets 0,\\ t \\gets 0$\nrepeat\n  $t \\gets t + 1$\n  sample a minibatch; $g \\gets \\nabla_\\theta L(\\theta)$\n  $m \\gets \\beta_1 \\cdot m + (1 - \\beta_1)\\cdot g$ \u002F\u002F first moment EMA\n  $v \\gets \\beta_2 \\cdot v + (1 - \\beta_2)\\cdot (g \\odot g)$ \u002F\u002F second moment EMA\n  $\\hat m \\gets m \u002F (1 - \\beta_1^{\\,t})$ \u002F\u002F bias-correct\n  $\\hat v \\gets v \u002F (1 - \\beta_2^{\\,t})$\n  $\\theta \\gets \\theta - \\eta \\cdot \\hat m \u002F (\\sqrt{\\hat v} + \\epsilon)$ \u002F\u002F per-parameter step\nuntil converged\nreturn $\\theta$\n",[4512,16630,16631,16636,16641,16645,16650,16655,16660,16665,16670,16675,16681,16686],{"__ignoreMap":6},[21,16632,16633],{"class":4516,"line":4517},[21,16634,16635],{},"caption: $\\textsc{Adam}(L, \\theta, \\eta, \\beta_1, \\beta_2, \\epsilon)$ — adaptive moment estimation\n",[21,16637,16638],{"class":4516,"line":4523},[21,16639,16640],{},"initialize $\\theta$ randomly,\\ $m \\gets 0,\\ v \\gets 0,\\ t \\gets 0$\n",[21,16642,16643],{"class":4516,"line":4529},[21,16644,4532],{},[21,16646,16647],{"class":4516,"line":4535},[21,16648,16649],{},"  $t \\gets t + 1$\n",[21,16651,16652],{"class":4516,"line":4541},[21,16653,16654],{},"  sample a minibatch; $g \\gets \\nabla_\\theta L(\\theta)$\n",[21,16656,16657],{"class":4516,"line":4547},[21,16658,16659],{},"  $m \\gets \\beta_1 \\cdot m + (1 - \\beta_1)\\cdot g$ \u002F\u002F first moment EMA\n",[21,16661,16662],{"class":4516,"line":4553},[21,16663,16664],{},"  $v \\gets \\beta_2 \\cdot v + (1 - \\beta_2)\\cdot (g \\odot g)$ \u002F\u002F second moment EMA\n",[21,16666,16667],{"class":4516,"line":4559},[21,16668,16669],{},"  $\\hat m \\gets m \u002F (1 - \\beta_1^{\\,t})$ \u002F\u002F bias-correct\n",[21,16671,16672],{"class":4516,"line":4565},[21,16673,16674],{},"  $\\hat v \\gets v \u002F (1 - \\beta_2^{\\,t})$\n",[21,16676,16678],{"class":4516,"line":16677},10,[21,16679,16680],{},"  $\\theta \\gets \\theta - \\eta \\cdot \\hat m \u002F (\\sqrt{\\hat v} + \\epsilon)$ \u002F\u002F per-parameter step\n",[21,16682,16684],{"class":4516,"line":16683},11,[21,16685,4562],{},[21,16687,16689],{"class":4516,"line":16688},12,[21,16690,4568],{},[2609,16692,16694],{"id":16693},"adamw-decoupled-weight-decay","AdamW: decoupled weight decay",[11,16696,16697,16698,16751,16752,16755,16756,16808,16809,16827,16828,16843,16844,16935,16936,16939,16940,16943,16944],{},"Adding ",[21,16699,16701],{"className":16700},[24],[21,16702,16704],{"className":16703,"ariaHidden":29},[28],[21,16705,16707,16711],{"className":16706},[33],[21,16708],{"className":16709,"style":16710},[37],"height:0.8333em;vertical-align:-0.15em;",[21,16712,16714,16717],{"className":16713},[42],[21,16715,104],{"className":16716},[42,43],[21,16718,16720],{"className":16719},[346],[21,16721,16723,16743],{"className":16722},[239,240],[21,16724,16726,16740],{"className":16725},[244],[21,16727,16729],{"className":16728,"style":1886},[248],[21,16730,16731,16734],{"style":547},[21,16732],{"className":16733,"style":363},[256],[21,16735,16737],{"className":16736},[261,262,263,264],[21,16738,271],{"className":16739},[42,264],[21,16741,302],{"className":16742},[301],[21,16744,16746],{"className":16745},[244],[21,16747,16749],{"className":16748,"style":566},[248],[21,16750],{}," regularization to the loss is ",[129,16753,16754],{},"not"," the same as weight decay once an\nadaptive denominator is in play. The ",[21,16757,16759],{"className":16758},[24],[21,16760,16762],{"className":16761,"ariaHidden":29},[28],[21,16763,16765,16768],{"className":16764},[33],[21,16766],{"className":16767,"style":16710},[37],[21,16769,16771,16774],{"className":16770},[42],[21,16772,104],{"className":16773},[42,43],[21,16775,16777],{"className":16776},[346],[21,16778,16780,16800],{"className":16779},[239,240],[21,16781,16783,16797],{"className":16782},[244],[21,16784,16786],{"className":16785,"style":1886},[248],[21,16787,16788,16791],{"style":547},[21,16789],{"className":16790,"style":363},[256],[21,16792,16794],{"className":16793},[261,262,263,264],[21,16795,271],{"className":16796},[42,264],[21,16798,302],{"className":16799},[301],[21,16801,16803],{"className":16802},[244],[21,16804,16806],{"className":16805,"style":566},[248],[21,16807],{}," gradient ",[21,16810,16812],{"className":16811},[24],[21,16813,16815],{"className":16814,"ariaHidden":29},[28],[21,16816,16818,16821,16824],{"className":16817},[33],[21,16819],{"className":16820,"style":38},[37],[21,16822,531],{"className":16823},[42,43],[21,16825,45],{"className":16826,"style":44},[42,43]," enters ",[21,16829,16831],{"className":16830},[24],[21,16832,16834],{"className":16833,"ariaHidden":29},[28],[21,16835,16837,16840],{"className":16836},[33],[21,16838],{"className":16839,"style":118},[37],[21,16841,2631],{"className":16842,"style":91},[42,43],",\ngets divided by ",[21,16845,16847],{"className":16846},[24],[21,16848,16850],{"className":16849,"ariaHidden":29},[28],[21,16851,16853,16857],{"className":16852},[33],[21,16854],{"className":16855,"style":16856},[37],"height:1.04em;vertical-align:-0.1078em;",[21,16858,16860],{"className":16859},[42,5901],[21,16861,16863,16926],{"className":16862},[239,240],[21,16864,16866,16923],{"className":16865},[244],[21,16867,16870,16910],{"className":16868,"style":16869},[248],"height:0.9322em;",[21,16871,16873,16876],{"className":16872,"style":4616},[2987],[21,16874],{"className":16875,"style":257},[256],[21,16877,16879],{"className":16878,"style":5921},[42],[21,16880,16882],{"className":16881},[42,4604],[21,16883,16885],{"className":16884},[239],[21,16886,16888],{"className":16887},[244],[21,16889,16891,16899],{"className":16890,"style":38},[248],[21,16892,16893,16896],{"style":4616},[21,16894],{"className":16895,"style":257},[256],[21,16897,1798],{"className":16898,"style":91},[42,43],[21,16900,16901,16904],{"style":4616},[21,16902],{"className":16903,"style":257},[256],[21,16905,16907],{"className":16906,"style":9125},[4632],[21,16908,9129],{"className":16909},[42],[21,16911,16913,16916],{"style":16912},"top:-2.8922em;",[21,16914],{"className":16915,"style":257},[256],[21,16917,16919],{"className":16918,"style":5971},[2995],[2998,16920,16921],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,16922],{"d":5979},[21,16924,302],{"className":16925},[301],[21,16927,16929],{"className":16928},[244],[21,16930,16933],{"className":16931,"style":16932},[248],"height:0.1078em;",[21,16934],{},", and so decays large-gradient weights ",[129,16937,16938],{},"less"," than\nsmall-gradient ones, the opposite of the intent. ",[124,16941,16942],{},"AdamW"," fixes this by\napplying the decay directly to the parameters, outside the adaptive update:",[162,16945,16946],{},[15,16947,16951],{"href":16948,"ariaDescribedBy":16949,"dataFootnoteRef":6,"id":16950},"#user-content-fn-chollet-optimizers",[168],"user-content-fnref-chollet-optimizers","6",[21,16953,16955],{"className":16954},[589],[21,16956,16958],{"className":16957},[24],[21,16959,16961,17025,17080],{"className":16960,"ariaHidden":29},[28],[21,16962,16964,16967,17016,17019,17022],{"className":16963},[33],[21,16965],{"className":16966,"style":5702},[37],[21,16968,16970,16973],{"className":16969},[42],[21,16971,45],{"className":16972,"style":44},[42,43],[21,16974,16976],{"className":16975},[346],[21,16977,16979,17008],{"className":16978},[239,240],[21,16980,16982,17005],{"className":16981},[244],[21,16983,16985],{"className":16984,"style":1886},[248],[21,16986,16987,16990],{"style":2033},[21,16988],{"className":16989,"style":363},[256],[21,16991,16993],{"className":16992},[261,262,263,264],[21,16994,16996,16999,17002],{"className":16995},[42,264],[21,16997,638],{"className":16998},[42,43,264],[21,17000,642],{"className":17001},[76,264],[21,17003,170],{"className":17004},[42,264],[21,17006,302],{"className":17007},[301],[21,17009,17011],{"className":17010},[244],[21,17012,17014],{"className":17013,"style":1917},[248],[21,17015],{},[21,17017],{"className":17018,"style":50},[49],[21,17020,685],{"className":17021},[54],[21,17023],{"className":17024,"style":50},[49],[21,17026,17028,17031,17071,17074,17077],{"className":17027},[33],[21,17029],{"className":17030,"style":524},[37],[21,17032,17034,17037],{"className":17033},[42],[21,17035,45],{"className":17036,"style":44},[42,43],[21,17038,17040],{"className":17039},[346],[21,17041,17043,17063],{"className":17042},[239,240],[21,17044,17046,17060],{"className":17045},[244],[21,17047,17049],{"className":17048,"style":1960},[248],[21,17050,17051,17054],{"style":2033},[21,17052],{"className":17053,"style":363},[256],[21,17055,17057],{"className":17056},[261,262,263,264],[21,17058,638],{"className":17059},[42,43,264],[21,17061,302],{"className":17062},[301],[21,17064,17066],{"className":17065},[244],[21,17067,17069],{"className":17068,"style":566},[248],[21,17070],{},[21,17072],{"className":17073,"style":72},[49],[21,17075,77],{"className":17076},[76],[21,17078],{"className":17079,"style":72},[49],[21,17081,17083,17087,17090,17093,17412,17415],{"className":17082},[33],[21,17084],{"className":17085,"style":17086},[37],"height:2.4em;vertical-align:-0.95em;",[21,17088,92],{"className":17089,"style":91},[42,43],[21,17091],{"className":17092,"style":96},[49],[21,17094,17096,17103,17351,17354,17357,17360,17363,17366,17406],{"className":17095},[2881],[21,17097,17099],{"className":17098,"style":4964},[198,4963],[21,17100,199],{"className":17101},[17102,263],"delimsizing",[21,17104,17106,17109,17348],{"className":17105},[42],[21,17107],{"className":17108},[198,231],[21,17110,17112],{"className":17111},[235],[21,17113,17115,17340],{"className":17114},[239,240],[21,17116,17118,17337],{"className":17117},[244],[21,17119,17121,17253,17261],{"className":17120,"style":9062},[248],[21,17122,17123,17126],{"style":9065},[21,17124],{"className":17125,"style":257},[256],[21,17127,17129,17241,17244,17247,17250],{"className":17128},[42],[21,17130,17132],{"className":17131},[42,5901],[21,17133,17135,17233],{"className":17134},[239,240],[21,17136,17138,17230],{"className":17137},[244],[21,17139,17141,17218],{"className":17140,"style":9084},[248],[21,17142,17144,17147],{"className":17143,"style":4616},[2987],[21,17145],{"className":17146,"style":257},[256],[21,17148,17150],{"className":17149,"style":5921},[42],[21,17151,17153,17184],{"className":17152},[42],[21,17154,17156],{"className":17155},[42,4604],[21,17157,17159],{"className":17158},[239],[21,17160,17162],{"className":17161},[244],[21,17163,17165,17173],{"className":17164,"style":38},[248],[21,17166,17167,17170],{"style":4616},[21,17168],{"className":17169,"style":257},[256],[21,17171,1798],{"className":17172,"style":91},[42,43],[21,17174,17175,17178],{"style":4616},[21,17176],{"className":17177,"style":257},[256],[21,17179,17181],{"className":17180,"style":9125},[4632],[21,17182,9129],{"className":17183},[42],[21,17185,17187],{"className":17186},[346],[21,17188,17190,17210],{"className":17189},[239,240],[21,17191,17193,17207],{"className":17192},[244],[21,17194,17196],{"className":17195,"style":1960},[248],[21,17197,17198,17201],{"style":1889},[21,17199],{"className":17200,"style":363},[256],[21,17202,17204],{"className":17203},[261,262,263,264],[21,17205,638],{"className":17206},[42,43,264],[21,17208,302],{"className":17209},[301],[21,17211,17213],{"className":17212},[244],[21,17214,17216],{"className":17215,"style":566},[248],[21,17217],{},[21,17219,17220,17223],{"style":9166},[21,17221],{"className":17222,"style":257},[256],[21,17224,17226],{"className":17225,"style":5971},[2995],[2998,17227,17228],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,17229],{"d":5979},[21,17231,302],{"className":17232},[301],[21,17234,17236],{"className":17235},[244],[21,17237,17239],{"className":17238,"style":9186},[248],[21,17240],{},[21,17242],{"className":17243,"style":72},[49],[21,17245,642],{"className":17246},[76],[21,17248],{"className":17249,"style":72},[49],[21,17251,6004],{"className":17252},[42,43],[21,17254,17255,17258],{"style":274},[21,17256],{"className":17257,"style":257},[256],[21,17259],{"className":17260,"style":282},[281],[21,17262,17263,17266],{"style":3090},[21,17264],{"className":17265,"style":257},[256],[21,17267,17269],{"className":17268},[42],[21,17270,17272,17303],{"className":17271},[42],[21,17273,17275],{"className":17274},[42,4604],[21,17276,17278],{"className":17277},[239],[21,17279,17281],{"className":17280},[244],[21,17282,17284,17292],{"className":17283,"style":38},[248],[21,17285,17286,17289],{"style":4616},[21,17287],{"className":17288,"style":257},[256],[21,17290,8268],{"className":17291},[42,43],[21,17293,17294,17297],{"style":4616},[21,17295],{"className":17296,"style":257},[256],[21,17298,17300],{"className":17299,"style":9248},[4632],[21,17301,9129],{"className":17302},[42],[21,17304,17306],{"className":17305},[346],[21,17307,17309,17329],{"className":17308},[239,240],[21,17310,17312,17326],{"className":17311},[244],[21,17313,17315],{"className":17314,"style":1960},[248],[21,17316,17317,17320],{"style":547},[21,17318],{"className":17319,"style":363},[256],[21,17321,17323],{"className":17322},[261,262,263,264],[21,17324,638],{"className":17325},[42,43,264],[21,17327,302],{"className":17328},[301],[21,17330,17332],{"className":17331},[244],[21,17333,17335],{"className":17334,"style":566},[248],[21,17336],{},[21,17338,302],{"className":17339},[301],[21,17341,17343],{"className":17342},[244],[21,17344,17346],{"className":17345,"style":9295},[248],[21,17347],{},[21,17349],{"className":17350},[206,231],[21,17352],{"className":17353,"style":72},[49],[21,17355,642],{"className":17356},[76],[21,17358],{"className":17359,"style":72},[49],[21,17361,531],{"className":17362},[42,43],[21,17364],{"className":17365,"style":96},[49],[21,17367,17369,17372],{"className":17368},[42],[21,17370,45],{"className":17371,"style":44},[42,43],[21,17373,17375],{"className":17374},[346],[21,17376,17378,17398],{"className":17377},[239,240],[21,17379,17381,17395],{"className":17380},[244],[21,17382,17384],{"className":17383,"style":1960},[248],[21,17385,17386,17389],{"style":2033},[21,17387],{"className":17388,"style":363},[256],[21,17390,17392],{"className":17391},[261,262,263,264],[21,17393,638],{"className":17394},[42,43,264],[21,17396,302],{"className":17397},[301],[21,17399,17401],{"className":17400},[244],[21,17402,17404],{"className":17403,"style":566},[248],[21,17405],{},[21,17407,17409],{"className":17408,"style":4964},[206,4963],[21,17410,207],{"className":17411},[17102,263],[21,17413],{"className":17414,"style":96},[49],[21,17416,1085],{"className":17417},[42],[1564,17419,17420],{"type":1566},[11,17421,17422,17425,17426,17429,17430,17448,17449,17452,17453,17471,17472,1085],{},[124,17423,17424],{},"Definition (AdamW)."," Adam with ",[124,17427,17428],{},"decoupled weight decay",": the term\n",[21,17431,17433],{"className":17432},[24],[21,17434,17436],{"className":17435,"ariaHidden":29},[28],[21,17437,17439,17442,17445],{"className":17438},[33],[21,17440],{"className":17441,"style":38},[37],[21,17443,531],{"className":17444},[42,43],[21,17446,45],{"className":17447,"style":44},[42,43]," is subtracted from the parameters ",[129,17450,17451],{},"after"," the adaptive step, not\nfolded into the gradient. This restores the regularization strength to a uniform\n",[21,17454,17456],{"className":17455},[24],[21,17457,17459],{"className":17458,"ariaHidden":29},[28],[21,17460,17462,17465,17468],{"className":17461},[33],[21,17463],{"className":17464,"style":1371},[37],[21,17466,92],{"className":17467,"style":91},[42,43],[21,17469,531],{"className":17470},[42,43]," per weight, independent of ",[21,17473,17475],{"className":17474},[24],[21,17476,17478],{"className":17477,"ariaHidden":29},[28],[21,17479,17481,17484],{"className":17480},[33],[21,17482],{"className":17483,"style":38},[37],[21,17485,17487],{"className":17486},[42,4604],[21,17488,17490],{"className":17489},[239],[21,17491,17493],{"className":17492},[244],[21,17494,17496,17504],{"className":17495,"style":38},[248],[21,17497,17498,17501],{"style":4616},[21,17499],{"className":17500,"style":257},[256],[21,17502,1798],{"className":17503,"style":91},[42,43],[21,17505,17506,17509],{"style":4616},[21,17507],{"className":17508,"style":257},[256],[21,17510,17512],{"className":17511,"style":9125},[4632],[21,17513,9129],{"className":17514},[42],[2609,17516,17518],{"id":17517},"reading-the-defaults","Reading the defaults",[11,17520,17521],{},"Each default addresses a specific concern:",[17523,17524,17525,17697,17932,18227],"ul",{},[17526,17527,17528,17598,17599,17696],"li",{},[21,17529,17531],{"className":17530},[24],[21,17532,17534,17589],{"className":17533,"ariaHidden":29},[28],[21,17535,17537,17540,17580,17583,17586],{"className":17536},[33],[21,17538],{"className":17539,"style":1371},[37],[21,17541,17543,17546],{"className":17542},[42],[21,17544,8532],{"className":17545,"style":8531},[42,43],[21,17547,17549],{"className":17548},[346],[21,17550,17552,17572],{"className":17551},[239,240],[21,17553,17555,17569],{"className":17554},[244],[21,17556,17558],{"className":17557,"style":1886},[248],[21,17559,17560,17563],{"style":8547},[21,17561],{"className":17562,"style":363},[256],[21,17564,17566],{"className":17565},[261,262,263,264],[21,17567,170],{"className":17568},[42,264],[21,17570,302],{"className":17571},[301],[21,17573,17575],{"className":17574},[244],[21,17576,17578],{"className":17577,"style":566},[248],[21,17579],{},[21,17581],{"className":17582,"style":50},[49],[21,17584,685],{"className":17585},[54],[21,17587],{"className":17588,"style":50},[49],[21,17590,17592,17595],{"className":17591},[33],[21,17593],{"className":17594,"style":1186},[37],[21,17596,2274],{"className":17597},[42]," gives the first moment a memory of about ",[21,17600,17602],{"className":17601},[24],[21,17603,17605,17629,17687],{"className":17604,"ariaHidden":29},[28],[21,17606,17608,17611,17614,17617,17620,17623,17626],{"className":17607},[33],[21,17609],{"className":17610,"style":191},[37],[21,17612,3249],{"className":17613},[42],[21,17615,199],{"className":17616},[198],[21,17618,170],{"className":17619},[42],[21,17621],{"className":17622,"style":72},[49],[21,17624,77],{"className":17625},[76],[21,17627],{"className":17628,"style":72},[49],[21,17630,17632,17635,17675,17678,17681,17684],{"className":17631},[33],[21,17633],{"className":17634,"style":191},[37],[21,17636,17638,17641],{"className":17637},[42],[21,17639,8532],{"className":17640,"style":8531},[42,43],[21,17642,17644],{"className":17643},[346],[21,17645,17647,17667],{"className":17646},[239,240],[21,17648,17650,17664],{"className":17649},[244],[21,17651,17653],{"className":17652,"style":1886},[248],[21,17654,17655,17658],{"style":8547},[21,17656],{"className":17657,"style":363},[256],[21,17659,17661],{"className":17660},[261,262,263,264],[21,17662,170],{"className":17663},[42,264],[21,17665,302],{"className":17666},[301],[21,17668,17670],{"className":17669},[244],[21,17671,17673],{"className":17672,"style":566},[248],[21,17674],{},[21,17676,207],{"className":17677},[206],[21,17679],{"className":17680,"style":50},[49],[21,17682,685],{"className":17683},[54],[21,17685],{"className":17686,"style":50},[49],[21,17688,17690,17693],{"className":17689},[33],[21,17691],{"className":17692,"style":1186},[37],[21,17694,3520],{"className":17695},[42],"\nsteps — long enough to smooth minibatch noise in the direction, short enough to\nturn when the loss surface turns.",[17526,17698,17699,17769,17770,17786,17787,17790,17791,17843,17844,17931],{},[21,17700,17702],{"className":17701},[24],[21,17703,17705,17760],{"className":17704,"ariaHidden":29},[28],[21,17706,17708,17711,17751,17754,17757],{"className":17707},[33],[21,17709],{"className":17710,"style":1371},[37],[21,17712,17714,17717],{"className":17713},[42],[21,17715,8532],{"className":17716,"style":8531},[42,43],[21,17718,17720],{"className":17719},[346],[21,17721,17723,17743],{"className":17722},[239,240],[21,17724,17726,17740],{"className":17725},[244],[21,17727,17729],{"className":17728,"style":1886},[248],[21,17730,17731,17734],{"style":8547},[21,17732],{"className":17733,"style":363},[256],[21,17735,17737],{"className":17736},[261,262,263,264],[21,17738,271],{"className":17739},[42,264],[21,17741,302],{"className":17742},[301],[21,17744,17746],{"className":17745},[244],[21,17747,17749],{"className":17748,"style":566},[248],[21,17750],{},[21,17752],{"className":17753,"style":50},[49],[21,17755,685],{"className":17756},[54],[21,17758],{"className":17759,"style":50},[49],[21,17761,17763,17766],{"className":17762},[33],[21,17764],{"className":17765,"style":1186},[37],[21,17767,10046],{"className":17768},[42]," gives the second moment a memory of about ",[21,17771,17773],{"className":17772},[24],[21,17774,17776],{"className":17775,"ariaHidden":29},[28],[21,17777,17779,17782],{"className":17778},[33],[21,17780],{"className":17781,"style":1186},[37],[21,17783,17785],{"className":17784},[42],"1000"," steps. The\nper-parameter scale should reflect the ",[129,17788,17789],{},"typical"," gradient magnitude over a long\nwindow, so it is deliberately slower than the direction. A ",[21,17792,17794],{"className":17793},[24],[21,17795,17797],{"className":17796,"ariaHidden":29},[28],[21,17798,17800,17803],{"className":17799},[33],[21,17801],{"className":17802,"style":1371},[37],[21,17804,17806,17809],{"className":17805},[42],[21,17807,8532],{"className":17808,"style":8531},[42,43],[21,17810,17812],{"className":17811},[346],[21,17813,17815,17835],{"className":17814},[239,240],[21,17816,17818,17832],{"className":17817},[244],[21,17819,17821],{"className":17820,"style":1886},[248],[21,17822,17823,17826],{"style":8547},[21,17824],{"className":17825,"style":363},[256],[21,17827,17829],{"className":17828},[261,262,263,264],[21,17830,271],{"className":17831},[42,264],[21,17833,302],{"className":17834},[301],[21,17836,17838],{"className":17837},[244],[21,17839,17841],{"className":17840,"style":566},[248],[21,17842],{}," set too\nlow makes ",[21,17845,17847],{"className":17846},[24],[21,17848,17850],{"className":17849,"ariaHidden":29},[28],[21,17851,17853,17856],{"className":17852},[33],[21,17854],{"className":17855,"style":16856},[37],[21,17857,17859],{"className":17858},[42,5901],[21,17860,17862,17923],{"className":17861},[239,240],[21,17863,17865,17920],{"className":17864},[244],[21,17866,17868,17908],{"className":17867,"style":16869},[248],[21,17869,17871,17874],{"className":17870,"style":4616},[2987],[21,17872],{"className":17873,"style":257},[256],[21,17875,17877],{"className":17876,"style":5921},[42],[21,17878,17880],{"className":17879},[42,4604],[21,17881,17883],{"className":17882},[239],[21,17884,17886],{"className":17885},[244],[21,17887,17889,17897],{"className":17888,"style":38},[248],[21,17890,17891,17894],{"style":4616},[21,17892],{"className":17893,"style":257},[256],[21,17895,1798],{"className":17896,"style":91},[42,43],[21,17898,17899,17902],{"style":4616},[21,17900],{"className":17901,"style":257},[256],[21,17903,17905],{"className":17904,"style":9125},[4632],[21,17906,9129],{"className":17907},[42],[21,17909,17910,17913],{"style":16912},[21,17911],{"className":17912,"style":257},[256],[21,17914,17916],{"className":17915,"style":5971},[2995],[2998,17917,17918],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,17919],{"d":5979},[21,17921,302],{"className":17922},[301],[21,17924,17926],{"className":17925},[244],[21,17927,17929],{"className":17928,"style":16932},[248],[21,17930],{}," jumpy and the effective rate spikes on any single large\ngradient.",[17526,17933,17934,18002,18003,18125,18126,7882,18176,18226],{},[21,17935,17937],{"className":17936},[24],[21,17938,17940,17958],{"className":17939,"ariaHidden":29},[28],[21,17941,17943,17946,17949,17952,17955],{"className":17942},[33],[21,17944],{"className":17945,"style":1585},[37],[21,17947,6004],{"className":17948},[42,43],[21,17950],{"className":17951,"style":50},[49],[21,17953,685],{"className":17954},[54],[21,17956],{"className":17957,"style":50},[49],[21,17959,17961,17964,17967],{"className":17960},[33],[21,17962],{"className":17963,"style":5339},[37],[21,17965,170],{"className":17966},[42],[21,17968,17970,17973],{"className":17969},[42],[21,17971,1049],{"className":17972},[42],[21,17974,17976],{"className":17975},[346],[21,17977,17979],{"className":17978},[239],[21,17980,17982],{"className":17981},[244],[21,17983,17985],{"className":17984,"style":5339},[248],[21,17986,17987,17990],{"style":359},[21,17988],{"className":17989,"style":363},[256],[21,17991,17993],{"className":17992},[261,262,263,264],[21,17994,17996,17999],{"className":17995},[42,264],[21,17997,77],{"className":17998},[42,264],[21,18000,6222],{"className":18001},[42,264]," only guards the division ",[21,18004,18006],{"className":18005},[24],[21,18007,18009],{"className":18008,"ariaHidden":29},[28],[21,18010,18012,18016,18047,18050],{"className":18011},[33],[21,18013],{"className":18014,"style":18015},[37],"height:1.1822em;vertical-align:-0.25em;",[21,18017,18019],{"className":18018},[42,4604],[21,18020,18022],{"className":18021},[239],[21,18023,18025],{"className":18024},[244],[21,18026,18028,18036],{"className":18027,"style":38},[248],[21,18029,18030,18033],{"style":4616},[21,18031],{"className":18032,"style":257},[256],[21,18034,8268],{"className":18035},[42,43],[21,18037,18038,18041],{"style":4616},[21,18039],{"className":18040,"style":257},[256],[21,18042,18044],{"className":18043,"style":9248},[4632],[21,18045,9129],{"className":18046},[42],[21,18048,1654],{"className":18049},[42],[21,18051,18053],{"className":18052},[42,5901],[21,18054,18056,18117],{"className":18055},[239,240],[21,18057,18059,18114],{"className":18058},[244],[21,18060,18062,18102],{"className":18061,"style":16869},[248],[21,18063,18065,18068],{"className":18064,"style":4616},[2987],[21,18066],{"className":18067,"style":257},[256],[21,18069,18071],{"className":18070,"style":5921},[42],[21,18072,18074],{"className":18073},[42,4604],[21,18075,18077],{"className":18076},[239],[21,18078,18080],{"className":18079},[244],[21,18081,18083,18091],{"className":18082,"style":38},[248],[21,18084,18085,18088],{"style":4616},[21,18086],{"className":18087,"style":257},[256],[21,18089,1798],{"className":18090,"style":91},[42,43],[21,18092,18093,18096],{"style":4616},[21,18094],{"className":18095,"style":257},[256],[21,18097,18099],{"className":18098,"style":9125},[4632],[21,18100,9129],{"className":18101},[42],[21,18103,18104,18107],{"style":16912},[21,18105],{"className":18106,"style":257},[256],[21,18108,18110],{"className":18109,"style":5971},[2995],[2998,18111,18112],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,18113],{"d":5979},[21,18115,302],{"className":18116},[301],[21,18118,18120],{"className":18119},[244],[21,18121,18123],{"className":18122,"style":16932},[248],[21,18124],{}," from a\nzero denominator. It is not a learning-rate knob, though raising it to\n",[21,18127,18129],{"className":18128},[24],[21,18130,18132],{"className":18131,"ariaHidden":29},[28],[21,18133,18135,18138,18141],{"className":18134},[33],[21,18136],{"className":18137,"style":5339},[37],[21,18139,170],{"className":18140},[42],[21,18142,18144,18147],{"className":18143},[42],[21,18145,1049],{"className":18146},[42],[21,18148,18150],{"className":18149},[346],[21,18151,18153],{"className":18152},[239],[21,18154,18156],{"className":18155},[244],[21,18157,18159],{"className":18158,"style":5339},[248],[21,18160,18161,18164],{"style":359},[21,18162],{"className":18163,"style":363},[256],[21,18165,18167],{"className":18166},[261,262,263,264],[21,18168,18170,18173],{"className":18169},[42,264],[21,18171,77],{"className":18172},[42,264],[21,18174,6231],{"className":18175},[42,264],[21,18177,18179],{"className":18178},[24],[21,18180,18182],{"className":18181,"ariaHidden":29},[28],[21,18183,18185,18188,18191],{"className":18184},[33],[21,18186],{"className":18187,"style":5339},[37],[21,18189,170],{"className":18190},[42],[21,18192,18194,18197],{"className":18193},[42],[21,18195,1049],{"className":18196},[42],[21,18198,18200],{"className":18199},[346],[21,18201,18203],{"className":18202},[239],[21,18204,18206],{"className":18205},[244],[21,18207,18209],{"className":18208,"style":5339},[248],[21,18210,18211,18214],{"style":359},[21,18212],{"className":18213,"style":363},[256],[21,18215,18217],{"className":18216},[261,262,263,264],[21,18218,18220,18223],{"className":18219},[42,264],[21,18221,77],{"className":18222},[42,264],[21,18224,3937],{"className":18225},[42,264]," caps the effective rate for coordinates whose gradients\nare tiny, which stabilizes some models.",[17526,18228,18229,18297,18298,18419,18420,18435],{},[21,18230,18232],{"className":18231},[24],[21,18233,18235,18253],{"className":18234,"ariaHidden":29},[28],[21,18236,18238,18241,18244,18247,18250],{"className":18237},[33],[21,18239],{"className":18240,"style":118},[37],[21,18242,92],{"className":18243,"style":91},[42,43],[21,18245],{"className":18246,"style":50},[49],[21,18248,685],{"className":18249},[54],[21,18251],{"className":18252,"style":50},[49],[21,18254,18256,18259,18262],{"className":18255},[33],[21,18257],{"className":18258,"style":5339},[37],[21,18260,170],{"className":18261},[42],[21,18263,18265,18268],{"className":18264},[42],[21,18266,1049],{"className":18267},[42],[21,18269,18271],{"className":18270},[346],[21,18272,18274],{"className":18273},[239],[21,18275,18277],{"className":18276},[244],[21,18278,18280],{"className":18279,"style":5339},[248],[21,18281,18282,18285],{"style":359},[21,18283],{"className":18284,"style":363},[256],[21,18286,18288],{"className":18287},[261,262,263,264],[21,18289,18291,18294],{"className":18290},[42,264],[21,18292,77],{"className":18293},[42,264],[21,18295,3937],{"className":18296},[42,264]," is the common starting point. Because ",[21,18299,18301],{"className":18300},[24],[21,18302,18304],{"className":18303,"ariaHidden":29},[28],[21,18305,18307,18310,18341,18344],{"className":18306},[33],[21,18308],{"className":18309,"style":18015},[37],[21,18311,18313],{"className":18312},[42,4604],[21,18314,18316],{"className":18315},[239],[21,18317,18319],{"className":18318},[244],[21,18320,18322,18330],{"className":18321,"style":38},[248],[21,18323,18324,18327],{"style":4616},[21,18325],{"className":18326,"style":257},[256],[21,18328,8268],{"className":18329},[42,43],[21,18331,18332,18335],{"style":4616},[21,18333],{"className":18334,"style":257},[256],[21,18336,18338],{"className":18337,"style":9248},[4632],[21,18339,9129],{"className":18340},[42],[21,18342,1654],{"className":18343},[42],[21,18345,18347],{"className":18346},[42,5901],[21,18348,18350,18411],{"className":18349},[239,240],[21,18351,18353,18408],{"className":18352},[244],[21,18354,18356,18396],{"className":18355,"style":16869},[248],[21,18357,18359,18362],{"className":18358,"style":4616},[2987],[21,18360],{"className":18361,"style":257},[256],[21,18363,18365],{"className":18364,"style":5921},[42],[21,18366,18368],{"className":18367},[42,4604],[21,18369,18371],{"className":18370},[239],[21,18372,18374],{"className":18373},[244],[21,18375,18377,18385],{"className":18376,"style":38},[248],[21,18378,18379,18382],{"style":4616},[21,18380],{"className":18381,"style":257},[256],[21,18383,1798],{"className":18384,"style":91},[42,43],[21,18386,18387,18390],{"style":4616},[21,18388],{"className":18389,"style":257},[256],[21,18391,18393],{"className":18392,"style":9125},[4632],[21,18394,9129],{"className":18395},[42],[21,18397,18398,18401],{"style":16912},[21,18399],{"className":18400,"style":257},[256],[21,18402,18404],{"className":18403,"style":5971},[2995],[2998,18405,18406],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,18407],{"d":5979},[21,18409,302],{"className":18410},[301],[21,18412,18414],{"className":18413},[244],[21,18415,18417],{"className":18416,"style":16932},[248],[21,18418],{},"\nis already normalized to roughly unit magnitude per coordinate, Adam's ",[21,18421,18423],{"className":18422},[24],[21,18424,18426],{"className":18425,"ariaHidden":29},[28],[21,18427,18429,18432],{"className":18428},[33],[21,18430],{"className":18431,"style":118},[37],[21,18433,92],{"className":18434,"style":91},[42,43],"\ntransfers across problems far better than SGD's, which must absorb the raw\ngradient scale.",[11,18437,18438,18441],{},[124,18439,18440],{},"Failure modes."," Adam is not uniformly safe. Three recur:",[18443,18444,18445,18601,18613],"ol",{},[17526,18446,18447,18450,18451,18494,18495,18547,18548,18600],{},[124,18448,18449],{},"Second-moment stalls."," A coordinate that saw one enormous gradient inflates\n",[21,18452,18454],{"className":18453},[24],[21,18455,18457],{"className":18456,"ariaHidden":29},[28],[21,18458,18460,18463],{"className":18459},[33],[21,18461],{"className":18462,"style":38},[37],[21,18464,18466],{"className":18465},[42,4604],[21,18467,18469],{"className":18468},[239],[21,18470,18472],{"className":18471},[244],[21,18473,18475,18483],{"className":18474,"style":38},[248],[21,18476,18477,18480],{"style":4616},[21,18478],{"className":18479,"style":257},[256],[21,18481,1798],{"className":18482,"style":91},[42,43],[21,18484,18485,18488],{"style":4616},[21,18486],{"className":18487,"style":257},[256],[21,18489,18491],{"className":18490,"style":9125},[4632],[21,18492,9129],{"className":18493},[42],"; its effective rate collapses and can take the full ",[21,18496,18498],{"className":18497},[24],[21,18499,18501],{"className":18500,"ariaHidden":29},[28],[21,18502,18504,18507],{"className":18503},[33],[21,18505],{"className":18506,"style":1371},[37],[21,18508,18510,18513],{"className":18509},[42],[21,18511,8532],{"className":18512,"style":8531},[42,43],[21,18514,18516],{"className":18515},[346],[21,18517,18519,18539],{"className":18518},[239,240],[21,18520,18522,18536],{"className":18521},[244],[21,18523,18525],{"className":18524,"style":1886},[248],[21,18526,18527,18530],{"style":8547},[21,18528],{"className":18529,"style":363},[256],[21,18531,18533],{"className":18532},[261,262,263,264],[21,18534,271],{"className":18535},[42,264],[21,18537,302],{"className":18538},[301],[21,18540,18542],{"className":18541},[244],[21,18543,18545],{"className":18544,"style":566},[248],[21,18546],{}," horizon\nto recover. This is why gradient clipping and ",[21,18549,18551],{"className":18550},[24],[21,18552,18554],{"className":18553,"ariaHidden":29},[28],[21,18555,18557,18560],{"className":18556},[33],[21,18558],{"className":18559,"style":1371},[37],[21,18561,18563,18566],{"className":18562},[42],[21,18564,8532],{"className":18565,"style":8531},[42,43],[21,18567,18569],{"className":18568},[346],[21,18570,18572,18592],{"className":18571},[239,240],[21,18573,18575,18589],{"className":18574},[244],[21,18576,18578],{"className":18577,"style":1886},[248],[21,18579,18580,18583],{"style":8547},[21,18581],{"className":18582,"style":363},[256],[21,18584,18586],{"className":18585},[261,262,263,264],[21,18587,271],{"className":18588},[42,264],[21,18590,302],{"className":18591},[301],[21,18593,18595],{"className":18594},[244],[21,18596,18598],{"className":18597,"style":566},[248],[21,18599],{}," tuning matter on RNNs\nand transformers.",[17526,18602,18603,18606,18607],{},[124,18604,18605],{},"Worse generalization than SGD."," On some vision benchmarks Adam converges\nfaster but lands in sharper minima that test slightly worse; SGD with momentum\nremains a competitive final-accuracy baseline.",[162,18608,18609],{},[15,18610,4012],{"href":8242,"ariaDescribedBy":18611,"dataFootnoteRef":6,"id":18612},[168],"user-content-fnref-gf-adam-2",[17526,18614,18615,18671,18672,18675,18676,18728],{},[124,18616,18617,18618,18670],{},"The ",[21,18619,18621],{"className":18620},[24],[21,18622,18624],{"className":18623,"ariaHidden":29},[28],[21,18625,18627,18630],{"className":18626},[33],[21,18628],{"className":18629,"style":16710},[37],[21,18631,18633,18636],{"className":18632},[42],[21,18634,104],{"className":18635},[42,43],[21,18637,18639],{"className":18638},[346],[21,18640,18642,18662],{"className":18641},[239,240],[21,18643,18645,18659],{"className":18644},[244],[21,18646,18648],{"className":18647,"style":1886},[248],[21,18649,18650,18653],{"style":547},[21,18651],{"className":18652,"style":363},[256],[21,18654,18656],{"className":18655},[261,262,263,264],[21,18657,271],{"className":18658},[42,264],[21,18660,302],{"className":18661},[301],[21,18663,18665],{"className":18664},[244],[21,18666,18668],{"className":18667,"style":566},[248],[21,18669],{},"\u002Fdecay confusion."," Passing a ",[4512,18673,18674],{},"weight_decay"," to a plain-Adam\nimplementation applies coupled ",[21,18677,18679],{"className":18678},[24],[21,18680,18682],{"className":18681,"ariaHidden":29},[28],[21,18683,18685,18688],{"className":18684},[33],[21,18686],{"className":18687,"style":16710},[37],[21,18689,18691,18694],{"className":18690},[42],[21,18692,104],{"className":18693},[42,43],[21,18695,18697],{"className":18696},[346],[21,18698,18700,18720],{"className":18699},[239,240],[21,18701,18703,18717],{"className":18702},[244],[21,18704,18706],{"className":18705,"style":1886},[248],[21,18707,18708,18711],{"style":547},[21,18709],{"className":18710,"style":363},[256],[21,18712,18714],{"className":18713},[261,262,263,264],[21,18715,271],{"className":18716},[42,264],[21,18718,302],{"className":18719},[301],[21,18721,18723],{"className":18722},[244],[21,18724,18726],{"className":18725,"style":566},[248],[21,18727],{},", not true decay, and the effective\nregularization is uneven across parameters; AdamW is the fix and the modern\ntransformer default.",[172,18730,18732],{"id":18731},"the-optimizer-zoo","The optimizer zoo",[11,18734,18735,18736,18739],{},"Every method here is one skeleton (accumulate ",[129,18737,18738],{},"something"," from the gradient\nhistory, step by a function of it) with different choices of what to keep. The\nmaster table collapses the family onto that axis.",[2412,18741,18742,18761],{},[2415,18743,18744],{},[2418,18745,18746,18749,18752,18755,18758],{},[2421,18747,18748],{},"Optimizer",[2421,18750,18751],{},"Update rule",[2421,18753,18754],{},"State kept",[2421,18756,18757],{},"Key hyperparameters",[2421,18759,18760],{},"When to use",[2428,18762,18763,18847,19007,19195,19509,19855,20155],{},[2418,18764,18765,18768,18824,18827,18844],{},[2433,18766,18767],{},"SGD",[2433,18769,18770],{},[21,18771,18773],{"className":18772},[24],[21,18774,18776,18794,18812],{"className":18775,"ariaHidden":29},[28],[21,18777,18779,18782,18785,18788,18791],{"className":18778},[33],[21,18780],{"className":18781,"style":38},[37],[21,18783,45],{"className":18784,"style":44},[42,43],[21,18786],{"className":18787,"style":50},[49],[21,18789,55],{"className":18790},[54],[21,18792],{"className":18793,"style":50},[49],[21,18795,18797,18800,18803,18806,18809],{"className":18796},[33],[21,18798],{"className":18799,"style":65},[37],[21,18801,45],{"className":18802,"style":44},[42,43],[21,18804],{"className":18805,"style":72},[49],[21,18807,77],{"className":18808},[76],[21,18810],{"className":18811,"style":72},[49],[21,18813,18815,18818,18821],{"className":18814},[33],[21,18816],{"className":18817,"style":118},[37],[21,18819,92],{"className":18820,"style":91},[42,43],[21,18822,2631],{"className":18823,"style":91},[42,43],[2433,18825,18826],{},"none",[2433,18828,18829],{},[21,18830,18832],{"className":18831},[24],[21,18833,18835],{"className":18834,"ariaHidden":29},[28],[21,18836,18838,18841],{"className":18837},[33],[21,18839],{"className":18840,"style":118},[37],[21,18842,92],{"className":18843,"style":91},[42,43],[2433,18845,18846],{},"convex \u002F well-tuned baselines",[2418,18848,18849,18851,18957,18975,19004],{},[2433,18850,1767],{},[2433,18852,18853],{},[21,18854,18856],{"className":18855},[24],[21,18857,18859,18877,18895,18930,18948],{"className":18858,"ariaHidden":29},[28],[21,18860,18862,18865,18868,18871,18874],{"className":18861},[33],[21,18863],{"className":18864,"style":1585},[37],[21,18866,1798],{"className":18867,"style":91},[42,43],[21,18869],{"className":18870,"style":50},[49],[21,18872,55],{"className":18873},[54],[21,18875],{"className":18876,"style":50},[49],[21,18878,18880,18883,18886,18889,18892],{"className":18879},[33],[21,18881],{"className":18882,"style":1935},[37],[21,18884,4674],{"className":18885,"style":91},[42,43],[21,18887],{"className":18888,"style":72},[49],[21,18890,77],{"className":18891},[76],[21,18893],{"className":18894,"style":72},[49],[21,18896,18898,18901,18904,18907,18911,18915,18918,18921,18924,18927],{"className":18897},[33],[21,18899],{"className":18900,"style":1371},[37],[21,18902,92],{"className":18903,"style":91},[42,43],[21,18905,2631],{"className":18906,"style":91},[42,43],[21,18908,18910],{"className":18909},[834],";",[21,18912,18914],{"className":18913},[49]," ",[21,18916],{"className":18917,"style":96},[49],[21,18919,45],{"className":18920,"style":44},[42,43],[21,18922],{"className":18923,"style":50},[49],[21,18925,55],{"className":18926},[54],[21,18928],{"className":18929,"style":50},[49],[21,18931,18933,18936,18939,18942,18945],{"className":18932},[33],[21,18934],{"className":18935,"style":65},[37],[21,18937,45],{"className":18938,"style":44},[42,43],[21,18940],{"className":18941,"style":72},[49],[21,18943,642],{"className":18944},[76],[21,18946],{"className":18947,"style":72},[49],[21,18949,18951,18954],{"className":18950},[33],[21,18952],{"className":18953,"style":1585},[37],[21,18955,1798],{"className":18956,"style":91},[42,43],[2433,18958,18959,18960],{},"velocity ",[21,18961,18963],{"className":18962},[24],[21,18964,18966],{"className":18965,"ariaHidden":29},[28],[21,18967,18969,18972],{"className":18968},[33],[21,18970],{"className":18971,"style":1585},[37],[21,18973,1798],{"className":18974,"style":91},[42,43],[2433,18976,18977],{},[21,18978,18980],{"className":18979},[24],[21,18981,18983],{"className":18982,"ariaHidden":29},[28],[21,18984,18986,18989,18992,18995,18998,19001],{"className":18985},[33],[21,18987],{"className":18988,"style":118},[37],[21,18990,92],{"className":18991,"style":91},[42,43],[21,18993,835],{"className":18994},[834],[21,18996,18914],{"className":18997},[49],[21,18999],{"className":19000,"style":96},[49],[21,19002,1815],{"className":19003},[42,43],[2433,19005,19006],{},"ravines; large-batch vision",[2418,19008,19009,19012,19146,19163,19192],{},[2433,19010,19011],{},"Nesterov",[2433,19013,19014],{},[21,19015,19017],{"className":19016},[24],[21,19018,19020,19038,19056,19086,19119,19137],{"className":19019,"ariaHidden":29},[28],[21,19021,19023,19026,19029,19032,19035],{"className":19022},[33],[21,19024],{"className":19025,"style":1585},[37],[21,19027,1798],{"className":19028,"style":91},[42,43],[21,19030],{"className":19031,"style":50},[49],[21,19033,55],{"className":19034},[54],[21,19036],{"className":19037,"style":50},[49],[21,19039,19041,19044,19047,19050,19053],{"className":19040},[33],[21,19042],{"className":19043,"style":1935},[37],[21,19045,4674],{"className":19046,"style":91},[42,43],[21,19048],{"className":19049,"style":72},[49],[21,19051,77],{"className":19052},[76],[21,19054],{"className":19055,"style":72},[49],[21,19057,19059,19062,19065,19068,19071,19074,19077,19080,19083],{"className":19058},[33],[21,19060],{"className":19061,"style":191},[37],[21,19063,92],{"className":19064,"style":91},[42,43],[21,19066,100],{"className":19067},[42],[21,19069,104],{"className":19070},[42,43],[21,19072,199],{"className":19073},[198],[21,19075,45],{"className":19076,"style":44},[42,43],[21,19078],{"className":19079,"style":72},[49],[21,19081,642],{"className":19082},[76],[21,19084],{"className":19085,"style":72},[49],[21,19087,19089,19092,19095,19098,19101,19104,19107,19110,19113,19116],{"className":19088},[33],[21,19090],{"className":19091,"style":191},[37],[21,19093,4674],{"className":19094,"style":91},[42,43],[21,19096,207],{"className":19097},[206],[21,19099,18910],{"className":19100},[834],[21,19102,18914],{"className":19103},[49],[21,19105],{"className":19106,"style":96},[49],[21,19108,45],{"className":19109,"style":44},[42,43],[21,19111],{"className":19112,"style":50},[49],[21,19114,55],{"className":19115},[54],[21,19117],{"className":19118,"style":50},[49],[21,19120,19122,19125,19128,19131,19134],{"className":19121},[33],[21,19123],{"className":19124,"style":65},[37],[21,19126,45],{"className":19127,"style":44},[42,43],[21,19129],{"className":19130,"style":72},[49],[21,19132,642],{"className":19133},[76],[21,19135],{"className":19136,"style":72},[49],[21,19138,19140,19143],{"className":19139},[33],[21,19141],{"className":19142,"style":1585},[37],[21,19144,1798],{"className":19145,"style":91},[42,43],[2433,19147,18959,19148],{},[21,19149,19151],{"className":19150},[24],[21,19152,19154],{"className":19153,"ariaHidden":29},[28],[21,19155,19157,19160],{"className":19156},[33],[21,19158],{"className":19159,"style":1585},[37],[21,19161,1798],{"className":19162,"style":91},[42,43],[2433,19164,19165],{},[21,19166,19168],{"className":19167},[24],[21,19169,19171],{"className":19170,"ariaHidden":29},[28],[21,19172,19174,19177,19180,19183,19186,19189],{"className":19173},[33],[21,19175],{"className":19176,"style":118},[37],[21,19178,92],{"className":19179,"style":91},[42,43],[21,19181,835],{"className":19182},[834],[21,19184,18914],{"className":19185},[49],[21,19187],{"className":19188,"style":96},[49],[21,19190,1815],{"className":19191},[42,43],[2433,19193,19194],{},"smoother convex problems",[2418,19196,19197,19199,19445,19489,19506],{},[2433,19198,5470],{},[2433,19200,19201],{},[21,19202,19204],{"className":19203},[24],[21,19205,19207,19225,19243,19300,19318],{"className":19206,"ariaHidden":29},[28],[21,19208,19210,19213,19216,19219,19222],{"className":19209},[33],[21,19211],{"className":19212,"style":1585},[37],[21,19214,5493],{"className":19215,"style":44},[42,43],[21,19217],{"className":19218,"style":50},[49],[21,19220,55],{"className":19221},[54],[21,19223],{"className":19224,"style":50},[49],[21,19226,19228,19231,19234,19237,19240],{"className":19227},[33],[21,19229],{"className":19230,"style":2599},[37],[21,19232,5493],{"className":19233,"style":44},[42,43],[21,19235],{"className":19236,"style":72},[49],[21,19238,642],{"className":19239},[76],[21,19241],{"className":19242,"style":72},[49],[21,19244,19246,19250,19279,19282,19285,19288,19291,19294,19297],{"className":19245},[33],[21,19247],{"className":19248,"style":19249},[37],"height:1.0085em;vertical-align:-0.1944em;",[21,19251,19253,19256],{"className":19252},[42],[21,19254,2631],{"className":19255,"style":91},[42,43],[21,19257,19259],{"className":19258},[346],[21,19260,19262],{"className":19261},[239],[21,19263,19265],{"className":19264},[244],[21,19266,19268],{"className":19267,"style":5339},[248],[21,19269,19270,19273],{"style":359},[21,19271],{"className":19272,"style":363},[256],[21,19274,19276],{"className":19275},[261,262,263,264],[21,19277,271],{"className":19278},[42,264],[21,19280,18910],{"className":19281},[834],[21,19283,18914],{"className":19284},[49],[21,19286],{"className":19287,"style":96},[49],[21,19289,45],{"className":19290,"style":44},[42,43],[21,19292],{"className":19293,"style":50},[49],[21,19295,55],{"className":19296},[54],[21,19298],{"className":19299,"style":50},[49],[21,19301,19303,19306,19309,19312,19315],{"className":19302},[33],[21,19304],{"className":19305,"style":65},[37],[21,19307,45],{"className":19308,"style":44},[42,43],[21,19310],{"className":19311,"style":72},[49],[21,19313,77],{"className":19314},[76],[21,19316],{"className":19317,"style":72},[49],[21,19319,19321,19325,19442],{"className":19320},[33],[21,19322],{"className":19323,"style":19324},[37],"height:1.2855em;vertical-align:-0.538em;",[21,19326,19328,19331,19439],{"className":19327},[42],[21,19329],{"className":19330},[198,231],[21,19332,19334],{"className":19333},[235],[21,19335,19337,19430],{"className":19336},[239,240],[21,19338,19340,19427],{"className":19339},[244],[21,19341,19344,19404,19412],{"className":19342,"style":19343},[248],"height:0.7475em;",[21,19345,19347,19350],{"style":19346},"top:-2.6259em;",[21,19348],{"className":19349,"style":257},[256],[21,19351,19353],{"className":19352},[261,262,263,264],[21,19354,19356],{"className":19355},[42,264],[21,19357,19359],{"className":19358},[42,5901,264],[21,19360,19362,19395],{"className":19361},[239,240],[21,19363,19365,19392],{"className":19364},[244],[21,19366,19369,19379],{"className":19367,"style":19368},[248],"height:0.8059em;",[21,19370,19372,19375],{"className":19371,"style":4616},[2987],[21,19373],{"className":19374,"style":257},[256],[21,19376,5493],{"className":19377,"style":19378},[42,43,264],"margin-right:0.0278em;padding-left:0.833em;",[21,19380,19382,19385],{"style":19381},"top:-2.7659em;",[21,19383],{"className":19384,"style":257},[256],[21,19386,19388],{"className":19387,"style":5971},[2995,264],[2998,19389,19390],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,19391],{"d":5979},[21,19393,302],{"className":19394},[301],[21,19396,19398],{"className":19397},[244],[21,19399,19402],{"className":19400,"style":19401},[248],"height:0.2341em;",[21,19403],{},[21,19405,19406,19409],{"style":274},[21,19407],{"className":19408,"style":257},[256],[21,19410],{"className":19411,"style":282},[281],[21,19413,19415,19418],{"style":19414},"top:-3.4461em;",[21,19416],{"className":19417,"style":257},[256],[21,19419,19421],{"className":19420},[261,262,263,264],[21,19422,19424],{"className":19423},[42,264],[21,19425,92],{"className":19426,"style":91},[42,43,264],[21,19428,302],{"className":19429},[301],[21,19431,19433],{"className":19432},[244],[21,19434,19437],{"className":19435,"style":19436},[248],"height:0.538em;",[21,19438],{},[21,19440],{"className":19441},[206,231],[21,19443,2631],{"className":19444,"style":91},[42,43],[2433,19446,19447,19448],{},"sum of ",[21,19449,19451],{"className":19450},[24],[21,19452,19454],{"className":19453,"ariaHidden":29},[28],[21,19455,19457,19460],{"className":19456},[33],[21,19458],{"className":19459,"style":19249},[37],[21,19461,19463,19466],{"className":19462},[42],[21,19464,2631],{"className":19465,"style":91},[42,43],[21,19467,19469],{"className":19468},[346],[21,19470,19472],{"className":19471},[239],[21,19473,19475],{"className":19474},[244],[21,19476,19478],{"className":19477,"style":5339},[248],[21,19479,19480,19483],{"style":359},[21,19481],{"className":19482,"style":363},[256],[21,19484,19486],{"className":19485},[261,262,263,264],[21,19487,271],{"className":19488},[42,264],[2433,19490,19491],{},[21,19492,19494],{"className":19493},[24],[21,19495,19497],{"className":19496,"ariaHidden":29},[28],[21,19498,19500,19503],{"className":19499},[33],[21,19501],{"className":19502,"style":118},[37],[21,19504,92],{"className":19505,"style":91},[42,43],[2433,19507,19508],{},"sparse features (NLP)",[2418,19510,19511,19513,19779,19823,19852],{},[2433,19512,7211],{},[2433,19514,19515],{},[21,19516,19518],{"className":19517},[24],[21,19519,19521,19539,19560,19581,19643,19661],{"className":19520,"ariaHidden":29},[28],[21,19522,19524,19527,19530,19533,19536],{"className":19523},[33],[21,19525],{"className":19526,"style":1585},[37],[21,19528,5493],{"className":19529,"style":44},[42,43],[21,19531],{"className":19532,"style":50},[49],[21,19534,55],{"className":19535},[54],[21,19537],{"className":19538,"style":50},[49],[21,19540,19542,19545,19548,19551,19554,19557],{"className":19541},[33],[21,19543],{"className":19544,"style":1935},[37],[21,19546,7315],{"className":19547},[42,43],[21,19549,5493],{"className":19550,"style":44},[42,43],[21,19552],{"className":19553,"style":72},[49],[21,19555,642],{"className":19556},[76],[21,19558],{"className":19559,"style":72},[49],[21,19561,19563,19566,19569,19572,19575,19578],{"className":19562},[33],[21,19564],{"className":19565,"style":191},[37],[21,19567,199],{"className":19568},[198],[21,19570,170],{"className":19571},[42],[21,19573],{"className":19574,"style":72},[49],[21,19576,77],{"className":19577},[76],[21,19579],{"className":19580,"style":72},[49],[21,19582,19584,19587,19590,19593,19622,19625,19628,19631,19634,19637,19640],{"className":19583},[33],[21,19585],{"className":19586,"style":5311},[37],[21,19588,7315],{"className":19589},[42,43],[21,19591,207],{"className":19592},[206],[21,19594,19596,19599],{"className":19595},[42],[21,19597,2631],{"className":19598,"style":91},[42,43],[21,19600,19602],{"className":19601},[346],[21,19603,19605],{"className":19604},[239],[21,19606,19608],{"className":19607},[244],[21,19609,19611],{"className":19610,"style":5339},[248],[21,19612,19613,19616],{"style":359},[21,19614],{"className":19615,"style":363},[256],[21,19617,19619],{"className":19618},[261,262,263,264],[21,19620,271],{"className":19621},[42,264],[21,19623,18910],{"className":19624},[834],[21,19626,18914],{"className":19627},[49],[21,19629],{"className":19630,"style":96},[49],[21,19632,45],{"className":19633,"style":44},[42,43],[21,19635],{"className":19636,"style":50},[49],[21,19638,55],{"className":19639},[54],[21,19641],{"className":19642,"style":50},[49],[21,19644,19646,19649,19652,19655,19658],{"className":19645},[33],[21,19647],{"className":19648,"style":65},[37],[21,19650,45],{"className":19651,"style":44},[42,43],[21,19653],{"className":19654,"style":72},[49],[21,19656,77],{"className":19657},[76],[21,19659],{"className":19660,"style":72},[49],[21,19662,19664,19667,19776],{"className":19663},[33],[21,19665],{"className":19666,"style":19324},[37],[21,19668,19670,19673,19773],{"className":19669},[42],[21,19671],{"className":19672},[198,231],[21,19674,19676],{"className":19675},[235],[21,19677,19679,19765],{"className":19678},[239,240],[21,19680,19682,19762],{"className":19681},[244],[21,19683,19685,19740,19748],{"className":19684,"style":19343},[248],[21,19686,19687,19690],{"style":19346},[21,19688],{"className":19689,"style":257},[256],[21,19691,19693],{"className":19692},[261,262,263,264],[21,19694,19696],{"className":19695},[42,264],[21,19697,19699],{"className":19698},[42,5901,264],[21,19700,19702,19732],{"className":19701},[239,240],[21,19703,19705,19729],{"className":19704},[244],[21,19706,19708,19717],{"className":19707,"style":19368},[248],[21,19709,19711,19714],{"className":19710,"style":4616},[2987],[21,19712],{"className":19713,"style":257},[256],[21,19715,5493],{"className":19716,"style":19378},[42,43,264],[21,19718,19719,19722],{"style":19381},[21,19720],{"className":19721,"style":257},[256],[21,19723,19725],{"className":19724,"style":5971},[2995,264],[2998,19726,19727],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,19728],{"d":5979},[21,19730,302],{"className":19731},[301],[21,19733,19735],{"className":19734},[244],[21,19736,19738],{"className":19737,"style":19401},[248],[21,19739],{},[21,19741,19742,19745],{"style":274},[21,19743],{"className":19744,"style":257},[256],[21,19746],{"className":19747,"style":282},[281],[21,19749,19750,19753],{"style":19414},[21,19751],{"className":19752,"style":257},[256],[21,19754,19756],{"className":19755},[261,262,263,264],[21,19757,19759],{"className":19758},[42,264],[21,19760,92],{"className":19761,"style":91},[42,43,264],[21,19763,302],{"className":19764},[301],[21,19766,19768],{"className":19767},[244],[21,19769,19771],{"className":19770,"style":19436},[248],[21,19772],{},[21,19774],{"className":19775},[206,231],[21,19777,2631],{"className":19778,"style":91},[42,43],[2433,19780,19781,19782],{},"EMA of ",[21,19783,19785],{"className":19784},[24],[21,19786,19788],{"className":19787,"ariaHidden":29},[28],[21,19789,19791,19794],{"className":19790},[33],[21,19792],{"className":19793,"style":19249},[37],[21,19795,19797,19800],{"className":19796},[42],[21,19798,2631],{"className":19799,"style":91},[42,43],[21,19801,19803],{"className":19802},[346],[21,19804,19806],{"className":19805},[239],[21,19807,19809],{"className":19808},[244],[21,19810,19812],{"className":19811,"style":5339},[248],[21,19813,19814,19817],{"style":359},[21,19815],{"className":19816,"style":363},[256],[21,19818,19820],{"className":19819},[261,262,263,264],[21,19821,271],{"className":19822},[42,264],[2433,19824,19825],{},[21,19826,19828],{"className":19827},[24],[21,19829,19831],{"className":19830,"ariaHidden":29},[28],[21,19832,19834,19837,19840,19843,19846,19849],{"className":19833},[33],[21,19835],{"className":19836,"style":118},[37],[21,19838,92],{"className":19839,"style":91},[42,43],[21,19841,835],{"className":19842},[834],[21,19844,18914],{"className":19845},[49],[21,19847],{"className":19848,"style":96},[49],[21,19850,7315],{"className":19851},[42,43],[2433,19853,19854],{},"RNNs; non-stationary loss",[2418,19856,19857,19859,20007,20037,20152],{},[2433,19858,159],{},[2433,19860,19861,20006],{},[21,19862,19864],{"className":19863},[24],[21,19865,19867,19994],{"className":19866,"ariaHidden":29},[28],[21,19868,19870,19873,19904,19907,19910,19985,19988,19991],{"className":19869},[33],[21,19871],{"className":19872,"style":18015},[37],[21,19874,19876],{"className":19875},[42,4604],[21,19877,19879],{"className":19878},[239],[21,19880,19882],{"className":19881},[244],[21,19883,19885,19893],{"className":19884,"style":38},[248],[21,19886,19887,19890],{"style":4616},[21,19888],{"className":19889,"style":257},[256],[21,19891,8268],{"className":19892},[42,43],[21,19894,19895,19898],{"style":4616},[21,19896],{"className":19897,"style":257},[256],[21,19899,19901],{"className":19900,"style":9248},[4632],[21,19902,9129],{"className":19903},[42],[21,19905,1654],{"className":19906},[42],[21,19908,199],{"className":19909},[198],[21,19911,19913],{"className":19912},[42,5901],[21,19914,19916,19977],{"className":19915},[239,240],[21,19917,19919,19974],{"className":19918},[244],[21,19920,19922,19962],{"className":19921,"style":16869},[248],[21,19923,19925,19928],{"className":19924,"style":4616},[2987],[21,19926],{"className":19927,"style":257},[256],[21,19929,19931],{"className":19930,"style":5921},[42],[21,19932,19934],{"className":19933},[42,4604],[21,19935,19937],{"className":19936},[239],[21,19938,19940],{"className":19939},[244],[21,19941,19943,19951],{"className":19942,"style":38},[248],[21,19944,19945,19948],{"style":4616},[21,19946],{"className":19947,"style":257},[256],[21,19949,1798],{"className":19950,"style":91},[42,43],[21,19952,19953,19956],{"style":4616},[21,19954],{"className":19955,"style":257},[256],[21,19957,19959],{"className":19958,"style":9125},[4632],[21,19960,9129],{"className":19961},[42],[21,19963,19964,19967],{"style":16912},[21,19965],{"className":19966,"style":257},[256],[21,19968,19970],{"className":19969,"style":5971},[2995],[2998,19971,19972],{"xmlns":3000,"width":3001,"height":5974,"viewBox":5975,"preserveAspectRatio":5976},[3006,19973],{"d":5979},[21,19975,302],{"className":19976},[301],[21,19978,19980],{"className":19979},[244],[21,19981,19983],{"className":19982,"style":16932},[248],[21,19984],{},[21,19986],{"className":19987,"style":72},[49],[21,19989,642],{"className":19990},[76],[21,19992],{"className":19993,"style":72},[49],[21,19995,19997,20000,20003],{"className":19996},[33],[21,19998],{"className":19999,"style":191},[37],[21,20001,6004],{"className":20002},[42,43],[21,20004,207],{"className":20005},[206]," step",[2433,20008,20009,20010],{},"EMAs ",[21,20011,20013],{"className":20012},[24],[21,20014,20016],{"className":20015,"ariaHidden":29},[28],[21,20017,20019,20022,20025,20028,20031,20034],{"className":20018},[33],[21,20020],{"className":20021,"style":118},[37],[21,20023,8268],{"className":20024},[42,43],[21,20026,835],{"className":20027},[834],[21,20029,18914],{"className":20030},[49],[21,20032],{"className":20033,"style":96},[49],[21,20035,1798],{"className":20036,"style":91},[42,43],[2433,20038,20039],{},[21,20040,20042],{"className":20041},[24],[21,20043,20045],{"className":20044,"ariaHidden":29},[28],[21,20046,20048,20051,20054,20057,20060,20063,20103,20106,20109,20112],{"className":20047},[33],[21,20049],{"className":20050,"style":1371},[37],[21,20052,92],{"className":20053,"style":91},[42,43],[21,20055,835],{"className":20056},[834],[21,20058,18914],{"className":20059},[49],[21,20061],{"className":20062,"style":96},[49],[21,20064,20066,20069],{"className":20065},[42],[21,20067,8532],{"className":20068,"style":8531},[42,43],[21,20070,20072],{"className":20071},[346],[21,20073,20075,20095],{"className":20074},[239,240],[21,20076,20078,20092],{"className":20077},[244],[21,20079,20081],{"className":20080,"style":1886},[248],[21,20082,20083,20086],{"style":8547},[21,20084],{"className":20085,"style":363},[256],[21,20087,20089],{"className":20088},[261,262,263,264],[21,20090,170],{"className":20091},[42,264],[21,20093,302],{"className":20094},[301],[21,20096,20098],{"className":20097},[244],[21,20099,20101],{"className":20100,"style":566},[248],[21,20102],{},[21,20104,835],{"className":20105},[834],[21,20107,18914],{"className":20108},[49],[21,20110],{"className":20111,"style":96},[49],[21,20113,20115,20118],{"className":20114},[42],[21,20116,8532],{"className":20117,"style":8531},[42,43],[21,20119,20121],{"className":20120},[346],[21,20122,20124,20144],{"className":20123},[239,240],[21,20125,20127,20141],{"className":20126},[244],[21,20128,20130],{"className":20129,"style":1886},[248],[21,20131,20132,20135],{"style":8547},[21,20133],{"className":20134,"style":363},[256],[21,20136,20138],{"className":20137},[261,262,263,264],[21,20139,271],{"className":20140},[42,264],[21,20142,302],{"className":20143},[301],[21,20145,20147],{"className":20146},[244],[21,20148,20150],{"className":20149,"style":566},[248],[21,20151],{},[2433,20153,20154],{},"default for almost everything",[2418,20156,20157,20159,20187,20216,20343],{},[2433,20158,16942],{},[2433,20160,20161,20162,20186],{},"Adam ",[21,20163,20165],{"className":20164},[24],[21,20166,20168],{"className":20167,"ariaHidden":29},[28],[21,20169,20171,20174,20177,20180,20183],{"className":20170},[33],[21,20172],{"className":20173,"style":65},[37],[21,20175,642],{"className":20176},[42],[21,20178,18914],{"className":20179},[49],[21,20181,531],{"className":20182},[42,43],[21,20184,45],{"className":20185,"style":44},[42,43]," decoupled",[2433,20188,20009,20189],{},[21,20190,20192],{"className":20191},[24],[21,20193,20195],{"className":20194,"ariaHidden":29},[28],[21,20196,20198,20201,20204,20207,20210,20213],{"className":20197},[33],[21,20199],{"className":20200,"style":118},[37],[21,20202,8268],{"className":20203},[42,43],[21,20205,835],{"className":20206},[834],[21,20208,18914],{"className":20209},[49],[21,20211],{"className":20212,"style":96},[49],[21,20214,1798],{"className":20215,"style":91},[42,43],[2433,20217,20218],{},[21,20219,20221],{"className":20220},[24],[21,20222,20224],{"className":20223,"ariaHidden":29},[28],[21,20225,20227,20230,20233,20236,20239,20242,20282,20285,20288,20291,20331,20334,20337,20340],{"className":20226},[33],[21,20228],{"className":20229,"style":1371},[37],[21,20231,92],{"className":20232,"style":91},[42,43],[21,20234,835],{"className":20235},[834],[21,20237,18914],{"className":20238},[49],[21,20240],{"className":20241,"style":96},[49],[21,20243,20245,20248],{"className":20244},[42],[21,20246,8532],{"className":20247,"style":8531},[42,43],[21,20249,20251],{"className":20250},[346],[21,20252,20254,20274],{"className":20253},[239,240],[21,20255,20257,20271],{"className":20256},[244],[21,20258,20260],{"className":20259,"style":1886},[248],[21,20261,20262,20265],{"style":8547},[21,20263],{"className":20264,"style":363},[256],[21,20266,20268],{"className":20267},[261,262,263,264],[21,20269,170],{"className":20270},[42,264],[21,20272,302],{"className":20273},[301],[21,20275,20277],{"className":20276},[244],[21,20278,20280],{"className":20279,"style":566},[248],[21,20281],{},[21,20283,835],{"className":20284},[834],[21,20286,18914],{"className":20287},[49],[21,20289],{"className":20290,"style":96},[49],[21,20292,20294,20297],{"className":20293},[42],[21,20295,8532],{"className":20296,"style":8531},[42,43],[21,20298,20300],{"className":20299},[346],[21,20301,20303,20323],{"className":20302},[239,240],[21,20304,20306,20320],{"className":20305},[244],[21,20307,20309],{"className":20308,"style":1886},[248],[21,20310,20311,20314],{"style":8547},[21,20312],{"className":20313,"style":363},[256],[21,20315,20317],{"className":20316},[261,262,263,264],[21,20318,271],{"className":20319},[42,264],[21,20321,302],{"className":20322},[301],[21,20324,20326],{"className":20325},[244],[21,20327,20329],{"className":20328,"style":566},[248],[21,20330],{},[21,20332,835],{"className":20333},[834],[21,20335,18914],{"className":20336},[49],[21,20338],{"className":20339,"style":96},[49],[21,20341,531],{"className":20342},[42,43],[2433,20344,20345],{},"transformers; default with decay",[11,20347,20348],{},"On the ravine of the opening figure the three trajectories diverge in character:\nSGD zig-zags across the steep axis, momentum cancels the oscillation and coasts\nalong the valley, and Adam heads almost straight at the minimum because its\nper-parameter denominator has already rescaled the steep axis down.",[1762,20350],{"hash":20351},"ad24b3996bc73fa649fc12695afb733fbff02aab6b375f9ca5c3c4677b8e5807",[11,20353,20354],{},"The qualitative training curves separate the three regimes: SGD descends slowest\nand ripples, momentum smooths and steepens the descent, Adam drops fastest in the\nearly phase by adapting per-parameter rates.",[1762,20356],{"hash":20357},"a9c85430ea6b3d5c0b578d5e9f13fba50c800b2d4ba863b6931b104fb7a0f1dd",[172,20359,20361],{"id":20360},"optimizer-refinements","Optimizer refinements",[11,20363,20364],{},"Goodfellow's chapter predates most of the optimizer refinements now standard in\npractice; each is a public, named result that patches a specific failure listed\nabove.",[17523,20366,20367,20438,20503,20538],{},[17526,20368,20369,20372,20373,20425,20426,20429,20430],{},[124,20370,20371],{},"AdamW."," The ",[21,20374,20376],{"className":20375},[24],[21,20377,20379],{"className":20378,"ariaHidden":29},[28],[21,20380,20382,20385],{"className":20381},[33],[21,20383],{"className":20384,"style":16710},[37],[21,20386,20388,20391],{"className":20387},[42],[21,20389,104],{"className":20390},[42,43],[21,20392,20394],{"className":20393},[346],[21,20395,20397,20417],{"className":20396},[239,240],[21,20398,20400,20414],{"className":20399},[244],[21,20401,20403],{"className":20402,"style":1886},[248],[21,20404,20405,20408],{"style":547},[21,20406],{"className":20407,"style":363},[256],[21,20409,20411],{"className":20410},[261,262,263,264],[21,20412,271],{"className":20413},[42,264],[21,20415,302],{"className":20416},[301],[21,20418,20420],{"className":20419},[244],[21,20421,20423],{"className":20422,"style":566},[248],[21,20424],{},"-vs-decay distinction of the\nprevious section matters in practice: Loshchilov and Hutter showed that ",[129,20427,20428],{},"decoupled","\nweight decay measurably improves generalization and makes the decay strength\nindependent of the adaptive denominator. AdamW is now the default for\ntransformer training, and the coupled form the original Adam paper used is\ntreated as a bug.",[162,20431,20432],{},[15,20433,20437],{"href":20434,"ariaDescribedBy":20435,"dataFootnoteRef":6,"id":20436},"#user-content-fn-loshchilov",[168],"user-content-fnref-loshchilov","7",[17526,20439,20440,20443,20444,20447,20448,20451,20452,20495,20496],{},[124,20441,20442],{},"A convergence hole in the original proof."," Reddi, Kale, and Kumar found a\ncounterexample on which Adam ",[129,20445,20446],{},"fails to converge"," even on a convex problem,\ntraced to the second moment being able to shrink between steps. Their ",[124,20449,20450],{},"AMSGrad","\nfix enforces a non-decreasing ",[21,20453,20455],{"className":20454},[24],[21,20456,20458],{"className":20457,"ariaHidden":29},[28],[21,20459,20461,20464],{"className":20460},[33],[21,20462],{"className":20463,"style":38},[37],[21,20465,20467],{"className":20466},[42,4604],[21,20468,20470],{"className":20469},[239],[21,20471,20473],{"className":20472},[244],[21,20474,20476,20484],{"className":20475,"style":38},[248],[21,20477,20478,20481],{"style":4616},[21,20479],{"className":20480,"style":257},[256],[21,20482,1798],{"className":20483,"style":91},[42,43],[21,20485,20486,20489],{"style":4616},[21,20487],{"className":20488,"style":257},[256],[21,20490,20492],{"className":20491,"style":9125},[4632],[21,20493,9129],{"className":20494},[42],", restoring the guarantee.",[162,20497,20498],{},[15,20499,6222],{"href":20500,"ariaDescribedBy":20501,"dataFootnoteRef":6,"id":20502},"#user-content-fn-reddi",[168],"user-content-fnref-reddi",[17526,20504,20505,20508,20509,20512,20513,20529,20530],{},[124,20506,20507],{},"Decoupling direction from scale, taken further."," ",[124,20510,20511],{},"LAMB"," (You et al.)\nlayer-wise normalizes the Adam step so that very large batches (used to train\nBERT in ",[21,20514,20516],{"className":20515},[24],[21,20517,20519],{"className":20518,"ariaHidden":29},[28],[21,20520,20522,20525],{"className":20521},[33],[21,20523],{"className":20524,"style":1186},[37],[21,20526,20528],{"className":20527},[42],"76"," minutes) stay stable — the natural extension of the linear-scaling\nand warmup ideas to adaptive optimizers.",[162,20531,20532],{},[15,20533,20537],{"href":20534,"ariaDescribedBy":20535,"dataFootnoteRef":6,"id":20536},"#user-content-fn-lamb",[168],"user-content-fnref-lamb","9",[17526,20539,20540,20543,20544,20547,20548,20551,20552],{},[124,20541,20542],{},"Lion: a learned optimizer."," Chen et al. used program search to ",[129,20545,20546],{},"discover"," an\noptimizer, ",[124,20549,20550],{},"Lion",", which keeps only a momentum buffer and steps by the sign of\nthe interpolated update — cheaper state than Adam and competitive or better on\nlarge vision and language models.",[162,20553,20554],{},[15,20555,3520],{"href":20556,"ariaDescribedBy":20557,"dataFootnoteRef":6,"id":20558},"#user-content-fn-lion",[168],"user-content-fnref-lion",[11,20560,20561,20562,20605],{},"Every one of these keeps the momentum-plus-per-parameter-\nscale skeleton and changes exactly one choice: how decay is applied, how ",[21,20563,20565],{"className":20564},[24],[21,20566,20568],{"className":20567,"ariaHidden":29},[28],[21,20569,20571,20574],{"className":20570},[33],[21,20572],{"className":20573,"style":38},[37],[21,20575,20577],{"className":20576},[42,4604],[21,20578,20580],{"className":20579},[239],[21,20581,20583],{"className":20582},[244],[21,20584,20586,20594],{"className":20585,"style":38},[248],[21,20587,20588,20591],{"style":4616},[21,20589],{"className":20590,"style":257},[256],[21,20592,1798],{"className":20593,"style":91},[42,43],[21,20595,20596,20599],{"style":4616},[21,20597],{"className":20598,"style":257},[256],[21,20600,20602],{"className":20601,"style":9125},[4632],[21,20603,9129],{"className":20604},[42],"\nis bounded, how the step is normalized across layers, or what nonlinearity maps\nthe moments to the update.",[172,20607,20609],{"id":20608},"takeaways","Takeaways",[17523,20611,20612,20917,21293,21385,21538],{},[17526,20613,20614,20615,20617,20618,20761,20762,20777,20778,20857,20858,20916],{},"Plain SGD fails on ",[124,20616,1756],{}," surfaces (",[21,20619,20621],{"className":20620},[24],[21,20622,20624,20642,20752],{"className":20623,"ariaHidden":29},[28],[21,20625,20627,20630,20633,20636,20639],{"className":20626},[33],[21,20628],{"className":20629,"style":1585},[37],[21,20631,1589],{"className":20632},[42,43],[21,20634],{"className":20635,"style":50},[49],[21,20637,685],{"className":20638},[54],[21,20640],{"className":20641,"style":50},[49],[21,20643,20645,20648,20694,20697,20743,20746,20749],{"className":20644},[33],[21,20646],{"className":20647,"style":191},[37],[21,20649,20651,20654],{"className":20650},[42],[21,20652,531],{"className":20653},[42,43],[21,20655,20657],{"className":20656},[346],[21,20658,20660,20686],{"className":20659},[239,240],[21,20661,20663,20683],{"className":20662},[244],[21,20664,20666],{"className":20665,"style":1225},[248],[21,20667,20668,20671],{"style":547},[21,20669],{"className":20670,"style":363},[256],[21,20672,20674],{"className":20673},[261,262,263,264],[21,20675,20677],{"className":20676},[42,264],[21,20678,20680],{"className":20679},[1240,264],[21,20681,1245],{"className":20682},[42,1244,264],[21,20684,302],{"className":20685},[301],[21,20687,20689],{"className":20688},[244],[21,20690,20692],{"className":20691,"style":566},[248],[21,20693],{},[21,20695,1654],{"className":20696},[42],[21,20698,20700,20703],{"className":20699},[42],[21,20701,531],{"className":20702},[42,43],[21,20704,20706],{"className":20705},[346],[21,20707,20709,20735],{"className":20708},[239,240],[21,20710,20712,20732],{"className":20711},[244],[21,20713,20715],{"className":20714,"style":1396},[248],[21,20716,20717,20720],{"style":547},[21,20718],{"className":20719,"style":363},[256],[21,20721,20723],{"className":20722},[261,262,263,264],[21,20724,20726],{"className":20725},[42,264],[21,20727,20729],{"className":20728},[1240,264],[21,20730,1414],{"className":20731},[42,1244,264],[21,20733,302],{"className":20734},[301],[21,20736,20738],{"className":20737},[244],[21,20739,20741],{"className":20740,"style":566},[248],[21,20742],{},[21,20744],{"className":20745,"style":50},[49],[21,20747,1740],{"className":20748},[54],[21,20750],{"className":20751,"style":50},[49],[21,20753,20755,20758],{"className":20754},[33],[21,20756],{"className":20757,"style":1186},[37],[21,20759,170],{"className":20760},[42],"): one global ",[21,20763,20765],{"className":20764},[24],[21,20766,20768],{"className":20767,"ariaHidden":29},[28],[21,20769,20771,20774],{"className":20770},[33],[21,20772],{"className":20773,"style":118},[37],[21,20775,92],{"className":20776,"style":91},[42,43]," must satisfy ",[21,20779,20781],{"className":20780},[24],[21,20782,20784,20802],{"className":20783,"ariaHidden":29},[28],[21,20785,20787,20790,20793,20796,20799],{"className":20786},[33],[21,20788],{"className":20789,"style":1270},[37],[21,20791,92],{"className":20792,"style":91},[42,43],[21,20794],{"className":20795,"style":50},[49],[21,20797,1176],{"className":20798},[54],[21,20800],{"className":20801,"style":50},[49],[21,20803,20805,20808,20811],{"className":20804},[33],[21,20806],{"className":20807,"style":191},[37],[21,20809,1292],{"className":20810},[42],[21,20812,20814,20817],{"className":20813},[42],[21,20815,531],{"className":20816},[42,43],[21,20818,20820],{"className":20819},[346],[21,20821,20823,20849],{"className":20822},[239,240],[21,20824,20826,20846],{"className":20825},[244],[21,20827,20829],{"className":20828,"style":1225},[248],[21,20830,20831,20834],{"style":547},[21,20832],{"className":20833,"style":363},[256],[21,20835,20837],{"className":20836},[261,262,263,264],[21,20838,20840],{"className":20839},[42,264],[21,20841,20843],{"className":20842},[1240,264],[21,20844,1245],{"className":20845},[42,1244,264],[21,20847,302],{"className":20848},[301],[21,20850,20852],{"className":20851},[244],[21,20853,20855],{"className":20854,"style":566},[248],[21,20856],{},"\nfor stability, which leaves convergence along ",[21,20859,20861],{"className":20860},[24],[21,20862,20864],{"className":20863,"ariaHidden":29},[28],[21,20865,20867,20870],{"className":20866},[33],[21,20868],{"className":20869,"style":524},[37],[21,20871,20873,20876],{"className":20872},[42],[21,20874,531],{"className":20875},[42,43],[21,20877,20879],{"className":20878},[346],[21,20880,20882,20908],{"className":20881},[239,240],[21,20883,20885,20905],{"className":20884},[244],[21,20886,20888],{"className":20887,"style":1396},[248],[21,20889,20890,20893],{"style":547},[21,20891],{"className":20892,"style":363},[256],[21,20894,20896],{"className":20895},[261,262,263,264],[21,20897,20899],{"className":20898},[42,264],[21,20900,20902],{"className":20901},[1240,264],[21,20903,1414],{"className":20904},[42,1244,264],[21,20906,302],{"className":20907},[301],[21,20909,20911],{"className":20910},[244],[21,20912,20914],{"className":20913,"style":566},[248],[21,20915],{}," very slow.",[17526,20918,20919,20921,20922,21065,21066,21246,21247,21292],{},[124,20920,1767],{}," accumulates a velocity ",[21,20923,20925],{"className":20924},[24],[21,20926,20928,20992,21050],{"className":20927,"ariaHidden":29},[28],[21,20929,20931,20934,20983,20986,20989],{"className":20930},[33],[21,20932],{"className":20933,"style":1867},[37],[21,20935,20937,20940],{"className":20936},[42],[21,20938,1798],{"className":20939,"style":91},[42,43],[21,20941,20943],{"className":20942},[346],[21,20944,20946,20975],{"className":20945},[239,240],[21,20947,20949,20972],{"className":20948},[244],[21,20950,20952],{"className":20951,"style":1886},[248],[21,20953,20954,20957],{"style":1889},[21,20955],{"className":20956,"style":363},[256],[21,20958,20960],{"className":20959},[261,262,263,264],[21,20961,20963,20966,20969],{"className":20962},[42,264],[21,20964,638],{"className":20965},[42,43,264],[21,20967,642],{"className":20968},[76,264],[21,20970,170],{"className":20971},[42,264],[21,20973,302],{"className":20974},[301],[21,20976,20978],{"className":20977},[244],[21,20979,20981],{"className":20980,"style":1917},[248],[21,20982],{},[21,20984],{"className":20985,"style":50},[49],[21,20987,685],{"className":20988},[54],[21,20990],{"className":20991,"style":50},[49],[21,20993,20995,20998,21001,21041,21044,21047],{"className":20994},[33],[21,20996],{"className":20997,"style":1935},[37],[21,20999,1815],{"className":21000},[42,43],[21,21002,21004,21007],{"className":21003},[42],[21,21005,1798],{"className":21006,"style":91},[42,43],[21,21008,21010],{"className":21009},[346],[21,21011,21013,21033],{"className":21012},[239,240],[21,21014,21016,21030],{"className":21015},[244],[21,21017,21019],{"className":21018,"style":1960},[248],[21,21020,21021,21024],{"style":1889},[21,21022],{"className":21023,"style":363},[256],[21,21025,21027],{"className":21026},[261,262,263,264],[21,21028,638],{"className":21029},[42,43,264],[21,21031,302],{"className":21032},[301],[21,21034,21036],{"className":21035},[244],[21,21037,21039],{"className":21038,"style":566},[248],[21,21040],{},[21,21042],{"className":21043,"style":72},[49],[21,21045,77],{"className":21046},[76],[21,21048],{"className":21049,"style":72},[49],[21,21051,21053,21056,21059,21062],{"className":21052},[33],[21,21054],{"className":21055,"style":87},[37],[21,21057,92],{"className":21058,"style":91},[42,43],[21,21060,100],{"className":21061},[42],[21,21063,104],{"className":21064},[42,43]," and steps\n",[21,21067,21069],{"className":21068},[24],[21,21070,21072,21136,21191],{"className":21071,"ariaHidden":29},[28],[21,21073,21075,21078,21127,21130,21133],{"className":21074},[33],[21,21076],{"className":21077,"style":5702},[37],[21,21079,21081,21084],{"className":21080},[42],[21,21082,45],{"className":21083,"style":44},[42,43],[21,21085,21087],{"className":21086},[346],[21,21088,21090,21119],{"className":21089},[239,240],[21,21091,21093,21116],{"className":21092},[244],[21,21094,21096],{"className":21095,"style":1886},[248],[21,21097,21098,21101],{"style":2033},[21,21099],{"className":21100,"style":363},[256],[21,21102,21104],{"className":21103},[261,262,263,264],[21,21105,21107,21110,21113],{"className":21106},[42,264],[21,21108,638],{"className":21109},[42,43,264],[21,21111,642],{"className":21112},[76,264],[21,21114,170],{"className":21115},[42,264],[21,21117,302],{"className":21118},[301],[21,21120,21122],{"className":21121},[244],[21,21123,21125],{"className":21124,"style":1917},[248],[21,21126],{},[21,21128],{"className":21129,"style":50},[49],[21,21131,685],{"className":21132},[54],[21,21134],{"className":21135,"style":50},[49],[21,21137,21139,21142,21182,21185,21188],{"className":21138},[33],[21,21140],{"className":21141,"style":524},[37],[21,21143,21145,21148],{"className":21144},[42],[21,21146,45],{"className":21147,"style":44},[42,43],[21,21149,21151],{"className":21150},[346],[21,21152,21154,21174],{"className":21153},[239,240],[21,21155,21157,21171],{"className":21156},[244],[21,21158,21160],{"className":21159,"style":1960},[248],[21,21161,21162,21165],{"style":2033},[21,21163],{"className":21164,"style":363},[256],[21,21166,21168],{"className":21167},[261,262,263,264],[21,21169,638],{"className":21170},[42,43,264],[21,21172,302],{"className":21173},[301],[21,21175,21177],{"className":21176},[244],[21,21178,21180],{"className":21179,"style":566},[248],[21,21181],{},[21,21183],{"className":21184,"style":72},[49],[21,21186,642],{"className":21187},[76],[21,21189],{"className":21190,"style":72},[49],[21,21192,21194,21197],{"className":21193},[33],[21,21195],{"className":21196,"style":1867},[37],[21,21198,21200,21203],{"className":21199},[42],[21,21201,1798],{"className":21202,"style":91},[42,43],[21,21204,21206],{"className":21205},[346],[21,21207,21209,21238],{"className":21208},[239,240],[21,21210,21212,21235],{"className":21211},[244],[21,21213,21215],{"className":21214,"style":1886},[248],[21,21216,21217,21220],{"style":1889},[21,21218],{"className":21219,"style":363},[256],[21,21221,21223],{"className":21222},[261,262,263,264],[21,21224,21226,21229,21232],{"className":21225},[42,264],[21,21227,638],{"className":21228},[42,43,264],[21,21230,642],{"className":21231},[76,264],[21,21233,170],{"className":21234},[42,264],[21,21236,302],{"className":21237},[301],[21,21239,21241],{"className":21240},[244],[21,21242,21244],{"className":21243,"style":1917},[248],[21,21245],{},"; it amplifies persistent directions to an\neffective step ",[21,21248,21250],{"className":21249},[24],[21,21251,21253,21280],{"className":21252,"ariaHidden":29},[28],[21,21254,21256,21259,21262,21265,21268,21271,21274,21277],{"className":21255},[33],[21,21257],{"className":21258,"style":191},[37],[21,21260,92],{"className":21261,"style":91},[42,43],[21,21263,1654],{"className":21264},[42],[21,21266,199],{"className":21267},[198],[21,21269,170],{"className":21270},[42],[21,21272],{"className":21273,"style":72},[49],[21,21275,77],{"className":21276},[76],[21,21278],{"className":21279,"style":72},[49],[21,21281,21283,21286,21289],{"className":21282},[33],[21,21284],{"className":21285,"style":191},[37],[21,21287,1815],{"className":21288},[42,43],[21,21290,207],{"className":21291},[206]," and cancels oscillating ones, damping zig-zag.",[17526,21294,21295,21297,21298,21331,21332,1085],{},[124,21296,19011],{}," evaluates the gradient at the lookahead ",[21,21299,21301],{"className":21300},[24],[21,21302,21304,21322],{"className":21303,"ariaHidden":29},[28],[21,21305,21307,21310,21313,21316,21319],{"className":21306},[33],[21,21308],{"className":21309,"style":65},[37],[21,21311,45],{"className":21312,"style":44},[42,43],[21,21314],{"className":21315,"style":72},[49],[21,21317,642],{"className":21318},[76],[21,21320],{"className":21321,"style":72},[49],[21,21323,21325,21328],{"className":21324},[33],[21,21326],{"className":21327,"style":118},[37],[21,21329,4674],{"className":21330,"style":91},[42,43],", braking\nbefore overshoot and improving the convex rate to ",[21,21333,21335],{"className":21334},[24],[21,21336,21338],{"className":21337,"ariaHidden":29},[28],[21,21339,21341,21344,21347,21350,21353,21382],{"className":21340},[33],[21,21342],{"className":21343,"style":5311},[37],[21,21345,5285],{"className":21346,"style":44},[42,43],[21,21348,199],{"className":21349},[198],[21,21351,3249],{"className":21352},[42],[21,21354,21356,21359],{"className":21355},[42],[21,21357,638],{"className":21358},[42,43],[21,21360,21362],{"className":21361},[346],[21,21363,21365],{"className":21364},[239],[21,21366,21368],{"className":21367},[244],[21,21369,21371],{"className":21370,"style":5339},[248],[21,21372,21373,21376],{"style":359},[21,21374],{"className":21375,"style":363},[256],[21,21377,21379],{"className":21378},[261,262,263,264],[21,21380,271],{"className":21381},[42,264],[21,21383,207],{"className":21384},[206],[17526,21386,21387,21389,21390,21493,21494,21496,21497,1085],{},[124,21388,5470],{}," gives per-parameter rates ",[21,21391,21393],{"className":21392},[24],[21,21394,21396],{"className":21395,"ariaHidden":29},[28],[21,21397,21399,21403,21406,21409],{"className":21398},[33],[21,21400],{"className":21401,"style":21402},[37],"height:1.24em;vertical-align:-0.305em;",[21,21404,92],{"className":21405,"style":91},[42,43],[21,21407,1654],{"className":21408},[42],[21,21410,21412],{"className":21411},[42,5901],[21,21413,21415,21484],{"className":21414},[239,240],[21,21416,21418,21481],{"className":21417},[244],[21,21419,21422,21468],{"className":21420,"style":21421},[248],"height:0.935em;",[21,21423,21425,21428],{"className":21424,"style":15145},[2987],[21,21426],{"className":21427,"style":15149},[256],[21,21429,21431,21434,21437],{"className":21430,"style":15153},[42],[21,21432,3149],{"className":21433,"style":3148},[1240,3146,3147],[21,21435],{"className":21436,"style":96},[49],[21,21438,21440,21443],{"className":21439},[42],[21,21441,2631],{"className":21442,"style":91},[42,43],[21,21444,21446],{"className":21445},[346],[21,21447,21449],{"className":21448},[239],[21,21450,21452],{"className":21451},[244],[21,21453,21456],{"className":21454,"style":21455},[248],"height:0.7401em;",[21,21457,21459,21462],{"style":21458},"top:-2.989em;margin-right:0.05em;",[21,21460],{"className":21461,"style":363},[256],[21,21463,21465],{"className":21464},[261,262,263,264],[21,21466,271],{"className":21467},[42,264],[21,21469,21471,21474],{"style":21470},"top:-2.895em;",[21,21472],{"className":21473,"style":15149},[256],[21,21475,21477],{"className":21476,"style":15277},[2995],[2998,21478,21479],{"xmlns":3000,"width":3001,"height":15280,"viewBox":15281,"preserveAspectRatio":5976},[3006,21480],{"d":15284},[21,21482,302],{"className":21483},[301],[21,21485,21487],{"className":21486},[244],[21,21488,21491],{"className":21489,"style":21490},[248],"height:0.305em;",[21,21492],{}," but the\nmonotonically growing accumulator drives the rate to zero; ",[124,21495,7211],{}," fixes it\nwith an EMA of ",[21,21498,21500],{"className":21499},[24],[21,21501,21503],{"className":21502,"ariaHidden":29},[28],[21,21504,21506,21509],{"className":21505},[33],[21,21507],{"className":21508,"style":19249},[37],[21,21510,21512,21515],{"className":21511},[42],[21,21513,2631],{"className":21514,"style":91},[42,43],[21,21516,21518],{"className":21517},[346],[21,21519,21521],{"className":21520},[239],[21,21522,21524],{"className":21523},[244],[21,21525,21527],{"className":21526,"style":5339},[248],[21,21528,21529,21532],{"style":359},[21,21530],{"className":21531,"style":363},[256],[21,21533,21535],{"className":21534},[261,262,263,264],[21,21536,271],{"className":21537},[42,264],[17526,21539,21540,21542,21543,20508,21546,21614,21615,21617],{},[124,21541,159],{}," fuses momentum (first moment) and RMSProp (second moment) with exact\n",[124,21544,21545],{},"bias correction",[21,21547,21549],{"className":21548},[24],[21,21550,21552,21576],{"className":21551,"ariaHidden":29},[28],[21,21553,21555,21558,21561,21564,21567,21570,21573],{"className":21554},[33],[21,21556],{"className":21557,"style":191},[37],[21,21559,3249],{"className":21560},[42],[21,21562,199],{"className":21563},[198],[21,21565,170],{"className":21566},[42],[21,21568],{"className":21569,"style":72},[49],[21,21571,77],{"className":21572},[76],[21,21574],{"className":21575,"style":72},[49],[21,21577,21579,21582,21611],{"className":21578},[33],[21,21580],{"className":21581,"style":11725},[37],[21,21583,21585,21588],{"className":21584},[42],[21,21586,8532],{"className":21587,"style":8531},[42,43],[21,21589,21591],{"className":21590},[346],[21,21592,21594],{"className":21593},[239],[21,21595,21597],{"className":21596},[244],[21,21598,21600],{"className":21599,"style":11382},[248],[21,21601,21602,21605],{"style":359},[21,21603],{"className":21604,"style":363},[256],[21,21606,21608],{"className":21607},[261,262,263,264],[21,21609,638],{"className":21610},[42,43,264],[21,21612,207],{"className":21613},[206],", and is the default; ",[124,21616,16942],{}," decouples\nweight decay so regularization strength is uniform across parameters.",[21619,21620,21623,21628],"section",{"className":21621,"dataFootnotes":6},[21622],"footnotes",[172,21624,21627],{"className":21625,"id":168},[21626],"sr-only","Footnotes",[18443,21629,21630,21647,21718,21785,21798,21818,21833,21892,21951,21966],{},[17526,21631,21633,3673,21636,21639,21640],{"id":21632},"user-content-fn-gf-basic",[124,21634,21635],{},"Goodfellow",[129,21637,21638],{},"Deep Learning",", §8.3 — Basic Algorithms: SGD, momentum, and Nesterov as successive cures for the geometry of the loss surface. ",[15,21641,21646],{"href":21642,"ariaLabel":21643,"className":21644,"dataFootnoteBackref":6},"#user-content-fnref-gf-basic","Back to reference 1",[21645],"data-footnote-backref","↩",[17526,21648,21650,3673,21652,21654,21655,21712,21713],{"id":21649},"user-content-fn-gf-momentum",[124,21651,21635],{},[129,21653,21638],{},", §8.3.2 — Momentum: the velocity recurrence ",[21,21656,21658],{"className":21657},[24],[21,21659,21661,21679,21697],{"className":21660,"ariaHidden":29},[28],[21,21662,21664,21667,21670,21673,21676],{"className":21663},[33],[21,21665],{"className":21666,"style":1585},[37],[21,21668,1798],{"className":21669,"style":91},[42,43],[21,21671],{"className":21672,"style":50},[49],[21,21674,55],{"className":21675},[54],[21,21677],{"className":21678,"style":50},[49],[21,21680,21682,21685,21688,21691,21694],{"className":21681},[33],[21,21683],{"className":21684,"style":1935},[37],[21,21686,4674],{"className":21687,"style":91},[42,43],[21,21689],{"className":21690,"style":72},[49],[21,21692,77],{"className":21693},[76],[21,21695],{"className":21696,"style":72},[49],[21,21698,21700,21703,21706,21709],{"className":21699},[33],[21,21701],{"className":21702,"style":87},[37],[21,21704,92],{"className":21705,"style":91},[42,43],[21,21707,100],{"className":21708},[42],[21,21710,104],{"className":21711},[42,43]," read as a heavy ball with viscous friction. ",[15,21714,21646],{"href":21715,"ariaLabel":21716,"className":21717,"dataFootnoteBackref":6},"#user-content-fnref-gf-momentum","Back to reference 2",[21645],[17526,21719,21721,3673,21723,21725,21726,21779,21780],{"id":21720},"user-content-fn-gf-nesterov",[124,21722,21635],{},[129,21724,21638],{},", §8.3.3 — Nesterov Momentum: evaluating the gradient at the lookahead point and the ",[21,21727,21729],{"className":21728},[24],[21,21730,21732],{"className":21731,"ariaHidden":29},[28],[21,21733,21735,21738,21741,21744,21747,21776],{"className":21734},[33],[21,21736],{"className":21737,"style":5311},[37],[21,21739,5285],{"className":21740,"style":44},[42,43],[21,21742,199],{"className":21743},[198],[21,21745,3249],{"className":21746},[42],[21,21748,21750,21753],{"className":21749},[42],[21,21751,638],{"className":21752},[42,43],[21,21754,21756],{"className":21755},[346],[21,21757,21759],{"className":21758},[239],[21,21760,21762],{"className":21761},[244],[21,21763,21765],{"className":21764,"style":5339},[248],[21,21766,21767,21770],{"style":359},[21,21768],{"className":21769,"style":363},[256],[21,21771,21773],{"className":21772},[261,262,263,264],[21,21774,271],{"className":21775},[42,264],[21,21777,207],{"className":21778},[206]," convex rate. ",[15,21781,21646],{"href":21782,"ariaLabel":21783,"className":21784,"dataFootnoteBackref":6},"#user-content-fnref-gf-nesterov","Back to reference 3",[21645],[17526,21786,21788,3673,21790,21792,21793],{"id":21787},"user-content-fn-gf-adagrad",[124,21789,21635],{},[129,21791,21638],{},", §8.5.1 — AdaGrad: per-parameter rates scaled by the accumulated squared gradient, and the vanishing-rate flaw. ",[15,21794,21646],{"href":21795,"ariaLabel":21796,"className":21797,"dataFootnoteBackref":6},"#user-content-fnref-gf-adagrad","Back to reference 4",[21645],[17526,21799,21801,3673,21803,21805,21806,20508,21811],{"id":21800},"user-content-fn-gf-adam",[124,21802,21635],{},[129,21804,21638],{},", §8.5.3 — Adam: first- and second-moment EMAs with bias correction, the default adaptive optimizer. ",[15,21807,21646],{"href":21808,"ariaLabel":21809,"className":21810,"dataFootnoteBackref":6},"#user-content-fnref-gf-adam","Back to reference 5",[21645],[15,21812,21646,21816],{"href":21813,"ariaLabel":21814,"className":21815,"dataFootnoteBackref":6},"#user-content-fnref-gf-adam-2","Back to reference 5-2",[21645],[162,21817,271],{},[17526,21819,21821,3673,21824,21827,21828],{"id":21820},"user-content-fn-chollet-optimizers",[124,21822,21823],{},"Chollet",[129,21825,21826],{},"Deep Learning with Python",", §2.4, §3.6 — Optimizers in practice: choosing RMSProp\u002FAdam and the role of weight decay in Keras training loops. ",[15,21829,21646],{"href":21830,"ariaLabel":21831,"className":21832,"dataFootnoteBackref":6},"#user-content-fnref-chollet-optimizers","Back to reference 6",[21645],[17526,21834,21836,3673,21839,21842,21843,21886,21887],{"id":21835},"user-content-fn-loshchilov",[124,21837,21838],{},"Loshchilov & Hutter",[129,21840,21841],{},"Decoupled Weight Decay Regularization",", ICLR 2019 — AdamW: applying weight decay to the parameters, not the gradient, so its strength is independent of ",[21,21844,21846],{"className":21845},[24],[21,21847,21849],{"className":21848,"ariaHidden":29},[28],[21,21850,21852,21855],{"className":21851},[33],[21,21853],{"className":21854,"style":38},[37],[21,21856,21858],{"className":21857},[42,4604],[21,21859,21861],{"className":21860},[239],[21,21862,21864],{"className":21863},[244],[21,21865,21867,21875],{"className":21866,"style":38},[248],[21,21868,21869,21872],{"style":4616},[21,21870],{"className":21871,"style":257},[256],[21,21873,1798],{"className":21874,"style":91},[42,43],[21,21876,21877,21880],{"style":4616},[21,21878],{"className":21879,"style":257},[256],[21,21881,21883],{"className":21882,"style":9125},[4632],[21,21884,9129],{"className":21885},[42],". ",[15,21888,21646],{"href":21889,"ariaLabel":21890,"className":21891,"dataFootnoteBackref":6},"#user-content-fnref-loshchilov","Back to reference 7",[21645],[17526,21893,21895,3673,21898,21901,21902,21945,21946],{"id":21894},"user-content-fn-reddi",[124,21896,21897],{},"Reddi, Kale & Kumar",[129,21899,21900],{},"On the Convergence of Adam and Beyond",", ICLR 2018 — a convex counterexample where Adam diverges, and the AMSGrad fix that keeps ",[21,21903,21905],{"className":21904},[24],[21,21906,21908],{"className":21907,"ariaHidden":29},[28],[21,21909,21911,21914],{"className":21910},[33],[21,21912],{"className":21913,"style":38},[37],[21,21915,21917],{"className":21916},[42,4604],[21,21918,21920],{"className":21919},[239],[21,21921,21923],{"className":21922},[244],[21,21924,21926,21934],{"className":21925,"style":38},[248],[21,21927,21928,21931],{"style":4616},[21,21929],{"className":21930,"style":257},[256],[21,21932,1798],{"className":21933,"style":91},[42,43],[21,21935,21936,21939],{"style":4616},[21,21937],{"className":21938,"style":257},[256],[21,21940,21942],{"className":21941,"style":9125},[4632],[21,21943,9129],{"className":21944},[42]," non-decreasing. ",[15,21947,21646],{"href":21948,"ariaLabel":21949,"className":21950,"dataFootnoteBackref":6},"#user-content-fnref-reddi","Back to reference 8",[21645],[17526,21952,21954,3673,21957,21960,21961],{"id":21953},"user-content-fn-lamb",[124,21955,21956],{},"You et al.",[129,21958,21959],{},"Large Batch Optimization for Deep Learning: Training BERT in 76 Minutes",", ICLR 2020 — LAMB, a layer-wise normalized Adam variant for very large batches. ",[15,21962,21646],{"href":21963,"ariaLabel":21964,"className":21965,"dataFootnoteBackref":6},"#user-content-fnref-lamb","Back to reference 9",[21645],[17526,21967,21969,3673,21972,21975,21976],{"id":21968},"user-content-fn-lion",[124,21970,21971],{},"Chen et al.",[129,21973,21974],{},"Symbolic Discovery of Optimization Algorithms",", NeurIPS 2023 — Lion, a program-searched optimizer using only a momentum buffer and a sign update. ",[15,21977,21646],{"href":21978,"ariaLabel":21979,"className":21980,"dataFootnoteBackref":6},"#user-content-fnref-lion","Back to reference 10",[21645],[21982,21983,21984],"style",{},"html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}html.dark-mode .shiki span {color: var(--shiki-dark-mode);background: var(--shiki-dark-mode-bg);font-style: var(--shiki-dark-mode-font-style);font-weight: var(--shiki-dark-mode-font-weight);text-decoration: var(--shiki-dark-mode-text-decoration);}",{"title":6,"searchDepth":4523,"depth":4523,"links":21986},[21987,21988,21992,21996,22001,22002,22003,22004],{"id":174,"depth":4523,"text":175},{"id":151,"depth":4523,"text":1767,"children":21989},[21990,21991],{"id":2611,"depth":4529,"text":2612},{"id":4571,"depth":4529,"text":4572},{"id":5366,"depth":4523,"text":5367,"children":21993},[21994,21995],{"id":5469,"depth":4529,"text":5470},{"id":7210,"depth":4529,"text":7211},{"id":8230,"depth":4523,"text":159,"children":21997},[21998,21999,22000],{"id":10327,"depth":4529,"text":10328},{"id":16693,"depth":4529,"text":16694},{"id":17517,"depth":4529,"text":17518},{"id":18731,"depth":4523,"text":18732},{"id":20360,"depth":4523,"text":20361},{"id":20608,"depth":4523,"text":20609},{"id":168,"depth":4523,"text":21627},[],"computer-science","Plain stochastic gradient descent\ntakes the same step rule everywhere: θ←θ−η∇L, one\nscalar η, applied identically to every coordinate. Two structural facts of\nthe loss surface break this. First, curvature differs by direction: a ravine\nis steep across and shallow along, so a step large enough to make progress down\nthe valley overshoots across it and the path zig-zags. Second, curvature differs\nby coordinate, since some weights see huge gradients, others tiny ones, yet a single\nη serves all of them. This lesson addresses each in turn: momentum\nfor the first, adaptive learning rates for the second, and Adam combining\nthem into the modern default.1",false,"md",{"moduleNumber":4529,"lessonNumber":4523,"order":22011},302,"Optimization",true,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods",[],"---\ntitle: Momentum & Adaptive Methods\nmodule: Optimization\nmoduleNumber: 3\nlessonNumber: 2\norder: 302\nsummary: >\n  Plain gradient descent zig-zags across ravines and moves slowly along\n  flat valleys, because one global learning rate cannot suit a surface with\n  wildly different curvature in different directions. Two fixes address the\n  two problems: momentum accumulates a velocity that damps the\n  oscillation and accelerates the drift, and adaptive methods give every\n  parameter its own learning rate scaled by the history of its gradients. Adam\n  fuses both, and is the default optimizer of modern deep learning.\ntopics: [Optimization]\nsources:\n  - book: Goodfellow\n    ref: \"§8.3 — Basic Algorithms (SGD, Momentum, Nesterov)\"\n  - book: Goodfellow\n    ref: \"§8.5 — Algorithms with Adaptive Learning Rates (AdaGrad, RMSProp, Adam)\"\n  - book: Chollet\n    ref: \"§2.4, §3.6 — Optimizers in practice\"\n---\n\nPlain [stochastic gradient descent](\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd)\ntakes the same step rule everywhere: $\\theta \\gets \\theta - \\eta\\,\\nabla L$, one\nscalar $\\eta$, applied identically to every coordinate. Two structural facts of\nthe loss surface break this. First, curvature differs by direction: a **ravine**\nis steep across and shallow along, so a step large enough to make progress down\nthe valley overshoots across it and the path zig-zags. Second, curvature differs\nby _coordinate_, since some weights see huge gradients, others tiny ones, yet a single\n$\\eta$ serves all of them. This lesson addresses each in turn: **momentum**\nfor the first, **adaptive learning rates** for the second, and **Adam** combining\nthem into the modern default.[^gf-basic]\n\n## The pathology: ill-conditioning\n\nNear a minimum the loss is locally quadratic, $L(\\theta) \\approx \\tfrac12\n(\\theta - \\theta^\\star)^\\top H (\\theta - \\theta^\\star)$, with Hessian $H$. Rotate\nto the eigenbasis of $H$ and the coordinates decouple: along eigenvector $i$ with\neigenvalue $\\lambda_i$, gradient descent with rate $\\eta$ contracts the error by\na fixed factor each step,\n\n$$\ne^{(i)}_{t+1} = (1 - \\eta\\,\\lambda_i)\\,e^{(i)}_t,\n\\qquad\ne^{(i)}_t = (1 - \\eta\\,\\lambda_i)^t\\, e^{(i)}_0.\n$$\n\nStability demands $|1 - \\eta\\,\\lambda_i| \u003C 1$ for _every_ axis, so the largest\neigenvalue $\\lambda_{\\max}$ caps the step at $\\eta \u003C 2\u002F\\lambda_{\\max}$. But\nconvergence along the flattest axis proceeds at rate $1 - \\eta\\,\\lambda_{\\min}$,\nwhich $\\lambda_{\\min} \\ll \\lambda_{\\max}$ drives very close to $1$.\n\n> **Definition (Condition number).** The ratio $\\kappa = \\lambda_{\\max} \u002F\n> \\lambda_{\\min}$ of the largest to smallest eigenvalue of the Hessian. It bounds\n> the worst-case convergence of gradient descent: the number of steps to a fixed\n> accuracy grows linearly in $\\kappa$. A surface with $\\kappa \\gg 1$ is\n> **ill-conditioned**: a long, narrow ravine.\n\nThe next figure shows the geometry: on\nelliptical contours plain SGD oscillates across the steep direction while\nmaking little progress along the shallow one.\n\n$$\n% caption: A ravine ($\\kappa \\gg 1$). SGD (red) zig-zags across the steep axis;\n% momentum (blue) cancels the side-to-side motion and accelerates down the valley.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{green}{HTML}{1F9D4D}\n  % elliptical contours: wide along x (shallow), narrow along y (steep)\n  \\foreach \\r in {0.5,1.0,1.5,2.0,2.5}\n    \\draw[black] (0,0) ellipse ({\\r*2.4} and \\r);\n  \\fill[green] (0,0) circle (2.6pt);\n  \\node[green, anchor=north] at (0,-2.7) {\\texttt{minimum}};\n  % SGD zig-zag (red): bounces across the steep y-axis while drifting in x\n  \\draw[red, very thick, ->] (-5.4,1.7) -- (-4.2,-1.35);\n  \\draw[red, very thick, ->] (-4.2,-1.35) -- (-3.2,1.05);\n  \\draw[red, very thick, ->] (-3.2,1.05) -- (-2.3,-0.82);\n  \\draw[red, very thick, ->] (-2.3,-0.82) -- (-1.55,0.6);\n  \\draw[red, very thick, ->] (-1.55,0.6) -- (-0.95,-0.42);\n  \\node[red, anchor=south] at (-5.4,1.78) {\\texttt{SGD}};\n  % momentum (blue): damped, accelerating drift along the valley\n  \\draw[acc, very thick, ->] (-5.4,-1.7) .. controls (-4.0,-1.05) and (-2.6,-0.55) .. (-1.4,-0.25);\n  \\draw[acc, very thick, ->] (-1.4,-0.25) .. controls (-0.8,-0.12) and (-0.4,-0.05) .. (-0.08,-0.02);\n  \\node[acc, anchor=north] at (-5.4,-1.78) {\\texttt{momentum}};\n\\end{tikzpicture}\n$$\n\n## Momentum\n\nMomentum addresses the zig-zag with memory. Rather than stepping by the current gradient,\naccumulate an exponentially-weighted running sum of gradients (a **velocity**)\nand step by that. Oscillating components alternate sign and cancel in the sum;\nthe consistent down-valley component survives and compounds.\n\n> **Definition (Momentum).** A velocity vector $v$ accumulates past gradients\n> with decay $\\mu \\in [0,1)$, and the parameters move by the velocity:\n>\n> $$\n> v_{t+1} = \\mu\\,v_t - \\eta\\,\\nabla L(\\theta_t),\n> \\qquad\n> \\theta_{t+1} = \\theta_t + v_{t+1}.\n> $$\n>\n> $\\mu$ is the **momentum coefficient** (typically $0.9$); $\\eta$ the learning\n> rate. Setting $\\mu = 0$ recovers plain SGD.\n\nThe name is literal. Read $\\theta$ as the position of a ball of unit mass,\n$-\\nabla L$ as the force from the potential $L$, and $\\mu$ as a friction (drag)\ncoefficient: the velocity update is a discrete-time Newtonian dynamics with\nviscous damping. The ball does not teleport down the gradient; it _coasts_,\ncarrying its momentum through small bumps and across narrow ravines.[^gf-momentum]\n\n| Quantity | Physical reading |\n| --- | --- |\n| $\\theta$ | position of the particle |\n| $v$ | velocity |\n| $-\\nabla L(\\theta)$ | force ($L$ is the potential energy) |\n| $\\mu$ | friction \u002F drag (closer to $1$ = less drag) |\n| $\\eta$ | time step $\\times$ inverse mass |\n\n$$\n% caption: The \"heavy ball\" reading. A particle rolls on the loss surface under the\n% force $-\\nabla L$ with friction; inertia carries it through small ripples that trap plain GD.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{green}{HTML}{1F9D4D}\n  \\definecolor{red}{HTML}{C0392B}\n  % a bumpy potential surface (curve), descending left to right into a basin\n  \\draw[black, very thick]\n    plot[domain=-5:5, samples=160]\n    (\\x, {0.6*sin(2.4*\\x r) * exp(-0.18*\\x*\\x) + 0.10*\\x*\\x - 0.9});\n  % the heavy ball partway down, on the left slope\n  \\fill[acc] (-2.55,0.02) circle (5pt);\n  % velocity arrow (rolling to the right \u002F downhill)\n  \\draw[acc, very thick, ->] (-2.15,0.05) -- (-0.85,-0.4);\n  \\node[acc, anchor=south, font=\\footnotesize] at (-1.4,0.08) {\\texttt{velocity}};\n  % force arrow (downhill tangent)\n  \\draw[red, thick, ->] (-3.05,0.45) -- (-3.05,-0.5);\n  \\node[red, anchor=east, font=\\footnotesize] at (-3.1,-0.05) {\\texttt{force}};\n  % basin label\n  \\node[green, anchor=north, font=\\footnotesize] at (0.15,-1.7) {\\texttt{basin}};\n  \\fill[green] (0.1,-1.2) circle (2.4pt);\n  \\node[black, anchor=south, font=\\footnotesize] at (3.4,0.9) {\\texttt{small ripples}};\n\\end{tikzpicture}\n$$\n\n### Effective step size\n\nUnrolling the velocity recurrence with a constant gradient $g$ exposes why\nmomentum _accelerates_. With $v_0 = 0$,\n\n$$\nv_t = -\\eta\\,g\\,(1 + \\mu + \\mu^2 + \\cdots + \\mu^{t-1})\n\\;\\xrightarrow{t \\to \\infty}\\;\n-\\frac{\\eta}{1 - \\mu}\\,g.\n$$\n\nThe terminal velocity is the geometric series $\\sum_{k\\ge0}\\mu^k = 1\u002F(1-\\mu)$\ntimes a single SGD step. The effective learning rate along any direction the\ngradient persistently points is therefore amplified:\n\n$$\n\\eta_{\\text{eff}} = \\frac{\\eta}{1 - \\mu}.\n$$\n\n> **Lemma (Momentum amplification).** Along a direction where the gradient holds\n> a constant sign, momentum with coefficient $\\mu$ reaches an asymptotic step of\n> $\\eta\u002F(1-\\mu)$: a $10\\times$ amplification at $\\mu = 0.9$, a $100\\times$\n> amplification at $\\mu = 0.99$. Along a direction where the gradient _flips_\n> sign each step, successive contributions cancel and the effective step stays\n> near $\\eta$.\n\nThat asymmetry is the entire mechanism. Down the shallow valley the gradient is\nconsistent, so momentum compounds it and the path accelerates; across the steep\nravine the gradient reverses every step, so the contributions annihilate and the\noscillation is damped. One coefficient produces both behaviors.\n\nFor example, fix $\\eta = 0.1$, $\\mu =\n0.9$, and a constant unit gradient $g = 1$ along a persistent direction. The\nvelocity magnitude grows step by step,\n\n$$\n|v_1| = 0.1,\\quad\n|v_2| = 0.19,\\quad\n|v_3| = 0.271,\\quad\n|v_5| = 0.4095,\\quad\n|v_{10}| = 0.6513,\\quad\n|v_\\infty| = 1.0,\n$$\n\neach term being $0.9$ of the previous velocity plus $0.1$. The steady state\n$0.1\u002F(1-0.9) = 1.0$ is ten times a single SGD step of $0.1$. Now flip the sign of\n$g$ every step, as it does across a ravine: the velocity oscillates within a\nsmall band around zero instead of growing, because each contribution partly\ncancels the last. The same recurrence, fed a consistent signal, integrates it;\nfed an alternating signal, filters it out.\n\n$$\n% caption: Velocity accumulation under a constant unit gradient ($\\eta=0.1$, $\\mu=0.9$).\n% Each bar is $|v_t|$; the sequence climbs the geometric series toward the terminal step $1\u002F(1-\\mu)=10\\eta$.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % axes: x = step, y = |v_t| scaled *3.4 (so v=1.0 -> y=3.4)\n  \\draw[->, thick] (0,0) -- (8.4,0) node[right, font=\\footnotesize] {\\texttt{step t}};\n  \\draw[->, thick] (0,0) -- (0,3.9) node[above, font=\\footnotesize] {\\texttt{velocity}};\n  % terminal asymptote at |v|=1.0 -> y=3.4\n  \\draw[red, dashed] (0,3.4) -- (8.0,3.4);\n  \\node[red, anchor=south east, font=\\footnotesize] at (8.0,3.42) {\\texttt{terminal 10 eta}};\n  % bars: |v_t| for t=1..8 : .1,.19,.271,.3439,.4095,.4686,.5217,.5695  (scaled *3.4)\n  \\foreach \\t\u002F\\h in {1\u002F0.34,2\u002F0.646,3\u002F0.921,4\u002F1.169,5\u002F1.392,6\u002F1.593,7\u002F1.774,8\u002F1.936}{\n    \\fill[acc!75] ({\\t*0.9-0.25},0) rectangle ({\\t*0.9+0.25},\\h);\n    \\node[anchor=north, font=\\scriptsize] at (\\t*0.9,-0.05) {\\t};\n  }\n\\end{tikzpicture}\n$$\n\nThe dependence on $\\mu$ is steep near $1$: the effective step $1\u002F(1-\\mu)$ is a\nhyperbola, so the last tenth of $\\mu$ carries most of the amplification. That is\nalso why $\\mu$ close to $1$ is delicate: it lengthens the memory (a horizon of\n$1\u002F(1-\\mu)$ steps) and can overshoot on curvature that turns before the velocity\ncan respond.\n\n$$\n% caption: Effective step $\\eta_{\\text{eff}}\u002F\\eta = 1\u002F(1-\\mu)$ versus momentum\n% coefficient $\\mu$. The curve is a hyperbola: $\\mu=0.9$ gives $10\\times$, $\\mu=0.99$ gives $100\\times$.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % axes: x = mu in [0,0.98] mapped to [0,7]; y = 1\u002F(1-mu) capped, mapped \u002F5 to [0,4]\n  \\draw[->, thick] (0,0) -- (7.8,0) node[right, font=\\footnotesize] {\\texttt{mu}};\n  \\draw[->, thick] (0,0) -- (0,4.2) node[above, font=\\footnotesize] {\\texttt{eff. step}};\n  % x ticks at mu = 0, 0.5, 0.9, 0.95  (x = mu\u002F0.14 approx; use explicit map)\n  % map mu -> x: x = mu*7.14 ; map factor f=1\u002F(1-mu) -> y = f\u002F12.5 (cap at ~3.8)\n  \\node[anchor=north, font=\\scriptsize] at (0,-0.05) {0};\n  \\node[anchor=north, font=\\scriptsize] at (3.57,-0.05) {0.5};\n  \\node[anchor=north, font=\\scriptsize] at (6.43,-0.05) {0.9};\n  % dashed guides at mu=0.9 (x=6.43), factor 10 -> y = 0.8\n  \\draw[black, dashed] (6.43,0) -- (6.43,0.8);\n  \\draw[black, dashed] (0,0.8) -- (6.43,0.8);\n  \\node[black, anchor=east, font=\\scriptsize] at (-0.08,0.8) {10};\n  % curve 1\u002F(1-mu): sampled points (mu, factor\u002F12.5)\n  \\draw[acc, very thick] plot coordinates {\n    (0,0.08) (1.79,0.107) (3.57,0.16) (4.64,0.222) (5.36,0.32)\n    (5.71,0.40) (6.07,0.533) (6.43,0.80) (6.79,1.60) (6.96,2.67) (7.07,3.80)};\n  \\node[acc, anchor=south east, font=\\footnotesize] at (7.0,3.4) {\\texttt{1\u002F(1-mu)}};\n\\end{tikzpicture}\n$$\n\n```algorithm\ncaption: $\\textsc{Momentum}(L, \\theta, \\eta, \\mu)$ — SGD with a velocity buffer\ninitialize $\\theta$ randomly,\\ $v \\gets 0$\nrepeat\n  sample a minibatch $(X, y)$\n  $g \\gets \\nabla_\\theta L(\\theta; X, y)$ \u002F\u002F backward pass\n  $v \\gets \\mu \\cdot v - \\eta \\cdot g$ \u002F\u002F accumulate velocity\n  $\\theta \\gets \\theta + v$ \u002F\u002F step by velocity\nuntil converged\nreturn $\\theta$\n```\n\n### Nesterov accelerated gradient\n\nMomentum measures the force where the ball _is_; Nesterov's variant measures it\nwhere the ball is _about to be_. Take the momentum step first to the **lookahead**\npoint $\\tilde\\theta = \\theta + \\mu v$, and evaluate the gradient _there_, so the\ncorrection anticipates the surface ahead instead of reacting to the surface\nbehind.\n\n> **Definition (Nesterov accelerated gradient).** Evaluate the gradient at the\n> lookahead point $\\theta_t + \\mu\\,v_t$:\n>\n> $$\n> v_{t+1} = \\mu\\,v_t - \\eta\\,\\nabla L\\parens{\\theta_t + \\mu\\,v_t},\n> \\qquad\n> \\theta_{t+1} = \\theta_t + v_{t+1}.\n> $$\n>\n> The only change from classical momentum is the argument of $\\nabla L$.\n\nThe lookahead gives a stiffer, self-correcting response: if the velocity is about\nto overshoot, the gradient at the projected point already points back, so NAG\nbrakes a step earlier than classical momentum. On smooth convex problems this\nsharpens the worst-case rate from $O(1\u002Ft)$ to $O(1\u002Ft^2)$.[^gf-nesterov]\n\n$$\n% caption: Classical momentum vs. Nesterov. Momentum (red) evaluates $\\nabla L$ at\n% $\\theta_t$; Nesterov (blue) evaluates it at the lookahead point, anticipating the surface ahead.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.15]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{green}{HTML}{1F9D4D}\n  % current point (bottom-left, generous canvas)\n  \\fill[black] (0,0) circle (2.6pt);\n  \\node[anchor=north, font=\\footnotesize] at (0,-0.2) {\\texttt{current}};\n  % momentum carry mu*v (shared, gray dashed) -- runs to the right, label below\n  \\draw[black, thick, dashed, ->] (0,0) -- (3.4,0);\n  \\node[black, anchor=north, font=\\footnotesize] at (1.7,-0.2) {\\texttt{momentum carry}};\n  % lookahead point at tip of carry\n  \\fill[acc] (3.4,0) circle (2.6pt);\n  \\node[acc, anchor=south, font=\\footnotesize] at (3.4,0.18) {\\texttt{lookahead}};\n  % --- classical momentum: gradient at current, well above the carry line ---\n  \\draw[red, very thick, ->] (0,0) -- (0.55,1.7);\n  \\node[red, anchor=south east, font=\\footnotesize] at (0.5,1.62) {\\texttt{grad at current}};\n  \\draw[red, very thick, ->] (0,0) -- (3.95,1.7);\n  \\node[red, anchor=west, font=\\footnotesize] at (4.15,1.7) {\\texttt{momentum step}};\n  % --- nesterov: gradient at lookahead points down, step lands lower ---\n  \\draw[acc, very thick, ->] (3.4,0) -- (2.95,-1.45);\n  \\node[acc, anchor=west, font=\\footnotesize] at (3.25,-0.85) {\\texttt{grad at lookahead}};\n  \\draw[green, very thick, ->] (0,0) -- (2.95,-1.45);\n  \\node[green, anchor=north west, font=\\footnotesize] at (3.15,-1.7) {\\texttt{Nesterov step}};\n\\end{tikzpicture}\n$$\n\n## Adaptive learning rates\n\nMomentum still uses one global $\\eta$. The second pathology is that different\n_parameters_ need different rates: a weight that consistently sees large\ngradients should take small steps, a weight that rarely receives gradient should\ntake large ones. **Adaptive methods** give each coordinate $i$ its own effective rate,\nscaled by the history of $g_i$. The arithmetic is per-coordinate; the figure\nbelow shows the geometric effect: rescaling a stretched ellipse back toward a\ncircle so a single step heads straight at the minimum.\n\n$$\n% caption: Per-parameter rescaling. Raw GD (red) stalls along the flat axis; an\n% adaptive method (blue) divides each coordinate by its gradient RMS, reshaping the ellipse toward a circle.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{green}{HTML}{1F9D4D}\n  % --- left: raw gradient on a stretched ellipse ---\n  \\begin{scope}\n    \\foreach \\r in {0.6,1.2,1.8}\n      \\draw[black] (0,0) ellipse ({\\r*2.0} and \\r);\n    \\fill[green] (0,0) circle (2.4pt);\n    % raw step: dominated by steep (vertical) axis, points poorly\n    \\draw[red, very thick, ->] (-3.2,1.55) -- (-2.5,0.25);\n    \\node[red, anchor=west, font=\\footnotesize] at (-3.15,1.7) {\\texttt{raw step}};\n    \\node[anchor=north, font=\\footnotesize] at (0,-2.25) {\\texttt{anisotropic curvature}};\n  \\end{scope}\n  % --- right: rescaled space (circle) ---\n  \\begin{scope}[xshift=9.0cm]\n    \\foreach \\r in {0.6,1.2,1.8}\n      \\draw[black] (0,0) circle (\\r);\n    \\fill[green] (0,0) circle (2.4pt);\n    % adaptive step points straight at the minimum\n    \\draw[acc, very thick, ->] (-1.65,1.65) -- (-0.15,0.15);\n    \\node[acc, anchor=west, font=\\footnotesize] at (-1.5,2.05) {\\texttt{adaptive step}};\n    \\node[anchor=north, font=\\footnotesize] at (0,-2.25) {\\texttt{rescaled per axis}};\n  \\end{scope}\n  % arrow between (kept above the axis labels)\n  \\draw[black, thick, ->] (4.6,0.6) -- (6.6,0.6);\n  \\node[black, anchor=south, font=\\footnotesize] at (5.6,0.7) {\\texttt{rescale}};\n\\end{tikzpicture}\n$$\n\n### AdaGrad\n\nAdaGrad accumulates the _sum_ of squared gradients per coordinate and divides the\nstep by its square root. Let $r$ be the running accumulator (a vector, one entry\nper parameter), $\\odot$ elementwise product, division elementwise:\n\n$$\nr_t = r_{t-1} + g_t \\odot g_t,\n\\qquad\n\\theta_{t+1} = \\theta_t - \\frac{\\eta}{\\sqrt{r_t} + \\epsilon}\\odot g_t.\n$$\n\nA coordinate with a long history of large gradients gets a large $r_i$ and so a\nsmall effective rate; a rarely-updated coordinate keeps a large rate. The $\\epsilon\n\\approx 10^{-8}$ only guards the division.[^gf-adagrad]\n\n> **Definition (AdaGrad).** Per-parameter learning rate $\\eta \u002F (\\sqrt{r_i} +\n> \\epsilon)$ where $r_i = \\sum_{s\\le t} g_{i,s}^2$ is the running sum of squared\n> gradients. Each coordinate's effective rate decays as $1\u002F\\sqrt{\\text{cumulative\n> gradient energy}}$.\n\nThe flaw is structural: $r$ only ever grows, so the effective rate\n$\\eta\u002F\\sqrt{r_i}$ decays monotonically to zero. On a long training run AdaGrad's\nsteps shrink toward zero before reaching the minimum.\n\n> **Lemma (AdaGrad's vanishing rate).** Because $r_t = \\sum_{s\\le t} g_s^2$ is\n> non-decreasing and unbounded under persistent gradients, the effective learning\n> rate $\\eta\u002F\\sqrt{r_t}$ is monotonically decreasing with $\\lim_{t\\to\\infty}\n> \\eta\u002F\\sqrt{r_t} = 0$. Learning halts even when the loss has not converged.\n\n### RMSProp\n\nRMSProp removes the flaw with one change: replace the cumulative _sum_ by an\n**exponential moving average**, so old gradients decay out of the accumulator and\n$r$ tracks only the _recent_ gradient magnitude.\n\n$$\nr_t = \\rho\\,r_{t-1} + (1 - \\rho)\\,g_t \\odot g_t,\n\\qquad\n\\theta_{t+1} = \\theta_t - \\frac{\\eta}{\\sqrt{r_t} + \\epsilon}\\odot g_t.\n$$\n\nThe decay $\\rho$ (typically $0.9$ or $0.99$) gives $r$ a finite effective memory\nof about $1\u002F(1-\\rho)$ steps. The accumulator no longer grows without bound, so\nthe effective rate stabilizes instead of vanishing.\n\n> **Definition (RMSProp).** AdaGrad with the cumulative sum replaced by an\n> exponential moving average of squared gradients, $r_t = \\rho\\,r_{t-1} +\n> (1-\\rho)\\,g_t^2$. The window $1\u002F(1-\\rho)$ keeps the per-parameter rate\n> responsive to recent curvature rather than the entire history.\n\n## Adam\n\nAdam (Adaptive Moment Estimation) is the synthesis: momentum's first moment _and_\nRMSProp's second moment, each an exponential moving average, each\nbias-corrected. It is the default optimizer of modern deep learning.[^gf-adam]\n\n> **Definition (Adam).** Maintain EMAs of the gradient (first moment $m$) and its\n> square (second moment $v$), bias-correct both, and step:\n>\n> $$\n> \\begin{aligned}\n> m_t &= \\beta_1\\,m_{t-1} + (1-\\beta_1)\\,g_t, &\n> \\hat m_t &= \\frac{m_t}{1 - \\beta_1^{\\,t}}, \\\\[4pt]\n> v_t &= \\beta_2\\,v_{t-1} + (1-\\beta_2)\\,g_t^2, &\n> \\hat v_t &= \\frac{v_t}{1 - \\beta_2^{\\,t}}, \\\\[4pt]\n> \\theta_{t+1} &= \\theta_t - \\eta\\,\\frac{\\hat m_t}{\\sqrt{\\hat v_t} + \\epsilon}.\n> \\end{aligned}\n> $$\n>\n> Defaults: $\\beta_1 = 0.9$, $\\beta_2 = 0.999$, $\\epsilon = 10^{-8}$.\n\nThe numerator $\\hat m_t$ is the momentum direction; the denominator $\\sqrt{\\hat\nv_t}$ is the RMSProp per-parameter scale. Their ratio is a momentum step\nnormalized by recent gradient magnitude: direction from the first moment,\nstep-size from the second.\n\n### Why bias correction\n\nThe moving averages start at $m_0 = v_0 = 0$, which biases the early estimates\ntoward zero. The correction undoes this exactly. Unroll the first-moment\nrecurrence from zero, assuming a stationary gradient with $\\mathbb E[g_s] = g$:\n\n$$\nm_t = (1-\\beta_1)\\sum_{s=1}^{t} \\beta_1^{\\,t-s}\\, g_s.\n$$\n\nTake expectations and pull out the constant mean:\n\n$$\n\\mathbb E[m_t] = g\\,(1-\\beta_1)\\sum_{s=1}^{t}\\beta_1^{\\,t-s}\n= g\\,(1-\\beta_1)\\cdot\\frac{1 - \\beta_1^{\\,t}}{1 - \\beta_1}\n= g\\,(1 - \\beta_1^{\\,t}).\n$$\n\nThe geometric sum $\\sum_{s=1}^t \\beta_1^{t-s} = (1-\\beta_1^t)\u002F(1-\\beta_1)$ leaves\nthe factor $(1 - \\beta_1^t)$, so $m_t$ underestimates $g$ by exactly that factor.\nDividing it out gives an _unbiased_ estimate, $\\mathbb E[\\hat m_t] = \\mathbb\nE[m_t]\u002F(1-\\beta_1^t) = g$. The identical argument with $\\beta_2$ corrects $v_t$.\n\n> **Theorem (Adam bias correction is exact).** Under a stationary gradient,\n> $\\mathbb E[m_t] = (1-\\beta_1^{\\,t})\\,\\mathbb E[g]$, hence $\\hat m_t = m_t \u002F\n> (1-\\beta_1^{\\,t})$ satisfies $\\mathbb E[\\hat m_t] = \\mathbb E[g]$. The same holds\n> for $\\hat v_t$ with $\\beta_2$.\n\n> **Proof.** With $m_0 = 0$, induction on $m_t = \\beta_1 m_{t-1} + (1-\\beta_1)g_t$\n> gives $m_t = (1-\\beta_1)\\sum_{s=1}^t \\beta_1^{t-s} g_s$. Taking expectations with\n> $\\mathbb E[g_s] = \\mathbb E[g]$ constant and summing the geometric series,\n> $\\mathbb E[m_t] = (1-\\beta_1)\\,\\mathbb E[g]\\,\\tfrac{1-\\beta_1^t}{1-\\beta_1} =\n> (1-\\beta_1^t)\\,\\mathbb E[g]$. Dividing by $1-\\beta_1^t$ removes the factor. $\\qed$\n\nThe correction factor $1\u002F(1-\\beta_1^t)$ is enormous at $t=1$ and decays to $1$\nwithin a few hundred steps. It is a warm-up baked into the math: early steps,\nwhen the averages are unreliable, are scaled up to compensate.\n\nAt the very first step the correction is essential. With\n$m_0 = v_0 = 0$ and a single gradient $g_1$,\n\n$$\nm_1 = (1-\\beta_1)\\,g_1, \\qquad v_1 = (1-\\beta_2)\\,g_1^2.\n$$\n\nWithout correction the update would be $\\eta\\,(1-\\beta_1)\\,g_1 \u002F \\sqrt{(1-\\beta_2)\\,g_1^2}$,\nwhich for the defaults $\\beta_1 = 0.9$, $\\beta_2 = 0.999$ carries a raw scale of\n$0.1 \u002F \\sqrt{0.001} \\approx 3.16$ instead of the intended $|g_1|\u002F|g_1| = 1$ — the\nfirst step would be more than $3\\times$ too large. Bias correction restores it:\n\n$$\n\\hat m_1 = \\frac{m_1}{1-\\beta_1} = g_1, \\qquad\n\\hat v_1 = \\frac{v_1}{1-\\beta_2} = g_1^2,\n$$\n\nso $\\hat m_1 \u002F \\sqrt{\\hat v_1} = g_1 \u002F |g_1| = \\pm 1$ and the first step has\nmagnitude exactly $\\eta$, as intended. The correction and the initialization bias\ncancel term for term.\n\n$$\n% caption: The bias-correction factor $1\u002F(1-\\beta^t)$ versus step $t$. It decays to\n% $1$ as a built-in warm-up; $\\beta=0.9$ settles in tens of steps, $\\beta=0.999$ in thousands.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % axes: y = correction factor, mapped factor 1 -> y=0.5, factor 3.3 -> y~3.1\n  \\draw[->, thick] (0,0) -- (7.6,0) node[right, font=\\footnotesize] {\\texttt{step t}};\n  \\draw[->, thick] (0,0) -- (0,3.6) node[above, font=\\footnotesize] {\\texttt{correction factor}};\n  % asymptote at factor = 1 (mapped to y = 0.5)\n  \\draw[black, dashed] (0,0.5) -- (7.4,0.5) node[black, right, font=\\scriptsize] {1};\n  % Both curves share the shape 1\u002F(1-e^{-s}); difference is only the time-axis scale.\n  % Sampled coordinates (precomputed) of the SAME decay, drawn over the full x-range.\n  % fast EMA (beta=0.9): reaches ~1 within tens of steps.\n  \\draw[acc, very thick] plot coordinates {\n    (0.30,3.10) (0.55,2.30) (0.85,1.78) (1.20,1.42) (1.65,1.18)\n    (2.20,1.02) (2.90,0.86) (3.80,0.72) (5.00,0.62) (7.20,0.55)};\n  \\node[acc, anchor=south west, font=\\footnotesize] at (1.5,1.35) {\\texttt{fast EMA}};\n  % slow EMA (beta=0.999): same shape, but the horizon is ~100x longer, so over the\n  % plotted window it sits well above 1 throughout (decays much more gradually).\n  \\draw[red, very thick] plot coordinates {\n    (0.30,3.30) (0.80,3.05) (1.40,2.78) (2.10,2.50) (2.90,2.22)\n    (3.80,1.95) (4.80,1.70) (5.90,1.48) (7.20,1.30)};\n  \\node[red, anchor=south west, font=\\footnotesize] at (3.4,2.35) {\\texttt{slow EMA}};\n  % tick labels\n  \\node[anchor=north east, font=\\scriptsize] at (0,0) {0};\n  \\node[anchor=north, font=\\footnotesize] at (7.0,-0.05) {\\texttt{later}};\n\\end{tikzpicture}\n$$\n\nThe whole update is a five-stage pipeline: the gradient feeds two exponential\nmoving averages, each is bias-corrected, and their ratio becomes a normalized\nstep. The figure traces one gradient through it.\n\n$$\n% caption: The Adam update as dataflow. The gradient $g_t$ feeds the first-moment EMA\n% $m_t$ (direction) and second-moment EMA $v_t$ (scale); both are bias-corrected, then the\n% normalized ratio $\\hat m_t \u002F (\\sqrt{\\hat v_t}+\\epsilon)$ scaled by $\\eta$ updates $\\theta$.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{green}{HTML}{1F9D4D}\n  \\tikzset{\n    box\u002F.style={draw, minimum width=1.9cm, minimum height=0.85cm, align=center, font=\\scriptsize},\n    fbox\u002F.style={draw=acc, fill=acc!8, minimum width=1.9cm, minimum height=0.85cm, align=center, font=\\scriptsize},\n    vbox\u002F.style={draw=red, fill=red!8, minimum width=1.9cm, minimum height=0.85cm, align=center, font=\\scriptsize}\n  }\n  % input gradient\n  \\node[box] (g) at (0,0) {\\texttt{gradient}\\\\$g_t$};\n  % top branch: first moment\n  \\node[fbox] (m) at (3.2,1.35) {\\texttt{first moment}\\\\$m_t$};\n  \\node[fbox] (mh) at (6.6,1.35) {\\texttt{bias correct}\\\\$\\hat m_t$};\n  % bottom branch: second moment\n  \\node[vbox] (v) at (3.2,-1.35) {\\texttt{second moment}\\\\$v_t$};\n  \\node[vbox] (vh) at (6.6,-1.35) {\\texttt{bias correct}\\\\$\\hat v_t$};\n  % combine\n  \\node[box, draw=green, fill=green!8] (step) at (9.9,0) {\\texttt{normalized}\\\\\\texttt{step}};\n  \\node[box] (upd) at (9.9,-2.2) {\\texttt{update}\\\\\\texttt{theta}};\n  % arrows\n  \\draw[->, thick] (g) -- (m);\n  \\draw[->, thick] (g) -- (v);\n  \\draw[->, acc, thick] (m) -- (mh);\n  \\draw[->, red, thick] (v) -- (vh);\n  \\draw[->, acc, thick] (mh) -- (step);\n  \\draw[->, red, thick] (vh) -- (step);\n  \\draw[->, green, thick] (step) -- (upd);\n  % annotations\n  \\node[acc, anchor=south, font=\\footnotesize] at (4.9,2.0) {\\texttt{direction}};\n  \\node[red, anchor=north, font=\\footnotesize] at (4.9,-2.0) {\\texttt{scale}};\n\\end{tikzpicture}\n$$\n\n```algorithm\ncaption: $\\textsc{Adam}(L, \\theta, \\eta, \\beta_1, \\beta_2, \\epsilon)$ — adaptive moment estimation\ninitialize $\\theta$ randomly,\\ $m \\gets 0,\\ v \\gets 0,\\ t \\gets 0$\nrepeat\n  $t \\gets t + 1$\n  sample a minibatch; $g \\gets \\nabla_\\theta L(\\theta)$\n  $m \\gets \\beta_1 \\cdot m + (1 - \\beta_1)\\cdot g$ \u002F\u002F first moment EMA\n  $v \\gets \\beta_2 \\cdot v + (1 - \\beta_2)\\cdot (g \\odot g)$ \u002F\u002F second moment EMA\n  $\\hat m \\gets m \u002F (1 - \\beta_1^{\\,t})$ \u002F\u002F bias-correct\n  $\\hat v \\gets v \u002F (1 - \\beta_2^{\\,t})$\n  $\\theta \\gets \\theta - \\eta \\cdot \\hat m \u002F (\\sqrt{\\hat v} + \\epsilon)$ \u002F\u002F per-parameter step\nuntil converged\nreturn $\\theta$\n```\n\n### AdamW: decoupled weight decay\n\nAdding $L_2$ regularization to the loss is _not_ the same as weight decay once an\nadaptive denominator is in play. The $L_2$ gradient $\\lambda\\theta$ enters $g$,\ngets divided by $\\sqrt{\\hat v}$, and so decays large-gradient weights _less_ than\nsmall-gradient ones, the opposite of the intent. **AdamW** fixes this by\napplying the decay directly to the parameters, outside the adaptive update:[^chollet-optimizers]\n\n$$\n\\theta_{t+1} = \\theta_t - \\eta\\parens{\\frac{\\hat m_t}{\\sqrt{\\hat v_t} + \\epsilon}\n+ \\lambda\\,\\theta_t}.\n$$\n\n> **Definition (AdamW).** Adam with **decoupled weight decay**: the term\n> $\\lambda\\theta$ is subtracted from the parameters _after_ the adaptive step, not\n> folded into the gradient. This restores the regularization strength to a uniform\n> $\\eta\\lambda$ per weight, independent of $\\hat v$.\n\n### Reading the defaults\n\nEach default addresses a specific concern:\n\n- $\\beta_1 = 0.9$ gives the first moment a memory of about $1\u002F(1-\\beta_1) = 10$\n  steps — long enough to smooth minibatch noise in the direction, short enough to\n  turn when the loss surface turns.\n- $\\beta_2 = 0.999$ gives the second moment a memory of about $1000$ steps. The\n  per-parameter scale should reflect the _typical_ gradient magnitude over a long\n  window, so it is deliberately slower than the direction. A $\\beta_2$ set too\n  low makes $\\sqrt{\\hat v}$ jumpy and the effective rate spikes on any single large\n  gradient.\n- $\\epsilon = 10^{-8}$ only guards the division $\\hat m \u002F \\sqrt{\\hat v}$ from a\n  zero denominator. It is not a learning-rate knob, though raising it to\n  $10^{-4}$ or $10^{-3}$ caps the effective rate for coordinates whose gradients\n  are tiny, which stabilizes some models.\n- $\\eta = 10^{-3}$ is the common starting point. Because $\\hat m \u002F \\sqrt{\\hat v}$\n  is already normalized to roughly unit magnitude per coordinate, Adam's $\\eta$\n  transfers across problems far better than SGD's, which must absorb the raw\n  gradient scale.\n\n**Failure modes.** Adam is not uniformly safe. Three recur:\n\n1. **Second-moment stalls.** A coordinate that saw one enormous gradient inflates\n   $\\hat v$; its effective rate collapses and can take the full $\\beta_2$ horizon\n   to recover. This is why gradient clipping and $\\beta_2$ tuning matter on RNNs\n   and transformers.\n2. **Worse generalization than SGD.** On some vision benchmarks Adam converges\n   faster but lands in sharper minima that test slightly worse; SGD with momentum\n   remains a competitive final-accuracy baseline.[^gf-adam]\n3. **The $L_2$\u002Fdecay confusion.** Passing a `weight_decay` to a plain-Adam\n   implementation applies coupled $L_2$, not true decay, and the effective\n   regularization is uneven across parameters; AdamW is the fix and the modern\n   transformer default.\n\n## The optimizer zoo\n\nEvery method here is one skeleton (accumulate _something_ from the gradient\nhistory, step by a function of it) with different choices of what to keep. The\nmaster table collapses the family onto that axis.\n\n| Optimizer | Update rule | State kept | Key hyperparameters | When to use |\n| --- | --- | --- | --- | --- |\n| SGD | $\\theta \\gets \\theta - \\eta g$ | none | $\\eta$ | convex \u002F well-tuned baselines |\n| Momentum | $v \\gets \\mu v - \\eta g;\\ \\theta \\gets \\theta + v$ | velocity $v$ | $\\eta,\\ \\mu$ | ravines; large-batch vision |\n| Nesterov | $v \\gets \\mu v - \\eta\\nabla L(\\theta + \\mu v);\\ \\theta \\gets \\theta + v$ | velocity $v$ | $\\eta,\\ \\mu$ | smoother convex problems |\n| AdaGrad | $r \\gets r + g^2;\\ \\theta \\gets \\theta - \\tfrac{\\eta}{\\sqrt r}g$ | sum of $g^2$ | $\\eta$ | sparse features (NLP) |\n| RMSProp | $r \\gets \\rho r + (1-\\rho)g^2;\\ \\theta \\gets \\theta - \\tfrac{\\eta}{\\sqrt r}g$ | EMA of $g^2$ | $\\eta,\\ \\rho$ | RNNs; non-stationary loss |\n| Adam | $\\hat m \u002F (\\sqrt{\\hat v} + \\epsilon)$ step | EMAs $m,\\ v$ | $\\eta,\\ \\beta_1,\\ \\beta_2$ | default for almost everything |\n| AdamW | Adam $+\\ \\lambda\\theta$ decoupled | EMAs $m,\\ v$ | $\\eta,\\ \\beta_1,\\ \\beta_2,\\ \\lambda$ | transformers; default with decay |\n\nOn the ravine of the opening figure the three trajectories diverge in character:\nSGD zig-zags across the steep axis, momentum cancels the oscillation and coasts\nalong the valley, and Adam heads almost straight at the minimum because its\nper-parameter denominator has already rescaled the steep axis down.\n\n$$\n% caption: Trajectories on the same ravine. SGD (red) oscillates across the steep\n% axis; momentum (green) damps the zig-zag; Adam (blue) rescales per axis and cuts a near-straight path.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{green}{HTML}{1F9D4D}\n  % elliptical contours (ravine: wide x, narrow y)\n  \\foreach \\r in {0.6,1.2,1.8,2.4}\n    \\draw[black] (0,0) ellipse ({\\r*2.3} and \\r);\n  \\fill[black] (0,0) circle (2.4pt);\n  \\node[anchor=north west, font=\\footnotesize] at (0.3,-0.08) {\\texttt{min}};\n  % SGD zig-zag (red)\n  \\draw[red, very thick, ->] (-5.2,1.5) -- (-4.1,-1.15);\n  \\draw[red, very thick, ->] (-4.1,-1.15) -- (-3.1,0.92);\n  \\draw[red, very thick, ->] (-3.1,0.92) -- (-2.25,-0.7);\n  \\draw[red, very thick, ->] (-2.25,-0.7) -- (-1.55,0.52);\n  \\node[red, anchor=south, font=\\footnotesize] at (-5.2,1.56) {\\texttt{SGD}};\n  % momentum (green): damped coast\n  \\draw[green, very thick, ->] (-5.2,-1.5) .. controls (-3.8,-0.9) and (-2.4,-0.42) .. (-1.1,-0.16);\n  \\draw[green, very thick, ->] (-1.1,-0.16) -- (-0.1,-0.03);\n  \\node[green, anchor=north, font=\\footnotesize] at (-5.2,-1.56) {\\texttt{momentum}};\n  % Adam (blue): near-straight from top-right\n  \\draw[acc, very thick, ->] (5.0,1.9) .. controls (3.0,1.0) and (1.2,0.35) .. (0.12,0.04);\n  \\node[acc, anchor=south, font=\\footnotesize] at (5.0,1.96) {\\texttt{Adam}};\n\\end{tikzpicture}\n$$\n\nThe qualitative training curves separate the three regimes: SGD descends slowest\nand ripples, momentum smooths and steepens the descent, Adam drops fastest in the\nearly phase by adapting per-parameter rates.\n\n$$\n% caption: Qualitative loss-vs-iteration. SGD (black) descends slowly, momentum\n% (green) accelerates it, and Adam (blue) drops fastest early; all reach a similar floor.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, scale=1.0]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{green}{HTML}{1F9D4D}\n  % axes\n  \\draw[->, thick] (0,0) -- (7.6,0) node[right, font=\\footnotesize] {\\texttt{iteration}};\n  \\draw[->, thick] (0,0) -- (0,3.8) node[above, font=\\footnotesize] {\\texttt{loss}};\n  % SGD (gray): slow decay with small ripple\n  \\draw[black, very thick] plot[domain=0:7.2, samples=90]\n    (\\x, {3.3*exp(-0.32*\\x) + 0.35 + 0.07*sin(5*\\x r)*exp(-0.2*\\x)});\n  \\node[black, anchor=south west, font=\\footnotesize] at (4.7,1.25) {\\texttt{SGD}};\n  % Momentum (green): faster, smoother\n  \\draw[green, very thick] plot[domain=0:7.2, samples=90]\n    (\\x, {3.3*exp(-0.52*\\x) + 0.3});\n  \\node[green, anchor=east, font=\\footnotesize] at (5.15,0.52) {\\texttt{momentum}};\n  % Adam (blue): fastest early drop\n  \\draw[acc, very thick] plot[domain=0:7.2, samples=90]\n    (\\x, {3.3*exp(-0.95*\\x) + 0.28});\n  \\node[acc, anchor=west, font=\\footnotesize] at (1.5,0.55) {\\texttt{Adam}};\n\\end{tikzpicture}\n$$\n\n## Optimizer refinements\n\nGoodfellow's chapter predates most of the optimizer refinements now standard in\npractice; each is a public, named result that patches a specific failure listed\nabove.\n\n- **AdamW.** The $L_2$-vs-decay distinction of the\n  previous section matters in practice: Loshchilov and Hutter showed that _decoupled_\n  weight decay measurably improves generalization and makes the decay strength\n  independent of the adaptive denominator. AdamW is now the default for\n  transformer training, and the coupled form the original Adam paper used is\n  treated as a bug.[^loshchilov]\n- **A convergence hole in the original proof.** Reddi, Kale, and Kumar found a\n  counterexample on which Adam _fails to converge_ even on a convex problem,\n  traced to the second moment being able to shrink between steps. Their **AMSGrad**\n  fix enforces a non-decreasing $\\hat v$, restoring the guarantee.[^reddi]\n- **Decoupling direction from scale, taken further.** **LAMB** (You et al.)\n  layer-wise normalizes the Adam step so that very large batches (used to train\n  BERT in $76$ minutes) stay stable — the natural extension of the linear-scaling\n  and warmup ideas to adaptive optimizers.[^lamb]\n- **Lion: a learned optimizer.** Chen et al. used program search to _discover_ an\n  optimizer, **Lion**, which keeps only a momentum buffer and steps by the sign of\n  the interpolated update — cheaper state than Adam and competitive or better on\n  large vision and language models.[^lion]\n\nEvery one of these keeps the momentum-plus-per-parameter-\nscale skeleton and changes exactly one choice: how decay is applied, how $\\hat v$\nis bounded, how the step is normalized across layers, or what nonlinearity maps\nthe moments to the update.\n\n## Takeaways\n\n- Plain SGD fails on **ill-conditioned** surfaces ($\\kappa = \\lambda_{\\max}\u002F\n  \\lambda_{\\min} \\gg 1$): one global $\\eta$ must satisfy $\\eta \u003C 2\u002F\\lambda_{\\max}$\n  for stability, which leaves convergence along $\\lambda_{\\min}$ very slow.\n- **Momentum** accumulates a velocity $v_{t+1} = \\mu v_t - \\eta\\nabla L$ and steps\n  $\\theta_{t+1} = \\theta_t + v_{t+1}$; it amplifies persistent directions to an\n  effective step $\\eta\u002F(1-\\mu)$ and cancels oscillating ones, damping zig-zag.\n- **Nesterov** evaluates the gradient at the lookahead $\\theta + \\mu v$, braking\n  before overshoot and improving the convex rate to $O(1\u002Ft^2)$.\n- **AdaGrad** gives per-parameter rates $\\eta\u002F\\sqrt{\\sum g^2}$ but the\n  monotonically growing accumulator drives the rate to zero; **RMSProp** fixes it\n  with an EMA of $g^2$.\n- **Adam** fuses momentum (first moment) and RMSProp (second moment) with exact\n  **bias correction** $1\u002F(1-\\beta^t)$, and is the default; **AdamW** decouples\n  weight decay so regularization strength is uniform across parameters.\n\n[^gf-basic]: **Goodfellow**, _Deep Learning_, §8.3 — Basic Algorithms: SGD, momentum, and Nesterov as successive cures for the geometry of the loss surface.\n[^gf-momentum]: **Goodfellow**, _Deep Learning_, §8.3.2 — Momentum: the velocity recurrence $v \\gets \\mu v - \\eta\\nabla L$ read as a heavy ball with viscous friction.\n[^gf-nesterov]: **Goodfellow**, _Deep Learning_, §8.3.3 — Nesterov Momentum: evaluating the gradient at the lookahead point and the $O(1\u002Ft^2)$ convex rate.\n[^gf-adagrad]: **Goodfellow**, _Deep Learning_, §8.5.1 — AdaGrad: per-parameter rates scaled by the accumulated squared gradient, and the vanishing-rate flaw.\n[^gf-adam]: **Goodfellow**, _Deep Learning_, §8.5.3 — Adam: first- and second-moment EMAs with bias correction, the default adaptive optimizer.\n[^chollet-optimizers]: **Chollet**, _Deep Learning with Python_, §2.4, §3.6 — Optimizers in practice: choosing RMSProp\u002FAdam and the role of weight decay in Keras training loops.\n[^loshchilov]: **Loshchilov & Hutter**, _Decoupled Weight Decay Regularization_, ICLR 2019 — AdamW: applying weight decay to the parameters, not the gradient, so its strength is independent of $\\hat v$.\n[^reddi]: **Reddi, Kale & Kumar**, _On the Convergence of Adam and Beyond_, ICLR 2018 — a convex counterexample where Adam diverges, and the AMSGrad fix that keeps $\\hat v$ non-decreasing.\n[^lamb]: **You et al.**, _Large Batch Optimization for Deep Learning: Training BERT in 76 Minutes_, ICLR 2020 — LAMB, a layer-wise normalized Adam variant for very large batches.\n[^lion]: **Chen et al.**, _Symbolic Discovery of Optimization Algorithms_, NeurIPS 2023 — Lion, a program-searched optimizer using only a momentum buffer and a sign update.\n",{"text":22018,"minutes":22019,"time":22020,"words":22021},"13 min read",12.935,776100,2587,{"title":5,"description":22007},[22024,22026,22028],{"book":21635,"ref":22025},"§8.3 — Basic Algorithms (SGD, Momentum, Nesterov)",{"book":21635,"ref":22027},"§8.5 — Algorithms with Adaptive Learning Rates (AdaGrad, RMSProp, Adam)",{"book":21823,"ref":22029},"§2.4, §3.6 — Optimizers in practice","available","06.deep-learning\u002F03.optimization\u002F02.momentum-and-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",[22012],"JDxOVsiyjeH1KH0y3MjJGMT2WDzS88VWy2ihrgOouLE",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":22036,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":22037,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":22038,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":22039,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":22040,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":22041,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":22042,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":22043,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":22044,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":22045,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":22046,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":22047,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":22048,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":22049,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":22050,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":22051,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":22052,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":22053,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":22054,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":22055,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":22056,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":22057,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":22058,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":22059,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":22060,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":22061,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":22062,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":22063,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":22064,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":22065,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":22066,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":22067,"\u002Falgorithms\u002Fsequences\u002Ftries":22068,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":22069,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":22070,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":22071,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":22072,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":22073,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":22074,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":22075,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":22076,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":22077,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":22078,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":22079,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":22080,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":22081,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":22082,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":22083,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":22084,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":22085,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":22086,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":22087,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":22088,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":22089,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":22090,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":22091,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":22092,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":22093,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":22094,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":22095,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":22096,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":22097,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":22098,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":22099,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":22100,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":22101,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":22102,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":22103,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":22104,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":22105,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":22106,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":22107,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":22108,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":22109,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":22110,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":22111,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":22112,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":22113,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":22114,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":22115,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":22116,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":22117,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":22118,"\u002Falgorithms":22119,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":22120,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":22121,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":22122,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":22123,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":22124,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":22125,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":22126,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":22127,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":22128,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":22129,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":22130,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":22131,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":22132,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":22133,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":22134,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":22135,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":22136,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":22137,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":22138,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":22139,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":22140,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":22141,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":22142,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":22143,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":22144,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":22145,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":22146,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":22147,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":22148,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":22149,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":22150,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":22151,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":22152,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":22153,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":22134,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":22154,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":22155,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":22156,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":22124,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":22157,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":22158,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":22159,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":22160,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":22161,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":22162,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":22163,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":22164,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":22165,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":22166,"\u002Fcalculus":22167,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":22168,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":22169,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":22170,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":22171,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":22172,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":22173,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":22174,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":22175,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":22176,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":22177,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":22178,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":22179,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":22180,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":22181,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":22182,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":22183,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":22184,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":22185,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":22186,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":22187,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":22188,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":22189,"\u002Fmechanics\u002Frotation\u002Frolling-motion":22190,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":22191,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":22192,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":22193,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":22194,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":22195,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":22196,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":22197,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":22198,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":22199,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":22200,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":22201,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":22202,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":22203,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":22204,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":22205,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":22206,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":22207,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":22208,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":22209,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":22210,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":22211,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":22212,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":22213,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":22214,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":22215,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":22216,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":22217,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":22218,"\u002Fmechanics":22219,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":22220,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":22221,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":22222,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":22223,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":22224,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":22225,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":22226,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":22227,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":22228,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":22229,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":22230,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":22231,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":22208,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":22232,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":22233,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":22234,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":22204,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":22069,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":22235,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":22195,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":22236,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":22237,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":22238,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":22239,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":22240,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":22241,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":22242,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":22243,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":22244,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":22169,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":22245,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":22246,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":22247,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":22248,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":22249,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":22250,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":22251,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":22252,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":22187,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":22186,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":22253,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":22254,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":22255,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":22256,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":22257,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":22258,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":22259,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":22260,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":22261,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":22213,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":22211,"\u002Felectricity-and-magnetism":22262,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":22263,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":22264,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":22265,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":22266,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":22267,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":22268,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":22269,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":22270,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":22271,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":22121,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":22272,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":22273,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":22125,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":22274,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":22275,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":22276,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":22277,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":22278,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":22279,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":22280,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":22281,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":22282,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":22283,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":22284,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":22285,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":22286,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":22287,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":22288,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":22289,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":22290,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":22291,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":22292,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":22293,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":22160,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":22294,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":22295,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":22296,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":22297,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":22298,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":22299,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":22300,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":22301,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":22302,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":22303,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":22304,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":22305,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":22306,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":22307,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":22308,"\u002Flinear-algebra":22309,"\u002Ftheory-of-computation":22310,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":22311,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":22312,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":22313,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":22314,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":22315,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":22316,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":22317,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":22318,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":22319,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":22320,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":22321,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":22322,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":22323,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":22324,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":22325,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":22326,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":22327,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":22328,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":22329,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":22330,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":22331,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":22332,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":22333,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":22334,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":22335,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":22336,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":22337,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":22338,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":22339,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":22340,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":22341,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":22342,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":22343,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":22344,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":22345,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":22346,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":22347,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":22348,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":22349,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":22350,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":22351,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":22352,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":22353,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":22354,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":22355,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":22356,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":22357,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":22358,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":22359,"\u002Fcomputer-architecture":22310,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":22360,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":22361,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":22362,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":22125,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":22363,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":22124,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":22131,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":22364,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":22365,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":22165,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":22366,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":22367,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":22368,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":22369,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":22370,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":22371,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":22372,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":22373,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":22374,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":22375,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":22376,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":22377,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":22372,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":22378,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":22379,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":22380,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":22381,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":22382,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":22383,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":22384,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":22385,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":22386,"\u002Fdifferential-equations":22387,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":22388,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":22389,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":22390,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":22391,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":22270,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":22392,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":22393,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":22394,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":22395,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":22396,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":22397,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":22140,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":22398,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":22399,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":22400,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":22401,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":22402,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":22403,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":22404,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":22405,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":22406,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":22407,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":22362,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":22408,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":22409,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":22410,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":22411,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":22412,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":22291,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":22413,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":22414,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":22301,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":22415,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":22416,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":22417,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":22418,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":22419,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":22420,"\u002Frelativity":22421,"\u002Fphysical-computing":22310,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":22422,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":22401,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":22423,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":22424,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":22425,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":22426,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":22427,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":22428,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":22429,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":22377,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":22301,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":22430,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":22431,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":22432,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":22433,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":22429,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":22434,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":22409,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":22162,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":22435,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":22436,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":22142,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":22437,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":22438,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":22439,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":22440,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":22441,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":22442,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":22443,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":22444,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":22445,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":22401,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":22446,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":22447,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":22448,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":22435,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":22123,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":22449,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":22450,"\u002Fquantum-mechanics":22451,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":22385,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":22452,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":22453,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":22274,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":22454,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":22160,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":22455,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":22456,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":22297,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":22407,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":22457,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":22458,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":22459,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":22460,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":22461,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":22434,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":22462,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":22267,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":22463,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":22464,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":22121,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":22465,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":22466,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":22423,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":22150,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":22301,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":22467,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":22468,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":22286,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":22411,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":22469,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":22470,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":22471,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":22306,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":22472,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":22473,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":22474,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":22474,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":22475,"\u002Freal-analysis":22476,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":22477,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":22478,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":22479,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":22480,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":22481,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":22482,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":22483,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":22484,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":22485,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":22486,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":22450,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":22487,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":22479,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":22396,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":22488,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":22489,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":22490,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":22491,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":22492,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":22493,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":22494,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":22495,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":22489,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":22496,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":22465,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":22497,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":22498,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":22499,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":22500,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":22501,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":22502,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":22503,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":22504,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":22505,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":22506,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":22139,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":22507,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":22508,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":22381,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":22509,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":22510,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":22438,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":22510,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":22511,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":22512,"\u002Fabstract-algebra":22513,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":22514,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":22515,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":22516,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":22517,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":22518,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":22430,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":22519,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":22520,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":22521,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":22522,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":22523,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":22524,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":22525,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":22264,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":22393,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":22139,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":22526,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":22123,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":22527,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":22528,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":22161,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":22455,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":22529,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":22530,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":22531,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":22532,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":22533,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":22534,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":22535,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":22536,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":22537,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":22538,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":22539,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":22540,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":22541,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":22542,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":22486,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":22543,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":22544,"\u002Fatomic-physics":22545,"\u002Fdatabases":22310,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":22546,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":22547,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":22548,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":22477,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":22549,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":22550,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":22551,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":22552,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":22553,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":22554,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":22555,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":22556,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":22557,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":22558,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":22559,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":22560,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":22561,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":22562,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":22563,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":22564,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":22565,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":22566,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":22567,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":22568,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":22559,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":22569,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":22570,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":22571,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":22572,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":22573,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":22518,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":22574,"\u002Fcategory-theory":22575,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":22576,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":22577,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":22578,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":22579,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":22580,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":22581,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":22540,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":22582,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":22583,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":22584,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":22585,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":22586,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":22587,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":22021,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":22588,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":22589,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":22590,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":22591,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":22592,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":22593,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":22594,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":22595,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":22596,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":22597,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":22598,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":22599,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":22600,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":22601,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":22602,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":22603,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":22604,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":22605,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":22606,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":22607,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":22552,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":22608,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":22609,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":22610,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":22611,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":22612,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":22613,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":22614,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":22104,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":22615,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":22616,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":22340,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":22617,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":22618,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":22619,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":22620,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":22621,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":22622,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":22623,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":22624,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":22625,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":22626,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":22627,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":22628,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":22313,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":22629,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":22630,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":22631,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":22632,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":22350,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":22633,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":22634,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":22635,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":22636,"\u002Fdeep-learning":22310,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":22637,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":22435,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":22638,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":22639,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":22640,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":22641,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":22642,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":22643,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":22644,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":22645,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":22482,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":22646,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":22647,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":22648,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":22369,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":22162,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":22649,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":22650,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":22651,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":22296,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":22652,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":22653,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":22374,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":22301,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":22654,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":22270,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":22140,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":22156,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":22655,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":22656,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":22657,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":22288,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":22658,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":22150,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":22659,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":22660,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":22661,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":22662,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":22484,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":22663,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":22664,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":22665,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":22666,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":22430,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":22667,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":22408,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":22668,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":22269,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":22669,"\u002Fstatistical-mechanics":22670,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":22671,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":22135,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":22395,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":22672,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":22673,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":22674,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":22675,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":22676,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":22677,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":22268,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":22678,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":22679,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":22680,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":22681,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":22411,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":22682,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":22683,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":22684,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":22685,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":22686,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":22466,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":22410,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":22687,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":22688,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":22689,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":22690,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":22401,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":22691,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":22692,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":22637,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":22538,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":22265,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":22693,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":22131,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":22694,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":22695,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":22276,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":22696,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":22531,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":22697,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":22123,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":22698,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":22134,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":22699,"\u002Fcondensed-matter":22451,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":22700,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":22701,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":22702,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":22703,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":22148,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":22704,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":22705,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":22148,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":22706,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":22561,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":22707,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":22708,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":22709,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":22707,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":22710,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":22711,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":22712,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":22713,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":22714,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":22715,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":22716,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":22717,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":22638,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":22718,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":22711,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":22719,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":22720,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":22354,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":22721,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":22539,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":22722,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":22723,"\u002Flogic":22724,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":22725,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":22726,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":22340,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":22727,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":22728,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":22729,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":22730,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":22720,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":22731,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":22732,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":22733,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":22631,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":22734,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":22735,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":22736,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":22737,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":22738,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":22357,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":22739,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":22740,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":22741,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":22742,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":22548,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":22743,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":22719,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":22744,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":22745,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":22746,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":22368,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":22747,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":22498,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":22748,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":22749,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":22330,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":22750,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":22751,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":22752,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":22753,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":22754,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":22607,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":22755,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":22756,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":22757,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":22642,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":22758,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":22759,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":22760,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":22357,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":22424,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":22761,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":22762,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":22763,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":22764,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":22765,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":22766,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":22767,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":22768,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":22769,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":22770,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":22771,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":22772,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":22773,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":22774,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":22775,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":22776,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":22777,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":22778,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":22779,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":22780,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":22781,"\u002Freinforcement-learning":22310,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":22782,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":22783,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":22784,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":22785,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":22786,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":22787,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":22788,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":22789,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":22790,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":22791,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":22792,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":22793,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":22794,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":22636,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":22492,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":22795,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":22796,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":22797,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":22798,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":22799,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":22800,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":22618,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":22801,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":22802,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":22803,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":22804,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":22805,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":22806,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":22807,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":22808,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":22809,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":22810,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":22811,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":22812,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":22551,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":22802,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":22813,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":22091,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":22814,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":22815,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":22816,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":22817,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":22818,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":22599,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":22819,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":22820,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":22821,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":22822,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":22823,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":22824,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":22825,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":22826,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":22827,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":22828,"\u002Fartificial-intelligence":22310,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":22567,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":22829,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":22127,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":22125,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":22660,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":22830,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":22153,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":22463,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":22831,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":22832,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":22833,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":22523,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":22834,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":22835,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":22836,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":22721,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":22837,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":22838,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":22137,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":22366,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":22839,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":22467,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":22840,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":22841,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":22362,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":22450,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":22842,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":22843,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":22844,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":22132,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":22507,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":22369,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":22845,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":22417,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":22481,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":22846,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":22847,"\u002Fnuclear-physics":22848,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":22849,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":22850,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":22488,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":22851,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":22852,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":22853,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":22336,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":22854,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":22855,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":22632,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":22856,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":22801,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":22857,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":22858,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":22859,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":22860,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":22861,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":22862,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":22863,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":22314,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":22864,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":22865,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":22807,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":22866,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":22867,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":22868,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":22869,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":22870,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":22871,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":22872,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":22873,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":22731,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":22874,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":22875,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":22876,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":22877,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":22878,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":22879,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":22880,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":22881,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":22882,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":22883,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":22884,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":22885,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":22586,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":22752,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":22342,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":22886,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":22887,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":22888,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":22889,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":22599,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":22890,"\u002Fnatural-language-processing":22310,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":22891,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":22508,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":22892,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":22652,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":22893,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":22894,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":22842,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":22895,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":22896,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":22458,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":22160,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":22897,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":22412,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":22898,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":22445,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":22899,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":22698,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":22900,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":22901,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":22667,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":22902,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":22131,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":22903,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":22904,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":22905,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":22449,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":22664,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":22906,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":22907,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":22524,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":22908,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":22569,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":22909,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":22910,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":22458,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":22491,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":22911,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":22912,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":22913,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":22547,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":22914,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":22288,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":22915,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":22391,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":22916,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":22917,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":22714,"\u002Fparticle-physics":22918,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":22509,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":22662,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":22919,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":22448,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":22920,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":22508,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":22420,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":22921,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":22922,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":22923,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":22924,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":22925,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":22713,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":22644,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":22926,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":22927,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":22928,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":22929,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":22841,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":22930,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":22404,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":22467,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":22449,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":22931,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":22533,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":22149,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":22932,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":22933,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":22663,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":22934,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":22935,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":22936,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":22937,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":22130,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":22938,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":22939,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":22391,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":22940,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":22941,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":22656,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":22312,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":22942,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":22943,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":22569,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":22555,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":22567,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":22663,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":22944,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":22129,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":22321,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":22945,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":22408,"\u002Fastrophysics-cosmology":22513,"\u002Fcolophon":22946,"\u002F":22310},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,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,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":22948,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":22953,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":22957,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":22961,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":22965,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":22969,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":22973,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":22978,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":22982,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":22986,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":22990,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":22995,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":22999,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":23003,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":23007,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":23012,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":23016,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":23020,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":23024,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":23028,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":23032,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":23036,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":23040,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":23044,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":23048,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":23052,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":23056,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":23061,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":23065,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":23069,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":23073,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":23077,"\u002Falgorithms\u002Fsequences\u002Ftries":23081,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":23085,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":23089,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":23094,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":23098,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":23102,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":23106,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":23110,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":23114,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":23118,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":23122,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":23126,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":23130,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":23134,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":23138,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":23142,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":23146,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":23151,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":23155,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":23159,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":23163,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":23167,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":23172,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":23176,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":23180,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":23184,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":23188,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":23192,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":23196,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":23200,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":23204,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":23208,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":23212,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":23217,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":23221,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":23225,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":23229,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":23234,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":23238,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":23242,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":23246,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":23250,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":23254,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":23258,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":23263,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":23267,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":23271,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":23275,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":23280,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":23284,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":23288,"\u002Falgorithms":23292,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":23295,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":23300,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":23304,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":23308,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":23312,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":23317,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":23321,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":23325,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":23329,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":23334,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":23338,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":23342,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":23346,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":23351,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":23355,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":23359,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":23364,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":23368,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":23372,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":23377,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":23381,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":23385,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":23390,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":23394,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":23398,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":23402,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":23407,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":23411,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":23415,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":23420,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":23424,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":23428,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":23432,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":23436,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":23441,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":23445,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":23449,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":23453,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":23457,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":23462,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":23465,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":23469,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":23473,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":23477,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":23482,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":23486,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":23490,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":23494,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":23498,"\u002Fcalculus":23502,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":23505,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":23509,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":23513,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":23518,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":23522,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":23526,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":23530,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":23534,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":23539,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":23543,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":23547,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":23551,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":23555,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":23560,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":23564,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":23568,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":23572,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":23576,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":23580,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":23584,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":23588,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":23593,"\u002Fmechanics\u002Frotation\u002Frolling-motion":23597,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":23601,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":23605,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":23609,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":23613,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":23618,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":23622,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":23626,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":23630,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":23634,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":23638,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":23642,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":23647,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":23651,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":23655,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":23659,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":23663,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":23667,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":23671,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":23675,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":23679,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":23683,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":23687,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":23691,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":23696,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":23700,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":23704,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":23708,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":23712,"\u002Fmechanics":23716,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":23719,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":23724,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":23728,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":23732,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":23736,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":23740,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":23745,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":23749,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":23754,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":23758,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":23762,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":23766,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":23770,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":23775,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":23779,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":23783,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":23787,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":23792,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":23796,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":23800,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":23805,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":23809,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":23813,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":23817,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":23821,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":23826,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":23830,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":23834,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":23838,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":23842,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":23846,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":23851,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":23855,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":23859,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":23863,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":23867,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":23871,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":23875,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":23879,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":23884,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":23888,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":23892,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":23896,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":23900,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":23905,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":23909,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":23913,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":23917,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":23921,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":23926,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":23930,"\u002Felectricity-and-magnetism":23934,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":23937,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":23942,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":23946,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":23950,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":23954,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":23958,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":23963,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":23967,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":23971,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":23975,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":23979,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":23984,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":23988,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":23992,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":23997,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":24001,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":24005,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":24009,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":24013,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":24017,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":24021,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":24026,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":24030,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":24034,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":24038,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":24042,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":24046,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":24050,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":24055,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":24059,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":24063,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":24067,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":24071,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":24075,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":24080,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":24084,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":24088,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":24092,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":24096,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":24101,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":24105,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":24109,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":24113,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":24117,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":24121,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":24126,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":24130,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":24134,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":24138,"\u002Flinear-algebra":24142,"\u002Ftheory-of-computation":24145,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":24148,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":24152,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":24156,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":24160,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":24164,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":24168,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":24173,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":24177,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":24181,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":24185,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":24189,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":24193,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":24197,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":24202,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":24206,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":24210,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":24214,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":24218,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":24223,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":24227,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":24231,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":24235,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":24239,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":24244,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":24248,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":24252,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":24256,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":24260,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":24265,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":24269,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":24273,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":24277,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":24281,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":24286,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":24290,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":24294,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":24298,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":24302,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":24307,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":24311,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":24315,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":24320,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":24324,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":24329,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":24333,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":24337,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":24341,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":24345,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":24350,"\u002Fcomputer-architecture":24354,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":24357,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":24361,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":24365,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":24370,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":24374,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":24378,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":24382,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":24386,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":24390,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":24395,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":24399,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":24403,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":24407,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":24411,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":24415,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":24420,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":24424,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":24428,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":24433,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":24437,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":24442,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":24446,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":24450,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":24455,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":24459,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":24464,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":24468,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":24472,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":24477,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":24481,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":24485,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":24490,"\u002Fdifferential-equations":24494,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":24497,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":24502,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":24506,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":24510,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":24514,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":24518,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":24523,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":24527,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":24531,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":24535,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":24540,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":24544,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":24548,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":24552,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":24557,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":24561,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":24565,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":24569,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":24574,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":24578,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":24582,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":24586,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":24590,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":24594,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":24599,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":24603,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":24607,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":24612,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":24616,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":24620,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":24624,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":24629,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":24633,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":24637,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":24642,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":24646,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":24650,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":24655,"\u002Frelativity":24659,"\u002Fphysical-computing":24662,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":24665,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":24670,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":24674,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":24678,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":24682,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":24687,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":24691,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":24695,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":24700,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":24704,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":24708,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":24712,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":24716,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":24720,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":24725,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":24729,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":24733,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":24737,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":24741,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":24745,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":24750,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":24754,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":24758,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":24762,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":24766,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":24770,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":24774,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":24779,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":24783,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":24787,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":24792,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":24796,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":24800,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":24805,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":24809,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":24814,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":24818,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":24822,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":24826,"\u002Fquantum-mechanics":24830,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":24833,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":24838,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":24842,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":24846,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":24850,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":24855,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":24859,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":24863,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":24867,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":24871,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":24875,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":24880,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":24884,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":24888,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":24892,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":24896,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":24900,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":24904,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":24908,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":24912,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":24916,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":24920,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":24925,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":24929,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":24933,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":24937,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":24942,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":24946,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":24950,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":24953,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":24957,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":24962,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":24966,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":24970,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":24974,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":24979,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":24983,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":24987,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":24991,"\u002Freal-analysis":24995,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":24998,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":25002,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":25006,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":25011,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":25015,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":25019,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":25023,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":25028,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":25032,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":25036,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":25040,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":25044,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":25048,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":25053,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":25057,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":25061,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":25065,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":25070,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":25074,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":25078,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":25082,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":25087,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":25091,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":25095,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":25100,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":25104,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":25108,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":25112,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":25117,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":25121,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":25125,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":25129,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":25134,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":25138,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":25142,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":25147,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":25151,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":25155,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":25159,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":25164,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":25168,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":25172,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":25176,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":25180,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":25185,"\u002Fabstract-algebra":25189,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":25192,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":25197,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":25201,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":25205,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":25209,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":25213,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":25218,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":25222,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":25226,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":25230,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":25234,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":25238,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":25242,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":25247,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":25251,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":25255,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":25259,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":25264,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":25268,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":25272,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":25277,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":25281,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":25285,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":25289,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":25293,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":25297,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":25302,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":25306,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":25310,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":25315,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":25319,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":25323,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":25327,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":25332,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":25336,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":25340,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":25345,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":25349,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":25353,"\u002Fatomic-physics":25357,"\u002Fdatabases":25360,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":25363,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":25367,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":25371,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":25375,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":25379,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":25383,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":25387,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":25392,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":25396,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":25400,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":25405,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":25409,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":25413,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":25418,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":25422,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":25426,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":25430,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":25434,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":25439,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":25443,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":25447,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":25451,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":25456,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":25460,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":25464,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":25468,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":25473,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":25477,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":25481,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":25485,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":25490,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":25494,"\u002Fcategory-theory":25498,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":25501,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":25505,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":25509,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":25513,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":25516,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":25520,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":25524,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":25528,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":25533,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":25537,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":25541,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":25545,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":25549,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":25552,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":25553,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":25557,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":25561,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":25565,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":25570,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":25574,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":25578,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":25582,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":25587,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":25591,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":25595,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":25599,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":25603,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":25607,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":25611,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":25615,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":25619,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":25624,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":25628,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":25632,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":25636,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":25640,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":25645,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":25649,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":25653,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":25657,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":25661,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":25665,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":25669,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":25674,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":25678,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":25682,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":25687,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":25691,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":25695,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":25699,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":25703,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":25707,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":25711,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":25716,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":25720,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":25724,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":25728,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":25732,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":25736,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":25740,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":25744,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":25748,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":25752,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":25756,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":25761,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":25765,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":25769,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":25773,"\u002Fdeep-learning":25777,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":25779,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":25783,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":25787,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":25791,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":25795,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":25799,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":25804,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":25808,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":25812,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":25816,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":25821,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":25825,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":25829,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":25833,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":25838,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":25842,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":25846,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":25850,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":25854,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":25859,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":25863,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":25867,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":25872,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":25876,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":25880,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":25885,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":25889,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":25893,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":25897,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":25902,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":25906,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":25910,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":25914,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":25918,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":25922,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":25927,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":25931,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":25935,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":25939,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":25944,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":25948,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":25952,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":25957,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":25961,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":25965,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":25969,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":25973,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":25978,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":25982,"\u002Fstatistical-mechanics":25986,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":25989,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":25994,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":25998,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":26002,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":26006,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":26011,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":26015,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":26019,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":26023,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":26028,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":26032,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":26036,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":26040,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":26045,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":26049,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":26053,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":26057,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":26062,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":26066,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":26070,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":26074,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":26079,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":26083,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":26087,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":26091,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":26096,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":26100,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":26104,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":26108,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":26112,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":26117,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":26121,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":26126,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":26130,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":26134,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":26138,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":26143,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":26147,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":26151,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":26155,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":26159,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":26164,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":26168,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":26172,"\u002Fcondensed-matter":26176,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":26179,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":26183,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":26188,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":26192,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":26196,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":26200,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":26204,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":26208,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":26212,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":26217,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":26221,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":26225,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":26229,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":26234,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":26238,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":26242,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":26246,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":26251,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":26255,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":26259,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":26263,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":26268,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":26272,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":26276,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":26280,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":26285,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":26289,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":26293,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":26298,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":26302,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":26307,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":26311,"\u002Flogic":26315,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":26318,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":26322,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":26326,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":26330,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":26334,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":26338,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":26342,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":26346,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":26350,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":26354,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":26358,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":26362,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":26366,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":26370,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":26374,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":26378,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":26382,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":26386,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":26390,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":26395,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":26399,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":26403,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":26407,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":26411,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":26415,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":26419,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":26423,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":26427,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":26431,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":26435,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":26439,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":26443,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":26447,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":26451,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":26455,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":26459,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":26463,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":26467,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":26471,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":26475,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":26479,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":26484,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":26488,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":26492,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":26496,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":26500,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":26504,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":26508,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":26512,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":26516,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":26520,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":26524,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":26528,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":26532,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":26536,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":26540,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":26544,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":26548,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":26552,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":26556,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":26560,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":26564,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":26568,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":26573,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":26577,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":26581,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":26585,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":26589,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":26593,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":26597,"\u002Freinforcement-learning":26601,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":26603,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":26607,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":26611,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":26615,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":26619,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":26624,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":26628,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":26632,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":26636,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":26640,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":26644,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":26648,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":26652,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":26656,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":26660,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":26664,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":26668,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":26673,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":26677,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":26681,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":26685,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":26689,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":26693,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":26697,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":26701,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":26705,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":26709,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":26713,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":26717,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":26722,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":26726,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":26730,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":26734,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":26738,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":26742,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":26746,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":26749,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":26753,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":26757,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":26762,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":26766,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":26770,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":26774,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":26777,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":26781,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":26785,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":26789,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":26794,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":26798,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":26802,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":26806,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":26810,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":26814,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":26818,"\u002Fartificial-intelligence":26822,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":26825,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":26830,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":26834,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":26838,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":26842,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":26846,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":26851,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":26855,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":26859,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":26863,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":26868,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":26872,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":26876,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":26880,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":26885,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":26889,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":26894,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":26898,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":26903,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":26907,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":26911,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":26915,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":26920,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":26924,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":26928,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":26933,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":26937,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":26941,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":26946,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":26950,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":26955,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":26959,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":26963,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":26968,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":26972,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":26976,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":26980,"\u002Fnuclear-physics":26984,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":26987,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":26991,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":26995,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":26999,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":27003,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":27007,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":27012,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":27016,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":27020,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":27024,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":27029,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":27033,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":27037,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":27041,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":27045,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":27049,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":27053,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":27056,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":27059,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":27063,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":27067,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":27071,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":27076,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":27080,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":27084,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":27088,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":27092,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":27096,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":27100,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":27104,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":27108,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":27112,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":27116,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":27120,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":27124,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":27128,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":27132,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":27136,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":27140,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":27144,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":27148,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":27152,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":27156,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":27160,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":27164,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":27168,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":27172,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":27176,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":27180,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":27184,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":27189,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":27193,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":27197,"\u002Fnatural-language-processing":27201,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":27204,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":27208,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":27212,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":27216,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":27221,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":27225,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":27229,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":27233,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":27238,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":27242,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":27246,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":27250,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":27255,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":27259,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":27263,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":27267,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":27272,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":27276,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":27280,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":27285,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":27289,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":27293,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":27297,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":27302,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":27306,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":27310,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":27314,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":27319,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":27323,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":27327,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":27331,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":27336,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":27340,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":27344,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":27348,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":27352,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":27357,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":27361,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":27365,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":27370,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":27374,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":27378,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":27382,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":27386,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":27390,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":27394,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":27398,"\u002Fparticle-physics":27402,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":27405,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":27410,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":27414,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":27418,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":27423,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":27427,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":27431,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":27435,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":27440,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":27444,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":27448,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":27452,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":27457,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":27461,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":27465,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":27469,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":27474,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":27478,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":27482,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":27486,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":27491,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":27495,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":27499,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":27504,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":27508,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":27512,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":27516,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":27520,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":27524,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":27528,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":27532,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":27536,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":27541,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":27545,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":27549,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":27553,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":27558,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":27562,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":27566,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":27570,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":27574,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":27579,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":27583,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":27586,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":27590,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":27594,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":27599,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":27603,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":27607,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":27611,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":27615,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":27619,"\u002Fastrophysics-cosmology":27623,"\u002Fcolophon":27626,"\u002F":27629},{"path":22949,"title":22950,"module":22951,"summary":22952},"\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":22954,"title":22955,"module":22951,"summary":22956},"\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":22958,"title":22959,"module":22951,"summary":22960},"\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":22962,"title":22963,"module":22951,"summary":22964},"\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":22966,"title":22967,"module":22951,"summary":22968},"\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":22970,"title":22971,"module":22951,"summary":22972},"\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":22974,"title":22975,"module":22976,"summary":22977},"\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":22979,"title":22980,"module":22976,"summary":22981},"\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":22983,"title":22984,"module":22976,"summary":22985},"\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":22987,"title":22988,"module":22976,"summary":22989},"\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":22991,"title":22992,"module":22993,"summary":22994},"\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":22996,"title":22997,"module":22993,"summary":22998},"\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":23000,"title":23001,"module":22993,"summary":23002},"\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":23004,"title":23005,"module":22993,"summary":23006},"\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":23008,"title":23009,"module":23010,"summary":23011},"\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":23013,"title":23014,"module":23010,"summary":23015},"\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":23017,"title":23018,"module":23010,"summary":23019},"\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":23021,"title":23022,"module":23010,"summary":23023},"\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":23025,"title":23026,"module":23010,"summary":23027},"\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":23029,"title":23030,"module":23010,"summary":23031},"\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":23033,"title":23034,"module":23010,"summary":23035},"\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":23037,"title":23038,"module":23010,"summary":23039},"\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":23041,"title":23042,"module":23010,"summary":23043},"\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":23045,"title":23046,"module":23010,"summary":23047},"\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":23049,"title":23050,"module":23010,"summary":23051},"\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":23053,"title":23054,"module":23010,"summary":23055},"\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":23057,"title":23058,"module":23059,"summary":23060},"\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":23062,"title":23063,"module":23059,"summary":23064},"\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":23066,"title":23067,"module":23059,"summary":23068},"\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":23070,"title":23071,"module":23059,"summary":23072},"\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":23074,"title":23075,"module":23059,"summary":23076},"\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":23078,"title":23079,"module":23059,"summary":23080},"\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":23082,"title":23083,"module":23059,"summary":23084},"\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":23086,"title":23087,"module":23059,"summary":23088},"\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":23090,"title":23091,"module":23092,"summary":23093},"\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":23095,"title":23096,"module":23092,"summary":23097},"\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":23099,"title":23100,"module":23092,"summary":23101},"\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":23103,"title":23104,"module":23092,"summary":23105},"\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":23107,"title":23108,"module":23092,"summary":23109},"\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":23111,"title":23112,"module":23092,"summary":23113},"\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":23115,"title":23116,"module":23092,"summary":23117},"\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":23119,"title":23120,"module":23092,"summary":23121},"\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":23123,"title":23124,"module":23092,"summary":23125},"\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":23127,"title":23128,"module":23092,"summary":23129},"\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":23131,"title":23132,"module":23092,"summary":23133},"\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":23135,"title":23136,"module":23092,"summary":23137},"\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":23139,"title":23140,"module":23092,"summary":23141},"\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":23143,"title":23144,"module":23092,"summary":23145},"\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":23147,"title":23148,"module":23149,"summary":23150},"\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":23152,"title":23153,"module":23149,"summary":23154},"\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":23156,"title":23157,"module":23149,"summary":23158},"\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":23160,"title":23161,"module":23149,"summary":23162},"\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":23164,"title":23165,"module":23149,"summary":23166},"\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":23168,"title":23169,"module":23170,"summary":23171},"\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":23173,"title":23174,"module":23170,"summary":23175},"\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":23177,"title":23178,"module":23170,"summary":23179},"\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":23181,"title":23182,"module":23170,"summary":23183},"\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":23185,"title":23186,"module":23170,"summary":23187},"\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":23189,"title":23190,"module":23170,"summary":23191},"\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":23193,"title":23194,"module":23170,"summary":23195},"\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":23197,"title":23198,"module":23170,"summary":23199},"\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":23201,"title":23202,"module":23170,"summary":23203},"\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":23205,"title":23206,"module":23170,"summary":23207},"\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":23209,"title":23210,"module":23170,"summary":23211},"\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":23213,"title":23214,"module":23215,"summary":23216},"\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":23218,"title":23219,"module":23215,"summary":23220},"\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":23222,"title":23223,"module":23215,"summary":23224},"\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":23226,"title":23227,"module":23215,"summary":23228},"\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":23230,"title":23231,"module":23232,"summary":23233},"\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":23235,"title":23236,"module":23232,"summary":23237},"\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":23239,"title":23240,"module":23232,"summary":23241},"\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":23243,"title":23244,"module":23232,"summary":23245},"\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":23247,"title":23248,"module":23232,"summary":23249},"\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":23251,"title":23252,"module":23232,"summary":23253},"\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":23255,"title":23256,"module":23232,"summary":23257},"\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":23259,"title":23260,"module":23261,"summary":23262},"\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":23264,"title":23265,"module":23261,"summary":23266},"\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":23268,"title":23269,"module":23261,"summary":23270},"\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":23272,"title":23273,"module":23261,"summary":23274},"\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":23276,"title":23277,"module":23278,"summary":23279},"\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":23281,"title":23282,"module":23278,"summary":23283},"\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":23285,"title":23286,"module":23278,"summary":23287},"\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":23289,"title":23290,"module":23278,"summary":23291},"\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":23293,"title":23294,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":23296,"title":23297,"module":23298,"summary":23299},"\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":23301,"title":23302,"module":23298,"summary":23303},"\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":23305,"title":23306,"module":23298,"summary":23307},"\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":23309,"title":23310,"module":23298,"summary":23311},"\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":23313,"title":23314,"module":23315,"summary":23316},"\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":23318,"title":23319,"module":23315,"summary":23320},"\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":23322,"title":23323,"module":23315,"summary":23324},"\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":23326,"title":23327,"module":23315,"summary":23328},"\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":23330,"title":23331,"module":23332,"summary":23333},"\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":23335,"title":23336,"module":23332,"summary":23337},"\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":23339,"title":23340,"module":23332,"summary":23341},"\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":23343,"title":23344,"module":23332,"summary":23345},"\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":23347,"title":23348,"module":23349,"summary":23350},"\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":23352,"title":23353,"module":23349,"summary":23354},"\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":23356,"title":23357,"module":23349,"summary":23358},"\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":23360,"title":23361,"module":23362,"summary":23363},"\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":23365,"title":23366,"module":23362,"summary":23367},"\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":23369,"title":23370,"module":23362,"summary":23371},"\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":23373,"title":23374,"module":23375,"summary":23376},"\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":23378,"title":23379,"module":23375,"summary":23380},"\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":23382,"title":23383,"module":23375,"summary":23384},"\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":23386,"title":23387,"module":23388,"summary":23389},"\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":23391,"title":23392,"module":23388,"summary":23393},"\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":23395,"title":23396,"module":23388,"summary":23397},"\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":23399,"title":23400,"module":23388,"summary":23401},"\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":23403,"title":23404,"module":23405,"summary":23406},"\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":23408,"title":23409,"module":23405,"summary":23410},"\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":23412,"title":23413,"module":23405,"summary":23414},"\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":23416,"title":23417,"module":23418,"summary":23419},"\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":23421,"title":23422,"module":23418,"summary":23423},"\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":23425,"title":23426,"module":23418,"summary":23427},"\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":23429,"title":23430,"module":23418,"summary":23431},"\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":23433,"title":23434,"module":23418,"summary":23435},"\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":23437,"title":23438,"module":23439,"summary":23440},"\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":23442,"title":23443,"module":23439,"summary":23444},"\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":23446,"title":23447,"module":23439,"summary":23448},"\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":23450,"title":23451,"module":23439,"summary":23452},"\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":23454,"title":23455,"module":23439,"summary":23456},"\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":23458,"title":23459,"module":23460,"summary":23461},"\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":23463,"title":23460,"module":23460,"summary":23464},"\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":23466,"title":23467,"module":23460,"summary":23468},"\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":23470,"title":23471,"module":23460,"summary":23472},"\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":23474,"title":23475,"module":23460,"summary":23476},"\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":23478,"title":23479,"module":23480,"summary":23481},"\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":23483,"title":23484,"module":23480,"summary":23485},"\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":23487,"title":23488,"module":23480,"summary":23489},"\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":23491,"title":23492,"module":23480,"summary":23493},"\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":23495,"title":23496,"module":23480,"summary":23497},"\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":23499,"title":23500,"module":23480,"summary":23501},"\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":23503,"title":23504,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":23506,"title":23507,"module":22951,"summary":23508},"\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":23510,"title":23511,"module":22951,"summary":23512},"\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":23514,"title":23515,"module":23516,"summary":23517},"\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":23519,"title":23520,"module":23516,"summary":23521},"\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":23523,"title":23524,"module":23516,"summary":23525},"\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":23527,"title":23528,"module":23516,"summary":23529},"\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":23531,"title":23532,"module":23516,"summary":23533},"\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":23535,"title":23536,"module":23537,"summary":23538},"\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":23540,"title":23541,"module":23537,"summary":23542},"\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":23544,"title":23545,"module":23537,"summary":23546},"\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":23548,"title":23549,"module":23537,"summary":23550},"\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":23552,"title":23553,"module":23537,"summary":23554},"\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":23556,"title":23557,"module":23558,"summary":23559},"\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":23561,"title":23562,"module":23558,"summary":23563},"\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":23565,"title":23566,"module":23558,"summary":23567},"\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":23569,"title":23570,"module":23558,"summary":23571},"\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":23573,"title":23574,"module":23558,"summary":23575},"\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":23577,"title":23578,"module":1767,"summary":23579},"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions","Momentum and Collisions","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":23581,"title":23582,"module":1767,"summary":23583},"\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":23585,"title":23586,"module":1767,"summary":23587},"\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":23589,"title":23590,"module":23591,"summary":23592},"\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":23594,"title":23595,"module":23591,"summary":23596},"\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":23598,"title":23599,"module":23591,"summary":23600},"\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":23602,"title":23603,"module":23591,"summary":23604},"\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":23606,"title":23607,"module":23591,"summary":23608},"\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":23610,"title":23611,"module":23591,"summary":23612},"\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":23614,"title":23615,"module":23616,"summary":23617},"\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":23619,"title":23620,"module":23616,"summary":23621},"\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":23623,"title":23624,"module":23616,"summary":23625},"\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":23627,"title":23628,"module":23616,"summary":23629},"\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":23631,"title":23632,"module":23616,"summary":23633},"\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":23635,"title":23636,"module":23616,"summary":23637},"\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":23639,"title":23640,"module":23616,"summary":23641},"\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":23643,"title":23644,"module":23645,"summary":23646},"\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":23648,"title":23649,"module":23645,"summary":23650},"\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":23652,"title":23653,"module":23645,"summary":23654},"\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":23656,"title":23657,"module":23645,"summary":23658},"\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":23660,"title":23661,"module":23645,"summary":23662},"\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":23664,"title":23665,"module":23645,"summary":23666},"\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":23668,"title":23669,"module":23645,"summary":23670},"\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":23672,"title":23673,"module":23645,"summary":23674},"\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":23676,"title":23677,"module":23645,"summary":23678},"\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":23680,"title":23681,"module":23645,"summary":23682},"\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":23684,"title":23685,"module":23645,"summary":23686},"\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":23688,"title":23689,"module":23645,"summary":23690},"\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":23692,"title":23693,"module":23694,"summary":23695},"\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":23697,"title":23698,"module":23694,"summary":23699},"\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":23701,"title":23702,"module":23694,"summary":23703},"\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":23705,"title":23706,"module":23694,"summary":23707},"\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":23709,"title":23710,"module":23694,"summary":23711},"\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":23713,"title":23714,"module":23694,"summary":23715},"\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":23717,"title":23718,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":23720,"title":23721,"module":23722,"summary":23723},"\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":23725,"title":23726,"module":23722,"summary":23727},"\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":23729,"title":23730,"module":23722,"summary":23731},"\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":23733,"title":23734,"module":23722,"summary":23735},"\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":23737,"title":23738,"module":23722,"summary":23739},"\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":23741,"title":23742,"module":23743,"summary":23744},"\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":23746,"title":23747,"module":23743,"summary":23748},"\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":23750,"title":23751,"module":23752,"summary":23753},"\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":23755,"title":23756,"module":23752,"summary":23757},"\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":23759,"title":23760,"module":23752,"summary":23761},"\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":23763,"title":23764,"module":23752,"summary":23765},"\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":23767,"title":23768,"module":23752,"summary":23769},"\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":23771,"title":23772,"module":23773,"summary":23774},"\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":23776,"title":23777,"module":23773,"summary":23778},"\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":23780,"title":23781,"module":23773,"summary":23782},"\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":23784,"title":23785,"module":23773,"summary":23786},"\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":23788,"title":23789,"module":23790,"summary":23791},"\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":23793,"title":23794,"module":23790,"summary":23795},"\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":23797,"title":23798,"module":23790,"summary":23799},"\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":23801,"title":23802,"module":23803,"summary":23804},"\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":23806,"title":23807,"module":23803,"summary":23808},"\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":23810,"title":23811,"module":23803,"summary":23812},"\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":23814,"title":23815,"module":23803,"summary":23816},"\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":23818,"title":23819,"module":23803,"summary":23820},"\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":23822,"title":23823,"module":23824,"summary":23825},"\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":23827,"title":23828,"module":23824,"summary":23829},"\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":23831,"title":23832,"module":23824,"summary":23833},"\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":23835,"title":23836,"module":23824,"summary":23837},"\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":23839,"title":23840,"module":23824,"summary":23841},"\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":23843,"title":23844,"module":23824,"summary":23845},"\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":23847,"title":23848,"module":23849,"summary":23850},"\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":23852,"title":23853,"module":23849,"summary":23854},"\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":23856,"title":23857,"module":23849,"summary":23858},"\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":23860,"title":23861,"module":23849,"summary":23862},"\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":23864,"title":23865,"module":23849,"summary":23866},"\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":23868,"title":23869,"module":23849,"summary":23870},"\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":23872,"title":23873,"module":23849,"summary":23874},"\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":23876,"title":23877,"module":23849,"summary":23878},"\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":23880,"title":23881,"module":23882,"summary":23883},"\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":23885,"title":23886,"module":23882,"summary":23887},"\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":23889,"title":23890,"module":23882,"summary":23891},"\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":23893,"title":23894,"module":23882,"summary":23895},"\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":23897,"title":23898,"module":23882,"summary":23899},"\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":23901,"title":23902,"module":23903,"summary":23904},"\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":23906,"title":23907,"module":23903,"summary":23908},"\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":23910,"title":23911,"module":23903,"summary":23912},"\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":23914,"title":23915,"module":23903,"summary":23916},"\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":23918,"title":23919,"module":23903,"summary":23920},"\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":23922,"title":23923,"module":23924,"summary":23925},"\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":23927,"title":23928,"module":23924,"summary":23929},"\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":23931,"title":23932,"module":23924,"summary":23933},"\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":23935,"title":23936,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":23938,"title":23939,"module":23940,"summary":23941},"\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":23943,"title":23944,"module":23940,"summary":23945},"\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":23947,"title":23948,"module":23940,"summary":23949},"\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":23951,"title":23952,"module":23940,"summary":23953},"\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":23955,"title":23956,"module":23940,"summary":23957},"\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":23959,"title":23960,"module":23961,"summary":23962},"\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":23964,"title":23965,"module":23961,"summary":23966},"\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":23968,"title":23969,"module":23961,"summary":23970},"\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":23972,"title":23973,"module":23961,"summary":23974},"\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":23976,"title":23977,"module":23961,"summary":23978},"\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":23980,"title":23981,"module":23982,"summary":23983},"\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":23985,"title":23986,"module":23982,"summary":23987},"\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":23989,"title":23990,"module":23982,"summary":23991},"\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":23993,"title":23994,"module":23995,"summary":23996},"\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":23998,"title":23999,"module":23995,"summary":24000},"\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":24002,"title":24003,"module":23995,"summary":24004},"\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":24006,"title":24007,"module":23995,"summary":24008},"\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":24010,"title":24011,"module":23995,"summary":24012},"\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":24014,"title":24015,"module":23995,"summary":24016},"\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":24018,"title":24019,"module":23995,"summary":24020},"\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":24022,"title":24023,"module":24024,"summary":24025},"\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":24027,"title":24028,"module":24024,"summary":24029},"\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":24031,"title":24032,"module":24024,"summary":24033},"\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":24035,"title":24036,"module":24024,"summary":24037},"\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":24039,"title":24040,"module":24024,"summary":24041},"\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":24043,"title":24044,"module":24024,"summary":24045},"\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":24047,"title":24048,"module":24024,"summary":24049},"\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":24051,"title":24052,"module":24053,"summary":24054},"\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":24056,"title":24057,"module":24053,"summary":24058},"\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":24060,"title":24061,"module":24053,"summary":24062},"\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":24064,"title":24065,"module":24053,"summary":24066},"\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":24068,"title":24069,"module":24053,"summary":24070},"\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":24072,"title":24073,"module":24053,"summary":24074},"\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":24076,"title":24077,"module":24078,"summary":24079},"\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":24081,"title":24082,"module":24078,"summary":24083},"\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":24085,"title":24086,"module":24078,"summary":24087},"\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":24089,"title":24090,"module":24078,"summary":24091},"\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":24093,"title":24094,"module":24078,"summary":24095},"\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":24097,"title":24098,"module":24099,"summary":24100},"\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":24102,"title":24103,"module":24099,"summary":24104},"\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":24106,"title":24107,"module":24099,"summary":24108},"\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":24110,"title":24111,"module":24099,"summary":24112},"\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":24114,"title":24115,"module":24099,"summary":24116},"\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":24118,"title":24119,"module":24099,"summary":24120},"\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":24122,"title":24123,"module":24124,"summary":24125},"\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":24127,"title":24128,"module":24124,"summary":24129},"\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":24131,"title":24132,"module":24124,"summary":24133},"\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":24135,"title":24136,"module":24124,"summary":24137},"\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":24139,"title":24140,"module":24124,"summary":24141},"\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":24143,"title":24144,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":24146,"title":24147,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":24149,"title":24150,"module":22951,"summary":24151},"\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":24153,"title":24154,"module":22951,"summary":24155},"\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":24157,"title":24158,"module":22951,"summary":24159},"\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":24161,"title":24162,"module":22951,"summary":24163},"\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":24165,"title":24166,"module":22951,"summary":24167},"\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":24169,"title":24170,"module":24171,"summary":24172},"\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":24174,"title":24175,"module":24171,"summary":24176},"\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":24178,"title":24179,"module":24171,"summary":24180},"\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":24182,"title":24183,"module":24171,"summary":24184},"\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":24186,"title":24187,"module":24171,"summary":24188},"\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":24190,"title":24191,"module":24171,"summary":24192},"\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":24194,"title":24195,"module":24171,"summary":24196},"\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":24198,"title":24199,"module":24200,"summary":24201},"\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":24203,"title":24204,"module":24200,"summary":24205},"\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":24207,"title":24208,"module":24200,"summary":24209},"\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":24211,"title":24212,"module":24200,"summary":24213},"\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":24215,"title":24216,"module":24200,"summary":24217},"\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":24219,"title":24220,"module":24221,"summary":24222},"\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":24224,"title":24225,"module":24221,"summary":24226},"\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":24228,"title":24229,"module":24221,"summary":24230},"\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":24232,"title":24233,"module":24221,"summary":24234},"\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":24236,"title":24237,"module":24221,"summary":24238},"\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":24240,"title":24241,"module":24242,"summary":24243},"\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":24245,"title":24246,"module":24242,"summary":24247},"\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":24249,"title":24250,"module":24242,"summary":24251},"\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":24253,"title":24254,"module":24242,"summary":24255},"\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":24257,"title":24258,"module":24242,"summary":24259},"\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":24261,"title":24262,"module":24263,"summary":24264},"\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":24266,"title":24267,"module":24263,"summary":24268},"\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":24270,"title":24271,"module":24263,"summary":24272},"\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":24274,"title":24275,"module":24263,"summary":24276},"\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":24278,"title":24279,"module":24263,"summary":24280},"\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":24282,"title":24283,"module":24284,"summary":24285},"\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":24287,"title":24288,"module":24284,"summary":24289},"\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":24291,"title":24292,"module":24284,"summary":24293},"\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":24295,"title":24296,"module":24284,"summary":24297},"\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":24299,"title":24300,"module":24284,"summary":24301},"\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":24303,"title":24304,"module":24305,"summary":24306},"\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":24308,"title":24309,"module":24305,"summary":24310},"\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":24312,"title":24313,"module":24305,"summary":24314},"\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":24316,"title":24317,"module":24318,"summary":24319},"\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":24321,"title":24322,"module":24318,"summary":24323},"\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":24325,"title":24326,"module":24327,"summary":24328},"\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":24330,"title":24331,"module":24327,"summary":24332},"\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":24334,"title":24335,"module":24327,"summary":24336},"\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":24338,"title":24339,"module":24327,"summary":24340},"\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":24342,"title":24343,"module":24327,"summary":24344},"\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":24346,"title":24347,"module":24348,"summary":24349},"\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":24351,"title":24352,"module":24348,"summary":24353},"\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":24355,"title":24356,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":24358,"title":24359,"module":22951,"summary":24360},"\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":24362,"title":24363,"module":22951,"summary":24364},"\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":24366,"title":24367,"module":24368,"summary":24369},"\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":24371,"title":24372,"module":24368,"summary":24373},"\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":24375,"title":24376,"module":24368,"summary":24377},"\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":24379,"title":24380,"module":24368,"summary":24381},"\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":24383,"title":24384,"module":24368,"summary":24385},"\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":24387,"title":24388,"module":24368,"summary":24389},"\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":24391,"title":24392,"module":24393,"summary":24394},"\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":24396,"title":24397,"module":24393,"summary":24398},"\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":24400,"title":24401,"module":24393,"summary":24402},"\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":24404,"title":24405,"module":24393,"summary":24406},"\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":24408,"title":24409,"module":24393,"summary":24410},"\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":24412,"title":24413,"module":24393,"summary":24414},"\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":24416,"title":24417,"module":24418,"summary":24419},"\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":24421,"title":24422,"module":24418,"summary":24423},"\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":24425,"title":24426,"module":24418,"summary":24427},"\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":24429,"title":24430,"module":24431,"summary":24432},"\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":24434,"title":24435,"module":24431,"summary":24436},"\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":24438,"title":24439,"module":24440,"summary":24441},"\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":24443,"title":24444,"module":24440,"summary":24445},"\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":24447,"title":24448,"module":24440,"summary":24449},"\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":24451,"title":24452,"module":24453,"summary":24454},"\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":24456,"title":24457,"module":24453,"summary":24458},"\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":24460,"title":24461,"module":24462,"summary":24463},"\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":24465,"title":24466,"module":24462,"summary":24467},"\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":24469,"title":24470,"module":24462,"summary":24471},"\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":24473,"title":24474,"module":24475,"summary":24476},"\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":24478,"title":24479,"module":24475,"summary":24480},"\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":24482,"title":24483,"module":24475,"summary":24484},"\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":24486,"title":24487,"module":24488,"summary":24489},"\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":24491,"title":24492,"module":24488,"summary":24493},"\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":24495,"title":24496,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":24498,"title":24499,"module":24500,"summary":24501},"\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":24503,"title":24504,"module":24500,"summary":24505},"\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":24507,"title":24508,"module":24500,"summary":24509},"\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":24511,"title":24512,"module":24500,"summary":24513},"\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":24515,"title":24516,"module":24500,"summary":24517},"\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":24519,"title":24520,"module":24521,"summary":24522},"\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":24524,"title":24525,"module":24521,"summary":24526},"\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":24528,"title":24529,"module":24521,"summary":24530},"\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":24532,"title":24533,"module":24521,"summary":24534},"\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":24536,"title":24537,"module":24538,"summary":24539},"\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":24541,"title":24542,"module":24538,"summary":24543},"\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":24545,"title":24546,"module":24538,"summary":24547},"\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":24549,"title":24550,"module":24538,"summary":24551},"\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":24553,"title":24554,"module":24555,"summary":24556},"\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":24558,"title":24559,"module":24555,"summary":24560},"\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":24562,"title":24563,"module":24555,"summary":24564},"\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":24566,"title":24567,"module":24555,"summary":24568},"\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":24570,"title":24571,"module":24572,"summary":24573},"\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":24575,"title":24576,"module":24572,"summary":24577},"\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":24579,"title":24580,"module":24572,"summary":24581},"\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":24583,"title":24584,"module":24572,"summary":24585},"\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":24587,"title":24588,"module":24572,"summary":24589},"\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":24591,"title":24592,"module":24572,"summary":24593},"\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":24595,"title":24596,"module":24597,"summary":24598},"\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":24600,"title":24601,"module":24597,"summary":24602},"\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":24604,"title":24605,"module":24597,"summary":24606},"\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":24608,"title":24609,"module":24610,"summary":24611},"\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":24613,"title":24614,"module":24610,"summary":24615},"\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":24617,"title":24618,"module":24610,"summary":24619},"\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":24621,"title":24622,"module":24610,"summary":24623},"\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":24625,"title":24626,"module":24627,"summary":24628},"\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":24630,"title":24631,"module":24627,"summary":24632},"\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":24634,"title":24635,"module":24627,"summary":24636},"\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":24638,"title":24639,"module":24640,"summary":24641},"\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":24643,"title":24644,"module":24640,"summary":24645},"\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":24647,"title":24648,"module":24640,"summary":24649},"\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":24651,"title":24652,"module":24653,"summary":24654},"\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":24656,"title":24657,"module":24653,"summary":24658},"\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":24660,"title":24661,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":24663,"title":24664,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":24666,"title":24667,"module":24668,"summary":24669},"\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":24671,"title":24672,"module":24668,"summary":24673},"\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":24675,"title":24676,"module":24668,"summary":24677},"\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":24679,"title":24680,"module":24668,"summary":24681},"\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":24683,"title":24684,"module":24685,"summary":24686},"\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":24688,"title":24689,"module":24685,"summary":24690},"\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":24692,"title":24693,"module":24685,"summary":24694},"\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":24696,"title":24697,"module":24698,"summary":24699},"\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":24701,"title":24702,"module":24698,"summary":24703},"\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":24705,"title":24706,"module":24698,"summary":24707},"\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":24709,"title":24710,"module":24698,"summary":24711},"\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":24713,"title":24714,"module":24698,"summary":24715},"\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":24717,"title":24718,"module":24698,"summary":24719},"\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":24721,"title":24722,"module":24723,"summary":24724},"\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":24726,"title":24727,"module":24723,"summary":24728},"\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":24730,"title":24731,"module":24723,"summary":24732},"\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":24734,"title":24735,"module":24723,"summary":24736},"\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":24738,"title":24739,"module":24723,"summary":24740},"\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":24742,"title":24743,"module":24723,"summary":24744},"\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":24746,"title":24747,"module":24748,"summary":24749},"\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":24751,"title":24752,"module":24748,"summary":24753},"\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":24755,"title":24756,"module":24748,"summary":24757},"\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":24759,"title":24760,"module":24748,"summary":24761},"\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":24763,"title":24764,"module":23603,"summary":24765},"\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":24767,"title":24768,"module":23603,"summary":24769},"\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":24771,"title":24772,"module":23603,"summary":24773},"\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":24775,"title":24776,"module":24777,"summary":24778},"\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":24780,"title":24781,"module":24777,"summary":24782},"\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":24784,"title":24785,"module":24777,"summary":24786},"\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":24788,"title":24789,"module":24790,"summary":24791},"\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":24793,"title":24794,"module":24790,"summary":24795},"\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":24797,"title":24798,"module":24790,"summary":24799},"\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":24801,"title":24802,"module":24803,"summary":24804},"\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":24806,"title":24807,"module":24803,"summary":24808},"\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":24810,"title":24811,"module":24812,"summary":24813},"\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":24815,"title":24816,"module":24812,"summary":24817},"\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":24819,"title":24820,"module":24812,"summary":24821},"\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":24823,"title":24824,"module":24812,"summary":24825},"\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":24827,"title":24828,"module":24812,"summary":24829},"\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":24831,"title":24832,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":24834,"title":24835,"module":24836,"summary":24837},"\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":24839,"title":24840,"module":24836,"summary":24841},"\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":24843,"title":24844,"module":24836,"summary":24845},"\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":24847,"title":24848,"module":24836,"summary":24849},"\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":24851,"title":24852,"module":24853,"summary":24854},"\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":24856,"title":24857,"module":24853,"summary":24858},"\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":24860,"title":24861,"module":24853,"summary":24862},"\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":24864,"title":24865,"module":24853,"summary":24866},"\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":24868,"title":24869,"module":24853,"summary":24870},"\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":24872,"title":24873,"module":24853,"summary":24874},"\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":24876,"title":24877,"module":24878,"summary":24879},"\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":24881,"title":24882,"module":24878,"summary":24883},"\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":24885,"title":24886,"module":24878,"summary":24887},"\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":24889,"title":24890,"module":24878,"summary":24891},"\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":24893,"title":24894,"module":24878,"summary":24895},"\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":24897,"title":24898,"module":23298,"summary":24899},"\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":24901,"title":24902,"module":23298,"summary":24903},"\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":24905,"title":24906,"module":23298,"summary":24907},"\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":24909,"title":24910,"module":23298,"summary":24911},"\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":24913,"title":24914,"module":23298,"summary":24915},"\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":24917,"title":24918,"module":23298,"summary":24919},"\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":24921,"title":24922,"module":24923,"summary":24924},"\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":24926,"title":24927,"module":24923,"summary":24928},"\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":24930,"title":24931,"module":24923,"summary":24932},"\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":24934,"title":24935,"module":24923,"summary":24936},"\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":24938,"title":24939,"module":24940,"summary":24941},"\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":24943,"title":24944,"module":24940,"summary":24945},"\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":24947,"title":24948,"module":24940,"summary":24949},"\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":24951,"title":23353,"module":24940,"summary":24952},"\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":24954,"title":24955,"module":24940,"summary":24956},"\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":24958,"title":24959,"module":24960,"summary":24961},"\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":24963,"title":24964,"module":24960,"summary":24965},"\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":24967,"title":24968,"module":24960,"summary":24969},"\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":24971,"title":24972,"module":24960,"summary":24973},"\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":24975,"title":24976,"module":24977,"summary":24978},"\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":24980,"title":24981,"module":24977,"summary":24982},"\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":24984,"title":24985,"module":24977,"summary":24986},"\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":24988,"title":24989,"module":24977,"summary":24990},"\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":24992,"title":24993,"module":24977,"summary":24994},"\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":24996,"title":24997,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":24999,"title":25000,"module":22951,"summary":25001},"\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":25003,"title":25004,"module":22951,"summary":25005},"\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":25007,"title":25008,"module":25009,"summary":25010},"\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":25012,"title":25013,"module":25009,"summary":25014},"\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":25016,"title":25017,"module":25009,"summary":25018},"\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":25020,"title":25021,"module":25009,"summary":25022},"\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":25024,"title":25025,"module":25026,"summary":25027},"\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":25029,"title":25030,"module":25026,"summary":25031},"\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":25033,"title":25034,"module":25026,"summary":25035},"\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":25037,"title":25038,"module":25026,"summary":25039},"\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":25041,"title":25042,"module":25026,"summary":25043},"\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":25045,"title":25046,"module":25026,"summary":25047},"\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":25049,"title":25050,"module":25051,"summary":25052},"\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":25054,"title":25055,"module":25051,"summary":25056},"\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":25058,"title":25059,"module":25051,"summary":25060},"\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":25062,"title":25063,"module":25051,"summary":25064},"\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":25066,"title":25067,"module":25068,"summary":25069},"\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":25071,"title":25072,"module":25068,"summary":25073},"\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":25075,"title":25076,"module":25068,"summary":25077},"\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":25079,"title":25080,"module":25068,"summary":25081},"\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":25083,"title":25084,"module":25085,"summary":25086},"\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":25088,"title":25089,"module":25085,"summary":25090},"\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":25092,"title":25093,"module":25085,"summary":25094},"\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":25096,"title":25097,"module":25098,"summary":25099},"\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":25101,"title":25102,"module":25098,"summary":25103},"\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":25105,"title":25106,"module":25098,"summary":25107},"\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":25109,"title":25110,"module":25098,"summary":25111},"\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":25113,"title":25114,"module":25115,"summary":25116},"\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":25118,"title":25119,"module":25115,"summary":25120},"\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":25122,"title":25123,"module":25115,"summary":25124},"\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":25126,"title":25127,"module":25115,"summary":25128},"\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":25130,"title":25131,"module":25132,"summary":25133},"\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":25135,"title":25136,"module":25132,"summary":25137},"\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":25139,"title":25140,"module":25132,"summary":25141},"\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":25143,"title":25144,"module":25145,"summary":25146},"\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":25148,"title":25149,"module":25145,"summary":25150},"\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":25152,"title":25153,"module":25145,"summary":25154},"\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":25156,"title":25157,"module":25145,"summary":25158},"\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":25160,"title":25161,"module":25162,"summary":25163},"\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":25165,"title":25166,"module":25162,"summary":25167},"\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":25169,"title":25170,"module":25162,"summary":25171},"\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":25173,"title":25174,"module":25162,"summary":25175},"\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":25177,"title":25178,"module":25162,"summary":25179},"\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":25181,"title":25182,"module":25183,"summary":25184},"\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":25186,"title":25187,"module":25183,"summary":25188},"\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":25190,"title":25191,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":25193,"title":25194,"module":25195,"summary":25196},"\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":25198,"title":25199,"module":25195,"summary":25200},"\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":25202,"title":25203,"module":25195,"summary":25204},"\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":25206,"title":25207,"module":25195,"summary":25208},"\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":25210,"title":25211,"module":25195,"summary":25212},"\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":25214,"title":25215,"module":25216,"summary":25217},"\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":25219,"title":25220,"module":25216,"summary":25221},"\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":25223,"title":25224,"module":25216,"summary":25225},"\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":25227,"title":25228,"module":25216,"summary":25229},"\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":25231,"title":25232,"module":25216,"summary":25233},"\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":25235,"title":25236,"module":25216,"summary":25237},"\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":25239,"title":25240,"module":25216,"summary":25241},"\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":25243,"title":25244,"module":25245,"summary":25246},"\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":25248,"title":25249,"module":25245,"summary":25250},"\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":25252,"title":25253,"module":25245,"summary":25254},"\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":25256,"title":25257,"module":25245,"summary":25258},"\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":25260,"title":25261,"module":25262,"summary":25263},"\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":25265,"title":25266,"module":25262,"summary":25267},"\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":25269,"title":25270,"module":25262,"summary":25271},"\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":25273,"title":25274,"module":25275,"summary":25276},"\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":25278,"title":25279,"module":25275,"summary":25280},"\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":25282,"title":25283,"module":25275,"summary":25284},"\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":25286,"title":25287,"module":25275,"summary":25288},"\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":25290,"title":25291,"module":25275,"summary":25292},"\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":25294,"title":25295,"module":25275,"summary":25296},"\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":25298,"title":25299,"module":25300,"summary":25301},"\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":25303,"title":25304,"module":25300,"summary":25305},"\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":25307,"title":25308,"module":25300,"summary":25309},"\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":25311,"title":25312,"module":25313,"summary":25314},"\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":25316,"title":25317,"module":25313,"summary":25318},"\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":25320,"title":25321,"module":25313,"summary":25322},"\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":25324,"title":25325,"module":25313,"summary":25326},"\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":25328,"title":25329,"module":25330,"summary":25331},"\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":25333,"title":25334,"module":25330,"summary":25335},"\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":25337,"title":25338,"module":25330,"summary":25339},"\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":25341,"title":25342,"module":25343,"summary":25344},"\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":25346,"title":25347,"module":25343,"summary":25348},"\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":25350,"title":25351,"module":25343,"summary":25352},"\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":25354,"title":25355,"module":25343,"summary":25356},"\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":25358,"title":25359,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":25361,"title":25362,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":25364,"title":25365,"module":22951,"summary":25366},"\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":25368,"title":25369,"module":22951,"summary":25370},"\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":25372,"title":25373,"module":22951,"summary":25374},"\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":25376,"title":25377,"module":22951,"summary":25378},"\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":25380,"title":25381,"module":22951,"summary":25382},"\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":25384,"title":25385,"module":22951,"summary":25386},"\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":25388,"title":25389,"module":25390,"summary":25391},"\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":25393,"title":25394,"module":25390,"summary":25395},"\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":25397,"title":25398,"module":25390,"summary":25399},"\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":25401,"title":25402,"module":25403,"summary":25404},"\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":25406,"title":25407,"module":25403,"summary":25408},"\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":25410,"title":25411,"module":25403,"summary":25412},"\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":25414,"title":25415,"module":25416,"summary":25417},"\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":25419,"title":25420,"module":25416,"summary":25421},"\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":25423,"title":25424,"module":25416,"summary":25425},"\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":25427,"title":25428,"module":25416,"summary":25429},"\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":25431,"title":25432,"module":25416,"summary":25433},"\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":25435,"title":25436,"module":25437,"summary":25438},"\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":25440,"title":25441,"module":25437,"summary":25442},"\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":25444,"title":25445,"module":25437,"summary":25446},"\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":25448,"title":25449,"module":25437,"summary":25450},"\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":25452,"title":25453,"module":25454,"summary":25455},"\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":25457,"title":25458,"module":25454,"summary":25459},"\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":25461,"title":25462,"module":25454,"summary":25463},"\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":25465,"title":25466,"module":25454,"summary":25467},"\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":25469,"title":25470,"module":25471,"summary":25472},"\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":25474,"title":25475,"module":25471,"summary":25476},"\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":25478,"title":25479,"module":25471,"summary":25480},"\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":25482,"title":25483,"module":25471,"summary":25484},"\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":25486,"title":25487,"module":25488,"summary":25489},"\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":25491,"title":25492,"module":25488,"summary":25493},"\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":25495,"title":25496,"module":25488,"summary":25497},"\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":25499,"title":25500,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":25502,"title":24144,"module":25503,"summary":25504},"\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":25506,"title":25507,"module":25503,"summary":25508},"\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":25510,"title":25511,"module":25503,"summary":25512},"\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":25514,"title":23504,"module":25503,"summary":25515},"\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":25517,"title":25518,"module":22951,"summary":25519},"\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":25521,"title":25522,"module":22951,"summary":25523},"\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":25525,"title":25526,"module":22951,"summary":25527},"\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":25529,"title":25530,"module":25531,"summary":25532},"\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":25534,"title":25535,"module":25531,"summary":25536},"\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":25538,"title":25539,"module":25531,"summary":25540},"\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":25542,"title":25543,"module":25531,"summary":25544},"\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":25546,"title":25547,"module":25531,"summary":25548},"\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":17,"title":25550,"module":22012,"summary":25551},"Gradient Descent & SGD","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":22014,"title":5,"module":22012,"summary":22032},{"path":25554,"title":25555,"module":22012,"summary":25556},"\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":25558,"title":25559,"module":22012,"summary":25560},"\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":25562,"title":25563,"module":22012,"summary":25564},"\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":25566,"title":25567,"module":25568,"summary":25569},"\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":25571,"title":25572,"module":25568,"summary":25573},"\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":25575,"title":25576,"module":25568,"summary":25577},"\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":25579,"title":25580,"module":25568,"summary":25581},"\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":25583,"title":25584,"module":25585,"summary":25586},"\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":25588,"title":25589,"module":25585,"summary":25590},"\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":25592,"title":25593,"module":25585,"summary":25594},"\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":25596,"title":25597,"module":25585,"summary":25598},"\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":25600,"title":25601,"module":25585,"summary":25602},"\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":25604,"title":25605,"module":25585,"summary":25606},"\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":25608,"title":25609,"module":25585,"summary":25610},"\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":25612,"title":25613,"module":25585,"summary":25614},"\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":25616,"title":25617,"module":25585,"summary":25618},"\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":25620,"title":25621,"module":25622,"summary":25623},"\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":25625,"title":25626,"module":25622,"summary":25627},"\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":25629,"title":25630,"module":25622,"summary":25631},"\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":25633,"title":25634,"module":25622,"summary":25635},"\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":25637,"title":25638,"module":25622,"summary":25639},"\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":25641,"title":25642,"module":25643,"summary":25644},"\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":25646,"title":25647,"module":25643,"summary":25648},"\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":25650,"title":25651,"module":25643,"summary":25652},"\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":25654,"title":25655,"module":25643,"summary":25656},"\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":25658,"title":25659,"module":25643,"summary":25660},"\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":25662,"title":25663,"module":25643,"summary":25664},"\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":25666,"title":25667,"module":25643,"summary":25668},"\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":25670,"title":25671,"module":25672,"summary":25673},"\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":25675,"title":25676,"module":25672,"summary":25677},"\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":25679,"title":25680,"module":25672,"summary":25681},"\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":25683,"title":25684,"module":25685,"summary":25686},"\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":25688,"title":25689,"module":25685,"summary":25690},"\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":25692,"title":25693,"module":25685,"summary":25694},"\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":25696,"title":25697,"module":25685,"summary":25698},"\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":25700,"title":25701,"module":25685,"summary":25702},"\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":25704,"title":25705,"module":25685,"summary":25706},"\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":25708,"title":25709,"module":25685,"summary":25710},"\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":25712,"title":25713,"module":25714,"summary":25715},"\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":25717,"title":25718,"module":25714,"summary":25719},"\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":25721,"title":25722,"module":25714,"summary":25723},"\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":25725,"title":25726,"module":25714,"summary":25727},"\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":25729,"title":25730,"module":25714,"summary":25731},"\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":25733,"title":25734,"module":25714,"summary":25735},"\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":25737,"title":25738,"module":25714,"summary":25739},"\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":25741,"title":25742,"module":25714,"summary":25743},"\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":25745,"title":25746,"module":25714,"summary":25747},"\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":25749,"title":25750,"module":25714,"summary":25751},"\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":25753,"title":25754,"module":25714,"summary":25755},"\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":25757,"title":25758,"module":25759,"summary":25760},"\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":25762,"title":25763,"module":25759,"summary":25764},"\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":25766,"title":25767,"module":25759,"summary":25768},"\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":25770,"title":25771,"module":25759,"summary":25772},"\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":25774,"title":25775,"module":25759,"summary":25776},"\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":25778,"title":21638,"module":6,"summary":6},"\u002Fdeep-learning",{"path":25780,"title":25781,"module":23694,"summary":25782},"\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":25784,"title":25785,"module":23694,"summary":25786},"\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":25788,"title":25789,"module":23694,"summary":25790},"\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":25792,"title":25793,"module":23694,"summary":25794},"\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":25796,"title":25797,"module":23694,"summary":25798},"\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":25800,"title":25801,"module":25802,"summary":25803},"\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":25805,"title":25806,"module":25802,"summary":25807},"\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":25809,"title":25810,"module":25802,"summary":25811},"\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":25813,"title":25814,"module":25802,"summary":25815},"\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":25817,"title":25818,"module":25819,"summary":25820},"\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":25822,"title":25823,"module":25819,"summary":25824},"\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":25826,"title":25827,"module":25819,"summary":25828},"\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":25830,"title":25831,"module":25819,"summary":25832},"\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":25834,"title":25835,"module":25836,"summary":25837},"\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":25839,"title":25840,"module":25836,"summary":25841},"\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":25843,"title":25844,"module":25836,"summary":25845},"\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":25847,"title":25848,"module":25836,"summary":25849},"\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":25851,"title":25852,"module":25836,"summary":25853},"\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":25855,"title":25856,"module":25857,"summary":25858},"\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":25860,"title":25861,"module":25857,"summary":25862},"\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":25864,"title":25865,"module":25857,"summary":25866},"\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":25868,"title":25869,"module":25870,"summary":25871},"\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":25873,"title":25874,"module":25870,"summary":25875},"\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":25877,"title":25878,"module":25870,"summary":25879},"\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":25881,"title":25882,"module":25883,"summary":25884},"\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":25886,"title":25887,"module":25883,"summary":25888},"\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":25890,"title":25891,"module":25883,"summary":25892},"\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":25894,"title":25895,"module":25883,"summary":25896},"\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":25898,"title":25899,"module":25900,"summary":25901},"\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":25903,"title":25904,"module":25900,"summary":25905},"\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":25907,"title":25908,"module":25900,"summary":25909},"\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":25911,"title":25912,"module":25900,"summary":25913},"\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":25915,"title":25916,"module":25900,"summary":25917},"\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":25919,"title":25920,"module":25900,"summary":25921},"\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":25923,"title":25924,"module":25925,"summary":25926},"\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":25928,"title":25929,"module":25925,"summary":25930},"\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":25932,"title":25933,"module":25925,"summary":25934},"\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":25936,"title":25937,"module":25925,"summary":25938},"\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":25940,"title":25941,"module":25942,"summary":25943},"\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":25945,"title":25946,"module":25942,"summary":25947},"\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":25949,"title":25950,"module":25942,"summary":25951},"\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":25953,"title":25954,"module":25955,"summary":25956},"\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":25958,"title":25959,"module":25955,"summary":25960},"\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":25962,"title":25963,"module":25955,"summary":25964},"\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":25966,"title":25967,"module":25955,"summary":25968},"\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":25970,"title":25971,"module":25955,"summary":25972},"\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":25974,"title":25975,"module":25976,"summary":25977},"\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":25979,"title":25980,"module":25976,"summary":25981},"\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":25983,"title":25984,"module":25976,"summary":25985},"\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":25987,"title":25988,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":25990,"title":25991,"module":25992,"summary":25993},"\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":25995,"title":25996,"module":25992,"summary":25997},"\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":25999,"title":26000,"module":25992,"summary":26001},"\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":26003,"title":26004,"module":25992,"summary":26005},"\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":26007,"title":26008,"module":26009,"summary":26010},"\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":26012,"title":26013,"module":26009,"summary":26014},"\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":26016,"title":26017,"module":26009,"summary":26018},"\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":26020,"title":26021,"module":26009,"summary":26022},"\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":26024,"title":26025,"module":26026,"summary":26027},"\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":26029,"title":26030,"module":26026,"summary":26031},"\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":26033,"title":26034,"module":26026,"summary":26035},"\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":26037,"title":26038,"module":26026,"summary":26039},"\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":26041,"title":26042,"module":26043,"summary":26044},"\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":26046,"title":26047,"module":26043,"summary":26048},"\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":26050,"title":26051,"module":26043,"summary":26052},"\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":26054,"title":26055,"module":26043,"summary":26056},"\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":26058,"title":26059,"module":26060,"summary":26061},"\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":26063,"title":26064,"module":26060,"summary":26065},"\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":26067,"title":26068,"module":26060,"summary":26069},"\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":26071,"title":26072,"module":26060,"summary":26073},"\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":26075,"title":26076,"module":26077,"summary":26078},"\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":26080,"title":26081,"module":26077,"summary":26082},"\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":26084,"title":26085,"module":26077,"summary":26086},"\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":26088,"title":26089,"module":26077,"summary":26090},"\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":26092,"title":26093,"module":26094,"summary":26095},"\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":26097,"title":26098,"module":26094,"summary":26099},"\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":26101,"title":26102,"module":26094,"summary":26103},"\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":26105,"title":26106,"module":26094,"summary":26107},"\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":26109,"title":26110,"module":26094,"summary":26111},"\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":26113,"title":26114,"module":26115,"summary":26116},"\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":26118,"title":26119,"module":26115,"summary":26120},"\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":26122,"title":26123,"module":26124,"summary":26125},"\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":26127,"title":26128,"module":26124,"summary":26129},"\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":26131,"title":26132,"module":26124,"summary":26133},"\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":26135,"title":26136,"module":26124,"summary":26137},"\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":26139,"title":26140,"module":26141,"summary":26142},"\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":26144,"title":26145,"module":26141,"summary":26146},"\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":26148,"title":26149,"module":26141,"summary":26150},"\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":26152,"title":26153,"module":26141,"summary":26154},"\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":26156,"title":26157,"module":26141,"summary":26158},"\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":26160,"title":26161,"module":26162,"summary":26163},"\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":26165,"title":26166,"module":26162,"summary":26167},"\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":26169,"title":26170,"module":26162,"summary":26171},"\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":26173,"title":26174,"module":26162,"summary":26175},"\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":26177,"title":26178,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":26180,"title":26181,"module":22951,"summary":26182},"\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":26184,"title":26185,"module":26186,"summary":26187},"\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":26189,"title":26190,"module":26186,"summary":26191},"\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":26193,"title":26194,"module":26186,"summary":26195},"\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":26197,"title":26198,"module":26186,"summary":26199},"\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":26201,"title":26202,"module":26186,"summary":26203},"\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":26205,"title":26206,"module":26186,"summary":26207},"\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":26209,"title":26210,"module":26186,"summary":26211},"\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":26213,"title":26214,"module":26215,"summary":26216},"\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":26218,"title":26219,"module":26215,"summary":26220},"\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":26222,"title":26223,"module":26215,"summary":26224},"\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":26226,"title":26227,"module":26215,"summary":26228},"\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":26230,"title":26231,"module":26232,"summary":26233},"\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":26235,"title":26236,"module":26232,"summary":26237},"\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":26239,"title":26240,"module":26232,"summary":26241},"\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":26243,"title":26244,"module":26232,"summary":26245},"\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":26247,"title":26248,"module":26249,"summary":26250},"\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":26252,"title":26253,"module":26249,"summary":26254},"\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":26256,"title":26257,"module":26249,"summary":26258},"\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":26260,"title":26261,"module":26249,"summary":26262},"\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":26264,"title":26265,"module":26266,"summary":26267},"\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":26269,"title":26270,"module":26266,"summary":26271},"\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":26273,"title":26274,"module":26266,"summary":26275},"\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":26277,"title":26278,"module":26266,"summary":26279},"\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":26281,"title":26282,"module":26283,"summary":26284},"\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":26286,"title":26287,"module":26283,"summary":26288},"\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":26290,"title":26291,"module":26283,"summary":26292},"\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":26294,"title":26295,"module":26296,"summary":26297},"\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":26299,"title":26300,"module":26296,"summary":26301},"\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":26303,"title":26304,"module":26305,"summary":26306},"\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":26308,"title":26309,"module":26305,"summary":26310},"\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":26312,"title":26313,"module":26305,"summary":26314},"\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":26316,"title":26317,"module":6,"summary":6},"\u002Flogic","Logic",{"path":26319,"title":26320,"module":22951,"summary":26321},"\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":26323,"title":26324,"module":22951,"summary":26325},"\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":26327,"title":26328,"module":22951,"summary":26329},"\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":26331,"title":26332,"module":22951,"summary":26333},"\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":26335,"title":26336,"module":22951,"summary":26337},"\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":26339,"title":26340,"module":22951,"summary":26341},"\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":26343,"title":23170,"module":26344,"summary":26345},"\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":26347,"title":26348,"module":26344,"summary":26349},"\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":26351,"title":26352,"module":26344,"summary":26353},"\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":26355,"title":26356,"module":26344,"summary":26357},"\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":26359,"title":26360,"module":26344,"summary":26361},"\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":26363,"title":26364,"module":26344,"summary":26365},"\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":26367,"title":26368,"module":26344,"summary":26369},"\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":26371,"title":26372,"module":26344,"summary":26373},"\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":26375,"title":26376,"module":26344,"summary":26377},"\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":26379,"title":26380,"module":26344,"summary":26381},"\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":26383,"title":26384,"module":26344,"summary":26385},"\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":26387,"title":26388,"module":26344,"summary":26389},"\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":26391,"title":26392,"module":26393,"summary":26394},"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction","On-Policy Prediction with Approximation","Approximate Solution Methods","Every tabular method so far stored one number per state, which fails once the state space is large or continuous. We replace the table with a parameterized value function $\\hat v(s,\\mathbf{w})$, define the mean squared value error it should minimize under the on-policy distribution, and derive stochastic- and semi-gradient learning rules — the semi-gradient TD(0) update that bootstraps and so is not a true gradient. Linear methods make the analysis clean and give the TD fixed point; feature construction (polynomials, Fourier basis, coarse and tile coding, RBFs) supplies the vectors $\\mathbf{x}(s)$, and neural networks are the nonlinear bridge to deep RL.\n",{"path":26396,"title":26397,"module":26393,"summary":26398},"\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":26400,"title":26401,"module":26393,"summary":26402},"\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":26404,"title":26405,"module":26393,"summary":26406},"\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":26408,"title":26409,"module":26393,"summary":26410},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad","Off-Policy Methods and the Deadly Triad","Off-policy learning with function approximation is where the convergence guarantees of reinforcement learning fail. We extend the tabular off-policy updates to semi-gradient form with per-step importance sampling, show Baird's counterexample driving the weights to infinity, and identify the cause: the deadly triad of function approximation, bootstrapping, and off-policy training — any two are safe, all three can diverge. The divergence is not caused by sampling noise: a fully synchronous dynamic-programming update blows up just the same, which is what makes the triad a structural hazard rather than a fluke.\n",{"path":26412,"title":26413,"module":26393,"summary":26414},"\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":26416,"title":26417,"module":26393,"summary":26418},"\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":26420,"title":26421,"module":26393,"summary":26422},"\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":26424,"title":26425,"module":26393,"summary":26426},"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods","Policy Gradient Methods","Every method so far learned values and read a policy off them. Policy gradient methods drop the intermediary: parameterize the policy directly and climb the performance gradient. We build the softmax-in-preferences parameterization, prove the policy gradient theorem that makes the gradient computable without the unknown state distribution, and derive REINFORCE and its variance-cutting state-value baseline — the launch point for the bootstrapping actor-critic that follows.\n",{"path":26428,"title":26429,"module":26393,"summary":26430},"\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":26432,"title":26433,"module":26393,"summary":26434},"\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":26436,"title":26437,"module":26393,"summary":26438},"\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":26440,"title":26441,"module":26393,"summary":26442},"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces","Off-Policy Eligibility Traces","Eligibility traces meet off-policy learning and function approximation — the corner where stability gets hard. We first let the bootstrapping and discounting parameters vary with state, so a single generalized return covers episodic and continuing tasks and folds termination into the discount. Then we fold the per-decision importance ratio into the trace with a control-variate correction, and build Watkins's Q(λ) and its importance-sampling-free successor Tree-Backup(λ) — all correct in expectation, but still semi-gradient, so the deadly triad and its fixes wait for the next lesson.\n",{"path":26444,"title":26445,"module":26393,"summary":26446},"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces","Stable Off-Policy Methods with Traces","Off-policy traces get the expected target right, but with $\\lambda \u003C 1$ they bootstrap, so off-policy plus bootstrapping plus function approximation is the deadly triad and the weights can diverge. This lesson carries the two one-step fixes to traces: GTD(λ) and GQ(λ) add a second weight vector and a gradient correction for true gradient descent on the projected Bellman error, while Emphatic TD(λ) reweights updates through a followon trace and interest to recover the on-policy stability. It closes with the implementation reality that traces are cheap because they are sparse, and with Retrace and V-trace — the clipped-ratio descendants that make off-policy traces work at deep-RL scale.\n",{"path":26448,"title":25767,"module":26449,"summary":26450},"\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":26452,"title":26453,"module":26449,"summary":26454},"\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":26456,"title":26457,"module":26449,"summary":26458},"\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":26460,"title":26461,"module":26449,"summary":26462},"\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":26464,"title":26465,"module":26449,"summary":26466},"\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":26468,"title":26469,"module":26449,"summary":26470},"\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":26472,"title":26473,"module":26449,"summary":26474},"\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":26476,"title":26477,"module":26449,"summary":26478},"\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":26480,"title":26481,"module":26482,"summary":26483},"\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":26485,"title":26486,"module":26482,"summary":26487},"\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":26489,"title":26490,"module":26482,"summary":26491},"\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":26493,"title":26494,"module":26482,"summary":26495},"\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":26497,"title":26498,"module":26482,"summary":26499},"\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":26501,"title":26502,"module":26482,"summary":26503},"\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":26505,"title":26506,"module":26482,"summary":26507},"\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":26509,"title":26510,"module":26482,"summary":26511},"\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":26513,"title":26514,"module":26482,"summary":26515},"\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":26517,"title":26518,"module":26482,"summary":26519},"\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":26521,"title":26522,"module":26482,"summary":26523},"\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":26525,"title":26526,"module":26482,"summary":26527},"\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":26529,"title":26530,"module":26482,"summary":26531},"\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":26533,"title":26534,"module":26482,"summary":26535},"\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":26537,"title":26538,"module":26482,"summary":26539},"\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":26541,"title":26542,"module":26482,"summary":26543},"\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":26545,"title":26546,"module":26482,"summary":26547},"\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":26549,"title":26550,"module":26482,"summary":26551},"\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":26553,"title":26554,"module":26482,"summary":26555},"\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":26557,"title":26558,"module":26482,"summary":26559},"\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":26561,"title":26562,"module":26482,"summary":26563},"\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":26565,"title":26566,"module":26482,"summary":26567},"\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":26569,"title":26570,"module":26571,"summary":26572},"\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":26574,"title":26575,"module":26571,"summary":26576},"\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":26578,"title":26579,"module":26571,"summary":26580},"\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":26582,"title":26583,"module":26571,"summary":26584},"\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":26586,"title":26587,"module":26571,"summary":26588},"\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":26590,"title":26591,"module":26571,"summary":26592},"\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":26594,"title":26595,"module":26571,"summary":26596},"\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":26598,"title":26599,"module":26571,"summary":26600},"\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":26602,"title":25759,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":26604,"title":26605,"module":22951,"summary":26606},"\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":26608,"title":26609,"module":22951,"summary":26610},"\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":26612,"title":26613,"module":22951,"summary":26614},"\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":26616,"title":26617,"module":22951,"summary":26618},"\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":26620,"title":26621,"module":26622,"summary":26623},"\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":26625,"title":26626,"module":26622,"summary":26627},"\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":26629,"title":26630,"module":26622,"summary":26631},"\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":26633,"title":26634,"module":26622,"summary":26635},"\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":26637,"title":26638,"module":26622,"summary":26639},"\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":26641,"title":26642,"module":26622,"summary":26643},"\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":26645,"title":26646,"module":26622,"summary":26647},"\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":26649,"title":26650,"module":26622,"summary":26651},"\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":26653,"title":26654,"module":26622,"summary":26655},"\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":26657,"title":26658,"module":26622,"summary":26659},"\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":26661,"title":26662,"module":26622,"summary":26663},"\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":26665,"title":26666,"module":26622,"summary":26667},"\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":26669,"title":26670,"module":26671,"summary":26672},"\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":26674,"title":26675,"module":26671,"summary":26676},"\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":26678,"title":26679,"module":26671,"summary":26680},"\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":26682,"title":26683,"module":26671,"summary":26684},"\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":26686,"title":26687,"module":26671,"summary":26688},"\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":26690,"title":26691,"module":26671,"summary":26692},"\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":26694,"title":26695,"module":26671,"summary":26696},"\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":26698,"title":26699,"module":26671,"summary":26700},"\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":26702,"title":26703,"module":26671,"summary":26704},"\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":26706,"title":26707,"module":26671,"summary":26708},"\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":26710,"title":26711,"module":26671,"summary":26712},"\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":26714,"title":26715,"module":26671,"summary":26716},"\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":26718,"title":26719,"module":26720,"summary":26721},"\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":26723,"title":26724,"module":26720,"summary":26725},"\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":26727,"title":26728,"module":26720,"summary":26729},"\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":26731,"title":26732,"module":26720,"summary":26733},"\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":26735,"title":26736,"module":26720,"summary":26737},"\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":26739,"title":26740,"module":26720,"summary":26741},"\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":26743,"title":26744,"module":26720,"summary":26745},"\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":26747,"title":26336,"module":26720,"summary":26748},"\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":26750,"title":26751,"module":26720,"summary":26752},"\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":26754,"title":26755,"module":26720,"summary":26756},"\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":26758,"title":26759,"module":26760,"summary":26761},"\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":26763,"title":26764,"module":26760,"summary":26765},"\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":26767,"title":26768,"module":26760,"summary":26769},"\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":26771,"title":26772,"module":26760,"summary":26773},"\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":26775,"title":25759,"module":26760,"summary":26776},"\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":26778,"title":26779,"module":26760,"summary":26780},"\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":26782,"title":26783,"module":26760,"summary":26784},"\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":26786,"title":26787,"module":26760,"summary":26788},"\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":26790,"title":26791,"module":26792,"summary":26793},"\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":26795,"title":26796,"module":26792,"summary":26797},"\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":26799,"title":26800,"module":26792,"summary":26801},"\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":26803,"title":26804,"module":26792,"summary":26805},"\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":26807,"title":26808,"module":26792,"summary":26809},"\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":26811,"title":26812,"module":26792,"summary":26813},"\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":26815,"title":26816,"module":26792,"summary":26817},"\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":26819,"title":26820,"module":26792,"summary":26821},"\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":26823,"title":26824,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":26826,"title":26827,"module":26828,"summary":26829},"\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":26831,"title":26832,"module":26828,"summary":26833},"\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":26835,"title":26836,"module":26828,"summary":26837},"\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":26839,"title":26840,"module":26828,"summary":26841},"\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":26843,"title":26844,"module":26828,"summary":26845},"\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":26847,"title":26848,"module":26849,"summary":26850},"\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":26852,"title":26853,"module":26849,"summary":26854},"\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":26856,"title":26857,"module":26849,"summary":26858},"\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":26860,"title":26861,"module":26849,"summary":26862},"\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":26864,"title":26865,"module":26866,"summary":26867},"\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":26869,"title":26870,"module":26866,"summary":26871},"\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":26873,"title":26874,"module":26866,"summary":26875},"\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":26877,"title":26878,"module":26866,"summary":26879},"\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":26881,"title":26882,"module":26883,"summary":26884},"\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":26886,"title":26887,"module":26883,"summary":26888},"\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":26890,"title":26891,"module":26892,"summary":26893},"\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":26895,"title":26896,"module":26892,"summary":26897},"\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":26899,"title":26900,"module":26901,"summary":26902},"\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":26904,"title":26905,"module":26901,"summary":26906},"\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":26908,"title":26909,"module":26901,"summary":26910},"\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":26912,"title":26913,"module":26901,"summary":26914},"\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":26916,"title":26917,"module":26918,"summary":26919},"\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":26921,"title":26922,"module":26918,"summary":26923},"\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":26925,"title":26926,"module":26918,"summary":26927},"\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":26929,"title":26930,"module":26931,"summary":26932},"\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":26934,"title":26935,"module":26931,"summary":26936},"\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":26938,"title":26939,"module":26931,"summary":26940},"\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":26942,"title":26943,"module":26944,"summary":26945},"\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":26947,"title":26948,"module":26944,"summary":26949},"\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":26951,"title":26952,"module":26953,"summary":26954},"\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":26956,"title":26957,"module":26953,"summary":26958},"\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":26960,"title":26961,"module":26953,"summary":26962},"\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":26964,"title":26965,"module":26966,"summary":26967},"\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":26969,"title":26970,"module":26966,"summary":26971},"\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":26973,"title":26974,"module":26966,"summary":26975},"\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":26977,"title":26978,"module":26966,"summary":26979},"\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":26981,"title":26982,"module":26966,"summary":26983},"\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":26985,"title":26986,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":26988,"title":26989,"module":22951,"summary":26990},"\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":26992,"title":26993,"module":22951,"summary":26994},"\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":26996,"title":26997,"module":22951,"summary":26998},"\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":27000,"title":27001,"module":22951,"summary":27002},"\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":27004,"title":27005,"module":22951,"summary":27006},"\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":27008,"title":27009,"module":27010,"summary":27011},"\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":27013,"title":27014,"module":27010,"summary":27015},"\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":27017,"title":27018,"module":27010,"summary":27019},"\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":27021,"title":27022,"module":27010,"summary":27023},"\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":27025,"title":27026,"module":27027,"summary":27028},"\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":27030,"title":27031,"module":27027,"summary":27032},"\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":27034,"title":27035,"module":27027,"summary":27036},"\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":27038,"title":27039,"module":23417,"summary":27040},"\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":27042,"title":27043,"module":23417,"summary":27044},"\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":27046,"title":27047,"module":23417,"summary":27048},"\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":27050,"title":27051,"module":23898,"summary":27052},"\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":27054,"title":25605,"module":23898,"summary":27055},"\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":27057,"title":25713,"module":23898,"summary":27058},"\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":27060,"title":27061,"module":23898,"summary":27062},"\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":27064,"title":27065,"module":23898,"summary":27066},"\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":27068,"title":27069,"module":23898,"summary":27070},"\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":27072,"title":27073,"module":27074,"summary":27075},"\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":27077,"title":27078,"module":27074,"summary":27079},"\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":27081,"title":27082,"module":27074,"summary":27083},"\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":27085,"title":27086,"module":27074,"summary":27087},"\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":27089,"title":27090,"module":27074,"summary":27091},"\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":27093,"title":27094,"module":27074,"summary":27095},"\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":27097,"title":27098,"module":27074,"summary":27099},"\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":27101,"title":27102,"module":27074,"summary":27103},"\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":27105,"title":27106,"module":27074,"summary":27107},"\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":27109,"title":27110,"module":27074,"summary":27111},"\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":27113,"title":27114,"module":27074,"summary":27115},"\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":27117,"title":27118,"module":27074,"summary":27119},"\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":27121,"title":27122,"module":27074,"summary":27123},"\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":27125,"title":27126,"module":27074,"summary":27127},"\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":27129,"title":27130,"module":27074,"summary":27131},"\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":27133,"title":27134,"module":27074,"summary":27135},"\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":27137,"title":27138,"module":27074,"summary":27139},"\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":27141,"title":27142,"module":27074,"summary":27143},"\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":27145,"title":27146,"module":27074,"summary":27147},"\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":27149,"title":27150,"module":27074,"summary":27151},"\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":27153,"title":27154,"module":25701,"summary":27155},"\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":27157,"title":27158,"module":25701,"summary":27159},"\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":27161,"title":27162,"module":25701,"summary":27163},"\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":27165,"title":27166,"module":25701,"summary":27167},"\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":27169,"title":27170,"module":25701,"summary":27171},"\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":27173,"title":27174,"module":25701,"summary":27175},"\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":27177,"title":27178,"module":25701,"summary":27179},"\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":27181,"title":27182,"module":25701,"summary":27183},"\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":27185,"title":27186,"module":27187,"summary":27188},"\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":27190,"title":27191,"module":27187,"summary":27192},"\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":27194,"title":27195,"module":27187,"summary":27196},"\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":27198,"title":27199,"module":27187,"summary":27200},"\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":27202,"title":27203,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":27205,"title":27206,"module":22951,"summary":27207},"\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":27209,"title":27210,"module":22951,"summary":27211},"\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":27213,"title":27214,"module":22951,"summary":27215},"\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":27217,"title":27218,"module":27219,"summary":27220},"\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":27222,"title":27223,"module":27219,"summary":27224},"\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":27226,"title":27227,"module":27219,"summary":27228},"\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":27230,"title":27231,"module":27219,"summary":27232},"\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":27234,"title":27235,"module":27236,"summary":27237},"\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":27239,"title":27240,"module":27236,"summary":27241},"\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":27243,"title":27244,"module":27236,"summary":27245},"\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":27247,"title":27248,"module":27236,"summary":27249},"\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":27251,"title":27252,"module":27253,"summary":27254},"\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":27256,"title":27257,"module":27253,"summary":27258},"\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":27260,"title":27261,"module":27253,"summary":27262},"\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":27264,"title":27265,"module":27253,"summary":27266},"\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":27268,"title":27269,"module":27270,"summary":27271},"\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":27273,"title":27274,"module":27270,"summary":27275},"\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":27277,"title":27278,"module":27270,"summary":27279},"\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":27281,"title":27282,"module":27283,"summary":27284},"\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":27286,"title":27287,"module":27283,"summary":27288},"\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":27290,"title":27291,"module":27283,"summary":27292},"\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":27294,"title":27295,"module":27283,"summary":27296},"\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":27298,"title":27299,"module":27300,"summary":27301},"\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":27303,"title":27304,"module":27300,"summary":27305},"\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":27307,"title":27308,"module":27300,"summary":27309},"\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":27311,"title":27312,"module":27300,"summary":27313},"\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":27315,"title":27316,"module":27317,"summary":27318},"\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":27320,"title":27321,"module":27317,"summary":27322},"\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":27324,"title":27325,"module":27317,"summary":27326},"\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":27328,"title":27329,"module":27317,"summary":27330},"\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":27332,"title":27333,"module":27334,"summary":27335},"\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":27337,"title":27338,"module":27334,"summary":27339},"\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":27341,"title":27342,"module":27334,"summary":27343},"\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":27345,"title":27346,"module":27334,"summary":27347},"\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":27349,"title":27350,"module":27334,"summary":27351},"\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":27353,"title":27354,"module":27355,"summary":27356},"\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":27358,"title":27359,"module":27355,"summary":27360},"\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":27362,"title":27363,"module":27355,"summary":27364},"\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":27366,"title":27367,"module":27368,"summary":27369},"\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":27371,"title":27372,"module":27368,"summary":27373},"\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":27375,"title":27376,"module":27368,"summary":27377},"\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":27379,"title":27380,"module":27380,"summary":27381},"\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":27383,"title":27384,"module":27380,"summary":27385},"\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":27387,"title":27388,"module":27380,"summary":27389},"\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":27391,"title":27392,"module":27380,"summary":27393},"\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":27395,"title":27396,"module":27380,"summary":27397},"\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":27399,"title":27400,"module":27380,"summary":27401},"\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":27403,"title":27404,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":27406,"title":27407,"module":27408,"summary":27409},"\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":27411,"title":27412,"module":27408,"summary":27413},"\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":27415,"title":27416,"module":27408,"summary":27417},"\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":27419,"title":27420,"module":27421,"summary":27422},"\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":27424,"title":27425,"module":27421,"summary":27426},"\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":27428,"title":27429,"module":27421,"summary":27430},"\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":27432,"title":27433,"module":27421,"summary":27434},"\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":27436,"title":27437,"module":27438,"summary":27439},"\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":27441,"title":27442,"module":27438,"summary":27443},"\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":27445,"title":27446,"module":27438,"summary":27447},"\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":27449,"title":27450,"module":27438,"summary":27451},"\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":27453,"title":27454,"module":27455,"summary":27456},"\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":27458,"title":27459,"module":27455,"summary":27460},"\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":27462,"title":27463,"module":27455,"summary":27464},"\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":27466,"title":27467,"module":27455,"summary":27468},"\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":27470,"title":27471,"module":27472,"summary":27473},"\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":27475,"title":27476,"module":27472,"summary":27477},"\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":27479,"title":27480,"module":27472,"summary":27481},"\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":27483,"title":27484,"module":27472,"summary":27485},"\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":27487,"title":27488,"module":27489,"summary":27490},"\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":27492,"title":27493,"module":27489,"summary":27494},"\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":27496,"title":27497,"module":27489,"summary":27498},"\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":27500,"title":27501,"module":27502,"summary":27503},"\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":27505,"title":27506,"module":27502,"summary":27507},"\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":27509,"title":27510,"module":27502,"summary":27511},"\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":27513,"title":27514,"module":27502,"summary":27515},"\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":27517,"title":25933,"module":27518,"summary":27519},"\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":27521,"title":27522,"module":27518,"summary":27523},"\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":27525,"title":27526,"module":27518,"summary":27527},"\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":27529,"title":27530,"module":27518,"summary":27531},"\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":27533,"title":27534,"module":27518,"summary":27535},"\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":27537,"title":27538,"module":27539,"summary":27540},"\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":27542,"title":27543,"module":27539,"summary":27544},"\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":27546,"title":27547,"module":27539,"summary":27548},"\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":27550,"title":27551,"module":27539,"summary":27552},"\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":27554,"title":27555,"module":27556,"summary":27557},"\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":27559,"title":27560,"module":27556,"summary":27561},"\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":27563,"title":27564,"module":27556,"summary":27565},"\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":27567,"title":27568,"module":27556,"summary":27569},"\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":27571,"title":27572,"module":27556,"summary":27573},"\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":27575,"title":27576,"module":27577,"summary":27578},"\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":27580,"title":27581,"module":27577,"summary":27582},"\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":27584,"title":24657,"module":27577,"summary":27585},"\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":27587,"title":27588,"module":27577,"summary":27589},"\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":27591,"title":27592,"module":27577,"summary":27593},"\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":27595,"title":27596,"module":27597,"summary":27598},"\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":27600,"title":27601,"module":27597,"summary":27602},"\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":27604,"title":27605,"module":27597,"summary":27606},"\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":27608,"title":27609,"module":27597,"summary":27610},"\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":27612,"title":27613,"module":27597,"summary":27614},"\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":27616,"title":27617,"module":27597,"summary":27618},"\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":27620,"title":27621,"module":27597,"summary":27622},"\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":27624,"title":27625,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":27627,"title":27628,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":1654,"title":27630,"module":6,"summary":6},"Study Notes",[27632,27643,27652,27665,27678,27689,27710,27723,27740,27749,27766,27791],{"module":25503,"moduleNumber":4517,"slug":27633,"lessons":27634},"mathematical-background",[27635,27637,27639,27641],{"title":24144,"path":25502,"lessonNumber":4517,"topics":27636,"summary":25504},[25503],{"title":25507,"path":25506,"lessonNumber":4523,"topics":27638,"summary":25508},[25503],{"title":25511,"path":25510,"lessonNumber":4529,"topics":27640,"summary":25512},[25503],{"title":23504,"path":25514,"lessonNumber":4535,"topics":27642,"summary":25515},[25503],{"module":22951,"moduleNumber":4523,"slug":27644,"lessons":27645},"foundations",[27646,27648,27650],{"title":25518,"path":25517,"lessonNumber":4517,"topics":27647,"summary":25519},[22951],{"title":25522,"path":25521,"lessonNumber":4523,"topics":27649,"summary":25523},[22951],{"title":25526,"path":25525,"lessonNumber":4529,"topics":27651,"summary":25527},[22951],{"module":25531,"moduleNumber":4529,"slug":27653,"lessons":27654},"neural-networks",[27655,27657,27659,27661,27663],{"title":25530,"path":25529,"lessonNumber":4517,"topics":27656,"summary":25532},[25531],{"title":25535,"path":25534,"lessonNumber":4523,"topics":27658,"summary":25536},[25531],{"title":25539,"path":25538,"lessonNumber":4529,"topics":27660,"summary":25540},[25531],{"title":25543,"path":25542,"lessonNumber":4535,"topics":27662,"summary":25544},[25531],{"title":25547,"path":25546,"lessonNumber":4541,"topics":27664,"summary":25548},[25531],{"module":22012,"moduleNumber":4535,"slug":27666,"lessons":27667},"optimization",[27668,27670,27672,27674,27676],{"title":25550,"path":17,"lessonNumber":4517,"topics":27669,"summary":25551},[22012],{"title":5,"path":22014,"lessonNumber":4523,"topics":27671,"summary":22032},[22012],{"title":25555,"path":25554,"lessonNumber":4529,"topics":27673,"summary":25556},[22012],{"title":25559,"path":25558,"lessonNumber":4535,"topics":27675,"summary":25560},[22012],{"title":25563,"path":25562,"lessonNumber":4541,"topics":27677,"summary":25564},[22012],{"module":25568,"moduleNumber":4541,"slug":27679,"lessons":27680},"regularization",[27681,27683,27685,27687],{"title":25567,"path":25566,"lessonNumber":4517,"topics":27682,"summary":25569},[25568],{"title":25572,"path":25571,"lessonNumber":4523,"topics":27684,"summary":25573},[25568],{"title":25576,"path":25575,"lessonNumber":4529,"topics":27686,"summary":25577},[25568],{"title":25580,"path":25579,"lessonNumber":4535,"topics":27688,"summary":25581},[25568],{"module":25585,"moduleNumber":4547,"slug":27690,"lessons":27691},"architectures",[27692,27694,27696,27698,27700,27702,27704,27706,27708],{"title":25584,"path":25583,"lessonNumber":4517,"topics":27693,"summary":25586},[25585],{"title":25589,"path":25588,"lessonNumber":4523,"topics":27695,"summary":25590},[25585],{"title":25593,"path":25592,"lessonNumber":4529,"topics":27697,"summary":25594},[25585],{"title":25597,"path":25596,"lessonNumber":4535,"topics":27699,"summary":25598},[25585],{"title":25601,"path":25600,"lessonNumber":4541,"topics":27701,"summary":25602},[25585],{"title":25605,"path":25604,"lessonNumber":4547,"topics":27703,"summary":25606},[25585],{"title":25609,"path":25608,"lessonNumber":4553,"topics":27705,"summary":25610},[25585],{"title":25613,"path":25612,"lessonNumber":4559,"topics":27707,"summary":25614},[25585],{"title":25617,"path":25616,"lessonNumber":4565,"topics":27709,"summary":25618},[25585],{"module":25622,"moduleNumber":4553,"slug":27711,"lessons":27712},"theory",[27713,27715,27717,27719,27721],{"title":25621,"path":25620,"lessonNumber":4517,"topics":27714,"summary":25623},[25622],{"title":25626,"path":25625,"lessonNumber":4523,"topics":27716,"summary":25627},[25622],{"title":25630,"path":25629,"lessonNumber":4529,"topics":27718,"summary":25631},[25622],{"title":25634,"path":25633,"lessonNumber":4535,"topics":27720,"summary":25635},[25622],{"title":25638,"path":25637,"lessonNumber":4541,"topics":27722,"summary":25639},[25622],{"module":25643,"moduleNumber":4559,"slug":27724,"lessons":27725},"generative-models",[27726,27728,27730,27732,27734,27736,27738],{"title":25642,"path":25641,"lessonNumber":4517,"topics":27727,"summary":25644},[25643],{"title":25647,"path":25646,"lessonNumber":4523,"topics":27729,"summary":25648},[25643],{"title":25651,"path":25650,"lessonNumber":4529,"topics":27731,"summary":25652},[25643],{"title":25655,"path":25654,"lessonNumber":4535,"topics":27733,"summary":25656},[25643],{"title":25659,"path":25658,"lessonNumber":4541,"topics":27735,"summary":25660},[25643],{"title":25663,"path":25662,"lessonNumber":4547,"topics":27737,"summary":25664},[25643],{"title":25667,"path":25666,"lessonNumber":4553,"topics":27739,"summary":25668},[25643],{"module":25672,"moduleNumber":4565,"slug":27741,"lessons":27742},"probabilistic-methods",[27743,27745,27747],{"title":25671,"path":25670,"lessonNumber":4517,"topics":27744,"summary":25673},[25672],{"title":25676,"path":25675,"lessonNumber":4523,"topics":27746,"summary":25677},[25672],{"title":25680,"path":25679,"lessonNumber":4529,"topics":27748,"summary":25681},[25672],{"module":25685,"moduleNumber":16677,"slug":27750,"lessons":27751},"practical",[27752,27754,27756,27758,27760,27762,27764],{"title":25684,"path":25683,"lessonNumber":4517,"topics":27753,"summary":25686},[25685],{"title":25689,"path":25688,"lessonNumber":4523,"topics":27755,"summary":25690},[25685],{"title":25693,"path":25692,"lessonNumber":4529,"topics":27757,"summary":25694},[25685],{"title":25697,"path":25696,"lessonNumber":4535,"topics":27759,"summary":25698},[25685],{"title":25701,"path":25700,"lessonNumber":4541,"topics":27761,"summary":25702},[25685],{"title":25705,"path":25704,"lessonNumber":4547,"topics":27763,"summary":25706},[25685],{"title":25709,"path":25708,"lessonNumber":4553,"topics":27765,"summary":25710},[25685],{"module":25714,"moduleNumber":16683,"slug":27767,"lessons":27768},"large-models-and-agents",[27769,27771,27773,27775,27777,27779,27781,27783,27785,27787,27789],{"title":25713,"path":25712,"lessonNumber":4517,"topics":27770,"summary":25715},[25714],{"title":25718,"path":25717,"lessonNumber":4523,"topics":27772,"summary":25719},[25714],{"title":25722,"path":25721,"lessonNumber":4529,"topics":27774,"summary":25723},[25714],{"title":25726,"path":25725,"lessonNumber":4535,"topics":27776,"summary":25727},[25714],{"title":25730,"path":25729,"lessonNumber":4541,"topics":27778,"summary":25731},[25714],{"title":25734,"path":25733,"lessonNumber":4547,"topics":27780,"summary":25735},[25714],{"title":25738,"path":25737,"lessonNumber":4553,"topics":27782,"summary":25739},[25714],{"title":25742,"path":25741,"lessonNumber":4559,"topics":27784,"summary":25743},[25714],{"title":25746,"path":25745,"lessonNumber":4565,"topics":27786,"summary":25747},[25714],{"title":25750,"path":25749,"lessonNumber":16677,"topics":27788,"summary":25751},[25714],{"title":25754,"path":25753,"lessonNumber":16683,"topics":27790,"summary":25755},[25714],{"module":25759,"moduleNumber":16688,"slug":27792,"lessons":27793},"reinforcement-learning",[27794,27796,27798,27800,27802],{"title":25758,"path":25757,"lessonNumber":4517,"topics":27795,"summary":25760},[25759],{"title":25763,"path":25762,"lessonNumber":4523,"topics":27797,"summary":25764},[25759],{"title":25767,"path":25766,"lessonNumber":4529,"topics":27799,"summary":25768},[25759],{"title":25771,"path":25770,"lessonNumber":4535,"topics":27801,"summary":25772},[25759],{"title":25775,"path":25774,"lessonNumber":4541,"topics":27803,"summary":25776},[25759],"\u003Csvg style=\"width:100%;max-width:485.636px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 364.227 165.909\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M149.184-.938c0-7.857-15.286-14.227-34.143-14.227S80.898-8.795 80.898-.938s15.286 14.226 34.143 14.226 34.143-6.37 34.143-14.226Zm-34.143 0\"\u002F>\u003Cpath fill=\"none\" d=\"M183.328-.938c0-15.714-30.573-28.453-68.287-28.453S46.755-16.652 46.755-.938s30.572 28.453 68.286 28.453 68.287-12.739 68.287-28.453Zm-68.287 0\"\u002F>\u003Cpath fill=\"none\" d=\"M217.471-.938c0-23.571-45.859-42.68-102.43-42.68-56.57 0-102.43 19.109-102.43 42.68s45.86 42.679 102.43 42.679 102.43-19.108 102.43-42.68Zm-102.43 0\"\u002F>\u003Cpath fill=\"none\" d=\"M251.614-.938c0-31.429-61.145-56.906-136.573-56.906S-21.532-32.367-21.532-.938s61.145 56.905 136.573 56.905S251.614 30.49 251.614-.938Zm-136.573 0\"\u002F>\u003Cpath fill=\"none\" d=\"M285.757-.938c0-39.286-76.43-71.132-170.716-71.132-94.285 0-170.716 31.846-170.716 71.132 0 39.285 76.431 71.132 170.716 71.132S285.757 38.347 285.757-.938Zm-170.716 0\"\u002F>\u003Cpath fill=\"var(--tk-good)\" stroke=\"none\" d=\"M117.641-.938a2.6 2.6 0 1 0-5.2 0 2.6 2.6 0 0 0 5.2 0m-2.6 0\"\u002F>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg transform=\"translate(-14.875 85.244)\">\u003Cpath d=\"M114.986-1.176L114.986-1.266Q115.037-1.477 115.232-1.497L115.432-1.497L115.432-3.825L115.232-3.825Q115.025-3.848 114.986-4.067L114.986-4.153Q115.037-4.368 115.232-4.387L115.713-4.387Q115.904-4.364 115.963-4.153Q116.283-4.426 116.697-4.426Q116.889-4.426 117.057-4.317Q117.225-4.208 117.299-4.036Q117.475-4.227 117.697-4.327Q117.920-4.426 118.162-4.426Q118.580-4.426 118.734-4.084Q118.889-3.743 118.889-3.274L118.889-1.497L119.088-1.497Q119.299-1.473 119.338-1.266L119.338-1.176Q119.287-0.961 119.088-0.938L118.271-0.938Q118.076-0.961 118.025-1.176L118.025-1.266Q118.076-1.473 118.271-1.497L118.361-1.497L118.361-3.243Q118.361-3.868 118.111-3.868Q117.779-3.868 117.602-3.557Q117.424-3.247 117.424-2.883L117.424-1.497L117.627-1.497Q117.834-1.473 117.873-1.266L117.873-1.176Q117.822-0.961 117.627-0.938L116.811-0.938Q116.611-0.961 116.561-1.176L116.561-1.266Q116.611-1.473 116.811-1.497L116.896-1.497L116.896-3.243Q116.896-3.868 116.650-3.868Q116.318-3.868 116.141-3.555Q115.963-3.243 115.963-2.883L115.963-1.497L116.162-1.497Q116.369-1.473 116.408-1.266L116.408-1.176Q116.357-0.958 116.162-0.938L115.232-0.938Q115.025-0.961 114.986-1.176M119.904-1.176L119.904-1.266Q119.955-1.473 120.150-1.497L121.189-1.497L121.189-3.825L120.217-3.825Q120.018-3.848 119.967-4.067L119.967-4.153Q120.018-4.364 120.217-4.387L121.584-4.387Q121.779-4.368 121.830-4.153L121.830-1.497L122.744-1.497Q122.939-1.473 122.990-1.266L122.990-1.176Q122.939-0.961 122.744-0.938L120.150-0.938Q119.955-0.961 119.904-1.176M120.936-5.364L120.936-5.418Q120.936-5.590 121.072-5.711Q121.209-5.833 121.385-5.833Q121.557-5.833 121.693-5.711Q121.830-5.590 121.830-5.418L121.830-5.364Q121.830-5.188 121.693-5.067Q121.557-4.946 121.385-4.946Q121.209-4.946 121.072-5.067Q120.936-5.188 120.936-5.364M123.603-1.176L123.603-1.266Q123.646-1.473 123.853-1.497L124.275-1.497L124.275-3.825L123.853-3.825Q123.646-3.848 123.603-4.067L123.603-4.153Q123.650-4.364 123.853-4.387L124.670-4.387Q124.865-4.364 124.916-4.153L124.916-4.067L124.908-4.043Q125.135-4.223 125.408-4.325Q125.682-4.426 125.975-4.426Q126.322-4.426 126.561-4.286Q126.799-4.145 126.914-3.887Q127.029-3.629 127.029-3.274L127.029-1.497L127.455-1.497Q127.662-1.473 127.701-1.266L127.701-1.176Q127.662-0.961 127.455-0.938L126.061-0.938Q125.865-0.961 125.814-1.176L125.814-1.266Q125.865-1.477 126.061-1.497L126.389-1.497L126.389-3.243Q126.389-3.551 126.299-3.709Q126.209-3.868 125.916-3.868Q125.646-3.868 125.418-3.737Q125.189-3.606 125.053-3.377Q124.916-3.149 124.916-2.883L124.916-1.497L125.342-1.497Q125.549-1.473 125.588-1.266L125.588-1.176Q125.549-0.961 125.342-0.938L123.853-0.938Q123.646-0.961 123.603-1.176M128.396-1.176L128.396-1.266Q128.447-1.473 128.643-1.497L129.682-1.497L129.682-3.825L128.709-3.825Q128.510-3.848 128.459-4.067L128.459-4.153Q128.510-4.364 128.709-4.387L130.076-4.387Q130.271-4.368 130.322-4.153L130.322-1.497L131.236-1.497Q131.432-1.473 131.482-1.266L131.482-1.176Q131.432-0.961 131.236-0.938L128.643-0.938Q128.447-0.961 128.396-1.176M129.428-5.364L129.428-5.418Q129.428-5.590 129.564-5.711Q129.701-5.833 129.877-5.833Q130.049-5.833 130.186-5.711Q130.322-5.590 130.322-5.418L130.322-5.364Q130.322-5.188 130.186-5.067Q130.049-4.946 129.877-4.946Q129.701-4.946 129.564-5.067Q129.428-5.188 129.428-5.364M131.971-1.176L131.971-1.266Q132.021-1.477 132.217-1.497L132.416-1.497L132.416-3.825L132.217-3.825Q132.010-3.848 131.971-4.067L131.971-4.153Q132.021-4.368 132.217-4.387L132.697-4.387Q132.889-4.364 132.947-4.153Q133.268-4.426 133.682-4.426Q133.873-4.426 134.041-4.317Q134.209-4.208 134.283-4.036Q134.459-4.227 134.682-4.327Q134.904-4.426 135.146-4.426Q135.564-4.426 135.719-4.084Q135.873-3.743 135.873-3.274L135.873-1.497L136.072-1.497Q136.283-1.473 136.322-1.266L136.322-1.176Q136.271-0.961 136.072-0.938L135.256-0.938Q135.061-0.961 135.010-1.176L135.010-1.266Q135.061-1.473 135.256-1.497L135.346-1.497L135.346-3.243Q135.346-3.868 135.096-3.868Q134.764-3.868 134.586-3.557Q134.408-3.247 134.408-2.883L134.408-1.497L134.611-1.497Q134.818-1.473 134.857-1.266L134.857-1.176Q134.807-0.961 134.611-0.938L133.795-0.938Q133.596-0.961 133.545-1.176L133.545-1.266Q133.596-1.473 133.795-1.497L133.881-1.497L133.881-3.243Q133.881-3.868 133.635-3.868Q133.303-3.868 133.125-3.555Q132.947-3.243 132.947-2.883L132.947-1.497L133.146-1.497Q133.353-1.473 133.393-1.266L133.393-1.176Q133.342-0.958 133.146-0.938L132.217-0.938Q132.010-0.961 131.971-1.176M137.014-1.793L137.014-3.825L136.592-3.825Q136.385-3.848 136.342-4.067L136.342-4.153Q136.389-4.364 136.592-4.387L137.408-4.387Q137.603-4.364 137.654-4.153L137.654-1.825Q137.654-1.590 137.824-1.524Q137.994-1.458 138.279-1.458Q138.486-1.458 138.682-1.534Q138.877-1.610 139.002-1.760Q139.127-1.911 139.127-2.122L139.127-3.825L138.705-3.825Q138.494-3.848 138.455-4.067L138.455-4.153Q138.494-4.364 138.705-4.387L139.518-4.387Q139.717-4.364 139.768-4.153L139.768-1.497L140.193-1.497Q140.400-1.473 140.439-1.266L140.439-1.176Q140.400-0.961 140.193-0.938L139.377-0.938Q139.178-0.961 139.127-1.161Q138.725-0.899 138.217-0.899Q137.982-0.899 137.768-0.940Q137.553-0.981 137.387-1.083Q137.221-1.184 137.117-1.362Q137.014-1.540 137.014-1.793M140.463-1.176L140.463-1.266Q140.514-1.477 140.709-1.497L140.908-1.497L140.908-3.825L140.709-3.825Q140.502-3.848 140.463-4.067L140.463-4.153Q140.514-4.368 140.709-4.387L141.189-4.387Q141.381-4.364 141.439-4.153Q141.760-4.426 142.174-4.426Q142.365-4.426 142.533-4.317Q142.701-4.208 142.775-4.036Q142.951-4.227 143.174-4.327Q143.396-4.426 143.639-4.426Q144.057-4.426 144.211-4.084Q144.365-3.743 144.365-3.274L144.365-1.497L144.564-1.497Q144.775-1.473 144.814-1.266L144.814-1.176Q144.764-0.961 144.564-0.938L143.748-0.938Q143.553-0.961 143.502-1.176L143.502-1.266Q143.553-1.473 143.748-1.497L143.838-1.497L143.838-3.243Q143.838-3.868 143.588-3.868Q143.256-3.868 143.078-3.557Q142.900-3.247 142.900-2.883L142.900-1.497L143.103-1.497Q143.311-1.473 143.350-1.266L143.350-1.176Q143.299-0.961 143.103-0.938L142.287-0.938Q142.088-0.961 142.037-1.176L142.037-1.266Q142.088-1.473 142.287-1.497L142.373-1.497L142.373-3.243Q142.373-3.868 142.127-3.868Q141.795-3.868 141.617-3.555Q141.439-3.243 141.439-2.883L141.439-1.497L141.639-1.497Q141.846-1.473 141.885-1.266L141.885-1.176Q141.834-0.958 141.639-0.938L140.709-0.938Q140.502-0.961 140.463-1.176\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m-38.603-49.308 32.971 83.804\"\u002F>\u003Cpath stroke=\"none\" d=\"m-4.46 37.473.507-5.701-1.679 2.724-3.085-.85\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-4.46 37.473 22.762-27.86\"\u002F>\u003Cpath stroke=\"none\" d=\"m23.992-30.814-4.332 3.742 3.102-.788 1.624 2.757\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m23.992-30.814 24.22 50.324\"\u002F>\u003Cpath stroke=\"none\" d=\"m49.6 22.393.086-5.723-1.474 2.84-3.14-.62\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M49.6 22.393 69.445-15.18\"\u002F>\u003Cpath stroke=\"none\" d=\"m70.94-18.01-4.655 3.332 3.16-.503 1.367 2.894\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M70.94-18.01 86.388 8.254\"\u002F>\u003Cpath stroke=\"none\" d=\"m88.011 11.012-.39-5.71-1.232 2.952-3.18-.357\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(-160.02 -54.179)\">\u003Cpath d=\"M115.467-1.098L115.467-2.329Q115.494-2.540 115.705-2.563L115.873-2.563Q115.967-2.551 116.029-2.493Q116.092-2.434 116.103-2.329Q116.103-1.836 116.469-1.627Q116.834-1.418 117.369-1.418Q117.603-1.418 117.807-1.526Q118.010-1.633 118.133-1.827Q118.256-2.020 118.256-2.250Q118.256-2.547 118.061-2.770Q117.865-2.993 117.576-3.059L116.568-3.290Q116.268-3.360 116.016-3.545Q115.764-3.731 115.615-3.999Q115.467-4.266 115.467-4.579Q115.467-4.958 115.676-5.262Q115.885-5.567 116.227-5.737Q116.568-5.907 116.943-5.907Q117.619-5.907 118.049-5.579L118.119-5.762Q118.193-5.883 118.330-5.907L118.408-5.907Q118.506-5.895 118.568-5.833Q118.631-5.770 118.643-5.672L118.643-4.442Q118.619-4.231 118.408-4.204L118.240-4.204Q118.045-4.227 118.010-4.411Q117.947-4.864 117.680-5.104Q117.412-5.344 116.951-5.344Q116.744-5.344 116.537-5.256Q116.330-5.168 116.197-5Q116.064-4.833 116.064-4.618Q116.064-4.364 116.258-4.167Q116.451-3.969 116.721-3.907L117.728-3.680Q118.057-3.602 118.311-3.399Q118.564-3.196 118.711-2.901Q118.857-2.606 118.857-2.290Q118.857-1.891 118.654-1.565Q118.451-1.239 118.107-1.049Q117.764-0.860 117.377-0.860Q116.576-0.860 116.057-1.176L115.986-1Q115.916-0.883 115.775-0.860L115.705-0.860Q115.490-0.883 115.467-1.098M121.393-0.860Q120.814-0.860 120.404-1.254Q119.994-1.649 119.793-2.237Q119.592-2.825 119.592-3.387Q119.592-3.938 119.793-4.528Q119.994-5.118 120.404-5.512Q120.814-5.907 121.393-5.907Q121.893-5.907 122.295-5.579Q122.342-5.665 122.385-5.737Q122.428-5.809 122.480-5.852Q122.533-5.895 122.607-5.907L122.686-5.907Q122.783-5.895 122.846-5.833Q122.908-5.770 122.920-5.672L122.920-4.344Q122.908-4.250 122.846-4.184Q122.783-4.118 122.686-4.106L122.518-4.106Q122.322-4.133 122.287-4.313Q122.232-4.731 122.021-5.038Q121.811-5.344 121.439-5.344Q121.045-5.344 120.770-5.020Q120.494-4.696 120.363-4.235Q120.232-3.774 120.232-3.387Q120.232-2.985 120.361-2.526Q120.490-2.067 120.760-1.743Q121.029-1.418 121.424-1.418Q121.807-1.418 122.012-1.772Q122.217-2.125 122.264-2.571L121.846-2.571Q121.635-2.594 121.600-2.809L121.600-2.899Q121.639-3.106 121.846-3.129L123.049-3.129Q123.256-3.106 123.295-2.899L123.295-2.809Q123.260-2.594 123.049-2.571L122.920-2.571L122.920-1.161Q122.869-0.958 122.670-0.922L122.525-0.922Q122.330-0.954 122.279-1.161L122.279-1.211Q121.908-0.860 121.393-0.860M123.670-1.176L123.670-1.266Q123.709-1.473 123.916-1.497L124.166-1.497L124.166-5.266L123.916-5.266Q123.709-5.290 123.670-5.504L123.670-5.594Q123.709-5.801 123.916-5.825L125.732-5.825Q126.283-5.825 126.678-5.432Q127.072-5.040 127.268-4.461Q127.463-3.883 127.463-3.336Q127.463-2.809 127.264-2.245Q127.064-1.680 126.672-1.309Q126.279-0.938 125.732-0.938L123.916-0.938Q123.709-0.961 123.670-1.176M124.807-5.266L124.807-1.497L125.572-1.497Q126.166-1.497 126.494-2.092Q126.822-2.688 126.822-3.336Q126.822-3.743 126.687-4.192Q126.553-4.641 126.268-4.954Q125.982-5.266 125.572-5.266\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-38.603 47.431C1.23 28.937 41.064 14.711 72.103 6.951\"\u002F>\u003Cpath stroke=\"none\" d=\"M75.208 6.175 69.62 4.933l2.483 2.018-1.242 2.95\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M75.208 6.175C92.278 2.476 103.66.485 109.579-.07\"\u002F>\u003Cpath stroke=\"none\" d=\"m112.765-.369-5.336-2.07 2.15 2.369-1.673 2.727\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(-170.645 58.607)\">\u003Cpath d=\"M114.986-1.176L114.986-1.266Q115.037-1.477 115.232-1.497L115.432-1.497L115.432-3.825L115.232-3.825Q115.025-3.848 114.986-4.067L114.986-4.153Q115.037-4.368 115.232-4.387L115.713-4.387Q115.904-4.364 115.963-4.153Q116.283-4.426 116.697-4.426Q116.889-4.426 117.057-4.317Q117.225-4.208 117.299-4.036Q117.475-4.227 117.697-4.327Q117.920-4.426 118.162-4.426Q118.580-4.426 118.734-4.084Q118.889-3.743 118.889-3.274L118.889-1.497L119.088-1.497Q119.299-1.473 119.338-1.266L119.338-1.176Q119.287-0.961 119.088-0.938L118.271-0.938Q118.076-0.961 118.025-1.176L118.025-1.266Q118.076-1.473 118.271-1.497L118.361-1.497L118.361-3.243Q118.361-3.868 118.111-3.868Q117.779-3.868 117.602-3.557Q117.424-3.247 117.424-2.883L117.424-1.497L117.627-1.497Q117.834-1.473 117.873-1.266L117.873-1.176Q117.822-0.961 117.627-0.938L116.811-0.938Q116.611-0.961 116.561-1.176L116.561-1.266Q116.611-1.473 116.811-1.497L116.896-1.497L116.896-3.243Q116.896-3.868 116.650-3.868Q116.318-3.868 116.141-3.555Q115.963-3.243 115.963-2.883L115.963-1.497L116.162-1.497Q116.369-1.473 116.408-1.266L116.408-1.176Q116.357-0.958 116.162-0.938L115.232-0.938Q115.025-0.961 114.986-1.176M121.408-0.899Q120.936-0.899 120.551-1.143Q120.166-1.387 119.943-1.797Q119.721-2.208 119.721-2.665Q119.721-3.008 119.846-3.331Q119.971-3.653 120.201-3.907Q120.432-4.161 120.738-4.305Q121.045-4.450 121.408-4.450Q121.771-4.450 122.084-4.303Q122.396-4.157 122.619-3.911Q122.842-3.665 122.969-3.344Q123.096-3.024 123.096-2.665Q123.096-2.208 122.871-1.795Q122.646-1.383 122.262-1.141Q121.877-0.899 121.408-0.899M121.408-1.458Q121.873-1.458 122.164-1.852Q122.455-2.247 122.455-2.731Q122.455-3.024 122.320-3.292Q122.186-3.559 121.945-3.725Q121.705-3.891 121.408-3.891Q121.103-3.891 120.865-3.725Q120.627-3.559 120.492-3.292Q120.357-3.024 120.357-2.731Q120.357-2.250 120.650-1.854Q120.943-1.458 121.408-1.458M123.478-1.176L123.478-1.266Q123.529-1.477 123.725-1.497L123.924-1.497L123.924-3.825L123.725-3.825Q123.518-3.848 123.478-4.067L123.478-4.153Q123.529-4.368 123.725-4.387L124.205-4.387Q124.396-4.364 124.455-4.153Q124.775-4.426 125.189-4.426Q125.381-4.426 125.549-4.317Q125.717-4.208 125.791-4.036Q125.967-4.227 126.189-4.327Q126.412-4.426 126.654-4.426Q127.072-4.426 127.227-4.084Q127.381-3.743 127.381-3.274L127.381-1.497L127.580-1.497Q127.791-1.473 127.830-1.266L127.830-1.176Q127.779-0.961 127.580-0.938L126.764-0.938Q126.568-0.961 126.518-1.176L126.518-1.266Q126.568-1.473 126.764-1.497L126.853-1.497L126.853-3.243Q126.853-3.868 126.603-3.868Q126.271-3.868 126.094-3.557Q125.916-3.247 125.916-2.883L125.916-1.497L126.119-1.497Q126.326-1.473 126.365-1.266L126.365-1.176Q126.314-0.961 126.119-0.938L125.303-0.938Q125.103-0.961 125.053-1.176L125.053-1.266Q125.103-1.473 125.303-1.497L125.389-1.497L125.389-3.243Q125.389-3.868 125.143-3.868Q124.811-3.868 124.633-3.555Q124.455-3.243 124.455-2.883L124.455-1.497L124.654-1.497Q124.861-1.473 124.900-1.266L124.900-1.176Q124.850-0.958 124.654-0.938L123.725-0.938Q123.518-0.961 123.478-1.176M131.291-2.426L128.850-2.426Q128.904-2.149 129.102-1.926Q129.299-1.704 129.576-1.581Q129.853-1.458 130.139-1.458Q130.611-1.458 130.834-1.747Q130.842-1.758 130.898-1.864Q130.955-1.969 131.004-2.012Q131.053-2.055 131.146-2.067L131.291-2.067Q131.482-2.047 131.541-1.833L131.541-1.778Q131.475-1.477 131.244-1.280Q131.014-1.083 130.701-0.991Q130.389-0.899 130.084-0.899Q129.600-0.899 129.160-1.127Q128.721-1.356 128.453-1.756Q128.186-2.157 128.186-2.649L128.186-2.708Q128.186-3.176 128.432-3.579Q128.678-3.981 129.086-4.215Q129.494-4.450 129.963-4.450Q130.467-4.450 130.820-4.227Q131.174-4.004 131.357-3.616Q131.541-3.227 131.541-2.723L131.541-2.665Q131.482-2.450 131.291-2.426M128.857-2.977L130.885-2.977Q130.838-3.387 130.600-3.639Q130.361-3.891 129.963-3.891Q129.568-3.891 129.262-3.629Q128.955-3.368 128.857-2.977M132.096-1.176L132.096-1.266Q132.139-1.473 132.346-1.497L132.768-1.497L132.768-3.825L132.346-3.825Q132.139-3.848 132.096-4.067L132.096-4.153Q132.143-4.364 132.346-4.387L133.162-4.387Q133.357-4.364 133.408-4.153L133.408-4.067L133.400-4.043Q133.627-4.223 133.900-4.325Q134.174-4.426 134.467-4.426Q134.814-4.426 135.053-4.286Q135.291-4.145 135.406-3.887Q135.521-3.629 135.521-3.274L135.521-1.497L135.947-1.497Q136.154-1.473 136.193-1.266L136.193-1.176Q136.154-0.961 135.947-0.938L134.553-0.938Q134.357-0.961 134.307-1.176L134.307-1.266Q134.357-1.477 134.553-1.497L134.881-1.497L134.881-3.243Q134.881-3.551 134.791-3.709Q134.701-3.868 134.408-3.868Q134.139-3.868 133.910-3.737Q133.682-3.606 133.545-3.377Q133.408-3.149 133.408-2.883L133.408-1.497L133.834-1.497Q134.041-1.473 134.080-1.266L134.080-1.176Q134.041-0.961 133.834-0.938L132.346-0.938Q132.139-0.961 132.096-1.176M137.471-2.043L137.471-3.825L136.721-3.825Q136.521-3.848 136.471-4.067L136.471-4.153Q136.521-4.364 136.721-4.387L137.471-4.387L137.471-5.137Q137.521-5.344 137.721-5.372L137.865-5.372Q138.061-5.344 138.111-5.137L138.111-4.387L139.471-4.387Q139.662-4.368 139.721-4.153L139.721-4.067Q139.666-3.848 139.471-3.825L138.111-3.825L138.111-2.075Q138.111-1.458 138.686-1.458Q138.936-1.458 139.100-1.643Q139.264-1.829 139.264-2.075Q139.264-2.168 139.336-2.239Q139.408-2.309 139.510-2.321L139.654-2.321Q139.853-2.297 139.904-2.090L139.904-2.043Q139.904-1.719 139.721-1.456Q139.537-1.192 139.244-1.045Q138.951-0.899 138.631-0.899Q138.119-0.899 137.795-1.209Q137.471-1.520 137.471-2.043M141.260-1.793L141.260-3.825L140.838-3.825Q140.631-3.848 140.588-4.067L140.588-4.153Q140.635-4.364 140.838-4.387L141.654-4.387Q141.850-4.364 141.900-4.153L141.900-1.825Q141.900-1.590 142.070-1.524Q142.240-1.458 142.525-1.458Q142.732-1.458 142.928-1.534Q143.123-1.610 143.248-1.760Q143.373-1.911 143.373-2.122L143.373-3.825L142.951-3.825Q142.740-3.848 142.701-4.067L142.701-4.153Q142.740-4.364 142.951-4.387L143.764-4.387Q143.963-4.364 144.014-4.153L144.014-1.497L144.439-1.497Q144.646-1.473 144.686-1.266L144.686-1.176Q144.646-0.961 144.439-0.938L143.623-0.938Q143.424-0.961 143.373-1.161Q142.971-0.899 142.463-0.899Q142.228-0.899 142.014-0.940Q141.799-0.981 141.633-1.083Q141.467-1.184 141.363-1.362Q141.260-1.540 141.260-1.793M144.709-1.176L144.709-1.266Q144.760-1.477 144.955-1.497L145.154-1.497L145.154-3.825L144.955-3.825Q144.748-3.848 144.709-4.067L144.709-4.153Q144.760-4.368 144.955-4.387L145.436-4.387Q145.627-4.364 145.686-4.153Q146.006-4.426 146.420-4.426Q146.611-4.426 146.779-4.317Q146.947-4.208 147.021-4.036Q147.197-4.227 147.420-4.327Q147.643-4.426 147.885-4.426Q148.303-4.426 148.457-4.084Q148.611-3.743 148.611-3.274L148.611-1.497L148.811-1.497Q149.021-1.473 149.061-1.266L149.061-1.176Q149.010-0.961 148.811-0.938L147.994-0.938Q147.799-0.961 147.748-1.176L147.748-1.266Q147.799-1.473 147.994-1.497L148.084-1.497L148.084-3.243Q148.084-3.868 147.834-3.868Q147.502-3.868 147.324-3.557Q147.146-3.247 147.146-2.883L147.146-1.497L147.350-1.497Q147.557-1.473 147.596-1.266L147.596-1.176Q147.545-0.961 147.350-0.938L146.533-0.938Q146.334-0.961 146.283-1.176L146.283-1.266Q146.334-1.473 146.533-1.497L146.619-1.497L146.619-3.243Q146.619-3.868 146.373-3.868Q146.041-3.868 145.863-3.555Q145.686-3.243 145.686-2.883L145.686-1.497L145.885-1.497Q146.092-1.473 146.131-1.266L146.131-1.176Q146.080-0.958 145.885-0.938L144.955-0.938Q144.748-0.961 144.709-1.176\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A ravine (\u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5782em;vertical-align:-0.0391em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">κ\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>). SGD (red) zig-zags across the steep axis; momentum (blue) cancels the side-to-side motion and accelerates down the valley.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:406.678px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 305.008 112.355\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"m-58.337-71.67 1.79 1.74 1.789 1.716 1.789 1.687 1.789 1.666 1.79 1.64 1.788 1.622 1.79 1.602 1.789 1.585 1.789 1.572 1.789 1.561 1.789 1.553 1.79 1.548 1.788 1.547 1.79 1.549 1.789 1.55 1.789 1.557 1.789 1.563 1.789 1.568 1.79 1.573 1.788 1.575 1.79 1.575 1.789 1.569 1.789 1.556 1.789 1.538 1.79 1.507 1.788 1.466 1.79 1.416 1.789 1.352 1.789 1.278 1.789 1.19 1.789 1.09 1.79.981 1.788.862 1.79.736 1.789.607 1.789.479 1.789.35 1.789.231 1.79.12 1.788.027 1.79-.05 1.789-.101 1.789-.13 1.789-.126 1.79-.092 1.788-.028 1.79.072 1.789.201 1.789.362 1.789.545 1.789.75 1.79.974 1.788 1.203 1.79 1.435 1.789 1.662 1.789 1.875 1.789 2.063 1.789 2.22 1.79 2.34 1.788 2.416 1.79 2.44 1.789 2.411 1.789 2.326 1.789 2.18 1.79 1.98 1.788 1.727 1.79 1.425 1.789 1.082 1.789.708 1.789.31 1.789-.104 1.79-.515 1.788-.917 1.79-1.298 1.789-1.642 1.789-1.948 1.789-2.196 1.789-2.39L83.007.89l1.788-2.573 1.79-2.563 1.789-2.483 1.789-2.338 1.789-2.135 1.79-1.876 1.788-1.578 1.79-1.242 1.789-.886 1.789-.52 1.789-.152 1.789.2 1.79.533 1.788.832 1.79 1.09 1.789 1.299 1.789 1.455 1.789 1.557L117-8.89l1.79 1.586 1.788 1.518 1.79 1.398 1.789 1.236 1.789 1.033 1.789.8 1.79.544 1.788.274 1.79-.004 1.789-.28 1.789-.546 1.789-.8 1.789-1.029 1.79-1.233 1.788-1.41 1.79-1.554 1.789-1.665 1.789-1.746 1.789-1.793 1.789-1.812 1.79-1.806 1.788-1.777 1.79-1.728 1.789-1.661 1.789-1.588 1.789-1.505 1.79-1.42 1.788-1.337 1.79-1.255 1.789-1.184 1.789-1.118 1.789-1.062 1.789-1.02 1.79-.988 1.788-.97 1.79-.965 1.789-.968 1.789-.985 1.789-1.008 1.789-1.04 1.79-1.08 1.788-1.124 1.79-1.171 1.789-1.222 1.789-1.272 1.789-1.324 1.79-1.373 1.788-1.422 1.79-1.466 1.789-1.511 1.789-1.552 1.789-1.588 1.789-1.623 1.79-1.657 1.788-1.682 1.79-1.71 1.789-1.733 1.789-1.756 1.789-1.777 1.789-1.796 1.79-1.815\" style=\"stroke-width:1.2\"\u002F>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M16.372-26.609a5 5 0 1 0-10 0 5 5 0 0 0 10 0m-5 0\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m22.754-27.462 33.964 11.757\"\u002F>\u003Cpath stroke=\"none\" d=\"m59.742-14.659-4-4.093.976 3.047-2.652 1.79\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(-56.834 -7.587)\">\u003Cpath d=\"M85.583-26.263L84.697-28.927L84.376-28.927Q84.177-28.950 84.126-29.169L84.126-29.255Q84.177-29.466 84.376-29.489L85.536-29.489Q85.732-29.470 85.782-29.255L85.782-29.169Q85.732-28.950 85.536-28.927L85.255-28.927L86.048-26.552L86.837-28.927L86.560-28.927Q86.361-28.950 86.310-29.169L86.310-29.255Q86.361-29.466 86.560-29.489L87.720-29.489Q87.915-29.466 87.966-29.255L87.966-29.169Q87.915-28.950 87.720-28.927L87.400-28.927L86.513-26.263Q86.470-26.149 86.368-26.075Q86.267-26.001 86.142-26.001L85.950-26.001Q85.833-26.001 85.730-26.073Q85.626-26.145 85.583-26.263M91.685-27.528L89.243-27.528Q89.298-27.251 89.495-27.028Q89.693-26.806 89.970-26.683Q90.247-26.560 90.532-26.560Q91.005-26.560 91.228-26.849Q91.236-26.860 91.292-26.966Q91.349-27.071 91.398-27.114Q91.447-27.157 91.540-27.169L91.685-27.169Q91.876-27.149 91.935-26.935L91.935-26.880Q91.868-26.579 91.638-26.382Q91.407-26.185 91.095-26.093Q90.782-26.001 90.478-26.001Q89.993-26.001 89.554-26.229Q89.115-26.458 88.847-26.858Q88.579-27.259 88.579-27.751L88.579-27.810Q88.579-28.278 88.825-28.681Q89.072-29.083 89.480-29.317Q89.888-29.552 90.357-29.552Q90.861-29.552 91.214-29.329Q91.568-29.106 91.751-28.718Q91.935-28.329 91.935-27.825L91.935-27.767Q91.876-27.552 91.685-27.528M89.251-28.079L91.279-28.079Q91.232-28.489 90.993-28.741Q90.755-28.993 90.357-28.993Q89.962-28.993 89.656-28.731Q89.349-28.470 89.251-28.079M92.868-26.278L92.868-26.368Q92.919-26.575 93.115-26.599L94.220-26.599L94.220-30.368L93.115-30.368Q92.919-30.392 92.868-30.606L92.868-30.696Q92.919-30.903 93.115-30.927L94.611-30.927Q94.802-30.903 94.861-30.696L94.861-26.599L95.962-26.599Q96.161-26.575 96.212-26.368L96.212-26.278Q96.161-26.063 95.962-26.040L93.115-26.040Q92.919-26.063 92.868-26.278M98.786-26.001Q98.314-26.001 97.929-26.245Q97.544-26.489 97.322-26.899Q97.099-27.310 97.099-27.767Q97.099-28.110 97.224-28.433Q97.349-28.755 97.579-29.009Q97.810-29.263 98.116-29.407Q98.423-29.552 98.786-29.552Q99.150-29.552 99.462-29.405Q99.775-29.259 99.997-29.013Q100.220-28.767 100.347-28.446Q100.474-28.126 100.474-27.767Q100.474-27.310 100.249-26.897Q100.025-26.485 99.640-26.243Q99.255-26.001 98.786-26.001M98.786-26.560Q99.251-26.560 99.542-26.954Q99.833-27.349 99.833-27.833Q99.833-28.126 99.698-28.394Q99.564-28.661 99.323-28.827Q99.083-28.993 98.786-28.993Q98.482-28.993 98.243-28.827Q98.005-28.661 97.870-28.394Q97.736-28.126 97.736-27.833Q97.736-27.352 98.029-26.956Q98.322-26.560 98.786-26.560M101.470-27.767Q101.470-28.247 101.714-28.661Q101.958-29.075 102.374-29.313Q102.790-29.552 103.271-29.552Q103.825-29.552 104.204-29.442Q104.583-29.333 104.583-28.927Q104.583-28.759 104.470-28.636Q104.357-28.513 104.185-28.513Q104.013-28.513 103.894-28.628Q103.775-28.743 103.775-28.911L103.775-28.970Q103.615-28.993 103.279-28.993Q102.950-28.993 102.683-28.823Q102.415-28.653 102.263-28.370Q102.111-28.087 102.111-27.767Q102.111-27.446 102.282-27.165Q102.454-26.884 102.740-26.722Q103.025-26.560 103.353-26.560Q103.665-26.560 103.792-26.663Q103.919-26.767 104.036-26.956Q104.154-27.145 104.271-27.161L104.439-27.161Q104.544-27.149 104.609-27.081Q104.673-27.013 104.673-26.911Q104.673-26.864 104.654-26.825Q104.544-26.532 104.341-26.352Q104.138-26.173 103.863-26.087Q103.587-26.001 103.271-26.001Q102.786-26.001 102.370-26.239Q101.954-26.477 101.712-26.880Q101.470-27.282 101.470-27.767M105.775-26.278L105.775-26.368Q105.825-26.575 106.021-26.599L107.060-26.599L107.060-28.927L106.087-28.927Q105.888-28.950 105.837-29.169L105.837-29.255Q105.888-29.466 106.087-29.489L107.454-29.489Q107.650-29.470 107.700-29.255L107.700-26.599L108.615-26.599Q108.810-26.575 108.861-26.368L108.861-26.278Q108.810-26.063 108.615-26.040L106.021-26.040Q105.825-26.063 105.775-26.278M106.806-30.466L106.806-30.520Q106.806-30.692 106.943-30.813Q107.079-30.935 107.255-30.935Q107.427-30.935 107.564-30.813Q107.700-30.692 107.700-30.520L107.700-30.466Q107.700-30.290 107.564-30.169Q107.427-30.048 107.255-30.048Q107.079-30.048 106.943-30.169Q106.806-30.290 106.806-30.466M110.603-27.145L110.603-28.927L109.853-28.927Q109.654-28.950 109.603-29.169L109.603-29.255Q109.654-29.466 109.853-29.489L110.603-29.489L110.603-30.239Q110.654-30.446 110.853-30.474L110.997-30.474Q111.193-30.446 111.243-30.239L111.243-29.489L112.603-29.489Q112.794-29.470 112.853-29.255L112.853-29.169Q112.798-28.950 112.603-28.927L111.243-28.927L111.243-27.177Q111.243-26.560 111.818-26.560Q112.068-26.560 112.232-26.745Q112.396-26.931 112.396-27.177Q112.396-27.270 112.468-27.341Q112.540-27.411 112.642-27.423L112.786-27.423Q112.986-27.399 113.036-27.192L113.036-27.145Q113.036-26.821 112.853-26.558Q112.669-26.294 112.376-26.147Q112.083-26.001 111.763-26.001Q111.251-26.001 110.927-26.311Q110.603-26.622 110.603-27.145M113.993-24.919Q113.993-25.028 114.044-25.120Q114.095-25.212 114.187-25.263Q114.279-25.313 114.384-25.313Q114.493-25.313 114.585-25.263Q114.677-25.212 114.728-25.120Q114.779-25.028 114.779-24.919L114.634-24.919Q114.634-24.782 114.657-24.782Q114.915-24.782 115.103-24.974Q115.290-25.165 115.376-25.431L115.587-26.040L114.450-28.927L114.122-28.927Q113.927-28.950 113.872-29.169L113.872-29.255Q113.931-29.466 114.122-29.489L115.282-29.489Q115.478-29.466 115.529-29.255L115.529-29.169Q115.478-28.950 115.282-28.927L115.017-28.927Q115.353-28.079 115.597-27.425Q115.841-26.770 115.841-26.681L115.849-26.681Q115.849-26.739 115.941-27.032Q116.032-27.325 116.226-27.909Q116.419-28.493 116.560-28.927L116.282-28.927Q116.072-28.950 116.032-29.169L116.032-29.255Q116.083-29.470 116.282-29.489L117.435-29.489Q117.642-29.466 117.681-29.255L117.681-29.169Q117.642-28.950 117.435-28.927L117.115-28.927L115.939-25.431Q115.771-24.931 115.445-24.577Q115.118-24.224 114.657-24.224Q114.384-24.224 114.189-24.435Q113.993-24.645 113.993-24.919\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-2.854-38.843v24.43\"\u002F>\u003Cpath stroke=\"none\" d=\"m-2.854-11.813 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(-112.987 3.867)\">\u003Cpath d=\"M84.247-26.278L84.247-26.368Q84.298-26.575 84.493-26.599L85.376-26.599L85.376-28.927L84.521-28.927Q84.322-28.950 84.271-29.169L84.271-29.255Q84.322-29.466 84.521-29.489L85.376-29.489L85.376-29.942Q85.376-30.407 85.782-30.688Q86.189-30.970 86.669-30.970Q86.982-30.970 87.226-30.849Q87.470-30.727 87.470-30.446Q87.470-30.282 87.361-30.165Q87.251-30.048 87.087-30.048Q86.939-30.048 86.818-30.153Q86.697-30.259 86.697-30.407L86.615-30.407Q86.462-30.407 86.325-30.347Q86.189-30.286 86.103-30.171Q86.017-30.056 86.017-29.911L86.017-29.489L87.048-29.489Q87.243-29.470 87.294-29.255L87.294-29.169Q87.243-28.950 87.048-28.927L86.017-28.927L86.017-26.599L86.896-26.599Q87.091-26.575 87.142-26.368L87.142-26.278Q87.091-26.063 86.896-26.040L84.493-26.040Q84.298-26.063 84.247-26.278M90.294-26.001Q89.822-26.001 89.437-26.245Q89.052-26.489 88.829-26.899Q88.607-27.310 88.607-27.767Q88.607-28.110 88.732-28.433Q88.857-28.755 89.087-29.009Q89.318-29.263 89.624-29.407Q89.931-29.552 90.294-29.552Q90.657-29.552 90.970-29.405Q91.282-29.259 91.505-29.013Q91.728-28.767 91.855-28.446Q91.982-28.126 91.982-27.767Q91.982-27.310 91.757-26.897Q91.532-26.485 91.148-26.243Q90.763-26.001 90.294-26.001M90.294-26.560Q90.759-26.560 91.050-26.954Q91.341-27.349 91.341-27.833Q91.341-28.126 91.206-28.394Q91.072-28.661 90.831-28.827Q90.591-28.993 90.294-28.993Q89.990-28.993 89.751-28.827Q89.513-28.661 89.378-28.394Q89.243-28.126 89.243-27.833Q89.243-27.352 89.536-26.956Q89.829-26.560 90.294-26.560M92.642-26.278L92.642-26.368Q92.700-26.575 92.892-26.599L93.603-26.599L93.603-28.927L92.892-28.927Q92.697-28.950 92.642-29.169L92.642-29.255Q92.700-29.466 92.892-29.489L93.993-29.489Q94.193-29.470 94.243-29.255L94.243-28.927Q94.505-29.212 94.861-29.370Q95.216-29.528 95.603-29.528Q95.896-29.528 96.130-29.394Q96.365-29.259 96.365-28.993Q96.365-28.825 96.255-28.708Q96.146-28.591 95.978-28.591Q95.825-28.591 95.710-28.702Q95.595-28.813 95.595-28.970Q95.220-28.970 94.906-28.769Q94.591-28.567 94.417-28.233Q94.243-27.899 94.243-27.520L94.243-26.599L95.189-26.599Q95.396-26.575 95.435-26.368L95.435-26.278Q95.396-26.063 95.189-26.040L92.892-26.040Q92.700-26.063 92.642-26.278M97.224-27.767Q97.224-28.247 97.468-28.661Q97.712-29.075 98.128-29.313Q98.544-29.552 99.025-29.552Q99.579-29.552 99.958-29.442Q100.337-29.333 100.337-28.927Q100.337-28.759 100.224-28.636Q100.111-28.513 99.939-28.513Q99.767-28.513 99.648-28.628Q99.529-28.743 99.529-28.911L99.529-28.970Q99.368-28.993 99.032-28.993Q98.704-28.993 98.437-28.823Q98.169-28.653 98.017-28.370Q97.865-28.087 97.865-27.767Q97.865-27.446 98.036-27.165Q98.208-26.884 98.493-26.722Q98.779-26.560 99.107-26.560Q99.419-26.560 99.546-26.663Q99.673-26.767 99.790-26.956Q99.907-27.145 100.025-27.161L100.193-27.161Q100.298-27.149 100.363-27.081Q100.427-27.013 100.427-26.911Q100.427-26.864 100.407-26.825Q100.298-26.532 100.095-26.352Q99.892-26.173 99.616-26.087Q99.341-26.001 99.025-26.001Q98.540-26.001 98.124-26.239Q97.708-26.477 97.466-26.880Q97.224-27.282 97.224-27.767M104.423-27.528L101.982-27.528Q102.036-27.251 102.234-27.028Q102.431-26.806 102.708-26.683Q102.986-26.560 103.271-26.560Q103.743-26.560 103.966-26.849Q103.974-26.860 104.031-26.966Q104.087-27.071 104.136-27.114Q104.185-27.157 104.279-27.169L104.423-27.169Q104.615-27.149 104.673-26.935L104.673-26.880Q104.607-26.579 104.376-26.382Q104.146-26.185 103.833-26.093Q103.521-26.001 103.216-26.001Q102.732-26.001 102.292-26.229Q101.853-26.458 101.585-26.858Q101.318-27.259 101.318-27.751L101.318-27.810Q101.318-28.278 101.564-28.681Q101.810-29.083 102.218-29.317Q102.626-29.552 103.095-29.552Q103.599-29.552 103.952-29.329Q104.306-29.106 104.490-28.718Q104.673-28.329 104.673-27.825L104.673-27.767Q104.615-27.552 104.423-27.528M101.990-28.079L104.017-28.079Q103.970-28.489 103.732-28.741Q103.493-28.993 103.095-28.993Q102.700-28.993 102.394-28.731Q102.087-28.470 101.990-28.079\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg transform=\"translate(-6.357 56.791)\">\u003Cpath d=\"M84.669-26.278L84.669-30.368L84.247-30.368Q84.040-30.392 83.997-30.606L83.997-30.696Q84.040-30.903 84.247-30.927L85.064-30.927Q85.259-30.903 85.310-30.696L85.310-29.185Q85.521-29.352 85.784-29.440Q86.048-29.528 86.318-29.528Q86.657-29.528 86.954-29.384Q87.251-29.239 87.466-28.987Q87.681-28.735 87.796-28.423Q87.911-28.110 87.911-27.767Q87.911-27.302 87.685-26.892Q87.458-26.481 87.072-26.241Q86.685-26.001 86.216-26.001Q85.697-26.001 85.310-26.368L85.310-26.278Q85.259-26.060 85.064-26.040L84.919-26.040Q84.728-26.063 84.669-26.278M86.173-26.560Q86.482-26.560 86.732-26.729Q86.982-26.899 87.126-27.181Q87.271-27.462 87.271-27.767Q87.271-28.056 87.146-28.335Q87.021-28.614 86.788-28.792Q86.556-28.970 86.255-28.970Q85.935-28.970 85.673-28.784Q85.411-28.599 85.310-28.298L85.310-27.446Q85.400-27.079 85.620-26.819Q85.841-26.560 86.173-26.560M88.579-27.153Q88.579-27.599 88.993-27.856Q89.407-28.114 89.948-28.214Q90.490-28.313 90.997-28.321Q90.997-28.536 90.863-28.688Q90.728-28.841 90.521-28.917Q90.314-28.993 90.103-28.993Q89.759-28.993 89.599-28.970L89.599-28.911Q89.599-28.743 89.480-28.628Q89.361-28.513 89.197-28.513Q89.021-28.513 88.906-28.636Q88.790-28.759 88.790-28.927Q88.790-29.333 89.171-29.442Q89.552-29.552 90.111-29.552Q90.380-29.552 90.648-29.474Q90.915-29.395 91.140-29.245Q91.365-29.095 91.501-28.874Q91.638-28.653 91.638-28.376L91.638-26.657Q91.638-26.599 92.165-26.599Q92.361-26.579 92.411-26.368L92.411-26.278Q92.361-26.063 92.165-26.040L92.021-26.040Q91.677-26.040 91.448-26.087Q91.220-26.134 91.075-26.321Q90.615-26.001 89.907-26.001Q89.572-26.001 89.267-26.142Q88.962-26.282 88.771-26.544Q88.579-26.806 88.579-27.153M89.220-27.145Q89.220-26.872 89.462-26.716Q89.704-26.560 89.990-26.560Q90.208-26.560 90.441-26.618Q90.673-26.677 90.835-26.815Q90.997-26.954 90.997-27.177L90.997-27.767Q90.716-27.767 90.300-27.710Q89.884-27.653 89.552-27.515Q89.220-27.376 89.220-27.145M93.005-26.239L93.005-27.153Q93.032-27.360 93.243-27.384L93.411-27.384Q93.575-27.360 93.634-27.200Q93.837-26.560 94.564-26.560Q94.771-26.560 94.999-26.595Q95.228-26.630 95.396-26.745Q95.564-26.860 95.564-27.063Q95.564-27.274 95.341-27.388Q95.118-27.501 94.845-27.544L94.146-27.657Q93.005-27.868 93.005-28.591Q93.005-28.880 93.150-29.069Q93.294-29.259 93.534-29.366Q93.775-29.474 94.031-29.513Q94.286-29.552 94.564-29.552Q94.814-29.552 95.007-29.522Q95.200-29.493 95.365-29.415Q95.443-29.532 95.572-29.552L95.650-29.552Q95.747-29.540 95.810-29.477Q95.872-29.415 95.884-29.321L95.884-28.614Q95.872-28.520 95.810-28.454Q95.747-28.388 95.650-28.376L95.482-28.376Q95.388-28.388 95.322-28.454Q95.255-28.520 95.243-28.614Q95.243-28.993 94.548-28.993Q94.200-28.993 93.882-28.911Q93.564-28.829 93.564-28.583Q93.564-28.317 94.236-28.208L94.939-28.087Q95.423-28.005 95.773-27.757Q96.122-27.509 96.122-27.063Q96.122-26.673 95.886-26.431Q95.650-26.188 95.300-26.095Q94.950-26.001 94.564-26.001Q93.986-26.001 93.587-26.255Q93.517-26.130 93.468-26.073Q93.419-26.017 93.314-26.001L93.243-26.001Q93.029-26.024 93.005-26.239M97.282-26.278L97.282-26.368Q97.333-26.575 97.529-26.599L98.568-26.599L98.568-28.927L97.595-28.927Q97.396-28.950 97.345-29.169L97.345-29.255Q97.396-29.466 97.595-29.489L98.962-29.489Q99.157-29.470 99.208-29.255L99.208-26.599L100.122-26.599Q100.318-26.575 100.368-26.368L100.368-26.278Q100.318-26.063 100.122-26.040L97.529-26.040Q97.333-26.063 97.282-26.278M98.314-30.466L98.314-30.520Q98.314-30.692 98.450-30.813Q98.587-30.935 98.763-30.935Q98.935-30.935 99.072-30.813Q99.208-30.692 99.208-30.520L99.208-30.466Q99.208-30.290 99.072-30.169Q98.935-30.048 98.763-30.048Q98.587-30.048 98.450-30.169Q98.314-30.290 98.314-30.466M100.982-26.278L100.982-26.368Q101.025-26.575 101.232-26.599L101.654-26.599L101.654-28.927L101.232-28.927Q101.025-28.950 100.982-29.169L100.982-29.255Q101.029-29.466 101.232-29.489L102.048-29.489Q102.243-29.466 102.294-29.255L102.294-29.169L102.286-29.145Q102.513-29.325 102.786-29.427Q103.060-29.528 103.353-29.528Q103.700-29.528 103.939-29.388Q104.177-29.247 104.292-28.989Q104.407-28.731 104.407-28.376L104.407-26.599L104.833-26.599Q105.040-26.575 105.079-26.368L105.079-26.278Q105.040-26.063 104.833-26.040L103.439-26.040Q103.243-26.063 103.193-26.278L103.193-26.368Q103.243-26.579 103.439-26.599L103.767-26.599L103.767-28.345Q103.767-28.653 103.677-28.811Q103.587-28.970 103.294-28.970Q103.025-28.970 102.796-28.839Q102.568-28.708 102.431-28.479Q102.294-28.251 102.294-27.985L102.294-26.599L102.720-26.599Q102.927-26.575 102.966-26.368L102.966-26.278Q102.927-26.063 102.720-26.040L101.232-26.040Q101.025-26.063 100.982-26.278\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-good)\" stroke=\"none\" d=\"M89.172 8.104a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0m-2.4 0\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(69.114 -30.918)\">\u003Cpath d=\"M84.513-26.239L84.513-27.153Q84.540-27.360 84.751-27.384L84.919-27.384Q85.083-27.360 85.142-27.200Q85.345-26.560 86.072-26.560Q86.279-26.560 86.507-26.595Q86.736-26.630 86.904-26.745Q87.072-26.860 87.072-27.063Q87.072-27.274 86.849-27.388Q86.626-27.501 86.353-27.544L85.654-27.657Q84.513-27.868 84.513-28.591Q84.513-28.880 84.657-29.069Q84.802-29.259 85.042-29.366Q85.282-29.474 85.538-29.513Q85.794-29.552 86.072-29.552Q86.322-29.552 86.515-29.522Q86.708-29.493 86.872-29.415Q86.950-29.532 87.079-29.552L87.157-29.552Q87.255-29.540 87.318-29.477Q87.380-29.415 87.392-29.321L87.392-28.614Q87.380-28.520 87.318-28.454Q87.255-28.388 87.157-28.376L86.990-28.376Q86.896-28.388 86.829-28.454Q86.763-28.520 86.751-28.614Q86.751-28.993 86.056-28.993Q85.708-28.993 85.390-28.911Q85.072-28.829 85.072-28.583Q85.072-28.317 85.743-28.208L86.447-28.087Q86.931-28.005 87.281-27.757Q87.630-27.509 87.630-27.063Q87.630-26.673 87.394-26.431Q87.157-26.188 86.808-26.095Q86.458-26.001 86.072-26.001Q85.493-26.001 85.095-26.255Q85.025-26.130 84.976-26.073Q84.927-26.017 84.822-26.001L84.751-26.001Q84.536-26.024 84.513-26.239M88.118-26.278L88.118-26.368Q88.169-26.579 88.365-26.599L88.564-26.599L88.564-28.927L88.365-28.927Q88.157-28.950 88.118-29.169L88.118-29.255Q88.169-29.470 88.365-29.489L88.845-29.489Q89.036-29.466 89.095-29.255Q89.415-29.528 89.829-29.528Q90.021-29.528 90.189-29.419Q90.357-29.310 90.431-29.138Q90.607-29.329 90.829-29.429Q91.052-29.528 91.294-29.528Q91.712-29.528 91.866-29.186Q92.021-28.845 92.021-28.376L92.021-26.599L92.220-26.599Q92.431-26.575 92.470-26.368L92.470-26.278Q92.419-26.063 92.220-26.040L91.404-26.040Q91.208-26.063 91.157-26.278L91.157-26.368Q91.208-26.575 91.404-26.599L91.493-26.599L91.493-28.345Q91.493-28.970 91.243-28.970Q90.911-28.970 90.734-28.659Q90.556-28.349 90.556-27.985L90.556-26.599L90.759-26.599Q90.966-26.575 91.005-26.368L91.005-26.278Q90.954-26.063 90.759-26.040L89.943-26.040Q89.743-26.063 89.693-26.278L89.693-26.368Q89.743-26.575 89.943-26.599L90.029-26.599L90.029-28.345Q90.029-28.970 89.782-28.970Q89.450-28.970 89.273-28.657Q89.095-28.345 89.095-27.985L89.095-26.599L89.294-26.599Q89.501-26.575 89.540-26.368L89.540-26.278Q89.490-26.060 89.294-26.040L88.365-26.040Q88.157-26.063 88.118-26.278M92.825-27.153Q92.825-27.599 93.240-27.856Q93.654-28.114 94.195-28.214Q94.736-28.313 95.243-28.321Q95.243-28.536 95.109-28.688Q94.974-28.841 94.767-28.917Q94.560-28.993 94.349-28.993Q94.005-28.993 93.845-28.970L93.845-28.911Q93.845-28.743 93.726-28.628Q93.607-28.513 93.443-28.513Q93.267-28.513 93.152-28.636Q93.036-28.759 93.036-28.927Q93.036-29.333 93.417-29.442Q93.798-29.552 94.357-29.552Q94.626-29.552 94.894-29.474Q95.161-29.395 95.386-29.245Q95.611-29.095 95.747-28.874Q95.884-28.653 95.884-28.376L95.884-26.657Q95.884-26.599 96.411-26.599Q96.607-26.579 96.657-26.368L96.657-26.278Q96.607-26.063 96.411-26.040L96.267-26.040Q95.923-26.040 95.695-26.087Q95.466-26.134 95.322-26.321Q94.861-26.001 94.154-26.001Q93.818-26.001 93.513-26.142Q93.208-26.282 93.017-26.544Q92.825-26.806 92.825-27.153M93.466-27.145Q93.466-26.872 93.708-26.716Q93.950-26.560 94.236-26.560Q94.454-26.560 94.687-26.618Q94.919-26.677 95.081-26.815Q95.243-26.954 95.243-27.177L95.243-27.767Q94.962-27.767 94.546-27.710Q94.130-27.653 93.798-27.515Q93.466-27.376 93.466-27.145M97.115-26.278L97.115-26.368Q97.165-26.575 97.361-26.599L98.466-26.599L98.466-30.368L97.361-30.368Q97.165-30.392 97.115-30.606L97.115-30.696Q97.165-30.903 97.361-30.927L98.857-30.927Q99.048-30.903 99.107-30.696L99.107-26.599L100.208-26.599Q100.407-26.575 100.458-26.368L100.458-26.278Q100.407-26.063 100.208-26.040L97.361-26.040Q97.165-26.063 97.115-26.278M101.361-26.278L101.361-26.368Q101.411-26.575 101.607-26.599L102.712-26.599L102.712-30.368L101.607-30.368Q101.411-30.392 101.361-30.606L101.361-30.696Q101.411-30.903 101.607-30.927L103.103-30.927Q103.294-30.903 103.353-30.696L103.353-26.599L104.454-26.599Q104.654-26.575 104.704-26.368L104.704-26.278Q104.654-26.063 104.454-26.040L101.607-26.040Q101.411-26.063 101.361-26.278\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(69.114 -30.918)\">\u003Cpath d=\"M109.650-26.278L109.650-26.368Q109.708-26.575 109.900-26.599L110.611-26.599L110.611-28.927L109.900-28.927Q109.704-28.950 109.650-29.169L109.650-29.255Q109.708-29.466 109.900-29.489L111.001-29.489Q111.200-29.470 111.251-29.255L111.251-28.927Q111.513-29.212 111.868-29.370Q112.224-29.528 112.611-29.528Q112.904-29.528 113.138-29.394Q113.372-29.259 113.372-28.993Q113.372-28.825 113.263-28.708Q113.154-28.591 112.986-28.591Q112.833-28.591 112.718-28.702Q112.603-28.813 112.603-28.970Q112.228-28.970 111.913-28.769Q111.599-28.567 111.425-28.233Q111.251-27.899 111.251-27.520L111.251-26.599L112.197-26.599Q112.404-26.575 112.443-26.368L112.443-26.278Q112.404-26.063 112.197-26.040L109.900-26.040Q109.708-26.063 109.650-26.278M114.290-26.278L114.290-26.368Q114.341-26.575 114.536-26.599L115.575-26.599L115.575-28.927L114.603-28.927Q114.404-28.950 114.353-29.169L114.353-29.255Q114.404-29.466 114.603-29.489L115.970-29.489Q116.165-29.470 116.216-29.255L116.216-26.599L117.130-26.599Q117.325-26.575 117.376-26.368L117.376-26.278Q117.325-26.063 117.130-26.040L114.536-26.040Q114.341-26.063 114.290-26.278M115.322-30.466L115.322-30.520Q115.322-30.692 115.458-30.813Q115.595-30.935 115.771-30.935Q115.943-30.935 116.079-30.813Q116.216-30.692 116.216-30.520L116.216-30.466Q116.216-30.290 116.079-30.169Q115.943-30.048 115.771-30.048Q115.595-30.048 115.458-30.169Q115.322-30.290 115.322-30.466M117.990-24.497L117.990-24.583Q118.032-24.802 118.240-24.825L118.661-24.825L118.661-28.927L118.240-28.927Q118.032-28.950 117.990-29.169L117.990-29.255Q118.036-29.466 118.240-29.489L119.056-29.489Q119.251-29.470 119.302-29.255L119.302-29.185Q119.513-29.352 119.777-29.440Q120.040-29.528 120.310-29.528Q120.650-29.528 120.947-29.384Q121.243-29.239 121.458-28.987Q121.673-28.735 121.788-28.423Q121.904-28.110 121.904-27.767Q121.904-27.302 121.677-26.892Q121.450-26.481 121.064-26.241Q120.677-26.001 120.208-26.001Q119.689-26.001 119.302-26.368L119.302-24.825L119.728-24.825Q119.935-24.802 119.974-24.583L119.974-24.497Q119.935-24.286 119.728-24.263L118.240-24.263Q118.036-24.286 117.990-24.497M120.165-26.560Q120.474-26.560 120.724-26.729Q120.974-26.899 121.118-27.181Q121.263-27.462 121.263-27.767Q121.263-28.056 121.138-28.335Q121.013-28.614 120.781-28.792Q120.548-28.970 120.247-28.970Q119.927-28.970 119.665-28.784Q119.404-28.599 119.302-28.298L119.302-27.446Q119.392-27.079 119.613-26.819Q119.833-26.560 120.165-26.560M122.236-24.497L122.236-24.583Q122.279-24.802 122.486-24.825L122.907-24.825L122.907-28.927L122.486-28.927Q122.279-28.950 122.236-29.169L122.236-29.255Q122.282-29.466 122.486-29.489L123.302-29.489Q123.497-29.470 123.548-29.255L123.548-29.185Q123.759-29.352 124.023-29.440Q124.286-29.528 124.556-29.528Q124.896-29.528 125.193-29.384Q125.490-29.239 125.704-28.987Q125.919-28.735 126.034-28.423Q126.150-28.110 126.150-27.767Q126.150-27.302 125.923-26.892Q125.697-26.481 125.310-26.241Q124.923-26.001 124.454-26.001Q123.935-26.001 123.548-26.368L123.548-24.825L123.974-24.825Q124.181-24.802 124.220-24.583L124.220-24.497Q124.181-24.286 123.974-24.263L122.486-24.263Q122.282-24.286 122.236-24.497M124.411-26.560Q124.720-26.560 124.970-26.729Q125.220-26.899 125.365-27.181Q125.509-27.462 125.509-27.767Q125.509-28.056 125.384-28.335Q125.259-28.614 125.027-28.792Q124.794-28.970 124.493-28.970Q124.173-28.970 123.911-28.784Q123.650-28.599 123.548-28.298L123.548-27.446Q123.638-27.079 123.859-26.819Q124.079-26.560 124.411-26.560M126.861-26.278L126.861-26.368Q126.911-26.575 127.107-26.599L128.212-26.599L128.212-30.368L127.107-30.368Q126.911-30.392 126.861-30.606L126.861-30.696Q126.911-30.903 127.107-30.927L128.603-30.927Q128.794-30.903 128.853-30.696L128.853-26.599L129.954-26.599Q130.154-26.575 130.204-26.368L130.204-26.278Q130.154-26.063 129.954-26.040L127.107-26.040Q126.911-26.063 126.861-26.278M134.169-27.528L131.728-27.528Q131.782-27.251 131.980-27.028Q132.177-26.806 132.454-26.683Q132.732-26.560 133.017-26.560Q133.490-26.560 133.712-26.849Q133.720-26.860 133.777-26.966Q133.833-27.071 133.882-27.114Q133.931-27.157 134.025-27.169L134.169-27.169Q134.361-27.149 134.419-26.935L134.419-26.880Q134.353-26.579 134.122-26.382Q133.892-26.185 133.579-26.093Q133.267-26.001 132.962-26.001Q132.478-26.001 132.038-26.229Q131.599-26.458 131.331-26.858Q131.064-27.259 131.064-27.751L131.064-27.810Q131.064-28.278 131.310-28.681Q131.556-29.083 131.964-29.317Q132.372-29.552 132.841-29.552Q133.345-29.552 133.698-29.329Q134.052-29.106 134.236-28.718Q134.419-28.329 134.419-27.825L134.419-27.767Q134.361-27.552 134.169-27.528M131.736-28.079L133.763-28.079Q133.716-28.489 133.478-28.741Q133.240-28.993 132.841-28.993Q132.447-28.993 132.140-28.731Q131.833-28.470 131.736-28.079M135.490-26.239L135.490-27.153Q135.517-27.360 135.728-27.384L135.896-27.384Q136.060-27.360 136.118-27.200Q136.322-26.560 137.048-26.560Q137.255-26.560 137.484-26.595Q137.712-26.630 137.880-26.745Q138.048-26.860 138.048-27.063Q138.048-27.274 137.825-27.388Q137.603-27.501 137.329-27.544L136.630-27.657Q135.490-27.868 135.490-28.591Q135.490-28.880 135.634-29.069Q135.779-29.259 136.019-29.366Q136.259-29.474 136.515-29.513Q136.771-29.552 137.048-29.552Q137.298-29.552 137.491-29.522Q137.685-29.493 137.849-29.415Q137.927-29.532 138.056-29.552L138.134-29.552Q138.232-29.540 138.294-29.477Q138.357-29.415 138.368-29.321L138.368-28.614Q138.357-28.520 138.294-28.454Q138.232-28.388 138.134-28.376L137.966-28.376Q137.872-28.388 137.806-28.454Q137.740-28.520 137.728-28.614Q137.728-28.993 137.032-28.993Q136.685-28.993 136.366-28.911Q136.048-28.829 136.048-28.583Q136.048-28.317 136.720-28.208L137.423-28.087Q137.907-28.005 138.257-27.757Q138.607-27.509 138.607-27.063Q138.607-26.673 138.370-26.431Q138.134-26.188 137.784-26.095Q137.435-26.001 137.048-26.001Q136.470-26.001 136.072-26.255Q136.001-26.130 135.952-26.073Q135.904-26.017 135.798-26.001L135.728-26.001Q135.513-26.024 135.490-26.239\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The &quot;heavy ball&quot; reading. A particle rolls on the loss surface under the force \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.7667em;vertical-align:-0.0833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">−\u003C\u002Fspan>\u003Cspan class=\"mord\">∇\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">L\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> with friction; inertia carries it through small ripples that trap plain GD.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:410.537px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 307.902 143.498\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-41.937 52.428h236.403\"\u002F>\u003Cpath stroke=\"none\" d=\"m197.066 52.428-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(242.736 1.325)\">\u003Cpath d=\"M-41.351 52.229L-41.351 51.315Q-41.324 51.108-41.113 51.084L-40.945 51.084Q-40.781 51.108-40.722 51.268Q-40.519 51.908-39.792 51.908Q-39.585 51.908-39.357 51.873Q-39.128 51.838-38.960 51.723Q-38.792 51.608-38.792 51.405Q-38.792 51.194-39.015 51.080Q-39.238 50.967-39.511 50.924L-40.210 50.811Q-41.351 50.600-41.351 49.877Q-41.351 49.588-41.207 49.399Q-41.062 49.209-40.822 49.102Q-40.582 48.994-40.326 48.955Q-40.070 48.916-39.792 48.916Q-39.542 48.916-39.349 48.946Q-39.156 48.975-38.992 49.053Q-38.914 48.936-38.785 48.916L-38.707 48.916Q-38.609 48.928-38.546 48.990Q-38.484 49.053-38.472 49.147L-38.472 49.854Q-38.484 49.948-38.546 50.014Q-38.609 50.080-38.707 50.092L-38.874 50.092Q-38.968 50.080-39.035 50.014Q-39.101 49.948-39.113 49.854Q-39.113 49.475-39.808 49.475Q-40.156 49.475-40.474 49.557Q-40.792 49.639-40.792 49.885Q-40.792 50.151-40.121 50.260L-39.417 50.381Q-38.933 50.463-38.583 50.711Q-38.234 50.959-38.234 51.405Q-38.234 51.795-38.470 52.037Q-38.707 52.280-39.056 52.373Q-39.406 52.467-39.792 52.467Q-40.371 52.467-40.769 52.213Q-40.839 52.338-40.888 52.395Q-40.937 52.451-41.042 52.467L-41.113 52.467Q-41.328 52.444-41.351 52.229M-36.492 51.323L-36.492 49.541L-37.242 49.541Q-37.441 49.518-37.492 49.299L-37.492 49.213Q-37.441 49.002-37.242 48.979L-36.492 48.979L-36.492 48.229Q-36.441 48.022-36.242 47.994L-36.097 47.994Q-35.902 48.022-35.851 48.229L-35.851 48.979L-34.492 48.979Q-34.300 48.998-34.242 49.213L-34.242 49.299Q-34.296 49.518-34.492 49.541L-35.851 49.541L-35.851 51.291Q-35.851 51.908-35.277 51.908Q-35.027 51.908-34.863 51.723Q-34.699 51.537-34.699 51.291Q-34.699 51.198-34.626 51.127Q-34.554 51.057-34.453 51.045L-34.308 51.045Q-34.109 51.069-34.058 51.276L-34.058 51.323Q-34.058 51.647-34.242 51.910Q-34.425 52.174-34.718 52.321Q-35.011 52.467-35.332 52.467Q-35.843 52.467-36.167 52.157Q-36.492 51.846-36.492 51.323M-29.933 50.940L-32.374 50.940Q-32.320 51.217-32.123 51.440Q-31.925 51.662-31.648 51.785Q-31.371 51.908-31.085 51.908Q-30.613 51.908-30.390 51.619Q-30.382 51.608-30.326 51.502Q-30.269 51.397-30.220 51.354Q-30.171 51.311-30.078 51.299L-29.933 51.299Q-29.742 51.319-29.683 51.533L-29.683 51.588Q-29.749 51.889-29.980 52.086Q-30.210 52.283-30.523 52.375Q-30.835 52.467-31.140 52.467Q-31.624 52.467-32.064 52.239Q-32.503 52.010-32.771 51.610Q-33.039 51.209-33.039 50.717L-33.039 50.658Q-33.039 50.190-32.792 49.787Q-32.546 49.385-32.138 49.151Q-31.730 48.916-31.261 48.916Q-30.757 48.916-30.404 49.139Q-30.050 49.362-29.867 49.750Q-29.683 50.139-29.683 50.643L-29.683 50.701Q-29.742 50.916-29.933 50.940M-32.367 50.389L-30.339 50.389Q-30.386 49.979-30.624 49.727Q-30.863 49.475-31.261 49.475Q-31.656 49.475-31.962 49.737Q-32.269 49.998-32.367 50.389M-29.128 53.971L-29.128 53.885Q-29.085 53.666-28.878 53.643L-28.457 53.643L-28.457 49.541L-28.878 49.541Q-29.085 49.518-29.128 49.299L-29.128 49.213Q-29.082 49.002-28.878 48.979L-28.062 48.979Q-27.867 48.998-27.816 49.213L-27.816 49.283Q-27.605 49.115-27.341 49.028Q-27.078 48.940-26.808 48.940Q-26.468 48.940-26.171 49.084Q-25.874 49.229-25.660 49.481Q-25.445 49.733-25.330 50.045Q-25.214 50.358-25.214 50.701Q-25.214 51.166-25.441 51.576Q-25.667 51.987-26.054 52.227Q-26.441 52.467-26.910 52.467Q-27.429 52.467-27.816 52.100L-27.816 53.643L-27.390 53.643Q-27.183 53.666-27.144 53.885L-27.144 53.971Q-27.183 54.182-27.390 54.205L-28.878 54.205Q-29.082 54.182-29.128 53.971M-26.953 51.908Q-26.644 51.908-26.394 51.739Q-26.144 51.569-25.999 51.287Q-25.855 51.006-25.855 50.701Q-25.855 50.412-25.980 50.133Q-26.105 49.854-26.337 49.676Q-26.570 49.498-26.871 49.498Q-27.191 49.498-27.453 49.684Q-27.714 49.869-27.816 50.170L-27.816 51.022Q-27.726 51.389-27.505 51.649Q-27.285 51.908-26.953 51.908\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(242.736 1.325)\">\u003Cpath d=\"M-19.487 51.323L-19.487 49.541L-20.237 49.541Q-20.436 49.518-20.487 49.299L-20.487 49.213Q-20.436 49.002-20.237 48.979L-19.487 48.979L-19.487 48.229Q-19.436 48.022-19.237 47.994L-19.092 47.994Q-18.897 48.022-18.846 48.229L-18.846 48.979L-17.487 48.979Q-17.295 48.998-17.237 49.213L-17.237 49.299Q-17.291 49.518-17.487 49.541L-18.846 49.541L-18.846 51.291Q-18.846 51.908-18.272 51.908Q-18.022 51.908-17.858 51.723Q-17.694 51.537-17.694 51.291Q-17.694 51.198-17.622 51.127Q-17.549 51.057-17.448 51.045L-17.303 51.045Q-17.104 51.069-17.053 51.276L-17.053 51.323Q-17.053 51.647-17.237 51.910Q-17.420 52.174-17.713 52.321Q-18.006 52.467-18.327 52.467Q-18.838 52.467-19.163 52.157Q-19.487 51.846-19.487 51.323\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-41.937 52.428V-55.937\"\u002F>\u003Cpath stroke=\"none\" d=\"m-41.937-58.537-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003Cg transform=\"translate(-17 -116.476)\">\u003Cpath d=\"M-40.281 52.205L-41.167 49.541L-41.488 49.541Q-41.687 49.518-41.738 49.299L-41.738 49.213Q-41.687 49.002-41.488 48.979L-40.328 48.979Q-40.132 48.998-40.082 49.213L-40.082 49.299Q-40.132 49.518-40.328 49.541L-40.609 49.541L-39.816 51.916L-39.027 49.541L-39.304 49.541Q-39.503 49.518-39.554 49.299L-39.554 49.213Q-39.503 49.002-39.304 48.979L-38.144 48.979Q-37.949 49.002-37.898 49.213L-37.898 49.299Q-37.949 49.518-38.144 49.541L-38.464 49.541L-39.351 52.205Q-39.394 52.319-39.496 52.393Q-39.597 52.467-39.722 52.467L-39.914 52.467Q-40.031 52.467-40.134 52.395Q-40.238 52.323-40.281 52.205M-34.179 50.940L-36.621 50.940Q-36.566 51.217-36.369 51.440Q-36.171 51.662-35.894 51.785Q-35.617 51.908-35.332 51.908Q-34.859 51.908-34.636 51.619Q-34.628 51.608-34.572 51.502Q-34.515 51.397-34.466 51.354Q-34.417 51.311-34.324 51.299L-34.179 51.299Q-33.988 51.319-33.929 51.533L-33.929 51.588Q-33.996 51.889-34.226 52.086Q-34.457 52.283-34.769 52.375Q-35.082 52.467-35.386 52.467Q-35.871 52.467-36.310 52.239Q-36.749 52.010-37.017 51.610Q-37.285 51.209-37.285 50.717L-37.285 50.658Q-37.285 50.190-37.039 49.787Q-36.792 49.385-36.384 49.151Q-35.976 48.916-35.507 48.916Q-35.003 48.916-34.650 49.139Q-34.296 49.362-34.113 49.750Q-33.929 50.139-33.929 50.643L-33.929 50.701Q-33.988 50.916-34.179 50.940M-36.613 50.389L-34.585 50.389Q-34.632 49.979-34.871 49.727Q-35.109 49.475-35.507 49.475Q-35.902 49.475-36.208 49.737Q-36.515 49.998-36.613 50.389M-32.996 52.190L-32.996 52.100Q-32.945 51.893-32.749 51.869L-31.644 51.869L-31.644 48.100L-32.749 48.100Q-32.945 48.076-32.996 47.862L-32.996 47.772Q-32.945 47.565-32.749 47.541L-31.253 47.541Q-31.062 47.565-31.003 47.772L-31.003 51.869L-29.902 51.869Q-29.703 51.893-29.652 52.100L-29.652 52.190Q-29.703 52.405-29.902 52.428L-32.749 52.428Q-32.945 52.405-32.996 52.190M-27.078 52.467Q-27.550 52.467-27.935 52.223Q-28.320 51.979-28.542 51.569Q-28.765 51.158-28.765 50.701Q-28.765 50.358-28.640 50.035Q-28.515 49.713-28.285 49.459Q-28.054 49.205-27.748 49.061Q-27.441 48.916-27.078 48.916Q-26.714 48.916-26.402 49.063Q-26.089 49.209-25.867 49.455Q-25.644 49.701-25.517 50.022Q-25.390 50.342-25.390 50.701Q-25.390 51.158-25.615 51.571Q-25.839 51.983-26.224 52.225Q-26.609 52.467-27.078 52.467M-27.078 51.908Q-26.613 51.908-26.322 51.514Q-26.031 51.119-26.031 50.635Q-26.031 50.342-26.166 50.074Q-26.300 49.807-26.541 49.641Q-26.781 49.475-27.078 49.475Q-27.382 49.475-27.621 49.641Q-27.859 49.807-27.994 50.074Q-28.128 50.342-28.128 50.635Q-28.128 51.115-27.835 51.512Q-27.542 51.908-27.078 51.908M-24.394 50.701Q-24.394 50.221-24.150 49.807Q-23.906 49.393-23.490 49.155Q-23.074 48.916-22.593 48.916Q-22.039 48.916-21.660 49.026Q-21.281 49.135-21.281 49.541Q-21.281 49.709-21.394 49.832Q-21.507 49.955-21.679 49.955Q-21.851 49.955-21.970 49.840Q-22.089 49.725-22.089 49.557L-22.089 49.498Q-22.249 49.475-22.585 49.475Q-22.914 49.475-23.181 49.645Q-23.449 49.815-23.601 50.098Q-23.753 50.381-23.753 50.701Q-23.753 51.022-23.582 51.303Q-23.410 51.584-23.124 51.746Q-22.839 51.908-22.511 51.908Q-22.199 51.908-22.072 51.805Q-21.945 51.701-21.828 51.512Q-21.710 51.323-21.593 51.307L-21.425 51.307Q-21.320 51.319-21.255 51.387Q-21.191 51.455-21.191 51.557Q-21.191 51.604-21.210 51.643Q-21.320 51.936-21.523 52.115Q-21.726 52.295-22.001 52.381Q-22.277 52.467-22.593 52.467Q-23.078 52.467-23.494 52.229Q-23.910 51.990-24.152 51.588Q-24.394 51.186-24.394 50.701M-20.089 52.190L-20.089 52.100Q-20.039 51.893-19.843 51.869L-18.804 51.869L-18.804 49.541L-19.777 49.541Q-19.976 49.518-20.027 49.299L-20.027 49.213Q-19.976 49.002-19.777 48.979L-18.410 48.979Q-18.214 48.998-18.164 49.213L-18.164 51.869L-17.249 51.869Q-17.054 51.893-17.003 52.100L-17.003 52.190Q-17.054 52.405-17.249 52.428L-19.843 52.428Q-20.039 52.405-20.089 52.190M-19.058 48.002L-19.058 47.948Q-19.058 47.776-18.921 47.655Q-18.785 47.533-18.609 47.533Q-18.437 47.533-18.300 47.655Q-18.164 47.776-18.164 47.948L-18.164 48.002Q-18.164 48.178-18.300 48.299Q-18.437 48.420-18.609 48.420Q-18.785 48.420-18.921 48.299Q-19.058 48.178-19.058 48.002M-15.261 51.323L-15.261 49.541L-16.011 49.541Q-16.210 49.518-16.261 49.299L-16.261 49.213Q-16.210 49.002-16.011 48.979L-15.261 48.979L-15.261 48.229Q-15.210 48.022-15.011 47.994L-14.867 47.994Q-14.671 48.022-14.621 48.229L-14.621 48.979L-13.261 48.979Q-13.070 48.998-13.011 49.213L-13.011 49.299Q-13.066 49.518-13.261 49.541L-14.621 49.541L-14.621 51.291Q-14.621 51.908-14.046 51.908Q-13.796 51.908-13.632 51.723Q-13.468 51.537-13.468 51.291Q-13.468 51.198-13.396 51.127Q-13.324 51.057-13.222 51.045L-13.078 51.045Q-12.878 51.069-12.828 51.276L-12.828 51.323Q-12.828 51.647-13.011 51.910Q-13.195 52.174-13.488 52.321Q-13.781 52.467-14.101 52.467Q-14.613 52.467-14.937 52.157Q-15.261 51.846-15.261 51.323M-11.871 53.549Q-11.871 53.440-11.820 53.348Q-11.769 53.256-11.677 53.205Q-11.585 53.155-11.480 53.155Q-11.371 53.155-11.279 53.205Q-11.187 53.256-11.136 53.348Q-11.085 53.440-11.085 53.549L-11.230 53.549Q-11.230 53.686-11.207 53.686Q-10.949 53.686-10.761 53.494Q-10.574 53.303-10.488 53.037L-10.277 52.428L-11.414 49.541L-11.742 49.541Q-11.937 49.518-11.992 49.299L-11.992 49.213Q-11.933 49.002-11.742 48.979L-10.582 48.979Q-10.386 49.002-10.335 49.213L-10.335 49.299Q-10.386 49.518-10.582 49.541L-10.847 49.541Q-10.511 50.389-10.267 51.043Q-10.023 51.698-10.023 51.787L-10.015 51.787Q-10.015 51.729-9.923 51.436Q-9.832 51.143-9.638 50.559Q-9.445 49.975-9.304 49.541L-9.582 49.541Q-9.792 49.518-9.832 49.299L-9.832 49.213Q-9.781 48.998-9.582 48.979L-8.429 48.979Q-8.222 49.002-8.183 49.213L-8.183 49.299Q-8.222 49.518-8.429 49.541L-8.749 49.541L-9.925 53.037Q-10.093 53.537-10.419 53.891Q-10.746 54.244-11.207 54.244Q-11.480 54.244-11.675 54.033Q-11.871 53.823-11.871 53.549\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M-41.937-44.311h227.622\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(160.338 -100.841)\">\u003Cpath d=\"M-40.738 51.323L-40.738 49.541L-41.488 49.541Q-41.687 49.518-41.738 49.299L-41.738 49.213Q-41.687 49.002-41.488 48.979L-40.738 48.979L-40.738 48.229Q-40.687 48.022-40.488 47.994L-40.343 47.994Q-40.148 48.022-40.097 48.229L-40.097 48.979L-38.738 48.979Q-38.546 48.998-38.488 49.213L-38.488 49.299Q-38.542 49.518-38.738 49.541L-40.097 49.541L-40.097 51.291Q-40.097 51.908-39.523 51.908Q-39.273 51.908-39.109 51.723Q-38.945 51.537-38.945 51.291Q-38.945 51.198-38.873 51.127Q-38.800 51.057-38.699 51.045L-38.554 51.045Q-38.355 51.069-38.304 51.276L-38.304 51.323Q-38.304 51.647-38.488 51.910Q-38.671 52.174-38.964 52.321Q-39.257 52.467-39.578 52.467Q-40.089 52.467-40.414 52.157Q-40.738 51.846-40.738 51.323M-34.179 50.940L-36.621 50.940Q-36.566 51.217-36.369 51.440Q-36.171 51.662-35.894 51.785Q-35.617 51.908-35.332 51.908Q-34.859 51.908-34.636 51.619Q-34.628 51.608-34.572 51.502Q-34.515 51.397-34.466 51.354Q-34.417 51.311-34.324 51.299L-34.179 51.299Q-33.988 51.319-33.929 51.533L-33.929 51.588Q-33.996 51.889-34.226 52.086Q-34.457 52.283-34.769 52.375Q-35.082 52.467-35.386 52.467Q-35.871 52.467-36.310 52.239Q-36.749 52.010-37.017 51.610Q-37.285 51.209-37.285 50.717L-37.285 50.658Q-37.285 50.190-37.039 49.787Q-36.792 49.385-36.384 49.151Q-35.976 48.916-35.507 48.916Q-35.003 48.916-34.650 49.139Q-34.296 49.362-34.113 49.750Q-33.929 50.139-33.929 50.643L-33.929 50.701Q-33.988 50.916-34.179 50.940M-36.613 50.389L-34.585 50.389Q-34.632 49.979-34.871 49.727Q-35.109 49.475-35.507 49.475Q-35.902 49.475-36.208 49.737Q-36.515 49.998-36.613 50.389M-33.222 52.190L-33.222 52.100Q-33.164 51.893-32.972 51.869L-32.261 51.869L-32.261 49.541L-32.972 49.541Q-33.167 49.518-33.222 49.299L-33.222 49.213Q-33.164 49.002-32.972 48.979L-31.871 48.979Q-31.671 48.998-31.621 49.213L-31.621 49.541Q-31.359 49.256-31.003 49.098Q-30.648 48.940-30.261 48.940Q-29.968 48.940-29.734 49.074Q-29.499 49.209-29.499 49.475Q-29.499 49.643-29.609 49.760Q-29.718 49.877-29.886 49.877Q-30.039 49.877-30.154 49.766Q-30.269 49.655-30.269 49.498Q-30.644 49.498-30.958 49.699Q-31.273 49.901-31.447 50.235Q-31.621 50.569-31.621 50.948L-31.621 51.869L-30.675 51.869Q-30.468 51.893-30.429 52.100L-30.429 52.190Q-30.468 52.405-30.675 52.428L-32.972 52.428Q-33.164 52.405-33.222 52.190M-29.253 52.190L-29.253 52.100Q-29.203 51.889-29.007 51.869L-28.808 51.869L-28.808 49.541L-29.007 49.541Q-29.214 49.518-29.253 49.299L-29.253 49.213Q-29.203 48.998-29.007 48.979L-28.527 48.979Q-28.335 49.002-28.277 49.213Q-27.957 48.940-27.542 48.940Q-27.351 48.940-27.183 49.049Q-27.015 49.158-26.941 49.330Q-26.765 49.139-26.542 49.039Q-26.320 48.940-26.078 48.940Q-25.660 48.940-25.505 49.282Q-25.351 49.623-25.351 50.092L-25.351 51.869L-25.152 51.869Q-24.941 51.893-24.902 52.100L-24.902 52.190Q-24.953 52.405-25.152 52.428L-25.968 52.428Q-26.164 52.405-26.214 52.190L-26.214 52.100Q-26.164 51.893-25.968 51.869L-25.878 51.869L-25.878 50.123Q-25.878 49.498-26.128 49.498Q-26.460 49.498-26.638 49.809Q-26.816 50.119-26.816 50.483L-26.816 51.869L-26.613 51.869Q-26.406 51.893-26.367 52.100L-26.367 52.190Q-26.417 52.405-26.613 52.428L-27.429 52.428Q-27.628 52.405-27.679 52.190L-27.679 52.100Q-27.628 51.893-27.429 51.869L-27.343 51.869L-27.343 50.123Q-27.343 49.498-27.589 49.498Q-27.921 49.498-28.099 49.811Q-28.277 50.123-28.277 50.483L-28.277 51.869L-28.078 51.869Q-27.871 51.893-27.832 52.100L-27.832 52.190Q-27.882 52.408-28.078 52.428L-29.007 52.428Q-29.214 52.405-29.253 52.190M-24.335 52.190L-24.335 52.100Q-24.285 51.893-24.089 51.869L-23.050 51.869L-23.050 49.541L-24.023 49.541Q-24.222 49.518-24.273 49.299L-24.273 49.213Q-24.222 49.002-24.023 48.979L-22.656 48.979Q-22.460 48.998-22.410 49.213L-22.410 51.869L-21.496 51.869Q-21.300 51.893-21.249 52.100L-21.249 52.190Q-21.300 52.405-21.496 52.428L-24.089 52.428Q-24.285 52.405-24.335 52.190M-23.304 48.002L-23.304 47.948Q-23.304 47.776-23.167 47.655Q-23.031 47.533-22.855 47.533Q-22.683 47.533-22.546 47.655Q-22.410 47.776-22.410 47.948L-22.410 48.002Q-22.410 48.178-22.546 48.299Q-22.683 48.420-22.855 48.420Q-23.031 48.420-23.167 48.299Q-23.304 48.178-23.304 48.002M-20.636 52.190L-20.636 52.100Q-20.593 51.893-20.386 51.869L-19.964 51.869L-19.964 49.541L-20.386 49.541Q-20.593 49.518-20.636 49.299L-20.636 49.213Q-20.589 49.002-20.386 48.979L-19.570 48.979Q-19.374 49.002-19.324 49.213L-19.324 49.299L-19.332 49.323Q-19.105 49.143-18.832 49.041Q-18.558 48.940-18.265 48.940Q-17.917 48.940-17.679 49.080Q-17.441 49.221-17.326 49.479Q-17.210 49.737-17.210 50.092L-17.210 51.869L-16.785 51.869Q-16.578 51.893-16.539 52.100L-16.539 52.190Q-16.578 52.405-16.785 52.428L-18.179 52.428Q-18.374 52.405-18.425 52.190L-18.425 52.100Q-18.374 51.889-18.179 51.869L-17.851 51.869L-17.851 50.123Q-17.851 49.815-17.941 49.657Q-18.031 49.498-18.324 49.498Q-18.593 49.498-18.822 49.629Q-19.050 49.760-19.187 49.989Q-19.324 50.217-19.324 50.483L-19.324 51.869L-18.898 51.869Q-18.691 51.893-18.652 52.100L-18.652 52.190Q-18.691 52.405-18.898 52.428L-20.386 52.428Q-20.593 52.405-20.636 52.190M-16.054 51.315Q-16.054 50.869-15.640 50.612Q-15.226 50.354-14.685 50.254Q-14.144 50.155-13.636 50.147Q-13.636 49.932-13.771 49.780Q-13.906 49.627-14.113 49.551Q-14.320 49.475-14.531 49.475Q-14.874 49.475-15.035 49.498L-15.035 49.557Q-15.035 49.725-15.154 49.840Q-15.273 49.955-15.437 49.955Q-15.613 49.955-15.728 49.832Q-15.843 49.709-15.843 49.541Q-15.843 49.135-15.462 49.026Q-15.082 48.916-14.523 48.916Q-14.253 48.916-13.986 48.994Q-13.718 49.073-13.494 49.223Q-13.269 49.373-13.132 49.594Q-12.996 49.815-12.996 50.092L-12.996 51.811Q-12.996 51.869-12.468 51.869Q-12.273 51.889-12.222 52.100L-12.222 52.190Q-12.273 52.405-12.468 52.428L-12.613 52.428Q-12.957 52.428-13.185 52.381Q-13.414 52.334-13.558 52.147Q-14.019 52.467-14.726 52.467Q-15.062 52.467-15.367 52.326Q-15.671 52.186-15.863 51.924Q-16.054 51.662-16.054 51.315M-15.414 51.323Q-15.414 51.596-15.171 51.752Q-14.929 51.908-14.644 51.908Q-14.425 51.908-14.193 51.850Q-13.960 51.791-13.798 51.653Q-13.636 51.514-13.636 51.291L-13.636 50.701Q-13.917 50.701-14.333 50.758Q-14.749 50.815-15.082 50.953Q-15.414 51.092-15.414 51.323M-11.765 52.190L-11.765 52.100Q-11.714 51.893-11.519 51.869L-10.414 51.869L-10.414 48.100L-11.519 48.100Q-11.714 48.076-11.765 47.862L-11.765 47.772Q-11.714 47.565-11.519 47.541L-10.023 47.541Q-9.832 47.565-9.773 47.772L-9.773 51.869L-8.671 51.869Q-8.472 51.893-8.421 52.100L-8.421 52.190Q-8.472 52.405-8.671 52.428L-11.519 52.428Q-11.714 52.405-11.765 52.190\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(160.338 -100.841)\">\u003Cpath d=\"M-2.831 52.190L-2.831 52.100Q-2.780 51.893-2.581 51.869L-1.764 51.869L-1.764 48.686Q-2.143 48.994-2.596 48.994Q-2.827 48.994-2.877 48.764L-2.877 48.674Q-2.827 48.459-2.631 48.436Q-2.303 48.436-2.049 48.198Q-1.795 47.959-1.655 47.612Q-1.584 47.483-1.428 47.459L-1.373 47.459Q-1.178 47.479-1.127 47.694L-1.127 51.869L-0.311 51.869Q-0.112 51.893-0.061 52.100L-0.061 52.190Q-0.112 52.405-0.311 52.428L-2.581 52.428Q-2.780 52.405-2.831 52.190M2.681 52.506Q2.248 52.506 1.916 52.268Q1.584 52.030 1.363 51.641Q1.142 51.252 1.035 50.815Q0.927 50.377 0.927 49.979Q0.927 49.588 1.037 49.145Q1.146 48.701 1.363 48.321Q1.580 47.940 1.914 47.699Q2.248 47.459 2.681 47.459Q3.236 47.459 3.636 47.858Q4.037 48.256 4.234 48.842Q4.431 49.428 4.431 49.979Q4.431 50.533 4.234 51.121Q4.037 51.709 3.636 52.108Q3.236 52.506 2.681 52.506M2.681 51.948Q2.982 51.948 3.199 51.731Q3.416 51.514 3.543 51.186Q3.669 50.858 3.730 50.512Q3.791 50.166 3.791 49.885Q3.791 49.635 3.728 49.309Q3.666 48.983 3.535 48.692Q3.404 48.401 3.191 48.211Q2.978 48.022 2.681 48.022Q2.306 48.022 2.054 48.334Q1.802 48.647 1.685 49.080Q1.568 49.514 1.568 49.885Q1.568 50.283 1.681 50.764Q1.794 51.244 2.043 51.596Q2.291 51.948 2.681 51.948\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(160.338 -100.841)\">\u003Cpath d=\"M12.576 50.940L10.134 50.940Q10.189 51.217 10.386 51.440Q10.584 51.662 10.861 51.785Q11.138 51.908 11.423 51.908Q11.896 51.908 12.119 51.619Q12.127 51.608 12.183 51.502Q12.240 51.397 12.289 51.354Q12.337 51.311 12.431 51.299L12.576 51.299Q12.767 51.319 12.826 51.533L12.826 51.588Q12.759 51.889 12.529 52.086Q12.298 52.283 11.986 52.375Q11.673 52.467 11.369 52.467Q10.884 52.467 10.445 52.239Q10.005 52.010 9.738 51.610Q9.470 51.209 9.470 50.717L9.470 50.658Q9.470 50.190 9.716 49.787Q9.962 49.385 10.371 49.151Q10.779 48.916 11.248 48.916Q11.752 48.916 12.105 49.139Q12.459 49.362 12.642 49.750Q12.826 50.139 12.826 50.643L12.826 50.701Q12.767 50.916 12.576 50.940M10.142 50.389L12.169 50.389Q12.123 49.979 11.884 49.727Q11.646 49.475 11.248 49.475Q10.853 49.475 10.546 49.737Q10.240 49.998 10.142 50.389M14.509 51.323L14.509 49.541L13.759 49.541Q13.560 49.518 13.509 49.299L13.509 49.213Q13.560 49.002 13.759 48.979L14.509 48.979L14.509 48.229Q14.560 48.022 14.759 47.994L14.904 47.994Q15.099 48.022 15.150 48.229L15.150 48.979L16.509 48.979Q16.701 48.998 16.759 49.213L16.759 49.299Q16.705 49.518 16.509 49.541L15.150 49.541L15.150 51.291Q15.150 51.908 15.724 51.908Q15.974 51.908 16.138 51.723Q16.302 51.537 16.302 51.291Q16.302 51.198 16.375 51.127Q16.447 51.057 16.548 51.045L16.693 51.045Q16.892 51.069 16.943 51.276L16.943 51.323Q16.943 51.647 16.759 51.910Q16.576 52.174 16.283 52.321Q15.990 52.467 15.669 52.467Q15.158 52.467 14.834 52.157Q14.509 51.846 14.509 51.323M17.962 51.315Q17.962 50.869 18.377 50.612Q18.791 50.354 19.332 50.254Q19.873 50.155 20.380 50.147Q20.380 49.932 20.246 49.780Q20.111 49.627 19.904 49.551Q19.697 49.475 19.486 49.475Q19.142 49.475 18.982 49.498L18.982 49.557Q18.982 49.725 18.863 49.840Q18.744 49.955 18.580 49.955Q18.404 49.955 18.289 49.832Q18.173 49.709 18.173 49.541Q18.173 49.135 18.554 49.026Q18.935 48.916 19.494 48.916Q19.763 48.916 20.031 48.994Q20.298 49.073 20.523 49.223Q20.748 49.373 20.884 49.594Q21.021 49.815 21.021 50.092L21.021 51.811Q21.021 51.869 21.548 51.869Q21.744 51.889 21.794 52.100L21.794 52.190Q21.744 52.405 21.548 52.428L21.404 52.428Q21.060 52.428 20.832 52.381Q20.603 52.334 20.459 52.147Q19.998 52.467 19.291 52.467Q18.955 52.467 18.650 52.326Q18.345 52.186 18.154 51.924Q17.962 51.662 17.962 51.315M18.603 51.323Q18.603 51.596 18.845 51.752Q19.087 51.908 19.373 51.908Q19.591 51.908 19.824 51.850Q20.056 51.791 20.218 51.653Q20.380 51.514 20.380 51.291L20.380 50.701Q20.099 50.701 19.683 50.758Q19.267 50.815 18.935 50.953Q18.603 51.092 18.603 51.323\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M-23.443 52.428v-9.674h14.227v9.674Zm14.227-9.674\"\u002F>\u003Cg transform=\"translate(23.614 9.467)\">\u003Cpath d=\"M-38.611 52.428L-41.141 52.428L-41.141 52.148Q-40.173 52.148-40.173 51.939L-40.173 48.320Q-40.566 48.508-41.188 48.508L-41.188 48.227Q-40.771 48.227-40.407 48.126Q-40.043 48.026-39.787 47.780L-39.661 47.780Q-39.596 47.797-39.579 47.865L-39.579 51.939Q-39.579 52.148-38.611 52.148\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M2.165 52.428v-18.38H16.39v18.38Zm14.226-18.38\"\u002F>\u003Cg transform=\"translate(49.222 9.467)\">\u003Cpath d=\"M-38.611 52.428L-41.496 52.428L-41.496 52.226Q-41.496 52.196-41.469 52.168L-40.221 50.951Q-40.149 50.876-40.107 50.834Q-40.064 50.791-39.985 50.712Q-39.572 50.299-39.341 49.941Q-39.110 49.584-39.110 49.160Q-39.110 48.928-39.189 48.725Q-39.268 48.521-39.409 48.371Q-39.551 48.220-39.746 48.140Q-39.941 48.060-40.173 48.060Q-40.484 48.060-40.742 48.219Q-41 48.378-41.130 48.655L-41.110 48.655Q-40.942 48.655-40.835 48.766Q-40.727 48.877-40.727 49.041Q-40.727 49.198-40.836 49.311Q-40.946 49.424-41.110 49.424Q-41.270 49.424-41.383 49.311Q-41.496 49.198-41.496 49.041Q-41.496 48.665-41.288 48.378Q-41.079 48.091-40.744 47.935Q-40.409 47.780-40.054 47.780Q-39.630 47.780-39.250 47.938Q-38.871 48.097-38.637 48.414Q-38.403 48.730-38.403 49.160Q-38.403 49.471-38.543 49.740Q-38.683 50.008-38.888 50.213Q-39.093 50.418-39.456 50.700Q-39.818 50.982-39.927 51.078L-40.782 51.806L-40.139 51.806Q-39.876 51.806-39.587 51.804Q-39.298 51.803-39.080 51.794Q-38.861 51.785-38.844 51.768Q-38.782 51.703-38.745 51.536Q-38.707 51.368-38.669 51.126L-38.403 51.126\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M27.772 52.428V26.223h14.226v26.205Zm14.226-26.205\"\u002F>\u003Cg transform=\"translate(74.829 9.467)\">\u003Cpath d=\"M-41.141 51.881Q-41.021 52.038-40.830 52.137Q-40.638 52.237-40.423 52.276Q-40.208 52.315-39.985 52.315Q-39.688 52.315-39.493 52.160Q-39.298 52.004-39.208 51.750Q-39.117 51.495-39.117 51.211Q-39.117 50.917-39.209 50.666Q-39.302 50.415-39.500 50.259Q-39.698 50.104-39.992 50.104L-40.508 50.104Q-40.536 50.104-40.561 50.078Q-40.587 50.053-40.587 50.029L-40.587 49.957Q-40.587 49.926-40.561 49.904Q-40.536 49.882-40.508 49.882L-40.067 49.851Q-39.705 49.851-39.485 49.494Q-39.264 49.136-39.264 48.747Q-39.264 48.419-39.459 48.215Q-39.654 48.012-39.985 48.012Q-40.272 48.012-40.525 48.096Q-40.778 48.179-40.942 48.367Q-40.795 48.367-40.695 48.482Q-40.594 48.596-40.594 48.747Q-40.594 48.897-40.700 49.007Q-40.806 49.116-40.963 49.116Q-41.124 49.116-41.233 49.007Q-41.342 48.897-41.342 48.747Q-41.342 48.422-41.134 48.203Q-40.925 47.985-40.609 47.882Q-40.293 47.780-39.985 47.780Q-39.667 47.780-39.339 47.884Q-39.011 47.988-38.784 48.210Q-38.557 48.432-38.557 48.747Q-38.557 49.181-38.844 49.506Q-39.131 49.830-39.565 49.977Q-39.254 50.042-38.974 50.208Q-38.693 50.374-38.516 50.632Q-38.338 50.890-38.338 51.211Q-38.338 51.621-38.582 51.931Q-38.827 52.240-39.208 52.404Q-39.589 52.568-39.985 52.568Q-40.354 52.568-40.712 52.455Q-41.069 52.343-41.313 52.093Q-41.558 51.844-41.558 51.474Q-41.558 51.303-41.441 51.191Q-41.325 51.078-41.154 51.078Q-41.045 51.078-40.954 51.129Q-40.864 51.180-40.809 51.273Q-40.754 51.365-40.754 51.474Q-40.754 51.642-40.867 51.761Q-40.980 51.881-41.141 51.881\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M53.38 52.428V19.167h14.226v33.261Zm14.226-33.261\"\u002F>\u003Cg transform=\"translate(100.436 9.467)\">\u003Cpath d=\"M-39.620 51.280L-41.664 51.280L-41.664 50.999L-39.333 47.827Q-39.298 47.780-39.233 47.780L-39.097 47.780Q-39.052 47.780-39.025 47.807Q-38.998 47.834-38.998 47.879L-38.998 50.999L-38.235 50.999L-38.235 51.280L-38.998 51.280L-38.998 51.939Q-38.998 52.148-38.242 52.148L-38.242 52.428L-40.375 52.428L-40.375 52.148Q-39.620 52.148-39.620 51.939L-39.620 51.280M-39.572 48.555L-41.363 50.999L-39.572 50.999\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M78.986 52.428V12.822h14.227v39.606Zm14.227-39.606\"\u002F>\u003Cg transform=\"translate(126.043 9.467)\">\u003Cpath d=\"M-41.130 51.666L-41.161 51.666Q-41.024 51.963-40.727 52.139Q-40.430 52.315-40.102 52.315Q-39.739 52.315-39.512 52.137Q-39.285 51.960-39.191 51.671Q-39.097 51.382-39.097 51.020Q-39.097 50.705-39.151 50.420Q-39.206 50.135-39.379 49.929Q-39.551 49.724-39.866 49.724Q-40.139 49.724-40.322 49.791Q-40.505 49.858-40.609 49.947Q-40.713 50.035-40.809 50.145Q-40.905 50.254-40.949 50.264L-41.028 50.264Q-41.100 50.247-41.117 50.176L-41.117 47.858Q-41.117 47.824-41.093 47.802Q-41.069 47.780-41.035 47.780L-41.007 47.780Q-40.720 47.896-40.452 47.950Q-40.184 48.005-39.907 48.005Q-39.630 48.005-39.360 47.950Q-39.090 47.896-38.810 47.780L-38.786 47.780Q-38.751 47.780-38.728 47.803Q-38.704 47.827-38.704 47.858L-38.704 47.927Q-38.704 47.954-38.724 47.974Q-38.998 48.289-39.382 48.465Q-39.767 48.641-40.180 48.641Q-40.519 48.641-40.836 48.555L-40.836 49.837Q-40.440 49.502-39.866 49.502Q-39.462 49.502-39.126 49.712Q-38.789 49.923-38.596 50.275Q-38.403 50.627-38.403 51.027Q-38.403 51.358-38.543 51.644Q-38.683 51.929-38.927 52.139Q-39.172 52.349-39.474 52.459Q-39.777 52.568-40.095 52.568Q-40.454 52.568-40.780 52.404Q-41.106 52.240-41.301 51.948Q-41.496 51.656-41.496 51.293Q-41.496 51.143-41.390 51.037Q-41.284 50.931-41.130 50.931Q-40.977 50.931-40.872 51.035Q-40.768 51.139-40.768 51.293Q-40.768 51.450-40.872 51.558Q-40.977 51.666-41.130 51.666\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M104.594 52.428V7.103h14.226v45.325ZM118.82 7.103\"\u002F>\u003Cg transform=\"translate(151.65 9.467)\">\u003Cpath d=\"M-39.948 52.568Q-40.406 52.568-40.724 52.353Q-41.041 52.137-41.223 51.785Q-41.404 51.433-41.481 51.013Q-41.558 50.593-41.558 50.165Q-41.558 49.581-41.305 49.025Q-41.052 48.470-40.582 48.125Q-40.112 47.780-39.514 47.780Q-39.104 47.780-38.820 47.978Q-38.536 48.176-38.536 48.579Q-38.536 48.675-38.582 48.754Q-38.628 48.832-38.709 48.877Q-38.789 48.921-38.878 48.921Q-39.025 48.921-39.126 48.824Q-39.227 48.726-39.227 48.579Q-39.227 48.449-39.136 48.342Q-39.045 48.234-38.912 48.234Q-39.100 48.012-39.514 48.012Q-39.828 48.012-40.102 48.176Q-40.375 48.340-40.542 48.614Q-40.730 48.904-40.795 49.270Q-40.860 49.636-40.860 50.090Q-40.710 49.796-40.445 49.618Q-40.180 49.441-39.866 49.441Q-39.435 49.441-39.086 49.647Q-38.738 49.854-38.538 50.210Q-38.338 50.565-38.338 50.992Q-38.338 51.437-38.555 51.797Q-38.772 52.158-39.145 52.363Q-39.517 52.568-39.948 52.568M-39.948 52.315Q-39.572 52.315-39.368 52.132Q-39.165 51.949-39.102 51.666Q-39.039 51.382-39.039 50.992Q-39.039 50.606-39.093 50.326Q-39.148 50.046-39.343 49.854Q-39.538 49.663-39.907 49.663Q-40.197 49.663-40.409 49.839Q-40.621 50.015-40.729 50.288Q-40.836 50.562-40.836 50.845L-40.836 50.986L-40.836 51.027Q-40.836 51.532-40.624 51.924Q-40.413 52.315-39.948 52.315\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M130.201 52.428V1.953h14.226v50.475Zm14.226-50.475\"\u002F>\u003Cg transform=\"translate(177.258 9.467)\">\u003Cpath d=\"M-40.501 52.220Q-40.501 51.714-40.372 51.206Q-40.242 50.699-40.004 50.237Q-39.767 49.776-39.432 49.355L-38.786 48.542L-39.599 48.542Q-40.184 48.542-40.580 48.550Q-40.977 48.559-41 48.579Q-41.103 48.696-41.182 49.222L-41.448 49.222L-41.202 47.698L-40.936 47.698L-40.936 47.718Q-40.936 47.786-40.860 47.829Q-40.785 47.872-40.707 47.879Q-40.515 47.903-40.320 47.909Q-40.125 47.916-39.934 47.918Q-39.743 47.920-39.544 47.920L-38.123 47.920L-38.123 48.108Q-38.133 48.156-38.143 48.166L-39.199 49.489Q-39.418 49.762-39.541 50.075Q-39.664 50.387-39.722 50.736Q-39.780 51.085-39.794 51.416Q-39.808 51.748-39.808 52.220Q-39.808 52.370-39.907 52.469Q-40.006 52.568-40.153 52.568Q-40.303 52.568-40.402 52.469Q-40.501 52.370-40.501 52.220\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M155.808 52.428V-2.657h14.227v55.085Zm14.227-55.085\"\u002F>\u003Cg transform=\"translate(202.865 9.467)\">\u003Cpath d=\"M-41.558 51.351Q-41.558 50.910-41.255 50.589Q-40.953 50.268-40.501 50.076L-40.741 49.936Q-41.011 49.776-41.177 49.518Q-41.342 49.260-41.342 48.962Q-41.342 48.610-41.137 48.338Q-40.932 48.067-40.611 47.923Q-40.290 47.780-39.948 47.780Q-39.626 47.780-39.303 47.896Q-38.980 48.012-38.769 48.253Q-38.557 48.494-38.557 48.829Q-38.557 49.191-38.801 49.454Q-39.045 49.718-39.425 49.895L-39.025 50.131Q-38.830 50.244-38.671 50.413Q-38.512 50.582-38.425 50.791Q-38.338 50.999-38.338 51.232Q-38.338 51.635-38.572 51.939Q-38.806 52.243-39.180 52.406Q-39.555 52.568-39.948 52.568Q-40.334 52.568-40.703 52.431Q-41.072 52.295-41.315 52.018Q-41.558 51.741-41.558 51.351M-41.110 51.351Q-41.110 51.638-40.941 51.861Q-40.771 52.083-40.503 52.199Q-40.235 52.315-39.948 52.315Q-39.510 52.315-39.148 52.098Q-38.786 51.881-38.786 51.474Q-38.786 51.273-38.914 51.095Q-39.042 50.917-39.220 50.818L-40.242 50.223Q-40.481 50.333-40.679 50.499Q-40.877 50.664-40.994 50.880Q-41.110 51.095-41.110 51.351M-40.587 49.222L-39.667 49.755Q-39.360 49.595-39.158 49.362Q-38.957 49.130-38.957 48.829Q-38.957 48.590-39.102 48.400Q-39.247 48.210-39.479 48.111Q-39.712 48.012-39.948 48.012Q-40.170 48.012-40.399 48.082Q-40.628 48.152-40.785 48.309Q-40.942 48.467-40.942 48.696Q-40.942 49.010-40.587 49.222\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Velocity accumulation under a constant unit gradient (\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\" style=\"margin-right:0.0359em;\">η\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \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=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.9\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>). Each bar is \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">∣\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">v\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.0359em;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\">∣\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>; the sequence climbs the geometric series toward the terminal step \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">1\u002F\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">1\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:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">μ\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8389em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">10\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">η\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:370.774px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 278.081 152.034\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-37.687 60.964h219.332\"\u002F>\u003Cpath stroke=\"none\" d=\"m184.245 60.964-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg transform=\"translate(225.664 1.722)\">\u003Cpath d=\"M-37.742 60.726L-37.742 60.636Q-37.691 60.425-37.496 60.405L-37.296 60.405L-37.296 58.077L-37.496 58.077Q-37.703 58.054-37.742 57.835L-37.742 57.749Q-37.691 57.534-37.496 57.515L-37.015 57.515Q-36.824 57.538-36.765 57.749Q-36.445 57.476-36.031 57.476Q-35.839 57.476-35.671 57.585Q-35.503 57.694-35.429 57.866Q-35.253 57.675-35.031 57.575Q-34.808 57.476-34.566 57.476Q-34.148 57.476-33.994 57.818Q-33.839 58.159-33.839 58.628L-33.839 60.405L-33.640 60.405Q-33.429 60.429-33.390 60.636L-33.390 60.726Q-33.441 60.941-33.640 60.964L-34.457 60.964Q-34.652 60.941-34.703 60.726L-34.703 60.636Q-34.652 60.429-34.457 60.405L-34.367 60.405L-34.367 58.659Q-34.367 58.034-34.617 58.034Q-34.949 58.034-35.126 58.345Q-35.304 58.655-35.304 59.019L-35.304 60.405L-35.101 60.405Q-34.894 60.429-34.855 60.636L-34.855 60.726Q-34.906 60.941-35.101 60.964L-35.917 60.964Q-36.117 60.941-36.167 60.726L-36.167 60.636Q-36.117 60.429-35.917 60.405L-35.832 60.405L-35.832 58.659Q-35.832 58.034-36.078 58.034Q-36.410 58.034-36.587 58.347Q-36.765 58.659-36.765 59.019L-36.765 60.405L-36.566 60.405Q-36.359 60.429-36.320 60.636L-36.320 60.726Q-36.371 60.944-36.566 60.964L-37.496 60.964Q-37.703 60.941-37.742 60.726M-32.699 60.109L-32.699 58.077L-33.121 58.077Q-33.328 58.054-33.371 57.835L-33.371 57.749Q-33.324 57.538-33.121 57.515L-32.304 57.515Q-32.109 57.538-32.058 57.749L-32.058 60.077Q-32.058 60.312-31.888 60.378Q-31.718 60.444-31.433 60.444Q-31.226 60.444-31.031 60.368Q-30.835 60.292-30.710 60.142Q-30.585 59.991-30.585 59.780L-30.585 58.077L-31.007 58.077Q-31.218 58.054-31.257 57.835L-31.257 57.749Q-31.218 57.538-31.007 57.515L-30.195 57.515Q-29.996 57.538-29.945 57.749L-29.945 60.405L-29.519 60.405Q-29.312 60.429-29.273 60.636L-29.273 60.726Q-29.312 60.941-29.519 60.964L-30.335 60.964Q-30.535 60.941-30.585 60.741Q-30.988 61.003-31.496 61.003Q-31.730 61.003-31.945 60.962Q-32.160 60.921-32.326 60.819Q-32.492 60.718-32.595 60.540Q-32.699 60.362-32.699 60.109\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-37.687 60.964V-55.937\"\u002F>\u003Cpath stroke=\"none\" d=\"m-37.687-58.537-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(-21.25 -125.012)\">\u003Cpath d=\"M-34.175 59.476L-36.617 59.476Q-36.562 59.753-36.365 59.976Q-36.167 60.198-35.890 60.321Q-35.613 60.444-35.328 60.444Q-34.855 60.444-34.632 60.155Q-34.624 60.144-34.568 60.038Q-34.511 59.933-34.462 59.890Q-34.414 59.847-34.320 59.835L-34.175 59.835Q-33.984 59.855-33.925 60.069L-33.925 60.124Q-33.992 60.425-34.222 60.622Q-34.453 60.819-34.765 60.911Q-35.078 61.003-35.382 61.003Q-35.867 61.003-36.306 60.775Q-36.746 60.546-37.013 60.146Q-37.281 59.745-37.281 59.253L-37.281 59.194Q-37.281 58.726-37.035 58.323Q-36.789 57.921-36.380 57.687Q-35.972 57.452-35.503 57.452Q-34.999 57.452-34.646 57.675Q-34.292 57.898-34.109 58.286Q-33.925 58.675-33.925 59.179L-33.925 59.237Q-33.984 59.452-34.175 59.476M-36.609 58.925L-34.582 58.925Q-34.628 58.515-34.867 58.263Q-35.105 58.011-35.503 58.011Q-35.898 58.011-36.205 58.273Q-36.511 58.534-36.609 58.925M-33.121 60.726L-33.121 60.636Q-33.070 60.429-32.874 60.405L-31.992 60.405L-31.992 58.077L-32.847 58.077Q-33.046 58.054-33.097 57.835L-33.097 57.749Q-33.046 57.538-32.847 57.515L-31.992 57.515L-31.992 57.062Q-31.992 56.597-31.585 56.316Q-31.179 56.034-30.699 56.034Q-30.386 56.034-30.142 56.155Q-29.898 56.276-29.898 56.558Q-29.898 56.722-30.007 56.839Q-30.117 56.956-30.281 56.956Q-30.429 56.956-30.550 56.851Q-30.671 56.745-30.671 56.597L-30.753 56.597Q-30.906 56.597-31.042 56.657Q-31.179 56.718-31.265 56.833Q-31.351 56.948-31.351 57.093L-31.351 57.515L-30.320 57.515Q-30.124 57.534-30.074 57.749L-30.074 57.835Q-30.124 58.054-30.320 58.077L-31.351 58.077L-31.351 60.405L-30.472 60.405Q-30.277 60.429-30.226 60.636L-30.226 60.726Q-30.277 60.941-30.472 60.964L-32.874 60.964Q-33.070 60.941-33.121 60.726M-28.874 60.726L-28.874 60.636Q-28.824 60.429-28.628 60.405L-27.746 60.405L-27.746 58.077L-28.601 58.077Q-28.800 58.054-28.851 57.835L-28.851 57.749Q-28.800 57.538-28.601 57.515L-27.746 57.515L-27.746 57.062Q-27.746 56.597-27.339 56.316Q-26.933 56.034-26.453 56.034Q-26.140 56.034-25.896 56.155Q-25.652 56.276-25.652 56.558Q-25.652 56.722-25.761 56.839Q-25.871 56.956-26.035 56.956Q-26.183 56.956-26.304 56.851Q-26.425 56.745-26.425 56.597L-26.507 56.597Q-26.660 56.597-26.796 56.657Q-26.933 56.718-27.019 56.833Q-27.105 56.948-27.105 57.093L-27.105 57.515L-26.074 57.515Q-25.878 57.534-25.828 57.749L-25.828 57.835Q-25.878 58.054-26.074 58.077L-27.105 58.077L-27.105 60.405L-26.226 60.405Q-26.031 60.429-25.980 60.636L-25.980 60.726Q-26.031 60.941-26.226 60.964L-28.628 60.964Q-28.824 60.941-28.874 60.726M-23.382 60.405Q-23.382 60.183-23.216 60.017Q-23.050 59.851-22.820 59.851Q-22.671 59.851-22.544 59.929Q-22.417 60.007-22.343 60.132Q-22.269 60.257-22.269 60.405Q-22.269 60.632-22.435 60.798Q-22.601 60.964-22.820 60.964Q-23.046 60.964-23.214 60.796Q-23.382 60.628-23.382 60.405\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-21.25 -125.012)\">\u003Cpath d=\"M-11.600 60.765L-11.600 59.851Q-11.573 59.644-11.362 59.620L-11.194 59.620Q-11.030 59.644-10.971 59.804Q-10.768 60.444-10.041 60.444Q-9.834 60.444-9.606 60.409Q-9.377 60.374-9.209 60.259Q-9.041 60.144-9.041 59.941Q-9.041 59.730-9.264 59.616Q-9.487 59.503-9.760 59.460L-10.459 59.347Q-11.600 59.136-11.600 58.413Q-11.600 58.124-11.456 57.935Q-11.311 57.745-11.071 57.638Q-10.831 57.530-10.575 57.491Q-10.319 57.452-10.041 57.452Q-9.791 57.452-9.598 57.482Q-9.405 57.511-9.241 57.589Q-9.163 57.472-9.034 57.452L-8.956 57.452Q-8.858 57.464-8.795 57.526Q-8.733 57.589-8.721 57.683L-8.721 58.390Q-8.733 58.484-8.795 58.550Q-8.858 58.616-8.956 58.628L-9.123 58.628Q-9.217 58.616-9.284 58.550Q-9.350 58.484-9.362 58.390Q-9.362 58.011-10.057 58.011Q-10.405 58.011-10.723 58.093Q-11.041 58.175-11.041 58.421Q-11.041 58.687-10.370 58.796L-9.666 58.917Q-9.182 58.999-8.832 59.247Q-8.483 59.495-8.483 59.941Q-8.483 60.331-8.719 60.573Q-8.956 60.816-9.305 60.909Q-9.655 61.003-10.041 61.003Q-10.620 61.003-11.018 60.749Q-11.088 60.874-11.137 60.931Q-11.186 60.987-11.291 61.003L-11.362 61.003Q-11.577 60.980-11.600 60.765M-6.741 59.859L-6.741 58.077L-7.491 58.077Q-7.690 58.054-7.741 57.835L-7.741 57.749Q-7.690 57.538-7.491 57.515L-6.741 57.515L-6.741 56.765Q-6.690 56.558-6.491 56.530L-6.346 56.530Q-6.151 56.558-6.100 56.765L-6.100 57.515L-4.741 57.515Q-4.549 57.534-4.491 57.749L-4.491 57.835Q-4.545 58.054-4.741 58.077L-6.100 58.077L-6.100 59.827Q-6.100 60.444-5.526 60.444Q-5.276 60.444-5.112 60.259Q-4.948 60.073-4.948 59.827Q-4.948 59.734-4.875 59.663Q-4.803 59.593-4.702 59.581L-4.557 59.581Q-4.358 59.605-4.307 59.812L-4.307 59.859Q-4.307 60.183-4.491 60.446Q-4.674 60.710-4.967 60.857Q-5.260 61.003-5.581 61.003Q-6.092 61.003-6.416 60.693Q-6.741 60.382-6.741 59.859M-0.182 59.476L-2.623 59.476Q-2.569 59.753-2.372 59.976Q-2.174 60.198-1.897 60.321Q-1.620 60.444-1.334 60.444Q-0.862 60.444-0.639 60.155Q-0.631 60.144-0.575 60.038Q-0.518 59.933-0.469 59.890Q-0.420 59.847-0.327 59.835L-0.182 59.835Q0.009 59.855 0.068 60.069L0.068 60.124Q0.002 60.425-0.229 60.622Q-0.459 60.819-0.772 60.911Q-1.084 61.003-1.389 61.003Q-1.873 61.003-2.313 60.775Q-2.752 60.546-3.020 60.146Q-3.288 59.745-3.288 59.253L-3.288 59.194Q-3.288 58.726-3.041 58.323Q-2.795 57.921-2.387 57.687Q-1.979 57.452-1.510 57.452Q-1.006 57.452-0.653 57.675Q-0.299 57.898-0.116 58.286Q0.068 58.675 0.068 59.179L0.068 59.237Q0.009 59.452-0.182 59.476M-2.616 58.925L-0.588 58.925Q-0.635 58.515-0.873 58.263Q-1.112 58.011-1.510 58.011Q-1.905 58.011-2.211 58.273Q-2.518 58.534-2.616 58.925M0.623 62.507L0.623 62.421Q0.666 62.202 0.873 62.179L1.294 62.179L1.294 58.077L0.873 58.077Q0.666 58.054 0.623 57.835L0.623 57.749Q0.669 57.538 0.873 57.515L1.689 57.515Q1.884 57.534 1.935 57.749L1.935 57.819Q2.146 57.651 2.410 57.564Q2.673 57.476 2.943 57.476Q3.283 57.476 3.580 57.620Q3.877 57.765 4.091 58.017Q4.306 58.269 4.421 58.581Q4.537 58.894 4.537 59.237Q4.537 59.702 4.310 60.112Q4.084 60.523 3.697 60.763Q3.310 61.003 2.841 61.003Q2.322 61.003 1.935 60.636L1.935 62.179L2.361 62.179Q2.568 62.202 2.607 62.421L2.607 62.507Q2.568 62.718 2.361 62.741L0.873 62.741Q0.669 62.718 0.623 62.507M2.798 60.444Q3.107 60.444 3.357 60.275Q3.607 60.105 3.752 59.823Q3.896 59.542 3.896 59.237Q3.896 58.948 3.771 58.669Q3.646 58.390 3.414 58.212Q3.181 58.034 2.880 58.034Q2.560 58.034 2.298 58.220Q2.037 58.405 1.935 58.706L1.935 59.558Q2.025 59.925 2.246 60.185Q2.466 60.444 2.798 60.444\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-1.993 9.467)\">\u003Cpath d=\"M-35.698 61.104Q-36.333 61.104-36.697 60.759Q-37.062 60.414-37.197 59.889Q-37.332 59.364-37.332 58.739Q-37.332 57.714-36.976 57.015Q-36.621 56.316-35.698 56.316Q-34.771 56.316-34.419 57.015Q-34.067 57.714-34.067 58.739Q-34.067 59.364-34.202 59.889Q-34.337 60.414-34.700 60.759Q-35.062 61.104-35.698 61.104M-35.698 60.879Q-35.260 60.879-35.047 60.504Q-34.833 60.130-34.783 59.663Q-34.734 59.197-34.734 58.619Q-34.734 58.066-34.783 57.638Q-34.833 57.211-35.045 56.876Q-35.257 56.541-35.698 56.541Q-36.040 56.541-36.243 56.748Q-36.446 56.955-36.533 57.267Q-36.621 57.580-36.643 57.896Q-36.665 58.213-36.665 58.619Q-36.665 59.036-36.643 59.378Q-36.621 59.720-36.532 60.068Q-36.443 60.417-36.238 60.648Q-36.033 60.879-35.698 60.879\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(96.458 9.467)\">\u003Cpath d=\"M-35.698 61.104Q-36.333 61.104-36.697 60.759Q-37.062 60.414-37.197 59.889Q-37.332 59.364-37.332 58.739Q-37.332 57.714-36.976 57.015Q-36.621 56.316-35.698 56.316Q-34.771 56.316-34.419 57.015Q-34.067 57.714-34.067 58.739Q-34.067 59.364-34.202 59.889Q-34.337 60.414-34.700 60.759Q-35.062 61.104-35.698 61.104M-35.698 60.879Q-35.260 60.879-35.047 60.504Q-34.833 60.130-34.783 59.663Q-34.734 59.197-34.734 58.619Q-34.734 58.066-34.783 57.638Q-34.833 57.211-35.045 56.876Q-35.257 56.541-35.698 56.541Q-36.040 56.541-36.243 56.748Q-36.446 56.955-36.533 57.267Q-36.621 57.580-36.643 57.896Q-36.665 58.213-36.665 58.619Q-36.665 59.036-36.643 59.378Q-36.621 59.720-36.532 60.068Q-36.443 60.417-36.238 60.648Q-36.033 60.879-35.698 60.879M-32.991 60.544Q-32.991 60.376-32.868 60.253Q-32.745 60.130-32.570 60.130Q-32.403 60.130-32.280 60.253Q-32.157 60.376-32.157 60.544Q-32.157 60.718-32.280 60.841Q-32.403 60.964-32.570 60.964Q-32.745 60.964-32.868 60.841Q-32.991 60.718-32.991 60.544M-30.636 60.202L-30.666 60.202Q-30.530 60.499-30.232 60.675Q-29.935 60.851-29.607 60.851Q-29.245 60.851-29.017 60.673Q-28.790 60.496-28.696 60.207Q-28.602 59.918-28.602 59.556Q-28.602 59.241-28.657 58.956Q-28.711 58.671-28.884 58.465Q-29.057 58.260-29.371 58.260Q-29.645 58.260-29.827 58.327Q-30.010 58.394-30.114 58.483Q-30.219 58.571-30.314 58.681Q-30.410 58.790-30.455 58.800L-30.533 58.800Q-30.605 58.783-30.622 58.712L-30.622 56.394Q-30.622 56.360-30.598 56.338Q-30.574 56.316-30.540 56.316L-30.513 56.316Q-30.226 56.432-29.957 56.486Q-29.689 56.541-29.412 56.541Q-29.135 56.541-28.865 56.486Q-28.595 56.432-28.315 56.316L-28.291 56.316Q-28.257 56.316-28.233 56.339Q-28.209 56.363-28.209 56.394L-28.209 56.463Q-28.209 56.490-28.229 56.510Q-28.503 56.825-28.887 57.001Q-29.272 57.177-29.686 57.177Q-30.024 57.177-30.342 57.091L-30.342 58.373Q-29.945 58.038-29.371 58.038Q-28.968 58.038-28.631 58.248Q-28.294 58.459-28.101 58.811Q-27.908 59.163-27.908 59.563Q-27.908 59.894-28.048 60.180Q-28.188 60.465-28.433 60.675Q-28.677 60.885-28.980 60.995Q-29.282 61.104-29.600 61.104Q-29.959 61.104-30.285 60.940Q-30.612 60.776-30.807 60.484Q-31.001 60.192-31.001 59.829Q-31.001 59.679-30.895 59.573Q-30.790 59.467-30.636 59.467Q-30.482 59.467-30.378 59.571Q-30.273 59.675-30.273 59.829Q-30.273 59.986-30.378 60.094Q-30.482 60.202-30.636 60.202\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(177.833 9.467)\">\u003Cpath d=\"M-35.698 61.104Q-36.333 61.104-36.697 60.759Q-37.062 60.414-37.197 59.889Q-37.332 59.364-37.332 58.739Q-37.332 57.714-36.976 57.015Q-36.621 56.316-35.698 56.316Q-34.771 56.316-34.419 57.015Q-34.067 57.714-34.067 58.739Q-34.067 59.364-34.202 59.889Q-34.337 60.414-34.700 60.759Q-35.062 61.104-35.698 61.104M-35.698 60.879Q-35.260 60.879-35.047 60.504Q-34.833 60.130-34.783 59.663Q-34.734 59.197-34.734 58.619Q-34.734 58.066-34.783 57.638Q-34.833 57.211-35.045 56.876Q-35.257 56.541-35.698 56.541Q-36.040 56.541-36.243 56.748Q-36.446 56.955-36.533 57.267Q-36.621 57.580-36.643 57.896Q-36.665 58.213-36.665 58.619Q-36.665 59.036-36.643 59.378Q-36.621 59.720-36.532 60.068Q-36.443 60.417-36.238 60.648Q-36.033 60.879-35.698 60.879M-32.991 60.544Q-32.991 60.376-32.868 60.253Q-32.745 60.130-32.570 60.130Q-32.403 60.130-32.280 60.253Q-32.157 60.376-32.157 60.544Q-32.157 60.718-32.280 60.841Q-32.403 60.964-32.570 60.964Q-32.745 60.964-32.868 60.841Q-32.991 60.718-32.991 60.544M-30.468 60.650Q-30.349 60.766-30.171 60.808Q-29.993 60.851-29.778 60.851Q-29.539 60.851-29.328 60.742Q-29.118 60.632-28.964 60.450Q-28.811 60.267-28.711 60.034Q-28.544 59.607-28.544 58.787Q-28.694 59.081-28.958 59.260Q-29.221 59.440-29.539 59.440Q-29.973 59.440-30.320 59.231Q-30.666 59.023-30.865 58.662Q-31.063 58.301-31.063 57.878Q-31.063 57.543-30.933 57.254Q-30.803 56.965-30.572 56.751Q-30.342 56.538-30.043 56.427Q-29.744 56.316-29.412 56.316Q-28.554 56.316-28.199 57.030Q-27.843 57.744-27.843 58.701Q-27.843 59.118-27.971 59.546Q-28.100 59.973-28.356 60.328Q-28.612 60.684-28.975 60.894Q-29.337 61.104-29.778 61.104Q-30.232 61.104-30.550 60.916Q-30.868 60.728-30.868 60.304Q-30.868 60.154-30.769 60.055Q-30.670 59.956-30.520 59.956Q-30.451 59.956-30.385 59.983Q-30.318 60.010-30.273 60.055Q-30.229 60.099-30.202 60.166Q-30.174 60.233-30.174 60.304Q-30.174 60.434-30.255 60.532Q-30.335 60.629-30.468 60.650M-29.498 59.214Q-29.204 59.214-28.988 59.036Q-28.773 58.859-28.665 58.583Q-28.558 58.308-28.558 58.018Q-28.558 57.973-28.559 57.946Q-28.561 57.919-28.564 57.884Q-28.561 57.874-28.559 57.867Q-28.558 57.860-28.558 57.850Q-28.558 57.348-28.756 56.948Q-28.954 56.548-29.412 56.548Q-29.979 56.548-30.173 56.907Q-30.366 57.266-30.366 57.878Q-30.366 58.264-30.311 58.547Q-30.256 58.831-30.062 59.023Q-29.867 59.214-29.498 59.214\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M145.264 60.964V38.202M-37.687 38.202h182.951\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg transform=\"translate(-13.782 -20.507)\">\u003Cpath d=\"M-34.361 60.964L-36.891 60.964L-36.891 60.684Q-35.923 60.684-35.923 60.475L-35.923 56.856Q-36.316 57.044-36.938 57.044L-36.938 56.763Q-36.521 56.763-36.157 56.662Q-35.793 56.562-35.537 56.316L-35.411 56.316Q-35.346 56.333-35.329 56.401L-35.329 60.475Q-35.329 60.684-34.361 60.684L-34.361 60.964M-31.716 61.104Q-32.352 61.104-32.716 60.759Q-33.080 60.414-33.215 59.889Q-33.350 59.364-33.350 58.739Q-33.350 57.714-32.994 57.015Q-32.639 56.316-31.716 56.316Q-30.790 56.316-30.437 57.015Q-30.085 57.714-30.085 58.739Q-30.085 59.364-30.220 59.889Q-30.355 60.414-30.718 60.759Q-31.080 61.104-31.716 61.104M-31.716 60.879Q-31.278 60.879-31.065 60.504Q-30.851 60.130-30.802 59.663Q-30.752 59.197-30.752 58.619Q-30.752 58.066-30.802 57.638Q-30.851 57.211-31.063 56.876Q-31.275 56.541-31.716 56.541Q-32.058 56.541-32.261 56.748Q-32.464 56.955-32.552 57.267Q-32.639 57.580-32.661 57.896Q-32.683 58.213-32.683 58.619Q-32.683 59.036-32.661 59.378Q-32.639 59.720-32.550 60.068Q-32.461 60.417-32.256 60.648Q-32.051 60.879-31.716 60.879\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-37.687 58.688 50.93-.768L63.89 56.41l30.444-1.763 20.486-2.789 9.959-2.276 10.243-3.784 10.242-7.597 10.243-22.763 4.838-30.444 3.13-32.151\" style=\"stroke-width:1.2\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(161.636 -100.939)\">\u003Cpath d=\"M-36.832 60.726L-36.832 60.636Q-36.781 60.429-36.582 60.405L-35.765 60.405L-35.765 57.222Q-36.144 57.530-36.597 57.530Q-36.828 57.530-36.878 57.300L-36.878 57.210Q-36.828 56.995-36.632 56.972Q-36.304 56.972-36.050 56.734Q-35.796 56.495-35.656 56.148Q-35.585 56.019-35.429 55.995L-35.374 55.995Q-35.179 56.015-35.128 56.230L-35.128 60.405L-34.312 60.405Q-34.113 60.429-34.062 60.636L-34.062 60.726Q-34.113 60.941-34.312 60.964L-36.582 60.964Q-36.781 60.941-36.832 60.726M-32.968 61.323Q-32.968 61.269-32.945 61.202L-30.265 55.597Q-30.171 55.413-29.976 55.413Q-29.851 55.413-29.761 55.503Q-29.671 55.593-29.671 55.718Q-29.671 55.780-29.699 55.835L-32.378 61.444Q-32.472 61.628-32.656 61.628Q-32.781 61.628-32.874 61.538Q-32.968 61.448-32.968 61.323M-26.082 61.605Q-26.613 61.296-27.013 60.808Q-27.414 60.319-27.624 59.726Q-27.835 59.132-27.835 58.515Q-27.835 57.898-27.626 57.310Q-27.417 56.722-27.021 56.241Q-26.624 55.761-26.089 55.437Q-26.019 55.413-25.988 55.413L-25.898 55.413Q-25.800 55.425-25.734 55.491Q-25.667 55.558-25.667 55.659Q-25.667 55.804-25.769 55.866Q-26.218 56.155-26.544 56.571Q-26.871 56.987-27.033 57.480Q-27.195 57.972-27.195 58.515Q-27.195 58.921-27.099 59.308Q-27.003 59.694-26.826 60.030Q-26.648 60.366-26.388 60.650Q-26.128 60.933-25.781 61.163Q-25.667 61.241-25.667 61.378Q-25.667 61.476-25.734 61.546Q-25.800 61.616-25.898 61.628L-25.988 61.628Q-26.046 61.628-26.082 61.605M-24.093 60.726L-24.093 60.636Q-24.042 60.429-23.843 60.405L-23.027 60.405L-23.027 57.222Q-23.406 57.530-23.859 57.530Q-24.089 57.530-24.140 57.300L-24.140 57.210Q-24.089 56.995-23.894 56.972Q-23.566 56.972-23.312 56.734Q-23.058 56.495-22.917 56.148Q-22.847 56.019-22.691 55.995L-22.636 55.995Q-22.441 56.015-22.390 56.230L-22.390 60.405L-21.574 60.405Q-21.374 60.429-21.324 60.636L-21.324 60.726Q-21.374 60.941-21.574 60.964L-23.843 60.964Q-24.042 60.941-24.093 60.726M-17.207 58.827L-19.949 58.827Q-20.074 58.816-20.160 58.730Q-20.246 58.644-20.246 58.515Q-20.246 58.386-20.160 58.304Q-20.074 58.222-19.949 58.210L-17.207 58.210Q-17.082 58.222-16.999 58.304Q-16.917 58.386-16.917 58.515Q-16.917 58.644-16.999 58.730Q-17.082 58.816-17.207 58.827M-16.511 60.726L-16.511 60.636Q-16.460 60.425-16.265 60.405L-16.066 60.405L-16.066 58.077L-16.265 58.077Q-16.472 58.054-16.511 57.835L-16.511 57.749Q-16.460 57.534-16.265 57.515L-15.785 57.515Q-15.593 57.538-15.535 57.749Q-15.214 57.476-14.800 57.476Q-14.609 57.476-14.441 57.585Q-14.273 57.694-14.199 57.866Q-14.023 57.675-13.800 57.575Q-13.578 57.476-13.335 57.476Q-12.917 57.476-12.763 57.818Q-12.609 58.159-12.609 58.628L-12.609 60.405L-12.410 60.405Q-12.199 60.429-12.160 60.636L-12.160 60.726Q-12.210 60.941-12.410 60.964L-13.226 60.964Q-13.421 60.941-13.472 60.726L-13.472 60.636Q-13.421 60.429-13.226 60.405L-13.136 60.405L-13.136 58.659Q-13.136 58.034-13.386 58.034Q-13.718 58.034-13.896 58.345Q-14.074 58.655-14.074 59.019L-14.074 60.405L-13.871 60.405Q-13.664 60.429-13.624 60.636L-13.624 60.726Q-13.675 60.941-13.871 60.964L-14.687 60.964Q-14.886 60.941-14.937 60.726L-14.937 60.636Q-14.886 60.429-14.687 60.405L-14.601 60.405L-14.601 58.659Q-14.601 58.034-14.847 58.034Q-15.179 58.034-15.357 58.347Q-15.535 58.659-15.535 59.019L-15.535 60.405L-15.335 60.405Q-15.128 60.429-15.089 60.636L-15.089 60.726Q-15.140 60.944-15.335 60.964L-16.265 60.964Q-16.472 60.941-16.511 60.726M-11.468 60.109L-11.468 58.077L-11.890 58.077Q-12.097 58.054-12.140 57.835L-12.140 57.749Q-12.093 57.538-11.890 57.515L-11.074 57.515Q-10.878 57.538-10.828 57.749L-10.828 60.077Q-10.828 60.312-10.658 60.378Q-10.488 60.444-10.203 60.444Q-9.996 60.444-9.800 60.368Q-9.605 60.292-9.480 60.142Q-9.355 59.991-9.355 59.780L-9.355 58.077L-9.777 58.077Q-9.988 58.054-10.027 57.835L-10.027 57.749Q-9.988 57.538-9.777 57.515L-8.964 57.515Q-8.765 57.538-8.714 57.749L-8.714 60.405L-8.289 60.405Q-8.082 60.429-8.042 60.636L-8.042 60.726Q-8.082 60.941-8.289 60.964L-9.105 60.964Q-9.304 60.941-9.355 60.741Q-9.757 61.003-10.265 61.003Q-10.499 61.003-10.714 60.962Q-10.929 60.921-11.095 60.819Q-11.261 60.718-11.365 60.540Q-11.468 60.362-11.468 60.109M-6.925 61.628L-7.011 61.628Q-7.117 61.616-7.185 61.544Q-7.253 61.472-7.253 61.378Q-7.253 61.237-7.148 61.171Q-6.812 60.956-6.542 60.667Q-6.273 60.378-6.089 60.030Q-5.906 59.683-5.816 59.304Q-5.726 58.925-5.726 58.515Q-5.726 57.976-5.890 57.484Q-6.054 56.991-6.373 56.577Q-6.691 56.163-7.132 55.874Q-7.253 55.792-7.253 55.659Q-7.253 55.562-7.185 55.493Q-7.117 55.425-7.011 55.413L-6.925 55.413Q-6.871 55.413-6.835 55.437Q-6.449 55.659-6.109 56.007Q-5.769 56.355-5.548 56.749Q-5.328 57.144-5.207 57.589Q-5.085 58.034-5.085 58.515Q-5.085 58.999-5.207 59.450Q-5.328 59.901-5.552 60.298Q-5.777 60.694-6.101 61.028Q-6.425 61.362-6.828 61.605Q-6.898 61.628-6.925 61.628\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Effective step \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">η\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3361em;\">\u003Cspan style=\"top:-2.55em;margin-left:-0.0359em;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 text mtight\">\u003Cspan class=\"mord mtight\">eff\u003C\u002Fspan>\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.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mord\">\u002F\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">η\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">1\u002F\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">1\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:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">μ\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> versus momentum coefficient \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>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>. The curve is a hyperbola: \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=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.9\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> gives \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.7278em;vertical-align:-0.0833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">10\u003C\u002Fspan>\u003Cspan class=\"mord\">×\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, \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=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.99\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> gives \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.7278em;vertical-align:-0.0833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">100\u003C\u002Fspan>\u003Cspan class=\"mord\">×\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:361.995px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 271.496 141.697\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath stroke=\"none\" d=\"M-1.69-5.73a2.99 2.99 0 1 0-5.98 0 2.99 2.99 0 0 0 5.98 0m-2.99 0\"\u002F>\u003Cg transform=\"translate(-14.875 14.506)\">\u003Cpath d=\"M-4.121-7.457Q-4.121-7.937-3.877-8.351Q-3.633-8.765-3.217-9.003Q-2.801-9.242-2.321-9.242Q-1.766-9.242-1.387-9.132Q-1.008-9.023-1.008-8.617Q-1.008-8.449-1.121-8.326Q-1.235-8.203-1.407-8.203Q-1.578-8.203-1.698-8.318Q-1.817-8.433-1.817-8.601L-1.817-8.660Q-1.977-8.683-2.313-8.683Q-2.641-8.683-2.909-8.513Q-3.176-8.343-3.328-8.060Q-3.481-7.777-3.481-7.457Q-3.481-7.136-3.309-6.855Q-3.137-6.574-2.852-6.412Q-2.567-6.250-2.239-6.250Q-1.926-6.250-1.799-6.353Q-1.672-6.457-1.555-6.646Q-1.438-6.835-1.321-6.851L-1.153-6.851Q-1.047-6.839-0.983-6.771Q-0.918-6.703-0.918-6.601Q-0.918-6.554-0.938-6.515Q-1.047-6.222-1.250-6.043Q-1.453-5.863-1.729-5.777Q-2.004-5.691-2.321-5.691Q-2.805-5.691-3.221-5.929Q-3.637-6.168-3.879-6.570Q-4.121-6.972-4.121-7.457M0.308-6.585L0.308-8.617L-0.114-8.617Q-0.321-8.640-0.364-8.859L-0.364-8.945Q-0.317-9.156-0.114-9.179L0.703-9.179Q0.898-9.156 0.949-8.945L0.949-6.617Q0.949-6.382 1.119-6.316Q1.289-6.250 1.574-6.250Q1.781-6.250 1.976-6.326Q2.172-6.402 2.297-6.552Q2.422-6.703 2.422-6.914L2.422-8.617L2-8.617Q1.789-8.640 1.750-8.859L1.750-8.945Q1.789-9.156 2-9.179L2.812-9.179Q3.011-9.156 3.062-8.945L3.062-6.289L3.488-6.289Q3.695-6.265 3.734-6.058L3.734-5.968Q3.695-5.753 3.488-5.730L2.672-5.730Q2.472-5.753 2.422-5.953Q2.019-5.691 1.511-5.691Q1.277-5.691 1.062-5.732Q0.847-5.773 0.681-5.875Q0.515-5.976 0.412-6.154Q0.308-6.332 0.308-6.585M4.035-5.968L4.035-6.058Q4.093-6.265 4.285-6.289L4.996-6.289L4.996-8.617L4.285-8.617Q4.090-8.640 4.035-8.859L4.035-8.945Q4.093-9.156 4.285-9.179L5.386-9.179Q5.586-9.160 5.636-8.945L5.636-8.617Q5.898-8.902 6.254-9.060Q6.609-9.218 6.996-9.218Q7.289-9.218 7.523-9.084Q7.758-8.949 7.758-8.683Q7.758-8.515 7.648-8.398Q7.539-8.281 7.371-8.281Q7.218-8.281 7.103-8.392Q6.988-8.503 6.988-8.660Q6.613-8.660 6.299-8.459Q5.984-8.257 5.810-7.923Q5.636-7.589 5.636-7.210L5.636-6.289L6.582-6.289Q6.789-6.265 6.828-6.058L6.828-5.968Q6.789-5.753 6.582-5.730L4.285-5.730Q4.093-5.753 4.035-5.968M8.281-5.968L8.281-6.058Q8.340-6.265 8.531-6.289L9.242-6.289L9.242-8.617L8.531-8.617Q8.336-8.640 8.281-8.859L8.281-8.945Q8.340-9.156 8.531-9.179L9.633-9.179Q9.832-9.160 9.883-8.945L9.883-8.617Q10.144-8.902 10.500-9.060Q10.855-9.218 11.242-9.218Q11.535-9.218 11.769-9.084Q12.004-8.949 12.004-8.683Q12.004-8.515 11.894-8.398Q11.785-8.281 11.617-8.281Q11.465-8.281 11.349-8.392Q11.234-8.503 11.234-8.660Q10.859-8.660 10.545-8.459Q10.230-8.257 10.056-7.923Q9.883-7.589 9.883-7.210L9.883-6.289L10.828-6.289Q11.035-6.265 11.074-6.058L11.074-5.968Q11.035-5.753 10.828-5.730L8.531-5.730Q8.340-5.753 8.281-5.968M15.816-7.218L13.375-7.218Q13.429-6.941 13.627-6.718Q13.824-6.496 14.101-6.373Q14.379-6.250 14.664-6.250Q15.136-6.250 15.359-6.539Q15.367-6.550 15.424-6.656Q15.480-6.761 15.529-6.804Q15.578-6.847 15.672-6.859L15.816-6.859Q16.008-6.839 16.066-6.625L16.066-6.570Q16-6.269 15.769-6.072Q15.539-5.875 15.226-5.783Q14.914-5.691 14.609-5.691Q14.125-5.691 13.685-5.919Q13.246-6.148 12.978-6.548Q12.711-6.949 12.711-7.441L12.711-7.500Q12.711-7.968 12.957-8.371Q13.203-8.773 13.611-9.007Q14.019-9.242 14.488-9.242Q14.992-9.242 15.345-9.019Q15.699-8.796 15.883-8.408Q16.066-8.019 16.066-7.515L16.066-7.457Q16.008-7.242 15.816-7.218M13.383-7.769L15.410-7.769Q15.363-8.179 15.125-8.431Q14.886-8.683 14.488-8.683Q14.093-8.683 13.787-8.421Q13.480-8.160 13.383-7.769M16.621-5.968L16.621-6.058Q16.664-6.265 16.871-6.289L17.293-6.289L17.293-8.617L16.871-8.617Q16.664-8.640 16.621-8.859L16.621-8.945Q16.668-9.156 16.871-9.179L17.687-9.179Q17.883-9.156 17.933-8.945L17.933-8.859L17.925-8.835Q18.152-9.015 18.425-9.117Q18.699-9.218 18.992-9.218Q19.340-9.218 19.578-9.078Q19.816-8.937 19.931-8.679Q20.047-8.421 20.047-8.066L20.047-6.289L20.472-6.289Q20.679-6.265 20.718-6.058L20.718-5.968Q20.679-5.753 20.472-5.730L19.078-5.730Q18.883-5.753 18.832-5.968L18.832-6.058Q18.883-6.269 19.078-6.289L19.406-6.289L19.406-8.035Q19.406-8.343 19.316-8.501Q19.226-8.660 18.933-8.660Q18.664-8.660 18.435-8.529Q18.207-8.398 18.070-8.169Q17.933-7.941 17.933-7.675L17.933-6.289L18.359-6.289Q18.566-6.265 18.605-6.058L18.605-5.968Q18.566-5.753 18.359-5.730L16.871-5.730Q16.664-5.753 16.621-5.968M21.996-6.835L21.996-8.617L21.246-8.617Q21.047-8.640 20.996-8.859L20.996-8.945Q21.047-9.156 21.246-9.179L21.996-9.179L21.996-9.929Q22.047-10.136 22.246-10.164L22.390-10.164Q22.586-10.136 22.636-9.929L22.636-9.179L23.996-9.179Q24.187-9.160 24.246-8.945L24.246-8.859Q24.191-8.640 23.996-8.617L22.636-8.617L22.636-6.867Q22.636-6.250 23.211-6.250Q23.461-6.250 23.625-6.435Q23.789-6.621 23.789-6.867Q23.789-6.960 23.861-7.031Q23.933-7.101 24.035-7.113L24.179-7.113Q24.379-7.089 24.429-6.882L24.429-6.835Q24.429-6.511 24.246-6.248Q24.062-5.984 23.769-5.837Q23.476-5.691 23.156-5.691Q22.644-5.691 22.320-6.001Q21.996-6.312 21.996-6.835\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0;stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-4.68-5.73h108.65\"\u002F>\u003Cpath stroke=\"none\" d=\"m106.57-5.73-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(25.874 14.506)\">\u003Cpath d=\"M-4.735-5.968L-4.735-6.058Q-4.684-6.269-4.489-6.289L-4.289-6.289L-4.289-8.617L-4.489-8.617Q-4.696-8.640-4.735-8.859L-4.735-8.945Q-4.684-9.160-4.489-9.179L-4.008-9.179Q-3.817-9.156-3.758-8.945Q-3.438-9.218-3.024-9.218Q-2.832-9.218-2.664-9.109Q-2.496-9-2.422-8.828Q-2.246-9.019-2.024-9.119Q-1.801-9.218-1.559-9.218Q-1.141-9.218-0.987-8.876Q-0.832-8.535-0.832-8.066L-0.832-6.289L-0.633-6.289Q-0.422-6.265-0.383-6.058L-0.383-5.968Q-0.434-5.753-0.633-5.730L-1.450-5.730Q-1.645-5.753-1.696-5.968L-1.696-6.058Q-1.645-6.265-1.450-6.289L-1.360-6.289L-1.360-8.035Q-1.360-8.660-1.610-8.660Q-1.942-8.660-2.119-8.349Q-2.297-8.039-2.297-7.675L-2.297-6.289L-2.094-6.289Q-1.887-6.265-1.848-6.058L-1.848-5.968Q-1.899-5.753-2.094-5.730L-2.910-5.730Q-3.110-5.753-3.160-5.968L-3.160-6.058Q-3.110-6.265-2.910-6.289L-2.825-6.289L-2.825-8.035Q-2.825-8.660-3.071-8.660Q-3.403-8.660-3.580-8.347Q-3.758-8.035-3.758-7.675L-3.758-6.289L-3.559-6.289Q-3.352-6.265-3.313-6.058L-3.313-5.968Q-3.364-5.750-3.559-5.730L-4.489-5.730Q-4.696-5.753-4.735-5.968M1.687-5.691Q1.215-5.691 0.830-5.935Q0.445-6.179 0.222-6.589Q0-70-7.457Q0-7.800 0.125-8.123Q0.250-8.445 0.480-8.699Q0.711-8.953 1.017-9.097Q1.324-9.242 1.687-9.242Q2.050-9.242 2.363-9.095Q2.675-8.949 2.898-8.703Q3.121-8.457 3.248-8.136Q3.375-7.816 3.375-7.457Q3.375-7 3.150-6.587Q2.925-6.175 2.541-5.933Q2.156-5.691 1.687-5.691M1.687-6.250Q2.152-6.250 2.443-6.644Q2.734-7.039 2.734-7.523Q2.734-7.816 2.599-8.084Q2.465-8.351 2.224-8.517Q1.984-8.683 1.687-8.683Q1.383-8.683 1.144-8.517Q0.906-8.351 0.771-8.084Q0.636-7.816 0.636-7.523Q0.636-7.043 0.929-6.646Q1.222-6.250 1.687-6.250M3.758-5.968L3.758-6.058Q3.808-6.269 4.004-6.289L4.203-6.289L4.203-8.617L4.004-8.617Q3.797-8.640 3.758-8.859L3.758-8.945Q3.808-9.160 4.004-9.179L4.484-9.179Q4.675-9.156 4.734-8.945Q5.054-9.218 5.468-9.218Q5.660-9.218 5.828-9.109Q5.996-9 6.070-8.828Q6.246-9.019 6.468-9.119Q6.691-9.218 6.933-9.218Q7.351-9.218 7.506-8.876Q7.660-8.535 7.660-8.066L7.660-6.289L7.859-6.289Q8.070-6.265 8.109-6.058L8.109-5.968Q8.058-5.753 7.859-5.730L7.043-5.730Q6.847-5.753 6.797-5.968L6.797-6.058Q6.847-6.265 7.043-6.289L7.133-6.289L7.133-8.035Q7.133-8.660 6.883-8.660Q6.550-8.660 6.373-8.349Q6.195-8.039 6.195-7.675L6.195-6.289L6.398-6.289Q6.605-6.265 6.644-6.058L6.644-5.968Q6.593-5.753 6.398-5.730L5.582-5.730Q5.383-5.753 5.332-5.968L5.332-6.058Q5.383-6.265 5.582-6.289L5.668-6.289L5.668-8.035Q5.668-8.660 5.422-8.660Q5.090-8.660 4.912-8.347Q4.734-8.035 4.734-7.675L4.734-6.289L4.933-6.289Q5.140-6.265 5.179-6.058L5.179-5.968Q5.129-5.750 4.933-5.730L4.004-5.730Q3.797-5.753 3.758-5.968M11.570-7.218L9.129-7.218Q9.183-6.941 9.381-6.718Q9.578-6.496 9.855-6.373Q10.133-6.250 10.418-6.250Q10.890-6.250 11.113-6.539Q11.121-6.550 11.177-6.656Q11.234-6.761 11.283-6.804Q11.332-6.847 11.425-6.859L11.570-6.859Q11.761-6.839 11.820-6.625L11.820-6.570Q11.754-6.269 11.523-6.072Q11.293-5.875 10.980-5.783Q10.668-5.691 10.363-5.691Q9.879-5.691 9.439-5.919Q9-6.148 8.732-6.548Q8.465-6.949 8.465-7.441L8.465-7.500Q8.465-7.968 8.711-8.371Q8.957-8.773 9.365-9.007Q9.773-9.242 10.242-9.242Q10.746-9.242 11.099-9.019Q11.453-8.796 11.636-8.408Q11.820-8.019 11.820-7.515L11.820-7.457Q11.761-7.242 11.570-7.218M9.136-7.769L11.164-7.769Q11.117-8.179 10.879-8.431Q10.640-8.683 10.242-8.683Q9.847-8.683 9.541-8.421Q9.234-8.160 9.136-7.769M12.375-5.968L12.375-6.058Q12.418-6.265 12.625-6.289L13.047-6.289L13.047-8.617L12.625-8.617Q12.418-8.640 12.375-8.859L12.375-8.945Q12.422-9.156 12.625-9.179L13.441-9.179Q13.636-9.156 13.687-8.945L13.687-8.859L13.679-8.835Q13.906-9.015 14.179-9.117Q14.453-9.218 14.746-9.218Q15.093-9.218 15.332-9.078Q15.570-8.937 15.685-8.679Q15.800-8.421 15.800-8.066L15.800-6.289L16.226-6.289Q16.433-6.265 16.472-6.058L16.472-5.968Q16.433-5.753 16.226-5.730L14.832-5.730Q14.636-5.753 14.586-5.968L14.586-6.058Q14.636-6.269 14.832-6.289L15.160-6.289L15.160-8.035Q15.160-8.343 15.070-8.501Q14.980-8.660 14.687-8.660Q14.418-8.660 14.189-8.529Q13.961-8.398 13.824-8.169Q13.687-7.941 13.687-7.675L13.687-6.289L14.113-6.289Q14.320-6.265 14.359-6.058L14.359-5.968Q14.320-5.753 14.113-5.730L12.625-5.730Q12.418-5.753 12.375-5.968M17.750-6.835L17.750-8.617L17-8.617Q16.800-8.640 16.750-8.859L16.750-8.945Q16.800-9.156 17-9.179L17.750-9.179L17.750-9.929Q17.800-10.136 18-10.164L18.144-10.164Q18.340-10.136 18.390-9.929L18.390-9.179L19.750-9.179Q19.941-9.160 20-8.945L20-8.859Q19.945-8.640 19.750-8.617L18.390-8.617L18.390-6.867Q18.390-6.250 18.965-6.250Q19.215-6.250 19.379-6.435Q19.543-6.621 19.543-6.867Q19.543-6.960 19.615-7.031Q19.687-7.101 19.789-7.113L19.933-7.113Q20.133-7.089 20.183-6.882L20.183-6.835Q20.183-6.511 20-6.248Q19.816-5.984 19.523-5.837Q19.230-5.691 18.910-5.691Q18.398-5.691 18.074-6.001Q17.750-6.312 17.750-6.835M21.539-6.585L21.539-8.617L21.117-8.617Q20.910-8.640 20.867-8.859L20.867-8.945Q20.914-9.156 21.117-9.179L21.933-9.179Q22.129-9.156 22.179-8.945L22.179-6.617Q22.179-6.382 22.349-6.316Q22.519-6.250 22.804-6.250Q23.011-6.250 23.207-6.326Q23.402-6.402 23.527-6.552Q23.652-6.703 23.652-6.914L23.652-8.617L23.230-8.617Q23.019-8.640 22.980-8.859L22.980-8.945Q23.019-9.156 23.230-9.179L24.043-9.179Q24.242-9.156 24.293-8.945L24.293-6.289L24.718-6.289Q24.925-6.265 24.965-6.058L24.965-5.968Q24.925-5.753 24.718-5.730L23.902-5.730Q23.703-5.753 23.652-5.953Q23.250-5.691 22.742-5.691Q22.508-5.691 22.293-5.732Q22.078-5.773 21.912-5.875Q21.746-5.976 21.642-6.154Q21.539-6.332 21.539-6.585M24.988-5.968L24.988-6.058Q25.039-6.269 25.234-6.289L25.433-6.289L25.433-8.617L25.234-8.617Q25.027-8.640 24.988-8.859L24.988-8.945Q25.039-9.160 25.234-9.179L25.715-9.179Q25.906-9.156 25.965-8.945Q26.285-9.218 26.699-9.218Q26.890-9.218 27.058-9.109Q27.226-9 27.300-8.828Q27.476-9.019 27.699-9.119Q27.922-9.218 28.164-9.218Q28.582-9.218 28.736-8.876Q28.890-8.535 28.890-8.066L28.890-6.289L29.090-6.289Q29.300-6.265 29.340-6.058L29.340-5.968Q29.289-5.753 29.090-5.730L28.273-5.730Q28.078-5.753 28.027-5.968L28.027-6.058Q28.078-6.265 28.273-6.289L28.363-6.289L28.363-8.035Q28.363-8.660 28.113-8.660Q27.781-8.660 27.603-8.349Q27.425-8.039 27.425-7.675L27.425-6.289L27.629-6.289Q27.836-6.265 27.875-6.058L27.875-5.968Q27.824-5.753 27.629-5.730L26.812-5.730Q26.613-5.753 26.562-5.968L26.562-6.058Q26.613-6.265 26.812-6.289L26.898-6.289L26.898-8.035Q26.898-8.660 26.652-8.660Q26.320-8.660 26.142-8.347Q25.965-8.035 25.965-7.675L25.965-6.289L26.164-6.289Q26.371-6.265 26.410-6.058L26.410-5.968Q26.359-5.750 26.164-5.730L25.234-5.730Q25.027-5.753 24.988-5.968\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.874 14.506)\">\u003Cpath d=\"M34.129-7.457Q34.129-7.937 34.373-8.351Q34.617-8.765 35.033-9.003Q35.449-9.242 35.929-9.242Q36.484-9.242 36.863-9.132Q37.242-9.023 37.242-8.617Q37.242-8.449 37.129-8.326Q37.015-8.203 36.843-8.203Q36.672-8.203 36.552-8.318Q36.433-8.433 36.433-8.601L36.433-8.660Q36.273-8.683 35.937-8.683Q35.609-8.683 35.341-8.513Q35.074-8.343 34.922-8.060Q34.769-7.777 34.769-7.457Q34.769-7.136 34.941-6.855Q35.113-6.574 35.398-6.412Q35.683-6.250 36.011-6.250Q36.324-6.250 36.451-6.353Q36.578-6.457 36.695-6.646Q36.812-6.835 36.929-6.851L37.097-6.851Q37.203-6.839 37.267-6.771Q37.332-6.703 37.332-6.601Q37.332-6.554 37.312-6.515Q37.203-6.222 37-6.043Q36.797-5.863 36.521-5.777Q36.246-5.691 35.929-5.691Q35.445-5.691 35.029-5.929Q34.613-6.168 34.371-6.570Q34.129-6.972 34.129-7.457M38.222-6.843Q38.222-7.289 38.636-7.546Q39.050-7.804 39.591-7.904Q40.133-8.003 40.640-8.011Q40.640-8.226 40.506-8.378Q40.371-8.531 40.164-8.607Q39.957-8.683 39.746-8.683Q39.402-8.683 39.242-8.660L39.242-8.601Q39.242-8.433 39.123-8.318Q39.004-8.203 38.840-8.203Q38.664-8.203 38.549-8.326Q38.433-8.449 38.433-8.617Q38.433-9.023 38.814-9.132Q39.195-9.242 39.754-9.242Q40.023-9.242 40.291-9.164Q40.558-9.085 40.783-8.935Q41.008-8.785 41.144-8.564Q41.281-8.343 41.281-8.066L41.281-6.347Q41.281-6.289 41.808-6.289Q42.004-6.269 42.054-6.058L42.054-5.968Q42.004-5.753 41.808-5.730L41.664-5.730Q41.320-5.730 41.091-5.777Q40.863-5.824 40.718-6.011Q40.258-5.691 39.550-5.691Q39.215-5.691 38.910-5.832Q38.605-5.972 38.414-6.234Q38.222-6.496 38.222-6.843M38.863-6.835Q38.863-6.562 39.105-6.406Q39.347-6.250 39.633-6.250Q39.851-6.250 40.084-6.308Q40.316-6.367 40.478-6.505Q40.640-6.644 40.640-6.867L40.640-7.457Q40.359-7.457 39.943-7.400Q39.527-7.343 39.195-7.205Q38.863-7.066 38.863-6.835M42.285-5.968L42.285-6.058Q42.343-6.265 42.535-6.289L43.246-6.289L43.246-8.617L42.535-8.617Q42.340-8.640 42.285-8.859L42.285-8.945Q42.343-9.156 42.535-9.179L43.636-9.179Q43.836-9.160 43.886-8.945L43.886-8.617Q44.148-8.902 44.504-9.060Q44.859-9.218 45.246-9.218Q45.539-9.218 45.773-9.084Q46.008-8.949 46.008-8.683Q46.008-8.515 45.898-8.398Q45.789-8.281 45.621-8.281Q45.468-8.281 45.353-8.392Q45.238-8.503 45.238-8.660Q44.863-8.660 44.549-8.459Q44.234-8.257 44.060-7.923Q43.886-7.589 43.886-7.210L43.886-6.289L44.832-6.289Q45.039-6.265 45.078-6.058L45.078-5.968Q45.039-5.753 44.832-5.730L42.535-5.730Q42.343-5.753 42.285-5.968M46.531-5.968L46.531-6.058Q46.590-6.265 46.781-6.289L47.492-6.289L47.492-8.617L46.781-8.617Q46.586-8.640 46.531-8.859L46.531-8.945Q46.590-9.156 46.781-9.179L47.883-9.179Q48.082-9.160 48.133-8.945L48.133-8.617Q48.394-8.902 48.750-9.060Q49.105-9.218 49.492-9.218Q49.785-9.218 50.019-9.084Q50.254-8.949 50.254-8.683Q50.254-8.515 50.144-8.398Q50.035-8.281 49.867-8.281Q49.715-8.281 49.599-8.392Q49.484-8.503 49.484-8.660Q49.109-8.660 48.795-8.459Q48.480-8.257 48.306-7.923Q48.133-7.589 48.133-7.210L48.133-6.289L49.078-6.289Q49.285-6.265 49.324-6.058L49.324-5.968Q49.285-5.753 49.078-5.730L46.781-5.730Q46.590-5.753 46.531-5.968M50.898-4.609Q50.898-4.718 50.949-4.810Q51-4.902 51.091-4.953Q51.183-5.003 51.289-5.003Q51.398-5.003 51.490-4.953Q51.582-4.902 51.633-4.810Q51.683-4.718 51.683-4.609L51.539-4.609Q51.539-4.472 51.562-4.472Q51.820-4.472 52.008-4.664Q52.195-4.855 52.281-5.121L52.492-5.730L51.355-8.617L51.027-8.617Q50.832-8.640 50.777-8.859L50.777-8.945Q50.836-9.156 51.027-9.179L52.187-9.179Q52.383-9.156 52.433-8.945L52.433-8.859Q52.383-8.640 52.187-8.617L51.922-8.617Q52.258-7.769 52.502-7.115Q52.746-6.460 52.746-6.371L52.754-6.371Q52.754-6.429 52.845-6.722Q52.937-7.015 53.131-7.599Q53.324-8.183 53.465-8.617L53.187-8.617Q52.976-8.640 52.937-8.859L52.937-8.945Q52.988-9.160 53.187-9.179L54.340-9.179Q54.547-9.156 54.586-8.945L54.586-8.859Q54.547-8.640 54.340-8.617L54.019-8.617L52.843-5.121Q52.675-4.621 52.349-4.267Q52.023-3.914 51.562-3.914Q51.289-3.914 51.093-4.125Q50.898-4.335 50.898-4.609\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M109.56-5.73a2.99 2.99 0 1 0-5.98 0 2.99 2.99 0 0 0 5.98 0m-2.99 0\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(92.124 -9.422)\">\u003Cpath d=\"M-4.231-5.968L-4.231-6.058Q-4.180-6.265-3.985-6.289L-2.879-6.289L-2.879-10.058L-3.985-10.058Q-4.180-10.082-4.231-10.296L-4.231-10.386Q-4.180-10.593-3.985-10.617L-2.489-10.617Q-2.297-10.593-2.239-10.386L-2.239-6.289L-1.137-6.289Q-0.938-6.265-0.887-6.058L-0.887-5.968Q-0.938-5.753-1.137-5.730L-3.985-5.730Q-4.180-5.753-4.231-5.968M1.687-5.691Q1.215-5.691 0.830-5.935Q0.445-6.179 0.222-6.589Q0-70-7.457Q0-7.800 0.125-8.123Q0.250-8.445 0.480-8.699Q0.711-8.953 1.017-9.097Q1.324-9.242 1.687-9.242Q2.050-9.242 2.363-9.095Q2.675-8.949 2.898-8.703Q3.121-8.457 3.248-8.136Q3.375-7.816 3.375-7.457Q3.375-7 3.150-6.587Q2.925-6.175 2.541-5.933Q2.156-5.691 1.687-5.691M1.687-6.250Q2.152-6.250 2.443-6.644Q2.734-7.039 2.734-7.523Q2.734-7.816 2.599-8.084Q2.465-8.351 2.224-8.517Q1.984-8.683 1.687-8.683Q1.383-8.683 1.144-8.517Q0.906-8.351 0.771-8.084Q0.636-7.816 0.636-7.523Q0.636-7.043 0.929-6.646Q1.222-6.250 1.687-6.250M5.933-5.691Q5.461-5.691 5.076-5.935Q4.691-6.179 4.468-6.589Q4.246-7 4.246-7.457Q4.246-7.800 4.371-8.123Q4.496-8.445 4.726-8.699Q4.957-8.953 5.263-9.097Q5.570-9.242 5.933-9.242Q6.297-9.242 6.609-9.095Q6.922-8.949 7.144-8.703Q7.367-8.457 7.494-8.136Q7.621-7.816 7.621-7.457Q7.621-7 7.396-6.587Q7.172-6.175 6.787-5.933Q6.402-5.691 5.933-5.691M5.933-6.250Q6.398-6.250 6.689-6.644Q6.980-7.039 6.980-7.523Q6.980-7.816 6.845-8.084Q6.711-8.351 6.470-8.517Q6.230-8.683 5.933-8.683Q5.629-8.683 5.390-8.517Q5.152-8.351 5.017-8.084Q4.883-7.816 4.883-7.523Q4.883-7.043 5.175-6.646Q5.468-6.250 5.933-6.250M8.203-5.968L8.203-6.058Q8.254-6.265 8.449-6.289L8.914-6.289L8.914-10.058L8.449-10.058Q8.254-10.082 8.203-10.296L8.203-10.386Q8.254-10.593 8.449-10.617L9.195-10.617Q9.390-10.597 9.441-10.386L9.441-7.562L10.586-8.617L10.289-8.617Q10.082-8.640 10.043-8.859L10.043-8.945Q10.082-9.156 10.289-9.179L11.738-9.179Q11.941-9.156 11.988-8.945L11.988-8.859Q11.945-8.640 11.738-8.617L11.371-8.617L10.425-7.753L11.578-6.289L11.914-6.289Q12.121-6.265 12.164-6.058L12.164-5.968Q12.121-5.753 11.914-5.730L10.746-5.730Q10.550-5.753 10.500-5.968L10.500-6.058Q10.550-6.265 10.746-6.289L10.906-6.289L10.043-7.394L9.441-6.843L9.441-6.289L9.906-6.289Q10.097-6.265 10.156-6.058L10.156-5.968Q10.097-5.753 9.906-5.730L8.449-5.730Q8.254-5.753 8.203-5.968M12.711-6.843Q12.711-7.289 13.125-7.546Q13.539-7.804 14.080-7.904Q14.621-8.003 15.129-8.011Q15.129-8.226 14.994-8.378Q14.859-8.531 14.652-8.607Q14.445-8.683 14.234-8.683Q13.890-8.683 13.730-8.660L13.730-8.601Q13.730-8.433 13.611-8.318Q13.492-8.203 13.328-8.203Q13.152-8.203 13.037-8.326Q12.922-8.449 12.922-8.617Q12.922-9.023 13.302-9.132Q13.683-9.242 14.242-9.242Q14.511-9.242 14.779-9.164Q15.047-9.085 15.271-8.935Q15.496-8.785 15.633-8.564Q15.769-8.343 15.769-8.066L15.769-6.347Q15.769-6.289 16.297-6.289Q16.492-6.269 16.543-6.058L16.543-5.968Q16.492-5.753 16.297-5.730L16.152-5.730Q15.808-5.730 15.580-5.777Q15.351-5.824 15.207-6.011Q14.746-5.691 14.039-5.691Q13.703-5.691 13.398-5.832Q13.093-5.972 12.902-6.234Q12.711-6.496 12.711-6.843M13.351-6.835Q13.351-6.562 13.593-6.406Q13.836-6.250 14.121-6.250Q14.340-6.250 14.572-6.308Q14.804-6.367 14.966-6.505Q15.129-6.644 15.129-6.867L15.129-7.457Q14.847-7.457 14.431-7.400Q14.015-7.343 13.683-7.205Q13.351-7.066 13.351-6.835M16.621-5.968L16.621-6.058Q16.664-6.265 16.871-6.289L17.293-6.289L17.293-10.058L16.871-10.058Q16.664-10.082 16.621-10.296L16.621-10.386Q16.664-10.593 16.871-10.617L17.687-10.617Q17.883-10.593 17.933-10.386L17.933-8.835Q18.394-9.218 18.992-9.218Q19.340-9.218 19.578-9.078Q19.816-8.937 19.931-8.679Q20.047-8.421 20.047-8.066L20.047-6.289L20.472-6.289Q20.679-6.265 20.718-6.058L20.718-5.968Q20.679-5.753 20.472-5.730L19.078-5.730Q18.883-5.753 18.832-5.968L18.832-6.058Q18.883-6.269 19.078-6.289L19.406-6.289L19.406-8.035Q19.406-8.343 19.316-8.501Q19.226-8.660 18.933-8.660Q18.664-8.660 18.435-8.529Q18.207-8.398 18.070-8.169Q17.933-7.941 17.933-7.675L17.933-6.289L18.359-6.289Q18.566-6.265 18.605-6.058L18.605-5.968Q18.566-5.753 18.359-5.730L16.871-5.730Q16.664-5.753 16.621-5.968M24.308-7.218L21.867-7.218Q21.922-6.941 22.119-6.718Q22.316-6.496 22.593-6.373Q22.871-6.250 23.156-6.250Q23.629-6.250 23.851-6.539Q23.859-6.550 23.916-6.656Q23.972-6.761 24.021-6.804Q24.070-6.847 24.164-6.859L24.308-6.859Q24.500-6.839 24.558-6.625L24.558-6.570Q24.492-6.269 24.261-6.072Q24.031-5.875 23.718-5.783Q23.406-5.691 23.101-5.691Q22.617-5.691 22.177-5.919Q21.738-6.148 21.470-6.548Q21.203-6.949 21.203-7.441L21.203-7.500Q21.203-7.968 21.449-8.371Q21.695-8.773 22.103-9.007Q22.511-9.242 22.980-9.242Q23.484-9.242 23.838-9.019Q24.191-8.796 24.375-8.408Q24.558-8.019 24.558-7.515L24.558-7.457Q24.500-7.242 24.308-7.218M21.875-7.769L23.902-7.769Q23.855-8.179 23.617-8.431Q23.379-8.683 22.980-8.683Q22.586-8.683 22.279-8.421Q21.972-8.160 21.875-7.769M25.449-6.843Q25.449-7.289 25.863-7.546Q26.277-7.804 26.818-7.904Q27.359-8.003 27.867-8.011Q27.867-8.226 27.732-8.378Q27.597-8.531 27.390-8.607Q27.183-8.683 26.972-8.683Q26.629-8.683 26.468-8.660L26.468-8.601Q26.468-8.433 26.349-8.318Q26.230-8.203 26.066-8.203Q25.890-8.203 25.775-8.326Q25.660-8.449 25.660-8.617Q25.660-9.023 26.041-9.132Q26.422-9.242 26.980-9.242Q27.250-9.242 27.517-9.164Q27.785-9.085 28.009-8.935Q28.234-8.785 28.371-8.564Q28.508-8.343 28.508-8.066L28.508-6.347Q28.508-6.289 29.035-6.289Q29.230-6.269 29.281-6.058L29.281-5.968Q29.230-5.753 29.035-5.730L28.890-5.730Q28.547-5.730 28.318-5.777Q28.090-5.824 27.945-6.011Q27.484-5.691 26.777-5.691Q26.441-5.691 26.136-5.832Q25.832-5.972 25.640-6.234Q25.449-6.496 25.449-6.843M26.090-6.835Q26.090-6.562 26.332-6.406Q26.574-6.250 26.859-6.250Q27.078-6.250 27.310-6.308Q27.543-6.367 27.705-6.505Q27.867-6.644 27.867-6.867L27.867-7.457Q27.586-7.457 27.170-7.400Q26.754-7.343 26.422-7.205Q26.090-7.066 26.090-6.835M31.152-5.691Q30.687-5.691 30.322-5.941Q29.957-6.191 29.752-6.595Q29.547-7 29.547-7.457Q29.547-7.800 29.672-8.121Q29.797-8.441 30.029-8.691Q30.261-8.941 30.566-9.080Q30.871-9.218 31.226-9.218Q31.738-9.218 32.144-8.898L32.144-10.058L31.722-10.058Q31.511-10.082 31.472-10.296L31.472-10.386Q31.511-10.593 31.722-10.617L32.535-10.617Q32.734-10.593 32.785-10.386L32.785-6.289L33.211-6.289Q33.418-6.265 33.457-6.058L33.457-5.968Q33.418-5.753 33.211-5.730L32.394-5.730Q32.195-5.753 32.144-5.968L32.144-6.097Q31.949-5.906 31.687-5.798Q31.425-5.691 31.152-5.691M31.191-6.250Q31.550-6.250 31.802-6.519Q32.054-6.789 32.144-7.164L32.144-7.996Q32.086-8.183 31.959-8.334Q31.832-8.484 31.654-8.572Q31.476-8.660 31.281-8.660Q30.972-8.660 30.722-8.490Q30.472-8.320 30.328-8.035Q30.183-7.750 30.183-7.449Q30.183-7 30.468-6.625Q30.754-6.250 31.191-6.250\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-4.68-5.73 12.33-58.31\"\u002F>\u003Cpath stroke=\"none\" d=\"m13.316-61.355-4.011 4.083 3.026-1.039 1.845 2.615\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(-50.924 -58.318)\">\u003Cpath d=\"M-4.442-5.082Q-4.442-5.382-4.293-5.644Q-4.145-5.906-3.895-6.066Q-4.078-6.320-4.078-6.640Q-4.078-6.925-3.926-7.187Q-4.176-7.511-4.176-7.929Q-4.176-8.289-3.985-8.585Q-3.793-8.882-3.475-9.050Q-3.157-9.218-2.793-9.218Q-2.586-9.218-2.383-9.158Q-2.180-9.097-2.016-8.996Q-1.633-9.257-1.160-9.257Q-0.922-9.257-0.741-9.126Q-0.559-8.996-0.559-8.769Q-0.559-8.621-0.660-8.515Q-0.762-8.410-0.918-8.410Q-1.051-8.410-1.147-8.488Q-1.242-8.566-1.274-8.691Q-1.418-8.683-1.617-8.593Q-1.414-8.281-1.414-7.929Q-1.414-7.648-1.526-7.416Q-1.637-7.183-1.832-7.005Q-2.028-6.828-2.280-6.730Q-2.532-6.632-2.793-6.632Q-3.180-6.632-3.512-6.820Q-3.524-6.820-3.534-6.748Q-3.543-6.675-3.543-6.640Q-3.543-6.519-3.477-6.412Q-3.410-6.304-3.289-6.265Q-3.274-6.269-3.260-6.271Q-3.246-6.273-3.223-6.273Q-3.207-6.273-3.176-6.265Q-3.145-6.257-3.137-6.257L-2.543-6.257Q-1.762-6.257-1.221-6.015Q-0.680-5.773-0.680-5.082Q-0.680-4.781-0.860-4.554Q-1.039-4.328-1.336-4.183Q-1.633-4.039-1.953-3.972Q-2.274-3.906-2.559-3.906Q-2.950-3.906-3.391-4.029Q-3.832-4.152-4.137-4.419Q-4.442-4.687-4.442-5.082M-3.903-5.089Q-3.903-4.871-3.662-4.730Q-3.422-4.589-3.098-4.523Q-2.774-4.457-2.559-4.457Q-2.344-4.457-2.020-4.523Q-1.696-4.589-1.455-4.730Q-1.215-4.871-1.215-5.089Q-1.215-5.378-1.440-5.517Q-1.664-5.656-1.946-5.689Q-2.227-5.722-2.575-5.722L-3.192-5.722Q-3.375-5.722-3.537-5.642Q-3.700-5.562-3.801-5.416Q-3.903-5.269-3.903-5.089M-2.793-7.187Q-2.492-7.187-2.274-7.406Q-2.055-7.625-2.055-7.929Q-2.055-8.085-2.110-8.216Q-2.164-8.347-2.270-8.453Q-2.375-8.558-2.506-8.613Q-2.637-8.668-2.793-8.668Q-3.098-8.668-3.317-8.449Q-3.535-8.230-3.535-7.929Q-3.535-7.632-3.313-7.410Q-3.090-7.187-2.793-7.187M-0.211-5.968L-0.211-6.058Q-0.153-6.265 0.039-6.289L0.750-6.289L0.750-8.617L0.039-8.617Q-0.157-8.640-0.211-8.859L-0.211-8.945Q-0.153-9.156 0.039-9.179L1.140-9.179Q1.340-9.160 1.390-8.945L1.390-8.617Q1.652-8.902 2.008-9.060Q2.363-9.218 2.750-9.218Q3.043-9.218 3.277-9.084Q3.511-8.949 3.511-8.683Q3.511-8.515 3.402-8.398Q3.293-8.281 3.125-8.281Q2.972-8.281 2.857-8.392Q2.742-8.503 2.742-8.660Q2.367-8.660 2.052-8.459Q1.738-8.257 1.564-7.923Q1.390-7.589 1.390-7.210L1.390-6.289L2.336-6.289Q2.543-6.265 2.582-6.058L2.582-5.968Q2.543-5.753 2.336-5.730L0.039-5.730Q-0.153-5.753-0.211-5.968M4.218-6.843Q4.218-7.289 4.633-7.546Q5.047-7.804 5.588-7.904Q6.129-8.003 6.636-8.011Q6.636-8.226 6.502-8.378Q6.367-8.531 6.160-8.607Q5.953-8.683 5.742-8.683Q5.398-8.683 5.238-8.660L5.238-8.601Q5.238-8.433 5.119-8.318Q5-8.203 4.836-8.203Q4.660-8.203 4.545-8.326Q4.429-8.449 4.429-8.617Q4.429-9.023 4.810-9.132Q5.191-9.242 5.750-9.242Q6.019-9.242 6.287-9.164Q6.554-9.085 6.779-8.935Q7.004-8.785 7.140-8.564Q7.277-8.343 7.277-8.066L7.277-6.347Q7.277-6.289 7.804-6.289Q8-6.269 8.050-6.058L8.050-5.968Q8-5.753 7.804-5.730L7.660-5.730Q7.316-5.730 7.088-5.777Q6.859-5.824 6.715-6.011Q6.254-5.691 5.547-5.691Q5.211-5.691 4.906-5.832Q4.601-5.972 4.410-6.234Q4.218-6.496 4.218-6.843M4.859-6.835Q4.859-6.562 5.101-6.406Q5.343-6.250 5.629-6.250Q5.847-6.250 6.080-6.308Q6.312-6.367 6.474-6.505Q6.636-6.644 6.636-6.867L6.636-7.457Q6.355-7.457 5.939-7.400Q5.523-7.343 5.191-7.205Q4.859-7.066 4.859-6.835M9.922-5.691Q9.457-5.691 9.091-5.941Q8.726-6.191 8.521-6.595Q8.316-7 8.316-7.457Q8.316-7.800 8.441-8.121Q8.566-8.441 8.799-8.691Q9.031-8.941 9.336-9.080Q9.640-9.218 9.996-9.218Q10.508-9.218 10.914-8.898L10.914-10.058L10.492-10.058Q10.281-10.082 10.242-10.296L10.242-10.386Q10.281-10.593 10.492-10.617L11.304-10.617Q11.504-10.593 11.554-10.386L11.554-6.289L11.980-6.289Q12.187-6.265 12.226-6.058L12.226-5.968Q12.187-5.753 11.980-5.730L11.164-5.730Q10.965-5.753 10.914-5.968L10.914-6.097Q10.718-5.906 10.457-5.798Q10.195-5.691 9.922-5.691M9.961-6.250Q10.320-6.250 10.572-6.519Q10.824-6.789 10.914-7.164L10.914-7.996Q10.855-8.183 10.728-8.334Q10.601-8.484 10.424-8.572Q10.246-8.660 10.050-8.660Q9.742-8.660 9.492-8.490Q9.242-8.320 9.097-8.035Q8.953-7.750 8.953-7.449Q8.953-7 9.238-6.625Q9.523-6.250 9.961-6.250\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-50.924 -58.318)\">\u003Cpath d=\"M16.976-6.843Q16.976-7.289 17.390-7.546Q17.804-7.804 18.345-7.904Q18.886-8.003 19.394-8.011Q19.394-8.226 19.259-8.378Q19.125-8.531 18.918-8.607Q18.711-8.683 18.500-8.683Q18.156-8.683 17.996-8.660L17.996-8.601Q17.996-8.433 17.877-8.318Q17.758-8.203 17.593-8.203Q17.418-8.203 17.302-8.326Q17.187-8.449 17.187-8.617Q17.187-9.023 17.568-9.132Q17.949-9.242 18.508-9.242Q18.777-9.242 19.045-9.164Q19.312-9.085 19.537-8.935Q19.761-8.785 19.898-8.564Q20.035-8.343 20.035-8.066L20.035-6.347Q20.035-6.289 20.562-6.289Q20.758-6.269 20.808-6.058L20.808-5.968Q20.758-5.753 20.562-5.730L20.418-5.730Q20.074-5.730 19.845-5.777Q19.617-5.824 19.472-6.011Q19.011-5.691 18.304-5.691Q17.968-5.691 17.664-5.832Q17.359-5.972 17.168-6.234Q16.976-6.496 16.976-6.843M17.617-6.835Q17.617-6.562 17.859-6.406Q18.101-6.250 18.386-6.250Q18.605-6.250 18.838-6.308Q19.070-6.367 19.232-6.505Q19.394-6.644 19.394-6.867L19.394-7.457Q19.113-7.457 18.697-7.400Q18.281-7.343 17.949-7.205Q17.617-7.066 17.617-6.835M22.015-6.835L22.015-8.617L21.265-8.617Q21.066-8.640 21.015-8.859L21.015-8.945Q21.066-9.156 21.265-9.179L22.015-9.179L22.015-9.929Q22.066-10.136 22.265-10.164L22.410-10.164Q22.605-10.136 22.656-9.929L22.656-9.179L24.015-9.179Q24.207-9.160 24.265-8.945L24.265-8.859Q24.211-8.640 24.015-8.617L22.656-8.617L22.656-6.867Q22.656-6.250 23.230-6.250Q23.480-6.250 23.644-6.435Q23.808-6.621 23.808-6.867Q23.808-6.960 23.881-7.031Q23.953-7.101 24.054-7.113L24.199-7.113Q24.398-7.089 24.449-6.882L24.449-6.835Q24.449-6.511 24.265-6.248Q24.082-5.984 23.789-5.837Q23.496-5.691 23.175-5.691Q22.664-5.691 22.340-6.001Q22.015-6.312 22.015-6.835\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-50.924 -58.318)\">\u003Cpath d=\"M29.879-7.457Q29.879-7.937 30.123-8.351Q30.367-8.765 30.783-9.003Q31.199-9.242 31.679-9.242Q32.234-9.242 32.613-9.132Q32.992-9.023 32.992-8.617Q32.992-8.449 32.879-8.326Q32.765-8.203 32.593-8.203Q32.422-8.203 32.302-8.318Q32.183-8.433 32.183-8.601L32.183-8.660Q32.023-8.683 31.687-8.683Q31.359-8.683 31.091-8.513Q30.824-8.343 30.672-8.060Q30.519-7.777 30.519-7.457Q30.519-7.136 30.691-6.855Q30.863-6.574 31.148-6.412Q31.433-6.250 31.761-6.250Q32.074-6.250 32.201-6.353Q32.328-6.457 32.445-6.646Q32.562-6.835 32.679-6.851L32.847-6.851Q32.953-6.839 33.017-6.771Q33.082-6.703 33.082-6.601Q33.082-6.554 33.062-6.515Q32.953-6.222 32.750-6.043Q32.547-5.863 32.271-5.777Q31.996-5.691 31.679-5.691Q31.195-5.691 30.779-5.929Q30.363-6.168 30.121-6.570Q29.879-6.972 29.879-7.457M34.308-6.585L34.308-8.617L33.886-8.617Q33.679-8.640 33.636-8.859L33.636-8.945Q33.683-9.156 33.886-9.179L34.703-9.179Q34.898-9.156 34.949-8.945L34.949-6.617Q34.949-6.382 35.119-6.316Q35.289-6.250 35.574-6.250Q35.781-6.250 35.976-6.326Q36.172-6.402 36.297-6.552Q36.422-6.703 36.422-6.914L36.422-8.617L36-8.617Q35.789-8.640 35.750-8.859L35.750-8.945Q35.789-9.156 36-9.179L36.812-9.179Q37.011-9.156 37.062-8.945L37.062-6.289L37.488-6.289Q37.695-6.265 37.734-6.058L37.734-5.968Q37.695-5.753 37.488-5.730L36.672-5.730Q36.472-5.753 36.422-5.953Q36.019-5.691 35.511-5.691Q35.277-5.691 35.062-5.732Q34.847-5.773 34.681-5.875Q34.515-5.976 34.412-6.154Q34.308-6.332 34.308-6.585M38.035-5.968L38.035-6.058Q38.093-6.265 38.285-6.289L38.996-6.289L38.996-8.617L38.285-8.617Q38.090-8.640 38.035-8.859L38.035-8.945Q38.093-9.156 38.285-9.179L39.386-9.179Q39.586-9.160 39.636-8.945L39.636-8.617Q39.898-8.902 40.254-9.060Q40.609-9.218 40.996-9.218Q41.289-9.218 41.523-9.084Q41.758-8.949 41.758-8.683Q41.758-8.515 41.648-8.398Q41.539-8.281 41.371-8.281Q41.218-8.281 41.103-8.392Q40.988-8.503 40.988-8.660Q40.613-8.660 40.299-8.459Q39.984-8.257 39.810-7.923Q39.636-7.589 39.636-7.210L39.636-6.289L40.582-6.289Q40.789-6.265 40.828-6.058L40.828-5.968Q40.789-5.753 40.582-5.730L38.285-5.730Q38.093-5.753 38.035-5.968M42.281-5.968L42.281-6.058Q42.340-6.265 42.531-6.289L43.242-6.289L43.242-8.617L42.531-8.617Q42.336-8.640 42.281-8.859L42.281-8.945Q42.340-9.156 42.531-9.179L43.633-9.179Q43.832-9.160 43.883-8.945L43.883-8.617Q44.144-8.902 44.500-9.060Q44.855-9.218 45.242-9.218Q45.535-9.218 45.769-9.084Q46.004-8.949 46.004-8.683Q46.004-8.515 45.894-8.398Q45.785-8.281 45.617-8.281Q45.465-8.281 45.349-8.392Q45.234-8.503 45.234-8.660Q44.859-8.660 44.545-8.459Q44.230-8.257 44.056-7.923Q43.883-7.589 43.883-7.210L43.883-6.289L44.828-6.289Q45.035-6.265 45.074-6.058L45.074-5.968Q45.035-5.753 44.828-5.730L42.531-5.730Q42.340-5.753 42.281-5.968M49.816-7.218L47.375-7.218Q47.429-6.941 47.627-6.718Q47.824-6.496 48.101-6.373Q48.379-6.250 48.664-6.250Q49.136-6.250 49.359-6.539Q49.367-6.550 49.424-6.656Q49.480-6.761 49.529-6.804Q49.578-6.847 49.672-6.859L49.816-6.859Q50.008-6.839 50.066-6.625L50.066-6.570Q50-6.269 49.769-6.072Q49.539-5.875 49.226-5.783Q48.914-5.691 48.609-5.691Q48.125-5.691 47.685-5.919Q47.246-6.148 46.978-6.548Q46.711-6.949 46.711-7.441L46.711-7.500Q46.711-7.968 46.957-8.371Q47.203-8.773 47.611-9.007Q48.019-9.242 48.488-9.242Q48.992-9.242 49.345-9.019Q49.699-8.796 49.883-8.408Q50.066-8.019 50.066-7.515L50.066-7.457Q50.008-7.242 49.816-7.218M47.383-7.769L49.410-7.769Q49.363-8.179 49.125-8.431Q48.886-8.683 48.488-8.683Q48.093-8.683 47.787-8.421Q47.480-8.160 47.383-7.769M50.621-5.968L50.621-6.058Q50.664-6.265 50.871-6.289L51.293-6.289L51.293-8.617L50.871-8.617Q50.664-8.640 50.621-8.859L50.621-8.945Q50.668-9.156 50.871-9.179L51.687-9.179Q51.883-9.156 51.933-8.945L51.933-8.859L51.925-8.835Q52.152-9.015 52.425-9.117Q52.699-9.218 52.992-9.218Q53.340-9.218 53.578-9.078Q53.816-8.937 53.931-8.679Q54.047-8.421 54.047-8.066L54.047-6.289L54.472-6.289Q54.679-6.265 54.718-6.058L54.718-5.968Q54.679-5.753 54.472-5.730L53.078-5.730Q52.883-5.753 52.832-5.968L52.832-6.058Q52.883-6.269 53.078-6.289L53.406-6.289L53.406-8.035Q53.406-8.343 53.316-8.501Q53.226-8.660 52.933-8.660Q52.664-8.660 52.435-8.529Q52.207-8.398 52.070-8.169Q51.933-7.941 51.933-7.675L51.933-6.289L52.359-6.289Q52.566-6.265 52.605-6.058L52.605-5.968Q52.566-5.753 52.359-5.730L50.871-5.730Q50.664-5.753 50.621-5.968M55.996-6.835L55.996-8.617L55.246-8.617Q55.047-8.640 54.996-8.859L54.996-8.945Q55.047-9.156 55.246-9.179L55.996-9.179L55.996-9.929Q56.047-10.136 56.246-10.164L56.390-10.164Q56.586-10.136 56.636-9.929L56.636-9.179L57.996-9.179Q58.187-9.160 58.246-8.945L58.246-8.859Q58.191-8.640 57.996-8.617L56.636-8.617L56.636-6.867Q56.636-6.250 57.211-6.250Q57.461-6.250 57.625-6.435Q57.789-6.621 57.789-6.867Q57.789-6.960 57.861-7.031Q57.933-7.101 58.035-7.113L58.179-7.113Q58.379-7.089 58.429-6.882L58.429-6.835Q58.429-6.511 58.246-6.248Q58.062-5.984 57.769-5.837Q57.476-5.691 57.156-5.691Q56.644-5.691 56.320-6.001Q55.996-6.312 55.996-6.835\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m-4.68-5.73 126.307-54.36\"\u002F>\u003Cpath stroke=\"none\" d=\"m124.566-61.355-5.715-.328 2.776 1.593-.752 3.11\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(139.323 -54.3)\">\u003Cpath d=\"M-4.735-5.968L-4.735-6.058Q-4.684-6.269-4.489-6.289L-4.289-6.289L-4.289-8.617L-4.489-8.617Q-4.696-8.640-4.735-8.859L-4.735-8.945Q-4.684-9.160-4.489-9.179L-4.008-9.179Q-3.817-9.156-3.758-8.945Q-3.438-9.218-3.024-9.218Q-2.832-9.218-2.664-9.109Q-2.496-9-2.422-8.828Q-2.246-9.019-2.024-9.119Q-1.801-9.218-1.559-9.218Q-1.141-9.218-0.987-8.876Q-0.832-8.535-0.832-8.066L-0.832-6.289L-0.633-6.289Q-0.422-6.265-0.383-6.058L-0.383-5.968Q-0.434-5.753-0.633-5.730L-1.450-5.730Q-1.645-5.753-1.696-5.968L-1.696-6.058Q-1.645-6.265-1.450-6.289L-1.360-6.289L-1.360-8.035Q-1.360-8.660-1.610-8.660Q-1.942-8.660-2.119-8.349Q-2.297-8.039-2.297-7.675L-2.297-6.289L-2.094-6.289Q-1.887-6.265-1.848-6.058L-1.848-5.968Q-1.899-5.753-2.094-5.730L-2.910-5.730Q-3.110-5.753-3.160-5.968L-3.160-6.058Q-3.110-6.265-2.910-6.289L-2.825-6.289L-2.825-8.035Q-2.825-8.660-3.071-8.660Q-3.403-8.660-3.580-8.347Q-3.758-8.035-3.758-7.675L-3.758-6.289L-3.559-6.289Q-3.352-6.265-3.313-6.058L-3.313-5.968Q-3.364-5.750-3.559-5.730L-4.489-5.730Q-4.696-5.753-4.735-5.968M1.687-5.691Q1.215-5.691 0.830-5.935Q0.445-6.179 0.222-6.589Q0-70-7.457Q0-7.800 0.125-8.123Q0.250-8.445 0.480-8.699Q0.711-8.953 1.017-9.097Q1.324-9.242 1.687-9.242Q2.050-9.242 2.363-9.095Q2.675-8.949 2.898-8.703Q3.121-8.457 3.248-8.136Q3.375-7.816 3.375-7.457Q3.375-7 3.150-6.587Q2.925-6.175 2.541-5.933Q2.156-5.691 1.687-5.691M1.687-6.250Q2.152-6.250 2.443-6.644Q2.734-7.039 2.734-7.523Q2.734-7.816 2.599-8.084Q2.465-8.351 2.224-8.517Q1.984-8.683 1.687-8.683Q1.383-8.683 1.144-8.517Q0.906-8.351 0.771-8.084Q0.636-7.816 0.636-7.523Q0.636-7.043 0.929-6.646Q1.222-6.250 1.687-6.250M3.758-5.968L3.758-6.058Q3.808-6.269 4.004-6.289L4.203-6.289L4.203-8.617L4.004-8.617Q3.797-8.640 3.758-8.859L3.758-8.945Q3.808-9.160 4.004-9.179L4.484-9.179Q4.675-9.156 4.734-8.945Q5.054-9.218 5.468-9.218Q5.660-9.218 5.828-9.109Q5.996-9 6.070-8.828Q6.246-9.019 6.468-9.119Q6.691-9.218 6.933-9.218Q7.351-9.218 7.506-8.876Q7.660-8.535 7.660-8.066L7.660-6.289L7.859-6.289Q8.070-6.265 8.109-6.058L8.109-5.968Q8.058-5.753 7.859-5.730L7.043-5.730Q6.847-5.753 6.797-5.968L6.797-6.058Q6.847-6.265 7.043-6.289L7.133-6.289L7.133-8.035Q7.133-8.660 6.883-8.660Q6.550-8.660 6.373-8.349Q6.195-8.039 6.195-7.675L6.195-6.289L6.398-6.289Q6.605-6.265 6.644-6.058L6.644-5.968Q6.593-5.753 6.398-5.730L5.582-5.730Q5.383-5.753 5.332-5.968L5.332-6.058Q5.383-6.265 5.582-6.289L5.668-6.289L5.668-8.035Q5.668-8.660 5.422-8.660Q5.090-8.660 4.912-8.347Q4.734-8.035 4.734-7.675L4.734-6.289L4.933-6.289Q5.140-6.265 5.179-6.058L5.179-5.968Q5.129-5.750 4.933-5.730L4.004-5.730Q3.797-5.753 3.758-5.968M11.570-7.218L9.129-7.218Q9.183-6.941 9.381-6.718Q9.578-6.496 9.855-6.373Q10.133-6.250 10.418-6.250Q10.890-6.250 11.113-6.539Q11.121-6.550 11.177-6.656Q11.234-6.761 11.283-6.804Q11.332-6.847 11.425-6.859L11.570-6.859Q11.761-6.839 11.820-6.625L11.820-6.570Q11.754-6.269 11.523-6.072Q11.293-5.875 10.980-5.783Q10.668-5.691 10.363-5.691Q9.879-5.691 9.439-5.919Q9-6.148 8.732-6.548Q8.465-6.949 8.465-7.441L8.465-7.500Q8.465-7.968 8.711-8.371Q8.957-8.773 9.365-9.007Q9.773-9.242 10.242-9.242Q10.746-9.242 11.099-9.019Q11.453-8.796 11.636-8.408Q11.820-8.019 11.820-7.515L11.820-7.457Q11.761-7.242 11.570-7.218M9.136-7.769L11.164-7.769Q11.117-8.179 10.879-8.431Q10.640-8.683 10.242-8.683Q9.847-8.683 9.541-8.421Q9.234-8.160 9.136-7.769M12.375-5.968L12.375-6.058Q12.418-6.265 12.625-6.289L13.047-6.289L13.047-8.617L12.625-8.617Q12.418-8.640 12.375-8.859L12.375-8.945Q12.422-9.156 12.625-9.179L13.441-9.179Q13.636-9.156 13.687-8.945L13.687-8.859L13.679-8.835Q13.906-9.015 14.179-9.117Q14.453-9.218 14.746-9.218Q15.093-9.218 15.332-9.078Q15.570-8.937 15.685-8.679Q15.800-8.421 15.800-8.066L15.800-6.289L16.226-6.289Q16.433-6.265 16.472-6.058L16.472-5.968Q16.433-5.753 16.226-5.730L14.832-5.730Q14.636-5.753 14.586-5.968L14.586-6.058Q14.636-6.269 14.832-6.289L15.160-6.289L15.160-8.035Q15.160-8.343 15.070-8.501Q14.980-8.660 14.687-8.660Q14.418-8.660 14.189-8.529Q13.961-8.398 13.824-8.169Q13.687-7.941 13.687-7.675L13.687-6.289L14.113-6.289Q14.320-6.265 14.359-6.058L14.359-5.968Q14.320-5.753 14.113-5.730L12.625-5.730Q12.418-5.753 12.375-5.968M17.750-6.835L17.750-8.617L17-8.617Q16.800-8.640 16.750-8.859L16.750-8.945Q16.800-9.156 17-9.179L17.750-9.179L17.750-9.929Q17.800-10.136 18-10.164L18.144-10.164Q18.340-10.136 18.390-9.929L18.390-9.179L19.750-9.179Q19.941-9.160 20-8.945L20-8.859Q19.945-8.640 19.750-8.617L18.390-8.617L18.390-6.867Q18.390-6.250 18.965-6.250Q19.215-6.250 19.379-6.435Q19.543-6.621 19.543-6.867Q19.543-6.960 19.615-7.031Q19.687-7.101 19.789-7.113L19.933-7.113Q20.133-7.089 20.183-6.882L20.183-6.835Q20.183-6.511 20-6.248Q19.816-5.984 19.523-5.837Q19.230-5.691 18.910-5.691Q18.398-5.691 18.074-6.001Q17.750-6.312 17.750-6.835M21.539-6.585L21.539-8.617L21.117-8.617Q20.910-8.640 20.867-8.859L20.867-8.945Q20.914-9.156 21.117-9.179L21.933-9.179Q22.129-9.156 22.179-8.945L22.179-6.617Q22.179-6.382 22.349-6.316Q22.519-6.250 22.804-6.250Q23.011-6.250 23.207-6.326Q23.402-6.402 23.527-6.552Q23.652-6.703 23.652-6.914L23.652-8.617L23.230-8.617Q23.019-8.640 22.980-8.859L22.980-8.945Q23.019-9.156 23.230-9.179L24.043-9.179Q24.242-9.156 24.293-8.945L24.293-6.289L24.718-6.289Q24.925-6.265 24.965-6.058L24.965-5.968Q24.925-5.753 24.718-5.730L23.902-5.730Q23.703-5.753 23.652-5.953Q23.250-5.691 22.742-5.691Q22.508-5.691 22.293-5.732Q22.078-5.773 21.912-5.875Q21.746-5.976 21.642-6.154Q21.539-6.332 21.539-6.585M24.988-5.968L24.988-6.058Q25.039-6.269 25.234-6.289L25.433-6.289L25.433-8.617L25.234-8.617Q25.027-8.640 24.988-8.859L24.988-8.945Q25.039-9.160 25.234-9.179L25.715-9.179Q25.906-9.156 25.965-8.945Q26.285-9.218 26.699-9.218Q26.890-9.218 27.058-9.109Q27.226-9 27.300-8.828Q27.476-9.019 27.699-9.119Q27.922-9.218 28.164-9.218Q28.582-9.218 28.736-8.876Q28.890-8.535 28.890-8.066L28.890-6.289L29.090-6.289Q29.300-6.265 29.340-6.058L29.340-5.968Q29.289-5.753 29.090-5.730L28.273-5.730Q28.078-5.753 28.027-5.968L28.027-6.058Q28.078-6.265 28.273-6.289L28.363-6.289L28.363-8.035Q28.363-8.660 28.113-8.660Q27.781-8.660 27.603-8.349Q27.425-8.039 27.425-7.675L27.425-6.289L27.629-6.289Q27.836-6.265 27.875-6.058L27.875-5.968Q27.824-5.753 27.629-5.730L26.812-5.730Q26.613-5.753 26.562-5.968L26.562-6.058Q26.613-6.265 26.812-6.289L26.898-6.289L26.898-8.035Q26.898-8.660 26.652-8.660Q26.320-8.660 26.142-8.347Q25.965-8.035 25.965-7.675L25.965-6.289L26.164-6.289Q26.371-6.265 26.410-6.058L26.410-5.968Q26.359-5.750 26.164-5.730L25.234-5.730Q25.027-5.753 24.988-5.968\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(139.323 -54.3)\">\u003Cpath d=\"M34.156-5.929L34.156-6.843Q34.183-7.050 34.394-7.074L34.562-7.074Q34.726-7.050 34.785-6.890Q34.988-6.250 35.715-6.250Q35.922-6.250 36.150-6.285Q36.379-6.320 36.547-6.435Q36.715-6.550 36.715-6.753Q36.715-6.964 36.492-7.078Q36.269-7.191 35.996-7.234L35.297-7.347Q34.156-7.558 34.156-8.281Q34.156-8.570 34.300-8.759Q34.445-8.949 34.685-9.056Q34.925-9.164 35.181-9.203Q35.437-9.242 35.715-9.242Q35.965-9.242 36.158-9.212Q36.351-9.183 36.515-9.105Q36.593-9.222 36.722-9.242L36.800-9.242Q36.898-9.230 36.961-9.168Q37.023-9.105 37.035-9.011L37.035-8.304Q37.023-8.210 36.961-8.144Q36.898-8.078 36.800-8.066L36.633-8.066Q36.539-8.078 36.472-8.144Q36.406-8.210 36.394-8.304Q36.394-8.683 35.699-8.683Q35.351-8.683 35.033-8.601Q34.715-8.519 34.715-8.273Q34.715-8.007 35.386-7.898L36.090-7.777Q36.574-7.695 36.924-7.447Q37.273-7.199 37.273-6.753Q37.273-6.363 37.037-6.121Q36.800-5.878 36.451-5.785Q36.101-5.691 35.715-5.691Q35.136-5.691 34.738-5.945Q34.668-5.820 34.619-5.763Q34.570-5.707 34.465-5.691L34.394-5.691Q34.179-5.714 34.156-5.929M39.015-6.835L39.015-8.617L38.265-8.617Q38.066-8.640 38.015-8.859L38.015-8.945Q38.066-9.156 38.265-9.179L39.015-9.179L39.015-9.929Q39.066-10.136 39.265-10.164L39.410-10.164Q39.605-10.136 39.656-9.929L39.656-9.179L41.015-9.179Q41.207-9.160 41.265-8.945L41.265-8.859Q41.211-8.640 41.015-8.617L39.656-8.617L39.656-6.867Q39.656-6.250 40.230-6.250Q40.480-6.250 40.644-6.435Q40.808-6.621 40.808-6.867Q40.808-6.960 40.881-7.031Q40.953-7.101 41.054-7.113L41.199-7.113Q41.398-7.089 41.449-6.882L41.449-6.835Q41.449-6.511 41.265-6.248Q41.082-5.984 40.789-5.837Q40.496-5.691 40.175-5.691Q39.664-5.691 39.340-6.001Q39.015-6.312 39.015-6.835M45.574-7.218L43.133-7.218Q43.187-6.941 43.384-6.718Q43.582-6.496 43.859-6.373Q44.136-6.250 44.422-6.250Q44.894-6.250 45.117-6.539Q45.125-6.550 45.181-6.656Q45.238-6.761 45.287-6.804Q45.336-6.847 45.429-6.859L45.574-6.859Q45.765-6.839 45.824-6.625L45.824-6.570Q45.758-6.269 45.527-6.072Q45.297-5.875 44.984-5.783Q44.672-5.691 44.367-5.691Q43.883-5.691 43.443-5.919Q43.004-6.148 42.736-6.548Q42.468-6.949 42.468-7.441L42.468-7.500Q42.468-7.968 42.715-8.371Q42.961-8.773 43.369-9.007Q43.777-9.242 44.246-9.242Q44.750-9.242 45.103-9.019Q45.457-8.796 45.640-8.408Q45.824-8.019 45.824-7.515L45.824-7.457Q45.765-7.242 45.574-7.218M43.140-7.769L45.168-7.769Q45.121-8.179 44.883-8.431Q44.644-8.683 44.246-8.683Q43.851-8.683 43.545-8.421Q43.238-8.160 43.140-7.769M46.379-4.187L46.379-4.273Q46.422-4.492 46.629-4.515L47.050-4.515L47.050-8.617L46.629-8.617Q46.422-8.640 46.379-8.859L46.379-8.945Q46.425-9.156 46.629-9.179L47.445-9.179Q47.640-9.160 47.691-8.945L47.691-8.875Q47.902-9.043 48.166-9.130Q48.429-9.218 48.699-9.218Q49.039-9.218 49.336-9.074Q49.633-8.929 49.847-8.677Q50.062-8.425 50.177-8.113Q50.293-7.800 50.293-7.457Q50.293-6.992 50.066-6.582Q49.840-6.171 49.453-5.931Q49.066-5.691 48.597-5.691Q48.078-5.691 47.691-6.058L47.691-4.515L48.117-4.515Q48.324-4.492 48.363-4.273L48.363-4.187Q48.324-3.976 48.117-3.953L46.629-3.953Q46.425-3.976 46.379-4.187M48.554-6.250Q48.863-6.250 49.113-6.419Q49.363-6.589 49.508-6.871Q49.652-7.152 49.652-7.457Q49.652-7.746 49.527-8.025Q49.402-8.304 49.170-8.482Q48.937-8.660 48.636-8.660Q48.316-8.660 48.054-8.474Q47.793-8.289 47.691-7.988L47.691-7.136Q47.781-6.769 48.002-6.509Q48.222-6.250 48.554-6.250\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M106.57-5.73 92.793 38.658\"\u002F>\u003Cpath stroke=\"none\" d=\"m91.845 41.714 3.963-4.13-3.014 1.074-1.876-2.592\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(109.875 29.368)\">\u003Cpath d=\"M-4.442-5.082Q-4.442-5.382-4.293-5.644Q-4.145-5.906-3.895-6.066Q-4.078-6.320-4.078-6.640Q-4.078-6.925-3.926-7.187Q-4.176-7.511-4.176-7.929Q-4.176-8.289-3.985-8.585Q-3.793-8.882-3.475-9.050Q-3.157-9.218-2.793-9.218Q-2.586-9.218-2.383-9.158Q-2.180-9.097-2.016-8.996Q-1.633-9.257-1.160-9.257Q-0.922-9.257-0.741-9.126Q-0.559-8.996-0.559-8.769Q-0.559-8.621-0.660-8.515Q-0.762-8.410-0.918-8.410Q-1.051-8.410-1.147-8.488Q-1.242-8.566-1.274-8.691Q-1.418-8.683-1.617-8.593Q-1.414-8.281-1.414-7.929Q-1.414-7.648-1.526-7.416Q-1.637-7.183-1.832-7.005Q-2.028-6.828-2.280-6.730Q-2.532-6.632-2.793-6.632Q-3.180-6.632-3.512-6.820Q-3.524-6.820-3.534-6.748Q-3.543-6.675-3.543-6.640Q-3.543-6.519-3.477-6.412Q-3.410-6.304-3.289-6.265Q-3.274-6.269-3.260-6.271Q-3.246-6.273-3.223-6.273Q-3.207-6.273-3.176-6.265Q-3.145-6.257-3.137-6.257L-2.543-6.257Q-1.762-6.257-1.221-6.015Q-0.680-5.773-0.680-5.082Q-0.680-4.781-0.860-4.554Q-1.039-4.328-1.336-4.183Q-1.633-4.039-1.953-3.972Q-2.274-3.906-2.559-3.906Q-2.950-3.906-3.391-4.029Q-3.832-4.152-4.137-4.419Q-4.442-4.687-4.442-5.082M-3.903-5.089Q-3.903-4.871-3.662-4.730Q-3.422-4.589-3.098-4.523Q-2.774-4.457-2.559-4.457Q-2.344-4.457-2.020-4.523Q-1.696-4.589-1.455-4.730Q-1.215-4.871-1.215-5.089Q-1.215-5.378-1.440-5.517Q-1.664-5.656-1.946-5.689Q-2.227-5.722-2.575-5.722L-3.192-5.722Q-3.375-5.722-3.537-5.642Q-3.700-5.562-3.801-5.416Q-3.903-5.269-3.903-5.089M-2.793-7.187Q-2.492-7.187-2.274-7.406Q-2.055-7.625-2.055-7.929Q-2.055-8.085-2.110-8.216Q-2.164-8.347-2.270-8.453Q-2.375-8.558-2.506-8.613Q-2.637-8.668-2.793-8.668Q-3.098-8.668-3.317-8.449Q-3.535-8.230-3.535-7.929Q-3.535-7.632-3.313-7.410Q-3.090-7.187-2.793-7.187M-0.211-5.968L-0.211-6.058Q-0.153-6.265 0.039-6.289L0.750-6.289L0.750-8.617L0.039-8.617Q-0.157-8.640-0.211-8.859L-0.211-8.945Q-0.153-9.156 0.039-9.179L1.140-9.179Q1.340-9.160 1.390-8.945L1.390-8.617Q1.652-8.902 2.008-9.060Q2.363-9.218 2.750-9.218Q3.043-9.218 3.277-9.084Q3.511-8.949 3.511-8.683Q3.511-8.515 3.402-8.398Q3.293-8.281 3.125-8.281Q2.972-8.281 2.857-8.392Q2.742-8.503 2.742-8.660Q2.367-8.660 2.052-8.459Q1.738-8.257 1.564-7.923Q1.390-7.589 1.390-7.210L1.390-6.289L2.336-6.289Q2.543-6.265 2.582-6.058L2.582-5.968Q2.543-5.753 2.336-5.730L0.039-5.730Q-0.153-5.753-0.211-5.968M4.218-6.843Q4.218-7.289 4.633-7.546Q5.047-7.804 5.588-7.904Q6.129-8.003 6.636-8.011Q6.636-8.226 6.502-8.378Q6.367-8.531 6.160-8.607Q5.953-8.683 5.742-8.683Q5.398-8.683 5.238-8.660L5.238-8.601Q5.238-8.433 5.119-8.318Q5-8.203 4.836-8.203Q4.660-8.203 4.545-8.326Q4.429-8.449 4.429-8.617Q4.429-9.023 4.810-9.132Q5.191-9.242 5.750-9.242Q6.019-9.242 6.287-9.164Q6.554-9.085 6.779-8.935Q7.004-8.785 7.140-8.564Q7.277-8.343 7.277-8.066L7.277-6.347Q7.277-6.289 7.804-6.289Q8-6.269 8.050-6.058L8.050-5.968Q8-5.753 7.804-5.730L7.660-5.730Q7.316-5.730 7.088-5.777Q6.859-5.824 6.715-6.011Q6.254-5.691 5.547-5.691Q5.211-5.691 4.906-5.832Q4.601-5.972 4.410-6.234Q4.218-6.496 4.218-6.843M4.859-6.835Q4.859-6.562 5.101-6.406Q5.343-6.250 5.629-6.250Q5.847-6.250 6.080-6.308Q6.312-6.367 6.474-6.505Q6.636-6.644 6.636-6.867L6.636-7.457Q6.355-7.457 5.939-7.400Q5.523-7.343 5.191-7.205Q4.859-7.066 4.859-6.835M9.922-5.691Q9.457-5.691 9.091-5.941Q8.726-6.191 8.521-6.595Q8.316-7 8.316-7.457Q8.316-7.800 8.441-8.121Q8.566-8.441 8.799-8.691Q9.031-8.941 9.336-9.080Q9.640-9.218 9.996-9.218Q10.508-9.218 10.914-8.898L10.914-10.058L10.492-10.058Q10.281-10.082 10.242-10.296L10.242-10.386Q10.281-10.593 10.492-10.617L11.304-10.617Q11.504-10.593 11.554-10.386L11.554-6.289L11.980-6.289Q12.187-6.265 12.226-6.058L12.226-5.968Q12.187-5.753 11.980-5.730L11.164-5.730Q10.965-5.753 10.914-5.968L10.914-6.097Q10.718-5.906 10.457-5.798Q10.195-5.691 9.922-5.691M9.961-6.250Q10.320-6.250 10.572-6.519Q10.824-6.789 10.914-7.164L10.914-7.996Q10.855-8.183 10.728-8.334Q10.601-8.484 10.424-8.572Q10.246-8.660 10.050-8.660Q9.742-8.660 9.492-8.490Q9.242-8.320 9.097-8.035Q8.953-7.750 8.953-7.449Q8.953-7 9.238-6.625Q9.523-6.250 9.961-6.250\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(109.875 29.368)\">\u003Cpath d=\"M16.976-6.843Q16.976-7.289 17.390-7.546Q17.804-7.804 18.345-7.904Q18.886-8.003 19.394-8.011Q19.394-8.226 19.259-8.378Q19.125-8.531 18.918-8.607Q18.711-8.683 18.500-8.683Q18.156-8.683 17.996-8.660L17.996-8.601Q17.996-8.433 17.877-8.318Q17.758-8.203 17.593-8.203Q17.418-8.203 17.302-8.326Q17.187-8.449 17.187-8.617Q17.187-9.023 17.568-9.132Q17.949-9.242 18.508-9.242Q18.777-9.242 19.045-9.164Q19.312-9.085 19.537-8.935Q19.761-8.785 19.898-8.564Q20.035-8.343 20.035-8.066L20.035-6.347Q20.035-6.289 20.562-6.289Q20.758-6.269 20.808-6.058L20.808-5.968Q20.758-5.753 20.562-5.730L20.418-5.730Q20.074-5.730 19.845-5.777Q19.617-5.824 19.472-6.011Q19.011-5.691 18.304-5.691Q17.968-5.691 17.664-5.832Q17.359-5.972 17.168-6.234Q16.976-6.496 16.976-6.843M17.617-6.835Q17.617-6.562 17.859-6.406Q18.101-6.250 18.386-6.250Q18.605-6.250 18.838-6.308Q19.070-6.367 19.232-6.505Q19.394-6.644 19.394-6.867L19.394-7.457Q19.113-7.457 18.697-7.400Q18.281-7.343 17.949-7.205Q17.617-7.066 17.617-6.835M22.015-6.835L22.015-8.617L21.265-8.617Q21.066-8.640 21.015-8.859L21.015-8.945Q21.066-9.156 21.265-9.179L22.015-9.179L22.015-9.929Q22.066-10.136 22.265-10.164L22.410-10.164Q22.605-10.136 22.656-9.929L22.656-9.179L24.015-9.179Q24.207-9.160 24.265-8.945L24.265-8.859Q24.211-8.640 24.015-8.617L22.656-8.617L22.656-6.867Q22.656-6.250 23.230-6.250Q23.480-6.250 23.644-6.435Q23.808-6.621 23.808-6.867Q23.808-6.960 23.881-7.031Q23.953-7.101 24.054-7.113L24.199-7.113Q24.398-7.089 24.449-6.882L24.449-6.835Q24.449-6.511 24.265-6.248Q24.082-5.984 23.789-5.837Q23.496-5.691 23.175-5.691Q22.664-5.691 22.340-6.001Q22.015-6.312 22.015-6.835\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(109.875 29.368)\">\u003Cpath d=\"M29.769-5.968L29.769-6.058Q29.820-6.265 30.015-6.289L31.121-6.289L31.121-10.058L30.015-10.058Q29.820-10.082 29.769-10.296L29.769-10.386Q29.820-10.593 30.015-10.617L31.511-10.617Q31.703-10.593 31.761-10.386L31.761-6.289L32.863-6.289Q33.062-6.265 33.113-6.058L33.113-5.968Q33.062-5.753 32.863-5.730L30.015-5.730Q29.820-5.753 29.769-5.968M35.687-5.691Q35.215-5.691 34.830-5.935Q34.445-6.179 34.222-6.589Q34-7 34-7.457Q34-7.800 34.125-8.123Q34.250-8.445 34.480-8.699Q34.711-8.953 35.017-9.097Q35.324-9.242 35.687-9.242Q36.050-9.242 36.363-9.095Q36.675-8.949 36.898-8.703Q37.121-8.457 37.248-8.136Q37.375-7.816 37.375-7.457Q37.375-7 37.150-6.587Q36.925-6.175 36.541-5.933Q36.156-5.691 35.687-5.691M35.687-6.250Q36.152-6.250 36.443-6.644Q36.734-7.039 36.734-7.523Q36.734-7.816 36.599-8.084Q36.465-8.351 36.224-8.517Q35.984-8.683 35.687-8.683Q35.383-8.683 35.144-8.517Q34.906-8.351 34.771-8.084Q34.636-7.816 34.636-7.523Q34.636-7.043 34.929-6.646Q35.222-6.250 35.687-6.250M39.933-5.691Q39.461-5.691 39.076-5.935Q38.691-6.179 38.468-6.589Q38.246-7 38.246-7.457Q38.246-7.800 38.371-8.123Q38.496-8.445 38.726-8.699Q38.957-8.953 39.263-9.097Q39.570-9.242 39.933-9.242Q40.297-9.242 40.609-9.095Q40.922-8.949 41.144-8.703Q41.367-8.457 41.494-8.136Q41.621-7.816 41.621-7.457Q41.621-7 41.396-6.587Q41.172-6.175 40.787-5.933Q40.402-5.691 39.933-5.691M39.933-6.250Q40.398-6.250 40.689-6.644Q40.980-7.039 40.980-7.523Q40.980-7.816 40.845-8.084Q40.711-8.351 40.470-8.517Q40.230-8.683 39.933-8.683Q39.629-8.683 39.390-8.517Q39.152-8.351 39.017-8.084Q38.883-7.816 38.883-7.523Q38.883-7.043 39.175-6.646Q39.468-6.250 39.933-6.250M42.203-5.968L42.203-6.058Q42.254-6.265 42.449-6.289L42.914-6.289L42.914-10.058L42.449-10.058Q42.254-10.082 42.203-10.296L42.203-10.386Q42.254-10.593 42.449-10.617L43.195-10.617Q43.390-10.597 43.441-10.386L43.441-7.562L44.586-8.617L44.289-8.617Q44.082-8.640 44.043-8.859L44.043-8.945Q44.082-9.156 44.289-9.179L45.738-9.179Q45.941-9.156 45.988-8.945L45.988-8.859Q45.945-8.640 45.738-8.617L45.371-8.617L44.425-7.753L45.578-6.289L45.914-6.289Q46.121-6.265 46.164-6.058L46.164-5.968Q46.121-5.753 45.914-5.730L44.746-5.730Q44.550-5.753 44.500-5.968L44.500-6.058Q44.550-6.265 44.746-6.289L44.906-6.289L44.043-7.394L43.441-6.843L43.441-6.289L43.906-6.289Q44.097-6.265 44.156-6.058L44.156-5.968Q44.097-5.753 43.906-5.730L42.449-5.730Q42.254-5.753 42.203-5.968M46.711-6.843Q46.711-7.289 47.125-7.546Q47.539-7.804 48.080-7.904Q48.621-8.003 49.129-8.011Q49.129-8.226 48.994-8.378Q48.859-8.531 48.652-8.607Q48.445-8.683 48.234-8.683Q47.890-8.683 47.730-8.660L47.730-8.601Q47.730-8.433 47.611-8.318Q47.492-8.203 47.328-8.203Q47.152-8.203 47.037-8.326Q46.922-8.449 46.922-8.617Q46.922-9.023 47.302-9.132Q47.683-9.242 48.242-9.242Q48.511-9.242 48.779-9.164Q49.047-9.085 49.271-8.935Q49.496-8.785 49.633-8.564Q49.769-8.343 49.769-8.066L49.769-6.347Q49.769-6.289 50.297-6.289Q50.492-6.269 50.543-6.058L50.543-5.968Q50.492-5.753 50.297-5.730L50.152-5.730Q49.808-5.730 49.580-5.777Q49.351-5.824 49.207-6.011Q48.746-5.691 48.039-5.691Q47.703-5.691 47.398-5.832Q47.093-5.972 46.902-6.234Q46.711-6.496 46.711-6.843M47.351-6.835Q47.351-6.562 47.593-6.406Q47.836-6.250 48.121-6.250Q48.340-6.250 48.572-6.308Q48.804-6.367 48.966-6.505Q49.129-6.644 49.129-6.867L49.129-7.457Q48.847-7.457 48.431-7.400Q48.015-7.343 47.683-7.205Q47.351-7.066 47.351-6.835M50.621-5.968L50.621-6.058Q50.664-6.265 50.871-6.289L51.293-6.289L51.293-10.058L50.871-10.058Q50.664-10.082 50.621-10.296L50.621-10.386Q50.664-10.593 50.871-10.617L51.687-10.617Q51.883-10.593 51.933-10.386L51.933-8.835Q52.394-9.218 52.992-9.218Q53.340-9.218 53.578-9.078Q53.816-8.937 53.931-8.679Q54.047-8.421 54.047-8.066L54.047-6.289L54.472-6.289Q54.679-6.265 54.718-6.058L54.718-5.968Q54.679-5.753 54.472-5.730L53.078-5.730Q52.883-5.753 52.832-5.968L52.832-6.058Q52.883-6.269 53.078-6.289L53.406-6.289L53.406-8.035Q53.406-8.343 53.316-8.501Q53.226-8.660 52.933-8.660Q52.664-8.660 52.435-8.529Q52.207-8.398 52.070-8.169Q51.933-7.941 51.933-7.675L51.933-6.289L52.359-6.289Q52.566-6.265 52.605-6.058L52.605-5.968Q52.566-5.753 52.359-5.730L50.871-5.730Q50.664-5.753 50.621-5.968M58.308-7.218L55.867-7.218Q55.922-6.941 56.119-6.718Q56.316-6.496 56.593-6.373Q56.871-6.250 57.156-6.250Q57.629-6.250 57.851-6.539Q57.859-6.550 57.916-6.656Q57.972-6.761 58.021-6.804Q58.070-6.847 58.164-6.859L58.308-6.859Q58.500-6.839 58.558-6.625L58.558-6.570Q58.492-6.269 58.261-6.072Q58.031-5.875 57.718-5.783Q57.406-5.691 57.101-5.691Q56.617-5.691 56.177-5.919Q55.738-6.148 55.470-6.548Q55.203-6.949 55.203-7.441L55.203-7.500Q55.203-7.968 55.449-8.371Q55.695-8.773 56.103-9.007Q56.511-9.242 56.980-9.242Q57.484-9.242 57.838-9.019Q58.191-8.796 58.375-8.408Q58.558-8.019 58.558-7.515L58.558-7.457Q58.500-7.242 58.308-7.218M55.875-7.769L57.902-7.769Q57.855-8.179 57.617-8.431Q57.379-8.683 56.980-8.683Q56.586-8.683 56.279-8.421Q55.972-8.160 55.875-7.769M59.449-6.843Q59.449-7.289 59.863-7.546Q60.277-7.804 60.818-7.904Q61.359-8.003 61.867-8.011Q61.867-8.226 61.732-8.378Q61.597-8.531 61.390-8.607Q61.183-8.683 60.972-8.683Q60.629-8.683 60.468-8.660L60.468-8.601Q60.468-8.433 60.349-8.318Q60.230-8.203 60.066-8.203Q59.890-8.203 59.775-8.326Q59.660-8.449 59.660-8.617Q59.660-9.023 60.041-9.132Q60.422-9.242 60.980-9.242Q61.250-9.242 61.517-9.164Q61.785-9.085 62.009-8.935Q62.234-8.785 62.371-8.564Q62.508-8.343 62.508-8.066L62.508-6.347Q62.508-6.289 63.035-6.289Q63.230-6.269 63.281-6.058L63.281-5.968Q63.230-5.753 63.035-5.730L62.890-5.730Q62.547-5.730 62.318-5.777Q62.090-5.824 61.945-6.011Q61.484-5.691 60.777-5.691Q60.441-5.691 60.136-5.832Q59.832-5.972 59.640-6.234Q59.449-6.496 59.449-6.843M60.090-6.835Q60.090-6.562 60.332-6.406Q60.574-6.250 60.859-6.250Q61.078-6.250 61.310-6.308Q61.543-6.367 61.705-6.505Q61.867-6.644 61.867-6.867L61.867-7.457Q61.586-7.457 61.170-7.400Q60.754-7.343 60.422-7.205Q60.090-7.066 60.090-6.835M65.152-5.691Q64.687-5.691 64.322-5.941Q63.957-6.191 63.752-6.595Q63.547-7 63.547-7.457Q63.547-7.800 63.672-8.121Q63.797-8.441 64.029-8.691Q64.261-8.941 64.566-9.080Q64.871-9.218 65.226-9.218Q65.738-9.218 66.144-8.898L66.144-10.058L65.722-10.058Q65.511-10.082 65.472-10.296L65.472-10.386Q65.511-10.593 65.722-10.617L66.535-10.617Q66.734-10.593 66.785-10.386L66.785-6.289L67.211-6.289Q67.418-6.265 67.457-6.058L67.457-5.968Q67.418-5.753 67.211-5.730L66.394-5.730Q66.195-5.753 66.144-5.968L66.144-6.097Q65.949-5.906 65.687-5.798Q65.425-5.691 65.152-5.691M65.191-6.250Q65.550-6.250 65.802-6.519Q66.054-6.789 66.144-7.164L66.144-7.996Q66.086-8.183 65.959-8.334Q65.832-8.484 65.654-8.572Q65.476-8.660 65.281-8.660Q64.972-8.660 64.722-8.490Q64.472-8.320 64.328-8.035Q64.183-7.750 64.183-7.449Q64.183-7 64.468-6.625Q64.754-6.250 65.191-6.250\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m-4.68-5.73 93.654 46.033\"\u002F>\u003Cpath stroke=\"none\" d=\"m91.845 41.714-3.465-4.556.594 3.145-2.853 1.45\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg fill=\"var(--tk-good)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(106.602 64.047)\">\u003Cpath d=\"M-4.481-5.968L-4.481-6.058Q-4.430-6.265-4.231-6.289L-3.961-6.289L-3.961-10.058L-4.231-10.058Q-4.430-10.082-4.481-10.296L-4.481-10.386Q-4.430-10.593-4.231-10.617L-3.450-10.617Q-3.321-10.617-3.215-10.543Q-3.110-10.468-3.071-10.355Q-2.793-9.566-2.633-9.117Q-2.473-8.668-2.219-7.949Q-1.965-7.230-1.826-6.820Q-1.688-6.410-1.688-6.371L-1.688-10.058L-1.961-10.058Q-2.157-10.082-2.207-10.296L-2.207-10.386Q-2.157-10.593-1.961-10.617L-0.887-10.617Q-0.692-10.593-0.641-10.386L-0.641-10.296Q-0.692-10.082-0.887-10.058L-1.160-10.058L-1.160-5.968Q-1.211-5.753-1.407-5.730L-1.672-5.730Q-1.797-5.730-1.901-5.804Q-2.004-5.878-2.047-5.996Q-2.344-6.843-2.717-7.892Q-3.090-8.941-3.260-9.429Q-3.430-9.918-3.434-9.976L-3.434-6.289L-3.160-6.289Q-2.969-6.265-2.910-6.058L-2.910-5.968Q-2.969-5.753-3.160-5.730L-4.231-5.730Q-4.430-5.753-4.481-5.968M3.078-7.218L0.636-7.218Q0.691-6.941 0.888-6.718Q1.086-6.496 1.363-6.373Q1.640-6.250 1.925-6.250Q2.398-6.250 2.621-6.539Q2.629-6.550 2.685-6.656Q2.742-6.761 2.791-6.804Q2.840-6.847 2.933-6.859L3.078-6.859Q3.269-6.839 3.328-6.625L3.328-6.570Q3.261-6.269 3.031-6.072Q2.800-5.875 2.488-5.783Q2.175-5.691 1.871-5.691Q1.386-5.691 0.947-5.919Q0.508-6.148 0.240-6.548Q-0.028-6.949-0.028-7.441L-0.028-7.500Q-0.028-7.968 0.218-8.371Q0.465-8.773 0.873-9.007Q1.281-9.242 1.750-9.242Q2.254-9.242 2.607-9.019Q2.961-8.796 3.144-8.408Q3.328-8.019 3.328-7.515L3.328-7.457Q3.269-7.242 3.078-7.218M0.644-7.769L2.672-7.769Q2.625-8.179 2.386-8.431Q2.148-8.683 1.750-8.683Q1.355-8.683 1.049-8.421Q0.742-8.160 0.644-7.769M4.398-5.929L4.398-6.843Q4.425-7.050 4.636-7.074L4.804-7.074Q4.968-7.050 5.027-6.890Q5.230-6.250 5.957-6.250Q6.164-6.250 6.392-6.285Q6.621-6.320 6.789-6.435Q6.957-6.550 6.957-6.753Q6.957-6.964 6.734-7.078Q6.511-7.191 6.238-7.234L5.539-7.347Q4.398-7.558 4.398-8.281Q4.398-8.570 4.543-8.759Q4.687-8.949 4.927-9.056Q5.168-9.164 5.424-9.203Q5.679-9.242 5.957-9.242Q6.207-9.242 6.400-9.212Q6.593-9.183 6.758-9.105Q6.836-9.222 6.965-9.242L7.043-9.242Q7.140-9.230 7.203-9.168Q7.265-9.105 7.277-9.011L7.277-8.304Q7.265-8.210 7.203-8.144Q7.140-8.078 7.043-8.066L6.875-8.066Q6.781-8.078 6.715-8.144Q6.648-8.210 6.636-8.304Q6.636-8.683 5.941-8.683Q5.593-8.683 5.275-8.601Q4.957-8.519 4.957-8.273Q4.957-8.007 5.629-7.898L6.332-7.777Q6.816-7.695 7.166-7.447Q7.515-7.199 7.515-6.753Q7.515-6.363 7.279-6.121Q7.043-5.878 6.693-5.785Q6.343-5.691 5.957-5.691Q5.379-5.691 4.980-5.945Q4.910-5.820 4.861-5.763Q4.812-5.707 4.707-5.691L4.636-5.691Q4.422-5.714 4.398-5.929M9.258-6.835L9.258-8.617L8.508-8.617Q8.308-8.640 8.258-8.859L8.258-8.945Q8.308-9.156 8.508-9.179L9.258-9.179L9.258-9.929Q9.308-10.136 9.508-10.164L9.652-10.164Q9.847-10.136 9.898-9.929L9.898-9.179L11.258-9.179Q11.449-9.160 11.508-8.945L11.508-8.859Q11.453-8.640 11.258-8.617L9.898-8.617L9.898-6.867Q9.898-6.250 10.472-6.250Q10.722-6.250 10.886-6.435Q11.050-6.621 11.050-6.867Q11.050-6.960 11.123-7.031Q11.195-7.101 11.297-7.113L11.441-7.113Q11.640-7.089 11.691-6.882L11.691-6.835Q11.691-6.511 11.508-6.248Q11.324-5.984 11.031-5.837Q10.738-5.691 10.418-5.691Q9.906-5.691 9.582-6.001Q9.258-6.312 9.258-6.835M15.816-7.218L13.375-7.218Q13.429-6.941 13.627-6.718Q13.824-6.496 14.101-6.373Q14.379-6.250 14.664-6.250Q15.136-6.250 15.359-6.539Q15.367-6.550 15.424-6.656Q15.480-6.761 15.529-6.804Q15.578-6.847 15.672-6.859L15.816-6.859Q16.008-6.839 16.066-6.625L16.066-6.570Q16-6.269 15.769-6.072Q15.539-5.875 15.226-5.783Q14.914-5.691 14.609-5.691Q14.125-5.691 13.685-5.919Q13.246-6.148 12.978-6.548Q12.711-6.949 12.711-7.441L12.711-7.500Q12.711-7.968 12.957-8.371Q13.203-8.773 13.611-9.007Q14.019-9.242 14.488-9.242Q14.992-9.242 15.345-9.019Q15.699-8.796 15.883-8.408Q16.066-8.019 16.066-7.515L16.066-7.457Q16.008-7.242 15.816-7.218M13.383-7.769L15.410-7.769Q15.363-8.179 15.125-8.431Q14.886-8.683 14.488-8.683Q14.093-8.683 13.787-8.421Q13.480-8.160 13.383-7.769M16.773-5.968L16.773-6.058Q16.832-6.265 17.023-6.289L17.734-6.289L17.734-8.617L17.023-8.617Q16.828-8.640 16.773-8.859L16.773-8.945Q16.832-9.156 17.023-9.179L18.125-9.179Q18.324-9.160 18.375-8.945L18.375-8.617Q18.636-8.902 18.992-9.060Q19.347-9.218 19.734-9.218Q20.027-9.218 20.261-9.084Q20.496-8.949 20.496-8.683Q20.496-8.515 20.386-8.398Q20.277-8.281 20.109-8.281Q19.957-8.281 19.841-8.392Q19.726-8.503 19.726-8.660Q19.351-8.660 19.037-8.459Q18.722-8.257 18.549-7.923Q18.375-7.589 18.375-7.210L18.375-6.289L19.320-6.289Q19.527-6.265 19.566-6.058L19.566-5.968Q19.527-5.753 19.320-5.730L17.023-5.730Q16.832-5.753 16.773-5.968M22.918-5.691Q22.445-5.691 22.060-5.935Q21.675-6.179 21.453-6.589Q21.230-7 21.230-7.457Q21.230-7.800 21.355-8.123Q21.480-8.445 21.711-8.699Q21.941-8.953 22.248-9.097Q22.554-9.242 22.918-9.242Q23.281-9.242 23.593-9.095Q23.906-8.949 24.129-8.703Q24.351-8.457 24.478-8.136Q24.605-7.816 24.605-7.457Q24.605-7 24.381-6.587Q24.156-6.175 23.771-5.933Q23.386-5.691 22.918-5.691M22.918-6.250Q23.383-6.250 23.674-6.644Q23.965-7.039 23.965-7.523Q23.965-7.816 23.830-8.084Q23.695-8.351 23.455-8.517Q23.215-8.683 22.918-8.683Q22.613-8.683 22.375-8.517Q22.136-8.351 22.002-8.084Q21.867-7.816 21.867-7.523Q21.867-7.043 22.160-6.646Q22.453-6.250 22.918-6.250M26.699-5.953L25.812-8.617L25.492-8.617Q25.293-8.640 25.242-8.859L25.242-8.945Q25.293-9.156 25.492-9.179L26.652-9.179Q26.847-9.160 26.898-8.945L26.898-8.859Q26.847-8.640 26.652-8.617L26.371-8.617L27.164-6.242L27.953-8.617L27.675-8.617Q27.476-8.640 27.425-8.859L27.425-8.945Q27.476-9.156 27.675-9.179L28.836-9.179Q29.031-9.156 29.082-8.945L29.082-8.859Q29.031-8.640 28.836-8.617L28.515-8.617L27.629-5.953Q27.586-5.839 27.484-5.765Q27.383-5.691 27.258-5.691L27.066-5.691Q26.949-5.691 26.845-5.763Q26.742-5.835 26.699-5.953\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(106.602 64.047)\">\u003Cpath d=\"M34.156-5.929L34.156-6.843Q34.183-7.050 34.394-7.074L34.562-7.074Q34.726-7.050 34.785-6.890Q34.988-6.250 35.715-6.250Q35.922-6.250 36.150-6.285Q36.379-6.320 36.547-6.435Q36.715-6.550 36.715-6.753Q36.715-6.964 36.492-7.078Q36.269-7.191 35.996-7.234L35.297-7.347Q34.156-7.558 34.156-8.281Q34.156-8.570 34.300-8.759Q34.445-8.949 34.685-9.056Q34.925-9.164 35.181-9.203Q35.437-9.242 35.715-9.242Q35.965-9.242 36.158-9.212Q36.351-9.183 36.515-9.105Q36.593-9.222 36.722-9.242L36.800-9.242Q36.898-9.230 36.961-9.168Q37.023-9.105 37.035-9.011L37.035-8.304Q37.023-8.210 36.961-8.144Q36.898-8.078 36.800-8.066L36.633-8.066Q36.539-8.078 36.472-8.144Q36.406-8.210 36.394-8.304Q36.394-8.683 35.699-8.683Q35.351-8.683 35.033-8.601Q34.715-8.519 34.715-8.273Q34.715-8.007 35.386-7.898L36.090-7.777Q36.574-7.695 36.924-7.447Q37.273-7.199 37.273-6.753Q37.273-6.363 37.037-6.121Q36.800-5.878 36.451-5.785Q36.101-5.691 35.715-5.691Q35.136-5.691 34.738-5.945Q34.668-5.820 34.619-5.763Q34.570-5.707 34.465-5.691L34.394-5.691Q34.179-5.714 34.156-5.929M39.015-6.835L39.015-8.617L38.265-8.617Q38.066-8.640 38.015-8.859L38.015-8.945Q38.066-9.156 38.265-9.179L39.015-9.179L39.015-9.929Q39.066-10.136 39.265-10.164L39.410-10.164Q39.605-10.136 39.656-9.929L39.656-9.179L41.015-9.179Q41.207-9.160 41.265-8.945L41.265-8.859Q41.211-8.640 41.015-8.617L39.656-8.617L39.656-6.867Q39.656-6.250 40.230-6.250Q40.480-6.250 40.644-6.435Q40.808-6.621 40.808-6.867Q40.808-6.960 40.881-7.031Q40.953-7.101 41.054-7.113L41.199-7.113Q41.398-7.089 41.449-6.882L41.449-6.835Q41.449-6.511 41.265-6.248Q41.082-5.984 40.789-5.837Q40.496-5.691 40.175-5.691Q39.664-5.691 39.340-6.001Q39.015-6.312 39.015-6.835M45.574-7.218L43.133-7.218Q43.187-6.941 43.384-6.718Q43.582-6.496 43.859-6.373Q44.136-6.250 44.422-6.250Q44.894-6.250 45.117-6.539Q45.125-6.550 45.181-6.656Q45.238-6.761 45.287-6.804Q45.336-6.847 45.429-6.859L45.574-6.859Q45.765-6.839 45.824-6.625L45.824-6.570Q45.758-6.269 45.527-6.072Q45.297-5.875 44.984-5.783Q44.672-5.691 44.367-5.691Q43.883-5.691 43.443-5.919Q43.004-6.148 42.736-6.548Q42.468-6.949 42.468-7.441L42.468-7.500Q42.468-7.968 42.715-8.371Q42.961-8.773 43.369-9.007Q43.777-9.242 44.246-9.242Q44.750-9.242 45.103-9.019Q45.457-8.796 45.640-8.408Q45.824-8.019 45.824-7.515L45.824-7.457Q45.765-7.242 45.574-7.218M43.140-7.769L45.168-7.769Q45.121-8.179 44.883-8.431Q44.644-8.683 44.246-8.683Q43.851-8.683 43.545-8.421Q43.238-8.160 43.140-7.769M46.379-4.187L46.379-4.273Q46.422-4.492 46.629-4.515L47.050-4.515L47.050-8.617L46.629-8.617Q46.422-8.640 46.379-8.859L46.379-8.945Q46.425-9.156 46.629-9.179L47.445-9.179Q47.640-9.160 47.691-8.945L47.691-8.875Q47.902-9.043 48.166-9.130Q48.429-9.218 48.699-9.218Q49.039-9.218 49.336-9.074Q49.633-8.929 49.847-8.677Q50.062-8.425 50.177-8.113Q50.293-7.800 50.293-7.457Q50.293-6.992 50.066-6.582Q49.840-6.171 49.453-5.931Q49.066-5.691 48.597-5.691Q48.078-5.691 47.691-6.058L47.691-4.515L48.117-4.515Q48.324-4.492 48.363-4.273L48.363-4.187Q48.324-3.976 48.117-3.953L46.629-3.953Q46.425-3.976 46.379-4.187M48.554-6.250Q48.863-6.250 49.113-6.419Q49.363-6.589 49.508-6.871Q49.652-7.152 49.652-7.457Q49.652-7.746 49.527-8.025Q49.402-8.304 49.170-8.482Q48.937-8.660 48.636-8.660Q48.316-8.660 48.054-8.474Q47.793-8.289 47.691-7.988L47.691-7.136Q47.781-6.769 48.002-6.509Q48.222-6.250 48.554-6.250\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Classical momentum vs. Nesterov. Momentum (red) evaluates \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\">∇\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">L\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> at \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.8444em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">θ\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>; Nesterov (blue) evaluates it at the lookahead point, anticipating the surface ahead.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:572.604px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 429.453 148.546\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M77.837-7.275c0-9.43-15.286-17.072-34.144-17.072S9.55-16.704 9.55-7.275 24.836 9.796 43.693 9.796c18.858 0 34.144-7.643 34.144-17.071Zm-34.144 0\"\u002F>\u003Cpath fill=\"none\" d=\"M111.98-7.275c0-18.858-30.573-34.144-68.287-34.144S-24.593-26.133-24.593-7.275 5.979 26.868 43.693 26.868 111.98 11.582 111.98-7.275Zm-68.287 0\"\u002F>\u003Cpath fill=\"none\" d=\"M146.123-7.275c0-28.286-45.858-51.216-102.43-51.216-56.57 0-102.43 22.93-102.43 51.216 0 28.285 45.86 51.215 102.43 51.215 56.572 0 102.43-22.93 102.43-51.215Zm-102.43 0\"\u002F>\u003Cpath fill=\"var(--tk-good)\" stroke=\"none\" d=\"M46.093-7.275a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0m-2.4 0\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m-47.355-51.377 18.4 34.171\"\u002F>\u003Cpath stroke=\"none\" d=\"m-27.438-14.389-.174-5.721-1.344 2.904-3.164-.477\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(-86.093 -47.044)\">\u003Cpath d=\"M43.916-7.513L43.916-7.603Q43.974-7.810 44.166-7.834L44.877-7.834L44.877-10.162L44.166-10.162Q43.970-10.185 43.916-10.404L43.916-10.490Q43.974-10.701 44.166-10.724L45.267-10.724Q45.466-10.705 45.517-10.490L45.517-10.162Q45.779-10.447 46.134-10.605Q46.490-10.763 46.877-10.763Q47.170-10.763 47.404-10.629Q47.638-10.494 47.638-10.228Q47.638-10.060 47.529-9.943Q47.420-9.826 47.252-9.826Q47.099-9.826 46.984-9.937Q46.869-10.048 46.869-10.205Q46.494-10.205 46.179-10.004Q45.865-9.802 45.691-9.468Q45.517-9.134 45.517-8.755L45.517-7.834L46.463-7.834Q46.670-7.810 46.709-7.603L46.709-7.513Q46.670-7.298 46.463-7.275L44.166-7.275Q43.974-7.298 43.916-7.513M48.345-8.388Q48.345-8.834 48.759-9.091Q49.173-9.349 49.714-9.449Q50.255-9.548 50.763-9.556Q50.763-9.771 50.629-9.923Q50.494-10.076 50.287-10.152Q50.080-10.228 49.869-10.228Q49.525-10.228 49.365-10.205L49.365-10.146Q49.365-9.978 49.246-9.863Q49.127-9.748 48.963-9.748Q48.787-9.748 48.672-9.871Q48.556-9.994 48.556-10.162Q48.556-10.568 48.937-10.677Q49.318-10.787 49.877-10.787Q50.146-10.787 50.414-10.709Q50.681-10.630 50.906-10.480Q51.130-10.330 51.267-10.109Q51.404-9.888 51.404-9.611L51.404-7.892Q51.404-7.834 51.931-7.834Q52.127-7.814 52.177-7.603L52.177-7.513Q52.127-7.298 51.931-7.275L51.787-7.275Q51.443-7.275 51.214-7.322Q50.986-7.369 50.841-7.556Q50.380-7.236 49.673-7.236Q49.338-7.236 49.033-7.377Q48.728-7.517 48.537-7.779Q48.345-8.041 48.345-8.388M48.986-8.380Q48.986-8.107 49.228-7.951Q49.470-7.795 49.755-7.795Q49.974-7.795 50.207-7.853Q50.439-7.912 50.601-8.050Q50.763-8.189 50.763-8.412L50.763-9.002Q50.482-9.002 50.066-8.945Q49.650-8.888 49.318-8.750Q48.986-8.611 48.986-8.380M53.193-7.498L52.728-10.162L52.568-10.162Q52.361-10.185 52.322-10.404L52.322-10.490Q52.361-10.701 52.568-10.724L53.736-10.724Q53.947-10.701 53.986-10.490L53.986-10.404Q53.947-10.185 53.736-10.162L53.263-10.162Q53.377-9.517 53.455-9.072Q53.533-8.627 53.584-8.308Q53.634-7.990 53.634-7.916Q53.642-8.088 53.927-9.084Q53.966-9.197 54.064-9.271Q54.162-9.345 54.283-9.345L54.361-9.345Q54.482-9.345 54.580-9.271Q54.677-9.197 54.713-9.084Q54.822-8.701 54.904-8.377Q54.986-8.052 54.986-7.916Q54.998-8.205 55.345-10.162L54.873-10.162Q54.666-10.185 54.627-10.404L54.627-10.490Q54.666-10.701 54.873-10.724L56.048-10.724Q56.240-10.701 56.298-10.490L56.298-10.404Q56.244-10.185 56.048-10.162L55.880-10.162L55.416-7.498Q55.392-7.380 55.304-7.308Q55.216-7.236 55.095-7.236L54.955-7.236Q54.834-7.236 54.738-7.308Q54.642-7.380 54.599-7.498Q54.552-7.677 54.480-7.933Q54.408-8.189 54.365-8.398Q54.322-8.607 54.322-8.709Q54.314-8.427 54.033-7.498Q54.005-7.388 53.908-7.312Q53.810-7.236 53.689-7.236L53.513-7.236Q53.392-7.236 53.304-7.308Q53.216-7.380 53.193-7.498\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-86.093 -47.044)\">\u003Cpath d=\"M61.280-7.474L61.280-8.388Q61.307-8.595 61.518-8.619L61.686-8.619Q61.850-8.595 61.909-8.435Q62.112-7.795 62.839-7.795Q63.046-7.795 63.274-7.830Q63.503-7.865 63.671-7.980Q63.839-8.095 63.839-8.298Q63.839-8.509 63.616-8.623Q63.393-8.736 63.120-8.779L62.421-8.892Q61.280-9.103 61.280-9.826Q61.280-10.115 61.424-10.304Q61.569-10.494 61.809-10.601Q62.049-10.709 62.305-10.748Q62.561-10.787 62.839-10.787Q63.089-10.787 63.282-10.757Q63.475-10.728 63.639-10.650Q63.717-10.767 63.846-10.787L63.924-10.787Q64.022-10.775 64.085-10.713Q64.147-10.650 64.159-10.556L64.159-9.849Q64.147-9.755 64.085-9.689Q64.022-9.623 63.924-9.611L63.757-9.611Q63.663-9.623 63.596-9.689Q63.530-9.755 63.518-9.849Q63.518-10.228 62.823-10.228Q62.475-10.228 62.157-10.146Q61.839-10.064 61.839-9.818Q61.839-9.552 62.510-9.443L63.214-9.322Q63.698-9.240 64.048-8.992Q64.397-8.744 64.397-8.298Q64.397-7.908 64.161-7.666Q63.924-7.423 63.575-7.330Q63.225-7.236 62.839-7.236Q62.260-7.236 61.862-7.490Q61.792-7.365 61.743-7.308Q61.694-7.252 61.589-7.236L61.518-7.236Q61.303-7.259 61.280-7.474M66.139-8.380L66.139-10.162L65.389-10.162Q65.190-10.185 65.139-10.404L65.139-10.490Q65.190-10.701 65.389-10.724L66.139-10.724L66.139-11.474Q66.190-11.681 66.389-11.709L66.534-11.709Q66.729-11.681 66.780-11.474L66.780-10.724L68.139-10.724Q68.331-10.705 68.389-10.490L68.389-10.404Q68.335-10.185 68.139-10.162L66.780-10.162L66.780-8.412Q66.780-7.795 67.354-7.795Q67.604-7.795 67.768-7.980Q67.932-8.166 67.932-8.412Q67.932-8.505 68.005-8.576Q68.077-8.646 68.178-8.658L68.323-8.658Q68.522-8.634 68.573-8.427L68.573-8.380Q68.573-8.056 68.389-7.793Q68.206-7.529 67.913-7.382Q67.620-7.236 67.299-7.236Q66.788-7.236 66.464-7.546Q66.139-7.857 66.139-8.380M72.698-8.763L70.257-8.763Q70.311-8.486 70.508-8.263Q70.706-8.041 70.983-7.918Q71.260-7.795 71.546-7.795Q72.018-7.795 72.241-8.084Q72.249-8.095 72.305-8.201Q72.362-8.306 72.411-8.349Q72.460-8.392 72.553-8.404L72.698-8.404Q72.889-8.384 72.948-8.170L72.948-8.115Q72.882-7.814 72.651-7.617Q72.421-7.420 72.108-7.328Q71.796-7.236 71.491-7.236Q71.007-7.236 70.567-7.464Q70.128-7.693 69.860-8.093Q69.592-8.494 69.592-8.986L69.592-9.045Q69.592-9.513 69.839-9.916Q70.085-10.318 70.493-10.552Q70.901-10.787 71.370-10.787Q71.874-10.787 72.227-10.564Q72.581-10.341 72.764-9.953Q72.948-9.564 72.948-9.060L72.948-9.002Q72.889-8.787 72.698-8.763M70.264-9.314L72.292-9.314Q72.245-9.724 72.007-9.976Q71.768-10.228 71.370-10.228Q70.975-10.228 70.669-9.966Q70.362-9.705 70.264-9.314M73.503-5.732L73.503-5.818Q73.546-6.037 73.753-6.060L74.174-6.060L74.174-10.162L73.753-10.162Q73.546-10.185 73.503-10.404L73.503-10.490Q73.549-10.701 73.753-10.724L74.569-10.724Q74.764-10.705 74.815-10.490L74.815-10.420Q75.026-10.588 75.290-10.675Q75.553-10.763 75.823-10.763Q76.163-10.763 76.460-10.619Q76.757-10.474 76.971-10.222Q77.186-9.970 77.301-9.658Q77.417-9.345 77.417-9.002Q77.417-8.537 77.190-8.127Q76.964-7.716 76.577-7.476Q76.190-7.236 75.721-7.236Q75.202-7.236 74.815-7.603L74.815-6.060L75.241-6.060Q75.448-6.037 75.487-5.818L75.487-5.732Q75.448-5.521 75.241-5.498L73.753-5.498Q73.549-5.521 73.503-5.732M75.678-7.795Q75.987-7.795 76.237-7.964Q76.487-8.134 76.632-8.416Q76.776-8.697 76.776-9.002Q76.776-9.291 76.651-9.570Q76.526-9.849 76.294-10.027Q76.061-10.205 75.760-10.205Q75.440-10.205 75.178-10.019Q74.917-9.834 74.815-9.533L74.815-8.681Q74.905-8.314 75.126-8.054Q75.346-7.795 75.678-7.795\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(-44.626 72.44)\">\u003Cpath d=\"M44.099-8.388Q44.099-8.834 44.513-9.091Q44.927-9.349 45.468-9.449Q46.009-9.548 46.517-9.556Q46.517-9.771 46.382-9.923Q46.248-10.076 46.041-10.152Q45.834-10.228 45.623-10.228Q45.279-10.228 45.119-10.205L45.119-10.146Q45.119-9.978 45-9.863Q44.880-9.748 44.716-9.748Q44.541-9.748 44.425-9.871Q44.310-9.994 44.310-10.162Q44.310-10.568 44.691-10.677Q45.072-10.787 45.630-10.787Q45.900-10.787 46.168-10.709Q46.435-10.630 46.660-10.480Q46.884-10.330 47.021-10.109Q47.158-9.888 47.158-9.611L47.158-7.892Q47.158-7.834 47.685-7.834Q47.880-7.814 47.931-7.603L47.931-7.513Q47.880-7.298 47.685-7.275L47.541-7.275Q47.197-7.275 46.968-7.322Q46.740-7.369 46.595-7.556Q46.134-7.236 45.427-7.236Q45.091-7.236 44.787-7.377Q44.482-7.517 44.291-7.779Q44.099-8.041 44.099-8.388M44.740-8.380Q44.740-8.107 44.982-7.951Q45.224-7.795 45.509-7.795Q45.728-7.795 45.961-7.853Q46.193-7.912 46.355-8.050Q46.517-8.189 46.517-8.412L46.517-9.002Q46.236-9.002 45.820-8.945Q45.404-8.888 45.072-8.750Q44.740-8.611 44.740-8.380M48.009-7.513L48.009-7.603Q48.052-7.810 48.259-7.834L48.681-7.834L48.681-10.162L48.259-10.162Q48.052-10.185 48.009-10.404L48.009-10.490Q48.056-10.701 48.259-10.724L49.076-10.724Q49.271-10.701 49.322-10.490L49.322-10.404L49.314-10.380Q49.541-10.560 49.814-10.662Q50.088-10.763 50.380-10.763Q50.728-10.763 50.966-10.623Q51.205-10.482 51.320-10.224Q51.435-9.966 51.435-9.611L51.435-7.834L51.861-7.834Q52.068-7.810 52.107-7.603L52.107-7.513Q52.068-7.298 51.861-7.275L50.466-7.275Q50.271-7.298 50.220-7.513L50.220-7.603Q50.271-7.814 50.466-7.834L50.795-7.834L50.795-9.580Q50.795-9.888 50.705-10.046Q50.615-10.205 50.322-10.205Q50.052-10.205 49.824-10.074Q49.595-9.943 49.459-9.714Q49.322-9.486 49.322-9.220L49.322-7.834L49.748-7.834Q49.955-7.810 49.994-7.603L49.994-7.513Q49.955-7.298 49.748-7.275L48.259-7.275Q48.052-7.298 48.009-7.513M52.802-7.513L52.802-7.603Q52.853-7.810 53.048-7.834L54.088-7.834L54.088-10.162L53.115-10.162Q52.916-10.185 52.865-10.404L52.865-10.490Q52.916-10.701 53.115-10.724L54.482-10.724Q54.677-10.705 54.728-10.490L54.728-7.834L55.642-7.834Q55.838-7.810 55.888-7.603L55.888-7.513Q55.838-7.298 55.642-7.275L53.048-7.275Q52.853-7.298 52.802-7.513M53.834-11.701L53.834-11.755Q53.834-11.927 53.970-12.048Q54.107-12.170 54.283-12.170Q54.455-12.170 54.591-12.048Q54.728-11.927 54.728-11.755L54.728-11.701Q54.728-11.525 54.591-11.404Q54.455-11.283 54.283-11.283Q54.107-11.283 53.970-11.404Q53.834-11.525 53.834-11.701M57.017-7.474L57.017-8.388Q57.045-8.595 57.255-8.619L57.423-8.619Q57.588-8.595 57.646-8.435Q57.849-7.795 58.576-7.795Q58.783-7.795 59.011-7.830Q59.240-7.865 59.408-7.980Q59.576-8.095 59.576-8.298Q59.576-8.509 59.353-8.623Q59.130-8.736 58.857-8.779L58.158-8.892Q57.017-9.103 57.017-9.826Q57.017-10.115 57.162-10.304Q57.306-10.494 57.547-10.601Q57.787-10.709 58.043-10.748Q58.298-10.787 58.576-10.787Q58.826-10.787 59.019-10.757Q59.213-10.728 59.377-10.650Q59.455-10.767 59.584-10.787L59.662-10.787Q59.759-10.775 59.822-10.713Q59.884-10.650 59.896-10.556L59.896-9.849Q59.884-9.755 59.822-9.689Q59.759-9.623 59.662-9.611L59.494-9.611Q59.400-9.623 59.334-9.689Q59.267-9.755 59.255-9.849Q59.255-10.228 58.560-10.228Q58.213-10.228 57.894-10.146Q57.576-10.064 57.576-9.818Q57.576-9.552 58.248-9.443L58.951-9.322Q59.435-9.240 59.785-8.992Q60.134-8.744 60.134-8.298Q60.134-7.908 59.898-7.666Q59.662-7.423 59.312-7.330Q58.963-7.236 58.576-7.236Q57.998-7.236 57.599-7.490Q57.529-7.365 57.480-7.308Q57.431-7.252 57.326-7.236L57.255-7.236Q57.041-7.259 57.017-7.474M62.798-7.236Q62.326-7.236 61.941-7.480Q61.556-7.724 61.334-8.134Q61.111-8.545 61.111-9.002Q61.111-9.345 61.236-9.668Q61.361-9.990 61.591-10.244Q61.822-10.498 62.129-10.642Q62.435-10.787 62.798-10.787Q63.162-10.787 63.474-10.640Q63.787-10.494 64.009-10.248Q64.232-10.002 64.359-9.681Q64.486-9.361 64.486-9.002Q64.486-8.545 64.261-8.132Q64.037-7.720 63.652-7.478Q63.267-7.236 62.798-7.236M62.798-7.795Q63.263-7.795 63.554-8.189Q63.845-8.584 63.845-9.068Q63.845-9.361 63.711-9.629Q63.576-9.896 63.336-10.062Q63.095-10.228 62.798-10.228Q62.494-10.228 62.255-10.062Q62.017-9.896 61.882-9.629Q61.748-9.361 61.748-9.068Q61.748-8.588 62.041-8.191Q62.334-7.795 62.798-7.795M66.123-8.380L66.123-10.162L65.373-10.162Q65.173-10.185 65.123-10.404L65.123-10.490Q65.173-10.701 65.373-10.724L66.123-10.724L66.123-11.474Q66.173-11.681 66.373-11.709L66.517-11.709Q66.713-11.681 66.763-11.474L66.763-10.724L68.123-10.724Q68.314-10.705 68.373-10.490L68.373-10.404Q68.318-10.185 68.123-10.162L66.763-10.162L66.763-8.412Q66.763-7.795 67.338-7.795Q67.588-7.795 67.752-7.980Q67.916-8.166 67.916-8.412Q67.916-8.505 67.988-8.576Q68.060-8.646 68.162-8.658L68.306-8.658Q68.505-8.634 68.556-8.427L68.556-8.380Q68.556-8.056 68.373-7.793Q68.189-7.529 67.896-7.382Q67.603-7.236 67.283-7.236Q66.771-7.236 66.447-7.546Q66.123-7.857 66.123-8.380M69.392-7.513L69.392-7.603Q69.451-7.810 69.642-7.834L70.353-7.834L70.353-10.162L69.642-10.162Q69.447-10.185 69.392-10.404L69.392-10.490Q69.451-10.701 69.642-10.724L70.744-10.724Q70.943-10.705 70.994-10.490L70.994-10.162Q71.255-10.447 71.611-10.605Q71.966-10.763 72.353-10.763Q72.646-10.763 72.880-10.629Q73.115-10.494 73.115-10.228Q73.115-10.060 73.005-9.943Q72.896-9.826 72.728-9.826Q72.576-9.826 72.461-9.937Q72.345-10.048 72.345-10.205Q71.970-10.205 71.656-10.004Q71.341-9.802 71.168-9.468Q70.994-9.134 70.994-8.755L70.994-7.834L71.939-7.834Q72.146-7.810 72.185-7.603L72.185-7.513Q72.146-7.298 71.939-7.275L69.642-7.275Q69.451-7.298 69.392-7.513M75.537-7.236Q75.064-7.236 74.679-7.480Q74.295-7.724 74.072-8.134Q73.849-8.545 73.849-9.002Q73.849-9.345 73.974-9.668Q74.099-9.990 74.330-10.244Q74.560-10.498 74.867-10.642Q75.173-10.787 75.537-10.787Q75.900-10.787 76.213-10.640Q76.525-10.494 76.748-10.248Q76.970-10.002 77.097-9.681Q77.224-9.361 77.224-9.002Q77.224-8.545 77-8.132Q76.775-7.720 76.390-7.478Q76.005-7.236 75.537-7.236M75.537-7.795Q76.002-7.795 76.293-8.189Q76.584-8.584 76.584-9.068Q76.584-9.361 76.449-9.629Q76.314-9.896 76.074-10.062Q75.834-10.228 75.537-10.228Q75.232-10.228 74.994-10.062Q74.755-9.896 74.621-9.629Q74.486-9.361 74.486-9.068Q74.486-8.588 74.779-8.191Q75.072-7.795 75.537-7.795M77.732-5.732L77.732-5.818Q77.775-6.037 77.982-6.060L78.404-6.060L78.404-10.162L77.982-10.162Q77.775-10.185 77.732-10.404L77.732-10.490Q77.779-10.701 77.982-10.724L78.798-10.724Q78.994-10.705 79.045-10.490L79.045-10.420Q79.255-10.588 79.519-10.675Q79.783-10.763 80.052-10.763Q80.392-10.763 80.689-10.619Q80.986-10.474 81.201-10.222Q81.416-9.970 81.531-9.658Q81.646-9.345 81.646-9.002Q81.646-8.537 81.420-8.127Q81.193-7.716 80.806-7.476Q80.420-7.236 79.951-7.236Q79.431-7.236 79.045-7.603L79.045-6.060L79.470-6.060Q79.677-6.037 79.716-5.818L79.716-5.732Q79.677-5.521 79.470-5.498L77.982-5.498Q77.779-5.521 77.732-5.732M79.908-7.795Q80.216-7.795 80.466-7.964Q80.716-8.134 80.861-8.416Q81.005-8.697 81.005-9.002Q81.005-9.291 80.880-9.570Q80.755-9.849 80.523-10.027Q80.291-10.205 79.990-10.205Q79.670-10.205 79.408-10.019Q79.146-9.834 79.045-9.533L79.045-8.681Q79.134-8.314 79.355-8.054Q79.576-7.795 79.908-7.795M82.525-7.513L82.525-7.603Q82.576-7.810 82.771-7.834L83.810-7.834L83.810-10.162L82.838-10.162Q82.638-10.185 82.588-10.404L82.588-10.490Q82.638-10.701 82.838-10.724L84.205-10.724Q84.400-10.705 84.451-10.490L84.451-7.834L85.365-7.834Q85.560-7.810 85.611-7.603L85.611-7.513Q85.560-7.298 85.365-7.275L82.771-7.275Q82.576-7.298 82.525-7.513M83.556-11.701L83.556-11.755Q83.556-11.927 83.693-12.048Q83.830-12.170 84.005-12.170Q84.177-12.170 84.314-12.048Q84.451-11.927 84.451-11.755L84.451-11.701Q84.451-11.525 84.314-11.404Q84.177-11.283 84.005-11.283Q83.830-11.283 83.693-11.404Q83.556-11.525 83.556-11.701M86.713-9.002Q86.713-9.482 86.957-9.896Q87.201-10.310 87.617-10.548Q88.033-10.787 88.513-10.787Q89.068-10.787 89.447-10.677Q89.826-10.568 89.826-10.162Q89.826-9.994 89.713-9.871Q89.599-9.748 89.427-9.748Q89.255-9.748 89.136-9.863Q89.017-9.978 89.017-10.146L89.017-10.205Q88.857-10.228 88.521-10.228Q88.193-10.228 87.925-10.058Q87.658-9.888 87.505-9.605Q87.353-9.322 87.353-9.002Q87.353-8.681 87.525-8.400Q87.697-8.119 87.982-7.957Q88.267-7.795 88.595-7.795Q88.908-7.795 89.035-7.898Q89.162-8.002 89.279-8.191Q89.396-8.380 89.513-8.396L89.681-8.396Q89.787-8.384 89.851-8.316Q89.916-8.248 89.916-8.146Q89.916-8.099 89.896-8.060Q89.787-7.767 89.584-7.588Q89.380-7.408 89.105-7.322Q88.830-7.236 88.513-7.236Q88.029-7.236 87.613-7.474Q87.197-7.713 86.955-8.115Q86.713-8.517 86.713-9.002\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-44.626 72.44)\">\u003Cpath d=\"M95.253-9.002Q95.253-9.482 95.497-9.896Q95.741-10.310 96.157-10.548Q96.573-10.787 97.053-10.787Q97.608-10.787 97.987-10.677Q98.366-10.568 98.366-10.162Q98.366-9.994 98.253-9.871Q98.139-9.748 97.967-9.748Q97.796-9.748 97.676-9.863Q97.557-9.978 97.557-10.146L97.557-10.205Q97.397-10.228 97.061-10.228Q96.733-10.228 96.465-10.058Q96.198-9.888 96.046-9.605Q95.893-9.322 95.893-9.002Q95.893-8.681 96.065-8.400Q96.237-8.119 96.522-7.957Q96.807-7.795 97.135-7.795Q97.448-7.795 97.575-7.898Q97.702-8.002 97.819-8.191Q97.936-8.380 98.053-8.396L98.221-8.396Q98.327-8.384 98.391-8.316Q98.456-8.248 98.456-8.146Q98.456-8.099 98.436-8.060Q98.327-7.767 98.124-7.588Q97.921-7.408 97.645-7.322Q97.370-7.236 97.053-7.236Q96.569-7.236 96.153-7.474Q95.737-7.713 95.495-8.115Q95.253-8.517 95.253-9.002M99.682-8.130L99.682-10.162L99.260-10.162Q99.053-10.185 99.010-10.404L99.010-10.490Q99.057-10.701 99.260-10.724L100.077-10.724Q100.272-10.701 100.323-10.490L100.323-8.162Q100.323-7.927 100.493-7.861Q100.663-7.795 100.948-7.795Q101.155-7.795 101.350-7.871Q101.546-7.947 101.671-8.097Q101.796-8.248 101.796-8.459L101.796-10.162L101.374-10.162Q101.163-10.185 101.124-10.404L101.124-10.490Q101.163-10.701 101.374-10.724L102.186-10.724Q102.385-10.701 102.436-10.490L102.436-7.834L102.862-7.834Q103.069-7.810 103.108-7.603L103.108-7.513Q103.069-7.298 102.862-7.275L102.046-7.275Q101.846-7.298 101.796-7.498Q101.393-7.236 100.885-7.236Q100.651-7.236 100.436-7.277Q100.221-7.318 100.055-7.420Q99.889-7.521 99.786-7.699Q99.682-7.877 99.682-8.130M103.409-7.513L103.409-7.603Q103.467-7.810 103.659-7.834L104.370-7.834L104.370-10.162L103.659-10.162Q103.464-10.185 103.409-10.404L103.409-10.490Q103.467-10.701 103.659-10.724L104.760-10.724Q104.960-10.705 105.010-10.490L105.010-10.162Q105.272-10.447 105.628-10.605Q105.983-10.763 106.370-10.763Q106.663-10.763 106.897-10.629Q107.132-10.494 107.132-10.228Q107.132-10.060 107.022-9.943Q106.913-9.826 106.745-9.826Q106.592-9.826 106.477-9.937Q106.362-10.048 106.362-10.205Q105.987-10.205 105.673-10.004Q105.358-9.802 105.184-9.468Q105.010-9.134 105.010-8.755L105.010-7.834L105.956-7.834Q106.163-7.810 106.202-7.603L106.202-7.513Q106.163-7.298 105.956-7.275L103.659-7.275Q103.467-7.298 103.409-7.513M109.089-7.498L108.202-10.162L107.882-10.162Q107.682-10.185 107.632-10.404L107.632-10.490Q107.682-10.701 107.882-10.724L109.042-10.724Q109.237-10.705 109.288-10.490L109.288-10.404Q109.237-10.185 109.042-10.162L108.760-10.162L109.553-7.787L110.342-10.162L110.065-10.162Q109.866-10.185 109.815-10.404L109.815-10.490Q109.866-10.701 110.065-10.724L111.225-10.724Q111.421-10.701 111.471-10.490L111.471-10.404Q111.421-10.185 111.225-10.162L110.905-10.162L110.018-7.498Q109.975-7.384 109.874-7.310Q109.772-7.236 109.647-7.236L109.456-7.236Q109.339-7.236 109.235-7.308Q109.132-7.380 109.089-7.498M112.085-8.388Q112.085-8.834 112.499-9.091Q112.913-9.349 113.454-9.449Q113.995-9.548 114.503-9.556Q114.503-9.771 114.368-9.923Q114.233-10.076 114.026-10.152Q113.819-10.228 113.608-10.228Q113.264-10.228 113.104-10.205L113.104-10.146Q113.104-9.978 112.985-9.863Q112.866-9.748 112.702-9.748Q112.526-9.748 112.411-9.871Q112.296-9.994 112.296-10.162Q112.296-10.568 112.676-10.677Q113.057-10.787 113.616-10.787Q113.885-10.787 114.153-10.709Q114.421-10.630 114.645-10.480Q114.870-10.330 115.007-10.109Q115.143-9.888 115.143-9.611L115.143-7.892Q115.143-7.834 115.671-7.834Q115.866-7.814 115.917-7.603L115.917-7.513Q115.866-7.298 115.671-7.275L115.526-7.275Q115.182-7.275 114.954-7.322Q114.725-7.369 114.581-7.556Q114.120-7.236 113.413-7.236Q113.077-7.236 112.772-7.377Q112.467-7.517 112.276-7.779Q112.085-8.041 112.085-8.388M112.725-8.380Q112.725-8.107 112.967-7.951Q113.210-7.795 113.495-7.795Q113.714-7.795 113.946-7.853Q114.178-7.912 114.340-8.050Q114.503-8.189 114.503-8.412L114.503-9.002Q114.221-9.002 113.805-8.945Q113.389-8.888 113.057-8.750Q112.725-8.611 112.725-8.380M117.124-8.380L117.124-10.162L116.374-10.162Q116.174-10.185 116.124-10.404L116.124-10.490Q116.174-10.701 116.374-10.724L117.124-10.724L117.124-11.474Q117.174-11.681 117.374-11.709L117.518-11.709Q117.714-11.681 117.764-11.474L117.764-10.724L119.124-10.724Q119.315-10.705 119.374-10.490L119.374-10.404Q119.319-10.185 119.124-10.162L117.764-10.162L117.764-8.412Q117.764-7.795 118.339-7.795Q118.589-7.795 118.753-7.980Q118.917-8.166 118.917-8.412Q118.917-8.505 118.989-8.576Q119.061-8.646 119.163-8.658L119.307-8.658Q119.507-8.634 119.557-8.427L119.557-8.380Q119.557-8.056 119.374-7.793Q119.190-7.529 118.897-7.382Q118.604-7.236 118.284-7.236Q117.772-7.236 117.448-7.546Q117.124-7.857 117.124-8.380M120.913-8.130L120.913-10.162L120.491-10.162Q120.284-10.185 120.241-10.404L120.241-10.490Q120.288-10.701 120.491-10.724L121.307-10.724Q121.503-10.701 121.553-10.490L121.553-8.162Q121.553-7.927 121.723-7.861Q121.893-7.795 122.178-7.795Q122.385-7.795 122.581-7.871Q122.776-7.947 122.901-8.097Q123.026-8.248 123.026-8.459L123.026-10.162L122.604-10.162Q122.393-10.185 122.354-10.404L122.354-10.490Q122.393-10.701 122.604-10.724L123.417-10.724Q123.616-10.701 123.667-10.490L123.667-7.834L124.092-7.834Q124.299-7.810 124.339-7.603L124.339-7.513Q124.299-7.298 124.092-7.275L123.276-7.275Q123.077-7.298 123.026-7.498Q122.624-7.236 122.116-7.236Q121.882-7.236 121.667-7.277Q121.452-7.318 121.286-7.420Q121.120-7.521 121.016-7.699Q120.913-7.877 120.913-8.130M124.639-7.513L124.639-7.603Q124.698-7.810 124.889-7.834L125.600-7.834L125.600-10.162L124.889-10.162Q124.694-10.185 124.639-10.404L124.639-10.490Q124.698-10.701 124.889-10.724L125.991-10.724Q126.190-10.705 126.241-10.490L126.241-10.162Q126.503-10.447 126.858-10.605Q127.214-10.763 127.600-10.763Q127.893-10.763 128.128-10.629Q128.362-10.494 128.362-10.228Q128.362-10.060 128.253-9.943Q128.143-9.826 127.975-9.826Q127.823-9.826 127.708-9.937Q127.592-10.048 127.592-10.205Q127.217-10.205 126.903-10.004Q126.589-9.802 126.415-9.468Q126.241-9.134 126.241-8.755L126.241-7.834L127.186-7.834Q127.393-7.810 127.432-7.603L127.432-7.513Q127.393-7.298 127.186-7.275L124.889-7.275Q124.698-7.298 124.639-7.513M132.174-8.763L129.733-8.763Q129.788-8.486 129.985-8.263Q130.182-8.041 130.460-7.918Q130.737-7.795 131.022-7.795Q131.495-7.795 131.717-8.084Q131.725-8.095 131.782-8.201Q131.839-8.306 131.887-8.349Q131.936-8.392 132.030-8.404L132.174-8.404Q132.366-8.384 132.424-8.170L132.424-8.115Q132.358-7.814 132.128-7.617Q131.897-7.420 131.585-7.328Q131.272-7.236 130.967-7.236Q130.483-7.236 130.044-7.464Q129.604-7.693 129.337-8.093Q129.069-8.494 129.069-8.986L129.069-9.045Q129.069-9.513 129.315-9.916Q129.561-10.318 129.969-10.552Q130.378-10.787 130.846-10.787Q131.350-10.787 131.704-10.564Q132.057-10.341 132.241-9.953Q132.424-9.564 132.424-9.060L132.424-9.002Q132.366-8.787 132.174-8.763M129.741-9.314L131.768-9.314Q131.721-9.724 131.483-9.976Q131.245-10.228 130.846-10.228Q130.452-10.228 130.145-9.966Q129.839-9.705 129.741-9.314\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M316.84-7.275c0-9.43-7.643-17.072-17.072-17.072s-17.072 7.643-17.072 17.072 7.644 17.071 17.072 17.071c9.429 0 17.072-7.643 17.072-17.071Zm-17.072 0\"\u002F>\u003Cpath fill=\"none\" d=\"M333.911-7.275c0-18.858-15.286-34.144-34.143-34.144s-34.143 15.286-34.143 34.144 15.286 34.143 34.143 34.143 34.143-15.286 34.143-34.143Zm-34.143 0\"\u002F>\u003Cpath fill=\"none\" d=\"M350.983-7.275c0-28.286-22.93-51.216-51.215-51.216s-51.215 22.93-51.215 51.216c0 28.285 22.93 51.215 51.215 51.215s51.215-22.93 51.215-51.215Zm-51.215 0\"\u002F>\u003Cpath fill=\"var(--tk-good)\" stroke=\"none\" d=\"M302.168-7.275a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0m-2.4 0\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m252.821-54.222 40.417 40.416\"\u002F>\u003Cpath stroke=\"none\" d=\"m295.5-11.543-1.81-5.43-.452 3.167-3.168.453\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(216.929 -56.773)\">\u003Cpath d=\"M44.099-8.388Q44.099-8.834 44.513-9.091Q44.927-9.349 45.468-9.449Q46.009-9.548 46.517-9.556Q46.517-9.771 46.382-9.923Q46.248-10.076 46.041-10.152Q45.834-10.228 45.623-10.228Q45.279-10.228 45.119-10.205L45.119-10.146Q45.119-9.978 45-9.863Q44.880-9.748 44.716-9.748Q44.541-9.748 44.425-9.871Q44.310-9.994 44.310-10.162Q44.310-10.568 44.691-10.677Q45.072-10.787 45.630-10.787Q45.900-10.787 46.168-10.709Q46.435-10.630 46.660-10.480Q46.884-10.330 47.021-10.109Q47.158-9.888 47.158-9.611L47.158-7.892Q47.158-7.834 47.685-7.834Q47.880-7.814 47.931-7.603L47.931-7.513Q47.880-7.298 47.685-7.275L47.541-7.275Q47.197-7.275 46.968-7.322Q46.740-7.369 46.595-7.556Q46.134-7.236 45.427-7.236Q45.091-7.236 44.787-7.377Q44.482-7.517 44.291-7.779Q44.099-8.041 44.099-8.388M44.740-8.380Q44.740-8.107 44.982-7.951Q45.224-7.795 45.509-7.795Q45.728-7.795 45.961-7.853Q46.193-7.912 46.355-8.050Q46.517-8.189 46.517-8.412L46.517-9.002Q46.236-9.002 45.820-8.945Q45.404-8.888 45.072-8.750Q44.740-8.611 44.740-8.380M49.802-7.236Q49.338-7.236 48.972-7.486Q48.607-7.736 48.402-8.140Q48.197-8.545 48.197-9.002Q48.197-9.345 48.322-9.666Q48.447-9.986 48.679-10.236Q48.912-10.486 49.216-10.625Q49.521-10.763 49.877-10.763Q50.388-10.763 50.795-10.443L50.795-11.603L50.373-11.603Q50.162-11.627 50.123-11.841L50.123-11.931Q50.162-12.138 50.373-12.162L51.185-12.162Q51.384-12.138 51.435-11.931L51.435-7.834L51.861-7.834Q52.068-7.810 52.107-7.603L52.107-7.513Q52.068-7.298 51.861-7.275L51.045-7.275Q50.845-7.298 50.795-7.513L50.795-7.642Q50.599-7.451 50.338-7.343Q50.076-7.236 49.802-7.236M49.841-7.795Q50.201-7.795 50.453-8.064Q50.705-8.334 50.795-8.709L50.795-9.541Q50.736-9.728 50.609-9.879Q50.482-10.029 50.304-10.117Q50.127-10.205 49.931-10.205Q49.623-10.205 49.373-10.035Q49.123-9.865 48.978-9.580Q48.834-9.295 48.834-8.994Q48.834-8.545 49.119-8.170Q49.404-7.795 49.841-7.795M52.591-8.388Q52.591-8.834 53.005-9.091Q53.420-9.349 53.961-9.449Q54.502-9.548 55.009-9.556Q55.009-9.771 54.875-9.923Q54.740-10.076 54.533-10.152Q54.326-10.228 54.115-10.228Q53.771-10.228 53.611-10.205L53.611-10.146Q53.611-9.978 53.492-9.863Q53.373-9.748 53.209-9.748Q53.033-9.748 52.918-9.871Q52.802-9.994 52.802-10.162Q52.802-10.568 53.183-10.677Q53.564-10.787 54.123-10.787Q54.392-10.787 54.660-10.709Q54.927-10.630 55.152-10.480Q55.377-10.330 55.513-10.109Q55.650-9.888 55.650-9.611L55.650-7.892Q55.650-7.834 56.177-7.834Q56.373-7.814 56.423-7.603L56.423-7.513Q56.373-7.298 56.177-7.275L56.033-7.275Q55.689-7.275 55.461-7.322Q55.232-7.369 55.088-7.556Q54.627-7.236 53.920-7.236Q53.584-7.236 53.279-7.377Q52.974-7.517 52.783-7.779Q52.591-8.041 52.591-8.388M53.232-8.380Q53.232-8.107 53.474-7.951Q53.716-7.795 54.002-7.795Q54.220-7.795 54.453-7.853Q54.685-7.912 54.847-8.050Q55.009-8.189 55.009-8.412L55.009-9.002Q54.728-9.002 54.312-8.945Q53.896-8.888 53.564-8.750Q53.232-8.611 53.232-8.380M56.502-5.732L56.502-5.818Q56.545-6.037 56.752-6.060L57.173-6.060L57.173-10.162L56.752-10.162Q56.545-10.185 56.502-10.404L56.502-10.490Q56.548-10.701 56.752-10.724L57.568-10.724Q57.763-10.705 57.814-10.490L57.814-10.420Q58.025-10.588 58.289-10.675Q58.552-10.763 58.822-10.763Q59.162-10.763 59.459-10.619Q59.755-10.474 59.970-10.222Q60.185-9.970 60.300-9.658Q60.416-9.345 60.416-9.002Q60.416-8.537 60.189-8.127Q59.963-7.716 59.576-7.476Q59.189-7.236 58.720-7.236Q58.201-7.236 57.814-7.603L57.814-6.060L58.240-6.060Q58.447-6.037 58.486-5.818L58.486-5.732Q58.447-5.521 58.240-5.498L56.752-5.498Q56.548-5.521 56.502-5.732M58.677-7.795Q58.986-7.795 59.236-7.964Q59.486-8.134 59.630-8.416Q59.775-8.697 59.775-9.002Q59.775-9.291 59.650-9.570Q59.525-9.849 59.293-10.027Q59.060-10.205 58.759-10.205Q58.439-10.205 58.177-10.019Q57.916-9.834 57.814-9.533L57.814-8.681Q57.904-8.314 58.125-8.054Q58.345-7.795 58.677-7.795M61.877-8.380L61.877-10.162L61.127-10.162Q60.927-10.185 60.877-10.404L60.877-10.490Q60.927-10.701 61.127-10.724L61.877-10.724L61.877-11.474Q61.927-11.681 62.127-11.709L62.271-11.709Q62.466-11.681 62.517-11.474L62.517-10.724L63.877-10.724Q64.068-10.705 64.127-10.490L64.127-10.404Q64.072-10.185 63.877-10.162L62.517-10.162L62.517-8.412Q62.517-7.795 63.091-7.795Q63.341-7.795 63.505-7.980Q63.670-8.166 63.670-8.412Q63.670-8.505 63.742-8.576Q63.814-8.646 63.916-8.658L64.060-8.658Q64.259-8.634 64.310-8.427L64.310-8.380Q64.310-8.056 64.127-7.793Q63.943-7.529 63.650-7.382Q63.357-7.236 63.037-7.236Q62.525-7.236 62.201-7.546Q61.877-7.857 61.877-8.380M65.541-7.513L65.541-7.603Q65.591-7.810 65.787-7.834L66.826-7.834L66.826-10.162L65.853-10.162Q65.654-10.185 65.603-10.404L65.603-10.490Q65.654-10.701 65.853-10.724L67.220-10.724Q67.416-10.705 67.466-10.490L67.466-7.834L68.380-7.834Q68.576-7.810 68.627-7.603L68.627-7.513Q68.576-7.298 68.380-7.275L65.787-7.275Q65.591-7.298 65.541-7.513M66.572-11.701L66.572-11.755Q66.572-11.927 66.709-12.048Q66.845-12.170 67.021-12.170Q67.193-12.170 67.330-12.048Q67.466-11.927 67.466-11.755L67.466-11.701Q67.466-11.525 67.330-11.404Q67.193-11.283 67.021-11.283Q66.845-11.283 66.709-11.404Q66.572-11.525 66.572-11.701M70.826-7.498L69.939-10.162L69.619-10.162Q69.420-10.185 69.369-10.404L69.369-10.490Q69.420-10.701 69.619-10.724L70.779-10.724Q70.974-10.705 71.025-10.490L71.025-10.404Q70.974-10.185 70.779-10.162L70.498-10.162L71.291-7.787L72.080-10.162L71.802-10.162Q71.603-10.185 71.552-10.404L71.552-10.490Q71.603-10.701 71.802-10.724L72.963-10.724Q73.158-10.701 73.209-10.490L73.209-10.404Q73.158-10.185 72.963-10.162L72.642-10.162L71.755-7.498Q71.713-7.384 71.611-7.310Q71.509-7.236 71.384-7.236L71.193-7.236Q71.076-7.236 70.972-7.308Q70.869-7.380 70.826-7.498M76.927-8.763L74.486-8.763Q74.541-8.486 74.738-8.263Q74.935-8.041 75.213-7.918Q75.490-7.795 75.775-7.795Q76.248-7.795 76.470-8.084Q76.478-8.095 76.535-8.201Q76.591-8.306 76.640-8.349Q76.689-8.392 76.783-8.404L76.927-8.404Q77.119-8.384 77.177-8.170L77.177-8.115Q77.111-7.814 76.880-7.617Q76.650-7.420 76.338-7.328Q76.025-7.236 75.720-7.236Q75.236-7.236 74.797-7.464Q74.357-7.693 74.089-8.093Q73.822-8.494 73.822-8.986L73.822-9.045Q73.822-9.513 74.068-9.916Q74.314-10.318 74.722-10.552Q75.130-10.787 75.599-10.787Q76.103-10.787 76.457-10.564Q76.810-10.341 76.994-9.953Q77.177-9.564 77.177-9.060L77.177-9.002Q77.119-8.787 76.927-8.763M74.494-9.314L76.521-9.314Q76.474-9.724 76.236-9.976Q75.998-10.228 75.599-10.228Q75.205-10.228 74.898-9.966Q74.591-9.705 74.494-9.314\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(216.929 -56.773)\">\u003Cpath d=\"M82.530-7.474L82.530-8.388Q82.557-8.595 82.768-8.619L82.936-8.619Q83.100-8.595 83.159-8.435Q83.362-7.795 84.089-7.795Q84.296-7.795 84.524-7.830Q84.753-7.865 84.921-7.980Q85.089-8.095 85.089-8.298Q85.089-8.509 84.866-8.623Q84.643-8.736 84.370-8.779L83.671-8.892Q82.530-9.103 82.530-9.826Q82.530-10.115 82.674-10.304Q82.819-10.494 83.059-10.601Q83.299-10.709 83.555-10.748Q83.811-10.787 84.089-10.787Q84.339-10.787 84.532-10.757Q84.725-10.728 84.889-10.650Q84.967-10.767 85.096-10.787L85.174-10.787Q85.272-10.775 85.335-10.713Q85.397-10.650 85.409-10.556L85.409-9.849Q85.397-9.755 85.335-9.689Q85.272-9.623 85.174-9.611L85.007-9.611Q84.913-9.623 84.846-9.689Q84.780-9.755 84.768-9.849Q84.768-10.228 84.073-10.228Q83.725-10.228 83.407-10.146Q83.089-10.064 83.089-9.818Q83.089-9.552 83.760-9.443L84.464-9.322Q84.948-9.240 85.298-8.992Q85.647-8.744 85.647-8.298Q85.647-7.908 85.411-7.666Q85.174-7.423 84.825-7.330Q84.475-7.236 84.089-7.236Q83.510-7.236 83.112-7.490Q83.042-7.365 82.993-7.308Q82.944-7.252 82.839-7.236L82.768-7.236Q82.553-7.259 82.530-7.474M87.389-8.380L87.389-10.162L86.639-10.162Q86.440-10.185 86.389-10.404L86.389-10.490Q86.440-10.701 86.639-10.724L87.389-10.724L87.389-11.474Q87.440-11.681 87.639-11.709L87.784-11.709Q87.979-11.681 88.030-11.474L88.030-10.724L89.389-10.724Q89.581-10.705 89.639-10.490L89.639-10.404Q89.585-10.185 89.389-10.162L88.030-10.162L88.030-8.412Q88.030-7.795 88.604-7.795Q88.854-7.795 89.018-7.980Q89.182-8.166 89.182-8.412Q89.182-8.505 89.255-8.576Q89.327-8.646 89.428-8.658L89.573-8.658Q89.772-8.634 89.823-8.427L89.823-8.380Q89.823-8.056 89.639-7.793Q89.456-7.529 89.163-7.382Q88.870-7.236 88.549-7.236Q88.038-7.236 87.714-7.546Q87.389-7.857 87.389-8.380M93.948-8.763L91.507-8.763Q91.561-8.486 91.758-8.263Q91.956-8.041 92.233-7.918Q92.510-7.795 92.796-7.795Q93.268-7.795 93.491-8.084Q93.499-8.095 93.555-8.201Q93.612-8.306 93.661-8.349Q93.710-8.392 93.803-8.404L93.948-8.404Q94.139-8.384 94.198-8.170L94.198-8.115Q94.132-7.814 93.901-7.617Q93.671-7.420 93.358-7.328Q93.046-7.236 92.741-7.236Q92.257-7.236 91.817-7.464Q91.378-7.693 91.110-8.093Q90.842-8.494 90.842-8.986L90.842-9.045Q90.842-9.513 91.089-9.916Q91.335-10.318 91.743-10.552Q92.151-10.787 92.620-10.787Q93.124-10.787 93.477-10.564Q93.831-10.341 94.014-9.953Q94.198-9.564 94.198-9.060L94.198-9.002Q94.139-8.787 93.948-8.763M91.514-9.314L93.542-9.314Q93.495-9.724 93.257-9.976Q93.018-10.228 92.620-10.228Q92.225-10.228 91.919-9.966Q91.612-9.705 91.514-9.314M94.753-5.732L94.753-5.818Q94.796-6.037 95.003-6.060L95.424-6.060L95.424-10.162L95.003-10.162Q94.796-10.185 94.753-10.404L94.753-10.490Q94.799-10.701 95.003-10.724L95.819-10.724Q96.014-10.705 96.065-10.490L96.065-10.420Q96.276-10.588 96.540-10.675Q96.803-10.763 97.073-10.763Q97.413-10.763 97.710-10.619Q98.007-10.474 98.221-10.222Q98.436-9.970 98.551-9.658Q98.667-9.345 98.667-9.002Q98.667-8.537 98.440-8.127Q98.214-7.716 97.827-7.476Q97.440-7.236 96.971-7.236Q96.452-7.236 96.065-7.603L96.065-6.060L96.491-6.060Q96.698-6.037 96.737-5.818L96.737-5.732Q96.698-5.521 96.491-5.498L95.003-5.498Q94.799-5.521 94.753-5.732M96.928-7.795Q97.237-7.795 97.487-7.964Q97.737-8.134 97.882-8.416Q98.026-8.697 98.026-9.002Q98.026-9.291 97.901-9.570Q97.776-9.849 97.544-10.027Q97.311-10.205 97.010-10.205Q96.690-10.205 96.428-10.019Q96.167-9.834 96.065-9.533L96.065-8.681Q96.155-8.314 96.376-8.054Q96.596-7.795 96.928-7.795\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(219.95 72.44)\">\u003Cpath d=\"M43.916-7.513L43.916-7.603Q43.974-7.810 44.166-7.834L44.877-7.834L44.877-10.162L44.166-10.162Q43.970-10.185 43.916-10.404L43.916-10.490Q43.974-10.701 44.166-10.724L45.267-10.724Q45.466-10.705 45.517-10.490L45.517-10.162Q45.779-10.447 46.134-10.605Q46.490-10.763 46.877-10.763Q47.170-10.763 47.404-10.629Q47.638-10.494 47.638-10.228Q47.638-10.060 47.529-9.943Q47.420-9.826 47.252-9.826Q47.099-9.826 46.984-9.937Q46.869-10.048 46.869-10.205Q46.494-10.205 46.179-10.004Q45.865-9.802 45.691-9.468Q45.517-9.134 45.517-8.755L45.517-7.834L46.463-7.834Q46.670-7.810 46.709-7.603L46.709-7.513Q46.670-7.298 46.463-7.275L44.166-7.275Q43.974-7.298 43.916-7.513M51.451-8.763L49.009-8.763Q49.064-8.486 49.261-8.263Q49.459-8.041 49.736-7.918Q50.013-7.795 50.298-7.795Q50.771-7.795 50.994-8.084Q51.002-8.095 51.058-8.201Q51.115-8.306 51.164-8.349Q51.213-8.392 51.306-8.404L51.451-8.404Q51.642-8.384 51.701-8.170L51.701-8.115Q51.634-7.814 51.404-7.617Q51.173-7.420 50.861-7.328Q50.548-7.236 50.244-7.236Q49.759-7.236 49.320-7.464Q48.880-7.693 48.613-8.093Q48.345-8.494 48.345-8.986L48.345-9.045Q48.345-9.513 48.591-9.916Q48.838-10.318 49.246-10.552Q49.654-10.787 50.123-10.787Q50.627-10.787 50.980-10.564Q51.334-10.341 51.517-9.953Q51.701-9.564 51.701-9.060L51.701-9.002Q51.642-8.787 51.451-8.763M49.017-9.314L51.045-9.314Q50.998-9.724 50.759-9.976Q50.521-10.228 50.123-10.228Q49.728-10.228 49.422-9.966Q49.115-9.705 49.017-9.314M52.771-7.474L52.771-8.388Q52.798-8.595 53.009-8.619L53.177-8.619Q53.341-8.595 53.400-8.435Q53.603-7.795 54.330-7.795Q54.537-7.795 54.765-7.830Q54.994-7.865 55.162-7.980Q55.330-8.095 55.330-8.298Q55.330-8.509 55.107-8.623Q54.884-8.736 54.611-8.779L53.912-8.892Q52.771-9.103 52.771-9.826Q52.771-10.115 52.916-10.304Q53.060-10.494 53.300-10.601Q53.541-10.709 53.797-10.748Q54.052-10.787 54.330-10.787Q54.580-10.787 54.773-10.757Q54.966-10.728 55.130-10.650Q55.209-10.767 55.338-10.787L55.416-10.787Q55.513-10.775 55.576-10.713Q55.638-10.650 55.650-10.556L55.650-9.849Q55.638-9.755 55.576-9.689Q55.513-9.623 55.416-9.611L55.248-9.611Q55.154-9.623 55.088-9.689Q55.021-9.755 55.009-9.849Q55.009-10.228 54.314-10.228Q53.966-10.228 53.648-10.146Q53.330-10.064 53.330-9.818Q53.330-9.552 54.002-9.443L54.705-9.322Q55.189-9.240 55.539-8.992Q55.888-8.744 55.888-8.298Q55.888-7.908 55.652-7.666Q55.416-7.423 55.066-7.330Q54.716-7.236 54.330-7.236Q53.752-7.236 53.353-7.490Q53.283-7.365 53.234-7.308Q53.185-7.252 53.080-7.236L53.009-7.236Q52.795-7.259 52.771-7.474M56.990-9.002Q56.990-9.482 57.234-9.896Q57.478-10.310 57.894-10.548Q58.310-10.787 58.791-10.787Q59.345-10.787 59.724-10.677Q60.103-10.568 60.103-10.162Q60.103-9.994 59.990-9.871Q59.877-9.748 59.705-9.748Q59.533-9.748 59.414-9.863Q59.295-9.978 59.295-10.146L59.295-10.205Q59.134-10.228 58.798-10.228Q58.470-10.228 58.203-10.058Q57.935-9.888 57.783-9.605Q57.630-9.322 57.630-9.002Q57.630-8.681 57.802-8.400Q57.974-8.119 58.259-7.957Q58.545-7.795 58.873-7.795Q59.185-7.795 59.312-7.898Q59.439-8.002 59.556-8.191Q59.673-8.380 59.791-8.396L59.959-8.396Q60.064-8.384 60.129-8.316Q60.193-8.248 60.193-8.146Q60.193-8.099 60.173-8.060Q60.064-7.767 59.861-7.588Q59.658-7.408 59.382-7.322Q59.107-7.236 58.791-7.236Q58.306-7.236 57.890-7.474Q57.474-7.713 57.232-8.115Q56.990-8.517 56.990-9.002M61.084-8.388Q61.084-8.834 61.498-9.091Q61.912-9.349 62.453-9.449Q62.994-9.548 63.502-9.556Q63.502-9.771 63.367-9.923Q63.232-10.076 63.025-10.152Q62.818-10.228 62.607-10.228Q62.263-10.228 62.103-10.205L62.103-10.146Q62.103-9.978 61.984-9.863Q61.865-9.748 61.701-9.748Q61.525-9.748 61.410-9.871Q61.295-9.994 61.295-10.162Q61.295-10.568 61.675-10.677Q62.056-10.787 62.615-10.787Q62.884-10.787 63.152-10.709Q63.420-10.630 63.644-10.480Q63.869-10.330 64.005-10.109Q64.142-9.888 64.142-9.611L64.142-7.892Q64.142-7.834 64.670-7.834Q64.865-7.814 64.916-7.603L64.916-7.513Q64.865-7.298 64.670-7.275L64.525-7.275Q64.181-7.275 63.953-7.322Q63.724-7.369 63.580-7.556Q63.119-7.236 62.412-7.236Q62.076-7.236 61.771-7.377Q61.466-7.517 61.275-7.779Q61.084-8.041 61.084-8.388M61.724-8.380Q61.724-8.107 61.966-7.951Q62.209-7.795 62.494-7.795Q62.713-7.795 62.945-7.853Q63.177-7.912 63.339-8.050Q63.502-8.189 63.502-8.412L63.502-9.002Q63.220-9.002 62.804-8.945Q62.388-8.888 62.056-8.750Q61.724-8.611 61.724-8.380M65.373-7.513L65.373-7.603Q65.423-7.810 65.619-7.834L66.724-7.834L66.724-11.603L65.619-11.603Q65.423-11.627 65.373-11.841L65.373-11.931Q65.423-12.138 65.619-12.162L67.115-12.162Q67.306-12.138 67.365-11.931L67.365-7.834L68.466-7.834Q68.666-7.810 68.716-7.603L68.716-7.513Q68.666-7.298 68.466-7.275L65.619-7.275Q65.423-7.298 65.373-7.513M72.681-8.763L70.240-8.763Q70.295-8.486 70.492-8.263Q70.689-8.041 70.966-7.918Q71.244-7.795 71.529-7.795Q72.002-7.795 72.224-8.084Q72.232-8.095 72.289-8.201Q72.345-8.306 72.394-8.349Q72.443-8.392 72.537-8.404L72.681-8.404Q72.873-8.384 72.931-8.170L72.931-8.115Q72.865-7.814 72.634-7.617Q72.404-7.420 72.091-7.328Q71.779-7.236 71.474-7.236Q70.990-7.236 70.550-7.464Q70.111-7.693 69.843-8.093Q69.576-8.494 69.576-8.986L69.576-9.045Q69.576-9.513 69.822-9.916Q70.068-10.318 70.476-10.552Q70.884-10.787 71.353-10.787Q71.857-10.787 72.211-10.564Q72.564-10.341 72.748-9.953Q72.931-9.564 72.931-9.060L72.931-9.002Q72.873-8.787 72.681-8.763M70.248-9.314L72.275-9.314Q72.228-9.724 71.990-9.976Q71.752-10.228 71.353-10.228Q70.959-10.228 70.652-9.966Q70.345-9.705 70.248-9.314M75.279-7.236Q74.814-7.236 74.449-7.486Q74.084-7.736 73.879-8.140Q73.673-8.545 73.673-9.002Q73.673-9.345 73.798-9.666Q73.923-9.986 74.156-10.236Q74.388-10.486 74.693-10.625Q74.998-10.763 75.353-10.763Q75.865-10.763 76.271-10.443L76.271-11.603L75.849-11.603Q75.638-11.627 75.599-11.841L75.599-11.931Q75.638-12.138 75.849-12.162L76.662-12.162Q76.861-12.138 76.912-11.931L76.912-7.834L77.338-7.834Q77.545-7.810 77.584-7.603L77.584-7.513Q77.545-7.298 77.338-7.275L76.521-7.275Q76.322-7.298 76.271-7.513L76.271-7.642Q76.076-7.451 75.814-7.343Q75.552-7.236 75.279-7.236M75.318-7.795Q75.677-7.795 75.929-8.064Q76.181-8.334 76.271-8.709L76.271-9.541Q76.213-9.728 76.086-9.879Q75.959-10.029 75.781-10.117Q75.603-10.205 75.408-10.205Q75.099-10.205 74.849-10.035Q74.599-9.865 74.455-9.580Q74.310-9.295 74.310-8.994Q74.310-8.545 74.595-8.170Q74.880-7.795 75.318-7.795\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(219.95 72.44)\">\u003Cpath d=\"M82.014-5.732L82.014-5.818Q82.057-6.037 82.264-6.060L82.686-6.060L82.686-10.162L82.264-10.162Q82.057-10.185 82.014-10.404L82.014-10.490Q82.061-10.701 82.264-10.724L83.081-10.724Q83.276-10.705 83.327-10.490L83.327-10.420Q83.538-10.588 83.801-10.675Q84.065-10.763 84.335-10.763Q84.674-10.763 84.971-10.619Q85.268-10.474 85.483-10.222Q85.698-9.970 85.813-9.658Q85.928-9.345 85.928-9.002Q85.928-8.537 85.702-8.127Q85.475-7.716 85.089-7.476Q84.702-7.236 84.233-7.236Q83.714-7.236 83.327-7.603L83.327-6.060L83.753-6.060Q83.960-6.037 83.999-5.818L83.999-5.732Q83.960-5.521 83.753-5.498L82.264-5.498Q82.061-5.521 82.014-5.732M84.190-7.795Q84.499-7.795 84.749-7.964Q84.999-8.134 85.143-8.416Q85.288-8.697 85.288-9.002Q85.288-9.291 85.163-9.570Q85.038-9.849 84.805-10.027Q84.573-10.205 84.272-10.205Q83.952-10.205 83.690-10.019Q83.428-9.834 83.327-9.533L83.327-8.681Q83.417-8.314 83.637-8.054Q83.858-7.795 84.190-7.795M89.702-8.763L87.260-8.763Q87.315-8.486 87.512-8.263Q87.710-8.041 87.987-7.918Q88.264-7.795 88.549-7.795Q89.022-7.795 89.245-8.084Q89.253-8.095 89.309-8.201Q89.366-8.306 89.415-8.349Q89.464-8.392 89.557-8.404L89.702-8.404Q89.893-8.384 89.952-8.170L89.952-8.115Q89.885-7.814 89.655-7.617Q89.424-7.420 89.112-7.328Q88.799-7.236 88.495-7.236Q88.010-7.236 87.571-7.464Q87.132-7.693 86.864-8.093Q86.596-8.494 86.596-8.986L86.596-9.045Q86.596-9.513 86.842-9.916Q87.089-10.318 87.497-10.552Q87.905-10.787 88.374-10.787Q88.878-10.787 89.231-10.564Q89.585-10.341 89.768-9.953Q89.952-9.564 89.952-9.060L89.952-9.002Q89.893-8.787 89.702-8.763M87.268-9.314L89.296-9.314Q89.249-9.724 89.010-9.976Q88.772-10.228 88.374-10.228Q87.979-10.228 87.673-9.966Q87.366-9.705 87.268-9.314M90.659-7.513L90.659-7.603Q90.717-7.810 90.909-7.834L91.620-7.834L91.620-10.162L90.909-10.162Q90.714-10.185 90.659-10.404L90.659-10.490Q90.717-10.701 90.909-10.724L92.010-10.724Q92.210-10.705 92.260-10.490L92.260-10.162Q92.522-10.447 92.878-10.605Q93.233-10.763 93.620-10.763Q93.913-10.763 94.147-10.629Q94.382-10.494 94.382-10.228Q94.382-10.060 94.272-9.943Q94.163-9.826 93.995-9.826Q93.842-9.826 93.727-9.937Q93.612-10.048 93.612-10.205Q93.237-10.205 92.923-10.004Q92.608-9.802 92.434-9.468Q92.260-9.134 92.260-8.755L92.260-7.834L93.206-7.834Q93.413-7.810 93.452-7.603L93.452-7.513Q93.413-7.298 93.206-7.275L90.909-7.275Q90.717-7.298 90.659-7.513\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(219.95 72.44)\">\u003Cpath d=\"M99.350-8.388Q99.350-8.834 99.764-9.091Q100.178-9.349 100.719-9.449Q101.260-9.548 101.768-9.556Q101.768-9.771 101.633-9.923Q101.499-10.076 101.292-10.152Q101.085-10.228 100.874-10.228Q100.530-10.228 100.370-10.205L100.370-10.146Q100.370-9.978 100.251-9.863Q100.132-9.748 99.967-9.748Q99.792-9.748 99.676-9.871Q99.561-9.994 99.561-10.162Q99.561-10.568 99.942-10.677Q100.323-10.787 100.882-10.787Q101.151-10.787 101.419-10.709Q101.686-10.630 101.911-10.480Q102.135-10.330 102.272-10.109Q102.409-9.888 102.409-9.611L102.409-7.892Q102.409-7.834 102.936-7.834Q103.132-7.814 103.182-7.603L103.182-7.513Q103.132-7.298 102.936-7.275L102.792-7.275Q102.448-7.275 102.219-7.322Q101.991-7.369 101.846-7.556Q101.385-7.236 100.678-7.236Q100.342-7.236 100.038-7.377Q99.733-7.517 99.542-7.779Q99.350-8.041 99.350-8.388M99.991-8.380Q99.991-8.107 100.233-7.951Q100.475-7.795 100.760-7.795Q100.979-7.795 101.212-7.853Q101.444-7.912 101.606-8.050Q101.768-8.189 101.768-8.412L101.768-9.002Q101.487-9.002 101.071-8.945Q100.655-8.888 100.323-8.750Q99.991-8.611 99.991-8.380M103.448-7.513L103.448-7.603Q103.487-7.810 103.694-7.834L104.100-7.834L105.030-9.052L104.159-10.162L103.741-10.162Q103.546-10.181 103.495-10.404L103.495-10.490Q103.546-10.701 103.741-10.724L104.901-10.724Q105.100-10.701 105.151-10.490L105.151-10.404Q105.100-10.185 104.901-10.162L104.792-10.162L105.288-9.505L105.764-10.162L105.647-10.162Q105.448-10.185 105.397-10.404L105.397-10.490Q105.448-10.701 105.647-10.724L106.807-10.724Q107.003-10.705 107.053-10.490L107.053-10.404Q107.003-10.185 106.807-10.162L106.397-10.162L105.549-9.052L106.510-7.834L106.917-7.834Q107.116-7.810 107.167-7.603L107.167-7.513Q107.128-7.298 106.917-7.275L105.764-7.275Q105.557-7.298 105.518-7.513L105.518-7.603Q105.557-7.810 105.764-7.834L105.893-7.834L105.288-8.689L104.702-7.834L104.846-7.834Q105.053-7.810 105.092-7.603L105.092-7.513Q105.053-7.298 104.846-7.275L103.694-7.275Q103.499-7.295 103.448-7.513M108.053-7.513L108.053-7.603Q108.104-7.810 108.299-7.834L109.339-7.834L109.339-10.162L108.366-10.162Q108.167-10.185 108.116-10.404L108.116-10.490Q108.167-10.701 108.366-10.724L109.733-10.724Q109.928-10.705 109.979-10.490L109.979-7.834L110.893-7.834Q111.089-7.810 111.139-7.603L111.139-7.513Q111.089-7.298 110.893-7.275L108.299-7.275Q108.104-7.298 108.053-7.513M109.085-11.701L109.085-11.755Q109.085-11.927 109.221-12.048Q109.358-12.170 109.534-12.170Q109.706-12.170 109.842-12.048Q109.979-11.927 109.979-11.755L109.979-11.701Q109.979-11.525 109.842-11.404Q109.706-11.283 109.534-11.283Q109.358-11.283 109.221-11.404Q109.085-11.525 109.085-11.701M112.268-7.474L112.268-8.388Q112.296-8.595 112.507-8.619L112.674-8.619Q112.839-8.595 112.897-8.435Q113.100-7.795 113.827-7.795Q114.034-7.795 114.262-7.830Q114.491-7.865 114.659-7.980Q114.827-8.095 114.827-8.298Q114.827-8.509 114.604-8.623Q114.382-8.736 114.108-8.779L113.409-8.892Q112.268-9.103 112.268-9.826Q112.268-10.115 112.413-10.304Q112.557-10.494 112.798-10.601Q113.038-10.709 113.294-10.748Q113.549-10.787 113.827-10.787Q114.077-10.787 114.270-10.757Q114.464-10.728 114.628-10.650Q114.706-10.767 114.835-10.787L114.913-10.787Q115.010-10.775 115.073-10.713Q115.135-10.650 115.147-10.556L115.147-9.849Q115.135-9.755 115.073-9.689Q115.010-9.623 114.913-9.611L114.745-9.611Q114.651-9.623 114.585-9.689Q114.518-9.755 114.507-9.849Q114.507-10.228 113.811-10.228Q113.464-10.228 113.145-10.146Q112.827-10.064 112.827-9.818Q112.827-9.552 113.499-9.443L114.202-9.322Q114.686-9.240 115.036-8.992Q115.385-8.744 115.385-8.298Q115.385-7.908 115.149-7.666Q114.913-7.423 114.563-7.330Q114.214-7.236 113.827-7.236Q113.249-7.236 112.850-7.490Q112.780-7.365 112.731-7.308Q112.682-7.252 112.577-7.236L112.507-7.236Q112.292-7.259 112.268-7.474\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M174.576-24.347h54.306\"\u002F>\u003Cpath stroke=\"none\" d=\"m231.482-24.347-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(144.46 -23.45)\">\u003Cpath d=\"M43.916-7.513L43.916-7.603Q43.974-7.810 44.166-7.834L44.877-7.834L44.877-10.162L44.166-10.162Q43.970-10.185 43.916-10.404L43.916-10.490Q43.974-10.701 44.166-10.724L45.267-10.724Q45.466-10.705 45.517-10.490L45.517-10.162Q45.779-10.447 46.134-10.605Q46.490-10.763 46.877-10.763Q47.170-10.763 47.404-10.629Q47.638-10.494 47.638-10.228Q47.638-10.060 47.529-9.943Q47.420-9.826 47.252-9.826Q47.099-9.826 46.984-9.937Q46.869-10.048 46.869-10.205Q46.494-10.205 46.179-10.004Q45.865-9.802 45.691-9.468Q45.517-9.134 45.517-8.755L45.517-7.834L46.463-7.834Q46.670-7.810 46.709-7.603L46.709-7.513Q46.670-7.298 46.463-7.275L44.166-7.275Q43.974-7.298 43.916-7.513M51.451-8.763L49.009-8.763Q49.064-8.486 49.261-8.263Q49.459-8.041 49.736-7.918Q50.013-7.795 50.298-7.795Q50.771-7.795 50.994-8.084Q51.002-8.095 51.058-8.201Q51.115-8.306 51.164-8.349Q51.213-8.392 51.306-8.404L51.451-8.404Q51.642-8.384 51.701-8.170L51.701-8.115Q51.634-7.814 51.404-7.617Q51.173-7.420 50.861-7.328Q50.548-7.236 50.244-7.236Q49.759-7.236 49.320-7.464Q48.880-7.693 48.613-8.093Q48.345-8.494 48.345-8.986L48.345-9.045Q48.345-9.513 48.591-9.916Q48.838-10.318 49.246-10.552Q49.654-10.787 50.123-10.787Q50.627-10.787 50.980-10.564Q51.334-10.341 51.517-9.953Q51.701-9.564 51.701-9.060L51.701-9.002Q51.642-8.787 51.451-8.763M49.017-9.314L51.045-9.314Q50.998-9.724 50.759-9.976Q50.521-10.228 50.123-10.228Q49.728-10.228 49.422-9.966Q49.115-9.705 49.017-9.314M52.771-7.474L52.771-8.388Q52.798-8.595 53.009-8.619L53.177-8.619Q53.341-8.595 53.400-8.435Q53.603-7.795 54.330-7.795Q54.537-7.795 54.765-7.830Q54.994-7.865 55.162-7.980Q55.330-8.095 55.330-8.298Q55.330-8.509 55.107-8.623Q54.884-8.736 54.611-8.779L53.912-8.892Q52.771-9.103 52.771-9.826Q52.771-10.115 52.916-10.304Q53.060-10.494 53.300-10.601Q53.541-10.709 53.797-10.748Q54.052-10.787 54.330-10.787Q54.580-10.787 54.773-10.757Q54.966-10.728 55.130-10.650Q55.209-10.767 55.338-10.787L55.416-10.787Q55.513-10.775 55.576-10.713Q55.638-10.650 55.650-10.556L55.650-9.849Q55.638-9.755 55.576-9.689Q55.513-9.623 55.416-9.611L55.248-9.611Q55.154-9.623 55.088-9.689Q55.021-9.755 55.009-9.849Q55.009-10.228 54.314-10.228Q53.966-10.228 53.648-10.146Q53.330-10.064 53.330-9.818Q53.330-9.552 54.002-9.443L54.705-9.322Q55.189-9.240 55.539-8.992Q55.888-8.744 55.888-8.298Q55.888-7.908 55.652-7.666Q55.416-7.423 55.066-7.330Q54.716-7.236 54.330-7.236Q53.752-7.236 53.353-7.490Q53.283-7.365 53.234-7.308Q53.185-7.252 53.080-7.236L53.009-7.236Q52.795-7.259 52.771-7.474M56.990-9.002Q56.990-9.482 57.234-9.896Q57.478-10.310 57.894-10.548Q58.310-10.787 58.791-10.787Q59.345-10.787 59.724-10.677Q60.103-10.568 60.103-10.162Q60.103-9.994 59.990-9.871Q59.877-9.748 59.705-9.748Q59.533-9.748 59.414-9.863Q59.295-9.978 59.295-10.146L59.295-10.205Q59.134-10.228 58.798-10.228Q58.470-10.228 58.203-10.058Q57.935-9.888 57.783-9.605Q57.630-9.322 57.630-9.002Q57.630-8.681 57.802-8.400Q57.974-8.119 58.259-7.957Q58.545-7.795 58.873-7.795Q59.185-7.795 59.312-7.898Q59.439-8.002 59.556-8.191Q59.673-8.380 59.791-8.396L59.959-8.396Q60.064-8.384 60.129-8.316Q60.193-8.248 60.193-8.146Q60.193-8.099 60.173-8.060Q60.064-7.767 59.861-7.588Q59.658-7.408 59.382-7.322Q59.107-7.236 58.791-7.236Q58.306-7.236 57.890-7.474Q57.474-7.713 57.232-8.115Q56.990-8.517 56.990-9.002M61.084-8.388Q61.084-8.834 61.498-9.091Q61.912-9.349 62.453-9.449Q62.994-9.548 63.502-9.556Q63.502-9.771 63.367-9.923Q63.232-10.076 63.025-10.152Q62.818-10.228 62.607-10.228Q62.263-10.228 62.103-10.205L62.103-10.146Q62.103-9.978 61.984-9.863Q61.865-9.748 61.701-9.748Q61.525-9.748 61.410-9.871Q61.295-9.994 61.295-10.162Q61.295-10.568 61.675-10.677Q62.056-10.787 62.615-10.787Q62.884-10.787 63.152-10.709Q63.420-10.630 63.644-10.480Q63.869-10.330 64.005-10.109Q64.142-9.888 64.142-9.611L64.142-7.892Q64.142-7.834 64.670-7.834Q64.865-7.814 64.916-7.603L64.916-7.513Q64.865-7.298 64.670-7.275L64.525-7.275Q64.181-7.275 63.953-7.322Q63.724-7.369 63.580-7.556Q63.119-7.236 62.412-7.236Q62.076-7.236 61.771-7.377Q61.466-7.517 61.275-7.779Q61.084-8.041 61.084-8.388M61.724-8.380Q61.724-8.107 61.966-7.951Q62.209-7.795 62.494-7.795Q62.713-7.795 62.945-7.853Q63.177-7.912 63.339-8.050Q63.502-8.189 63.502-8.412L63.502-9.002Q63.220-9.002 62.804-8.945Q62.388-8.888 62.056-8.750Q61.724-8.611 61.724-8.380M65.373-7.513L65.373-7.603Q65.423-7.810 65.619-7.834L66.724-7.834L66.724-11.603L65.619-11.603Q65.423-11.627 65.373-11.841L65.373-11.931Q65.423-12.138 65.619-12.162L67.115-12.162Q67.306-12.138 67.365-11.931L67.365-7.834L68.466-7.834Q68.666-7.810 68.716-7.603L68.716-7.513Q68.666-7.298 68.466-7.275L65.619-7.275Q65.423-7.298 65.373-7.513M72.681-8.763L70.240-8.763Q70.295-8.486 70.492-8.263Q70.689-8.041 70.966-7.918Q71.244-7.795 71.529-7.795Q72.002-7.795 72.224-8.084Q72.232-8.095 72.289-8.201Q72.345-8.306 72.394-8.349Q72.443-8.392 72.537-8.404L72.681-8.404Q72.873-8.384 72.931-8.170L72.931-8.115Q72.865-7.814 72.634-7.617Q72.404-7.420 72.091-7.328Q71.779-7.236 71.474-7.236Q70.990-7.236 70.550-7.464Q70.111-7.693 69.843-8.093Q69.576-8.494 69.576-8.986L69.576-9.045Q69.576-9.513 69.822-9.916Q70.068-10.318 70.476-10.552Q70.884-10.787 71.353-10.787Q71.857-10.787 72.211-10.564Q72.564-10.341 72.748-9.953Q72.931-9.564 72.931-9.060L72.931-9.002Q72.873-8.787 72.681-8.763M70.248-9.314L72.275-9.314Q72.228-9.724 71.990-9.976Q71.752-10.228 71.353-10.228Q70.959-10.228 70.652-9.966Q70.345-9.705 70.248-9.314\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Per-parameter rescaling. Raw GD (red) stalls along the flat axis; an adaptive method (blue) divides each coordinate by its gradient RMS, reshaping the ellipse toward a circle.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:405.688px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 304.266 133.562\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-22.812 42.115H190.83\"\u002F>\u003Cpath stroke=\"none\" d=\"m193.43 42.115-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(219.974 1.325)\">\u003Cpath d=\"M-22.226 41.916L-22.226 41.002Q-22.199 40.795-21.988 40.771L-21.820 40.771Q-21.656 40.795-21.597 40.955Q-21.394 41.595-20.667 41.595Q-20.460 41.595-20.232 41.560Q-20.003 41.525-19.835 41.410Q-19.667 41.295-19.667 41.092Q-19.667 40.881-19.890 40.767Q-20.113 40.654-20.386 40.611L-21.085 40.498Q-22.226 40.287-22.226 39.564Q-22.226 39.275-22.082 39.086Q-21.937 38.896-21.697 38.789Q-21.457 38.681-21.201 38.642Q-20.945 38.603-20.667 38.603Q-20.417 38.603-20.224 38.633Q-20.031 38.662-19.867 38.740Q-19.789 38.623-19.660 38.603L-19.582 38.603Q-19.484 38.615-19.421 38.678Q-19.359 38.740-19.347 38.834L-19.347 39.541Q-19.359 39.635-19.421 39.701Q-19.484 39.767-19.582 39.779L-19.750 39.779Q-19.843 39.767-19.910 39.701Q-19.976 39.635-19.988 39.541Q-19.988 39.162-20.683 39.162Q-21.031 39.162-21.349 39.244Q-21.667 39.326-21.667 39.572Q-21.667 39.838-20.996 39.947L-20.292 40.068Q-19.808 40.150-19.458 40.398Q-19.109 40.646-19.109 41.092Q-19.109 41.482-19.345 41.724Q-19.582 41.967-19.931 42.060Q-20.281 42.154-20.667 42.154Q-21.246 42.154-21.644 41.900Q-21.714 42.025-21.763 42.082Q-21.812 42.138-21.917 42.154L-21.988 42.154Q-22.203 42.131-22.226 41.916M-17.367 41.010L-17.367 39.228L-18.117 39.228Q-18.316 39.205-18.367 38.986L-18.367 38.900Q-18.316 38.689-18.117 38.666L-17.367 38.666L-17.367 37.916Q-17.316 37.709-17.117 37.681L-16.972 37.681Q-16.777 37.709-16.726 37.916L-16.726 38.666L-15.367 38.666Q-15.175 38.685-15.117 38.900L-15.117 38.986Q-15.171 39.205-15.367 39.228L-16.726 39.228L-16.726 40.978Q-16.726 41.595-16.152 41.595Q-15.902 41.595-15.738 41.410Q-15.574 41.224-15.574 40.978Q-15.574 40.885-15.501 40.814Q-15.429 40.744-15.328 40.732L-15.183 40.732Q-14.984 40.756-14.933 40.963L-14.933 41.010Q-14.933 41.334-15.117 41.597Q-15.300 41.861-15.593 42.008Q-15.886 42.154-16.207 42.154Q-16.718 42.154-17.042 41.844Q-17.367 41.533-17.367 41.010M-10.808 40.627L-13.250 40.627Q-13.195 40.904-12.998 41.127Q-12.800 41.349-12.523 41.472Q-12.246 41.595-11.960 41.595Q-11.488 41.595-11.265 41.306Q-11.257 41.295-11.201 41.189Q-11.144 41.084-11.095 41.041Q-11.046 40.998-10.953 40.986L-10.808 40.986Q-10.617 41.006-10.558 41.220L-10.558 41.275Q-10.625 41.576-10.855 41.773Q-11.085 41.970-11.398 42.062Q-11.710 42.154-12.015 42.154Q-12.500 42.154-12.939 41.926Q-13.378 41.697-13.646 41.297Q-13.914 40.896-13.914 40.404L-13.914 40.345Q-13.914 39.877-13.667 39.474Q-13.421 39.072-13.013 38.838Q-12.605 38.603-12.136 38.603Q-11.632 38.603-11.279 38.826Q-10.925 39.049-10.742 39.437Q-10.558 39.826-10.558 40.330L-10.558 40.388Q-10.617 40.603-10.808 40.627M-13.242 40.076L-11.214 40.076Q-11.261 39.666-11.500 39.414Q-11.738 39.162-12.136 39.162Q-12.531 39.162-12.837 39.424Q-13.144 39.685-13.242 40.076M-10.003 43.658L-10.003 43.572Q-9.960 43.353-9.753 43.330L-9.332 43.330L-9.332 39.228L-9.753 39.228Q-9.960 39.205-10.003 38.986L-10.003 38.900Q-9.957 38.689-9.753 38.666L-8.937 38.666Q-8.742 38.685-8.691 38.900L-8.691 38.970Q-8.480 38.803-8.216 38.715Q-7.953 38.627-7.683 38.627Q-7.343 38.627-7.046 38.771Q-6.750 38.916-6.535 39.168Q-6.320 39.420-6.205 39.732Q-6.089 40.045-6.089 40.388Q-6.089 40.853-6.316 41.263Q-6.542 41.674-6.929 41.914Q-7.316 42.154-7.785 42.154Q-8.304 42.154-8.691 41.787L-8.691 43.330L-8.265 43.330Q-8.058 43.353-8.019 43.572L-8.019 43.658Q-8.058 43.869-8.265 43.892L-9.753 43.892Q-9.957 43.869-10.003 43.658M-7.828 41.595Q-7.519 41.595-7.269 41.426Q-7.019 41.256-6.875 40.974Q-6.730 40.693-6.730 40.388Q-6.730 40.099-6.855 39.820Q-6.980 39.541-7.212 39.363Q-7.445 39.185-7.746 39.185Q-8.066 39.185-8.328 39.371Q-8.589 39.556-8.691 39.857L-8.691 40.709Q-8.601 41.076-8.380 41.336Q-8.160 41.595-7.828 41.595\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(219.974 1.325)\">\u003Cpath d=\"M-0.362 41.010L-0.362 39.228L-1.112 39.228Q-1.311 39.205-1.362 38.986L-1.362 38.900Q-1.311 38.689-1.112 38.666L-0.362 38.666L-0.362 37.916Q-0.311 37.709-0.112 37.681L0.033 37.681Q0.228 37.709 0.279 37.916L0.279 38.666L1.638 38.666Q1.830 38.685 1.888 38.900L1.888 38.986Q1.834 39.205 1.638 39.228L0.279 39.228L0.279 40.978Q0.279 41.595 0.853 41.595Q1.103 41.595 1.267 41.410Q1.431 41.224 1.431 40.978Q1.431 40.885 1.503 40.814Q1.576 40.744 1.677 40.732L1.822 40.732Q2.021 40.756 2.072 40.963L2.072 41.010Q2.072 41.334 1.888 41.597Q1.705 41.861 1.412 42.008Q1.119 42.154 0.798 42.154Q0.287 42.154-0.038 41.844Q-0.362 41.533-0.362 41.010\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-22.812 42.115v-99.83\"\u002F>\u003Cpath stroke=\"none\" d=\"m-22.812-60.315-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(-36.126 -106.163)\">\u003Cpath d=\"M-22.253 40.388Q-22.253 39.908-22.009 39.494Q-21.765 39.080-21.349 38.842Q-20.933 38.603-20.453 38.603Q-19.898 38.603-19.519 38.713Q-19.140 38.822-19.140 39.228Q-19.140 39.396-19.253 39.519Q-19.367 39.642-19.539 39.642Q-19.710 39.642-19.830 39.527Q-19.949 39.412-19.949 39.244L-19.949 39.185Q-20.109 39.162-20.445 39.162Q-20.773 39.162-21.041 39.332Q-21.308 39.502-21.460 39.785Q-21.613 40.068-21.613 40.388Q-21.613 40.709-21.441 40.990Q-21.269 41.271-20.984 41.433Q-20.699 41.595-20.371 41.595Q-20.058 41.595-19.931 41.492Q-19.804 41.388-19.687 41.199Q-19.570 41.010-19.453 40.994L-19.285 40.994Q-19.179 41.006-19.115 41.074Q-19.050 41.142-19.050 41.244Q-19.050 41.291-19.070 41.330Q-19.179 41.623-19.382 41.803Q-19.585 41.982-19.861 42.068Q-20.136 42.154-20.453 42.154Q-20.937 42.154-21.353 41.916Q-21.769 41.678-22.011 41.275Q-22.253 40.873-22.253 40.388M-16.445 42.154Q-16.917 42.154-17.302 41.910Q-17.687 41.666-17.910 41.256Q-18.132 40.845-18.132 40.388Q-18.132 40.045-18.007 39.722Q-17.882 39.400-17.652 39.146Q-17.421 38.892-17.115 38.748Q-16.808 38.603-16.445 38.603Q-16.082 38.603-15.769 38.750Q-15.457 38.896-15.234 39.142Q-15.011 39.388-14.884 39.709Q-14.757 40.029-14.757 40.388Q-14.757 40.845-14.982 41.258Q-15.207 41.670-15.591 41.912Q-15.976 42.154-16.445 42.154M-16.445 41.595Q-15.980 41.595-15.689 41.201Q-15.398 40.806-15.398 40.322Q-15.398 40.029-15.533 39.761Q-15.667 39.494-15.908 39.328Q-16.148 39.162-16.445 39.162Q-16.750 39.162-16.988 39.328Q-17.226 39.494-17.361 39.761Q-17.496 40.029-17.496 40.322Q-17.496 40.803-17.203 41.199Q-16.910 41.595-16.445 41.595M-14.097 41.877L-14.097 41.787Q-14.039 41.580-13.847 41.556L-13.136 41.556L-13.136 39.228L-13.847 39.228Q-14.042 39.205-14.097 38.986L-14.097 38.900Q-14.039 38.689-13.847 38.666L-12.746 38.666Q-12.546 38.685-12.496 38.900L-12.496 39.228Q-12.234 38.943-11.878 38.785Q-11.523 38.627-11.136 38.627Q-10.843 38.627-10.609 38.761Q-10.375 38.896-10.375 39.162Q-10.375 39.330-10.484 39.447Q-10.593 39.564-10.761 39.564Q-10.914 39.564-11.029 39.453Q-11.144 39.342-11.144 39.185Q-11.519 39.185-11.833 39.386Q-12.148 39.588-12.322 39.922Q-12.496 40.256-12.496 40.635L-12.496 41.556L-11.550 41.556Q-11.343 41.580-11.304 41.787L-11.304 41.877Q-11.343 42.092-11.550 42.115L-13.847 42.115Q-14.039 42.092-14.097 41.877M-9.851 41.877L-9.851 41.787Q-9.792 41.580-9.601 41.556L-8.890 41.556L-8.890 39.228L-9.601 39.228Q-9.796 39.205-9.851 38.986L-9.851 38.900Q-9.792 38.689-9.601 38.666L-8.500 38.666Q-8.300 38.685-8.250 38.900L-8.250 39.228Q-7.988 38.943-7.632 38.785Q-7.277 38.627-6.890 38.627Q-6.597 38.627-6.363 38.761Q-6.128 38.896-6.128 39.162Q-6.128 39.330-6.238 39.447Q-6.347 39.564-6.515 39.564Q-6.667 39.564-6.783 39.453Q-6.898 39.342-6.898 39.185Q-7.273 39.185-7.587 39.386Q-7.902 39.588-8.076 39.922Q-8.250 40.256-8.250 40.635L-8.250 41.556L-7.304 41.556Q-7.097 41.580-7.058 41.787L-7.058 41.877Q-7.097 42.092-7.304 42.115L-9.601 42.115Q-9.792 42.092-9.851 41.877M-2.316 40.627L-4.757 40.627Q-4.703 40.904-4.505 41.127Q-4.308 41.349-4.031 41.472Q-3.753 41.595-3.468 41.595Q-2.996 41.595-2.773 41.306Q-2.765 41.295-2.708 41.189Q-2.652 41.084-2.603 41.041Q-2.554 40.998-2.460 40.986L-2.316 40.986Q-2.125 41.006-2.066 41.220L-2.066 41.275Q-2.132 41.576-2.363 41.773Q-2.593 41.970-2.906 42.062Q-3.218 42.154-3.523 42.154Q-4.007 42.154-4.447 41.926Q-4.886 41.697-5.154 41.297Q-5.421 40.896-5.421 40.404L-5.421 40.345Q-5.421 39.877-5.175 39.474Q-4.929 39.072-4.521 38.838Q-4.113 38.603-3.644 38.603Q-3.140 38.603-2.787 38.826Q-2.433 39.049-2.250 39.437Q-2.066 39.826-2.066 40.330L-2.066 40.388Q-2.125 40.603-2.316 40.627M-4.750 40.076L-2.722 40.076Q-2.769 39.666-3.007 39.414Q-3.246 39.162-3.644 39.162Q-4.039 39.162-4.345 39.424Q-4.652 39.685-4.750 40.076M-1.023 40.388Q-1.023 39.908-0.779 39.494Q-0.535 39.080-0.119 38.842Q0.297 38.603 0.778 38.603Q1.333 38.603 1.711 38.713Q2.090 38.822 2.090 39.228Q2.090 39.396 1.977 39.519Q1.864 39.642 1.692 39.642Q1.520 39.642 1.401 39.527Q1.282 39.412 1.282 39.244L1.282 39.185Q1.122 39.162 0.786 39.162Q0.458 39.162 0.190 39.332Q-0.078 39.502-0.230 39.785Q-0.382 40.068-0.382 40.388Q-0.382 40.709-0.210 40.990Q-0.039 41.271 0.247 41.433Q0.532 41.595 0.860 41.595Q1.172 41.595 1.299 41.492Q1.426 41.388 1.543 41.199Q1.661 41.010 1.778 40.994L1.946 40.994Q2.051 41.006 2.116 41.074Q2.180 41.142 2.180 41.244Q2.180 41.291 2.161 41.330Q2.051 41.623 1.848 41.803Q1.645 41.982 1.370 42.068Q1.094 42.154 0.778 42.154Q0.293 42.154-0.123 41.916Q-0.539 41.678-0.781 41.275Q-1.023 40.873-1.023 40.388M3.864 41.010L3.864 39.228L3.114 39.228Q2.915 39.205 2.864 38.986L2.864 38.900Q2.915 38.689 3.114 38.666L3.864 38.666L3.864 37.916Q3.915 37.709 4.114 37.681L4.258 37.681Q4.454 37.709 4.504 37.916L4.504 38.666L5.864 38.666Q6.055 38.685 6.114 38.900L6.114 38.986Q6.059 39.205 5.864 39.228L4.504 39.228L4.504 40.978Q4.504 41.595 5.079 41.595Q5.329 41.595 5.493 41.410Q5.657 41.224 5.657 40.978Q5.657 40.885 5.729 40.814Q5.801 40.744 5.903 40.732L6.047 40.732Q6.247 40.756 6.297 40.963L6.297 41.010Q6.297 41.334 6.114 41.597Q5.930 41.861 5.637 42.008Q5.344 42.154 5.024 42.154Q4.512 42.154 4.188 41.844Q3.864 41.533 3.864 41.010M7.528 41.877L7.528 41.787Q7.579 41.580 7.774 41.556L8.813 41.556L8.813 39.228L7.840 39.228Q7.641 39.205 7.590 38.986L7.590 38.900Q7.641 38.689 7.840 38.666L9.208 38.666Q9.403 38.685 9.454 38.900L9.454 41.556L10.368 41.556Q10.563 41.580 10.614 41.787L10.614 41.877Q10.563 42.092 10.368 42.115L7.774 42.115Q7.579 42.092 7.528 41.877M8.559 37.689L8.559 37.635Q8.559 37.463 8.696 37.342Q8.833 37.220 9.008 37.220Q9.180 37.220 9.317 37.342Q9.454 37.463 9.454 37.635L9.454 37.689Q9.454 37.865 9.317 37.986Q9.180 38.107 9.008 38.107Q8.833 38.107 8.696 37.986Q8.559 37.865 8.559 37.689M13.278 42.154Q12.805 42.154 12.420 41.910Q12.036 41.666 11.813 41.256Q11.590 40.845 11.590 40.388Q11.590 40.045 11.715 39.722Q11.840 39.400 12.071 39.146Q12.301 38.892 12.608 38.748Q12.915 38.603 13.278 38.603Q13.641 38.603 13.954 38.750Q14.266 38.896 14.489 39.142Q14.711 39.388 14.838 39.709Q14.965 40.029 14.965 40.388Q14.965 40.845 14.741 41.258Q14.516 41.670 14.131 41.912Q13.747 42.154 13.278 42.154M13.278 41.595Q13.743 41.595 14.034 41.201Q14.325 40.806 14.325 40.322Q14.325 40.029 14.190 39.761Q14.055 39.494 13.815 39.328Q13.575 39.162 13.278 39.162Q12.973 39.162 12.735 39.328Q12.497 39.494 12.362 39.761Q12.227 40.029 12.227 40.322Q12.227 40.803 12.520 41.199Q12.813 41.595 13.278 41.595M15.473 41.877L15.473 41.787Q15.516 41.580 15.723 41.556L16.145 41.556L16.145 39.228L15.723 39.228Q15.516 39.205 15.473 38.986L15.473 38.900Q15.520 38.689 15.723 38.666L16.540 38.666Q16.735 38.689 16.786 38.900L16.786 38.986L16.778 39.010Q17.004 38.830 17.278 38.728Q17.551 38.627 17.844 38.627Q18.192 38.627 18.430 38.767Q18.668 38.908 18.784 39.166Q18.899 39.424 18.899 39.779L18.899 41.556L19.325 41.556Q19.532 41.580 19.571 41.787L19.571 41.877Q19.532 42.092 19.325 42.115L17.930 42.115Q17.735 42.092 17.684 41.877L17.684 41.787Q17.735 41.576 17.930 41.556L18.258 41.556L18.258 39.810Q18.258 39.502 18.168 39.344Q18.079 39.185 17.786 39.185Q17.516 39.185 17.288 39.316Q17.059 39.447 16.922 39.676Q16.786 39.904 16.786 40.170L16.786 41.556L17.211 41.556Q17.418 41.580 17.458 41.787L17.458 41.877Q17.418 42.092 17.211 42.115L15.723 42.115Q15.516 42.092 15.473 41.877\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-36.126 -106.163)\">\u003Cpath d=\"M24.259 41.877L24.259 41.787Q24.310 41.580 24.505 41.556L25.388 41.556L25.388 39.228L24.533 39.228Q24.334 39.205 24.283 38.986L24.283 38.900Q24.334 38.689 24.533 38.666L25.388 38.666L25.388 38.213Q25.388 37.748 25.794 37.467Q26.201 37.185 26.681 37.185Q26.994 37.185 27.238 37.306Q27.482 37.428 27.482 37.709Q27.482 37.873 27.373 37.990Q27.263 38.107 27.099 38.107Q26.951 38.107 26.830 38.002Q26.709 37.896 26.709 37.748L26.627 37.748Q26.474 37.748 26.337 37.808Q26.201 37.869 26.115 37.984Q26.029 38.099 26.029 38.244L26.029 38.666L27.060 38.666Q27.255 38.685 27.306 38.900L27.306 38.986Q27.255 39.205 27.060 39.228L26.029 39.228L26.029 41.556L26.908 41.556Q27.103 41.580 27.154 41.787L27.154 41.877Q27.103 42.092 26.908 42.115L24.505 42.115Q24.310 42.092 24.259 41.877M28.591 41.002Q28.591 40.556 29.005 40.299Q29.419 40.041 29.960 39.941Q30.502 39.842 31.009 39.834Q31.009 39.619 30.875 39.467Q30.740 39.314 30.533 39.238Q30.326 39.162 30.115 39.162Q29.771 39.162 29.611 39.185L29.611 39.244Q29.611 39.412 29.492 39.527Q29.373 39.642 29.209 39.642Q29.033 39.642 28.918 39.519Q28.802 39.396 28.802 39.228Q28.802 38.822 29.183 38.713Q29.564 38.603 30.123 38.603Q30.392 38.603 30.660 38.681Q30.927 38.760 31.152 38.910Q31.377 39.060 31.513 39.281Q31.650 39.502 31.650 39.779L31.650 41.498Q31.650 41.556 32.177 41.556Q32.373 41.576 32.423 41.787L32.423 41.877Q32.373 42.092 32.177 42.115L32.033 42.115Q31.689 42.115 31.460 42.068Q31.232 42.021 31.087 41.834Q30.627 42.154 29.919 42.154Q29.584 42.154 29.279 42.013Q28.974 41.873 28.783 41.611Q28.591 41.349 28.591 41.002M29.232 41.010Q29.232 41.283 29.474 41.439Q29.716 41.595 30.002 41.595Q30.220 41.595 30.453 41.537Q30.685 41.478 30.847 41.340Q31.009 41.201 31.009 40.978L31.009 40.388Q30.728 40.388 30.312 40.445Q29.896 40.502 29.564 40.640Q29.232 40.779 29.232 41.010M32.990 40.388Q32.990 39.908 33.234 39.494Q33.478 39.080 33.894 38.842Q34.310 38.603 34.791 38.603Q35.345 38.603 35.724 38.713Q36.103 38.822 36.103 39.228Q36.103 39.396 35.990 39.519Q35.877 39.642 35.705 39.642Q35.533 39.642 35.414 39.527Q35.294 39.412 35.294 39.244L35.294 39.185Q35.134 39.162 34.798 39.162Q34.470 39.162 34.203 39.332Q33.935 39.502 33.783 39.785Q33.630 40.068 33.630 40.388Q33.630 40.709 33.802 40.990Q33.974 41.271 34.259 41.433Q34.544 41.595 34.873 41.595Q35.185 41.595 35.312 41.492Q35.439 41.388 35.556 41.199Q35.673 41.010 35.791 40.994L35.959 40.994Q36.064 41.006 36.128 41.074Q36.193 41.142 36.193 41.244Q36.193 41.291 36.173 41.330Q36.064 41.623 35.861 41.803Q35.658 41.982 35.382 42.068Q35.107 42.154 34.791 42.154Q34.306 42.154 33.890 41.916Q33.474 41.678 33.232 41.275Q32.990 40.873 32.990 40.388M37.877 41.010L37.877 39.228L37.127 39.228Q36.927 39.205 36.877 38.986L36.877 38.900Q36.927 38.689 37.127 38.666L37.877 38.666L37.877 37.916Q37.927 37.709 38.127 37.681L38.271 37.681Q38.466 37.709 38.517 37.916L38.517 38.666L39.877 38.666Q40.068 38.685 40.127 38.900L40.127 38.986Q40.072 39.205 39.877 39.228L38.517 39.228L38.517 40.978Q38.517 41.595 39.091 41.595Q39.341 41.595 39.505 41.410Q39.669 41.224 39.669 40.978Q39.669 40.885 39.742 40.814Q39.814 40.744 39.916 40.732L40.060 40.732Q40.259 40.756 40.310 40.963L40.310 41.010Q40.310 41.334 40.127 41.597Q39.943 41.861 39.650 42.008Q39.357 42.154 39.037 42.154Q38.525 42.154 38.201 41.844Q37.877 41.533 37.877 41.010M43.044 42.154Q42.572 42.154 42.187 41.910Q41.802 41.666 41.580 41.256Q41.357 40.845 41.357 40.388Q41.357 40.045 41.482 39.722Q41.607 39.400 41.837 39.146Q42.068 38.892 42.375 38.748Q42.681 38.603 43.044 38.603Q43.408 38.603 43.720 38.750Q44.033 38.896 44.255 39.142Q44.478 39.388 44.605 39.709Q44.732 40.029 44.732 40.388Q44.732 40.845 44.507 41.258Q44.283 41.670 43.898 41.912Q43.513 42.154 43.044 42.154M43.044 41.595Q43.509 41.595 43.800 41.201Q44.091 40.806 44.091 40.322Q44.091 40.029 43.957 39.761Q43.822 39.494 43.582 39.328Q43.341 39.162 43.044 39.162Q42.740 39.162 42.502 39.328Q42.263 39.494 42.128 39.761Q41.994 40.029 41.994 40.322Q41.994 40.803 42.287 41.199Q42.580 41.595 43.044 41.595M45.392 41.877L45.392 41.787Q45.451 41.580 45.642 41.556L46.353 41.556L46.353 39.228L45.642 39.228Q45.447 39.205 45.392 38.986L45.392 38.900Q45.451 38.689 45.642 38.666L46.744 38.666Q46.943 38.685 46.994 38.900L46.994 39.228Q47.255 38.943 47.611 38.785Q47.966 38.627 48.353 38.627Q48.646 38.627 48.880 38.761Q49.115 38.896 49.115 39.162Q49.115 39.330 49.005 39.447Q48.896 39.564 48.728 39.564Q48.576 39.564 48.460 39.453Q48.345 39.342 48.345 39.185Q47.970 39.185 47.656 39.386Q47.341 39.588 47.168 39.922Q46.994 40.256 46.994 40.635L46.994 41.556L47.939 41.556Q48.146 41.580 48.185 41.787L48.185 41.877Q48.146 42.092 47.939 42.115L45.642 42.115Q45.451 42.092 45.392 41.877\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M-22.812 27.889h210.55\"\u002F>\u003Cg transform=\"translate(214.083 -11.97)\">\u003Cpath d=\"M-19.486 42.115L-22.016 42.115L-22.016 41.835Q-21.048 41.835-21.048 41.626L-21.048 38.007Q-21.441 38.195-22.063 38.195L-22.063 37.914Q-21.646 37.914-21.282 37.813Q-20.918 37.713-20.662 37.467L-20.536 37.467Q-20.471 37.484-20.454 37.552L-20.454 41.626Q-20.454 41.835-19.486 41.835\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-14.276-46.089 7.114 22.762L1.373-8.53l9.959 10.243 12.803 6.829 15.65 4.552L59.7 17.645 85.31 21.63l34.143 2.845 62.596 1.992\" style=\"stroke-width:1.2\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(46.212 -41.944)\">\u003Cpath d=\"M-22.492 41.877L-22.492 41.787Q-22.441 41.580-22.246 41.556L-21.363 41.556L-21.363 39.228L-22.218 39.228Q-22.417 39.205-22.468 38.986L-22.468 38.900Q-22.417 38.689-22.218 38.666L-21.363 38.666L-21.363 38.213Q-21.363 37.748-20.957 37.467Q-20.550 37.185-20.070 37.185Q-19.757 37.185-19.513 37.306Q-19.269 37.428-19.269 37.709Q-19.269 37.873-19.378 37.990Q-19.488 38.107-19.652 38.107Q-19.800 38.107-19.921 38.002Q-20.042 37.896-20.042 37.748L-20.125 37.748Q-20.277 37.748-20.414 37.808Q-20.550 37.869-20.636 37.984Q-20.722 38.099-20.722 38.244L-20.722 38.666L-19.691 38.666Q-19.496 38.685-19.445 38.900L-19.445 38.986Q-19.496 39.205-19.691 39.228L-20.722 39.228L-20.722 41.556L-19.843 41.556Q-19.648 41.580-19.597 41.787L-19.597 41.877Q-19.648 42.092-19.843 42.115L-22.246 42.115Q-22.441 42.092-22.492 41.877M-18.160 41.002Q-18.160 40.556-17.746 40.299Q-17.332 40.041-16.791 39.941Q-16.250 39.842-15.742 39.834Q-15.742 39.619-15.876 39.467Q-16.011 39.314-16.218 39.238Q-16.425 39.162-16.636 39.162Q-16.980 39.162-17.140 39.185L-17.140 39.244Q-17.140 39.412-17.259 39.527Q-17.378 39.642-17.542 39.642Q-17.718 39.642-17.833 39.519Q-17.949 39.396-17.949 39.228Q-17.949 38.822-17.568 38.713Q-17.187 38.603-16.628 38.603Q-16.359 38.603-16.091 38.681Q-15.824 38.760-15.599 38.910Q-15.375 39.060-15.238 39.281Q-15.101 39.502-15.101 39.779L-15.101 41.498Q-15.101 41.556-14.574 41.556Q-14.378 41.576-14.328 41.787L-14.328 41.877Q-14.378 42.092-14.574 42.115L-14.718 42.115Q-15.062 42.115-15.291 42.068Q-15.519 42.021-15.664 41.834Q-16.125 42.154-16.832 42.154Q-17.167 42.154-17.472 42.013Q-17.777 41.873-17.968 41.611Q-18.160 41.349-18.160 41.002M-17.519 41.010Q-17.519 41.283-17.277 41.439Q-17.035 41.595-16.750 41.595Q-16.531 41.595-16.298 41.537Q-16.066 41.478-15.904 41.340Q-15.742 41.201-15.742 40.978L-15.742 40.388Q-16.023 40.388-16.439 40.445Q-16.855 40.502-17.187 40.640Q-17.519 40.779-17.519 41.010M-13.734 41.916L-13.734 41.002Q-13.707 40.795-13.496 40.771L-13.328 40.771Q-13.164 40.795-13.105 40.955Q-12.902 41.595-12.175 41.595Q-11.968 41.595-11.740 41.560Q-11.511 41.525-11.343 41.410Q-11.175 41.295-11.175 41.092Q-11.175 40.881-11.398 40.767Q-11.621 40.654-11.894 40.611L-12.593 40.498Q-13.734 40.287-13.734 39.564Q-13.734 39.275-13.589 39.086Q-13.445 38.896-13.205 38.789Q-12.964 38.681-12.708 38.642Q-12.453 38.603-12.175 38.603Q-11.925 38.603-11.732 38.633Q-11.539 38.662-11.375 38.740Q-11.296 38.623-11.167 38.603L-11.089 38.603Q-10.992 38.615-10.929 38.678Q-10.867 38.740-10.855 38.834L-10.855 39.541Q-10.867 39.635-10.929 39.701Q-10.992 39.767-11.089 39.779L-11.257 39.779Q-11.351 39.767-11.417 39.701Q-11.484 39.635-11.496 39.541Q-11.496 39.162-12.191 39.162Q-12.539 39.162-12.857 39.244Q-13.175 39.326-13.175 39.572Q-13.175 39.838-12.503 39.947L-11.800 40.068Q-11.316 40.150-10.966 40.398Q-10.617 40.646-10.617 41.092Q-10.617 41.482-10.853 41.724Q-11.089 41.967-11.439 42.060Q-11.789 42.154-12.175 42.154Q-12.753 42.154-13.152 41.900Q-13.222 42.025-13.271 42.082Q-13.320 42.138-13.425 42.154L-13.496 42.154Q-13.710 42.131-13.734 41.916M-8.875 41.010L-8.875 39.228L-9.625 39.228Q-9.824 39.205-9.875 38.986L-9.875 38.900Q-9.824 38.689-9.625 38.666L-8.875 38.666L-8.875 37.916Q-8.824 37.709-8.625 37.681L-8.480 37.681Q-8.285 37.709-8.234 37.916L-8.234 38.666L-6.875 38.666Q-6.683 38.685-6.625 38.900L-6.625 38.986Q-6.679 39.205-6.875 39.228L-8.234 39.228L-8.234 40.978Q-8.234 41.595-7.660 41.595Q-7.410 41.595-7.246 41.410Q-7.082 41.224-7.082 40.978Q-7.082 40.885-7.009 40.814Q-6.937 40.744-6.835 40.732L-6.691 40.732Q-6.492 40.756-6.441 40.963L-6.441 41.010Q-6.441 41.334-6.625 41.597Q-6.808 41.861-7.101 42.008Q-7.394 42.154-7.714 42.154Q-8.226 42.154-8.550 41.844Q-8.875 41.533-8.875 41.010\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(46.212 -41.944)\">\u003Cpath d=\"M-1.377 41.877L-1.377 41.787Q-1.338 41.580-1.127 41.556L-0.819 41.556L-0.819 37.787L-1.127 37.787Q-1.338 37.763-1.377 37.549L-1.377 37.459Q-1.338 37.252-1.127 37.228L2.080 37.228Q2.275 37.252 2.326 37.459L2.326 38.299Q2.275 38.513 2.080 38.541L1.935 38.541Q1.740 38.513 1.685 38.299L1.685 37.787L-0.178 37.787L-0.178 39.306L0.798 39.306L0.798 39.092Q0.849 38.885 1.048 38.857L1.193 38.857Q1.388 38.885 1.439 39.092L1.439 40.076Q1.388 40.291 1.193 40.314L1.048 40.314Q0.849 40.291 0.798 40.076L0.798 39.869L-0.178 39.869L-0.178 41.556L1.865 41.556L1.865 40.916Q1.916 40.709 2.111 40.681L2.255 40.681Q2.451 40.709 2.502 40.916L2.502 41.877Q2.451 42.095 2.255 42.115L-1.127 42.115Q-1.338 42.092-1.377 41.877M2.798 41.877L2.798 41.787Q2.849 41.580 3.044 41.556L3.220 41.556L3.220 37.787L3.044 37.787Q2.849 37.763 2.798 37.549L2.798 37.459Q2.849 37.252 3.044 37.228L3.732 37.228Q3.861 37.228 3.960 37.304Q4.060 37.381 4.099 37.490Q4.130 37.595 4.353 38.285Q4.576 38.974 4.691 39.371Q4.806 39.767 4.806 39.842Q4.814 39.763 4.869 39.566Q4.923 39.369 5.037 38.998Q5.150 38.627 5.296 38.164Q5.443 37.701 5.509 37.490Q5.548 37.381 5.652 37.304Q5.755 37.228 5.877 37.228L6.564 37.228Q6.763 37.252 6.814 37.459L6.814 37.549Q6.763 37.763 6.564 37.787L6.388 37.787L6.388 41.556L6.564 41.556Q6.763 41.580 6.814 41.787L6.814 41.877Q6.763 42.092 6.564 42.115L5.685 42.115Q5.490 42.092 5.439 41.877L5.439 41.787Q5.490 41.580 5.685 41.556L5.861 41.556L5.861 37.869Q5.861 37.928 5.777 38.226Q5.693 38.525 5.589 38.857Q5.486 39.189 5.355 39.597Q5.224 40.006 5.158 40.220Q5.119 40.334 5.019 40.408Q4.919 40.482 4.806 40.482Q4.693 40.482 4.593 40.408Q4.494 40.334 4.455 40.220Q4.388 40.006 4.253 39.588Q4.119 39.170 3.982 38.726Q3.845 38.283 3.800 38.119Q3.755 37.955 3.748 37.869L3.748 41.556L3.923 41.556Q4.123 41.580 4.173 41.787L4.173 41.877Q4.123 42.092 3.923 42.115L3.044 42.115Q2.849 42.092 2.798 41.877M7.162 41.877L7.162 41.787Q7.220 41.576 7.412 41.556L7.634 41.556L8.587 37.373Q8.611 37.256 8.707 37.181Q8.802 37.107 8.916 37.107L9.189 37.107Q9.302 37.107 9.398 37.183Q9.494 37.260 9.517 37.373L10.466 41.556L10.693 41.556Q10.900 41.580 10.939 41.787L10.939 41.877Q10.888 42.092 10.693 42.115L9.611 42.115Q9.416 42.092 9.365 41.877L9.365 41.787Q9.416 41.580 9.611 41.556L9.810 41.556Q9.681 40.990 9.658 40.908L8.443 40.908Q8.400 41.092 8.291 41.556L8.490 41.556Q8.689 41.580 8.740 41.787L8.740 41.877Q8.689 42.092 8.490 42.115L7.412 42.115Q7.205 42.092 7.162 41.877M8.564 40.345L9.541 40.345Q9.060 38.213 9.060 37.869L9.052 37.869Q9.052 38.053 8.912 38.736Q8.771 39.420 8.564 40.345\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"m-14.276-51.78 14.227 7.114 17.071 7.682 19.917 7.967 22.762 7.967 25.608 7.682 28.453 7.113 31.297 6.26 36.99 5.121\" style=\"stroke-width:1.2\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"8\">\u003Cg transform=\"translate(100.272 -70.397)\">\u003Cpath d=\"M-22.226 41.916L-22.226 41.002Q-22.199 40.795-21.988 40.771L-21.820 40.771Q-21.656 40.795-21.597 40.955Q-21.394 41.595-20.667 41.595Q-20.460 41.595-20.232 41.560Q-20.003 41.525-19.835 41.410Q-19.667 41.295-19.667 41.092Q-19.667 40.881-19.890 40.767Q-20.113 40.654-20.386 40.611L-21.085 40.498Q-22.226 40.287-22.226 39.564Q-22.226 39.275-22.082 39.086Q-21.937 38.896-21.697 38.789Q-21.457 38.681-21.201 38.642Q-20.945 38.603-20.667 38.603Q-20.417 38.603-20.224 38.633Q-20.031 38.662-19.867 38.740Q-19.789 38.623-19.660 38.603L-19.582 38.603Q-19.484 38.615-19.421 38.678Q-19.359 38.740-19.347 38.834L-19.347 39.541Q-19.359 39.635-19.421 39.701Q-19.484 39.767-19.582 39.779L-19.750 39.779Q-19.843 39.767-19.910 39.701Q-19.976 39.635-19.988 39.541Q-19.988 39.162-20.683 39.162Q-21.031 39.162-21.349 39.244Q-21.667 39.326-21.667 39.572Q-21.667 39.838-20.996 39.947L-20.292 40.068Q-19.808 40.150-19.458 40.398Q-19.109 40.646-19.109 41.092Q-19.109 41.482-19.345 41.724Q-19.582 41.967-19.931 42.060Q-20.281 42.154-20.667 42.154Q-21.246 42.154-21.644 41.900Q-21.714 42.025-21.763 42.082Q-21.812 42.138-21.917 42.154L-21.988 42.154Q-22.203 42.131-22.226 41.916M-18.117 41.877L-18.117 41.787Q-18.066 41.580-17.871 41.556L-16.765 41.556L-16.765 37.787L-17.871 37.787Q-18.066 37.763-18.117 37.549L-18.117 37.459Q-18.066 37.252-17.871 37.228L-16.375 37.228Q-16.183 37.252-16.125 37.459L-16.125 41.556L-15.023 41.556Q-14.824 41.580-14.773 41.787L-14.773 41.877Q-14.824 42.092-15.023 42.115L-17.871 42.115Q-18.066 42.092-18.117 41.877M-12.199 42.154Q-12.671 42.154-13.056 41.910Q-13.441 41.666-13.664 41.256Q-13.886 40.845-13.886 40.388Q-13.886 40.045-13.761 39.722Q-13.636 39.400-13.406 39.146Q-13.175 38.892-12.869 38.748Q-12.562 38.603-12.199 38.603Q-11.835 38.603-11.523 38.750Q-11.210 38.896-10.988 39.142Q-10.765 39.388-10.638 39.709Q-10.511 40.029-10.511 40.388Q-10.511 40.845-10.736 41.258Q-10.960 41.670-11.345 41.912Q-11.730 42.154-12.199 42.154M-12.199 41.595Q-11.734 41.595-11.443 41.201Q-11.152 40.806-11.152 40.322Q-11.152 40.029-11.287 39.761Q-11.421 39.494-11.662 39.328Q-11.902 39.162-12.199 39.162Q-12.503 39.162-12.742 39.328Q-12.980 39.494-13.115 39.761Q-13.250 40.029-13.250 40.322Q-13.250 40.803-12.957 41.199Q-12.664 41.595-12.199 41.595M-9.066 41.892L-9.531 39.228L-9.691 39.228Q-9.898 39.205-9.937 38.986L-9.937 38.900Q-9.898 38.689-9.691 38.666L-8.523 38.666Q-8.312 38.689-8.273 38.900L-8.273 38.986Q-8.312 39.205-8.523 39.228L-8.996 39.228Q-8.882 39.873-8.804 40.318Q-8.726 40.763-8.675 41.082Q-8.625 41.400-8.625 41.474Q-8.617 41.303-8.332 40.306Q-8.292 40.193-8.195 40.119Q-8.097 40.045-7.976 40.045L-7.898 40.045Q-7.777 40.045-7.679 40.119Q-7.582 40.193-7.546 40.306Q-7.437 40.689-7.355 41.013Q-7.273 41.338-7.273 41.474Q-7.261 41.185-6.914 39.228L-7.386 39.228Q-7.593 39.205-7.632 38.986L-7.632 38.900Q-7.593 38.689-7.386 38.666L-6.210 38.666Q-6.019 38.689-5.960 38.900L-5.960 38.986Q-6.015 39.205-6.210 39.228L-6.378 39.228L-6.843 41.892Q-6.867 42.010-6.955 42.082Q-7.042 42.154-7.164 42.154L-7.304 42.154Q-7.425 42.154-7.521 42.082Q-7.617 42.010-7.660 41.892Q-7.707 41.713-7.779 41.457Q-7.851 41.201-7.894 40.992Q-7.937 40.783-7.937 40.681Q-7.945 40.963-8.226 41.892Q-8.253 42.002-8.351 42.078Q-8.449 42.154-8.570 42.154L-8.746 42.154Q-8.867 42.154-8.955 42.082Q-9.042 42.010-9.066 41.892\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.272 -70.397)\">\u003Cpath d=\"M-1.377 41.877L-1.377 41.787Q-1.338 41.580-1.127 41.556L-0.819 41.556L-0.819 37.787L-1.127 37.787Q-1.338 37.763-1.377 37.549L-1.377 37.459Q-1.338 37.252-1.127 37.228L2.080 37.228Q2.275 37.252 2.326 37.459L2.326 38.299Q2.275 38.513 2.080 38.541L1.935 38.541Q1.740 38.513 1.685 38.299L1.685 37.787L-0.178 37.787L-0.178 39.306L0.798 39.306L0.798 39.092Q0.849 38.885 1.048 38.857L1.193 38.857Q1.388 38.885 1.439 39.092L1.439 40.076Q1.388 40.291 1.193 40.314L1.048 40.314Q0.849 40.291 0.798 40.076L0.798 39.869L-0.178 39.869L-0.178 41.556L1.865 41.556L1.865 40.916Q1.916 40.709 2.111 40.681L2.255 40.681Q2.451 40.709 2.502 40.916L2.502 41.877Q2.451 42.095 2.255 42.115L-1.127 42.115Q-1.338 42.092-1.377 41.877M2.798 41.877L2.798 41.787Q2.849 41.580 3.044 41.556L3.220 41.556L3.220 37.787L3.044 37.787Q2.849 37.763 2.798 37.549L2.798 37.459Q2.849 37.252 3.044 37.228L3.732 37.228Q3.861 37.228 3.960 37.304Q4.060 37.381 4.099 37.490Q4.130 37.595 4.353 38.285Q4.576 38.974 4.691 39.371Q4.806 39.767 4.806 39.842Q4.814 39.763 4.869 39.566Q4.923 39.369 5.037 38.998Q5.150 38.627 5.296 38.164Q5.443 37.701 5.509 37.490Q5.548 37.381 5.652 37.304Q5.755 37.228 5.877 37.228L6.564 37.228Q6.763 37.252 6.814 37.459L6.814 37.549Q6.763 37.763 6.564 37.787L6.388 37.787L6.388 41.556L6.564 41.556Q6.763 41.580 6.814 41.787L6.814 41.877Q6.763 42.092 6.564 42.115L5.685 42.115Q5.490 42.092 5.439 41.877L5.439 41.787Q5.490 41.580 5.685 41.556L5.861 41.556L5.861 37.869Q5.861 37.928 5.777 38.226Q5.693 38.525 5.589 38.857Q5.486 39.189 5.355 39.597Q5.224 40.006 5.158 40.220Q5.119 40.334 5.019 40.408Q4.919 40.482 4.806 40.482Q4.693 40.482 4.593 40.408Q4.494 40.334 4.455 40.220Q4.388 40.006 4.253 39.588Q4.119 39.170 3.982 38.726Q3.845 38.283 3.800 38.119Q3.755 37.955 3.748 37.869L3.748 41.556L3.923 41.556Q4.123 41.580 4.173 41.787L4.173 41.877Q4.123 42.092 3.923 42.115L3.044 42.115Q2.849 42.092 2.798 41.877M7.162 41.877L7.162 41.787Q7.220 41.576 7.412 41.556L7.634 41.556L8.587 37.373Q8.611 37.256 8.707 37.181Q8.802 37.107 8.916 37.107L9.189 37.107Q9.302 37.107 9.398 37.183Q9.494 37.260 9.517 37.373L10.466 41.556L10.693 41.556Q10.900 41.580 10.939 41.787L10.939 41.877Q10.888 42.092 10.693 42.115L9.611 42.115Q9.416 42.092 9.365 41.877L9.365 41.787Q9.416 41.580 9.611 41.556L9.810 41.556Q9.681 40.990 9.658 40.908L8.443 40.908Q8.400 41.092 8.291 41.556L8.490 41.556Q8.689 41.580 8.740 41.787L8.740 41.877Q8.689 42.092 8.490 42.115L7.412 42.115Q7.205 42.092 7.162 41.877M8.564 40.345L9.541 40.345Q9.060 38.213 9.060 37.869L9.052 37.869Q9.052 38.053 8.912 38.736Q8.771 39.420 8.564 40.345\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(-7.52 8.044)\">\u003Cpath d=\"M-20.823 42.255Q-21.458 42.255-21.822 41.910Q-22.187 41.565-22.322 41.040Q-22.457 40.515-22.457 39.890Q-22.457 38.865-22.101 38.166Q-21.746 37.467-20.823 37.467Q-19.896 37.467-19.544 38.166Q-19.192 38.865-19.192 39.890Q-19.192 40.515-19.327 41.040Q-19.462 41.565-19.825 41.910Q-20.187 42.255-20.823 42.255M-20.823 42.030Q-20.385 42.030-20.172 41.655Q-19.958 41.281-19.908 40.814Q-19.859 40.348-19.859 39.770Q-19.859 39.217-19.908 38.789Q-19.958 38.362-20.170 38.027Q-20.382 37.692-20.823 37.692Q-21.165 37.692-21.368 37.899Q-21.571 38.106-21.658 38.418Q-21.746 38.731-21.768 39.047Q-21.790 39.364-21.790 39.770Q-21.790 40.187-21.768 40.529Q-21.746 40.871-21.657 41.219Q-21.568 41.568-21.363 41.799Q-21.158 42.030-20.823 42.030\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(188.544 9.845)\">\u003Cpath d=\"M-22.363 41.877L-22.363 41.787Q-22.312 41.580-22.117 41.556L-21.011 41.556L-21.011 37.787L-22.117 37.787Q-22.312 37.763-22.363 37.549L-22.363 37.459Q-22.312 37.252-22.117 37.228L-20.621 37.228Q-20.429 37.252-20.371 37.459L-20.371 41.556L-19.269 41.556Q-19.070 41.580-19.019 41.787L-19.019 41.877Q-19.070 42.092-19.269 42.115L-22.117 42.115Q-22.312 42.092-22.363 41.877M-18.160 41.002Q-18.160 40.556-17.746 40.299Q-17.332 40.041-16.791 39.941Q-16.250 39.842-15.742 39.834Q-15.742 39.619-15.876 39.467Q-16.011 39.314-16.218 39.238Q-16.425 39.162-16.636 39.162Q-16.980 39.162-17.140 39.185L-17.140 39.244Q-17.140 39.412-17.259 39.527Q-17.378 39.642-17.542 39.642Q-17.718 39.642-17.833 39.519Q-17.949 39.396-17.949 39.228Q-17.949 38.822-17.568 38.713Q-17.187 38.603-16.628 38.603Q-16.359 38.603-16.091 38.681Q-15.824 38.760-15.599 38.910Q-15.375 39.060-15.238 39.281Q-15.101 39.502-15.101 39.779L-15.101 41.498Q-15.101 41.556-14.574 41.556Q-14.378 41.576-14.328 41.787L-14.328 41.877Q-14.378 42.092-14.574 42.115L-14.718 42.115Q-15.062 42.115-15.291 42.068Q-15.519 42.021-15.664 41.834Q-16.125 42.154-16.832 42.154Q-17.167 42.154-17.472 42.013Q-17.777 41.873-17.968 41.611Q-18.160 41.349-18.160 41.002M-17.519 41.010Q-17.519 41.283-17.277 41.439Q-17.035 41.595-16.750 41.595Q-16.531 41.595-16.298 41.537Q-16.066 41.478-15.904 41.340Q-15.742 41.201-15.742 40.978L-15.742 40.388Q-16.023 40.388-16.439 40.445Q-16.855 40.502-17.187 40.640Q-17.519 40.779-17.519 41.010M-13.121 41.010L-13.121 39.228L-13.871 39.228Q-14.070 39.205-14.121 38.986L-14.121 38.900Q-14.070 38.689-13.871 38.666L-13.121 38.666L-13.121 37.916Q-13.070 37.709-12.871 37.681L-12.726 37.681Q-12.531 37.709-12.480 37.916L-12.480 38.666L-11.121 38.666Q-10.929 38.685-10.871 38.900L-10.871 38.986Q-10.925 39.205-11.121 39.228L-12.480 39.228L-12.480 40.978Q-12.480 41.595-11.906 41.595Q-11.656 41.595-11.492 41.410Q-11.328 41.224-11.328 40.978Q-11.328 40.885-11.255 40.814Q-11.183 40.744-11.082 40.732L-10.937 40.732Q-10.738 40.756-10.687 40.963L-10.687 41.010Q-10.687 41.334-10.871 41.597Q-11.054 41.861-11.347 42.008Q-11.640 42.154-11.960 42.154Q-12.472 42.154-12.796 41.844Q-13.121 41.533-13.121 41.010M-6.562 40.627L-9.003 40.627Q-8.949 40.904-8.751 41.127Q-8.554 41.349-8.277 41.472Q-8 41.595-7.714 41.595Q-7.242 41.595-7.019 41.306Q-7.011 41.295-6.955 41.189Q-6.898 41.084-6.849 41.041Q-6.800 40.998-6.707 40.986L-6.562 40.986Q-6.371 41.006-6.312 41.220L-6.312 41.275Q-6.378 41.576-6.609 41.773Q-6.839 41.970-7.152 42.062Q-7.464 42.154-7.769 42.154Q-8.253 42.154-8.693 41.926Q-9.132 41.697-9.400 41.297Q-9.667 40.896-9.667 40.404L-9.667 40.345Q-9.667 39.877-9.421 39.474Q-9.175 39.072-8.767 38.838Q-8.359 38.603-7.890 38.603Q-7.386 38.603-7.033 38.826Q-6.679 39.049-6.496 39.437Q-6.312 39.826-6.312 40.330L-6.312 40.388Q-6.371 40.603-6.562 40.627M-8.996 40.076L-6.968 40.076Q-7.015 39.666-7.253 39.414Q-7.492 39.162-7.890 39.162Q-8.285 39.162-8.591 39.424Q-8.898 39.685-8.996 40.076M-5.605 41.877L-5.605 41.787Q-5.546 41.580-5.355 41.556L-4.644 41.556L-4.644 39.228L-5.355 39.228Q-5.550 39.205-5.605 38.986L-5.605 38.900Q-5.546 38.689-5.355 38.666L-4.253 38.666Q-4.054 38.685-4.003 38.900L-4.003 39.228Q-3.742 38.943-3.386 38.785Q-3.031 38.627-2.644 38.627Q-2.351 38.627-2.117 38.761Q-1.882 38.896-1.882 39.162Q-1.882 39.330-1.992 39.447Q-2.101 39.564-2.269 39.564Q-2.421 39.564-2.537 39.453Q-2.652 39.342-2.652 39.185Q-3.027 39.185-3.341 39.386Q-3.656 39.588-3.830 39.922Q-4.003 40.256-4.003 40.635L-4.003 41.556L-3.058 41.556Q-2.851 41.580-2.812 41.787L-2.812 41.877Q-2.851 42.092-3.058 42.115L-5.355 42.115Q-5.546 42.092-5.605 41.877\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The bias-correction factor \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">1\u002F\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord\">1\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:1.0436em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0528em;\">β\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.7936em;\">\u003Cspan style=\"top:-3.063em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> versus step \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6151em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>. It decays to \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> as a built-in warm-up; \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\" style=\"margin-right:0.0528em;\">β\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.9\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> settles in tens of steps, \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\" style=\"margin-right:0.0528em;\">β\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003Cspan class=\"mrel\">=\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.2778em;\">\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6444em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">0.999\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> in thousands.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:469.523px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 352.142 149.549\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-62.07 8.483h54.06v-24.185h-54.06Z\"\u002F>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(-14.875 5.458)\">\u003Cpath d=\"M-34.832-11.043Q-34.832-11.306-34.702-11.535Q-34.572-11.764-34.353-11.904Q-34.514-12.126-34.514-12.406Q-34.514-12.656-34.380-12.885Q-34.599-13.169-34.599-13.534Q-34.599-13.849-34.432-14.109Q-34.264-14.368-33.986-14.515Q-33.707-14.662-33.389-14.662Q-33.208-14.662-33.030-14.609Q-32.852-14.556-32.709-14.467Q-32.374-14.696-31.960-14.696Q-31.752-14.696-31.593-14.582Q-31.434-14.467-31.434-14.269Q-31.434-14.139-31.523-14.047Q-31.612-13.955-31.748-13.955Q-31.865-13.955-31.948-14.023Q-32.032-14.091-32.060-14.201Q-32.186-14.194-32.360-14.115Q-32.183-13.842-32.183-13.534Q-32.183-13.288-32.280-13.085Q-32.377-12.881-32.548-12.726Q-32.719-12.570-32.940-12.485Q-33.160-12.400-33.389-12.400Q-33.727-12.400-34.018-12.564Q-34.028-12.564-34.037-12.500Q-34.045-12.437-34.045-12.406Q-34.045-12.300-33.987-12.206Q-33.929-12.112-33.823-12.078Q-33.810-12.082-33.798-12.083Q-33.786-12.085-33.765-12.085Q-33.751-12.085-33.724-12.078Q-33.697-12.071-33.690-12.071L-33.170-12.071Q-32.487-12.071-32.013-11.860Q-31.540-11.648-31.540-11.043Q-31.540-10.779-31.697-10.581Q-31.854-10.383-32.114-10.256Q-32.374-10.130-32.654-10.072Q-32.935-10.014-33.184-10.014Q-33.526-10.014-33.912-10.121Q-34.298-10.229-34.565-10.463Q-34.832-10.697-34.832-11.043M-34.360-11.049Q-34.360-10.858-34.150-10.735Q-33.939-10.612-33.656-10.554Q-33.372-10.496-33.184-10.496Q-32.996-10.496-32.712-10.554Q-32.429-10.612-32.218-10.735Q-32.008-10.858-32.008-11.049Q-32.008-11.302-32.205-11.424Q-32.401-11.545-32.647-11.574Q-32.894-11.603-33.198-11.603L-33.738-11.603Q-33.898-11.603-34.040-11.533Q-34.182-11.463-34.271-11.335Q-34.360-11.207-34.360-11.049M-33.389-12.885Q-33.126-12.885-32.935-13.076Q-32.743-13.268-32.743-13.534Q-32.743-13.671-32.791-13.786Q-32.839-13.900-32.931-13.992Q-33.023-14.085-33.138-14.132Q-33.252-14.180-33.389-14.180Q-33.656-14.180-33.847-13.989Q-34.039-13.797-34.039-13.534Q-34.039-13.275-33.844-13.080Q-33.649-12.885-33.389-12.885M-31.130-11.818L-31.130-11.897Q-31.079-12.078-30.911-12.099L-30.289-12.099L-30.289-14.136L-30.911-14.136Q-31.082-14.156-31.130-14.348L-31.130-14.423Q-31.079-14.608-30.911-14.628L-29.947-14.628Q-29.773-14.611-29.728-14.423L-29.728-14.136Q-29.499-14.385-29.188-14.524Q-28.877-14.662-28.539-14.662Q-28.283-14.662-28.078-14.544Q-27.873-14.426-27.873-14.194Q-27.873-14.047-27.968-13.944Q-28.064-13.842-28.211-13.842Q-28.344-13.842-28.445-13.939Q-28.546-14.037-28.546-14.173Q-28.874-14.173-29.149-13.997Q-29.424-13.821-29.576-13.529Q-29.728-13.237-29.728-12.905L-29.728-12.099L-28.901-12.099Q-28.720-12.078-28.686-11.897L-28.686-11.818Q-28.720-11.631-28.901-11.610L-30.911-11.610Q-31.079-11.631-31.130-11.818M-27.254-12.584Q-27.254-12.974-26.892-13.199Q-26.529-13.425-26.056-13.512Q-25.582-13.599-25.138-13.606Q-25.138-13.794-25.256-13.927Q-25.374-14.061-25.555-14.127Q-25.736-14.194-25.921-14.194Q-26.222-14.194-26.362-14.173L-26.362-14.122Q-26.362-13.975-26.466-13.874Q-26.570-13.774-26.714-13.774Q-26.868-13.774-26.968-13.881Q-27.069-13.989-27.069-14.136Q-27.069-14.491-26.736-14.587Q-26.403-14.683-25.914-14.683Q-25.678-14.683-25.444-14.614Q-25.210-14.546-25.013-14.414Q-24.817-14.283-24.697-14.090Q-24.578-13.897-24.578-13.654L-24.578-12.150Q-24.578-12.099-24.116-12.099Q-23.945-12.082-23.901-11.897L-23.901-11.818Q-23.945-11.631-24.116-11.610L-24.243-11.610Q-24.543-11.610-24.743-11.651Q-24.943-11.692-25.070-11.856Q-25.473-11.576-26.092-11.576Q-26.386-11.576-26.652-11.699Q-26.919-11.822-27.086-12.051Q-27.254-12.280-27.254-12.584M-26.693-12.577Q-26.693-12.338-26.481-12.201Q-26.269-12.065-26.020-12.065Q-25.829-12.065-25.625-12.116Q-25.422-12.167-25.280-12.288Q-25.138-12.410-25.138-12.605L-25.138-13.121Q-25.384-13.121-25.748-13.071Q-26.112-13.022-26.403-12.900Q-26.693-12.779-26.693-12.577M-22.264-11.576Q-22.670-11.576-22.990-11.795Q-23.310-12.013-23.489-12.367Q-23.668-12.721-23.668-13.121Q-23.668-13.422-23.559-13.702Q-23.450-13.982-23.246-14.201Q-23.043-14.420-22.776-14.541Q-22.510-14.662-22.199-14.662Q-21.751-14.662-21.395-14.382L-21.395-15.397L-21.765-15.397Q-21.949-15.418-21.983-15.606L-21.983-15.684Q-21.949-15.865-21.765-15.886L-21.054-15.886Q-20.879-15.865-20.835-15.684L-20.835-12.099L-20.462-12.099Q-20.281-12.078-20.247-11.897L-20.247-11.818Q-20.281-11.631-20.462-11.610L-21.177-11.610Q-21.351-11.631-21.395-11.818L-21.395-11.931Q-21.566-11.764-21.795-11.670Q-22.024-11.576-22.264-11.576M-22.229-12.065Q-21.915-12.065-21.695-12.300Q-21.474-12.536-21.395-12.864L-21.395-13.592Q-21.447-13.756-21.558-13.888Q-21.669-14.020-21.824-14.097Q-21.980-14.173-22.151-14.173Q-22.421-14.173-22.640-14.025Q-22.858-13.876-22.985-13.627Q-23.111-13.377-23.111-13.114Q-23.111-12.721-22.862-12.393Q-22.612-12.065-22.229-12.065M-19.639-11.818L-19.639-11.897Q-19.594-12.078-19.423-12.099L-18.514-12.099L-18.514-14.136L-19.365-14.136Q-19.540-14.156-19.584-14.348L-19.584-14.423Q-19.540-14.608-19.365-14.628L-18.169-14.628Q-17.998-14.611-17.954-14.423L-17.954-12.099L-17.154-12.099Q-16.983-12.078-16.938-11.897L-16.938-11.818Q-16.983-11.631-17.154-11.610L-19.423-11.610Q-19.594-11.631-19.639-11.818M-18.736-15.483L-18.736-15.530Q-18.736-15.681-18.617-15.787Q-18.497-15.893-18.343-15.893Q-18.193-15.893-18.073-15.787Q-17.954-15.681-17.954-15.530L-17.954-15.483Q-17.954-15.329-18.073-15.223Q-18.193-15.117-18.343-15.117Q-18.497-15.117-18.617-15.223Q-18.736-15.329-18.736-15.483M-13.391-12.912L-15.527-12.912Q-15.479-12.670-15.306-12.475Q-15.134-12.280-14.891-12.172Q-14.648-12.065-14.399-12.065Q-13.985-12.065-13.790-12.318Q-13.784-12.328-13.734-12.420Q-13.685-12.512-13.642-12.550Q-13.599-12.588-13.517-12.598L-13.391-12.598Q-13.223-12.581-13.172-12.393L-13.172-12.345Q-13.230-12.082-13.432-11.909Q-13.633-11.736-13.907-11.656Q-14.180-11.576-14.447-11.576Q-14.871-11.576-15.255-11.776Q-15.640-11.976-15.874-12.326Q-16.108-12.676-16.108-13.107L-16.108-13.158Q-16.108-13.568-15.893-13.921Q-15.677-14.273-15.320-14.478Q-14.963-14.683-14.553-14.683Q-14.112-14.683-13.802-14.488Q-13.493-14.293-13.332-13.953Q-13.172-13.613-13.172-13.172L-13.172-13.121Q-13.223-12.933-13.391-12.912M-15.520-13.394L-13.746-13.394Q-13.787-13.753-13.996-13.974Q-14.204-14.194-14.553-14.194Q-14.898-14.194-15.166-13.965Q-15.435-13.736-15.520-13.394M-12.686-11.818L-12.686-11.897Q-12.649-12.078-12.468-12.099L-12.099-12.099L-12.099-14.136L-12.468-14.136Q-12.649-14.156-12.686-14.348L-12.686-14.423Q-12.645-14.608-12.468-14.628L-11.753-14.628Q-11.582-14.608-11.538-14.423L-11.538-14.348L-11.545-14.327Q-11.347-14.485-11.107-14.573Q-10.868-14.662-10.612-14.662Q-10.308-14.662-10.099-14.539Q-9.891-14.416-9.790-14.191Q-9.689-13.965-9.689-13.654L-9.689-12.099L-9.316-12.099Q-9.135-12.078-9.101-11.897L-9.101-11.818Q-9.135-11.631-9.316-11.610L-10.537-11.610Q-10.707-11.631-10.752-11.818L-10.752-11.897Q-10.707-12.082-10.537-12.099L-10.249-12.099L-10.249-13.627Q-10.249-13.897-10.328-14.035Q-10.407-14.173-10.663-14.173Q-10.899-14.173-11.099-14.059Q-11.299-13.944-11.418-13.745Q-11.538-13.545-11.538-13.312L-11.538-12.099L-11.165-12.099Q-10.984-12.078-10.950-11.897L-10.950-11.818Q-10.984-11.631-11.165-11.610L-12.468-11.610Q-12.649-11.631-12.686-11.818M-7.983-12.577L-7.983-14.136L-8.640-14.136Q-8.814-14.156-8.858-14.348L-8.858-14.423Q-8.814-14.608-8.640-14.628L-7.983-14.628L-7.983-15.284Q-7.939-15.465-7.765-15.489L-7.638-15.489Q-7.467-15.465-7.423-15.284L-7.423-14.628L-6.233-14.628Q-6.066-14.611-6.015-14.423L-6.015-14.348Q-6.062-14.156-6.233-14.136L-7.423-14.136L-7.423-12.605Q-7.423-12.065-6.920-12.065Q-6.702-12.065-6.558-12.227Q-6.415-12.389-6.415-12.605Q-6.415-12.687-6.351-12.748Q-6.288-12.810-6.199-12.820L-6.073-12.820Q-5.898-12.799-5.854-12.618L-5.854-12.577Q-5.854-12.294-6.015-12.063Q-6.175-11.832-6.432-11.704Q-6.688-11.576-6.968-11.576Q-7.416-11.576-7.700-11.848Q-7.983-12.119-7.983-12.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-14.875 5.458)\">\u003Cpath d=\"M-23.481-2.622Q-23.481-2.800-23.360-2.932Q-23.238-3.063-23.061-3.063Q-22.938-3.063-22.856-2.990Q-22.774-2.916-22.774-2.797Q-22.774-2.574-22.979-2.441Q-22.780-2.407-22.374-2.407Q-22.155-2.407-21.943-2.508Q-21.731-2.609-21.579-2.788Q-21.427-2.967-21.376-3.183L-21.177-3.965Q-21.587-3.610-22.025-3.610Q-22.264-3.610-22.464-3.697Q-22.664-3.784-22.809-3.945Q-22.955-4.106-23.032-4.318Q-23.108-4.529-23.108-4.758Q-23.108-5.220-22.856-5.673Q-22.603-6.126-22.181-6.411Q-21.758-6.696-21.297-6.696Q-21.085-6.696-20.897-6.596Q-20.709-6.495-20.589-6.314Q-20.559-6.423-20.468-6.493Q-20.378-6.563-20.261-6.563Q-20.159-6.563-20.090-6.502Q-20.022-6.440-20.022-6.341Q-20.022-6.290-20.029-6.269L-20.815-3.135Q-20.894-2.827-21.141-2.610Q-21.389-2.393-21.721-2.287Q-22.052-2.181-22.380-2.181Q-22.821-2.181-23.151-2.258Q-23.481-2.335-23.481-2.622M-22.011-3.836Q-21.738-3.836-21.487-4.017Q-21.235-4.198-21.051-4.458L-20.695-5.893Q-20.754-6.150-20.912-6.312Q-21.071-6.474-21.311-6.474Q-21.615-6.474-21.866-6.230Q-22.117-5.985-22.257-5.654Q-22.357-5.387-22.439-5.042Q-22.521-4.697-22.521-4.471Q-22.521-4.212-22.389-4.024Q-22.257-3.836-22.011-3.836\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-14.875 5.458)\">\u003Cpath d=\"M-19.109-3.040Q-19.109-3.103-19.094-3.154L-18.752-4.524L-19.382-4.524Q-19.412-4.524-19.435-4.551Q-19.458-4.578-19.458-4.610Q-19.458-4.746-19.363-4.766L-18.694-4.766L-18.498-5.545Q-18.477-5.628-18.398-5.684Q-18.320-5.740-18.237-5.740Q-18.159-5.740-18.103-5.689Q-18.047-5.637-18.047-5.559Q-18.047-5.525-18.054-5.510L-18.237-4.766L-17.607-4.766Q-17.578-4.766-17.556-4.740Q-17.534-4.714-17.534-4.685Q-17.534-4.548-17.627-4.524L-18.298-4.524L-18.643-3.140Q-18.662-3.074-18.662-2.996Q-18.662-2.893-18.614-2.816Q-18.567-2.739-18.469-2.739Q-18.311-2.739-18.160-2.830Q-18.010-2.920-17.900-3.056Q-17.790-3.191-17.722-3.355Q-17.712-3.379-17.668-3.401L-17.563-3.401Q-17.498-3.379-17.498-3.330Q-17.498-3.325-17.502-3.301Q-17.632-2.993-17.899-2.774Q-18.166-2.554-18.479-2.554Q-18.630-2.554-18.774-2.606Q-18.918-2.659-19.014-2.769Q-19.109-2.879-19.109-3.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath d=\"M28.979-29.929h54.06v-24.185h-54.06Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\">\u003Cg transform=\"translate(68.736 -32.772)\">\u003Cpath d=\"M-34.760-11.818L-34.760-11.897Q-34.715-12.078-34.544-12.099L-33.772-12.099L-33.772-14.136L-34.520-14.136Q-34.695-14.156-34.739-14.348L-34.739-14.423Q-34.695-14.608-34.520-14.628L-33.772-14.628L-33.772-15.025Q-33.772-15.431-33.416-15.677Q-33.061-15.923-32.641-15.923Q-32.367-15.923-32.154-15.818Q-31.940-15.712-31.940-15.465Q-31.940-15.322-32.036-15.219Q-32.131-15.117-32.275-15.117Q-32.405-15.117-32.511-15.209Q-32.617-15.301-32.617-15.431L-32.688-15.431Q-32.822-15.431-32.941-15.378Q-33.061-15.325-33.136-15.225Q-33.211-15.124-33.211-14.997L-33.211-14.628L-32.309-14.628Q-32.138-14.611-32.094-14.423L-32.094-14.348Q-32.138-14.156-32.309-14.136L-33.211-14.136L-33.211-12.099L-32.442-12.099Q-32.271-12.078-32.227-11.897L-32.227-11.818Q-32.271-11.631-32.442-11.610L-34.544-11.610Q-34.715-11.631-34.760-11.818M-30.785-11.818L-30.785-11.897Q-30.740-12.078-30.569-12.099L-29.660-12.099L-29.660-14.136L-30.511-14.136Q-30.686-14.156-30.730-14.348L-30.730-14.423Q-30.686-14.608-30.511-14.628L-29.315-14.628Q-29.144-14.611-29.100-14.423L-29.100-12.099L-28.300-12.099Q-28.129-12.078-28.084-11.897L-28.084-11.818Q-28.129-11.631-28.300-11.610L-30.569-11.610Q-30.740-11.631-30.785-11.818M-29.882-15.483L-29.882-15.530Q-29.882-15.681-29.763-15.787Q-29.643-15.893-29.489-15.893Q-29.339-15.893-29.219-15.787Q-29.100-15.681-29.100-15.530L-29.100-15.483Q-29.100-15.329-29.219-15.223Q-29.339-15.117-29.489-15.117Q-29.643-15.117-29.763-15.223Q-29.882-15.329-29.882-15.483M-27.415-11.818L-27.415-11.897Q-27.363-12.078-27.196-12.099L-26.574-12.099L-26.574-14.136L-27.196-14.136Q-27.367-14.156-27.415-14.348L-27.415-14.423Q-27.363-14.608-27.196-14.628L-26.232-14.628Q-26.058-14.611-26.013-14.423L-26.013-14.136Q-25.784-14.385-25.473-14.524Q-25.162-14.662-24.824-14.662Q-24.567-14.662-24.362-14.544Q-24.157-14.426-24.157-14.194Q-24.157-14.047-24.253-13.944Q-24.349-13.842-24.496-13.842Q-24.629-13.842-24.730-13.939Q-24.831-14.037-24.831-14.173Q-25.159-14.173-25.434-13.997Q-25.709-13.821-25.861-13.529Q-26.013-13.237-26.013-12.905L-26.013-12.099L-25.186-12.099Q-25.005-12.078-24.971-11.897L-24.971-11.818Q-25.005-11.631-25.186-11.610L-27.196-11.610Q-27.363-11.631-27.415-11.818M-23.381-11.784L-23.381-12.584Q-23.357-12.765-23.173-12.786L-23.026-12.786Q-22.882-12.765-22.831-12.625Q-22.653-12.065-22.018-12.065Q-21.836-12.065-21.636-12.095Q-21.436-12.126-21.290-12.227Q-21.143-12.328-21.143-12.506Q-21.143-12.690-21.337-12.789Q-21.532-12.888-21.771-12.926L-22.383-13.025Q-23.381-13.210-23.381-13.842Q-23.381-14.095-23.255-14.261Q-23.128-14.426-22.918-14.520Q-22.708-14.614-22.484-14.649Q-22.260-14.683-22.018-14.683Q-21.799-14.683-21.630-14.657Q-21.460-14.631-21.317-14.563Q-21.248-14.666-21.136-14.683L-21.067-14.683Q-20.982-14.672-20.927-14.618Q-20.873-14.563-20.862-14.481L-20.862-13.862Q-20.873-13.780-20.927-13.722Q-20.982-13.664-21.067-13.654L-21.214-13.654Q-21.296-13.664-21.354-13.722Q-21.413-13.780-21.423-13.862Q-21.423-14.194-22.031-14.194Q-22.335-14.194-22.614-14.122Q-22.893-14.050-22.893-13.835Q-22.893-13.603-22.305-13.507L-21.689-13.401Q-21.266-13.329-20.960-13.112Q-20.654-12.895-20.654-12.506Q-20.654-12.164-20.861-11.952Q-21.067-11.740-21.373-11.658Q-21.679-11.576-22.018-11.576Q-22.523-11.576-22.872-11.798Q-22.934-11.689-22.976-11.639Q-23.019-11.589-23.111-11.576L-23.173-11.576Q-23.361-11.596-23.381-11.784M-19.129-12.577L-19.129-14.136L-19.786-14.136Q-19.960-14.156-20.004-14.348L-20.004-14.423Q-19.960-14.608-19.786-14.628L-19.129-14.628L-19.129-15.284Q-19.085-15.465-18.911-15.489L-18.784-15.489Q-18.613-15.465-18.569-15.284L-18.569-14.628L-17.379-14.628Q-17.212-14.611-17.161-14.423L-17.161-14.348Q-17.208-14.156-17.379-14.136L-18.569-14.136L-18.569-12.605Q-18.569-12.065-18.066-12.065Q-17.848-12.065-17.704-12.227Q-17.561-12.389-17.561-12.605Q-17.561-12.687-17.497-12.748Q-17.434-12.810-17.345-12.820L-17.219-12.820Q-17.044-12.799-17-12.618L-17-12.577Q-17-12.294-17.161-12.063Q-17.321-11.832-17.578-11.704Q-17.834-11.576-18.114-11.576Q-18.562-11.576-18.846-11.848Q-19.129-12.119-19.129-12.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(68.736 -32.772)\">\u003Cpath d=\"M-12.775-11.818L-12.775-11.897Q-12.730-12.082-12.560-12.099L-12.385-12.099L-12.385-14.136L-12.560-14.136Q-12.741-14.156-12.775-14.348L-12.775-14.423Q-12.730-14.611-12.560-14.628L-12.139-14.628Q-11.972-14.608-11.920-14.423Q-11.640-14.662-11.278-14.662Q-11.110-14.662-10.963-14.567Q-10.816-14.471-10.751-14.320Q-10.598-14.488-10.403-14.575Q-10.208-14.662-9.996-14.662Q-9.630-14.662-9.495-14.363Q-9.360-14.064-9.360-13.654L-9.360-12.099L-9.186-12.099Q-9.001-12.078-8.967-11.897L-8.967-11.818Q-9.012-11.631-9.186-11.610L-9.900-11.610Q-10.071-11.631-10.116-11.818L-10.116-11.897Q-10.071-12.078-9.900-12.099L-9.822-12.099L-9.822-13.627Q-9.822-14.173-10.040-14.173Q-10.331-14.173-10.487-13.902Q-10.642-13.630-10.642-13.312L-10.642-12.099L-10.464-12.099Q-10.283-12.078-10.249-11.897L-10.249-11.818Q-10.293-11.631-10.464-11.610L-11.179-11.610Q-11.353-11.631-11.397-11.818L-11.397-11.897Q-11.353-12.078-11.179-12.099L-11.103-12.099L-11.103-13.627Q-11.103-14.173-11.319-14.173Q-11.609-14.173-11.765-13.900Q-11.920-13.627-11.920-13.312L-11.920-12.099L-11.746-12.099Q-11.565-12.078-11.531-11.897L-11.531-11.818Q-11.575-11.627-11.746-11.610L-12.560-11.610Q-12.741-11.631-12.775-11.818M-7.156-11.576Q-7.569-11.576-7.906-11.789Q-8.243-12.003-8.437-12.362Q-8.632-12.721-8.632-13.121Q-8.632-13.422-8.523-13.704Q-8.414-13.985-8.212-14.208Q-8.010-14.430-7.742-14.556Q-7.474-14.683-7.156-14.683Q-6.838-14.683-6.564-14.555Q-6.291-14.426-6.096-14.211Q-5.901-13.996-5.790-13.715Q-5.679-13.435-5.679-13.121Q-5.679-12.721-5.876-12.360Q-6.072-12-6.409-11.788Q-6.746-11.576-7.156-11.576M-7.156-12.065Q-6.749-12.065-6.494-12.410Q-6.240-12.755-6.240-13.179Q-6.240-13.435-6.358-13.669Q-6.476-13.903-6.686-14.049Q-6.896-14.194-7.156-14.194Q-7.422-14.194-7.631-14.049Q-7.839-13.903-7.957-13.669Q-8.075-13.435-8.075-13.179Q-8.075-12.758-7.819-12.412Q-7.562-12.065-7.156-12.065M-5.344-11.818L-5.344-11.897Q-5.300-12.082-5.129-12.099L-4.955-12.099L-4.955-14.136L-5.129-14.136Q-5.310-14.156-5.344-14.348L-5.344-14.423Q-5.300-14.611-5.129-14.628L-4.708-14.628Q-4.541-14.608-4.490-14.423Q-4.209-14.662-3.847-14.662Q-3.680-14.662-3.533-14.567Q-3.386-14.471-3.321-14.320Q-3.167-14.488-2.972-14.575Q-2.777-14.662-2.565-14.662Q-2.200-14.662-2.065-14.363Q-1.930-14.064-1.930-13.654L-1.930-12.099L-1.755-12.099Q-1.571-12.078-1.537-11.897L-1.537-11.818Q-1.581-11.631-1.755-11.610L-2.470-11.610Q-2.641-11.631-2.685-11.818L-2.685-11.897Q-2.641-12.078-2.470-12.099L-2.391-12.099L-2.391-13.627Q-2.391-14.173-2.610-14.173Q-2.900-14.173-3.056-13.902Q-3.211-13.630-3.211-13.312L-3.211-12.099L-3.034-12.099Q-2.852-12.078-2.818-11.897L-2.818-11.818Q-2.863-11.631-3.034-11.610L-3.748-11.610Q-3.922-11.631-3.967-11.818L-3.967-11.897Q-3.922-12.078-3.748-12.099L-3.673-12.099L-3.673-13.627Q-3.673-14.173-3.888-14.173Q-4.179-14.173-4.334-13.900Q-4.490-13.627-4.490-13.312L-4.490-12.099L-4.315-12.099Q-4.134-12.078-4.100-11.897L-4.100-11.818Q-4.144-11.627-4.315-11.610L-5.129-11.610Q-5.310-11.631-5.344-11.818M1.492-12.912L-0.644-12.912Q-0.597-12.670-0.424-12.475Q-0.251-12.280-0.009-12.172Q0.234-12.065 0.483-12.065Q0.897-12.065 1.092-12.318Q1.099-12.328 1.148-12.420Q1.198-12.512 1.241-12.550Q1.283-12.588 1.365-12.598L1.492-12.598Q1.659-12.581 1.710-12.393L1.710-12.345Q1.652-12.082 1.451-11.909Q1.249-11.736 0.976-11.656Q0.702-11.576 0.436-11.576Q0.012-11.576-0.373-11.776Q-0.757-11.976-0.991-12.326Q-1.226-12.676-1.226-13.107L-1.226-13.158Q-1.226-13.568-1.010-13.921Q-0.795-14.273-0.438-14.478Q-0.081-14.683 0.330-14.683Q0.771-14.683 1.080-14.488Q1.389-14.293 1.550-13.953Q1.710-13.613 1.710-13.172L1.710-13.121Q1.659-12.933 1.492-12.912M-0.638-13.394L1.136-13.394Q1.095-13.753 0.887-13.974Q0.678-14.194 0.330-14.194Q-0.016-14.194-0.284-13.965Q-0.552-13.736-0.638-13.394M2.196-11.818L2.196-11.897Q2.233-12.078 2.415-12.099L2.784-12.099L2.784-14.136L2.415-14.136Q2.233-14.156 2.196-14.348L2.196-14.423Q2.237-14.608 2.415-14.628L3.129-14.628Q3.300-14.608 3.344-14.423L3.344-14.348L3.337-14.327Q3.536-14.485 3.775-14.573Q4.014-14.662 4.271-14.662Q4.575-14.662 4.783-14.539Q4.992-14.416 5.093-14.191Q5.193-13.965 5.193-13.654L5.193-12.099L5.566-12.099Q5.747-12.078 5.781-11.897L5.781-11.818Q5.747-11.631 5.566-11.610L4.346-11.610Q4.175-11.631 4.130-11.818L4.130-11.897Q4.175-12.082 4.346-12.099L4.633-12.099L4.633-13.627Q4.633-13.897 4.554-14.035Q4.476-14.173 4.219-14.173Q3.983-14.173 3.783-14.059Q3.584-13.944 3.464-13.745Q3.344-13.545 3.344-13.312L3.344-12.099L3.717-12.099Q3.898-12.078 3.932-11.897L3.932-11.818Q3.898-11.631 3.717-11.610L2.415-11.610Q2.233-11.631 2.196-11.818M6.899-12.577L6.899-14.136L6.243-14.136Q6.068-14.156 6.024-14.348L6.024-14.423Q6.068-14.608 6.243-14.628L6.899-14.628L6.899-15.284Q6.943-15.465 7.118-15.489L7.244-15.489Q7.415-15.465 7.460-15.284L7.460-14.628L8.649-14.628Q8.816-14.611 8.868-14.423L8.868-14.348Q8.820-14.156 8.649-14.136L7.460-14.136L7.460-12.605Q7.460-12.065 7.962-12.065Q8.181-12.065 8.324-12.227Q8.468-12.389 8.468-12.605Q8.468-12.687 8.531-12.748Q8.594-12.810 8.683-12.820L8.810-12.820Q8.984-12.799 9.028-12.618L9.028-12.577Q9.028-12.294 8.868-12.063Q8.707-11.832 8.451-11.704Q8.194-11.576 7.914-11.576Q7.466-11.576 7.183-11.848Q6.899-12.119 6.899-12.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(68.736 -32.772)\">\u003Cpath d=\"M-17.151-3.764Q-17.151-3.812-17.144-3.836L-16.632-5.900Q-16.598-6.027-16.598-6.143Q-16.598-6.283-16.651-6.379Q-16.704-6.474-16.827-6.474Q-17.049-6.474-17.150-6.247Q-17.250-6.020-17.360-5.599Q-17.370-5.534-17.432-5.534L-17.541-5.534Q-17.572-5.534-17.596-5.565Q-17.620-5.596-17.620-5.620L-17.620-5.647Q-17.507-6.081-17.326-6.389Q-17.144-6.696-16.813-6.696Q-16.628-6.696-16.449-6.621Q-16.269-6.546-16.157-6.406Q-16.044-6.266-16.044-6.074Q-15.897-6.259-15.716-6.399Q-15.535-6.539-15.321-6.618Q-15.107-6.696-14.875-6.696Q-14.509-6.696-14.231-6.522Q-13.952-6.348-13.952-6.003Q-13.723-6.317-13.409-6.507Q-13.094-6.696-12.725-6.696Q-12.315-6.696-12.059-6.500Q-11.802-6.303-11.802-5.907Q-11.802-5.623-11.930-5.225Q-12.059-4.827-12.257-4.338Q-12.335-4.136-12.335-3.996Q-12.335-3.764-12.164-3.764Q-11.891-3.764-11.696-4.044Q-11.501-4.324-11.423-4.639Q-11.399-4.700-11.348-4.700L-11.235-4.700Q-11.201-4.700-11.180-4.675Q-11.160-4.649-11.160-4.618Q-11.160-4.605-11.166-4.591Q-11.228-4.341-11.370-4.099Q-11.512-3.856-11.722-3.699Q-11.932-3.542-12.182-3.542Q-12.462-3.542-12.663-3.704Q-12.865-3.866-12.865-4.136Q-12.865-4.253-12.817-4.386Q-12.612-4.905-12.481-5.310Q-12.349-5.715-12.349-6.003Q-12.349-6.214-12.443-6.344Q-12.537-6.474-12.739-6.474Q-13.494-6.474-14.020-5.459L-14.434-3.798Q-14.458-3.692-14.552-3.617Q-14.646-3.542-14.762-3.542Q-14.861-3.542-14.931-3.603Q-15.001-3.665-15.001-3.764Q-15.001-3.812-14.995-3.836L-14.554-5.599Q-14.496-5.883-14.496-6.003Q-14.496-6.211-14.591-6.343Q-14.687-6.474-14.889-6.474Q-15.644-6.474-16.170-5.459L-16.584-3.798Q-16.608-3.692-16.702-3.617Q-16.796-3.542-16.912-3.542Q-17.011-3.542-17.081-3.603Q-17.151-3.665-17.151-3.764\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(68.736 -32.772)\">\u003Cpath d=\"M-10.074-3.040Q-10.074-3.103-10.059-3.154L-9.717-4.524L-10.347-4.524Q-10.377-4.524-10.400-4.551Q-10.423-4.578-10.423-4.610Q-10.423-4.746-10.328-4.766L-9.659-4.766L-9.463-5.545Q-9.442-5.628-9.363-5.684Q-9.285-5.740-9.202-5.740Q-9.124-5.740-9.068-5.689Q-9.012-5.637-9.012-5.559Q-9.012-5.525-9.019-5.510L-9.202-4.766L-8.572-4.766Q-8.543-4.766-8.521-4.740Q-8.499-4.714-8.499-4.685Q-8.499-4.548-8.592-4.524L-9.263-4.524L-9.608-3.140Q-9.627-3.074-9.627-2.996Q-9.627-2.893-9.579-2.816Q-9.532-2.739-9.434-2.739Q-9.275-2.739-9.125-2.830Q-8.975-2.920-8.865-3.056Q-8.755-3.191-8.687-3.355Q-8.677-3.379-8.633-3.401L-8.528-3.401Q-8.463-3.379-8.463-3.330Q-8.463-3.325-8.467-3.301Q-8.597-2.993-8.864-2.774Q-9.131-2.554-9.444-2.554Q-9.595-2.554-9.739-2.606Q-9.883-2.659-9.979-2.769Q-10.074-2.879-10.074-3.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath d=\"M125.718-29.929h54.06v-24.185h-54.06Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\">\u003Cg transform=\"translate(165.476 -32.772)\">\u003Cpath d=\"M-34.391-11.818L-34.391-15.397L-34.760-15.397Q-34.941-15.418-34.978-15.606L-34.978-15.684Q-34.941-15.865-34.760-15.886L-34.045-15.886Q-33.874-15.865-33.830-15.684L-33.830-14.361Q-33.645-14.508-33.415-14.585Q-33.184-14.662-32.948-14.662Q-32.651-14.662-32.391-14.536Q-32.131-14.409-31.943-14.189Q-31.755-13.968-31.655-13.695Q-31.554-13.422-31.554-13.121Q-31.554-12.714-31.752-12.355Q-31.950-11.996-32.289-11.786Q-32.627-11.576-33.037-11.576Q-33.492-11.576-33.830-11.897L-33.830-11.818Q-33.874-11.627-34.045-11.610L-34.172-11.610Q-34.339-11.631-34.391-11.818M-33.075-12.065Q-32.805-12.065-32.586-12.213Q-32.367-12.362-32.241-12.608Q-32.114-12.854-32.114-13.121Q-32.114-13.374-32.224-13.618Q-32.333-13.862-32.536-14.018Q-32.740-14.173-33.003-14.173Q-33.283-14.173-33.512-14.011Q-33.741-13.849-33.830-13.586L-33.830-12.840Q-33.751-12.519-33.558-12.292Q-33.365-12.065-33.075-12.065M-30.785-11.818L-30.785-11.897Q-30.740-12.078-30.569-12.099L-29.660-12.099L-29.660-14.136L-30.511-14.136Q-30.686-14.156-30.730-14.348L-30.730-14.423Q-30.686-14.608-30.511-14.628L-29.315-14.628Q-29.144-14.611-29.100-14.423L-29.100-12.099L-28.300-12.099Q-28.129-12.078-28.084-11.897L-28.084-11.818Q-28.129-11.631-28.300-11.610L-30.569-11.610Q-30.740-11.631-30.785-11.818M-29.882-15.483L-29.882-15.530Q-29.882-15.681-29.763-15.787Q-29.643-15.893-29.489-15.893Q-29.339-15.893-29.219-15.787Q-29.100-15.681-29.100-15.530L-29.100-15.483Q-29.100-15.329-29.219-15.223Q-29.339-15.117-29.489-15.117Q-29.643-15.117-29.763-15.223Q-29.882-15.329-29.882-15.483M-27.254-12.584Q-27.254-12.974-26.892-13.199Q-26.529-13.425-26.056-13.512Q-25.582-13.599-25.138-13.606Q-25.138-13.794-25.256-13.927Q-25.374-14.061-25.555-14.127Q-25.736-14.194-25.921-14.194Q-26.222-14.194-26.362-14.173L-26.362-14.122Q-26.362-13.975-26.466-13.874Q-26.570-13.774-26.714-13.774Q-26.868-13.774-26.968-13.881Q-27.069-13.989-27.069-14.136Q-27.069-14.491-26.736-14.587Q-26.403-14.683-25.914-14.683Q-25.678-14.683-25.444-14.614Q-25.210-14.546-25.013-14.414Q-24.817-14.283-24.697-14.090Q-24.578-13.897-24.578-13.654L-24.578-12.150Q-24.578-12.099-24.116-12.099Q-23.945-12.082-23.901-11.897L-23.901-11.818Q-23.945-11.631-24.116-11.610L-24.243-11.610Q-24.543-11.610-24.743-11.651Q-24.943-11.692-25.070-11.856Q-25.473-11.576-26.092-11.576Q-26.386-11.576-26.652-11.699Q-26.919-11.822-27.086-12.051Q-27.254-12.280-27.254-12.584M-26.693-12.577Q-26.693-12.338-26.481-12.201Q-26.269-12.065-26.020-12.065Q-25.829-12.065-25.625-12.116Q-25.422-12.167-25.280-12.288Q-25.138-12.410-25.138-12.605L-25.138-13.121Q-25.384-13.121-25.748-13.071Q-26.112-13.022-26.403-12.900Q-26.693-12.779-26.693-12.577M-23.381-11.784L-23.381-12.584Q-23.357-12.765-23.173-12.786L-23.026-12.786Q-22.882-12.765-22.831-12.625Q-22.653-12.065-22.018-12.065Q-21.836-12.065-21.636-12.095Q-21.436-12.126-21.290-12.227Q-21.143-12.328-21.143-12.506Q-21.143-12.690-21.337-12.789Q-21.532-12.888-21.771-12.926L-22.383-13.025Q-23.381-13.210-23.381-13.842Q-23.381-14.095-23.255-14.261Q-23.128-14.426-22.918-14.520Q-22.708-14.614-22.484-14.649Q-22.260-14.683-22.018-14.683Q-21.799-14.683-21.630-14.657Q-21.460-14.631-21.317-14.563Q-21.248-14.666-21.136-14.683L-21.067-14.683Q-20.982-14.672-20.927-14.618Q-20.873-14.563-20.862-14.481L-20.862-13.862Q-20.873-13.780-20.927-13.722Q-20.982-13.664-21.067-13.654L-21.214-13.654Q-21.296-13.664-21.354-13.722Q-21.413-13.780-21.423-13.862Q-21.423-14.194-22.031-14.194Q-22.335-14.194-22.614-14.122Q-22.893-14.050-22.893-13.835Q-22.893-13.603-22.305-13.507L-21.689-13.401Q-21.266-13.329-20.960-13.112Q-20.654-12.895-20.654-12.506Q-20.654-12.164-20.861-11.952Q-21.067-11.740-21.373-11.658Q-21.679-11.576-22.018-11.576Q-22.523-11.576-22.872-11.798Q-22.934-11.689-22.976-11.639Q-23.019-11.589-23.111-11.576L-23.173-11.576Q-23.361-11.596-23.381-11.784\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 -32.772)\">\u003Cpath d=\"M-15.957-13.121Q-15.957-13.541-15.744-13.903Q-15.530-14.266-15.166-14.474Q-14.802-14.683-14.382-14.683Q-13.896-14.683-13.565-14.587Q-13.233-14.491-13.233-14.136Q-13.233-13.989-13.332-13.881Q-13.431-13.774-13.582-13.774Q-13.732-13.774-13.836-13.874Q-13.941-13.975-13.941-14.122L-13.941-14.173Q-14.081-14.194-14.375-14.194Q-14.662-14.194-14.896-14.045Q-15.130-13.897-15.263-13.649Q-15.397-13.401-15.397-13.121Q-15.397-12.840-15.246-12.594Q-15.096-12.348-14.846-12.206Q-14.597-12.065-14.310-12.065Q-14.036-12.065-13.925-12.155Q-13.814-12.246-13.712-12.412Q-13.609-12.577-13.507-12.591L-13.360-12.591Q-13.267-12.581-13.211-12.521Q-13.154-12.461-13.154-12.372Q-13.154-12.331-13.172-12.297Q-13.267-12.041-13.445-11.883Q-13.623-11.726-13.864-11.651Q-14.105-11.576-14.382-11.576Q-14.805-11.576-15.169-11.784Q-15.533-11.993-15.745-12.345Q-15.957-12.697-15.957-13.121M-10.875-11.576Q-11.288-11.576-11.625-11.789Q-11.962-12.003-12.156-12.362Q-12.351-12.721-12.351-13.121Q-12.351-13.422-12.242-13.704Q-12.133-13.985-11.931-14.208Q-11.729-14.430-11.461-14.556Q-11.193-14.683-10.875-14.683Q-10.557-14.683-10.283-14.555Q-10.010-14.426-9.815-14.211Q-9.620-13.996-9.509-13.715Q-9.398-13.435-9.398-13.121Q-9.398-12.721-9.595-12.360Q-9.791-12-10.128-11.788Q-10.465-11.576-10.875-11.576M-10.875-12.065Q-10.468-12.065-10.213-12.410Q-9.959-12.755-9.959-13.179Q-9.959-13.435-10.077-13.669Q-10.195-13.903-10.405-14.049Q-10.615-14.194-10.875-14.194Q-11.141-14.194-11.350-14.049Q-11.558-13.903-11.676-13.669Q-11.794-13.435-11.794-13.179Q-11.794-12.758-11.538-12.412Q-11.281-12.065-10.875-12.065M-8.821-11.818L-8.821-11.897Q-8.769-12.078-8.602-12.099L-7.980-12.099L-7.980-14.136L-8.602-14.136Q-8.773-14.156-8.821-14.348L-8.821-14.423Q-8.769-14.608-8.602-14.628L-7.638-14.628Q-7.464-14.611-7.419-14.423L-7.419-14.136Q-7.190-14.385-6.879-14.524Q-6.568-14.662-6.230-14.662Q-5.973-14.662-5.768-14.544Q-5.563-14.426-5.563-14.194Q-5.563-14.047-5.659-13.944Q-5.755-13.842-5.902-13.842Q-6.035-13.842-6.136-13.939Q-6.237-14.037-6.237-14.173Q-6.565-14.173-6.840-13.997Q-7.115-13.821-7.267-13.529Q-7.419-13.237-7.419-12.905L-7.419-12.099L-6.592-12.099Q-6.411-12.078-6.377-11.897L-6.377-11.818Q-6.411-11.631-6.592-11.610L-8.602-11.610Q-8.769-11.631-8.821-11.818M-5.105-11.818L-5.105-11.897Q-5.054-12.078-4.886-12.099L-4.264-12.099L-4.264-14.136L-4.886-14.136Q-5.057-14.156-5.105-14.348L-5.105-14.423Q-5.054-14.608-4.886-14.628L-3.923-14.628Q-3.748-14.611-3.704-14.423L-3.704-14.136Q-3.475-14.385-3.164-14.524Q-2.853-14.662-2.514-14.662Q-2.258-14.662-2.053-14.544Q-1.848-14.426-1.848-14.194Q-1.848-14.047-1.944-13.944Q-2.039-13.842-2.186-13.842Q-2.320-13.842-2.420-13.939Q-2.521-14.037-2.521-14.173Q-2.849-14.173-3.124-13.997Q-3.400-13.821-3.552-13.529Q-3.704-13.237-3.704-12.905L-3.704-12.099L-2.877-12.099Q-2.696-12.078-2.661-11.897L-2.661-11.818Q-2.696-11.631-2.877-11.610L-4.886-11.610Q-5.054-11.631-5.105-11.818M1.488-12.912L-0.648-12.912Q-0.600-12.670-0.428-12.475Q-0.255-12.280-0.012-12.172Q0.230-12.065 0.480-12.065Q0.893-12.065 1.088-12.318Q1.095-12.328 1.145-12.420Q1.194-12.512 1.237-12.550Q1.280-12.588 1.362-12.598L1.488-12.598Q1.656-12.581 1.707-12.393L1.707-12.345Q1.649-12.082 1.447-11.909Q1.245-11.736 0.972-11.656Q0.699-11.576 0.432-11.576Q0.008-11.576-0.376-11.776Q-0.761-11.976-0.995-12.326Q-1.229-12.676-1.229-13.107L-1.229-13.158Q-1.229-13.568-1.014-13.921Q-0.799-14.273-0.441-14.478Q-0.084-14.683 0.326-14.683Q0.767-14.683 1.076-14.488Q1.386-14.293 1.546-13.953Q1.707-13.613 1.707-13.172L1.707-13.121Q1.656-12.933 1.488-12.912M-0.641-13.394L1.133-13.394Q1.092-13.753 0.883-13.974Q0.675-14.194 0.326-14.194Q-0.019-14.194-0.288-13.965Q-0.556-13.736-0.641-13.394M2.619-13.121Q2.619-13.541 2.833-13.903Q3.047-14.266 3.411-14.474Q3.775-14.683 4.195-14.683Q4.680-14.683 5.012-14.587Q5.344-14.491 5.344-14.136Q5.344-13.989 5.244-13.881Q5.145-13.774 4.995-13.774Q4.845-13.774 4.740-13.874Q4.636-13.975 4.636-14.122L4.636-14.173Q4.496-14.194 4.202-14.194Q3.915-14.194 3.681-14.045Q3.447-13.897 3.313-13.649Q3.180-13.401 3.180-13.121Q3.180-12.840 3.330-12.594Q3.481-12.348 3.730-12.206Q3.980-12.065 4.267-12.065Q4.540-12.065 4.651-12.155Q4.762-12.246 4.865-12.412Q4.968-12.577 5.070-12.591L5.217-12.591Q5.309-12.581 5.366-12.521Q5.422-12.461 5.422-12.372Q5.422-12.331 5.405-12.297Q5.309-12.041 5.132-11.883Q4.954-11.726 4.713-11.651Q4.472-11.576 4.195-11.576Q3.771-11.576 3.407-11.784Q3.043-11.993 2.831-12.345Q2.619-12.697 2.619-13.121M6.895-12.577L6.895-14.136L6.239-14.136Q6.065-14.156 6.020-14.348L6.020-14.423Q6.065-14.608 6.239-14.628L6.895-14.628L6.895-15.284Q6.940-15.465 7.114-15.489L7.241-15.489Q7.411-15.465 7.456-15.284L7.456-14.628L8.645-14.628Q8.813-14.611 8.864-14.423L8.864-14.348Q8.816-14.156 8.645-14.136L7.456-14.136L7.456-12.605Q7.456-12.065 7.958-12.065Q8.177-12.065 8.321-12.227Q8.464-12.389 8.464-12.605Q8.464-12.687 8.527-12.748Q8.591-12.810 8.679-12.820L8.806-12.820Q8.980-12.799 9.025-12.618L9.025-12.577Q9.025-12.294 8.864-12.063Q8.703-11.832 8.447-11.704Q8.191-11.576 7.910-11.576Q7.463-11.576 7.179-11.848Q6.895-12.119 6.895-12.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 -32.772)\">\u003Cpath d=\"M-14.390-8.026L-15.272-7.336L-15.442-7.537L-14.390-8.467L-13.340-7.537L-13.508-7.336\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 -32.772)\">\u003Cpath d=\"M-17.151-3.764Q-17.151-3.812-17.144-3.836L-16.632-5.900Q-16.598-6.027-16.598-6.143Q-16.598-6.283-16.651-6.379Q-16.704-6.474-16.827-6.474Q-17.049-6.474-17.150-6.247Q-17.250-6.020-17.360-5.599Q-17.370-5.534-17.432-5.534L-17.541-5.534Q-17.572-5.534-17.596-5.565Q-17.620-5.596-17.620-5.620L-17.620-5.647Q-17.507-6.081-17.326-6.389Q-17.144-6.696-16.813-6.696Q-16.628-6.696-16.449-6.621Q-16.269-6.546-16.157-6.406Q-16.044-6.266-16.044-6.074Q-15.897-6.259-15.716-6.399Q-15.535-6.539-15.321-6.618Q-15.107-6.696-14.875-6.696Q-14.509-6.696-14.231-6.522Q-13.952-6.348-13.952-6.003Q-13.723-6.317-13.409-6.507Q-13.094-6.696-12.725-6.696Q-12.315-6.696-12.059-6.500Q-11.802-6.303-11.802-5.907Q-11.802-5.623-11.930-5.225Q-12.059-4.827-12.257-4.338Q-12.335-4.136-12.335-3.996Q-12.335-3.764-12.164-3.764Q-11.891-3.764-11.696-4.044Q-11.501-4.324-11.423-4.639Q-11.399-4.700-11.348-4.700L-11.235-4.700Q-11.201-4.700-11.180-4.675Q-11.160-4.649-11.160-4.618Q-11.160-4.605-11.166-4.591Q-11.228-4.341-11.370-4.099Q-11.512-3.856-11.722-3.699Q-11.932-3.542-12.182-3.542Q-12.462-3.542-12.663-3.704Q-12.865-3.866-12.865-4.136Q-12.865-4.253-12.817-4.386Q-12.612-4.905-12.481-5.310Q-12.349-5.715-12.349-6.003Q-12.349-6.214-12.443-6.344Q-12.537-6.474-12.739-6.474Q-13.494-6.474-14.020-5.459L-14.434-3.798Q-14.458-3.692-14.552-3.617Q-14.646-3.542-14.762-3.542Q-14.861-3.542-14.931-3.603Q-15.001-3.665-15.001-3.764Q-15.001-3.812-14.995-3.836L-14.554-5.599Q-14.496-5.883-14.496-6.003Q-14.496-6.211-14.591-6.343Q-14.687-6.474-14.889-6.474Q-15.644-6.474-16.170-5.459L-16.584-3.798Q-16.608-3.692-16.702-3.617Q-16.796-3.542-16.912-3.542Q-17.011-3.542-17.081-3.603Q-17.151-3.665-17.151-3.764\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 -32.772)\">\u003Cpath d=\"M-10.074-3.040Q-10.074-3.103-10.059-3.154L-9.717-4.524L-10.347-4.524Q-10.377-4.524-10.400-4.551Q-10.423-4.578-10.423-4.610Q-10.423-4.746-10.328-4.766L-9.659-4.766L-9.463-5.545Q-9.442-5.628-9.363-5.684Q-9.285-5.740-9.202-5.740Q-9.124-5.740-9.068-5.689Q-9.012-5.637-9.012-5.559Q-9.012-5.525-9.019-5.510L-9.202-4.766L-8.572-4.766Q-8.543-4.766-8.521-4.740Q-8.499-4.714-8.499-4.685Q-8.499-4.548-8.592-4.524L-9.263-4.524L-9.608-3.140Q-9.627-3.074-9.627-2.996Q-9.627-2.893-9.579-2.816Q-9.532-2.739-9.434-2.739Q-9.275-2.739-9.125-2.830Q-8.975-2.920-8.865-3.056Q-8.755-3.191-8.687-3.355Q-8.677-3.379-8.633-3.401L-8.528-3.401Q-8.463-3.379-8.463-3.330Q-8.463-3.325-8.467-3.301Q-8.597-2.993-8.864-2.774Q-9.131-2.554-9.444-2.554Q-9.595-2.554-9.739-2.606Q-9.883-2.659-9.979-2.769Q-10.074-2.879-10.074-3.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath d=\"M28.504 46.894h55.01V22.71h-55.01Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\">\u003Cg transform=\"translate(66.877 44.05)\">\u003Cpath d=\"M-34.527-11.784L-34.527-12.584Q-34.503-12.765-34.319-12.786L-34.172-12.786Q-34.028-12.765-33.977-12.625Q-33.799-12.065-33.164-12.065Q-32.982-12.065-32.782-12.095Q-32.582-12.126-32.436-12.227Q-32.289-12.328-32.289-12.506Q-32.289-12.690-32.483-12.789Q-32.678-12.888-32.917-12.926L-33.529-13.025Q-34.527-13.210-34.527-13.842Q-34.527-14.095-34.401-14.261Q-34.274-14.426-34.064-14.520Q-33.854-14.614-33.630-14.649Q-33.406-14.683-33.164-14.683Q-32.945-14.683-32.776-14.657Q-32.606-14.631-32.463-14.563Q-32.394-14.666-32.282-14.683L-32.213-14.683Q-32.128-14.672-32.073-14.618Q-32.019-14.563-32.008-14.481L-32.008-13.862Q-32.019-13.780-32.073-13.722Q-32.128-13.664-32.213-13.654L-32.360-13.654Q-32.442-13.664-32.500-13.722Q-32.559-13.780-32.569-13.862Q-32.569-14.194-33.177-14.194Q-33.481-14.194-33.760-14.122Q-34.039-14.050-34.039-13.835Q-34.039-13.603-33.451-13.507L-32.835-13.401Q-32.412-13.329-32.106-13.112Q-31.800-12.895-31.800-12.506Q-31.800-12.164-32.007-11.952Q-32.213-11.740-32.519-11.658Q-32.825-11.576-33.164-11.576Q-33.669-11.576-34.018-11.798Q-34.080-11.689-34.122-11.639Q-34.165-11.589-34.257-11.576L-34.319-11.576Q-34.507-11.596-34.527-11.784M-28.252-12.912L-30.388-12.912Q-30.340-12.670-30.168-12.475Q-29.995-12.280-29.752-12.172Q-29.510-12.065-29.260-12.065Q-28.847-12.065-28.652-12.318Q-28.645-12.328-28.595-12.420Q-28.546-12.512-28.503-12.550Q-28.460-12.588-28.378-12.598L-28.252-12.598Q-28.084-12.581-28.033-12.393L-28.033-12.345Q-28.091-12.082-28.293-11.909Q-28.495-11.736-28.768-11.656Q-29.041-11.576-29.308-11.576Q-29.732-11.576-30.116-11.776Q-30.501-11.976-30.735-12.326Q-30.969-12.676-30.969-13.107L-30.969-13.158Q-30.969-13.568-30.754-13.921Q-30.539-14.273-30.181-14.478Q-29.824-14.683-29.414-14.683Q-28.973-14.683-28.664-14.488Q-28.354-14.293-28.194-13.953Q-28.033-13.613-28.033-13.172L-28.033-13.121Q-28.084-12.933-28.252-12.912M-30.381-13.394L-28.607-13.394Q-28.648-13.753-28.857-13.974Q-29.065-14.194-29.414-14.194Q-29.759-14.194-30.028-13.965Q-30.296-13.736-30.381-13.394M-27.121-13.121Q-27.121-13.541-26.907-13.903Q-26.693-14.266-26.329-14.474Q-25.965-14.683-25.545-14.683Q-25.060-14.683-24.728-14.587Q-24.396-14.491-24.396-14.136Q-24.396-13.989-24.496-13.881Q-24.595-13.774-24.745-13.774Q-24.895-13.774-25-13.874Q-25.104-13.975-25.104-14.122L-25.104-14.173Q-25.244-14.194-25.538-14.194Q-25.825-14.194-26.059-14.045Q-26.293-13.897-26.427-13.649Q-26.560-13.401-26.560-13.121Q-26.560-12.840-26.410-12.594Q-26.259-12.348-26.010-12.206Q-25.760-12.065-25.473-12.065Q-25.200-12.065-25.089-12.155Q-24.977-12.246-24.875-12.412Q-24.772-12.577-24.670-12.591L-24.523-12.591Q-24.431-12.581-24.374-12.521Q-24.318-12.461-24.318-12.372Q-24.318-12.331-24.335-12.297Q-24.431-12.041-24.608-11.883Q-24.786-11.726-25.027-11.651Q-25.268-11.576-25.545-11.576Q-25.969-11.576-26.333-11.784Q-26.697-11.993-26.909-12.345Q-27.121-12.697-27.121-13.121M-22.038-11.576Q-22.452-11.576-22.788-11.789Q-23.125-12.003-23.320-12.362Q-23.515-12.721-23.515-13.121Q-23.515-13.422-23.405-13.704Q-23.296-13.985-23.094-14.208Q-22.893-14.430-22.624-14.556Q-22.356-14.683-22.038-14.683Q-21.720-14.683-21.447-14.555Q-21.173-14.426-20.978-14.211Q-20.784-13.996-20.673-13.715Q-20.561-13.435-20.561-13.121Q-20.561-12.721-20.758-12.360Q-20.955-12-21.291-11.788Q-21.628-11.576-22.038-11.576M-22.038-12.065Q-21.631-12.065-21.377-12.410Q-21.122-12.755-21.122-13.179Q-21.122-13.435-21.240-13.669Q-21.358-13.903-21.568-14.049Q-21.778-14.194-22.038-14.194Q-22.305-14.194-22.513-14.049Q-22.722-13.903-22.840-13.669Q-22.957-13.435-22.957-13.179Q-22.957-12.758-22.701-12.412Q-22.445-12.065-22.038-12.065M-20.117-11.818L-20.117-11.897Q-20.080-12.078-19.898-12.099L-19.529-12.099L-19.529-14.136L-19.898-14.136Q-20.080-14.156-20.117-14.348L-20.117-14.423Q-20.076-14.608-19.898-14.628L-19.184-14.628Q-19.013-14.608-18.969-14.423L-18.969-14.348L-18.976-14.327Q-18.777-14.485-18.538-14.573Q-18.299-14.662-18.042-14.662Q-17.738-14.662-17.530-14.539Q-17.321-14.416-17.220-14.191Q-17.120-13.965-17.120-13.654L-17.120-12.099L-16.747-12.099Q-16.566-12.078-16.532-11.897L-16.532-11.818Q-16.566-11.631-16.747-11.610L-17.967-11.610Q-18.138-11.631-18.183-11.818L-18.183-11.897Q-18.138-12.082-17.967-12.099L-17.680-12.099L-17.680-13.627Q-17.680-13.897-17.759-14.035Q-17.837-14.173-18.094-14.173Q-18.330-14.173-18.530-14.059Q-18.729-13.944-18.849-13.745Q-18.969-13.545-18.969-13.312L-18.969-12.099L-18.596-12.099Q-18.415-12.078-18.381-11.897L-18.381-11.818Q-18.415-11.631-18.596-11.610L-19.898-11.610Q-20.080-11.631-20.117-11.818M-14.833-11.576Q-15.240-11.576-15.559-11.795Q-15.879-12.013-16.058-12.367Q-16.238-12.721-16.238-13.121Q-16.238-13.422-16.128-13.702Q-16.019-13.982-15.816-14.201Q-15.612-14.420-15.346-14.541Q-15.079-14.662-14.768-14.662Q-14.320-14.662-13.965-14.382L-13.965-15.397L-14.334-15.397Q-14.519-15.418-14.553-15.606L-14.553-15.684Q-14.519-15.865-14.334-15.886L-13.623-15.886Q-13.449-15.865-13.404-15.684L-13.404-12.099L-13.032-12.099Q-12.851-12.078-12.816-11.897L-12.816-11.818Q-12.851-11.631-13.032-11.610L-13.746-11.610Q-13.920-11.631-13.965-11.818L-13.965-11.931Q-14.136-11.764-14.365-11.670Q-14.594-11.576-14.833-11.576M-14.799-12.065Q-14.484-12.065-14.264-12.300Q-14.043-12.536-13.965-12.864L-13.965-13.592Q-14.016-13.756-14.127-13.888Q-14.238-14.020-14.394-14.097Q-14.549-14.173-14.720-14.173Q-14.990-14.173-15.209-14.025Q-15.428-13.876-15.554-13.627Q-15.681-13.377-15.681-13.114Q-15.681-12.721-15.431-12.393Q-15.182-12.065-14.799-12.065\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(66.877 44.05)\">\u003Cpath d=\"M-9.056-11.818L-9.056-11.897Q-9.011-12.082-8.841-12.099L-8.666-12.099L-8.666-14.136L-8.841-14.136Q-9.022-14.156-9.056-14.348L-9.056-14.423Q-9.011-14.611-8.841-14.628L-8.420-14.628Q-8.253-14.608-8.201-14.423Q-7.921-14.662-7.559-14.662Q-7.391-14.662-7.244-14.567Q-7.097-14.471-7.032-14.320Q-6.879-14.488-6.684-14.575Q-6.489-14.662-6.277-14.662Q-5.911-14.662-5.776-14.363Q-5.641-14.064-5.641-13.654L-5.641-12.099L-5.467-12.099Q-5.282-12.078-5.248-11.897L-5.248-11.818Q-5.293-11.631-5.467-11.610L-6.181-11.610Q-6.352-11.631-6.397-11.818L-6.397-11.897Q-6.352-12.078-6.181-12.099L-6.103-12.099L-6.103-13.627Q-6.103-14.173-6.321-14.173Q-6.612-14.173-6.768-13.902Q-6.923-13.630-6.923-13.312L-6.923-12.099L-6.745-12.099Q-6.564-12.078-6.530-11.897L-6.530-11.818Q-6.574-11.631-6.745-11.610L-7.460-11.610Q-7.634-11.631-7.678-11.818L-7.678-11.897Q-7.634-12.078-7.460-12.099L-7.384-12.099L-7.384-13.627Q-7.384-14.173-7.600-14.173Q-7.890-14.173-8.046-13.900Q-8.201-13.627-8.201-13.312L-8.201-12.099L-8.027-12.099Q-7.846-12.078-7.812-11.897L-7.812-11.818Q-7.856-11.627-8.027-11.610L-8.841-11.610Q-9.022-11.631-9.056-11.818M-3.437-11.576Q-3.850-11.576-4.187-11.789Q-4.524-12.003-4.718-12.362Q-4.913-12.721-4.913-13.121Q-4.913-13.422-4.804-13.704Q-4.695-13.985-4.493-14.208Q-4.291-14.430-4.023-14.556Q-3.755-14.683-3.437-14.683Q-3.119-14.683-2.845-14.555Q-2.572-14.426-2.377-14.211Q-2.182-13.996-2.071-13.715Q-1.960-13.435-1.960-13.121Q-1.960-12.721-2.157-12.360Q-2.353-12-2.690-11.788Q-3.027-11.576-3.437-11.576M-3.437-12.065Q-3.030-12.065-2.775-12.410Q-2.521-12.755-2.521-13.179Q-2.521-13.435-2.639-13.669Q-2.757-13.903-2.967-14.049Q-3.177-14.194-3.437-14.194Q-3.703-14.194-3.912-14.049Q-4.120-13.903-4.238-13.669Q-4.356-13.435-4.356-13.179Q-4.356-12.758-4.100-12.412Q-3.843-12.065-3.437-12.065M-1.625-11.818L-1.625-11.897Q-1.581-12.082-1.410-12.099L-1.236-12.099L-1.236-14.136L-1.410-14.136Q-1.591-14.156-1.625-14.348L-1.625-14.423Q-1.581-14.611-1.410-14.628L-0.989-14.628Q-0.822-14.608-0.771-14.423Q-0.490-14.662-0.128-14.662Q0.039-14.662 0.186-14.567Q0.333-14.471 0.398-14.320Q0.552-14.488 0.747-14.575Q0.942-14.662 1.154-14.662Q1.519-14.662 1.654-14.363Q1.789-14.064 1.789-13.654L1.789-12.099L1.964-12.099Q2.148-12.078 2.182-11.897L2.182-11.818Q2.138-11.631 1.964-11.610L1.249-11.610Q1.078-11.631 1.034-11.818L1.034-11.897Q1.078-12.078 1.249-12.099L1.328-12.099L1.328-13.627Q1.328-14.173 1.109-14.173Q0.819-14.173 0.663-13.902Q0.508-13.630 0.508-13.312L0.508-12.099L0.685-12.099Q0.867-12.078 0.901-11.897L0.901-11.818Q0.856-11.631 0.685-11.610L-0.029-11.610Q-0.203-11.631-0.248-11.818L-0.248-11.897Q-0.203-12.078-0.029-12.099L0.046-12.099L0.046-13.627Q0.046-14.173-0.169-14.173Q-0.460-14.173-0.615-13.900Q-0.771-13.627-0.771-13.312L-0.771-12.099L-0.596-12.099Q-0.415-12.078-0.381-11.897L-0.381-11.818Q-0.425-11.627-0.596-11.610L-1.410-11.610Q-1.591-11.631-1.625-11.818M5.211-12.912L3.075-12.912Q3.122-12.670 3.295-12.475Q3.468-12.280 3.710-12.172Q3.953-12.065 4.202-12.065Q4.616-12.065 4.811-12.318Q4.818-12.328 4.867-12.420Q4.917-12.512 4.960-12.550Q5.002-12.588 5.084-12.598L5.211-12.598Q5.378-12.581 5.430-12.393L5.430-12.345Q5.371-12.082 5.170-11.909Q4.968-11.736 4.695-11.656Q4.421-11.576 4.155-11.576Q3.731-11.576 3.346-11.776Q2.962-11.976 2.728-12.326Q2.493-12.676 2.493-13.107L2.493-13.158Q2.493-13.568 2.709-13.921Q2.924-14.273 3.281-14.478Q3.638-14.683 4.049-14.683Q4.490-14.683 4.799-14.488Q5.108-14.293 5.269-13.953Q5.430-13.613 5.430-13.172L5.430-13.121Q5.378-12.933 5.211-12.912M3.081-13.394L4.855-13.394Q4.814-13.753 4.606-13.974Q4.397-14.194 4.049-14.194Q3.703-14.194 3.435-13.965Q3.167-13.736 3.081-13.394M5.915-11.818L5.915-11.897Q5.952-12.078 6.134-12.099L6.503-12.099L6.503-14.136L6.134-14.136Q5.952-14.156 5.915-14.348L5.915-14.423Q5.956-14.608 6.134-14.628L6.848-14.628Q7.019-14.608 7.063-14.423L7.063-14.348L7.056-14.327Q7.255-14.485 7.494-14.573Q7.733-14.662 7.990-14.662Q8.294-14.662 8.502-14.539Q8.711-14.416 8.812-14.191Q8.912-13.965 8.912-13.654L8.912-12.099L9.285-12.099Q9.466-12.078 9.500-11.897L9.500-11.818Q9.466-11.631 9.285-11.610L8.065-11.610Q7.894-11.631 7.849-11.818L7.849-11.897Q7.894-12.082 8.065-12.099L8.352-12.099L8.352-13.627Q8.352-13.897 8.273-14.035Q8.195-14.173 7.938-14.173Q7.702-14.173 7.502-14.059Q7.303-13.944 7.183-13.745Q7.063-13.545 7.063-13.312L7.063-12.099L7.436-12.099Q7.617-12.078 7.651-11.897L7.651-11.818Q7.617-11.631 7.436-11.610L6.134-11.610Q5.952-11.631 5.915-11.818M10.618-12.577L10.618-14.136L9.962-14.136Q9.787-14.156 9.743-14.348L9.743-14.423Q9.787-14.608 9.962-14.628L10.618-14.628L10.618-15.284Q10.662-15.465 10.837-15.489L10.963-15.489Q11.134-15.465 11.179-15.284L11.179-14.628L12.368-14.628Q12.535-14.611 12.587-14.423L12.587-14.348Q12.539-14.156 12.368-14.136L11.179-14.136L11.179-12.605Q11.179-12.065 11.681-12.065Q11.900-12.065 12.043-12.227Q12.187-12.389 12.187-12.605Q12.187-12.687 12.250-12.748Q12.313-12.810 12.402-12.820L12.529-12.820Q12.703-12.799 12.747-12.618L12.747-12.577Q12.747-12.294 12.587-12.063Q12.426-11.832 12.170-11.704Q11.913-11.576 11.633-11.576Q11.185-11.576 10.902-11.848Q10.618-12.119 10.618-12.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(66.877 44.05)\">\u003Cpath d=\"M-13.539-4.458Q-13.539-4.670-13.478-4.902Q-13.416-5.134-13.305-5.415Q-13.194-5.695-13.112-5.900Q-13.037-6.102-13.037-6.242Q-13.037-6.341-13.076-6.408Q-13.115-6.474-13.204-6.474Q-13.485-6.474-13.674-6.203Q-13.864-5.931-13.953-5.599Q-13.963-5.534-14.025-5.534L-14.134-5.534Q-14.165-5.534-14.189-5.565Q-14.213-5.596-14.213-5.620L-14.213-5.647Q-14.144-5.907-14.004-6.144Q-13.864-6.382-13.654-6.539Q-13.444-6.696-13.191-6.696Q-13.009-6.696-12.854-6.625Q-12.698-6.553-12.601-6.418Q-12.504-6.283-12.504-6.102Q-12.504-5.985-12.551-5.849Q-12.780-5.285-12.883-4.977Q-12.985-4.670-12.985-4.365Q-12.985-4.089-12.839-3.926Q-12.692-3.764-12.422-3.764Q-12.035-3.764-11.714-4.198Q-11.594-4.355-11.468-4.605Q-11.341-4.854-11.258-5.114Q-11.174-5.374-11.174-5.548Q-11.174-5.753-11.235-5.847Q-11.297-5.941-11.425-6.079Q-11.553-6.218-11.553-6.314Q-11.553-6.413-11.495-6.502Q-11.437-6.590-11.347-6.647Q-11.256-6.703-11.153-6.703Q-10.962-6.703-10.875-6.534Q-10.788-6.365-10.788-6.150Q-10.788-5.821-10.902-5.379Q-11.017-4.936-11.235-4.512Q-11.454-4.089-11.760-3.815Q-12.066-3.542-12.428-3.542Q-12.917-3.542-13.228-3.764Q-13.539-3.986-13.539-4.458\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(66.877 44.05)\">\u003Cpath d=\"M-9.763-3.040Q-9.763-3.103-9.748-3.154L-9.406-4.524L-10.036-4.524Q-10.066-4.524-10.089-4.551Q-10.112-4.578-10.112-4.610Q-10.112-4.746-10.017-4.766L-9.348-4.766L-9.152-5.545Q-9.131-5.628-9.052-5.684Q-8.974-5.740-8.891-5.740Q-8.813-5.740-8.757-5.689Q-8.701-5.637-8.701-5.559Q-8.701-5.525-8.708-5.510L-8.891-4.766L-8.261-4.766Q-8.232-4.766-8.210-4.740Q-8.188-4.714-8.188-4.685Q-8.188-4.548-8.281-4.524L-8.952-4.524L-9.297-3.140Q-9.316-3.074-9.316-2.996Q-9.316-2.893-9.268-2.816Q-9.221-2.739-9.123-2.739Q-8.964-2.739-8.814-2.830Q-8.664-2.920-8.554-3.056Q-8.444-3.191-8.376-3.355Q-8.366-3.379-8.322-3.401L-8.217-3.401Q-8.152-3.379-8.152-3.330Q-8.152-3.325-8.156-3.301Q-8.286-2.993-8.553-2.774Q-8.820-2.554-9.133-2.554Q-9.284-2.554-9.428-2.606Q-9.572-2.659-9.668-2.769Q-9.763-2.879-9.763-3.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath d=\"M125.718 46.894h54.06V22.71h-54.06Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\">\u003Cg transform=\"translate(165.476 44.05)\">\u003Cpath d=\"M-34.391-11.818L-34.391-15.397L-34.760-15.397Q-34.941-15.418-34.978-15.606L-34.978-15.684Q-34.941-15.865-34.760-15.886L-34.045-15.886Q-33.874-15.865-33.830-15.684L-33.830-14.361Q-33.645-14.508-33.415-14.585Q-33.184-14.662-32.948-14.662Q-32.651-14.662-32.391-14.536Q-32.131-14.409-31.943-14.189Q-31.755-13.968-31.655-13.695Q-31.554-13.422-31.554-13.121Q-31.554-12.714-31.752-12.355Q-31.950-11.996-32.289-11.786Q-32.627-11.576-33.037-11.576Q-33.492-11.576-33.830-11.897L-33.830-11.818Q-33.874-11.627-34.045-11.610L-34.172-11.610Q-34.339-11.631-34.391-11.818M-33.075-12.065Q-32.805-12.065-32.586-12.213Q-32.367-12.362-32.241-12.608Q-32.114-12.854-32.114-13.121Q-32.114-13.374-32.224-13.618Q-32.333-13.862-32.536-14.018Q-32.740-14.173-33.003-14.173Q-33.283-14.173-33.512-14.011Q-33.741-13.849-33.830-13.586L-33.830-12.840Q-33.751-12.519-33.558-12.292Q-33.365-12.065-33.075-12.065M-30.785-11.818L-30.785-11.897Q-30.740-12.078-30.569-12.099L-29.660-12.099L-29.660-14.136L-30.511-14.136Q-30.686-14.156-30.730-14.348L-30.730-14.423Q-30.686-14.608-30.511-14.628L-29.315-14.628Q-29.144-14.611-29.100-14.423L-29.100-12.099L-28.300-12.099Q-28.129-12.078-28.084-11.897L-28.084-11.818Q-28.129-11.631-28.300-11.610L-30.569-11.610Q-30.740-11.631-30.785-11.818M-29.882-15.483L-29.882-15.530Q-29.882-15.681-29.763-15.787Q-29.643-15.893-29.489-15.893Q-29.339-15.893-29.219-15.787Q-29.100-15.681-29.100-15.530L-29.100-15.483Q-29.100-15.329-29.219-15.223Q-29.339-15.117-29.489-15.117Q-29.643-15.117-29.763-15.223Q-29.882-15.329-29.882-15.483M-27.254-12.584Q-27.254-12.974-26.892-13.199Q-26.529-13.425-26.056-13.512Q-25.582-13.599-25.138-13.606Q-25.138-13.794-25.256-13.927Q-25.374-14.061-25.555-14.127Q-25.736-14.194-25.921-14.194Q-26.222-14.194-26.362-14.173L-26.362-14.122Q-26.362-13.975-26.466-13.874Q-26.570-13.774-26.714-13.774Q-26.868-13.774-26.968-13.881Q-27.069-13.989-27.069-14.136Q-27.069-14.491-26.736-14.587Q-26.403-14.683-25.914-14.683Q-25.678-14.683-25.444-14.614Q-25.210-14.546-25.013-14.414Q-24.817-14.283-24.697-14.090Q-24.578-13.897-24.578-13.654L-24.578-12.150Q-24.578-12.099-24.116-12.099Q-23.945-12.082-23.901-11.897L-23.901-11.818Q-23.945-11.631-24.116-11.610L-24.243-11.610Q-24.543-11.610-24.743-11.651Q-24.943-11.692-25.070-11.856Q-25.473-11.576-26.092-11.576Q-26.386-11.576-26.652-11.699Q-26.919-11.822-27.086-12.051Q-27.254-12.280-27.254-12.584M-26.693-12.577Q-26.693-12.338-26.481-12.201Q-26.269-12.065-26.020-12.065Q-25.829-12.065-25.625-12.116Q-25.422-12.167-25.280-12.288Q-25.138-12.410-25.138-12.605L-25.138-13.121Q-25.384-13.121-25.748-13.071Q-26.112-13.022-26.403-12.900Q-26.693-12.779-26.693-12.577M-23.381-11.784L-23.381-12.584Q-23.357-12.765-23.173-12.786L-23.026-12.786Q-22.882-12.765-22.831-12.625Q-22.653-12.065-22.018-12.065Q-21.836-12.065-21.636-12.095Q-21.436-12.126-21.290-12.227Q-21.143-12.328-21.143-12.506Q-21.143-12.690-21.337-12.789Q-21.532-12.888-21.771-12.926L-22.383-13.025Q-23.381-13.210-23.381-13.842Q-23.381-14.095-23.255-14.261Q-23.128-14.426-22.918-14.520Q-22.708-14.614-22.484-14.649Q-22.260-14.683-22.018-14.683Q-21.799-14.683-21.630-14.657Q-21.460-14.631-21.317-14.563Q-21.248-14.666-21.136-14.683L-21.067-14.683Q-20.982-14.672-20.927-14.618Q-20.873-14.563-20.862-14.481L-20.862-13.862Q-20.873-13.780-20.927-13.722Q-20.982-13.664-21.067-13.654L-21.214-13.654Q-21.296-13.664-21.354-13.722Q-21.413-13.780-21.423-13.862Q-21.423-14.194-22.031-14.194Q-22.335-14.194-22.614-14.122Q-22.893-14.050-22.893-13.835Q-22.893-13.603-22.305-13.507L-21.689-13.401Q-21.266-13.329-20.960-13.112Q-20.654-12.895-20.654-12.506Q-20.654-12.164-20.861-11.952Q-21.067-11.740-21.373-11.658Q-21.679-11.576-22.018-11.576Q-22.523-11.576-22.872-11.798Q-22.934-11.689-22.976-11.639Q-23.019-11.589-23.111-11.576L-23.173-11.576Q-23.361-11.596-23.381-11.784\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 44.05)\">\u003Cpath d=\"M-15.957-13.121Q-15.957-13.541-15.744-13.903Q-15.530-14.266-15.166-14.474Q-14.802-14.683-14.382-14.683Q-13.896-14.683-13.565-14.587Q-13.233-14.491-13.233-14.136Q-13.233-13.989-13.332-13.881Q-13.431-13.774-13.582-13.774Q-13.732-13.774-13.836-13.874Q-13.941-13.975-13.941-14.122L-13.941-14.173Q-14.081-14.194-14.375-14.194Q-14.662-14.194-14.896-14.045Q-15.130-13.897-15.263-13.649Q-15.397-13.401-15.397-13.121Q-15.397-12.840-15.246-12.594Q-15.096-12.348-14.846-12.206Q-14.597-12.065-14.310-12.065Q-14.036-12.065-13.925-12.155Q-13.814-12.246-13.712-12.412Q-13.609-12.577-13.507-12.591L-13.360-12.591Q-13.267-12.581-13.211-12.521Q-13.154-12.461-13.154-12.372Q-13.154-12.331-13.172-12.297Q-13.267-12.041-13.445-11.883Q-13.623-11.726-13.864-11.651Q-14.105-11.576-14.382-11.576Q-14.805-11.576-15.169-11.784Q-15.533-11.993-15.745-12.345Q-15.957-12.697-15.957-13.121M-10.875-11.576Q-11.288-11.576-11.625-11.789Q-11.962-12.003-12.156-12.362Q-12.351-12.721-12.351-13.121Q-12.351-13.422-12.242-13.704Q-12.133-13.985-11.931-14.208Q-11.729-14.430-11.461-14.556Q-11.193-14.683-10.875-14.683Q-10.557-14.683-10.283-14.555Q-10.010-14.426-9.815-14.211Q-9.620-13.996-9.509-13.715Q-9.398-13.435-9.398-13.121Q-9.398-12.721-9.595-12.360Q-9.791-12-10.128-11.788Q-10.465-11.576-10.875-11.576M-10.875-12.065Q-10.468-12.065-10.213-12.410Q-9.959-12.755-9.959-13.179Q-9.959-13.435-10.077-13.669Q-10.195-13.903-10.405-14.049Q-10.615-14.194-10.875-14.194Q-11.141-14.194-11.350-14.049Q-11.558-13.903-11.676-13.669Q-11.794-13.435-11.794-13.179Q-11.794-12.758-11.538-12.412Q-11.281-12.065-10.875-12.065M-8.821-11.818L-8.821-11.897Q-8.769-12.078-8.602-12.099L-7.980-12.099L-7.980-14.136L-8.602-14.136Q-8.773-14.156-8.821-14.348L-8.821-14.423Q-8.769-14.608-8.602-14.628L-7.638-14.628Q-7.464-14.611-7.419-14.423L-7.419-14.136Q-7.190-14.385-6.879-14.524Q-6.568-14.662-6.230-14.662Q-5.973-14.662-5.768-14.544Q-5.563-14.426-5.563-14.194Q-5.563-14.047-5.659-13.944Q-5.755-13.842-5.902-13.842Q-6.035-13.842-6.136-13.939Q-6.237-14.037-6.237-14.173Q-6.565-14.173-6.840-13.997Q-7.115-13.821-7.267-13.529Q-7.419-13.237-7.419-12.905L-7.419-12.099L-6.592-12.099Q-6.411-12.078-6.377-11.897L-6.377-11.818Q-6.411-11.631-6.592-11.610L-8.602-11.610Q-8.769-11.631-8.821-11.818M-5.105-11.818L-5.105-11.897Q-5.054-12.078-4.886-12.099L-4.264-12.099L-4.264-14.136L-4.886-14.136Q-5.057-14.156-5.105-14.348L-5.105-14.423Q-5.054-14.608-4.886-14.628L-3.923-14.628Q-3.748-14.611-3.704-14.423L-3.704-14.136Q-3.475-14.385-3.164-14.524Q-2.853-14.662-2.514-14.662Q-2.258-14.662-2.053-14.544Q-1.848-14.426-1.848-14.194Q-1.848-14.047-1.944-13.944Q-2.039-13.842-2.186-13.842Q-2.320-13.842-2.420-13.939Q-2.521-14.037-2.521-14.173Q-2.849-14.173-3.124-13.997Q-3.400-13.821-3.552-13.529Q-3.704-13.237-3.704-12.905L-3.704-12.099L-2.877-12.099Q-2.696-12.078-2.661-11.897L-2.661-11.818Q-2.696-11.631-2.877-11.610L-4.886-11.610Q-5.054-11.631-5.105-11.818M1.488-12.912L-0.648-12.912Q-0.600-12.670-0.428-12.475Q-0.255-12.280-0.012-12.172Q0.230-12.065 0.480-12.065Q0.893-12.065 1.088-12.318Q1.095-12.328 1.145-12.420Q1.194-12.512 1.237-12.550Q1.280-12.588 1.362-12.598L1.488-12.598Q1.656-12.581 1.707-12.393L1.707-12.345Q1.649-12.082 1.447-11.909Q1.245-11.736 0.972-11.656Q0.699-11.576 0.432-11.576Q0.008-11.576-0.376-11.776Q-0.761-11.976-0.995-12.326Q-1.229-12.676-1.229-13.107L-1.229-13.158Q-1.229-13.568-1.014-13.921Q-0.799-14.273-0.441-14.478Q-0.084-14.683 0.326-14.683Q0.767-14.683 1.076-14.488Q1.386-14.293 1.546-13.953Q1.707-13.613 1.707-13.172L1.707-13.121Q1.656-12.933 1.488-12.912M-0.641-13.394L1.133-13.394Q1.092-13.753 0.883-13.974Q0.675-14.194 0.326-14.194Q-0.019-14.194-0.288-13.965Q-0.556-13.736-0.641-13.394M2.619-13.121Q2.619-13.541 2.833-13.903Q3.047-14.266 3.411-14.474Q3.775-14.683 4.195-14.683Q4.680-14.683 5.012-14.587Q5.344-14.491 5.344-14.136Q5.344-13.989 5.244-13.881Q5.145-13.774 4.995-13.774Q4.845-13.774 4.740-13.874Q4.636-13.975 4.636-14.122L4.636-14.173Q4.496-14.194 4.202-14.194Q3.915-14.194 3.681-14.045Q3.447-13.897 3.313-13.649Q3.180-13.401 3.180-13.121Q3.180-12.840 3.330-12.594Q3.481-12.348 3.730-12.206Q3.980-12.065 4.267-12.065Q4.540-12.065 4.651-12.155Q4.762-12.246 4.865-12.412Q4.968-12.577 5.070-12.591L5.217-12.591Q5.309-12.581 5.366-12.521Q5.422-12.461 5.422-12.372Q5.422-12.331 5.405-12.297Q5.309-12.041 5.132-11.883Q4.954-11.726 4.713-11.651Q4.472-11.576 4.195-11.576Q3.771-11.576 3.407-11.784Q3.043-11.993 2.831-12.345Q2.619-12.697 2.619-13.121M6.895-12.577L6.895-14.136L6.239-14.136Q6.065-14.156 6.020-14.348L6.020-14.423Q6.065-14.608 6.239-14.628L6.895-14.628L6.895-15.284Q6.940-15.465 7.114-15.489L7.241-15.489Q7.411-15.465 7.456-15.284L7.456-14.628L8.645-14.628Q8.813-14.611 8.864-14.423L8.864-14.348Q8.816-14.156 8.645-14.136L7.456-14.136L7.456-12.605Q7.456-12.065 7.958-12.065Q8.177-12.065 8.321-12.227Q8.464-12.389 8.464-12.605Q8.464-12.687 8.527-12.748Q8.591-12.810 8.679-12.820L8.806-12.820Q8.980-12.799 9.025-12.618L9.025-12.577Q9.025-12.294 8.864-12.063Q8.703-11.832 8.447-11.704Q8.191-11.576 7.910-11.576Q7.463-11.576 7.179-11.848Q6.895-12.119 6.895-12.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 44.05)\">\u003Cpath d=\"M-14.050-8.026L-14.932-7.336L-15.102-7.537L-14.050-8.467L-13-7.537L-13.168-7.336\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 44.05)\">\u003Cpath d=\"M-15.398-4.458Q-15.398-4.670-15.337-4.902Q-15.275-5.134-15.164-5.415Q-15.053-5.695-14.971-5.900Q-14.896-6.102-14.896-6.242Q-14.896-6.341-14.935-6.408Q-14.974-6.474-15.063-6.474Q-15.344-6.474-15.533-6.203Q-15.723-5.931-15.812-5.599Q-15.822-5.534-15.884-5.534L-15.993-5.534Q-16.024-5.534-16.048-5.565Q-16.072-5.596-16.072-5.620L-16.072-5.647Q-16.003-5.907-15.863-6.144Q-15.723-6.382-15.513-6.539Q-15.303-6.696-15.050-6.696Q-14.868-6.696-14.713-6.625Q-14.557-6.553-14.460-6.418Q-14.363-6.283-14.363-6.102Q-14.363-5.985-14.410-5.849Q-14.639-5.285-14.742-4.977Q-14.844-4.670-14.844-4.365Q-14.844-4.089-14.698-3.926Q-14.551-3.764-14.281-3.764Q-13.894-3.764-13.573-4.198Q-13.453-4.355-13.327-4.605Q-13.200-4.854-13.117-5.114Q-13.033-5.374-13.033-5.548Q-13.033-5.753-13.094-5.847Q-13.156-5.941-13.284-6.079Q-13.412-6.218-13.412-6.314Q-13.412-6.413-13.354-6.502Q-13.296-6.590-13.206-6.647Q-13.115-6.703-13.012-6.703Q-12.821-6.703-12.734-6.534Q-12.647-6.365-12.647-6.150Q-12.647-5.821-12.761-5.379Q-12.876-4.936-13.094-4.512Q-13.313-4.089-13.619-3.815Q-13.925-3.542-14.287-3.542Q-14.776-3.542-15.087-3.764Q-15.398-3.986-15.398-4.458\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(165.476 44.05)\">\u003Cpath d=\"M-11.622-3.040Q-11.622-3.103-11.607-3.154L-11.265-4.524L-11.895-4.524Q-11.925-4.524-11.948-4.551Q-11.971-4.578-11.971-4.610Q-11.971-4.746-11.876-4.766L-11.207-4.766L-11.011-5.545Q-10.990-5.628-10.911-5.684Q-10.833-5.740-10.750-5.740Q-10.672-5.740-10.616-5.689Q-10.560-5.637-10.560-5.559Q-10.560-5.525-10.567-5.510L-10.750-4.766L-10.120-4.766Q-10.091-4.766-10.069-4.740Q-10.047-4.714-10.047-4.685Q-10.047-4.548-10.140-4.524L-10.811-4.524L-11.156-3.140Q-11.175-3.074-11.175-2.996Q-11.175-2.893-11.127-2.816Q-11.080-2.739-10.982-2.739Q-10.823-2.739-10.673-2.830Q-10.523-2.920-10.413-3.056Q-10.303-3.191-10.235-3.355Q-10.225-3.379-10.181-3.401L-10.076-3.401Q-10.011-3.379-10.011-3.330Q-10.011-3.325-10.015-3.301Q-10.145-2.993-10.412-2.774Q-10.679-2.554-10.992-2.554Q-11.143-2.554-11.287-2.606Q-11.431-2.659-11.527-2.769Q-11.622-2.879-11.622-3.040\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-good)\" stroke=\"var(--tk-good)\">\u003Cpath d=\"M219.612 8.483h54.06v-24.185h-54.06Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmtt8\" font-size=\"7\">\u003Cg transform=\"translate(263.088 5.361)\">\u003Cpath d=\"M-34.978-11.818L-34.978-11.897Q-34.941-12.078-34.760-12.099L-34.391-12.099L-34.391-14.136L-34.760-14.136Q-34.941-14.156-34.978-14.348L-34.978-14.423Q-34.937-14.608-34.760-14.628L-34.045-14.628Q-33.874-14.608-33.830-14.423L-33.830-14.348L-33.837-14.327Q-33.639-14.485-33.399-14.573Q-33.160-14.662-32.904-14.662Q-32.600-14.662-32.391-14.539Q-32.183-14.416-32.082-14.191Q-31.981-13.965-31.981-13.654L-31.981-12.099L-31.608-12.099Q-31.427-12.078-31.393-11.897L-31.393-11.818Q-31.427-11.631-31.608-11.610L-32.829-11.610Q-32.999-11.631-33.044-11.818L-33.044-11.897Q-32.999-12.082-32.829-12.099L-32.541-12.099L-32.541-13.627Q-32.541-13.897-32.620-14.035Q-32.699-14.173-32.955-14.173Q-33.191-14.173-33.391-14.059Q-33.591-13.944-33.710-13.745Q-33.830-13.545-33.830-13.312L-33.830-12.099L-33.457-12.099Q-33.276-12.078-33.242-11.897L-33.242-11.818Q-33.276-11.631-33.457-11.610L-34.760-11.610Q-34.941-11.631-34.978-11.818M-29.469-11.576Q-29.882-11.576-30.219-11.789Q-30.556-12.003-30.750-12.362Q-30.945-12.721-30.945-13.121Q-30.945-13.422-30.836-13.704Q-30.727-13.985-30.525-14.208Q-30.323-14.430-30.055-14.556Q-29.787-14.683-29.469-14.683Q-29.151-14.683-28.877-14.555Q-28.604-14.426-28.409-14.211Q-28.214-13.996-28.103-13.715Q-27.992-13.435-27.992-13.121Q-27.992-12.721-28.189-12.360Q-28.385-12-28.722-11.788Q-29.059-11.576-29.469-11.576M-29.469-12.065Q-29.062-12.065-28.807-12.410Q-28.553-12.755-28.553-13.179Q-28.553-13.435-28.671-13.669Q-28.789-13.903-28.999-14.049Q-29.209-14.194-29.469-14.194Q-29.735-14.194-29.944-14.049Q-30.152-13.903-30.270-13.669Q-30.388-13.435-30.388-13.179Q-30.388-12.758-30.132-12.412Q-29.875-12.065-29.469-12.065M-27.415-11.818L-27.415-11.897Q-27.363-12.078-27.196-12.099L-26.574-12.099L-26.574-14.136L-27.196-14.136Q-27.367-14.156-27.415-14.348L-27.415-14.423Q-27.363-14.608-27.196-14.628L-26.232-14.628Q-26.058-14.611-26.013-14.423L-26.013-14.136Q-25.784-14.385-25.473-14.524Q-25.162-14.662-24.824-14.662Q-24.567-14.662-24.362-14.544Q-24.157-14.426-24.157-14.194Q-24.157-14.047-24.253-13.944Q-24.349-13.842-24.496-13.842Q-24.629-13.842-24.730-13.939Q-24.831-14.037-24.831-14.173Q-25.159-14.173-25.434-13.997Q-25.709-13.821-25.861-13.529Q-26.013-13.237-26.013-12.905L-26.013-12.099L-25.186-12.099Q-25.005-12.078-24.971-11.897L-24.971-11.818Q-25.005-11.631-25.186-11.610L-27.196-11.610Q-27.363-11.631-27.415-11.818M-23.942-11.818L-23.942-11.897Q-23.897-12.082-23.727-12.099L-23.552-12.099L-23.552-14.136L-23.727-14.136Q-23.908-14.156-23.942-14.348L-23.942-14.423Q-23.897-14.611-23.727-14.628L-23.306-14.628Q-23.139-14.608-23.087-14.423Q-22.807-14.662-22.445-14.662Q-22.277-14.662-22.130-14.567Q-21.983-14.471-21.918-14.320Q-21.765-14.488-21.570-14.575Q-21.375-14.662-21.163-14.662Q-20.797-14.662-20.662-14.363Q-20.527-14.064-20.527-13.654L-20.527-12.099L-20.353-12.099Q-20.168-12.078-20.134-11.897L-20.134-11.818Q-20.179-11.631-20.353-11.610L-21.067-11.610Q-21.238-11.631-21.283-11.818L-21.283-11.897Q-21.238-12.078-21.067-12.099L-20.989-12.099L-20.989-13.627Q-20.989-14.173-21.207-14.173Q-21.498-14.173-21.654-13.902Q-21.809-13.630-21.809-13.312L-21.809-12.099L-21.631-12.099Q-21.450-12.078-21.416-11.897L-21.416-11.818Q-21.460-11.631-21.631-11.610L-22.346-11.610Q-22.520-11.631-22.564-11.818L-22.564-11.897Q-22.520-12.078-22.346-12.099L-22.270-12.099L-22.270-13.627Q-22.270-14.173-22.486-14.173Q-22.776-14.173-22.932-13.900Q-23.087-13.627-23.087-13.312L-23.087-12.099L-22.913-12.099Q-22.732-12.078-22.698-11.897L-22.698-11.818Q-22.742-11.627-22.913-11.610L-23.727-11.610Q-23.908-11.631-23.942-11.818M-19.823-12.584Q-19.823-12.974-19.461-13.199Q-19.099-13.425-18.625-13.512Q-18.152-13.599-17.707-13.606Q-17.707-13.794-17.825-13.927Q-17.943-14.061-18.124-14.127Q-18.306-14.194-18.490-14.194Q-18.791-14.194-18.931-14.173L-18.931-14.122Q-18.931-13.975-19.035-13.874Q-19.140-13.774-19.283-13.774Q-19.437-13.774-19.538-13.881Q-19.639-13.989-19.639-14.136Q-19.639-14.491-19.305-14.587Q-18.972-14.683-18.483-14.683Q-18.248-14.683-18.013-14.614Q-17.779-14.546-17.583-14.414Q-17.386-14.283-17.267-14.090Q-17.147-13.897-17.147-13.654L-17.147-12.150Q-17.147-12.099-16.686-12.099Q-16.515-12.082-16.470-11.897L-16.470-11.818Q-16.515-11.631-16.686-11.610L-16.812-11.610Q-17.113-11.610-17.313-11.651Q-17.513-11.692-17.639-11.856Q-18.042-11.576-18.661-11.576Q-18.955-11.576-19.222-11.699Q-19.488-11.822-19.656-12.051Q-19.823-12.280-19.823-12.584M-19.263-12.577Q-19.263-12.338-19.051-12.201Q-18.839-12.065-18.589-12.065Q-18.398-12.065-18.195-12.116Q-17.991-12.167-17.849-12.288Q-17.707-12.410-17.707-12.605L-17.707-13.121Q-17.954-13.121-18.318-13.071Q-18.682-13.022-18.972-12.900Q-19.263-12.779-19.263-12.577M-16.070-11.818L-16.070-11.897Q-16.026-12.078-15.855-12.099L-14.888-12.099L-14.888-15.397L-15.855-15.397Q-16.026-15.418-16.070-15.606L-16.070-15.684Q-16.026-15.865-15.855-15.886L-14.546-15.886Q-14.378-15.865-14.327-15.684L-14.327-12.099L-13.363-12.099Q-13.189-12.078-13.144-11.897L-13.144-11.818Q-13.189-11.631-13.363-11.610L-15.855-11.610Q-16.026-11.631-16.070-11.818M-12.208-11.818L-12.208-11.897Q-12.164-12.078-11.993-12.099L-11.083-12.099L-11.083-14.136L-11.935-14.136Q-12.109-14.156-12.153-14.348L-12.153-14.423Q-12.109-14.608-11.935-14.628L-10.738-14.628Q-10.567-14.611-10.523-14.423L-10.523-12.099L-9.723-12.099Q-9.552-12.078-9.508-11.897L-9.508-11.818Q-9.552-11.631-9.723-11.610L-11.993-11.610Q-12.164-11.631-12.208-11.818M-11.306-15.483L-11.306-15.530Q-11.306-15.681-11.186-15.787Q-11.066-15.893-10.913-15.893Q-10.762-15.893-10.643-15.787Q-10.523-15.681-10.523-15.530L-10.523-15.483Q-10.523-15.329-10.643-15.223Q-10.762-15.117-10.913-15.117Q-11.066-15.117-11.186-15.223Q-11.306-15.329-11.306-15.483M-5.888-11.610L-8.571-11.610Q-8.664-11.610-8.732-11.682Q-8.800-11.754-8.800-11.842L-8.800-11.938Q-8.800-12.041-8.725-12.106L-6.541-14.136L-8.123-14.136L-8.123-13.880Q-8.168-13.688-8.339-13.668L-8.465-13.668Q-8.633-13.685-8.684-13.880L-8.684-14.423Q-8.633-14.608-8.465-14.628L-5.926-14.628Q-5.830-14.628-5.762-14.560Q-5.693-14.491-5.693-14.396L-5.693-14.297Q-5.693-14.197-5.772-14.129L-7.956-12.099L-6.233-12.099L-6.233-12.444Q-6.189-12.625-6.015-12.646L-5.888-12.646Q-5.717-12.625-5.673-12.444L-5.673-11.818Q-5.717-11.631-5.888-11.610M-2.245-12.912L-4.381-12.912Q-4.333-12.670-4.160-12.475Q-3.988-12.280-3.745-12.172Q-3.502-12.065-3.253-12.065Q-2.839-12.065-2.644-12.318Q-2.638-12.328-2.588-12.420Q-2.539-12.512-2.496-12.550Q-2.453-12.588-2.371-12.598L-2.245-12.598Q-2.077-12.581-2.026-12.393L-2.026-12.345Q-2.084-12.082-2.286-11.909Q-2.487-11.736-2.761-11.656Q-3.034-11.576-3.301-11.576Q-3.725-11.576-4.109-11.776Q-4.494-11.976-4.728-12.326Q-4.962-12.676-4.962-13.107L-4.962-13.158Q-4.962-13.568-4.747-13.921Q-4.531-14.273-4.174-14.478Q-3.817-14.683-3.407-14.683Q-2.966-14.683-2.656-14.488Q-2.347-14.293-2.186-13.953Q-2.026-13.613-2.026-13.172L-2.026-13.121Q-2.077-12.933-2.245-12.912M-4.374-13.394L-2.600-13.394Q-2.641-13.753-2.850-13.974Q-3.058-14.194-3.407-14.194Q-3.752-14.194-4.020-13.965Q-4.289-13.736-4.374-13.394M0.028-11.576Q-0.378-11.576-0.698-11.795Q-1.018-12.013-1.197-12.367Q-1.376-12.721-1.376-13.121Q-1.376-13.422-1.267-13.702Q-1.158-13.982-0.954-14.201Q-0.751-14.420-0.484-14.541Q-0.218-14.662 0.093-14.662Q0.541-14.662 0.897-14.382L0.897-15.397L0.527-15.397Q0.343-15.418 0.309-15.606L0.309-15.684Q0.343-15.865 0.527-15.886L1.238-15.886Q1.413-15.865 1.457-15.684L1.457-12.099L1.830-12.099Q2.011-12.078 2.045-11.897L2.045-11.818Q2.011-11.631 1.830-11.610L1.115-11.610Q0.941-11.631 0.897-11.818L0.897-11.931Q0.726-11.764 0.497-11.670Q0.268-11.576 0.028-11.576M0.063-12.065Q0.377-12.065 0.597-12.300Q0.818-12.536 0.897-12.864L0.897-13.592Q0.845-13.756 0.734-13.888Q0.623-14.020 0.468-14.097Q0.312-14.173 0.141-14.173Q-0.129-14.173-0.348-14.025Q-0.566-13.876-0.693-13.627Q-0.819-13.377-0.819-13.114Q-0.819-12.721-0.570-12.393Q-0.320-12.065 0.063-12.065\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(263.088 5.361)\">\u003Cpath d=\"M-23.371-3.784L-23.371-4.584Q-23.347-4.765-23.163-4.786L-23.016-4.786Q-22.872-4.765-22.821-4.625Q-22.643-4.065-22.008-4.065Q-21.826-4.065-21.626-4.095Q-21.426-4.126-21.280-4.227Q-21.133-4.328-21.133-4.506Q-21.133-4.690-21.327-4.789Q-21.522-4.888-21.761-4.926L-22.373-5.025Q-23.371-5.210-23.371-5.842Q-23.371-6.095-23.245-6.261Q-23.118-6.426-22.908-6.520Q-22.698-6.614-22.474-6.649Q-22.250-6.683-22.008-6.683Q-21.789-6.683-21.620-6.657Q-21.450-6.631-21.307-6.563Q-21.238-6.666-21.126-6.683L-21.057-6.683Q-20.972-6.672-20.917-6.618Q-20.863-6.563-20.852-6.481L-20.852-5.862Q-20.863-5.780-20.917-5.722Q-20.972-5.664-21.057-5.654L-21.204-5.654Q-21.286-5.664-21.344-5.722Q-21.403-5.780-21.413-5.862Q-21.413-6.194-22.021-6.194Q-22.325-6.194-22.604-6.122Q-22.883-6.050-22.883-5.835Q-22.883-5.603-22.295-5.507L-21.679-5.401Q-21.256-5.329-20.950-5.112Q-20.644-4.895-20.644-4.506Q-20.644-4.164-20.851-3.952Q-21.057-3.740-21.363-3.658Q-21.669-3.576-22.008-3.576Q-22.513-3.576-22.862-3.798Q-22.924-3.689-22.966-3.639Q-23.009-3.589-23.101-3.576L-23.163-3.576Q-23.351-3.596-23.371-3.784M-19.119-4.577L-19.119-6.136L-19.776-6.136Q-19.950-6.156-19.994-6.348L-19.994-6.423Q-19.950-6.608-19.776-6.628L-19.119-6.628L-19.119-7.284Q-19.075-7.465-18.901-7.489L-18.774-7.489Q-18.603-7.465-18.559-7.284L-18.559-6.628L-17.369-6.628Q-17.202-6.611-17.151-6.423L-17.151-6.348Q-17.198-6.156-17.369-6.136L-18.559-6.136L-18.559-4.605Q-18.559-4.065-18.056-4.065Q-17.838-4.065-17.694-4.227Q-17.551-4.389-17.551-4.605Q-17.551-4.687-17.487-4.748Q-17.424-4.810-17.335-4.820L-17.209-4.820Q-17.034-4.799-16.990-4.618L-16.990-4.577Q-16.990-4.294-17.151-4.063Q-17.311-3.832-17.568-3.704Q-17.824-3.576-18.104-3.576Q-18.552-3.576-18.836-3.848Q-19.119-4.119-19.119-4.577M-13.381-4.912L-15.517-4.912Q-15.469-4.670-15.296-4.475Q-15.124-4.280-14.881-4.172Q-14.638-4.065-14.389-4.065Q-13.975-4.065-13.780-4.318Q-13.774-4.328-13.724-4.420Q-13.675-4.512-13.632-4.550Q-13.589-4.588-13.507-4.598L-13.381-4.598Q-13.213-4.581-13.162-4.393L-13.162-4.345Q-13.220-4.082-13.422-3.909Q-13.623-3.736-13.897-3.656Q-14.170-3.576-14.437-3.576Q-14.861-3.576-15.245-3.776Q-15.630-3.976-15.864-4.326Q-16.098-4.676-16.098-5.107L-16.098-5.158Q-16.098-5.568-15.883-5.921Q-15.667-6.273-15.310-6.478Q-14.953-6.683-14.543-6.683Q-14.102-6.683-13.792-6.488Q-13.483-6.293-13.322-5.953Q-13.162-5.613-13.162-5.172L-13.162-5.121Q-13.213-4.933-13.381-4.912M-15.510-5.394L-13.736-5.394Q-13.777-5.753-13.986-5.974Q-14.194-6.194-14.543-6.194Q-14.888-6.194-15.156-5.965Q-15.425-5.736-15.510-5.394M-12.676-2.260L-12.676-2.335Q-12.639-2.527-12.458-2.547L-12.089-2.547L-12.089-6.136L-12.458-6.136Q-12.639-6.156-12.676-6.348L-12.676-6.423Q-12.635-6.608-12.458-6.628L-11.743-6.628Q-11.572-6.611-11.528-6.423L-11.528-6.361Q-11.343-6.508-11.113-6.585Q-10.882-6.662-10.646-6.662Q-10.349-6.662-10.089-6.536Q-9.829-6.409-9.641-6.189Q-9.453-5.968-9.353-5.695Q-9.252-5.422-9.252-5.121Q-9.252-4.714-9.450-4.355Q-9.648-3.996-9.987-3.786Q-10.325-3.576-10.735-3.576Q-11.190-3.576-11.528-3.897L-11.528-2.547L-11.155-2.547Q-10.974-2.527-10.940-2.335L-10.940-2.260Q-10.974-2.075-11.155-2.055L-12.458-2.055Q-12.635-2.075-12.676-2.260M-10.773-4.065Q-10.503-4.065-10.284-4.213Q-10.065-4.362-9.939-4.608Q-9.812-4.854-9.812-5.121Q-9.812-5.374-9.922-5.618Q-10.031-5.862-10.234-6.018Q-10.438-6.173-10.701-6.173Q-10.981-6.173-11.210-6.011Q-11.439-5.849-11.528-5.586L-11.528-4.840Q-11.449-4.519-11.256-4.292Q-11.063-4.065-10.773-4.065\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M219.612 71.079h54.06V46.894h-54.06Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmtt8\" font-size=\"7\">\u003Cg transform=\"translate(270.526 68.735)\">\u003Cpath d=\"M-34.391-12.359L-34.391-14.136L-34.760-14.136Q-34.941-14.156-34.978-14.348L-34.978-14.423Q-34.937-14.608-34.760-14.628L-34.045-14.628Q-33.874-14.608-33.830-14.423L-33.830-12.386Q-33.830-12.181-33.681-12.123Q-33.533-12.065-33.283-12.065Q-33.102-12.065-32.931-12.131Q-32.760-12.198-32.651-12.329Q-32.541-12.461-32.541-12.646L-32.541-14.136L-32.911-14.136Q-33.095-14.156-33.129-14.348L-33.129-14.423Q-33.095-14.608-32.911-14.628L-32.200-14.628Q-32.025-14.608-31.981-14.423L-31.981-12.099L-31.608-12.099Q-31.427-12.078-31.393-11.897L-31.393-11.818Q-31.427-11.631-31.608-11.610L-32.323-11.610Q-32.497-11.631-32.541-11.805Q-32.894-11.576-33.338-11.576Q-33.543-11.576-33.731-11.612Q-33.919-11.648-34.064-11.736Q-34.209-11.825-34.300-11.981Q-34.391-12.136-34.391-12.359M-31.263-10.260L-31.263-10.335Q-31.226-10.527-31.044-10.547L-30.675-10.547L-30.675-14.136L-31.044-14.136Q-31.226-14.156-31.263-14.348L-31.263-14.423Q-31.222-14.608-31.044-14.628L-30.330-14.628Q-30.159-14.611-30.115-14.423L-30.115-14.361Q-29.930-14.508-29.699-14.585Q-29.469-14.662-29.233-14.662Q-28.936-14.662-28.676-14.536Q-28.416-14.409-28.228-14.189Q-28.040-13.968-27.939-13.695Q-27.838-13.422-27.838-13.121Q-27.838-12.714-28.037-12.355Q-28.235-11.996-28.573-11.786Q-28.912-11.576-29.322-11.576Q-29.776-11.576-30.115-11.897L-30.115-10.547L-29.742-10.547Q-29.561-10.527-29.527-10.335L-29.527-10.260Q-29.561-10.075-29.742-10.055L-31.044-10.055Q-31.222-10.075-31.263-10.260M-29.359-12.065Q-29.089-12.065-28.871-12.213Q-28.652-12.362-28.525-12.608Q-28.399-12.854-28.399-13.121Q-28.399-13.374-28.508-13.618Q-28.618-13.862-28.821-14.018Q-29.024-14.173-29.288-14.173Q-29.568-14.173-29.797-14.011Q-30.026-13.849-30.115-13.586L-30.115-12.840Q-30.036-12.519-29.843-12.292Q-29.650-12.065-29.359-12.065M-25.979-11.576Q-26.386-11.576-26.705-11.795Q-27.025-12.013-27.204-12.367Q-27.384-12.721-27.384-13.121Q-27.384-13.422-27.274-13.702Q-27.165-13.982-26.962-14.201Q-26.758-14.420-26.492-14.541Q-26.225-14.662-25.914-14.662Q-25.466-14.662-25.111-14.382L-25.111-15.397L-25.480-15.397Q-25.665-15.418-25.699-15.606L-25.699-15.684Q-25.665-15.865-25.480-15.886L-24.769-15.886Q-24.595-15.865-24.550-15.684L-24.550-12.099L-24.178-12.099Q-23.997-12.078-23.962-11.897L-23.962-11.818Q-23.997-11.631-24.178-11.610L-24.892-11.610Q-25.066-11.631-25.111-11.818L-25.111-11.931Q-25.282-11.764-25.511-11.670Q-25.740-11.576-25.979-11.576M-25.945-12.065Q-25.630-12.065-25.410-12.300Q-25.189-12.536-25.111-12.864L-25.111-13.592Q-25.162-13.756-25.273-13.888Q-25.384-14.020-25.540-14.097Q-25.695-14.173-25.866-14.173Q-26.136-14.173-26.355-14.025Q-26.574-13.876-26.700-13.627Q-26.827-13.377-26.827-13.114Q-26.827-12.721-26.577-12.393Q-26.328-12.065-25.945-12.065M-23.539-12.584Q-23.539-12.974-23.176-13.199Q-22.814-13.425-22.341-13.512Q-21.867-13.599-21.423-13.606Q-21.423-13.794-21.541-13.927Q-21.659-14.061-21.840-14.127Q-22.021-14.194-22.206-14.194Q-22.506-14.194-22.646-14.173L-22.646-14.122Q-22.646-13.975-22.751-13.874Q-22.855-13.774-22.998-13.774Q-23.152-13.774-23.253-13.881Q-23.354-13.989-23.354-14.136Q-23.354-14.491-23.021-14.587Q-22.687-14.683-22.199-14.683Q-21.963-14.683-21.729-14.614Q-21.495-14.546-21.298-14.414Q-21.102-14.283-20.982-14.090Q-20.862-13.897-20.862-13.654L-20.862-12.150Q-20.862-12.099-20.401-12.099Q-20.230-12.082-20.186-11.897L-20.186-11.818Q-20.230-11.631-20.401-11.610L-20.527-11.610Q-20.828-11.610-21.028-11.651Q-21.228-11.692-21.354-11.856Q-21.758-11.576-22.376-11.576Q-22.670-11.576-22.937-11.699Q-23.204-11.822-23.371-12.051Q-23.539-12.280-23.539-12.584M-22.978-12.577Q-22.978-12.338-22.766-12.201Q-22.554-12.065-22.305-12.065Q-22.113-12.065-21.910-12.116Q-21.707-12.167-21.565-12.288Q-21.423-12.410-21.423-12.605L-21.423-13.121Q-21.669-13.121-22.033-13.071Q-22.397-13.022-22.687-12.900Q-22.978-12.779-22.978-12.577M-19.129-12.577L-19.129-14.136L-19.786-14.136Q-19.960-14.156-20.004-14.348L-20.004-14.423Q-19.960-14.608-19.786-14.628L-19.129-14.628L-19.129-15.284Q-19.085-15.465-18.911-15.489L-18.784-15.489Q-18.613-15.465-18.569-15.284L-18.569-14.628L-17.379-14.628Q-17.212-14.611-17.161-14.423L-17.161-14.348Q-17.208-14.156-17.379-14.136L-18.569-14.136L-18.569-12.605Q-18.569-12.065-18.066-12.065Q-17.848-12.065-17.704-12.227Q-17.561-12.389-17.561-12.605Q-17.561-12.687-17.497-12.748Q-17.434-12.810-17.345-12.820L-17.219-12.820Q-17.044-12.799-17-12.618L-17-12.577Q-17-12.294-17.161-12.063Q-17.321-11.832-17.578-11.704Q-17.834-11.576-18.114-11.576Q-18.562-11.576-18.846-11.848Q-19.129-12.119-19.129-12.577M-13.391-12.912L-15.527-12.912Q-15.479-12.670-15.306-12.475Q-15.134-12.280-14.891-12.172Q-14.648-12.065-14.399-12.065Q-13.985-12.065-13.790-12.318Q-13.784-12.328-13.734-12.420Q-13.685-12.512-13.642-12.550Q-13.599-12.588-13.517-12.598L-13.391-12.598Q-13.223-12.581-13.172-12.393L-13.172-12.345Q-13.230-12.082-13.432-11.909Q-13.633-11.736-13.907-11.656Q-14.180-11.576-14.447-11.576Q-14.871-11.576-15.255-11.776Q-15.640-11.976-15.874-12.326Q-16.108-12.676-16.108-13.107L-16.108-13.158Q-16.108-13.568-15.893-13.921Q-15.677-14.273-15.320-14.478Q-14.963-14.683-14.553-14.683Q-14.112-14.683-13.802-14.488Q-13.493-14.293-13.332-13.953Q-13.172-13.613-13.172-13.172L-13.172-13.121Q-13.223-12.933-13.391-12.912M-15.520-13.394L-13.746-13.394Q-13.787-13.753-13.996-13.974Q-14.204-14.194-14.553-14.194Q-14.898-14.194-15.166-13.965Q-15.435-13.736-15.520-13.394\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(270.526 68.735)\">\u003Cpath d=\"M-32.132-4.577L-32.132-6.136L-32.788-6.136Q-32.962-6.156-33.007-6.348L-33.007-6.423Q-32.962-6.608-32.788-6.628L-32.132-6.628L-32.132-7.284Q-32.087-7.465-31.913-7.489L-31.786-7.489Q-31.616-7.465-31.571-7.284L-31.571-6.628L-30.382-6.628Q-30.214-6.611-30.163-6.423L-30.163-6.348Q-30.211-6.156-30.382-6.136L-31.571-6.136L-31.571-4.605Q-31.571-4.065-31.069-4.065Q-30.850-4.065-30.706-4.227Q-30.563-4.389-30.563-4.605Q-30.563-4.687-30.500-4.748Q-30.436-4.810-30.348-4.820L-30.221-4.820Q-30.047-4.799-30.002-4.618L-30.002-4.577Q-30.002-4.294-30.163-4.063Q-30.324-3.832-30.580-3.704Q-30.836-3.576-31.117-3.576Q-31.564-3.576-31.848-3.848Q-32.132-4.119-32.132-4.577M-29.404-3.818L-29.404-3.897Q-29.367-4.078-29.185-4.099L-28.816-4.099L-28.816-7.397L-29.185-7.397Q-29.367-7.418-29.404-7.606L-29.404-7.684Q-29.367-7.865-29.185-7.886L-28.471-7.886Q-28.300-7.865-28.256-7.684L-28.256-6.327Q-27.852-6.662-27.329-6.662Q-27.025-6.662-26.817-6.539Q-26.608-6.416-26.507-6.191Q-26.407-5.965-26.407-5.654L-26.407-4.099L-26.034-4.099Q-25.853-4.078-25.819-3.897L-25.819-3.818Q-25.853-3.631-26.034-3.610L-27.254-3.610Q-27.425-3.631-27.470-3.818L-27.470-3.897Q-27.425-4.082-27.254-4.099L-26.967-4.099L-26.967-5.627Q-26.967-5.897-27.046-6.035Q-27.124-6.173-27.381-6.173Q-27.617-6.173-27.816-6.059Q-28.016-5.944-28.136-5.745Q-28.256-5.545-28.256-5.312L-28.256-4.099L-27.883-4.099Q-27.702-4.078-27.668-3.897L-27.668-3.818Q-27.702-3.631-27.883-3.610L-29.185-3.610Q-29.367-3.631-29.404-3.818M-22.678-4.912L-24.814-4.912Q-24.766-4.670-24.593-4.475Q-24.421-4.280-24.178-4.172Q-23.935-4.065-23.686-4.065Q-23.272-4.065-23.077-4.318Q-23.071-4.328-23.021-4.420Q-22.972-4.512-22.929-4.550Q-22.886-4.588-22.804-4.598L-22.678-4.598Q-22.510-4.581-22.459-4.393L-22.459-4.345Q-22.517-4.082-22.719-3.909Q-22.920-3.736-23.194-3.656Q-23.467-3.576-23.734-3.576Q-24.158-3.576-24.542-3.776Q-24.927-3.976-25.161-4.326Q-25.395-4.676-25.395-5.107L-25.395-5.158Q-25.395-5.568-25.180-5.921Q-24.964-6.273-24.607-6.478Q-24.250-6.683-23.840-6.683Q-23.399-6.683-23.089-6.488Q-22.780-6.293-22.619-5.953Q-22.459-5.613-22.459-5.172L-22.459-5.121Q-22.510-4.933-22.678-4.912M-24.807-5.394L-23.033-5.394Q-23.074-5.753-23.283-5.974Q-23.491-6.194-23.840-6.194Q-24.185-6.194-24.453-5.965Q-24.722-5.736-24.807-5.394M-20.986-4.577L-20.986-6.136L-21.642-6.136Q-21.816-6.156-21.861-6.348L-21.861-6.423Q-21.816-6.608-21.642-6.628L-20.986-6.628L-20.986-7.284Q-20.941-7.465-20.767-7.489L-20.640-7.489Q-20.470-7.465-20.425-7.284L-20.425-6.628L-19.236-6.628Q-19.068-6.611-19.017-6.423L-19.017-6.348Q-19.065-6.156-19.236-6.136L-20.425-6.136L-20.425-4.605Q-20.425-4.065-19.923-4.065Q-19.704-4.065-19.560-4.227Q-19.417-4.389-19.417-4.605Q-19.417-4.687-19.354-4.748Q-19.290-4.810-19.202-4.820L-19.075-4.820Q-18.901-4.799-18.856-4.618L-18.856-4.577Q-18.856-4.294-19.017-4.063Q-19.178-3.832-19.434-3.704Q-19.690-3.576-19.971-3.576Q-20.418-3.576-20.702-3.848Q-20.986-4.119-20.986-4.577M-17.964-4.584Q-17.964-4.974-17.602-5.199Q-17.240-5.425-16.766-5.512Q-16.293-5.599-15.848-5.606Q-15.848-5.794-15.966-5.927Q-16.084-6.061-16.265-6.127Q-16.447-6.194-16.631-6.194Q-16.932-6.194-17.072-6.173L-17.072-6.122Q-17.072-5.975-17.176-5.874Q-17.281-5.774-17.424-5.774Q-17.578-5.774-17.679-5.881Q-17.780-5.989-17.780-6.136Q-17.780-6.491-17.446-6.587Q-17.113-6.683-16.624-6.683Q-16.389-6.683-16.154-6.614Q-15.920-6.546-15.724-6.414Q-15.527-6.283-15.408-6.090Q-15.288-5.897-15.288-5.654L-15.288-4.150Q-15.288-4.099-14.827-4.099Q-14.656-4.082-14.611-3.897L-14.611-3.818Q-14.656-3.631-14.827-3.610L-14.953-3.610Q-15.254-3.610-15.454-3.651Q-15.654-3.692-15.780-3.856Q-16.183-3.576-16.802-3.576Q-17.096-3.576-17.363-3.699Q-17.629-3.822-17.797-4.051Q-17.964-4.280-17.964-4.584M-17.404-4.577Q-17.404-4.338-17.192-4.201Q-16.980-4.065-16.730-4.065Q-16.539-4.065-16.336-4.116Q-16.132-4.167-15.990-4.288Q-15.848-4.410-15.848-4.605L-15.848-5.121Q-16.095-5.121-16.459-5.071Q-16.823-5.022-17.113-4.900Q-17.404-4.779-17.404-4.577\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m-7.81-15.092 34.194-14.443\"\u002F>\u003Cpath stroke=\"none\" d=\"m28.779-30.546-4.642-.298 2.247 1.31-.628 2.522\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m-7.81 7.877 33.718 14.238\"\u002F>\u003Cpath stroke=\"none\" d=\"m28.304 23.127-3.023-3.535.627 2.523-2.246 1.31\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M83.239-42.021h39.68\"\u002F>\u003Cpath stroke=\"none\" d=\"m125.518-42.021-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M83.714 34.802h39.204\"\u002F>\u003Cpath stroke=\"none\" d=\"m125.518 34.802-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m179.978-30.876 37.028 15.158\"\u002F>\u003Cpath stroke=\"none\" d=\"m219.412-14.733-3.062-3.501.656 2.516-2.232 1.334\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m179.978 23.657 37.028-15.158\"\u002F>\u003Cpath stroke=\"none\" d=\"m219.412 7.514-4.638-.349 2.232 1.334-.656 2.516\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M246.642 8.683v35.41\"\u002F>\u003Cpath stroke=\"none\" d=\"m246.642 46.694 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(120.293 -60.438)\">\u003Cpath d=\"M-33.177-3.571Q-33.642-3.571-34.007-3.821Q-34.372-4.071-34.577-4.475Q-34.782-4.880-34.782-5.337Q-34.782-5.680-34.657-6.001Q-34.532-6.321-34.300-6.571Q-34.067-6.821-33.763-6.960Q-33.458-7.098-33.102-7.098Q-32.591-7.098-32.185-6.778L-32.185-7.938L-32.606-7.938Q-32.817-7.962-32.856-8.176L-32.856-8.266Q-32.817-8.473-32.606-8.497L-31.794-8.497Q-31.595-8.473-31.544-8.266L-31.544-4.169L-31.118-4.169Q-30.911-4.145-30.872-3.938L-30.872-3.848Q-30.911-3.633-31.118-3.610L-31.935-3.610Q-32.134-3.633-32.185-3.848L-32.185-3.977Q-32.380-3.786-32.642-3.678Q-32.903-3.571-33.177-3.571M-33.138-4.130Q-32.778-4.130-32.526-4.399Q-32.274-4.669-32.185-5.044L-32.185-5.876Q-32.243-6.063-32.370-6.214Q-32.497-6.364-32.675-6.452Q-32.852-6.540-33.048-6.540Q-33.356-6.540-33.606-6.370Q-33.856-6.200-34.001-5.915Q-34.145-5.630-34.145-5.329Q-34.145-4.880-33.860-4.505Q-33.575-4.130-33.138-4.130M-30.177-3.848L-30.177-3.938Q-30.126-4.145-29.931-4.169L-28.892-4.169L-28.892-6.497L-29.864-6.497Q-30.063-6.520-30.114-6.739L-30.114-6.825Q-30.063-7.036-29.864-7.059L-28.497-7.059Q-28.302-7.040-28.251-6.825L-28.251-4.169L-27.337-4.169Q-27.142-4.145-27.091-3.938L-27.091-3.848Q-27.142-3.633-27.337-3.610L-29.931-3.610Q-30.126-3.633-30.177-3.848M-29.145-8.036L-29.145-8.090Q-29.145-8.262-29.009-8.383Q-28.872-8.505-28.696-8.505Q-28.524-8.505-28.388-8.383Q-28.251-8.262-28.251-8.090L-28.251-8.036Q-28.251-7.860-28.388-7.739Q-28.524-7.618-28.696-7.618Q-28.872-7.618-29.009-7.739Q-29.145-7.860-29.145-8.036M-26.325-3.848L-26.325-3.938Q-26.267-4.145-26.075-4.169L-25.364-4.169L-25.364-6.497L-26.075-6.497Q-26.270-6.520-26.325-6.739L-26.325-6.825Q-26.267-7.036-26.075-7.059L-24.974-7.059Q-24.774-7.040-24.724-6.825L-24.724-6.497Q-24.462-6.782-24.106-6.940Q-23.751-7.098-23.364-7.098Q-23.071-7.098-22.837-6.964Q-22.602-6.829-22.602-6.563Q-22.602-6.395-22.712-6.278Q-22.821-6.161-22.989-6.161Q-23.142-6.161-23.257-6.272Q-23.372-6.383-23.372-6.540Q-23.747-6.540-24.061-6.339Q-24.376-6.137-24.550-5.803Q-24.724-5.469-24.724-5.090L-24.724-4.169L-23.778-4.169Q-23.571-4.145-23.532-3.938L-23.532-3.848Q-23.571-3.633-23.778-3.610L-26.075-3.610Q-26.267-3.633-26.325-3.848M-18.790-5.098L-21.231-5.098Q-21.177-4.821-20.979-4.598Q-20.782-4.376-20.505-4.253Q-20.227-4.130-19.942-4.130Q-19.470-4.130-19.247-4.419Q-19.239-4.430-19.183-4.536Q-19.126-4.641-19.077-4.684Q-19.028-4.727-18.935-4.739L-18.790-4.739Q-18.599-4.719-18.540-4.505L-18.540-4.450Q-18.606-4.149-18.837-3.952Q-19.067-3.755-19.380-3.663Q-19.692-3.571-19.997-3.571Q-20.481-3.571-20.921-3.799Q-21.360-4.028-21.628-4.428Q-21.895-4.829-21.895-5.321L-21.895-5.380Q-21.895-5.848-21.649-6.251Q-21.403-6.653-20.995-6.887Q-20.587-7.122-20.118-7.122Q-19.614-7.122-19.261-6.899Q-18.907-6.676-18.724-6.288Q-18.540-5.899-18.540-5.395L-18.540-5.337Q-18.599-5.122-18.790-5.098M-21.224-5.649L-19.196-5.649Q-19.243-6.059-19.481-6.311Q-19.720-6.563-20.118-6.563Q-20.513-6.563-20.819-6.301Q-21.126-6.040-21.224-5.649M-17.497-5.337Q-17.497-5.817-17.253-6.231Q-17.009-6.645-16.593-6.883Q-16.177-7.122-15.696-7.122Q-15.142-7.122-14.763-7.012Q-14.384-6.903-14.384-6.497Q-14.384-6.329-14.497-6.206Q-14.610-6.083-14.782-6.083Q-14.954-6.083-15.073-6.198Q-15.192-6.313-15.192-6.481L-15.192-6.540Q-15.352-6.563-15.688-6.563Q-16.017-6.563-16.284-6.393Q-16.552-6.223-16.704-5.940Q-16.856-5.657-16.856-5.337Q-16.856-5.016-16.685-4.735Q-16.513-4.454-16.227-4.292Q-15.942-4.130-15.614-4.130Q-15.302-4.130-15.175-4.233Q-15.048-4.337-14.931-4.526Q-14.813-4.715-14.696-4.731L-14.528-4.731Q-14.423-4.719-14.358-4.651Q-14.294-4.583-14.294-4.481Q-14.294-4.434-14.313-4.395Q-14.423-4.102-14.626-3.922Q-14.829-3.743-15.104-3.657Q-15.380-3.571-15.696-3.571Q-16.181-3.571-16.597-3.809Q-17.013-4.047-17.255-4.450Q-17.497-4.852-17.497-5.337M-12.610-4.715L-12.610-6.497L-13.360-6.497Q-13.560-6.520-13.610-6.739L-13.610-6.825Q-13.560-7.036-13.360-7.059L-12.610-7.059L-12.610-7.809Q-12.560-8.016-12.360-8.044L-12.216-8.044Q-12.020-8.016-11.970-7.809L-11.970-7.059L-10.610-7.059Q-10.419-7.040-10.360-6.825L-10.360-6.739Q-10.415-6.520-10.610-6.497L-11.970-6.497L-11.970-4.747Q-11.970-4.130-11.395-4.130Q-11.145-4.130-10.981-4.315Q-10.817-4.501-10.817-4.747Q-10.817-4.840-10.745-4.911Q-10.673-4.981-10.571-4.993L-10.427-4.993Q-10.227-4.969-10.177-4.762L-10.177-4.715Q-10.177-4.391-10.360-4.128Q-10.544-3.864-10.837-3.717Q-11.130-3.571-11.450-3.571Q-11.962-3.571-12.286-3.881Q-12.610-4.192-12.610-4.715M-8.946-3.848L-8.946-3.938Q-8.895-4.145-8.700-4.169L-7.661-4.169L-7.661-6.497L-8.634-6.497Q-8.833-6.520-8.884-6.739L-8.884-6.825Q-8.833-7.036-8.634-7.059L-7.267-7.059Q-7.071-7.040-7.020-6.825L-7.020-4.169L-6.106-4.169Q-5.911-4.145-5.860-3.938L-5.860-3.848Q-5.911-3.633-6.106-3.610L-8.700-3.610Q-8.895-3.633-8.946-3.848M-7.915-8.036L-7.915-8.090Q-7.915-8.262-7.778-8.383Q-7.642-8.505-7.466-8.505Q-7.294-8.505-7.157-8.383Q-7.020-8.262-7.020-8.090L-7.020-8.036Q-7.020-7.860-7.157-7.739Q-7.294-7.618-7.466-7.618Q-7.642-7.618-7.778-7.739Q-7.915-7.860-7.915-8.036M-3.196-3.571Q-3.669-3.571-4.054-3.815Q-4.438-4.059-4.661-4.469Q-4.884-4.880-4.884-5.337Q-4.884-5.680-4.759-6.003Q-4.634-6.325-4.403-6.579Q-4.173-6.833-3.866-6.977Q-3.560-7.122-3.196-7.122Q-2.833-7.122-2.520-6.975Q-2.208-6.829-1.985-6.583Q-1.763-6.337-1.636-6.016Q-1.509-5.696-1.509-5.337Q-1.509-4.880-1.733-4.467Q-1.958-4.055-2.343-3.813Q-2.727-3.571-3.196-3.571M-3.196-4.130Q-2.731-4.130-2.440-4.524Q-2.149-4.919-2.149-5.403Q-2.149-5.696-2.284-5.964Q-2.419-6.231-2.659-6.397Q-2.899-6.563-3.196-6.563Q-3.501-6.563-3.739-6.397Q-3.977-6.231-4.112-5.964Q-4.247-5.696-4.247-5.403Q-4.247-4.922-3.954-4.526Q-3.661-4.130-3.196-4.130M-1.001-3.848L-1.001-3.938Q-0.958-4.145-0.751-4.169L-0.329-4.169L-0.329-6.497L-0.751-6.497Q-0.958-6.520-1.001-6.739L-1.001-6.825Q-0.954-7.036-0.751-7.059L0.065-7.059Q0.261-7.036 0.312-6.825L0.312-6.739L0.304-6.715Q0.530-6.895 0.804-6.997Q1.077-7.098 1.370-7.098Q1.718-7.098 1.956-6.958Q2.194-6.817 2.310-6.559Q2.425-6.301 2.425-5.946L2.425-4.169L2.851-4.169Q3.058-4.145 3.097-3.938L3.097-3.848Q3.058-3.633 2.851-3.610L1.456-3.610Q1.261-3.633 1.210-3.848L1.210-3.938Q1.261-4.149 1.456-4.169L1.784-4.169L1.784-5.915Q1.784-6.223 1.694-6.381Q1.605-6.540 1.312-6.540Q1.042-6.540 0.814-6.409Q0.585-6.278 0.448-6.049Q0.312-5.821 0.312-5.555L0.312-4.169L0.737-4.169Q0.944-4.145 0.983-3.938L0.983-3.848Q0.944-3.633 0.737-3.610L-0.751-3.610Q-0.958-3.633-1.001-3.848\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(128.793 65.327)\">\u003Cpath d=\"M-34.454-3.809L-34.454-4.723Q-34.427-4.930-34.216-4.954L-34.048-4.954Q-33.884-4.930-33.825-4.770Q-33.622-4.130-32.895-4.130Q-32.688-4.130-32.460-4.165Q-32.231-4.200-32.063-4.315Q-31.895-4.430-31.895-4.633Q-31.895-4.844-32.118-4.958Q-32.341-5.071-32.614-5.114L-33.313-5.227Q-34.454-5.438-34.454-6.161Q-34.454-6.450-34.310-6.639Q-34.165-6.829-33.925-6.936Q-33.685-7.044-33.429-7.083Q-33.173-7.122-32.895-7.122Q-32.645-7.122-32.452-7.092Q-32.259-7.063-32.095-6.985Q-32.017-7.102-31.888-7.122L-31.810-7.122Q-31.712-7.110-31.649-7.047Q-31.587-6.985-31.575-6.891L-31.575-6.184Q-31.587-6.090-31.649-6.024Q-31.712-5.958-31.810-5.946L-31.977-5.946Q-32.071-5.958-32.138-6.024Q-32.204-6.090-32.216-6.184Q-32.216-6.563-32.911-6.563Q-33.259-6.563-33.577-6.481Q-33.895-6.399-33.895-6.153Q-33.895-5.887-33.224-5.778L-32.520-5.657Q-32.036-5.575-31.686-5.327Q-31.337-5.079-31.337-4.633Q-31.337-4.243-31.573-4.001Q-31.810-3.758-32.159-3.665Q-32.509-3.571-32.895-3.571Q-33.474-3.571-33.872-3.825Q-33.942-3.700-33.991-3.643Q-34.040-3.587-34.145-3.571L-34.216-3.571Q-34.431-3.594-34.454-3.809M-30.235-5.337Q-30.235-5.817-29.991-6.231Q-29.747-6.645-29.331-6.883Q-28.915-7.122-28.435-7.122Q-27.880-7.122-27.501-7.012Q-27.122-6.903-27.122-6.497Q-27.122-6.329-27.235-6.206Q-27.349-6.083-27.520-6.083Q-27.692-6.083-27.811-6.198Q-27.931-6.313-27.931-6.481L-27.931-6.540Q-28.091-6.563-28.427-6.563Q-28.755-6.563-29.022-6.393Q-29.290-6.223-29.442-5.940Q-29.595-5.657-29.595-5.337Q-29.595-5.016-29.423-4.735Q-29.251-4.454-28.966-4.292Q-28.681-4.130-28.352-4.130Q-28.040-4.130-27.913-4.233Q-27.786-4.337-27.669-4.526Q-27.552-4.715-27.435-4.731L-27.267-4.731Q-27.161-4.719-27.097-4.651Q-27.032-4.583-27.032-4.481Q-27.032-4.434-27.052-4.395Q-27.161-4.102-27.364-3.922Q-27.567-3.743-27.843-3.657Q-28.118-3.571-28.435-3.571Q-28.919-3.571-29.335-3.809Q-29.751-4.047-29.993-4.450Q-30.235-4.852-30.235-5.337M-26.142-4.723Q-26.142-5.169-25.727-5.426Q-25.313-5.684-24.772-5.784Q-24.231-5.883-23.724-5.891Q-23.724-6.106-23.858-6.258Q-23.993-6.411-24.200-6.487Q-24.407-6.563-24.618-6.563Q-24.962-6.563-25.122-6.540L-25.122-6.481Q-25.122-6.313-25.241-6.198Q-25.360-6.083-25.524-6.083Q-25.700-6.083-25.815-6.206Q-25.931-6.329-25.931-6.497Q-25.931-6.903-25.550-7.012Q-25.169-7.122-24.610-7.122Q-24.341-7.122-24.073-7.044Q-23.806-6.965-23.581-6.815Q-23.356-6.665-23.220-6.444Q-23.083-6.223-23.083-5.946L-23.083-4.227Q-23.083-4.169-22.556-4.169Q-22.360-4.149-22.310-3.938L-22.310-3.848Q-22.360-3.633-22.556-3.610L-22.700-3.610Q-23.044-3.610-23.272-3.657Q-23.501-3.704-23.645-3.891Q-24.106-3.571-24.813-3.571Q-25.149-3.571-25.454-3.712Q-25.759-3.852-25.950-4.114Q-26.142-4.376-26.142-4.723M-25.501-4.715Q-25.501-4.442-25.259-4.286Q-25.017-4.130-24.731-4.130Q-24.513-4.130-24.280-4.188Q-24.048-4.247-23.886-4.385Q-23.724-4.524-23.724-4.747L-23.724-5.337Q-24.005-5.337-24.421-5.280Q-24.837-5.223-25.169-5.085Q-25.501-4.946-25.501-4.715M-21.852-3.848L-21.852-3.938Q-21.802-4.145-21.606-4.169L-20.501-4.169L-20.501-7.938L-21.606-7.938Q-21.802-7.962-21.852-8.176L-21.852-8.266Q-21.802-8.473-21.606-8.497L-20.110-8.497Q-19.919-8.473-19.860-8.266L-19.860-4.169L-18.759-4.169Q-18.560-4.145-18.509-3.938L-18.509-3.848Q-18.560-3.633-18.759-3.610L-21.606-3.610Q-21.802-3.633-21.852-3.848M-14.544-5.098L-16.985-5.098Q-16.931-4.821-16.733-4.598Q-16.536-4.376-16.259-4.253Q-15.981-4.130-15.696-4.130Q-15.224-4.130-15.001-4.419Q-14.993-4.430-14.936-4.536Q-14.880-4.641-14.831-4.684Q-14.782-4.727-14.688-4.739L-14.544-4.739Q-14.352-4.719-14.294-4.505L-14.294-4.450Q-14.360-4.149-14.591-3.952Q-14.821-3.755-15.134-3.663Q-15.446-3.571-15.751-3.571Q-16.235-3.571-16.675-3.799Q-17.114-4.028-17.382-4.428Q-17.649-4.829-17.649-5.321L-17.649-5.380Q-17.649-5.848-17.403-6.251Q-17.157-6.653-16.749-6.887Q-16.341-7.122-15.872-7.122Q-15.368-7.122-15.015-6.899Q-14.661-6.676-14.477-6.288Q-14.294-5.899-14.294-5.395L-14.294-5.337Q-14.352-5.122-14.544-5.098M-16.977-5.649L-14.950-5.649Q-14.997-6.059-15.235-6.311Q-15.474-6.563-15.872-6.563Q-16.267-6.563-16.573-6.301Q-16.880-6.040-16.977-5.649\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The Adam update as dataflow. The gradient \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\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">g\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.0359em;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> feeds the first-moment EMA \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">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:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> (direction) and second-moment EMA \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">v\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.0359em;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> (scale); both are bias-corrected, then the normalized ratio \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1.1072em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord accent\">\u003Cspan class=\"vlist-t\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.6944em;\">\u003Cspan style=\"top:-3em;\">\u003Cspan class=\"pstrut\" style=\"height:3em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">m\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan style=\"top:-3em;\">\u003Cspan class=\"pstrut\" style=\"height:3em;\">\u003C\u002Fspan>\u003Cspan class=\"accent-body\" style=\"left:-0.25em;\">\u003Cspan class=\"mord\">^\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.2806em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\">t\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mord\">\u002F\u003C\u002Fspan>\u003Cspan class=\"mopen\">(\u003C\u002Fspan>\u003Cspan class=\"mord sqrt\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.8572em;\">\u003Cspan class=\"svg-align\" style=\"top:-3em;\">\u003Cspan class=\"pstrut\" style=\"height:3em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\" style=\"padding-left:0.833em;\">\u003Cspan class=\"mord\">\u003Cspan class=\"mord accent\">\u003Cspan class=\"vlist-t\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.6944em;\">\u003Cspan style=\"top:-3em;\">\u003Cspan class=\"pstrut\" style=\"height:3em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0359em;\">v\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan style=\"top:-3em;\">\u003Cspan class=\"pstrut\" style=\"height:3em;\">\u003C\u002Fspan>\u003Cspan class=\"accent-body\" style=\"left:-0.2222em;\">\u003Cspan class=\"mord\">^\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\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.0359em;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>\u003Cspan style=\"top:-2.8172em;\">\u003Cspan class=\"pstrut\" style=\"height:3em;\">\u003C\u002Fspan>\u003Cspan class=\"hide-tail\" style=\"min-width:0.853em;height:1.08em;\">\u003Csvg xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" width=\"400em\" height=\"1.08em\" viewBox=\"0 0 400000 1080\" preserveAspectRatio=\"xMinYMin slice\">\u003Cpath d=\"M95,702c-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14c0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54c44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10s173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429c69,-144,104.5,-217.7,106.5,-221l0 -0c5.3,-9.3,12,-14,20,-14H400000v40H845.2724s-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7c-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47zM834 80h400000v40h-400000z\"\u002F>\u003C\u002Fsvg>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.1828em;\">\u003Cspan>\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:1em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\">ϵ\u003C\u002Fspan>\u003Cspan class=\"mclose\">)\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> scaled 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\" style=\"margin-right:0.0359em;\">η\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> updates \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">θ\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:459.839px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 344.880 142.973\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M148.616-3.784c0-9.428-17.58-17.071-39.265-17.071S70.086-13.212 70.086-3.784s17.579 17.072 39.265 17.072c21.685 0 39.265-7.643 39.265-17.072Zm-39.265 0\"\u002F>\u003Cpath fill=\"none\" d=\"M187.88-3.784c0-18.857-35.158-34.143-78.53-34.143-43.37 0-78.529 15.286-78.529 34.143S65.98 30.36 109.351 30.36c43.37 0 78.53-15.287 78.53-34.144Zm-78.53 0\"\u002F>\u003Cpath fill=\"none\" d=\"M227.145-3.784c0-28.285-52.737-51.215-117.794-51.215S-8.444-32.069-8.444-3.784s52.738 51.215 117.795 51.215S227.145 24.502 227.145-3.784Zm-117.794 0\"\u002F>\u003Cpath fill=\"none\" d=\"M266.41-3.784c0-37.714-70.317-68.286-157.06-68.286-86.742 0-157.058 30.572-157.058 68.286S22.608 64.503 109.35 64.503 266.41 33.93 266.41-3.784Zm-157.06 0\"\u002F>\u003Cpath stroke=\"none\" d=\"M111.75-3.784a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0m-2.4 0\"\u002F>\u003Cg transform=\"translate(12.069 10.698)\">\u003Cpath d=\"M109.296-4.022L109.296-4.112Q109.347-4.323 109.542-4.343L109.742-4.343L109.742-6.671L109.542-6.671Q109.335-6.694 109.296-6.913L109.296-6.999Q109.347-7.214 109.542-7.233L110.023-7.233Q110.214-7.210 110.273-6.999Q110.593-7.272 111.007-7.272Q111.199-7.272 111.367-7.163Q111.535-7.054 111.609-6.882Q111.785-7.073 112.007-7.173Q112.230-7.272 112.472-7.272Q112.890-7.272 113.044-6.930Q113.199-6.589 113.199-6.120L113.199-4.343L113.398-4.343Q113.609-4.319 113.648-4.112L113.648-4.022Q113.597-3.807 113.398-3.784L112.581-3.784Q112.386-3.807 112.335-4.022L112.335-4.112Q112.386-4.319 112.581-4.343L112.671-4.343L112.671-6.089Q112.671-6.714 112.421-6.714Q112.089-6.714 111.912-6.403Q111.734-6.093 111.734-5.729L111.734-4.343L111.937-4.343Q112.144-4.319 112.183-4.112L112.183-4.022Q112.132-3.807 111.937-3.784L111.121-3.784Q110.921-3.807 110.871-4.022L110.871-4.112Q110.921-4.319 111.121-4.343L111.206-4.343L111.206-6.089Q111.206-6.714 110.960-6.714Q110.628-6.714 110.451-6.401Q110.273-6.089 110.273-5.729L110.273-4.343L110.472-4.343Q110.679-4.319 110.718-4.112L110.718-4.022Q110.667-3.804 110.472-3.784L109.542-3.784Q109.335-3.807 109.296-4.022M114.214-4.022L114.214-4.112Q114.265-4.319 114.460-4.343L115.499-4.343L115.499-6.671L114.527-6.671Q114.328-6.694 114.277-6.913L114.277-6.999Q114.328-7.210 114.527-7.233L115.894-7.233Q116.089-7.214 116.140-6.999L116.140-4.343L117.054-4.343Q117.249-4.319 117.300-4.112L117.300-4.022Q117.249-3.807 117.054-3.784L114.460-3.784Q114.265-3.807 114.214-4.022M115.246-8.210L115.246-8.264Q115.246-8.436 115.382-8.557Q115.519-8.679 115.695-8.679Q115.867-8.679 116.003-8.557Q116.140-8.436 116.140-8.264L116.140-8.210Q116.140-8.034 116.003-7.913Q115.867-7.792 115.695-7.792Q115.519-7.792 115.382-7.913Q115.246-8.034 115.246-8.210M117.913-4.022L117.913-4.112Q117.956-4.319 118.163-4.343L118.585-4.343L118.585-6.671L118.163-6.671Q117.956-6.694 117.913-6.913L117.913-6.999Q117.960-7.210 118.163-7.233L118.980-7.233Q119.175-7.210 119.226-6.999L119.226-6.913L119.218-6.889Q119.445-7.069 119.718-7.171Q119.992-7.272 120.285-7.272Q120.632-7.272 120.871-7.132Q121.109-6.991 121.224-6.733Q121.339-6.475 121.339-6.120L121.339-4.343L121.765-4.343Q121.972-4.319 122.011-4.112L122.011-4.022Q121.972-3.807 121.765-3.784L120.371-3.784Q120.175-3.807 120.124-4.022L120.124-4.112Q120.175-4.323 120.371-4.343L120.699-4.343L120.699-6.089Q120.699-6.397 120.609-6.555Q120.519-6.714 120.226-6.714Q119.956-6.714 119.728-6.583Q119.499-6.452 119.363-6.223Q119.226-5.995 119.226-5.729L119.226-4.343L119.652-4.343Q119.859-4.319 119.898-4.112L119.898-4.022Q119.859-3.807 119.652-3.784L118.163-3.784Q117.956-3.807 117.913-4.022\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m-38.603-46.463 30.07 72.445\"\u002F>\u003Cpath stroke=\"none\" d=\"m-7.306 28.937.402-5.71-1.628 2.755-3.1-.792\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-7.306 28.937 19.755-27.08\"\u002F>\u003Cpath stroke=\"none\" d=\"m21.147-29.96-4.532 3.496 3.14-.615 1.47 2.842\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M21.147-29.96 43.845 13.3\"\u002F>\u003Cpath stroke=\"none\" d=\"m45.332 16.133-.112-5.723-1.375 2.89-3.158-.51\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m45.332 16.133 18.324-31.937\"\u002F>\u003Cpath stroke=\"none\" d=\"m65.249-18.58-4.768 3.168 3.175-.392 1.265 2.94\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(-154.33 -47.92)\">\u003Cpath d=\"M109.777-3.944L109.777-5.175Q109.804-5.386 110.015-5.409L110.183-5.409Q110.277-5.397 110.339-5.339Q110.402-5.280 110.413-5.175Q110.413-4.682 110.779-4.473Q111.144-4.264 111.679-4.264Q111.913-4.264 112.117-4.372Q112.320-4.479 112.443-4.673Q112.566-4.866 112.566-5.096Q112.566-5.393 112.371-5.616Q112.175-5.839 111.886-5.905L110.878-6.136Q110.578-6.206 110.326-6.391Q110.074-6.577 109.925-6.845Q109.777-7.112 109.777-7.425Q109.777-7.804 109.986-8.108Q110.195-8.413 110.537-8.583Q110.878-8.753 111.253-8.753Q111.929-8.753 112.359-8.425L112.429-8.608Q112.503-8.729 112.640-8.753L112.718-8.753Q112.816-8.741 112.878-8.679Q112.941-8.616 112.953-8.518L112.953-7.288Q112.929-7.077 112.718-7.050L112.550-7.050Q112.355-7.073 112.320-7.257Q112.257-7.710 111.990-7.950Q111.722-8.190 111.261-8.190Q111.054-8.190 110.847-8.102Q110.640-8.014 110.507-7.846Q110.374-7.679 110.374-7.464Q110.374-7.210 110.568-7.013Q110.761-6.815 111.031-6.753L112.038-6.526Q112.367-6.448 112.621-6.245Q112.874-6.042 113.021-5.747Q113.167-5.452 113.167-5.136Q113.167-4.737 112.964-4.411Q112.761-4.085 112.417-3.895Q112.074-3.706 111.687-3.706Q110.886-3.706 110.367-4.022L110.296-3.846Q110.226-3.729 110.085-3.706L110.015-3.706Q109.800-3.729 109.777-3.944M115.703-3.706Q115.124-3.706 114.714-4.100Q114.304-4.495 114.103-5.083Q113.902-5.671 113.902-6.233Q113.902-6.784 114.103-7.374Q114.304-7.964 114.714-8.358Q115.124-8.753 115.703-8.753Q116.203-8.753 116.605-8.425Q116.652-8.511 116.695-8.583Q116.738-8.655 116.790-8.698Q116.843-8.741 116.917-8.753L116.996-8.753Q117.093-8.741 117.156-8.679Q117.218-8.616 117.230-8.518L117.230-7.190Q117.218-7.096 117.156-7.030Q117.093-6.964 116.996-6.952L116.828-6.952Q116.632-6.979 116.597-7.159Q116.542-7.577 116.331-7.884Q116.121-8.190 115.749-8.190Q115.355-8.190 115.080-7.866Q114.804-7.542 114.673-7.081Q114.542-6.620 114.542-6.233Q114.542-5.831 114.671-5.372Q114.800-4.913 115.070-4.589Q115.339-4.264 115.734-4.264Q116.117-4.264 116.322-4.618Q116.527-4.971 116.574-5.417L116.156-5.417Q115.945-5.440 115.910-5.655L115.910-5.745Q115.949-5.952 116.156-5.975L117.359-5.975Q117.566-5.952 117.605-5.745L117.605-5.655Q117.570-5.440 117.359-5.417L117.230-5.417L117.230-4.007Q117.179-3.804 116.980-3.768L116.835-3.768Q116.640-3.800 116.589-4.007L116.589-4.057Q116.218-3.706 115.703-3.706M117.980-4.022L117.980-4.112Q118.019-4.319 118.226-4.343L118.476-4.343L118.476-8.112L118.226-8.112Q118.019-8.136 117.980-8.350L117.980-8.440Q118.019-8.647 118.226-8.671L120.042-8.671Q120.593-8.671 120.988-8.278Q121.382-7.886 121.578-7.307Q121.773-6.729 121.773-6.182Q121.773-5.655 121.574-5.091Q121.374-4.526 120.982-4.155Q120.589-3.784 120.042-3.784L118.226-3.784Q118.019-3.807 117.980-4.022M119.117-8.112L119.117-4.343L119.882-4.343Q120.476-4.343 120.804-4.938Q121.132-5.534 121.132-6.182Q121.132-6.589 120.997-7.038Q120.863-7.487 120.578-7.800Q120.292-8.112 119.882-8.112\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M-38.603 38.896C1.23 21.824 41.064 8.166 74.915 1.396\"\u002F>\u003Cpath stroke=\"none\" d=\"M78.053.769 72.53-.737l2.385 2.133-1.38 2.887\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"m78.053.769 25.28-3.287\"\u002F>\u003Cpath stroke=\"none\" d=\"m106.505-2.93-5.407-1.879 2.234 2.291-1.574 2.786\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg transform=\"translate(-164.954 52.348)\">\u003Cpath d=\"M109.296-4.022L109.296-4.112Q109.347-4.323 109.542-4.343L109.742-4.343L109.742-6.671L109.542-6.671Q109.335-6.694 109.296-6.913L109.296-6.999Q109.347-7.214 109.542-7.233L110.023-7.233Q110.214-7.210 110.273-6.999Q110.593-7.272 111.007-7.272Q111.199-7.272 111.367-7.163Q111.535-7.054 111.609-6.882Q111.785-7.073 112.007-7.173Q112.230-7.272 112.472-7.272Q112.890-7.272 113.044-6.930Q113.199-6.589 113.199-6.120L113.199-4.343L113.398-4.343Q113.609-4.319 113.648-4.112L113.648-4.022Q113.597-3.807 113.398-3.784L112.581-3.784Q112.386-3.807 112.335-4.022L112.335-4.112Q112.386-4.319 112.581-4.343L112.671-4.343L112.671-6.089Q112.671-6.714 112.421-6.714Q112.089-6.714 111.912-6.403Q111.734-6.093 111.734-5.729L111.734-4.343L111.937-4.343Q112.144-4.319 112.183-4.112L112.183-4.022Q112.132-3.807 111.937-3.784L111.121-3.784Q110.921-3.807 110.871-4.022L110.871-4.112Q110.921-4.319 111.121-4.343L111.206-4.343L111.206-6.089Q111.206-6.714 110.960-6.714Q110.628-6.714 110.451-6.401Q110.273-6.089 110.273-5.729L110.273-4.343L110.472-4.343Q110.679-4.319 110.718-4.112L110.718-4.022Q110.667-3.804 110.472-3.784L109.542-3.784Q109.335-3.807 109.296-4.022M115.718-3.745Q115.246-3.745 114.861-3.989Q114.476-4.233 114.253-4.643Q114.031-5.054 114.031-5.511Q114.031-5.854 114.156-6.177Q114.281-6.499 114.511-6.753Q114.742-7.007 115.048-7.151Q115.355-7.296 115.718-7.296Q116.081-7.296 116.394-7.149Q116.706-7.003 116.929-6.757Q117.152-6.511 117.279-6.190Q117.406-5.870 117.406-5.511Q117.406-5.054 117.181-4.641Q116.956-4.229 116.572-3.987Q116.187-3.745 115.718-3.745M115.718-4.304Q116.183-4.304 116.474-4.698Q116.765-5.093 116.765-5.577Q116.765-5.870 116.630-6.138Q116.496-6.405 116.255-6.571Q116.015-6.737 115.718-6.737Q115.413-6.737 115.175-6.571Q114.937-6.405 114.802-6.138Q114.667-5.870 114.667-5.577Q114.667-5.096 114.960-4.700Q115.253-4.304 115.718-4.304M117.788-4.022L117.788-4.112Q117.839-4.323 118.035-4.343L118.234-4.343L118.234-6.671L118.035-6.671Q117.828-6.694 117.788-6.913L117.788-6.999Q117.839-7.214 118.035-7.233L118.515-7.233Q118.706-7.210 118.765-6.999Q119.085-7.272 119.499-7.272Q119.691-7.272 119.859-7.163Q120.027-7.054 120.101-6.882Q120.277-7.073 120.499-7.173Q120.722-7.272 120.964-7.272Q121.382-7.272 121.537-6.930Q121.691-6.589 121.691-6.120L121.691-4.343L121.890-4.343Q122.101-4.319 122.140-4.112L122.140-4.022Q122.089-3.807 121.890-3.784L121.074-3.784Q120.878-3.807 120.828-4.022L120.828-4.112Q120.878-4.319 121.074-4.343L121.163-4.343L121.163-6.089Q121.163-6.714 120.913-6.714Q120.581-6.714 120.404-6.403Q120.226-6.093 120.226-5.729L120.226-4.343L120.429-4.343Q120.636-4.319 120.675-4.112L120.675-4.022Q120.624-3.807 120.429-3.784L119.613-3.784Q119.413-3.807 119.363-4.022L119.363-4.112Q119.413-4.319 119.613-4.343L119.699-4.343L119.699-6.089Q119.699-6.714 119.453-6.714Q119.121-6.714 118.943-6.401Q118.765-6.089 118.765-5.729L118.765-4.343L118.964-4.343Q119.171-4.319 119.210-4.112L119.210-4.022Q119.160-3.804 118.964-3.784L118.035-3.784Q117.828-3.807 117.788-4.022M125.601-5.272L123.160-5.272Q123.214-4.995 123.412-4.772Q123.609-4.550 123.886-4.427Q124.163-4.304 124.449-4.304Q124.921-4.304 125.144-4.593Q125.152-4.604 125.208-4.710Q125.265-4.815 125.314-4.858Q125.363-4.901 125.456-4.913L125.601-4.913Q125.792-4.893 125.851-4.679L125.851-4.624Q125.785-4.323 125.554-4.126Q125.324-3.929 125.011-3.837Q124.699-3.745 124.394-3.745Q123.910-3.745 123.470-3.973Q123.031-4.202 122.763-4.602Q122.496-5.003 122.496-5.495L122.496-5.554Q122.496-6.022 122.742-6.425Q122.988-6.827 123.396-7.061Q123.804-7.296 124.273-7.296Q124.777-7.296 125.130-7.073Q125.484-6.850 125.667-6.462Q125.851-6.073 125.851-5.569L125.851-5.511Q125.792-5.296 125.601-5.272M123.167-5.823L125.195-5.823Q125.148-6.233 124.910-6.485Q124.671-6.737 124.273-6.737Q123.878-6.737 123.572-6.475Q123.265-6.214 123.167-5.823M126.406-4.022L126.406-4.112Q126.449-4.319 126.656-4.343L127.078-4.343L127.078-6.671L126.656-6.671Q126.449-6.694 126.406-6.913L126.406-6.999Q126.453-7.210 126.656-7.233L127.472-7.233Q127.667-7.210 127.718-6.999L127.718-6.913L127.710-6.889Q127.937-7.069 128.210-7.171Q128.484-7.272 128.777-7.272Q129.124-7.272 129.363-7.132Q129.601-6.991 129.716-6.733Q129.831-6.475 129.831-6.120L129.831-4.343L130.257-4.343Q130.464-4.319 130.503-4.112L130.503-4.022Q130.464-3.807 130.257-3.784L128.863-3.784Q128.667-3.807 128.617-4.022L128.617-4.112Q128.667-4.323 128.863-4.343L129.191-4.343L129.191-6.089Q129.191-6.397 129.101-6.555Q129.011-6.714 128.718-6.714Q128.449-6.714 128.220-6.583Q127.992-6.452 127.855-6.223Q127.718-5.995 127.718-5.729L127.718-4.343L128.144-4.343Q128.351-4.319 128.390-4.112L128.390-4.022Q128.351-3.807 128.144-3.784L126.656-3.784Q126.449-3.807 126.406-4.022M131.781-4.889L131.781-6.671L131.031-6.671Q130.831-6.694 130.781-6.913L130.781-6.999Q130.831-7.210 131.031-7.233L131.781-7.233L131.781-7.983Q131.831-8.190 132.031-8.218L132.175-8.218Q132.371-8.190 132.421-7.983L132.421-7.233L133.781-7.233Q133.972-7.214 134.031-6.999L134.031-6.913Q133.976-6.694 133.781-6.671L132.421-6.671L132.421-4.921Q132.421-4.304 132.996-4.304Q133.246-4.304 133.410-4.489Q133.574-4.675 133.574-4.921Q133.574-5.014 133.646-5.085Q133.718-5.155 133.820-5.167L133.964-5.167Q134.163-5.143 134.214-4.936L134.214-4.889Q134.214-4.565 134.031-4.302Q133.847-4.038 133.554-3.891Q133.261-3.745 132.941-3.745Q132.429-3.745 132.105-4.055Q131.781-4.366 131.781-4.889M135.570-4.639L135.570-6.671L135.148-6.671Q134.941-6.694 134.898-6.913L134.898-6.999Q134.945-7.210 135.148-7.233L135.964-7.233Q136.160-7.210 136.210-6.999L136.210-4.671Q136.210-4.436 136.380-4.370Q136.550-4.304 136.835-4.304Q137.042-4.304 137.238-4.380Q137.433-4.456 137.558-4.606Q137.683-4.757 137.683-4.968L137.683-6.671L137.261-6.671Q137.050-6.694 137.011-6.913L137.011-6.999Q137.050-7.210 137.261-7.233L138.074-7.233Q138.273-7.210 138.324-6.999L138.324-4.343L138.749-4.343Q138.956-4.319 138.996-4.112L138.996-4.022Q138.956-3.807 138.749-3.784L137.933-3.784Q137.734-3.807 137.683-4.007Q137.281-3.745 136.773-3.745Q136.538-3.745 136.324-3.786Q136.109-3.827 135.943-3.929Q135.777-4.030 135.673-4.208Q135.570-4.386 135.570-4.639M139.019-4.022L139.019-4.112Q139.070-4.323 139.265-4.343L139.464-4.343L139.464-6.671L139.265-6.671Q139.058-6.694 139.019-6.913L139.019-6.999Q139.070-7.214 139.265-7.233L139.746-7.233Q139.937-7.210 139.996-6.999Q140.316-7.272 140.730-7.272Q140.921-7.272 141.089-7.163Q141.257-7.054 141.331-6.882Q141.507-7.073 141.730-7.173Q141.953-7.272 142.195-7.272Q142.613-7.272 142.767-6.930Q142.921-6.589 142.921-6.120L142.921-4.343L143.121-4.343Q143.331-4.319 143.371-4.112L143.371-4.022Q143.320-3.807 143.121-3.784L142.304-3.784Q142.109-3.807 142.058-4.022L142.058-4.112Q142.109-4.319 142.304-4.343L142.394-4.343L142.394-6.089Q142.394-6.714 142.144-6.714Q141.812-6.714 141.634-6.403Q141.456-6.093 141.456-5.729L141.456-4.343L141.660-4.343Q141.867-4.319 141.906-4.112L141.906-4.022Q141.855-3.807 141.660-3.784L140.843-3.784Q140.644-3.807 140.593-4.022L140.593-4.112Q140.644-4.319 140.843-4.343L140.929-4.343L140.929-6.089Q140.929-6.714 140.683-6.714Q140.351-6.714 140.173-6.401Q139.996-6.089 139.996-5.729L139.996-4.343L140.195-4.343Q140.402-4.319 140.441-4.112L140.441-4.022Q140.390-3.804 140.195-3.784L139.265-3.784Q139.058-3.807 139.019-4.022\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" d=\"M251.614-57.844c-56.905 25.608-108.12 44.102-135.773 52.04\"\u002F>\u003Cpath stroke=\"none\" d=\"m112.765-4.922 5.627 1.049-2.551-1.931 1.139-2.99\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(133.764 -59.3)\">\u003Cpath d=\"M109.581-4.022L109.581-4.112Q109.640-4.323 109.831-4.343L110.054-4.343L111.007-8.526Q111.031-8.643 111.126-8.718Q111.222-8.792 111.335-8.792L111.609-8.792Q111.722-8.792 111.818-8.716Q111.913-8.639 111.937-8.526L112.886-4.343L113.113-4.343Q113.320-4.319 113.359-4.112L113.359-4.022Q113.308-3.807 113.113-3.784L112.031-3.784Q111.835-3.807 111.785-4.022L111.785-4.112Q111.835-4.319 112.031-4.343L112.230-4.343Q112.101-4.909 112.078-4.991L110.863-4.991Q110.820-4.807 110.710-4.343L110.910-4.343Q111.109-4.319 111.160-4.112L111.160-4.022Q111.109-3.807 110.910-3.784L109.831-3.784Q109.624-3.807 109.581-4.022M110.984-5.554L111.960-5.554Q111.480-7.686 111.480-8.030L111.472-8.030Q111.472-7.846 111.331-7.163Q111.191-6.479 110.984-5.554M115.460-3.745Q114.996-3.745 114.630-3.995Q114.265-4.245 114.060-4.649Q113.855-5.054 113.855-5.511Q113.855-5.854 113.980-6.175Q114.105-6.495 114.337-6.745Q114.570-6.995 114.874-7.134Q115.179-7.272 115.535-7.272Q116.046-7.272 116.453-6.952L116.453-8.112L116.031-8.112Q115.820-8.136 115.781-8.350L115.781-8.440Q115.820-8.647 116.031-8.671L116.843-8.671Q117.042-8.647 117.093-8.440L117.093-4.343L117.519-4.343Q117.726-4.319 117.765-4.112L117.765-4.022Q117.726-3.807 117.519-3.784L116.703-3.784Q116.503-3.807 116.453-4.022L116.453-4.151Q116.257-3.960 115.996-3.852Q115.734-3.745 115.460-3.745M115.499-4.304Q115.859-4.304 116.111-4.573Q116.363-4.843 116.453-5.218L116.453-6.050Q116.394-6.237 116.267-6.388Q116.140-6.538 115.962-6.626Q115.785-6.714 115.589-6.714Q115.281-6.714 115.031-6.544Q114.781-6.374 114.636-6.089Q114.492-5.804 114.492-5.503Q114.492-5.054 114.777-4.679Q115.062-4.304 115.499-4.304M118.249-4.897Q118.249-5.343 118.663-5.600Q119.078-5.858 119.619-5.958Q120.160-6.057 120.667-6.065Q120.667-6.280 120.533-6.432Q120.398-6.585 120.191-6.661Q119.984-6.737 119.773-6.737Q119.429-6.737 119.269-6.714L119.269-6.655Q119.269-6.487 119.150-6.372Q119.031-6.257 118.867-6.257Q118.691-6.257 118.576-6.380Q118.460-6.503 118.460-6.671Q118.460-7.077 118.841-7.186Q119.222-7.296 119.781-7.296Q120.050-7.296 120.318-7.218Q120.585-7.139 120.810-6.989Q121.035-6.839 121.171-6.618Q121.308-6.397 121.308-6.120L121.308-4.401Q121.308-4.343 121.835-4.343Q122.031-4.323 122.081-4.112L122.081-4.022Q122.031-3.807 121.835-3.784L121.691-3.784Q121.347-3.784 121.119-3.831Q120.890-3.878 120.746-4.065Q120.285-3.745 119.578-3.745Q119.242-3.745 118.937-3.886Q118.632-4.026 118.441-4.288Q118.249-4.550 118.249-4.897M118.890-4.889Q118.890-4.616 119.132-4.460Q119.374-4.304 119.660-4.304Q119.878-4.304 120.111-4.362Q120.343-4.421 120.505-4.559Q120.667-4.698 120.667-4.921L120.667-5.511Q120.386-5.511 119.970-5.454Q119.554-5.397 119.222-5.259Q118.890-5.120 118.890-4.889M122.035-4.022L122.035-4.112Q122.085-4.323 122.281-4.343L122.480-4.343L122.480-6.671L122.281-6.671Q122.074-6.694 122.035-6.913L122.035-6.999Q122.085-7.214 122.281-7.233L122.761-7.233Q122.953-7.210 123.011-6.999Q123.331-7.272 123.746-7.272Q123.937-7.272 124.105-7.163Q124.273-7.054 124.347-6.882Q124.523-7.073 124.746-7.173Q124.968-7.272 125.210-7.272Q125.628-7.272 125.783-6.930Q125.937-6.589 125.937-6.120L125.937-4.343L126.136-4.343Q126.347-4.319 126.386-4.112L126.386-4.022Q126.335-3.807 126.136-3.784L125.320-3.784Q125.124-3.807 125.074-4.022L125.074-4.112Q125.124-4.319 125.320-4.343L125.410-4.343L125.410-6.089Q125.410-6.714 125.160-6.714Q124.828-6.714 124.650-6.403Q124.472-6.093 124.472-5.729L124.472-4.343L124.675-4.343Q124.882-4.319 124.921-4.112L124.921-4.022Q124.871-3.807 124.675-3.784L123.859-3.784Q123.660-3.807 123.609-4.022L123.609-4.112Q123.660-4.319 123.859-4.343L123.945-4.343L123.945-6.089Q123.945-6.714 123.699-6.714Q123.367-6.714 123.189-6.401Q123.011-6.089 123.011-5.729L123.011-4.343L123.210-4.343Q123.417-4.319 123.456-4.112L123.456-4.022Q123.406-3.804 123.210-3.784L122.281-3.784Q122.074-3.807 122.035-4.022\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Trajectories on the same ravine. SGD (red) oscillates across the steep axis; momentum (green) damps the zig-zag; Adam (blue) rescales per axis and cuts a near-straight path.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:385.854px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 289.391 131.853\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-50.437 47.805h213.641\"\u002F>\u003Cpath stroke=\"none\" d=\"m165.804 47.805-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003Cg transform=\"translate(219.974 2.444)\">\u003Cpath d=\"M-49.820 47.567L-49.820 47.477Q-49.769 47.270-49.574 47.246L-48.535 47.246L-48.535 44.918L-49.507 44.918Q-49.707 44.895-49.757 44.676L-49.757 44.590Q-49.707 44.379-49.507 44.356L-48.140 44.356Q-47.945 44.375-47.894 44.590L-47.894 47.246L-46.980 47.246Q-46.785 47.270-46.734 47.477L-46.734 47.567Q-46.785 47.782-46.980 47.805L-49.574 47.805Q-49.769 47.782-49.820 47.567M-48.789 43.379L-48.789 43.325Q-48.789 43.153-48.652 43.032Q-48.515 42.910-48.339 42.910Q-48.167 42.910-48.031 43.032Q-47.894 43.153-47.894 43.325L-47.894 43.379Q-47.894 43.555-48.031 43.676Q-48.167 43.797-48.339 43.797Q-48.515 43.797-48.652 43.676Q-48.789 43.555-48.789 43.379M-44.992 46.700L-44.992 44.918L-45.742 44.918Q-45.941 44.895-45.992 44.676L-45.992 44.590Q-45.941 44.379-45.742 44.356L-44.992 44.356L-44.992 43.606Q-44.941 43.399-44.742 43.371L-44.597 43.371Q-44.402 43.399-44.351 43.606L-44.351 44.356L-42.992 44.356Q-42.800 44.375-42.742 44.590L-42.742 44.676Q-42.796 44.895-42.992 44.918L-44.351 44.918L-44.351 46.668Q-44.351 47.285-43.777 47.285Q-43.527 47.285-43.363 47.100Q-43.199 46.914-43.199 46.668Q-43.199 46.575-43.126 46.504Q-43.054 46.434-42.953 46.422L-42.808 46.422Q-42.609 46.446-42.558 46.653L-42.558 46.700Q-42.558 47.024-42.742 47.287Q-42.925 47.551-43.218 47.698Q-43.511 47.844-43.832 47.844Q-44.343 47.844-44.667 47.534Q-44.992 47.223-44.992 46.700M-38.433 46.317L-40.874 46.317Q-40.820 46.594-40.623 46.817Q-40.425 47.039-40.148 47.162Q-39.871 47.285-39.585 47.285Q-39.113 47.285-38.890 46.996Q-38.882 46.985-38.826 46.879Q-38.769 46.774-38.720 46.731Q-38.671 46.688-38.578 46.676L-38.433 46.676Q-38.242 46.696-38.183 46.910L-38.183 46.965Q-38.249 47.266-38.480 47.463Q-38.710 47.660-39.023 47.752Q-39.335 47.844-39.640 47.844Q-40.124 47.844-40.564 47.616Q-41.003 47.387-41.271 46.987Q-41.539 46.586-41.539 46.094L-41.539 46.035Q-41.539 45.567-41.292 45.164Q-41.046 44.762-40.638 44.528Q-40.230 44.293-39.761 44.293Q-39.257 44.293-38.904 44.516Q-38.550 44.739-38.367 45.127Q-38.183 45.516-38.183 46.020L-38.183 46.078Q-38.242 46.293-38.433 46.317M-40.867 45.766L-38.839 45.766Q-38.886 45.356-39.124 45.104Q-39.363 44.852-39.761 44.852Q-40.156 44.852-40.462 45.114Q-40.769 45.375-40.867 45.766M-37.476 47.567L-37.476 47.477Q-37.417 47.270-37.226 47.246L-36.515 47.246L-36.515 44.918L-37.226 44.918Q-37.421 44.895-37.476 44.676L-37.476 44.590Q-37.417 44.379-37.226 44.356L-36.124 44.356Q-35.925 44.375-35.874 44.590L-35.874 44.918Q-35.613 44.633-35.257 44.475Q-34.902 44.317-34.515 44.317Q-34.222 44.317-33.988 44.451Q-33.753 44.586-33.753 44.852Q-33.753 45.020-33.863 45.137Q-33.972 45.254-34.140 45.254Q-34.292 45.254-34.408 45.143Q-34.523 45.032-34.523 44.875Q-34.898 44.875-35.212 45.076Q-35.527 45.278-35.701 45.612Q-35.874 45.946-35.874 46.325L-35.874 47.246L-34.929 47.246Q-34.722 47.270-34.683 47.477L-34.683 47.567Q-34.722 47.782-34.929 47.805L-37.226 47.805Q-37.417 47.782-37.476 47.567M-33.046 46.692Q-33.046 46.246-32.632 45.989Q-32.218 45.731-31.677 45.631Q-31.136 45.532-30.628 45.524Q-30.628 45.309-30.763 45.157Q-30.898 45.004-31.105 44.928Q-31.312 44.852-31.523 44.852Q-31.867 44.852-32.027 44.875L-32.027 44.934Q-32.027 45.102-32.146 45.217Q-32.265 45.332-32.429 45.332Q-32.605 45.332-32.720 45.209Q-32.835 45.086-32.835 44.918Q-32.835 44.512-32.455 44.403Q-32.074 44.293-31.515 44.293Q-31.246 44.293-30.978 44.371Q-30.710 44.450-30.486 44.600Q-30.261 44.750-30.124 44.971Q-29.988 45.192-29.988 45.469L-29.988 47.188Q-29.988 47.246-29.460 47.246Q-29.265 47.266-29.214 47.477L-29.214 47.567Q-29.265 47.782-29.460 47.805L-29.605 47.805Q-29.949 47.805-30.177 47.758Q-30.406 47.711-30.550 47.524Q-31.011 47.844-31.718 47.844Q-32.054 47.844-32.359 47.703Q-32.664 47.563-32.855 47.301Q-33.046 47.039-33.046 46.692M-32.406 46.700Q-32.406 46.973-32.164 47.129Q-31.921 47.285-31.636 47.285Q-31.417 47.285-31.185 47.227Q-30.953 47.168-30.791 47.030Q-30.628 46.891-30.628 46.668L-30.628 46.078Q-30.910 46.078-31.326 46.135Q-31.742 46.192-32.074 46.330Q-32.406 46.469-32.406 46.700M-28.007 46.700L-28.007 44.918L-28.757 44.918Q-28.957 44.895-29.007 44.676L-29.007 44.590Q-28.957 44.379-28.757 44.356L-28.007 44.356L-28.007 43.606Q-27.957 43.399-27.757 43.371L-27.613 43.371Q-27.417 43.399-27.367 43.606L-27.367 44.356L-26.007 44.356Q-25.816 44.375-25.757 44.590L-25.757 44.676Q-25.812 44.895-26.007 44.918L-27.367 44.918L-27.367 46.668Q-27.367 47.285-26.792 47.285Q-26.542 47.285-26.378 47.100Q-26.214 46.914-26.214 46.668Q-26.214 46.575-26.142 46.504Q-26.070 46.434-25.968 46.422L-25.824 46.422Q-25.624 46.446-25.574 46.653L-25.574 46.700Q-25.574 47.024-25.757 47.287Q-25.941 47.551-26.234 47.698Q-26.527 47.844-26.847 47.844Q-27.359 47.844-27.683 47.534Q-28.007 47.223-28.007 46.700M-24.343 47.567L-24.343 47.477Q-24.292 47.270-24.097 47.246L-23.058 47.246L-23.058 44.918L-24.031 44.918Q-24.230 44.895-24.281 44.676L-24.281 44.590Q-24.230 44.379-24.031 44.356L-22.664 44.356Q-22.468 44.375-22.417 44.590L-22.417 47.246L-21.503 47.246Q-21.308 47.270-21.257 47.477L-21.257 47.567Q-21.308 47.782-21.503 47.805L-24.097 47.805Q-24.292 47.782-24.343 47.567M-23.312 43.379L-23.312 43.325Q-23.312 43.153-23.175 43.032Q-23.039 42.910-22.863 42.910Q-22.691 42.910-22.554 43.032Q-22.417 43.153-22.417 43.325L-22.417 43.379Q-22.417 43.555-22.554 43.676Q-22.691 43.797-22.863 43.797Q-23.039 43.797-23.175 43.676Q-23.312 43.555-23.312 43.379M-18.593 47.844Q-19.066 47.844-19.451 47.600Q-19.835 47.356-20.058 46.946Q-20.281 46.535-20.281 46.078Q-20.281 45.735-20.156 45.412Q-20.031 45.090-19.800 44.836Q-19.570 44.582-19.263 44.438Q-18.957 44.293-18.593 44.293Q-18.230 44.293-17.917 44.440Q-17.605 44.586-17.382 44.832Q-17.160 45.078-17.033 45.399Q-16.906 45.719-16.906 46.078Q-16.906 46.535-17.130 46.948Q-17.355 47.360-17.740 47.602Q-18.124 47.844-18.593 47.844M-18.593 47.285Q-18.128 47.285-17.837 46.891Q-17.546 46.496-17.546 46.012Q-17.546 45.719-17.681 45.451Q-17.816 45.184-18.056 45.018Q-18.296 44.852-18.593 44.852Q-18.898 44.852-19.136 45.018Q-19.374 45.184-19.509 45.451Q-19.644 45.719-19.644 46.012Q-19.644 46.492-19.351 46.889Q-19.058 47.285-18.593 47.285M-16.398 47.567L-16.398 47.477Q-16.355 47.270-16.148 47.246L-15.726 47.246L-15.726 44.918L-16.148 44.918Q-16.355 44.895-16.398 44.676L-16.398 44.590Q-16.351 44.379-16.148 44.356L-15.332 44.356Q-15.136 44.379-15.085 44.590L-15.085 44.676L-15.093 44.700Q-14.867 44.520-14.593 44.418Q-14.320 44.317-14.027 44.317Q-13.679 44.317-13.441 44.457Q-13.203 44.598-13.087 44.856Q-12.972 45.114-12.972 45.469L-12.972 47.246L-12.546 47.246Q-12.339 47.270-12.300 47.477L-12.300 47.567Q-12.339 47.782-12.546 47.805L-13.941 47.805Q-14.136 47.782-14.187 47.567L-14.187 47.477Q-14.136 47.266-13.941 47.246L-13.613 47.246L-13.613 45.500Q-13.613 45.192-13.703 45.034Q-13.792 44.875-14.085 44.875Q-14.355 44.875-14.583 45.006Q-14.812 45.137-14.949 45.366Q-15.085 45.594-15.085 45.860L-15.085 47.246L-14.660 47.246Q-14.453 47.270-14.414 47.477L-14.414 47.567Q-14.453 47.782-14.660 47.805L-16.148 47.805Q-16.355 47.782-16.398 47.567\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-50.437 47.805v-105.52\"\u002F>\u003Cpath stroke=\"none\" d=\"m-50.437-60.315-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003Cg transform=\"translate(-8.5 -111.853)\">\u003Cpath d=\"M-49.988 47.567L-49.988 47.477Q-49.937 47.270-49.742 47.246L-48.636 47.246L-48.636 43.477L-49.742 43.477Q-49.937 43.453-49.988 43.239L-49.988 43.149Q-49.937 42.942-49.742 42.918L-48.246 42.918Q-48.054 42.942-47.996 43.149L-47.996 47.246L-46.894 47.246Q-46.695 47.270-46.644 47.477L-46.644 47.567Q-46.695 47.782-46.894 47.805L-49.742 47.805Q-49.937 47.782-49.988 47.567M-44.070 47.844Q-44.542 47.844-44.927 47.600Q-45.312 47.356-45.535 46.946Q-45.757 46.535-45.757 46.078Q-45.757 45.735-45.632 45.412Q-45.507 45.090-45.277 44.836Q-45.046 44.582-44.740 44.438Q-44.433 44.293-44.070 44.293Q-43.707 44.293-43.394 44.440Q-43.082 44.586-42.859 44.832Q-42.636 45.078-42.509 45.399Q-42.382 45.719-42.382 46.078Q-42.382 46.535-42.607 46.948Q-42.832 47.360-43.216 47.602Q-43.601 47.844-44.070 47.844M-44.070 47.285Q-43.605 47.285-43.314 46.891Q-43.023 46.496-43.023 46.012Q-43.023 45.719-43.158 45.451Q-43.292 45.184-43.533 45.018Q-43.773 44.852-44.070 44.852Q-44.374 44.852-44.613 45.018Q-44.851 45.184-44.986 45.451Q-45.121 45.719-45.121 46.012Q-45.121 46.492-44.828 46.889Q-44.535 47.285-44.070 47.285M-41.359 47.606L-41.359 46.692Q-41.332 46.485-41.121 46.461L-40.953 46.461Q-40.789 46.485-40.730 46.645Q-40.527 47.285-39.800 47.285Q-39.593 47.285-39.365 47.250Q-39.136 47.215-38.968 47.100Q-38.800 46.985-38.800 46.782Q-38.800 46.571-39.023 46.457Q-39.246 46.344-39.519 46.301L-40.218 46.188Q-41.359 45.977-41.359 45.254Q-41.359 44.965-41.214 44.776Q-41.070 44.586-40.830 44.479Q-40.589 44.371-40.333 44.332Q-40.078 44.293-39.800 44.293Q-39.550 44.293-39.357 44.323Q-39.164 44.352-38.999 44.430Q-38.921 44.313-38.792 44.293L-38.714 44.293Q-38.617 44.305-38.554 44.367Q-38.492 44.430-38.480 44.524L-38.480 45.231Q-38.492 45.325-38.554 45.391Q-38.617 45.457-38.714 45.469L-38.882 45.469Q-38.976 45.457-39.042 45.391Q-39.109 45.325-39.121 45.231Q-39.121 44.852-39.816 44.852Q-40.164 44.852-40.482 44.934Q-40.800 45.016-40.800 45.262Q-40.800 45.528-40.128 45.637L-39.425 45.758Q-38.941 45.840-38.591 46.088Q-38.242 46.336-38.242 46.782Q-38.242 47.172-38.478 47.414Q-38.714 47.657-39.064 47.750Q-39.414 47.844-39.800 47.844Q-40.378 47.844-40.777 47.590Q-40.847 47.715-40.896 47.772Q-40.945 47.828-41.050 47.844L-41.121 47.844Q-41.335 47.821-41.359 47.606M-37.113 47.606L-37.113 46.692Q-37.085 46.485-36.874 46.461L-36.707 46.461Q-36.542 46.485-36.484 46.645Q-36.281 47.285-35.554 47.285Q-35.347 47.285-35.119 47.250Q-34.890 47.215-34.722 47.100Q-34.554 46.985-34.554 46.782Q-34.554 46.571-34.777 46.457Q-34.999 46.344-35.273 46.301L-35.972 46.188Q-37.113 45.977-37.113 45.254Q-37.113 44.965-36.968 44.776Q-36.824 44.586-36.583 44.479Q-36.343 44.371-36.087 44.332Q-35.832 44.293-35.554 44.293Q-35.304 44.293-35.111 44.323Q-34.917 44.352-34.753 44.430Q-34.675 44.313-34.546 44.293L-34.468 44.293Q-34.371 44.305-34.308 44.367Q-34.246 44.430-34.234 44.524L-34.234 45.231Q-34.246 45.325-34.308 45.391Q-34.371 45.457-34.468 45.469L-34.636 45.469Q-34.730 45.457-34.796 45.391Q-34.863 45.325-34.874 45.231Q-34.874 44.852-35.570 44.852Q-35.917 44.852-36.236 44.934Q-36.554 45.016-36.554 45.262Q-36.554 45.528-35.882 45.637L-35.179 45.758Q-34.695 45.840-34.345 46.088Q-33.996 46.336-33.996 46.782Q-33.996 47.172-34.232 47.414Q-34.468 47.657-34.818 47.750Q-35.167 47.844-35.554 47.844Q-36.132 47.844-36.531 47.590Q-36.601 47.715-36.650 47.772Q-36.699 47.828-36.804 47.844L-36.874 47.844Q-37.089 47.821-37.113 47.606\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-50.437-56.047 2.302 1.611 2.301 1.715 2.301 1.89 2.302 2.139 2.301 2.371 2.302 2.581 2.301 2.69 2.302 2.707 2.301 2.612 2.302 2.414 2.301 2.13 2.301 1.818 2.302 1.52 2.301 1.254 2.302 1.083 2.301 1.003 2.302 1.03 2.301 1.144 2.302 1.31 2.301 1.506 2.302 1.7 2.301 1.826 2.301 1.897 2.302 1.856 2.301 1.764 2.302 1.567 2.301 1.354 2.302 1.108 2.301.891 2.302.717 2.301.627 2.302.601 2.301.667 2.301.78 2.302.93 2.301 1.082 2.302 1.222 2.301 1.305 2.302 1.317L41.62 4.97l2.302 1.17 2.301 1.016 2.302.829 2.301.65 2.301.503 2.302.39 2.301.355 2.302.372 2.301.433 2.302.55 2.301.672 2.302.798 2.301.878 2.302.93 2.301.922 2.301.87 2.302.762 2.301.63 2.302.491 2.301.36 2.302.263 2.301.209 2.302.193 2.301.24 2.301.297 2.302.402 2.301.496 2.302.582 2.301.64 2.302.662 2.301.64 2.302.57 2.301.493 2.302.385 2.301.272 2.301.189 2.302.128 2.301.101 2.302.1 2.301.162 2.302.218 2.301.294 2.302.376 2.301.435 2.302.464 2.301.462 2.301.44 2.302.37 2.301.31\" style=\"stroke-width:1.2\"\u002F>\u003Cg transform=\"translate(137.26 -39.099)\">\u003Cpath d=\"M-50.011 47.645L-50.011 46.414Q-49.984 46.203-49.773 46.180L-49.605 46.180Q-49.511 46.192-49.449 46.250Q-49.386 46.309-49.374 46.414Q-49.374 46.907-49.009 47.116Q-48.644 47.325-48.109 47.325Q-47.874 47.325-47.671 47.217Q-47.468 47.110-47.345 46.916Q-47.222 46.723-47.222 46.492Q-47.222 46.196-47.417 45.973Q-47.613 45.750-47.902 45.684L-48.910 45.453Q-49.210 45.383-49.462 45.198Q-49.714 45.012-49.863 44.744Q-50.011 44.477-50.011 44.164Q-50.011 43.785-49.802 43.481Q-49.593 43.176-49.251 43.006Q-48.910 42.836-48.535 42.836Q-47.859 42.836-47.429 43.164L-47.359 42.981Q-47.285 42.860-47.148 42.836L-47.070 42.836Q-46.972 42.848-46.910 42.910Q-46.847 42.973-46.835 43.071L-46.835 44.301Q-46.859 44.512-47.070 44.539L-47.238 44.539Q-47.433 44.516-47.468 44.332Q-47.531 43.879-47.798 43.639Q-48.066 43.399-48.527 43.399Q-48.734 43.399-48.941 43.487Q-49.148 43.575-49.281 43.742Q-49.414 43.910-49.414 44.125Q-49.414 44.379-49.220 44.576Q-49.027 44.774-48.757 44.836L-47.749 45.063Q-47.421 45.141-47.167 45.344Q-46.914 45.547-46.767 45.842Q-46.621 46.137-46.621 46.453Q-46.621 46.852-46.824 47.178Q-47.027 47.504-47.371 47.694Q-47.714 47.883-48.101 47.883Q-48.902 47.883-49.421 47.567L-49.492 47.742Q-49.562 47.860-49.703 47.883L-49.773 47.883Q-49.988 47.860-50.011 47.645M-44.085 47.883Q-44.664 47.883-45.074 47.489Q-45.484 47.094-45.685 46.506Q-45.886 45.918-45.886 45.356Q-45.886 44.805-45.685 44.215Q-45.484 43.625-45.074 43.231Q-44.664 42.836-44.085 42.836Q-43.585 42.836-43.183 43.164Q-43.136 43.078-43.093 43.006Q-43.050 42.934-42.998 42.891Q-42.945 42.848-42.871 42.836L-42.792 42.836Q-42.695 42.848-42.632 42.910Q-42.570 42.973-42.558 43.071L-42.558 44.399Q-42.570 44.492-42.632 44.559Q-42.695 44.625-42.792 44.637L-42.960 44.637Q-43.156 44.610-43.191 44.430Q-43.246 44.012-43.457 43.705Q-43.667 43.399-44.039 43.399Q-44.433 43.399-44.708 43.723Q-44.984 44.047-45.115 44.508Q-45.246 44.969-45.246 45.356Q-45.246 45.758-45.117 46.217Q-44.988 46.676-44.718 47Q-44.449 47.325-44.054 47.325Q-43.671 47.325-43.466 46.971Q-43.261 46.617-43.214 46.172L-43.632 46.172Q-43.843 46.149-43.878 45.934L-43.878 45.844Q-43.839 45.637-43.632 45.614L-42.429 45.614Q-42.222 45.637-42.183 45.844L-42.183 45.934Q-42.218 46.149-42.429 46.172L-42.558 46.172L-42.558 47.582Q-42.609 47.785-42.808 47.821L-42.953 47.821Q-43.148 47.789-43.199 47.582L-43.199 47.532Q-43.570 47.883-44.085 47.883M-41.808 47.567L-41.808 47.477Q-41.769 47.270-41.562 47.246L-41.312 47.246L-41.312 43.477L-41.562 43.477Q-41.769 43.453-41.808 43.239L-41.808 43.149Q-41.769 42.942-41.562 42.918L-39.746 42.918Q-39.195 42.918-38.800 43.311Q-38.406 43.703-38.210 44.282Q-38.015 44.860-38.015 45.407Q-38.015 45.934-38.214 46.498Q-38.414 47.063-38.806 47.434Q-39.199 47.805-39.746 47.805L-41.562 47.805Q-41.769 47.782-41.808 47.567M-40.671 43.477L-40.671 47.246L-39.906 47.246Q-39.312 47.246-38.984 46.651Q-38.656 46.055-38.656 45.407Q-38.656 45-38.791 44.551Q-38.925 44.102-39.210 43.789Q-39.496 43.477-39.906 43.477\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-good)\" d=\"m-50.437-54.625 2.302 3.847 2.301 3.711 2.301 3.559 2.302 3.41 2.301 3.268 2.302 3.136 2.301 3.006 2.302 2.882 2.301 2.763 2.302 2.647 2.301 2.536 2.301 2.441 2.302 2.33 2.301 2.245 2.302 2.14 2.301 2.058 2.302 1.981 2.301 1.889 2.302 1.812 2.301 1.738 2.302 1.67L.195 2.043l2.301 1.54 2.302 1.464 2.301 1.41L9.401 7.81l2.301 1.295 2.302 1.25 2.301 1.183 2.302 1.146 2.301 1.099 2.302 1.041 2.301 1.015 2.301.968 2.302.92 2.301.892 2.302.846 2.301.816 2.302.78 2.301.75 2.302.724 2.301.686 2.302.666 2.301.63 2.301.61 2.302.583 2.301.554 2.302.535 2.301.517 2.302.497 2.301.47 2.302.451 2.301.432 2.302.422 2.301.396 2.301.384 2.302.367 2.301.346 2.302.338 2.301.33 2.302.31 2.301.3 2.302.282 2.301.273 2.301.262 2.302.253 2.301.236 2.302.234 2.301.217 2.302.215 2.301.208 2.302.196 2.301.179 2.302.187 2.301.17 2.301.168 2.302.151 2.301.159 2.302.142 2.301.14 2.302.132 2.301.132 2.302.122 2.301.111 2.302.114 2.301.113 2.301.103 2.302.103 2.301.095\" style=\"stroke-width:1.2\"\u002F>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg transform=\"translate(108.998 -12.581)\">\u003Cpath d=\"M-50.492 47.567L-50.492 47.477Q-50.441 47.266-50.246 47.246L-50.046 47.246L-50.046 44.918L-50.246 44.918Q-50.453 44.895-50.492 44.676L-50.492 44.590Q-50.441 44.375-50.246 44.356L-49.765 44.356Q-49.574 44.379-49.515 44.590Q-49.195 44.317-48.781 44.317Q-48.589 44.317-48.421 44.426Q-48.253 44.535-48.179 44.707Q-48.003 44.516-47.781 44.416Q-47.558 44.317-47.316 44.317Q-46.898 44.317-46.744 44.659Q-46.589 45-46.589 45.469L-46.589 47.246L-46.390 47.246Q-46.179 47.270-46.140 47.477L-46.140 47.567Q-46.191 47.782-46.390 47.805L-47.207 47.805Q-47.402 47.782-47.453 47.567L-47.453 47.477Q-47.402 47.270-47.207 47.246L-47.117 47.246L-47.117 45.500Q-47.117 44.875-47.367 44.875Q-47.699 44.875-47.876 45.186Q-48.054 45.496-48.054 45.860L-48.054 47.246L-47.851 47.246Q-47.644 47.270-47.605 47.477L-47.605 47.567Q-47.656 47.782-47.851 47.805L-48.667 47.805Q-48.867 47.782-48.917 47.567L-48.917 47.477Q-48.867 47.270-48.667 47.246L-48.582 47.246L-48.582 45.500Q-48.582 44.875-48.828 44.875Q-49.160 44.875-49.337 45.188Q-49.515 45.500-49.515 45.860L-49.515 47.246L-49.316 47.246Q-49.109 47.270-49.070 47.477L-49.070 47.567Q-49.121 47.785-49.316 47.805L-50.246 47.805Q-50.453 47.782-50.492 47.567M-44.070 47.844Q-44.542 47.844-44.927 47.600Q-45.312 47.356-45.535 46.946Q-45.757 46.535-45.757 46.078Q-45.757 45.735-45.632 45.412Q-45.507 45.090-45.277 44.836Q-45.046 44.582-44.740 44.438Q-44.433 44.293-44.070 44.293Q-43.707 44.293-43.394 44.440Q-43.082 44.586-42.859 44.832Q-42.636 45.078-42.509 45.399Q-42.382 45.719-42.382 46.078Q-42.382 46.535-42.607 46.948Q-42.832 47.360-43.216 47.602Q-43.601 47.844-44.070 47.844M-44.070 47.285Q-43.605 47.285-43.314 46.891Q-43.023 46.496-43.023 46.012Q-43.023 45.719-43.158 45.451Q-43.292 45.184-43.533 45.018Q-43.773 44.852-44.070 44.852Q-44.374 44.852-44.613 45.018Q-44.851 45.184-44.986 45.451Q-45.121 45.719-45.121 46.012Q-45.121 46.492-44.828 46.889Q-44.535 47.285-44.070 47.285M-41.999 47.567L-41.999 47.477Q-41.949 47.266-41.753 47.246L-41.554 47.246L-41.554 44.918L-41.753 44.918Q-41.960 44.895-41.999 44.676L-41.999 44.590Q-41.949 44.375-41.753 44.356L-41.273 44.356Q-41.082 44.379-41.023 44.590Q-40.703 44.317-40.289 44.317Q-40.097 44.317-39.929 44.426Q-39.761 44.535-39.687 44.707Q-39.511 44.516-39.289 44.416Q-39.066 44.317-38.824 44.317Q-38.406 44.317-38.251 44.659Q-38.097 45-38.097 45.469L-38.097 47.246L-37.898 47.246Q-37.687 47.270-37.648 47.477L-37.648 47.567Q-37.699 47.782-37.898 47.805L-38.714 47.805Q-38.910 47.782-38.960 47.567L-38.960 47.477Q-38.910 47.270-38.714 47.246L-38.624 47.246L-38.624 45.500Q-38.624 44.875-38.874 44.875Q-39.207 44.875-39.384 45.186Q-39.562 45.496-39.562 45.860L-39.562 47.246L-39.359 47.246Q-39.152 47.270-39.113 47.477L-39.113 47.567Q-39.164 47.782-39.359 47.805L-40.175 47.805Q-40.374 47.782-40.425 47.567L-40.425 47.477Q-40.374 47.270-40.175 47.246L-40.089 47.246L-40.089 45.500Q-40.089 44.875-40.335 44.875Q-40.667 44.875-40.845 45.188Q-41.023 45.500-41.023 45.860L-41.023 47.246L-40.824 47.246Q-40.617 47.270-40.578 47.477L-40.578 47.567Q-40.628 47.785-40.824 47.805L-41.753 47.805Q-41.960 47.782-41.999 47.567M-34.187 46.317L-36.628 46.317Q-36.574 46.594-36.376 46.817Q-36.179 47.039-35.902 47.162Q-35.624 47.285-35.339 47.285Q-34.867 47.285-34.644 46.996Q-34.636 46.985-34.580 46.879Q-34.523 46.774-34.474 46.731Q-34.425 46.688-34.332 46.676L-34.187 46.676Q-33.996 46.696-33.937 46.910L-33.937 46.965Q-34.003 47.266-34.234 47.463Q-34.464 47.660-34.777 47.752Q-35.089 47.844-35.394 47.844Q-35.878 47.844-36.318 47.616Q-36.757 47.387-37.025 46.987Q-37.292 46.586-37.292 46.094L-37.292 46.035Q-37.292 45.567-37.046 45.164Q-36.800 44.762-36.392 44.528Q-35.984 44.293-35.515 44.293Q-35.011 44.293-34.658 44.516Q-34.304 44.739-34.121 45.127Q-33.937 45.516-33.937 46.020L-33.937 46.078Q-33.996 46.293-34.187 46.317M-36.621 45.766L-34.593 45.766Q-34.640 45.356-34.878 45.104Q-35.117 44.852-35.515 44.852Q-35.910 44.852-36.216 45.114Q-36.523 45.375-36.621 45.766M-33.382 47.567L-33.382 47.477Q-33.339 47.270-33.132 47.246L-32.710 47.246L-32.710 44.918L-33.132 44.918Q-33.339 44.895-33.382 44.676L-33.382 44.590Q-33.335 44.379-33.132 44.356L-32.316 44.356Q-32.121 44.379-32.070 44.590L-32.070 44.676L-32.078 44.700Q-31.851 44.520-31.578 44.418Q-31.304 44.317-31.011 44.317Q-30.664 44.317-30.425 44.457Q-30.187 44.598-30.072 44.856Q-29.957 45.114-29.957 45.469L-29.957 47.246L-29.531 47.246Q-29.324 47.270-29.285 47.477L-29.285 47.567Q-29.324 47.782-29.531 47.805L-30.925 47.805Q-31.121 47.782-31.171 47.567L-31.171 47.477Q-31.121 47.266-30.925 47.246L-30.597 47.246L-30.597 45.500Q-30.597 45.192-30.687 45.034Q-30.777 44.875-31.070 44.875Q-31.339 44.875-31.568 45.006Q-31.796 45.137-31.933 45.366Q-32.070 45.594-32.070 45.860L-32.070 47.246L-31.644 47.246Q-31.437 47.270-31.398 47.477L-31.398 47.567Q-31.437 47.782-31.644 47.805L-33.132 47.805Q-33.339 47.782-33.382 47.567M-28.007 46.700L-28.007 44.918L-28.757 44.918Q-28.957 44.895-29.007 44.676L-29.007 44.590Q-28.957 44.379-28.757 44.356L-28.007 44.356L-28.007 43.606Q-27.957 43.399-27.757 43.371L-27.613 43.371Q-27.417 43.399-27.367 43.606L-27.367 44.356L-26.007 44.356Q-25.816 44.375-25.757 44.590L-25.757 44.676Q-25.812 44.895-26.007 44.918L-27.367 44.918L-27.367 46.668Q-27.367 47.285-26.792 47.285Q-26.542 47.285-26.378 47.100Q-26.214 46.914-26.214 46.668Q-26.214 46.575-26.142 46.504Q-26.070 46.434-25.968 46.422L-25.824 46.422Q-25.624 46.446-25.574 46.653L-25.574 46.700Q-25.574 47.024-25.757 47.287Q-25.941 47.551-26.234 47.698Q-26.527 47.844-26.847 47.844Q-27.359 47.844-27.683 47.534Q-28.007 47.223-28.007 46.700M-24.218 46.950L-24.218 44.918L-24.640 44.918Q-24.847 44.895-24.890 44.676L-24.890 44.590Q-24.843 44.379-24.640 44.356L-23.824 44.356Q-23.628 44.379-23.578 44.590L-23.578 46.918Q-23.578 47.153-23.408 47.219Q-23.238 47.285-22.953 47.285Q-22.746 47.285-22.550 47.209Q-22.355 47.133-22.230 46.983Q-22.105 46.832-22.105 46.621L-22.105 44.918L-22.527 44.918Q-22.738 44.895-22.777 44.676L-22.777 44.590Q-22.738 44.379-22.527 44.356L-21.714 44.356Q-21.515 44.379-21.464 44.590L-21.464 47.246L-21.039 47.246Q-20.832 47.270-20.792 47.477L-20.792 47.567Q-20.832 47.782-21.039 47.805L-21.855 47.805Q-22.054 47.782-22.105 47.582Q-22.507 47.844-23.015 47.844Q-23.249 47.844-23.464 47.803Q-23.679 47.762-23.845 47.660Q-24.011 47.559-24.115 47.381Q-24.218 47.203-24.218 46.950M-20.769 47.567L-20.769 47.477Q-20.718 47.266-20.523 47.246L-20.324 47.246L-20.324 44.918L-20.523 44.918Q-20.730 44.895-20.769 44.676L-20.769 44.590Q-20.718 44.375-20.523 44.356L-20.042 44.356Q-19.851 44.379-19.792 44.590Q-19.472 44.317-19.058 44.317Q-18.867 44.317-18.699 44.426Q-18.531 44.535-18.457 44.707Q-18.281 44.516-18.058 44.416Q-17.835 44.317-17.593 44.317Q-17.175 44.317-17.021 44.659Q-16.867 45-16.867 45.469L-16.867 47.246L-16.667 47.246Q-16.457 47.270-16.417 47.477L-16.417 47.567Q-16.468 47.782-16.667 47.805L-17.484 47.805Q-17.679 47.782-17.730 47.567L-17.730 47.477Q-17.679 47.270-17.484 47.246L-17.394 47.246L-17.394 45.500Q-17.394 44.875-17.644 44.875Q-17.976 44.875-18.154 45.186Q-18.332 45.496-18.332 45.860L-18.332 47.246L-18.128 47.246Q-17.921 47.270-17.882 47.477L-17.882 47.567Q-17.933 47.782-18.128 47.805L-18.945 47.805Q-19.144 47.782-19.195 47.567L-19.195 47.477Q-19.144 47.270-18.945 47.246L-18.859 47.246L-18.859 45.500Q-18.859 44.875-19.105 44.875Q-19.437 44.875-19.615 45.188Q-19.792 45.500-19.792 45.860L-19.792 47.246L-19.593 47.246Q-19.386 47.270-19.347 47.477L-19.347 47.567Q-19.398 47.785-19.593 47.805L-20.523 47.805Q-20.730 47.782-20.769 47.567\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-50.437-54.056 2.302 6.928 2.301 6.434 2.301 5.954 2.302 5.514 2.301 5.108 2.302 4.733 2.301 4.387 2.302 4.047 2.301 3.757 2.302 3.484 2.301 3.22 2.301 2.988 2.302 2.761 2.301 2.555 2.302 2.366 2.301 2.198 2.302 2.029 2.301 1.888 2.302 1.736 2.301 1.617 2.302 1.492 2.301 1.381 2.301 1.287 2.302 1.184 2.301 1.099 2.302 1.014 2.301.948 2.302.864 2.301.808 2.302.751 2.301.695 2.302.639 2.301.592 2.301.554 2.302.507 2.301.479 2.302.431 2.301.404 2.302.377 2.301.347 2.302.32 2.301.3 2.302.272 2.301.254 2.301.243 2.302.216 2.301.198 2.302.188 2.301.178 2.302.16 2.301.15 2.302.141 2.301.122 2.302.122 2.301.104 2.301.103 2.302.094 2.301.094 2.302.074 2.301.076 2.302.065 2.301.064 2.302.059 2.301.055 2.301.051 2.302.046 2.301.044 2.302.04 2.301.038 2.302.034 2.301.033 2.302.029 2.301.027 2.302.026 2.301.024 2.301.021 2.302.02 2.301.02 2.302.016 2.301.016 2.302.016 2.301.013 2.302.013 2.301.011 2.302.012 2.301.01 2.301.01 2.302.008 2.301.007\" style=\"stroke-width:1.2\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg transform=\"translate(46.212 -13.205)\">\u003Cpath d=\"M-50.207 47.567L-50.207 47.477Q-50.148 47.266-49.957 47.246L-49.734 47.246L-48.781 43.063Q-48.757 42.946-48.662 42.871Q-48.566 42.797-48.453 42.797L-48.179 42.797Q-48.066 42.797-47.970 42.873Q-47.874 42.950-47.851 43.063L-46.902 47.246L-46.675 47.246Q-46.468 47.270-46.429 47.477L-46.429 47.567Q-46.480 47.782-46.675 47.805L-47.757 47.805Q-47.953 47.782-48.003 47.567L-48.003 47.477Q-47.953 47.270-47.757 47.246L-47.558 47.246Q-47.687 46.680-47.710 46.598L-48.925 46.598Q-48.968 46.782-49.078 47.246L-48.878 47.246Q-48.679 47.270-48.628 47.477L-48.628 47.567Q-48.679 47.782-48.878 47.805L-49.957 47.805Q-50.164 47.782-50.207 47.567M-48.804 46.035L-47.828 46.035Q-48.308 43.903-48.308 43.559L-48.316 43.559Q-48.316 43.742-48.457 44.426Q-48.597 45.110-48.804 46.035M-44.328 47.844Q-44.792 47.844-45.158 47.594Q-45.523 47.344-45.728 46.940Q-45.933 46.535-45.933 46.078Q-45.933 45.735-45.808 45.414Q-45.683 45.094-45.451 44.844Q-45.218 44.594-44.914 44.455Q-44.609 44.317-44.253 44.317Q-43.742 44.317-43.335 44.637L-43.335 43.477L-43.757 43.477Q-43.968 43.453-44.007 43.239L-44.007 43.149Q-43.968 42.942-43.757 42.918L-42.945 42.918Q-42.746 42.942-42.695 43.149L-42.695 47.246L-42.269 47.246Q-42.062 47.270-42.023 47.477L-42.023 47.567Q-42.062 47.782-42.269 47.805L-43.085 47.805Q-43.285 47.782-43.335 47.567L-43.335 47.438Q-43.531 47.629-43.792 47.737Q-44.054 47.844-44.328 47.844M-44.289 47.285Q-43.929 47.285-43.677 47.016Q-43.425 46.746-43.335 46.371L-43.335 45.539Q-43.394 45.352-43.521 45.201Q-43.648 45.051-43.826 44.963Q-44.003 44.875-44.199 44.875Q-44.507 44.875-44.757 45.045Q-45.007 45.215-45.152 45.500Q-45.296 45.785-45.296 46.086Q-45.296 46.535-45.011 46.910Q-44.726 47.285-44.289 47.285M-41.539 46.692Q-41.539 46.246-41.124 45.989Q-40.710 45.731-40.169 45.631Q-39.628 45.532-39.121 45.524Q-39.121 45.309-39.255 45.157Q-39.390 45.004-39.597 44.928Q-39.804 44.852-40.015 44.852Q-40.359 44.852-40.519 44.875L-40.519 44.934Q-40.519 45.102-40.638 45.217Q-40.757 45.332-40.921 45.332Q-41.097 45.332-41.212 45.209Q-41.328 45.086-41.328 44.918Q-41.328 44.512-40.947 44.403Q-40.566 44.293-40.007 44.293Q-39.738 44.293-39.470 44.371Q-39.203 44.450-38.978 44.600Q-38.753 44.750-38.617 44.971Q-38.480 45.192-38.480 45.469L-38.480 47.188Q-38.480 47.246-37.953 47.246Q-37.757 47.266-37.707 47.477L-37.707 47.567Q-37.757 47.782-37.953 47.805L-38.097 47.805Q-38.441 47.805-38.669 47.758Q-38.898 47.711-39.042 47.524Q-39.503 47.844-40.210 47.844Q-40.546 47.844-40.851 47.703Q-41.156 47.563-41.347 47.301Q-41.539 47.039-41.539 46.692M-40.898 46.700Q-40.898 46.973-40.656 47.129Q-40.414 47.285-40.128 47.285Q-39.910 47.285-39.677 47.227Q-39.445 47.168-39.283 47.030Q-39.121 46.891-39.121 46.668L-39.121 46.078Q-39.402 46.078-39.818 46.135Q-40.234 46.192-40.566 46.330Q-40.898 46.469-40.898 46.700M-37.753 47.567L-37.753 47.477Q-37.703 47.266-37.507 47.246L-37.308 47.246L-37.308 44.918L-37.507 44.918Q-37.714 44.895-37.753 44.676L-37.753 44.590Q-37.703 44.375-37.507 44.356L-37.027 44.356Q-36.835 44.379-36.777 44.590Q-36.457 44.317-36.042 44.317Q-35.851 44.317-35.683 44.426Q-35.515 44.535-35.441 44.707Q-35.265 44.516-35.042 44.416Q-34.820 44.317-34.578 44.317Q-34.160 44.317-34.005 44.659Q-33.851 45-33.851 45.469L-33.851 47.246L-33.652 47.246Q-33.441 47.270-33.402 47.477L-33.402 47.567Q-33.453 47.782-33.652 47.805L-34.468 47.805Q-34.664 47.782-34.714 47.567L-34.714 47.477Q-34.664 47.270-34.468 47.246L-34.378 47.246L-34.378 45.500Q-34.378 44.875-34.628 44.875Q-34.960 44.875-35.138 45.186Q-35.316 45.496-35.316 45.860L-35.316 47.246L-35.113 47.246Q-34.906 47.270-34.867 47.477L-34.867 47.567Q-34.917 47.782-35.113 47.805L-35.929 47.805Q-36.128 47.782-36.179 47.567L-36.179 47.477Q-36.128 47.270-35.929 47.246L-35.843 47.246L-35.843 45.500Q-35.843 44.875-36.089 44.875Q-36.421 44.875-36.599 45.188Q-36.777 45.500-36.777 45.860L-36.777 47.246L-36.578 47.246Q-36.371 47.270-36.332 47.477L-36.332 47.567Q-36.382 47.785-36.578 47.805L-37.507 47.805Q-37.714 47.782-37.753 47.567\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Qualitative loss-vs-iteration. SGD (black) descends slowly, momentum (green) accelerates it, and Adam (blue) drops fastest early; all reach a similar floor.\u003C\u002Ffigcaption>",1785117765182]