[{"data":1,"prerenderedAt":18131},["ShallowReactive",2],{"lesson:\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":3,"course-wordcounts":12359,"ref-card-index":13271,"nav:reinforcement-learning":17954,"tikz:a4619515d795e1716a8ee14f3607e1d5e21569ac5a8ca9d66e9c177736cf9f16":18123,"tikz:53e82222ef4978b80403c408ad84782725a0cf36ddf9f1ca87c9991ff99a8332":18124,"tikz:4022334634b1d4da4d6d0209413b3b88a6494b280a9cf3b4928677b5b438c311":18125,"tikz:315ee85a47affda0cf45dc48c5b9b31084e99134ab1f3db2c0078367e1a74962":18126,"tikz:5bb45f80a486894f92582e2d22b54f3f989c347c0cb4e0e4129f747def5feef2":18127,"tikz:399e2da87a029eb0d50e6dd284558fffff6b4f86ae05e00e8c940d0c3ed155f4":18128,"tikz:ac8d8e2e56d2f7e0d67c0d7020fbbd78837877f017cab3400693a84755f45004":18129,"tikz:34ed8251f4269db1c7522f4f0517aeb65544456f715b9dd1950bd408a4a44189":18130},{"id":4,"title":5,"blurb":6,"body":7,"brief":12328,"category":12329,"description":12330,"draft":12331,"extension":12332,"meta":12333,"module":12335,"navigation":12336,"path":12337,"practice":12338,"rawbody":12339,"readingTime":12340,"seo":12345,"sources":12346,"status":12353,"stem":12354,"summary":12355,"topics":12356,"__hash__":12358},"course\u002F07.reinforcement-learning\u002F05.modern-deep-rl\u002F13.multi-agent-rl.md","Multi-Agent RL: Markov Games and Centralized Training","",{"type":8,"value":9,"toc":12311},"minimark",[10,150,167,172,259,1454,1534,1538,1828,1833,1875,2041,2291,2294,2298,2341,3002,3281,3643,3646,3649,3652,3656,3659,3663,3803,3818,3822,3964,4108,4111,4114,4118,4144,4502,4505,4678,4682,4987,4990,5013,5958,5965,6743,6945,7044,7100,7104,7213,7231,7541,8244,8379,8597,9029,9032,10557,10568,10571,10575,10590,10731,11269,11327,11330,11334,11348,11355,11364,12307],[11,12,13,14,18,19,135,136,140,141,144,145,149],"p",{},"Every method up to here assumed the agent was ",[15,16,17],"strong",{},"alone",". The environment had fixed\ndynamics: take an action, the world responds according to ",[20,21,24],"span",{"className":22},[23],"katex",[20,25,29,107],{"className":26,"ariaHidden":28},[27],"katex-html","true",[20,30,33,38,43,48,94,99,104],{"className":31},[32],"base",[20,34],{"className":35,"style":37},[36],"strut","height:1.0019em;vertical-align:-0.25em;",[20,39,11],{"className":40},[41,42],"mord","mathnormal",[20,44,47],{"className":45},[46],"mopen","(",[20,49,51,55],{"className":50},[41],[20,52,54],{"className":53},[41,42],"s",[20,56,59],{"className":57},[58],"msupsub",[20,60,63],{"className":61},[62],"vlist-t",[20,64,67],{"className":65},[66],"vlist-r",[20,68,72],{"className":69,"style":71},[70],"vlist","height:0.7519em;",[20,73,75,80],{"style":74},"top:-3.063em;margin-right:0.05em;",[20,76],{"className":77,"style":79},[78],"pstrut","height:2.7em;",[20,81,87],{"className":82},[83,84,85,86],"sizing","reset-size6","size3","mtight",[20,88,90],{"className":89},[41,86],[20,91,93],{"className":92},[41,86],"′",[20,95],{"className":96,"style":98},[97],"mspace","margin-right:0.2778em;",[20,100,103],{"className":101},[102],"mrel","∣",[20,105],{"className":106,"style":98},[97],[20,108,110,114,117,122,126,130],{"className":109},[32],[20,111],{"className":112,"style":113},[36],"height:1em;vertical-align:-0.25em;",[20,115,54],{"className":116},[41,42],[20,118,121],{"className":119},[120],"mpunct",",",[20,123],{"className":124,"style":125},[97],"margin-right:0.1667em;",[20,127,129],{"className":128},[41,42],"a",[20,131,134],{"className":132},[133],"mclose",")",", and that\ntransition kernel never changes. That assumption is what lets the Bellman equation have\na fixed point and lets Q-learning converge. It is also false the moment a second learning\nagent shares the world. A market has many traders, a road has many drivers, a game of Go\nhas an opponent — and each of them is ",[137,138,139],"em",{},"also"," adapting. When the others change their\nbehavior, they change the dynamics ",[137,142,143],{},"you"," face. The fixed environment that grounds\nsingle-agent ",[129,146,148],{"href":147},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","MDPs","\ndissolves.",[11,151,152,153,157,158,161,162,166],{},"This is a different problem, with its own\nmathematical object (the Markov game), its own central pathology (non-stationarity), and\nits own dominant algorithmic paradigm (centralized training, decentralized execution).\nThis lesson builds all three. A\n",[129,154,156],{"href":155},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2","companion lesson"," then\nturns to the setting where multi-agent RL has produced its strongest results —\n",[15,159,160],{},"self-play",", the engine behind AlphaGo, OpenAI Five, and AlphaStar — and the\nequilibrium concepts that define what ",[163,164,165],"q",{},"solved"," means.",[168,169,171],"h2",{"id":170},"the-setting-markov-games","The setting: Markov games",[11,173,174,175,240,241,244,245,248,249],{},"The single-agent MDP is a tuple ",[20,176,178],{"className":177},[23],[20,179,181],{"className":180,"ariaHidden":28},[27],[20,182,184,187,190,196,199,202,206,209,212,215,218,221,226,229,232,237],{"className":183},[32],[20,185],{"className":186,"style":113},[36],[20,188,47],{"className":189},[46],[20,191,195],{"className":192,"style":194},[41,193],"mathcal","margin-right:0.075em;","S",[20,197,121],{"className":198},[120],[20,200],{"className":201,"style":125},[97],[20,203,205],{"className":204},[41,193],"A",[20,207,121],{"className":208},[120],[20,210],{"className":211,"style":125},[97],[20,213,11],{"className":214},[41,42],[20,216,121],{"className":217},[120],[20,219],{"className":220,"style":125},[97],[20,222,225],{"className":223,"style":224},[41,42],"margin-right:0.0278em;","r",[20,227,121],{"className":228},[120],[20,230],{"className":231,"style":125},[97],[20,233,236],{"className":234,"style":235},[41,42],"margin-right:0.0556em;","γ",[20,238,134],{"className":239},[133],". The\nmulti-agent generalization keeps the state and the discount but gives every agent its own\naction set and its own reward. It is called a ",[15,242,243],{},"Markov game"," (or ",[15,246,247],{},"stochastic game","),\nintroduced by Shapley in 1953, decades before MDPs were standard.",[250,251,252],"sup",{},[129,253,258],{"href":254,"ariaDescribedBy":255,"dataFootnoteRef":6,"id":257},"#user-content-fn-shapley",[256],"footnote-label","user-content-fnref-shapley","1",[260,261,263],"callout",{"type":262},"definition",[11,264,265,268,269,287,288,560,561,576,577,630,631,647,648,922,923,1003,1004,1007,1008,1078,1079,1094,1095,1214,1215,1453],{},[15,266,267],{},"Definition (Markov game)."," A Markov game with ",[20,270,272],{"className":271},[23],[20,273,275],{"className":274,"ariaHidden":28},[27],[20,276,278,282],{"className":277},[32],[20,279],{"className":280,"style":281},[36],"height:0.6833em;",[20,283,286],{"className":284,"style":285},[41,42],"margin-right:0.109em;","N"," agents is a tuple\n",[20,289,291],{"className":290},[23],[20,292,294],{"className":293,"ariaHidden":28},[27],[20,295,297,301,304,307,310,313,317,364,429,432,435,438,441,444,447,488,548,551,554,557],{"className":296},[32],[20,298],{"className":299,"style":300},[36],"height:1.1em;vertical-align:-0.2587em;",[20,302,47],{"className":303},[46],[20,305,195],{"className":306,"style":194},[41,193],[20,308,121],{"className":309},[120],[20,311],{"className":312,"style":125},[97],[20,314,316],{"className":315},[46],"{",[20,318,320,323],{"className":319},[41],[20,321,205],{"className":322},[41,193],[20,324,326],{"className":325},[58],[20,327,330,355],{"className":328},[62,329],"vlist-t2",[20,331,333,350],{"className":332},[66],[20,334,337],{"className":335,"style":336},[70],"height:0.3117em;",[20,338,340,343],{"style":339},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[20,341],{"className":342,"style":79},[78],[20,344,346],{"className":345},[83,84,85,86],[20,347,349],{"className":348},[41,42,86],"i",[20,351,354],{"className":352},[353],"vlist-s","​",[20,356,358],{"className":357},[66],[20,359,362],{"className":360,"style":361},[70],"height:0.15em;",[20,363],{},[20,365,367,371],{"className":366},[133],[20,368,370],{"className":369},[133],"}",[20,372,374],{"className":373},[58],[20,375,377,420],{"className":376},[62,329],[20,378,380,417],{"className":379},[66],[20,381,384,406],{"className":382,"style":383},[70],"height:0.8413em;",[20,385,387,390],{"style":386},"top:-2.4413em;margin-left:0em;margin-right:0.05em;",[20,388],{"className":389,"style":79},[78],[20,391,393],{"className":392},[83,84,85,86],[20,394,396,399,403],{"className":395},[41,86],[20,397,349],{"className":398},[41,42,86],[20,400,402],{"className":401},[102,86],"=",[20,404,258],{"className":405},[41,86],[20,407,408,411],{"style":74},[20,409],{"className":410,"style":79},[78],[20,412,414],{"className":413},[83,84,85,86],[20,415,286],{"className":416,"style":285},[41,42,86],[20,418,354],{"className":419},[353],[20,421,423],{"className":422},[66],[20,424,427],{"className":425,"style":426},[70],"height:0.2587em;",[20,428],{},[20,430,121],{"className":431},[120],[20,433],{"className":434,"style":125},[97],[20,436,11],{"className":437},[41,42],[20,439,121],{"className":440},[120],[20,442],{"className":443,"style":125},[97],[20,445,316],{"className":446},[46],[20,448,450,453],{"className":449},[41],[20,451,225],{"className":452,"style":224},[41,42],[20,454,456],{"className":455},[58],[20,457,459,480],{"className":458},[62,329],[20,460,462,477],{"className":461},[66],[20,463,465],{"className":464,"style":336},[70],[20,466,468,471],{"style":467},"top:-2.55em;margin-left:-0.0278em;margin-right:0.05em;",[20,469],{"className":470,"style":79},[78],[20,472,474],{"className":473},[83,84,85,86],[20,475,349],{"className":476},[41,42,86],[20,478,354],{"className":479},[353],[20,481,483],{"className":482},[66],[20,484,486],{"className":485,"style":361},[70],[20,487],{},[20,489,491,494],{"className":490},[133],[20,492,370],{"className":493},[133],[20,495,497],{"className":496},[58],[20,498,500,540],{"className":499},[62,329],[20,501,503,537],{"className":502},[66],[20,504,506,526],{"className":505,"style":383},[70],[20,507,508,511],{"style":386},[20,509],{"className":510,"style":79},[78],[20,512,514],{"className":513},[83,84,85,86],[20,515,517,520,523],{"className":516},[41,86],[20,518,349],{"className":519},[41,42,86],[20,521,402],{"className":522},[102,86],[20,524,258],{"className":525},[41,86],[20,527,528,531],{"style":74},[20,529],{"className":530,"style":79},[78],[20,532,534],{"className":533},[83,84,85,86],[20,535,286],{"className":536,"style":285},[41,42,86],[20,538,354],{"className":539},[353],[20,541,543],{"className":542},[66],[20,544,546],{"className":545,"style":426},[70],[20,547],{},[20,549,121],{"className":550},[120],[20,552],{"className":553,"style":125},[97],[20,555,236],{"className":556,"style":235},[41,42],[20,558,134],{"className":559},[133]," where\n",[20,562,564],{"className":563},[23],[20,565,567],{"className":566,"ariaHidden":28},[27],[20,568,570,573],{"className":569},[32],[20,571],{"className":572,"style":281},[36],[20,574,195],{"className":575,"style":194},[41,193]," is the state space, ",[20,578,580],{"className":579},[23],[20,581,583],{"className":582,"ariaHidden":28},[27],[20,584,586,590],{"className":585},[32],[20,587],{"className":588,"style":589},[36],"height:0.8333em;vertical-align:-0.15em;",[20,591,593,596],{"className":592},[41],[20,594,205],{"className":595},[41,193],[20,597,599],{"className":598},[58],[20,600,602,622],{"className":601},[62,329],[20,603,605,619],{"className":604},[66],[20,606,608],{"className":607,"style":336},[70],[20,609,610,613],{"style":339},[20,611],{"className":612,"style":79},[78],[20,614,616],{"className":615},[83,84,85,86],[20,617,349],{"className":618},[41,42,86],[20,620,354],{"className":621},[353],[20,623,625],{"className":624},[66],[20,626,628],{"className":627,"style":361},[70],[20,629],{}," is agent ",[20,632,634],{"className":633},[23],[20,635,637],{"className":636,"ariaHidden":28},[27],[20,638,640,644],{"className":639},[32],[20,641],{"className":642,"style":643},[36],"height:0.6595em;",[20,645,349],{"className":646},[41,42],"'s action set, the joint\naction is ",[20,649,651],{"className":650},[23],[20,652,654,674,798,856,876],{"className":653,"ariaHidden":28},[27],[20,655,657,661,665,668,671],{"className":656},[32],[20,658],{"className":659,"style":660},[36],"height:0.4444em;",[20,662,129],{"className":663},[41,664],"mathbf",[20,666],{"className":667,"style":98},[97],[20,669,402],{"className":670},[102],[20,672],{"className":673,"style":98},[97],[20,675,677,680,683,724,727,730,735,738,741,744,785,788,791,795],{"className":676},[32],[20,678],{"className":679,"style":113},[36],[20,681,47],{"className":682},[46],[20,684,686,689],{"className":685},[41],[20,687,129],{"className":688},[41,42],[20,690,692],{"className":691},[58],[20,693,695,716],{"className":694},[62,329],[20,696,698,713],{"className":697},[66],[20,699,702],{"className":700,"style":701},[70],"height:0.3011em;",[20,703,704,707],{"style":339},[20,705],{"className":706,"style":79},[78],[20,708,710],{"className":709},[83,84,85,86],[20,711,258],{"className":712},[41,86],[20,714,354],{"className":715},[353],[20,717,719],{"className":718},[66],[20,720,722],{"className":721,"style":361},[70],[20,723],{},[20,725,121],{"className":726},[120],[20,728],{"className":729,"style":125},[97],[20,731,734],{"className":732},[733],"minner","…",[20,736],{"className":737,"style":125},[97],[20,739,121],{"className":740},[120],[20,742],{"className":743,"style":125},[97],[20,745,747,750],{"className":746},[41],[20,748,129],{"className":749},[41,42],[20,751,753],{"className":752},[58],[20,754,756,777],{"className":755},[62,329],[20,757,759,774],{"className":758},[66],[20,760,763],{"className":761,"style":762},[70],"height:0.3283em;",[20,764,765,768],{"style":339},[20,766],{"className":767,"style":79},[78],[20,769,771],{"className":770},[83,84,85,86],[20,772,286],{"className":773,"style":285},[41,42,86],[20,775,354],{"className":776},[353],[20,778,780],{"className":779},[66],[20,781,783],{"className":782,"style":361},[70],[20,784],{},[20,786,134],{"className":787},[133],[20,789],{"className":790,"style":98},[97],[20,792,794],{"className":793},[102],"∈",[20,796],{"className":797,"style":98},[97],[20,799,801,804,844,848,853],{"className":800},[32],[20,802],{"className":803,"style":589},[36],[20,805,807,810],{"className":806},[41],[20,808,205],{"className":809},[41,193],[20,811,813],{"className":812},[58],[20,814,816,836],{"className":815},[62,329],[20,817,819,833],{"className":818},[66],[20,820,822],{"className":821,"style":701},[70],[20,823,824,827],{"style":339},[20,825],{"className":826,"style":79},[78],[20,828,830],{"className":829},[83,84,85,86],[20,831,258],{"className":832},[41,86],[20,834,354],{"className":835},[353],[20,837,839],{"className":838},[66],[20,840,842],{"className":841,"style":361},[70],[20,843],{},[20,845],{"className":846,"style":847},[97],"margin-right:0.2222em;",[20,849,852],{"className":850},[851],"mbin","×",[20,854],{"className":855,"style":847},[97],[20,857,859,863,867,870,873],{"className":858},[32],[20,860],{"className":861,"style":862},[36],"height:0.6667em;vertical-align:-0.0833em;",[20,864,866],{"className":865},[733],"⋯",[20,868],{"className":869,"style":847},[97],[20,871,852],{"className":872},[851],[20,874],{"className":875,"style":847},[97],[20,877,879,882],{"className":878},[32],[20,880],{"className":881,"style":589},[36],[20,883,885,888],{"className":884},[41],[20,886,205],{"className":887},[41,193],[20,889,891],{"className":890},[58],[20,892,894,914],{"className":893},[62,329],[20,895,897,911],{"className":896},[66],[20,898,900],{"className":899,"style":762},[70],[20,901,902,905],{"style":339},[20,903],{"className":904,"style":79},[78],[20,906,908],{"className":907},[83,84,85,86],[20,909,286],{"className":910,"style":285},[41,42,86],[20,912,354],{"className":913},[353],[20,915,917],{"className":916},[66],[20,918,920],{"className":919,"style":361},[70],[20,921],{},", the transition kernel ",[20,924,926],{"className":925},[23],[20,927,929,982],{"className":928,"ariaHidden":28},[27],[20,930,932,935,938,941,973,976,979],{"className":931},[32],[20,933],{"className":934,"style":37},[36],[20,936,11],{"className":937},[41,42],[20,939,47],{"className":940},[46],[20,942,944,947],{"className":943},[41],[20,945,54],{"className":946},[41,42],[20,948,950],{"className":949},[58],[20,951,953],{"className":952},[62],[20,954,956],{"className":955},[66],[20,957,959],{"className":958,"style":71},[70],[20,960,961,964],{"style":74},[20,962],{"className":963,"style":79},[78],[20,965,967],{"className":966},[83,84,85,86],[20,968,970],{"className":969},[41,86],[20,971,93],{"className":972},[41,86],[20,974],{"className":975,"style":98},[97],[20,977,103],{"className":978},[102],[20,980],{"className":981,"style":98},[97],[20,983,985,988,991,994,997,1000],{"className":984},[32],[20,986],{"className":987,"style":113},[36],[20,989,54],{"className":990},[41,42],[20,992,121],{"className":993},[120],[20,995],{"className":996,"style":125},[97],[20,998,129],{"className":999},[41,664],[20,1001,134],{"className":1002},[133]," depends on the ",[15,1005,1006],{},"joint","\naction, and each agent has its own reward ",[20,1009,1011],{"className":1010},[23],[20,1012,1014],{"className":1013,"ariaHidden":28},[27],[20,1015,1017,1020,1060,1063,1066,1069,1072,1075],{"className":1016},[32],[20,1018],{"className":1019,"style":113},[36],[20,1021,1023,1026],{"className":1022},[41],[20,1024,225],{"className":1025,"style":224},[41,42],[20,1027,1029],{"className":1028},[58],[20,1030,1032,1052],{"className":1031},[62,329],[20,1033,1035,1049],{"className":1034},[66],[20,1036,1038],{"className":1037,"style":336},[70],[20,1039,1040,1043],{"style":467},[20,1041],{"className":1042,"style":79},[78],[20,1044,1046],{"className":1045},[83,84,85,86],[20,1047,349],{"className":1048},[41,42,86],[20,1050,354],{"className":1051},[353],[20,1053,1055],{"className":1054},[66],[20,1056,1058],{"className":1057,"style":361},[70],[20,1059],{},[20,1061,47],{"className":1062},[46],[20,1064,54],{"className":1065},[41,42],[20,1067,121],{"className":1068},[120],[20,1070],{"className":1071,"style":125},[97],[20,1073,129],{"className":1074},[41,664],[20,1076,134],{"className":1077},[133],". Agent ",[20,1080,1082],{"className":1081},[23],[20,1083,1085],{"className":1084,"ariaHidden":28},[27],[20,1086,1088,1091],{"className":1087},[32],[20,1089],{"className":1090,"style":643},[36],[20,1092,349],{"className":1093},[41,42]," follows a\npolicy ",[20,1096,1098],{"className":1097},[23],[20,1099,1101,1202],{"className":1100,"ariaHidden":28},[27],[20,1102,1104,1107,1150,1153,1193,1196,1199],{"className":1103},[32],[20,1105],{"className":1106,"style":113},[36],[20,1108,1110,1115],{"className":1109},[41],[20,1111,1114],{"className":1112,"style":1113},[41,42],"margin-right:0.0359em;","π",[20,1116,1118],{"className":1117},[58],[20,1119,1121,1142],{"className":1120},[62,329],[20,1122,1124,1139],{"className":1123},[66],[20,1125,1127],{"className":1126,"style":336},[70],[20,1128,1130,1133],{"style":1129},"top:-2.55em;margin-left:-0.0359em;margin-right:0.05em;",[20,1131],{"className":1132,"style":79},[78],[20,1134,1136],{"className":1135},[83,84,85,86],[20,1137,349],{"className":1138},[41,42,86],[20,1140,354],{"className":1141},[353],[20,1143,1145],{"className":1144},[66],[20,1146,1148],{"className":1147,"style":361},[70],[20,1149],{},[20,1151,47],{"className":1152},[46],[20,1154,1156,1159],{"className":1155},[41],[20,1157,129],{"className":1158},[41,42],[20,1160,1162],{"className":1161},[58],[20,1163,1165,1185],{"className":1164},[62,329],[20,1166,1168,1182],{"className":1167},[66],[20,1169,1171],{"className":1170,"style":336},[70],[20,1172,1173,1176],{"style":339},[20,1174],{"className":1175,"style":79},[78],[20,1177,1179],{"className":1178},[83,84,85,86],[20,1180,349],{"className":1181},[41,42,86],[20,1183,354],{"className":1184},[353],[20,1186,1188],{"className":1187},[66],[20,1189,1191],{"className":1190,"style":361},[70],[20,1192],{},[20,1194],{"className":1195,"style":98},[97],[20,1197,103],{"className":1198},[102],[20,1200],{"className":1201,"style":98},[97],[20,1203,1205,1208,1211],{"className":1204},[32],[20,1206],{"className":1207,"style":113},[36],[20,1209,54],{"className":1210},[41,42],[20,1212,134],{"className":1213},[133]," and maximizes its own expected return\n",[20,1216,1218],{"className":1217},[23],[20,1219,1221],{"className":1220,"ariaHidden":28},[27],[20,1222,1224,1228,1233,1237,1286,1289,1319,1359,1362,1403,1406,1409,1449],{"className":1223},[32],[20,1225],{"className":1226,"style":1227},[36],"height:1.0933em;vertical-align:-0.2997em;",[20,1229,1232],{"className":1230},[41,1231],"mathbb","E",[20,1234,1236],{"className":1235},[46],"[",[20,1238,1241,1248],{"className":1239},[1240],"mop",[20,1242,1247],{"className":1243,"style":1246},[1240,1244,1245],"op-symbol","small-op","position:relative;top:0em;","∑",[20,1249,1251],{"className":1250},[58],[20,1252,1254,1277],{"className":1253},[62,329],[20,1255,1257,1274],{"className":1256},[66],[20,1258,1261],{"className":1259,"style":1260},[70],"height:0.1308em;",[20,1262,1264,1267],{"style":1263},"top:-2.4003em;margin-left:0em;margin-right:0.05em;",[20,1265],{"className":1266,"style":79},[78],[20,1268,1270],{"className":1269},[83,84,85,86],[20,1271,1273],{"className":1272},[41,42,86],"t",[20,1275,354],{"className":1276},[353],[20,1278,1280],{"className":1279},[66],[20,1281,1284],{"className":1282,"style":1283},[70],"height:0.2997em;",[20,1285],{},[20,1287],{"className":1288,"style":125},[97],[20,1290,1292,1295],{"className":1291},[41],[20,1293,236],{"className":1294,"style":235},[41,42],[20,1296,1298],{"className":1297},[58],[20,1299,1301],{"className":1300},[62],[20,1302,1304],{"className":1303},[66],[20,1305,1308],{"className":1306,"style":1307},[70],"height:0.7936em;",[20,1309,1310,1313],{"style":74},[20,1311],{"className":1312,"style":79},[78],[20,1314,1316],{"className":1315},[83,84,85,86],[20,1317,1273],{"className":1318},[41,42,86],[20,1320,1322,1325],{"className":1321},[41],[20,1323,225],{"className":1324,"style":224},[41,42],[20,1326,1328],{"className":1327},[58],[20,1329,1331,1351],{"className":1330},[62,329],[20,1332,1334,1348],{"className":1333},[66],[20,1335,1337],{"className":1336,"style":336},[70],[20,1338,1339,1342],{"style":467},[20,1340],{"className":1341,"style":79},[78],[20,1343,1345],{"className":1344},[83,84,85,86],[20,1346,349],{"className":1347},[41,42,86],[20,1349,354],{"className":1350},[353],[20,1352,1354],{"className":1353},[66],[20,1355,1357],{"className":1356,"style":361},[70],[20,1358],{},[20,1360,47],{"className":1361},[46],[20,1363,1365,1368],{"className":1364},[41],[20,1366,54],{"className":1367},[41,42],[20,1369,1371],{"className":1370},[58],[20,1372,1374,1395],{"className":1373},[62,329],[20,1375,1377,1392],{"className":1376},[66],[20,1378,1381],{"className":1379,"style":1380},[70],"height:0.2806em;",[20,1382,1383,1386],{"style":339},[20,1384],{"className":1385,"style":79},[78],[20,1387,1389],{"className":1388},[83,84,85,86],[20,1390,1273],{"className":1391},[41,42,86],[20,1393,354],{"className":1394},[353],[20,1396,1398],{"className":1397},[66],[20,1399,1401],{"className":1400,"style":361},[70],[20,1402],{},[20,1404,121],{"className":1405},[120],[20,1407],{"className":1408,"style":125},[97],[20,1410,1412,1415],{"className":1411},[41],[20,1413,129],{"className":1414},[41,664],[20,1416,1418],{"className":1417},[58],[20,1419,1421,1441],{"className":1420},[62,329],[20,1422,1424,1438],{"className":1423},[66],[20,1425,1427],{"className":1426,"style":1380},[70],[20,1428,1429,1432],{"style":339},[20,1430],{"className":1431,"style":79},[78],[20,1433,1435],{"className":1434},[83,84,85,86],[20,1436,1273],{"className":1437},[41,42,86],[20,1439,354],{"className":1440},[353],[20,1442,1444],{"className":1443},[66],[20,1445,1447],{"className":1446,"style":361},[70],[20,1448],{},[20,1450,1452],{"className":1451},[133],")]",".",[11,1455,1456,1457,1459,1460,1475,1476,1479,1480,1533],{},"Two features of that definition carry all the weight. First, the transition depends on the\n",[15,1458,1006],{}," action ",[20,1461,1463],{"className":1462},[23],[20,1464,1466],{"className":1465,"ariaHidden":28},[27],[20,1467,1469,1472],{"className":1468},[32],[20,1470],{"className":1471,"style":660},[36],[20,1473,129],{"className":1474},[41,664],", not on any single agent's action: where the world goes next\nis determined by what everyone does together. Second, each agent has a ",[15,1477,1478],{},"separate"," reward\n",[20,1481,1483],{"className":1482},[23],[20,1484,1486],{"className":1485,"ariaHidden":28},[27],[20,1487,1489,1493],{"className":1488},[32],[20,1490],{"className":1491,"style":1492},[36],"height:0.5806em;vertical-align:-0.15em;",[20,1494,1496,1499],{"className":1495},[41],[20,1497,225],{"className":1498,"style":224},[41,42],[20,1500,1502],{"className":1501},[58],[20,1503,1505,1525],{"className":1504},[62,329],[20,1506,1508,1522],{"className":1507},[66],[20,1509,1511],{"className":1510,"style":336},[70],[20,1512,1513,1516],{"style":467},[20,1514],{"className":1515,"style":79},[78],[20,1517,1519],{"className":1518},[83,84,85,86],[20,1520,349],{"className":1521},[41,42,86],[20,1523,354],{"className":1524},[353],[20,1526,1528],{"className":1527},[66],[20,1529,1531],{"className":1530,"style":361},[70],[20,1532],{},", and those rewards need not agree. The relationship between the rewards is what\ncarves the field into three regimes.",[1535,1536],"tikz-figure",{"hash":1537},"a4619515d795e1716a8ee14f3607e1d5e21569ac5a8ca9d66e9c177736cf9f16",[11,1539,1540,1541,1544,1545,1671,1672,1675,1676,1789,1790,1793,1794,1453],{},"In a ",[15,1542,1543],{},"cooperative"," game every agent receives the same reward, ",[20,1546,1548],{"className":1547},[23],[20,1549,1551,1606,1625],{"className":1550,"ariaHidden":28},[27],[20,1552,1554,1557,1597,1600,1603],{"className":1553},[32],[20,1555],{"className":1556,"style":1492},[36],[20,1558,1560,1563],{"className":1559},[41],[20,1561,225],{"className":1562,"style":224},[41,42],[20,1564,1566],{"className":1565},[58],[20,1567,1569,1589],{"className":1568},[62,329],[20,1570,1572,1586],{"className":1571},[66],[20,1573,1575],{"className":1574,"style":701},[70],[20,1576,1577,1580],{"style":467},[20,1578],{"className":1579,"style":79},[78],[20,1581,1583],{"className":1582},[83,84,85,86],[20,1584,258],{"className":1585},[41,86],[20,1587,354],{"className":1588},[353],[20,1590,1592],{"className":1591},[66],[20,1593,1595],{"className":1594,"style":361},[70],[20,1596],{},[20,1598],{"className":1599,"style":98},[97],[20,1601,402],{"className":1602},[102],[20,1604],{"className":1605,"style":98},[97],[20,1607,1609,1613,1616,1619,1622],{"className":1608},[32],[20,1610],{"className":1611,"style":1612},[36],"height:0.3669em;",[20,1614,866],{"className":1615},[733],[20,1617],{"className":1618,"style":98},[97],[20,1620,402],{"className":1621},[102],[20,1623],{"className":1624,"style":98},[97],[20,1626,1628,1631],{"className":1627},[32],[20,1629],{"className":1630,"style":1492},[36],[20,1632,1634,1637],{"className":1633},[41],[20,1635,225],{"className":1636,"style":224},[41,42],[20,1638,1640],{"className":1639},[58],[20,1641,1643,1663],{"className":1642},[62,329],[20,1644,1646,1660],{"className":1645},[66],[20,1647,1649],{"className":1648,"style":762},[70],[20,1650,1651,1654],{"style":467},[20,1652],{"className":1653,"style":79},[78],[20,1655,1657],{"className":1656},[83,84,85,86],[20,1658,286],{"className":1659,"style":285},[41,42,86],[20,1661,354],{"className":1662},[353],[20,1664,1666],{"className":1665},[66],[20,1667,1669],{"className":1668,"style":361},[70],[20,1670],{},", and\nthe team succeeds or fails together — a fleet of warehouse robots, players on one side of a\nmatch. In a ",[15,1673,1674],{},"competitive"," (two-agent, zero-sum) game the rewards cancel, ",[20,1677,1679],{"className":1678},[23],[20,1680,1682,1737],{"className":1681,"ariaHidden":28},[27],[20,1683,1685,1688,1728,1731,1734],{"className":1684},[32],[20,1686],{"className":1687,"style":1492},[36],[20,1689,1691,1694],{"className":1690},[41],[20,1692,225],{"className":1693,"style":224},[41,42],[20,1695,1697],{"className":1696},[58],[20,1698,1700,1720],{"className":1699},[62,329],[20,1701,1703,1717],{"className":1702},[66],[20,1704,1706],{"className":1705,"style":701},[70],[20,1707,1708,1711],{"style":467},[20,1709],{"className":1710,"style":79},[78],[20,1712,1714],{"className":1713},[83,84,85,86],[20,1715,258],{"className":1716},[41,86],[20,1718,354],{"className":1719},[353],[20,1721,1723],{"className":1722},[66],[20,1724,1726],{"className":1725,"style":361},[70],[20,1727],{},[20,1729],{"className":1730,"style":98},[97],[20,1732,402],{"className":1733},[102],[20,1735],{"className":1736,"style":98},[97],[20,1738,1740,1744,1748],{"className":1739},[32],[20,1741],{"className":1742,"style":1743},[36],"height:0.7333em;vertical-align:-0.15em;",[20,1745,1747],{"className":1746},[41],"−",[20,1749,1751,1754],{"className":1750},[41],[20,1752,225],{"className":1753,"style":224},[41,42],[20,1755,1757],{"className":1756},[58],[20,1758,1760,1781],{"className":1759},[62,329],[20,1761,1763,1778],{"className":1762},[66],[20,1764,1766],{"className":1765,"style":701},[70],[20,1767,1768,1771],{"style":467},[20,1769],{"className":1770,"style":79},[78],[20,1772,1774],{"className":1773},[83,84,85,86],[20,1775,1777],{"className":1776},[41,86],"2",[20,1779,354],{"className":1780},[353],[20,1782,1784],{"className":1783},[66],[20,1785,1787],{"className":1786,"style":361},[70],[20,1788],{},", so\none agent's gain is the other's loss — chess, Go, a pursuit. Most real settings are\n",[15,1791,1792],{},"mixed",": partly aligned, partly opposed, like traders who all want liquidity but each\nwant the better price, or autonomous cars that share the goal of avoiding collisions but\ncompete for the merge. The single-agent MDP is the degenerate case ",[20,1795,1797],{"className":1796},[23],[20,1798,1800,1818],{"className":1799,"ariaHidden":28},[27],[20,1801,1803,1806,1809,1812,1815],{"className":1802},[32],[20,1804],{"className":1805,"style":281},[36],[20,1807,286],{"className":1808,"style":285},[41,42],[20,1810],{"className":1811,"style":98},[97],[20,1813,402],{"className":1814},[102],[20,1816],{"className":1817,"style":98},[97],[20,1819,1821,1825],{"className":1820},[32],[20,1822],{"className":1823,"style":1824},[36],"height:0.6444em;",[20,1826,258],{"className":1827},[41],[1829,1830,1832],"h3",{"id":1831},"a-worked-matrix-game-coordination-and-its-traps","A worked matrix game: coordination and its traps",[11,1834,1835,1836,1839,1840,1856,1857,1874],{},"Even the simplest one-state Markov game exposes the difficulties. Consider the\n",[15,1837,1838],{},"stag hunt",", a two-player cooperative-leaning game where each player chooses to\nhunt Stag (",[20,1841,1843],{"className":1842},[23],[20,1844,1846],{"className":1845,"ariaHidden":28},[27],[20,1847,1849,1852],{"className":1848},[32],[20,1850],{"className":1851,"style":281},[36],[20,1853,195],{"className":1854,"style":1855},[41,42],"margin-right:0.0576em;",") or Hare (",[20,1858,1860],{"className":1859},[23],[20,1861,1863],{"className":1862,"ariaHidden":28},[27],[20,1864,1866,1869],{"className":1865},[32],[20,1867],{"className":1868,"style":281},[36],[20,1870,1873],{"className":1871,"style":1872},[41,42],"margin-right:0.0813em;","H","). A stag needs both hunters; a hare can be caught\nalone. The payoff table (identical rewards, a cooperative game) is",[1876,1877,1878,1894],"table",{},[1879,1880,1881],"thead",{},[1882,1883,1884,1888,1891],"tr",{},[1885,1886,1887],"th",{},"player 1 \\ player 2",[1885,1889,1890],{},"Stag",[1885,1892,1893],{},"Hare",[1895,1896,1897,1971],"tbody",{},[1882,1898,1899,1904,1937],{},[1900,1901,1902],"td",{},[15,1903,1890],{},[1900,1905,1906],{},[20,1907,1909],{"className":1908},[23],[20,1910,1912],{"className":1911,"ariaHidden":28},[27],[20,1913,1915,1918,1921,1925,1928,1931,1934],{"className":1914},[32],[20,1916],{"className":1917,"style":113},[36],[20,1919,47],{"className":1920},[46],[20,1922,1924],{"className":1923},[41],"4",[20,1926,121],{"className":1927},[120],[20,1929],{"className":1930,"style":125},[97],[20,1932,1924],{"className":1933},[41],[20,1935,134],{"className":1936},[133],[1900,1938,1939],{},[20,1940,1942],{"className":1941},[23],[20,1943,1945],{"className":1944,"ariaHidden":28},[27],[20,1946,1948,1951,1954,1958,1961,1964,1968],{"className":1947},[32],[20,1949],{"className":1950,"style":113},[36],[20,1952,47],{"className":1953},[46],[20,1955,1957],{"className":1956},[41],"0",[20,1959,121],{"className":1960},[120],[20,1962],{"className":1963,"style":125},[97],[20,1965,1967],{"className":1966},[41],"3",[20,1969,134],{"className":1970},[133],[1882,1972,1973,1977,2009],{},[1900,1974,1975],{},[15,1976,1893],{},[1900,1978,1979],{},[20,1980,1982],{"className":1981},[23],[20,1983,1985],{"className":1984,"ariaHidden":28},[27],[20,1986,1988,1991,1994,1997,2000,2003,2006],{"className":1987},[32],[20,1989],{"className":1990,"style":113},[36],[20,1992,47],{"className":1993},[46],[20,1995,1967],{"className":1996},[41],[20,1998,121],{"className":1999},[120],[20,2001],{"className":2002,"style":125},[97],[20,2004,1957],{"className":2005},[41],[20,2007,134],{"className":2008},[133],[1900,2010,2011],{},[20,2012,2014],{"className":2013},[23],[20,2015,2017],{"className":2016,"ariaHidden":28},[27],[20,2018,2020,2023,2026,2029,2032,2035,2038],{"className":2019},[32],[20,2021],{"className":2022,"style":113},[36],[20,2024,47],{"className":2025},[46],[20,2027,1967],{"className":2028},[41],[20,2030,121],{"className":2031},[120],[20,2033],{"className":2034,"style":125},[97],[20,2036,1967],{"className":2037},[41],[20,2039,134],{"className":2040},[133],[11,2042,2043,2044,2059,2060,2075,2076,2091,2092,2095,2096,2126,2127,2142,2143,2126,2173,2188,2189,2219,2220,2235,2236,2251,2252,2255,2256,2286,2287,2290],{},"Hunt stag together and both get ",[20,2045,2047],{"className":2046},[23],[20,2048,2050],{"className":2049,"ariaHidden":28},[27],[20,2051,2053,2056],{"className":2052},[32],[20,2054],{"className":2055,"style":1824},[36],[20,2057,1924],{"className":2058},[41]," — the best outcome. But if one hunts stag and\nthe other defects to hare, the stag hunter gets ",[20,2061,2063],{"className":2062},[23],[20,2064,2066],{"className":2065,"ariaHidden":28},[27],[20,2067,2069,2072],{"className":2068},[32],[20,2070],{"className":2071,"style":1824},[36],[20,2073,1957],{"className":2074},[41]," (the stag escapes) while the\ndefector still bags a hare for ",[20,2077,2079],{"className":2078},[23],[20,2080,2082],{"className":2081,"ariaHidden":28},[27],[20,2083,2085,2088],{"className":2084},[32],[20,2086],{"className":2087,"style":1824},[36],[20,2089,1967],{"className":2090},[41],". There are ",[15,2093,2094],{},"two"," pure Nash equilibria here:\n",[20,2097,2099],{"className":2098},[23],[20,2100,2102],{"className":2101,"ariaHidden":28},[27],[20,2103,2105,2108,2111,2114,2117,2120,2123],{"className":2104},[32],[20,2106],{"className":2107,"style":113},[36],[20,2109,47],{"className":2110},[46],[20,2112,195],{"className":2113,"style":1855},[41,42],[20,2115,121],{"className":2116},[120],[20,2118],{"className":2119,"style":125},[97],[20,2121,195],{"className":2122,"style":1855},[41,42],[20,2124,134],{"className":2125},[133]," with payoff ",[20,2128,2130],{"className":2129},[23],[20,2131,2133],{"className":2132,"ariaHidden":28},[27],[20,2134,2136,2139],{"className":2135},[32],[20,2137],{"className":2138,"style":1824},[36],[20,2140,1924],{"className":2141},[41]," each, and ",[20,2144,2146],{"className":2145},[23],[20,2147,2149],{"className":2148,"ariaHidden":28},[27],[20,2150,2152,2155,2158,2161,2164,2167,2170],{"className":2151},[32],[20,2153],{"className":2154,"style":113},[36],[20,2156,47],{"className":2157},[46],[20,2159,1873],{"className":2160,"style":1872},[41,42],[20,2162,121],{"className":2163},[120],[20,2165],{"className":2166,"style":125},[97],[20,2168,1873],{"className":2169,"style":1872},[41,42],[20,2171,134],{"className":2172},[133],[20,2174,2176],{"className":2175},[23],[20,2177,2179],{"className":2178,"ariaHidden":28},[27],[20,2180,2182,2185],{"className":2181},[32],[20,2183],{"className":2184,"style":1824},[36],[20,2186,1967],{"className":2187},[41]," each. Both are\nself-consistent — at ",[20,2190,2192],{"className":2191},[23],[20,2193,2195],{"className":2194,"ariaHidden":28},[27],[20,2196,2198,2201,2204,2207,2210,2213,2216],{"className":2197},[32],[20,2199],{"className":2200,"style":113},[36],[20,2202,47],{"className":2203},[46],[20,2205,1873],{"className":2206,"style":1872},[41,42],[20,2208,121],{"className":2209},[120],[20,2211],{"className":2212,"style":125},[97],[20,2214,1873],{"className":2215,"style":1872},[41,42],[20,2217,134],{"className":2218},[133],", unilaterally switching to stag drops you from ",[20,2221,2223],{"className":2222},[23],[20,2224,2226],{"className":2225,"ariaHidden":28},[27],[20,2227,2229,2232],{"className":2228},[32],[20,2230],{"className":2231,"style":1824},[36],[20,2233,1967],{"className":2234},[41]," to\n",[20,2237,2239],{"className":2238},[23],[20,2240,2242],{"className":2241,"ariaHidden":28},[27],[20,2243,2245,2248],{"className":2244},[32],[20,2246],{"className":2247,"style":1824},[36],[20,2249,1957],{"className":2250},[41],", so no one deviates — yet one is strictly better for everyone. This is the\ncrux of multi-agent learning that single-agent RL never faces: even with ",[137,2253,2254],{},"identical","\nrewards and full cooperation, independent learners can converge to the safe,\nworse equilibrium ",[20,2257,2259],{"className":2258},[23],[20,2260,2262],{"className":2261,"ariaHidden":28},[27],[20,2263,2265,2268,2271,2274,2277,2280,2283],{"className":2264},[32],[20,2266],{"className":2267,"style":113},[36],[20,2269,47],{"className":2270},[46],[20,2272,1873],{"className":2273,"style":1872},[41,42],[20,2275,121],{"className":2276},[120],[20,2278],{"className":2279,"style":125},[97],[20,2281,1873],{"className":2282,"style":1872},[41,42],[20,2284,134],{"className":2285},[133],", because reaching the good one requires the risky belief\nthat your partner will also pick stag. The problem is not conflicting incentives;\nit is ",[15,2288,2289],{},"coordinated equilibrium selection",", and no single agent controls it.",[1535,2292],{"hash":2293},"53e82222ef4978b80403c408ad84782725a0cf36ddf9f1ca87c9991ff99a8332",[168,2295,2297],{"id":2296},"non-stationarity-the-moving-target","Non-stationarity: the moving target",[11,2299,2300,2301,2304,2305,2308,2309,2324,2325,2340],{},"Here is the difficulty that everything downstream is built to address. From the vantage\npoint of one agent, the others are ",[137,2302,2303],{},"part of the environment",". Their policies determine how\nthe world responds to that agent's actions. But the others are ",[15,2306,2307],{},"learning",", so their\npolicies keep changing — which means the environment that agent ",[20,2310,2312],{"className":2311},[23],[20,2313,2315],{"className":2314,"ariaHidden":28},[27],[20,2316,2318,2321],{"className":2317},[32],[20,2319],{"className":2320,"style":643},[36],[20,2322,349],{"className":2323},[41,42]," faces keeps changing\nunderneath it. The transition and reward that agent ",[20,2326,2328],{"className":2327},[23],[20,2329,2331],{"className":2330,"ariaHidden":28},[27],[20,2332,2334,2337],{"className":2333},[32],[20,2335],{"className":2336,"style":643},[36],[20,2338,349],{"className":2339},[41,42]," effectively experiences,\nmarginalizing out the others' actions,",[20,2342,2345],{"className":2343},[2344],"katex-display",[20,2346,2348],{"className":2347},[23],[20,2349,2351,2444,2517,2677,2987],{"className":2350,"ariaHidden":28},[27],[20,2352,2354,2358,2398,2401,2435,2438,2441],{"className":2353},[32],[20,2355],{"className":2356,"style":2357},[36],"height:1.0519em;vertical-align:-0.25em;",[20,2359,2361,2364],{"className":2360},[41],[20,2362,11],{"className":2363},[41,42],[20,2365,2367],{"className":2366},[58],[20,2368,2370,2390],{"className":2369},[62,329],[20,2371,2373,2387],{"className":2372},[66],[20,2374,2376],{"className":2375,"style":336},[70],[20,2377,2378,2381],{"style":339},[20,2379],{"className":2380,"style":79},[78],[20,2382,2384],{"className":2383},[83,84,85,86],[20,2385,349],{"className":2386},[41,42,86],[20,2388,354],{"className":2389},[353],[20,2391,2393],{"className":2392},[66],[20,2394,2396],{"className":2395,"style":361},[70],[20,2397],{},[20,2399,47],{"className":2400},[46],[20,2402,2404,2407],{"className":2403},[41],[20,2405,54],{"className":2406},[41,42],[20,2408,2410],{"className":2409},[58],[20,2411,2413],{"className":2412},[62],[20,2414,2416],{"className":2415},[66],[20,2417,2420],{"className":2418,"style":2419},[70],"height:0.8019em;",[20,2421,2423,2426],{"style":2422},"top:-3.113em;margin-right:0.05em;",[20,2424],{"className":2425,"style":79},[78],[20,2427,2429],{"className":2428},[83,84,85,86],[20,2430,2432],{"className":2431},[41,86],[20,2433,93],{"className":2434},[41,86],[20,2436],{"className":2437,"style":98},[97],[20,2439,103],{"className":2440},[102],[20,2442],{"className":2443,"style":98},[97],[20,2445,2447,2450,2453,2456,2459,2499,2502,2505,2508,2511,2514],{"className":2446},[32],[20,2448],{"className":2449,"style":113},[36],[20,2451,54],{"className":2452},[41,42],[20,2454,121],{"className":2455},[120],[20,2457],{"className":2458,"style":125},[97],[20,2460,2462,2465],{"className":2461},[41],[20,2463,129],{"className":2464},[41,42],[20,2466,2468],{"className":2467},[58],[20,2469,2471,2491],{"className":2470},[62,329],[20,2472,2474,2488],{"className":2473},[66],[20,2475,2477],{"className":2476,"style":336},[70],[20,2478,2479,2482],{"style":339},[20,2480],{"className":2481,"style":79},[78],[20,2483,2485],{"className":2484},[83,84,85,86],[20,2486,349],{"className":2487},[41,42,86],[20,2489,354],{"className":2490},[353],[20,2492,2494],{"className":2493},[66],[20,2495,2497],{"className":2496,"style":361},[70],[20,2498],{},[20,2500,134],{"className":2501},[133],[20,2503],{"className":2504,"style":98},[97],[20,2506],{"className":2507,"style":98},[97],[20,2509,402],{"className":2510},[102],[20,2512],{"className":2513,"style":98},[97],[20,2515],{"className":2516,"style":98},[97],[20,2518,2520,2524,2627,2630,2633,2636,2668,2671,2674],{"className":2519},[32],[20,2521],{"className":2522,"style":2523},[36],"height:2.4418em;vertical-align:-1.3918em;",[20,2525,2528],{"className":2526},[1240,2527],"op-limits",[20,2529,2531,2618],{"className":2530},[62,329],[20,2532,2534,2615],{"className":2533},[66],[20,2535,2538,2603],{"className":2536,"style":2537},[70],"height:1.05em;",[20,2539,2541,2545],{"style":2540},"top:-1.9em;margin-left:0em;",[20,2542],{"className":2543,"style":2544},[78],"height:3.05em;",[20,2546,2548],{"className":2547},[83,84,85,86],[20,2549,2551],{"className":2550},[41,86],[20,2552,2554,2557],{"className":2553},[41,86],[20,2555,129],{"className":2556},[41,664,86],[20,2558,2560],{"className":2559},[58],[20,2561,2563,2594],{"className":2562},[62,329],[20,2564,2566,2591],{"className":2565},[66],[20,2567,2570],{"className":2568,"style":2569},[70],"height:0.3281em;",[20,2571,2573,2577],{"style":2572},"top:-2.357em;margin-left:0em;margin-right:0.0714em;",[20,2574],{"className":2575,"style":2576},[78],"height:2.5em;",[20,2578,2582],{"className":2579},[83,2580,2581,86],"reset-size3","size1",[20,2583,2585,2588],{"className":2584},[41,86],[20,2586,1747],{"className":2587},[41,86],[20,2589,349],{"className":2590},[41,42,86],[20,2592,354],{"className":2593},[353],[20,2595,2597],{"className":2596},[66],[20,2598,2601],{"className":2599,"style":2600},[70],"height:0.2025em;",[20,2602],{},[20,2604,2606,2609],{"style":2605},"top:-3.05em;",[20,2607],{"className":2608,"style":2544},[78],[20,2610,2611],{},[20,2612,1247],{"className":2613},[1240,1244,2614],"large-op",[20,2616,354],{"className":2617},[353],[20,2619,2621],{"className":2620},[66],[20,2622,2625],{"className":2623,"style":2624},[70],"height:1.3918em;",[20,2626],{},[20,2628],{"className":2629,"style":125},[97],[20,2631,11],{"className":2632},[41,42],[20,2634,47],{"className":2635},[46],[20,2637,2639,2642],{"className":2638},[41],[20,2640,54],{"className":2641},[41,42],[20,2643,2645],{"className":2644},[58],[20,2646,2648],{"className":2647},[62],[20,2649,2651],{"className":2650},[66],[20,2652,2654],{"className":2653,"style":2419},[70],[20,2655,2656,2659],{"style":2422},[20,2657],{"className":2658,"style":79},[78],[20,2660,2662],{"className":2661},[83,84,85,86],[20,2663,2665],{"className":2664},[41,86],[20,2666,93],{"className":2667},[41,86],[20,2669],{"className":2670,"style":98},[97],[20,2672,103],{"className":2673},[102],[20,2675],{"className":2676,"style":98},[97],[20,2678,2680,2684,2687,2690,2693,2733,2736,2739,2786,2789,2792,2891,2894,2935,2938,2978,2981,2984],{"className":2679},[32],[20,2681],{"className":2682,"style":2683},[36],"height:2.4882em;vertical-align:-1.4382em;",[20,2685,54],{"className":2686},[41,42],[20,2688,121],{"className":2689},[120],[20,2691],{"className":2692,"style":125},[97],[20,2694,2696,2699],{"className":2695},[41],[20,2697,129],{"className":2698},[41,42],[20,2700,2702],{"className":2701},[58],[20,2703,2705,2725],{"className":2704},[62,329],[20,2706,2708,2722],{"className":2707},[66],[20,2709,2711],{"className":2710,"style":336},[70],[20,2712,2713,2716],{"style":339},[20,2714],{"className":2715,"style":79},[78],[20,2717,2719],{"className":2718},[83,84,85,86],[20,2720,349],{"className":2721},[41,42,86],[20,2723,354],{"className":2724},[353],[20,2726,2728],{"className":2727},[66],[20,2729,2731],{"className":2730,"style":361},[70],[20,2732],{},[20,2734,121],{"className":2735},[120],[20,2737],{"className":2738,"style":125},[97],[20,2740,2742,2745],{"className":2741},[41],[20,2743,129],{"className":2744},[41,664],[20,2746,2748],{"className":2747},[58],[20,2749,2751,2777],{"className":2750},[62,329],[20,2752,2754,2774],{"className":2753},[66],[20,2755,2757],{"className":2756,"style":336},[70],[20,2758,2759,2762],{"style":339},[20,2760],{"className":2761,"style":79},[78],[20,2763,2765],{"className":2764},[83,84,85,86],[20,2766,2768,2771],{"className":2767},[41,86],[20,2769,1747],{"className":2770},[41,86],[20,2772,349],{"className":2773},[41,42,86],[20,2775,354],{"className":2776},[353],[20,2778,2780],{"className":2779},[66],[20,2781,2784],{"className":2782,"style":2783},[70],"height:0.2083em;",[20,2785],{},[20,2787,134],{"className":2788},[133],[20,2790],{"className":2791,"style":125},[97],[20,2793,2795],{"className":2794},[1240,2527],[20,2796,2798,2882],{"className":2797},[62,329],[20,2799,2801,2879],{"className":2800},[66],[20,2802,2804,2868],{"className":2803,"style":2537},[70],[20,2805,2807,2810],{"style":2806},"top:-1.8479em;margin-left:0em;",[20,2808],{"className":2809,"style":2544},[78],[20,2811,2813],{"className":2812},[83,84,85,86],[20,2814,2816,2821,2865],{"className":2815},[41,86],[20,2817,2820],{"className":2818,"style":2819},[41,42,86],"margin-right:0.0572em;","j",[20,2822,2824,2858,2862],{"className":2823},[102,86],[20,2825,2827],{"className":2826},[102,86],[20,2828,2831],{"className":2829},[41,2830,86],"vbox",[20,2832,2835],{"className":2833},[2834,86],"thinbox",[20,2836,2839,2843,2854],{"className":2837},[2838,86],"rlap",[20,2840],{"className":2841,"style":2842},[36],"height:0.8889em;vertical-align:-0.1944em;",[20,2844,2847],{"className":2845},[2846],"inner",[20,2848,2850],{"className":2849},[41,86],[20,2851,2853],{"className":2852},[102,86],"",[20,2855],{"className":2856},[2857],"fix",[20,2859],{"className":2860},[97,2861,86],"nobreak",[20,2863,402],{"className":2864},[102,86],[20,2866,349],{"className":2867},[41,42,86],[20,2869,2870,2873],{"style":2605},[20,2871],{"className":2872,"style":2544},[78],[20,2874,2875],{},[20,2876,2878],{"className":2877},[1240,1244,2614],"∏",[20,2880,354],{"className":2881},[353],[20,2883,2885],{"className":2884},[66],[20,2886,2889],{"className":2887,"style":2888},[70],"height:1.4382em;",[20,2890],{},[20,2892],{"className":2893,"style":125},[97],[20,2895,2897,2900],{"className":2896},[41],[20,2898,1114],{"className":2899,"style":1113},[41,42],[20,2901,2903],{"className":2902},[58],[20,2904,2906,2926],{"className":2905},[62,329],[20,2907,2909,2923],{"className":2908},[66],[20,2910,2912],{"className":2911,"style":336},[70],[20,2913,2914,2917],{"style":1129},[20,2915],{"className":2916,"style":79},[78],[20,2918,2920],{"className":2919},[83,84,85,86],[20,2921,2820],{"className":2922,"style":2819},[41,42,86],[20,2924,354],{"className":2925},[353],[20,2927,2929],{"className":2928},[66],[20,2930,2933],{"className":2931,"style":2932},[70],"height:0.2861em;",[20,2934],{},[20,2936,47],{"className":2937},[46],[20,2939,2941,2944],{"className":2940},[41],[20,2942,129],{"className":2943},[41,42],[20,2945,2947],{"className":2946},[58],[20,2948,2950,2970],{"className":2949},[62,329],[20,2951,2953,2967],{"className":2952},[66],[20,2954,2956],{"className":2955,"style":336},[70],[20,2957,2958,2961],{"style":339},[20,2959],{"className":2960,"style":79},[78],[20,2962,2964],{"className":2963},[83,84,85,86],[20,2965,2820],{"className":2966,"style":2819},[41,42,86],[20,2968,354],{"className":2969},[353],[20,2971,2973],{"className":2972},[66],[20,2974,2976],{"className":2975,"style":2932},[70],[20,2977],{},[20,2979],{"className":2980,"style":98},[97],[20,2982,103],{"className":2983},[102],[20,2985],{"className":2986,"style":98},[97],[20,2988,2990,2993,2996,2999],{"className":2989},[32],[20,2991],{"className":2992,"style":113},[36],[20,2994,54],{"className":2995},[41,42],[20,2997,134],{"className":2998},[133],[20,3000,121],{"className":3001},[120],[11,3003,3004,3005,3058,3059,3199,3200,3253,3254,3257,3258,3273,3274],{},"depend on the other agents' policies ",[20,3006,3008],{"className":3007},[23],[20,3009,3011],{"className":3010,"ariaHidden":28},[27],[20,3012,3014,3018],{"className":3013},[32],[20,3015],{"className":3016,"style":3017},[36],"height:0.7167em;vertical-align:-0.2861em;",[20,3019,3021,3024],{"className":3020},[41],[20,3022,1114],{"className":3023,"style":1113},[41,42],[20,3025,3027],{"className":3026},[58],[20,3028,3030,3050],{"className":3029},[62,329],[20,3031,3033,3047],{"className":3032},[66],[20,3034,3036],{"className":3035,"style":336},[70],[20,3037,3038,3041],{"style":1129},[20,3039],{"className":3040,"style":79},[78],[20,3042,3044],{"className":3043},[83,84,85,86],[20,3045,2820],{"className":3046,"style":2819},[41,42,86],[20,3048,354],{"className":3049},[353],[20,3051,3053],{"className":3052},[66],[20,3054,3056],{"className":3055,"style":2932},[70],[20,3057],{}," through the product ",[20,3060,3062],{"className":3061},[23],[20,3063,3065],{"className":3064,"ariaHidden":28},[27],[20,3066,3068,3072,3156,3159],{"className":3067},[32],[20,3069],{"className":3070,"style":3071},[36],"height:1.1858em;vertical-align:-0.4358em;",[20,3073,3075,3078],{"className":3074},[1240],[20,3076,2878],{"className":3077,"style":1246},[1240,1244,1245],[20,3079,3081],{"className":3080},[58],[20,3082,3084,3147],{"className":3083},[62,329],[20,3085,3087,3144],{"className":3086},[66],[20,3088,3091],{"className":3089,"style":3090},[70],"height:0.1864em;",[20,3092,3093,3096],{"style":1263},[20,3094],{"className":3095,"style":79},[78],[20,3097,3099],{"className":3098},[83,84,85,86],[20,3100,3102,3105,3141],{"className":3101},[41,86],[20,3103,2820],{"className":3104,"style":2819},[41,42,86],[20,3106,3108,3135,3138],{"className":3107},[102,86],[20,3109,3111],{"className":3110},[102,86],[20,3112,3114],{"className":3113},[41,2830,86],[20,3115,3117],{"className":3116},[2834,86],[20,3118,3120,3123,3132],{"className":3119},[2838,86],[20,3121],{"className":3122,"style":2842},[36],[20,3124,3126],{"className":3125},[2846],[20,3127,3129],{"className":3128},[41,86],[20,3130,2853],{"className":3131},[102,86],[20,3133],{"className":3134},[2857],[20,3136],{"className":3137},[97,2861,86],[20,3139,402],{"className":3140},[102,86],[20,3142,349],{"className":3143},[41,42,86],[20,3145,354],{"className":3146},[353],[20,3148,3150],{"className":3149},[66],[20,3151,3154],{"className":3152,"style":3153},[70],"height:0.4358em;",[20,3155],{},[20,3157],{"className":3158,"style":125},[97],[20,3160,3162,3165],{"className":3161},[41],[20,3163,1114],{"className":3164,"style":1113},[41,42],[20,3166,3168],{"className":3167},[58],[20,3169,3171,3191],{"className":3170},[62,329],[20,3172,3174,3188],{"className":3173},[66],[20,3175,3177],{"className":3176,"style":336},[70],[20,3178,3179,3182],{"style":1129},[20,3180],{"className":3181,"style":79},[78],[20,3183,3185],{"className":3184},[83,84,85,86],[20,3186,2820],{"className":3187,"style":2819},[41,42,86],[20,3189,354],{"className":3190},[353],[20,3192,3194],{"className":3193},[66],[20,3195,3197],{"className":3196,"style":2932},[70],[20,3198],{},".\nWhen those policies change, ",[20,3201,3203],{"className":3202},[23],[20,3204,3206],{"className":3205,"ariaHidden":28},[27],[20,3207,3209,3213],{"className":3208},[32],[20,3210],{"className":3211,"style":3212},[36],"height:0.625em;vertical-align:-0.1944em;",[20,3214,3216,3219],{"className":3215},[41],[20,3217,11],{"className":3218},[41,42],[20,3220,3222],{"className":3221},[58],[20,3223,3225,3245],{"className":3224},[62,329],[20,3226,3228,3242],{"className":3227},[66],[20,3229,3231],{"className":3230,"style":336},[70],[20,3232,3233,3236],{"style":339},[20,3234],{"className":3235,"style":79},[78],[20,3237,3239],{"className":3238},[83,84,85,86],[20,3240,349],{"className":3241},[41,42,86],[20,3243,354],{"className":3244},[353],[20,3246,3248],{"className":3247},[66],[20,3249,3251],{"className":3250,"style":361},[70],[20,3252],{}," changes. The environment is ",[15,3255,3256],{},"non-stationary"," from any\nsingle agent's local view, and non-stationarity breaks the guarantee that props up every\nsingle-agent method: the Markov property no longer holds for agent ",[20,3259,3261],{"className":3260},[23],[20,3262,3264],{"className":3263,"ariaHidden":28},[27],[20,3265,3267,3270],{"className":3266},[32],[20,3268],{"className":3269,"style":643},[36],[20,3271,349],{"className":3272},[41,42]," in isolation,\nbecause the best prediction of the future now depends on the hidden, drifting policies of\nthe others, not on the state alone.",[250,3275,3276],{},[129,3277,1777],{"href":3278,"ariaDescribedBy":3279,"dataFootnoteRef":6,"id":3280},"#user-content-fn-lowe",[256],"user-content-fnref-lowe",[260,3282,3283],{"type":262},[11,3284,3285,3288,3289,3443,3444,3583,3584,3642],{},[15,3286,3287],{},"Definition (Non-stationarity)."," From the perspective of a single agent in a\nmulti-agent system, the environment's effective dynamics ",[20,3290,3292],{"className":3291},[23],[20,3293,3295,3385],{"className":3294,"ariaHidden":28},[27],[20,3296,3298,3301,3341,3344,3376,3379,3382],{"className":3297},[32],[20,3299],{"className":3300,"style":37},[36],[20,3302,3304,3307],{"className":3303},[41],[20,3305,11],{"className":3306},[41,42],[20,3308,3310],{"className":3309},[58],[20,3311,3313,3333],{"className":3312},[62,329],[20,3314,3316,3330],{"className":3315},[66],[20,3317,3319],{"className":3318,"style":336},[70],[20,3320,3321,3324],{"style":339},[20,3322],{"className":3323,"style":79},[78],[20,3325,3327],{"className":3326},[83,84,85,86],[20,3328,349],{"className":3329},[41,42,86],[20,3331,354],{"className":3332},[353],[20,3334,3336],{"className":3335},[66],[20,3337,3339],{"className":3338,"style":361},[70],[20,3340],{},[20,3342,47],{"className":3343},[46],[20,3345,3347,3350],{"className":3346},[41],[20,3348,54],{"className":3349},[41,42],[20,3351,3353],{"className":3352},[58],[20,3354,3356],{"className":3355},[62],[20,3357,3359],{"className":3358},[66],[20,3360,3362],{"className":3361,"style":71},[70],[20,3363,3364,3367],{"style":74},[20,3365],{"className":3366,"style":79},[78],[20,3368,3370],{"className":3369},[83,84,85,86],[20,3371,3373],{"className":3372},[41,86],[20,3374,93],{"className":3375},[41,86],[20,3377],{"className":3378,"style":98},[97],[20,3380,103],{"className":3381},[102],[20,3383],{"className":3384,"style":98},[97],[20,3386,3388,3391,3394,3397,3400,3440],{"className":3387},[32],[20,3389],{"className":3390,"style":113},[36],[20,3392,54],{"className":3393},[41,42],[20,3395,121],{"className":3396},[120],[20,3398],{"className":3399,"style":125},[97],[20,3401,3403,3406],{"className":3402},[41],[20,3404,129],{"className":3405},[41,42],[20,3407,3409],{"className":3408},[58],[20,3410,3412,3432],{"className":3411},[62,329],[20,3413,3415,3429],{"className":3414},[66],[20,3416,3418],{"className":3417,"style":336},[70],[20,3419,3420,3423],{"style":339},[20,3421],{"className":3422,"style":79},[78],[20,3424,3426],{"className":3425},[83,84,85,86],[20,3427,349],{"className":3428},[41,42,86],[20,3430,354],{"className":3431},[353],[20,3433,3435],{"className":3434},[66],[20,3436,3438],{"className":3437,"style":361},[70],[20,3439],{},[20,3441,134],{"className":3442},[133]," and reward\nchange over time because the other agents' policies ",[20,3445,3447],{"className":3446},[23],[20,3448,3450],{"className":3449,"ariaHidden":28},[27],[20,3451,3453,3457,3460,3500],{"className":3452},[32],[20,3454],{"className":3455,"style":3456},[36],"height:1.0361em;vertical-align:-0.2861em;",[20,3458,316],{"className":3459},[46],[20,3461,3463,3466],{"className":3462},[41],[20,3464,1114],{"className":3465,"style":1113},[41,42],[20,3467,3469],{"className":3468},[58],[20,3470,3472,3492],{"className":3471},[62,329],[20,3473,3475,3489],{"className":3474},[66],[20,3476,3478],{"className":3477,"style":336},[70],[20,3479,3480,3483],{"style":1129},[20,3481],{"className":3482,"style":79},[78],[20,3484,3486],{"className":3485},[83,84,85,86],[20,3487,2820],{"className":3488,"style":2819},[41,42,86],[20,3490,354],{"className":3491},[353],[20,3493,3495],{"className":3494},[66],[20,3496,3498],{"className":3497,"style":2932},[70],[20,3499],{},[20,3501,3503,3506],{"className":3502},[133],[20,3504,370],{"className":3505},[133],[20,3507,3509],{"className":3508},[58],[20,3510,3512,3575],{"className":3511},[62,329],[20,3513,3515,3572],{"className":3514},[66],[20,3516,3519],{"className":3517,"style":3518},[70],"height:0.3361em;",[20,3520,3521,3524],{"style":339},[20,3522],{"className":3523,"style":79},[78],[20,3525,3527],{"className":3526},[83,84,85,86],[20,3528,3530,3533,3569],{"className":3529},[41,86],[20,3531,2820],{"className":3532,"style":2819},[41,42,86],[20,3534,3536,3563,3566],{"className":3535},[102,86],[20,3537,3539],{"className":3538},[102,86],[20,3540,3542],{"className":3541},[41,2830,86],[20,3543,3545],{"className":3544},[2834,86],[20,3546,3548,3551,3560],{"className":3547},[2838,86],[20,3549],{"className":3550,"style":2842},[36],[20,3552,3554],{"className":3553},[2846],[20,3555,3557],{"className":3556},[41,86],[20,3558,2853],{"className":3559},[102,86],[20,3561],{"className":3562},[2857],[20,3564],{"className":3565},[97,2861,86],[20,3567,402],{"className":3568},[102,86],[20,3570,349],{"className":3571},[41,42,86],[20,3573,354],{"className":3574},[353],[20,3576,3578],{"className":3577},[66],[20,3579,3581],{"className":3580,"style":2932},[70],[20,3582],{}," are themselves\nbeing learned. A value function or replay transition that was accurate under the old\n",[20,3585,3587],{"className":3586},[23],[20,3588,3590],{"className":3589,"ariaHidden":28},[27],[20,3591,3593,3596,3599,3639],{"className":3592},[32],[20,3594],{"className":3595,"style":3456},[36],[20,3597,316],{"className":3598},[46],[20,3600,3602,3605],{"className":3601},[41],[20,3603,1114],{"className":3604,"style":1113},[41,42],[20,3606,3608],{"className":3607},[58],[20,3609,3611,3631],{"className":3610},[62,329],[20,3612,3614,3628],{"className":3613},[66],[20,3615,3617],{"className":3616,"style":336},[70],[20,3618,3619,3622],{"style":1129},[20,3620],{"className":3621,"style":79},[78],[20,3623,3625],{"className":3624},[83,84,85,86],[20,3626,2820],{"className":3627,"style":2819},[41,42,86],[20,3629,354],{"className":3630},[353],[20,3632,3634],{"className":3633},[66],[20,3635,3637],{"className":3636,"style":2932},[70],[20,3638],{},[20,3640,370],{"className":3641},[133]," becomes stale once the others update — the target the agent is chasing moves\nas the agent chases it.",[11,3644,3645],{},"The figure shows the pathology. Agent 1 is fitting a value function to its\nenvironment. But that environment is defined partly by agent 2's policy, and while agent 1\nclimbs toward the optimum, agent 2 shifts the optimum by learning. Agent 1 is aiming at a\ntarget that its opponent's learning keeps relocating.",[1535,3647],{"hash":3648},"4022334634b1d4da4d6d0209413b3b88a6494b280a9cf3b4928677b5b438c311",[11,3650,3651],{},"Non-stationarity is why you cannot simply run single-agent RL per agent and expect the\nguarantees to survive. A replay buffer, the device that makes DQN and DDPG sample-efficient,\nbecomes actively harmful: a transition stored when the other agents behaved one way no\nlonger reflects how they behave now, so it teaches the agent about a world that no longer\nexists. Every design decision below is, at bottom, a way to cope with this one fact.",[168,3653,3655],{"id":3654},"the-naive-baselines","The naive baselines",[11,3657,3658],{},"Before the modern paradigm, two obvious approaches bracket the design space. Both fail in\ninstructive, opposite ways.",[1829,3660,3662],{"id":3661},"independent-learning","Independent learning",[11,3664,3665,3666,3669,3670,3677,3678,3693,3694,3802],{},"The simplest thing to do is ignore the problem: give each agent its own single-agent\nalgorithm — its own Q-network, its own DDPG — and let it treat every other agent as part of\nthe environment. This is ",[15,3667,3668],{},"independent Q-learning"," (IQL) or, with policy gradients,\nindependent learners.",[250,3671,3672],{},[129,3673,1967],{"href":3674,"ariaDescribedBy":3675,"dataFootnoteRef":6,"id":3676},"#user-content-fn-tan",[256],"user-content-fnref-tan"," Each agent ",[20,3679,3681],{"className":3680},[23],[20,3682,3684],{"className":3683,"ariaHidden":28},[27],[20,3685,3687,3690],{"className":3686},[32],[20,3688],{"className":3689,"style":643},[36],[20,3691,349],{"className":3692},[41,42]," learns ",[20,3695,3697],{"className":3696},[23],[20,3698,3700],{"className":3699,"ariaHidden":28},[27],[20,3701,3703,3706,3747,3750,3753,3756,3759,3799],{"className":3702},[32],[20,3704],{"className":3705,"style":113},[36],[20,3707,3709,3713],{"className":3708},[41],[20,3710,3712],{"className":3711},[41,42],"Q",[20,3714,3716],{"className":3715},[58],[20,3717,3719,3739],{"className":3718},[62,329],[20,3720,3722,3736],{"className":3721},[66],[20,3723,3725],{"className":3724,"style":336},[70],[20,3726,3727,3730],{"style":339},[20,3728],{"className":3729,"style":79},[78],[20,3731,3733],{"className":3732},[83,84,85,86],[20,3734,349],{"className":3735},[41,42,86],[20,3737,354],{"className":3738},[353],[20,3740,3742],{"className":3741},[66],[20,3743,3745],{"className":3744,"style":361},[70],[20,3746],{},[20,3748,47],{"className":3749},[46],[20,3751,54],{"className":3752},[41,42],[20,3754,121],{"className":3755},[120],[20,3757],{"className":3758,"style":125},[97],[20,3760,3762,3765],{"className":3761},[41],[20,3763,129],{"className":3764},[41,42],[20,3766,3768],{"className":3767},[58],[20,3769,3771,3791],{"className":3770},[62,329],[20,3772,3774,3788],{"className":3773},[66],[20,3775,3777],{"className":3776,"style":336},[70],[20,3778,3779,3782],{"style":339},[20,3780],{"className":3781,"style":79},[78],[20,3783,3785],{"className":3784},[83,84,85,86],[20,3786,349],{"className":3787},[41,42,86],[20,3789,354],{"className":3790},[353],[20,3792,3794],{"className":3793},[66],[20,3795,3797],{"className":3796,"style":361},[70],[20,3798],{},[20,3800,134],{"className":3801},[133]," as if it were alone.",[11,3804,3805,3806,3809,3810,3813,3814,3817],{},"The appeal is that it is trivial to implement and, empirically, it ",[15,3807,3808],{},"often works"," — enough\nthat it remains a standard baseline. The problem is that it comes with ",[15,3811,3812],{},"no convergence\nguarantee",". Each agent's environment is non-stationary (the section above), so the Bellman\ntarget each agent regresses toward is a moving one; nothing forces the coupled learning to\nsettle, and it can oscillate or diverge. Independent learning is the ",[163,3815,3816],{},"ignore it"," strategy:\nfrequently fine, never provably fine.",[1829,3819,3821],{"id":3820},"centralized-control","Centralized control",[11,3823,3824,3825,3828,3829,3963],{},"The opposite extreme takes the non-stationarity away by refusing to have multiple agents at\nall. Treat the whole system as ",[15,3826,3827],{},"one"," agent whose action is the joint action ",[20,3830,3832],{"className":3831},[23],[20,3833,3835,3853],{"className":3834,"ariaHidden":28},[27],[20,3836,3838,3841,3844,3847,3850],{"className":3837},[32],[20,3839],{"className":3840,"style":660},[36],[20,3842,129],{"className":3843},[41,664],[20,3845],{"className":3846,"style":98},[97],[20,3848,402],{"className":3849},[102],[20,3851],{"className":3852,"style":98},[97],[20,3854,3856,3859,3862,3902,3905,3908,3911,3914,3917,3920,3960],{"className":3855},[32],[20,3857],{"className":3858,"style":113},[36],[20,3860,47],{"className":3861},[46],[20,3863,3865,3868],{"className":3864},[41],[20,3866,129],{"className":3867},[41,42],[20,3869,3871],{"className":3870},[58],[20,3872,3874,3894],{"className":3873},[62,329],[20,3875,3877,3891],{"className":3876},[66],[20,3878,3880],{"className":3879,"style":701},[70],[20,3881,3882,3885],{"style":339},[20,3883],{"className":3884,"style":79},[78],[20,3886,3888],{"className":3887},[83,84,85,86],[20,3889,258],{"className":3890},[41,86],[20,3892,354],{"className":3893},[353],[20,3895,3897],{"className":3896},[66],[20,3898,3900],{"className":3899,"style":361},[70],[20,3901],{},[20,3903,121],{"className":3904},[120],[20,3906],{"className":3907,"style":125},[97],[20,3909,734],{"className":3910},[733],[20,3912],{"className":3913,"style":125},[97],[20,3915,121],{"className":3916},[120],[20,3918],{"className":3919,"style":125},[97],[20,3921,3923,3926],{"className":3922},[41],[20,3924,129],{"className":3925},[41,42],[20,3927,3929],{"className":3928},[58],[20,3930,3932,3952],{"className":3931},[62,329],[20,3933,3935,3949],{"className":3934},[66],[20,3936,3938],{"className":3937,"style":762},[70],[20,3939,3940,3943],{"style":339},[20,3941],{"className":3942,"style":79},[78],[20,3944,3946],{"className":3945},[83,84,85,86],[20,3947,286],{"className":3948,"style":285},[41,42,86],[20,3950,354],{"className":3951},[353],[20,3953,3955],{"className":3954},[66],[20,3956,3958],{"className":3957,"style":361},[70],[20,3959],{},[20,3961,134],{"className":3962},[133],", and learn a single policy over that joint action space. Now the\nenvironment is a genuine MDP again — there is only one learner, so nothing is\nnon-stationary — and every single-agent guarantee returns.",[11,3965,3966,3967,3982,3983,4004,4005,4053,4054,4057,4058,4107],{},"The catch is the size of the joint action space. If each of ",[20,3968,3970],{"className":3969},[23],[20,3971,3973],{"className":3972,"ariaHidden":28},[27],[20,3974,3976,3979],{"className":3975},[32],[20,3977],{"className":3978,"style":281},[36],[20,3980,286],{"className":3981,"style":285},[41,42]," agents has ",[20,3984,3986],{"className":3985},[23],[20,3987,3989],{"className":3988,"ariaHidden":28},[27],[20,3990,3992,3995,3998,4001],{"className":3991},[32],[20,3993],{"className":3994,"style":113},[36],[20,3996,103],{"className":3997},[41],[20,3999,205],{"className":4000},[41,193],[20,4002,103],{"className":4003},[41],"\nactions, the joint space has ",[20,4006,4008],{"className":4007},[23],[20,4009,4011],{"className":4010,"ariaHidden":28},[27],[20,4012,4014,4018,4021,4024],{"className":4013},[32],[20,4015],{"className":4016,"style":4017},[36],"height:1.0913em;vertical-align:-0.25em;",[20,4019,103],{"className":4020},[41],[20,4022,205],{"className":4023},[41,193],[20,4025,4027,4030],{"className":4026},[41],[20,4028,103],{"className":4029},[41],[20,4031,4033],{"className":4032},[58],[20,4034,4036],{"className":4035},[62],[20,4037,4039],{"className":4038},[66],[20,4040,4042],{"className":4041,"style":383},[70],[20,4043,4044,4047],{"style":74},[20,4045],{"className":4046,"style":79},[78],[20,4048,4050],{"className":4049},[83,84,85,86],[20,4051,286],{"className":4052,"style":285},[41,42,86]," — it grows ",[15,4055,4056],{},"exponentially"," in the number of\nagents. A team of ten agents with ten actions each has ",[20,4059,4061],{"className":4060},[23],[20,4062,4064],{"className":4063,"ariaHidden":28},[27],[20,4065,4067,4071,4074],{"className":4066},[32],[20,4068],{"className":4069,"style":4070},[36],"height:0.8141em;",[20,4072,258],{"className":4073},[41],[20,4075,4077,4080],{"className":4076},[41],[20,4078,1957],{"className":4079},[41],[20,4081,4083],{"className":4082},[58],[20,4084,4086],{"className":4085},[62],[20,4087,4089],{"className":4088},[66],[20,4090,4092],{"className":4091,"style":4070},[70],[20,4093,4094,4097],{"style":74},[20,4095],{"className":4096,"style":79},[78],[20,4098,4100],{"className":4099},[83,84,85,86],[20,4101,4103],{"className":4102},[41,86],[20,4104,4106],{"className":4105},[41,86],"10"," joint actions to evaluate\nper state. Worse, centralized control assumes a central controller with access to every\nagent's observations at execution time, which many settings forbid: a robot swarm acts on\nlocal sensors, a player sees only its own screen.",[1535,4109],{"hash":4110},"315ee85a47affda0cf45dc48c5b9b31084e99134ab1f3db2c0078367e1a74962",[11,4112,4113],{},"Independent learning scales but does not converge; centralized control converges but does\nnot scale. The dominant modern paradigm is a hybrid that takes the good half of each.",[168,4115,4117],{"id":4116},"centralized-training-decentralized-execution","Centralized training, decentralized execution",[11,4119,4120,4121,4124,4125,4128,4129,4132,4133,4136,4137],{},"The two hard constraints apply at ",[15,4122,4123],{},"different times",". During\n",[15,4126,4127],{},"training"," — offline, in simulation, on your own hardware — you can afford a global view:\nyou control the whole simulator and can hand any component all the agents' observations and\nactions. During ",[15,4130,4131],{},"execution"," — when the trained agents act in the real deployment — each\nagent may only see its own local observation, and must act on that alone. So separate the\ntwo phases. Use the global view where it is free (training) and demand only local\ninformation where it is required (execution). This is ",[15,4134,4135],{},"centralized training with\ndecentralized execution"," (CTDE), the paradigm that organizes almost all of modern deep\nmulti-agent RL.",[250,4138,4139],{},[129,4140,1924],{"href":4141,"ariaDescribedBy":4142,"dataFootnoteRef":6,"id":4143},"#user-content-fn-ctde",[256],"user-content-fnref-ctde",[260,4145,4146],{"type":262},[11,4147,4148,4151,4152,4155,4156,4172,4173,4289,4290,4293,4294,4448,4449,4501],{},[15,4149,4150],{},"Definition (Centralized training, decentralized execution)."," A training scheme in\nwhich a ",[15,4153,4154],{},"centralized critic"," (or value function) is given the full joint information —\nthe global state ",[20,4157,4159],{"className":4158},[23],[20,4160,4162],{"className":4161,"ariaHidden":28},[27],[20,4163,4165,4168],{"className":4164},[32],[20,4166],{"className":4167,"style":660},[36],[20,4169,4171],{"className":4170},[41,664],"x"," and every agent's action ",[20,4174,4176],{"className":4175},[23],[20,4177,4179],{"className":4178,"ariaHidden":28},[27],[20,4180,4182,4185,4188,4228,4231,4234,4237,4240,4243,4246,4286],{"className":4181},[32],[20,4183],{"className":4184,"style":113},[36],[20,4186,47],{"className":4187},[46],[20,4189,4191,4194],{"className":4190},[41],[20,4192,129],{"className":4193},[41,42],[20,4195,4197],{"className":4196},[58],[20,4198,4200,4220],{"className":4199},[62,329],[20,4201,4203,4217],{"className":4202},[66],[20,4204,4206],{"className":4205,"style":701},[70],[20,4207,4208,4211],{"style":339},[20,4209],{"className":4210,"style":79},[78],[20,4212,4214],{"className":4213},[83,84,85,86],[20,4215,258],{"className":4216},[41,86],[20,4218,354],{"className":4219},[353],[20,4221,4223],{"className":4222},[66],[20,4224,4226],{"className":4225,"style":361},[70],[20,4227],{},[20,4229,121],{"className":4230},[120],[20,4232],{"className":4233,"style":125},[97],[20,4235,734],{"className":4236},[733],[20,4238],{"className":4239,"style":125},[97],[20,4241,121],{"className":4242},[120],[20,4244],{"className":4245,"style":125},[97],[20,4247,4249,4252],{"className":4248},[41],[20,4250,129],{"className":4251},[41,42],[20,4253,4255],{"className":4254},[58],[20,4256,4258,4278],{"className":4257},[62,329],[20,4259,4261,4275],{"className":4260},[66],[20,4262,4264],{"className":4263,"style":762},[70],[20,4265,4266,4269],{"style":339},[20,4267],{"className":4268,"style":79},[78],[20,4270,4272],{"className":4271},[83,84,85,86],[20,4273,286],{"className":4274,"style":285},[41,42,86],[20,4276,354],{"className":4277},[353],[20,4279,4281],{"className":4280},[66],[20,4282,4284],{"className":4283,"style":361},[70],[20,4285],{},[20,4287,134],{"className":4288},[133]," — and is used\nonly to compute learning targets during training. Each agent's ",[15,4291,4292],{},"actor"," ",[20,4295,4297],{"className":4296},[23],[20,4298,4300,4398],{"className":4299,"ariaHidden":28},[27],[20,4301,4303,4306,4346,4349,4389,4392,4395],{"className":4302},[32],[20,4304],{"className":4305,"style":113},[36],[20,4307,4309,4312],{"className":4308},[41],[20,4310,1114],{"className":4311,"style":1113},[41,42],[20,4313,4315],{"className":4314},[58],[20,4316,4318,4338],{"className":4317},[62,329],[20,4319,4321,4335],{"className":4320},[66],[20,4322,4324],{"className":4323,"style":336},[70],[20,4325,4326,4329],{"style":1129},[20,4327],{"className":4328,"style":79},[78],[20,4330,4332],{"className":4331},[83,84,85,86],[20,4333,349],{"className":4334},[41,42,86],[20,4336,354],{"className":4337},[353],[20,4339,4341],{"className":4340},[66],[20,4342,4344],{"className":4343,"style":361},[70],[20,4345],{},[20,4347,47],{"className":4348},[46],[20,4350,4352,4355],{"className":4351},[41],[20,4353,129],{"className":4354},[41,42],[20,4356,4358],{"className":4357},[58],[20,4359,4361,4381],{"className":4360},[62,329],[20,4362,4364,4378],{"className":4363},[66],[20,4365,4367],{"className":4366,"style":336},[70],[20,4368,4369,4372],{"style":339},[20,4370],{"className":4371,"style":79},[78],[20,4373,4375],{"className":4374},[83,84,85,86],[20,4376,349],{"className":4377},[41,42,86],[20,4379,354],{"className":4380},[353],[20,4382,4384],{"className":4383},[66],[20,4385,4387],{"className":4386,"style":361},[70],[20,4388],{},[20,4390],{"className":4391,"style":98},[97],[20,4393,103],{"className":4394},[102],[20,4396],{"className":4397,"style":98},[97],[20,4399,4401,4404,4445],{"className":4400},[32],[20,4402],{"className":4403,"style":113},[36],[20,4405,4407,4411],{"className":4406},[41],[20,4408,4410],{"className":4409},[41,42],"o",[20,4412,4414],{"className":4413},[58],[20,4415,4417,4437],{"className":4416},[62,329],[20,4418,4420,4434],{"className":4419},[66],[20,4421,4423],{"className":4422,"style":336},[70],[20,4424,4425,4428],{"style":339},[20,4426],{"className":4427,"style":79},[78],[20,4429,4431],{"className":4430},[83,84,85,86],[20,4432,349],{"className":4433},[41,42,86],[20,4435,354],{"className":4436},[353],[20,4438,4440],{"className":4439},[66],[20,4441,4443],{"className":4442,"style":361},[70],[20,4444],{},[20,4446,134],{"className":4447},[133]," conditions only on that agent's local observation ",[20,4450,4452],{"className":4451},[23],[20,4453,4455],{"className":4454,"ariaHidden":28},[27],[20,4456,4458,4461],{"className":4457},[32],[20,4459],{"className":4460,"style":1492},[36],[20,4462,4464,4467],{"className":4463},[41],[20,4465,4410],{"className":4466},[41,42],[20,4468,4470],{"className":4469},[58],[20,4471,4473,4493],{"className":4472},[62,329],[20,4474,4476,4490],{"className":4475},[66],[20,4477,4479],{"className":4478,"style":336},[70],[20,4480,4481,4484],{"style":339},[20,4482],{"className":4483,"style":79},[78],[20,4485,4487],{"className":4486},[83,84,85,86],[20,4488,349],{"className":4489},[41,42,86],[20,4491,354],{"className":4492},[353],[20,4494,4496],{"className":4495},[66],[20,4497,4499],{"className":4498,"style":361},[70],[20,4500],{},", so at execution time the\ncentralized critic is discarded and the agents act independently from local observations.",[1535,4503],{"hash":4504},"5bb45f80a486894f92582e2d22b54f3f989c347c0cb4e0e4129f747def5feef2",[11,4506,4507,4508,4673,4674,4677],{},"The centralized critic is what defeats non-stationarity. A critic that sees every agent's\naction ",[20,4509,4511],{"className":4510},[23],[20,4512,4514],{"className":4513,"ariaHidden":28},[27],[20,4515,4517,4520,4560,4563,4566,4569,4572,4612,4615,4618,4621,4624,4627,4630,4670],{"className":4516},[32],[20,4518],{"className":4519,"style":113},[36],[20,4521,4523,4526],{"className":4522},[41],[20,4524,3712],{"className":4525},[41,42],[20,4527,4529],{"className":4528},[58],[20,4530,4532,4552],{"className":4531},[62,329],[20,4533,4535,4549],{"className":4534},[66],[20,4536,4538],{"className":4537,"style":336},[70],[20,4539,4540,4543],{"style":339},[20,4541],{"className":4542,"style":79},[78],[20,4544,4546],{"className":4545},[83,84,85,86],[20,4547,349],{"className":4548},[41,42,86],[20,4550,354],{"className":4551},[353],[20,4553,4555],{"className":4554},[66],[20,4556,4558],{"className":4557,"style":361},[70],[20,4559],{},[20,4561,47],{"className":4562},[46],[20,4564,4171],{"className":4565},[41,664],[20,4567,121],{"className":4568},[120],[20,4570],{"className":4571,"style":125},[97],[20,4573,4575,4578],{"className":4574},[41],[20,4576,129],{"className":4577},[41,42],[20,4579,4581],{"className":4580},[58],[20,4582,4584,4604],{"className":4583},[62,329],[20,4585,4587,4601],{"className":4586},[66],[20,4588,4590],{"className":4589,"style":701},[70],[20,4591,4592,4595],{"style":339},[20,4593],{"className":4594,"style":79},[78],[20,4596,4598],{"className":4597},[83,84,85,86],[20,4599,258],{"className":4600},[41,86],[20,4602,354],{"className":4603},[353],[20,4605,4607],{"className":4606},[66],[20,4608,4610],{"className":4609,"style":361},[70],[20,4611],{},[20,4613,121],{"className":4614},[120],[20,4616],{"className":4617,"style":125},[97],[20,4619,734],{"className":4620},[733],[20,4622],{"className":4623,"style":125},[97],[20,4625,121],{"className":4626},[120],[20,4628],{"className":4629,"style":125},[97],[20,4631,4633,4636],{"className":4632},[41],[20,4634,129],{"className":4635},[41,42],[20,4637,4639],{"className":4638},[58],[20,4640,4642,4662],{"className":4641},[62,329],[20,4643,4645,4659],{"className":4644},[66],[20,4646,4648],{"className":4647,"style":762},[70],[20,4649,4650,4653],{"style":339},[20,4651],{"className":4652,"style":79},[78],[20,4654,4656],{"className":4655},[83,84,85,86],[20,4657,286],{"className":4658,"style":285},[41,42,86],[20,4660,354],{"className":4661},[353],[20,4663,4665],{"className":4664},[66],[20,4666,4668],{"className":4667,"style":361},[70],[20,4669],{},[20,4671,134],{"className":4672},[133]," faces a ",[15,4675,4676],{},"stationary"," learning target: if you\nknow what all agents did, the environment's response is fixed, so the moving-target problem\ndisappears from the critic's point of view. The actors stay decentralized because they need\nto run without the others' information at test time. Training gets the global view; execution\ngets the local constraint.",[1829,4679,4681],{"id":4680},"maddpg","MADDPG",[11,4683,4684,4685,4688,4689,4695,4696,4700,4701,4716,4717,4816,4817,4982,4983,4986],{},"The canonical CTDE algorithm is ",[15,4686,4687],{},"multi-agent DDPG"," (MADDPG), from Lowe et al. (2017).",[250,4690,4691],{},[129,4692,1777],{"href":3278,"ariaDescribedBy":4693,"dataFootnoteRef":6,"id":4694},[256],"user-content-fnref-lowe-2","\nIt takes the ",[129,4697,4699],{"href":4698},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control","DDPG"," actor-critic\nand gives each agent a centralized critic. Agent ",[20,4702,4704],{"className":4703},[23],[20,4705,4707],{"className":4706,"ariaHidden":28},[27],[20,4708,4710,4713],{"className":4709},[32],[20,4711],{"className":4712,"style":643},[36],[20,4714,349],{"className":4715},[41,42]," has a decentralized deterministic actor\n",[20,4718,4720],{"className":4719},[23],[20,4721,4723],{"className":4722,"ariaHidden":28},[27],[20,4724,4726,4729,4770,4773,4813],{"className":4725},[32],[20,4727],{"className":4728,"style":113},[36],[20,4730,4732,4736],{"className":4731},[41],[20,4733,4735],{"className":4734},[41,42],"μ",[20,4737,4739],{"className":4738},[58],[20,4740,4742,4762],{"className":4741},[62,329],[20,4743,4745,4759],{"className":4744},[66],[20,4746,4748],{"className":4747,"style":336},[70],[20,4749,4750,4753],{"style":339},[20,4751],{"className":4752,"style":79},[78],[20,4754,4756],{"className":4755},[83,84,85,86],[20,4757,349],{"className":4758},[41,42,86],[20,4760,354],{"className":4761},[353],[20,4763,4765],{"className":4764},[66],[20,4766,4768],{"className":4767,"style":361},[70],[20,4769],{},[20,4771,47],{"className":4772},[46],[20,4774,4776,4779],{"className":4775},[41],[20,4777,4410],{"className":4778},[41,42],[20,4780,4782],{"className":4781},[58],[20,4783,4785,4805],{"className":4784},[62,329],[20,4786,4788,4802],{"className":4787},[66],[20,4789,4791],{"className":4790,"style":336},[70],[20,4792,4793,4796],{"style":339},[20,4794],{"className":4795,"style":79},[78],[20,4797,4799],{"className":4798},[83,84,85,86],[20,4800,349],{"className":4801},[41,42,86],[20,4803,354],{"className":4804},[353],[20,4806,4808],{"className":4807},[66],[20,4809,4811],{"className":4810,"style":361},[70],[20,4812],{},[20,4814,134],{"className":4815},[133]," that sees only its own observation, and a centralized critic\n",[20,4818,4820],{"className":4819},[23],[20,4821,4823],{"className":4822,"ariaHidden":28},[27],[20,4824,4826,4829,4869,4872,4875,4878,4881,4921,4924,4927,4930,4933,4936,4939,4979],{"className":4825},[32],[20,4827],{"className":4828,"style":113},[36],[20,4830,4832,4835],{"className":4831},[41],[20,4833,3712],{"className":4834},[41,42],[20,4836,4838],{"className":4837},[58],[20,4839,4841,4861],{"className":4840},[62,329],[20,4842,4844,4858],{"className":4843},[66],[20,4845,4847],{"className":4846,"style":336},[70],[20,4848,4849,4852],{"style":339},[20,4850],{"className":4851,"style":79},[78],[20,4853,4855],{"className":4854},[83,84,85,86],[20,4856,349],{"className":4857},[41,42,86],[20,4859,354],{"className":4860},[353],[20,4862,4864],{"className":4863},[66],[20,4865,4867],{"className":4866,"style":361},[70],[20,4868],{},[20,4870,47],{"className":4871},[46],[20,4873,4171],{"className":4874},[41,664],[20,4876,121],{"className":4877},[120],[20,4879],{"className":4880,"style":125},[97],[20,4882,4884,4887],{"className":4883},[41],[20,4885,129],{"className":4886},[41,42],[20,4888,4890],{"className":4889},[58],[20,4891,4893,4913],{"className":4892},[62,329],[20,4894,4896,4910],{"className":4895},[66],[20,4897,4899],{"className":4898,"style":701},[70],[20,4900,4901,4904],{"style":339},[20,4902],{"className":4903,"style":79},[78],[20,4905,4907],{"className":4906},[83,84,85,86],[20,4908,258],{"className":4909},[41,86],[20,4911,354],{"className":4912},[353],[20,4914,4916],{"className":4915},[66],[20,4917,4919],{"className":4918,"style":361},[70],[20,4920],{},[20,4922,121],{"className":4923},[120],[20,4925],{"className":4926,"style":125},[97],[20,4928,734],{"className":4929},[733],[20,4931],{"className":4932,"style":125},[97],[20,4934,121],{"className":4935},[120],[20,4937],{"className":4938,"style":125},[97],[20,4940,4942,4945],{"className":4941},[41],[20,4943,129],{"className":4944},[41,42],[20,4946,4948],{"className":4947},[58],[20,4949,4951,4971],{"className":4950},[62,329],[20,4952,4954,4968],{"className":4953},[66],[20,4955,4957],{"className":4956,"style":762},[70],[20,4958,4959,4962],{"style":339},[20,4960],{"className":4961,"style":79},[78],[20,4963,4965],{"className":4964},[83,84,85,86],[20,4966,286],{"className":4967,"style":285},[41,42,86],[20,4969,354],{"className":4970},[353],[20,4972,4974],{"className":4973},[66],[20,4975,4977],{"className":4976,"style":361},[70],[20,4978],{},[20,4980,134],{"className":4981},[133]," that sees the global state and ",[15,4984,4985],{},"all"," agents' actions.",[1535,4988],{"hash":4989},"399e2da87a029eb0d50e6dd284558fffff6b4f86ae05e00e8c940d0c3ed155f4",[11,4991,4992,4993,5008,5009,5012],{},"The training rules are DDPG's, lifted to the joint view. The critic for agent ",[20,4994,4996],{"className":4995},[23],[20,4997,4999],{"className":4998,"ariaHidden":28},[27],[20,5000,5002,5005],{"className":5001},[32],[20,5003],{"className":5004,"style":643},[36],[20,5006,349],{"className":5007},[41,42]," regresses\ntoward a bootstrapped target computed from the ",[15,5010,5011],{},"target actors of all agents",", so the value\nis conditioned on everyone's next action:",[20,5014,5016],{"className":5015},[2344],[20,5017,5019],{"className":5018},[23],[20,5020,5022,5047,5103,5727,5908],{"className":5021,"ariaHidden":28},[27],[20,5023,5025,5028,5032,5035,5038,5041,5044],{"className":5024},[32],[20,5026],{"className":5027,"style":3212},[36],[20,5029,5031],{"className":5030,"style":1113},[41,42],"y",[20,5033],{"className":5034,"style":98},[97],[20,5036],{"className":5037,"style":98},[97],[20,5039,402],{"className":5040},[102],[20,5042],{"className":5043,"style":98},[97],[20,5045],{"className":5046,"style":98},[97],[20,5048,5050,5053,5093,5096,5100],{"className":5049},[32],[20,5051],{"className":5052,"style":1743},[36],[20,5054,5056,5059],{"className":5055},[41],[20,5057,225],{"className":5058,"style":224},[41,42],[20,5060,5062],{"className":5061},[58],[20,5063,5065,5085],{"className":5064},[62,329],[20,5066,5068,5082],{"className":5067},[66],[20,5069,5071],{"className":5070,"style":336},[70],[20,5072,5073,5076],{"style":467},[20,5074],{"className":5075,"style":79},[78],[20,5077,5079],{"className":5078},[83,84,85,86],[20,5080,349],{"className":5081},[41,42,86],[20,5083,354],{"className":5084},[353],[20,5086,5088],{"className":5087},[66],[20,5089,5091],{"className":5090,"style":361},[70],[20,5092],{},[20,5094],{"className":5095,"style":847},[97],[20,5097,5099],{"className":5098},[851],"+",[20,5101],{"className":5102,"style":847},[97],[20,5104,5106,5110,5113,5116,5209,5213,5220,5252,5255,5258,5314,5317,5320,5323,5326,5329,5332,5386,5392,5657,5660,5664,5667,5671,5674,5715,5718,5721,5724],{"className":5105},[32],[20,5107],{"className":5108,"style":5109},[36],"height:2.1725em;vertical-align:-1.0225em;",[20,5111,236],{"className":5112,"style":235},[41,42],[20,5114],{"className":5115,"style":125},[97],[20,5117,5119,5122],{"className":5118},[41],[20,5120,3712],{"className":5121},[41,42],[20,5123,5125],{"className":5124},[58],[20,5126,5128,5200],{"className":5127},[62,329],[20,5129,5131,5197],{"className":5130},[66],[20,5132,5135,5147],{"className":5133,"style":5134},[70],"height:1.0604em;",[20,5136,5138,5141],{"style":5137},"top:-2.4231em;margin-left:0em;margin-right:0.05em;",[20,5139],{"className":5140,"style":79},[78],[20,5142,5144],{"className":5143},[83,84,85,86],[20,5145,349],{"className":5146},[41,42,86],[20,5148,5150,5153],{"style":5149},"top:-3.1809em;margin-right:0.05em;",[20,5151],{"className":5152,"style":79},[78],[20,5154,5156],{"className":5155},[83,84,85,86],[20,5157,5159,5163],{"className":5158},[41,86],[20,5160],{"className":5161,"style":5162},[97,86],"margin-right:0.1952em;",[20,5164,5166,5169],{"className":5165},[41,86],[20,5167,4735],{"className":5168},[41,42,86],[20,5170,5172],{"className":5171},[58],[20,5173,5175],{"className":5174},[62],[20,5176,5178],{"className":5177},[66],[20,5179,5182],{"className":5180,"style":5181},[70],"height:0.8278em;",[20,5183,5185,5188],{"style":5184},"top:-2.931em;margin-right:0.0714em;",[20,5186],{"className":5187,"style":2576},[78],[20,5189,5191],{"className":5190},[83,2580,2581,86],[20,5192,5194],{"className":5193},[41,86],[20,5195,93],{"className":5196},[41,86],[20,5198,354],{"className":5199},[353],[20,5201,5203],{"className":5202},[66],[20,5204,5207],{"className":5205,"style":5206},[70],"height:0.2769em;",[20,5208],{},[20,5210],{"className":5211,"style":5212},[97],"margin-right:-0.1667em;",[20,5214,5216],{"className":5215},[41],[20,5217,47],{"className":5218},[5219,2581],"delimsizing",[20,5221,5223,5226],{"className":5222},[41],[20,5224,4171],{"className":5225},[41,664],[20,5227,5229],{"className":5228},[58],[20,5230,5232],{"className":5231},[62],[20,5233,5235],{"className":5234},[66],[20,5236,5238],{"className":5237,"style":2419},[70],[20,5239,5240,5243],{"style":2422},[20,5241],{"className":5242,"style":79},[78],[20,5244,5246],{"className":5245},[83,84,85,86],[20,5247,5249],{"className":5248},[41,86],[20,5250,93],{"className":5251},[41,86],[20,5253,121],{"className":5254},[120],[20,5256],{"className":5257,"style":125},[97],[20,5259,5261,5264],{"className":5260},[41],[20,5262,129],{"className":5263},[41,42],[20,5265,5267],{"className":5266},[58],[20,5268,5270,5305],{"className":5269},[62,329],[20,5271,5273,5302],{"className":5272},[66],[20,5274,5276,5288],{"className":5275,"style":2419},[70],[20,5277,5279,5282],{"style":5278},"top:-2.453em;margin-left:0em;margin-right:0.05em;",[20,5280],{"className":5281,"style":79},[78],[20,5283,5285],{"className":5284},[83,84,85,86],[20,5286,258],{"className":5287},[41,86],[20,5289,5290,5293],{"style":2422},[20,5291],{"className":5292,"style":79},[78],[20,5294,5296],{"className":5295},[83,84,85,86],[20,5297,5299],{"className":5298},[41,86],[20,5300,93],{"className":5301},[41,86],[20,5303,354],{"className":5304},[353],[20,5306,5308],{"className":5307},[66],[20,5309,5312],{"className":5310,"style":5311},[70],"height:0.247em;",[20,5313],{},[20,5315,121],{"className":5316},[120],[20,5318],{"className":5319,"style":125},[97],[20,5321,734],{"className":5322},[733],[20,5324],{"className":5325,"style":125},[97],[20,5327,121],{"className":5328},[120],[20,5330],{"className":5331,"style":125},[97],[20,5333,5335,5338],{"className":5334},[41],[20,5336,129],{"className":5337},[41,42],[20,5339,5341],{"className":5340},[58],[20,5342,5344,5378],{"className":5343},[62,329],[20,5345,5347,5375],{"className":5346},[66],[20,5348,5350,5361],{"className":5349,"style":2419},[70],[20,5351,5352,5355],{"style":5278},[20,5353],{"className":5354,"style":79},[78],[20,5356,5358],{"className":5357},[83,84,85,86],[20,5359,286],{"className":5360,"style":285},[41,42,86],[20,5362,5363,5366],{"style":2422},[20,5364],{"className":5365,"style":79},[78],[20,5367,5369],{"className":5368},[83,84,85,86],[20,5370,5372],{"className":5371},[41,86],[20,5373,93],{"className":5374},[41,86],[20,5376,354],{"className":5377},[353],[20,5379,5381],{"className":5380},[66],[20,5382,5384],{"className":5383,"style":5311},[70],[20,5385],{},[20,5387,5389],{"className":5388},[41],[20,5390,134],{"className":5391},[5219,2581],[20,5393,5395,5445],{"className":5394},[41],[20,5396,5398],{"className":5397},[41],[20,5399,5402],{"className":5400},[5219,5401],"mult",[20,5403,5405,5436],{"className":5404},[62,329],[20,5406,5408,5433],{"className":5407},[66],[20,5409,5412],{"className":5410,"style":5411},[70],"height:1.15em;",[20,5413,5415,5419],{"style":5414},"top:-3.15em;",[20,5416],{"className":5417,"style":5418},[78],"height:3.8em;",[20,5420,5422],{"style":5421},"width:0.333em;height:1.8em;",[5423,5424,5429],"svg",{"xmlns":5425,"width":5426,"height":5427,"viewBox":5428},"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg","0.333em","1.8em","0 0 333 1800",[5430,5431],"path",{"d":5432},"M145 15 v585 v600 v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v-600 v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v600 v585 h43z",[20,5434,354],{"className":5435},[353],[20,5437,5439],{"className":5438},[66],[20,5440,5443],{"className":5441,"style":5442},[70],"height:0.65em;",[20,5444],{},[20,5446,5448],{"className":5447},[58],[20,5449,5451,5648],{"className":5450},[62,329],[20,5452,5454,5645],{"className":5453},[66],[20,5455,5458],{"className":5456,"style":5457},[70],"height:-0.1747em;",[20,5459,5461,5464],{"style":5460},"top:-2.0003em;margin-right:0.05em;",[20,5462],{"className":5463,"style":79},[78],[20,5465,5467],{"className":5466},[83,84,85,86],[20,5468,5470,5528,5531,5585,5588,5642],{"className":5469},[41,86],[20,5471,5473,5476],{"className":5472},[41,86],[20,5474,129],{"className":5475},[41,42,86],[20,5477,5479],{"className":5478},[58],[20,5480,5482,5519],{"className":5481},[62,329],[20,5483,5485,5516],{"className":5484},[66],[20,5486,5489,5501],{"className":5487,"style":5488},[70],"height:0.7416em;",[20,5490,5492,5495],{"style":5491},"top:-2.1777em;margin-left:0em;margin-right:0.0714em;",[20,5493],{"className":5494,"style":2576},[78],[20,5496,5498],{"className":5497},[83,2580,2581,86],[20,5499,2820],{"className":5500,"style":2819},[41,42,86],[20,5502,5504,5507],{"style":5503},"top:-2.8448em;margin-right:0.0714em;",[20,5505],{"className":5506,"style":2576},[78],[20,5508,5510],{"className":5509},[83,2580,2581,86],[20,5511,5513],{"className":5512},[41,86],[20,5514,93],{"className":5515},[41,86],[20,5517,354],{"className":5518},[353],[20,5520,5522],{"className":5521},[66],[20,5523,5526],{"className":5524,"style":5525},[70],"height:0.4612em;",[20,5527],{},[20,5529,402],{"className":5530},[102,86],[20,5532,5534,5537],{"className":5533},[41,86],[20,5535,4735],{"className":5536},[41,42,86],[20,5538,5540],{"className":5539},[58],[20,5541,5543,5577],{"className":5542},[62,329],[20,5544,5546,5574],{"className":5545},[66],[20,5547,5549,5560],{"className":5548,"style":5488},[70],[20,5550,5551,5554],{"style":5491},[20,5552],{"className":5553,"style":2576},[78],[20,5555,5557],{"className":5556},[83,2580,2581,86],[20,5558,2820],{"className":5559,"style":2819},[41,42,86],[20,5561,5562,5565],{"style":5503},[20,5563],{"className":5564,"style":2576},[78],[20,5566,5568],{"className":5567},[83,2580,2581,86],[20,5569,5571],{"className":5570},[41,86],[20,5572,93],{"className":5573},[41,86],[20,5575,354],{"className":5576},[353],[20,5578,5580],{"className":5579},[66],[20,5581,5583],{"className":5582,"style":5525},[70],[20,5584],{},[20,5586,47],{"className":5587},[46,86],[20,5589,5591,5594],{"className":5590},[41,86],[20,5592,4410],{"className":5593},[41,42,86],[20,5595,5597],{"className":5596},[58],[20,5598,5600,5634],{"className":5599},[62,329],[20,5601,5603,5631],{"className":5602},[66],[20,5604,5606,5617],{"className":5605,"style":5488},[70],[20,5607,5608,5611],{"style":5491},[20,5609],{"className":5610,"style":2576},[78],[20,5612,5614],{"className":5613},[83,2580,2581,86],[20,5615,2820],{"className":5616,"style":2819},[41,42,86],[20,5618,5619,5622],{"style":5503},[20,5620],{"className":5621,"style":2576},[78],[20,5623,5625],{"className":5624},[83,2580,2581,86],[20,5626,5628],{"className":5627},[41,86],[20,5629,93],{"className":5630},[41,86],[20,5632,354],{"className":5633},[353],[20,5635,5637],{"className":5636},[66],[20,5638,5640],{"className":5639,"style":5525},[70],[20,5641],{},[20,5643,134],{"className":5644},[133,86],[20,5646,354],{"className":5647},[353],[20,5649,5651],{"className":5650},[66],[20,5652,5655],{"className":5653,"style":5654},[70],"height:1.0225em;",[20,5656],{},[20,5658,121],{"className":5659},[120],[20,5661],{"className":5662,"style":5663},[97],"margin-right:2em;",[20,5665],{"className":5666,"style":125},[97],[20,5668,5670],{"className":5669},[41,193],"L",[20,5672,47],{"className":5673},[46],[20,5675,5677,5681],{"className":5676},[41],[20,5678,5680],{"className":5679},[41,42],"ϕ",[20,5682,5684],{"className":5683},[58],[20,5685,5687,5707],{"className":5686},[62,329],[20,5688,5690,5704],{"className":5689},[66],[20,5691,5693],{"className":5692,"style":336},[70],[20,5694,5695,5698],{"style":339},[20,5696],{"className":5697,"style":79},[78],[20,5699,5701],{"className":5700},[83,84,85,86],[20,5702,349],{"className":5703},[41,42,86],[20,5705,354],{"className":5706},[353],[20,5708,5710],{"className":5709},[66],[20,5711,5713],{"className":5712,"style":361},[70],[20,5714],{},[20,5716,134],{"className":5717},[133],[20,5719],{"className":5720,"style":98},[97],[20,5722,402],{"className":5723},[102],[20,5725],{"className":5726,"style":98},[97],[20,5728,5730,5734,5737,5743,5746,5786,5789,5792,5795,5798,5838,5841,5844,5847,5850,5853,5856,5896,5899,5902,5905],{"className":5729},[32],[20,5731],{"className":5732,"style":5733},[36],"height:1.2em;vertical-align:-0.35em;",[20,5735,1232],{"className":5736},[41,1231],[20,5738,5740],{"className":5739},[41],[20,5741,1236],{"className":5742},[5219,2581],[20,5744,47],{"className":5745},[46],[20,5747,5749,5752],{"className":5748},[41],[20,5750,3712],{"className":5751},[41,42],[20,5753,5755],{"className":5754},[58],[20,5756,5758,5778],{"className":5757},[62,329],[20,5759,5761,5775],{"className":5760},[66],[20,5762,5764],{"className":5763,"style":336},[70],[20,5765,5766,5769],{"style":339},[20,5767],{"className":5768,"style":79},[78],[20,5770,5772],{"className":5771},[83,84,85,86],[20,5773,349],{"className":5774},[41,42,86],[20,5776,354],{"className":5777},[353],[20,5779,5781],{"className":5780},[66],[20,5782,5784],{"className":5783,"style":361},[70],[20,5785],{},[20,5787,47],{"className":5788},[46],[20,5790,4171],{"className":5791},[41,664],[20,5793,121],{"className":5794},[120],[20,5796],{"className":5797,"style":125},[97],[20,5799,5801,5804],{"className":5800},[41],[20,5802,129],{"className":5803},[41,42],[20,5805,5807],{"className":5806},[58],[20,5808,5810,5830],{"className":5809},[62,329],[20,5811,5813,5827],{"className":5812},[66],[20,5814,5816],{"className":5815,"style":701},[70],[20,5817,5818,5821],{"style":339},[20,5819],{"className":5820,"style":79},[78],[20,5822,5824],{"className":5823},[83,84,85,86],[20,5825,258],{"className":5826},[41,86],[20,5828,354],{"className":5829},[353],[20,5831,5833],{"className":5832},[66],[20,5834,5836],{"className":5835,"style":361},[70],[20,5837],{},[20,5839,121],{"className":5840},[120],[20,5842],{"className":5843,"style":125},[97],[20,5845,734],{"className":5846},[733],[20,5848],{"className":5849,"style":125},[97],[20,5851,121],{"className":5852},[120],[20,5854],{"className":5855,"style":125},[97],[20,5857,5859,5862],{"className":5858},[41],[20,5860,129],{"className":5861},[41,42],[20,5863,5865],{"className":5864},[58],[20,5866,5868,5888],{"className":5867},[62,329],[20,5869,5871,5885],{"className":5870},[66],[20,5872,5874],{"className":5873,"style":762},[70],[20,5875,5876,5879],{"style":339},[20,5877],{"className":5878,"style":79},[78],[20,5880,5882],{"className":5881},[83,84,85,86],[20,5883,286],{"className":5884,"style":285},[41,42,86],[20,5886,354],{"className":5887},[353],[20,5889,5891],{"className":5890},[66],[20,5892,5894],{"className":5893,"style":361},[70],[20,5895],{},[20,5897,134],{"className":5898},[133],[20,5900],{"className":5901,"style":847},[97],[20,5903,1747],{"className":5904},[851],[20,5906],{"className":5907,"style":847},[97],[20,5909,5911,5915,5918,5948,5955],{"className":5910},[32],[20,5912],{"className":5913,"style":5914},[36],"height:1.2141em;vertical-align:-0.35em;",[20,5916,5031],{"className":5917,"style":1113},[41,42],[20,5919,5921,5924],{"className":5920},[133],[20,5922,134],{"className":5923},[133],[20,5925,5927],{"className":5926},[58],[20,5928,5930],{"className":5929},[62],[20,5931,5933],{"className":5932},[66],[20,5934,5937],{"className":5935,"style":5936},[70],"height:0.8641em;",[20,5938,5939,5942],{"style":2422},[20,5940],{"className":5941,"style":79},[78],[20,5943,5945],{"className":5944},[83,84,85,86],[20,5946,1777],{"className":5947},[41,86],[20,5949,5951],{"className":5950},[41],[20,5952,5954],{"className":5953},[5219,2581],"]",[20,5956,1453],{"className":5957},[41],[11,5959,5960,5961,5964],{},"Each actor is improved by the deterministic policy gradient through ",[15,5962,5963],{},"its own"," centralized\ncritic — the critic that already accounts for the others' actions — while every other agent's\naction is held fixed at what the buffer recorded:",[20,5966,5968],{"className":5967},[2344],[20,5969,5971],{"className":5970},[23],[20,5972,5974,6086],{"className":5973,"ariaHidden":28},[27],[20,5975,5977,5981,6066,6071,6074,6077,6080,6083],{"className":5976},[32],[20,5978],{"className":5979,"style":5980},[36],"height:0.9334em;vertical-align:-0.2501em;",[20,5982,5984,5988],{"className":5983},[41],[20,5985,5987],{"className":5986},[41],"∇",[20,5989,5991],{"className":5990},[58],[20,5992,5994,6057],{"className":5993},[62,329],[20,5995,5997,6054],{"className":5996},[66],[20,5998,6000],{"className":5999,"style":3518},[70],[20,6001,6002,6005],{"style":339},[20,6003],{"className":6004,"style":79},[78],[20,6006,6008],{"className":6007},[83,84,85,86],[20,6009,6011],{"className":6010},[41,86],[20,6012,6014,6018],{"className":6013},[41,86],[20,6015,6017],{"className":6016,"style":224},[41,42,86],"θ",[20,6019,6021],{"className":6020},[58],[20,6022,6024,6045],{"className":6023},[62,329],[20,6025,6027,6042],{"className":6026},[66],[20,6028,6030],{"className":6029,"style":2569},[70],[20,6031,6033,6036],{"style":6032},"top:-2.357em;margin-left:-0.0278em;margin-right:0.0714em;",[20,6034],{"className":6035,"style":2576},[78],[20,6037,6039],{"className":6038},[83,2580,2581,86],[20,6040,349],{"className":6041},[41,42,86],[20,6043,354],{"className":6044},[353],[20,6046,6048],{"className":6047},[66],[20,6049,6052],{"className":6050,"style":6051},[70],"height:0.143em;",[20,6053],{},[20,6055,354],{"className":6056},[353],[20,6058,6060],{"className":6059},[66],[20,6061,6064],{"className":6062,"style":6063},[70],"height:0.2501em;",[20,6065],{},[20,6067,6070],{"className":6068,"style":6069},[41,42],"margin-right:0.0962em;","J",[20,6072],{"className":6073,"style":98},[97],[20,6075],{"className":6076,"style":98},[97],[20,6078,402],{"className":6079},[102],[20,6081],{"className":6082,"style":98},[97],[20,6084],{"className":6085,"style":98},[97],[20,6087,6089,6093,6096,6099,6102,6737,6740],{"className":6088},[32],[20,6090],{"className":6091,"style":6092},[36],"height:1.8em;vertical-align:-0.65em;",[20,6094,1232],{"className":6095},[41,1231],[20,6097],{"className":6098,"style":5212},[97],[20,6100],{"className":6101,"style":125},[97],[20,6103,6105,6114,6194,6234,6237,6277,6280,6283,6364,6404,6407,6410,6413,6416,6456,6459,6462,6465,6468,6471,6474,6514,6517,6731],{"className":6104},[733],[20,6106,6110],{"className":6107,"style":6109},[46,6108],"delimcenter","top:0em;",[20,6111,1236],{"className":6112},[5219,6113],"size2",[20,6115,6117,6120],{"className":6116},[41],[20,6118,5987],{"className":6119},[41],[20,6121,6123],{"className":6122},[58],[20,6124,6126,6186],{"className":6125},[62,329],[20,6127,6129,6183],{"className":6128},[66],[20,6130,6132],{"className":6131,"style":3518},[70],[20,6133,6134,6137],{"style":339},[20,6135],{"className":6136,"style":79},[78],[20,6138,6140],{"className":6139},[83,84,85,86],[20,6141,6143],{"className":6142},[41,86],[20,6144,6146,6149],{"className":6145},[41,86],[20,6147,6017],{"className":6148,"style":224},[41,42,86],[20,6150,6152],{"className":6151},[58],[20,6153,6155,6175],{"className":6154},[62,329],[20,6156,6158,6172],{"className":6157},[66],[20,6159,6161],{"className":6160,"style":2569},[70],[20,6162,6163,6166],{"style":6032},[20,6164],{"className":6165,"style":2576},[78],[20,6167,6169],{"className":6168},[83,2580,2581,86],[20,6170,349],{"className":6171},[41,42,86],[20,6173,354],{"className":6174},[353],[20,6176,6178],{"className":6177},[66],[20,6179,6181],{"className":6180,"style":6051},[70],[20,6182],{},[20,6184,354],{"className":6185},[353],[20,6187,6189],{"className":6188},[66],[20,6190,6192],{"className":6191,"style":6063},[70],[20,6193],{},[20,6195,6197,6200],{"className":6196},[41],[20,6198,4735],{"className":6199},[41,42],[20,6201,6203],{"className":6202},[58],[20,6204,6206,6226],{"className":6205},[62,329],[20,6207,6209,6223],{"className":6208},[66],[20,6210,6212],{"className":6211,"style":336},[70],[20,6213,6214,6217],{"style":339},[20,6215],{"className":6216,"style":79},[78],[20,6218,6220],{"className":6219},[83,84,85,86],[20,6221,349],{"className":6222},[41,42,86],[20,6224,354],{"className":6225},[353],[20,6227,6229],{"className":6228},[66],[20,6230,6232],{"className":6231,"style":361},[70],[20,6233],{},[20,6235,47],{"className":6236},[46],[20,6238,6240,6243],{"className":6239},[41],[20,6241,4410],{"className":6242},[41,42],[20,6244,6246],{"className":6245},[58],[20,6247,6249,6269],{"className":6248},[62,329],[20,6250,6252,6266],{"className":6251},[66],[20,6253,6255],{"className":6254,"style":336},[70],[20,6256,6257,6260],{"style":339},[20,6258],{"className":6259,"style":79},[78],[20,6261,6263],{"className":6262},[83,84,85,86],[20,6264,349],{"className":6265},[41,42,86],[20,6267,354],{"className":6268},[353],[20,6270,6272],{"className":6271},[66],[20,6273,6275],{"className":6274,"style":361},[70],[20,6276],{},[20,6278,134],{"className":6279},[133],[20,6281],{"className":6282,"style":98},[97],[20,6284,6286,6289],{"className":6285},[41],[20,6287,5987],{"className":6288},[41],[20,6290,6292],{"className":6291},[58],[20,6293,6295,6356],{"className":6294},[62,329],[20,6296,6298,6353],{"className":6297},[66],[20,6299,6302],{"className":6300,"style":6301},[70],"height:0.1514em;",[20,6303,6304,6307],{"style":339},[20,6305],{"className":6306,"style":79},[78],[20,6308,6310],{"className":6309},[83,84,85,86],[20,6311,6313],{"className":6312},[41,86],[20,6314,6316,6319],{"className":6315},[41,86],[20,6317,129],{"className":6318},[41,42,86],[20,6320,6322],{"className":6321},[58],[20,6323,6325,6345],{"className":6324},[62,329],[20,6326,6328,6342],{"className":6327},[66],[20,6329,6331],{"className":6330,"style":2569},[70],[20,6332,6333,6336],{"style":2572},[20,6334],{"className":6335,"style":2576},[78],[20,6337,6339],{"className":6338},[83,2580,2581,86],[20,6340,349],{"className":6341},[41,42,86],[20,6343,354],{"className":6344},[353],[20,6346,6348],{"className":6347},[66],[20,6349,6351],{"className":6350,"style":6051},[70],[20,6352],{},[20,6354,354],{"className":6355},[353],[20,6357,6359],{"className":6358},[66],[20,6360,6362],{"className":6361,"style":6063},[70],[20,6363],{},[20,6365,6367,6370],{"className":6366},[41],[20,6368,3712],{"className":6369},[41,42],[20,6371,6373],{"className":6372},[58],[20,6374,6376,6396],{"className":6375},[62,329],[20,6377,6379,6393],{"className":6378},[66],[20,6380,6382],{"className":6381,"style":336},[70],[20,6383,6384,6387],{"style":339},[20,6385],{"className":6386,"style":79},[78],[20,6388,6390],{"className":6389},[83,84,85,86],[20,6391,349],{"className":6392},[41,42,86],[20,6394,354],{"className":6395},[353],[20,6397,6399],{"className":6398},[66],[20,6400,6402],{"className":6401,"style":361},[70],[20,6403],{},[20,6405,47],{"className":6406},[46],[20,6408,4171],{"className":6409},[41,664],[20,6411,121],{"className":6412},[120],[20,6414],{"className":6415,"style":125},[97],[20,6417,6419,6422],{"className":6418},[41],[20,6420,129],{"className":6421},[41,42],[20,6423,6425],{"className":6424},[58],[20,6426,6428,6448],{"className":6427},[62,329],[20,6429,6431,6445],{"className":6430},[66],[20,6432,6434],{"className":6433,"style":701},[70],[20,6435,6436,6439],{"style":339},[20,6437],{"className":6438,"style":79},[78],[20,6440,6442],{"className":6441},[83,84,85,86],[20,6443,258],{"className":6444},[41,86],[20,6446,354],{"className":6447},[353],[20,6449,6451],{"className":6450},[66],[20,6452,6454],{"className":6453,"style":361},[70],[20,6455],{},[20,6457,121],{"className":6458},[120],[20,6460],{"className":6461,"style":125},[97],[20,6463,734],{"className":6464},[733],[20,6466],{"className":6467,"style":125},[97],[20,6469,121],{"className":6470},[120],[20,6472],{"className":6473,"style":125},[97],[20,6475,6477,6480],{"className":6476},[41],[20,6478,129],{"className":6479},[41,42],[20,6481,6483],{"className":6482},[58],[20,6484,6486,6506],{"className":6485},[62,329],[20,6487,6489,6503],{"className":6488},[66],[20,6490,6492],{"className":6491,"style":762},[70],[20,6493,6494,6497],{"style":339},[20,6495],{"className":6496,"style":79},[78],[20,6498,6500],{"className":6499},[83,84,85,86],[20,6501,286],{"className":6502,"style":285},[41,42,86],[20,6504,354],{"className":6505},[353],[20,6507,6509],{"className":6508},[66],[20,6510,6512],{"className":6511,"style":361},[70],[20,6513],{},[20,6515,134],{"className":6516},[133],[20,6518,6520,6565],{"className":6519},[41],[20,6521,6523],{"className":6522},[41],[20,6524,6526],{"className":6525},[5219,5401],[20,6527,6529,6556],{"className":6528},[62,329],[20,6530,6532,6553],{"className":6531},[66],[20,6533,6536],{"className":6534,"style":6535},[70],"height:0.85em;",[20,6537,6539,6543],{"style":6538},"top:-2.85em;",[20,6540],{"className":6541,"style":6542},[78],"height:3.2em;",[20,6544,6546],{"style":6545},"width:0.333em;height:1.2em;",[5423,6547,6550],{"xmlns":5425,"width":5426,"height":6548,"viewBox":6549},"1.2em","0 0 333 1200",[5430,6551],{"d":6552},"M145 15 v585 v0 v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v0 v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v0 v585 h43z",[20,6554,354],{"className":6555},[353],[20,6557,6559],{"className":6558},[66],[20,6560,6563],{"className":6561,"style":6562},[70],"height:0.35em;",[20,6564],{},[20,6566,6568],{"className":6567},[58],[20,6569,6571,6722],{"className":6570},[62,329],[20,6572,6574,6719],{"className":6573},[66],[20,6575,6578],{"className":6576,"style":6577},[70],"height:0.1253em;",[20,6579,6581,6584],{"style":6580},"top:-2.3003em;margin-right:0.05em;",[20,6582],{"className":6583,"style":79},[78],[20,6585,6587],{"className":6586},[83,84,85,86],[20,6588,6590,6630,6633,6673,6676,6716],{"className":6589},[41,86],[20,6591,6593,6596],{"className":6592},[41,86],[20,6594,129],{"className":6595},[41,42,86],[20,6597,6599],{"className":6598},[58],[20,6600,6602,6622],{"className":6601},[62,329],[20,6603,6605,6619],{"className":6604},[66],[20,6606,6608],{"className":6607,"style":2569},[70],[20,6609,6610,6613],{"style":2572},[20,6611],{"className":6612,"style":2576},[78],[20,6614,6616],{"className":6615},[83,2580,2581,86],[20,6617,349],{"className":6618},[41,42,86],[20,6620,354],{"className":6621},[353],[20,6623,6625],{"className":6624},[66],[20,6626,6628],{"className":6627,"style":6051},[70],[20,6629],{},[20,6631,402],{"className":6632},[102,86],[20,6634,6636,6639],{"className":6635},[41,86],[20,6637,4735],{"className":6638},[41,42,86],[20,6640,6642],{"className":6641},[58],[20,6643,6645,6665],{"className":6644},[62,329],[20,6646,6648,6662],{"className":6647},[66],[20,6649,6651],{"className":6650,"style":2569},[70],[20,6652,6653,6656],{"style":2572},[20,6654],{"className":6655,"style":2576},[78],[20,6657,6659],{"className":6658},[83,2580,2581,86],[20,6660,349],{"className":6661},[41,42,86],[20,6663,354],{"className":6664},[353],[20,6666,6668],{"className":6667},[66],[20,6669,6671],{"className":6670,"style":6051},[70],[20,6672],{},[20,6674,47],{"className":6675},[46,86],[20,6677,6679,6682],{"className":6678},[41,86],[20,6680,4410],{"className":6681},[41,42,86],[20,6683,6685],{"className":6684},[58],[20,6686,6688,6708],{"className":6687},[62,329],[20,6689,6691,6705],{"className":6690},[66],[20,6692,6694],{"className":6693,"style":2569},[70],[20,6695,6696,6699],{"style":2572},[20,6697],{"className":6698,"style":2576},[78],[20,6700,6702],{"className":6701},[83,2580,2581,86],[20,6703,349],{"className":6704},[41,42,86],[20,6706,354],{"className":6707},[353],[20,6709,6711],{"className":6710},[66],[20,6712,6714],{"className":6713,"style":6051},[70],[20,6715],{},[20,6717,134],{"className":6718},[133,86],[20,6720,354],{"className":6721},[353],[20,6723,6725],{"className":6724},[66],[20,6726,6729],{"className":6727,"style":6728},[70],"height:0.5747em;",[20,6730],{},[20,6732,6734],{"className":6733,"style":6109},[133,6108],[20,6735,5954],{"className":6736},[5219,6113],[20,6738],{"className":6739,"style":125},[97],[20,6741,1453],{"className":6742},[41],[11,6744,6745,6746,6779,6780,1453],{},"Because the critic conditions on the joint action, its target is stationary even though\neach actor is changing — that is precisely how CTDE removes non-stationarity. The single\nchange from DDPG is the critic's input: local ",[20,6747,6749],{"className":6748},[23],[20,6750,6752],{"className":6751,"ariaHidden":28},[27],[20,6753,6755,6758,6761,6764,6767,6770,6773,6776],{"className":6754},[32],[20,6756],{"className":6757,"style":113},[36],[20,6759,3712],{"className":6760},[41,42],[20,6762,47],{"className":6763},[46],[20,6765,54],{"className":6766},[41,42],[20,6768,121],{"className":6769},[120],[20,6771],{"className":6772,"style":125},[97],[20,6774,129],{"className":6775},[41,42],[20,6777,134],{"className":6778},[133]," becomes joint\n",[20,6781,6783],{"className":6782},[23],[20,6784,6786],{"className":6785,"ariaHidden":28},[27],[20,6787,6789,6792,6832,6835,6838,6841,6844,6884,6887,6890,6893,6896,6899,6902,6942],{"className":6788},[32],[20,6790],{"className":6791,"style":113},[36],[20,6793,6795,6798],{"className":6794},[41],[20,6796,3712],{"className":6797},[41,42],[20,6799,6801],{"className":6800},[58],[20,6802,6804,6824],{"className":6803},[62,329],[20,6805,6807,6821],{"className":6806},[66],[20,6808,6810],{"className":6809,"style":336},[70],[20,6811,6812,6815],{"style":339},[20,6813],{"className":6814,"style":79},[78],[20,6816,6818],{"className":6817},[83,84,85,86],[20,6819,349],{"className":6820},[41,42,86],[20,6822,354],{"className":6823},[353],[20,6825,6827],{"className":6826},[66],[20,6828,6830],{"className":6829,"style":361},[70],[20,6831],{},[20,6833,47],{"className":6834},[46],[20,6836,4171],{"className":6837},[41,664],[20,6839,121],{"className":6840},[120],[20,6842],{"className":6843,"style":125},[97],[20,6845,6847,6850],{"className":6846},[41],[20,6848,129],{"className":6849},[41,42],[20,6851,6853],{"className":6852},[58],[20,6854,6856,6876],{"className":6855},[62,329],[20,6857,6859,6873],{"className":6858},[66],[20,6860,6862],{"className":6861,"style":701},[70],[20,6863,6864,6867],{"style":339},[20,6865],{"className":6866,"style":79},[78],[20,6868,6870],{"className":6869},[83,84,85,86],[20,6871,258],{"className":6872},[41,86],[20,6874,354],{"className":6875},[353],[20,6877,6879],{"className":6878},[66],[20,6880,6882],{"className":6881,"style":361},[70],[20,6883],{},[20,6885,121],{"className":6886},[120],[20,6888],{"className":6889,"style":125},[97],[20,6891,734],{"className":6892},[733],[20,6894],{"className":6895,"style":125},[97],[20,6897,121],{"className":6898},[120],[20,6900],{"className":6901,"style":125},[97],[20,6903,6905,6908],{"className":6904},[41],[20,6906,129],{"className":6907},[41,42],[20,6909,6911],{"className":6910},[58],[20,6912,6914,6934],{"className":6913},[62,329],[20,6915,6917,6931],{"className":6916},[66],[20,6918,6920],{"className":6919,"style":762},[70],[20,6921,6922,6925],{"style":339},[20,6923],{"className":6924,"style":79},[78],[20,6926,6928],{"className":6927},[83,84,85,86],[20,6929,286],{"className":6930,"style":285},[41,42,86],[20,6932,354],{"className":6933},[353],[20,6935,6937],{"className":6936},[66],[20,6938,6940],{"className":6939,"style":361},[70],[20,6941],{},[20,6943,134],{"className":6944},[133],[6946,6947,6951],"pre",{"className":6948,"code":6949,"language":6950,"meta":6,"style":6},"language-algorithm shiki shiki-themes Vesper Light - Orange Boost (Quick Open Adjusted) vesper","caption: $\\textsc{MADDPG}$ — centralized-critic actor-critic for $N$ agents\ninput: for each agent $i$: actor $\\mu_{\\theta_i}$, centralized critic $Q_{\\phi_i}$\ninitialize targets $\\theta_i', \\phi_i'$ for all $i$; empty shared replay buffer $\\mathcal{D}$\nfor each step do\n  for each agent $i$ do\n    select $a_i \\gets \\mu_{\\theta_i}(o_i) + \\mathcal{N}$ \u002F\u002F local obs, exploration noise\n  execute joint action $\\mathbf{a}$, observe $\\{r_i\\}$, next state $\\mathbf{x}'$\n  store $(\\mathbf{x}, \\mathbf{a}, \\{r_i\\}, \\mathbf{x}')$ in $\\mathcal{D}$\n  sample a minibatch of joint transitions from $\\mathcal{D}$\n  for each agent $i$ do\n    $a_j' \\gets \\mu_{\\theta_j'}(o_j')$ for all $j$ \u002F\u002F target actors of every agent\n    $y \\gets r_i + \\gamma\\, Q_{\\phi_i'}(\\mathbf{x}', a_1', \\ldots, a_N')$\n    $\\phi_i \\gets \\phi_i - \\eta\\,\\nabla_{\\phi_i}\\,(Q_{\\phi_i}(\\mathbf{x}, a_1, \\ldots, a_N) - y)^2$ \u002F\u002F centralized critic\n    $\\theta_i \\gets \\theta_i + \\eta\\,\\nabla_{\\theta_i}\\, Q_{\\phi_i}(\\mathbf{x}, \\ldots, \\mu_{\\theta_i}(o_i), \\ldots)$ \u002F\u002F local actor\n  soft-update every $\\theta_i', \\phi_i'$\n","algorithm",[6952,6953,6954,6961,6967,6973,6979,6985,6991,6997,7003,7009,7014,7020,7026,7032,7038],"code",{"__ignoreMap":6},[20,6955,6958],{"class":6956,"line":6957},"line",1,[20,6959,6960],{},"caption: $\\textsc{MADDPG}$ — centralized-critic actor-critic for $N$ agents\n",[20,6962,6964],{"class":6956,"line":6963},2,[20,6965,6966],{},"input: for each agent $i$: actor $\\mu_{\\theta_i}$, centralized critic $Q_{\\phi_i}$\n",[20,6968,6970],{"class":6956,"line":6969},3,[20,6971,6972],{},"initialize targets $\\theta_i', \\phi_i'$ for all $i$; empty shared replay buffer $\\mathcal{D}$\n",[20,6974,6976],{"class":6956,"line":6975},4,[20,6977,6978],{},"for each step do\n",[20,6980,6982],{"class":6956,"line":6981},5,[20,6983,6984],{},"  for each agent $i$ do\n",[20,6986,6988],{"class":6956,"line":6987},6,[20,6989,6990],{},"    select $a_i \\gets \\mu_{\\theta_i}(o_i) + \\mathcal{N}$ \u002F\u002F local obs, exploration noise\n",[20,6992,6994],{"class":6956,"line":6993},7,[20,6995,6996],{},"  execute joint action $\\mathbf{a}$, observe $\\{r_i\\}$, next state $\\mathbf{x}'$\n",[20,6998,7000],{"class":6956,"line":6999},8,[20,7001,7002],{},"  store $(\\mathbf{x}, \\mathbf{a}, \\{r_i\\}, \\mathbf{x}')$ in $\\mathcal{D}$\n",[20,7004,7006],{"class":6956,"line":7005},9,[20,7007,7008],{},"  sample a minibatch of joint transitions from $\\mathcal{D}$\n",[20,7010,7012],{"class":6956,"line":7011},10,[20,7013,6984],{},[20,7015,7017],{"class":6956,"line":7016},11,[20,7018,7019],{},"    $a_j' \\gets \\mu_{\\theta_j'}(o_j')$ for all $j$ \u002F\u002F target actors of every agent\n",[20,7021,7023],{"class":6956,"line":7022},12,[20,7024,7025],{},"    $y \\gets r_i + \\gamma\\, Q_{\\phi_i'}(\\mathbf{x}', a_1', \\ldots, a_N')$\n",[20,7027,7029],{"class":6956,"line":7028},13,[20,7030,7031],{},"    $\\phi_i \\gets \\phi_i - \\eta\\,\\nabla_{\\phi_i}\\,(Q_{\\phi_i}(\\mathbf{x}, a_1, \\ldots, a_N) - y)^2$ \u002F\u002F centralized critic\n",[20,7033,7035],{"class":6956,"line":7034},14,[20,7036,7037],{},"    $\\theta_i \\gets \\theta_i + \\eta\\,\\nabla_{\\theta_i}\\, Q_{\\phi_i}(\\mathbf{x}, \\ldots, \\mu_{\\theta_i}(o_i), \\ldots)$ \u002F\u002F local actor\n",[20,7039,7041],{"class":6956,"line":7040},15,[20,7042,7043],{},"  soft-update every $\\theta_i', \\phi_i'$\n",[11,7045,7046,7047,7099],{},"MADDPG works across all three regimes — cooperative, competitive, and mixed — because each\nagent keeps its own reward ",[20,7048,7050],{"className":7049},[23],[20,7051,7053],{"className":7052,"ariaHidden":28},[27],[20,7054,7056,7059],{"className":7055},[32],[20,7057],{"className":7058,"style":1492},[36],[20,7060,7062,7065],{"className":7061},[41],[20,7063,225],{"className":7064,"style":224},[41,42],[20,7066,7068],{"className":7067},[58],[20,7069,7071,7091],{"className":7070},[62,329],[20,7072,7074,7088],{"className":7073},[66],[20,7075,7077],{"className":7076,"style":336},[70],[20,7078,7079,7082],{"style":467},[20,7080],{"className":7081,"style":79},[78],[20,7083,7085],{"className":7084},[83,84,85,86],[20,7086,349],{"className":7087},[41,42,86],[20,7089,354],{"className":7090},[353],[20,7092,7094],{"className":7093},[66],[20,7095,7097],{"className":7096,"style":361},[70],[20,7098],{}," and its own critic; nothing assumes the agents agree. In\nthe paper's environments (a set of particle worlds with predators, prey, and communication)\nit learns coordinated and competitive behaviors that independent learners cannot.",[1829,7101,7103],{"id":7102},"value-factorization-for-cooperation","Value factorization for cooperation",[11,7105,7106,7107,7109,7110,7188,7189,7204,7205,7208,7209,7212],{},"When the game is purely ",[15,7108,1543],{}," — all agents share one team reward — a different and\ncheaper idea applies. The team wants to learn one joint value ",[20,7111,7113],{"className":7112},[23],[20,7114,7116],{"className":7115,"ariaHidden":28},[27],[20,7117,7119,7122,7170,7173,7176,7179,7182,7185],{"className":7118},[32],[20,7120],{"className":7121,"style":113},[36],[20,7123,7125,7128],{"className":7124},[41],[20,7126,3712],{"className":7127},[41,42],[20,7129,7131],{"className":7130},[58],[20,7132,7134,7162],{"className":7133},[62,329],[20,7135,7137,7159],{"className":7136},[66],[20,7138,7140],{"className":7139,"style":1380},[70],[20,7141,7142,7145],{"style":339},[20,7143],{"className":7144,"style":79},[78],[20,7146,7148],{"className":7147},[83,84,85,86],[20,7149,7151],{"className":7150},[41,86],[20,7152,7155],{"className":7153},[41,7154,86],"text",[20,7156,7158],{"className":7157},[41,86],"tot",[20,7160,354],{"className":7161},[353],[20,7163,7165],{"className":7164},[66],[20,7166,7168],{"className":7167,"style":361},[70],[20,7169],{},[20,7171,47],{"className":7172},[46],[20,7174,4171],{"className":7175},[41,664],[20,7177,121],{"className":7178},[120],[20,7180],{"className":7181,"style":125},[97],[20,7183,129],{"className":7184},[41,664],[20,7186,134],{"className":7187},[133],", but that object is exponential in ",[20,7190,7192],{"className":7191},[23],[20,7193,7195],{"className":7194,"ariaHidden":28},[27],[20,7196,7198,7201],{"className":7197},[32],[20,7199],{"className":7200,"style":281},[36],[20,7202,286],{"className":7203,"style":285},[41,42]," (the centralized-control problem again),\nand at execution time each agent must still pick its action from its ",[15,7206,7207],{},"own"," local value.\nThe fix is to ",[15,7210,7211],{},"factorize"," the joint value into per-agent pieces and require the\nfactorization to be consistent with greedy local action selection.",[11,7214,7215,7218,7219,7222,7223],{},[15,7216,7217],{},"Value Decomposition Networks"," (VDN) take the simplest factorization: the joint value is\nthe ",[15,7220,7221],{},"sum"," of per-agent utilities.",[250,7224,7225],{},[129,7226,7230],{"href":7227,"ariaDescribedBy":7228,"dataFootnoteRef":6,"id":7229},"#user-content-fn-vdn",[256],"user-content-fnref-vdn","5",[20,7232,7234],{"className":7233},[2344],[20,7235,7237],{"className":7236},[23],[20,7238,7240,7325],{"className":7239,"ariaHidden":28},[27],[20,7241,7243,7246,7292,7295,7298,7301,7304,7307,7310,7313,7316,7319,7322],{"className":7242},[32],[20,7244],{"className":7245,"style":113},[36],[20,7247,7249,7252],{"className":7248},[41],[20,7250,3712],{"className":7251},[41,42],[20,7253,7255],{"className":7254},[58],[20,7256,7258,7284],{"className":7257},[62,329],[20,7259,7261,7281],{"className":7260},[66],[20,7262,7264],{"className":7263,"style":1380},[70],[20,7265,7266,7269],{"style":339},[20,7267],{"className":7268,"style":79},[78],[20,7270,7272],{"className":7271},[83,84,85,86],[20,7273,7275],{"className":7274},[41,86],[20,7276,7278],{"className":7277},[41,7154,86],[20,7279,7158],{"className":7280},[41,86],[20,7282,354],{"className":7283},[353],[20,7285,7287],{"className":7286},[66],[20,7288,7290],{"className":7289,"style":361},[70],[20,7291],{},[20,7293,47],{"className":7294},[46],[20,7296,4171],{"className":7297},[41,664],[20,7299,121],{"className":7300},[120],[20,7302],{"className":7303,"style":125},[97],[20,7305,129],{"className":7306},[41,664],[20,7308,134],{"className":7309},[133],[20,7311],{"className":7312,"style":98},[97],[20,7314],{"className":7315,"style":98},[97],[20,7317,402],{"className":7318},[102],[20,7320],{"className":7321,"style":98},[97],[20,7323],{"className":7324,"style":98},[97],[20,7326,7328,7332,7403,7406,7446,7449,7489,7492,7495,7535,7538],{"className":7327},[32],[20,7329],{"className":7330,"style":7331},[36],"height:3.106em;vertical-align:-1.2777em;",[20,7333,7335],{"className":7334},[1240,2527],[20,7336,7338,7394],{"className":7337},[62,329],[20,7339,7341,7391],{"className":7340},[66],[20,7342,7345,7366,7376],{"className":7343,"style":7344},[70],"height:1.8283em;",[20,7346,7348,7351],{"style":7347},"top:-1.8723em;margin-left:0em;",[20,7349],{"className":7350,"style":2544},[78],[20,7352,7354],{"className":7353},[83,84,85,86],[20,7355,7357,7360,7363],{"className":7356},[41,86],[20,7358,349],{"className":7359},[41,42,86],[20,7361,402],{"className":7362},[102,86],[20,7364,258],{"className":7365},[41,86],[20,7367,7368,7371],{"style":2605},[20,7369],{"className":7370,"style":2544},[78],[20,7372,7373],{},[20,7374,1247],{"className":7375},[1240,1244,2614],[20,7377,7379,7382],{"style":7378},"top:-4.3em;margin-left:0em;",[20,7380],{"className":7381,"style":2544},[78],[20,7383,7385],{"className":7384},[83,84,85,86],[20,7386,7388],{"className":7387},[41,86],[20,7389,286],{"className":7390,"style":285},[41,42,86],[20,7392,354],{"className":7393},[353],[20,7395,7397],{"className":7396},[66],[20,7398,7401],{"className":7399,"style":7400},[70],"height:1.2777em;",[20,7402],{},[20,7404],{"className":7405,"style":125},[97],[20,7407,7409,7412],{"className":7408},[41],[20,7410,3712],{"className":7411},[41,42],[20,7413,7415],{"className":7414},[58],[20,7416,7418,7438],{"className":7417},[62,329],[20,7419,7421,7435],{"className":7420},[66],[20,7422,7424],{"className":7423,"style":336},[70],[20,7425,7426,7429],{"style":339},[20,7427],{"className":7428,"style":79},[78],[20,7430,7432],{"className":7431},[83,84,85,86],[20,7433,349],{"className":7434},[41,42,86],[20,7436,354],{"className":7437},[353],[20,7439,7441],{"className":7440},[66],[20,7442,7444],{"className":7443,"style":361},[70],[20,7445],{},[20,7447,47],{"className":7448},[46],[20,7450,7452,7455],{"className":7451},[41],[20,7453,4410],{"className":7454},[41,42],[20,7456,7458],{"className":7457},[58],[20,7459,7461,7481],{"className":7460},[62,329],[20,7462,7464,7478],{"className":7463},[66],[20,7465,7467],{"className":7466,"style":336},[70],[20,7468,7469,7472],{"style":339},[20,7470],{"className":7471,"style":79},[78],[20,7473,7475],{"className":7474},[83,84,85,86],[20,7476,349],{"className":7477},[41,42,86],[20,7479,354],{"className":7480},[353],[20,7482,7484],{"className":7483},[66],[20,7485,7487],{"className":7486,"style":361},[70],[20,7488],{},[20,7490,121],{"className":7491},[120],[20,7493],{"className":7494,"style":125},[97],[20,7496,7498,7501],{"className":7497},[41],[20,7499,129],{"className":7500},[41,42],[20,7502,7504],{"className":7503},[58],[20,7505,7507,7527],{"className":7506},[62,329],[20,7508,7510,7524],{"className":7509},[66],[20,7511,7513],{"className":7512,"style":336},[70],[20,7514,7515,7518],{"style":339},[20,7516],{"className":7517,"style":79},[78],[20,7519,7521],{"className":7520},[83,84,85,86],[20,7522,349],{"className":7523},[41,42,86],[20,7525,354],{"className":7526},[353],[20,7528,7530],{"className":7529},[66],[20,7531,7533],{"className":7532,"style":361},[70],[20,7534],{},[20,7536,134],{"className":7537},[133],[20,7539,1453],{"className":7540},[41],[11,7542,7543,7544,7547,7548,7601,7602,8037,8038,8096,8097,8243],{},"The point of the sum is a property called ",[15,7545,7546],{},"decentralizability",": the joint action that\nmaximizes the sum is the one each agent gets by maximizing its own ",[20,7549,7551],{"className":7550},[23],[20,7552,7554],{"className":7553,"ariaHidden":28},[27],[20,7555,7557,7561],{"className":7556},[32],[20,7558],{"className":7559,"style":7560},[36],"height:0.8778em;vertical-align:-0.1944em;",[20,7562,7564,7567],{"className":7563},[41],[20,7565,3712],{"className":7566},[41,42],[20,7568,7570],{"className":7569},[58],[20,7571,7573,7593],{"className":7572},[62,329],[20,7574,7576,7590],{"className":7575},[66],[20,7577,7579],{"className":7578,"style":336},[70],[20,7580,7581,7584],{"style":339},[20,7582],{"className":7583,"style":79},[78],[20,7585,7587],{"className":7586},[83,84,85,86],[20,7588,349],{"className":7589},[41,42,86],[20,7591,354],{"className":7592},[353],[20,7594,7596],{"className":7595},[66],[20,7597,7599],{"className":7598,"style":361},[70],[20,7600],{}," locally,\n",[20,7603,7605],{"className":7604},[23],[20,7606,7608,7733],{"className":7607,"ariaHidden":28},[27],[20,7609,7611,7614,7622,7625,7675,7678,7724,7727,7730],{"className":7610},[32],[20,7612],{"className":7613,"style":7560},[36],[20,7615,7617,7618],{"className":7616},[1240],"ar",[20,7619,7621],{"style":7620},"margin-right:0.0139em;","g",[20,7623],{"className":7624,"style":125},[97],[20,7626,7628,7636],{"className":7627},[1240],[20,7629,7631],{"className":7630},[1240],[20,7632,7635],{"className":7633},[41,7634],"mathrm","max",[20,7637,7639],{"className":7638},[58],[20,7640,7642,7667],{"className":7641},[62,329],[20,7643,7645,7664],{"className":7644},[66],[20,7646,7649],{"className":7647,"style":7648},[70],"height:0.1611em;",[20,7650,7652,7655],{"style":7651},"top:-2.55em;margin-right:0.05em;",[20,7653],{"className":7654,"style":79},[78],[20,7656,7658],{"className":7657},[83,84,85,86],[20,7659,7661],{"className":7660},[41,86],[20,7662,129],{"className":7663},[41,664,86],[20,7665,354],{"className":7666},[353],[20,7668,7670],{"className":7669},[66],[20,7671,7673],{"className":7672,"style":361},[70],[20,7674],{},[20,7676],{"className":7677,"style":125},[97],[20,7679,7681,7684],{"className":7680},[41],[20,7682,3712],{"className":7683},[41,42],[20,7685,7687],{"className":7686},[58],[20,7688,7690,7716],{"className":7689},[62,329],[20,7691,7693,7713],{"className":7692},[66],[20,7694,7696],{"className":7695,"style":1380},[70],[20,7697,7698,7701],{"style":339},[20,7699],{"className":7700,"style":79},[78],[20,7702,7704],{"className":7703},[83,84,85,86],[20,7705,7707],{"className":7706},[41,86],[20,7708,7710],{"className":7709},[41,7154,86],[20,7711,7158],{"className":7712},[41,86],[20,7714,354],{"className":7715},[353],[20,7717,7719],{"className":7718},[66],[20,7720,7722],{"className":7721,"style":361},[70],[20,7723],{},[20,7725],{"className":7726,"style":98},[97],[20,7728,402],{"className":7729},[102],[20,7731],{"className":7732,"style":98},[97],[20,7734,7736,7740,7743,7748,7751,7835,7838,7878,7881,7884,7887,7890,7893,7896,7901,7904,7991,7994,8034],{"className":7735},[32],[20,7737],{"className":7738,"style":7739},[36],"height:1.0003em;vertical-align:-0.2503em;",[20,7741,47],{"className":7742},[46],[20,7744,7617,7746],{"className":7745},[1240],[20,7747,7621],{"style":7620},[20,7749],{"className":7750,"style":125},[97],[20,7752,7754,7760],{"className":7753},[1240],[20,7755,7757],{"className":7756},[1240],[20,7758,7635],{"className":7759},[41,7634],[20,7761,7763],{"className":7762},[58],[20,7764,7766,7827],{"className":7765},[62,329],[20,7767,7769,7824],{"className":7768},[66],[20,7770,7772],{"className":7771,"style":6301},[70],[20,7773,7774,7777],{"style":7651},[20,7775],{"className":7776,"style":79},[78],[20,7778,7780],{"className":7779},[83,84,85,86],[20,7781,7783],{"className":7782},[41,86],[20,7784,7786,7789],{"className":7785},[41,86],[20,7787,129],{"className":7788},[41,42,86],[20,7790,7792],{"className":7791},[58],[20,7793,7795,7816],{"className":7794},[62,329],[20,7796,7798,7813],{"className":7797},[66],[20,7799,7802],{"className":7800,"style":7801},[70],"height:0.3173em;",[20,7803,7804,7807],{"style":2572},[20,7805],{"className":7806,"style":2576},[78],[20,7808,7810],{"className":7809},[83,2580,2581,86],[20,7811,258],{"className":7812},[41,86],[20,7814,354],{"className":7815},[353],[20,7817,7819],{"className":7818},[66],[20,7820,7822],{"className":7821,"style":6051},[70],[20,7823],{},[20,7825,354],{"className":7826},[353],[20,7828,7830],{"className":7829},[66],[20,7831,7833],{"className":7832,"style":6063},[70],[20,7834],{},[20,7836],{"className":7837,"style":125},[97],[20,7839,7841,7844],{"className":7840},[41],[20,7842,3712],{"className":7843},[41,42],[20,7845,7847],{"className":7846},[58],[20,7848,7850,7870],{"className":7849},[62,329],[20,7851,7853,7867],{"className":7852},[66],[20,7854,7856],{"className":7855,"style":701},[70],[20,7857,7858,7861],{"style":339},[20,7859],{"className":7860,"style":79},[78],[20,7862,7864],{"className":7863},[83,84,85,86],[20,7865,258],{"className":7866},[41,86],[20,7868,354],{"className":7869},[353],[20,7871,7873],{"className":7872},[66],[20,7874,7876],{"className":7875,"style":361},[70],[20,7877],{},[20,7879,121],{"className":7880},[120],[20,7882],{"className":7883,"style":125},[97],[20,7885,734],{"className":7886},[733],[20,7888],{"className":7889,"style":125},[97],[20,7891,121],{"className":7892},[120],[20,7894],{"className":7895,"style":125},[97],[20,7897,7617,7899],{"className":7898},[1240],[20,7900,7621],{"style":7620},[20,7902],{"className":7903,"style":125},[97],[20,7905,7907,7913],{"className":7906},[1240],[20,7908,7910],{"className":7909},[1240],[20,7911,7635],{"className":7912},[41,7634],[20,7914,7916],{"className":7915},[58],[20,7917,7919,7982],{"className":7918},[62,329],[20,7920,7922,7979],{"className":7921},[66],[20,7923,7925],{"className":7924,"style":6301},[70],[20,7926,7927,7930],{"style":7651},[20,7928],{"className":7929,"style":79},[78],[20,7931,7933],{"className":7932},[83,84,85,86],[20,7934,7936],{"className":7935},[41,86],[20,7937,7939,7942],{"className":7938},[41,86],[20,7940,129],{"className":7941},[41,42,86],[20,7943,7945],{"className":7944},[58],[20,7946,7948,7970],{"className":7947},[62,329],[20,7949,7951,7967],{"className":7950},[66],[20,7952,7955],{"className":7953,"style":7954},[70],"height:0.3448em;",[20,7956,7958,7961],{"style":7957},"top:-2.3567em;margin-left:0em;margin-right:0.0714em;",[20,7959],{"className":7960,"style":2576},[78],[20,7962,7964],{"className":7963},[83,2580,2581,86],[20,7965,286],{"className":7966,"style":285},[41,42,86],[20,7968,354],{"className":7969},[353],[20,7971,7973],{"className":7972},[66],[20,7974,7977],{"className":7975,"style":7976},[70],"height:0.1433em;",[20,7978],{},[20,7980,354],{"className":7981},[353],[20,7983,7985],{"className":7984},[66],[20,7986,7989],{"className":7987,"style":7988},[70],"height:0.2503em;",[20,7990],{},[20,7992],{"className":7993,"style":125},[97],[20,7995,7997,8000],{"className":7996},[41],[20,7998,3712],{"className":7999},[41,42],[20,8001,8003],{"className":8002},[58],[20,8004,8006,8026],{"className":8005},[62,329],[20,8007,8009,8023],{"className":8008},[66],[20,8010,8012],{"className":8011,"style":762},[70],[20,8013,8014,8017],{"style":339},[20,8015],{"className":8016,"style":79},[78],[20,8018,8020],{"className":8019},[83,84,85,86],[20,8021,286],{"className":8022,"style":285},[41,42,86],[20,8024,354],{"className":8025},[353],[20,8027,8029],{"className":8028},[66],[20,8030,8032],{"className":8031,"style":361},[70],[20,8033],{},[20,8035,134],{"className":8036},[133],".\nSo the team can be trained centrally on ",[20,8039,8041],{"className":8040},[23],[20,8042,8044],{"className":8043,"ariaHidden":28},[27],[20,8045,8047,8050],{"className":8046},[32],[20,8048],{"className":8049,"style":7560},[36],[20,8051,8053,8056],{"className":8052},[41],[20,8054,3712],{"className":8055},[41,42],[20,8057,8059],{"className":8058},[58],[20,8060,8062,8088],{"className":8061},[62,329],[20,8063,8065,8085],{"className":8064},[66],[20,8066,8068],{"className":8067,"style":1380},[70],[20,8069,8070,8073],{"style":339},[20,8071],{"className":8072,"style":79},[78],[20,8074,8076],{"className":8075},[83,84,85,86],[20,8077,8079],{"className":8078},[41,86],[20,8080,8082],{"className":8081},[41,7154,86],[20,8083,7158],{"className":8084},[41,86],[20,8086,354],{"className":8087},[353],[20,8089,8091],{"className":8090},[66],[20,8092,8094],{"className":8093,"style":361},[70],[20,8095],{}," (regressing it toward the shared\nBellman target) yet executed decentrally, each agent taking ",[20,8098,8100],{"className":8099},[23],[20,8101,8103],{"className":8102,"ariaHidden":28},[27],[20,8104,8106,8109,8114,8117,8200,8203],{"className":8105},[32],[20,8107],{"className":8108,"style":5980},[36],[20,8110,7617,8112],{"className":8111},[1240],[20,8113,7621],{"style":7620},[20,8115],{"className":8116,"style":125},[97],[20,8118,8120,8126],{"className":8119},[1240],[20,8121,8123],{"className":8122},[1240],[20,8124,7635],{"className":8125},[41,7634],[20,8127,8129],{"className":8128},[58],[20,8130,8132,8192],{"className":8131},[62,329],[20,8133,8135,8189],{"className":8134},[66],[20,8136,8138],{"className":8137,"style":6301},[70],[20,8139,8140,8143],{"style":7651},[20,8141],{"className":8142,"style":79},[78],[20,8144,8146],{"className":8145},[83,84,85,86],[20,8147,8149],{"className":8148},[41,86],[20,8150,8152,8155],{"className":8151},[41,86],[20,8153,129],{"className":8154},[41,42,86],[20,8156,8158],{"className":8157},[58],[20,8159,8161,8181],{"className":8160},[62,329],[20,8162,8164,8178],{"className":8163},[66],[20,8165,8167],{"className":8166,"style":2569},[70],[20,8168,8169,8172],{"style":2572},[20,8170],{"className":8171,"style":2576},[78],[20,8173,8175],{"className":8174},[83,2580,2581,86],[20,8176,349],{"className":8177},[41,42,86],[20,8179,354],{"className":8180},[353],[20,8182,8184],{"className":8183},[66],[20,8185,8187],{"className":8186,"style":6051},[70],[20,8188],{},[20,8190,354],{"className":8191},[353],[20,8193,8195],{"className":8194},[66],[20,8196,8198],{"className":8197,"style":6063},[70],[20,8199],{},[20,8201],{"className":8202,"style":125},[97],[20,8204,8206,8209],{"className":8205},[41],[20,8207,3712],{"className":8208},[41,42],[20,8210,8212],{"className":8211},[58],[20,8213,8215,8235],{"className":8214},[62,329],[20,8216,8218,8232],{"className":8217},[66],[20,8219,8221],{"className":8220,"style":336},[70],[20,8222,8223,8226],{"style":339},[20,8224],{"className":8225,"style":79},[78],[20,8227,8229],{"className":8228},[83,84,85,86],[20,8230,349],{"className":8231},[41,42,86],[20,8233,354],{"className":8234},[353],[20,8236,8238],{"className":8237},[66],[20,8239,8241],{"className":8240,"style":361},[70],[20,8242],{}," from its\nown local observation. The sum is a strong assumption, though: it forces each agent's\ncontribution to be independent of the others.",[11,8245,8246,8249,8250,8253,8254,8262,8263,8321,8322,8325,8326,8378],{},[15,8247,8248],{},"QMIX"," relaxes the sum to any ",[15,8251,8252],{},"monotonic"," combination.",[250,8255,8256],{},[129,8257,8261],{"href":8258,"ariaDescribedBy":8259,"dataFootnoteRef":6,"id":8260},"#user-content-fn-qmix",[256],"user-content-fnref-qmix","6"," It keeps the property that\nlets local greedy action selection agree with the global argmax while allowing far richer\njoint values. The requirement is that ",[20,8264,8266],{"className":8265},[23],[20,8267,8269],{"className":8268,"ariaHidden":28},[27],[20,8270,8272,8275],{"className":8271},[32],[20,8273],{"className":8274,"style":7560},[36],[20,8276,8278,8281],{"className":8277},[41],[20,8279,3712],{"className":8280},[41,42],[20,8282,8284],{"className":8283},[58],[20,8285,8287,8313],{"className":8286},[62,329],[20,8288,8290,8310],{"className":8289},[66],[20,8291,8293],{"className":8292,"style":1380},[70],[20,8294,8295,8298],{"style":339},[20,8296],{"className":8297,"style":79},[78],[20,8299,8301],{"className":8300},[83,84,85,86],[20,8302,8304],{"className":8303},[41,86],[20,8305,8307],{"className":8306},[41,7154,86],[20,8308,7158],{"className":8309},[41,86],[20,8311,354],{"className":8312},[353],[20,8314,8316],{"className":8315},[66],[20,8317,8319],{"className":8318,"style":361},[70],[20,8320],{}," be ",[15,8323,8324],{},"monotonically increasing"," in\neach agent's ",[20,8327,8329],{"className":8328},[23],[20,8330,8332],{"className":8331,"ariaHidden":28},[27],[20,8333,8335,8338],{"className":8334},[32],[20,8336],{"className":8337,"style":7560},[36],[20,8339,8341,8344],{"className":8340},[41],[20,8342,3712],{"className":8343},[41,42],[20,8345,8347],{"className":8346},[58],[20,8348,8350,8370],{"className":8349},[62,329],[20,8351,8353,8367],{"className":8352},[66],[20,8354,8356],{"className":8355,"style":336},[70],[20,8357,8358,8361],{"style":339},[20,8359],{"className":8360,"style":79},[78],[20,8362,8364],{"className":8363},[83,84,85,86],[20,8365,349],{"className":8366},[41,42,86],[20,8368,354],{"className":8369},[353],[20,8371,8373],{"className":8372},[66],[20,8374,8376],{"className":8375,"style":361},[70],[20,8377],{},":",[20,8380,8382],{"className":8381},[2344],[20,8383,8385],{"className":8384},[23],[20,8386,8388,8570],{"className":8387,"ariaHidden":28},[27],[20,8389,8391,8395,8554,8557,8560,8564,8567],{"className":8390},[32],[20,8392],{"className":8393,"style":8394},[36],"height:2.2519em;vertical-align:-0.8804em;",[20,8396,8398,8402,8551],{"className":8397},[41],[20,8399],{"className":8400},[46,8401],"nulldelimiter",[20,8403,8406],{"className":8404},[8405],"mfrac",[20,8407,8409,8542],{"className":8408},[62,329],[20,8410,8412,8539],{"className":8411},[66],[20,8413,8416,8470,8481],{"className":8414,"style":8415},[70],"height:1.3714em;",[20,8417,8419,8423],{"style":8418},"top:-2.314em;",[20,8420],{"className":8421,"style":8422},[78],"height:3em;",[20,8424,8426,8430],{"className":8425},[41],[20,8427,8429],{"className":8428,"style":235},[41],"∂",[20,8431,8433,8436],{"className":8432},[41],[20,8434,3712],{"className":8435},[41,42],[20,8437,8439],{"className":8438},[58],[20,8440,8442,8462],{"className":8441},[62,329],[20,8443,8445,8459],{"className":8444},[66],[20,8446,8448],{"className":8447,"style":336},[70],[20,8449,8450,8453],{"style":339},[20,8451],{"className":8452,"style":79},[78],[20,8454,8456],{"className":8455},[83,84,85,86],[20,8457,349],{"className":8458},[41,42,86],[20,8460,354],{"className":8461},[353],[20,8463,8465],{"className":8464},[66],[20,8466,8468],{"className":8467,"style":361},[70],[20,8469],{},[20,8471,8473,8476],{"style":8472},"top:-3.23em;",[20,8474],{"className":8475,"style":8422},[78],[20,8477],{"className":8478,"style":8480},[8479],"frac-line","border-bottom-width:0.04em;",[20,8482,8484,8487],{"style":8483},"top:-3.677em;",[20,8485],{"className":8486,"style":8422},[78],[20,8488,8490,8493],{"className":8489},[41],[20,8491,8429],{"className":8492,"style":235},[41],[20,8494,8496,8499],{"className":8495},[41],[20,8497,3712],{"className":8498},[41,42],[20,8500,8502],{"className":8501},[58],[20,8503,8505,8531],{"className":8504},[62,329],[20,8506,8508,8528],{"className":8507},[66],[20,8509,8511],{"className":8510,"style":1380},[70],[20,8512,8513,8516],{"style":339},[20,8514],{"className":8515,"style":79},[78],[20,8517,8519],{"className":8518},[83,84,85,86],[20,8520,8522],{"className":8521},[41,86],[20,8523,8525],{"className":8524},[41,7154,86],[20,8526,7158],{"className":8527},[41,86],[20,8529,354],{"className":8530},[353],[20,8532,8534],{"className":8533},[66],[20,8535,8537],{"className":8536,"style":361},[70],[20,8538],{},[20,8540,354],{"className":8541},[353],[20,8543,8545],{"className":8544},[66],[20,8546,8549],{"className":8547,"style":8548},[70],"height:0.8804em;",[20,8550],{},[20,8552],{"className":8553},[133,8401],[20,8555],{"className":8556,"style":98},[97],[20,8558],{"className":8559,"style":98},[97],[20,8561,8563],{"className":8562},[102],"≥",[20,8565],{"className":8566,"style":98},[97],[20,8568],{"className":8569,"style":98},[97],[20,8571,8573,8577,8580,8584,8591,8594],{"className":8572},[32],[20,8574],{"className":8575,"style":8576},[36],"height:0.6944em;",[20,8578,1957],{"className":8579},[41],[20,8581],{"className":8582,"style":8583},[97],"margin-right:1em;",[20,8585,8587],{"className":8586},[41,7154],[20,8588,8590],{"className":8589},[41],"for all ",[20,8592,349],{"className":8593},[41,42],[20,8595,1453],{"className":8596},[41],[11,8598,8599,8600,8908,8909,8912,8913,8965,8966,9024,9025,9028],{},"Monotonicity is exactly enough to guarantee ",[20,8601,8603],{"className":8602},[23],[20,8604,8606,8724],{"className":8605,"ariaHidden":28},[27],[20,8607,8609,8612,8617,8620,8666,8669,8715,8718,8721],{"className":8608},[32],[20,8610],{"className":8611,"style":7560},[36],[20,8613,7617,8615],{"className":8614},[1240],[20,8616,7621],{"style":7620},[20,8618],{"className":8619,"style":125},[97],[20,8621,8623,8629],{"className":8622},[1240],[20,8624,8626],{"className":8625},[1240],[20,8627,7635],{"className":8628},[41,7634],[20,8630,8632],{"className":8631},[58],[20,8633,8635,8658],{"className":8634},[62,329],[20,8636,8638,8655],{"className":8637},[66],[20,8639,8641],{"className":8640,"style":7648},[70],[20,8642,8643,8646],{"style":7651},[20,8644],{"className":8645,"style":79},[78],[20,8647,8649],{"className":8648},[83,84,85,86],[20,8650,8652],{"className":8651},[41,86],[20,8653,129],{"className":8654},[41,664,86],[20,8656,354],{"className":8657},[353],[20,8659,8661],{"className":8660},[66],[20,8662,8664],{"className":8663,"style":361},[70],[20,8665],{},[20,8667],{"className":8668,"style":125},[97],[20,8670,8672,8675],{"className":8671},[41],[20,8673,3712],{"className":8674},[41,42],[20,8676,8678],{"className":8677},[58],[20,8679,8681,8707],{"className":8680},[62,329],[20,8682,8684,8704],{"className":8683},[66],[20,8685,8687],{"className":8686,"style":1380},[70],[20,8688,8689,8692],{"style":339},[20,8690],{"className":8691,"style":79},[78],[20,8693,8695],{"className":8694},[83,84,85,86],[20,8696,8698],{"className":8697},[41,86],[20,8699,8701],{"className":8700},[41,7154,86],[20,8702,7158],{"className":8703},[41,86],[20,8705,354],{"className":8706},[353],[20,8708,8710],{"className":8709},[66],[20,8711,8713],{"className":8712,"style":361},[70],[20,8714],{},[20,8716],{"className":8717,"style":98},[97],[20,8719,402],{"className":8720},[102],[20,8722],{"className":8723,"style":98},[97],[20,8725,8727,8731,8734,8739,8742,8825,8828,8868],{"className":8726},[32],[20,8728],{"className":8729,"style":8730},[36],"height:1.0001em;vertical-align:-0.2501em;",[20,8732,47],{"className":8733},[46],[20,8735,7617,8737],{"className":8736},[1240],[20,8738,7621],{"style":7620},[20,8740],{"className":8741,"style":125},[97],[20,8743,8745,8751],{"className":8744},[1240],[20,8746,8748],{"className":8747},[1240],[20,8749,7635],{"className":8750},[41,7634],[20,8752,8754],{"className":8753},[58],[20,8755,8757,8817],{"className":8756},[62,329],[20,8758,8760,8814],{"className":8759},[66],[20,8761,8763],{"className":8762,"style":6301},[70],[20,8764,8765,8768],{"style":7651},[20,8766],{"className":8767,"style":79},[78],[20,8769,8771],{"className":8770},[83,84,85,86],[20,8772,8774],{"className":8773},[41,86],[20,8775,8777,8780],{"className":8776},[41,86],[20,8778,129],{"className":8779},[41,42,86],[20,8781,8783],{"className":8782},[58],[20,8784,8786,8806],{"className":8785},[62,329],[20,8787,8789,8803],{"className":8788},[66],[20,8790,8792],{"className":8791,"style":2569},[70],[20,8793,8794,8797],{"style":2572},[20,8795],{"className":8796,"style":2576},[78],[20,8798,8800],{"className":8799},[83,2580,2581,86],[20,8801,349],{"className":8802},[41,42,86],[20,8804,354],{"className":8805},[353],[20,8807,8809],{"className":8808},[66],[20,8810,8812],{"className":8811,"style":6051},[70],[20,8813],{},[20,8815,354],{"className":8816},[353],[20,8818,8820],{"className":8819},[66],[20,8821,8823],{"className":8822,"style":6063},[70],[20,8824],{},[20,8826],{"className":8827,"style":125},[97],[20,8829,8831,8834],{"className":8830},[41],[20,8832,3712],{"className":8833},[41,42],[20,8835,8837],{"className":8836},[58],[20,8838,8840,8860],{"className":8839},[62,329],[20,8841,8843,8857],{"className":8842},[66],[20,8844,8846],{"className":8845,"style":336},[70],[20,8847,8848,8851],{"style":339},[20,8849],{"className":8850,"style":79},[78],[20,8852,8854],{"className":8853},[83,84,85,86],[20,8855,349],{"className":8856},[41,42,86],[20,8858,354],{"className":8859},[353],[20,8861,8863],{"className":8862},[66],[20,8864,8866],{"className":8865,"style":361},[70],[20,8867],{},[20,8869,8871,8874],{"className":8870},[133],[20,8872,134],{"className":8873},[133],[20,8875,8877],{"className":8876},[58],[20,8878,8880,8900],{"className":8879},[62,329],[20,8881,8883,8897],{"className":8882},[66],[20,8884,8886],{"className":8885,"style":336},[70],[20,8887,8888,8891],{"style":339},[20,8889],{"className":8890,"style":79},[78],[20,8892,8894],{"className":8893},[83,84,85,86],[20,8895,349],{"className":8896},[41,42,86],[20,8898,354],{"className":8899},[353],[20,8901,8903],{"className":8902},[66],[20,8904,8906],{"className":8905,"style":361},[70],[20,8907],{}," — if raising any agent's local value can never lower the team value,\nthen everyone maximizing locally maximizes the team. QMIX realizes this with a ",[15,8910,8911],{},"mixing\nnetwork"," that combines the per-agent ",[20,8914,8916],{"className":8915},[23],[20,8917,8919],{"className":8918,"ariaHidden":28},[27],[20,8920,8922,8925],{"className":8921},[32],[20,8923],{"className":8924,"style":7560},[36],[20,8926,8928,8931],{"className":8927},[41],[20,8929,3712],{"className":8930},[41,42],[20,8932,8934],{"className":8933},[58],[20,8935,8937,8957],{"className":8936},[62,329],[20,8938,8940,8954],{"className":8939},[66],[20,8941,8943],{"className":8942,"style":336},[70],[20,8944,8945,8948],{"style":339},[20,8946],{"className":8947,"style":79},[78],[20,8949,8951],{"className":8950},[83,84,85,86],[20,8952,349],{"className":8953},[41,42,86],[20,8955,354],{"className":8956},[353],[20,8958,8960],{"className":8959},[66],[20,8961,8963],{"className":8962,"style":361},[70],[20,8964],{}," into ",[20,8967,8969],{"className":8968},[23],[20,8970,8972],{"className":8971,"ariaHidden":28},[27],[20,8973,8975,8978],{"className":8974},[32],[20,8976],{"className":8977,"style":7560},[36],[20,8979,8981,8984],{"className":8980},[41],[20,8982,3712],{"className":8983},[41,42],[20,8985,8987],{"className":8986},[58],[20,8988,8990,9016],{"className":8989},[62,329],[20,8991,8993,9013],{"className":8992},[66],[20,8994,8996],{"className":8995,"style":1380},[70],[20,8997,8998,9001],{"style":339},[20,8999],{"className":9000,"style":79},[78],[20,9002,9004],{"className":9003},[83,84,85,86],[20,9005,9007],{"className":9006},[41,86],[20,9008,9010],{"className":9009},[41,7154,86],[20,9011,7158],{"className":9012},[41,86],[20,9014,354],{"className":9015},[353],[20,9017,9019],{"className":9018},[66],[20,9020,9022],{"className":9021,"style":361},[70],[20,9023],{}," using weights produced by a\n",[15,9026,9027],{},"hypernetwork"," from the global state, with the weights constrained non-negative to enforce\nmonotonicity. VDN is the special case where the mixer is a plain sum.",[1535,9030],{"hash":9031},"ac8d8e2e56d2f7e0d67c0d7020fbbd78837877f017cab3400693a84755f45004",[11,9033,9034,9037,9038,9068,9069,9072,9073,9246,9247,9420,9421,9620,9621,9764,9765,9908,9909,9764,10052,10195,10196,10211,10212,10227,10228,10481,10482,10548,10549,10552,10553,10556],{},[15,9035,9036],{},"A worked factorization."," Take two agents each with actions ",[20,9039,9041],{"className":9040},[23],[20,9042,9044],{"className":9043,"ariaHidden":28},[27],[20,9045,9047,9050,9053,9056,9059,9062,9065],{"className":9046},[32],[20,9048],{"className":9049,"style":113},[36],[20,9051,316],{"className":9052},[46],[20,9054,1957],{"className":9055},[41],[20,9057,121],{"className":9058},[120],[20,9060],{"className":9061,"style":125},[97],[20,9063,258],{"className":9064},[41],[20,9066,370],{"className":9067},[133]," and a true\njoint value that rewards ",[137,9070,9071],{},"matching",": ",[20,9074,9076],{"className":9075},[23],[20,9077,9079,9158,9237],{"className":9078,"ariaHidden":28},[27],[20,9080,9082,9085,9131,9134,9137,9140,9143,9146,9149,9152,9155],{"className":9081},[32],[20,9083],{"className":9084,"style":113},[36],[20,9086,9088,9091],{"className":9087},[41],[20,9089,3712],{"className":9090},[41,42],[20,9092,9094],{"className":9093},[58],[20,9095,9097,9123],{"className":9096},[62,329],[20,9098,9100,9120],{"className":9099},[66],[20,9101,9103],{"className":9102,"style":1380},[70],[20,9104,9105,9108],{"style":339},[20,9106],{"className":9107,"style":79},[78],[20,9109,9111],{"className":9110},[83,84,85,86],[20,9112,9114],{"className":9113},[41,86],[20,9115,9117],{"className":9116},[41,7154,86],[20,9118,7158],{"className":9119},[41,86],[20,9121,354],{"className":9122},[353],[20,9124,9126],{"className":9125},[66],[20,9127,9129],{"className":9128,"style":361},[70],[20,9130],{},[20,9132,47],{"className":9133},[46],[20,9135,1957],{"className":9136},[41],[20,9138,121],{"className":9139},[120],[20,9141],{"className":9142,"style":125},[97],[20,9144,1957],{"className":9145},[41],[20,9147,134],{"className":9148},[133],[20,9150],{"className":9151,"style":98},[97],[20,9153,402],{"className":9154},[102],[20,9156],{"className":9157,"style":98},[97],[20,9159,9161,9164,9210,9213,9216,9219,9222,9225,9228,9231,9234],{"className":9160},[32],[20,9162],{"className":9163,"style":113},[36],[20,9165,9167,9170],{"className":9166},[41],[20,9168,3712],{"className":9169},[41,42],[20,9171,9173],{"className":9172},[58],[20,9174,9176,9202],{"className":9175},[62,329],[20,9177,9179,9199],{"className":9178},[66],[20,9180,9182],{"className":9181,"style":1380},[70],[20,9183,9184,9187],{"style":339},[20,9185],{"className":9186,"style":79},[78],[20,9188,9190],{"className":9189},[83,84,85,86],[20,9191,9193],{"className":9192},[41,86],[20,9194,9196],{"className":9195},[41,7154,86],[20,9197,7158],{"className":9198},[41,86],[20,9200,354],{"className":9201},[353],[20,9203,9205],{"className":9204},[66],[20,9206,9208],{"className":9207,"style":361},[70],[20,9209],{},[20,9211,47],{"className":9212},[46],[20,9214,258],{"className":9215},[41],[20,9217,121],{"className":9218},[120],[20,9220],{"className":9221,"style":125},[97],[20,9223,258],{"className":9224},[41],[20,9226,134],{"className":9227},[133],[20,9229],{"className":9230,"style":98},[97],[20,9232,402],{"className":9233},[102],[20,9235],{"className":9236,"style":98},[97],[20,9238,9240,9243],{"className":9239},[32],[20,9241],{"className":9242,"style":1824},[36],[20,9244,1777],{"className":9245},[41],",\n",[20,9248,9250],{"className":9249},[23],[20,9251,9253,9332,9411],{"className":9252,"ariaHidden":28},[27],[20,9254,9256,9259,9305,9308,9311,9314,9317,9320,9323,9326,9329],{"className":9255},[32],[20,9257],{"className":9258,"style":113},[36],[20,9260,9262,9265],{"className":9261},[41],[20,9263,3712],{"className":9264},[41,42],[20,9266,9268],{"className":9267},[58],[20,9269,9271,9297],{"className":9270},[62,329],[20,9272,9274,9294],{"className":9273},[66],[20,9275,9277],{"className":9276,"style":1380},[70],[20,9278,9279,9282],{"style":339},[20,9280],{"className":9281,"style":79},[78],[20,9283,9285],{"className":9284},[83,84,85,86],[20,9286,9288],{"className":9287},[41,86],[20,9289,9291],{"className":9290},[41,7154,86],[20,9292,7158],{"className":9293},[41,86],[20,9295,354],{"className":9296},[353],[20,9298,9300],{"className":9299},[66],[20,9301,9303],{"className":9302,"style":361},[70],[20,9304],{},[20,9306,47],{"className":9307},[46],[20,9309,1957],{"className":9310},[41],[20,9312,121],{"className":9313},[120],[20,9315],{"className":9316,"style":125},[97],[20,9318,258],{"className":9319},[41],[20,9321,134],{"className":9322},[133],[20,9324],{"className":9325,"style":98},[97],[20,9327,402],{"className":9328},[102],[20,9330],{"className":9331,"style":98},[97],[20,9333,9335,9338,9384,9387,9390,9393,9396,9399,9402,9405,9408],{"className":9334},[32],[20,9336],{"className":9337,"style":113},[36],[20,9339,9341,9344],{"className":9340},[41],[20,9342,3712],{"className":9343},[41,42],[20,9345,9347],{"className":9346},[58],[20,9348,9350,9376],{"className":9349},[62,329],[20,9351,9353,9373],{"className":9352},[66],[20,9354,9356],{"className":9355,"style":1380},[70],[20,9357,9358,9361],{"style":339},[20,9359],{"className":9360,"style":79},[78],[20,9362,9364],{"className":9363},[83,84,85,86],[20,9365,9367],{"className":9366},[41,86],[20,9368,9370],{"className":9369},[41,7154,86],[20,9371,7158],{"className":9372},[41,86],[20,9374,354],{"className":9375},[353],[20,9377,9379],{"className":9378},[66],[20,9380,9382],{"className":9381,"style":361},[70],[20,9383],{},[20,9385,47],{"className":9386},[46],[20,9388,258],{"className":9389},[41],[20,9391,121],{"className":9392},[120],[20,9394],{"className":9395,"style":125},[97],[20,9397,1957],{"className":9398},[41],[20,9400,134],{"className":9401},[133],[20,9403],{"className":9404,"style":98},[97],[20,9406,402],{"className":9407},[102],[20,9409],{"className":9410,"style":98},[97],[20,9412,9414,9417],{"className":9413},[32],[20,9415],{"className":9416,"style":1824},[36],[20,9418,1957],{"className":9419},[41],". Can VDN's sum ",[20,9422,9424],{"className":9423},[23],[20,9425,9427,9528],{"className":9426,"ariaHidden":28},[27],[20,9428,9430,9433,9473,9476,9516,9519,9522,9525],{"className":9429},[32],[20,9431],{"className":9432,"style":113},[36],[20,9434,9436,9439],{"className":9435},[41],[20,9437,3712],{"className":9438},[41,42],[20,9440,9442],{"className":9441},[58],[20,9443,9445,9465],{"className":9444},[62,329],[20,9446,9448,9462],{"className":9447},[66],[20,9449,9451],{"className":9450,"style":701},[70],[20,9452,9453,9456],{"style":339},[20,9454],{"className":9455,"style":79},[78],[20,9457,9459],{"className":9458},[83,84,85,86],[20,9460,258],{"className":9461},[41,86],[20,9463,354],{"className":9464},[353],[20,9466,9468],{"className":9467},[66],[20,9469,9471],{"className":9470,"style":361},[70],[20,9472],{},[20,9474,47],{"className":9475},[46],[20,9477,9479,9482],{"className":9478},[41],[20,9480,129],{"className":9481},[41,42],[20,9483,9485],{"className":9484},[58],[20,9486,9488,9508],{"className":9487},[62,329],[20,9489,9491,9505],{"className":9490},[66],[20,9492,9494],{"className":9493,"style":701},[70],[20,9495,9496,9499],{"style":339},[20,9497],{"className":9498,"style":79},[78],[20,9500,9502],{"className":9501},[83,84,85,86],[20,9503,258],{"className":9504},[41,86],[20,9506,354],{"className":9507},[353],[20,9509,9511],{"className":9510},[66],[20,9512,9514],{"className":9513,"style":361},[70],[20,9515],{},[20,9517,134],{"className":9518},[133],[20,9520],{"className":9521,"style":847},[97],[20,9523,5099],{"className":9524},[851],[20,9526],{"className":9527,"style":847},[97],[20,9529,9531,9534,9574,9577,9617],{"className":9530},[32],[20,9532],{"className":9533,"style":113},[36],[20,9535,9537,9540],{"className":9536},[41],[20,9538,3712],{"className":9539},[41,42],[20,9541,9543],{"className":9542},[58],[20,9544,9546,9566],{"className":9545},[62,329],[20,9547,9549,9563],{"className":9548},[66],[20,9550,9552],{"className":9551,"style":701},[70],[20,9553,9554,9557],{"style":339},[20,9555],{"className":9556,"style":79},[78],[20,9558,9560],{"className":9559},[83,84,85,86],[20,9561,1777],{"className":9562},[41,86],[20,9564,354],{"className":9565},[353],[20,9567,9569],{"className":9568},[66],[20,9570,9572],{"className":9571,"style":361},[70],[20,9573],{},[20,9575,47],{"className":9576},[46],[20,9578,9580,9583],{"className":9579},[41],[20,9581,129],{"className":9582},[41,42],[20,9584,9586],{"className":9585},[58],[20,9587,9589,9609],{"className":9588},[62,329],[20,9590,9592,9606],{"className":9591},[66],[20,9593,9595],{"className":9594,"style":701},[70],[20,9596,9597,9600],{"style":339},[20,9598],{"className":9599,"style":79},[78],[20,9601,9603],{"className":9602},[83,84,85,86],[20,9604,1777],{"className":9605},[41,86],[20,9607,354],{"className":9608},[353],[20,9610,9612],{"className":9611},[66],[20,9613,9615],{"className":9614,"style":361},[70],[20,9616],{},[20,9618,134],{"className":9619},[133],"\nrepresent this? It would need ",[20,9622,9624],{"className":9623},[23],[20,9625,9627,9691,9755],{"className":9626,"ariaHidden":28},[27],[20,9628,9630,9633,9673,9676,9679,9682,9685,9688],{"className":9629},[32],[20,9631],{"className":9632,"style":113},[36],[20,9634,9636,9639],{"className":9635},[41],[20,9637,3712],{"className":9638},[41,42],[20,9640,9642],{"className":9641},[58],[20,9643,9645,9665],{"className":9644},[62,329],[20,9646,9648,9662],{"className":9647},[66],[20,9649,9651],{"className":9650,"style":701},[70],[20,9652,9653,9656],{"style":339},[20,9654],{"className":9655,"style":79},[78],[20,9657,9659],{"className":9658},[83,84,85,86],[20,9660,258],{"className":9661},[41,86],[20,9663,354],{"className":9664},[353],[20,9666,9668],{"className":9667},[66],[20,9669,9671],{"className":9670,"style":361},[70],[20,9672],{},[20,9674,47],{"className":9675},[46],[20,9677,1957],{"className":9678},[41],[20,9680,134],{"className":9681},[133],[20,9683],{"className":9684,"style":847},[97],[20,9686,5099],{"className":9687},[851],[20,9689],{"className":9690,"style":847},[97],[20,9692,9694,9697,9737,9740,9743,9746,9749,9752],{"className":9693},[32],[20,9695],{"className":9696,"style":113},[36],[20,9698,9700,9703],{"className":9699},[41],[20,9701,3712],{"className":9702},[41,42],[20,9704,9706],{"className":9705},[58],[20,9707,9709,9729],{"className":9708},[62,329],[20,9710,9712,9726],{"className":9711},[66],[20,9713,9715],{"className":9714,"style":701},[70],[20,9716,9717,9720],{"style":339},[20,9718],{"className":9719,"style":79},[78],[20,9721,9723],{"className":9722},[83,84,85,86],[20,9724,1777],{"className":9725},[41,86],[20,9727,354],{"className":9728},[353],[20,9730,9732],{"className":9731},[66],[20,9733,9735],{"className":9734,"style":361},[70],[20,9736],{},[20,9738,47],{"className":9739},[46],[20,9741,1957],{"className":9742},[41],[20,9744,134],{"className":9745},[133],[20,9747],{"className":9748,"style":98},[97],[20,9750,402],{"className":9751},[102],[20,9753],{"className":9754,"style":98},[97],[20,9756,9758,9761],{"className":9757},[32],[20,9759],{"className":9760,"style":1824},[36],[20,9762,1777],{"className":9763},[41]," and ",[20,9766,9768],{"className":9767},[23],[20,9769,9771,9835,9899],{"className":9770,"ariaHidden":28},[27],[20,9772,9774,9777,9817,9820,9823,9826,9829,9832],{"className":9773},[32],[20,9775],{"className":9776,"style":113},[36],[20,9778,9780,9783],{"className":9779},[41],[20,9781,3712],{"className":9782},[41,42],[20,9784,9786],{"className":9785},[58],[20,9787,9789,9809],{"className":9788},[62,329],[20,9790,9792,9806],{"className":9791},[66],[20,9793,9795],{"className":9794,"style":701},[70],[20,9796,9797,9800],{"style":339},[20,9798],{"className":9799,"style":79},[78],[20,9801,9803],{"className":9802},[83,84,85,86],[20,9804,258],{"className":9805},[41,86],[20,9807,354],{"className":9808},[353],[20,9810,9812],{"className":9811},[66],[20,9813,9815],{"className":9814,"style":361},[70],[20,9816],{},[20,9818,47],{"className":9819},[46],[20,9821,258],{"className":9822},[41],[20,9824,134],{"className":9825},[133],[20,9827],{"className":9828,"style":847},[97],[20,9830,5099],{"className":9831},[851],[20,9833],{"className":9834,"style":847},[97],[20,9836,9838,9841,9881,9884,9887,9890,9893,9896],{"className":9837},[32],[20,9839],{"className":9840,"style":113},[36],[20,9842,9844,9847],{"className":9843},[41],[20,9845,3712],{"className":9846},[41,42],[20,9848,9850],{"className":9849},[58],[20,9851,9853,9873],{"className":9852},[62,329],[20,9854,9856,9870],{"className":9855},[66],[20,9857,9859],{"className":9858,"style":701},[70],[20,9860,9861,9864],{"style":339},[20,9862],{"className":9863,"style":79},[78],[20,9865,9867],{"className":9866},[83,84,85,86],[20,9868,1777],{"className":9869},[41,86],[20,9871,354],{"className":9872},[353],[20,9874,9876],{"className":9875},[66],[20,9877,9879],{"className":9878,"style":361},[70],[20,9880],{},[20,9882,47],{"className":9883},[46],[20,9885,258],{"className":9886},[41],[20,9888,134],{"className":9889},[133],[20,9891],{"className":9892,"style":98},[97],[20,9894,402],{"className":9895},[102],[20,9897],{"className":9898,"style":98},[97],[20,9900,9902,9905],{"className":9901},[32],[20,9903],{"className":9904,"style":1824},[36],[20,9906,1777],{"className":9907},[41]," but\n",[20,9910,9912],{"className":9911},[23],[20,9913,9915,9979,10043],{"className":9914,"ariaHidden":28},[27],[20,9916,9918,9921,9961,9964,9967,9970,9973,9976],{"className":9917},[32],[20,9919],{"className":9920,"style":113},[36],[20,9922,9924,9927],{"className":9923},[41],[20,9925,3712],{"className":9926},[41,42],[20,9928,9930],{"className":9929},[58],[20,9931,9933,9953],{"className":9932},[62,329],[20,9934,9936,9950],{"className":9935},[66],[20,9937,9939],{"className":9938,"style":701},[70],[20,9940,9941,9944],{"style":339},[20,9942],{"className":9943,"style":79},[78],[20,9945,9947],{"className":9946},[83,84,85,86],[20,9948,258],{"className":9949},[41,86],[20,9951,354],{"className":9952},[353],[20,9954,9956],{"className":9955},[66],[20,9957,9959],{"className":9958,"style":361},[70],[20,9960],{},[20,9962,47],{"className":9963},[46],[20,9965,1957],{"className":9966},[41],[20,9968,134],{"className":9969},[133],[20,9971],{"className":9972,"style":847},[97],[20,9974,5099],{"className":9975},[851],[20,9977],{"className":9978,"style":847},[97],[20,9980,9982,9985,10025,10028,10031,10034,10037,10040],{"className":9981},[32],[20,9983],{"className":9984,"style":113},[36],[20,9986,9988,9991],{"className":9987},[41],[20,9989,3712],{"className":9990},[41,42],[20,9992,9994],{"className":9993},[58],[20,9995,9997,10017],{"className":9996},[62,329],[20,9998,10000,10014],{"className":9999},[66],[20,10001,10003],{"className":10002,"style":701},[70],[20,10004,10005,10008],{"style":339},[20,10006],{"className":10007,"style":79},[78],[20,10009,10011],{"className":10010},[83,84,85,86],[20,10012,1777],{"className":10013},[41,86],[20,10015,354],{"className":10016},[353],[20,10018,10020],{"className":10019},[66],[20,10021,10023],{"className":10022,"style":361},[70],[20,10024],{},[20,10026,47],{"className":10027},[46],[20,10029,258],{"className":10030},[41],[20,10032,134],{"className":10033},[133],[20,10035],{"className":10036,"style":98},[97],[20,10038,402],{"className":10039},[102],[20,10041],{"className":10042,"style":98},[97],[20,10044,10046,10049],{"className":10045},[32],[20,10047],{"className":10048,"style":1824},[36],[20,10050,1957],{"className":10051},[41],[20,10053,10055],{"className":10054},[23],[20,10056,10058,10122,10186],{"className":10057,"ariaHidden":28},[27],[20,10059,10061,10064,10104,10107,10110,10113,10116,10119],{"className":10060},[32],[20,10062],{"className":10063,"style":113},[36],[20,10065,10067,10070],{"className":10066},[41],[20,10068,3712],{"className":10069},[41,42],[20,10071,10073],{"className":10072},[58],[20,10074,10076,10096],{"className":10075},[62,329],[20,10077,10079,10093],{"className":10078},[66],[20,10080,10082],{"className":10081,"style":701},[70],[20,10083,10084,10087],{"style":339},[20,10085],{"className":10086,"style":79},[78],[20,10088,10090],{"className":10089},[83,84,85,86],[20,10091,258],{"className":10092},[41,86],[20,10094,354],{"className":10095},[353],[20,10097,10099],{"className":10098},[66],[20,10100,10102],{"className":10101,"style":361},[70],[20,10103],{},[20,10105,47],{"className":10106},[46],[20,10108,258],{"className":10109},[41],[20,10111,134],{"className":10112},[133],[20,10114],{"className":10115,"style":847},[97],[20,10117,5099],{"className":10118},[851],[20,10120],{"className":10121,"style":847},[97],[20,10123,10125,10128,10168,10171,10174,10177,10180,10183],{"className":10124},[32],[20,10126],{"className":10127,"style":113},[36],[20,10129,10131,10134],{"className":10130},[41],[20,10132,3712],{"className":10133},[41,42],[20,10135,10137],{"className":10136},[58],[20,10138,10140,10160],{"className":10139},[62,329],[20,10141,10143,10157],{"className":10142},[66],[20,10144,10146],{"className":10145,"style":701},[70],[20,10147,10148,10151],{"style":339},[20,10149],{"className":10150,"style":79},[78],[20,10152,10154],{"className":10153},[83,84,85,86],[20,10155,1777],{"className":10156},[41,86],[20,10158,354],{"className":10159},[353],[20,10161,10163],{"className":10162},[66],[20,10164,10166],{"className":10165,"style":361},[70],[20,10167],{},[20,10169,47],{"className":10170},[46],[20,10172,1957],{"className":10173},[41],[20,10175,134],{"className":10176},[133],[20,10178],{"className":10179,"style":98},[97],[20,10181,402],{"className":10182},[102],[20,10184],{"className":10185,"style":98},[97],[20,10187,10189,10192],{"className":10188},[32],[20,10190],{"className":10191,"style":1824},[36],[20,10193,1957],{"className":10194},[41],". Adding the first two gives ",[20,10197,10199],{"className":10198},[23],[20,10200,10202],{"className":10201,"ariaHidden":28},[27],[20,10203,10205,10208],{"className":10204},[32],[20,10206],{"className":10207,"style":1824},[36],[20,10209,1924],{"className":10210},[41],"; adding\nthe last two gives ",[20,10213,10215],{"className":10214},[23],[20,10216,10218],{"className":10217,"ariaHidden":28},[27],[20,10219,10221,10224],{"className":10220},[32],[20,10222],{"className":10223,"style":1824},[36],[20,10225,1957],{"className":10226},[41],"; but both sums equal ",[20,10229,10231],{"className":10230},[23],[20,10232,10234,10298,10362,10426],{"className":10233,"ariaHidden":28},[27],[20,10235,10237,10240,10280,10283,10286,10289,10292,10295],{"className":10236},[32],[20,10238],{"className":10239,"style":113},[36],[20,10241,10243,10246],{"className":10242},[41],[20,10244,3712],{"className":10245},[41,42],[20,10247,10249],{"className":10248},[58],[20,10250,10252,10272],{"className":10251},[62,329],[20,10253,10255,10269],{"className":10254},[66],[20,10256,10258],{"className":10257,"style":701},[70],[20,10259,10260,10263],{"style":339},[20,10261],{"className":10262,"style":79},[78],[20,10264,10266],{"className":10265},[83,84,85,86],[20,10267,258],{"className":10268},[41,86],[20,10270,354],{"className":10271},[353],[20,10273,10275],{"className":10274},[66],[20,10276,10278],{"className":10277,"style":361},[70],[20,10279],{},[20,10281,47],{"className":10282},[46],[20,10284,1957],{"className":10285},[41],[20,10287,134],{"className":10288},[133],[20,10290],{"className":10291,"style":847},[97],[20,10293,5099],{"className":10294},[851],[20,10296],{"className":10297,"style":847},[97],[20,10299,10301,10304,10344,10347,10350,10353,10356,10359],{"className":10300},[32],[20,10302],{"className":10303,"style":113},[36],[20,10305,10307,10310],{"className":10306},[41],[20,10308,3712],{"className":10309},[41,42],[20,10311,10313],{"className":10312},[58],[20,10314,10316,10336],{"className":10315},[62,329],[20,10317,10319,10333],{"className":10318},[66],[20,10320,10322],{"className":10321,"style":701},[70],[20,10323,10324,10327],{"style":339},[20,10325],{"className":10326,"style":79},[78],[20,10328,10330],{"className":10329},[83,84,85,86],[20,10331,258],{"className":10332},[41,86],[20,10334,354],{"className":10335},[353],[20,10337,10339],{"className":10338},[66],[20,10340,10342],{"className":10341,"style":361},[70],[20,10343],{},[20,10345,47],{"className":10346},[46],[20,10348,258],{"className":10349},[41],[20,10351,134],{"className":10352},[133],[20,10354],{"className":10355,"style":847},[97],[20,10357,5099],{"className":10358},[851],[20,10360],{"className":10361,"style":847},[97],[20,10363,10365,10368,10408,10411,10414,10417,10420,10423],{"className":10364},[32],[20,10366],{"className":10367,"style":113},[36],[20,10369,10371,10374],{"className":10370},[41],[20,10372,3712],{"className":10373},[41,42],[20,10375,10377],{"className":10376},[58],[20,10378,10380,10400],{"className":10379},[62,329],[20,10381,10383,10397],{"className":10382},[66],[20,10384,10386],{"className":10385,"style":701},[70],[20,10387,10388,10391],{"style":339},[20,10389],{"className":10390,"style":79},[78],[20,10392,10394],{"className":10393},[83,84,85,86],[20,10395,1777],{"className":10396},[41,86],[20,10398,354],{"className":10399},[353],[20,10401,10403],{"className":10402},[66],[20,10404,10406],{"className":10405,"style":361},[70],[20,10407],{},[20,10409,47],{"className":10410},[46],[20,10412,1957],{"className":10413},[41],[20,10415,134],{"className":10416},[133],[20,10418],{"className":10419,"style":847},[97],[20,10421,5099],{"className":10422},[851],[20,10424],{"className":10425,"style":847},[97],[20,10427,10429,10432,10472,10475,10478],{"className":10428},[32],[20,10430],{"className":10431,"style":113},[36],[20,10433,10435,10438],{"className":10434},[41],[20,10436,3712],{"className":10437},[41,42],[20,10439,10441],{"className":10440},[58],[20,10442,10444,10464],{"className":10443},[62,329],[20,10445,10447,10461],{"className":10446},[66],[20,10448,10450],{"className":10449,"style":701},[70],[20,10451,10452,10455],{"style":339},[20,10453],{"className":10454,"style":79},[78],[20,10456,10458],{"className":10457},[83,84,85,86],[20,10459,1777],{"className":10460},[41,86],[20,10462,354],{"className":10463},[353],[20,10465,10467],{"className":10466},[66],[20,10468,10470],{"className":10469,"style":361},[70],[20,10471],{},[20,10473,47],{"className":10474},[46],[20,10476,258],{"className":10477},[41],[20,10479,134],{"className":10480},[133],", a\ncontradiction (",[20,10483,10485],{"className":10484},[23],[20,10486,10488,10539],{"className":10487,"ariaHidden":28},[27],[20,10489,10491,10494,10497,10500,10536],{"className":10490},[32],[20,10492],{"className":10493,"style":2842},[36],[20,10495,1924],{"className":10496},[41],[20,10498],{"className":10499,"style":98},[97],[20,10501,10503,10530,10533],{"className":10502},[102],[20,10504,10506],{"className":10505},[102],[20,10507,10509],{"className":10508},[41,2830],[20,10510,10512],{"className":10511},[2834],[20,10513,10515,10518,10527],{"className":10514},[2838],[20,10516],{"className":10517,"style":2842},[36],[20,10519,10521],{"className":10520},[2846],[20,10522,10524],{"className":10523},[41],[20,10525,2853],{"className":10526},[102],[20,10528],{"className":10529},[2857],[20,10531],{"className":10532},[97,2861],[20,10534,402],{"className":10535},[102],[20,10537],{"className":10538,"style":98},[97],[20,10540,10542,10545],{"className":10541},[32],[20,10543],{"className":10544,"style":1824},[36],[20,10546,1957],{"className":10547},[41],"). So VDN ",[137,10550,10551],{},"cannot"," represent this coordination payoff — the\nsum forces each agent's contribution to be independent of the other's, exactly the\nwrong assumption when the reward depends on agreement. QMIX's monotonic mixer, whose\nweights come from the global state, can (the state-conditioned mixing breaks the\nadditivity). This is the ",[15,10554,10555],{},"representational limit"," VDN pays for its simplicity, and\nwhy QMIX dominates it on coordination-heavy benchmarks.",[11,10558,10559,10560,10563,10564,10567],{},"But QMIX has its own limit, and it recurs. Monotonicity\nforbids representing any payoff where an agent's ",[137,10561,10562],{},"best"," action depends on what the\nothers do in a non-monotone way — the classic failure is ",[15,10565,10566],{},"relative\novergeneralization",", where the safe action looks best on average across the\npartner's choices even though a coordinated risky action is globally optimal, and\nQMIX's monotonic mixer collapses onto the safe action. This is the QMIX-level echo\nof the stag hunt: the factorization structure can bias learning toward the\nrisk-dominant equilibrium.",[11,10569,10570],{},"The trade is scope for cost. MADDPG handles competitive and mixed games at the price of a\nfull joint-action critic per agent; VDN and QMIX handle only cooperative games but factor\nthe joint value into cheap per-agent pieces, so they scale to more agents and are the\nstandard choice for cooperative benchmarks like the StarCraft multi-agent challenge.",[1829,10572,10574],{"id":10573},"counterfactual-credit-assignment-coma","Counterfactual credit assignment (COMA)",[11,10576,10577,10578,10581,10582,10585,10586,10589],{},"Value factorization answers ",[163,10579,10580],{},"how do we get decentralized greedy actions from a joint value?"," A different question, just as central to cooperation, is the\n",[15,10583,10584],{},"multi-agent credit-assignment problem",": when the whole team shares one reward and\nthe team does well, ",[137,10587,10588],{},"which agent's action deserves the credit?"," An agent that did\nnothing useful still sees the high team reward and reinforces its idle behavior.",[11,10591,10592,10595,10596,1453,10599,10607,10608,10641,10642,10657,10658,10710,10711,10726,10727,10730],{},[15,10593,10594],{},"COMA"," (Counterfactual Multi-Agent policy gradients, Foerster et al. 2018) solves\nthis with a ",[15,10597,10598],{},"counterfactual baseline",[250,10600,10601],{},[129,10602,10606],{"href":10603,"ariaDescribedBy":10604,"dataFootnoteRef":6,"id":10605},"#user-content-fn-coma",[256],"user-content-fnref-coma","7"," It keeps a centralized critic\n",[20,10609,10611],{"className":10610},[23],[20,10612,10614],{"className":10613,"ariaHidden":28},[27],[20,10615,10617,10620,10623,10626,10629,10632,10635,10638],{"className":10616},[32],[20,10618],{"className":10619,"style":113},[36],[20,10621,3712],{"className":10622},[41,42],[20,10624,47],{"className":10625},[46],[20,10627,4171],{"className":10628},[41,664],[20,10630,121],{"className":10631},[120],[20,10633],{"className":10634,"style":125},[97],[20,10636,129],{"className":10637},[41,664],[20,10639,134],{"className":10640},[133]," and, for each agent ",[20,10643,10645],{"className":10644},[23],[20,10646,10648],{"className":10647,"ariaHidden":28},[27],[20,10649,10651,10654],{"className":10650},[32],[20,10652],{"className":10653,"style":643},[36],[20,10655,349],{"className":10656},[41,42],", computes how much better the\naction ",[20,10659,10661],{"className":10660},[23],[20,10662,10664],{"className":10663,"ariaHidden":28},[27],[20,10665,10667,10670],{"className":10666},[32],[20,10668],{"className":10669,"style":1492},[36],[20,10671,10673,10676],{"className":10672},[41],[20,10674,129],{"className":10675},[41,42],[20,10677,10679],{"className":10678},[58],[20,10680,10682,10702],{"className":10681},[62,329],[20,10683,10685,10699],{"className":10684},[66],[20,10686,10688],{"className":10687,"style":336},[70],[20,10689,10690,10693],{"style":339},[20,10691],{"className":10692,"style":79},[78],[20,10694,10696],{"className":10695},[83,84,85,86],[20,10697,349],{"className":10698},[41,42,86],[20,10700,354],{"className":10701},[353],[20,10703,10705],{"className":10704},[66],[20,10706,10708],{"className":10707,"style":361},[70],[20,10709],{}," agent ",[20,10712,10714],{"className":10713},[23],[20,10715,10717],{"className":10716,"ariaHidden":28},[27],[20,10718,10720,10723],{"className":10719},[32],[20,10721],{"className":10722,"style":643},[36],[20,10724,349],{"className":10725},[41,42]," actually took was than the average over all the actions it\n",[137,10728,10729],{},"could"," have taken, holding every other agent's action fixed. The counterfactual\nadvantage is",[20,10732,10734],{"className":10733},[2344],[20,10735,10737],{"className":10736},[23],[20,10738,10740,10819,10861,11078],{"className":10739,"ariaHidden":28},[27],[20,10741,10743,10746,10786,10789,10792,10795,10798,10801,10804,10807,10810,10813,10816],{"className":10742},[32],[20,10744],{"className":10745,"style":113},[36],[20,10747,10749,10752],{"className":10748},[41],[20,10750,205],{"className":10751},[41,42],[20,10753,10755],{"className":10754},[58],[20,10756,10758,10778],{"className":10757},[62,329],[20,10759,10761,10775],{"className":10760},[66],[20,10762,10764],{"className":10763,"style":336},[70],[20,10765,10766,10769],{"style":339},[20,10767],{"className":10768,"style":79},[78],[20,10770,10772],{"className":10771},[83,84,85,86],[20,10773,349],{"className":10774},[41,42,86],[20,10776,354],{"className":10777},[353],[20,10779,10781],{"className":10780},[66],[20,10782,10784],{"className":10783,"style":361},[70],[20,10785],{},[20,10787,47],{"className":10788},[46],[20,10790,4171],{"className":10791},[41,664],[20,10793,121],{"className":10794},[120],[20,10796],{"className":10797,"style":125},[97],[20,10799,129],{"className":10800},[41,664],[20,10802,134],{"className":10803},[133],[20,10805],{"className":10806,"style":98},[97],[20,10808],{"className":10809,"style":98},[97],[20,10811,402],{"className":10812},[102],[20,10814],{"className":10815,"style":98},[97],[20,10817],{"className":10818,"style":98},[97],[20,10820,10822,10825,10828,10831,10834,10837,10840,10843,10846,10849,10852,10855,10858],{"className":10821},[32],[20,10823],{"className":10824,"style":113},[36],[20,10826,3712],{"className":10827},[41,42],[20,10829,47],{"className":10830},[46],[20,10832,4171],{"className":10833},[41,664],[20,10835,121],{"className":10836},[120],[20,10838],{"className":10839,"style":125},[97],[20,10841,129],{"className":10842},[41,664],[20,10844,134],{"className":10845},[133],[20,10847],{"className":10848,"style":98},[97],[20,10850],{"className":10851,"style":847},[97],[20,10853,1747],{"className":10854},[851],[20,10856],{"className":10857,"style":98},[97],[20,10859],{"className":10860,"style":847},[97],[20,10862,10864,10868,10969,10972,11012,11015,11069,11072,11075],{"className":10863},[32],[20,10865],{"className":10866,"style":10867},[36],"height:2.6108em;vertical-align:-1.5607em;",[20,10869,10871],{"className":10870},[1240,2527],[20,10872,10874,10960],{"className":10873},[62,329],[20,10875,10877,10957],{"className":10876},[66],[20,10878,10880,10947],{"className":10879,"style":2537},[70],[20,10881,10883,10886],{"style":10882},"top:-1.8149em;margin-left:0em;",[20,10884],{"className":10885,"style":2544},[78],[20,10887,10889],{"className":10888},[83,84,85,86],[20,10890,10892],{"className":10891},[41,86],[20,10893,10895,10898],{"className":10894},[41,86],[20,10896,129],{"className":10897},[41,42,86],[20,10899,10901],{"className":10900},[58],[20,10902,10904,10938],{"className":10903},[62,329],[20,10905,10907,10935],{"className":10906},[66],[20,10908,10910,10921],{"className":10909,"style":5488},[70],[20,10911,10912,10915],{"style":5491},[20,10913],{"className":10914,"style":2576},[78],[20,10916,10918],{"className":10917},[83,2580,2581,86],[20,10919,349],{"className":10920},[41,42,86],[20,10922,10923,10926],{"style":5503},[20,10924],{"className":10925,"style":2576},[78],[20,10927,10929],{"className":10928},[83,2580,2581,86],[20,10930,10932],{"className":10931},[41,86],[20,10933,93],{"className":10934},[41,86],[20,10936,354],{"className":10937},[353],[20,10939,10941],{"className":10940},[66],[20,10942,10945],{"className":10943,"style":10944},[70],"height:0.3223em;",[20,10946],{},[20,10948,10949,10952],{"style":2605},[20,10950],{"className":10951,"style":2544},[78],[20,10953,10954],{},[20,10955,1247],{"className":10956},[1240,1244,2614],[20,10958,354],{"className":10959},[353],[20,10961,10963],{"className":10962},[66],[20,10964,10967],{"className":10965,"style":10966},[70],"height:1.5607em;",[20,10968],{},[20,10970],{"className":10971,"style":125},[97],[20,10973,10975,10978],{"className":10974},[41],[20,10976,1114],{"className":10977,"style":1113},[41,42],[20,10979,10981],{"className":10980},[58],[20,10982,10984,11004],{"className":10983},[62,329],[20,10985,10987,11001],{"className":10986},[66],[20,10988,10990],{"className":10989,"style":336},[70],[20,10991,10992,10995],{"style":1129},[20,10993],{"className":10994,"style":79},[78],[20,10996,10998],{"className":10997},[83,84,85,86],[20,10999,349],{"className":11000},[41,42,86],[20,11002,354],{"className":11003},[353],[20,11005,11007],{"className":11006},[66],[20,11008,11010],{"className":11009,"style":361},[70],[20,11011],{},[20,11013,47],{"className":11014},[46],[20,11016,11018,11021],{"className":11017},[41],[20,11019,129],{"className":11020},[41,42],[20,11022,11024],{"className":11023},[58],[20,11025,11027,11061],{"className":11026},[62,329],[20,11028,11030,11058],{"className":11029},[66],[20,11031,11033,11044],{"className":11032,"style":2419},[70],[20,11034,11035,11038],{"style":5278},[20,11036],{"className":11037,"style":79},[78],[20,11039,11041],{"className":11040},[83,84,85,86],[20,11042,349],{"className":11043},[41,42,86],[20,11045,11046,11049],{"style":2422},[20,11047],{"className":11048,"style":79},[78],[20,11050,11052],{"className":11051},[83,84,85,86],[20,11053,11055],{"className":11054},[41,86],[20,11056,93],{"className":11057},[41,86],[20,11059,354],{"className":11060},[353],[20,11062,11064],{"className":11063},[66],[20,11065,11067],{"className":11066,"style":5311},[70],[20,11068],{},[20,11070],{"className":11071,"style":98},[97],[20,11073,103],{"className":11074},[102],[20,11076],{"className":11077,"style":98},[97],[20,11079,11081,11084,11124,11127,11130,11133,11139,11142,11145,11148,11151,11205,11208,11211,11257,11260,11266],{"className":11080},[32],[20,11082],{"className":11083,"style":5733},[36],[20,11085,11087,11090],{"className":11086},[41],[20,11088,4410],{"className":11089},[41,42],[20,11091,11093],{"className":11092},[58],[20,11094,11096,11116],{"className":11095},[62,329],[20,11097,11099,11113],{"className":11098},[66],[20,11100,11102],{"className":11101,"style":336},[70],[20,11103,11104,11107],{"style":339},[20,11105],{"className":11106,"style":79},[78],[20,11108,11110],{"className":11109},[83,84,85,86],[20,11111,349],{"className":11112},[41,42,86],[20,11114,354],{"className":11115},[353],[20,11117,11119],{"className":11118},[66],[20,11120,11122],{"className":11121,"style":361},[70],[20,11123],{},[20,11125,134],{"className":11126},[133],[20,11128],{"className":11129,"style":125},[97],[20,11131,3712],{"className":11132},[41,42],[20,11134,11136],{"className":11135},[46],[20,11137,47],{"className":11138},[5219,2581],[20,11140,4171],{"className":11141},[41,664],[20,11143,121],{"className":11144},[120],[20,11146],{"className":11147,"style":125},[97],[20,11149,47],{"className":11150},[46],[20,11152,11154,11157],{"className":11153},[41],[20,11155,129],{"className":11156},[41,42],[20,11158,11160],{"className":11159},[58],[20,11161,11163,11197],{"className":11162},[62,329],[20,11164,11166,11194],{"className":11165},[66],[20,11167,11169,11180],{"className":11168,"style":2419},[70],[20,11170,11171,11174],{"style":5278},[20,11172],{"className":11173,"style":79},[78],[20,11175,11177],{"className":11176},[83,84,85,86],[20,11178,349],{"className":11179},[41,42,86],[20,11181,11182,11185],{"style":2422},[20,11183],{"className":11184,"style":79},[78],[20,11186,11188],{"className":11187},[83,84,85,86],[20,11189,11191],{"className":11190},[41,86],[20,11192,93],{"className":11193},[41,86],[20,11195,354],{"className":11196},[353],[20,11198,11200],{"className":11199},[66],[20,11201,11203],{"className":11202,"style":5311},[70],[20,11204],{},[20,11206,121],{"className":11207},[120],[20,11209],{"className":11210,"style":125},[97],[20,11212,11214,11217],{"className":11213},[41],[20,11215,129],{"className":11216},[41,664],[20,11218,11220],{"className":11219},[58],[20,11221,11223,11249],{"className":11222},[62,329],[20,11224,11226,11246],{"className":11225},[66],[20,11227,11229],{"className":11228,"style":336},[70],[20,11230,11231,11234],{"style":339},[20,11232],{"className":11233,"style":79},[78],[20,11235,11237],{"className":11236},[83,84,85,86],[20,11238,11240,11243],{"className":11239},[41,86],[20,11241,1747],{"className":11242},[41,86],[20,11244,349],{"className":11245},[41,42,86],[20,11247,354],{"className":11248},[353],[20,11250,11252],{"className":11251},[66],[20,11253,11255],{"className":11254,"style":2783},[70],[20,11256],{},[20,11258,134],{"className":11259},[133],[20,11261,11263],{"className":11262},[133],[20,11264,134],{"className":11265},[5219,2581],[20,11267,1453],{"className":11268},[41],[11,11270,11271,11272,11287,11288,11303,11304,11307,11308,11323,11324,1453],{},"The subtracted term marginalizes out agent ",[20,11273,11275],{"className":11274},[23],[20,11276,11278],{"className":11277,"ariaHidden":28},[27],[20,11279,11281,11284],{"className":11280},[32],[20,11282],{"className":11283,"style":643},[36],[20,11285,349],{"className":11286},[41,42],"'s own action while freezing the\nothers', so it isolates ",[20,11289,11291],{"className":11290},[23],[20,11292,11294],{"className":11293,"ariaHidden":28},[27],[20,11295,11297,11300],{"className":11296},[32],[20,11298],{"className":11299,"style":643},[36],[20,11301,349],{"className":11302},[41,42],"'s ",[137,11305,11306],{},"individual"," contribution from the team's shared\noutcome. Because the critic is centralized (it sees ",[20,11309,11311],{"className":11310},[23],[20,11312,11314],{"className":11313,"ariaHidden":28},[27],[20,11315,11317,11320],{"className":11316},[32],[20,11318],{"className":11319,"style":660},[36],[20,11321,4171],{"className":11322},[41,664]," and all actions),\nthis counterfactual is cheap to compute — one forward pass per alternative action —\nand it removes the confound that makes shared-reward policy gradients so noisy.\nCOMA is the credit-assignment counterpart to QMIX's action-selection factorization:\nboth are CTDE, but one factors the value and the other factors the ",[137,11325,11326],{},"blame",[1535,11328],{"hash":11329},"34ed8251f4269db1c7522f4f0517aeb65544456f715b9dd1950bd408a4a44189",[168,11331,11333],{"id":11332},"where-this-leaves-us","Where this leaves us",[11,11335,11336,11337,11339,11340,11343,11344,11347],{},"Multi-agent RL is a genuinely different problem, and the pieces now assembled say why.\nThe ",[15,11338,243],{}," generalizes the MDP by giving every agent its own actions and\nreward; ",[15,11341,11342],{},"non-stationarity"," is its central pathology, because each agent's environment\nincludes the others, who are themselves learning, so the ground never stops moving; and\nthe ",[15,11345,11346],{},"naive baselines"," — independent learners and a single joint learner — fail on\nexactly that, one by ignoring the non-stationarity and the other by drowning in the\nexponential joint action space.",[11,11349,11350,11351,11354],{},"The dominant fix is ",[15,11352,11353],{},"centralized training with decentralized execution",": let a critic\nsee everything during training so it faces a stationary target, but keep each agent's\nexecuted policy dependent only on its own local observation. MADDPG, VDN, and QMIX are\nthree points on that design — a centralized critic per agent, and two ways of factoring\na joint value so decentralized greedy actions still maximize it.",[11,11356,11357,11358,11360,11361,1453],{},"CTDE handles cooperation and mixed settings. The purely competitive case has its own\nengine — an agent that generates its own curriculum by playing against copies of\nitself — which produced the landmark game-playing systems, and raises the question of\nwhat ",[163,11359,165],{}," even means once there is an opponent. Self-play, those systems, and the\nequilibrium solution concepts continue in\n",[129,11362,11363],{"href":155},"Multi-Agent RL: Self-Play and Solution Concepts",[11365,11366,11369,11374],"section",{"className":11367,"dataFootnotes":6},[11368],"footnotes",[168,11370,11373],{"className":11371,"id":256},[11372],"sr-only","Footnotes",[11375,11376,11377,11399,11590,11608,11630,12065,12289],"ol",{},[11378,11379,11381,11384,11385,4293,11388,11391,11392],"li",{"id":11380},"user-content-fn-shapley",[15,11382,11383],{},"Shapley (1953)",", ",[163,11386,11387],{},"Stochastic Games,",[137,11389,11390],{},"Proceedings of the National Academy of Sciences"," — introduces the stochastic (Markov) game, a state process controlled jointly by several players each with their own payoff, generalizing both matrix games and, in the single-player case, what would later be formalized as the MDP. ",[129,11393,11398],{"href":11394,"ariaLabel":11395,"className":11396,"dataFootnoteBackref":6},"#user-content-fnref-shapley","Back to reference 1",[11397],"data-footnote-backref","↩",[11378,11400,11402,11384,11405,4293,11408,11411,11412,11577,11578,4293,11583],{"id":11401},"user-content-fn-lowe",[15,11403,11404],{},"Lowe, Wu, Tamar, Harb, Abbeel, Mordatch (2017)",[163,11406,11407],{},"Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments,",[137,11409,11410],{},"NeurIPS"," — MADDPG: a decentralized deterministic actor per agent with a centralized critic conditioned on the joint action ",[20,11413,11415],{"className":11414},[23],[20,11416,11418],{"className":11417,"ariaHidden":28},[27],[20,11419,11421,11424,11464,11467,11470,11473,11476,11516,11519,11522,11525,11528,11531,11534,11574],{"className":11420},[32],[20,11422],{"className":11423,"style":113},[36],[20,11425,11427,11430],{"className":11426},[41],[20,11428,3712],{"className":11429},[41,42],[20,11431,11433],{"className":11432},[58],[20,11434,11436,11456],{"className":11435},[62,329],[20,11437,11439,11453],{"className":11438},[66],[20,11440,11442],{"className":11441,"style":336},[70],[20,11443,11444,11447],{"style":339},[20,11445],{"className":11446,"style":79},[78],[20,11448,11450],{"className":11449},[83,84,85,86],[20,11451,349],{"className":11452},[41,42,86],[20,11454,354],{"className":11455},[353],[20,11457,11459],{"className":11458},[66],[20,11460,11462],{"className":11461,"style":361},[70],[20,11463],{},[20,11465,47],{"className":11466},[46],[20,11468,4171],{"className":11469},[41,664],[20,11471,121],{"className":11472},[120],[20,11474],{"className":11475,"style":125},[97],[20,11477,11479,11482],{"className":11478},[41],[20,11480,129],{"className":11481},[41,42],[20,11483,11485],{"className":11484},[58],[20,11486,11488,11508],{"className":11487},[62,329],[20,11489,11491,11505],{"className":11490},[66],[20,11492,11494],{"className":11493,"style":701},[70],[20,11495,11496,11499],{"style":339},[20,11497],{"className":11498,"style":79},[78],[20,11500,11502],{"className":11501},[83,84,85,86],[20,11503,258],{"className":11504},[41,86],[20,11506,354],{"className":11507},[353],[20,11509,11511],{"className":11510},[66],[20,11512,11514],{"className":11513,"style":361},[70],[20,11515],{},[20,11517,121],{"className":11518},[120],[20,11520],{"className":11521,"style":125},[97],[20,11523,734],{"className":11524},[733],[20,11526],{"className":11527,"style":125},[97],[20,11529,121],{"className":11530},[120],[20,11532],{"className":11533,"style":125},[97],[20,11535,11537,11540],{"className":11536},[41],[20,11538,129],{"className":11539},[41,42],[20,11541,11543],{"className":11542},[58],[20,11544,11546,11566],{"className":11545},[62,329],[20,11547,11549,11563],{"className":11548},[66],[20,11550,11552],{"className":11551,"style":762},[70],[20,11553,11554,11557],{"style":339},[20,11555],{"className":11556,"style":79},[78],[20,11558,11560],{"className":11559},[83,84,85,86],[20,11561,286],{"className":11562,"style":285},[41,42,86],[20,11564,354],{"className":11565},[353],[20,11567,11569],{"className":11568},[66],[20,11570,11572],{"className":11571,"style":361},[70],[20,11573],{},[20,11575,134],{"className":11576},[133],", which makes each critic's target stationary and so addresses the non-stationarity that breaks independent learning; demonstrated on cooperative, competitive, and mixed particle environments. ",[129,11579,11398],{"href":11580,"ariaLabel":11581,"className":11582,"dataFootnoteBackref":6},"#user-content-fnref-lowe","Back to reference 2",[11397],[129,11584,11398,11588],{"href":11585,"ariaLabel":11586,"className":11587,"dataFootnoteBackref":6},"#user-content-fnref-lowe-2","Back to reference 2-2",[11397],[250,11589,1777],{},[11378,11591,11593,11384,11596,4293,11599,11602,11603],{"id":11592},"user-content-fn-tan",[15,11594,11595],{},"Tan (1993)",[163,11597,11598],{},"Multi-Agent Reinforcement Learning: Independent vs. Cooperative Agents,",[137,11600,11601],{},"ICML"," — the independent-learners baseline, in which each agent runs its own Q-learning and treats the others as part of the environment; effective in practice but without convergence guarantees under the resulting non-stationarity. ",[129,11604,11398],{"href":11605,"ariaLabel":11606,"className":11607,"dataFootnoteBackref":6},"#user-content-fnref-tan","Back to reference 3",[11397],[11378,11609,11611,11612,11615,11616,11384,11619,4293,11622,11624,11625],{"id":11610},"user-content-fn-ctde","The centralized-training \u002F decentralized-execution framing is developed across ",[15,11613,11614],{},"Lowe et al. (2017)"," (above) and ",[15,11617,11618],{},"Foerster, Assael, de Freitas, Whiteson (2016)",[163,11620,11621],{},"Learning to Communicate with Deep Multi-Agent Reinforcement Learning,",[137,11623,11410],{}," — using centralized information during training while constraining execution to each agent's local observation. ",[129,11626,11398],{"href":11627,"ariaLabel":11628,"className":11629,"dataFootnoteBackref":6},"#user-content-fnref-ctde","Back to reference 4",[11397],[11378,11631,11633,11384,11636,4293,11639,11642,11643,11893,11894,11920,11921,11973,11974,12000,12001,12059,12060],{"id":11632},"user-content-fn-vdn",[15,11634,11635],{},"Sunehag et al. (2018)",[163,11637,11638],{},"Value-Decomposition Networks For Cooperative Multi-Agent Learning,",[137,11640,11641],{},"AAMAS"," — VDN: factor the team value as ",[20,11644,11646],{"className":11645},[23],[20,11647,11649,11710],{"className":11648,"ariaHidden":28},[27],[20,11650,11652,11655,11701,11704,11707],{"className":11651},[32],[20,11653],{"className":11654,"style":7560},[36],[20,11656,11658,11661],{"className":11657},[41],[20,11659,3712],{"className":11660},[41,42],[20,11662,11664],{"className":11663},[58],[20,11665,11667,11693],{"className":11666},[62,329],[20,11668,11670,11690],{"className":11669},[66],[20,11671,11673],{"className":11672,"style":1380},[70],[20,11674,11675,11678],{"style":339},[20,11676],{"className":11677,"style":79},[78],[20,11679,11681],{"className":11680},[83,84,85,86],[20,11682,11684],{"className":11683},[41,86],[20,11685,11687],{"className":11686},[41,7154,86],[20,11688,7158],{"className":11689},[41,86],[20,11691,354],{"className":11692},[353],[20,11694,11696],{"className":11695},[66],[20,11697,11699],{"className":11698,"style":361},[70],[20,11700],{},[20,11702],{"className":11703,"style":98},[97],[20,11705,402],{"className":11706},[102],[20,11708],{"className":11709,"style":98},[97],[20,11711,11713,11717,11758,11761,11801,11804,11844,11847,11850,11890],{"className":11712},[32],[20,11714],{"className":11715,"style":11716},[36],"height:1.0497em;vertical-align:-0.2997em;",[20,11718,11720,11723],{"className":11719},[1240],[20,11721,1247],{"className":11722,"style":1246},[1240,1244,1245],[20,11724,11726],{"className":11725},[58],[20,11727,11729,11750],{"className":11728},[62,329],[20,11730,11732,11747],{"className":11731},[66],[20,11733,11736],{"className":11734,"style":11735},[70],"height:0.162em;",[20,11737,11738,11741],{"style":1263},[20,11739],{"className":11740,"style":79},[78],[20,11742,11744],{"className":11743},[83,84,85,86],[20,11745,349],{"className":11746},[41,42,86],[20,11748,354],{"className":11749},[353],[20,11751,11753],{"className":11752},[66],[20,11754,11756],{"className":11755,"style":1283},[70],[20,11757],{},[20,11759],{"className":11760,"style":125},[97],[20,11762,11764,11767],{"className":11763},[41],[20,11765,3712],{"className":11766},[41,42],[20,11768,11770],{"className":11769},[58],[20,11771,11773,11793],{"className":11772},[62,329],[20,11774,11776,11790],{"className":11775},[66],[20,11777,11779],{"className":11778,"style":336},[70],[20,11780,11781,11784],{"style":339},[20,11782],{"className":11783,"style":79},[78],[20,11785,11787],{"className":11786},[83,84,85,86],[20,11788,349],{"className":11789},[41,42,86],[20,11791,354],{"className":11792},[353],[20,11794,11796],{"className":11795},[66],[20,11797,11799],{"className":11798,"style":361},[70],[20,11800],{},[20,11802,47],{"className":11803},[46],[20,11805,11807,11810],{"className":11806},[41],[20,11808,4410],{"className":11809},[41,42],[20,11811,11813],{"className":11812},[58],[20,11814,11816,11836],{"className":11815},[62,329],[20,11817,11819,11833],{"className":11818},[66],[20,11820,11822],{"className":11821,"style":336},[70],[20,11823,11824,11827],{"style":339},[20,11825],{"className":11826,"style":79},[78],[20,11828,11830],{"className":11829},[83,84,85,86],[20,11831,349],{"className":11832},[41,42,86],[20,11834,354],{"className":11835},[353],[20,11837,11839],{"className":11838},[66],[20,11840,11842],{"className":11841,"style":361},[70],[20,11843],{},[20,11845,121],{"className":11846},[120],[20,11848],{"className":11849,"style":125},[97],[20,11851,11853,11856],{"className":11852},[41],[20,11854,129],{"className":11855},[41,42],[20,11857,11859],{"className":11858},[58],[20,11860,11862,11882],{"className":11861},[62,329],[20,11863,11865,11879],{"className":11864},[66],[20,11866,11868],{"className":11867,"style":336},[70],[20,11869,11870,11873],{"style":339},[20,11871],{"className":11872,"style":79},[78],[20,11874,11876],{"className":11875},[83,84,85,86],[20,11877,349],{"className":11878},[41,42,86],[20,11880,354],{"className":11881},[353],[20,11883,11885],{"className":11884},[66],[20,11886,11888],{"className":11887,"style":361},[70],[20,11889],{},[20,11891,134],{"className":11892},[133],", so that a local ",[20,11895,11897],{"className":11896},[23],[20,11898,11900],{"className":11899,"ariaHidden":28},[27],[20,11901,11903,11906,11911,11914],{"className":11902},[32],[20,11904],{"className":11905,"style":3212},[36],[20,11907,7617,11909],{"className":11908},[1240],[20,11910,7621],{"style":7620},[20,11912],{"className":11913,"style":125},[97],[20,11915,11917],{"className":11916},[1240],[20,11918,7635],{"className":11919},[41,7634]," over each ",[20,11922,11924],{"className":11923},[23],[20,11925,11927],{"className":11926,"ariaHidden":28},[27],[20,11928,11930,11933],{"className":11929},[32],[20,11931],{"className":11932,"style":7560},[36],[20,11934,11936,11939],{"className":11935},[41],[20,11937,3712],{"className":11938},[41,42],[20,11940,11942],{"className":11941},[58],[20,11943,11945,11965],{"className":11944},[62,329],[20,11946,11948,11962],{"className":11947},[66],[20,11949,11951],{"className":11950,"style":336},[70],[20,11952,11953,11956],{"style":339},[20,11954],{"className":11955,"style":79},[78],[20,11957,11959],{"className":11958},[83,84,85,86],[20,11960,349],{"className":11961},[41,42,86],[20,11963,354],{"className":11964},[353],[20,11966,11968],{"className":11967},[66],[20,11969,11971],{"className":11970,"style":361},[70],[20,11972],{}," recovers the global ",[20,11975,11977],{"className":11976},[23],[20,11978,11980],{"className":11979,"ariaHidden":28},[27],[20,11981,11983,11986,11991,11994],{"className":11982},[32],[20,11984],{"className":11985,"style":3212},[36],[20,11987,7617,11989],{"className":11988},[1240],[20,11990,7621],{"style":7620},[20,11992],{"className":11993,"style":125},[97],[20,11995,11997],{"className":11996},[1240],[20,11998,7635],{"className":11999},[41,7634]," over ",[20,12002,12004],{"className":12003},[23],[20,12005,12007],{"className":12006,"ariaHidden":28},[27],[20,12008,12010,12013],{"className":12009},[32],[20,12011],{"className":12012,"style":7560},[36],[20,12014,12016,12019],{"className":12015},[41],[20,12017,3712],{"className":12018},[41,42],[20,12020,12022],{"className":12021},[58],[20,12023,12025,12051],{"className":12024},[62,329],[20,12026,12028,12048],{"className":12027},[66],[20,12029,12031],{"className":12030,"style":1380},[70],[20,12032,12033,12036],{"style":339},[20,12034],{"className":12035,"style":79},[78],[20,12037,12039],{"className":12038},[83,84,85,86],[20,12040,12042],{"className":12041},[41,86],[20,12043,12045],{"className":12044},[41,7154,86],[20,12046,7158],{"className":12047},[41,86],[20,12049,354],{"className":12050},[353],[20,12052,12054],{"className":12053},[66],[20,12055,12057],{"className":12056,"style":361},[70],[20,12058],{},", allowing centralized training and decentralized greedy execution in cooperative games. ",[129,12061,11398],{"href":12062,"ariaLabel":12063,"className":12064,"dataFootnoteBackref":6},"#user-content-fnref-vdn","Back to reference 5",[11397],[11378,12066,12068,11384,12071,4293,12074,12076,12077,12129,12130,12256,12257,12283,12284],{"id":12067},"user-content-fn-qmix",[15,12069,12070],{},"Rashid, Samvelyan, de Witt, Farquhar, Foerster, Whiteson (2018)",[163,12072,12073],{},"QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning,",[137,12075,11601],{}," — QMIX generalizes VDN's sum to any mixing that is monotonic in each agent's ",[20,12078,12080],{"className":12079},[23],[20,12081,12083],{"className":12082,"ariaHidden":28},[27],[20,12084,12086,12089],{"className":12085},[32],[20,12087],{"className":12088,"style":7560},[36],[20,12090,12092,12095],{"className":12091},[41],[20,12093,3712],{"className":12094},[41,42],[20,12096,12098],{"className":12097},[58],[20,12099,12101,12121],{"className":12100},[62,329],[20,12102,12104,12118],{"className":12103},[66],[20,12105,12107],{"className":12106,"style":336},[70],[20,12108,12109,12112],{"style":339},[20,12110],{"className":12111,"style":79},[78],[20,12113,12115],{"className":12114},[83,84,85,86],[20,12116,349],{"className":12117},[41,42,86],[20,12119,354],{"className":12120},[353],[20,12122,12124],{"className":12123},[66],[20,12125,12127],{"className":12126,"style":361},[70],[20,12128],{}," (",[20,12131,12133],{"className":12132},[23],[20,12134,12136,12247],{"className":12135,"ariaHidden":28},[27],[20,12137,12139,12142,12145,12191,12195,12198,12238,12241,12244],{"className":12138},[32],[20,12140],{"className":12141,"style":113},[36],[20,12143,8429],{"className":12144,"style":235},[41],[20,12146,12148,12151],{"className":12147},[41],[20,12149,3712],{"className":12150},[41,42],[20,12152,12154],{"className":12153},[58],[20,12155,12157,12183],{"className":12156},[62,329],[20,12158,12160,12180],{"className":12159},[66],[20,12161,12163],{"className":12162,"style":1380},[70],[20,12164,12165,12168],{"style":339},[20,12166],{"className":12167,"style":79},[78],[20,12169,12171],{"className":12170},[83,84,85,86],[20,12172,12174],{"className":12173},[41,86],[20,12175,12177],{"className":12176},[41,7154,86],[20,12178,7158],{"className":12179},[41,86],[20,12181,354],{"className":12182},[353],[20,12184,12186],{"className":12185},[66],[20,12187,12189],{"className":12188,"style":361},[70],[20,12190],{},[20,12192,12194],{"className":12193},[41],"\u002F",[20,12196,8429],{"className":12197,"style":235},[41],[20,12199,12201,12204],{"className":12200},[41],[20,12202,3712],{"className":12203},[41,42],[20,12205,12207],{"className":12206},[58],[20,12208,12210,12230],{"className":12209},[62,329],[20,12211,12213,12227],{"className":12212},[66],[20,12214,12216],{"className":12215,"style":336},[70],[20,12217,12218,12221],{"style":339},[20,12219],{"className":12220,"style":79},[78],[20,12222,12224],{"className":12223},[83,84,85,86],[20,12225,349],{"className":12226},[41,42,86],[20,12228,354],{"className":12229},[353],[20,12231,12233],{"className":12232},[66],[20,12234,12236],{"className":12235,"style":361},[70],[20,12237],{},[20,12239],{"className":12240,"style":98},[97],[20,12242,8563],{"className":12243},[102],[20,12245],{"className":12246,"style":98},[97],[20,12248,12250,12253],{"className":12249},[32],[20,12251],{"className":12252,"style":1824},[36],[20,12254,1957],{"className":12255},[41],"), realized by a hypernetwork-parameterized mixing network with non-negative weights, preserving the local-global ",[20,12258,12260],{"className":12259},[23],[20,12261,12263],{"className":12262,"ariaHidden":28},[27],[20,12264,12266,12269,12274,12277],{"className":12265},[32],[20,12267],{"className":12268,"style":3212},[36],[20,12270,7617,12272],{"className":12271},[1240],[20,12273,7621],{"style":7620},[20,12275],{"className":12276,"style":125},[97],[20,12278,12280],{"className":12279},[1240],[20,12281,7635],{"className":12282},[41,7634]," consistency while representing far richer joint value functions. ",[129,12285,11398],{"href":12286,"ariaLabel":12287,"className":12288,"dataFootnoteBackref":6},"#user-content-fnref-qmix","Back to reference 6",[11397],[11378,12290,12292,11384,12295,4293,12298,12301,12302],{"id":12291},"user-content-fn-coma",[15,12293,12294],{},"Foerster, Farquhar, Afouras, Nardelli, Whiteson (2018)",[163,12296,12297],{},"Counterfactual Multi-Agent Policy Gradients,",[137,12299,12300],{},"AAAI"," — COMA: a centralized critic plus a counterfactual baseline that marginalizes out one agent's action while fixing the others', isolating that agent's contribution to the shared team reward and taming multi-agent credit assignment. ",[129,12303,11398],{"href":12304,"ariaLabel":12305,"className":12306,"dataFootnoteBackref":6},"#user-content-fnref-coma","Back to reference 7",[11397],[12308,12309,12310],"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":6963,"depth":6963,"links":12312},[12313,12316,12317,12321,12326,12327],{"id":170,"depth":6963,"text":171,"children":12314},[12315],{"id":1831,"depth":6969,"text":1832},{"id":2296,"depth":6963,"text":2297},{"id":3654,"depth":6963,"text":3655,"children":12318},[12319,12320],{"id":3661,"depth":6969,"text":3662},{"id":3820,"depth":6969,"text":3821},{"id":4116,"depth":6963,"text":4117,"children":12322},[12323,12324,12325],{"id":4680,"depth":6969,"text":4681},{"id":7102,"depth":6969,"text":7103},{"id":10573,"depth":6969,"text":10574},{"id":11332,"depth":6963,"text":11333},{"id":256,"depth":6963,"text":11373},[],"computer-science","Every method up to here assumed the agent was alone. The environment had fixed\ndynamics: take an action, the world responds according to p(s′∣s,a), and that\ntransition kernel never changes. That assumption is what lets the Bellman equation have\na fixed point and lets Q-learning converge. It is also false the moment a second learning\nagent shares the world. A market has many traders, a road has many drivers, a game of Go\nhas an opponent — and each of them is also adapting. When the others change their\nbehavior, they change the dynamics you face. The fixed environment that grounds\nsingle-agent MDPs\ndissolves.",false,"md",{"moduleNumber":6981,"lessonNumber":7028,"order":12334},513,"Modern Deep Reinforcement Learning",true,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl",[],"---\ntitle: \"Multi-Agent RL: Markov Games and Centralized Training\"\nmodule: Modern Deep Reinforcement Learning\nmoduleNumber: 5\nlessonNumber: 13\norder: 513\nsummary: >\n  With more than one learning agent in an environment, each\n  agent's world becomes non-stationary because the others are changing too. This\n  lesson builds the Markov-game generalization of the MDP, diagnoses non-stationarity\n  as the central obstacle, shows why the naive baselines fail, and develops the\n  dominant fix — centralized training with decentralized execution (MADDPG, VDN, QMIX).\n  A companion lesson takes up self-play, the landmark game-playing systems, and the\n  equilibrium concepts that define what \"solved\" means.\ntopics: [Deep RL]\nsources:\n  - book: Sutton & Barto\n    ref: \"Ch. 3 — Finite Markov Decision Processes (the single-agent baseline generalized here)\"\n  - book: Grokking Deep RL\n    ref: \"Ch. 12 — Actor-critic methods (the DDPG core MADDPG extends)\"\n---\n\nEvery method up to here assumed the agent was **alone**. The environment had fixed\ndynamics: take an action, the world responds according to $p(s' \\mid s, a)$, and that\ntransition kernel never changes. That assumption is what lets the Bellman equation have\na fixed point and lets Q-learning converge. It is also false the moment a second learning\nagent shares the world. A market has many traders, a road has many drivers, a game of Go\nhas an opponent — and each of them is _also_ adapting. When the others change their\nbehavior, they change the dynamics _you_ face. The fixed environment that grounds\nsingle-agent [MDPs](\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes)\ndissolves.\n\nThis is a different problem, with its own\nmathematical object (the Markov game), its own central pathology (non-stationarity), and\nits own dominant algorithmic paradigm (centralized training, decentralized execution).\nThis lesson builds all three. A\n[companion lesson](\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2) then\nturns to the setting where multi-agent RL has produced its strongest results —\n**self-play**, the engine behind AlphaGo, OpenAI Five, and AlphaStar — and the\nequilibrium concepts that define what \"solved\" means.\n\n## The setting: Markov games\n\nThe single-agent MDP is a tuple $(\\mathcal{S}, \\mathcal{A}, p, r, \\gamma)$. The\nmulti-agent generalization keeps the state and the discount but gives every agent its own\naction set and its own reward. It is called a **Markov game** (or **stochastic game**),\nintroduced by Shapley in 1953, decades before MDPs were standard.[^shapley]\n\n> **Definition (Markov game).** A Markov game with $N$ agents is a tuple\n> $(\\mathcal{S}, \\{\\mathcal{A}_i\\}_{i=1}^N, p, \\{r_i\\}_{i=1}^N, \\gamma)$ where\n> $\\mathcal{S}$ is the state space, $\\mathcal{A}_i$ is agent $i$'s action set, the joint\n> action is $\\mathbf{a} = (a_1, \\ldots, a_N) \\in \\mathcal{A}_1 \\times \\cdots \\times\n> \\mathcal{A}_N$, the transition kernel $p(s' \\mid s, \\mathbf{a})$ depends on the **joint**\n> action, and each agent has its own reward $r_i(s, \\mathbf{a})$. Agent $i$ follows a\n> policy $\\pi_i(a_i \\mid s)$ and maximizes its own expected return\n> $\\mathbb{E}[\\sum_t \\gamma^t r_i(s_t, \\mathbf{a}_t)]$.\n\nTwo features of that definition carry all the weight. First, the transition depends on the\n**joint** action $\\mathbf{a}$, not on any single agent's action: where the world goes next\nis determined by what everyone does together. Second, each agent has a **separate** reward\n$r_i$, and those rewards need not agree. The relationship between the rewards is what\ncarves the field into three regimes.\n\n$$\n% caption: The three reward regimes of a Markov game, set by how the per-agent rewards\n% $r_i$ relate. Cooperative agents share one reward; competitive (zero-sum) agents have\n% rewards that cancel; mixed games have both aligned and opposed interests.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  box\u002F.style={draw, minimum width=32mm, minimum height=17mm, align=center, font=\\scriptsize},\n  root\u002F.style={draw, thick, minimum width=30mm, minimum height=10mm, align=center}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[root, draw=acc, text=acc] (r) at (0,1.8) {Markov game};\n  \\node[box] (co)  at (-4.8,-0.6) {cooperative\\\\all r-i equal\\\\(shared goal)};\n  \\node[box] (mi)  at (0,-0.6)    {mixed\\\\r-i partly aligned\\\\(teams, markets)};\n  \\node[box, draw=red, text=red] (cm) at (4.8,-0.6) {competitive\\\\r-i sum to zero\\\\(one wins, one loses)};\n  \\draw[->, acc, thick] (r) -- (co);\n  \\draw[->, acc, thick] (r) -- (mi);\n  \\draw[->, acc, thick] (r) -- (cm);\n\\end{tikzpicture}\n$$\n\nIn a **cooperative** game every agent receives the same reward, $r_1 = \\cdots = r_N$, and\nthe team succeeds or fails together — a fleet of warehouse robots, players on one side of a\nmatch. In a **competitive** (two-agent, zero-sum) game the rewards cancel, $r_1 = -r_2$, so\none agent's gain is the other's loss — chess, Go, a pursuit. Most real settings are\n**mixed**: partly aligned, partly opposed, like traders who all want liquidity but each\nwant the better price, or autonomous cars that share the goal of avoiding collisions but\ncompete for the merge. The single-agent MDP is the degenerate case $N = 1$.\n\n### A worked matrix game: coordination and its traps\n\nEven the simplest one-state Markov game exposes the difficulties. Consider the\n**stag hunt**, a two-player cooperative-leaning game where each player chooses to\nhunt Stag ($S$) or Hare ($H$). A stag needs both hunters; a hare can be caught\nalone. The payoff table (identical rewards, a cooperative game) is\n\n| player 1 \\\\ player 2 | Stag | Hare |\n| --- | --- | --- |\n| **Stag** | $(4, 4)$ | $(0, 3)$ |\n| **Hare** | $(3, 0)$ | $(3, 3)$ |\n\nHunt stag together and both get $4$ — the best outcome. But if one hunts stag and\nthe other defects to hare, the stag hunter gets $0$ (the stag escapes) while the\ndefector still bags a hare for $3$. There are **two** pure Nash equilibria here:\n$(S, S)$ with payoff $4$ each, and $(H, H)$ with payoff $3$ each. Both are\nself-consistent — at $(H, H)$, unilaterally switching to stag drops you from $3$ to\n$0$, so no one deviates — yet one is strictly better for everyone. This is the\ncrux of multi-agent learning that single-agent RL never faces: even with _identical_\nrewards and full cooperation, independent learners can converge to the safe,\nworse equilibrium $(H, H)$, because reaching the good one requires the risky belief\nthat your partner will also pick stag. The problem is not conflicting incentives;\nit is **coordinated equilibrium selection**, and no single agent controls it.\n\n$$\n% caption: The stag-hunt payoff structure. Two pure Nash equilibria exist: the\n% payoff-dominant (Stag, Stag) worth 4 each, and the risk-dominant (Hare, Hare)\n% worth 3 each. Independent learners often converge to the safe (Hare, Hare)\n% because unilaterally choosing Stag risks the 0 payoff if the partner defects.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  cell\u002F.style={draw, minimum width=20mm, minimum height=13mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{grn}{HTML}{1F9D4D}\n  \\node[cell, fill=grn!12, draw=grn] (ss) at (0,0)   {(4, 4)\\\\best, risky};\n  \\node[cell] (sh) at (2.1,0) {(0, 3)};\n  \\node[cell] (hs) at (0,-1.5) {(3, 0)};\n  \\node[cell, fill=acc!10, draw=acc] (hh) at (2.1,-1.5) {(3, 3)\\\\safe};\n  \\node[anchor=east, font=\\scriptsize] at (-1.3,0)    {P1: Stag};\n  \\node[anchor=east, font=\\scriptsize] at (-1.3,-1.5) {P1: Hare};\n  \\node[anchor=south, font=\\scriptsize] at (0,0.75)   {P2: Stag};\n  \\node[anchor=south, font=\\scriptsize] at (2.1,0.75) {P2: Hare};\n  \\node[grn, anchor=west, font=\\scriptsize] at (3.2,0)    {Nash (payo\\\u002Ff\\\u002Ff-dominant)};\n  \\node[acc, anchor=west, font=\\scriptsize] at (3.2,-1.5) {Nash (risk-dominant)};\n\\end{tikzpicture}\n$$\n\n## Non-stationarity: the moving target\n\nHere is the difficulty that everything downstream is built to address. From the vantage\npoint of one agent, the others are _part of the environment_. Their policies determine how\nthe world responds to that agent's actions. But the others are **learning**, so their\npolicies keep changing — which means the environment that agent $i$ faces keeps changing\nunderneath it. The transition and reward that agent $i$ effectively experiences,\nmarginalizing out the others' actions,\n\n$$\np_i(s' \\mid s, a_i) \\;=\\; \\sum_{\\mathbf{a}_{-i}} p(s' \\mid s, a_i, \\mathbf{a}_{-i}) \\prod_{j \\neq i} \\pi_j(a_j \\mid s),\n$$\n\ndepend on the other agents' policies $\\pi_j$ through the product $\\prod_{j\\neq i}\\pi_j$.\nWhen those policies change, $p_i$ changes. The environment is **non-stationary** from any\nsingle agent's local view, and non-stationarity breaks the guarantee that props up every\nsingle-agent method: the Markov property no longer holds for agent $i$ in isolation,\nbecause the best prediction of the future now depends on the hidden, drifting policies of\nthe others, not on the state alone.[^lowe]\n\n> **Definition (Non-stationarity).** From the perspective of a single agent in a\n> multi-agent system, the environment's effective dynamics $p_i(s' \\mid s, a_i)$ and reward\n> change over time because the other agents' policies $\\{\\pi_j\\}_{j \\neq i}$ are themselves\n> being learned. A value function or replay transition that was accurate under the old\n> $\\{\\pi_j\\}$ becomes stale once the others update — the target the agent is chasing moves\n> as the agent chases it.\n\nThe figure shows the pathology. Agent 1 is fitting a value function to its\nenvironment. But that environment is defined partly by agent 2's policy, and while agent 1\nclimbs toward the optimum, agent 2 shifts the optimum by learning. Agent 1 is aiming at a\ntarget that its opponent's learning keeps relocating.\n\n$$\n% caption: The moving-target problem. Agent 1 (blue) descends toward the best response to\n% agent 2, but each time agent 2 updates its policy the optimum moves, so agent 1's path\n% never settles — it chases a target that recedes as it learns.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\definecolor{grn}{HTML}{1F9D4D}\n  % axes: agent-1 policy space\n  \\draw[black, ->] (-0.2,0) -- (9.4,0) node[anchor=north east, text=black] {agent 1 policy};\n  \\draw[black, ->] (-0.2,0) -- (-0.2,3.4) node[anchor=south east, text=black] {agent 1 loss};\n  % three successive loss bowls (as agent 2 keeps changing them)\n  \\draw[black, thin] (0.2,2.9) parabola bend (1.4,0.55) (2.6,2.9);\n  \\draw[black, thin] (2.8,2.9) parabola bend (4.0,0.55) (5.2,2.9);\n  \\draw[acc, very thick] (5.6,2.9) parabola bend (6.8,0.55) (8.0,2.9);\n  % moving optima\n  \\fill[grn] (1.4,0.55) circle (2.4pt);\n  \\fill[grn] (4.0,0.55) circle (2.4pt);\n  \\fill[grn] (6.8,0.55) circle (2.4pt);\n  \\node[grn, anchor=north, font=\\scriptsize] at (1.4,0.42) {opt 1};\n  \\node[grn, anchor=north, font=\\scriptsize] at (4.0,0.42) {opt 2};\n  \\node[grn, anchor=north, font=\\scriptsize] at (6.8,0.42) {opt 3};\n  % arrows: the optimum recedes as agent 2 updates\n  \\draw[->, red, thick] (1.9,0.85) to[bend left=18] node[midway, above, font=\\scriptsize, text=red] {agent 2 updates} (3.5,0.85);\n  \\draw[->, red, thick] (4.5,0.85) to[bend left=18] (6.3,0.85);\n\\end{tikzpicture}\n$$\n\nNon-stationarity is why you cannot simply run single-agent RL per agent and expect the\nguarantees to survive. A replay buffer, the device that makes DQN and DDPG sample-efficient,\nbecomes actively harmful: a transition stored when the other agents behaved one way no\nlonger reflects how they behave now, so it teaches the agent about a world that no longer\nexists. Every design decision below is, at bottom, a way to cope with this one fact.\n\n## The naive baselines\n\nBefore the modern paradigm, two obvious approaches bracket the design space. Both fail in\ninstructive, opposite ways.\n\n### Independent learning\n\nThe simplest thing to do is ignore the problem: give each agent its own single-agent\nalgorithm — its own Q-network, its own DDPG — and let it treat every other agent as part of\nthe environment. This is **independent Q-learning** (IQL) or, with policy gradients,\nindependent learners.[^tan] Each agent $i$ learns $Q_i(s, a_i)$ as if it were alone.\n\nThe appeal is that it is trivial to implement and, empirically, it **often works** — enough\nthat it remains a standard baseline. The problem is that it comes with **no convergence\nguarantee**. Each agent's environment is non-stationary (the section above), so the Bellman\ntarget each agent regresses toward is a moving one; nothing forces the coupled learning to\nsettle, and it can oscillate or diverge. Independent learning is the \"ignore it\" strategy:\nfrequently fine, never provably fine.\n\n### Centralized control\n\nThe opposite extreme takes the non-stationarity away by refusing to have multiple agents at\nall. Treat the whole system as **one** agent whose action is the joint action $\\mathbf{a} =\n(a_1, \\ldots, a_N)$, and learn a single policy over that joint action space. Now the\nenvironment is a genuine MDP again — there is only one learner, so nothing is\nnon-stationary — and every single-agent guarantee returns.\n\nThe catch is the size of the joint action space. If each of $N$ agents has $|\\mathcal{A}|$\nactions, the joint space has $|\\mathcal{A}|^N$ — it grows **exponentially** in the number of\nagents. A team of ten agents with ten actions each has $10^{10}$ joint actions to evaluate\nper state. Worse, centralized control assumes a central controller with access to every\nagent's observations at execution time, which many settings forbid: a robot swarm acts on\nlocal sensors, a player sees only its own screen.\n\n$$\n% caption: The two naive extremes. Independent learners (left) each run a local algorithm\n% and see a non-stationary world with no convergence guarantee; a central controller\n% (right) restores stationarity but must search a joint action space of size\n% $|\\mathcal{A}|^N$, exponential in the number of agents.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  ag\u002F.style={circle, draw, minimum size=8mm, inner sep=0pt, font=\\scriptsize},\n  big\u002F.style={draw, thick, minimum width=30mm, minimum height=15mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % --- left: independent ---\n  \\node[ag, draw=acc, text=acc] (a1) at (0,1.0) {A1};\n  \\node[ag, draw=acc, text=acc] (a2) at (1.4,-0.2) {A2};\n  \\node[ag, draw=acc, text=acc] (a3) at (-1.4,-0.2) {A3};\n  \\node[anchor=north, text=black, font=\\scriptsize] at (0,-1.4) {independent:};\n  \\node[anchor=north, text=black, font=\\scriptsize] at (0,-1.9) {N learners, no guarantee};\n  \\draw[\u003C->, black, dashed] (a1) -- (a2);\n  \\draw[\u003C->, black, dashed] (a1) -- (a3);\n  \\draw[\u003C->, black, dashed] (a2) -- (a3);\n  % --- right: centralized ---\n  \\begin{scope}[xshift=6.4cm]\n    \\node[big, draw=red, text=red] (c) at (0,0.0) {central controller\\\\action = (a1,...,aN)};\n    \\node[anchor=north, text=black, font=\\scriptsize] at (0,-1.4) {centralized:};\n    \\node[anchor=north, text=black, font=\\scriptsize] at (0,-1.9) {joint space grows as A-to-the-N};\n  \\end{scope}\n\\end{tikzpicture}\n$$\n\nIndependent learning scales but does not converge; centralized control converges but does\nnot scale. The dominant modern paradigm is a hybrid that takes the good half of each.\n\n## Centralized training, decentralized execution\n\nThe two hard constraints apply at **different times**. During\n**training** — offline, in simulation, on your own hardware — you can afford a global view:\nyou control the whole simulator and can hand any component all the agents' observations and\nactions. During **execution** — when the trained agents act in the real deployment — each\nagent may only see its own local observation, and must act on that alone. So separate the\ntwo phases. Use the global view where it is free (training) and demand only local\ninformation where it is required (execution). This is **centralized training with\ndecentralized execution** (CTDE), the paradigm that organizes almost all of modern deep\nmulti-agent RL.[^ctde]\n\n> **Definition (Centralized training, decentralized execution).** A training scheme in\n> which a **centralized critic** (or value function) is given the full joint information —\n> the global state $\\mathbf{x}$ and every agent's action $(a_1, \\ldots, a_N)$ — and is used\n> only to compute learning targets during training. Each agent's **actor** $\\pi_i(a_i \\mid\n> o_i)$ conditions only on that agent's local observation $o_i$, so at execution time the\n> centralized critic is discarded and the agents act independently from local observations.\n\n$$\n% caption: The two phases of CTDE. At training time (left) a centralized critic\n% reads the global state and every agent's action, so its learning target is\n% stationary; at execution time (right) the critic is discarded and each actor runs\n% on its own local observation alone. The global view is used only where it is free.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  ag\u002F.style={circle, draw, minimum size=7mm, inner sep=0pt, font=\\scriptsize},\n  cr\u002F.style={draw, minimum width=30mm, minimum height=9mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % training\n  \\node[ag, draw=acc, text=acc] (t1) at (-0.9,0.9) {A1};\n  \\node[ag, draw=acc, text=acc] (t2) at (0.9,0.9)  {A2};\n  \\node[cr, draw=red, text=red] (crit) at (0,-0.9) {central critic (sees all)};\n  \\draw[->, red] (t1) -- (crit); \\draw[->, red] (t2) -- (crit);\n  \\node[black, anchor=north, font=\\scriptsize] at (0,-1.6) {TRAINING: global view};\n  % divider\n  \\draw[black, dashed] (2.4,-1.9) -- (2.4,1.6);\n  % execution\n  \\begin{scope}[xshift=5.4cm]\n    \\node[ag, draw=acc, text=acc] (e1) at (-0.9,0.9) {A1};\n    \\node[ag, draw=acc, text=acc] (e2) at (0.9,0.9)  {A2};\n    \\draw[->, black] (-0.9,0) -- (e1.south) node[anchor=north, pos=0, font=\\scriptsize, text=black] {o1};\n    \\draw[->, black] (0.9,0) -- (e2.south) node[anchor=north, pos=0, font=\\scriptsize, text=black] {o2};\n    \\node[black, anchor=north, font=\\scriptsize] at (0,-1.6) {EXECUTION: local obs only};\n  \\end{scope}\n\\end{tikzpicture}\n$$\n\nThe centralized critic is what defeats non-stationarity. A critic that sees every agent's\naction $Q_i(\\mathbf{x}, a_1, \\ldots, a_N)$ faces a **stationary** learning target: if you\nknow what all agents did, the environment's response is fixed, so the moving-target problem\ndisappears from the critic's point of view. The actors stay decentralized because they need\nto run without the others' information at test time. Training gets the global view; execution\ngets the local constraint.\n\n### MADDPG\n\nThe canonical CTDE algorithm is **multi-agent DDPG** (MADDPG), from Lowe et al. (2017).[^lowe]\nIt takes the [DDPG](\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control) actor-critic\nand gives each agent a centralized critic. Agent $i$ has a decentralized deterministic actor\n$\\mu_i(o_i)$ that sees only its own observation, and a centralized critic\n$Q_i(\\mathbf{x}, a_1, \\ldots, a_N)$ that sees the global state and **all** agents' actions.\n\n$$\n% caption: The MADDPG architecture. Each agent's actor mu-i acts on its own local\n% observation o-i (decentralized execution), while a centralized critic Q-i sees the\n% global state x and every agent's action a-1..a-N (centralized training). At test time the\n% critics are dropped and only the local actors remain.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  act\u002F.style={draw, minimum width=22mm, minimum height=11mm, align=center, font=\\scriptsize},\n  crit\u002F.style={draw, minimum width=40mm, minimum height=13mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % actors row (decentralized)\n  \\node[act, draw=acc, text=acc, thick] (m1) at (-3.4,0) {actor mu-1(o-1)};\n  \\node[act, draw=acc, text=acc, thick] (m2) at (0,0)    {actor mu-2(o-2)};\n  \\node[act, draw=acc, text=acc, thick] (m3) at (3.4,0)  {actor mu-N(o-N)};\n  % local obs in (label to the left of each short arrow to avoid overlap)\n  \\draw[->, black] (-3.4,1.25) -- (m1.north) node[anchor=east, pos=0, text=black, font=\\scriptsize] {o-1};\n  \\draw[->, black] (0,1.25) -- (m2.north) node[anchor=east, pos=0, text=black, font=\\scriptsize] {o-2};\n  \\draw[->, black] (3.4,1.25) -- (m3.north) node[anchor=east, pos=0, text=black, font=\\scriptsize] {o-N};\n  % centralized critic below\n  \\node[crit, draw=red, text=red] (q) at (0,-2.6) {centralized critic Q-i(x, a-1,...,a-N)};\n  % actions feed critic\n  \\draw[->, red, thick] (m1.south) -- (q.north west) node[midway, left, font=\\scriptsize] {a-1};\n  \\draw[->, red, thick] (m2.south) -- (q.north) node[midway, right, font=\\scriptsize] {a-2};\n  \\draw[->, red, thick] (m3.south) -- (q.north east) node[midway, right, font=\\scriptsize] {a-N};\n  % global state into critic\n  \\node[anchor=west, text=black, font=\\scriptsize] at (3.2,-2.6) {+ global state x};\n  \\draw[->, black] (3.15,-2.6) -- (q.east);\n  % gradient back to actor i (example: to mu-2)\n  \\draw[->, red, thick, dashed] (q.west) to[out=180,in=-90] node[midway, left, font=\\scriptsize, text=red] {grad-a Q} (m1.south west);\n\\end{tikzpicture}\n$$\n\nThe training rules are DDPG's, lifted to the joint view. The critic for agent $i$ regresses\ntoward a bootstrapped target computed from the **target actors of all agents**, so the value\nis conditioned on everyone's next action:\n\n$$\ny \\;=\\; r_i + \\gamma\\, Q_i^{\\,\\mu'}\\!\\big(\\mathbf{x}', a_1', \\ldots, a_N'\\big)\\Big|_{a_j' = \\mu_j'(o_j')},\n\\qquad\n\\mathcal{L}(\\phi_i) = \\mathbb{E}\\big[(Q_i(\\mathbf{x}, a_1, \\ldots, a_N) - y)^2\\big].\n$$\n\nEach actor is improved by the deterministic policy gradient through **its own** centralized\ncritic — the critic that already accounts for the others' actions — while every other agent's\naction is held fixed at what the buffer recorded:\n\n$$\n\\nabla_{\\theta_i} J \\;=\\; \\mathbb{E}\\!\\left[\\nabla_{\\theta_i} \\mu_i(o_i)\\;\\nabla_{a_i} Q_i(\\mathbf{x}, a_1, \\ldots, a_N)\\big|_{a_i = \\mu_i(o_i)}\\right].\n$$\n\nBecause the critic conditions on the joint action, its target is stationary even though\neach actor is changing — that is precisely how CTDE removes non-stationarity. The single\nchange from DDPG is the critic's input: local $Q(s, a)$ becomes joint\n$Q_i(\\mathbf{x}, a_1, \\ldots, a_N)$.\n\n```algorithm\ncaption: $\\textsc{MADDPG}$ — centralized-critic actor-critic for $N$ agents\ninput: for each agent $i$: actor $\\mu_{\\theta_i}$, centralized critic $Q_{\\phi_i}$\ninitialize targets $\\theta_i', \\phi_i'$ for all $i$; empty shared replay buffer $\\mathcal{D}$\nfor each step do\n  for each agent $i$ do\n    select $a_i \\gets \\mu_{\\theta_i}(o_i) + \\mathcal{N}$ \u002F\u002F local obs, exploration noise\n  execute joint action $\\mathbf{a}$, observe $\\{r_i\\}$, next state $\\mathbf{x}'$\n  store $(\\mathbf{x}, \\mathbf{a}, \\{r_i\\}, \\mathbf{x}')$ in $\\mathcal{D}$\n  sample a minibatch of joint transitions from $\\mathcal{D}$\n  for each agent $i$ do\n    $a_j' \\gets \\mu_{\\theta_j'}(o_j')$ for all $j$ \u002F\u002F target actors of every agent\n    $y \\gets r_i + \\gamma\\, Q_{\\phi_i'}(\\mathbf{x}', a_1', \\ldots, a_N')$\n    $\\phi_i \\gets \\phi_i - \\eta\\,\\nabla_{\\phi_i}\\,(Q_{\\phi_i}(\\mathbf{x}, a_1, \\ldots, a_N) - y)^2$ \u002F\u002F centralized critic\n    $\\theta_i \\gets \\theta_i + \\eta\\,\\nabla_{\\theta_i}\\, Q_{\\phi_i}(\\mathbf{x}, \\ldots, \\mu_{\\theta_i}(o_i), \\ldots)$ \u002F\u002F local actor\n  soft-update every $\\theta_i', \\phi_i'$\n```\n\nMADDPG works across all three regimes — cooperative, competitive, and mixed — because each\nagent keeps its own reward $r_i$ and its own critic; nothing assumes the agents agree. In\nthe paper's environments (a set of particle worlds with predators, prey, and communication)\nit learns coordinated and competitive behaviors that independent learners cannot.\n\n### Value factorization for cooperation\n\nWhen the game is purely **cooperative** — all agents share one team reward — a different and\ncheaper idea applies. The team wants to learn one joint value $Q_{\\text{tot}}(\\mathbf{x},\n\\mathbf{a})$, but that object is exponential in $N$ (the centralized-control problem again),\nand at execution time each agent must still pick its action from its **own** local value.\nThe fix is to **factorize** the joint value into per-agent pieces and require the\nfactorization to be consistent with greedy local action selection.\n\n**Value Decomposition Networks** (VDN) take the simplest factorization: the joint value is\nthe **sum** of per-agent utilities.[^vdn]\n\n$$\nQ_{\\text{tot}}(\\mathbf{x}, \\mathbf{a}) \\;=\\; \\sum_{i=1}^{N} Q_i(o_i, a_i).\n$$\n\nThe point of the sum is a property called **decentralizability**: the joint action that\nmaximizes the sum is the one each agent gets by maximizing its own $Q_i$ locally,\n$\\arg\\max_{\\mathbf{a}} Q_{\\text{tot}} = (\\arg\\max_{a_1} Q_1, \\ldots, \\arg\\max_{a_N} Q_N)$.\nSo the team can be trained centrally on $Q_{\\text{tot}}$ (regressing it toward the shared\nBellman target) yet executed decentrally, each agent taking $\\arg\\max_{a_i} Q_i$ from its\nown local observation. The sum is a strong assumption, though: it forces each agent's\ncontribution to be independent of the others.\n\n**QMIX** relaxes the sum to any **monotonic** combination.[^qmix] It keeps the property that\nlets local greedy action selection agree with the global argmax while allowing far richer\njoint values. The requirement is that $Q_{\\text{tot}}$ be **monotonically increasing** in\neach agent's $Q_i$:\n\n$$\n\\frac{\\partial Q_{\\text{tot}}}{\\partial Q_i} \\;\\geq\\; 0 \\quad \\text{for all } i.\n$$\n\nMonotonicity is exactly enough to guarantee $\\arg\\max_{\\mathbf{a}} Q_{\\text{tot}} =\n(\\arg\\max_{a_i} Q_i)_i$ — if raising any agent's local value can never lower the team value,\nthen everyone maximizing locally maximizes the team. QMIX realizes this with a **mixing\nnetwork** that combines the per-agent $Q_i$ into $Q_{\\text{tot}}$ using weights produced by a\n**hypernetwork** from the global state, with the weights constrained non-negative to enforce\nmonotonicity. VDN is the special case where the mixer is a plain sum.\n\n$$\n% caption: Value factorization for cooperation. VDN sums the per-agent utilities Q-i;\n% QMIX combines them through a monotonic mixing network whose non-negative weights come\n% from a hypernetwork reading the global state x. Both guarantee that local argmax over\n% each Q-i matches the global argmax over Q-tot.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  q\u002F.style={draw, minimum width=17mm, minimum height=10mm, align=center, font=\\scriptsize},\n  mix\u002F.style={draw, minimum width=44mm, minimum height=11mm, align=center, font=\\scriptsize},\n  top\u002F.style={draw, thick, minimum width=26mm, minimum height=10mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % per-agent Q\n  \\node[q, draw=acc, text=acc] (q1) at (-3.0,0) {Q-1(o-1,a-1)};\n  \\node[q, draw=acc, text=acc] (q2) at (0,0)    {Q-2(o-2,a-2)};\n  \\node[q, draw=acc, text=acc] (q3) at (3.0,0)  {Q-N(o-N,a-N)};\n  % mixing network\n  \\node[mix] (mx) at (0,-1.9) {monotonic mixing network};\n  \\draw[->, acc, thick] (q1.south) -- (mx.north west);\n  \\draw[->, acc, thick] (q2.south) -- (mx.north);\n  \\draw[->, acc, thick] (q3.south) -- (mx.north east);\n  % hypernetwork weights from global state\n  \\node[q, draw=red, text=red] (hyp) at (5.4,-1.9) {hypernet(x)};\n  \\draw[->, red, thick, dashed] (hyp.west) -- (mx.east) node[midway, above, font=\\scriptsize, text=red] {weights $\\ge$ 0};\n  % Q-tot out\n  \\node[top, draw=red, text=red] (qt) at (0,-3.7) {Q-tot};\n  \\draw[->, thick] (mx.south) -- (qt.north);\n\\end{tikzpicture}\n$$\n\n**A worked factorization.** Take two agents each with actions $\\{0, 1\\}$ and a true\njoint value that rewards _matching_: $Q_{\\text{tot}}(0,0) = Q_{\\text{tot}}(1,1) = 2$,\n$Q_{\\text{tot}}(0,1) = Q_{\\text{tot}}(1,0) = 0$. Can VDN's sum $Q_1(a_1) + Q_2(a_2)$\nrepresent this? It would need $Q_1(0)+Q_2(0) = 2$ and $Q_1(1)+Q_2(1) = 2$ but\n$Q_1(0)+Q_2(1) = 0$ and $Q_1(1)+Q_2(0) = 0$. Adding the first two gives $4$; adding\nthe last two gives $0$; but both sums equal $Q_1(0)+Q_1(1)+Q_2(0)+Q_2(1)$, a\ncontradiction ($4 \\ne 0$). So VDN _cannot_ represent this coordination payoff — the\nsum forces each agent's contribution to be independent of the other's, exactly the\nwrong assumption when the reward depends on agreement. QMIX's monotonic mixer, whose\nweights come from the global state, can (the state-conditioned mixing breaks the\nadditivity). This is the **representational limit** VDN pays for its simplicity, and\nwhy QMIX dominates it on coordination-heavy benchmarks.\n\nBut QMIX has its own limit, and it recurs. Monotonicity\nforbids representing any payoff where an agent's _best_ action depends on what the\nothers do in a non-monotone way — the classic failure is **relative\novergeneralization**, where the safe action looks best on average across the\npartner's choices even though a coordinated risky action is globally optimal, and\nQMIX's monotonic mixer collapses onto the safe action. This is the QMIX-level echo\nof the stag hunt: the factorization structure can bias learning toward the\nrisk-dominant equilibrium.\n\nThe trade is scope for cost. MADDPG handles competitive and mixed games at the price of a\nfull joint-action critic per agent; VDN and QMIX handle only cooperative games but factor\nthe joint value into cheap per-agent pieces, so they scale to more agents and are the\nstandard choice for cooperative benchmarks like the StarCraft multi-agent challenge.\n\n### Counterfactual credit assignment (COMA)\n\nValue factorization answers \"how do we get decentralized greedy actions from a\njoint value?\" A different question, just as central to cooperation, is the\n**multi-agent credit-assignment problem**: when the whole team shares one reward and\nthe team does well, _which agent's action deserves the credit?_ An agent that did\nnothing useful still sees the high team reward and reinforces its idle behavior.\n\n**COMA** (Counterfactual Multi-Agent policy gradients, Foerster et al. 2018) solves\nthis with a **counterfactual baseline**.[^coma] It keeps a centralized critic\n$Q(\\mathbf{x}, \\mathbf{a})$ and, for each agent $i$, computes how much better the\naction $a_i$ agent $i$ actually took was than the average over all the actions it\n_could_ have taken, holding every other agent's action fixed. The counterfactual\nadvantage is\n\n$$\nA_i(\\mathbf{x}, \\mathbf{a}) \\;=\\; Q(\\mathbf{x}, \\mathbf{a})\n\\;-\\; \\sum_{a_i'} \\pi_i(a_i' \\mid o_i)\\, Q\\bigl(\\mathbf{x}, (a_i', \\mathbf{a}_{-i})\\bigr).\n$$\n\nThe subtracted term marginalizes out agent $i$'s own action while freezing the\nothers', so it isolates $i$'s _individual_ contribution from the team's shared\noutcome. Because the critic is centralized (it sees $\\mathbf{x}$ and all actions),\nthis counterfactual is cheap to compute — one forward pass per alternative action —\nand it removes the confound that makes shared-reward policy gradients so noisy.\nCOMA is the credit-assignment counterpart to QMIX's action-selection factorization:\nboth are CTDE, but one factors the value and the other factors the _blame_.\n\n$$\n% caption: The counterfactual baseline in COMA. To assign credit for the shared\n% team reward, agent i's advantage compares the actual joint value against the\n% expected value if agent i had instead sampled a different action from its own\n% policy, holding the other agents' actions fixed. This isolates one agent's\n% contribution from the team outcome.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  bar\u002F.style={draw, minimum width=8mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\draw[->, black] (-0.2,0) -- (8.6,0) node[anchor=north, black, font=\\footnotesize] {agent i alternative actions};\n  \\draw[->, black] (0,-0.2) -- (0,3.6) node[anchor=east, black, font=\\footnotesize] {joint value Q};\n  % bars for alternatives\n  \\foreach \\x\u002F\\h in {1.0\u002F1.4,2.2\u002F2.0,3.4\u002F1.1,4.6\u002F2.6,5.8\u002F1.7,7.0\u002F1.3} \\fill[acc!35] (\\x,0) rectangle (\\x+0.7,\\h);\n  % the actual action taken\n  \\fill[acc] (4.6,0) rectangle (5.3,2.6);\n  \\node[acc, anchor=south, font=\\scriptsize] at (4.95,2.6) {action taken};\n  % baseline (policy-weighted average)\n  \\draw[red, thick, dashed] (0.6,1.65) -- (8.2,1.65);\n  \\node[red, anchor=west, font=\\scriptsize] at (7.4,1.9) {counterfactual baseline};\n  \\draw[->, red, thick] (5.6,1.68) -- (5.6,2.55) node[midway, right, font=\\scriptsize] {advantage};\n\\end{tikzpicture}\n$$\n\n## Where this leaves us\n\nMulti-agent RL is a genuinely different problem, and the pieces now assembled say why.\nThe **Markov game** generalizes the MDP by giving every agent its own actions and\nreward; **non-stationarity** is its central pathology, because each agent's environment\nincludes the others, who are themselves learning, so the ground never stops moving; and\nthe **naive baselines** — independent learners and a single joint learner — fail on\nexactly that, one by ignoring the non-stationarity and the other by drowning in the\nexponential joint action space.\n\nThe dominant fix is **centralized training with decentralized execution**: let a critic\nsee everything during training so it faces a stationary target, but keep each agent's\nexecuted policy dependent only on its own local observation. MADDPG, VDN, and QMIX are\nthree points on that design — a centralized critic per agent, and two ways of factoring\na joint value so decentralized greedy actions still maximize it.\n\nCTDE handles cooperation and mixed settings. The purely competitive case has its own\nengine — an agent that generates its own curriculum by playing against copies of\nitself — which produced the landmark game-playing systems, and raises the question of\nwhat \"solved\" even means once there is an opponent. Self-play, those systems, and the\nequilibrium solution concepts continue in\n[Multi-Agent RL: Self-Play and Solution Concepts](\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2).\n\n[^shapley]: **Shapley (1953)**, \"Stochastic Games,\" _Proceedings of the National Academy of Sciences_ — introduces the stochastic (Markov) game, a state process controlled jointly by several players each with their own payoff, generalizing both matrix games and, in the single-player case, what would later be formalized as the MDP.\n[^lowe]: **Lowe, Wu, Tamar, Harb, Abbeel, Mordatch (2017)**, \"Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments,\" _NeurIPS_ — MADDPG: a decentralized deterministic actor per agent with a centralized critic conditioned on the joint action $Q_i(\\mathbf{x}, a_1, \\ldots, a_N)$, which makes each critic's target stationary and so addresses the non-stationarity that breaks independent learning; demonstrated on cooperative, competitive, and mixed particle environments.\n[^tan]: **Tan (1993)**, \"Multi-Agent Reinforcement Learning: Independent vs. Cooperative Agents,\" _ICML_ — the independent-learners baseline, in which each agent runs its own Q-learning and treats the others as part of the environment; effective in practice but without convergence guarantees under the resulting non-stationarity.\n[^ctde]: The centralized-training \u002F decentralized-execution framing is developed across **Lowe et al. (2017)** (above) and **Foerster, Assael, de Freitas, Whiteson (2016)**, \"Learning to Communicate with Deep Multi-Agent Reinforcement Learning,\" _NeurIPS_ — using centralized information during training while constraining execution to each agent's local observation.\n[^vdn]: **Sunehag et al. (2018)**, \"Value-Decomposition Networks For Cooperative Multi-Agent Learning,\" _AAMAS_ — VDN: factor the team value as $Q_{\\text{tot}} = \\sum_i Q_i(o_i, a_i)$, so that a local $\\arg\\max$ over each $Q_i$ recovers the global $\\arg\\max$ over $Q_{\\text{tot}}$, allowing centralized training and decentralized greedy execution in cooperative games.\n[^qmix]: **Rashid, Samvelyan, de Witt, Farquhar, Foerster, Whiteson (2018)**, \"QMIX: Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning,\" _ICML_ — QMIX generalizes VDN's sum to any mixing that is monotonic in each agent's $Q_i$ ($\\partial Q_{\\text{tot}}\u002F\\partial Q_i \\geq 0$), realized by a hypernetwork-parameterized mixing network with non-negative weights, preserving the local-global $\\arg\\max$ consistency while representing far richer joint value functions.\n[^coma]: **Foerster, Farquhar, Afouras, Nardelli, Whiteson (2018)**, \"Counterfactual Multi-Agent Policy Gradients,\" _AAAI_ — COMA: a centralized critic plus a counterfactual baseline that marginalizes out one agent's action while fixing the others', isolating that agent's contribution to the shared team reward and taming multi-agent credit assignment.\n",{"text":12341,"minutes":12342,"time":12343,"words":12344},"16 min read",15.615,936900,3123,{"title":5,"description":12330},[12347,12350],{"book":12348,"ref":12349},"Sutton & Barto","Ch. 3 — Finite Markov Decision Processes (the single-agent baseline generalized here)",{"book":12351,"ref":12352},"Grokking Deep RL","Ch. 12 — Actor-critic methods (the DDPG core MADDPG extends)","available","07.reinforcement-learning\u002F05.modern-deep-rl\u002F13.multi-agent-rl","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",[12357],"Deep RL","D2trQhDajLMgyq7zRrk_OXNLSk6q0aS43OkyYNK8njY",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":12360,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":12361,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":12362,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":12363,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":12364,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":12365,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":12366,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":12367,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":12368,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":12369,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":12370,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":12371,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":12372,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":12373,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":12374,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":12375,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":12376,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":12377,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":12378,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":12379,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":12380,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":12381,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":12382,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":12383,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":12384,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":12385,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":12386,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":12387,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":12388,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":12389,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":12390,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":12391,"\u002Falgorithms\u002Fsequences\u002Ftries":12392,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":12393,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":12394,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":12395,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":12396,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":12397,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":12398,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":12399,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":12400,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":12401,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":12402,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":12403,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":12404,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":12405,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":12406,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":12407,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":12408,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":12409,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":12410,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":12411,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":12412,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":12413,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":12414,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":12415,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":12416,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":12417,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":12418,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":12419,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":12420,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":12421,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":12422,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":12423,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":12424,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":12425,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":12426,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":12427,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":12428,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":12429,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":12430,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":12431,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":12432,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":12433,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":12434,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":12435,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":12436,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":12437,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":12438,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":12439,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":12440,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":12441,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":12442,"\u002Falgorithms":12443,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":12444,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":12445,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":12446,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":12447,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":12448,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":12449,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":12450,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":12451,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":12452,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":12453,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":12454,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":12455,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":12456,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":12457,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":12458,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":12459,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":12460,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":12461,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":12462,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":12463,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":12464,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":12465,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":12466,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":12467,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":12468,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":12469,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":12470,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":12471,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":12472,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":12473,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":12474,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":12475,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":12476,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":12477,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":12458,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":12478,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":12479,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":12480,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":12448,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":12481,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":12482,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":12483,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":12484,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":12485,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":12486,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":12487,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":12488,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":12489,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":12490,"\u002Fcalculus":12491,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":12492,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":12493,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":12494,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":12495,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":12496,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":12497,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":12498,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":12499,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":12500,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":12501,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":12502,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":12503,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":12504,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":12505,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":12506,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":12507,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":12508,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":12509,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":12510,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":12511,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":12512,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":12513,"\u002Fmechanics\u002Frotation\u002Frolling-motion":12514,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":12515,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":12516,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":12517,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":12518,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":12519,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":12520,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":12521,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":12522,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":12523,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":12524,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":12525,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":12526,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":12527,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":12528,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":12529,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":12530,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":12531,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":12532,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":12533,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":12534,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":12535,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":12536,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":12537,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":12538,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":12539,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":12540,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":12541,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":12542,"\u002Fmechanics":12543,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":12544,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":12545,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":12546,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":12547,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":12548,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":12549,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":12550,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":12551,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":12552,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":12553,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":12554,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":12555,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":12532,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":12556,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":12557,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":12558,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":12528,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":12393,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":12559,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":12519,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":12560,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":12561,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":12562,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":12563,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":12564,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":12565,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":12566,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":12567,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":12568,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":12493,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":12569,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":12570,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":12571,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":12572,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":12573,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":12574,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":12575,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":12576,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":12511,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":12510,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":12577,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":12578,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":12579,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":12580,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":12581,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":12582,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":12583,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":12584,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":12585,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":12537,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":12535,"\u002Felectricity-and-magnetism":12586,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":12587,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":12588,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":12589,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":12590,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":12591,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":12592,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":12593,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":12594,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":12595,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":12445,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":12596,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":12597,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":12449,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":12598,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":12599,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":12600,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":12601,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":12602,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":12603,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":12604,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":12605,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":12606,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":12607,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":12608,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":12609,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":12610,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":12611,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":12612,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":12613,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":12614,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":12615,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":12616,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":12617,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":12484,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":12618,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":12619,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":12620,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":12621,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":12622,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":12623,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":12624,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":12625,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":12626,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":12627,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":12628,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":12629,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":12630,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":12631,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":12632,"\u002Flinear-algebra":12633,"\u002Ftheory-of-computation":12634,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":12635,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":12636,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":12637,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":12638,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":12639,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":12640,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":12641,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":12642,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":12643,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":12644,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":12645,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":12646,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":12647,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":12648,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":12649,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":12650,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":12651,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":12652,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":12653,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":12654,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":12655,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":12656,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":12657,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":12658,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":12659,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":12660,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":12661,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":12662,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":12663,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":12664,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":12665,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":12666,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":12667,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":12668,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":12669,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":12670,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":12671,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":12672,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":12673,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":12674,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":12675,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":12676,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":12677,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":12678,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":12679,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":12680,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":12681,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":12682,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":12683,"\u002Fcomputer-architecture":12634,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":12684,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":12685,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":12686,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":12449,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":12687,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":12448,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":12455,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":12688,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":12689,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":12489,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":12690,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":12691,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":12692,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":12693,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":12694,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":12695,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":12696,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":12697,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":12698,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":12699,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":12700,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":12701,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":12696,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":12702,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":12703,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":12704,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":12705,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":12706,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":12707,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":12708,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":12709,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":12710,"\u002Fdifferential-equations":12711,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":12712,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":12713,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":12714,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":12715,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":12594,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":12716,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":12717,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":12718,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":12719,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":12720,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":12721,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":12464,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":12722,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":12723,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":12724,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":12725,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":12726,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":12727,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":12728,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":12729,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":12730,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":12731,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":12686,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":12732,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":12733,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":12734,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":12735,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":12736,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":12615,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":12737,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":12738,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":12625,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":12739,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":12740,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":12741,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":12742,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":12743,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":12744,"\u002Frelativity":12745,"\u002Fphysical-computing":12634,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":12746,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":12725,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":12747,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":12748,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":12749,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":12750,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":12751,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":12752,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":12753,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":12701,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":12625,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":12754,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":12755,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":12756,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":12757,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":12753,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":12758,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":12733,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":12486,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":12759,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":12760,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":12466,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":12761,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":12762,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":12763,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":12764,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":12765,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":12766,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":12767,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":12768,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":12769,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":12725,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":12770,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":12771,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":12772,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":12759,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":12447,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":12773,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":12774,"\u002Fquantum-mechanics":12775,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":12709,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":12776,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":12777,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":12598,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":12778,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":12484,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":12779,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":12780,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":12621,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":12731,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":12781,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":12782,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":12783,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":12784,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":12785,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":12758,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":12786,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":12591,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":12787,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":12788,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":12445,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":12789,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":12790,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":12747,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":12474,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":12625,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":12791,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":12792,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":12610,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":12735,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":12793,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":12794,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":12795,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":12630,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":12796,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":12797,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":12798,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":12798,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":12799,"\u002Freal-analysis":12800,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":12801,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":12802,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":12803,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":12804,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":12805,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":12806,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":12807,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":12808,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":12809,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":12810,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":12774,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":12811,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":12803,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":12720,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":12812,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":12813,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":12814,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":12815,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":12816,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":12817,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":12818,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":12819,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":12813,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":12820,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":12789,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":12821,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":12822,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":12823,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":12824,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":12825,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":12826,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":12827,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":12828,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":12829,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":12830,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":12463,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":12831,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":12832,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":12705,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":12833,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":12834,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":12762,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":12834,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":12835,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":12836,"\u002Fabstract-algebra":12837,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":12838,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":12839,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":12840,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":12841,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":12842,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":12754,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":12843,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":12844,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":12845,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":12846,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":12847,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":12848,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":12849,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":12588,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":12717,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":12463,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":12850,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":12447,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":12851,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":12852,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":12485,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":12779,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":12853,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":12854,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":12855,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":12856,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":12857,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":12858,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":12859,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":12860,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":12861,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":12862,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":12863,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":12864,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":12865,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":12866,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":12810,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":12867,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":12868,"\u002Fatomic-physics":12869,"\u002Fdatabases":12634,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":12870,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":12871,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":12872,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":12801,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":12873,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":12874,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":12875,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":12876,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":12877,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":12878,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":12879,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":12880,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":12881,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":12882,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":12883,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":12884,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":12885,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":12886,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":12887,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":12888,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":12889,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":12890,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":12891,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":12892,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":12883,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":12893,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":12894,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":12895,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":12896,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":12897,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":12842,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":12898,"\u002Fcategory-theory":12899,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":12900,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":12901,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":12902,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":12903,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":12904,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":12905,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":12864,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":12906,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":12907,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":12908,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":12909,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":12910,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":12911,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":12912,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":12913,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":12914,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":12915,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":12916,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":12917,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":12918,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":12919,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":12920,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":12921,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":12922,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":12923,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":12924,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":12925,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":12926,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":12927,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":12928,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":12929,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":12930,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":12931,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":12932,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":12876,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":12933,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":12934,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":12935,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":12936,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":12937,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":12938,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":12939,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":12428,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":12940,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":12941,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":12664,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":12942,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":12943,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":12944,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":12945,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":12946,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":12947,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":12948,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":12949,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":12950,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":12951,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":12952,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":12953,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":12637,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":12954,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":12955,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":12956,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":12957,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":12674,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":12958,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":12959,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":12960,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":12961,"\u002Fdeep-learning":12634,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":12962,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":12759,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":12963,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":12964,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":12965,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":12966,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":12967,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":12968,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":12969,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":12970,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":12806,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":12971,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":12972,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":12973,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":12693,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":12486,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":12974,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":12975,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":12976,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":12620,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":12977,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":12978,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":12698,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":12625,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":12979,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":12594,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":12464,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":12480,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":12980,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":12981,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":12982,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":12612,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":12983,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":12474,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":12984,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":12985,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":12986,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":12987,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":12808,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":12988,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":12989,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":12990,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":12991,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":12754,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":12992,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":12732,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":12993,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":12593,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":12994,"\u002Fstatistical-mechanics":12995,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":12996,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":12459,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":12719,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":12997,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":12998,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":12999,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":13000,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":13001,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":13002,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":12592,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":13003,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":13004,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":13005,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":13006,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":12735,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":13007,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":13008,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":13009,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":13010,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":13011,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":12790,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":12734,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":13012,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":13013,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":13014,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":13015,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":12725,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":13016,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":13017,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":12962,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":12862,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":12589,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":13018,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":12455,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":13019,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":13020,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":12600,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":13021,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":12855,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":13022,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":12447,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":13023,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":12458,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":13024,"\u002Fcondensed-matter":12775,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":13025,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":13026,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":13027,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":13028,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":12472,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":13029,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":13030,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":12472,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":13031,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":12885,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":13032,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":13033,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":13034,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":13032,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":13035,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":13036,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":13037,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":13038,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":13039,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":13040,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":13041,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":13042,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":12963,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":13043,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":13036,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":13044,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":13045,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":12678,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":13046,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":12863,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":13047,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":13048,"\u002Flogic":13049,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":13050,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":13051,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":12664,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":13052,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":13053,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":13054,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":13055,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":13045,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":13056,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":13057,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":13058,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":12956,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":13059,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":13060,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":13061,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":13062,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":13063,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":12681,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":13064,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":13065,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":13066,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":13067,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":12872,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":13068,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":13044,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":13069,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":13070,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":13071,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":12692,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":13072,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":12822,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":13073,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":13074,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":12654,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":13075,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":13076,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":13077,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":13078,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":13079,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":12932,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":13080,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":13081,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":13082,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":12967,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":13083,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":13084,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":13085,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":12681,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":12748,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":13086,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":13087,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":13088,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":12344,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":13089,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":13090,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":13091,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":13092,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":13093,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":13094,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":13095,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":13096,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":13097,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":13098,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":13099,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":13100,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":13101,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":13102,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":13103,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":13104,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":13105,"\u002Freinforcement-learning":12634,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":13106,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":13107,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":13108,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":13109,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":13110,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":13111,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":13112,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":13113,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":13114,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":13115,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":13116,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":13117,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":13118,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":12961,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":12816,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":13119,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":13120,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":13121,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":13122,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":13123,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":13124,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":12943,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":13125,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":13126,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":13127,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":13128,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":13129,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":13130,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":13131,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":13132,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":13133,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":13134,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":13135,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":13136,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":12875,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":13126,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":13137,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":12415,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":13138,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":13139,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":13140,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":13141,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":13142,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":12924,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":13143,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":13144,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":13145,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":13146,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":13147,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":13148,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":13149,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":13150,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":13151,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":13152,"\u002Fartificial-intelligence":12634,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":12891,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":13153,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":12451,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":12449,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":12985,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":13154,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":12477,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":12787,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":13155,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":13156,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":13157,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":12847,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":13158,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":13159,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":13160,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":13046,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":13161,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":13162,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":12461,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":12690,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":13163,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":12791,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":13164,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":13165,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":12686,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":12774,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":13166,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":13167,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":13168,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":12456,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":12831,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":12693,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":13169,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":12741,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":12805,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":13170,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":13171,"\u002Fnuclear-physics":13172,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":13173,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":13174,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":12812,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":13175,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":13176,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":13177,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":12660,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":13178,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":13179,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":12957,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":13180,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":13125,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":13181,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":13182,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":13183,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":13184,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":13185,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":13186,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":13187,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":12638,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":13188,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":13189,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":13131,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":13190,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":13191,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":13192,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":13193,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":13194,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":13195,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":13196,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":13197,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":13056,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":13198,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":13199,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":13200,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":13201,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":13202,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":13203,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":13204,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":13205,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":13206,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":13207,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":13208,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":13209,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":12910,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":13077,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":12666,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":13210,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":13211,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":13212,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":13213,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":12924,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":13214,"\u002Fnatural-language-processing":12634,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":13215,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":12832,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":13216,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":12977,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":13217,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":13218,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":13166,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":13219,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":13220,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":12782,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":12484,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":13221,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":12736,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":13222,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":12769,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":13223,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":13023,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":13224,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":13225,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":12992,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":13226,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":12455,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":13227,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":13228,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":13229,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":12773,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":12989,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":13230,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":13231,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":12848,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":13232,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":12893,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":13233,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":13234,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":12782,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":12815,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":13235,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":13236,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":13237,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":12871,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":13238,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":12612,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":13239,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":12715,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":13240,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":13241,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":13039,"\u002Fparticle-physics":13242,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":12833,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":12987,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":13243,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":12772,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":13244,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":12832,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":12744,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":13245,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":13246,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":13247,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":13248,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":13249,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":13038,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":12969,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":13250,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":13251,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":13252,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":13253,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":13165,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":13254,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":12728,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":12791,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":12773,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":13255,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":12857,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":12473,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":13256,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":13257,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":12988,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":13258,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":13259,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":13260,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":13261,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":12454,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":13262,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":13263,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":12715,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":13264,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":13265,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":12981,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":12636,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":13266,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":13267,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":12893,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":12879,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":12891,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":12988,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":13268,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":12453,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":12645,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":13269,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":12732,"\u002Fastrophysics-cosmology":12837,"\u002Fcolophon":13270,"\u002F":12634},4250,4808,3626,2682,4109,4786,3878,3875,3751,3415,4067,3153,3000,4042,5461,5808,3961,3749,4327,5067,4246,4655,4154,5436,2640,4003,3601,2158,4331,4189,2273,3252,4633,4964,4172,3131,5524,3160,4031,2309,4207,3226,2648,4842,5340,3307,5701,4977,4039,2615,3472,4460,3848,4075,4400,3382,3010,3602,3737,3740,3707,3922,5191,4043,3804,4542,4214,5062,2850,4361,3443,3627,4044,3766,4140,3860,4006,5199,4334,5234,3651,5509,5680,153,1375,1073,1093,1125,1146,1014,1132,876,1541,1189,1173,984,1402,1301,950,1268,1063,1107,1408,1161,925,1012,866,964,1090,1142,1085,1020,1207,973,980,728,764,1225,1329,796,929,801,878,774,1044,1488,1175,1130,890,814,870,154,4073,5140,4961,5127,4870,5382,5195,4955,5369,4501,5576,3824,4132,4289,4307,4570,3403,5084,5105,5201,5116,5341,5175,5368,5188,5211,5499,5155,4981,5125,5415,5255,5304,5130,5167,5552,5164,5094,5239,5036,5190,5004,5099,5035,5159,5088,5026,4937,5023,5264,5244,133,5114,5078,5043,5312,5170,5342,5139,5151,5049,5212,5013,5068,5079,5102,5121,5081,5029,5379,5854,5110,2139,3798,5055,5364,4984,4935,4895,4972,5289,5112,5156,4987,5031,5025,5149,5302,5042,5002,4979,4922,4960,5279,126,1877,1180,1129,907,958,1112,1300,1053,1250,1181,1241,1234,966,1050,734,1190,484,1082,926,733,761,571,607,798,804,952,977,731,784,645,771,1017,742,1004,1000,1562,1254,1288,1101,1011,1486,1061,856,992,1169,988,137,0,2037,1782,2384,2254,2123,2332,1643,1714,2089,1751,1367,1660,2511,1998,1892,1854,1791,2438,2487,1917,2375,2525,2266,1845,2275,1810,1631,2310,2166,2233,2113,2505,2347,2672,2112,2473,2592,2380,3013,2513,3256,3218,2194,2173,2205,2326,2081,3342,3152,1799,1670,1027,960,1095,1291,986,897,1209,1055,1817,1801,1593,1465,1196,1464,1201,1230,1435,1684,1461,1926,1500,1409,1284,1774,1869,162,1487,1122,1188,1001,1351,982,1005,979,1325,1046,943,1279,824,1008,989,1798,1277,1025,987,1043,1211,1074,981,939,1002,739,1139,1108,1013,1070,978,1458,1317,157,1357,1077,2355,1116,1037,1178,1637,1314,1109,1056,1702,1474,1071,1158,832,993,1404,1024,1068,1339,1106,1264,1248,913,1848,1328,1633,1224,1143,135,1378,959,1028,998,911,1527,1203,1266,1483,1165,990,938,965,1257,1418,1099,942,1352,956,1035,1398,1003,1094,1292,138,1721,1827,1449,1354,1148,1184,1285,1281,1213,1290,1271,1252,1274,1778,1591,1503,1437,1571,1584,1957,1117,1781,1648,1342,1667,1510,1965,1607,1365,1849,1259,1303,1356,1238,2208,1564,173,1671,1286,1227,1638,1529,668,1078,918,709,865,880,940,1534,1015,874,922,841,794,1194,822,1105,1658,1359,1296,1438,1921,1844,1570,1429,1324,1400,140,1787,1558,1654,1492,1747,2224,2002,2009,1323,1349,1785,1573,1722,1829,1353,1548,1552,1583,1624,1585,1245,1364,1514,1343,1397,1355,2211,1481,1770,160,2388,2293,2256,2552,2569,2478,2039,2496,2578,2814,2519,2461,2587,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,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":13272,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":13277,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":13281,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":13285,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":13289,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":13293,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":13297,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":13302,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":13306,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":13310,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":13314,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":13319,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":13323,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":13327,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":13331,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":13336,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":13340,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":13344,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":13348,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":13352,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":13356,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":13360,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":13364,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":13368,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":13372,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":13376,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":13380,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":13385,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":13389,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":13393,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":13397,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":13401,"\u002Falgorithms\u002Fsequences\u002Ftries":13405,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":13409,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":13413,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":13418,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":13422,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":13426,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":13430,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":13434,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":13438,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":13442,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":13446,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":13450,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":13454,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":13458,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":13462,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":13466,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":13470,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":13475,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":13479,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":13483,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":13487,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":13491,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":13496,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":13500,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":13504,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":13508,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":13512,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":13516,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":13520,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":13524,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":13528,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":13532,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":13536,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":13541,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":13545,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":13549,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":13553,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":13558,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":13562,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":13566,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":13570,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":13574,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":13578,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":13582,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":13587,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":13591,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":13595,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":13599,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":13604,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":13608,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":13612,"\u002Falgorithms":13616,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":13619,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":13624,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":13628,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":13632,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":13636,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":13641,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":13645,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":13649,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":13653,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":13658,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":13662,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":13666,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":13670,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":13675,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":13679,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":13683,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":13688,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":13692,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":13696,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":13701,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":13705,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":13709,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":13714,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":13718,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":13722,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":13726,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":13731,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":13735,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":13739,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":13744,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":13748,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":13752,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":13756,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":13760,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":13765,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":13769,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":13773,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":13777,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":13781,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":13786,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":13789,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":13793,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":13797,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":13801,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":13806,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":13810,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":13814,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":13818,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":13822,"\u002Fcalculus":13826,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":13829,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":13833,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":13837,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":13842,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":13846,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":13850,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":13854,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":13858,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":13863,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":13867,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":13871,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":13875,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":13879,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":13884,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":13888,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":13892,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":13896,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":13900,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":13905,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":13909,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":13913,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":13918,"\u002Fmechanics\u002Frotation\u002Frolling-motion":13922,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":13926,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":13930,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":13934,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":13938,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":13943,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":13947,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":13951,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":13955,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":13959,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":13963,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":13967,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":13972,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":13976,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":13980,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":13984,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":13988,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":13992,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":13996,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":14000,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":14004,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":14008,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":14012,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":14016,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":14021,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":14025,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":14029,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":14033,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":14037,"\u002Fmechanics":14041,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":14044,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":14049,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":14053,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":14057,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":14061,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":14065,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":14070,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":14074,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":14079,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":14083,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":14087,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":14091,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":14095,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":14100,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":14104,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":14108,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":14112,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":14117,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":14121,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":14125,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":14130,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":14134,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":14138,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":14142,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":14146,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":14151,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":14155,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":14159,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":14163,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":14167,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":14171,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":14176,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":14180,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":14184,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":14188,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":14192,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":14196,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":14200,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":14204,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":14209,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":14213,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":14217,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":14221,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":14225,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":14230,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":14234,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":14238,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":14242,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":14246,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":14251,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":14255,"\u002Felectricity-and-magnetism":14259,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":14262,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":14267,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":14271,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":14275,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":14279,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":14283,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":14288,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":14292,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":14296,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":14300,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":14304,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":14309,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":14313,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":14317,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":14322,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":14326,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":14330,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":14334,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":14338,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":14342,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":14346,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":14351,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":14355,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":14359,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":14363,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":14367,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":14371,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":14375,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":14380,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":14384,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":14388,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":14392,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":14396,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":14400,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":14405,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":14409,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":14413,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":14417,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":14421,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":14426,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":14430,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":14434,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":14438,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":14442,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":14446,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":14451,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":14455,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":14459,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":14463,"\u002Flinear-algebra":14467,"\u002Ftheory-of-computation":14470,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":14473,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":14477,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":14481,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":14485,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":14489,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":14493,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":14498,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":14502,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":14506,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":14510,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":14514,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":14518,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":14522,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":14527,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":14531,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":14535,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":14539,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":14543,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":14548,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":14552,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":14556,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":14560,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":14564,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":14569,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":14573,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":14577,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":14581,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":14585,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":14590,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":14594,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":14598,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":14602,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":14606,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":14611,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":14615,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":14619,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":14623,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":14627,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":14632,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":14636,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":14640,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":14645,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":14649,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":14654,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":14658,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":14662,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":14666,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":14670,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":14675,"\u002Fcomputer-architecture":14679,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":14682,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":14686,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":14690,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":14695,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":14699,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":14703,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":14707,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":14711,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":14715,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":14720,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":14724,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":14728,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":14732,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":14736,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":14740,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":14745,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":14749,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":14753,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":14758,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":14762,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":14767,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":14771,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":14775,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":14780,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":14784,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":14789,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":14793,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":14797,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":14802,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":14806,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":14810,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":14815,"\u002Fdifferential-equations":14819,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":14822,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":14827,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":14831,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":14835,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":14839,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":14843,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":14848,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":14852,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":14856,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":14860,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":14865,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":14869,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":14873,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":14877,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":14882,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":14886,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":14890,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":14894,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":14899,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":14903,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":14907,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":14911,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":14915,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":14919,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":14924,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":14928,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":14932,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":14937,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":14941,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":14945,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":14949,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":14954,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":14958,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":14962,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":14967,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":14971,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":14975,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":14980,"\u002Frelativity":14984,"\u002Fphysical-computing":14987,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":14990,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":14995,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":14999,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":15003,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":15007,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":15012,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":15016,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":15020,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":15025,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":15029,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":15033,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":15037,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":15041,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":15045,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":15050,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":15054,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":15058,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":15062,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":15066,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":15070,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":15075,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":15079,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":15083,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":15087,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":15091,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":15095,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":15099,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":15104,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":15108,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":15112,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":15117,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":15121,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":15125,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":15130,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":15134,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":15139,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":15143,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":15147,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":15151,"\u002Fquantum-mechanics":15155,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":15158,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":15163,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":15167,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":15171,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":15175,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":15180,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":15184,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":15188,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":15192,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":15196,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":15200,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":15205,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":15209,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":15213,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":15217,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":15221,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":15225,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":15229,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":15233,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":15237,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":15241,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":15245,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":15250,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":15254,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":15258,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":15262,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":15267,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":15271,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":15275,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":15278,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":15282,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":15287,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":15291,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":15295,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":15299,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":15304,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":15308,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":15312,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":15316,"\u002Freal-analysis":15320,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":15323,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":15327,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":15331,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":15336,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":15340,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":15344,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":15348,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":15353,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":15357,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":15361,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":15365,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":15369,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":15373,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":15378,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":15382,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":15386,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":15390,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":15395,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":15399,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":15403,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":15407,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":15412,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":15416,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":15420,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":15425,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":15429,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":15433,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":15437,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":15442,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":15446,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":15450,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":15454,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":15459,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":15463,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":15467,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":15472,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":15476,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":15480,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":15484,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":15489,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":15493,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":15497,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":15501,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":15505,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":15510,"\u002Fabstract-algebra":15514,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":15517,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":15522,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":15526,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":15530,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":15534,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":15538,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":15543,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":15547,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":15551,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":15555,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":15559,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":15563,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":15567,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":15572,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":15576,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":15580,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":15584,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":15589,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":15593,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":15597,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":15602,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":15606,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":15610,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":15614,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":15618,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":15622,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":15627,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":15631,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":15635,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":15640,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":15644,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":15648,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":15652,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":15657,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":15661,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":15665,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":15670,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":15674,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":15678,"\u002Fatomic-physics":15682,"\u002Fdatabases":15685,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":15688,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":15692,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":15696,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":15700,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":15704,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":15708,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":15712,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":15717,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":15721,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":15725,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":15730,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":15734,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":15738,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":15743,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":15747,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":15751,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":15755,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":15759,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":15764,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":15768,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":15772,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":15776,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":15781,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":15785,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":15789,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":15793,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":15798,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":15802,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":15806,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":15810,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":15815,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":15819,"\u002Fcategory-theory":15823,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":15826,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":15830,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":15834,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":15838,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":15841,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":15845,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":15849,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":15853,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":15858,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":15862,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":15866,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":15870,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":15874,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":15879,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":15883,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":15887,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":15891,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":15895,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":15900,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":15904,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":15908,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":15912,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":15917,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":15921,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":15925,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":15929,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":15933,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":15937,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":15941,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":15945,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":15949,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":15954,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":15958,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":15962,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":15966,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":15970,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":15975,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":15979,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":15983,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":15987,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":15991,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":15995,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":15999,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":16004,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":16008,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":16012,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":16017,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":16021,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":16025,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":16029,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":16033,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":16037,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":16041,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":16046,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":16050,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":16054,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":16058,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":16062,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":16066,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":16070,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":16074,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":16078,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":16082,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":16086,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":16091,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":16095,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":16099,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":16103,"\u002Fdeep-learning":16107,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":16110,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":16114,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":16118,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":16122,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":16126,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":16130,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":16135,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":16139,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":16143,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":16147,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":16152,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":16156,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":16160,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":16164,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":16169,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":16173,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":16177,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":16181,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":16185,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":16190,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":16194,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":16198,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":16203,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":16207,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":16211,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":16216,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":16220,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":16224,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":16228,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":16233,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":16237,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":16241,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":16245,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":16249,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":16253,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":16258,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":16262,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":16266,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":16270,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":16275,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":16279,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":16283,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":16288,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":16292,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":16296,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":16300,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":16304,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":16309,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":16313,"\u002Fstatistical-mechanics":16317,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":16320,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":16325,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":16329,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":16333,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":16337,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":16342,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":16346,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":16350,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":16354,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":16359,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":16363,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":16367,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":16371,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":16376,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":16380,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":16384,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":16388,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":16393,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":16397,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":16401,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":16405,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":16410,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":16414,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":16418,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":16422,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":16427,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":16431,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":16435,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":16439,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":16443,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":16448,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":16452,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":16457,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":16461,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":16465,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":16469,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":16474,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":16478,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":16482,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":16486,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":16490,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":16495,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":16499,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":16503,"\u002Fcondensed-matter":16507,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":16510,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":16514,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":16519,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":16523,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":16527,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":16531,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":16535,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":16539,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":16543,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":16548,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":16552,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":16556,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":16560,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":16565,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":16569,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":16573,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":16577,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":16582,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":16586,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":16590,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":16594,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":16599,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":16603,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":16607,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":16611,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":16616,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":16620,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":16624,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":16629,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":16633,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":16638,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":16642,"\u002Flogic":16646,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":16649,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":16653,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":16657,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":16661,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":16665,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":16668,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":16672,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":16676,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":16680,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":16684,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":16688,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":16692,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":16696,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":16700,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":16704,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":16708,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":16712,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":16716,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":16720,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":16725,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":16729,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":16733,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":16737,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":16741,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":16745,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":16749,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":16753,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":16757,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":16761,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":16765,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":16769,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":16773,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":16777,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":16781,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":16785,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":16789,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":16793,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":16797,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":16801,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":16805,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":16809,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":16813,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":16817,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":16820,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":16824,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":16828,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":16832,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":16836,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":16840,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":16844,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":16848,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":16852,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":16856,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":16857,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":16859,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":16863,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":16867,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":16871,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":16875,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":16879,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":16883,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":16887,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":16891,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":16896,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":16900,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":16904,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":16908,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":16912,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":16916,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":16920,"\u002Freinforcement-learning":16924,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":16926,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":16930,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":16934,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":16938,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":16942,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":16947,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":16951,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":16955,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":16959,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":16963,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":16967,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":16971,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":16975,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":16979,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":16983,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":16987,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":16991,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":16996,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":17000,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":17004,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":17008,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":17012,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":17016,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":17020,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":17024,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":17028,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":17032,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":17036,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":17040,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":17045,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":17049,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":17053,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":17057,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":17061,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":17065,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":17069,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":17072,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":17076,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":17080,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":17085,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":17089,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":17093,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":17097,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":17100,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":17104,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":17108,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":17112,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":17117,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":17121,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":17125,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":17129,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":17133,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":17137,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":17141,"\u002Fartificial-intelligence":17145,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":17148,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":17153,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":17157,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":17161,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":17165,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":17169,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":17174,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":17178,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":17182,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":17186,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":17191,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":17195,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":17199,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":17203,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":17208,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":17212,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":17217,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":17221,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":17226,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":17230,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":17234,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":17238,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":17243,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":17247,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":17251,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":17256,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":17260,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":17264,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":17269,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":17273,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":17278,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":17282,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":17286,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":17291,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":17295,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":17299,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":17303,"\u002Fnuclear-physics":17307,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":17310,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":17314,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":17318,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":17322,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":17326,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":17330,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":17335,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":17339,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":17343,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":17347,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":17352,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":17356,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":17360,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":17364,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":17368,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":17372,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":17376,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":17379,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":17382,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":17386,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":17390,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":17394,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":17399,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":17403,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":17407,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":17411,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":17415,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":17419,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":17423,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":17427,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":17431,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":17435,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":17439,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":17443,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":17447,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":17451,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":17455,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":17459,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":17463,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":17467,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":17471,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":17475,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":17479,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":17483,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":17487,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":17491,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":17495,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":17499,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":17503,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":17507,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":17512,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":17516,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":17520,"\u002Fnatural-language-processing":17524,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":17527,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":17531,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":17535,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":17539,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":17544,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":17548,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":17552,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":17556,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":17561,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":17565,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":17569,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":17573,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":17578,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":17582,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":17586,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":17590,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":17595,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":17599,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":17603,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":17608,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":17612,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":17616,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":17620,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":17625,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":17629,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":17633,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":17637,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":17642,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":17646,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":17650,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":17654,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":17659,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":17663,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":17667,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":17671,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":17675,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":17680,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":17684,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":17688,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":17693,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":17697,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":17701,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":17705,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":17709,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":17713,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":17717,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":17721,"\u002Fparticle-physics":17725,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":17728,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":17733,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":17737,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":17741,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":17746,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":17750,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":17754,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":17758,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":17763,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":17767,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":17771,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":17775,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":17780,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":17784,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":17788,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":17792,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":17797,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":17801,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":17805,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":17809,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":17814,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":17818,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":17822,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":17827,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":17831,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":17835,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":17839,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":17843,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":17847,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":17851,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":17855,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":17859,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":17864,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":17868,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":17872,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":17876,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":17881,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":17885,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":17889,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":17893,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":17897,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":17902,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":17906,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":17909,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":17913,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":17917,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":17922,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":17926,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":17930,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":17934,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":17938,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":17942,"\u002Fastrophysics-cosmology":17946,"\u002Fcolophon":17949,"\u002F":17952},{"path":13273,"title":13274,"module":13275,"summary":13276},"\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":13278,"title":13279,"module":13275,"summary":13280},"\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":13282,"title":13283,"module":13275,"summary":13284},"\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":13286,"title":13287,"module":13275,"summary":13288},"\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":13290,"title":13291,"module":13275,"summary":13292},"\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":13294,"title":13295,"module":13275,"summary":13296},"\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":13298,"title":13299,"module":13300,"summary":13301},"\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":13303,"title":13304,"module":13300,"summary":13305},"\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":13307,"title":13308,"module":13300,"summary":13309},"\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":13311,"title":13312,"module":13300,"summary":13313},"\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":13315,"title":13316,"module":13317,"summary":13318},"\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":13320,"title":13321,"module":13317,"summary":13322},"\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":13324,"title":13325,"module":13317,"summary":13326},"\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":13328,"title":13329,"module":13317,"summary":13330},"\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":13332,"title":13333,"module":13334,"summary":13335},"\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":13337,"title":13338,"module":13334,"summary":13339},"\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":13341,"title":13342,"module":13334,"summary":13343},"\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":13345,"title":13346,"module":13334,"summary":13347},"\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":13349,"title":13350,"module":13334,"summary":13351},"\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":13353,"title":13354,"module":13334,"summary":13355},"\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":13357,"title":13358,"module":13334,"summary":13359},"\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":13361,"title":13362,"module":13334,"summary":13363},"\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":13365,"title":13366,"module":13334,"summary":13367},"\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":13369,"title":13370,"module":13334,"summary":13371},"\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":13373,"title":13374,"module":13334,"summary":13375},"\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":13377,"title":13378,"module":13334,"summary":13379},"\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":13381,"title":13382,"module":13383,"summary":13384},"\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":13386,"title":13387,"module":13383,"summary":13388},"\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":13390,"title":13391,"module":13383,"summary":13392},"\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":13394,"title":13395,"module":13383,"summary":13396},"\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":13398,"title":13399,"module":13383,"summary":13400},"\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":13402,"title":13403,"module":13383,"summary":13404},"\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":13406,"title":13407,"module":13383,"summary":13408},"\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":13410,"title":13411,"module":13383,"summary":13412},"\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":13414,"title":13415,"module":13416,"summary":13417},"\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":13419,"title":13420,"module":13416,"summary":13421},"\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":13423,"title":13424,"module":13416,"summary":13425},"\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":13427,"title":13428,"module":13416,"summary":13429},"\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":13431,"title":13432,"module":13416,"summary":13433},"\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":13435,"title":13436,"module":13416,"summary":13437},"\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":13439,"title":13440,"module":13416,"summary":13441},"\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":13443,"title":13444,"module":13416,"summary":13445},"\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":13447,"title":13448,"module":13416,"summary":13449},"\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":13451,"title":13452,"module":13416,"summary":13453},"\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":13455,"title":13456,"module":13416,"summary":13457},"\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":13459,"title":13460,"module":13416,"summary":13461},"\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":13463,"title":13464,"module":13416,"summary":13465},"\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":13467,"title":13468,"module":13416,"summary":13469},"\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":13471,"title":13472,"module":13473,"summary":13474},"\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":13476,"title":13477,"module":13473,"summary":13478},"\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":13480,"title":13481,"module":13473,"summary":13482},"\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":13484,"title":13485,"module":13473,"summary":13486},"\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":13488,"title":13489,"module":13473,"summary":13490},"\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":13492,"title":13493,"module":13494,"summary":13495},"\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":13497,"title":13498,"module":13494,"summary":13499},"\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":13501,"title":13502,"module":13494,"summary":13503},"\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":13505,"title":13506,"module":13494,"summary":13507},"\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":13509,"title":13510,"module":13494,"summary":13511},"\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":13513,"title":13514,"module":13494,"summary":13515},"\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":13517,"title":13518,"module":13494,"summary":13519},"\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":13521,"title":13522,"module":13494,"summary":13523},"\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":13525,"title":13526,"module":13494,"summary":13527},"\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":13529,"title":13530,"module":13494,"summary":13531},"\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":13533,"title":13534,"module":13494,"summary":13535},"\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":13537,"title":13538,"module":13539,"summary":13540},"\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":13542,"title":13543,"module":13539,"summary":13544},"\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":13546,"title":13547,"module":13539,"summary":13548},"\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":13550,"title":13551,"module":13539,"summary":13552},"\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":13554,"title":13555,"module":13556,"summary":13557},"\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":13559,"title":13560,"module":13556,"summary":13561},"\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":13563,"title":13564,"module":13556,"summary":13565},"\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":13567,"title":13568,"module":13556,"summary":13569},"\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":13571,"title":13572,"module":13556,"summary":13573},"\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":13575,"title":13576,"module":13556,"summary":13577},"\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":13579,"title":13580,"module":13556,"summary":13581},"\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":13583,"title":13584,"module":13585,"summary":13586},"\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":13588,"title":13589,"module":13585,"summary":13590},"\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":13592,"title":13593,"module":13585,"summary":13594},"\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":13596,"title":13597,"module":13585,"summary":13598},"\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":13600,"title":13601,"module":13602,"summary":13603},"\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":13605,"title":13606,"module":13602,"summary":13607},"\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":13609,"title":13610,"module":13602,"summary":13611},"\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":13613,"title":13614,"module":13602,"summary":13615},"\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":13617,"title":13618,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":13620,"title":13621,"module":13622,"summary":13623},"\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":13625,"title":13626,"module":13622,"summary":13627},"\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":13629,"title":13630,"module":13622,"summary":13631},"\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":13633,"title":13634,"module":13622,"summary":13635},"\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":13637,"title":13638,"module":13639,"summary":13640},"\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":13642,"title":13643,"module":13639,"summary":13644},"\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":13646,"title":13647,"module":13639,"summary":13648},"\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":13650,"title":13651,"module":13639,"summary":13652},"\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":13654,"title":13655,"module":13656,"summary":13657},"\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":13659,"title":13660,"module":13656,"summary":13661},"\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":13663,"title":13664,"module":13656,"summary":13665},"\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":13667,"title":13668,"module":13656,"summary":13669},"\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":13671,"title":13672,"module":13673,"summary":13674},"\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":13676,"title":13677,"module":13673,"summary":13678},"\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":13680,"title":13681,"module":13673,"summary":13682},"\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":13684,"title":13685,"module":13686,"summary":13687},"\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":13689,"title":13690,"module":13686,"summary":13691},"\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":13693,"title":13694,"module":13686,"summary":13695},"\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":13697,"title":13698,"module":13699,"summary":13700},"\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":13702,"title":13703,"module":13699,"summary":13704},"\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":13706,"title":13707,"module":13699,"summary":13708},"\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":13710,"title":13711,"module":13712,"summary":13713},"\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":13715,"title":13716,"module":13712,"summary":13717},"\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":13719,"title":13720,"module":13712,"summary":13721},"\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":13723,"title":13724,"module":13712,"summary":13725},"\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":13727,"title":13728,"module":13729,"summary":13730},"\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":13732,"title":13733,"module":13729,"summary":13734},"\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":13736,"title":13737,"module":13729,"summary":13738},"\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":13740,"title":13741,"module":13742,"summary":13743},"\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":13745,"title":13746,"module":13742,"summary":13747},"\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":13749,"title":13750,"module":13742,"summary":13751},"\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":13753,"title":13754,"module":13742,"summary":13755},"\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":13757,"title":13758,"module":13742,"summary":13759},"\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":13761,"title":13762,"module":13763,"summary":13764},"\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":13766,"title":13767,"module":13763,"summary":13768},"\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":13770,"title":13771,"module":13763,"summary":13772},"\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":13774,"title":13775,"module":13763,"summary":13776},"\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":13778,"title":13779,"module":13763,"summary":13780},"\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":13782,"title":13783,"module":13784,"summary":13785},"\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":13787,"title":13784,"module":13784,"summary":13788},"\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":13790,"title":13791,"module":13784,"summary":13792},"\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":13794,"title":13795,"module":13784,"summary":13796},"\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":13798,"title":13799,"module":13784,"summary":13800},"\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":13802,"title":13803,"module":13804,"summary":13805},"\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":13807,"title":13808,"module":13804,"summary":13809},"\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":13811,"title":13812,"module":13804,"summary":13813},"\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":13815,"title":13816,"module":13804,"summary":13817},"\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":13819,"title":13820,"module":13804,"summary":13821},"\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":13823,"title":13824,"module":13804,"summary":13825},"\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":13827,"title":13828,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":13830,"title":13831,"module":13275,"summary":13832},"\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":13834,"title":13835,"module":13275,"summary":13836},"\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":13838,"title":13839,"module":13840,"summary":13841},"\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":13843,"title":13844,"module":13840,"summary":13845},"\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":13847,"title":13848,"module":13840,"summary":13849},"\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":13851,"title":13852,"module":13840,"summary":13853},"\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":13855,"title":13856,"module":13840,"summary":13857},"\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":13859,"title":13860,"module":13861,"summary":13862},"\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":13864,"title":13865,"module":13861,"summary":13866},"\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":13868,"title":13869,"module":13861,"summary":13870},"\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":13872,"title":13873,"module":13861,"summary":13874},"\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":13876,"title":13877,"module":13861,"summary":13878},"\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":13880,"title":13881,"module":13882,"summary":13883},"\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":13885,"title":13886,"module":13882,"summary":13887},"\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":13889,"title":13890,"module":13882,"summary":13891},"\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":13893,"title":13894,"module":13882,"summary":13895},"\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":13897,"title":13898,"module":13882,"summary":13899},"\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":13901,"title":13902,"module":13903,"summary":13904},"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions","Momentum and Collisions","Momentum","When two objects collide, the forces between them are too brief and too tangled to integrate directly, yet the result is fixed by one conserved quantity. Linear momentum $\\vec p=m\\vec v$ turns Newton's second law into the impulse-momentum theorem $\\vec J=\\Delta\\vec p$, and for an isolated system into a conservation law that holds through any internal collision, however dissipative. We use it to separate elastic from inelastic collisions, follow the centre of mass, and read impulse as the signed area under a force-time curve — always tracking which external impulses the chosen system and interval let us drop.\n",{"path":13906,"title":13907,"module":13903,"summary":13908},"\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":13910,"title":13911,"module":13903,"summary":13912},"\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":13914,"title":13915,"module":13916,"summary":13917},"\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":13919,"title":13920,"module":13916,"summary":13921},"\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":13923,"title":13924,"module":13916,"summary":13925},"\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":13927,"title":13928,"module":13916,"summary":13929},"\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":13931,"title":13932,"module":13916,"summary":13933},"\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":13935,"title":13936,"module":13916,"summary":13937},"\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":13939,"title":13940,"module":13941,"summary":13942},"\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":13944,"title":13945,"module":13941,"summary":13946},"\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":13948,"title":13949,"module":13941,"summary":13950},"\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":13952,"title":13953,"module":13941,"summary":13954},"\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":13956,"title":13957,"module":13941,"summary":13958},"\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":13960,"title":13961,"module":13941,"summary":13962},"\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":13964,"title":13965,"module":13941,"summary":13966},"\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":13968,"title":13969,"module":13970,"summary":13971},"\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":13973,"title":13974,"module":13970,"summary":13975},"\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":13977,"title":13978,"module":13970,"summary":13979},"\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":13981,"title":13982,"module":13970,"summary":13983},"\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":13985,"title":13986,"module":13970,"summary":13987},"\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":13989,"title":13990,"module":13970,"summary":13991},"\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":13993,"title":13994,"module":13970,"summary":13995},"\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":13997,"title":13998,"module":13970,"summary":13999},"\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":14001,"title":14002,"module":13970,"summary":14003},"\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":14005,"title":14006,"module":13970,"summary":14007},"\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":14009,"title":14010,"module":13970,"summary":14011},"\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":14013,"title":14014,"module":13970,"summary":14015},"\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":14017,"title":14018,"module":14019,"summary":14020},"\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":14022,"title":14023,"module":14019,"summary":14024},"\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":14026,"title":14027,"module":14019,"summary":14028},"\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":14030,"title":14031,"module":14019,"summary":14032},"\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":14034,"title":14035,"module":14019,"summary":14036},"\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":14038,"title":14039,"module":14019,"summary":14040},"\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":14042,"title":14043,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":14045,"title":14046,"module":14047,"summary":14048},"\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":14050,"title":14051,"module":14047,"summary":14052},"\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":14054,"title":14055,"module":14047,"summary":14056},"\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":14058,"title":14059,"module":14047,"summary":14060},"\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":14062,"title":14063,"module":14047,"summary":14064},"\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":14066,"title":14067,"module":14068,"summary":14069},"\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":14071,"title":14072,"module":14068,"summary":14073},"\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":14075,"title":14076,"module":14077,"summary":14078},"\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":14080,"title":14081,"module":14077,"summary":14082},"\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":14084,"title":14085,"module":14077,"summary":14086},"\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":14088,"title":14089,"module":14077,"summary":14090},"\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":14092,"title":14093,"module":14077,"summary":14094},"\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":14096,"title":14097,"module":14098,"summary":14099},"\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":14101,"title":14102,"module":14098,"summary":14103},"\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":14105,"title":14106,"module":14098,"summary":14107},"\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":14109,"title":14110,"module":14098,"summary":14111},"\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":14113,"title":14114,"module":14115,"summary":14116},"\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":14118,"title":14119,"module":14115,"summary":14120},"\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":14122,"title":14123,"module":14115,"summary":14124},"\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":14126,"title":14127,"module":14128,"summary":14129},"\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":14131,"title":14132,"module":14128,"summary":14133},"\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":14135,"title":14136,"module":14128,"summary":14137},"\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":14139,"title":14140,"module":14128,"summary":14141},"\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":14143,"title":14144,"module":14128,"summary":14145},"\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":14147,"title":14148,"module":14149,"summary":14150},"\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":14152,"title":14153,"module":14149,"summary":14154},"\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":14156,"title":14157,"module":14149,"summary":14158},"\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":14160,"title":14161,"module":14149,"summary":14162},"\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":14164,"title":14165,"module":14149,"summary":14166},"\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":14168,"title":14169,"module":14149,"summary":14170},"\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":14172,"title":14173,"module":14174,"summary":14175},"\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":14177,"title":14178,"module":14174,"summary":14179},"\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":14181,"title":14182,"module":14174,"summary":14183},"\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":14185,"title":14186,"module":14174,"summary":14187},"\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":14189,"title":14190,"module":14174,"summary":14191},"\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":14193,"title":14194,"module":14174,"summary":14195},"\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":14197,"title":14198,"module":14174,"summary":14199},"\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":14201,"title":14202,"module":14174,"summary":14203},"\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":14205,"title":14206,"module":14207,"summary":14208},"\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":14210,"title":14211,"module":14207,"summary":14212},"\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":14214,"title":14215,"module":14207,"summary":14216},"\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":14218,"title":14219,"module":14207,"summary":14220},"\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":14222,"title":14223,"module":14207,"summary":14224},"\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":14226,"title":14227,"module":14228,"summary":14229},"\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":14231,"title":14232,"module":14228,"summary":14233},"\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":14235,"title":14236,"module":14228,"summary":14237},"\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":14239,"title":14240,"module":14228,"summary":14241},"\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":14243,"title":14244,"module":14228,"summary":14245},"\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":14247,"title":14248,"module":14249,"summary":14250},"\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":14252,"title":14253,"module":14249,"summary":14254},"\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":14256,"title":14257,"module":14249,"summary":14258},"\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":14260,"title":14261,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":14263,"title":14264,"module":14265,"summary":14266},"\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":14268,"title":14269,"module":14265,"summary":14270},"\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":14272,"title":14273,"module":14265,"summary":14274},"\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":14276,"title":14277,"module":14265,"summary":14278},"\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":14280,"title":14281,"module":14265,"summary":14282},"\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":14284,"title":14285,"module":14286,"summary":14287},"\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":14289,"title":14290,"module":14286,"summary":14291},"\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":14293,"title":14294,"module":14286,"summary":14295},"\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":14297,"title":14298,"module":14286,"summary":14299},"\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":14301,"title":14302,"module":14286,"summary":14303},"\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":14305,"title":14306,"module":14307,"summary":14308},"\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":14310,"title":14311,"module":14307,"summary":14312},"\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":14314,"title":14315,"module":14307,"summary":14316},"\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":14318,"title":14319,"module":14320,"summary":14321},"\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":14323,"title":14324,"module":14320,"summary":14325},"\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":14327,"title":14328,"module":14320,"summary":14329},"\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":14331,"title":14332,"module":14320,"summary":14333},"\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":14335,"title":14336,"module":14320,"summary":14337},"\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":14339,"title":14340,"module":14320,"summary":14341},"\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":14343,"title":14344,"module":14320,"summary":14345},"\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":14347,"title":14348,"module":14349,"summary":14350},"\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":14352,"title":14353,"module":14349,"summary":14354},"\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":14356,"title":14357,"module":14349,"summary":14358},"\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":14360,"title":14361,"module":14349,"summary":14362},"\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":14364,"title":14365,"module":14349,"summary":14366},"\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":14368,"title":14369,"module":14349,"summary":14370},"\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":14372,"title":14373,"module":14349,"summary":14374},"\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":14376,"title":14377,"module":14378,"summary":14379},"\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":14381,"title":14382,"module":14378,"summary":14383},"\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":14385,"title":14386,"module":14378,"summary":14387},"\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":14389,"title":14390,"module":14378,"summary":14391},"\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":14393,"title":14394,"module":14378,"summary":14395},"\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":14397,"title":14398,"module":14378,"summary":14399},"\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":14401,"title":14402,"module":14403,"summary":14404},"\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":14406,"title":14407,"module":14403,"summary":14408},"\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":14410,"title":14411,"module":14403,"summary":14412},"\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":14414,"title":14415,"module":14403,"summary":14416},"\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":14418,"title":14419,"module":14403,"summary":14420},"\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":14422,"title":14423,"module":14424,"summary":14425},"\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":14427,"title":14428,"module":14424,"summary":14429},"\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":14431,"title":14432,"module":14424,"summary":14433},"\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":14435,"title":14436,"module":14424,"summary":14437},"\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":14439,"title":14440,"module":14424,"summary":14441},"\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":14443,"title":14444,"module":14424,"summary":14445},"\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":14447,"title":14448,"module":14449,"summary":14450},"\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":14452,"title":14453,"module":14449,"summary":14454},"\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":14456,"title":14457,"module":14449,"summary":14458},"\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":14460,"title":14461,"module":14449,"summary":14462},"\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":14464,"title":14465,"module":14449,"summary":14466},"\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":14468,"title":14469,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":14471,"title":14472,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":14474,"title":14475,"module":13275,"summary":14476},"\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":14478,"title":14479,"module":13275,"summary":14480},"\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":14482,"title":14483,"module":13275,"summary":14484},"\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":14486,"title":14487,"module":13275,"summary":14488},"\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":14490,"title":14491,"module":13275,"summary":14492},"\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":14494,"title":14495,"module":14496,"summary":14497},"\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":14499,"title":14500,"module":14496,"summary":14501},"\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":14503,"title":14504,"module":14496,"summary":14505},"\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":14507,"title":14508,"module":14496,"summary":14509},"\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":14511,"title":14512,"module":14496,"summary":14513},"\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":14515,"title":14516,"module":14496,"summary":14517},"\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":14519,"title":14520,"module":14496,"summary":14521},"\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":14523,"title":14524,"module":14525,"summary":14526},"\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":14528,"title":14529,"module":14525,"summary":14530},"\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":14532,"title":14533,"module":14525,"summary":14534},"\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":14536,"title":14537,"module":14525,"summary":14538},"\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":14540,"title":14541,"module":14525,"summary":14542},"\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":14544,"title":14545,"module":14546,"summary":14547},"\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":14549,"title":14550,"module":14546,"summary":14551},"\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":14553,"title":14554,"module":14546,"summary":14555},"\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":14557,"title":14558,"module":14546,"summary":14559},"\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":14561,"title":14562,"module":14546,"summary":14563},"\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":14565,"title":14566,"module":14567,"summary":14568},"\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":14570,"title":14571,"module":14567,"summary":14572},"\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":14574,"title":14575,"module":14567,"summary":14576},"\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":14578,"title":14579,"module":14567,"summary":14580},"\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":14582,"title":14583,"module":14567,"summary":14584},"\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":14586,"title":14587,"module":14588,"summary":14589},"\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":14591,"title":14592,"module":14588,"summary":14593},"\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":14595,"title":14596,"module":14588,"summary":14597},"\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":14599,"title":14600,"module":14588,"summary":14601},"\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":14603,"title":14604,"module":14588,"summary":14605},"\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":14607,"title":14608,"module":14609,"summary":14610},"\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":14612,"title":14613,"module":14609,"summary":14614},"\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":14616,"title":14617,"module":14609,"summary":14618},"\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":14620,"title":14621,"module":14609,"summary":14622},"\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":14624,"title":14625,"module":14609,"summary":14626},"\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":14628,"title":14629,"module":14630,"summary":14631},"\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":14633,"title":14634,"module":14630,"summary":14635},"\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":14637,"title":14638,"module":14630,"summary":14639},"\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":14641,"title":14642,"module":14643,"summary":14644},"\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":14646,"title":14647,"module":14643,"summary":14648},"\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":14650,"title":14651,"module":14652,"summary":14653},"\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":14655,"title":14656,"module":14652,"summary":14657},"\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":14659,"title":14660,"module":14652,"summary":14661},"\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":14663,"title":14664,"module":14652,"summary":14665},"\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":14667,"title":14668,"module":14652,"summary":14669},"\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":14671,"title":14672,"module":14673,"summary":14674},"\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":14676,"title":14677,"module":14673,"summary":14678},"\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":14680,"title":14681,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":14683,"title":14684,"module":13275,"summary":14685},"\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":14687,"title":14688,"module":13275,"summary":14689},"\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":14691,"title":14692,"module":14693,"summary":14694},"\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":14696,"title":14697,"module":14693,"summary":14698},"\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":14700,"title":14701,"module":14693,"summary":14702},"\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":14704,"title":14705,"module":14693,"summary":14706},"\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":14708,"title":14709,"module":14693,"summary":14710},"\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":14712,"title":14713,"module":14693,"summary":14714},"\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":14716,"title":14717,"module":14718,"summary":14719},"\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":14721,"title":14722,"module":14718,"summary":14723},"\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":14725,"title":14726,"module":14718,"summary":14727},"\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":14729,"title":14730,"module":14718,"summary":14731},"\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":14733,"title":14734,"module":14718,"summary":14735},"\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":14737,"title":14738,"module":14718,"summary":14739},"\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":14741,"title":14742,"module":14743,"summary":14744},"\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":14746,"title":14747,"module":14743,"summary":14748},"\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":14750,"title":14751,"module":14743,"summary":14752},"\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":14754,"title":14755,"module":14756,"summary":14757},"\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":14759,"title":14760,"module":14756,"summary":14761},"\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":14763,"title":14764,"module":14765,"summary":14766},"\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":14768,"title":14769,"module":14765,"summary":14770},"\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":14772,"title":14773,"module":14765,"summary":14774},"\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":14776,"title":14777,"module":14778,"summary":14779},"\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":14781,"title":14782,"module":14778,"summary":14783},"\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":14785,"title":14786,"module":14787,"summary":14788},"\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":14790,"title":14791,"module":14787,"summary":14792},"\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":14794,"title":14795,"module":14787,"summary":14796},"\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":14798,"title":14799,"module":14800,"summary":14801},"\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":14803,"title":14804,"module":14800,"summary":14805},"\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":14807,"title":14808,"module":14800,"summary":14809},"\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":14811,"title":14812,"module":14813,"summary":14814},"\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":14816,"title":14817,"module":14813,"summary":14818},"\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":14820,"title":14821,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":14823,"title":14824,"module":14825,"summary":14826},"\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":14828,"title":14829,"module":14825,"summary":14830},"\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":14832,"title":14833,"module":14825,"summary":14834},"\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":14836,"title":14837,"module":14825,"summary":14838},"\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":14840,"title":14841,"module":14825,"summary":14842},"\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":14844,"title":14845,"module":14846,"summary":14847},"\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":14849,"title":14850,"module":14846,"summary":14851},"\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":14853,"title":14854,"module":14846,"summary":14855},"\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":14857,"title":14858,"module":14846,"summary":14859},"\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":14861,"title":14862,"module":14863,"summary":14864},"\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":14866,"title":14867,"module":14863,"summary":14868},"\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":14870,"title":14871,"module":14863,"summary":14872},"\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":14874,"title":14875,"module":14863,"summary":14876},"\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":14878,"title":14879,"module":14880,"summary":14881},"\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":14883,"title":14884,"module":14880,"summary":14885},"\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":14887,"title":14888,"module":14880,"summary":14889},"\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":14891,"title":14892,"module":14880,"summary":14893},"\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":14895,"title":14896,"module":14897,"summary":14898},"\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":14900,"title":14901,"module":14897,"summary":14902},"\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":14904,"title":14905,"module":14897,"summary":14906},"\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":14908,"title":14909,"module":14897,"summary":14910},"\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":14912,"title":14913,"module":14897,"summary":14914},"\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":14916,"title":14917,"module":14897,"summary":14918},"\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":14920,"title":14921,"module":14922,"summary":14923},"\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":14925,"title":14926,"module":14922,"summary":14927},"\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":14929,"title":14930,"module":14922,"summary":14931},"\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":14933,"title":14934,"module":14935,"summary":14936},"\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":14938,"title":14939,"module":14935,"summary":14940},"\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":14942,"title":14943,"module":14935,"summary":14944},"\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":14946,"title":14947,"module":14935,"summary":14948},"\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":14950,"title":14951,"module":14952,"summary":14953},"\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":14955,"title":14956,"module":14952,"summary":14957},"\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":14959,"title":14960,"module":14952,"summary":14961},"\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":14963,"title":14964,"module":14965,"summary":14966},"\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":14968,"title":14969,"module":14965,"summary":14970},"\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":14972,"title":14973,"module":14965,"summary":14974},"\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":14976,"title":14977,"module":14978,"summary":14979},"\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":14981,"title":14982,"module":14978,"summary":14983},"\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":14985,"title":14986,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":14988,"title":14989,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":14991,"title":14992,"module":14993,"summary":14994},"\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":14996,"title":14997,"module":14993,"summary":14998},"\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":15000,"title":15001,"module":14993,"summary":15002},"\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":15004,"title":15005,"module":14993,"summary":15006},"\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":15008,"title":15009,"module":15010,"summary":15011},"\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":15013,"title":15014,"module":15010,"summary":15015},"\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":15017,"title":15018,"module":15010,"summary":15019},"\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":15021,"title":15022,"module":15023,"summary":15024},"\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":15026,"title":15027,"module":15023,"summary":15028},"\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":15030,"title":15031,"module":15023,"summary":15032},"\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":15034,"title":15035,"module":15023,"summary":15036},"\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":15038,"title":15039,"module":15023,"summary":15040},"\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":15042,"title":15043,"module":15023,"summary":15044},"\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":15046,"title":15047,"module":15048,"summary":15049},"\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":15051,"title":15052,"module":15048,"summary":15053},"\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":15055,"title":15056,"module":15048,"summary":15057},"\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":15059,"title":15060,"module":15048,"summary":15061},"\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":15063,"title":15064,"module":15048,"summary":15065},"\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":15067,"title":15068,"module":15048,"summary":15069},"\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":15071,"title":15072,"module":15073,"summary":15074},"\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":15076,"title":15077,"module":15073,"summary":15078},"\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":15080,"title":15081,"module":15073,"summary":15082},"\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":15084,"title":15085,"module":15073,"summary":15086},"\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":15088,"title":15089,"module":13928,"summary":15090},"\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":15092,"title":15093,"module":13928,"summary":15094},"\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":15096,"title":15097,"module":13928,"summary":15098},"\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":15100,"title":15101,"module":15102,"summary":15103},"\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":15105,"title":15106,"module":15102,"summary":15107},"\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":15109,"title":15110,"module":15102,"summary":15111},"\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":15113,"title":15114,"module":15115,"summary":15116},"\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":15118,"title":15119,"module":15115,"summary":15120},"\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":15122,"title":15123,"module":15115,"summary":15124},"\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":15126,"title":15127,"module":15128,"summary":15129},"\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":15131,"title":15132,"module":15128,"summary":15133},"\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":15135,"title":15136,"module":15137,"summary":15138},"\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":15140,"title":15141,"module":15137,"summary":15142},"\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":15144,"title":15145,"module":15137,"summary":15146},"\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":15148,"title":15149,"module":15137,"summary":15150},"\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":15152,"title":15153,"module":15137,"summary":15154},"\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":15156,"title":15157,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":15159,"title":15160,"module":15161,"summary":15162},"\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":15164,"title":15165,"module":15161,"summary":15166},"\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":15168,"title":15169,"module":15161,"summary":15170},"\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":15172,"title":15173,"module":15161,"summary":15174},"\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":15176,"title":15177,"module":15178,"summary":15179},"\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":15181,"title":15182,"module":15178,"summary":15183},"\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":15185,"title":15186,"module":15178,"summary":15187},"\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":15189,"title":15190,"module":15178,"summary":15191},"\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":15193,"title":15194,"module":15178,"summary":15195},"\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":15197,"title":15198,"module":15178,"summary":15199},"\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":15201,"title":15202,"module":15203,"summary":15204},"\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":15206,"title":15207,"module":15203,"summary":15208},"\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":15210,"title":15211,"module":15203,"summary":15212},"\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":15214,"title":15215,"module":15203,"summary":15216},"\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":15218,"title":15219,"module":15203,"summary":15220},"\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":15222,"title":15223,"module":13622,"summary":15224},"\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":15226,"title":15227,"module":13622,"summary":15228},"\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":15230,"title":15231,"module":13622,"summary":15232},"\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":15234,"title":15235,"module":13622,"summary":15236},"\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":15238,"title":15239,"module":13622,"summary":15240},"\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":15242,"title":15243,"module":13622,"summary":15244},"\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":15246,"title":15247,"module":15248,"summary":15249},"\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":15251,"title":15252,"module":15248,"summary":15253},"\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":15255,"title":15256,"module":15248,"summary":15257},"\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":15259,"title":15260,"module":15248,"summary":15261},"\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":15263,"title":15264,"module":15265,"summary":15266},"\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":15268,"title":15269,"module":15265,"summary":15270},"\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":15272,"title":15273,"module":15265,"summary":15274},"\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":15276,"title":13677,"module":15265,"summary":15277},"\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":15279,"title":15280,"module":15265,"summary":15281},"\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":15283,"title":15284,"module":15285,"summary":15286},"\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":15288,"title":15289,"module":15285,"summary":15290},"\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":15292,"title":15293,"module":15285,"summary":15294},"\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":15296,"title":15297,"module":15285,"summary":15298},"\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":15300,"title":15301,"module":15302,"summary":15303},"\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":15305,"title":15306,"module":15302,"summary":15307},"\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":15309,"title":15310,"module":15302,"summary":15311},"\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":15313,"title":15314,"module":15302,"summary":15315},"\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":15317,"title":15318,"module":15302,"summary":15319},"\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":15321,"title":15322,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":15324,"title":15325,"module":13275,"summary":15326},"\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":15328,"title":15329,"module":13275,"summary":15330},"\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":15332,"title":15333,"module":15334,"summary":15335},"\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":15337,"title":15338,"module":15334,"summary":15339},"\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":15341,"title":15342,"module":15334,"summary":15343},"\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":15345,"title":15346,"module":15334,"summary":15347},"\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":15349,"title":15350,"module":15351,"summary":15352},"\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":15354,"title":15355,"module":15351,"summary":15356},"\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":15358,"title":15359,"module":15351,"summary":15360},"\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":15362,"title":15363,"module":15351,"summary":15364},"\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":15366,"title":15367,"module":15351,"summary":15368},"\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":15370,"title":15371,"module":15351,"summary":15372},"\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":15374,"title":15375,"module":15376,"summary":15377},"\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":15379,"title":15380,"module":15376,"summary":15381},"\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":15383,"title":15384,"module":15376,"summary":15385},"\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":15387,"title":15388,"module":15376,"summary":15389},"\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":15391,"title":15392,"module":15393,"summary":15394},"\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":15396,"title":15397,"module":15393,"summary":15398},"\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":15400,"title":15401,"module":15393,"summary":15402},"\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":15404,"title":15405,"module":15393,"summary":15406},"\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":15408,"title":15409,"module":15410,"summary":15411},"\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":15413,"title":15414,"module":15410,"summary":15415},"\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":15417,"title":15418,"module":15410,"summary":15419},"\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":15421,"title":15422,"module":15423,"summary":15424},"\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":15426,"title":15427,"module":15423,"summary":15428},"\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":15430,"title":15431,"module":15423,"summary":15432},"\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":15434,"title":15435,"module":15423,"summary":15436},"\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":15438,"title":15439,"module":15440,"summary":15441},"\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":15443,"title":15444,"module":15440,"summary":15445},"\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":15447,"title":15448,"module":15440,"summary":15449},"\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":15451,"title":15452,"module":15440,"summary":15453},"\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":15455,"title":15456,"module":15457,"summary":15458},"\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":15460,"title":15461,"module":15457,"summary":15462},"\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":15464,"title":15465,"module":15457,"summary":15466},"\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":15468,"title":15469,"module":15470,"summary":15471},"\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":15473,"title":15474,"module":15470,"summary":15475},"\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":15477,"title":15478,"module":15470,"summary":15479},"\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":15481,"title":15482,"module":15470,"summary":15483},"\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":15485,"title":15486,"module":15487,"summary":15488},"\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":15490,"title":15491,"module":15487,"summary":15492},"\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":15494,"title":15495,"module":15487,"summary":15496},"\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":15498,"title":15499,"module":15487,"summary":15500},"\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":15502,"title":15503,"module":15487,"summary":15504},"\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":15506,"title":15507,"module":15508,"summary":15509},"\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":15511,"title":15512,"module":15508,"summary":15513},"\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":15515,"title":15516,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":15518,"title":15519,"module":15520,"summary":15521},"\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":15523,"title":15524,"module":15520,"summary":15525},"\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":15527,"title":15528,"module":15520,"summary":15529},"\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":15531,"title":15532,"module":15520,"summary":15533},"\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":15535,"title":15536,"module":15520,"summary":15537},"\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":15539,"title":15540,"module":15541,"summary":15542},"\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":15544,"title":15545,"module":15541,"summary":15546},"\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":15548,"title":15549,"module":15541,"summary":15550},"\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":15552,"title":15553,"module":15541,"summary":15554},"\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":15556,"title":15557,"module":15541,"summary":15558},"\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":15560,"title":15561,"module":15541,"summary":15562},"\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":15564,"title":15565,"module":15541,"summary":15566},"\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":15568,"title":15569,"module":15570,"summary":15571},"\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":15573,"title":15574,"module":15570,"summary":15575},"\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":15577,"title":15578,"module":15570,"summary":15579},"\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":15581,"title":15582,"module":15570,"summary":15583},"\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":15585,"title":15586,"module":15587,"summary":15588},"\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":15590,"title":15591,"module":15587,"summary":15592},"\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":15594,"title":15595,"module":15587,"summary":15596},"\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":15598,"title":15599,"module":15600,"summary":15601},"\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":15603,"title":15604,"module":15600,"summary":15605},"\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":15607,"title":15608,"module":15600,"summary":15609},"\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":15611,"title":15612,"module":15600,"summary":15613},"\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":15615,"title":15616,"module":15600,"summary":15617},"\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":15619,"title":15620,"module":15600,"summary":15621},"\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":15623,"title":15624,"module":15625,"summary":15626},"\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":15628,"title":15629,"module":15625,"summary":15630},"\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":15632,"title":15633,"module":15625,"summary":15634},"\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":15636,"title":15637,"module":15638,"summary":15639},"\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":15641,"title":15642,"module":15638,"summary":15643},"\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":15645,"title":15646,"module":15638,"summary":15647},"\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":15649,"title":15650,"module":15638,"summary":15651},"\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":15653,"title":15654,"module":15655,"summary":15656},"\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":15658,"title":15659,"module":15655,"summary":15660},"\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":15662,"title":15663,"module":15655,"summary":15664},"\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":15666,"title":15667,"module":15668,"summary":15669},"\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":15671,"title":15672,"module":15668,"summary":15673},"\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":15675,"title":15676,"module":15668,"summary":15677},"\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":15679,"title":15680,"module":15668,"summary":15681},"\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":15683,"title":15684,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":15686,"title":15687,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":15689,"title":15690,"module":13275,"summary":15691},"\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":15693,"title":15694,"module":13275,"summary":15695},"\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":15697,"title":15698,"module":13275,"summary":15699},"\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":15701,"title":15702,"module":13275,"summary":15703},"\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":15705,"title":15706,"module":13275,"summary":15707},"\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":15709,"title":15710,"module":13275,"summary":15711},"\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":15713,"title":15714,"module":15715,"summary":15716},"\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":15718,"title":15719,"module":15715,"summary":15720},"\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":15722,"title":15723,"module":15715,"summary":15724},"\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":15726,"title":15727,"module":15728,"summary":15729},"\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":15731,"title":15732,"module":15728,"summary":15733},"\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":15735,"title":15736,"module":15728,"summary":15737},"\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":15739,"title":15740,"module":15741,"summary":15742},"\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":15744,"title":15745,"module":15741,"summary":15746},"\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":15748,"title":15749,"module":15741,"summary":15750},"\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":15752,"title":15753,"module":15741,"summary":15754},"\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":15756,"title":15757,"module":15741,"summary":15758},"\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":15760,"title":15761,"module":15762,"summary":15763},"\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":15765,"title":15766,"module":15762,"summary":15767},"\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":15769,"title":15770,"module":15762,"summary":15771},"\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":15773,"title":15774,"module":15762,"summary":15775},"\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":15777,"title":15778,"module":15779,"summary":15780},"\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":15782,"title":15783,"module":15779,"summary":15784},"\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":15786,"title":15787,"module":15779,"summary":15788},"\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":15790,"title":15791,"module":15779,"summary":15792},"\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":15794,"title":15795,"module":15796,"summary":15797},"\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":15799,"title":15800,"module":15796,"summary":15801},"\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":15803,"title":15804,"module":15796,"summary":15805},"\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":15807,"title":15808,"module":15796,"summary":15809},"\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":15811,"title":15812,"module":15813,"summary":15814},"\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":15816,"title":15817,"module":15813,"summary":15818},"\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":15820,"title":15821,"module":15813,"summary":15822},"\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":15824,"title":15825,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":15827,"title":14469,"module":15828,"summary":15829},"\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":15831,"title":15832,"module":15828,"summary":15833},"\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":15835,"title":15836,"module":15828,"summary":15837},"\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":15839,"title":13828,"module":15828,"summary":15840},"\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":15842,"title":15843,"module":13275,"summary":15844},"\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":15846,"title":15847,"module":13275,"summary":15848},"\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":15850,"title":15851,"module":13275,"summary":15852},"\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":15854,"title":15855,"module":15856,"summary":15857},"\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":15859,"title":15860,"module":15856,"summary":15861},"\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":15863,"title":15864,"module":15856,"summary":15865},"\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":15867,"title":15868,"module":15856,"summary":15869},"\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":15871,"title":15872,"module":15856,"summary":15873},"\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":15875,"title":15876,"module":15877,"summary":15878},"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd","Gradient Descent & SGD","Optimization","Training is descent on the empirical risk: step the parameters against the gradient. We derive the minibatch gradient as an unbiased estimator whose variance falls as $1\u002FB$, derive the learning-rate ceiling from the smoothness-stability bound $\\eta \u003C 2\u002FL$, and lay out the schedules (step, exponential, cosine, warmup) that anneal it over training.\n",{"path":15880,"title":15881,"module":15877,"summary":15882},"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods","Momentum & Adaptive Methods","Plain gradient descent zig-zags across ravines and moves slowly along flat valleys, because one global learning rate cannot suit a surface with wildly different curvature in different directions. Two fixes address the two problems: momentum accumulates a velocity that damps the oscillation and accelerates the drift, and adaptive methods give every parameter its own learning rate scaled by the history of its gradients. Adam fuses both, and is the default optimizer of modern deep learning.\n",{"path":15884,"title":15885,"module":15877,"summary":15886},"\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":15888,"title":15889,"module":15877,"summary":15890},"\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":15892,"title":15893,"module":15877,"summary":15894},"\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":15896,"title":15897,"module":15898,"summary":15899},"\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":15901,"title":15902,"module":15898,"summary":15903},"\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":15905,"title":15906,"module":15898,"summary":15907},"\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":15909,"title":15910,"module":15898,"summary":15911},"\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":15913,"title":15914,"module":15915,"summary":15916},"\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":15918,"title":15919,"module":15915,"summary":15920},"\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":15922,"title":15923,"module":15915,"summary":15924},"\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":15926,"title":15927,"module":15915,"summary":15928},"\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":15930,"title":15931,"module":15915,"summary":15932},"\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":15934,"title":15935,"module":15915,"summary":15936},"\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":15938,"title":15939,"module":15915,"summary":15940},"\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":15942,"title":15943,"module":15915,"summary":15944},"\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":15946,"title":15947,"module":15915,"summary":15948},"\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":15950,"title":15951,"module":15952,"summary":15953},"\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":15955,"title":15956,"module":15952,"summary":15957},"\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":15959,"title":15960,"module":15952,"summary":15961},"\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":15963,"title":15964,"module":15952,"summary":15965},"\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":15967,"title":15968,"module":15952,"summary":15969},"\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":15971,"title":15972,"module":15973,"summary":15974},"\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":15976,"title":15977,"module":15973,"summary":15978},"\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":15980,"title":15981,"module":15973,"summary":15982},"\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":15984,"title":15985,"module":15973,"summary":15986},"\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":15988,"title":15989,"module":15973,"summary":15990},"\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":15992,"title":15993,"module":15973,"summary":15994},"\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":15996,"title":15997,"module":15973,"summary":15998},"\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":16000,"title":16001,"module":16002,"summary":16003},"\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":16005,"title":16006,"module":16002,"summary":16007},"\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":16009,"title":16010,"module":16002,"summary":16011},"\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":16013,"title":16014,"module":16015,"summary":16016},"\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":16018,"title":16019,"module":16015,"summary":16020},"\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":16022,"title":16023,"module":16015,"summary":16024},"\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":16026,"title":16027,"module":16015,"summary":16028},"\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":16030,"title":16031,"module":16015,"summary":16032},"\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":16034,"title":16035,"module":16015,"summary":16036},"\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":16038,"title":16039,"module":16015,"summary":16040},"\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":16042,"title":16043,"module":16044,"summary":16045},"\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":16047,"title":16048,"module":16044,"summary":16049},"\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":16051,"title":16052,"module":16044,"summary":16053},"\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":16055,"title":16056,"module":16044,"summary":16057},"\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":16059,"title":16060,"module":16044,"summary":16061},"\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":16063,"title":16064,"module":16044,"summary":16065},"\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":16067,"title":16068,"module":16044,"summary":16069},"\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":16071,"title":16072,"module":16044,"summary":16073},"\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":16075,"title":16076,"module":16044,"summary":16077},"\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":16079,"title":16080,"module":16044,"summary":16081},"\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":16083,"title":16084,"module":16044,"summary":16085},"\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":16087,"title":16088,"module":16089,"summary":16090},"\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":16092,"title":16093,"module":16089,"summary":16094},"\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":16096,"title":16097,"module":16089,"summary":16098},"\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":16100,"title":16101,"module":16089,"summary":16102},"\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":16104,"title":16105,"module":16089,"summary":16106},"\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":16108,"title":16109,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":16111,"title":16112,"module":14019,"summary":16113},"\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":16115,"title":16116,"module":14019,"summary":16117},"\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":16119,"title":16120,"module":14019,"summary":16121},"\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":16123,"title":16124,"module":14019,"summary":16125},"\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":16127,"title":16128,"module":14019,"summary":16129},"\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":16131,"title":16132,"module":16133,"summary":16134},"\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":16136,"title":16137,"module":16133,"summary":16138},"\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":16140,"title":16141,"module":16133,"summary":16142},"\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":16144,"title":16145,"module":16133,"summary":16146},"\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":16148,"title":16149,"module":16150,"summary":16151},"\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":16153,"title":16154,"module":16150,"summary":16155},"\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":16157,"title":16158,"module":16150,"summary":16159},"\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":16161,"title":16162,"module":16150,"summary":16163},"\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":16165,"title":16166,"module":16167,"summary":16168},"\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":16170,"title":16171,"module":16167,"summary":16172},"\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":16174,"title":16175,"module":16167,"summary":16176},"\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":16178,"title":16179,"module":16167,"summary":16180},"\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":16182,"title":16183,"module":16167,"summary":16184},"\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":16186,"title":16187,"module":16188,"summary":16189},"\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":16191,"title":16192,"module":16188,"summary":16193},"\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":16195,"title":16196,"module":16188,"summary":16197},"\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":16199,"title":16200,"module":16201,"summary":16202},"\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":16204,"title":16205,"module":16201,"summary":16206},"\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":16208,"title":16209,"module":16201,"summary":16210},"\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":16212,"title":16213,"module":16214,"summary":16215},"\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":16217,"title":16218,"module":16214,"summary":16219},"\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":16221,"title":16222,"module":16214,"summary":16223},"\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":16225,"title":16226,"module":16214,"summary":16227},"\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":16229,"title":16230,"module":16231,"summary":16232},"\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":16234,"title":16235,"module":16231,"summary":16236},"\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":16238,"title":16239,"module":16231,"summary":16240},"\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":16242,"title":16243,"module":16231,"summary":16244},"\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":16246,"title":16247,"module":16231,"summary":16248},"\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":16250,"title":16251,"module":16231,"summary":16252},"\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":16254,"title":16255,"module":16256,"summary":16257},"\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":16259,"title":16260,"module":16256,"summary":16261},"\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":16263,"title":16264,"module":16256,"summary":16265},"\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":16267,"title":16268,"module":16256,"summary":16269},"\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":16271,"title":16272,"module":16273,"summary":16274},"\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":16276,"title":16277,"module":16273,"summary":16278},"\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":16280,"title":16281,"module":16273,"summary":16282},"\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":16284,"title":16285,"module":16286,"summary":16287},"\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":16289,"title":16290,"module":16286,"summary":16291},"\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":16293,"title":16294,"module":16286,"summary":16295},"\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":16297,"title":16298,"module":16286,"summary":16299},"\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":16301,"title":16302,"module":16286,"summary":16303},"\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":16305,"title":16306,"module":16307,"summary":16308},"\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":16310,"title":16311,"module":16307,"summary":16312},"\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":16314,"title":16315,"module":16307,"summary":16316},"\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":16318,"title":16319,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":16321,"title":16322,"module":16323,"summary":16324},"\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":16326,"title":16327,"module":16323,"summary":16328},"\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":16330,"title":16331,"module":16323,"summary":16332},"\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":16334,"title":16335,"module":16323,"summary":16336},"\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":16338,"title":16339,"module":16340,"summary":16341},"\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":16343,"title":16344,"module":16340,"summary":16345},"\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":16347,"title":16348,"module":16340,"summary":16349},"\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":16351,"title":16352,"module":16340,"summary":16353},"\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":16355,"title":16356,"module":16357,"summary":16358},"\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":16360,"title":16361,"module":16357,"summary":16362},"\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":16364,"title":16365,"module":16357,"summary":16366},"\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":16368,"title":16369,"module":16357,"summary":16370},"\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":16372,"title":16373,"module":16374,"summary":16375},"\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":16377,"title":16378,"module":16374,"summary":16379},"\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":16381,"title":16382,"module":16374,"summary":16383},"\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":16385,"title":16386,"module":16374,"summary":16387},"\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":16389,"title":16390,"module":16391,"summary":16392},"\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":16394,"title":16395,"module":16391,"summary":16396},"\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":16398,"title":16399,"module":16391,"summary":16400},"\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":16402,"title":16403,"module":16391,"summary":16404},"\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":16406,"title":16407,"module":16408,"summary":16409},"\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":16411,"title":16412,"module":16408,"summary":16413},"\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":16415,"title":16416,"module":16408,"summary":16417},"\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":16419,"title":16420,"module":16408,"summary":16421},"\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":16423,"title":16424,"module":16425,"summary":16426},"\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":16428,"title":16429,"module":16425,"summary":16430},"\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":16432,"title":16433,"module":16425,"summary":16434},"\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":16436,"title":16437,"module":16425,"summary":16438},"\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":16440,"title":16441,"module":16425,"summary":16442},"\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":16444,"title":16445,"module":16446,"summary":16447},"\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":16449,"title":16450,"module":16446,"summary":16451},"\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":16453,"title":16454,"module":16455,"summary":16456},"\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":16458,"title":16459,"module":16455,"summary":16460},"\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":16462,"title":16463,"module":16455,"summary":16464},"\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":16466,"title":16467,"module":16455,"summary":16468},"\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":16470,"title":16471,"module":16472,"summary":16473},"\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":16475,"title":16476,"module":16472,"summary":16477},"\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":16479,"title":16480,"module":16472,"summary":16481},"\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":16483,"title":16484,"module":16472,"summary":16485},"\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":16487,"title":16488,"module":16472,"summary":16489},"\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":16491,"title":16492,"module":16493,"summary":16494},"\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":16496,"title":16497,"module":16493,"summary":16498},"\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":16500,"title":16501,"module":16493,"summary":16502},"\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":16504,"title":16505,"module":16493,"summary":16506},"\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":16508,"title":16509,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":16511,"title":16512,"module":13275,"summary":16513},"\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":16515,"title":16516,"module":16517,"summary":16518},"\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":16520,"title":16521,"module":16517,"summary":16522},"\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":16524,"title":16525,"module":16517,"summary":16526},"\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":16528,"title":16529,"module":16517,"summary":16530},"\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":16532,"title":16533,"module":16517,"summary":16534},"\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":16536,"title":16537,"module":16517,"summary":16538},"\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":16540,"title":16541,"module":16517,"summary":16542},"\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":16544,"title":16545,"module":16546,"summary":16547},"\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":16549,"title":16550,"module":16546,"summary":16551},"\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":16553,"title":16554,"module":16546,"summary":16555},"\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":16557,"title":16558,"module":16546,"summary":16559},"\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":16561,"title":16562,"module":16563,"summary":16564},"\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":16566,"title":16567,"module":16563,"summary":16568},"\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":16570,"title":16571,"module":16563,"summary":16572},"\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":16574,"title":16575,"module":16563,"summary":16576},"\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":16578,"title":16579,"module":16580,"summary":16581},"\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":16583,"title":16584,"module":16580,"summary":16585},"\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":16587,"title":16588,"module":16580,"summary":16589},"\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":16591,"title":16592,"module":16580,"summary":16593},"\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":16595,"title":16596,"module":16597,"summary":16598},"\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":16600,"title":16601,"module":16597,"summary":16602},"\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":16604,"title":16605,"module":16597,"summary":16606},"\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":16608,"title":16609,"module":16597,"summary":16610},"\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":16612,"title":16613,"module":16614,"summary":16615},"\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":16617,"title":16618,"module":16614,"summary":16619},"\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":16621,"title":16622,"module":16614,"summary":16623},"\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":16625,"title":16626,"module":16627,"summary":16628},"\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":16630,"title":16631,"module":16627,"summary":16632},"\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":16634,"title":16635,"module":16636,"summary":16637},"\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":16639,"title":16640,"module":16636,"summary":16641},"\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":16643,"title":16644,"module":16636,"summary":16645},"\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":16647,"title":16648,"module":6,"summary":6},"\u002Flogic","Logic",{"path":16650,"title":16651,"module":13275,"summary":16652},"\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":16654,"title":16655,"module":13275,"summary":16656},"\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":16658,"title":16659,"module":13275,"summary":16660},"\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":16662,"title":16663,"module":13275,"summary":16664},"\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":147,"title":16666,"module":13275,"summary":16667},"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":16669,"title":16670,"module":13275,"summary":16671},"\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":16673,"title":13494,"module":16674,"summary":16675},"\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":16677,"title":16678,"module":16674,"summary":16679},"\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":16681,"title":16682,"module":16674,"summary":16683},"\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":16685,"title":16686,"module":16674,"summary":16687},"\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":16689,"title":16690,"module":16674,"summary":16691},"\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":16693,"title":16694,"module":16674,"summary":16695},"\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":16697,"title":16698,"module":16674,"summary":16699},"\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":16701,"title":16702,"module":16674,"summary":16703},"\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":16705,"title":16706,"module":16674,"summary":16707},"\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":16709,"title":16710,"module":16674,"summary":16711},"\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":16713,"title":16714,"module":16674,"summary":16715},"\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":16717,"title":16718,"module":16674,"summary":16719},"\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":16721,"title":16722,"module":16723,"summary":16724},"\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":16726,"title":16727,"module":16723,"summary":16728},"\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":16730,"title":16731,"module":16723,"summary":16732},"\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":16734,"title":16735,"module":16723,"summary":16736},"\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":16738,"title":16739,"module":16723,"summary":16740},"\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":16742,"title":16743,"module":16723,"summary":16744},"\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":16746,"title":16747,"module":16723,"summary":16748},"\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":16750,"title":16751,"module":16723,"summary":16752},"\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":16754,"title":16755,"module":16723,"summary":16756},"\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":16758,"title":16759,"module":16723,"summary":16760},"\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":16762,"title":16763,"module":16723,"summary":16764},"\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":16766,"title":16767,"module":16723,"summary":16768},"\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":16770,"title":16771,"module":16723,"summary":16772},"\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":16774,"title":16775,"module":16723,"summary":16776},"\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":16778,"title":16097,"module":16779,"summary":16780},"\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":16782,"title":16783,"module":16779,"summary":16784},"\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":16786,"title":16787,"module":16779,"summary":16788},"\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":16790,"title":16791,"module":16779,"summary":16792},"\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":16794,"title":16795,"module":16779,"summary":16796},"\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":16798,"title":16799,"module":16779,"summary":16800},"\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":16802,"title":16803,"module":16779,"summary":16804},"\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":16806,"title":16807,"module":16779,"summary":16808},"\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":16810,"title":16811,"module":12335,"summary":16812},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","In the years after the 2015 DQN paper, a stream of focused improvements each fixed one weakness of the baseline without disturbing its frame. This lesson recaps five that keep the scalar $Q$-value — Double DQN, multi-step returns, dueling networks, prioritized replay, and NoisyNets, each changing a different slot of the same Q-learning loop — then develops the sixth, distributional RL, which changes the objective itself: learn the whole return distribution $Z(s,a)$. We build the distributional Bellman equation and the C51 categorical algorithm, projection step and all, worked end to end on real numbers. A companion lesson takes up QR-DQN, Rainbow, and the modern distributional line.\n",{"path":16814,"title":16815,"module":12335,"summary":16816},"\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":4698,"title":16818,"module":12335,"summary":16819},"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":16821,"title":16822,"module":12335,"summary":16823},"\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":16825,"title":16826,"module":12335,"summary":16827},"\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":16829,"title":16830,"module":12335,"summary":16831},"\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":16833,"title":16834,"module":12335,"summary":16835},"\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":16837,"title":16838,"module":12335,"summary":16839},"\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":16841,"title":16842,"module":12335,"summary":16843},"\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":16845,"title":16846,"module":12335,"summary":16847},"\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":16849,"title":16850,"module":12335,"summary":16851},"\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":16853,"title":16854,"module":12335,"summary":16855},"\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":12337,"title":5,"module":12335,"summary":12355},{"path":155,"title":11363,"module":12335,"summary":16858},"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":16860,"title":16861,"module":12335,"summary":16862},"\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":16864,"title":16865,"module":12335,"summary":16866},"\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":16868,"title":16869,"module":12335,"summary":16870},"\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":16872,"title":16873,"module":12335,"summary":16874},"\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":16876,"title":16877,"module":12335,"summary":16878},"\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":16880,"title":16881,"module":12335,"summary":16882},"\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":16884,"title":16885,"module":12335,"summary":16886},"\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":16888,"title":16889,"module":12335,"summary":16890},"\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":16892,"title":16893,"module":16894,"summary":16895},"\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":16897,"title":16898,"module":16894,"summary":16899},"\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":16901,"title":16902,"module":16894,"summary":16903},"\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":16905,"title":16906,"module":16894,"summary":16907},"\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":16909,"title":16910,"module":16894,"summary":16911},"\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":16913,"title":16914,"module":16894,"summary":16915},"\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":16917,"title":16918,"module":16894,"summary":16919},"\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":16921,"title":16922,"module":16894,"summary":16923},"\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":16925,"title":16089,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":16927,"title":16928,"module":13275,"summary":16929},"\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":16931,"title":16932,"module":13275,"summary":16933},"\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":16935,"title":16936,"module":13275,"summary":16937},"\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":16939,"title":16940,"module":13275,"summary":16941},"\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":16943,"title":16944,"module":16945,"summary":16946},"\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":16948,"title":16949,"module":16945,"summary":16950},"\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":16952,"title":16953,"module":16945,"summary":16954},"\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":16956,"title":16957,"module":16945,"summary":16958},"\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":16960,"title":16961,"module":16945,"summary":16962},"\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":16964,"title":16965,"module":16945,"summary":16966},"\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":16968,"title":16969,"module":16945,"summary":16970},"\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":16972,"title":16973,"module":16945,"summary":16974},"\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":16976,"title":16977,"module":16945,"summary":16978},"\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":16980,"title":16981,"module":16945,"summary":16982},"\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":16984,"title":16985,"module":16945,"summary":16986},"\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":16988,"title":16989,"module":16945,"summary":16990},"\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":16992,"title":16993,"module":16994,"summary":16995},"\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":16997,"title":16998,"module":16994,"summary":16999},"\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":17001,"title":17002,"module":16994,"summary":17003},"\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":17005,"title":17006,"module":16994,"summary":17007},"\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":17009,"title":17010,"module":16994,"summary":17011},"\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":17013,"title":17014,"module":16994,"summary":17015},"\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":17017,"title":17018,"module":16994,"summary":17019},"\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":17021,"title":17022,"module":16994,"summary":17023},"\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":17025,"title":17026,"module":16994,"summary":17027},"\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":17029,"title":17030,"module":16994,"summary":17031},"\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":17033,"title":17034,"module":16994,"summary":17035},"\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":17037,"title":17038,"module":16994,"summary":17039},"\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":17041,"title":17042,"module":17043,"summary":17044},"\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":17046,"title":17047,"module":17043,"summary":17048},"\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":17050,"title":17051,"module":17043,"summary":17052},"\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":17054,"title":17055,"module":17043,"summary":17056},"\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":17058,"title":17059,"module":17043,"summary":17060},"\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":17062,"title":17063,"module":17043,"summary":17064},"\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":17066,"title":17067,"module":17043,"summary":17068},"\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":17070,"title":16666,"module":17043,"summary":17071},"\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":17073,"title":17074,"module":17043,"summary":17075},"\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":17077,"title":17078,"module":17043,"summary":17079},"\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":17081,"title":17082,"module":17083,"summary":17084},"\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":17086,"title":17087,"module":17083,"summary":17088},"\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":17090,"title":17091,"module":17083,"summary":17092},"\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":17094,"title":17095,"module":17083,"summary":17096},"\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":17098,"title":16089,"module":17083,"summary":17099},"\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":17101,"title":17102,"module":17083,"summary":17103},"\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":17105,"title":17106,"module":17083,"summary":17107},"\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":17109,"title":17110,"module":17083,"summary":17111},"\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":17113,"title":17114,"module":17115,"summary":17116},"\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":17118,"title":17119,"module":17115,"summary":17120},"\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":17122,"title":17123,"module":17115,"summary":17124},"\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":17126,"title":17127,"module":17115,"summary":17128},"\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":17130,"title":17131,"module":17115,"summary":17132},"\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":17134,"title":17135,"module":17115,"summary":17136},"\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":17138,"title":17139,"module":17115,"summary":17140},"\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":17142,"title":17143,"module":17115,"summary":17144},"\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":17146,"title":17147,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":17149,"title":17150,"module":17151,"summary":17152},"\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":17154,"title":17155,"module":17151,"summary":17156},"\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":17158,"title":17159,"module":17151,"summary":17160},"\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":17162,"title":17163,"module":17151,"summary":17164},"\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":17166,"title":17167,"module":17151,"summary":17168},"\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":17170,"title":17171,"module":17172,"summary":17173},"\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":17175,"title":17176,"module":17172,"summary":17177},"\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":17179,"title":17180,"module":17172,"summary":17181},"\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":17183,"title":17184,"module":17172,"summary":17185},"\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":17187,"title":17188,"module":17189,"summary":17190},"\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":17192,"title":17193,"module":17189,"summary":17194},"\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":17196,"title":17197,"module":17189,"summary":17198},"\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":17200,"title":17201,"module":17189,"summary":17202},"\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":17204,"title":17205,"module":17206,"summary":17207},"\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":17209,"title":17210,"module":17206,"summary":17211},"\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":17213,"title":17214,"module":17215,"summary":17216},"\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":17218,"title":17219,"module":17215,"summary":17220},"\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":17222,"title":17223,"module":17224,"summary":17225},"\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":17227,"title":17228,"module":17224,"summary":17229},"\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":17231,"title":17232,"module":17224,"summary":17233},"\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":17235,"title":17236,"module":17224,"summary":17237},"\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":17239,"title":17240,"module":17241,"summary":17242},"\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":17244,"title":17245,"module":17241,"summary":17246},"\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":17248,"title":17249,"module":17241,"summary":17250},"\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":17252,"title":17253,"module":17254,"summary":17255},"\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":17257,"title":17258,"module":17254,"summary":17259},"\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":17261,"title":17262,"module":17254,"summary":17263},"\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":17265,"title":17266,"module":17267,"summary":17268},"\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":17270,"title":17271,"module":17267,"summary":17272},"\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":17274,"title":17275,"module":17276,"summary":17277},"\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":17279,"title":17280,"module":17276,"summary":17281},"\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":17283,"title":17284,"module":17276,"summary":17285},"\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":17287,"title":17288,"module":17289,"summary":17290},"\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":17292,"title":17293,"module":17289,"summary":17294},"\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":17296,"title":17297,"module":17289,"summary":17298},"\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":17300,"title":17301,"module":17289,"summary":17302},"\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":17304,"title":17305,"module":17289,"summary":17306},"\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":17308,"title":17309,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":17311,"title":17312,"module":13275,"summary":17313},"\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":17315,"title":17316,"module":13275,"summary":17317},"\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":17319,"title":17320,"module":13275,"summary":17321},"\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":17323,"title":17324,"module":13275,"summary":17325},"\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":17327,"title":17328,"module":13275,"summary":17329},"\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":17331,"title":17332,"module":17333,"summary":17334},"\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":17336,"title":17337,"module":17333,"summary":17338},"\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":17340,"title":17341,"module":17333,"summary":17342},"\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":17344,"title":17345,"module":17333,"summary":17346},"\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":17348,"title":17349,"module":17350,"summary":17351},"\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":17353,"title":17354,"module":17350,"summary":17355},"\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":17357,"title":17358,"module":17350,"summary":17359},"\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":17361,"title":17362,"module":13741,"summary":17363},"\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":17365,"title":17366,"module":13741,"summary":17367},"\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":17369,"title":17370,"module":13741,"summary":17371},"\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":17373,"title":17374,"module":14223,"summary":17375},"\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":17377,"title":15935,"module":14223,"summary":17378},"\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":17380,"title":16043,"module":14223,"summary":17381},"\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":17383,"title":17384,"module":14223,"summary":17385},"\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":17387,"title":17388,"module":14223,"summary":17389},"\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":17391,"title":17392,"module":14223,"summary":17393},"\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":17395,"title":17396,"module":17397,"summary":17398},"\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":17400,"title":17401,"module":17397,"summary":17402},"\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":17404,"title":17405,"module":17397,"summary":17406},"\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":17408,"title":17409,"module":17397,"summary":17410},"\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":17412,"title":17413,"module":17397,"summary":17414},"\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":17416,"title":17417,"module":17397,"summary":17418},"\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":17420,"title":17421,"module":17397,"summary":17422},"\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":17424,"title":17425,"module":17397,"summary":17426},"\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":17428,"title":17429,"module":17397,"summary":17430},"\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":17432,"title":17433,"module":17397,"summary":17434},"\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":17436,"title":17437,"module":17397,"summary":17438},"\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":17440,"title":17441,"module":17397,"summary":17442},"\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":17444,"title":17445,"module":17397,"summary":17446},"\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":17448,"title":17449,"module":17397,"summary":17450},"\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":17452,"title":17453,"module":17397,"summary":17454},"\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":17456,"title":17457,"module":17397,"summary":17458},"\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":17460,"title":17461,"module":17397,"summary":17462},"\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":17464,"title":17465,"module":17397,"summary":17466},"\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":17468,"title":17469,"module":17397,"summary":17470},"\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":17472,"title":17473,"module":17397,"summary":17474},"\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":17476,"title":17477,"module":16031,"summary":17478},"\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":17480,"title":17481,"module":16031,"summary":17482},"\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":17484,"title":17485,"module":16031,"summary":17486},"\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":17488,"title":17489,"module":16031,"summary":17490},"\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":17492,"title":17493,"module":16031,"summary":17494},"\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":17496,"title":17497,"module":16031,"summary":17498},"\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":17500,"title":17501,"module":16031,"summary":17502},"\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":17504,"title":17505,"module":16031,"summary":17506},"\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":17508,"title":17509,"module":17510,"summary":17511},"\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":17513,"title":17514,"module":17510,"summary":17515},"\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":17517,"title":17518,"module":17510,"summary":17519},"\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":17521,"title":17522,"module":17510,"summary":17523},"\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":17525,"title":17526,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":17528,"title":17529,"module":13275,"summary":17530},"\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":17532,"title":17533,"module":13275,"summary":17534},"\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":17536,"title":17537,"module":13275,"summary":17538},"\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":17540,"title":17541,"module":17542,"summary":17543},"\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":17545,"title":17546,"module":17542,"summary":17547},"\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":17549,"title":17550,"module":17542,"summary":17551},"\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":17553,"title":17554,"module":17542,"summary":17555},"\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":17557,"title":17558,"module":17559,"summary":17560},"\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":17562,"title":17563,"module":17559,"summary":17564},"\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":17566,"title":17567,"module":17559,"summary":17568},"\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":17570,"title":17571,"module":17559,"summary":17572},"\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":17574,"title":17575,"module":17576,"summary":17577},"\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":17579,"title":17580,"module":17576,"summary":17581},"\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":17583,"title":17584,"module":17576,"summary":17585},"\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":17587,"title":17588,"module":17576,"summary":17589},"\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":17591,"title":17592,"module":17593,"summary":17594},"\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":17596,"title":17597,"module":17593,"summary":17598},"\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":17600,"title":17601,"module":17593,"summary":17602},"\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":17604,"title":17605,"module":17606,"summary":17607},"\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":17609,"title":17610,"module":17606,"summary":17611},"\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":17613,"title":17614,"module":17606,"summary":17615},"\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":17617,"title":17618,"module":17606,"summary":17619},"\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":17621,"title":17622,"module":17623,"summary":17624},"\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":17626,"title":17627,"module":17623,"summary":17628},"\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":17630,"title":17631,"module":17623,"summary":17632},"\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":17634,"title":17635,"module":17623,"summary":17636},"\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":17638,"title":17639,"module":17640,"summary":17641},"\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":17643,"title":17644,"module":17640,"summary":17645},"\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":17647,"title":17648,"module":17640,"summary":17649},"\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":17651,"title":17652,"module":17640,"summary":17653},"\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":17655,"title":17656,"module":17657,"summary":17658},"\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":17660,"title":17661,"module":17657,"summary":17662},"\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":17664,"title":17665,"module":17657,"summary":17666},"\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":17668,"title":17669,"module":17657,"summary":17670},"\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":17672,"title":17673,"module":17657,"summary":17674},"\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":17676,"title":17677,"module":17678,"summary":17679},"\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":17681,"title":17682,"module":17678,"summary":17683},"\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":17685,"title":17686,"module":17678,"summary":17687},"\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":17689,"title":17690,"module":17691,"summary":17692},"\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":17694,"title":17695,"module":17691,"summary":17696},"\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":17698,"title":17699,"module":17691,"summary":17700},"\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":17702,"title":17703,"module":17703,"summary":17704},"\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":17706,"title":17707,"module":17703,"summary":17708},"\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":17710,"title":17711,"module":17703,"summary":17712},"\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":17714,"title":17715,"module":17703,"summary":17716},"\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":17718,"title":17719,"module":17703,"summary":17720},"\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":17722,"title":17723,"module":17703,"summary":17724},"\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":17726,"title":17727,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":17729,"title":17730,"module":17731,"summary":17732},"\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":17734,"title":17735,"module":17731,"summary":17736},"\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":17738,"title":17739,"module":17731,"summary":17740},"\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":17742,"title":17743,"module":17744,"summary":17745},"\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":17747,"title":17748,"module":17744,"summary":17749},"\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":17751,"title":17752,"module":17744,"summary":17753},"\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":17755,"title":17756,"module":17744,"summary":17757},"\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":17759,"title":17760,"module":17761,"summary":17762},"\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":17764,"title":17765,"module":17761,"summary":17766},"\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":17768,"title":17769,"module":17761,"summary":17770},"\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":17772,"title":17773,"module":17761,"summary":17774},"\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":17776,"title":17777,"module":17778,"summary":17779},"\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":17781,"title":17782,"module":17778,"summary":17783},"\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":17785,"title":17786,"module":17778,"summary":17787},"\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":17789,"title":17790,"module":17778,"summary":17791},"\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":17793,"title":17794,"module":17795,"summary":17796},"\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":17798,"title":17799,"module":17795,"summary":17800},"\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":17802,"title":17803,"module":17795,"summary":17804},"\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":17806,"title":17807,"module":17795,"summary":17808},"\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":17810,"title":17811,"module":17812,"summary":17813},"\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":17815,"title":17816,"module":17812,"summary":17817},"\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":17819,"title":17820,"module":17812,"summary":17821},"\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":17823,"title":17824,"module":17825,"summary":17826},"\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":17828,"title":17829,"module":17825,"summary":17830},"\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":17832,"title":17833,"module":17825,"summary":17834},"\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":17836,"title":17837,"module":17825,"summary":17838},"\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":17840,"title":16264,"module":17841,"summary":17842},"\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":17844,"title":17845,"module":17841,"summary":17846},"\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":17848,"title":17849,"module":17841,"summary":17850},"\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":17852,"title":17853,"module":17841,"summary":17854},"\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":17856,"title":17857,"module":17841,"summary":17858},"\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":17860,"title":17861,"module":17862,"summary":17863},"\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":17865,"title":17866,"module":17862,"summary":17867},"\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":17869,"title":17870,"module":17862,"summary":17871},"\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":17873,"title":17874,"module":17862,"summary":17875},"\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":17877,"title":17878,"module":17879,"summary":17880},"\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":17882,"title":17883,"module":17879,"summary":17884},"\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":17886,"title":17887,"module":17879,"summary":17888},"\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":17890,"title":17891,"module":17879,"summary":17892},"\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":17894,"title":17895,"module":17879,"summary":17896},"\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":17898,"title":17899,"module":17900,"summary":17901},"\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":17903,"title":17904,"module":17900,"summary":17905},"\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":17907,"title":14982,"module":17900,"summary":17908},"\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":17910,"title":17911,"module":17900,"summary":17912},"\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":17914,"title":17915,"module":17900,"summary":17916},"\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":17918,"title":17919,"module":17920,"summary":17921},"\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":17923,"title":17924,"module":17920,"summary":17925},"\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":17927,"title":17928,"module":17920,"summary":17929},"\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":17931,"title":17932,"module":17920,"summary":17933},"\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":17935,"title":17936,"module":17920,"summary":17937},"\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":17939,"title":17940,"module":17920,"summary":17941},"\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":17943,"title":17944,"module":17920,"summary":17945},"\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":17947,"title":17948,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":17950,"title":17951,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":12194,"title":17953,"module":6,"summary":6},"Study Notes",[17955,17970,17998,18030,18049,18103],{"module":13275,"moduleNumber":6957,"slug":17956,"lessons":17957},"foundations",[17958,17960,17962,17964,17966,17968],{"title":16651,"path":16650,"lessonNumber":6957,"topics":17959,"summary":16652},[13275],{"title":16655,"path":16654,"lessonNumber":6963,"topics":17961,"summary":16656},[13275],{"title":16659,"path":16658,"lessonNumber":6969,"topics":17963,"summary":16660},[13275],{"title":16663,"path":16662,"lessonNumber":6975,"topics":17965,"summary":16664},[13275],{"title":16666,"path":147,"lessonNumber":6981,"topics":17967,"summary":16667},[13275],{"title":16670,"path":16669,"lessonNumber":6987,"topics":17969,"summary":16671},[13275],{"module":16674,"moduleNumber":6963,"slug":17971,"lessons":17972},"tabular-methods",[17973,17976,17978,17980,17982,17984,17986,17988,17990,17992,17994,17996],{"title":13494,"path":16673,"lessonNumber":6957,"topics":17974,"summary":16675},[17975],"Tabular Methods",{"title":16678,"path":16677,"lessonNumber":6963,"topics":17977,"summary":16679},[17975],{"title":16682,"path":16681,"lessonNumber":6969,"topics":17979,"summary":16683},[17975],{"title":16686,"path":16685,"lessonNumber":6975,"topics":17981,"summary":16687},[17975],{"title":16690,"path":16689,"lessonNumber":6981,"topics":17983,"summary":16691},[17975],{"title":16694,"path":16693,"lessonNumber":6987,"topics":17985,"summary":16695},[17975],{"title":16698,"path":16697,"lessonNumber":6993,"topics":17987,"summary":16699},[17975],{"title":16702,"path":16701,"lessonNumber":6999,"topics":17989,"summary":16703},[17975],{"title":16706,"path":16705,"lessonNumber":7005,"topics":17991,"summary":16707},[17975],{"title":16710,"path":16709,"lessonNumber":7011,"topics":17993,"summary":16711},[17975],{"title":16714,"path":16713,"lessonNumber":7016,"topics":17995,"summary":16715},[17975],{"title":16718,"path":16717,"lessonNumber":7022,"topics":17997,"summary":16719},[17975],{"module":16723,"moduleNumber":6969,"slug":17999,"lessons":18000},"approximation",[18001,18004,18006,18008,18010,18012,18014,18016,18018,18020,18022,18024,18026,18028],{"title":16722,"path":16721,"lessonNumber":6957,"topics":18002,"summary":16724},[18003],"Approximation",{"title":16727,"path":16726,"lessonNumber":6963,"topics":18005,"summary":16728},[18003],{"title":16731,"path":16730,"lessonNumber":6969,"topics":18007,"summary":16732},[18003],{"title":16735,"path":16734,"lessonNumber":6975,"topics":18009,"summary":16736},[18003],{"title":16739,"path":16738,"lessonNumber":6981,"topics":18011,"summary":16740},[18003],{"title":16743,"path":16742,"lessonNumber":6987,"topics":18013,"summary":16744},[18003],{"title":16747,"path":16746,"lessonNumber":6993,"topics":18015,"summary":16748},[18003],{"title":16751,"path":16750,"lessonNumber":6999,"topics":18017,"summary":16752},[18003],{"title":16755,"path":16754,"lessonNumber":7005,"topics":18019,"summary":16756},[18003],{"title":16759,"path":16758,"lessonNumber":7011,"topics":18021,"summary":16760},[18003],{"title":16763,"path":16762,"lessonNumber":7016,"topics":18023,"summary":16764},[18003],{"title":16767,"path":16766,"lessonNumber":7022,"topics":18025,"summary":16768},[18003],{"title":16771,"path":16770,"lessonNumber":7028,"topics":18027,"summary":16772},[18003],{"title":16775,"path":16774,"lessonNumber":7034,"topics":18029,"summary":16776},[18003],{"module":16779,"moduleNumber":6975,"slug":18031,"lessons":18032},"deep-rl",[18033,18035,18037,18039,18041,18043,18045,18047],{"title":16097,"path":16778,"lessonNumber":6957,"topics":18034,"summary":16780},[12357],{"title":16783,"path":16782,"lessonNumber":6963,"topics":18036,"summary":16784},[12357],{"title":16787,"path":16786,"lessonNumber":6969,"topics":18038,"summary":16788},[12357],{"title":16791,"path":16790,"lessonNumber":6975,"topics":18040,"summary":16792},[12357],{"title":16795,"path":16794,"lessonNumber":6981,"topics":18042,"summary":16796},[12357],{"title":16799,"path":16798,"lessonNumber":6987,"topics":18044,"summary":16800},[12357],{"title":16803,"path":16802,"lessonNumber":6993,"topics":18046,"summary":16804},[12357],{"title":16807,"path":16806,"lessonNumber":6999,"topics":18048,"summary":16808},[12357],{"module":12335,"moduleNumber":6981,"slug":18050,"lessons":18051},"modern-deep-rl",[18052,18054,18056,18058,18060,18062,18064,18066,18068,18070,18072,18074,18076,18078,18080,18082,18085,18088,18091,18094,18097,18100],{"title":16811,"path":16810,"lessonNumber":6957,"topics":18053,"summary":16812},[12357],{"title":16815,"path":16814,"lessonNumber":6963,"topics":18055,"summary":16816},[12357],{"title":16818,"path":4698,"lessonNumber":6969,"topics":18057,"summary":16819},[12357],{"title":16822,"path":16821,"lessonNumber":6975,"topics":18059,"summary":16823},[12357],{"title":16826,"path":16825,"lessonNumber":6981,"topics":18061,"summary":16827},[12357],{"title":16830,"path":16829,"lessonNumber":6987,"topics":18063,"summary":16831},[12357],{"title":16834,"path":16833,"lessonNumber":6993,"topics":18065,"summary":16835},[12357],{"title":16838,"path":16837,"lessonNumber":6999,"topics":18067,"summary":16839},[12357],{"title":16842,"path":16841,"lessonNumber":7005,"topics":18069,"summary":16843},[12357],{"title":16846,"path":16845,"lessonNumber":7011,"topics":18071,"summary":16847},[12357],{"title":16850,"path":16849,"lessonNumber":7016,"topics":18073,"summary":16851},[12357],{"title":16854,"path":16853,"lessonNumber":7022,"topics":18075,"summary":16855},[12357],{"title":5,"path":12337,"lessonNumber":7028,"topics":18077,"summary":12355},[12357],{"title":11363,"path":155,"lessonNumber":7034,"topics":18079,"summary":16858},[12357],{"title":16861,"path":16860,"lessonNumber":7040,"topics":18081,"summary":16862},[12357],{"title":16865,"path":16864,"lessonNumber":18083,"topics":18084,"summary":16866},16,[12357],{"title":16869,"path":16868,"lessonNumber":18086,"topics":18087,"summary":16870},17,[12357],{"title":16873,"path":16872,"lessonNumber":18089,"topics":18090,"summary":16874},18,[12357],{"title":16877,"path":16876,"lessonNumber":18092,"topics":18093,"summary":16878},19,[12357],{"title":16881,"path":16880,"lessonNumber":18095,"topics":18096,"summary":16882},20,[12357],{"title":16885,"path":16884,"lessonNumber":18098,"topics":18099,"summary":16886},21,[12357],{"title":16889,"path":16888,"lessonNumber":18101,"topics":18102,"summary":16890},22,[12357],{"module":16894,"moduleNumber":6987,"slug":18104,"lessons":18105},"minds-and-brains",[18106,18109,18111,18113,18115,18117,18119,18121],{"title":16893,"path":16892,"lessonNumber":6957,"topics":18107,"summary":16895},[18108],"Minds and Brains",{"title":16898,"path":16897,"lessonNumber":6963,"topics":18110,"summary":16899},[18108],{"title":16902,"path":16901,"lessonNumber":6969,"topics":18112,"summary":16903},[18108],{"title":16906,"path":16905,"lessonNumber":6975,"topics":18114,"summary":16907},[18108],{"title":16910,"path":16909,"lessonNumber":6981,"topics":18116,"summary":16911},[18108],{"title":16914,"path":16913,"lessonNumber":6987,"topics":18118,"summary":16915},[18108],{"title":16918,"path":16917,"lessonNumber":6993,"topics":18120,"summary":16919},[18108],{"title":16922,"path":16921,"lessonNumber":6999,"topics":18122,"summary":16923},[18108],"\u003Csvg style=\"width:100%;max-width:507.460px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 380.595 113.298\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M77.348-43.417h85.359V-71.87H77.348Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-25.145 -49.215)\">\u003Cpath d=\"M122.325-6.429L120.403-6.429L120.403-6.726Q121.212-6.726 121.212-7.206L121.212-11.331Q121.212-11.503 120.969-11.550Q120.727-11.597 120.403-11.597L120.403-11.894L121.899-11.894Q122.008-11.894 122.067-11.781L123.915-7.238L125.755-11.781Q125.817-11.894 125.923-11.894L127.426-11.894L127.426-11.597Q127.106-11.597 126.864-11.550Q126.622-11.503 126.622-11.331L126.622-6.988Q126.622-6.820 126.864-6.773Q127.106-6.726 127.426-6.726L127.426-6.429L125.126-6.429L125.126-6.726Q125.930-6.726 125.930-6.988L125.930-11.581L123.883-6.542Q123.848-6.429 123.716-6.429Q123.575-6.429 123.540-6.542L121.516-11.519L121.516-7.206Q121.516-6.726 122.325-6.726L122.325-6.429M128.141-7.261Q128.141-7.745 128.544-8.040Q128.946-8.335 129.497-8.454Q130.048-8.574 130.540-8.574L130.540-8.863Q130.540-9.089 130.424-9.296Q130.309-9.503 130.112-9.622Q129.915-9.742 129.684-9.742Q129.258-9.742 128.973-9.636Q129.044-9.609 129.091-9.554Q129.137-9.499 129.163-9.429Q129.188-9.359 129.188-9.284Q129.188-9.179 129.137-9.087Q129.087-8.995 128.995-8.945Q128.903-8.894 128.798-8.894Q128.692-8.894 128.600-8.945Q128.508-8.995 128.458-9.087Q128.407-9.179 128.407-9.284Q128.407-9.702 128.796-9.849Q129.184-9.995 129.684-9.995Q130.016-9.995 130.370-9.865Q130.723-9.734 130.952-9.480Q131.180-9.226 131.180-8.878L131.180-7.077Q131.180-6.945 131.253-6.835Q131.325-6.726 131.454-6.726Q131.579-6.726 131.647-6.831Q131.716-6.937 131.716-7.077L131.716-7.589L131.997-7.589L131.997-7.077Q131.997-6.874 131.880-6.716Q131.762-6.558 131.581-6.474Q131.399-6.390 131.196-6.390Q130.966-6.390 130.813-6.562Q130.661-6.734 130.630-6.964Q130.469-6.683 130.161-6.517Q129.852-6.351 129.501-6.351Q128.989-6.351 128.565-6.574Q128.141-6.796 128.141-7.261M128.829-7.261Q128.829-6.976 129.055-6.790Q129.282-6.605 129.575-6.605Q129.821-6.605 130.046-6.722Q130.270-6.839 130.405-7.042Q130.540-7.245 130.540-7.499L130.540-8.331Q130.274-8.331 129.989-8.277Q129.704-8.222 129.432-8.093Q129.161-7.964 128.995-7.757Q128.829-7.550 128.829-7.261M134.298-6.429L132.317-6.429L132.317-6.726Q132.587-6.726 132.755-6.771Q132.923-6.816 132.923-6.988L132.923-9.124Q132.923-9.339 132.860-9.435Q132.798-9.531 132.680-9.552Q132.563-9.574 132.317-9.574L132.317-9.870L133.485-9.956L133.485-9.171Q133.563-9.382 133.716-9.568Q133.868-9.753 134.067-9.855Q134.266-9.956 134.493-9.956Q134.739-9.956 134.930-9.812Q135.122-9.667 135.122-9.437Q135.122-9.281 135.016-9.171Q134.911-9.062 134.755-9.062Q134.598-9.062 134.489-9.171Q134.380-9.281 134.380-9.437Q134.380-9.597 134.485-9.702Q134.161-9.702 133.946-9.474Q133.731-9.245 133.635-8.906Q133.540-8.566 133.540-8.261L133.540-6.988Q133.540-6.820 133.766-6.773Q133.993-6.726 134.298-6.726L134.298-6.429M137.426-6.429L135.630-6.429L135.630-6.726Q135.899-6.726 136.067-6.771Q136.235-6.816 136.235-6.988L136.235-11.148Q136.235-11.363 136.173-11.458Q136.110-11.554 135.993-11.575Q135.876-11.597 135.630-11.597L135.630-11.894L136.852-11.980L136.852-8.214L137.950-9.101Q138.157-9.281 138.157-9.429Q138.157-9.495 138.104-9.538Q138.051-9.581 137.981-9.581L137.981-9.878L139.516-9.878L139.516-9.581Q138.985-9.581 138.387-9.101L137.778-8.605L138.852-7.206Q138.989-7.031 139.096-6.923Q139.204-6.816 139.339-6.771Q139.473-6.726 139.700-6.726L139.700-6.429L138.075-6.429L138.075-6.726Q138.317-6.726 138.317-6.878Q138.317-6.956 138.274-7.027Q138.231-7.097 138.149-7.206L137.348-8.253L136.821-7.827L136.821-6.988Q136.821-6.820 136.989-6.773Q137.157-6.726 137.426-6.726\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-25.145 -49.215)\">\u003Cpath d=\"M139.862-8.124Q139.862-8.628 140.118-9.060Q140.374-9.492 140.810-9.743Q141.245-9.995 141.745-9.995Q142.132-9.995 142.474-9.851Q142.815-9.706 143.077-9.445Q143.339-9.183 143.481-8.847Q143.624-8.511 143.624-8.124Q143.624-7.632 143.360-7.222Q143.097-6.812 142.667-6.581Q142.237-6.351 141.745-6.351Q141.253-6.351 140.819-6.583Q140.386-6.816 140.124-7.224Q139.862-7.632 139.862-8.124M141.745-6.628Q142.202-6.628 142.454-6.851Q142.706-7.074 142.794-7.425Q142.882-7.777 142.882-8.222Q142.882-8.652 142.788-8.990Q142.694-9.327 142.440-9.534Q142.186-9.742 141.745-9.742Q141.097-9.742 140.853-9.325Q140.608-8.909 140.608-8.222Q140.608-7.777 140.696-7.425Q140.784-7.074 141.036-6.851Q141.288-6.628 141.745-6.628\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-25.145 -49.215)\">\u003Cpath d=\"M145.677-6.460L144.454-9.316Q144.372-9.492 144.228-9.536Q144.083-9.581 143.814-9.581L143.814-9.878L145.525-9.878L145.525-9.581Q145.103-9.581 145.103-9.398Q145.103-9.363 145.118-9.316L146.064-7.124L146.904-9.101Q146.943-9.179 146.943-9.269Q146.943-9.409 146.837-9.495Q146.732-9.581 146.591-9.581L146.591-9.878L147.943-9.878L147.943-9.581Q147.419-9.581 147.204-9.101L146.079-6.460Q146.017-6.351 145.911-6.351L145.845-6.351Q145.732-6.351 145.677-6.460\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-25.145 -49.215)\">\u003Cpath d=\"M151.195-5.820Q151.195-6.101 151.406-6.312Q151.617-6.523 151.902-6.613Q151.746-6.738 151.668-6.927Q151.590-7.117 151.590-7.316Q151.590-7.671 151.820-7.964Q151.453-8.304 151.453-8.773Q151.453-9.124 151.656-9.394Q151.859-9.663 152.180-9.810Q152.500-9.956 152.844-9.956Q153.363-9.956 153.734-9.675Q154.098-10.046 154.644-10.046Q154.824-10.046 154.951-9.919Q155.078-9.792 155.078-9.613Q155.078-9.507 155-9.429Q154.922-9.351 154.812-9.351Q154.703-9.351 154.627-9.427Q154.551-9.503 154.551-9.613Q154.551-9.714 154.590-9.765Q154.598-9.773 154.602-9.779Q154.605-9.784 154.605-9.788Q154.230-9.788 153.910-9.534Q154.230-9.195 154.230-8.773Q154.230-8.503 154.113-8.286Q153.996-8.070 153.791-7.911Q153.586-7.753 153.344-7.671Q153.102-7.589 152.844-7.589Q152.625-7.589 152.412-7.648Q152.199-7.706 152.004-7.827Q151.910-7.687 151.910-7.507Q151.910-7.300 152.047-7.148Q152.184-6.995 152.391-6.995L153.086-6.995Q153.574-6.995 153.986-6.911Q154.398-6.827 154.678-6.570Q154.957-6.312 154.957-5.820Q154.957-5.456 154.637-5.224Q154.316-4.992 153.875-4.890Q153.434-4.788 153.078-4.788Q152.723-4.788 152.279-4.890Q151.836-4.992 151.516-5.224Q151.195-5.456 151.195-5.820M151.699-5.820Q151.699-5.624 151.844-5.476Q151.988-5.327 152.201-5.238Q152.414-5.148 152.654-5.101Q152.894-5.054 153.078-5.054Q153.320-5.054 153.650-5.132Q153.980-5.210 154.217-5.384Q154.453-5.558 154.453-5.820Q154.453-6.226 154.043-6.335Q153.633-6.445 153.070-6.445L152.391-6.445Q152.121-6.445 151.910-6.267Q151.699-6.089 151.699-5.820M152.844-7.855Q153.566-7.855 153.566-8.773Q153.566-9.695 152.844-9.695Q152.117-9.695 152.117-8.773Q152.117-7.855 152.844-7.855M155.539-7.261Q155.539-7.745 155.941-8.040Q156.344-8.335 156.894-8.454Q157.445-8.574 157.937-8.574L157.937-8.863Q157.937-9.089 157.822-9.296Q157.707-9.503 157.510-9.622Q157.312-9.742 157.082-9.742Q156.656-9.742 156.371-9.636Q156.441-9.609 156.488-9.554Q156.535-9.499 156.561-9.429Q156.586-9.359 156.586-9.284Q156.586-9.179 156.535-9.087Q156.484-8.995 156.393-8.945Q156.301-8.894 156.195-8.894Q156.090-8.894 155.998-8.945Q155.906-8.995 155.855-9.087Q155.805-9.179 155.805-9.284Q155.805-9.702 156.193-9.849Q156.582-9.995 157.082-9.995Q157.414-9.995 157.768-9.865Q158.121-9.734 158.350-9.480Q158.578-9.226 158.578-8.878L158.578-7.077Q158.578-6.945 158.650-6.835Q158.723-6.726 158.852-6.726Q158.977-6.726 159.045-6.831Q159.113-6.937 159.113-7.077L159.113-7.589L159.394-7.589L159.394-7.077Q159.394-6.874 159.277-6.716Q159.160-6.558 158.978-6.474Q158.797-6.390 158.594-6.390Q158.363-6.390 158.211-6.562Q158.059-6.734 158.027-6.964Q157.867-6.683 157.559-6.517Q157.250-6.351 156.898-6.351Q156.387-6.351 155.963-6.574Q155.539-6.796 155.539-7.261M156.227-7.261Q156.227-6.976 156.453-6.790Q156.680-6.605 156.973-6.605Q157.219-6.605 157.443-6.722Q157.668-6.839 157.803-7.042Q157.937-7.245 157.937-7.499L157.937-8.331Q157.672-8.331 157.387-8.277Q157.102-8.222 156.830-8.093Q156.559-7.964 156.393-7.757Q156.227-7.550 156.227-7.261M161.617-6.429L159.762-6.429L159.762-6.726Q160.035-6.726 160.203-6.773Q160.371-6.820 160.371-6.988L160.371-9.124Q160.371-9.339 160.309-9.435Q160.246-9.531 160.127-9.552Q160.008-9.574 159.762-9.574L159.762-9.870L160.953-9.956L160.953-9.222Q161.066-9.437 161.260-9.605Q161.453-9.773 161.691-9.865Q161.930-9.956 162.184-9.956Q163.144-9.956 163.320-9.245Q163.504-9.574 163.832-9.765Q164.160-9.956 164.539-9.956Q165.715-9.956 165.715-8.878L165.715-6.988Q165.715-6.820 165.883-6.773Q166.051-6.726 166.320-6.726L166.320-6.429L164.465-6.429L164.465-6.726Q164.738-6.726 164.906-6.771Q165.074-6.816 165.074-6.988L165.074-8.863Q165.074-9.249 164.949-9.476Q164.824-9.702 164.473-9.702Q164.168-9.702 163.912-9.540Q163.656-9.378 163.508-9.109Q163.359-8.839 163.359-8.542L163.359-6.988Q163.359-6.820 163.529-6.773Q163.699-6.726 163.969-6.726L163.969-6.429L162.113-6.429L162.113-6.726Q162.387-6.726 162.555-6.773Q162.723-6.820 162.723-6.988L162.723-8.863Q162.723-9.249 162.598-9.476Q162.473-9.702 162.121-9.702Q161.816-9.702 161.561-9.540Q161.305-9.378 161.156-9.109Q161.008-8.839 161.008-8.542L161.008-6.988Q161.008-6.820 161.178-6.773Q161.348-6.726 161.617-6.726L161.617-6.429M166.766-8.183Q166.766-8.663 166.998-9.079Q167.230-9.495 167.641-9.745Q168.051-9.995 168.527-9.995Q169.258-9.995 169.656-9.554Q170.055-9.113 170.055-8.382Q170.055-8.277 169.961-8.253L167.512-8.253L167.512-8.183Q167.512-7.773 167.633-7.417Q167.754-7.062 168.025-6.845Q168.297-6.628 168.727-6.628Q169.090-6.628 169.387-6.857Q169.684-7.085 169.785-7.437Q169.793-7.484 169.879-7.499L169.961-7.499Q170.055-7.472 170.055-7.390Q170.055-7.382 170.047-7.351Q169.984-7.124 169.846-6.941Q169.707-6.757 169.516-6.624Q169.324-6.492 169.105-6.421Q168.887-6.351 168.648-6.351Q168.277-6.351 167.939-6.488Q167.602-6.624 167.334-6.876Q167.066-7.128 166.916-7.468Q166.766-7.808 166.766-8.183M167.519-8.492L169.480-8.492Q169.480-8.796 169.379-9.087Q169.277-9.378 169.061-9.560Q168.844-9.742 168.527-9.742Q168.227-9.742 167.996-9.554Q167.766-9.367 167.643-9.075Q167.519-8.784 167.519-8.492\" 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\" d=\"M-62.07 34.828h91.049v-48.37H-62.07Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M123.273-23.940Q123.273-24.268 123.408-24.569Q123.543-24.869 123.779-25.090Q124.015-25.310 124.319-25.430Q124.624-25.550 124.948-25.550Q125.454-25.550 125.803-25.447Q126.151-25.345 126.151-24.969Q126.151-24.822 126.054-24.721Q125.957-24.620 125.810-24.620Q125.656-24.620 125.557-24.719Q125.458-24.818 125.458-24.969Q125.458-25.157 125.598-25.249Q125.396-25.300 124.955-25.300Q124.600-25.300 124.371-25.104Q124.142-24.907 124.041-24.598Q123.940-24.288 123.940-23.940Q123.940-23.591 124.066-23.285Q124.193-22.979 124.448-22.795Q124.702-22.610 125.058-22.610Q125.280-22.610 125.464-22.694Q125.649-22.778 125.784-22.933Q125.919-23.089 125.977-23.297Q125.991-23.352 126.045-23.352L126.158-23.352Q126.189-23.352 126.211-23.328Q126.233-23.304 126.233-23.270L126.233-23.249Q126.148-22.962 125.960-22.764Q125.772-22.566 125.507-22.463Q125.242-22.361 124.948-22.361Q124.518-22.361 124.130-22.567Q123.742-22.774 123.508-23.137Q123.273-23.499 123.273-23.940M126.780-23.912Q126.780-24.254 126.915-24.553Q127.050-24.852 127.290-25.076Q127.529-25.300 127.847-25.425Q128.165-25.550 128.496-25.550Q128.940-25.550 129.340-25.334Q129.740-25.119 129.974-24.741Q130.209-24.364 130.209-23.912Q130.209-23.571 130.067-23.287Q129.925-23.003 129.680-22.796Q129.436-22.590 129.127-22.475Q128.817-22.361 128.496-22.361Q128.065-22.361 127.664-22.562Q127.262-22.764 127.021-23.116Q126.780-23.468 126.780-23.912M128.496-22.610Q129.098-22.610 129.322-22.988Q129.545-23.366 129.545-23.998Q129.545-24.610 129.311-24.969Q129.077-25.327 128.496-25.327Q127.443-25.327 127.443-23.998Q127.443-23.366 127.669-22.988Q127.895-22.610 128.496-22.610\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M130.989-23.912Q130.989-24.254 131.124-24.553Q131.259-24.852 131.499-25.076Q131.738-25.300 132.056-25.425Q132.374-25.550 132.705-25.550Q133.150-25.550 133.549-25.334Q133.949-25.119 134.184-24.741Q134.418-24.364 134.418-23.912Q134.418-23.571 134.276-23.287Q134.134-23.003 133.890-22.796Q133.645-22.590 133.336-22.475Q133.027-22.361 132.705-22.361Q132.275-22.361 131.873-22.562Q131.471-22.764 131.230-23.116Q130.989-23.468 130.989-23.912M132.705-22.610Q133.307-22.610 133.531-22.988Q133.755-23.366 133.755-23.998Q133.755-24.610 133.520-24.969Q133.286-25.327 132.705-25.327Q131.653-25.327 131.653-23.998Q131.653-23.366 131.878-22.988Q132.104-22.610 132.705-22.610M136.656-21.072L135.026-21.072L135.026-21.352Q135.255-21.352 135.404-21.387Q135.552-21.421 135.552-21.561L135.552-24.907Q135.552-25.078 135.416-25.119Q135.279-25.160 135.026-25.160L135.026-25.440L136.106-25.515L136.106-25.109Q136.328-25.310 136.615-25.413Q136.903-25.515 137.210-25.515Q137.637-25.515 138.001-25.302Q138.365-25.088 138.579-24.724Q138.793-24.360 138.793-23.940Q138.793-23.495 138.553-23.131Q138.314-22.767 137.921-22.564Q137.528-22.361 137.084-22.361Q136.817-22.361 136.569-22.461Q136.321-22.562 136.133-22.743L136.133-21.561Q136.133-21.424 136.282-21.388Q136.431-21.352 136.656-21.352L136.656-21.072M136.133-24.760L136.133-23.150Q136.267-22.897 136.509-22.740Q136.752-22.583 137.029-22.583Q137.357-22.583 137.610-22.784Q137.863-22.986 137.996-23.304Q138.130-23.622 138.130-23.940Q138.130-24.169 138.065-24.398Q138-24.627 137.872-24.825Q137.743-25.023 137.549-25.143Q137.354-25.262 137.121-25.262Q136.827-25.262 136.559-25.133Q136.291-25.003 136.133-24.760\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M139.607-23.964Q139.607-24.285 139.732-24.574Q139.857-24.863 140.083-25.086Q140.308-25.310 140.604-25.430Q140.899-25.550 141.217-25.550Q141.545-25.550 141.807-25.450Q142.068-25.351 142.244-25.169Q142.420-24.986 142.514-24.728Q142.608-24.470 142.608-24.138Q142.608-24.046 142.526-24.025L140.271-24.025L140.271-23.964Q140.271-23.376 140.554-22.993Q140.838-22.610 141.405-22.610Q141.727-22.610 141.995-22.803Q142.263-22.996 142.352-23.311Q142.359-23.352 142.434-23.366L142.526-23.366Q142.608-23.342 142.608-23.270Q142.608-23.263 142.602-23.236Q142.489-22.839 142.118-22.600Q141.747-22.361 141.323-22.361Q140.886-22.361 140.486-22.569Q140.086-22.778 139.847-23.145Q139.607-23.512 139.607-23.964M140.277-24.234L142.092-24.234Q142.092-24.511 141.995-24.763Q141.897-25.016 141.699-25.172Q141.501-25.327 141.217-25.327Q140.940-25.327 140.727-25.169Q140.513-25.010 140.395-24.755Q140.277-24.500 140.277-24.234M144.946-22.429L143.210-22.429L143.210-22.709Q143.439-22.709 143.588-22.743Q143.736-22.778 143.736-22.918L143.736-24.767Q143.736-25.037 143.629-25.098Q143.521-25.160 143.210-25.160L143.210-25.440L144.239-25.515L144.239-24.808Q144.369-25.116 144.611-25.315Q144.854-25.515 145.172-25.515Q145.391-25.515 145.562-25.391Q145.732-25.266 145.732-25.054Q145.732-24.917 145.633-24.818Q145.534-24.719 145.401-24.719Q145.264-24.719 145.165-24.818Q145.066-24.917 145.066-25.054Q145.066-25.194 145.165-25.293Q144.875-25.293 144.675-25.097Q144.475-24.900 144.382-24.606Q144.290-24.312 144.290-24.032L144.290-22.918Q144.290-22.709 144.946-22.709L144.946-22.429M146.375-23.157Q146.375-23.489 146.599-23.716Q146.823-23.943 147.166-24.071Q147.510-24.200 147.882-24.252Q148.255-24.305 148.559-24.305L148.559-24.558Q148.559-24.763 148.451-24.943Q148.344-25.122 148.163-25.225Q147.981-25.327 147.773-25.327Q147.366-25.327 147.130-25.235Q147.219-25.198 147.265-25.114Q147.312-25.030 147.312-24.928Q147.312-24.832 147.265-24.753Q147.219-24.675 147.139-24.630Q147.059-24.586 146.970-24.586Q146.819-24.586 146.719-24.683Q146.618-24.781 146.618-24.928Q146.618-25.550 147.773-25.550Q147.985-25.550 148.234-25.486Q148.484-25.423 148.686-25.304Q148.887-25.184 149.014-24.999Q149.140-24.815 149.140-24.572L149.140-22.996Q149.140-22.880 149.202-22.784Q149.263-22.689 149.376-22.689Q149.485-22.689 149.550-22.783Q149.615-22.877 149.615-22.996L149.615-23.444L149.882-23.444L149.882-22.996Q149.882-22.726 149.655-22.561Q149.427-22.395 149.147-22.395Q148.938-22.395 148.802-22.549Q148.665-22.702 148.641-22.918Q148.494-22.651 148.212-22.506Q147.930-22.361 147.605-22.361Q147.329-22.361 147.045-22.436Q146.761-22.511 146.568-22.690Q146.375-22.870 146.375-23.157M146.990-23.157Q146.990-22.983 147.091-22.853Q147.192-22.723 147.347-22.653Q147.503-22.583 147.667-22.583Q147.886-22.583 148.094-22.680Q148.303-22.778 148.431-22.959Q148.559-23.140 148.559-23.366L148.559-24.094Q148.234-24.094 147.869-24.003Q147.503-23.912 147.247-23.700Q146.990-23.489 146.990-23.157M150.825-23.270L150.825-25.167L150.186-25.167L150.186-25.389Q150.504-25.389 150.721-25.599Q150.938-25.809 151.039-26.119Q151.140-26.428 151.140-26.736L151.406-26.736L151.406-25.447L152.483-25.447L152.483-25.167L151.406-25.167L151.406-23.283Q151.406-23.007 151.511-22.808Q151.615-22.610 151.875-22.610Q152.032-22.610 152.138-22.714Q152.244-22.819 152.293-22.972Q152.343-23.126 152.343-23.283L152.343-23.697L152.609-23.697L152.609-23.270Q152.609-23.044 152.510-22.834Q152.411-22.624 152.227-22.492Q152.042-22.361 151.813-22.361Q151.376-22.361 151.100-22.598Q150.825-22.836 150.825-23.270M155.036-22.429L153.484-22.429L153.484-22.709Q153.710-22.709 153.859-22.743Q154.007-22.778 154.007-22.918L154.007-24.767Q154.007-24.955 153.959-25.039Q153.912-25.122 153.814-25.141Q153.717-25.160 153.505-25.160L153.505-25.440L154.561-25.515L154.561-22.918Q154.561-22.778 154.693-22.743Q154.824-22.709 155.036-22.709L155.036-22.429M153.765-26.736Q153.765-26.907 153.888-27.026Q154.011-27.146 154.182-27.146Q154.349-27.146 154.472-27.026Q154.595-26.907 154.595-26.736Q154.595-26.561 154.472-26.438Q154.349-26.315 154.182-26.315Q154.011-26.315 153.888-26.438Q153.765-26.561 153.765-26.736M157.272-22.456L156.144-24.955Q156.072-25.102 155.942-25.134Q155.812-25.167 155.583-25.167L155.583-25.447L157.097-25.447L157.097-25.167Q156.745-25.167 156.745-25.020Q156.745-24.975 156.755-24.955L157.620-23.037L158.399-24.767Q158.434-24.835 158.434-24.914Q158.434-25.027 158.350-25.097Q158.266-25.167 158.147-25.167L158.147-25.447L159.343-25.447L159.343-25.167Q159.124-25.167 158.953-25.064Q158.782-24.962 158.693-24.767L157.658-22.456Q157.610-22.361 157.504-22.361L157.425-22.361Q157.319-22.361 157.272-22.456\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M159.649-23.964Q159.649-24.285 159.774-24.574Q159.899-24.863 160.125-25.086Q160.350-25.310 160.646-25.430Q160.941-25.550 161.259-25.550Q161.587-25.550 161.849-25.450Q162.110-25.351 162.286-25.169Q162.462-24.986 162.556-24.728Q162.650-24.470 162.650-24.138Q162.650-24.046 162.568-24.025L160.313-24.025L160.313-23.964Q160.313-23.376 160.596-22.993Q160.880-22.610 161.447-22.610Q161.769-22.610 162.037-22.803Q162.305-22.996 162.394-23.311Q162.401-23.352 162.476-23.366L162.568-23.366Q162.650-23.342 162.650-23.270Q162.650-23.263 162.644-23.236Q162.531-22.839 162.160-22.600Q161.789-22.361 161.365-22.361Q160.928-22.361 160.528-22.569Q160.128-22.778 159.889-23.145Q159.649-23.512 159.649-23.964M160.319-24.234L162.134-24.234Q162.134-24.511 162.037-24.763Q161.939-25.016 161.741-25.172Q161.543-25.327 161.259-25.327Q160.982-25.327 160.769-25.169Q160.555-25.010 160.437-24.755Q160.319-24.500 160.319-24.234\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M123.113-15.157Q123.113-15.489 123.336-15.716Q123.560-15.943 123.904-16.071Q124.247-16.200 124.620-16.252Q124.992-16.305 125.297-16.305L125.297-16.558Q125.297-16.763 125.189-16.943Q125.081-17.122 124.900-17.225Q124.719-17.327 124.511-17.327Q124.104-17.327 123.868-17.235Q123.957-17.198 124.003-17.114Q124.049-17.030 124.049-16.928Q124.049-16.832 124.003-16.753Q123.957-16.675 123.876-16.630Q123.796-16.586 123.707-16.586Q123.557-16.586 123.456-16.683Q123.355-16.781 123.355-16.928Q123.355-17.550 124.511-17.550Q124.722-17.550 124.972-17.486Q125.221-17.423 125.423-17.304Q125.625-17.184 125.751-16.999Q125.878-16.815 125.878-16.572L125.878-14.996Q125.878-14.880 125.939-14.784Q126.001-14.689 126.114-14.689Q126.223-14.689 126.288-14.783Q126.353-14.877 126.353-14.996L126.353-15.444L126.619-15.444L126.619-14.996Q126.619-14.726 126.392-14.561Q126.165-14.395 125.885-14.395Q125.676-14.395 125.539-14.549Q125.403-14.702 125.379-14.918Q125.232-14.651 124.950-14.506Q124.668-14.361 124.343-14.361Q124.066-14.361 123.782-14.436Q123.499-14.511 123.306-14.690Q123.113-14.870 123.113-15.157M123.728-15.157Q123.728-14.983 123.829-14.853Q123.929-14.723 124.085-14.653Q124.240-14.583 124.405-14.583Q124.623-14.583 124.832-14.680Q125.040-14.778 125.168-14.959Q125.297-15.140 125.297-15.366L125.297-16.094Q124.972-16.094 124.606-16.003Q124.240-15.912 123.984-15.700Q123.728-15.489 123.728-15.157M128.704-14.429L127.101-14.429L127.101-14.709Q127.327-14.709 127.476-14.743Q127.624-14.778 127.624-14.918L127.624-18.537Q127.624-18.807 127.517-18.869Q127.409-18.930 127.101-18.930L127.101-19.211L128.178-19.286L128.178-14.918Q128.178-14.781 128.328-14.745Q128.479-14.709 128.704-14.709L128.704-14.429M130.967-14.429L129.364-14.429L129.364-14.709Q129.590-14.709 129.738-14.743Q129.887-14.778 129.887-14.918L129.887-18.537Q129.887-18.807 129.779-18.869Q129.672-18.930 129.364-18.930L129.364-19.211L130.441-19.286L130.441-14.918Q130.441-14.781 130.591-14.745Q130.741-14.709 130.967-14.709\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M136.013-14.429L134.277-14.429L134.277-14.709Q134.506-14.709 134.655-14.743Q134.803-14.778 134.803-14.918L134.803-16.767Q134.803-17.037 134.696-17.098Q134.588-17.160 134.277-17.160L134.277-17.440L135.306-17.515L135.306-16.808Q135.436-17.116 135.678-17.315Q135.921-17.515 136.239-17.515Q136.458-17.515 136.629-17.391Q136.800-17.266 136.800-17.054Q136.800-16.917 136.700-16.818Q136.601-16.719 136.468-16.719Q136.331-16.719 136.232-16.818Q136.133-16.917 136.133-17.054Q136.133-17.194 136.232-17.293Q135.942-17.293 135.742-17.097Q135.542-16.900 135.449-16.606Q135.357-16.312 135.357-16.032L135.357-14.918Q135.357-14.709 136.013-14.709L136.013-14.429M139.267-15.683L137.210-15.683L137.210-16.186L139.267-16.186L139.267-15.683M141.687-14.429L140.136-14.429L140.136-14.709Q140.361-14.709 140.510-14.743Q140.658-14.778 140.658-14.918L140.658-16.767Q140.658-16.955 140.611-17.039Q140.563-17.122 140.465-17.141Q140.368-17.160 140.156-17.160L140.156-17.440L141.212-17.515L141.212-14.918Q141.212-14.778 141.344-14.743Q141.475-14.709 141.687-14.709L141.687-14.429M140.416-18.736Q140.416-18.907 140.539-19.026Q140.662-19.146 140.833-19.146Q141-19.146 141.123-19.026Q141.246-18.907 141.246-18.736Q141.246-18.561 141.123-18.438Q141-18.315 140.833-18.315Q140.662-18.315 140.539-18.438Q140.416-18.561 140.416-18.736\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M144.999-15.964Q144.999-16.285 145.124-16.574Q145.249-16.863 145.475-17.086Q145.700-17.310 145.996-17.430Q146.291-17.550 146.609-17.550Q146.937-17.550 147.199-17.450Q147.460-17.351 147.636-17.169Q147.812-16.986 147.906-16.728Q148-16.470 148-16.138Q148-16.046 147.918-16.025L145.663-16.025L145.663-15.964Q145.663-15.376 145.946-14.993Q146.230-14.610 146.797-14.610Q147.119-14.610 147.387-14.803Q147.655-14.996 147.744-15.311Q147.751-15.352 147.826-15.366L147.918-15.366Q148-15.342 148-15.270Q148-15.263 147.994-15.236Q147.881-14.839 147.510-14.600Q147.139-14.361 146.715-14.361Q146.278-14.361 145.878-14.569Q145.478-14.778 145.239-15.145Q144.999-15.512 144.999-15.964M145.669-16.234L147.484-16.234Q147.484-16.511 147.387-16.763Q147.289-17.016 147.091-17.172Q146.893-17.327 146.609-17.327Q146.332-17.327 146.119-17.169Q145.905-17.010 145.787-16.755Q145.669-16.500 145.669-16.234M150.212-14.361Q149.781-14.361 149.405-14.573Q149.029-14.784 148.809-15.145Q148.588-15.506 148.588-15.940Q148.588-16.384 148.826-16.745Q149.063-17.105 149.450-17.310Q149.836-17.515 150.277-17.515Q150.595-17.515 150.878-17.360Q151.162-17.204 151.347-16.928L151.593-17.515L151.829-17.515L151.829-13.561Q151.829-13.424 151.979-13.388Q152.129-13.352 152.355-13.352L152.355-13.072L150.725-13.072L150.725-13.352Q150.950-13.352 151.099-13.387Q151.247-13.421 151.247-13.561L151.247-14.822Q151.049-14.603 150.778-14.482Q150.506-14.361 150.212-14.361M150.263-14.583Q150.595-14.583 150.866-14.788Q151.138-14.993 151.278-15.318L151.278-16.452Q151.220-16.675 151.089-16.857Q150.957-17.040 150.767-17.151Q150.578-17.262 150.352-17.262Q150.024-17.262 149.773-17.066Q149.521-16.869 149.388-16.562Q149.255-16.254 149.255-15.933Q149.255-15.632 149.371-15.316Q149.487-15 149.716-14.791Q149.945-14.583 150.263-14.583M153.363-15.263L153.363-16.767Q153.363-17.037 153.256-17.098Q153.148-17.160 152.837-17.160L152.837-17.440L153.944-17.515L153.944-15.283L153.944-15.263Q153.944-14.983 153.996-14.839Q154.047-14.696 154.189-14.639Q154.330-14.583 154.618-14.583Q154.871-14.583 155.076-14.723Q155.281-14.863 155.397-15.089Q155.513-15.314 155.513-15.564L155.513-16.767Q155.513-17.037 155.405-17.098Q155.298-17.160 154.987-17.160L154.987-17.440L156.094-17.515L156.094-15.102Q156.094-14.911 156.147-14.829Q156.200-14.747 156.301-14.728Q156.402-14.709 156.617-14.709L156.617-14.429L155.540-14.361L155.540-14.925Q155.431-14.743 155.286-14.620Q155.141-14.497 154.954-14.429Q154.768-14.361 154.566-14.361Q153.363-14.361 153.363-15.263M157.263-15.157Q157.263-15.489 157.487-15.716Q157.711-15.943 158.054-16.071Q158.398-16.200 158.770-16.252Q159.143-16.305 159.447-16.305L159.447-16.558Q159.447-16.763 159.340-16.943Q159.232-17.122 159.051-17.225Q158.870-17.327 158.661-17.327Q158.254-17.327 158.018-17.235Q158.107-17.198 158.153-17.114Q158.200-17.030 158.200-16.928Q158.200-16.832 158.153-16.753Q158.107-16.675 158.027-16.630Q157.947-16.586 157.858-16.586Q157.707-16.586 157.607-16.683Q157.506-16.781 157.506-16.928Q157.506-17.550 158.661-17.550Q158.873-17.550 159.122-17.486Q159.372-17.423 159.574-17.304Q159.775-17.184 159.902-16.999Q160.028-16.815 160.028-16.572L160.028-14.996Q160.028-14.880 160.090-14.784Q160.151-14.689 160.264-14.689Q160.373-14.689 160.438-14.783Q160.503-14.877 160.503-14.996L160.503-15.444L160.770-15.444L160.770-14.996Q160.770-14.726 160.543-14.561Q160.315-14.395 160.035-14.395Q159.827-14.395 159.690-14.549Q159.553-14.702 159.529-14.918Q159.382-14.651 159.100-14.506Q158.818-14.361 158.494-14.361Q158.217-14.361 157.933-14.436Q157.649-14.511 157.456-14.690Q157.263-14.870 157.263-15.157M157.878-15.157Q157.878-14.983 157.979-14.853Q158.080-14.723 158.236-14.653Q158.391-14.583 158.555-14.583Q158.774-14.583 158.982-14.680Q159.191-14.778 159.319-14.959Q159.447-15.140 159.447-15.366L159.447-16.094Q159.122-16.094 158.757-16.003Q158.391-15.912 158.135-15.700Q157.878-15.489 157.878-15.157M162.855-14.429L161.252-14.429L161.252-14.709Q161.477-14.709 161.626-14.743Q161.775-14.778 161.775-14.918L161.775-18.537Q161.775-18.807 161.667-18.869Q161.559-18.930 161.252-18.930L161.252-19.211L162.329-19.286L162.329-14.918Q162.329-14.781 162.479-14.745Q162.629-14.709 162.855-14.709\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M122.472-4.679Q121.922-5.079 121.551-5.634Q121.180-6.190 120.999-6.836Q120.818-7.482 120.818-8.179Q120.818-8.692 120.918-9.187Q121.019-9.683 121.224-10.134Q121.429-10.585 121.742-10.977Q122.055-11.368 122.472-11.672Q122.482-11.676 122.489-11.677Q122.496-11.679 122.506-11.679L122.574-11.679Q122.609-11.679 122.631-11.655Q122.653-11.631 122.653-11.594Q122.653-11.549 122.626-11.532Q122.277-11.231 122.024-10.847Q121.771-10.462 121.619-10.021Q121.467-9.580 121.395-9.124Q121.323-8.668 121.323-8.179Q121.323-7.178 121.633-6.291Q121.942-5.404 122.626-4.819Q122.653-4.802 122.653-4.758Q122.653-4.720 122.631-4.696Q122.609-4.672 122.574-4.672L122.506-4.672Q122.499-4.676 122.491-4.677Q122.482-4.679 122.472-4.679M123.463-6.436L123.463-7.499Q123.463-7.523 123.490-7.550Q123.518-7.577 123.542-7.577L123.651-7.577Q123.716-7.577 123.730-7.519Q123.825-7.085 124.071-6.834Q124.318-6.583 124.731-6.583Q125.073-6.583 125.326-6.716Q125.579-6.849 125.579-7.157Q125.579-7.314 125.485-7.429Q125.391-7.543 125.252-7.612Q125.114-7.680 124.946-7.718L124.365-7.817Q124.010-7.885 123.736-8.106Q123.463-8.326 123.463-8.668Q123.463-8.917 123.574-9.092Q123.685-9.266 123.872-9.365Q124.058-9.464 124.273-9.507Q124.488-9.550 124.731-9.550Q125.145-9.550 125.425-9.368L125.640-9.543Q125.651-9.546 125.657-9.548Q125.664-9.550 125.674-9.550L125.726-9.550Q125.753-9.550 125.777-9.526Q125.801-9.502 125.801-9.474L125.801-8.627Q125.801-8.606 125.777-8.579Q125.753-8.552 125.726-8.552L125.613-8.552Q125.586-8.552 125.560-8.577Q125.534-8.603 125.534-8.627Q125.534-8.863 125.428-9.027Q125.322-9.191 125.140-9.273Q124.957-9.355 124.724-9.355Q124.396-9.355 124.140-9.252Q123.883-9.150 123.883-8.873Q123.883-8.678 124.066-8.569Q124.249-8.459 124.478-8.418L125.052-8.312Q125.299-8.264 125.512-8.136Q125.726-8.008 125.862-7.805Q125.999-7.601 125.999-7.352Q125.999-6.839 125.633-6.600Q125.268-6.361 124.731-6.361Q124.236-6.361 123.904-6.655L123.637-6.381Q123.617-6.361 123.590-6.361L123.542-6.361Q123.518-6.361 123.490-6.388Q123.463-6.415 123.463-6.436M128.310-6.429L126.676-6.429L126.676-6.709Q126.905-6.709 127.054-6.743Q127.202-6.778 127.202-6.918L127.202-10.537Q127.202-10.807 127.095-10.869Q126.987-10.930 126.676-10.930L126.676-11.211L127.756-11.286L127.756-8.900Q127.862-9.085 128.040-9.227Q128.217-9.368 128.426-9.442Q128.634-9.515 128.860-9.515Q129.366-9.515 129.650-9.292Q129.933-9.068 129.933-8.572L129.933-6.918Q129.933-6.781 130.082-6.745Q130.231-6.709 130.456-6.709L130.456-6.429L128.826-6.429L128.826-6.709Q129.055-6.709 129.204-6.743Q129.352-6.778 129.352-6.918L129.352-8.558Q129.352-8.893 129.233-9.093Q129.113-9.293 128.799-9.293Q128.528-9.293 128.294-9.157Q128.060-9.020 127.922-8.786Q127.783-8.552 127.783-8.278L127.783-6.918Q127.783-6.781 127.934-6.745Q128.084-6.709 128.310-6.709L128.310-6.429M131.102-7.157Q131.102-7.489 131.326-7.716Q131.550-7.943 131.893-8.071Q132.237-8.200 132.610-8.252Q132.982-8.305 133.286-8.305L133.286-8.558Q133.286-8.763 133.179-8.943Q133.071-9.122 132.890-9.225Q132.709-9.327 132.500-9.327Q132.093-9.327 131.858-9.235Q131.946-9.198 131.993-9.114Q132.039-9.030 132.039-8.928Q132.039-8.832 131.993-8.753Q131.946-8.675 131.866-8.630Q131.786-8.586 131.697-8.586Q131.547-8.586 131.446-8.683Q131.345-8.781 131.345-8.928Q131.345-9.550 132.500-9.550Q132.712-9.550 132.962-9.486Q133.211-9.423 133.413-9.304Q133.614-9.184 133.741-8.999Q133.867-8.815 133.867-8.572L133.867-6.996Q133.867-6.880 133.929-6.784Q133.990-6.689 134.103-6.689Q134.213-6.689 134.278-6.783Q134.342-6.877 134.342-6.996L134.342-7.444L134.609-7.444L134.609-6.996Q134.609-6.726 134.382-6.561Q134.154-6.395 133.874-6.395Q133.666-6.395 133.529-6.549Q133.392-6.702 133.368-6.918Q133.221-6.651 132.939-6.506Q132.657-6.361 132.333-6.361Q132.056-6.361 131.772-6.436Q131.488-6.511 131.295-6.690Q131.102-6.870 131.102-7.157M131.717-7.157Q131.717-6.983 131.818-6.853Q131.919-6.723 132.075-6.653Q132.230-6.583 132.394-6.583Q132.613-6.583 132.821-6.680Q133.030-6.778 133.158-6.959Q133.286-7.140 133.286-7.366L133.286-8.094Q132.962-8.094 132.596-8.003Q132.230-7.912 131.974-7.700Q131.717-7.489 131.717-7.157M136.776-6.429L135.040-6.429L135.040-6.709Q135.269-6.709 135.417-6.743Q135.566-6.778 135.566-6.918L135.566-8.767Q135.566-9.037 135.458-9.098Q135.351-9.160 135.040-9.160L135.040-9.440L136.069-9.515L136.069-8.808Q136.198-9.116 136.441-9.315Q136.684-9.515 137.002-9.515Q137.220-9.515 137.391-9.391Q137.562-9.266 137.562-9.054Q137.562-8.917 137.463-8.818Q137.364-8.719 137.231-8.719Q137.094-8.719 136.995-8.818Q136.896-8.917 136.896-9.054Q136.896-9.194 136.995-9.293Q136.704-9.293 136.504-9.097Q136.304-8.900 136.212-8.606Q136.120-8.312 136.120-8.032L136.120-6.918Q136.120-6.709 136.776-6.709L136.776-6.429M138.106-7.964Q138.106-8.285 138.230-8.574Q138.355-8.863 138.581-9.086Q138.806-9.310 139.102-9.430Q139.398-9.550 139.716-9.550Q140.044-9.550 140.305-9.450Q140.567-9.351 140.743-9.169Q140.919-8.986 141.013-8.728Q141.107-8.470 141.107-8.138Q141.107-8.046 141.025-8.025L138.769-8.025L138.769-7.964Q138.769-7.376 139.052-6.993Q139.336-6.610 139.903-6.610Q140.225-6.610 140.493-6.803Q140.761-6.996 140.850-7.311Q140.857-7.352 140.932-7.366L141.025-7.366Q141.107-7.342 141.107-7.270Q141.107-7.263 141.100-7.236Q140.987-6.839 140.616-6.600Q140.245-6.361 139.821-6.361Q139.384-6.361 138.984-6.569Q138.584-6.778 138.345-7.145Q138.106-7.512 138.106-7.964M138.776-8.234L140.591-8.234Q140.591-8.511 140.493-8.763Q140.396-9.016 140.197-9.172Q139.999-9.327 139.716-9.327Q139.439-9.327 139.225-9.169Q139.011-9.010 138.893-8.755Q138.776-8.500 138.776-8.234M141.695-7.940Q141.695-8.278 141.835-8.569Q141.975-8.859 142.219-9.073Q142.464-9.286 142.768-9.401Q143.072-9.515 143.397-9.515Q143.667-9.515 143.930-9.416Q144.193-9.317 144.384-9.139L144.384-10.537Q144.384-10.807 144.277-10.869Q144.169-10.930 143.858-10.930L143.858-11.211L144.935-11.286L144.935-7.102Q144.935-6.914 144.989-6.831Q145.044-6.747 145.145-6.728Q145.246-6.709 145.461-6.709L145.461-6.429L144.354-6.361L144.354-6.778Q143.937-6.361 143.311-6.361Q142.881-6.361 142.508-6.573Q142.135-6.784 141.915-7.145Q141.695-7.506 141.695-7.940M143.369-6.583Q143.578-6.583 143.764-6.655Q143.950-6.726 144.104-6.863Q144.258-7 144.354-7.178L144.354-8.787Q144.268-8.934 144.123-9.054Q143.978-9.174 143.809-9.233Q143.639-9.293 143.458-9.293Q142.898-9.293 142.629-8.904Q142.361-8.514 142.361-7.933Q142.361-7.362 142.595-6.972Q142.829-6.583 143.369-6.583\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-159.49 26.551)\">\u003Cpath d=\"M148.788-5.896Q148.788-6.142 148.985-6.326Q149.182-6.511 149.438-6.590Q149.301-6.702 149.229-6.863Q149.158-7.024 149.158-7.205Q149.158-7.526 149.369-7.772Q149.035-8.070 149.035-8.480Q149.035-8.941 149.424-9.228Q149.814-9.515 150.292-9.515Q150.764-9.515 151.099-9.269Q151.273-9.423 151.484-9.505Q151.694-9.587 151.923-9.587Q152.087-9.587 152.208-9.480Q152.329-9.372 152.329-9.208Q152.329-9.112 152.258-9.040Q152.186-8.969 152.094-8.969Q151.994-8.969 151.924-9.042Q151.854-9.116 151.854-9.215Q151.854-9.269 151.868-9.300L151.875-9.314Q151.882-9.334 151.890-9.345Q151.899-9.355 151.902-9.362Q151.547-9.362 151.260-9.139Q151.547-8.846 151.547-8.480Q151.547-8.165 151.362-7.933Q151.178-7.700 150.889-7.572Q150.600-7.444 150.292-7.444Q150.091-7.444 149.899-7.494Q149.708-7.543 149.530-7.653Q149.438-7.526 149.438-7.383Q149.438-7.201 149.566-7.066Q149.694-6.931 149.879-6.931L150.511-6.931Q150.959-6.931 151.328-6.860Q151.697-6.788 151.957-6.559Q152.217-6.330 152.217-5.896Q152.217-5.575 151.921-5.373Q151.625-5.171 151.222-5.082Q150.819-4.993 150.504-4.993Q150.186-4.993 149.783-5.082Q149.380-5.171 149.084-5.373Q148.788-5.575 148.788-5.896M149.243-5.896Q149.243-5.667 149.462-5.518Q149.681-5.369 149.973-5.301Q150.265-5.233 150.504-5.233Q150.668-5.233 150.877-5.269Q151.085-5.304 151.292-5.385Q151.499-5.465 151.630-5.593Q151.762-5.721 151.762-5.896Q151.762-6.248 151.381-6.342Q151-6.436 150.497-6.436L149.879-6.436Q149.640-6.436 149.441-6.285Q149.243-6.135 149.243-5.896M150.292-7.683Q150.959-7.683 150.959-8.480Q150.959-9.280 150.292-9.280Q149.622-9.280 149.622-8.480Q149.622-7.683 150.292-7.683M152.770-7.912Q152.770-8.254 152.905-8.553Q153.040-8.852 153.280-9.076Q153.519-9.300 153.837-9.425Q154.155-9.550 154.486-9.550Q154.931-9.550 155.330-9.334Q155.730-9.119 155.964-8.741Q156.199-8.364 156.199-7.912Q156.199-7.571 156.057-7.287Q155.915-7.003 155.671-6.796Q155.426-6.590 155.117-6.475Q154.807-6.361 154.486-6.361Q154.056-6.361 153.654-6.562Q153.252-6.764 153.011-7.116Q152.770-7.468 152.770-7.912M154.486-6.610Q155.088-6.610 155.312-6.988Q155.536-7.366 155.536-7.998Q155.536-8.610 155.301-8.969Q155.067-9.327 154.486-9.327Q153.433-9.327 153.433-7.998Q153.433-7.366 153.659-6.988Q153.885-6.610 154.486-6.610M156.851-7.157Q156.851-7.489 157.075-7.716Q157.299-7.943 157.643-8.071Q157.986-8.200 158.359-8.252Q158.731-8.305 159.036-8.305L159.036-8.558Q159.036-8.763 158.928-8.943Q158.820-9.122 158.639-9.225Q158.458-9.327 158.249-9.327Q157.843-9.327 157.607-9.235Q157.696-9.198 157.742-9.114Q157.788-9.030 157.788-8.928Q157.788-8.832 157.742-8.753Q157.696-8.675 157.615-8.630Q157.535-8.586 157.446-8.586Q157.296-8.586 157.195-8.683Q157.094-8.781 157.094-8.928Q157.094-9.550 158.249-9.550Q158.461-9.550 158.711-9.486Q158.960-9.423 159.162-9.304Q159.364-9.184 159.490-8.999Q159.617-8.815 159.617-8.572L159.617-6.996Q159.617-6.880 159.678-6.784Q159.740-6.689 159.852-6.689Q159.962-6.689 160.027-6.783Q160.092-6.877 160.092-6.996L160.092-7.444L160.358-7.444L160.358-6.996Q160.358-6.726 160.131-6.561Q159.904-6.395 159.623-6.395Q159.415-6.395 159.278-6.549Q159.141-6.702 159.118-6.918Q158.971-6.651 158.689-6.506Q158.407-6.361 158.082-6.361Q157.805-6.361 157.521-6.436Q157.238-6.511 157.045-6.690Q156.851-6.870 156.851-7.157M157.467-7.157Q157.467-6.983 157.567-6.853Q157.668-6.723 157.824-6.653Q157.979-6.583 158.143-6.583Q158.362-6.583 158.571-6.680Q158.779-6.778 158.907-6.959Q159.036-7.140 159.036-7.366L159.036-8.094Q158.711-8.094 158.345-8.003Q157.979-7.912 157.723-7.700Q157.467-7.489 157.467-7.157M162.443-6.429L160.840-6.429L160.840-6.709Q161.066-6.709 161.214-6.743Q161.363-6.778 161.363-6.918L161.363-10.537Q161.363-10.807 161.255-10.869Q161.148-10.930 160.840-10.930L160.840-11.211L161.917-11.286L161.917-6.918Q161.917-6.781 162.067-6.745Q162.218-6.709 162.443-6.709L162.443-6.429M163.359-4.672L163.291-4.672Q163.257-4.672 163.234-4.698Q163.212-4.723 163.212-4.758Q163.212-4.802 163.243-4.819Q163.598-5.123 163.848-5.513Q164.098-5.903 164.250-6.335Q164.402-6.767 164.472-7.236Q164.542-7.704 164.542-8.179Q164.542-8.658 164.472-9.124Q164.402-9.591 164.248-10.026Q164.094-10.462 163.843-10.850Q163.592-11.238 163.243-11.532Q163.212-11.549 163.212-11.594Q163.212-11.628 163.234-11.653Q163.257-11.679 163.291-11.679L163.359-11.679Q163.369-11.679 163.378-11.677Q163.387-11.676 163.397-11.672Q163.940-11.272 164.313-10.719Q164.685-10.165 164.867-9.519Q165.048-8.873 165.048-8.179Q165.048-7.478 164.867-6.831Q164.685-6.183 164.311-5.629Q163.937-5.075 163.397-4.679Q163.387-4.679 163.378-4.677Q163.369-4.676 163.359-4.672\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M74.503 34.828h91.049v-48.37H74.503Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M141.260-22.429L139.626-22.429L139.626-22.709Q139.855-22.709 140.004-22.743Q140.153-22.778 140.153-22.918L140.153-24.767Q140.153-25.037 140.045-25.098Q139.937-25.160 139.626-25.160L139.626-25.440L140.686-25.515L140.686-24.866Q140.857-25.174 141.161-25.345Q141.465-25.515 141.810-25.515Q142.210-25.515 142.487-25.375Q142.764-25.235 142.849-24.887Q143.017-25.180 143.316-25.348Q143.615-25.515 143.960-25.515Q144.466-25.515 144.750-25.292Q145.034-25.068 145.034-24.572L145.034-22.918Q145.034-22.781 145.182-22.745Q145.331-22.709 145.556-22.709L145.556-22.429L143.926-22.429L143.926-22.709Q144.152-22.709 144.302-22.745Q144.452-22.781 144.452-22.918L144.452-24.558Q144.452-24.893 144.333-25.093Q144.213-25.293 143.899-25.293Q143.629-25.293 143.395-25.157Q143.160-25.020 143.022-24.786Q142.884-24.552 142.884-24.278L142.884-22.918Q142.884-22.781 143.032-22.745Q143.181-22.709 143.407-22.709L143.407-22.429L141.776-22.429L141.776-22.709Q142.005-22.709 142.154-22.743Q142.303-22.778 142.303-22.918L142.303-24.558Q142.303-24.893 142.183-25.093Q142.063-25.293 141.749-25.293Q141.479-25.293 141.245-25.157Q141.011-25.020 140.872-24.786Q140.734-24.552 140.734-24.278L140.734-22.918Q140.734-22.781 140.884-22.745Q141.035-22.709 141.260-22.709L141.260-22.429M147.761-22.429L146.209-22.429L146.209-22.709Q146.435-22.709 146.584-22.743Q146.732-22.778 146.732-22.918L146.732-24.767Q146.732-24.955 146.684-25.039Q146.637-25.122 146.539-25.141Q146.442-25.160 146.230-25.160L146.230-25.440L147.286-25.515L147.286-22.918Q147.286-22.778 147.418-22.743Q147.549-22.709 147.761-22.709L147.761-22.429M146.490-26.736Q146.490-26.907 146.613-27.026Q146.736-27.146 146.907-27.146Q147.074-27.146 147.197-27.026Q147.320-26.907 147.320-26.736Q147.320-26.561 147.197-26.438Q147.074-26.315 146.907-26.315Q146.736-26.315 146.613-26.438Q146.490-26.561 146.490-26.736M149.590-22.429L148.267-22.429L148.267-22.709Q148.827-22.709 149.207-23.109L149.921-23.906L149.009-24.955Q148.872-25.102 148.723-25.134Q148.575-25.167 148.308-25.167L148.308-25.447L149.808-25.447L149.808-25.167Q149.617-25.167 149.617-25.033Q149.617-25.003 149.648-24.955L150.243-24.271L150.683-24.767Q150.796-24.897 150.796-25.013Q150.796-25.075 150.759-25.121Q150.721-25.167 150.663-25.167L150.663-25.447L151.979-25.447L151.979-25.167Q151.418-25.167 151.039-24.767L150.417-24.066L151.411-22.918Q151.511-22.819 151.611-22.774Q151.712-22.730 151.823-22.720Q151.934-22.709 152.112-22.709L152.112-22.429L150.618-22.429L150.618-22.709Q150.683-22.709 150.743-22.743Q150.803-22.778 150.803-22.843Q150.803-22.890 150.772-22.918L150.096-23.704L149.562-23.109Q149.450-22.979 149.450-22.863Q149.450-22.798 149.491-22.754Q149.532-22.709 149.590-22.709L149.590-22.429M152.567-23.964Q152.567-24.285 152.691-24.574Q152.816-24.863 153.042-25.086Q153.267-25.310 153.563-25.430Q153.859-25.550 154.177-25.550Q154.505-25.550 154.766-25.450Q155.028-25.351 155.204-25.169Q155.380-24.986 155.474-24.728Q155.568-24.470 155.568-24.138Q155.568-24.046 155.486-24.025L153.230-24.025L153.230-23.964Q153.230-23.376 153.514-22.993Q153.797-22.610 154.365-22.610Q154.686-22.610 154.954-22.803Q155.222-22.996 155.311-23.311Q155.318-23.352 155.393-23.366L155.486-23.366Q155.568-23.342 155.568-23.270Q155.568-23.263 155.561-23.236Q155.448-22.839 155.077-22.600Q154.706-22.361 154.283-22.361Q153.845-22.361 153.445-22.569Q153.045-22.778 152.806-23.145Q152.567-23.512 152.567-23.964M153.237-24.234L155.052-24.234Q155.052-24.511 154.954-24.763Q154.857-25.016 154.659-25.172Q154.460-25.327 154.177-25.327Q153.900-25.327 153.686-25.169Q153.472-25.010 153.355-24.755Q153.237-24.500 153.237-24.234M156.156-23.940Q156.156-24.278 156.296-24.569Q156.436-24.859 156.680-25.073Q156.925-25.286 157.229-25.401Q157.533-25.515 157.858-25.515Q158.128-25.515 158.391-25.416Q158.654-25.317 158.846-25.139L158.846-26.537Q158.846-26.807 158.738-26.869Q158.630-26.930 158.319-26.930L158.319-27.211L159.396-27.286L159.396-23.102Q159.396-22.914 159.451-22.831Q159.505-22.747 159.606-22.728Q159.707-22.709 159.922-22.709L159.922-22.429L158.815-22.361L158.815-22.778Q158.398-22.361 157.772-22.361Q157.342-22.361 156.969-22.573Q156.597-22.784 156.376-23.145Q156.156-23.506 156.156-23.940M157.830-22.583Q158.039-22.583 158.225-22.655Q158.411-22.726 158.565-22.863Q158.719-23 158.815-23.178L158.815-24.787Q158.729-24.934 158.584-25.054Q158.439-25.174 158.270-25.233Q158.100-25.293 157.919-25.293Q157.359-25.293 157.090-24.904Q156.822-24.514 156.822-23.933Q156.822-23.362 157.056-22.972Q157.290-22.583 157.830-22.583\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M122.092-14.429L120.356-14.429L120.356-14.709Q120.585-14.709 120.734-14.743Q120.882-14.778 120.882-14.918L120.882-16.767Q120.882-17.037 120.775-17.098Q120.667-17.160 120.356-17.160L120.356-17.440L121.385-17.515L121.385-16.808Q121.515-17.116 121.757-17.315Q122-17.515 122.318-17.515Q122.537-17.515 122.708-17.391Q122.879-17.266 122.879-17.054Q122.879-16.917 122.779-16.818Q122.680-16.719 122.547-16.719Q122.410-16.719 122.311-16.818Q122.212-16.917 122.212-17.054Q122.212-17.194 122.311-17.293Q122.021-17.293 121.821-17.097Q121.621-16.900 121.528-16.606Q121.436-16.312 121.436-16.032L121.436-14.918Q121.436-14.709 122.092-14.709L122.092-14.429M125.346-15.683L123.289-15.683L123.289-16.186L125.346-16.186L125.346-15.683M127.766-14.429L126.215-14.429L126.215-14.709Q126.440-14.709 126.589-14.743Q126.737-14.778 126.737-14.918L126.737-16.767Q126.737-16.955 126.690-17.039Q126.642-17.122 126.544-17.141Q126.447-17.160 126.235-17.160L126.235-17.440L127.291-17.515L127.291-14.918Q127.291-14.778 127.423-14.743Q127.554-14.709 127.766-14.709L127.766-14.429M126.495-18.736Q126.495-18.907 126.618-19.026Q126.741-19.146 126.912-19.146Q127.079-19.146 127.202-19.026Q127.325-18.907 127.325-18.736Q127.325-18.561 127.202-18.438Q127.079-18.315 126.912-18.315Q126.741-18.315 126.618-18.438Q126.495-18.561 126.495-18.736\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M132.763-13.072L131.133-13.072L131.133-13.352Q131.362-13.352 131.511-13.387Q131.659-13.421 131.659-13.561L131.659-16.907Q131.659-17.078 131.523-17.119Q131.386-17.160 131.133-17.160L131.133-17.440L132.213-17.515L132.213-17.109Q132.435-17.310 132.722-17.413Q133.010-17.515 133.317-17.515Q133.744-17.515 134.108-17.302Q134.472-17.088 134.686-16.724Q134.900-16.360 134.900-15.940Q134.900-15.495 134.660-15.131Q134.421-14.767 134.028-14.564Q133.635-14.361 133.191-14.361Q132.924-14.361 132.676-14.461Q132.429-14.562 132.241-14.743L132.241-13.561Q132.241-13.424 132.389-13.388Q132.538-13.352 132.763-13.352L132.763-13.072M132.241-16.760L132.241-15.150Q132.374-14.897 132.617-14.740Q132.859-14.583 133.136-14.583Q133.464-14.583 133.717-14.784Q133.970-14.986 134.103-15.304Q134.237-15.622 134.237-15.940Q134.237-16.169 134.172-16.398Q134.107-16.627 133.979-16.825Q133.850-17.023 133.656-17.143Q133.461-17.262 133.228-17.262Q132.934-17.262 132.666-17.133Q132.398-17.003 132.241-16.760M135.594-15.157Q135.594-15.489 135.817-15.716Q136.041-15.943 136.385-16.071Q136.728-16.200 137.101-16.252Q137.473-16.305 137.778-16.305L137.778-16.558Q137.778-16.763 137.670-16.943Q137.562-17.122 137.381-17.225Q137.200-17.327 136.992-17.327Q136.585-17.327 136.349-17.235Q136.438-17.198 136.484-17.114Q136.530-17.030 136.530-16.928Q136.530-16.832 136.484-16.753Q136.438-16.675 136.357-16.630Q136.277-16.586 136.188-16.586Q136.038-16.586 135.937-16.683Q135.836-16.781 135.836-16.928Q135.836-17.550 136.992-17.550Q137.203-17.550 137.453-17.486Q137.702-17.423 137.904-17.304Q138.106-17.184 138.232-16.999Q138.359-16.815 138.359-16.572L138.359-14.996Q138.359-14.880 138.420-14.784Q138.482-14.689 138.595-14.689Q138.704-14.689 138.769-14.783Q138.834-14.877 138.834-14.996L138.834-15.444L139.100-15.444L139.100-14.996Q139.100-14.726 138.873-14.561Q138.646-14.395 138.366-14.395Q138.157-14.395 138.020-14.549Q137.884-14.702 137.860-14.918Q137.713-14.651 137.431-14.506Q137.149-14.361 136.824-14.361Q136.547-14.361 136.263-14.436Q135.980-14.511 135.787-14.690Q135.594-14.870 135.594-15.157M136.209-15.157Q136.209-14.983 136.310-14.853Q136.410-14.723 136.566-14.653Q136.722-14.583 136.886-14.583Q137.104-14.583 137.313-14.680Q137.521-14.778 137.649-14.959Q137.778-15.140 137.778-15.366L137.778-16.094Q137.453-16.094 137.087-16.003Q136.722-15.912 136.465-15.700Q136.209-15.489 136.209-15.157M141.267-14.429L139.531-14.429L139.531-14.709Q139.760-14.709 139.909-14.743Q140.057-14.778 140.057-14.918L140.057-16.767Q140.057-17.037 139.950-17.098Q139.842-17.160 139.531-17.160L139.531-17.440L140.560-17.515L140.560-16.808Q140.690-17.116 140.932-17.315Q141.175-17.515 141.493-17.515Q141.712-17.515 141.883-17.391Q142.054-17.266 142.054-17.054Q142.054-16.917 141.954-16.818Q141.855-16.719 141.722-16.719Q141.585-16.719 141.486-16.818Q141.387-16.917 141.387-17.054Q141.387-17.194 141.486-17.293Q141.196-17.293 140.996-17.097Q140.796-16.900 140.703-16.606Q140.611-16.312 140.611-16.032L140.611-14.918Q140.611-14.709 141.267-14.709L141.267-14.429M143.164-15.270L143.164-17.167L142.525-17.167L142.525-17.389Q142.843-17.389 143.060-17.599Q143.277-17.809 143.378-18.119Q143.479-18.428 143.479-18.736L143.745-18.736L143.745-17.447L144.822-17.447L144.822-17.167L143.745-17.167L143.745-15.283Q143.745-15.007 143.850-14.808Q143.954-14.610 144.214-14.610Q144.371-14.610 144.477-14.714Q144.583-14.819 144.632-14.972Q144.682-15.126 144.682-15.283L144.682-15.697L144.949-15.697L144.949-15.270Q144.949-15.044 144.849-14.834Q144.750-14.624 144.566-14.492Q144.381-14.361 144.152-14.361Q143.715-14.361 143.440-14.598Q143.164-14.836 143.164-15.270M147.427-14.429L145.824-14.429L145.824-14.709Q146.049-14.709 146.198-14.743Q146.347-14.778 146.347-14.918L146.347-18.537Q146.347-18.807 146.239-18.869Q146.131-18.930 145.824-18.930L145.824-19.211L146.900-19.286L146.900-14.918Q146.900-14.781 147.051-14.745Q147.201-14.709 147.427-14.709L147.427-14.429M148.356-13.294Q148.486-13.226 148.623-13.226Q148.794-13.226 148.944-13.315Q149.095-13.404 149.206-13.549Q149.317-13.694 149.395-13.862L149.659-14.429L148.490-16.955Q148.414-17.102 148.284-17.134Q148.155-17.167 147.922-17.167L147.922-17.447L149.443-17.447L149.443-17.167Q149.095-17.167 149.095-17.020Q149.098-16.999 149.100-16.982Q149.101-16.965 149.101-16.955L149.959-15.096L150.732-16.767Q150.766-16.835 150.766-16.914Q150.766-17.027 150.682-17.097Q150.598-17.167 150.486-17.167L150.486-17.447L151.682-17.447L151.682-17.167Q151.463-17.167 151.291-17.063Q151.118-16.958 151.026-16.767L149.689-13.862Q149.518-13.492 149.248-13.246Q148.978-13 148.623-13Q148.353-13 148.134-13.166Q147.915-13.332 147.915-13.595Q147.915-13.732 148.008-13.821Q148.100-13.909 148.240-13.909Q148.377-13.909 148.466-13.821Q148.555-13.732 148.555-13.595Q148.555-13.492 148.502-13.414Q148.449-13.335 148.356-13.294\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M154.991-15.157Q154.991-15.489 155.214-15.716Q155.438-15.943 155.782-16.071Q156.125-16.200 156.498-16.252Q156.870-16.305 157.175-16.305L157.175-16.558Q157.175-16.763 157.067-16.943Q156.959-17.122 156.778-17.225Q156.597-17.327 156.389-17.327Q155.982-17.327 155.746-17.235Q155.835-17.198 155.881-17.114Q155.927-17.030 155.927-16.928Q155.927-16.832 155.881-16.753Q155.835-16.675 155.754-16.630Q155.674-16.586 155.585-16.586Q155.435-16.586 155.334-16.683Q155.233-16.781 155.233-16.928Q155.233-17.550 156.389-17.550Q156.600-17.550 156.850-17.486Q157.099-17.423 157.301-17.304Q157.503-17.184 157.629-16.999Q157.756-16.815 157.756-16.572L157.756-14.996Q157.756-14.880 157.817-14.784Q157.879-14.689 157.992-14.689Q158.101-14.689 158.166-14.783Q158.231-14.877 158.231-14.996L158.231-15.444L158.497-15.444L158.497-14.996Q158.497-14.726 158.270-14.561Q158.043-14.395 157.763-14.395Q157.554-14.395 157.417-14.549Q157.281-14.702 157.257-14.918Q157.110-14.651 156.828-14.506Q156.546-14.361 156.221-14.361Q155.944-14.361 155.660-14.436Q155.377-14.511 155.184-14.690Q154.991-14.870 154.991-15.157M155.606-15.157Q155.606-14.983 155.707-14.853Q155.807-14.723 155.963-14.653Q156.118-14.583 156.283-14.583Q156.501-14.583 156.710-14.680Q156.918-14.778 157.046-14.959Q157.175-15.140 157.175-15.366L157.175-16.094Q156.850-16.094 156.484-16.003Q156.118-15.912 155.862-15.700Q155.606-15.489 155.606-15.157M160.582-14.429L158.979-14.429L158.979-14.709Q159.205-14.709 159.354-14.743Q159.502-14.778 159.502-14.918L159.502-18.537Q159.502-18.807 159.395-18.869Q159.287-18.930 158.979-18.930L158.979-19.211L160.056-19.286L160.056-14.918Q160.056-14.781 160.206-14.745Q160.357-14.709 160.582-14.709L160.582-14.429M162.794-14.429L161.242-14.429L161.242-14.709Q161.468-14.709 161.616-14.743Q161.765-14.778 161.765-14.918L161.765-16.767Q161.765-16.955 161.717-17.039Q161.669-17.122 161.572-17.141Q161.474-17.160 161.263-17.160L161.263-17.440L162.319-17.515L162.319-14.918Q162.319-14.778 162.450-14.743Q162.582-14.709 162.794-14.709L162.794-14.429M161.522-18.736Q161.522-18.907 161.645-19.026Q161.768-19.146 161.939-19.146Q162.107-19.146 162.230-19.026Q162.353-18.907 162.353-18.736Q162.353-18.561 162.230-18.438Q162.107-18.315 161.939-18.315Q161.768-18.315 161.645-18.438Q161.522-18.561 161.522-18.736M163.399-13.896Q163.399-14.142 163.595-14.326Q163.792-14.511 164.048-14.590Q163.911-14.702 163.840-14.863Q163.768-15.024 163.768-15.205Q163.768-15.526 163.980-15.772Q163.645-16.070 163.645-16.480Q163.645-16.941 164.035-17.228Q164.424-17.515 164.903-17.515Q165.374-17.515 165.709-17.269Q165.884-17.423 166.094-17.505Q166.304-17.587 166.533-17.587Q166.697-17.587 166.818-17.480Q166.940-17.372 166.940-17.208Q166.940-17.112 166.868-17.040Q166.796-16.969 166.704-16.969Q166.605-16.969 166.535-17.042Q166.465-17.116 166.465-17.215Q166.465-17.269 166.478-17.300L166.485-17.314Q166.492-17.334 166.501-17.345Q166.509-17.355 166.513-17.362Q166.157-17.362 165.870-17.139Q166.157-16.846 166.157-16.480Q166.157-16.165 165.972-15.933Q165.788-15.700 165.499-15.572Q165.210-15.444 164.903-15.444Q164.701-15.444 164.510-15.494Q164.318-15.543 164.140-15.653Q164.048-15.526 164.048-15.383Q164.048-15.201 164.176-15.066Q164.305-14.931 164.489-14.931L165.121-14.931Q165.569-14.931 165.938-14.860Q166.307-14.788 166.567-14.559Q166.827-14.330 166.827-13.896Q166.827-13.575 166.531-13.373Q166.236-13.171 165.832-13.082Q165.429-12.993 165.115-12.993Q164.797-12.993 164.393-13.082Q163.990-13.171 163.694-13.373Q163.399-13.575 163.399-13.896M163.853-13.896Q163.853-13.667 164.072-13.518Q164.291-13.369 164.583-13.301Q164.875-13.233 165.115-13.233Q165.279-13.233 165.487-13.269Q165.696-13.304 165.902-13.385Q166.109-13.465 166.241-13.593Q166.372-13.721 166.372-13.896Q166.372-14.248 165.991-14.342Q165.610-14.436 165.108-14.436L164.489-14.436Q164.250-14.436 164.052-14.285Q163.853-14.135 163.853-13.896M164.903-15.683Q165.569-15.683 165.569-16.480Q165.569-17.280 164.903-17.280Q164.233-17.280 164.233-16.480Q164.233-15.683 164.903-15.683M169.103-14.429L167.470-14.429L167.470-14.709Q167.699-14.709 167.847-14.743Q167.996-14.778 167.996-14.918L167.996-16.767Q167.996-17.037 167.888-17.098Q167.781-17.160 167.470-17.160L167.470-17.440L168.529-17.515L168.529-16.866Q168.700-17.174 169.004-17.345Q169.308-17.515 169.654-17.515Q170.160-17.515 170.443-17.292Q170.727-17.068 170.727-16.572L170.727-14.918Q170.727-14.781 170.876-14.745Q171.024-14.709 171.250-14.709L171.250-14.429L169.619-14.429L169.619-14.709Q169.848-14.709 169.997-14.743Q170.146-14.778 170.146-14.918L170.146-16.558Q170.146-16.893 170.026-17.093Q169.907-17.293 169.592-17.293Q169.322-17.293 169.088-17.157Q168.854-17.020 168.715-16.786Q168.577-16.552 168.577-16.278L168.577-14.918Q168.577-14.781 168.727-14.745Q168.878-14.709 169.103-14.709L169.103-14.429M171.797-15.964Q171.797-16.285 171.921-16.574Q172.046-16.863 172.272-17.086Q172.497-17.310 172.793-17.430Q173.089-17.550 173.407-17.550Q173.735-17.550 173.996-17.450Q174.258-17.351 174.434-17.169Q174.610-16.986 174.704-16.728Q174.798-16.470 174.798-16.138Q174.798-16.046 174.716-16.025L172.460-16.025L172.460-15.964Q172.460-15.376 172.743-14.993Q173.027-14.610 173.595-14.610Q173.916-14.610 174.184-14.803Q174.452-14.996 174.541-15.311Q174.548-15.352 174.623-15.366L174.716-15.366Q174.798-15.342 174.798-15.270Q174.798-15.263 174.791-15.236Q174.678-14.839 174.307-14.600Q173.936-14.361 173.513-14.361Q173.075-14.361 172.675-14.569Q172.275-14.778 172.036-15.145Q171.797-15.512 171.797-15.964M172.467-16.234L174.282-16.234Q174.282-16.511 174.184-16.763Q174.087-17.016 173.889-17.172Q173.690-17.327 173.407-17.327Q173.130-17.327 172.916-17.169Q172.702-17.010 172.585-16.755Q172.467-16.500 172.467-16.234M175.386-15.940Q175.386-16.278 175.526-16.569Q175.666-16.859 175.910-17.073Q176.155-17.286 176.459-17.401Q176.763-17.515 177.088-17.515Q177.358-17.515 177.621-17.416Q177.884-17.317 178.076-17.139L178.076-18.537Q178.076-18.807 177.968-18.869Q177.860-18.930 177.549-18.930L177.549-19.211L178.626-19.286L178.626-15.102Q178.626-14.914 178.680-14.831Q178.735-14.747 178.836-14.728Q178.937-14.709 179.152-14.709L179.152-14.429L178.045-14.361L178.045-14.778Q177.628-14.361 177.002-14.361Q176.572-14.361 176.199-14.573Q175.826-14.784 175.606-15.145Q175.386-15.506 175.386-15.940M177.060-14.583Q177.269-14.583 177.455-14.655Q177.641-14.726 177.795-14.863Q177.949-15 178.045-15.178L178.045-16.787Q177.959-16.934 177.814-17.054Q177.669-17.174 177.500-17.233Q177.330-17.293 177.149-17.293Q176.589-17.293 176.320-16.904Q176.052-16.514 176.052-15.933Q176.052-15.362 176.286-14.972Q176.520-14.583 177.060-14.583\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M122.647-4.679Q122.097-5.079 121.726-5.634Q121.355-6.190 121.174-6.836Q120.993-7.482 120.993-8.179Q120.993-8.692 121.093-9.187Q121.194-9.683 121.399-10.134Q121.604-10.585 121.917-10.977Q122.230-11.368 122.647-11.672Q122.657-11.676 122.664-11.677Q122.671-11.679 122.681-11.679L122.749-11.679Q122.784-11.679 122.806-11.655Q122.828-11.631 122.828-11.594Q122.828-11.549 122.801-11.532Q122.452-11.231 122.199-10.847Q121.946-10.462 121.794-10.021Q121.642-9.580 121.570-9.124Q121.498-8.668 121.498-8.179Q121.498-7.178 121.808-6.291Q122.117-5.404 122.801-4.819Q122.828-4.802 122.828-4.758Q122.828-4.720 122.806-4.696Q122.784-4.672 122.749-4.672L122.681-4.672Q122.674-4.676 122.666-4.677Q122.657-4.679 122.647-4.679M124.164-7.270L124.164-9.167L123.525-9.167L123.525-9.389Q123.843-9.389 124.060-9.599Q124.277-9.809 124.378-10.119Q124.479-10.428 124.479-10.736L124.745-10.736L124.745-9.447L125.822-9.447L125.822-9.167L124.745-9.167L124.745-7.283Q124.745-7.007 124.850-6.808Q124.954-6.610 125.214-6.610Q125.371-6.610 125.477-6.714Q125.583-6.819 125.632-6.972Q125.682-7.126 125.682-7.283L125.682-7.697L125.949-7.697L125.949-7.270Q125.949-7.044 125.849-6.834Q125.750-6.624 125.566-6.492Q125.381-6.361 125.152-6.361Q124.715-6.361 124.440-6.598Q124.164-6.836 124.164-7.270M126.718-7.964Q126.718-8.285 126.842-8.574Q126.967-8.863 127.193-9.086Q127.418-9.310 127.714-9.430Q128.010-9.550 128.328-9.550Q128.656-9.550 128.917-9.450Q129.179-9.351 129.355-9.169Q129.531-8.986 129.625-8.728Q129.719-8.470 129.719-8.138Q129.719-8.046 129.637-8.025L127.381-8.025L127.381-7.964Q127.381-7.376 127.664-6.993Q127.948-6.610 128.516-6.610Q128.837-6.610 129.105-6.803Q129.373-6.996 129.462-7.311Q129.469-7.352 129.544-7.366L129.637-7.366Q129.719-7.342 129.719-7.270Q129.719-7.263 129.712-7.236Q129.599-6.839 129.228-6.600Q128.857-6.361 128.433-6.361Q127.996-6.361 127.596-6.569Q127.196-6.778 126.957-7.145Q126.718-7.512 126.718-7.964M127.388-8.234L129.203-8.234Q129.203-8.511 129.105-8.763Q129.008-9.016 128.809-9.172Q128.611-9.327 128.328-9.327Q128.051-9.327 127.837-9.169Q127.623-9.010 127.505-8.755Q127.388-8.500 127.388-8.234M130.365-7.157Q130.365-7.489 130.588-7.716Q130.812-7.943 131.156-8.071Q131.499-8.200 131.872-8.252Q132.245-8.305 132.549-8.305L132.549-8.558Q132.549-8.763 132.441-8.943Q132.333-9.122 132.152-9.225Q131.971-9.327 131.763-9.327Q131.356-9.327 131.120-9.235Q131.209-9.198 131.255-9.114Q131.301-9.030 131.301-8.928Q131.301-8.832 131.255-8.753Q131.209-8.675 131.129-8.630Q131.048-8.586 130.959-8.586Q130.809-8.586 130.708-8.683Q130.607-8.781 130.607-8.928Q130.607-9.550 131.763-9.550Q131.974-9.550 132.224-9.486Q132.474-9.423 132.675-9.304Q132.877-9.184 133.003-8.999Q133.130-8.815 133.130-8.572L133.130-6.996Q133.130-6.880 133.191-6.784Q133.253-6.689 133.366-6.689Q133.475-6.689 133.540-6.783Q133.605-6.877 133.605-6.996L133.605-7.444L133.871-7.444L133.871-6.996Q133.871-6.726 133.644-6.561Q133.417-6.395 133.137-6.395Q132.928-6.395 132.791-6.549Q132.655-6.702 132.631-6.918Q132.484-6.651 132.202-6.506Q131.920-6.361 131.595-6.361Q131.318-6.361 131.035-6.436Q130.751-6.511 130.558-6.690Q130.365-6.870 130.365-7.157M130.980-7.157Q130.980-6.983 131.081-6.853Q131.182-6.723 131.337-6.653Q131.493-6.583 131.657-6.583Q131.875-6.583 132.084-6.680Q132.292-6.778 132.421-6.959Q132.549-7.140 132.549-7.366L132.549-8.094Q132.224-8.094 131.858-8.003Q131.493-7.912 131.236-7.700Q130.980-7.489 130.980-7.157M135.970-6.429L134.336-6.429L134.336-6.709Q134.565-6.709 134.714-6.743Q134.863-6.778 134.863-6.918L134.863-8.767Q134.863-9.037 134.755-9.098Q134.647-9.160 134.336-9.160L134.336-9.440L135.396-9.515L135.396-8.866Q135.567-9.174 135.871-9.345Q136.175-9.515 136.520-9.515Q136.920-9.515 137.197-9.375Q137.474-9.235 137.559-8.887Q137.727-9.180 138.026-9.348Q138.325-9.515 138.670-9.515Q139.176-9.515 139.460-9.292Q139.744-9.068 139.744-8.572L139.744-6.918Q139.744-6.781 139.892-6.745Q140.041-6.709 140.266-6.709L140.266-6.429L138.636-6.429L138.636-6.709Q138.862-6.709 139.012-6.745Q139.162-6.781 139.162-6.918L139.162-8.558Q139.162-8.893 139.043-9.093Q138.923-9.293 138.609-9.293Q138.339-9.293 138.105-9.157Q137.870-9.020 137.732-8.786Q137.594-8.552 137.594-8.278L137.594-6.918Q137.594-6.781 137.742-6.745Q137.891-6.709 138.117-6.709L138.117-6.429L136.486-6.429L136.486-6.709Q136.715-6.709 136.864-6.743Q137.013-6.778 137.013-6.918L137.013-8.558Q137.013-8.893 136.893-9.093Q136.773-9.293 136.459-9.293Q136.189-9.293 135.955-9.157Q135.721-9.020 135.582-8.786Q135.444-8.552 135.444-8.278L135.444-6.918Q135.444-6.781 135.594-6.745Q135.745-6.709 135.970-6.709L135.970-6.429M140.854-6.436L140.854-7.499Q140.854-7.523 140.882-7.550Q140.909-7.577 140.933-7.577L141.042-7.577Q141.107-7.577 141.121-7.519Q141.217-7.085 141.463-6.834Q141.709-6.583 142.122-6.583Q142.464-6.583 142.717-6.716Q142.970-6.849 142.970-7.157Q142.970-7.314 142.876-7.429Q142.782-7.543 142.644-7.612Q142.505-7.680 142.338-7.718L141.757-7.817Q141.401-7.885 141.128-8.106Q140.854-8.326 140.854-8.668Q140.854-8.917 140.965-9.092Q141.077-9.266 141.263-9.365Q141.449-9.464 141.664-9.507Q141.880-9.550 142.122-9.550Q142.536-9.550 142.816-9.368L143.032-9.543Q143.042-9.546 143.049-9.548Q143.056-9.550 143.066-9.550L143.117-9.550Q143.144-9.550 143.168-9.526Q143.192-9.502 143.192-9.474L143.192-8.627Q143.192-8.606 143.168-8.579Q143.144-8.552 143.117-8.552L143.004-8.552Q142.977-8.552 142.951-8.577Q142.926-8.603 142.926-8.627Q142.926-8.863 142.820-9.027Q142.714-9.191 142.531-9.273Q142.348-9.355 142.116-9.355Q141.787-9.355 141.531-9.252Q141.275-9.150 141.275-8.873Q141.275-8.678 141.458-8.569Q141.641-8.459 141.870-8.418L142.444-8.312Q142.690-8.264 142.903-8.136Q143.117-8.008 143.254-7.805Q143.391-7.601 143.391-7.352Q143.391-6.839 143.025-6.600Q142.659-6.361 142.122-6.361Q141.627-6.361 141.295-6.655L141.029-6.381Q141.008-6.361 140.981-6.361L140.933-6.361Q140.909-6.361 140.882-6.388Q140.854-6.415 140.854-6.436M144.518-5.199Q144.518-5.233 144.546-5.260Q144.816-5.489 144.964-5.812Q145.113-6.135 145.113-6.491L145.113-6.528Q145.004-6.429 144.840-6.429Q144.659-6.429 144.539-6.549Q144.419-6.668 144.419-6.849Q144.419-7.024 144.539-7.143Q144.659-7.263 144.840-7.263Q145.096-7.263 145.216-7.024Q145.335-6.784 145.335-6.491Q145.335-6.091 145.166-5.720Q144.997-5.349 144.700-5.093Q144.669-5.072 144.641-5.072Q144.600-5.072 144.559-5.113Q144.518-5.154 144.518-5.199\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M150.687-6.429L149.053-6.429L149.053-6.709Q149.282-6.709 149.431-6.743Q149.580-6.778 149.580-6.918L149.580-8.767Q149.580-9.037 149.472-9.098Q149.364-9.160 149.053-9.160L149.053-9.440L150.113-9.515L150.113-8.866Q150.284-9.174 150.588-9.345Q150.892-9.515 151.237-9.515Q151.637-9.515 151.914-9.375Q152.191-9.235 152.276-8.887Q152.444-9.180 152.743-9.348Q153.042-9.515 153.387-9.515Q153.893-9.515 154.177-9.292Q154.461-9.068 154.461-8.572L154.461-6.918Q154.461-6.781 154.609-6.745Q154.758-6.709 154.983-6.709L154.983-6.429L153.353-6.429L153.353-6.709Q153.579-6.709 153.729-6.745Q153.879-6.781 153.879-6.918L153.879-8.558Q153.879-8.893 153.760-9.093Q153.640-9.293 153.326-9.293Q153.056-9.293 152.822-9.157Q152.587-9.020 152.449-8.786Q152.311-8.552 152.311-8.278L152.311-6.918Q152.311-6.781 152.459-6.745Q152.608-6.709 152.834-6.709L152.834-6.429L151.203-6.429L151.203-6.709Q151.432-6.709 151.581-6.743Q151.730-6.778 151.730-6.918L151.730-8.558Q151.730-8.893 151.610-9.093Q151.490-9.293 151.176-9.293Q150.906-9.293 150.672-9.157Q150.438-9.020 150.299-8.786Q150.161-8.552 150.161-8.278L150.161-6.918Q150.161-6.781 150.311-6.745Q150.462-6.709 150.687-6.709L150.687-6.429M155.629-7.157Q155.629-7.489 155.853-7.716Q156.077-7.943 156.421-8.071Q156.764-8.200 157.137-8.252Q157.509-8.305 157.814-8.305L157.814-8.558Q157.814-8.763 157.706-8.943Q157.598-9.122 157.417-9.225Q157.236-9.327 157.027-9.327Q156.621-9.327 156.385-9.235Q156.474-9.198 156.520-9.114Q156.566-9.030 156.566-8.928Q156.566-8.832 156.520-8.753Q156.474-8.675 156.393-8.630Q156.313-8.586 156.224-8.586Q156.074-8.586 155.973-8.683Q155.872-8.781 155.872-8.928Q155.872-9.550 157.027-9.550Q157.239-9.550 157.489-9.486Q157.738-9.423 157.940-9.304Q158.142-9.184 158.268-8.999Q158.395-8.815 158.395-8.572L158.395-6.996Q158.395-6.880 158.456-6.784Q158.518-6.689 158.630-6.689Q158.740-6.689 158.805-6.783Q158.870-6.877 158.870-6.996L158.870-7.444L159.136-7.444L159.136-6.996Q159.136-6.726 158.909-6.561Q158.682-6.395 158.401-6.395Q158.193-6.395 158.056-6.549Q157.920-6.702 157.896-6.918Q157.749-6.651 157.467-6.506Q157.185-6.361 156.860-6.361Q156.583-6.361 156.299-6.436Q156.016-6.511 155.823-6.690Q155.629-6.870 155.629-7.157M156.245-7.157Q156.245-6.983 156.346-6.853Q156.446-6.723 156.602-6.653Q156.757-6.583 156.921-6.583Q157.140-6.583 157.349-6.680Q157.557-6.778 157.685-6.959Q157.814-7.140 157.814-7.366L157.814-8.094Q157.489-8.094 157.123-8.003Q156.757-7.912 156.501-7.700Q156.245-7.489 156.245-7.157M161.303-6.429L159.567-6.429L159.567-6.709Q159.796-6.709 159.945-6.743Q160.093-6.778 160.093-6.918L160.093-8.767Q160.093-9.037 159.986-9.098Q159.878-9.160 159.567-9.160L159.567-9.440L160.596-9.515L160.596-8.808Q160.726-9.116 160.968-9.315Q161.211-9.515 161.529-9.515Q161.748-9.515 161.919-9.391Q162.089-9.266 162.089-9.054Q162.089-8.917 161.990-8.818Q161.891-8.719 161.758-8.719Q161.621-8.719 161.522-8.818Q161.423-8.917 161.423-9.054Q161.423-9.194 161.522-9.293Q161.232-9.293 161.032-9.097Q160.832-8.900 160.739-8.606Q160.647-8.312 160.647-8.032L160.647-6.918Q160.647-6.709 161.303-6.709L161.303-6.429M164.270-6.429L162.688-6.429L162.688-6.709Q162.917-6.709 163.065-6.743Q163.214-6.778 163.214-6.918L163.214-10.537Q163.214-10.807 163.106-10.869Q162.999-10.930 162.688-10.930L162.688-11.211L163.768-11.286L163.768-7.998L164.752-8.767Q164.957-8.904 164.957-9.054Q164.957-9.098 164.916-9.133Q164.875-9.167 164.831-9.167L164.831-9.447L166.194-9.447L166.194-9.167Q165.706-9.167 165.186-8.767L164.629-8.333L165.607-7.109Q165.808-6.863 165.941-6.786Q166.075-6.709 166.362-6.709L166.362-6.429L164.930-6.429L164.930-6.709Q165.118-6.709 165.118-6.822Q165.118-6.918 164.964-7.109L164.229-8.018L163.747-7.639L163.747-6.918Q163.747-6.781 163.896-6.745Q164.045-6.709 164.270-6.709\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-29.74 26.627)\">\u003Cpath d=\"M166.631-7.964Q166.631-8.285 166.756-8.574Q166.881-8.863 167.107-9.086Q167.332-9.310 167.628-9.430Q167.923-9.550 168.241-9.550Q168.569-9.550 168.831-9.450Q169.092-9.351 169.268-9.169Q169.444-8.986 169.538-8.728Q169.632-8.470 169.632-8.138Q169.632-8.046 169.550-8.025L167.295-8.025L167.295-7.964Q167.295-7.376 167.578-6.993Q167.862-6.610 168.429-6.610Q168.751-6.610 169.019-6.803Q169.287-6.996 169.376-7.311Q169.383-7.352 169.458-7.366L169.550-7.366Q169.632-7.342 169.632-7.270Q169.632-7.263 169.626-7.236Q169.513-6.839 169.142-6.600Q168.771-6.361 168.347-6.361Q167.910-6.361 167.510-6.569Q167.110-6.778 166.871-7.145Q166.631-7.512 166.631-7.964M167.301-8.234L169.116-8.234Q169.116-8.511 169.019-8.763Q168.921-9.016 168.723-9.172Q168.525-9.327 168.241-9.327Q167.964-9.327 167.751-9.169Q167.537-9.010 167.419-8.755Q167.301-8.500 167.301-8.234M170.747-7.270L170.747-9.167L170.108-9.167L170.108-9.389Q170.425-9.389 170.642-9.599Q170.859-9.809 170.960-10.119Q171.061-10.428 171.061-10.736L171.328-10.736L171.328-9.447L172.404-9.447L172.404-9.167L171.328-9.167L171.328-7.283Q171.328-7.007 171.432-6.808Q171.536-6.610 171.796-6.610Q171.953-6.610 172.059-6.714Q172.165-6.819 172.215-6.972Q172.264-7.126 172.264-7.283L172.264-7.697L172.531-7.697L172.531-7.270Q172.531-7.044 172.432-6.834Q172.333-6.624 172.148-6.492Q171.963-6.361 171.734-6.361Q171.297-6.361 171.022-6.598Q170.747-6.836 170.747-7.270M173.341-6.436L173.341-7.499Q173.341-7.523 173.368-7.550Q173.396-7.577 173.420-7.577L173.529-7.577Q173.594-7.577 173.608-7.519Q173.703-7.085 173.949-6.834Q174.195-6.583 174.609-6.583Q174.951-6.583 175.204-6.716Q175.457-6.849 175.457-7.157Q175.457-7.314 175.363-7.429Q175.269-7.543 175.130-7.612Q174.992-7.680 174.824-7.718L174.243-7.817Q173.888-7.885 173.614-8.106Q173.341-8.326 173.341-8.668Q173.341-8.917 173.452-9.092Q173.563-9.266 173.749-9.365Q173.936-9.464 174.151-9.507Q174.366-9.550 174.609-9.550Q175.023-9.550 175.303-9.368L175.518-9.543Q175.528-9.546 175.535-9.548Q175.542-9.550 175.552-9.550L175.604-9.550Q175.631-9.550 175.655-9.526Q175.679-9.502 175.679-9.474L175.679-8.627Q175.679-8.606 175.655-8.579Q175.631-8.552 175.604-8.552L175.491-8.552Q175.463-8.552 175.438-8.577Q175.412-8.603 175.412-8.627Q175.412-8.863 175.306-9.027Q175.200-9.191 175.017-9.273Q174.835-9.355 174.602-9.355Q174.274-9.355 174.018-9.252Q173.761-9.150 173.761-8.873Q173.761-8.678 173.944-8.569Q174.127-8.459 174.356-8.418L174.930-8.312Q175.176-8.264 175.390-8.136Q175.604-8.008 175.740-7.805Q175.877-7.601 175.877-7.352Q175.877-6.839 175.511-6.600Q175.146-6.361 174.609-6.361Q174.113-6.361 173.782-6.655L173.515-6.381Q173.495-6.361 173.467-6.361L173.420-6.361Q173.396-6.361 173.368-6.388Q173.341-6.415 173.341-6.436M176.827-4.672L176.759-4.672Q176.725-4.672 176.702-4.698Q176.680-4.723 176.680-4.758Q176.680-4.802 176.711-4.819Q177.066-5.123 177.316-5.513Q177.566-5.903 177.718-6.335Q177.870-6.767 177.940-7.236Q178.010-7.704 178.010-8.179Q178.010-8.658 177.940-9.124Q177.870-9.591 177.716-10.026Q177.562-10.462 177.311-10.850Q177.060-11.238 176.711-11.532Q176.680-11.549 176.680-11.594Q176.680-11.628 176.702-11.653Q176.725-11.679 176.759-11.679L176.827-11.679Q176.837-11.679 176.846-11.677Q176.855-11.676 176.865-11.672Q177.408-11.272 177.781-10.719Q178.153-10.165 178.335-9.519Q178.516-8.873 178.516-8.179Q178.516-7.478 178.335-6.831Q178.153-6.183 177.779-5.629Q177.405-5.075 176.865-4.679Q176.855-4.679 176.846-4.677Q176.837-4.676 176.827-4.672\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M211.076 34.828h91.05v-48.37h-91.05Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M136.139-23.940Q136.139-24.268 136.274-24.569Q136.409-24.869 136.645-25.090Q136.881-25.310 137.185-25.430Q137.490-25.550 137.814-25.550Q138.320-25.550 138.669-25.447Q139.017-25.345 139.017-24.969Q139.017-24.822 138.920-24.721Q138.823-24.620 138.676-24.620Q138.522-24.620 138.423-24.719Q138.324-24.818 138.324-24.969Q138.324-25.157 138.464-25.249Q138.262-25.300 137.821-25.300Q137.466-25.300 137.237-25.104Q137.008-24.907 136.907-24.598Q136.806-24.288 136.806-23.940Q136.806-23.591 136.932-23.285Q137.059-22.979 137.314-22.795Q137.568-22.610 137.924-22.610Q138.146-22.610 138.330-22.694Q138.515-22.778 138.650-22.933Q138.785-23.089 138.843-23.297Q138.857-23.352 138.911-23.352L139.024-23.352Q139.055-23.352 139.077-23.328Q139.099-23.304 139.099-23.270L139.099-23.249Q139.014-22.962 138.826-22.764Q138.638-22.566 138.373-22.463Q138.108-22.361 137.814-22.361Q137.384-22.361 136.996-22.567Q136.608-22.774 136.374-23.137Q136.139-23.499 136.139-23.940M139.646-23.912Q139.646-24.254 139.781-24.553Q139.916-24.852 140.156-25.076Q140.395-25.300 140.713-25.425Q141.031-25.550 141.362-25.550Q141.806-25.550 142.206-25.334Q142.606-25.119 142.840-24.741Q143.075-24.364 143.075-23.912Q143.075-23.571 142.933-23.287Q142.791-23.003 142.546-22.796Q142.302-22.590 141.993-22.475Q141.683-22.361 141.362-22.361Q140.931-22.361 140.530-22.562Q140.128-22.764 139.887-23.116Q139.646-23.468 139.646-23.912M141.362-22.610Q141.964-22.610 142.188-22.988Q142.411-23.366 142.411-23.998Q142.411-24.610 142.177-24.969Q141.943-25.327 141.362-25.327Q140.309-25.327 140.309-23.998Q140.309-23.366 140.535-22.988Q140.761-22.610 141.362-22.610M145.351-22.429L143.717-22.429L143.717-22.709Q143.946-22.709 144.095-22.743Q144.243-22.778 144.243-22.918L144.243-24.767Q144.243-25.037 144.136-25.098Q144.028-25.160 143.717-25.160L143.717-25.440L144.777-25.515L144.777-24.866Q144.948-25.174 145.252-25.345Q145.556-25.515 145.901-25.515Q146.301-25.515 146.578-25.375Q146.855-25.235 146.940-24.887Q147.108-25.180 147.407-25.348Q147.706-25.515 148.051-25.515Q148.557-25.515 148.841-25.292Q149.124-25.068 149.124-24.572L149.124-22.918Q149.124-22.781 149.273-22.745Q149.422-22.709 149.647-22.709L149.647-22.429L148.017-22.429L148.017-22.709Q148.242-22.709 148.393-22.745Q148.543-22.781 148.543-22.918L148.543-24.558Q148.543-24.893 148.424-25.093Q148.304-25.293 147.990-25.293Q147.720-25.293 147.485-25.157Q147.251-25.020 147.113-24.786Q146.974-24.552 146.974-24.278L146.974-22.918Q146.974-22.781 147.123-22.745Q147.272-22.709 147.497-22.709L147.497-22.429L145.867-22.429L145.867-22.709Q146.096-22.709 146.245-22.743Q146.393-22.778 146.393-22.918L146.393-24.558Q146.393-24.893 146.274-25.093Q146.154-25.293 145.840-25.293Q145.570-25.293 145.335-25.157Q145.101-25.020 144.963-24.786Q144.825-24.552 144.825-24.278L144.825-22.918Q144.825-22.781 144.975-22.745Q145.125-22.709 145.351-22.709L145.351-22.429M151.879-21.072L150.249-21.072L150.249-21.352Q150.478-21.352 150.627-21.387Q150.775-21.421 150.775-21.561L150.775-24.907Q150.775-25.078 150.638-25.119Q150.502-25.160 150.249-25.160L150.249-25.440L151.329-25.515L151.329-25.109Q151.551-25.310 151.838-25.413Q152.125-25.515 152.433-25.515Q152.860-25.515 153.224-25.302Q153.588-25.088 153.802-24.724Q154.015-24.360 154.015-23.940Q154.015-23.495 153.776-23.131Q153.537-22.767 153.144-22.564Q152.751-22.361 152.306-22.361Q152.040-22.361 151.792-22.461Q151.544-22.562 151.356-22.743L151.356-21.561Q151.356-21.424 151.505-21.388Q151.654-21.352 151.879-21.352L151.879-21.072M151.356-24.760L151.356-23.150Q151.490-22.897 151.732-22.740Q151.975-22.583 152.252-22.583Q152.580-22.583 152.833-22.784Q153.086-22.986 153.219-23.304Q153.352-23.622 153.352-23.940Q153.352-24.169 153.287-24.398Q153.222-24.627 153.094-24.825Q152.966-25.023 152.771-25.143Q152.576-25.262 152.344-25.262Q152.050-25.262 151.782-25.133Q151.513-25.003 151.356-24.760\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M154.841-23.964Q154.841-24.285 154.966-24.574Q155.091-24.863 155.317-25.086Q155.542-25.310 155.838-25.430Q156.133-25.550 156.451-25.550Q156.779-25.550 157.041-25.450Q157.302-25.351 157.478-25.169Q157.654-24.986 157.748-24.728Q157.842-24.470 157.842-24.138Q157.842-24.046 157.760-24.025L155.505-24.025L155.505-23.964Q155.505-23.376 155.788-22.993Q156.072-22.610 156.639-22.610Q156.961-22.610 157.229-22.803Q157.497-22.996 157.586-23.311Q157.593-23.352 157.668-23.366L157.760-23.366Q157.842-23.342 157.842-23.270Q157.842-23.263 157.836-23.236Q157.723-22.839 157.352-22.600Q156.981-22.361 156.557-22.361Q156.120-22.361 155.720-22.569Q155.320-22.778 155.081-23.145Q154.841-23.512 154.841-23.964M155.511-24.234L157.326-24.234Q157.326-24.511 157.229-24.763Q157.131-25.016 156.933-25.172Q156.735-25.327 156.451-25.327Q156.174-25.327 155.961-25.169Q155.747-25.010 155.629-24.755Q155.511-24.500 155.511-24.234M158.957-23.270L158.957-25.167L158.318-25.167L158.318-25.389Q158.635-25.389 158.852-25.599Q159.069-25.809 159.170-26.119Q159.271-26.428 159.271-26.736L159.538-26.736L159.538-25.447L160.614-25.447L160.614-25.167L159.538-25.167L159.538-23.283Q159.538-23.007 159.642-22.808Q159.746-22.610 160.006-22.610Q160.163-22.610 160.269-22.714Q160.375-22.819 160.425-22.972Q160.474-23.126 160.474-23.283L160.474-23.697L160.741-23.697L160.741-23.270Q160.741-23.044 160.642-22.834Q160.543-22.624 160.358-22.492Q160.173-22.361 159.944-22.361Q159.507-22.361 159.232-22.598Q158.957-22.836 158.957-23.270M163.168-22.429L161.616-22.429L161.616-22.709Q161.841-22.709 161.990-22.743Q162.139-22.778 162.139-22.918L162.139-24.767Q162.139-24.955 162.091-25.039Q162.043-25.122 161.946-25.141Q161.848-25.160 161.636-25.160L161.636-25.440L162.693-25.515L162.693-22.918Q162.693-22.778 162.824-22.743Q162.956-22.709 163.168-22.709L163.168-22.429M161.896-26.736Q161.896-26.907 162.019-27.026Q162.142-27.146 162.313-27.146Q162.481-27.146 162.604-27.026Q162.727-26.907 162.727-26.736Q162.727-26.561 162.604-26.438Q162.481-26.315 162.313-26.315Q162.142-26.315 162.019-26.438Q161.896-26.561 161.896-26.736M164.340-23.270L164.340-25.167L163.701-25.167L163.701-25.389Q164.019-25.389 164.236-25.599Q164.453-25.809 164.554-26.119Q164.654-26.428 164.654-26.736L164.921-26.736L164.921-25.447L165.998-25.447L165.998-25.167L164.921-25.167L164.921-23.283Q164.921-23.007 165.025-22.808Q165.130-22.610 165.389-22.610Q165.547-22.610 165.652-22.714Q165.758-22.819 165.808-22.972Q165.858-23.126 165.858-23.283L165.858-23.697L166.124-23.697L166.124-23.270Q166.124-23.044 166.025-22.834Q165.926-22.624 165.741-22.492Q165.557-22.361 165.328-22.361Q164.890-22.361 164.615-22.598Q164.340-22.836 164.340-23.270M168.551-22.429L166.999-22.429L166.999-22.709Q167.225-22.709 167.373-22.743Q167.522-22.778 167.522-22.918L167.522-24.767Q167.522-24.955 167.474-25.039Q167.426-25.122 167.329-25.141Q167.232-25.160 167.020-25.160L167.020-25.440L168.076-25.515L168.076-22.918Q168.076-22.778 168.207-22.743Q168.339-22.709 168.551-22.709L168.551-22.429M167.279-26.736Q167.279-26.907 167.402-27.026Q167.526-27.146 167.696-27.146Q167.864-27.146 167.987-27.026Q168.110-26.907 168.110-26.736Q168.110-26.561 167.987-26.438Q167.864-26.315 167.696-26.315Q167.526-26.315 167.402-26.438Q167.279-26.561 167.279-26.736M170.786-22.456L169.658-24.955Q169.587-25.102 169.457-25.134Q169.327-25.167 169.098-25.167L169.098-25.447L170.612-25.447L170.612-25.167Q170.260-25.167 170.260-25.020Q170.260-24.975 170.270-24.955L171.135-23.037L171.914-24.767Q171.948-24.835 171.948-24.914Q171.948-25.027 171.865-25.097Q171.781-25.167 171.661-25.167L171.661-25.447L172.858-25.447L172.858-25.167Q172.639-25.167 172.468-25.064Q172.297-24.962 172.208-24.767L171.172-22.456Q171.125-22.361 171.019-22.361L170.940-22.361Q170.834-22.361 170.786-22.456\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M173.161-23.964Q173.161-24.285 173.286-24.574Q173.411-24.863 173.637-25.086Q173.862-25.310 174.158-25.430Q174.453-25.550 174.771-25.550Q175.099-25.550 175.361-25.450Q175.622-25.351 175.798-25.169Q175.974-24.986 176.068-24.728Q176.162-24.470 176.162-24.138Q176.162-24.046 176.080-24.025L173.825-24.025L173.825-23.964Q173.825-23.376 174.108-22.993Q174.392-22.610 174.959-22.610Q175.281-22.610 175.549-22.803Q175.817-22.996 175.906-23.311Q175.913-23.352 175.988-23.366L176.080-23.366Q176.162-23.342 176.162-23.270Q176.162-23.263 176.156-23.236Q176.043-22.839 175.672-22.600Q175.301-22.361 174.877-22.361Q174.440-22.361 174.040-22.569Q173.640-22.778 173.401-23.145Q173.161-23.512 173.161-23.964M173.831-24.234L175.646-24.234Q175.646-24.511 175.549-24.763Q175.451-25.016 175.253-25.172Q175.055-25.327 174.771-25.327Q174.494-25.327 174.281-25.169Q174.067-25.010 173.949-24.755Q173.831-24.500 173.831-24.234\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M132.371-14.429L130.635-14.429L130.635-14.709Q130.864-14.709 131.013-14.743Q131.161-14.778 131.161-14.918L131.161-16.767Q131.161-17.037 131.054-17.098Q130.946-17.160 130.635-17.160L130.635-17.440L131.664-17.515L131.664-16.808Q131.794-17.116 132.036-17.315Q132.279-17.515 132.597-17.515Q132.816-17.515 132.987-17.391Q133.158-17.266 133.158-17.054Q133.158-16.917 133.058-16.818Q132.959-16.719 132.826-16.719Q132.689-16.719 132.590-16.818Q132.491-16.917 132.491-17.054Q132.491-17.194 132.590-17.293Q132.300-17.293 132.100-17.097Q131.900-16.900 131.807-16.606Q131.715-16.312 131.715-16.032L131.715-14.918Q131.715-14.709 132.371-14.709L132.371-14.429M135.625-15.683L133.568-15.683L133.568-16.186L135.625-16.186L135.625-15.683M138.045-14.429L136.494-14.429L136.494-14.709Q136.719-14.709 136.868-14.743Q137.016-14.778 137.016-14.918L137.016-16.767Q137.016-16.955 136.969-17.039Q136.921-17.122 136.823-17.141Q136.726-17.160 136.514-17.160L136.514-17.440L137.570-17.515L137.570-14.918Q137.570-14.778 137.702-14.743Q137.833-14.709 138.045-14.709L138.045-14.429M136.774-18.736Q136.774-18.907 136.897-19.026Q137.020-19.146 137.191-19.146Q137.358-19.146 137.481-19.026Q137.604-18.907 137.604-18.736Q137.604-18.561 137.481-18.438Q137.358-18.315 137.191-18.315Q137.020-18.315 136.897-18.438Q136.774-18.561 136.774-18.736\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M141.399-14.436L141.399-15.499Q141.399-15.523 141.427-15.550Q141.454-15.577 141.478-15.577L141.587-15.577Q141.652-15.577 141.666-15.519Q141.762-15.085 142.008-14.834Q142.254-14.583 142.668-14.583Q143.009-14.583 143.262-14.716Q143.515-14.849 143.515-15.157Q143.515-15.314 143.421-15.429Q143.327-15.543 143.189-15.612Q143.050-15.680 142.883-15.718L142.302-15.817Q141.946-15.885 141.673-16.106Q141.399-16.326 141.399-16.668Q141.399-16.917 141.511-17.092Q141.622-17.266 141.808-17.365Q141.994-17.464 142.210-17.507Q142.425-17.550 142.668-17.550Q143.081-17.550 143.361-17.368L143.577-17.543Q143.587-17.546 143.594-17.548Q143.601-17.550 143.611-17.550L143.662-17.550Q143.689-17.550 143.713-17.526Q143.737-17.502 143.737-17.474L143.737-16.627Q143.737-16.606 143.713-16.579Q143.689-16.552 143.662-16.552L143.549-16.552Q143.522-16.552 143.496-16.577Q143.471-16.603 143.471-16.627Q143.471-16.863 143.365-17.027Q143.259-17.191 143.076-17.273Q142.893-17.355 142.661-17.355Q142.333-17.355 142.076-17.252Q141.820-17.150 141.820-16.873Q141.820-16.678 142.003-16.569Q142.186-16.459 142.415-16.418L142.989-16.312Q143.235-16.264 143.449-16.136Q143.662-16.008 143.799-15.805Q143.936-15.601 143.936-15.352Q143.936-14.839 143.570-14.600Q143.204-14.361 142.668-14.361Q142.172-14.361 141.840-14.655L141.574-14.381Q141.553-14.361 141.526-14.361L141.478-14.361Q141.454-14.361 141.427-14.388Q141.399-14.415 141.399-14.436M145.139-15.263L145.139-16.767Q145.139-17.037 145.031-17.098Q144.923-17.160 144.612-17.160L144.612-17.440L145.720-17.515L145.720-15.283L145.720-15.263Q145.720-14.983 145.771-14.839Q145.822-14.696 145.964-14.639Q146.106-14.583 146.393-14.583Q146.646-14.583 146.851-14.723Q147.056-14.863 147.172-15.089Q147.289-15.314 147.289-15.564L147.289-16.767Q147.289-17.037 147.181-17.098Q147.073-17.160 146.762-17.160L146.762-17.440L147.870-17.515L147.870-15.102Q147.870-14.911 147.923-14.829Q147.976-14.747 148.076-14.728Q148.177-14.709 148.393-14.709L148.393-14.429L147.316-14.361L147.316-14.925Q147.207-14.743 147.061-14.620Q146.916-14.497 146.730-14.429Q146.543-14.361 146.342-14.361Q145.139-14.361 145.139-15.263M150.662-14.429L149.028-14.429L149.028-14.709Q149.257-14.709 149.406-14.743Q149.555-14.778 149.555-14.918L149.555-16.767Q149.555-17.037 149.447-17.098Q149.339-17.160 149.028-17.160L149.028-17.440L150.088-17.515L150.088-16.866Q150.259-17.174 150.563-17.345Q150.867-17.515 151.212-17.515Q151.612-17.515 151.889-17.375Q152.166-17.235 152.252-16.887Q152.419-17.180 152.718-17.348Q153.017-17.515 153.362-17.515Q153.868-17.515 154.152-17.292Q154.436-17.068 154.436-16.572L154.436-14.918Q154.436-14.781 154.584-14.745Q154.733-14.709 154.959-14.709L154.959-14.429L153.328-14.429L153.328-14.709Q153.554-14.709 153.704-14.745Q153.855-14.781 153.855-14.918L153.855-16.558Q153.855-16.893 153.735-17.093Q153.615-17.293 153.301-17.293Q153.031-17.293 152.797-17.157Q152.563-17.020 152.424-16.786Q152.286-16.552 152.286-16.278L152.286-14.918Q152.286-14.781 152.434-14.745Q152.583-14.709 152.809-14.709L152.809-14.429L151.178-14.429L151.178-14.709Q151.407-14.709 151.556-14.743Q151.705-14.778 151.705-14.918L151.705-16.558Q151.705-16.893 151.585-17.093Q151.465-17.293 151.151-17.293Q150.881-17.293 150.647-17.157Q150.413-17.020 150.274-16.786Q150.136-16.552 150.136-16.278L150.136-14.918Q150.136-14.781 150.286-14.745Q150.437-14.709 150.662-14.709\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M158.774-15.270L158.774-17.167L158.135-17.167L158.135-17.389Q158.453-17.389 158.670-17.599Q158.887-17.809 158.987-18.119Q159.088-18.428 159.088-18.736L159.355-18.736L159.355-17.447L160.432-17.447L160.432-17.167L159.355-17.167L159.355-15.283Q159.355-15.007 159.459-14.808Q159.563-14.610 159.823-14.610Q159.980-14.610 160.086-14.714Q160.192-14.819 160.242-14.972Q160.291-15.126 160.291-15.283L160.291-15.697L160.558-15.697L160.558-15.270Q160.558-15.044 160.459-14.834Q160.360-14.624 160.175-14.492Q159.991-14.361 159.762-14.361Q159.324-14.361 159.049-14.598Q158.774-14.836 158.774-15.270M161.327-15.912Q161.327-16.254 161.462-16.553Q161.597-16.852 161.836-17.076Q162.076-17.300 162.393-17.425Q162.711-17.550 163.043-17.550Q163.487-17.550 163.887-17.334Q164.287-17.119 164.521-16.741Q164.755-16.364 164.755-15.912Q164.755-15.571 164.613-15.287Q164.472-15.003 164.227-14.796Q163.983-14.590 163.673-14.475Q163.364-14.361 163.043-14.361Q162.612-14.361 162.211-14.562Q161.809-14.764 161.568-15.116Q161.327-15.468 161.327-15.912M163.043-14.610Q163.644-14.610 163.868-14.988Q164.092-15.366 164.092-15.998Q164.092-16.610 163.858-16.969Q163.624-17.327 163.043-17.327Q161.990-17.327 161.990-15.998Q161.990-15.366 162.216-14.988Q162.441-14.610 163.043-14.610\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M170.784-14.429L168.112-14.429Q168.067-14.429 168.040-14.456Q168.012-14.484 168.012-14.528L168.012-14.596Q168.012-14.637 168.040-14.668L170.149-17.221L169.510-17.221Q169.086-17.221 168.853-17.155Q168.621-17.088 168.501-16.878Q168.382-16.668 168.382-16.247L168.118-16.247L168.200-17.447L170.791-17.447Q170.832-17.447 170.861-17.420Q170.890-17.392 170.890-17.348L170.890-17.300Q170.890-17.256 170.866-17.228L168.761-14.682L169.441-14.682Q169.769-14.682 169.986-14.718Q170.203-14.754 170.371-14.904Q170.511-15.041 170.564-15.265Q170.617-15.489 170.644-15.817L170.911-15.817L170.784-14.429M171.560-15.964Q171.560-16.285 171.685-16.574Q171.810-16.863 172.035-17.086Q172.261-17.310 172.557-17.430Q172.852-17.550 173.170-17.550Q173.498-17.550 173.760-17.450Q174.021-17.351 174.197-17.169Q174.373-16.986 174.467-16.728Q174.561-16.470 174.561-16.138Q174.561-16.046 174.479-16.025L172.223-16.025L172.223-15.964Q172.223-15.376 172.507-14.993Q172.791-14.610 173.358-14.610Q173.679-14.610 173.948-14.803Q174.216-14.996 174.305-15.311Q174.312-15.352 174.387-15.366L174.479-15.366Q174.561-15.342 174.561-15.270Q174.561-15.263 174.554-15.236Q174.442-14.839 174.071-14.600Q173.700-14.361 173.276-14.361Q172.839-14.361 172.439-14.569Q172.039-14.778 171.800-15.145Q171.560-15.512 171.560-15.964M172.230-16.234L174.045-16.234Q174.045-16.511 173.948-16.763Q173.850-17.016 173.652-17.172Q173.454-17.327 173.170-17.327Q172.893-17.327 172.680-17.169Q172.466-17.010 172.348-16.755Q172.230-16.500 172.230-16.234M176.899-14.429L175.163-14.429L175.163-14.709Q175.392-14.709 175.541-14.743Q175.689-14.778 175.689-14.918L175.689-16.767Q175.689-17.037 175.582-17.098Q175.474-17.160 175.163-17.160L175.163-17.440L176.192-17.515L176.192-16.808Q176.322-17.116 176.564-17.315Q176.807-17.515 177.125-17.515Q177.343-17.515 177.514-17.391Q177.685-17.266 177.685-17.054Q177.685-16.917 177.586-16.818Q177.487-16.719 177.354-16.719Q177.217-16.719 177.118-16.818Q177.019-16.917 177.019-17.054Q177.019-17.194 177.118-17.293Q176.827-17.293 176.627-17.097Q176.427-16.900 176.335-16.606Q176.243-16.312 176.243-16.032L176.243-14.918Q176.243-14.709 176.899-14.709L176.899-14.429M178.229-15.912Q178.229-16.254 178.364-16.553Q178.499-16.852 178.738-17.076Q178.977-17.300 179.295-17.425Q179.613-17.550 179.945-17.550Q180.389-17.550 180.789-17.334Q181.189-17.119 181.423-16.741Q181.657-16.364 181.657-15.912Q181.657-15.571 181.515-15.287Q181.373-15.003 181.129-14.796Q180.885-14.590 180.575-14.475Q180.266-14.361 179.945-14.361Q179.514-14.361 179.112-14.562Q178.711-14.764 178.470-15.116Q178.229-15.468 178.229-15.912M179.945-14.610Q180.546-14.610 180.770-14.988Q180.994-15.366 180.994-15.998Q180.994-16.610 180.760-16.969Q180.526-17.327 179.945-17.327Q178.892-17.327 178.892-15.998Q178.892-15.366 179.117-14.988Q179.343-14.610 179.945-14.610\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M122.472-4.679Q121.922-5.079 121.551-5.634Q121.180-6.190 120.999-6.836Q120.818-7.482 120.818-8.179Q120.818-8.692 120.918-9.187Q121.019-9.683 121.224-10.134Q121.429-10.585 121.742-10.977Q122.055-11.368 122.472-11.672Q122.482-11.676 122.489-11.677Q122.496-11.679 122.506-11.679L122.574-11.679Q122.609-11.679 122.631-11.655Q122.653-11.631 122.653-11.594Q122.653-11.549 122.626-11.532Q122.277-11.231 122.024-10.847Q121.771-10.462 121.619-10.021Q121.467-9.580 121.395-9.124Q121.323-8.668 121.323-8.179Q121.323-7.178 121.633-6.291Q121.942-5.404 122.626-4.819Q122.653-4.802 122.653-4.758Q122.653-4.720 122.631-4.696Q122.609-4.672 122.574-4.672L122.506-4.672Q122.499-4.676 122.491-4.677Q122.482-4.679 122.472-4.679M123.422-7.912Q123.422-8.254 123.557-8.553Q123.692-8.852 123.931-9.076Q124.171-9.300 124.488-9.425Q124.806-9.550 125.138-9.550Q125.582-9.550 125.982-9.334Q126.382-9.119 126.616-8.741Q126.850-8.364 126.850-7.912Q126.850-7.571 126.708-7.287Q126.567-7.003 126.322-6.796Q126.078-6.590 125.768-6.475Q125.459-6.361 125.138-6.361Q124.707-6.361 124.306-6.562Q123.904-6.764 123.663-7.116Q123.422-7.468 123.422-7.912M125.138-6.610Q125.739-6.610 125.963-6.988Q126.187-7.366 126.187-7.998Q126.187-8.610 125.953-8.969Q125.719-9.327 125.138-9.327Q124.085-9.327 124.085-7.998Q124.085-7.366 124.311-6.988Q124.536-6.610 125.138-6.610M129.127-6.429L127.493-6.429L127.493-6.709Q127.722-6.709 127.871-6.743Q128.019-6.778 128.019-6.918L128.019-8.767Q128.019-9.037 127.912-9.098Q127.804-9.160 127.493-9.160L127.493-9.440L128.552-9.515L128.552-8.866Q128.723-9.174 129.028-9.345Q129.332-9.515 129.677-9.515Q130.183-9.515 130.466-9.292Q130.750-9.068 130.750-8.572L130.750-6.918Q130.750-6.781 130.899-6.745Q131.048-6.709 131.273-6.709L131.273-6.429L129.643-6.429L129.643-6.709Q129.872-6.709 130.020-6.743Q130.169-6.778 130.169-6.918L130.169-8.558Q130.169-8.893 130.049-9.093Q129.930-9.293 129.615-9.293Q129.345-9.293 129.111-9.157Q128.877-9.020 128.739-8.786Q128.600-8.552 128.600-8.278L128.600-6.918Q128.600-6.781 128.751-6.745Q128.901-6.709 129.127-6.709L129.127-6.429M131.820-7.964Q131.820-8.285 131.945-8.574Q132.070-8.863 132.295-9.086Q132.521-9.310 132.816-9.430Q133.112-9.550 133.430-9.550Q133.758-9.550 134.019-9.450Q134.281-9.351 134.457-9.169Q134.633-8.986 134.727-8.728Q134.821-8.470 134.821-8.138Q134.821-8.046 134.739-8.025L132.483-8.025L132.483-7.964Q132.483-7.376 132.767-6.993Q133.050-6.610 133.618-6.610Q133.939-6.610 134.207-6.803Q134.476-6.996 134.565-7.311Q134.571-7.352 134.647-7.366L134.739-7.366Q134.821-7.342 134.821-7.270Q134.821-7.263 134.814-7.236Q134.701-6.839 134.330-6.600Q133.960-6.361 133.536-6.361Q133.098-6.361 132.698-6.569Q132.299-6.778 132.059-7.145Q131.820-7.512 131.820-7.964M132.490-8.234L134.305-8.234Q134.305-8.511 134.207-8.763Q134.110-9.016 133.912-9.172Q133.714-9.327 133.430-9.327Q133.153-9.327 132.939-9.169Q132.726-9.010 132.608-8.755Q132.490-8.500 132.490-8.234\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M139.507-6.456L138.526-8.955Q138.465-9.098 138.347-9.133Q138.229-9.167 138.013-9.167L138.013-9.447L139.493-9.447L139.493-9.167Q139.114-9.167 139.114-9.006Q139.114-8.996 139.128-8.955L139.842-7.123L140.515-8.828Q140.485-8.900 140.485-8.928Q140.485-8.955 140.457-8.955Q140.396-9.102 140.278-9.134Q140.160-9.167 139.948-9.167L139.948-9.447L141.346-9.447L141.346-9.167Q140.970-9.167 140.970-9.006Q140.970-8.975 140.977-8.955L141.732-7.017L142.419-8.767Q142.440-8.818 142.440-8.873Q142.440-9.013 142.327-9.090Q142.214-9.167 142.074-9.167L142.074-9.447L143.294-9.447L143.294-9.167Q143.089-9.167 142.934-9.061Q142.778-8.955 142.706-8.767L141.801-6.456Q141.766-6.361 141.654-6.361L141.585-6.361Q141.476-6.361 141.438-6.456L140.656-8.459L139.869-6.456Q139.835-6.361 139.722-6.361L139.654-6.361Q139.545-6.361 139.507-6.456M145.441-6.429L143.889-6.429L143.889-6.709Q144.115-6.709 144.263-6.743Q144.412-6.778 144.412-6.918L144.412-8.767Q144.412-8.955 144.364-9.039Q144.316-9.122 144.219-9.141Q144.121-9.160 143.909-9.160L143.909-9.440L144.966-9.515L144.966-6.918Q144.966-6.778 145.097-6.743Q145.229-6.709 145.441-6.709L145.441-6.429M144.169-10.736Q144.169-10.907 144.292-11.026Q144.415-11.146 144.586-11.146Q144.754-11.146 144.877-11.026Q145-10.907 145-10.736Q145-10.561 144.877-10.438Q144.754-10.315 144.586-10.315Q144.415-10.315 144.292-10.438Q144.169-10.561 144.169-10.736M147.768-6.429L146.135-6.429L146.135-6.709Q146.364-6.709 146.512-6.743Q146.661-6.778 146.661-6.918L146.661-8.767Q146.661-9.037 146.553-9.098Q146.446-9.160 146.135-9.160L146.135-9.440L147.194-9.515L147.194-8.866Q147.365-9.174 147.669-9.345Q147.973-9.515 148.319-9.515Q148.825-9.515 149.108-9.292Q149.392-9.068 149.392-8.572L149.392-6.918Q149.392-6.781 149.541-6.745Q149.689-6.709 149.915-6.709L149.915-6.429L148.284-6.429L148.284-6.709Q148.513-6.709 148.662-6.743Q148.811-6.778 148.811-6.918L148.811-8.558Q148.811-8.893 148.691-9.093Q148.572-9.293 148.257-9.293Q147.987-9.293 147.753-9.157Q147.519-9.020 147.380-8.786Q147.242-8.552 147.242-8.278L147.242-6.918Q147.242-6.781 147.392-6.745Q147.543-6.709 147.768-6.709L147.768-6.429M150.503-6.436L150.503-7.499Q150.503-7.523 150.530-7.550Q150.557-7.577 150.581-7.577L150.691-7.577Q150.756-7.577 150.769-7.519Q150.865-7.085 151.111-6.834Q151.357-6.583 151.771-6.583Q152.113-6.583 152.366-6.716Q152.618-6.849 152.618-7.157Q152.618-7.314 152.524-7.429Q152.430-7.543 152.292-7.612Q152.154-7.680 151.986-7.718L151.405-7.817Q151.050-7.885 150.776-8.106Q150.503-8.326 150.503-8.668Q150.503-8.917 150.614-9.092Q150.725-9.266 150.911-9.365Q151.097-9.464 151.313-9.507Q151.528-9.550 151.771-9.550Q152.184-9.550 152.465-9.368L152.680-9.543Q152.690-9.546 152.697-9.548Q152.704-9.550 152.714-9.550L152.765-9.550Q152.793-9.550 152.817-9.526Q152.841-9.502 152.841-9.474L152.841-8.627Q152.841-8.606 152.817-8.579Q152.793-8.552 152.765-8.552L152.653-8.552Q152.625-8.552 152.600-8.577Q152.574-8.603 152.574-8.627Q152.574-8.863 152.468-9.027Q152.362-9.191 152.179-9.273Q151.996-9.355 151.764-9.355Q151.436-9.355 151.180-9.252Q150.923-9.150 150.923-8.873Q150.923-8.678 151.106-8.569Q151.289-8.459 151.518-8.418L152.092-8.312Q152.338-8.264 152.552-8.136Q152.765-8.008 152.902-7.805Q153.039-7.601 153.039-7.352Q153.039-6.839 152.673-6.600Q152.307-6.361 151.771-6.361Q151.275-6.361 150.944-6.655L150.677-6.381Q150.657-6.361 150.629-6.361L150.581-6.361Q150.557-6.361 150.530-6.388Q150.503-6.415 150.503-6.436M154.167-5.199Q154.167-5.233 154.194-5.260Q154.464-5.489 154.613-5.812Q154.762-6.135 154.762-6.491L154.762-6.528Q154.652-6.429 154.488-6.429Q154.307-6.429 154.187-6.549Q154.068-6.668 154.068-6.849Q154.068-7.024 154.187-7.143Q154.307-7.263 154.488-7.263Q154.744-7.263 154.864-7.024Q154.984-6.784 154.984-6.491Q154.984-6.091 154.815-5.720Q154.645-5.349 154.348-5.093Q154.317-5.072 154.290-5.072Q154.249-5.072 154.208-5.113Q154.167-5.154 154.167-5.199\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M158.594-7.912Q158.594-8.254 158.729-8.553Q158.864-8.852 159.104-9.076Q159.343-9.300 159.661-9.425Q159.979-9.550 160.310-9.550Q160.755-9.550 161.154-9.334Q161.554-9.119 161.789-8.741Q162.023-8.364 162.023-7.912Q162.023-7.571 161.881-7.287Q161.739-7.003 161.495-6.796Q161.250-6.590 160.941-6.475Q160.632-6.361 160.310-6.361Q159.880-6.361 159.478-6.562Q159.076-6.764 158.835-7.116Q158.594-7.468 158.594-7.912M160.310-6.610Q160.912-6.610 161.136-6.988Q161.360-7.366 161.360-7.998Q161.360-8.610 161.125-8.969Q160.891-9.327 160.310-9.327Q159.258-9.327 159.258-7.998Q159.258-7.366 159.483-6.988Q159.709-6.610 160.310-6.610M164.299-6.429L162.665-6.429L162.665-6.709Q162.894-6.709 163.043-6.743Q163.192-6.778 163.192-6.918L163.192-8.767Q163.192-9.037 163.084-9.098Q162.976-9.160 162.665-9.160L162.665-9.440L163.725-9.515L163.725-8.866Q163.896-9.174 164.200-9.345Q164.504-9.515 164.849-9.515Q165.355-9.515 165.639-9.292Q165.923-9.068 165.923-8.572L165.923-6.918Q165.923-6.781 166.071-6.745Q166.220-6.709 166.446-6.709L166.446-6.429L164.815-6.429L164.815-6.709Q165.044-6.709 165.193-6.743Q165.342-6.778 165.342-6.918L165.342-8.558Q165.342-8.893 165.222-9.093Q165.102-9.293 164.788-9.293Q164.518-9.293 164.284-9.157Q164.050-9.020 163.911-8.786Q163.773-8.552 163.773-8.278L163.773-6.918Q163.773-6.781 163.923-6.745Q164.073-6.709 164.299-6.709L164.299-6.429M166.992-7.964Q166.992-8.285 167.117-8.574Q167.242-8.863 167.467-9.086Q167.693-9.310 167.989-9.430Q168.284-9.550 168.602-9.550Q168.930-9.550 169.192-9.450Q169.453-9.351 169.629-9.169Q169.805-8.986 169.899-8.728Q169.993-8.470 169.993-8.138Q169.993-8.046 169.911-8.025L167.655-8.025L167.655-7.964Q167.655-7.376 167.939-6.993Q168.223-6.610 168.790-6.610Q169.112-6.610 169.380-6.803Q169.648-6.996 169.737-7.311Q169.744-7.352 169.819-7.366L169.911-7.366Q169.993-7.342 169.993-7.270Q169.993-7.263 169.987-7.236Q169.874-6.839 169.503-6.600Q169.132-6.361 168.708-6.361Q168.271-6.361 167.871-6.569Q167.471-6.778 167.232-7.145Q166.992-7.512 166.992-7.964M167.662-8.234L169.477-8.234Q169.477-8.511 169.380-8.763Q169.282-9.016 169.084-9.172Q168.886-9.327 168.602-9.327Q168.325-9.327 168.112-9.169Q167.898-9.010 167.780-8.755Q167.662-8.500 167.662-8.234\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(100.467 26.551)\">\u003Cpath d=\"M174.956-6.429L173.353-6.429L173.353-6.709Q173.579-6.709 173.728-6.743Q173.876-6.778 173.876-6.918L173.876-10.537Q173.876-10.807 173.769-10.869Q173.661-10.930 173.353-10.930L173.353-11.211L174.430-11.286L174.430-6.918Q174.430-6.781 174.580-6.745Q174.731-6.709 174.956-6.709L174.956-6.429M175.510-7.912Q175.510-8.254 175.645-8.553Q175.780-8.852 176.019-9.076Q176.259-9.300 176.577-9.425Q176.894-9.550 177.226-9.550Q177.670-9.550 178.070-9.334Q178.470-9.119 178.704-8.741Q178.938-8.364 178.938-7.912Q178.938-7.571 178.797-7.287Q178.655-7.003 178.410-6.796Q178.166-6.590 177.857-6.475Q177.547-6.361 177.226-6.361Q176.795-6.361 176.394-6.562Q175.992-6.764 175.751-7.116Q175.510-7.468 175.510-7.912M177.226-6.610Q177.828-6.610 178.051-6.988Q178.275-7.366 178.275-7.998Q178.275-8.610 178.041-8.969Q177.807-9.327 177.226-9.327Q176.173-9.327 176.173-7.998Q176.173-7.366 176.399-6.988Q176.624-6.610 177.226-6.610M179.533-6.436L179.533-7.499Q179.533-7.523 179.560-7.550Q179.588-7.577 179.612-7.577L179.721-7.577Q179.786-7.577 179.800-7.519Q179.895-7.085 180.141-6.834Q180.388-6.583 180.801-6.583Q181.143-6.583 181.396-6.716Q181.649-6.849 181.649-7.157Q181.649-7.314 181.555-7.429Q181.461-7.543 181.322-7.612Q181.184-7.680 181.016-7.718L180.435-7.817Q180.080-7.885 179.807-8.106Q179.533-8.326 179.533-8.668Q179.533-8.917 179.644-9.092Q179.755-9.266 179.942-9.365Q180.128-9.464 180.343-9.507Q180.558-9.550 180.801-9.550Q181.215-9.550 181.495-9.368L181.710-9.543Q181.721-9.546 181.727-9.548Q181.734-9.550 181.745-9.550L181.796-9.550Q181.823-9.550 181.847-9.526Q181.871-9.502 181.871-9.474L181.871-8.627Q181.871-8.606 181.847-8.579Q181.823-8.552 181.796-8.552L181.683-8.552Q181.656-8.552 181.630-8.577Q181.604-8.603 181.604-8.627Q181.604-8.863 181.498-9.027Q181.392-9.191 181.210-9.273Q181.027-9.355 180.794-9.355Q180.466-9.355 180.210-9.252Q179.953-9.150 179.953-8.873Q179.953-8.678 180.136-8.569Q180.319-8.459 180.548-8.418L181.122-8.312Q181.369-8.264 181.582-8.136Q181.796-8.008 181.932-7.805Q182.069-7.601 182.069-7.352Q182.069-6.839 181.703-6.600Q181.338-6.361 180.801-6.361Q180.306-6.361 179.974-6.655L179.707-6.381Q179.687-6.361 179.660-6.361L179.612-6.361Q179.588-6.361 179.560-6.388Q179.533-6.415 179.533-6.436M182.657-7.964Q182.657-8.285 182.782-8.574Q182.907-8.863 183.132-9.086Q183.358-9.310 183.653-9.430Q183.949-9.550 184.267-9.550Q184.595-9.550 184.857-9.450Q185.118-9.351 185.294-9.169Q185.470-8.986 185.564-8.728Q185.658-8.470 185.658-8.138Q185.658-8.046 185.576-8.025L183.320-8.025L183.320-7.964Q183.320-7.376 183.604-6.993Q183.888-6.610 184.455-6.610Q184.776-6.610 185.045-6.803Q185.313-6.996 185.402-7.311Q185.409-7.352 185.484-7.366L185.576-7.366Q185.658-7.342 185.658-7.270Q185.658-7.263 185.651-7.236Q185.538-6.839 185.168-6.600Q184.797-6.361 184.373-6.361Q183.935-6.361 183.536-6.569Q183.136-6.778 182.896-7.145Q182.657-7.512 182.657-7.964M183.327-8.234L185.142-8.234Q185.142-8.511 185.045-8.763Q184.947-9.016 184.749-9.172Q184.551-9.327 184.267-9.327Q183.990-9.327 183.776-9.169Q183.563-9.010 183.445-8.755Q183.327-8.500 183.327-8.234M186.246-6.436L186.246-7.499Q186.246-7.523 186.273-7.550Q186.301-7.577 186.325-7.577L186.434-7.577Q186.499-7.577 186.513-7.519Q186.608-7.085 186.854-6.834Q187.100-6.583 187.514-6.583Q187.856-6.583 188.109-6.716Q188.362-6.849 188.362-7.157Q188.362-7.314 188.268-7.429Q188.174-7.543 188.035-7.612Q187.897-7.680 187.729-7.718L187.148-7.817Q186.793-7.885 186.519-8.106Q186.246-8.326 186.246-8.668Q186.246-8.917 186.357-9.092Q186.468-9.266 186.654-9.365Q186.841-9.464 187.056-9.507Q187.271-9.550 187.514-9.550Q187.928-9.550 188.208-9.368L188.423-9.543Q188.433-9.546 188.440-9.548Q188.447-9.550 188.457-9.550L188.509-9.550Q188.536-9.550 188.560-9.526Q188.584-9.502 188.584-9.474L188.584-8.627Q188.584-8.606 188.560-8.579Q188.536-8.552 188.509-8.552L188.396-8.552Q188.369-8.552 188.343-8.577Q188.317-8.603 188.317-8.627Q188.317-8.863 188.211-9.027Q188.105-9.191 187.922-9.273Q187.740-9.355 187.507-9.355Q187.179-9.355 186.923-9.252Q186.666-9.150 186.666-8.873Q186.666-8.678 186.849-8.569Q187.032-8.459 187.261-8.418L187.835-8.312Q188.081-8.264 188.295-8.136Q188.509-8.008 188.645-7.805Q188.782-7.601 188.782-7.352Q188.782-6.839 188.416-6.600Q188.051-6.361 187.514-6.361Q187.018-6.361 186.687-6.655L186.420-6.381Q186.400-6.361 186.372-6.361L186.325-6.361Q186.301-6.361 186.273-6.388Q186.246-6.415 186.246-6.436M189.732-4.672L189.664-4.672Q189.630-4.672 189.608-4.698Q189.585-4.723 189.585-4.758Q189.585-4.802 189.616-4.819Q189.972-5.123 190.221-5.513Q190.471-5.903 190.623-6.335Q190.775-6.767 190.845-7.236Q190.915-7.704 190.915-8.179Q190.915-8.658 190.845-9.124Q190.775-9.591 190.621-10.026Q190.467-10.462 190.216-10.850Q189.965-11.238 189.616-11.532Q189.585-11.549 189.585-11.594Q189.585-11.628 189.608-11.653Q189.630-11.679 189.664-11.679L189.732-11.679Q189.743-11.679 189.751-11.677Q189.760-11.676 189.770-11.672Q190.313-11.272 190.686-10.719Q191.058-10.165 191.240-9.519Q191.421-8.873 191.421-8.179Q191.421-7.478 191.240-6.831Q191.058-6.183 190.684-5.629Q190.310-5.075 189.770-4.679Q189.760-4.679 189.751-4.677Q189.743-4.676 189.732-4.672\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M90.81-43.017 31.504-13.341\"\u002F>\u003Cpath stroke=\"none\" d=\"m29.179-12.178 4.65-.001-2.325-1.162.464-2.558\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M120.028-43.017v26.675\"\u002F>\u003Cpath stroke=\"none\" d=\"m120.028-13.742 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m149.245-43.017 59.306 29.676\"\u002F>\u003Cpath stroke=\"none\" d=\"m210.876-12.178-2.789-3.721.464 2.558-2.325 1.162\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The three reward regimes of a Markov game, set by how the per-agent rewards \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.5806em;vertical-align:-0.15em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0278em;\">r\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3117em;\">\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\">i\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> relate. Cooperative agents share one reward; competitive (zero-sum) agents have rewards that cancel; mixed games have both aligned and opposed interests.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:368.811px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 276.608 101.723\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg fill=\"var(--tk-soft-good)\" stroke=\"var(--tk-good)\">\u003Cpath d=\"M-11.785-19.426h56.906v-36.988h-56.906Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-18.2 5.944)\">\u003Cpath d=\"M27.721-44.170Q27.171-44.570 26.800-45.125Q26.429-45.681 26.248-46.327Q26.067-46.973 26.067-47.670Q26.067-48.183 26.167-48.678Q26.268-49.174 26.473-49.625Q26.678-50.076 26.991-50.468Q27.304-50.859 27.721-51.163Q27.731-51.167 27.738-51.168Q27.745-51.170 27.755-51.170L27.823-51.170Q27.858-51.170 27.880-51.146Q27.902-51.122 27.902-51.085Q27.902-51.040 27.875-51.023Q27.526-50.722 27.273-50.338Q27.020-49.953 26.868-49.512Q26.716-49.071 26.644-48.615Q26.572-48.159 26.572-47.670Q26.572-46.669 26.882-45.782Q27.191-44.895 27.875-44.310Q27.902-44.293 27.902-44.249Q27.902-44.211 27.880-44.187Q27.858-44.163 27.823-44.163L27.755-44.163Q27.748-44.167 27.740-44.168Q27.731-44.170 27.721-44.170M30.715-47.068L28.671-47.068L28.671-47.349L31.002-50.521Q31.036-50.568 31.101-50.568L31.238-50.568Q31.282-50.568 31.310-50.541Q31.337-50.514 31.337-50.469L31.337-47.349L32.099-47.349L32.099-47.068L31.337-47.068L31.337-46.409Q31.337-46.200 32.092-46.200L32.092-45.920L29.960-45.920L29.960-46.200Q30.715-46.200 30.715-46.409L30.715-47.068M30.763-49.793L28.972-47.349L30.763-47.349L30.763-49.793M33.193-44.690Q33.193-44.724 33.220-44.751Q33.490-44.980 33.639-45.303Q33.788-45.626 33.788-45.982L33.788-46.019Q33.678-45.920 33.514-45.920Q33.333-45.920 33.214-46.040Q33.094-46.159 33.094-46.340Q33.094-46.515 33.214-46.634Q33.333-46.754 33.514-46.754Q33.771-46.754 33.890-46.515Q34.010-46.275 34.010-45.982Q34.010-45.582 33.841-45.211Q33.672-44.840 33.374-44.584Q33.343-44.563 33.316-44.563Q33.275-44.563 33.234-44.604Q33.193-44.645 33.193-44.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-18.2 5.944)\">\u003Cpath d=\"M39.664-47.068L37.620-47.068L37.620-47.349L39.951-50.521Q39.986-50.568 40.051-50.568L40.187-50.568Q40.232-50.568 40.259-50.541Q40.286-50.514 40.286-50.469L40.286-47.349L41.049-47.349L41.049-47.068L40.286-47.068L40.286-46.409Q40.286-46.200 41.042-46.200L41.042-45.920L38.909-45.920L38.909-46.200Q39.664-46.200 39.664-46.409L39.664-47.068M39.712-49.793L37.921-47.349L39.712-47.349L39.712-49.793M41.965-44.163L41.896-44.163Q41.862-44.163 41.840-44.189Q41.818-44.214 41.818-44.249Q41.818-44.293 41.848-44.310Q42.204-44.614 42.453-45.004Q42.703-45.394 42.855-45.826Q43.007-46.258 43.077-46.727Q43.147-47.195 43.147-47.670Q43.147-48.149 43.077-48.615Q43.007-49.082 42.853-49.517Q42.700-49.953 42.448-50.341Q42.197-50.729 41.848-51.023Q41.818-51.040 41.818-51.085Q41.818-51.119 41.840-51.144Q41.862-51.170 41.896-51.170L41.965-51.170Q41.975-51.170 41.983-51.168Q41.992-51.167 42.002-51.163Q42.546-50.763 42.918-50.210Q43.291-49.656 43.472-49.010Q43.653-48.364 43.653-47.670Q43.653-46.969 43.472-46.322Q43.291-45.674 42.917-45.120Q42.542-44.566 42.002-44.170Q41.992-44.170 41.983-44.168Q41.975-44.167 41.965-44.163\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-18.2 5.944)\">\u003Cpath d=\"M17.789-37.920L17.522-37.920L17.522-42.028Q17.522-42.298 17.415-42.360Q17.307-42.421 16.996-42.421L16.996-42.702L18.076-42.777L18.076-40.607Q18.285-40.798 18.570-40.902Q18.855-41.006 19.153-41.006Q19.471-41.006 19.768-40.885Q20.065-40.764 20.288-40.548Q20.510-40.333 20.636-40.048Q20.763-39.762 20.763-39.431Q20.763-38.986 20.523-38.622Q20.284-38.258 19.891-38.055Q19.498-37.852 19.054-37.852Q18.859-37.852 18.669-37.908Q18.480-37.964 18.319-38.069Q18.158-38.173 18.018-38.334L17.789-37.920M18.104-40.265L18.104-38.648Q18.240-38.388 18.481-38.231Q18.722-38.074 18.999-38.074Q19.293-38.074 19.505-38.181Q19.717-38.289 19.850-38.481Q19.983-38.672 20.042-38.911Q20.100-39.150 20.100-39.431Q20.100-39.790 20.006-40.094Q19.912-40.398 19.684-40.591Q19.457-40.784 19.091-40.784Q18.791-40.784 18.524-40.648Q18.257-40.511 18.104-40.265\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-18.2 5.944)\">\u003Cpath d=\"M21.573-39.455Q21.573-39.776 21.698-40.065Q21.823-40.354 22.049-40.577Q22.274-40.801 22.570-40.921Q22.865-41.041 23.183-41.041Q23.511-41.041 23.773-40.941Q24.034-40.842 24.210-40.660Q24.386-40.477 24.480-40.219Q24.574-39.961 24.574-39.629Q24.574-39.537 24.492-39.516L22.237-39.516L22.237-39.455Q22.237-38.867 22.520-38.484Q22.804-38.101 23.371-38.101Q23.693-38.101 23.961-38.294Q24.229-38.487 24.318-38.802Q24.325-38.843 24.400-38.857L24.492-38.857Q24.574-38.833 24.574-38.761Q24.574-38.754 24.568-38.727Q24.455-38.330 24.084-38.091Q23.713-37.852 23.289-37.852Q22.852-37.852 22.452-38.060Q22.052-38.269 21.813-38.636Q21.573-39.003 21.573-39.455M22.243-39.725L24.058-39.725Q24.058-40.002 23.961-40.254Q23.863-40.507 23.665-40.663Q23.467-40.818 23.183-40.818Q22.906-40.818 22.693-40.660Q22.479-40.501 22.361-40.246Q22.243-39.991 22.243-39.725M25.162-37.927L25.162-38.990Q25.162-39.014 25.190-39.041Q25.217-39.068 25.241-39.068L25.350-39.068Q25.415-39.068 25.429-39.010Q25.525-38.576 25.771-38.325Q26.017-38.074 26.430-38.074Q26.772-38.074 27.025-38.207Q27.278-38.340 27.278-38.648Q27.278-38.805 27.184-38.920Q27.090-39.034 26.952-39.103Q26.813-39.171 26.646-39.209L26.065-39.308Q25.709-39.376 25.436-39.597Q25.162-39.817 25.162-40.159Q25.162-40.408 25.273-40.583Q25.384-40.757 25.571-40.856Q25.757-40.955 25.972-40.998Q26.188-41.041 26.430-41.041Q26.844-41.041 27.124-40.859L27.340-41.034Q27.350-41.037 27.357-41.039Q27.363-41.041 27.374-41.041L27.425-41.041Q27.452-41.041 27.476-41.017Q27.500-40.993 27.500-40.965L27.500-40.118Q27.500-40.097 27.476-40.070Q27.452-40.043 27.425-40.043L27.312-40.043Q27.285-40.043 27.259-40.068Q27.234-40.094 27.234-40.118Q27.234-40.354 27.128-40.518Q27.022-40.682 26.839-40.764Q26.656-40.846 26.424-40.846Q26.095-40.846 25.839-40.743Q25.583-40.641 25.583-40.364Q25.583-40.169 25.766-40.060Q25.948-39.950 26.177-39.909L26.752-39.803Q26.998-39.755 27.211-39.627Q27.425-39.499 27.562-39.296Q27.698-39.092 27.698-38.843Q27.698-38.330 27.333-38.091Q26.967-37.852 26.430-37.852Q25.935-37.852 25.603-38.146L25.337-37.872Q25.316-37.852 25.289-37.852L25.241-37.852Q25.217-37.852 25.190-37.879Q25.162-37.906 25.162-37.927M28.854-38.761L28.854-40.658L28.215-40.658L28.215-40.880Q28.532-40.880 28.749-41.090Q28.967-41.300 29.067-41.610Q29.168-41.919 29.168-42.227L29.435-42.227L29.435-40.938L30.511-40.938L30.511-40.658L29.435-40.658L29.435-38.774Q29.435-38.498 29.539-38.299Q29.643-38.101 29.903-38.101Q30.060-38.101 30.166-38.205Q30.272-38.310 30.322-38.463Q30.371-38.617 30.371-38.774L30.371-39.188L30.638-39.188L30.638-38.761Q30.638-38.535 30.539-38.325Q30.440-38.115 30.255-37.983Q30.071-37.852 29.842-37.852Q29.404-37.852 29.129-38.089Q28.854-38.327 28.854-38.761M31.947-36.690Q31.947-36.724 31.974-36.751Q32.244-36.980 32.393-37.303Q32.542-37.626 32.542-37.982L32.542-38.019Q32.432-37.920 32.268-37.920Q32.087-37.920 31.967-38.040Q31.848-38.159 31.848-38.340Q31.848-38.515 31.967-38.634Q32.087-38.754 32.268-38.754Q32.525-38.754 32.644-38.515Q32.764-38.275 32.764-37.982Q32.764-37.582 32.595-37.211Q32.425-36.840 32.128-36.584Q32.097-36.563 32.070-36.563Q32.029-36.563 31.988-36.604Q31.947-36.645 31.947-36.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-18.2 5.944)\">\u003Cpath d=\"M38.171-37.920L36.435-37.920L36.435-38.200Q36.664-38.200 36.813-38.234Q36.961-38.269 36.961-38.409L36.961-40.258Q36.961-40.528 36.854-40.589Q36.746-40.651 36.435-40.651L36.435-40.931L37.464-41.006L37.464-40.299Q37.594-40.607 37.836-40.806Q38.079-41.006 38.397-41.006Q38.616-41.006 38.787-40.882Q38.958-40.757 38.958-40.545Q38.958-40.408 38.858-40.309Q38.759-40.210 38.626-40.210Q38.489-40.210 38.390-40.309Q38.291-40.408 38.291-40.545Q38.291-40.685 38.390-40.784Q38.100-40.784 37.900-40.588Q37.700-40.391 37.607-40.097Q37.515-39.803 37.515-39.523L37.515-38.409Q37.515-38.200 38.171-38.200L38.171-37.920M41.159-37.920L39.607-37.920L39.607-38.200Q39.833-38.200 39.981-38.234Q40.130-38.269 40.130-38.409L40.130-40.258Q40.130-40.446 40.082-40.530Q40.034-40.613 39.937-40.632Q39.839-40.651 39.628-40.651L39.628-40.931L40.684-41.006L40.684-38.409Q40.684-38.269 40.815-38.234Q40.947-38.200 41.159-38.200L41.159-37.920M39.887-42.227Q39.887-42.398 40.010-42.517Q40.133-42.637 40.304-42.637Q40.472-42.637 40.595-42.517Q40.718-42.398 40.718-42.227Q40.718-42.052 40.595-41.929Q40.472-41.806 40.304-41.806Q40.133-41.806 40.010-41.929Q39.887-42.052 39.887-42.227M41.805-37.927L41.805-38.990Q41.805-39.014 41.832-39.041Q41.859-39.068 41.883-39.068L41.993-39.068Q42.058-39.068 42.071-39.010Q42.167-38.576 42.413-38.325Q42.659-38.074 43.073-38.074Q43.415-38.074 43.668-38.207Q43.920-38.340 43.920-38.648Q43.920-38.805 43.826-38.920Q43.732-39.034 43.594-39.103Q43.456-39.171 43.288-39.209L42.707-39.308Q42.352-39.376 42.078-39.597Q41.805-39.817 41.805-40.159Q41.805-40.408 41.916-40.583Q42.027-40.757 42.213-40.856Q42.399-40.955 42.615-40.998Q42.830-41.041 43.073-41.041Q43.486-41.041 43.767-40.859L43.982-41.034Q43.992-41.037 43.999-41.039Q44.006-41.041 44.016-41.041L44.067-41.041Q44.095-41.041 44.119-41.017Q44.143-40.993 44.143-40.965L44.143-40.118Q44.143-40.097 44.119-40.070Q44.095-40.043 44.067-40.043L43.955-40.043Q43.927-40.043 43.902-40.068Q43.876-40.094 43.876-40.118Q43.876-40.354 43.770-40.518Q43.664-40.682 43.481-40.764Q43.298-40.846 43.066-40.846Q42.738-40.846 42.482-40.743Q42.225-40.641 42.225-40.364Q42.225-40.169 42.408-40.060Q42.591-39.950 42.820-39.909L43.394-39.803Q43.640-39.755 43.854-39.627Q44.067-39.499 44.204-39.296Q44.341-39.092 44.341-38.843Q44.341-38.330 43.975-38.091Q43.609-37.852 43.073-37.852Q42.577-37.852 42.246-38.146L41.979-37.872Q41.959-37.852 41.931-37.852L41.883-37.852Q41.859-37.852 41.832-37.879Q41.805-37.906 41.805-37.927M46.566-37.920L44.983-37.920L44.983-38.200Q45.212-38.200 45.361-38.234Q45.510-38.269 45.510-38.409L45.510-42.028Q45.510-42.298 45.402-42.360Q45.294-42.421 44.983-42.421L44.983-42.702L46.064-42.777L46.064-39.489L47.048-40.258Q47.253-40.395 47.253-40.545Q47.253-40.589 47.212-40.624Q47.171-40.658 47.127-40.658L47.127-40.938L48.490-40.938L48.490-40.658Q48.002-40.658 47.482-40.258L46.925-39.824L47.902-38.600Q48.104-38.354 48.237-38.277Q48.371-38.200 48.658-38.200L48.658-37.920L47.226-37.920L47.226-38.200Q47.414-38.200 47.414-38.313Q47.414-38.409 47.260-38.600L46.525-39.509L46.043-39.130L46.043-38.409Q46.043-38.272 46.192-38.236Q46.340-38.200 46.566-38.200L46.566-37.920M49.505-36.785Q49.635-36.717 49.772-36.717Q49.943-36.717 50.093-36.806Q50.244-36.895 50.355-37.040Q50.466-37.185 50.544-37.353L50.808-37.920L49.639-40.446Q49.564-40.593 49.434-40.625Q49.304-40.658 49.071-40.658L49.071-40.938L50.592-40.938L50.592-40.658Q50.244-40.658 50.244-40.511Q50.247-40.490 50.249-40.473Q50.251-40.456 50.251-40.446L51.108-38.587L51.881-40.258Q51.915-40.326 51.915-40.405Q51.915-40.518 51.831-40.588Q51.748-40.658 51.635-40.658L51.635-40.938L52.831-40.938L52.831-40.658Q52.612-40.658 52.440-40.554Q52.267-40.449 52.175-40.258L50.838-37.353Q50.668-36.983 50.398-36.737Q50.128-36.491 49.772-36.491Q49.502-36.491 49.283-36.657Q49.065-36.823 49.065-37.086Q49.065-37.223 49.157-37.312Q49.249-37.400 49.389-37.400Q49.526-37.400 49.615-37.312Q49.704-37.223 49.704-37.086Q49.704-36.983 49.651-36.905Q49.598-36.826 49.505-36.785\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M47.966-19.426h56.906v-36.988H47.966Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(50.16 1.75)\">\u003Cpath d=\"M19.112-36.170Q18.562-36.570 18.191-37.125Q17.820-37.681 17.639-38.327Q17.458-38.973 17.458-39.670Q17.458-40.183 17.558-40.678Q17.659-41.174 17.864-41.625Q18.069-42.076 18.382-42.468Q18.695-42.859 19.112-43.163Q19.122-43.167 19.129-43.168Q19.136-43.170 19.146-43.170L19.214-43.170Q19.249-43.170 19.271-43.146Q19.293-43.122 19.293-43.085Q19.293-43.040 19.266-43.023Q18.917-42.722 18.664-42.338Q18.411-41.953 18.259-41.512Q18.107-41.071 18.035-40.615Q17.963-40.159 17.963-39.670Q17.963-38.669 18.273-37.782Q18.582-36.895 19.266-36.310Q19.293-36.293 19.293-36.249Q19.293-36.211 19.271-36.187Q19.249-36.163 19.214-36.163L19.146-36.163Q19.139-36.167 19.131-36.168Q19.122-36.170 19.112-36.170M21.778-37.780Q21.142-37.780 20.778-38.125Q20.414-38.470 20.279-38.995Q20.144-39.520 20.144-40.145Q20.144-41.170 20.500-41.869Q20.855-42.568 21.778-42.568Q22.704-42.568 23.056-41.869Q23.408-41.170 23.408-40.145Q23.408-39.520 23.273-38.995Q23.138-38.470 22.776-38.125Q22.414-37.780 21.778-37.780M21.778-38.005Q22.215-38.005 22.429-38.380Q22.643-38.754 22.692-39.221Q22.742-39.687 22.742-40.265Q22.742-40.818 22.692-41.246Q22.643-41.673 22.431-42.008Q22.219-42.343 21.778-42.343Q21.436-42.343 21.233-42.136Q21.029-41.929 20.942-41.617Q20.855-41.304 20.833-40.988Q20.811-40.671 20.811-40.265Q20.811-39.848 20.833-39.506Q20.855-39.164 20.944-38.816Q21.033-38.467 21.238-38.236Q21.443-38.005 21.778-38.005M24.584-36.690Q24.584-36.724 24.611-36.751Q24.881-36.980 25.030-37.303Q25.179-37.626 25.179-37.982L25.179-38.019Q25.069-37.920 24.905-37.920Q24.724-37.920 24.605-38.040Q24.485-38.159 24.485-38.340Q24.485-38.515 24.605-38.634Q24.724-38.754 24.905-38.754Q25.162-38.754 25.281-38.515Q25.401-38.275 25.401-37.982Q25.401-37.582 25.232-37.211Q25.063-36.840 24.765-36.584Q24.734-36.563 24.707-36.563Q24.666-36.563 24.625-36.604Q24.584-36.645 24.584-36.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(50.16 1.75)\">\u003Cpath d=\"M29.534-38.467Q29.654-38.310 29.845-38.211Q30.037-38.111 30.252-38.072Q30.467-38.033 30.690-38.033Q30.987-38.033 31.182-38.188Q31.377-38.344 31.467-38.598Q31.558-38.853 31.558-39.137Q31.558-39.431 31.466-39.682Q31.373-39.933 31.175-40.089Q30.977-40.244 30.683-40.244L30.167-40.244Q30.139-40.244 30.114-40.270Q30.088-40.295 30.088-40.319L30.088-40.391Q30.088-40.422 30.114-40.444Q30.139-40.466 30.167-40.466L30.608-40.497Q30.970-40.497 31.190-40.854Q31.411-41.212 31.411-41.601Q31.411-41.929 31.216-42.133Q31.021-42.336 30.690-42.336Q30.403-42.336 30.150-42.252Q29.897-42.169 29.733-41.981Q29.880-41.981 29.980-41.866Q30.081-41.752 30.081-41.601Q30.081-41.451 29.975-41.341Q29.869-41.232 29.712-41.232Q29.551-41.232 29.442-41.341Q29.333-41.451 29.333-41.601Q29.333-41.926 29.541-42.145Q29.750-42.363 30.066-42.466Q30.382-42.568 30.690-42.568Q31.008-42.568 31.336-42.464Q31.664-42.360 31.891-42.138Q32.118-41.916 32.118-41.601Q32.118-41.167 31.831-40.842Q31.544-40.518 31.110-40.371Q31.421-40.306 31.701-40.140Q31.982-39.974 32.159-39.716Q32.337-39.458 32.337-39.137Q32.337-38.727 32.093-38.417Q31.848-38.108 31.467-37.944Q31.086-37.780 30.690-37.780Q30.321-37.780 29.963-37.893Q29.606-38.005 29.362-38.255Q29.117-38.504 29.117-38.874Q29.117-39.045 29.234-39.157Q29.350-39.270 29.521-39.270Q29.630-39.270 29.721-39.219Q29.811-39.168 29.866-39.075Q29.921-38.983 29.921-38.874Q29.921-38.706 29.808-38.587Q29.695-38.467 29.534-38.467M33.356-36.163L33.287-36.163Q33.253-36.163 33.231-36.189Q33.209-36.214 33.209-36.249Q33.209-36.293 33.239-36.310Q33.595-36.614 33.844-37.004Q34.094-37.394 34.246-37.826Q34.398-38.258 34.468-38.727Q34.538-39.195 34.538-39.670Q34.538-40.149 34.468-40.615Q34.398-41.082 34.244-41.517Q34.091-41.953 33.839-42.341Q33.588-42.729 33.239-43.023Q33.209-43.040 33.209-43.085Q33.209-43.119 33.231-43.144Q33.253-43.170 33.287-43.170L33.356-43.170Q33.366-43.170 33.374-43.168Q33.383-43.167 33.393-43.163Q33.937-42.763 34.309-42.210Q34.682-41.656 34.863-41.010Q35.044-40.364 35.044-39.670Q35.044-38.969 34.863-38.322Q34.682-37.674 34.308-37.120Q33.933-36.566 33.393-36.170Q33.383-36.170 33.374-36.168Q33.366-36.167 33.356-36.163\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-11.785 23.253h56.906v-36.988h-56.906Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-9.59 44.43)\">\u003Cpath d=\"M19.112-36.170Q18.562-36.570 18.191-37.125Q17.820-37.681 17.639-38.327Q17.458-38.973 17.458-39.670Q17.458-40.183 17.558-40.678Q17.659-41.174 17.864-41.625Q18.069-42.076 18.382-42.468Q18.695-42.859 19.112-43.163Q19.122-43.167 19.129-43.168Q19.136-43.170 19.146-43.170L19.214-43.170Q19.249-43.170 19.271-43.146Q19.293-43.122 19.293-43.085Q19.293-43.040 19.266-43.023Q18.917-42.722 18.664-42.338Q18.411-41.953 18.259-41.512Q18.107-41.071 18.035-40.615Q17.963-40.159 17.963-39.670Q17.963-38.669 18.273-37.782Q18.582-36.895 19.266-36.310Q19.293-36.293 19.293-36.249Q19.293-36.211 19.271-36.187Q19.249-36.163 19.214-36.163L19.146-36.163Q19.139-36.167 19.131-36.168Q19.122-36.170 19.112-36.170M20.585-38.467Q20.705-38.310 20.896-38.211Q21.087-38.111 21.303-38.072Q21.518-38.033 21.740-38.033Q22.038-38.033 22.232-38.188Q22.427-38.344 22.518-38.598Q22.608-38.853 22.608-39.137Q22.608-39.431 22.516-39.682Q22.424-39.933 22.226-40.089Q22.027-40.244 21.733-40.244L21.217-40.244Q21.190-40.244 21.164-40.270Q21.139-40.295 21.139-40.319L21.139-40.391Q21.139-40.422 21.164-40.444Q21.190-40.466 21.217-40.466L21.658-40.497Q22.021-40.497 22.241-40.854Q22.461-41.212 22.461-41.601Q22.461-41.929 22.267-42.133Q22.072-42.336 21.740-42.336Q21.453-42.336 21.200-42.252Q20.947-42.169 20.783-41.981Q20.930-41.981 21.031-41.866Q21.132-41.752 21.132-41.601Q21.132-41.451 21.026-41.341Q20.920-41.232 20.763-41.232Q20.602-41.232 20.493-41.341Q20.383-41.451 20.383-41.601Q20.383-41.926 20.592-42.145Q20.800-42.363 21.116-42.466Q21.433-42.568 21.740-42.568Q22.058-42.568 22.386-42.464Q22.714-42.360 22.942-42.138Q23.169-41.916 23.169-41.601Q23.169-41.167 22.882-40.842Q22.595-40.518 22.161-40.371Q22.472-40.306 22.752-40.140Q23.032-39.974 23.210-39.716Q23.388-39.458 23.388-39.137Q23.388-38.727 23.143-38.417Q22.899-38.108 22.518-37.944Q22.137-37.780 21.740-37.780Q21.371-37.780 21.014-37.893Q20.657-38.005 20.412-38.255Q20.168-38.504 20.168-38.874Q20.168-39.045 20.284-39.157Q20.400-39.270 20.571-39.270Q20.681-39.270 20.771-39.219Q20.862-39.168 20.917-39.075Q20.971-38.983 20.971-38.874Q20.971-38.706 20.858-38.587Q20.746-38.467 20.585-38.467M24.584-36.690Q24.584-36.724 24.611-36.751Q24.881-36.980 25.030-37.303Q25.179-37.626 25.179-37.982L25.179-38.019Q25.069-37.920 24.905-37.920Q24.724-37.920 24.605-38.040Q24.485-38.159 24.485-38.340Q24.485-38.515 24.605-38.634Q24.724-38.754 24.905-38.754Q25.162-38.754 25.281-38.515Q25.401-38.275 25.401-37.982Q25.401-37.582 25.232-37.211Q25.063-36.840 24.765-36.584Q24.734-36.563 24.707-36.563Q24.666-36.563 24.625-36.604Q24.584-36.645 24.584-36.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-9.59 44.43)\">\u003Cpath d=\"M30.727-37.780Q30.092-37.780 29.728-38.125Q29.363-38.470 29.228-38.995Q29.093-39.520 29.093-40.145Q29.093-41.170 29.449-41.869Q29.804-42.568 30.727-42.568Q31.654-42.568 32.006-41.869Q32.358-41.170 32.358-40.145Q32.358-39.520 32.223-38.995Q32.088-38.470 31.725-38.125Q31.363-37.780 30.727-37.780M30.727-38.005Q31.165-38.005 31.378-38.380Q31.592-38.754 31.642-39.221Q31.691-39.687 31.691-40.265Q31.691-40.818 31.642-41.246Q31.592-41.673 31.380-42.008Q31.168-42.343 30.727-42.343Q30.385-42.343 30.182-42.136Q29.979-41.929 29.892-41.617Q29.804-41.304 29.782-40.988Q29.760-40.671 29.760-40.265Q29.760-39.848 29.782-39.506Q29.804-39.164 29.893-38.816Q29.982-38.467 30.187-38.236Q30.392-38.005 30.727-38.005M33.356-36.163L33.287-36.163Q33.253-36.163 33.231-36.189Q33.209-36.214 33.209-36.249Q33.209-36.293 33.239-36.310Q33.595-36.614 33.844-37.004Q34.094-37.394 34.246-37.826Q34.398-38.258 34.468-38.727Q34.538-39.195 34.538-39.670Q34.538-40.149 34.468-40.615Q34.398-41.082 34.244-41.517Q34.091-41.953 33.839-42.341Q33.588-42.729 33.239-43.023Q33.209-43.040 33.209-43.085Q33.209-43.119 33.231-43.144Q33.253-43.170 33.287-43.170L33.356-43.170Q33.366-43.170 33.374-43.168Q33.383-43.167 33.393-43.163Q33.937-42.763 34.309-42.210Q34.682-41.656 34.863-41.010Q35.044-40.364 35.044-39.670Q35.044-38.969 34.863-38.322Q34.682-37.674 34.308-37.120Q33.933-36.566 33.393-36.170Q33.383-36.170 33.374-36.168Q33.366-36.167 33.356-36.163\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath d=\"M47.966 23.253h56.906v-36.988H47.966Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(50.16 49.304)\">\u003Cpath d=\"M19.112-44.170Q18.562-44.570 18.191-45.125Q17.820-45.681 17.639-46.327Q17.458-46.973 17.458-47.670Q17.458-48.183 17.558-48.678Q17.659-49.174 17.864-49.625Q18.069-50.076 18.382-50.468Q18.695-50.859 19.112-51.163Q19.122-51.167 19.129-51.168Q19.136-51.170 19.146-51.170L19.214-51.170Q19.249-51.170 19.271-51.146Q19.293-51.122 19.293-51.085Q19.293-51.040 19.266-51.023Q18.917-50.722 18.664-50.338Q18.411-49.953 18.259-49.512Q18.107-49.071 18.035-48.615Q17.963-48.159 17.963-47.670Q17.963-46.669 18.273-45.782Q18.582-44.895 19.266-44.310Q19.293-44.293 19.293-44.249Q19.293-44.211 19.271-44.187Q19.249-44.163 19.214-44.163L19.146-44.163Q19.139-44.167 19.131-44.168Q19.122-44.170 19.112-44.170M20.585-46.467Q20.705-46.310 20.896-46.211Q21.087-46.111 21.303-46.072Q21.518-46.033 21.740-46.033Q22.038-46.033 22.232-46.188Q22.427-46.344 22.518-46.598Q22.608-46.853 22.608-47.137Q22.608-47.431 22.516-47.682Q22.424-47.933 22.226-48.089Q22.027-48.244 21.733-48.244L21.217-48.244Q21.190-48.244 21.164-48.270Q21.139-48.295 21.139-48.319L21.139-48.391Q21.139-48.422 21.164-48.444Q21.190-48.466 21.217-48.466L21.658-48.497Q22.021-48.497 22.241-48.854Q22.461-49.212 22.461-49.601Q22.461-49.929 22.267-50.133Q22.072-50.336 21.740-50.336Q21.453-50.336 21.200-50.252Q20.947-50.169 20.783-49.981Q20.930-49.981 21.031-49.866Q21.132-49.752 21.132-49.601Q21.132-49.451 21.026-49.341Q20.920-49.232 20.763-49.232Q20.602-49.232 20.493-49.341Q20.383-49.451 20.383-49.601Q20.383-49.926 20.592-50.145Q20.800-50.363 21.116-50.466Q21.433-50.568 21.740-50.568Q22.058-50.568 22.386-50.464Q22.714-50.360 22.942-50.138Q23.169-49.916 23.169-49.601Q23.169-49.167 22.882-48.842Q22.595-48.518 22.161-48.371Q22.472-48.306 22.752-48.140Q23.032-47.974 23.210-47.716Q23.388-47.458 23.388-47.137Q23.388-46.727 23.143-46.417Q22.899-46.108 22.518-45.944Q22.137-45.780 21.740-45.780Q21.371-45.780 21.014-45.893Q20.657-46.005 20.412-46.255Q20.168-46.504 20.168-46.874Q20.168-47.045 20.284-47.157Q20.400-47.270 20.571-47.270Q20.681-47.270 20.771-47.219Q20.862-47.168 20.917-47.075Q20.971-46.983 20.971-46.874Q20.971-46.706 20.858-46.587Q20.746-46.467 20.585-46.467M24.584-44.690Q24.584-44.724 24.611-44.751Q24.881-44.980 25.030-45.303Q25.179-45.626 25.179-45.982L25.179-46.019Q25.069-45.920 24.905-45.920Q24.724-45.920 24.605-46.040Q24.485-46.159 24.485-46.340Q24.485-46.515 24.605-46.634Q24.724-46.754 24.905-46.754Q25.162-46.754 25.281-46.515Q25.401-46.275 25.401-45.982Q25.401-45.582 25.232-45.211Q25.063-44.840 24.765-44.584Q24.734-44.563 24.707-44.563Q24.666-44.563 24.625-44.604Q24.584-44.645 24.584-44.690\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(50.16 49.304)\">\u003Cpath d=\"M29.534-46.467Q29.654-46.310 29.845-46.211Q30.037-46.111 30.252-46.072Q30.467-46.033 30.690-46.033Q30.987-46.033 31.182-46.188Q31.377-46.344 31.467-46.598Q31.558-46.853 31.558-47.137Q31.558-47.431 31.466-47.682Q31.373-47.933 31.175-48.089Q30.977-48.244 30.683-48.244L30.167-48.244Q30.139-48.244 30.114-48.270Q30.088-48.295 30.088-48.319L30.088-48.391Q30.088-48.422 30.114-48.444Q30.139-48.466 30.167-48.466L30.608-48.497Q30.970-48.497 31.190-48.854Q31.411-49.212 31.411-49.601Q31.411-49.929 31.216-50.133Q31.021-50.336 30.690-50.336Q30.403-50.336 30.150-50.252Q29.897-50.169 29.733-49.981Q29.880-49.981 29.980-49.866Q30.081-49.752 30.081-49.601Q30.081-49.451 29.975-49.341Q29.869-49.232 29.712-49.232Q29.551-49.232 29.442-49.341Q29.333-49.451 29.333-49.601Q29.333-49.926 29.541-50.145Q29.750-50.363 30.066-50.466Q30.382-50.568 30.690-50.568Q31.008-50.568 31.336-50.464Q31.664-50.360 31.891-50.138Q32.118-49.916 32.118-49.601Q32.118-49.167 31.831-48.842Q31.544-48.518 31.110-48.371Q31.421-48.306 31.701-48.140Q31.982-47.974 32.159-47.716Q32.337-47.458 32.337-47.137Q32.337-46.727 32.093-46.417Q31.848-46.108 31.467-45.944Q31.086-45.780 30.690-45.780Q30.321-45.780 29.963-45.893Q29.606-46.005 29.362-46.255Q29.117-46.504 29.117-46.874Q29.117-47.045 29.234-47.157Q29.350-47.270 29.521-47.270Q29.630-47.270 29.721-47.219Q29.811-47.168 29.866-47.075Q29.921-46.983 29.921-46.874Q29.921-46.706 29.808-46.587Q29.695-46.467 29.534-46.467M33.356-44.163L33.287-44.163Q33.253-44.163 33.231-44.189Q33.209-44.214 33.209-44.249Q33.209-44.293 33.239-44.310Q33.595-44.614 33.844-45.004Q34.094-45.394 34.246-45.826Q34.398-46.258 34.468-46.727Q34.538-47.195 34.538-47.670Q34.538-48.149 34.468-48.615Q34.398-49.082 34.244-49.517Q34.091-49.953 33.839-50.341Q33.588-50.729 33.239-51.023Q33.209-51.040 33.209-51.085Q33.209-51.119 33.231-51.144Q33.253-51.170 33.287-51.170L33.356-51.170Q33.366-51.170 33.374-51.168Q33.383-51.167 33.393-51.163Q33.937-50.763 34.309-50.210Q34.682-49.656 34.863-49.010Q35.044-48.364 35.044-47.670Q35.044-46.969 34.863-46.322Q34.682-45.674 34.308-45.120Q33.933-44.566 33.393-44.170Q33.383-44.170 33.374-44.168Q33.366-44.167 33.356-44.163\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(50.16 49.304)\">\u003Cpath d=\"M19.978-37.927L19.978-38.990Q19.978-39.014 20.006-39.041Q20.033-39.068 20.057-39.068L20.166-39.068Q20.231-39.068 20.245-39.010Q20.341-38.576 20.587-38.325Q20.833-38.074 21.247-38.074Q21.588-38.074 21.841-38.207Q22.094-38.340 22.094-38.648Q22.094-38.805 22-38.920Q21.906-39.034 21.768-39.103Q21.629-39.171 21.462-39.209L20.881-39.308Q20.525-39.376 20.252-39.597Q19.978-39.817 19.978-40.159Q19.978-40.408 20.090-40.583Q20.201-40.757 20.387-40.856Q20.573-40.955 20.789-40.998Q21.004-41.041 21.247-41.041Q21.660-41.041 21.940-40.859L22.156-41.034Q22.166-41.037 22.173-41.039Q22.180-41.041 22.190-41.041L22.241-41.041Q22.268-41.041 22.292-41.017Q22.316-40.993 22.316-40.965L22.316-40.118Q22.316-40.097 22.292-40.070Q22.268-40.043 22.241-40.043L22.128-40.043Q22.101-40.043 22.075-40.068Q22.050-40.094 22.050-40.118Q22.050-40.354 21.944-40.518Q21.838-40.682 21.655-40.764Q21.472-40.846 21.240-40.846Q20.912-40.846 20.655-40.743Q20.399-40.641 20.399-40.364Q20.399-40.169 20.582-40.060Q20.765-39.950 20.994-39.909L21.568-39.803Q21.814-39.755 22.028-39.627Q22.241-39.499 22.378-39.296Q22.515-39.092 22.515-38.843Q22.515-38.330 22.149-38.091Q21.783-37.852 21.247-37.852Q20.751-37.852 20.419-38.146L20.153-37.872Q20.132-37.852 20.105-37.852L20.057-37.852Q20.033-37.852 20.006-37.879Q19.978-37.906 19.978-37.927M23.202-38.648Q23.202-38.980 23.425-39.207Q23.649-39.434 23.993-39.562Q24.336-39.691 24.709-39.743Q25.081-39.796 25.386-39.796L25.386-40.049Q25.386-40.254 25.278-40.434Q25.170-40.613 24.989-40.716Q24.808-40.818 24.600-40.818Q24.193-40.818 23.957-40.726Q24.046-40.689 24.092-40.605Q24.138-40.521 24.138-40.419Q24.138-40.323 24.092-40.244Q24.046-40.166 23.966-40.121Q23.885-40.077 23.796-40.077Q23.646-40.077 23.545-40.174Q23.444-40.272 23.444-40.419Q23.444-41.041 24.600-41.041Q24.811-41.041 25.061-40.977Q25.310-40.914 25.512-40.795Q25.714-40.675 25.840-40.490Q25.967-40.306 25.967-40.063L25.967-38.487Q25.967-38.371 26.028-38.275Q26.090-38.180 26.203-38.180Q26.312-38.180 26.377-38.274Q26.442-38.368 26.442-38.487L26.442-38.935L26.708-38.935L26.708-38.487Q26.708-38.217 26.481-38.052Q26.254-37.886 25.974-37.886Q25.765-37.886 25.628-38.040Q25.492-38.193 25.468-38.409Q25.321-38.142 25.039-37.997Q24.757-37.852 24.432-37.852Q24.155-37.852 23.872-37.927Q23.588-38.002 23.395-38.181Q23.202-38.361 23.202-38.648M23.817-38.648Q23.817-38.474 23.918-38.344Q24.018-38.214 24.174-38.144Q24.330-38.074 24.494-38.074Q24.712-38.074 24.921-38.171Q25.129-38.269 25.258-38.450Q25.386-38.631 25.386-38.857L25.386-39.585Q25.061-39.585 24.695-39.494Q24.330-39.403 24.073-39.191Q23.817-38.980 23.817-38.648M28.923-37.920L27.190-37.920L27.190-38.200Q27.416-38.200 27.565-38.234Q27.713-38.269 27.713-38.409L27.713-40.658L27.125-40.658L27.125-40.938L27.713-40.938L27.713-41.755Q27.713-42.073 27.891-42.321Q28.069-42.568 28.359-42.709Q28.650-42.849 28.961-42.849Q29.217-42.849 29.421-42.707Q29.624-42.565 29.624-42.322Q29.624-42.186 29.525-42.087Q29.426-41.987 29.289-41.987Q29.152-41.987 29.053-42.087Q28.954-42.186 28.954-42.322Q28.954-42.503 29.094-42.596Q29.016-42.623 28.916-42.623Q28.708-42.623 28.554-42.490Q28.400-42.357 28.320-42.153Q28.240-41.950 28.240-41.741L28.240-40.938L29.128-40.938L29.128-40.658L28.267-40.658L28.267-38.409Q28.267-38.200 28.923-38.200L28.923-37.920M29.562-39.455Q29.562-39.776 29.687-40.065Q29.812-40.354 30.038-40.577Q30.263-40.801 30.559-40.921Q30.854-41.041 31.172-41.041Q31.500-41.041 31.762-40.941Q32.023-40.842 32.199-40.660Q32.375-40.477 32.469-40.219Q32.563-39.961 32.563-39.629Q32.563-39.537 32.481-39.516L30.226-39.516L30.226-39.455Q30.226-38.867 30.509-38.484Q30.793-38.101 31.360-38.101Q31.682-38.101 31.950-38.294Q32.218-38.487 32.307-38.802Q32.314-38.843 32.389-38.857L32.481-38.857Q32.563-38.833 32.563-38.761Q32.563-38.754 32.557-38.727Q32.444-38.330 32.073-38.091Q31.702-37.852 31.278-37.852Q30.841-37.852 30.441-38.060Q30.041-38.269 29.802-38.636Q29.562-39.003 29.562-39.455M30.232-39.725L32.047-39.725Q32.047-40.002 31.950-40.254Q31.852-40.507 31.654-40.663Q31.456-40.818 31.172-40.818Q30.895-40.818 30.682-40.660Q30.468-40.501 30.350-40.246Q30.232-39.991 30.232-39.725\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-71.216 1.711)\">\u003Cpath d=\"M19.194-37.920L17.061-37.920L17.061-38.200Q17.782-38.200 17.782-38.409L17.782-42.210Q17.782-42.421 17.061-42.421L17.061-42.702L19.727-42.702Q20.137-42.702 20.558-42.548Q20.978-42.394 21.262-42.090Q21.545-41.786 21.545-41.372Q21.545-41.054 21.378-40.808Q21.210-40.562 20.934-40.396Q20.657-40.231 20.335-40.147Q20.014-40.063 19.727-40.063L18.473-40.063L18.473-38.409Q18.473-38.200 19.194-38.200L19.194-37.920M18.445-42.210L18.445-40.313L19.532-40.313Q20.141-40.313 20.455-40.550Q20.770-40.788 20.770-41.372Q20.770-41.765 20.624-41.999Q20.479-42.233 20.207-42.327Q19.936-42.421 19.532-42.421L18.811-42.421Q18.623-42.421 18.534-42.387Q18.445-42.353 18.445-42.210M25.363-37.920L22.834-37.920L22.834-38.200Q23.801-38.200 23.801-38.409L23.801-42.028Q23.408-41.840 22.786-41.840L22.786-42.121Q23.203-42.121 23.567-42.222Q23.931-42.322 24.188-42.568L24.314-42.568Q24.379-42.551 24.396-42.483L24.396-38.409Q24.396-38.200 25.363-38.200L25.363-37.920M26.734-38.340Q26.734-38.508 26.857-38.631Q26.980-38.754 27.154-38.754Q27.322-38.754 27.445-38.631Q27.568-38.508 27.568-38.340Q27.568-38.166 27.445-38.043Q27.322-37.920 27.154-37.920Q26.980-37.920 26.857-38.043Q26.734-38.166 26.734-38.340M26.734-40.524Q26.734-40.692 26.857-40.815Q26.980-40.938 27.154-40.938Q27.322-40.938 27.445-40.815Q27.568-40.692 27.568-40.524Q27.568-40.350 27.445-40.227Q27.322-40.104 27.154-40.104Q26.980-40.104 26.857-40.227Q26.734-40.350 26.734-40.524\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-71.216 1.711)\">\u003Cpath d=\"M32.338-37.858L32.338-39.431Q32.338-39.458 32.363-39.484Q32.389-39.509 32.416-39.509L32.529-39.509Q32.557-39.509 32.580-39.482Q32.604-39.455 32.604-39.431Q32.604-39.086 32.736-38.822Q32.868-38.559 33.097-38.390Q33.326-38.221 33.628-38.140Q33.931-38.060 34.272-38.060Q34.539-38.060 34.775-38.188Q35.011-38.316 35.156-38.539Q35.301-38.761 35.301-39.027Q35.301-39.250 35.195-39.446Q35.089-39.643 34.908-39.778Q34.727-39.913 34.501-39.964L33.473-40.196Q33.162-40.268 32.902-40.454Q32.642-40.641 32.490-40.912Q32.338-41.184 32.338-41.499Q32.338-41.885 32.551-42.192Q32.765-42.500 33.112-42.671Q33.459-42.842 33.838-42.842Q34.067-42.842 34.296-42.789Q34.525-42.736 34.724-42.628Q34.922-42.521 35.076-42.357L35.370-42.797Q35.393-42.842 35.434-42.842L35.482-42.842Q35.513-42.842 35.535-42.816Q35.557-42.791 35.557-42.763L35.557-41.188Q35.557-41.167 35.534-41.140Q35.510-41.112 35.482-41.112L35.370-41.112Q35.308-41.112 35.294-41.188Q35.253-41.601 35.072-41.921Q34.891-42.240 34.580-42.415Q34.269-42.589 33.838-42.589Q33.589-42.589 33.349-42.478Q33.110-42.367 32.960-42.169Q32.809-41.970 32.809-41.707Q32.809-41.495 32.917-41.314Q33.025-41.133 33.201-41.013Q33.377-40.894 33.585-40.853L34.614-40.624Q34.932-40.552 35.199-40.347Q35.465-40.142 35.617-39.848Q35.769-39.554 35.769-39.222Q35.769-38.829 35.564-38.494Q35.359-38.159 35.014-37.970Q34.669-37.780 34.272-37.780Q33.852-37.780 33.473-37.893Q33.093-38.005 32.823-38.255L32.529-37.821Q32.502-37.780 32.464-37.780L32.416-37.780Q32.389-37.780 32.363-37.805Q32.338-37.831 32.338-37.858M37.106-38.761L37.106-40.658L36.467-40.658L36.467-40.880Q36.785-40.880 37.002-41.090Q37.219-41.300 37.319-41.610Q37.420-41.919 37.420-42.227L37.687-42.227L37.687-40.938L38.764-40.938L38.764-40.658L37.687-40.658L37.687-38.774Q37.687-38.498 37.791-38.299Q37.895-38.101 38.155-38.101Q38.312-38.101 38.418-38.205Q38.524-38.310 38.574-38.463Q38.623-38.617 38.623-38.774L38.623-39.188L38.890-39.188L38.890-38.761Q38.890-38.535 38.791-38.325Q38.692-38.115 38.507-37.983Q38.323-37.852 38.094-37.852Q37.656-37.852 37.381-38.089Q37.106-38.327 37.106-38.761M39.758-38.648Q39.758-38.980 39.982-39.207Q40.206-39.434 40.549-39.562Q40.893-39.691 41.266-39.743Q41.638-39.796 41.942-39.796L41.942-40.049Q41.942-40.254 41.835-40.434Q41.727-40.613 41.546-40.716Q41.365-40.818 41.156-40.818Q40.749-40.818 40.514-40.726Q40.602-40.689 40.649-40.605Q40.695-40.521 40.695-40.419Q40.695-40.323 40.649-40.244Q40.602-40.166 40.522-40.121Q40.442-40.077 40.353-40.077Q40.203-40.077 40.102-40.174Q40.001-40.272 40.001-40.419Q40.001-41.041 41.156-41.041Q41.368-41.041 41.618-40.977Q41.867-40.914 42.069-40.795Q42.270-40.675 42.397-40.490Q42.523-40.306 42.523-40.063L42.523-38.487Q42.523-38.371 42.585-38.275Q42.646-38.180 42.759-38.180Q42.869-38.180 42.933-38.274Q42.998-38.368 42.998-38.487L42.998-38.935L43.265-38.935L43.265-38.487Q43.265-38.217 43.038-38.052Q42.810-37.886 42.530-37.886Q42.322-37.886 42.185-38.040Q42.048-38.193 42.024-38.409Q41.877-38.142 41.595-37.997Q41.313-37.852 40.989-37.852Q40.712-37.852 40.428-37.927Q40.144-38.002 39.951-38.181Q39.758-38.361 39.758-38.648M40.373-38.648Q40.373-38.474 40.474-38.344Q40.575-38.214 40.731-38.144Q40.886-38.074 41.050-38.074Q41.269-38.074 41.477-38.171Q41.686-38.269 41.814-38.450Q41.942-38.631 41.942-38.857L41.942-39.585Q41.618-39.585 41.252-39.494Q40.886-39.403 40.630-39.191Q40.373-38.980 40.373-38.648M43.641-37.387Q43.641-37.633 43.838-37.817Q44.034-38.002 44.290-38.081Q44.154-38.193 44.082-38.354Q44.010-38.515 44.010-38.696Q44.010-39.017 44.222-39.263Q43.887-39.561 43.887-39.971Q43.887-40.432 44.277-40.719Q44.666-41.006 45.145-41.006Q45.617-41.006 45.952-40.760Q46.126-40.914 46.336-40.996Q46.546-41.078 46.775-41.078Q46.939-41.078 47.061-40.971Q47.182-40.863 47.182-40.699Q47.182-40.603 47.110-40.531Q47.038-40.460 46.946-40.460Q46.847-40.460 46.777-40.533Q46.707-40.607 46.707-40.706Q46.707-40.760 46.721-40.791L46.727-40.805Q46.734-40.825 46.743-40.836Q46.751-40.846 46.755-40.853Q46.399-40.853 46.112-40.630Q46.399-40.337 46.399-39.971Q46.399-39.656 46.215-39.424Q46.030-39.191 45.741-39.063Q45.453-38.935 45.145-38.935Q44.943-38.935 44.752-38.985Q44.560-39.034 44.383-39.144Q44.290-39.017 44.290-38.874Q44.290-38.692 44.419-38.557Q44.547-38.422 44.731-38.422L45.364-38.422Q45.811-38.422 46.181-38.351Q46.550-38.279 46.809-38.050Q47.069-37.821 47.069-37.387Q47.069-37.066 46.774-36.864Q46.478-36.662 46.075-36.573Q45.671-36.484 45.357-36.484Q45.039-36.484 44.636-36.573Q44.232-36.662 43.937-36.864Q43.641-37.066 43.641-37.387M44.096-37.387Q44.096-37.158 44.314-37.009Q44.533-36.860 44.825-36.792Q45.118-36.724 45.357-36.724Q45.521-36.724 45.729-36.760Q45.938-36.795 46.145-36.876Q46.351-36.956 46.483-37.084Q46.615-37.212 46.615-37.387Q46.615-37.739 46.234-37.833Q45.852-37.927 45.350-37.927L44.731-37.927Q44.492-37.927 44.294-37.776Q44.096-37.626 44.096-37.387M45.145-39.174Q45.811-39.174 45.811-39.971Q45.811-40.771 45.145-40.771Q44.475-40.771 44.475-39.971Q44.475-39.174 45.145-39.174\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-72.272 45.07)\">\u003Cpath d=\"M19.194-37.920L17.061-37.920L17.061-38.200Q17.782-38.200 17.782-38.409L17.782-42.210Q17.782-42.421 17.061-42.421L17.061-42.702L19.727-42.702Q20.137-42.702 20.558-42.548Q20.978-42.394 21.262-42.090Q21.545-41.786 21.545-41.372Q21.545-41.054 21.378-40.808Q21.210-40.562 20.934-40.396Q20.657-40.231 20.335-40.147Q20.014-40.063 19.727-40.063L18.473-40.063L18.473-38.409Q18.473-38.200 19.194-38.200L19.194-37.920M18.445-42.210L18.445-40.313L19.532-40.313Q20.141-40.313 20.455-40.550Q20.770-40.788 20.770-41.372Q20.770-41.765 20.624-41.999Q20.479-42.233 20.207-42.327Q19.936-42.421 19.532-42.421L18.811-42.421Q18.623-42.421 18.534-42.387Q18.445-42.353 18.445-42.210M25.363-37.920L22.834-37.920L22.834-38.200Q23.801-38.200 23.801-38.409L23.801-42.028Q23.408-41.840 22.786-41.840L22.786-42.121Q23.203-42.121 23.567-42.222Q23.931-42.322 24.188-42.568L24.314-42.568Q24.379-42.551 24.396-42.483L24.396-38.409Q24.396-38.200 25.363-38.200L25.363-37.920M26.734-38.340Q26.734-38.508 26.857-38.631Q26.980-38.754 27.154-38.754Q27.322-38.754 27.445-38.631Q27.568-38.508 27.568-38.340Q27.568-38.166 27.445-38.043Q27.322-37.920 27.154-37.920Q26.980-37.920 26.857-38.043Q26.734-38.166 26.734-38.340M26.734-40.524Q26.734-40.692 26.857-40.815Q26.980-40.938 27.154-40.938Q27.322-40.938 27.445-40.815Q27.568-40.692 27.568-40.524Q27.568-40.350 27.445-40.227Q27.322-40.104 27.154-40.104Q26.980-40.104 26.857-40.227Q26.734-40.350 26.734-40.524\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-72.272 45.07)\">\u003Cpath d=\"M34.361-37.920L32.228-37.920L32.228-38.200Q32.950-38.200 32.950-38.409L32.950-42.210Q32.950-42.421 32.228-42.421L32.228-42.702L34.361-42.702L34.361-42.421Q33.640-42.421 33.640-42.210L33.640-40.545L35.951-40.545L35.951-42.210Q35.951-42.421 35.229-42.421L35.229-42.702L37.366-42.702L37.366-42.421Q36.644-42.421 36.644-42.210L36.644-38.409Q36.644-38.200 37.366-38.200L37.366-37.920L35.229-37.920L35.229-38.200Q35.951-38.200 35.951-38.409L35.951-40.265L33.640-40.265L33.640-38.409Q33.640-38.200 34.361-38.200L34.361-37.920M38.121-38.648Q38.121-38.980 38.345-39.207Q38.569-39.434 38.912-39.562Q39.256-39.691 39.628-39.743Q40.001-39.796 40.305-39.796L40.305-40.049Q40.305-40.254 40.197-40.434Q40.090-40.613 39.909-40.716Q39.727-40.818 39.519-40.818Q39.112-40.818 38.876-40.726Q38.965-40.689 39.011-40.605Q39.057-40.521 39.057-40.419Q39.057-40.323 39.011-40.244Q38.965-40.166 38.885-40.121Q38.805-40.077 38.716-40.077Q38.565-40.077 38.464-40.174Q38.364-40.272 38.364-40.419Q38.364-41.041 39.519-41.041Q39.731-41.041 39.980-40.977Q40.230-40.914 40.432-40.795Q40.633-40.675 40.760-40.490Q40.886-40.306 40.886-40.063L40.886-38.487Q40.886-38.371 40.948-38.275Q41.009-38.180 41.122-38.180Q41.231-38.180 41.296-38.274Q41.361-38.368 41.361-38.487L41.361-38.935L41.628-38.935L41.628-38.487Q41.628-38.217 41.401-38.052Q41.173-37.886 40.893-37.886Q40.684-37.886 40.548-38.040Q40.411-38.193 40.387-38.409Q40.240-38.142 39.958-37.997Q39.676-37.852 39.351-37.852Q39.075-37.852 38.791-37.927Q38.507-38.002 38.314-38.181Q38.121-38.361 38.121-38.648M38.736-38.648Q38.736-38.474 38.837-38.344Q38.938-38.214 39.093-38.144Q39.249-38.074 39.413-38.074Q39.632-38.074 39.840-38.171Q40.049-38.269 40.177-38.450Q40.305-38.631 40.305-38.857L40.305-39.585Q39.980-39.585 39.615-39.494Q39.249-39.403 38.993-39.191Q38.736-38.980 38.736-38.648M43.795-37.920L42.058-37.920L42.058-38.200Q42.287-38.200 42.436-38.234Q42.585-38.269 42.585-38.409L42.585-40.258Q42.585-40.528 42.477-40.589Q42.370-40.651 42.058-40.651L42.058-40.931L43.087-41.006L43.087-40.299Q43.217-40.607 43.460-40.806Q43.703-41.006 44.020-41.006Q44.239-41.006 44.410-40.882Q44.581-40.757 44.581-40.545Q44.581-40.408 44.482-40.309Q44.383-40.210 44.249-40.210Q44.113-40.210 44.014-40.309Q43.914-40.408 43.914-40.545Q43.914-40.685 44.014-40.784Q43.723-40.784 43.523-40.588Q43.323-40.391 43.231-40.097Q43.139-39.803 43.139-39.523L43.139-38.409Q43.139-38.200 43.795-38.200L43.795-37.920M45.124-39.455Q45.124-39.776 45.249-40.065Q45.374-40.354 45.599-40.577Q45.825-40.801 46.121-40.921Q46.416-41.041 46.734-41.041Q47.062-41.041 47.324-40.941Q47.585-40.842 47.761-40.660Q47.937-40.477 48.031-40.219Q48.125-39.961 48.125-39.629Q48.125-39.537 48.043-39.516L45.787-39.516L45.787-39.455Q45.787-38.867 46.071-38.484Q46.355-38.101 46.922-38.101Q47.244-38.101 47.512-38.294Q47.780-38.487 47.869-38.802Q47.876-38.843 47.951-38.857L48.043-38.857Q48.125-38.833 48.125-38.761Q48.125-38.754 48.119-38.727Q48.006-38.330 47.635-38.091Q47.264-37.852 46.840-37.852Q46.403-37.852 46.003-38.060Q45.603-38.269 45.364-38.636Q45.124-39.003 45.124-39.455M45.794-39.725L47.609-39.725Q47.609-40.002 47.512-40.254Q47.414-40.507 47.216-40.663Q47.018-40.818 46.734-40.818Q46.457-40.818 46.244-40.660Q46.030-40.501 45.912-40.246Q45.794-39.991 45.794-39.725\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-15.347 -26.234)\">\u003Cpath d=\"M19.194-37.920L17.061-37.920L17.061-38.200Q17.782-38.200 17.782-38.409L17.782-42.210Q17.782-42.421 17.061-42.421L17.061-42.702L19.727-42.702Q20.137-42.702 20.558-42.548Q20.978-42.394 21.262-42.090Q21.545-41.786 21.545-41.372Q21.545-41.054 21.378-40.808Q21.210-40.562 20.934-40.396Q20.657-40.231 20.335-40.147Q20.014-40.063 19.727-40.063L18.473-40.063L18.473-38.409Q18.473-38.200 19.194-38.200L19.194-37.920M18.445-42.210L18.445-40.313L19.532-40.313Q20.141-40.313 20.455-40.550Q20.770-40.788 20.770-41.372Q20.770-41.765 20.624-41.999Q20.479-42.233 20.207-42.327Q19.936-42.421 19.532-42.421L18.811-42.421Q18.623-42.421 18.534-42.387Q18.445-42.353 18.445-42.210M25.363-37.920L22.479-37.920L22.479-38.122Q22.479-38.152 22.506-38.180L23.753-39.397Q23.825-39.472 23.868-39.514Q23.911-39.557 23.989-39.636Q24.403-40.049 24.634-40.407Q24.864-40.764 24.864-41.188Q24.864-41.420 24.786-41.623Q24.707-41.827 24.565-41.977Q24.423-42.128 24.229-42.208Q24.034-42.288 23.801-42.288Q23.490-42.288 23.232-42.129Q22.974-41.970 22.844-41.693L22.865-41.693Q23.032-41.693 23.140-41.582Q23.248-41.471 23.248-41.307Q23.248-41.150 23.138-41.037Q23.029-40.924 22.865-40.924Q22.704-40.924 22.591-41.037Q22.479-41.150 22.479-41.307Q22.479-41.683 22.687-41.970Q22.896-42.257 23.230-42.413Q23.565-42.568 23.921-42.568Q24.345-42.568 24.724-42.410Q25.104-42.251 25.338-41.934Q25.572-41.618 25.572-41.188Q25.572-40.877 25.432-40.608Q25.292-40.340 25.086-40.135Q24.881-39.930 24.519-39.648Q24.157-39.366 24.047-39.270L23.193-38.542L23.835-38.542Q24.099-38.542 24.387-38.544Q24.676-38.545 24.895-38.554Q25.114-38.563 25.131-38.580Q25.192-38.645 25.230-38.812Q25.268-38.980 25.305-39.222L25.572-39.222L25.363-37.920M26.734-38.340Q26.734-38.508 26.857-38.631Q26.980-38.754 27.154-38.754Q27.322-38.754 27.445-38.631Q27.568-38.508 27.568-38.340Q27.568-38.166 27.445-38.043Q27.322-37.920 27.154-37.920Q26.980-37.920 26.857-38.043Q26.734-38.166 26.734-38.340M26.734-40.524Q26.734-40.692 26.857-40.815Q26.980-40.938 27.154-40.938Q27.322-40.938 27.445-40.815Q27.568-40.692 27.568-40.524Q27.568-40.350 27.445-40.227Q27.322-40.104 27.154-40.104Q26.980-40.104 26.857-40.227Q26.734-40.350 26.734-40.524\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-15.347 -26.234)\">\u003Cpath d=\"M32.338-37.858L32.338-39.431Q32.338-39.458 32.363-39.484Q32.389-39.509 32.416-39.509L32.529-39.509Q32.557-39.509 32.580-39.482Q32.604-39.455 32.604-39.431Q32.604-39.086 32.736-38.822Q32.868-38.559 33.097-38.390Q33.326-38.221 33.628-38.140Q33.931-38.060 34.272-38.060Q34.539-38.060 34.775-38.188Q35.011-38.316 35.156-38.539Q35.301-38.761 35.301-39.027Q35.301-39.250 35.195-39.446Q35.089-39.643 34.908-39.778Q34.727-39.913 34.501-39.964L33.473-40.196Q33.162-40.268 32.902-40.454Q32.642-40.641 32.490-40.912Q32.338-41.184 32.338-41.499Q32.338-41.885 32.551-42.192Q32.765-42.500 33.112-42.671Q33.459-42.842 33.838-42.842Q34.067-42.842 34.296-42.789Q34.525-42.736 34.724-42.628Q34.922-42.521 35.076-42.357L35.370-42.797Q35.393-42.842 35.434-42.842L35.482-42.842Q35.513-42.842 35.535-42.816Q35.557-42.791 35.557-42.763L35.557-41.188Q35.557-41.167 35.534-41.140Q35.510-41.112 35.482-41.112L35.370-41.112Q35.308-41.112 35.294-41.188Q35.253-41.601 35.072-41.921Q34.891-42.240 34.580-42.415Q34.269-42.589 33.838-42.589Q33.589-42.589 33.349-42.478Q33.110-42.367 32.960-42.169Q32.809-41.970 32.809-41.707Q32.809-41.495 32.917-41.314Q33.025-41.133 33.201-41.013Q33.377-40.894 33.585-40.853L34.614-40.624Q34.932-40.552 35.199-40.347Q35.465-40.142 35.617-39.848Q35.769-39.554 35.769-39.222Q35.769-38.829 35.564-38.494Q35.359-38.159 35.014-37.970Q34.669-37.780 34.272-37.780Q33.852-37.780 33.473-37.893Q33.093-38.005 32.823-38.255L32.529-37.821Q32.502-37.780 32.464-37.780L32.416-37.780Q32.389-37.780 32.363-37.805Q32.338-37.831 32.338-37.858M37.106-38.761L37.106-40.658L36.467-40.658L36.467-40.880Q36.785-40.880 37.002-41.090Q37.219-41.300 37.319-41.610Q37.420-41.919 37.420-42.227L37.687-42.227L37.687-40.938L38.764-40.938L38.764-40.658L37.687-40.658L37.687-38.774Q37.687-38.498 37.791-38.299Q37.895-38.101 38.155-38.101Q38.312-38.101 38.418-38.205Q38.524-38.310 38.574-38.463Q38.623-38.617 38.623-38.774L38.623-39.188L38.890-39.188L38.890-38.761Q38.890-38.535 38.791-38.325Q38.692-38.115 38.507-37.983Q38.323-37.852 38.094-37.852Q37.656-37.852 37.381-38.089Q37.106-38.327 37.106-38.761M39.758-38.648Q39.758-38.980 39.982-39.207Q40.206-39.434 40.549-39.562Q40.893-39.691 41.266-39.743Q41.638-39.796 41.942-39.796L41.942-40.049Q41.942-40.254 41.835-40.434Q41.727-40.613 41.546-40.716Q41.365-40.818 41.156-40.818Q40.749-40.818 40.514-40.726Q40.602-40.689 40.649-40.605Q40.695-40.521 40.695-40.419Q40.695-40.323 40.649-40.244Q40.602-40.166 40.522-40.121Q40.442-40.077 40.353-40.077Q40.203-40.077 40.102-40.174Q40.001-40.272 40.001-40.419Q40.001-41.041 41.156-41.041Q41.368-41.041 41.618-40.977Q41.867-40.914 42.069-40.795Q42.270-40.675 42.397-40.490Q42.523-40.306 42.523-40.063L42.523-38.487Q42.523-38.371 42.585-38.275Q42.646-38.180 42.759-38.180Q42.869-38.180 42.933-38.274Q42.998-38.368 42.998-38.487L42.998-38.935L43.265-38.935L43.265-38.487Q43.265-38.217 43.038-38.052Q42.810-37.886 42.530-37.886Q42.322-37.886 42.185-38.040Q42.048-38.193 42.024-38.409Q41.877-38.142 41.595-37.997Q41.313-37.852 40.989-37.852Q40.712-37.852 40.428-37.927Q40.144-38.002 39.951-38.181Q39.758-38.361 39.758-38.648M40.373-38.648Q40.373-38.474 40.474-38.344Q40.575-38.214 40.731-38.144Q40.886-38.074 41.050-38.074Q41.269-38.074 41.477-38.171Q41.686-38.269 41.814-38.450Q41.942-38.631 41.942-38.857L41.942-39.585Q41.618-39.585 41.252-39.494Q40.886-39.403 40.630-39.191Q40.373-38.980 40.373-38.648M43.641-37.387Q43.641-37.633 43.838-37.817Q44.034-38.002 44.290-38.081Q44.154-38.193 44.082-38.354Q44.010-38.515 44.010-38.696Q44.010-39.017 44.222-39.263Q43.887-39.561 43.887-39.971Q43.887-40.432 44.277-40.719Q44.666-41.006 45.145-41.006Q45.617-41.006 45.952-40.760Q46.126-40.914 46.336-40.996Q46.546-41.078 46.775-41.078Q46.939-41.078 47.061-40.971Q47.182-40.863 47.182-40.699Q47.182-40.603 47.110-40.531Q47.038-40.460 46.946-40.460Q46.847-40.460 46.777-40.533Q46.707-40.607 46.707-40.706Q46.707-40.760 46.721-40.791L46.727-40.805Q46.734-40.825 46.743-40.836Q46.751-40.846 46.755-40.853Q46.399-40.853 46.112-40.630Q46.399-40.337 46.399-39.971Q46.399-39.656 46.215-39.424Q46.030-39.191 45.741-39.063Q45.453-38.935 45.145-38.935Q44.943-38.935 44.752-38.985Q44.560-39.034 44.383-39.144Q44.290-39.017 44.290-38.874Q44.290-38.692 44.419-38.557Q44.547-38.422 44.731-38.422L45.364-38.422Q45.811-38.422 46.181-38.351Q46.550-38.279 46.809-38.050Q47.069-37.821 47.069-37.387Q47.069-37.066 46.774-36.864Q46.478-36.662 46.075-36.573Q45.671-36.484 45.357-36.484Q45.039-36.484 44.636-36.573Q44.232-36.662 43.937-36.864Q43.641-37.066 43.641-37.387M44.096-37.387Q44.096-37.158 44.314-37.009Q44.533-36.860 44.825-36.792Q45.118-36.724 45.357-36.724Q45.521-36.724 45.729-36.760Q45.938-36.795 46.145-36.876Q46.351-36.956 46.483-37.084Q46.615-37.212 46.615-37.387Q46.615-37.739 46.234-37.833Q45.852-37.927 45.350-37.927L44.731-37.927Q44.492-37.927 44.294-37.776Q44.096-37.626 44.096-37.387M45.145-39.174Q45.811-39.174 45.811-39.971Q45.811-40.771 45.145-40.771Q44.475-40.771 44.475-39.971Q44.475-39.174 45.145-39.174\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(43.876 -24.873)\">\u003Cpath d=\"M19.194-37.920L17.061-37.920L17.061-38.200Q17.782-38.200 17.782-38.409L17.782-42.210Q17.782-42.421 17.061-42.421L17.061-42.702L19.727-42.702Q20.137-42.702 20.558-42.548Q20.978-42.394 21.262-42.090Q21.545-41.786 21.545-41.372Q21.545-41.054 21.378-40.808Q21.210-40.562 20.934-40.396Q20.657-40.231 20.335-40.147Q20.014-40.063 19.727-40.063L18.473-40.063L18.473-38.409Q18.473-38.200 19.194-38.200L19.194-37.920M18.445-42.210L18.445-40.313L19.532-40.313Q20.141-40.313 20.455-40.550Q20.770-40.788 20.770-41.372Q20.770-41.765 20.624-41.999Q20.479-42.233 20.207-42.327Q19.936-42.421 19.532-42.421L18.811-42.421Q18.623-42.421 18.534-42.387Q18.445-42.353 18.445-42.210M25.363-37.920L22.479-37.920L22.479-38.122Q22.479-38.152 22.506-38.180L23.753-39.397Q23.825-39.472 23.868-39.514Q23.911-39.557 23.989-39.636Q24.403-40.049 24.634-40.407Q24.864-40.764 24.864-41.188Q24.864-41.420 24.786-41.623Q24.707-41.827 24.565-41.977Q24.423-42.128 24.229-42.208Q24.034-42.288 23.801-42.288Q23.490-42.288 23.232-42.129Q22.974-41.970 22.844-41.693L22.865-41.693Q23.032-41.693 23.140-41.582Q23.248-41.471 23.248-41.307Q23.248-41.150 23.138-41.037Q23.029-40.924 22.865-40.924Q22.704-40.924 22.591-41.037Q22.479-41.150 22.479-41.307Q22.479-41.683 22.687-41.970Q22.896-42.257 23.230-42.413Q23.565-42.568 23.921-42.568Q24.345-42.568 24.724-42.410Q25.104-42.251 25.338-41.934Q25.572-41.618 25.572-41.188Q25.572-40.877 25.432-40.608Q25.292-40.340 25.086-40.135Q24.881-39.930 24.519-39.648Q24.157-39.366 24.047-39.270L23.193-38.542L23.835-38.542Q24.099-38.542 24.387-38.544Q24.676-38.545 24.895-38.554Q25.114-38.563 25.131-38.580Q25.192-38.645 25.230-38.812Q25.268-38.980 25.305-39.222L25.572-39.222L25.363-37.920M26.734-38.340Q26.734-38.508 26.857-38.631Q26.980-38.754 27.154-38.754Q27.322-38.754 27.445-38.631Q27.568-38.508 27.568-38.340Q27.568-38.166 27.445-38.043Q27.322-37.920 27.154-37.920Q26.980-37.920 26.857-38.043Q26.734-38.166 26.734-38.340M26.734-40.524Q26.734-40.692 26.857-40.815Q26.980-40.938 27.154-40.938Q27.322-40.938 27.445-40.815Q27.568-40.692 27.568-40.524Q27.568-40.350 27.445-40.227Q27.322-40.104 27.154-40.104Q26.980-40.104 26.857-40.227Q26.734-40.350 26.734-40.524\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(43.876 -24.873)\">\u003Cpath d=\"M34.361-37.920L32.228-37.920L32.228-38.200Q32.950-38.200 32.950-38.409L32.950-42.210Q32.950-42.421 32.228-42.421L32.228-42.702L34.361-42.702L34.361-42.421Q33.640-42.421 33.640-42.210L33.640-40.545L35.951-40.545L35.951-42.210Q35.951-42.421 35.229-42.421L35.229-42.702L37.366-42.702L37.366-42.421Q36.644-42.421 36.644-42.210L36.644-38.409Q36.644-38.200 37.366-38.200L37.366-37.920L35.229-37.920L35.229-38.200Q35.951-38.200 35.951-38.409L35.951-40.265L33.640-40.265L33.640-38.409Q33.640-38.200 34.361-38.200L34.361-37.920M38.121-38.648Q38.121-38.980 38.345-39.207Q38.569-39.434 38.912-39.562Q39.256-39.691 39.628-39.743Q40.001-39.796 40.305-39.796L40.305-40.049Q40.305-40.254 40.197-40.434Q40.090-40.613 39.909-40.716Q39.727-40.818 39.519-40.818Q39.112-40.818 38.876-40.726Q38.965-40.689 39.011-40.605Q39.057-40.521 39.057-40.419Q39.057-40.323 39.011-40.244Q38.965-40.166 38.885-40.121Q38.805-40.077 38.716-40.077Q38.565-40.077 38.464-40.174Q38.364-40.272 38.364-40.419Q38.364-41.041 39.519-41.041Q39.731-41.041 39.980-40.977Q40.230-40.914 40.432-40.795Q40.633-40.675 40.760-40.490Q40.886-40.306 40.886-40.063L40.886-38.487Q40.886-38.371 40.948-38.275Q41.009-38.180 41.122-38.180Q41.231-38.180 41.296-38.274Q41.361-38.368 41.361-38.487L41.361-38.935L41.628-38.935L41.628-38.487Q41.628-38.217 41.401-38.052Q41.173-37.886 40.893-37.886Q40.684-37.886 40.548-38.040Q40.411-38.193 40.387-38.409Q40.240-38.142 39.958-37.997Q39.676-37.852 39.351-37.852Q39.075-37.852 38.791-37.927Q38.507-38.002 38.314-38.181Q38.121-38.361 38.121-38.648M38.736-38.648Q38.736-38.474 38.837-38.344Q38.938-38.214 39.093-38.144Q39.249-38.074 39.413-38.074Q39.632-38.074 39.840-38.171Q40.049-38.269 40.177-38.450Q40.305-38.631 40.305-38.857L40.305-39.585Q39.980-39.585 39.615-39.494Q39.249-39.403 38.993-39.191Q38.736-38.980 38.736-38.648M43.795-37.920L42.058-37.920L42.058-38.200Q42.287-38.200 42.436-38.234Q42.585-38.269 42.585-38.409L42.585-40.258Q42.585-40.528 42.477-40.589Q42.370-40.651 42.058-40.651L42.058-40.931L43.087-41.006L43.087-40.299Q43.217-40.607 43.460-40.806Q43.703-41.006 44.020-41.006Q44.239-41.006 44.410-40.882Q44.581-40.757 44.581-40.545Q44.581-40.408 44.482-40.309Q44.383-40.210 44.249-40.210Q44.113-40.210 44.014-40.309Q43.914-40.408 43.914-40.545Q43.914-40.685 44.014-40.784Q43.723-40.784 43.523-40.588Q43.323-40.391 43.231-40.097Q43.139-39.803 43.139-39.523L43.139-38.409Q43.139-38.200 43.795-38.200L43.795-37.920M45.124-39.455Q45.124-39.776 45.249-40.065Q45.374-40.354 45.599-40.577Q45.825-40.801 46.121-40.921Q46.416-41.041 46.734-41.041Q47.062-41.041 47.324-40.941Q47.585-40.842 47.761-40.660Q47.937-40.477 48.031-40.219Q48.125-39.961 48.125-39.629Q48.125-39.537 48.043-39.516L45.787-39.516L45.787-39.455Q45.787-38.867 46.071-38.484Q46.355-38.101 46.922-38.101Q47.244-38.101 47.512-38.294Q47.780-38.487 47.869-38.802Q47.876-38.843 47.951-38.857L48.043-38.857Q48.125-38.833 48.125-38.761Q48.125-38.754 48.119-38.727Q48.006-38.330 47.635-38.091Q47.264-37.852 46.840-37.852Q46.403-37.852 46.003-38.060Q45.603-38.269 45.364-38.636Q45.124-39.003 45.124-39.455M45.794-39.725L47.609-39.725Q47.609-40.002 47.512-40.254Q47.414-40.507 47.216-40.663Q47.018-40.818 46.734-40.818Q46.457-40.818 46.244-40.660Q46.030-40.501 45.912-40.246Q45.794-39.991 45.794-39.725\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg fill=\"var(--tk-good)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(94.582 1.75)\">\u003Cpath d=\"M18.780-37.920L17.047-37.920L17.047-38.200Q17.769-38.200 17.769-38.600L17.769-42.387Q17.536-42.421 17.047-42.421L17.047-42.702L18.404-42.702Q18.445-42.688 18.466-42.674L21.169-39.027L21.169-42.022Q21.169-42.421 20.448-42.421L20.448-42.702L22.185-42.702L22.185-42.421Q21.463-42.421 21.463-42.022L21.463-38.012Q21.446-37.937 21.378-37.920L21.258-37.920Q21.210-37.930 21.197-37.954L18.063-42.175L18.063-38.600Q18.063-38.200 18.780-38.200L18.780-37.920M22.940-38.648Q22.940-38.980 23.164-39.207Q23.388-39.434 23.731-39.562Q24.075-39.691 24.447-39.743Q24.820-39.796 25.124-39.796L25.124-40.049Q25.124-40.254 25.016-40.434Q24.909-40.613 24.728-40.716Q24.546-40.818 24.338-40.818Q23.931-40.818 23.695-40.726Q23.784-40.689 23.830-40.605Q23.876-40.521 23.876-40.419Q23.876-40.323 23.830-40.244Q23.784-40.166 23.704-40.121Q23.624-40.077 23.535-40.077Q23.384-40.077 23.283-40.174Q23.183-40.272 23.183-40.419Q23.183-41.041 24.338-41.041Q24.550-41.041 24.799-40.977Q25.049-40.914 25.251-40.795Q25.452-40.675 25.579-40.490Q25.705-40.306 25.705-40.063L25.705-38.487Q25.705-38.371 25.767-38.275Q25.828-38.180 25.941-38.180Q26.050-38.180 26.115-38.274Q26.180-38.368 26.180-38.487L26.180-38.935L26.447-38.935L26.447-38.487Q26.447-38.217 26.220-38.052Q25.992-37.886 25.712-37.886Q25.503-37.886 25.367-38.040Q25.230-38.193 25.206-38.409Q25.059-38.142 24.777-37.997Q24.495-37.852 24.170-37.852Q23.894-37.852 23.610-37.927Q23.326-38.002 23.133-38.181Q22.940-38.361 22.940-38.648M23.555-38.648Q23.555-38.474 23.656-38.344Q23.757-38.214 23.912-38.144Q24.068-38.074 24.232-38.074Q24.451-38.074 24.659-38.171Q24.868-38.269 24.996-38.450Q25.124-38.631 25.124-38.857L25.124-39.585Q24.799-39.585 24.434-39.494Q24.068-39.403 23.812-39.191Q23.555-38.980 23.555-38.648M26.864-37.927L26.864-38.990Q26.864-39.014 26.891-39.041Q26.918-39.068 26.942-39.068L27.052-39.068Q27.117-39.068 27.130-39.010Q27.226-38.576 27.472-38.325Q27.718-38.074 28.132-38.074Q28.474-38.074 28.727-38.207Q28.980-38.340 28.980-38.648Q28.980-38.805 28.886-38.920Q28.792-39.034 28.653-39.103Q28.515-39.171 28.347-39.209L27.766-39.308Q27.411-39.376 27.137-39.597Q26.864-39.817 26.864-40.159Q26.864-40.408 26.975-40.583Q27.086-40.757 27.272-40.856Q27.459-40.955 27.674-40.998Q27.889-41.041 28.132-41.041Q28.545-41.041 28.826-40.859L29.041-41.034Q29.051-41.037 29.058-41.039Q29.065-41.041 29.075-41.041L29.126-41.041Q29.154-41.041 29.178-41.017Q29.202-40.993 29.202-40.965L29.202-40.118Q29.202-40.097 29.178-40.070Q29.154-40.043 29.126-40.043L29.014-40.043Q28.986-40.043 28.961-40.068Q28.935-40.094 28.935-40.118Q28.935-40.354 28.829-40.518Q28.723-40.682 28.540-40.764Q28.357-40.846 28.125-40.846Q27.797-40.846 27.541-40.743Q27.284-40.641 27.284-40.364Q27.284-40.169 27.467-40.060Q27.650-39.950 27.879-39.909L28.453-39.803Q28.699-39.755 28.913-39.627Q29.126-39.499 29.263-39.296Q29.400-39.092 29.400-38.843Q29.400-38.330 29.034-38.091Q28.668-37.852 28.132-37.852Q27.636-37.852 27.305-38.146L27.038-37.872Q27.018-37.852 26.990-37.852L26.942-37.852Q26.918-37.852 26.891-37.879Q26.864-37.906 26.864-37.927M31.710-37.920L30.077-37.920L30.077-38.200Q30.306-38.200 30.454-38.234Q30.603-38.269 30.603-38.409L30.603-42.028Q30.603-42.298 30.495-42.360Q30.388-42.421 30.077-42.421L30.077-42.702L31.157-42.777L31.157-40.391Q31.263-40.576 31.440-40.718Q31.618-40.859 31.827-40.933Q32.035-41.006 32.261-41.006Q32.767-41.006 33.050-40.783Q33.334-40.559 33.334-40.063L33.334-38.409Q33.334-38.272 33.483-38.236Q33.631-38.200 33.857-38.200L33.857-37.920L32.227-37.920L32.227-38.200Q32.456-38.200 32.604-38.234Q32.753-38.269 32.753-38.409L32.753-40.049Q32.753-40.384 32.633-40.584Q32.514-40.784 32.199-40.784Q31.929-40.784 31.695-40.648Q31.461-40.511 31.323-40.277Q31.184-40.043 31.184-39.769L31.184-38.409Q31.184-38.272 31.335-38.236Q31.485-38.200 31.710-38.200\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 1.75)\">\u003Cpath d=\"M39.280-36.170Q38.730-36.570 38.359-37.125Q37.988-37.681 37.807-38.327Q37.626-38.973 37.626-39.670Q37.626-40.183 37.726-40.678Q37.827-41.174 38.032-41.625Q38.237-42.076 38.550-42.468Q38.863-42.859 39.280-43.163Q39.290-43.167 39.297-43.168Q39.304-43.170 39.314-43.170L39.382-43.170Q39.417-43.170 39.439-43.146Q39.461-43.122 39.461-43.085Q39.461-43.040 39.434-43.023Q39.085-42.722 38.832-42.338Q38.579-41.953 38.427-41.512Q38.275-41.071 38.203-40.615Q38.131-40.159 38.131-39.670Q38.131-38.669 38.441-37.782Q38.750-36.895 39.434-36.310Q39.461-36.293 39.461-36.249Q39.461-36.211 39.439-36.187Q39.417-36.163 39.382-36.163L39.314-36.163Q39.307-36.167 39.299-36.168Q39.290-36.170 39.280-36.170M41.915-36.563L40.285-36.563L40.285-36.843Q40.514-36.843 40.662-36.878Q40.811-36.912 40.811-37.052L40.811-40.398Q40.811-40.569 40.674-40.610Q40.538-40.651 40.285-40.651L40.285-40.931L41.365-41.006L41.365-40.600Q41.587-40.801 41.874-40.904Q42.161-41.006 42.469-41.006Q42.896-41.006 43.260-40.793Q43.624-40.579 43.838-40.215Q44.051-39.851 44.051-39.431Q44.051-38.986 43.812-38.622Q43.573-38.258 43.180-38.055Q42.787-37.852 42.342-37.852Q42.076-37.852 41.828-37.952Q41.580-38.053 41.392-38.234L41.392-37.052Q41.392-36.915 41.541-36.879Q41.690-36.843 41.915-36.843L41.915-36.563M41.392-40.251L41.392-38.641Q41.525-38.388 41.768-38.231Q42.011-38.074 42.288-38.074Q42.616-38.074 42.869-38.275Q43.122-38.477 43.255-38.795Q43.388-39.113 43.388-39.431Q43.388-39.660 43.323-39.889Q43.258-40.118 43.130-40.316Q43.002-40.514 42.807-40.634Q42.612-40.753 42.380-40.753Q42.086-40.753 41.818-40.624Q41.549-40.494 41.392-40.251M44.745-38.648Q44.745-38.980 44.969-39.207Q45.193-39.434 45.536-39.562Q45.880-39.691 46.253-39.743Q46.625-39.796 46.929-39.796L46.929-40.049Q46.929-40.254 46.822-40.434Q46.714-40.613 46.533-40.716Q46.352-40.818 46.143-40.818Q45.736-40.818 45.501-40.726Q45.589-40.689 45.636-40.605Q45.682-40.521 45.682-40.419Q45.682-40.323 45.636-40.244Q45.589-40.166 45.509-40.121Q45.429-40.077 45.340-40.077Q45.190-40.077 45.089-40.174Q44.988-40.272 44.988-40.419Q44.988-41.041 46.143-41.041Q46.355-41.041 46.605-40.977Q46.854-40.914 47.056-40.795Q47.257-40.675 47.384-40.490Q47.510-40.306 47.510-40.063L47.510-38.487Q47.510-38.371 47.572-38.275Q47.633-38.180 47.746-38.180Q47.856-38.180 47.920-38.274Q47.985-38.368 47.985-38.487L47.985-38.935L48.252-38.935L48.252-38.487Q48.252-38.217 48.025-38.052Q47.797-37.886 47.517-37.886Q47.309-37.886 47.172-38.040Q47.035-38.193 47.011-38.409Q46.864-38.142 46.582-37.997Q46.300-37.852 45.976-37.852Q45.699-37.852 45.415-37.927Q45.131-38.002 44.938-38.181Q44.745-38.361 44.745-38.648M45.360-38.648Q45.360-38.474 45.461-38.344Q45.562-38.214 45.718-38.144Q45.873-38.074 46.037-38.074Q46.256-38.074 46.464-38.171Q46.673-38.269 46.801-38.450Q46.929-38.631 46.929-38.857L46.929-39.585Q46.605-39.585 46.239-39.494Q45.873-39.403 45.617-39.191Q45.360-38.980 45.360-38.648\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 1.75)\">\u003Cpath d=\"M48.798-36.785Q48.928-36.717 49.065-36.717Q49.236-36.717 49.386-36.806Q49.537-36.895 49.648-37.040Q49.759-37.185 49.837-37.353L50.101-37.920L48.932-40.446Q48.857-40.593 48.727-40.625Q48.597-40.658 48.364-40.658L48.364-40.938L49.885-40.938L49.885-40.658Q49.537-40.658 49.537-40.511Q49.540-40.490 49.542-40.473Q49.544-40.456 49.544-40.446L50.401-38.587L51.174-40.258Q51.208-40.326 51.208-40.405Q51.208-40.518 51.124-40.588Q51.041-40.658 50.928-40.658L50.928-40.938L52.124-40.938L52.124-40.658Q51.905-40.658 51.733-40.554Q51.560-40.449 51.468-40.258L50.131-37.353Q49.961-36.983 49.691-36.737Q49.420-36.491 49.065-36.491Q48.795-36.491 48.576-36.657Q48.357-36.823 48.357-37.086Q48.357-37.223 48.450-37.312Q48.542-37.400 48.682-37.400Q48.819-37.400 48.908-37.312Q48.997-37.223 48.997-37.086Q48.997-36.983 48.944-36.905Q48.891-36.826 48.798-36.785\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 1.75)\">\u003Cpath d=\"M52.408-39.403Q52.408-39.745 52.543-40.044Q52.678-40.343 52.918-40.567Q53.157-40.791 53.475-40.916Q53.793-41.041 54.124-41.041Q54.569-41.041 54.968-40.825Q55.368-40.610 55.603-40.232Q55.837-39.855 55.837-39.403Q55.837-39.062 55.695-38.778Q55.553-38.494 55.309-38.287Q55.064-38.081 54.755-37.966Q54.446-37.852 54.124-37.852Q53.694-37.852 53.292-38.053Q52.890-38.255 52.649-38.607Q52.408-38.959 52.408-39.403M54.124-38.101Q54.726-38.101 54.950-38.479Q55.174-38.857 55.174-39.489Q55.174-40.101 54.939-40.460Q54.705-40.818 54.124-40.818Q53.072-40.818 53.072-39.489Q53.072-38.857 53.297-38.479Q53.523-38.101 54.124-38.101M58.229-37.920L56.496-37.920L56.496-38.200Q56.722-38.200 56.871-38.234Q57.019-38.269 57.019-38.409L57.019-40.658L56.431-40.658L56.431-40.938L57.019-40.938L57.019-41.755Q57.019-42.073 57.197-42.321Q57.375-42.568 57.665-42.709Q57.956-42.849 58.267-42.849Q58.523-42.849 58.727-42.707Q58.930-42.565 58.930-42.322Q58.930-42.186 58.831-42.087Q58.732-41.987 58.595-41.987Q58.458-41.987 58.359-42.087Q58.260-42.186 58.260-42.322Q58.260-42.503 58.400-42.596Q58.322-42.623 58.222-42.623Q58.014-42.623 57.860-42.490Q57.706-42.357 57.626-42.153Q57.546-41.950 57.546-41.741L57.546-40.938L58.434-40.938L58.434-40.658L57.573-40.658L57.573-38.409Q57.573-38.200 58.229-38.200\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 1.75)\">\u003Cpath d=\"M61.271-37.920L59.538-37.920L59.538-38.200Q59.764-38.200 59.913-38.234Q60.061-38.269 60.061-38.409L60.061-40.658L59.473-40.658L59.473-40.938L60.061-40.938L60.061-41.755Q60.061-42.073 60.239-42.321Q60.417-42.568 60.707-42.709Q60.998-42.849 61.309-42.849Q61.565-42.849 61.769-42.707Q61.972-42.565 61.972-42.322Q61.972-42.186 61.873-42.087Q61.774-41.987 61.637-41.987Q61.500-41.987 61.401-42.087Q61.302-42.186 61.302-42.322Q61.302-42.503 61.442-42.596Q61.364-42.623 61.264-42.623Q61.056-42.623 60.902-42.490Q60.748-42.357 60.668-42.153Q60.588-41.950 60.588-41.741L60.588-40.938L61.476-40.938L61.476-40.658L60.615-40.658L60.615-38.409Q60.615-38.200 61.271-38.200L61.271-37.920M63.835-39.174L61.777-39.174L61.777-39.677L63.835-39.677L63.835-39.174M64.638-39.431Q64.638-39.769 64.778-40.060Q64.918-40.350 65.163-40.564Q65.407-40.777 65.711-40.892Q66.015-41.006 66.340-41.006Q66.610-41.006 66.873-40.907Q67.137-40.808 67.328-40.630L67.328-42.028Q67.328-42.298 67.220-42.360Q67.113-42.421 66.802-42.421L66.802-42.702L67.878-42.777L67.878-38.593Q67.878-38.405 67.933-38.322Q67.988-38.238 68.088-38.219Q68.189-38.200 68.405-38.200L68.405-37.920L67.297-37.852L67.297-38.269Q66.880-37.852 66.255-37.852Q65.824-37.852 65.451-38.064Q65.079-38.275 64.858-38.636Q64.638-38.997 64.638-39.431M66.313-38.074Q66.521-38.074 66.708-38.146Q66.894-38.217 67.048-38.354Q67.201-38.491 67.297-38.669L67.297-40.278Q67.212-40.425 67.066-40.545Q66.921-40.665 66.752-40.724Q66.583-40.784 66.402-40.784Q65.841-40.784 65.573-40.395Q65.305-40.005 65.305-39.424Q65.305-38.853 65.539-38.463Q65.773-38.074 66.313-38.074M69.013-39.403Q69.013-39.745 69.148-40.044Q69.283-40.343 69.522-40.567Q69.762-40.791 70.079-40.916Q70.397-41.041 70.729-41.041Q71.173-41.041 71.573-40.825Q71.973-40.610 72.207-40.232Q72.441-39.855 72.441-39.403Q72.441-39.062 72.299-38.778Q72.158-38.494 71.913-38.287Q71.669-38.081 71.359-37.966Q71.050-37.852 70.729-37.852Q70.298-37.852 69.897-38.053Q69.495-38.255 69.254-38.607Q69.013-38.959 69.013-39.403M70.729-38.101Q71.330-38.101 71.554-38.479Q71.778-38.857 71.778-39.489Q71.778-40.101 71.544-40.460Q71.310-40.818 70.729-40.818Q69.676-40.818 69.676-39.489Q69.676-38.857 69.902-38.479Q70.127-38.101 70.729-38.101M74.718-37.920L73.084-37.920L73.084-38.200Q73.313-38.200 73.461-38.234Q73.610-38.269 73.610-38.409L73.610-40.258Q73.610-40.528 73.503-40.589Q73.395-40.651 73.084-40.651L73.084-40.931L74.143-41.006L74.143-40.357Q74.314-40.665 74.618-40.836Q74.923-41.006 75.268-41.006Q75.668-41.006 75.945-40.866Q76.221-40.726 76.307-40.378Q76.474-40.671 76.774-40.839Q77.073-41.006 77.418-41.006Q77.924-41.006 78.207-40.783Q78.491-40.559 78.491-40.063L78.491-38.409Q78.491-38.272 78.640-38.236Q78.788-38.200 79.014-38.200L79.014-37.920L77.384-37.920L77.384-38.200Q77.609-38.200 77.760-38.236Q77.910-38.272 77.910-38.409L77.910-40.049Q77.910-40.384 77.790-40.584Q77.671-40.784 77.356-40.784Q77.086-40.784 76.852-40.648Q76.618-40.511 76.480-40.277Q76.341-40.043 76.341-39.769L76.341-38.409Q76.341-38.272 76.490-38.236Q76.638-38.200 76.864-38.200L76.864-37.920L75.234-37.920L75.234-38.200Q75.463-38.200 75.611-38.234Q75.760-38.269 75.760-38.409L75.760-40.049Q75.760-40.384 75.640-40.584Q75.521-40.784 75.206-40.784Q74.936-40.784 74.702-40.648Q74.468-40.511 74.330-40.277Q74.191-40.043 74.191-39.769L74.191-38.409Q74.191-38.272 74.342-38.236Q74.492-38.200 74.718-38.200L74.718-37.920M81.219-37.920L79.667-37.920L79.667-38.200Q79.892-38.200 80.041-38.234Q80.190-38.269 80.190-38.409L80.190-40.258Q80.190-40.446 80.142-40.530Q80.094-40.613 79.997-40.632Q79.899-40.651 79.687-40.651L79.687-40.931L80.743-41.006L80.743-38.409Q80.743-38.269 80.875-38.234Q81.007-38.200 81.219-38.200L81.219-37.920M79.947-42.227Q79.947-42.398 80.070-42.517Q80.193-42.637 80.364-42.637Q80.532-42.637 80.655-42.517Q80.778-42.398 80.778-42.227Q80.778-42.052 80.655-41.929Q80.532-41.806 80.364-41.806Q80.193-41.806 80.070-41.929Q79.947-42.052 79.947-42.227M83.546-37.920L81.912-37.920L81.912-38.200Q82.141-38.200 82.290-38.234Q82.439-38.269 82.439-38.409L82.439-40.258Q82.439-40.528 82.331-40.589Q82.223-40.651 81.912-40.651L81.912-40.931L82.972-41.006L82.972-40.357Q83.143-40.665 83.447-40.836Q83.751-41.006 84.096-41.006Q84.602-41.006 84.886-40.783Q85.170-40.559 85.170-40.063L85.170-38.409Q85.170-38.272 85.318-38.236Q85.467-38.200 85.693-38.200L85.693-37.920L84.062-37.920L84.062-38.200Q84.291-38.200 84.440-38.234Q84.589-38.269 84.589-38.409L84.589-40.049Q84.589-40.384 84.469-40.584Q84.349-40.784 84.035-40.784Q83.765-40.784 83.531-40.648Q83.297-40.511 83.158-40.277Q83.020-40.043 83.020-39.769L83.020-38.409Q83.020-38.272 83.170-38.236Q83.321-38.200 83.546-38.200L83.546-37.920M86.339-38.648Q86.339-38.980 86.563-39.207Q86.786-39.434 87.130-39.562Q87.473-39.691 87.846-39.743Q88.219-39.796 88.523-39.796L88.523-40.049Q88.523-40.254 88.415-40.434Q88.307-40.613 88.126-40.716Q87.945-40.818 87.737-40.818Q87.330-40.818 87.094-40.726Q87.183-40.689 87.229-40.605Q87.275-40.521 87.275-40.419Q87.275-40.323 87.229-40.244Q87.183-40.166 87.103-40.121Q87.022-40.077 86.933-40.077Q86.783-40.077 86.682-40.174Q86.581-40.272 86.581-40.419Q86.581-41.041 87.737-41.041Q87.949-41.041 88.198-40.977Q88.448-40.914 88.649-40.795Q88.851-40.675 88.977-40.490Q89.104-40.306 89.104-40.063L89.104-38.487Q89.104-38.371 89.165-38.275Q89.227-38.180 89.340-38.180Q89.449-38.180 89.514-38.274Q89.579-38.368 89.579-38.487L89.579-38.935L89.846-38.935L89.846-38.487Q89.846-38.217 89.618-38.052Q89.391-37.886 89.111-37.886Q88.902-37.886 88.765-38.040Q88.629-38.193 88.605-38.409Q88.458-38.142 88.176-37.997Q87.894-37.852 87.569-37.852Q87.292-37.852 87.009-37.927Q86.725-38.002 86.532-38.181Q86.339-38.361 86.339-38.648M86.954-38.648Q86.954-38.474 87.055-38.344Q87.156-38.214 87.311-38.144Q87.467-38.074 87.631-38.074Q87.849-38.074 88.058-38.171Q88.266-38.269 88.395-38.450Q88.523-38.631 88.523-38.857L88.523-39.585Q88.198-39.585 87.832-39.494Q87.467-39.403 87.210-39.191Q86.954-38.980 86.954-38.648M91.944-37.920L90.310-37.920L90.310-38.200Q90.539-38.200 90.688-38.234Q90.837-38.269 90.837-38.409L90.837-40.258Q90.837-40.528 90.729-40.589Q90.621-40.651 90.310-40.651L90.310-40.931L91.370-41.006L91.370-40.357Q91.541-40.665 91.845-40.836Q92.149-41.006 92.494-41.006Q93-41.006 93.284-40.783Q93.568-40.559 93.568-40.063L93.568-38.409Q93.568-38.272 93.716-38.236Q93.865-38.200 94.091-38.200L94.091-37.920L92.460-37.920L92.460-38.200Q92.689-38.200 92.838-38.234Q92.987-38.269 92.987-38.409L92.987-40.049Q92.987-40.384 92.867-40.584Q92.747-40.784 92.433-40.784Q92.163-40.784 91.929-40.648Q91.695-40.511 91.556-40.277Q91.418-40.043 91.418-39.769L91.418-38.409Q91.418-38.272 91.568-38.236Q91.719-38.200 91.944-38.200\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 1.75)\">\u003Cpath d=\"M95.014-38.761L95.014-40.658L94.375-40.658L94.375-40.880Q94.693-40.880 94.910-41.090Q95.127-41.300 95.227-41.610Q95.328-41.919 95.328-42.227L95.595-42.227L95.595-40.938L96.672-40.938L96.672-40.658L95.595-40.658L95.595-38.774Q95.595-38.498 95.699-38.299Q95.803-38.101 96.063-38.101Q96.220-38.101 96.326-38.205Q96.432-38.310 96.482-38.463Q96.531-38.617 96.531-38.774L96.531-39.188L96.798-39.188L96.798-38.761Q96.798-38.535 96.699-38.325Q96.600-38.115 96.415-37.983Q96.231-37.852 96.002-37.852Q95.564-37.852 95.289-38.089Q95.014-38.327 95.014-38.761M97.929-36.163L97.861-36.163Q97.827-36.163 97.805-36.189Q97.782-36.214 97.782-36.249Q97.782-36.293 97.813-36.310Q98.169-36.614 98.418-37.004Q98.668-37.394 98.820-37.826Q98.972-38.258 99.042-38.727Q99.112-39.195 99.112-39.670Q99.112-40.149 99.042-40.615Q98.972-41.082 98.818-41.517Q98.664-41.953 98.413-42.341Q98.162-42.729 97.813-43.023Q97.782-43.040 97.782-43.085Q97.782-43.119 97.805-43.144Q97.827-43.170 97.861-43.170L97.929-43.170Q97.940-43.170 97.948-43.168Q97.957-43.167 97.967-43.163Q98.510-42.763 98.883-42.210Q99.256-41.656 99.437-41.010Q99.618-40.364 99.618-39.670Q99.618-38.969 99.437-38.322Q99.256-37.674 98.881-37.120Q98.507-36.566 97.967-36.170Q97.957-36.170 97.948-36.168Q97.940-36.167 97.929-36.163\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(94.582 44.43)\">\u003Cpath d=\"M18.780-37.920L17.047-37.920L17.047-38.200Q17.769-38.200 17.769-38.600L17.769-42.387Q17.536-42.421 17.047-42.421L17.047-42.702L18.404-42.702Q18.445-42.688 18.466-42.674L21.169-39.027L21.169-42.022Q21.169-42.421 20.448-42.421L20.448-42.702L22.185-42.702L22.185-42.421Q21.463-42.421 21.463-42.022L21.463-38.012Q21.446-37.937 21.378-37.920L21.258-37.920Q21.210-37.930 21.197-37.954L18.063-42.175L18.063-38.600Q18.063-38.200 18.780-38.200L18.780-37.920M22.940-38.648Q22.940-38.980 23.164-39.207Q23.388-39.434 23.731-39.562Q24.075-39.691 24.447-39.743Q24.820-39.796 25.124-39.796L25.124-40.049Q25.124-40.254 25.016-40.434Q24.909-40.613 24.728-40.716Q24.546-40.818 24.338-40.818Q23.931-40.818 23.695-40.726Q23.784-40.689 23.830-40.605Q23.876-40.521 23.876-40.419Q23.876-40.323 23.830-40.244Q23.784-40.166 23.704-40.121Q23.624-40.077 23.535-40.077Q23.384-40.077 23.283-40.174Q23.183-40.272 23.183-40.419Q23.183-41.041 24.338-41.041Q24.550-41.041 24.799-40.977Q25.049-40.914 25.251-40.795Q25.452-40.675 25.579-40.490Q25.705-40.306 25.705-40.063L25.705-38.487Q25.705-38.371 25.767-38.275Q25.828-38.180 25.941-38.180Q26.050-38.180 26.115-38.274Q26.180-38.368 26.180-38.487L26.180-38.935L26.447-38.935L26.447-38.487Q26.447-38.217 26.220-38.052Q25.992-37.886 25.712-37.886Q25.503-37.886 25.367-38.040Q25.230-38.193 25.206-38.409Q25.059-38.142 24.777-37.997Q24.495-37.852 24.170-37.852Q23.894-37.852 23.610-37.927Q23.326-38.002 23.133-38.181Q22.940-38.361 22.940-38.648M23.555-38.648Q23.555-38.474 23.656-38.344Q23.757-38.214 23.912-38.144Q24.068-38.074 24.232-38.074Q24.451-38.074 24.659-38.171Q24.868-38.269 24.996-38.450Q25.124-38.631 25.124-38.857L25.124-39.585Q24.799-39.585 24.434-39.494Q24.068-39.403 23.812-39.191Q23.555-38.980 23.555-38.648M26.864-37.927L26.864-38.990Q26.864-39.014 26.891-39.041Q26.918-39.068 26.942-39.068L27.052-39.068Q27.117-39.068 27.130-39.010Q27.226-38.576 27.472-38.325Q27.718-38.074 28.132-38.074Q28.474-38.074 28.727-38.207Q28.980-38.340 28.980-38.648Q28.980-38.805 28.886-38.920Q28.792-39.034 28.653-39.103Q28.515-39.171 28.347-39.209L27.766-39.308Q27.411-39.376 27.137-39.597Q26.864-39.817 26.864-40.159Q26.864-40.408 26.975-40.583Q27.086-40.757 27.272-40.856Q27.459-40.955 27.674-40.998Q27.889-41.041 28.132-41.041Q28.545-41.041 28.826-40.859L29.041-41.034Q29.051-41.037 29.058-41.039Q29.065-41.041 29.075-41.041L29.126-41.041Q29.154-41.041 29.178-41.017Q29.202-40.993 29.202-40.965L29.202-40.118Q29.202-40.097 29.178-40.070Q29.154-40.043 29.126-40.043L29.014-40.043Q28.986-40.043 28.961-40.068Q28.935-40.094 28.935-40.118Q28.935-40.354 28.829-40.518Q28.723-40.682 28.540-40.764Q28.357-40.846 28.125-40.846Q27.797-40.846 27.541-40.743Q27.284-40.641 27.284-40.364Q27.284-40.169 27.467-40.060Q27.650-39.950 27.879-39.909L28.453-39.803Q28.699-39.755 28.913-39.627Q29.126-39.499 29.263-39.296Q29.400-39.092 29.400-38.843Q29.400-38.330 29.034-38.091Q28.668-37.852 28.132-37.852Q27.636-37.852 27.305-38.146L27.038-37.872Q27.018-37.852 26.990-37.852L26.942-37.852Q26.918-37.852 26.891-37.879Q26.864-37.906 26.864-37.927M31.710-37.920L30.077-37.920L30.077-38.200Q30.306-38.200 30.454-38.234Q30.603-38.269 30.603-38.409L30.603-42.028Q30.603-42.298 30.495-42.360Q30.388-42.421 30.077-42.421L30.077-42.702L31.157-42.777L31.157-40.391Q31.263-40.576 31.440-40.718Q31.618-40.859 31.827-40.933Q32.035-41.006 32.261-41.006Q32.767-41.006 33.050-40.783Q33.334-40.559 33.334-40.063L33.334-38.409Q33.334-38.272 33.483-38.236Q33.631-38.200 33.857-38.200L33.857-37.920L32.227-37.920L32.227-38.200Q32.456-38.200 32.604-38.234Q32.753-38.269 32.753-38.409L32.753-40.049Q32.753-40.384 32.633-40.584Q32.514-40.784 32.199-40.784Q31.929-40.784 31.695-40.648Q31.461-40.511 31.323-40.277Q31.184-40.043 31.184-39.769L31.184-38.409Q31.184-38.272 31.335-38.236Q31.485-38.200 31.710-38.200\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 44.43)\">\u003Cpath d=\"M39.280-36.170Q38.730-36.570 38.359-37.125Q37.988-37.681 37.807-38.327Q37.626-38.973 37.626-39.670Q37.626-40.183 37.726-40.678Q37.827-41.174 38.032-41.625Q38.237-42.076 38.550-42.468Q38.863-42.859 39.280-43.163Q39.290-43.167 39.297-43.168Q39.304-43.170 39.314-43.170L39.382-43.170Q39.417-43.170 39.439-43.146Q39.461-43.122 39.461-43.085Q39.461-43.040 39.434-43.023Q39.085-42.722 38.832-42.338Q38.579-41.953 38.427-41.512Q38.275-41.071 38.203-40.615Q38.131-40.159 38.131-39.670Q38.131-38.669 38.441-37.782Q38.750-36.895 39.434-36.310Q39.461-36.293 39.461-36.249Q39.461-36.211 39.439-36.187Q39.417-36.163 39.382-36.163L39.314-36.163Q39.307-36.167 39.299-36.168Q39.290-36.170 39.280-36.170M42.021-37.920L40.285-37.920L40.285-38.200Q40.514-38.200 40.662-38.234Q40.811-38.269 40.811-38.409L40.811-40.258Q40.811-40.528 40.703-40.589Q40.596-40.651 40.285-40.651L40.285-40.931L41.314-41.006L41.314-40.299Q41.443-40.607 41.686-40.806Q41.929-41.006 42.247-41.006Q42.465-41.006 42.636-40.882Q42.807-40.757 42.807-40.545Q42.807-40.408 42.708-40.309Q42.609-40.210 42.476-40.210Q42.339-40.210 42.240-40.309Q42.141-40.408 42.141-40.545Q42.141-40.685 42.240-40.784Q41.949-40.784 41.749-40.588Q41.549-40.391 41.457-40.097Q41.365-39.803 41.365-39.523L41.365-38.409Q41.365-38.200 42.021-38.200L42.021-37.920M45.008-37.920L43.457-37.920L43.457-38.200Q43.682-38.200 43.831-38.234Q43.980-38.269 43.980-38.409L43.980-40.258Q43.980-40.446 43.932-40.530Q43.884-40.613 43.786-40.632Q43.689-40.651 43.477-40.651L43.477-40.931L44.533-41.006L44.533-38.409Q44.533-38.269 44.665-38.234Q44.796-38.200 45.008-38.200L45.008-37.920M43.737-42.227Q43.737-42.398 43.860-42.517Q43.983-42.637 44.154-42.637Q44.321-42.637 44.444-42.517Q44.567-42.398 44.567-42.227Q44.567-42.052 44.444-41.929Q44.321-41.806 44.154-41.806Q43.983-41.806 43.860-41.929Q43.737-42.052 43.737-42.227M45.654-37.927L45.654-38.990Q45.654-39.014 45.682-39.041Q45.709-39.068 45.733-39.068L45.842-39.068Q45.907-39.068 45.921-39.010Q46.017-38.576 46.263-38.325Q46.509-38.074 46.922-38.074Q47.264-38.074 47.517-38.207Q47.770-38.340 47.770-38.648Q47.770-38.805 47.676-38.920Q47.582-39.034 47.444-39.103Q47.305-39.171 47.138-39.209L46.557-39.308Q46.201-39.376 45.928-39.597Q45.654-39.817 45.654-40.159Q45.654-40.408 45.765-40.583Q45.877-40.757 46.063-40.856Q46.249-40.955 46.464-40.998Q46.680-41.041 46.922-41.041Q47.336-41.041 47.616-40.859L47.832-41.034Q47.842-41.037 47.849-41.039Q47.856-41.041 47.866-41.041L47.917-41.041Q47.944-41.041 47.968-41.017Q47.992-40.993 47.992-40.965L47.992-40.118Q47.992-40.097 47.968-40.070Q47.944-40.043 47.917-40.043L47.804-40.043Q47.777-40.043 47.751-40.068Q47.726-40.094 47.726-40.118Q47.726-40.354 47.620-40.518Q47.514-40.682 47.331-40.764Q47.148-40.846 46.916-40.846Q46.587-40.846 46.331-40.743Q46.075-40.641 46.075-40.364Q46.075-40.169 46.258-40.060Q46.440-39.950 46.669-39.909L47.244-39.803Q47.490-39.755 47.703-39.627Q47.917-39.499 48.054-39.296Q48.190-39.092 48.190-38.843Q48.190-38.330 47.825-38.091Q47.459-37.852 46.922-37.852Q46.427-37.852 46.095-38.146L45.829-37.872Q45.808-37.852 45.781-37.852L45.733-37.852Q45.709-37.852 45.682-37.879Q45.654-37.906 45.654-37.927M50.416-37.920L48.833-37.920L48.833-38.200Q49.062-38.200 49.211-38.234Q49.359-38.269 49.359-38.409L49.359-42.028Q49.359-42.298 49.252-42.360Q49.144-42.421 48.833-42.421L48.833-42.702L49.913-42.777L49.913-39.489L50.898-40.258Q51.103-40.395 51.103-40.545Q51.103-40.589 51.062-40.624Q51.021-40.658 50.976-40.658L50.976-40.938L52.340-40.938L52.340-40.658Q51.851-40.658 51.332-40.258L50.774-39.824L51.752-38.600Q51.954-38.354 52.087-38.277Q52.220-38.200 52.507-38.200L52.507-37.920L51.075-37.920L51.075-38.200Q51.263-38.200 51.263-38.313Q51.263-38.409 51.109-38.600L50.375-39.509L49.893-39.130L49.893-38.409Q49.893-38.272 50.041-38.236Q50.190-38.200 50.416-38.200L50.416-37.920M54.903-39.174L52.846-39.174L52.846-39.677L54.903-39.677L54.903-39.174M55.707-39.431Q55.707-39.769 55.847-40.060Q55.987-40.350 56.231-40.564Q56.476-40.777 56.780-40.892Q57.084-41.006 57.409-41.006Q57.679-41.006 57.942-40.907Q58.205-40.808 58.397-40.630L58.397-42.028Q58.397-42.298 58.289-42.360Q58.181-42.421 57.870-42.421L57.870-42.702L58.947-42.777L58.947-38.593Q58.947-38.405 59.002-38.322Q59.056-38.238 59.157-38.219Q59.258-38.200 59.473-38.200L59.473-37.920L58.366-37.852L58.366-38.269Q57.949-37.852 57.323-37.852Q56.893-37.852 56.520-38.064Q56.148-38.275 55.927-38.636Q55.707-38.997 55.707-39.431M57.381-38.074Q57.590-38.074 57.776-38.146Q57.962-38.217 58.116-38.354Q58.270-38.491 58.366-38.669L58.366-40.278Q58.280-40.425 58.135-40.545Q57.990-40.665 57.821-40.724Q57.651-40.784 57.470-40.784Q56.910-40.784 56.641-40.395Q56.373-40.005 56.373-39.424Q56.373-38.853 56.607-38.463Q56.841-38.074 57.381-38.074M60.082-39.403Q60.082-39.745 60.217-40.044Q60.352-40.343 60.591-40.567Q60.830-40.791 61.148-40.916Q61.466-41.041 61.797-41.041Q62.242-41.041 62.642-40.825Q63.042-40.610 63.276-40.232Q63.510-39.855 63.510-39.403Q63.510-39.062 63.368-38.778Q63.226-38.494 62.982-38.287Q62.737-38.081 62.428-37.966Q62.119-37.852 61.797-37.852Q61.367-37.852 60.965-38.053Q60.564-38.255 60.323-38.607Q60.082-38.959 60.082-39.403M61.797-38.101Q62.399-38.101 62.623-38.479Q62.847-38.857 62.847-39.489Q62.847-40.101 62.613-40.460Q62.378-40.818 61.797-40.818Q60.745-40.818 60.745-39.489Q60.745-38.857 60.970-38.479Q61.196-38.101 61.797-38.101M65.786-37.920L64.152-37.920L64.152-38.200Q64.381-38.200 64.530-38.234Q64.679-38.269 64.679-38.409L64.679-40.258Q64.679-40.528 64.571-40.589Q64.463-40.651 64.152-40.651L64.152-40.931L65.212-41.006L65.212-40.357Q65.383-40.665 65.687-40.836Q65.991-41.006 66.336-41.006Q66.736-41.006 67.013-40.866Q67.290-40.726 67.376-40.378Q67.543-40.671 67.842-40.839Q68.141-41.006 68.486-41.006Q68.992-41.006 69.276-40.783Q69.560-40.559 69.560-40.063L69.560-38.409Q69.560-38.272 69.708-38.236Q69.857-38.200 70.083-38.200L70.083-37.920L68.452-37.920L68.452-38.200Q68.678-38.200 68.828-38.236Q68.979-38.272 68.979-38.409L68.979-40.049Q68.979-40.384 68.859-40.584Q68.739-40.784 68.425-40.784Q68.155-40.784 67.921-40.648Q67.687-40.511 67.548-40.277Q67.410-40.043 67.410-39.769L67.410-38.409Q67.410-38.272 67.558-38.236Q67.707-38.200 67.933-38.200L67.933-37.920L66.302-37.920L66.302-38.200Q66.531-38.200 66.680-38.234Q66.829-38.269 66.829-38.409L66.829-40.049Q66.829-40.384 66.709-40.584Q66.589-40.784 66.275-40.784Q66.005-40.784 65.771-40.648Q65.537-40.511 65.398-40.277Q65.260-40.043 65.260-39.769L65.260-38.409Q65.260-38.272 65.410-38.236Q65.561-38.200 65.786-38.200L65.786-37.920M72.287-37.920L70.735-37.920L70.735-38.200Q70.961-38.200 71.110-38.234Q71.258-38.269 71.258-38.409L71.258-40.258Q71.258-40.446 71.211-40.530Q71.163-40.613 71.065-40.632Q70.968-40.651 70.756-40.651L70.756-40.931L71.812-41.006L71.812-38.409Q71.812-38.269 71.944-38.234Q72.075-38.200 72.287-38.200L72.287-37.920M71.016-42.227Q71.016-42.398 71.139-42.517Q71.262-42.637 71.433-42.637Q71.600-42.637 71.723-42.517Q71.846-42.398 71.846-42.227Q71.846-42.052 71.723-41.929Q71.600-41.806 71.433-41.806Q71.262-41.806 71.139-41.929Q71.016-42.052 71.016-42.227M74.615-37.920L72.981-37.920L72.981-38.200Q73.210-38.200 73.359-38.234Q73.507-38.269 73.507-38.409L73.507-40.258Q73.507-40.528 73.400-40.589Q73.292-40.651 72.981-40.651L72.981-40.931L74.041-41.006L74.041-40.357Q74.211-40.665 74.516-40.836Q74.820-41.006 75.165-41.006Q75.671-41.006 75.955-40.783Q76.238-40.559 76.238-40.063L76.238-38.409Q76.238-38.272 76.387-38.236Q76.536-38.200 76.761-38.200L76.761-37.920L75.131-37.920L75.131-38.200Q75.360-38.200 75.509-38.234Q75.657-38.269 75.657-38.409L75.657-40.049Q75.657-40.384 75.538-40.584Q75.418-40.784 75.104-40.784Q74.834-40.784 74.599-40.648Q74.365-40.511 74.227-40.277Q74.088-40.043 74.088-39.769L74.088-38.409Q74.088-38.272 74.239-38.236Q74.389-38.200 74.615-38.200L74.615-37.920M77.407-38.648Q77.407-38.980 77.631-39.207Q77.855-39.434 78.199-39.562Q78.542-39.691 78.915-39.743Q79.287-39.796 79.591-39.796L79.591-40.049Q79.591-40.254 79.484-40.434Q79.376-40.613 79.195-40.716Q79.014-40.818 78.805-40.818Q78.398-40.818 78.163-40.726Q78.252-40.689 78.298-40.605Q78.344-40.521 78.344-40.419Q78.344-40.323 78.298-40.244Q78.252-40.166 78.171-40.121Q78.091-40.077 78.002-40.077Q77.852-40.077 77.751-40.174Q77.650-40.272 77.650-40.419Q77.650-41.041 78.805-41.041Q79.017-41.041 79.267-40.977Q79.516-40.914 79.718-40.795Q79.919-40.675 80.046-40.490Q80.172-40.306 80.172-40.063L80.172-38.487Q80.172-38.371 80.234-38.275Q80.295-38.180 80.408-38.180Q80.518-38.180 80.583-38.274Q80.648-38.368 80.648-38.487L80.648-38.935L80.914-38.935L80.914-38.487Q80.914-38.217 80.687-38.052Q80.460-37.886 80.179-37.886Q79.971-37.886 79.834-38.040Q79.697-38.193 79.673-38.409Q79.526-38.142 79.244-37.997Q78.962-37.852 78.638-37.852Q78.361-37.852 78.077-37.927Q77.794-38.002 77.600-38.181Q77.407-38.361 77.407-38.648M78.023-38.648Q78.023-38.474 78.123-38.344Q78.224-38.214 78.380-38.144Q78.535-38.074 78.699-38.074Q78.918-38.074 79.127-38.171Q79.335-38.269 79.463-38.450Q79.591-38.631 79.591-38.857L79.591-39.585Q79.267-39.585 78.901-39.494Q78.535-39.403 78.279-39.191Q78.023-38.980 78.023-38.648M83.013-37.920L81.379-37.920L81.379-38.200Q81.608-38.200 81.757-38.234Q81.905-38.269 81.905-38.409L81.905-40.258Q81.905-40.528 81.798-40.589Q81.690-40.651 81.379-40.651L81.379-40.931L82.439-41.006L82.439-40.357Q82.609-40.665 82.914-40.836Q83.218-41.006 83.563-41.006Q84.069-41.006 84.353-40.783Q84.636-40.559 84.636-40.063L84.636-38.409Q84.636-38.272 84.785-38.236Q84.934-38.200 85.159-38.200L85.159-37.920L83.529-37.920L83.529-38.200Q83.758-38.200 83.907-38.234Q84.055-38.269 84.055-38.409L84.055-40.049Q84.055-40.384 83.936-40.584Q83.816-40.784 83.502-40.784Q83.232-40.784 82.997-40.648Q82.763-40.511 82.625-40.277Q82.486-40.043 82.486-39.769L82.486-38.409Q82.486-38.272 82.637-38.236Q82.787-38.200 83.013-38.200\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 44.43)\">\u003Cpath d=\"M86.096-38.761L86.096-40.658L85.457-40.658L85.457-40.880Q85.775-40.880 85.992-41.090Q86.209-41.300 86.309-41.610Q86.410-41.919 86.410-42.227L86.677-42.227L86.677-40.938L87.754-40.938L87.754-40.658L86.677-40.658L86.677-38.774Q86.677-38.498 86.781-38.299Q86.885-38.101 87.145-38.101Q87.302-38.101 87.408-38.205Q87.514-38.310 87.564-38.463Q87.613-38.617 87.613-38.774L87.613-39.188L87.880-39.188L87.880-38.761Q87.880-38.535 87.781-38.325Q87.682-38.115 87.497-37.983Q87.313-37.852 87.084-37.852Q86.646-37.852 86.371-38.089Q86.096-38.327 86.096-38.761M89.011-36.163L88.943-36.163Q88.909-36.163 88.887-36.189Q88.864-36.214 88.864-36.249Q88.864-36.293 88.895-36.310Q89.251-36.614 89.500-37.004Q89.750-37.394 89.902-37.826Q90.054-38.258 90.124-38.727Q90.194-39.195 90.194-39.670Q90.194-40.149 90.124-40.615Q90.054-41.082 89.900-41.517Q89.746-41.953 89.495-42.341Q89.244-42.729 88.895-43.023Q88.864-43.040 88.864-43.085Q88.864-43.119 88.887-43.144Q88.909-43.170 88.943-43.170L89.011-43.170Q89.022-43.170 89.030-43.168Q89.039-43.167 89.049-43.163Q89.592-42.763 89.965-42.210Q90.338-41.656 90.519-41.010Q90.700-40.364 90.700-39.670Q90.700-38.969 90.519-38.322Q90.338-37.674 89.963-37.120Q89.589-36.566 89.049-36.170Q89.039-36.170 89.030-36.168Q89.022-36.167 89.011-36.163\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The stag-hunt payoff structure. Two pure Nash equilibria exist: the payoff-dominant (Stag, Stag) worth 4 each, and the risk-dominant (Hare, Hare) worth 3 each. Independent learners often converge to the safe (Hare, Hare) because unilaterally choosing Stag risks the 0 payoff if the partner defects.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:452.687px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 339.515 130.693\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-12.1 38.446h271.145\"\u002F>\u003Cpath stroke=\"none\" d=\"m261.045 38.446-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(211.741 9.089)\">\u003Cpath d=\"M-6.074 37.614Q-6.074 37.130-5.672 36.835Q-5.269 36.540-4.719 36.421Q-4.168 36.301-3.676 36.301L-3.676 36.012Q-3.676 35.786-3.791 35.579Q-3.906 35.372-4.103 35.253Q-4.301 35.133-4.531 35.133Q-4.957 35.133-5.242 35.239Q-5.172 35.266-5.125 35.321Q-5.078 35.376-5.053 35.446Q-5.027 35.516-5.027 35.591Q-5.027 35.696-5.078 35.788Q-5.129 35.880-5.221 35.930Q-5.312 35.981-5.418 35.981Q-5.523 35.981-5.615 35.930Q-5.707 35.880-5.758 35.788Q-5.808 35.696-5.808 35.591Q-5.808 35.173-5.420 35.026Q-5.031 34.880-4.531 34.880Q-4.199 34.880-3.846 35.010Q-3.492 35.141-3.264 35.395Q-3.035 35.649-3.035 35.997L-3.035 37.798Q-3.035 37.930-2.963 38.040Q-2.890 38.149-2.762 38.149Q-2.637 38.149-2.568 38.044Q-2.500 37.938-2.500 37.798L-2.500 37.286L-2.219 37.286L-2.219 37.798Q-2.219 38.001-2.336 38.159Q-2.453 38.317-2.635 38.401Q-2.816 38.485-3.019 38.485Q-3.250 38.485-3.402 38.313Q-3.555 38.141-3.586 37.911Q-3.746 38.192-4.055 38.358Q-4.363 38.524-4.715 38.524Q-5.226 38.524-5.650 38.301Q-6.074 38.079-6.074 37.614M-5.387 37.614Q-5.387 37.899-5.160 38.085Q-4.933 38.270-4.640 38.270Q-4.394 38.270-4.170 38.153Q-3.945 38.036-3.810 37.833Q-3.676 37.630-3.676 37.376L-3.676 36.544Q-3.941 36.544-4.226 36.598Q-4.512 36.653-4.783 36.782Q-5.055 36.911-5.221 37.118Q-5.387 37.325-5.387 37.614M-1.926 39.055Q-1.926 38.774-1.715 38.563Q-1.504 38.352-1.219 38.262Q-1.375 38.137-1.453 37.948Q-1.531 37.758-1.531 37.559Q-1.531 37.204-1.301 36.911Q-1.668 36.571-1.668 36.102Q-1.668 35.751-1.465 35.481Q-1.262 35.212-0.941 35.065Q-0.621 34.919-0.277 34.919Q0.242 34.919 0.613 35.200Q0.977 34.829 1.524 34.829Q1.703 34.829 1.830 34.956Q1.957 35.083 1.957 35.262Q1.957 35.368 1.879 35.446Q1.801 35.524 1.692 35.524Q1.582 35.524 1.506 35.448Q1.430 35.372 1.430 35.262Q1.430 35.161 1.469 35.110Q1.477 35.102 1.481 35.096Q1.485 35.091 1.485 35.087Q1.110 35.087 0.789 35.341Q1.110 35.680 1.110 36.102Q1.110 36.372 0.992 36.589Q0.875 36.805 0.670 36.964Q0.465 37.122 0.223 37.204Q-0.019 37.286-0.277 37.286Q-0.496 37.286-0.709 37.227Q-0.922 37.169-1.117 37.048Q-1.211 37.188-1.211 37.368Q-1.211 37.575-1.074 37.727Q-0.937 37.880-0.730 37.880L-0.035 37.880Q0.453 37.880 0.865 37.964Q1.277 38.048 1.557 38.305Q1.836 38.563 1.836 39.055Q1.836 39.419 1.516 39.651Q1.195 39.883 0.754 39.985Q0.313 40.087-0.043 40.087Q-0.398 40.087-0.842 39.985Q-1.285 39.883-1.605 39.651Q-1.926 39.419-1.926 39.055M-1.422 39.055Q-1.422 39.251-1.277 39.399Q-1.133 39.548-0.920 39.637Q-0.707 39.727-0.467 39.774Q-0.226 39.821-0.043 39.821Q0.199 39.821 0.529 39.743Q0.860 39.665 1.096 39.491Q1.332 39.317 1.332 39.055Q1.332 38.649 0.922 38.540Q0.512 38.430-0.051 38.430L-0.730 38.430Q-1 38.430-1.211 38.608Q-1.422 38.786-1.422 39.055M-0.277 37.020Q0.445 37.020 0.445 36.102Q0.445 35.180-0.277 35.180Q-1.004 35.180-1.004 36.102Q-1.004 37.020-0.277 37.020M2.320 36.692Q2.320 36.212 2.553 35.796Q2.785 35.380 3.195 35.130Q3.606 34.880 4.082 34.880Q4.813 34.880 5.211 35.321Q5.610 35.762 5.610 36.493Q5.610 36.598 5.516 36.622L3.067 36.622L3.067 36.692Q3.067 37.102 3.188 37.458Q3.309 37.813 3.580 38.030Q3.852 38.247 4.281 38.247Q4.645 38.247 4.942 38.018Q5.238 37.790 5.340 37.438Q5.348 37.391 5.434 37.376L5.516 37.376Q5.610 37.403 5.610 37.485Q5.610 37.493 5.602 37.524Q5.539 37.751 5.401 37.934Q5.262 38.118 5.070 38.251Q4.879 38.383 4.660 38.454Q4.442 38.524 4.203 38.524Q3.832 38.524 3.494 38.387Q3.156 38.251 2.889 37.999Q2.621 37.747 2.471 37.407Q2.320 37.067 2.320 36.692M3.074 36.383L5.035 36.383Q5.035 36.079 4.934 35.788Q4.832 35.497 4.615 35.315Q4.399 35.133 4.082 35.133Q3.781 35.133 3.551 35.321Q3.320 35.508 3.197 35.800Q3.074 36.091 3.074 36.383M8.027 38.446L6.172 38.446L6.172 38.149Q6.445 38.149 6.613 38.102Q6.781 38.055 6.781 37.887L6.781 35.751Q6.781 35.536 6.719 35.440Q6.656 35.344 6.537 35.323Q6.418 35.301 6.172 35.301L6.172 35.005L7.363 34.919L7.363 35.653Q7.477 35.438 7.670 35.270Q7.863 35.102 8.102 35.010Q8.340 34.919 8.594 34.919Q9.762 34.919 9.762 35.997L9.762 37.887Q9.762 38.055 9.932 38.102Q10.102 38.149 10.371 38.149L10.371 38.446L8.516 38.446L8.516 38.149Q8.789 38.149 8.957 38.102Q9.125 38.055 9.125 37.887L9.125 36.012Q9.125 35.630 9.004 35.401Q8.883 35.173 8.531 35.173Q8.219 35.173 7.965 35.335Q7.711 35.497 7.565 35.766Q7.418 36.036 7.418 36.333L7.418 37.887Q7.418 38.055 7.588 38.102Q7.758 38.149 8.027 38.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.741 9.089)\">\u003Cpath d=\"M11.217 37.485L11.217 35.294L10.514 35.294L10.514 35.040Q10.870 35.040 11.112 34.807Q11.354 34.575 11.465 34.227Q11.577 33.880 11.577 33.524L11.858 33.524L11.858 34.997L13.034 34.997L13.034 35.294L11.858 35.294L11.858 37.469Q11.858 37.790 11.977 38.018Q12.096 38.247 12.377 38.247Q12.557 38.247 12.674 38.124Q12.791 38.001 12.844 37.821Q12.897 37.641 12.897 37.469L12.897 36.997L13.178 36.997L13.178 37.485Q13.178 37.739 13.073 37.979Q12.967 38.219 12.770 38.372Q12.573 38.524 12.315 38.524Q11.999 38.524 11.747 38.401Q11.495 38.278 11.356 38.044Q11.217 37.809 11.217 37.485\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.741 9.089)\">\u003Cpath d=\"M20.087 38.446L17.294 38.446L17.294 38.149Q18.356 38.149 18.356 37.887L18.356 33.719Q17.927 33.934 17.247 33.934L17.247 33.637Q18.266 33.637 18.782 33.126L18.927 33.126Q19.001 33.145 19.020 33.223L19.020 37.887Q19.020 38.149 20.087 38.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.741 9.089)\">\u003Cpath d=\"M25.697 39.997L23.842 39.997L23.842 39.704Q24.111 39.704 24.279 39.659Q24.447 39.614 24.447 39.438L24.447 35.614Q24.447 35.407 24.291 35.354Q24.135 35.301 23.842 35.301L23.842 35.005L25.064 34.919L25.064 35.383Q25.295 35.161 25.609 35.040Q25.924 34.919 26.264 34.919Q26.736 34.919 27.140 35.165Q27.545 35.411 27.777 35.827Q28.010 36.243 28.010 36.719Q28.010 37.094 27.861 37.423Q27.713 37.751 27.443 38.003Q27.174 38.255 26.830 38.389Q26.486 38.524 26.127 38.524Q25.838 38.524 25.566 38.403Q25.295 38.282 25.088 38.071L25.088 39.438Q25.088 39.614 25.256 39.659Q25.424 39.704 25.697 39.704L25.697 39.997M25.088 35.782L25.088 37.622Q25.240 37.911 25.502 38.091Q25.764 38.270 26.072 38.270Q26.357 38.270 26.580 38.132Q26.803 37.993 26.955 37.762Q27.107 37.532 27.185 37.260Q27.264 36.989 27.264 36.719Q27.264 36.387 27.139 36.030Q27.014 35.673 26.765 35.436Q26.517 35.200 26.170 35.200Q25.846 35.200 25.551 35.356Q25.256 35.512 25.088 35.782\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(211.741 9.089)\">\u003Cpath d=\"M28.773 36.751Q28.773 36.247 29.029 35.815Q29.285 35.383 29.721 35.132Q30.156 34.880 30.656 34.880Q31.043 34.880 31.385 35.024Q31.726 35.169 31.988 35.430Q32.250 35.692 32.392 36.028Q32.535 36.364 32.535 36.751Q32.535 37.243 32.271 37.653Q32.008 38.063 31.578 38.294Q31.148 38.524 30.656 38.524Q30.164 38.524 29.730 38.292Q29.297 38.059 29.035 37.651Q28.773 37.243 28.773 36.751M30.656 38.247Q31.113 38.247 31.365 38.024Q31.617 37.801 31.705 37.450Q31.793 37.098 31.793 36.653Q31.793 36.223 31.699 35.885Q31.605 35.548 31.351 35.341Q31.098 35.133 30.656 35.133Q30.008 35.133 29.764 35.550Q29.519 35.966 29.519 36.653Q29.519 37.098 29.607 37.450Q29.695 37.801 29.947 38.024Q30.199 38.247 30.656 38.247M34.933 38.446L33.101 38.446L33.101 38.149Q33.375 38.149 33.543 38.102Q33.711 38.055 33.711 37.887L33.711 33.727Q33.711 33.512 33.648 33.417Q33.586 33.321 33.467 33.300Q33.347 33.278 33.101 33.278L33.101 32.981L34.324 32.895L34.324 37.887Q34.324 38.055 34.492 38.102Q34.660 38.149 34.933 38.149L34.933 38.446M37.238 38.446L35.461 38.446L35.461 38.149Q35.734 38.149 35.902 38.102Q36.070 38.055 36.070 37.887L36.070 35.751Q36.070 35.536 36.014 35.440Q35.957 35.344 35.844 35.323Q35.730 35.301 35.484 35.301L35.484 35.005L36.683 34.919L36.683 37.887Q36.683 38.055 36.830 38.102Q36.976 38.149 37.238 38.149L37.238 38.446M35.797 33.524Q35.797 33.333 35.931 33.202Q36.066 33.071 36.262 33.071Q36.383 33.071 36.486 33.133Q36.590 33.196 36.652 33.300Q36.715 33.403 36.715 33.524Q36.715 33.719 36.584 33.854Q36.453 33.989 36.262 33.989Q36.062 33.989 35.930 33.856Q35.797 33.723 35.797 33.524M37.781 36.719Q37.781 36.223 38.031 35.798Q38.281 35.372 38.701 35.126Q39.121 34.880 39.621 34.880Q40.160 34.880 40.551 35.005Q40.941 35.130 40.941 35.544Q40.941 35.649 40.890 35.741Q40.840 35.833 40.748 35.883Q40.656 35.934 40.547 35.934Q40.441 35.934 40.349 35.883Q40.258 35.833 40.207 35.741Q40.156 35.649 40.156 35.544Q40.156 35.321 40.324 35.216Q40.101 35.157 39.629 35.157Q39.332 35.157 39.117 35.296Q38.902 35.434 38.771 35.665Q38.640 35.895 38.582 36.165Q38.523 36.434 38.523 36.719Q38.523 37.114 38.656 37.464Q38.789 37.813 39.060 38.030Q39.332 38.247 39.730 38.247Q40.105 38.247 40.381 38.030Q40.656 37.813 40.758 37.454Q40.773 37.391 40.836 37.391L40.941 37.391Q40.976 37.391 41.002 37.419Q41.027 37.446 41.027 37.485L41.027 37.508Q40.894 37.989 40.510 38.257Q40.125 38.524 39.621 38.524Q39.258 38.524 38.924 38.387Q38.590 38.251 38.330 38.001Q38.070 37.751 37.926 37.415Q37.781 37.079 37.781 36.719M41.933 39.743Q42.047 39.821 42.222 39.821Q42.512 39.821 42.732 39.608Q42.953 39.395 43.078 39.094L43.367 38.446L42.094 35.559Q42.012 35.383 41.867 35.339Q41.722 35.294 41.453 35.294L41.453 34.997L43.172 34.997L43.172 35.294Q42.750 35.294 42.750 35.477Q42.750 35.489 42.765 35.559L43.703 37.684L44.535 35.774Q44.574 35.684 44.574 35.606Q44.574 35.466 44.472 35.380Q44.371 35.294 44.230 35.294L44.230 34.997L45.582 34.997L45.582 35.294Q45.328 35.294 45.135 35.419Q44.941 35.544 44.836 35.774L43.390 39.094Q43.277 39.348 43.111 39.571Q42.945 39.794 42.717 39.936Q42.488 40.079 42.222 40.079Q41.926 40.079 41.685 39.887Q41.445 39.696 41.445 39.407Q41.445 39.251 41.551 39.149Q41.656 39.048 41.805 39.048Q41.910 39.048 41.990 39.094Q42.070 39.141 42.117 39.219Q42.164 39.298 42.164 39.407Q42.164 39.528 42.103 39.616Q42.043 39.704 41.933 39.743\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-12.1 38.446v-94.739\"\u002F>\u003Cpath stroke=\"none\" d=\"m-12.1-58.293-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-52.527 -101.828)\">\u003Cpath d=\"M-6.074 37.614Q-6.074 37.130-5.672 36.835Q-5.269 36.540-4.719 36.421Q-4.168 36.301-3.676 36.301L-3.676 36.012Q-3.676 35.786-3.791 35.579Q-3.906 35.372-4.103 35.253Q-4.301 35.133-4.531 35.133Q-4.957 35.133-5.242 35.239Q-5.172 35.266-5.125 35.321Q-5.078 35.376-5.053 35.446Q-5.027 35.516-5.027 35.591Q-5.027 35.696-5.078 35.788Q-5.129 35.880-5.221 35.930Q-5.312 35.981-5.418 35.981Q-5.523 35.981-5.615 35.930Q-5.707 35.880-5.758 35.788Q-5.808 35.696-5.808 35.591Q-5.808 35.173-5.420 35.026Q-5.031 34.880-4.531 34.880Q-4.199 34.880-3.846 35.010Q-3.492 35.141-3.264 35.395Q-3.035 35.649-3.035 35.997L-3.035 37.798Q-3.035 37.930-2.963 38.040Q-2.890 38.149-2.762 38.149Q-2.637 38.149-2.568 38.044Q-2.500 37.938-2.500 37.798L-2.500 37.286L-2.219 37.286L-2.219 37.798Q-2.219 38.001-2.336 38.159Q-2.453 38.317-2.635 38.401Q-2.816 38.485-3.019 38.485Q-3.250 38.485-3.402 38.313Q-3.555 38.141-3.586 37.911Q-3.746 38.192-4.055 38.358Q-4.363 38.524-4.715 38.524Q-5.226 38.524-5.650 38.301Q-6.074 38.079-6.074 37.614M-5.387 37.614Q-5.387 37.899-5.160 38.085Q-4.933 38.270-4.640 38.270Q-4.394 38.270-4.170 38.153Q-3.945 38.036-3.810 37.833Q-3.676 37.630-3.676 37.376L-3.676 36.544Q-3.941 36.544-4.226 36.598Q-4.512 36.653-4.783 36.782Q-5.055 36.911-5.221 37.118Q-5.387 37.325-5.387 37.614M-1.926 39.055Q-1.926 38.774-1.715 38.563Q-1.504 38.352-1.219 38.262Q-1.375 38.137-1.453 37.948Q-1.531 37.758-1.531 37.559Q-1.531 37.204-1.301 36.911Q-1.668 36.571-1.668 36.102Q-1.668 35.751-1.465 35.481Q-1.262 35.212-0.941 35.065Q-0.621 34.919-0.277 34.919Q0.242 34.919 0.613 35.200Q0.977 34.829 1.524 34.829Q1.703 34.829 1.830 34.956Q1.957 35.083 1.957 35.262Q1.957 35.368 1.879 35.446Q1.801 35.524 1.692 35.524Q1.582 35.524 1.506 35.448Q1.430 35.372 1.430 35.262Q1.430 35.161 1.469 35.110Q1.477 35.102 1.481 35.096Q1.485 35.091 1.485 35.087Q1.110 35.087 0.789 35.341Q1.110 35.680 1.110 36.102Q1.110 36.372 0.992 36.589Q0.875 36.805 0.670 36.964Q0.465 37.122 0.223 37.204Q-0.019 37.286-0.277 37.286Q-0.496 37.286-0.709 37.227Q-0.922 37.169-1.117 37.048Q-1.211 37.188-1.211 37.368Q-1.211 37.575-1.074 37.727Q-0.937 37.880-0.730 37.880L-0.035 37.880Q0.453 37.880 0.865 37.964Q1.277 38.048 1.557 38.305Q1.836 38.563 1.836 39.055Q1.836 39.419 1.516 39.651Q1.195 39.883 0.754 39.985Q0.313 40.087-0.043 40.087Q-0.398 40.087-0.842 39.985Q-1.285 39.883-1.605 39.651Q-1.926 39.419-1.926 39.055M-1.422 39.055Q-1.422 39.251-1.277 39.399Q-1.133 39.548-0.920 39.637Q-0.707 39.727-0.467 39.774Q-0.226 39.821-0.043 39.821Q0.199 39.821 0.529 39.743Q0.860 39.665 1.096 39.491Q1.332 39.317 1.332 39.055Q1.332 38.649 0.922 38.540Q0.512 38.430-0.051 38.430L-0.730 38.430Q-1 38.430-1.211 38.608Q-1.422 38.786-1.422 39.055M-0.277 37.020Q0.445 37.020 0.445 36.102Q0.445 35.180-0.277 35.180Q-1.004 35.180-1.004 36.102Q-1.004 37.020-0.277 37.020M2.320 36.692Q2.320 36.212 2.553 35.796Q2.785 35.380 3.195 35.130Q3.606 34.880 4.082 34.880Q4.813 34.880 5.211 35.321Q5.610 35.762 5.610 36.493Q5.610 36.598 5.516 36.622L3.067 36.622L3.067 36.692Q3.067 37.102 3.188 37.458Q3.309 37.813 3.580 38.030Q3.852 38.247 4.281 38.247Q4.645 38.247 4.942 38.018Q5.238 37.790 5.340 37.438Q5.348 37.391 5.434 37.376L5.516 37.376Q5.610 37.403 5.610 37.485Q5.610 37.493 5.602 37.524Q5.539 37.751 5.401 37.934Q5.262 38.118 5.070 38.251Q4.879 38.383 4.660 38.454Q4.442 38.524 4.203 38.524Q3.832 38.524 3.494 38.387Q3.156 38.251 2.889 37.999Q2.621 37.747 2.471 37.407Q2.320 37.067 2.320 36.692M3.074 36.383L5.035 36.383Q5.035 36.079 4.934 35.788Q4.832 35.497 4.615 35.315Q4.399 35.133 4.082 35.133Q3.781 35.133 3.551 35.321Q3.320 35.508 3.197 35.800Q3.074 36.091 3.074 36.383M8.027 38.446L6.172 38.446L6.172 38.149Q6.445 38.149 6.613 38.102Q6.781 38.055 6.781 37.887L6.781 35.751Q6.781 35.536 6.719 35.440Q6.656 35.344 6.537 35.323Q6.418 35.301 6.172 35.301L6.172 35.005L7.363 34.919L7.363 35.653Q7.477 35.438 7.670 35.270Q7.863 35.102 8.102 35.010Q8.340 34.919 8.594 34.919Q9.762 34.919 9.762 35.997L9.762 37.887Q9.762 38.055 9.932 38.102Q10.102 38.149 10.371 38.149L10.371 38.446L8.516 38.446L8.516 38.149Q8.789 38.149 8.957 38.102Q9.125 38.055 9.125 37.887L9.125 36.012Q9.125 35.630 9.004 35.401Q8.883 35.173 8.531 35.173Q8.219 35.173 7.965 35.335Q7.711 35.497 7.565 35.766Q7.418 36.036 7.418 36.333L7.418 37.887Q7.418 38.055 7.588 38.102Q7.758 38.149 8.027 38.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-52.527 -101.828)\">\u003Cpath d=\"M11.217 37.485L11.217 35.294L10.514 35.294L10.514 35.040Q10.870 35.040 11.112 34.807Q11.354 34.575 11.465 34.227Q11.577 33.880 11.577 33.524L11.858 33.524L11.858 34.997L13.034 34.997L13.034 35.294L11.858 35.294L11.858 37.469Q11.858 37.790 11.977 38.018Q12.096 38.247 12.377 38.247Q12.557 38.247 12.674 38.124Q12.791 38.001 12.844 37.821Q12.897 37.641 12.897 37.469L12.897 36.997L13.178 36.997L13.178 37.485Q13.178 37.739 13.073 37.979Q12.967 38.219 12.770 38.372Q12.573 38.524 12.315 38.524Q11.999 38.524 11.747 38.401Q11.495 38.278 11.356 38.044Q11.217 37.809 11.217 37.485\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-52.527 -101.828)\">\u003Cpath d=\"M20.087 38.446L17.294 38.446L17.294 38.149Q18.356 38.149 18.356 37.887L18.356 33.719Q17.927 33.934 17.247 33.934L17.247 33.637Q18.266 33.637 18.782 33.126L18.927 33.126Q19.001 33.145 19.020 33.223L19.020 37.887Q19.020 38.149 20.087 38.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-52.527 -101.828)\">\u003Cpath d=\"M25.728 38.446L23.896 38.446L23.896 38.149Q24.170 38.149 24.338 38.102Q24.506 38.055 24.506 37.887L24.506 33.727Q24.506 33.512 24.443 33.417Q24.381 33.321 24.262 33.300Q24.142 33.278 23.896 33.278L23.896 32.981L25.119 32.895L25.119 37.887Q25.119 38.055 25.287 38.102Q25.455 38.149 25.728 38.149L25.728 38.446M26.174 36.751Q26.174 36.247 26.430 35.815Q26.685 35.383 27.121 35.132Q27.556 34.880 28.056 34.880Q28.443 34.880 28.785 35.024Q29.127 35.169 29.389 35.430Q29.650 35.692 29.793 36.028Q29.935 36.364 29.935 36.751Q29.935 37.243 29.672 37.653Q29.408 38.063 28.978 38.294Q28.549 38.524 28.056 38.524Q27.564 38.524 27.131 38.292Q26.697 38.059 26.435 37.651Q26.174 37.243 26.174 36.751M28.056 38.247Q28.514 38.247 28.765 38.024Q29.017 37.801 29.105 37.450Q29.193 37.098 29.193 36.653Q29.193 36.223 29.099 35.885Q29.006 35.548 28.752 35.341Q28.498 35.133 28.056 35.133Q27.408 35.133 27.164 35.550Q26.920 35.966 26.920 36.653Q26.920 37.098 27.008 37.450Q27.096 37.801 27.347 38.024Q27.599 38.247 28.056 38.247M30.463 38.438L30.463 37.216Q30.463 37.188 30.494 37.157Q30.525 37.126 30.549 37.126L30.654 37.126Q30.724 37.126 30.740 37.188Q30.803 37.508 30.941 37.749Q31.080 37.989 31.312 38.130Q31.545 38.270 31.853 38.270Q32.092 38.270 32.301 38.210Q32.510 38.149 32.646 38.001Q32.783 37.852 32.783 37.606Q32.783 37.352 32.572 37.186Q32.361 37.020 32.092 36.966L31.471 36.852Q31.064 36.774 30.764 36.518Q30.463 36.262 30.463 35.887Q30.463 35.520 30.664 35.298Q30.865 35.075 31.189 34.977Q31.514 34.880 31.853 34.880Q32.318 34.880 32.615 35.087L32.838 34.903Q32.861 34.880 32.892 34.880L32.943 34.880Q32.974 34.880 33.002 34.907Q33.029 34.934 33.029 34.966L33.029 35.950Q33.029 35.981 33.004 36.010Q32.978 36.040 32.943 36.040L32.838 36.040Q32.803 36.040 32.775 36.012Q32.748 35.985 32.748 35.950Q32.748 35.551 32.496 35.331Q32.244 35.110 31.846 35.110Q31.490 35.110 31.207 35.233Q30.924 35.356 30.924 35.661Q30.924 35.880 31.125 36.012Q31.326 36.145 31.572 36.188L32.197 36.301Q32.627 36.391 32.935 36.688Q33.244 36.985 33.244 37.399Q33.244 37.969 32.846 38.247Q32.447 38.524 31.853 38.524Q31.303 38.524 30.951 38.188L30.654 38.501Q30.631 38.524 30.596 38.524L30.549 38.524Q30.525 38.524 30.494 38.493Q30.463 38.462 30.463 38.438M33.814 38.438L33.814 37.216Q33.814 37.188 33.846 37.157Q33.877 37.126 33.900 37.126L34.006 37.126Q34.076 37.126 34.092 37.188Q34.154 37.508 34.293 37.749Q34.431 37.989 34.664 38.130Q34.896 38.270 35.205 38.270Q35.443 38.270 35.652 38.210Q35.861 38.149 35.998 38.001Q36.135 37.852 36.135 37.606Q36.135 37.352 35.924 37.186Q35.713 37.020 35.443 36.966L34.822 36.852Q34.416 36.774 34.115 36.518Q33.814 36.262 33.814 35.887Q33.814 35.520 34.015 35.298Q34.217 35.075 34.541 34.977Q34.865 34.880 35.205 34.880Q35.670 34.880 35.967 35.087L36.189 34.903Q36.213 34.880 36.244 34.880L36.295 34.880Q36.326 34.880 36.353 34.907Q36.381 34.934 36.381 34.966L36.381 35.950Q36.381 35.981 36.355 36.010Q36.330 36.040 36.295 36.040L36.189 36.040Q36.154 36.040 36.127 36.012Q36.099 35.985 36.099 35.950Q36.099 35.551 35.847 35.331Q35.596 35.110 35.197 35.110Q34.842 35.110 34.558 35.233Q34.275 35.356 34.275 35.661Q34.275 35.880 34.476 36.012Q34.678 36.145 34.924 36.188L35.549 36.301Q35.978 36.391 36.287 36.688Q36.596 36.985 36.596 37.399Q36.596 37.969 36.197 38.247Q35.799 38.524 35.205 38.524Q34.654 38.524 34.303 38.188L34.006 38.501Q33.982 38.524 33.947 38.524L33.900 38.524Q33.877 38.524 33.846 38.493Q33.814 38.462 33.814 38.438\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-.72-44.067c3.841 15.045 17.072 66.864 34.143 66.864s30.303-51.819 34.144-66.864M73.258-44.067c3.84 15.045 17.071 66.864 34.143 66.864s30.302-51.819 34.143-66.864\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M152.925-44.067c3.842 15.045 17.072 66.864 34.144 66.864s30.302-51.819 34.143-66.864\" style=\"stroke-width:1.2\"\u002F>\u003Cpath fill=\"var(--tk-good)\" stroke=\"none\" d=\"M35.823 22.797a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0M109.80000000000001 22.797a2.4 2.4 0 1 0-4.8 0 2.4 2.4 0 0 0 4.8 0M189.469 22.797a2.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-good)\" stroke=\"var(--tk-good)\">\u003Cg fill=\"var(--tk-good)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(30.73 -3.906)\">\u003Cpath d=\"M-6.137 36.963Q-6.137 36.621-6.002 36.322Q-5.867 36.023-5.627 35.799Q-5.388 35.575-5.070 35.450Q-4.752 35.325-4.421 35.325Q-3.976 35.325-3.577 35.541Q-3.177 35.756-2.942 36.134Q-2.708 36.511-2.708 36.963Q-2.708 37.304-2.850 37.588Q-2.992 37.872-3.236 38.079Q-3.481 38.285-3.790 38.400Q-4.099 38.514-4.421 38.514Q-4.851 38.514-5.253 38.313Q-5.655 38.111-5.896 37.759Q-6.137 37.407-6.137 36.963M-4.421 38.265Q-3.819 38.265-3.595 37.887Q-3.371 37.509-3.371 36.877Q-3.371 36.265-3.606 35.906Q-3.840 35.548-4.421 35.548Q-5.473 35.548-5.473 36.877Q-5.473 37.509-5.248 37.887Q-5.022 38.265-4.421 38.265M-0.470 39.803L-2.100 39.803L-2.100 39.523Q-1.871 39.523-1.722 39.488Q-1.574 39.454-1.574 39.314L-1.574 35.968Q-1.574 35.797-1.710 35.756Q-1.847 35.715-2.100 35.715L-2.100 35.435L-1.020 35.360L-1.020 35.766Q-0.798 35.565-0.511 35.462Q-0.223 35.360 0.084 35.360Q0.511 35.360 0.875 35.573Q1.239 35.787 1.453 36.151Q1.667 36.515 1.667 36.935Q1.667 37.380 1.427 37.744Q1.188 38.108 0.795 38.311Q0.402 38.514-0.042 38.514Q-0.309 38.514-0.557 38.414Q-0.805 38.313-0.993 38.132L-0.993 39.314Q-0.993 39.451-0.844 39.487Q-0.695 39.523-0.470 39.523L-0.470 39.803M-0.993 36.115L-0.993 37.725Q-0.859 37.978-0.617 38.135Q-0.374 38.292-0.097 38.292Q0.231 38.292 0.484 38.091Q0.737 37.889 0.870 37.571Q1.004 37.253 1.004 36.935Q1.004 36.706 0.939 36.477Q0.874 36.248 0.746 36.050Q0.617 35.852 0.423 35.732Q0.228 35.613-0.005 35.613Q-0.299 35.613-0.567 35.742Q-0.835 35.872-0.993 36.115M2.829 37.605L2.829 35.708L2.190 35.708L2.190 35.486Q2.507 35.486 2.725 35.276Q2.942 35.066 3.042 34.756Q3.143 34.447 3.143 34.139L3.410 34.139L3.410 35.428L4.486 35.428L4.486 35.708L3.410 35.708L3.410 37.592Q3.410 37.868 3.514 38.067Q3.618 38.265 3.878 38.265Q4.035 38.265 4.141 38.161Q4.247 38.056 4.297 37.903Q4.346 37.749 4.346 37.592L4.346 37.178L4.613 37.178L4.613 37.605Q4.613 37.831 4.514 38.041Q4.415 38.251 4.230 38.383Q4.046 38.514 3.817 38.514Q3.379 38.514 3.104 38.277Q2.829 38.039 2.829 37.605\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(30.73 -3.906)\">\u003Cpath d=\"M11.138 38.446L8.608 38.446L8.608 38.166Q9.576 38.166 9.576 37.957L9.576 34.338Q9.183 34.526 8.561 34.526L8.561 34.245Q8.978 34.245 9.342 34.144Q9.706 34.044 9.962 33.798L10.088 33.798Q10.153 33.815 10.170 33.883L10.170 37.957Q10.170 38.166 11.138 38.166\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg fill=\"var(--tk-good)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(104.707 -3.906)\">\u003Cpath d=\"M-6.137 36.963Q-6.137 36.621-6.002 36.322Q-5.867 36.023-5.627 35.799Q-5.388 35.575-5.070 35.450Q-4.752 35.325-4.421 35.325Q-3.976 35.325-3.577 35.541Q-3.177 35.756-2.942 36.134Q-2.708 36.511-2.708 36.963Q-2.708 37.304-2.850 37.588Q-2.992 37.872-3.236 38.079Q-3.481 38.285-3.790 38.400Q-4.099 38.514-4.421 38.514Q-4.851 38.514-5.253 38.313Q-5.655 38.111-5.896 37.759Q-6.137 37.407-6.137 36.963M-4.421 38.265Q-3.819 38.265-3.595 37.887Q-3.371 37.509-3.371 36.877Q-3.371 36.265-3.606 35.906Q-3.840 35.548-4.421 35.548Q-5.473 35.548-5.473 36.877Q-5.473 37.509-5.248 37.887Q-5.022 38.265-4.421 38.265M-0.470 39.803L-2.100 39.803L-2.100 39.523Q-1.871 39.523-1.722 39.488Q-1.574 39.454-1.574 39.314L-1.574 35.968Q-1.574 35.797-1.710 35.756Q-1.847 35.715-2.100 35.715L-2.100 35.435L-1.020 35.360L-1.020 35.766Q-0.798 35.565-0.511 35.462Q-0.223 35.360 0.084 35.360Q0.511 35.360 0.875 35.573Q1.239 35.787 1.453 36.151Q1.667 36.515 1.667 36.935Q1.667 37.380 1.427 37.744Q1.188 38.108 0.795 38.311Q0.402 38.514-0.042 38.514Q-0.309 38.514-0.557 38.414Q-0.805 38.313-0.993 38.132L-0.993 39.314Q-0.993 39.451-0.844 39.487Q-0.695 39.523-0.470 39.523L-0.470 39.803M-0.993 36.115L-0.993 37.725Q-0.859 37.978-0.617 38.135Q-0.374 38.292-0.097 38.292Q0.231 38.292 0.484 38.091Q0.737 37.889 0.870 37.571Q1.004 37.253 1.004 36.935Q1.004 36.706 0.939 36.477Q0.874 36.248 0.746 36.050Q0.617 35.852 0.423 35.732Q0.228 35.613-0.005 35.613Q-0.299 35.613-0.567 35.742Q-0.835 35.872-0.993 36.115M2.829 37.605L2.829 35.708L2.190 35.708L2.190 35.486Q2.507 35.486 2.725 35.276Q2.942 35.066 3.042 34.756Q3.143 34.447 3.143 34.139L3.410 34.139L3.410 35.428L4.486 35.428L4.486 35.708L3.410 35.708L3.410 37.592Q3.410 37.868 3.514 38.067Q3.618 38.265 3.878 38.265Q4.035 38.265 4.141 38.161Q4.247 38.056 4.297 37.903Q4.346 37.749 4.346 37.592L4.346 37.178L4.613 37.178L4.613 37.605Q4.613 37.831 4.514 38.041Q4.415 38.251 4.230 38.383Q4.046 38.514 3.817 38.514Q3.379 38.514 3.104 38.277Q2.829 38.039 2.829 37.605\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(104.707 -3.906)\">\u003Cpath d=\"M11.138 38.446L8.253 38.446L8.253 38.244Q8.253 38.214 8.280 38.186L9.528 36.969Q9.600 36.894 9.642 36.852Q9.685 36.809 9.764 36.730Q10.177 36.317 10.408 35.959Q10.639 35.602 10.639 35.178Q10.639 34.946 10.560 34.743Q10.481 34.539 10.340 34.389Q10.198 34.238 10.003 34.158Q9.808 34.078 9.576 34.078Q9.265 34.078 9.007 34.237Q8.749 34.396 8.619 34.673L8.639 34.673Q8.807 34.673 8.914 34.784Q9.022 34.895 9.022 35.059Q9.022 35.216 8.913 35.329Q8.803 35.442 8.639 35.442Q8.479 35.442 8.366 35.329Q8.253 35.216 8.253 35.059Q8.253 34.683 8.461 34.396Q8.670 34.109 9.005 33.953Q9.340 33.798 9.695 33.798Q10.119 33.798 10.499 33.956Q10.878 34.115 11.112 34.432Q11.346 34.748 11.346 35.178Q11.346 35.489 11.206 35.758Q11.066 36.026 10.861 36.231Q10.656 36.436 10.293 36.718Q9.931 37 9.822 37.096L8.967 37.824L9.610 37.824Q9.873 37.824 10.162 37.822Q10.451 37.821 10.669 37.812Q10.888 37.803 10.905 37.786Q10.967 37.721 11.004 37.554Q11.042 37.386 11.080 37.144L11.346 37.144\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\">\u003Cg fill=\"var(--tk-good)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(184.375 -3.906)\">\u003Cpath d=\"M-6.137 36.963Q-6.137 36.621-6.002 36.322Q-5.867 36.023-5.627 35.799Q-5.388 35.575-5.070 35.450Q-4.752 35.325-4.421 35.325Q-3.976 35.325-3.577 35.541Q-3.177 35.756-2.942 36.134Q-2.708 36.511-2.708 36.963Q-2.708 37.304-2.850 37.588Q-2.992 37.872-3.236 38.079Q-3.481 38.285-3.790 38.400Q-4.099 38.514-4.421 38.514Q-4.851 38.514-5.253 38.313Q-5.655 38.111-5.896 37.759Q-6.137 37.407-6.137 36.963M-4.421 38.265Q-3.819 38.265-3.595 37.887Q-3.371 37.509-3.371 36.877Q-3.371 36.265-3.606 35.906Q-3.840 35.548-4.421 35.548Q-5.473 35.548-5.473 36.877Q-5.473 37.509-5.248 37.887Q-5.022 38.265-4.421 38.265M-0.470 39.803L-2.100 39.803L-2.100 39.523Q-1.871 39.523-1.722 39.488Q-1.574 39.454-1.574 39.314L-1.574 35.968Q-1.574 35.797-1.710 35.756Q-1.847 35.715-2.100 35.715L-2.100 35.435L-1.020 35.360L-1.020 35.766Q-0.798 35.565-0.511 35.462Q-0.223 35.360 0.084 35.360Q0.511 35.360 0.875 35.573Q1.239 35.787 1.453 36.151Q1.667 36.515 1.667 36.935Q1.667 37.380 1.427 37.744Q1.188 38.108 0.795 38.311Q0.402 38.514-0.042 38.514Q-0.309 38.514-0.557 38.414Q-0.805 38.313-0.993 38.132L-0.993 39.314Q-0.993 39.451-0.844 39.487Q-0.695 39.523-0.470 39.523L-0.470 39.803M-0.993 36.115L-0.993 37.725Q-0.859 37.978-0.617 38.135Q-0.374 38.292-0.097 38.292Q0.231 38.292 0.484 38.091Q0.737 37.889 0.870 37.571Q1.004 37.253 1.004 36.935Q1.004 36.706 0.939 36.477Q0.874 36.248 0.746 36.050Q0.617 35.852 0.423 35.732Q0.228 35.613-0.005 35.613Q-0.299 35.613-0.567 35.742Q-0.835 35.872-0.993 36.115M2.829 37.605L2.829 35.708L2.190 35.708L2.190 35.486Q2.507 35.486 2.725 35.276Q2.942 35.066 3.042 34.756Q3.143 34.447 3.143 34.139L3.410 34.139L3.410 35.428L4.486 35.428L4.486 35.708L3.410 35.708L3.410 37.592Q3.410 37.868 3.514 38.067Q3.618 38.265 3.878 38.265Q4.035 38.265 4.141 38.161Q4.247 38.056 4.297 37.903Q4.346 37.749 4.346 37.592L4.346 37.178L4.613 37.178L4.613 37.605Q4.613 37.831 4.514 38.041Q4.415 38.251 4.230 38.383Q4.046 38.514 3.817 38.514Q3.379 38.514 3.104 38.277Q2.829 38.039 2.829 37.605\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(184.375 -3.906)\">\u003Cpath d=\"M8.608 37.899Q8.728 38.056 8.919 38.155Q9.111 38.255 9.326 38.294Q9.541 38.333 9.764 38.333Q10.061 38.333 10.256 38.178Q10.451 38.022 10.541 37.768Q10.632 37.513 10.632 37.229Q10.632 36.935 10.540 36.684Q10.447 36.433 10.249 36.277Q10.051 36.122 9.757 36.122L9.241 36.122Q9.213 36.122 9.188 36.096Q9.162 36.071 9.162 36.047L9.162 35.975Q9.162 35.944 9.188 35.922Q9.213 35.900 9.241 35.900L9.682 35.869Q10.044 35.869 10.264 35.512Q10.485 35.154 10.485 34.765Q10.485 34.437 10.290 34.233Q10.095 34.030 9.764 34.030Q9.477 34.030 9.224 34.114Q8.971 34.197 8.807 34.385Q8.954 34.385 9.054 34.500Q9.155 34.614 9.155 34.765Q9.155 34.915 9.049 35.025Q8.943 35.134 8.786 35.134Q8.625 35.134 8.516 35.025Q8.407 34.915 8.407 34.765Q8.407 34.440 8.615 34.221Q8.824 34.003 9.140 33.900Q9.456 33.798 9.764 33.798Q10.082 33.798 10.410 33.902Q10.738 34.006 10.965 34.228Q11.192 34.450 11.192 34.765Q11.192 35.199 10.905 35.524Q10.618 35.848 10.184 35.995Q10.495 36.060 10.775 36.226Q11.056 36.392 11.233 36.650Q11.411 36.908 11.411 37.229Q11.411 37.639 11.167 37.949Q10.922 38.258 10.541 38.422Q10.160 38.586 9.764 38.586Q9.395 38.586 9.037 38.473Q8.680 38.361 8.436 38.111Q8.191 37.862 8.191 37.492Q8.191 37.321 8.308 37.209Q8.424 37.096 8.595 37.096Q8.704 37.096 8.795 37.147Q8.885 37.198 8.940 37.291Q8.995 37.383 8.995 37.492Q8.995 37.660 8.882 37.779Q8.769 37.899 8.608 37.899\" fill=\"var(--tk-good)\" stroke=\"var(--tk-good)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M47.65 14.261c16.884-5.486 28.64-5.486 43.052-.803\"\u002F>\u003Cpath stroke=\"none\" d=\"m93.174 14.261-3.313-3.263.84 2.46-2.126 1.496\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(49.058 -33.394)\">\u003Cpath d=\"M-6.037 37.718Q-6.037 37.386-5.814 37.159Q-5.590 36.932-5.246 36.804Q-4.903 36.675-4.530 36.623Q-4.158 36.570-3.853 36.570L-3.853 36.317Q-3.853 36.112-3.961 35.932Q-4.069 35.753-4.250 35.650Q-4.431 35.548-4.639 35.548Q-5.046 35.548-5.282 35.640Q-5.193 35.677-5.147 35.761Q-5.101 35.845-5.101 35.947Q-5.101 36.043-5.147 36.122Q-5.193 36.200-5.274 36.245Q-5.354 36.289-5.443 36.289Q-5.593 36.289-5.694 36.192Q-5.795 36.094-5.795 35.947Q-5.795 35.325-4.639 35.325Q-4.428 35.325-4.178 35.389Q-3.929 35.452-3.727 35.571Q-3.525 35.691-3.399 35.876Q-3.272 36.060-3.272 36.303L-3.272 37.879Q-3.272 37.995-3.211 38.091Q-3.149 38.186-3.036 38.186Q-2.927 38.186-2.862 38.092Q-2.797 37.998-2.797 37.879L-2.797 37.431L-2.531 37.431L-2.531 37.879Q-2.531 38.149-2.758 38.314Q-2.985 38.480-3.265 38.480Q-3.474 38.480-3.611 38.326Q-3.747 38.173-3.771 37.957Q-3.918 38.224-4.200 38.369Q-4.482 38.514-4.807 38.514Q-5.084 38.514-5.368 38.439Q-5.651 38.364-5.844 38.185Q-6.037 38.005-6.037 37.718M-5.422 37.718Q-5.422 37.892-5.321 38.022Q-5.221 38.152-5.065 38.222Q-4.910 38.292-4.745 38.292Q-4.527 38.292-4.318 38.195Q-4.110 38.097-3.982 37.916Q-3.853 37.735-3.853 37.509L-3.853 36.781Q-4.178 36.781-4.544 36.872Q-4.910 36.963-5.166 37.175Q-5.422 37.386-5.422 37.718M-2.155 38.979Q-2.155 38.733-1.958 38.549Q-1.762 38.364-1.505 38.285Q-1.642 38.173-1.714 38.012Q-1.785 37.851-1.785 37.670Q-1.785 37.349-1.574 37.103Q-1.909 36.805-1.909 36.395Q-1.909 35.934-1.519 35.647Q-1.129 35.360-0.651 35.360Q-0.179 35.360 0.156 35.606Q0.330 35.452 0.540 35.370Q0.751 35.288 0.980 35.288Q1.144 35.288 1.265 35.395Q1.386 35.503 1.386 35.667Q1.386 35.763 1.315 35.835Q1.243 35.906 1.151 35.906Q1.051 35.906 0.981 35.833Q0.911 35.759 0.911 35.660Q0.911 35.606 0.925 35.575L0.932 35.561Q0.939 35.541 0.947 35.530Q0.956 35.520 0.959 35.513Q0.604 35.513 0.317 35.736Q0.604 36.029 0.604 36.395Q0.604 36.710 0.419 36.942Q0.235 37.175-0.054 37.303Q-0.343 37.431-0.651 37.431Q-0.852 37.431-1.044 37.381Q-1.235 37.332-1.413 37.222Q-1.505 37.349-1.505 37.492Q-1.505 37.674-1.377 37.809Q-1.249 37.944-1.064 37.944L-0.432 37.944Q0.016 37.944 0.385 38.015Q0.754 38.087 1.014 38.316Q1.274 38.545 1.274 38.979Q1.274 39.300 0.978 39.502Q0.682 39.704 0.279 39.793Q-0.124 39.882-0.439 39.882Q-0.757 39.882-1.160 39.793Q-1.563 39.704-1.859 39.502Q-2.155 39.300-2.155 38.979M-1.700 38.979Q-1.700 39.208-1.481 39.357Q-1.263 39.506-0.970 39.574Q-0.678 39.642-0.439 39.642Q-0.275 39.642-0.066 39.606Q0.142 39.571 0.349 39.490Q0.556 39.410 0.687 39.282Q0.819 39.154 0.819 38.979Q0.819 38.627 0.438 38.533Q0.057 38.439-0.446 38.439L-1.064 38.439Q-1.304 38.439-1.502 38.590Q-1.700 38.740-1.700 38.979M-0.651 37.192Q0.016 37.192 0.016 36.395Q0.016 35.595-0.651 35.595Q-1.321 35.595-1.321 36.395Q-1.321 37.192-0.651 37.192M1.827 36.911Q1.827 36.590 1.952 36.301Q2.077 36.012 2.302 35.789Q2.528 35.565 2.824 35.445Q3.119 35.325 3.437 35.325Q3.765 35.325 4.027 35.425Q4.288 35.524 4.464 35.706Q4.640 35.889 4.734 36.147Q4.828 36.405 4.828 36.737Q4.828 36.829 4.746 36.850L2.490 36.850L2.490 36.911Q2.490 37.499 2.774 37.882Q3.058 38.265 3.625 38.265Q3.946 38.265 4.215 38.072Q4.483 37.879 4.572 37.564Q4.579 37.523 4.654 37.509L4.746 37.509Q4.828 37.533 4.828 37.605Q4.828 37.612 4.821 37.639Q4.709 38.036 4.338 38.275Q3.967 38.514 3.543 38.514Q3.106 38.514 2.706 38.306Q2.306 38.097 2.067 37.730Q1.827 37.363 1.827 36.911M2.497 36.641L4.312 36.641Q4.312 36.364 4.215 36.112Q4.117 35.859 3.919 35.703Q3.721 35.548 3.437 35.548Q3.160 35.548 2.947 35.706Q2.733 35.865 2.615 36.120Q2.497 36.375 2.497 36.641M7.098 38.446L5.464 38.446L5.464 38.166Q5.693 38.166 5.842 38.132Q5.990 38.097 5.990 37.957L5.990 36.108Q5.990 35.838 5.883 35.777Q5.775 35.715 5.464 35.715L5.464 35.435L6.524 35.360L6.524 36.009Q6.694 35.701 6.999 35.530Q7.303 35.360 7.648 35.360Q8.154 35.360 8.438 35.583Q8.721 35.807 8.721 36.303L8.721 37.957Q8.721 38.094 8.870 38.130Q9.019 38.166 9.244 38.166L9.244 38.446L7.614 38.446L7.614 38.166Q7.843 38.166 7.992 38.132Q8.140 38.097 8.140 37.957L8.140 36.317Q8.140 35.982 8.021 35.782Q7.901 35.582 7.587 35.582Q7.317 35.582 7.082 35.718Q6.848 35.855 6.710 36.089Q6.571 36.323 6.571 36.597L6.571 37.957Q6.571 38.094 6.722 38.130Q6.872 38.166 7.098 38.166\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(49.058 -33.394)\">\u003Cpath d=\"M10.160 37.605L10.160 35.708L9.521 35.708L9.521 35.486Q9.839 35.486 10.056 35.276Q10.273 35.066 10.373 34.756Q10.474 34.447 10.474 34.139L10.741 34.139L10.741 35.428L11.818 35.428L11.818 35.708L10.741 35.708L10.741 37.592Q10.741 37.868 10.845 38.067Q10.949 38.265 11.209 38.265Q11.366 38.265 11.472 38.161Q11.578 38.056 11.628 37.903Q11.677 37.749 11.677 37.592L11.677 37.178L11.944 37.178L11.944 37.605Q11.944 37.831 11.845 38.041Q11.746 38.251 11.561 38.383Q11.377 38.514 11.148 38.514Q10.710 38.514 10.435 38.277Q10.160 38.039 10.160 37.605\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(49.058 -33.394)\">\u003Cpath d=\"M18.465 38.446L15.580 38.446L15.580 38.244Q15.580 38.214 15.607 38.186L16.855 36.969Q16.927 36.894 16.969 36.852Q17.012 36.809 17.091 36.730Q17.504 36.317 17.735 35.959Q17.966 35.602 17.966 35.178Q17.966 34.946 17.887 34.743Q17.808 34.539 17.667 34.389Q17.525 34.238 17.330 34.158Q17.135 34.078 16.903 34.078Q16.592 34.078 16.334 34.237Q16.076 34.396 15.946 34.673L15.966 34.673Q16.134 34.673 16.241 34.784Q16.349 34.895 16.349 35.059Q16.349 35.216 16.240 35.329Q16.130 35.442 15.966 35.442Q15.806 35.442 15.693 35.329Q15.580 35.216 15.580 35.059Q15.580 34.683 15.788 34.396Q15.997 34.109 16.332 33.953Q16.667 33.798 17.022 33.798Q17.446 33.798 17.826 33.956Q18.205 34.115 18.439 34.432Q18.673 34.748 18.673 35.178Q18.673 35.489 18.533 35.758Q18.393 36.026 18.188 36.231Q17.983 36.436 17.620 36.718Q17.258 37 17.149 37.096L16.294 37.824L16.937 37.824Q17.200 37.824 17.489 37.822Q17.778 37.821 17.996 37.812Q18.215 37.803 18.232 37.786Q18.294 37.721 18.331 37.554Q18.369 37.386 18.407 37.144L18.673 37.144\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(49.058 -33.394)\">\u003Cpath d=\"M22.708 37.612L22.708 36.108Q22.708 35.838 22.600 35.777Q22.492 35.715 22.181 35.715L22.181 35.435L23.289 35.360L23.289 37.592L23.289 37.612Q23.289 37.892 23.340 38.036Q23.391 38.179 23.533 38.236Q23.675 38.292 23.962 38.292Q24.215 38.292 24.420 38.152Q24.625 38.012 24.741 37.786Q24.858 37.561 24.858 37.311L24.858 36.108Q24.858 35.838 24.750 35.777Q24.642 35.715 24.331 35.715L24.331 35.435L25.439 35.360L25.439 37.773Q25.439 37.964 25.492 38.046Q25.545 38.128 25.645 38.147Q25.746 38.166 25.962 38.166L25.962 38.446L24.885 38.514L24.885 37.950Q24.776 38.132 24.630 38.255Q24.485 38.378 24.299 38.446Q24.112 38.514 23.911 38.514Q22.708 38.514 22.708 37.612M28.194 39.803L26.563 39.803L26.563 39.523Q26.792 39.523 26.941 39.488Q27.090 39.454 27.090 39.314L27.090 35.968Q27.090 35.797 26.953 35.756Q26.816 35.715 26.563 35.715L26.563 35.435L27.643 35.360L27.643 35.766Q27.865 35.565 28.152 35.462Q28.440 35.360 28.747 35.360Q29.174 35.360 29.538 35.573Q29.902 35.787 30.116 36.151Q30.330 36.515 30.330 36.935Q30.330 37.380 30.090 37.744Q29.851 38.108 29.458 38.311Q29.065 38.514 28.621 38.514Q28.354 38.514 28.106 38.414Q27.859 38.313 27.671 38.132L27.671 39.314Q27.671 39.451 27.819 39.487Q27.968 39.523 28.194 39.523L28.194 39.803M27.671 36.115L27.671 37.725Q27.804 37.978 28.047 38.135Q28.289 38.292 28.566 38.292Q28.894 38.292 29.147 38.091Q29.400 37.889 29.533 37.571Q29.667 37.253 29.667 36.935Q29.667 36.706 29.602 36.477Q29.537 36.248 29.409 36.050Q29.280 35.852 29.086 35.732Q28.891 35.613 28.658 35.613Q28.364 35.613 28.096 35.742Q27.828 35.872 27.671 36.115\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(49.058 -33.394)\">\u003Cpath d=\"M31.182 36.935Q31.182 36.597 31.323 36.306Q31.463 36.016 31.707 35.802Q31.951 35.589 32.256 35.474Q32.560 35.360 32.885 35.360Q33.155 35.360 33.418 35.459Q33.681 35.558 33.872 35.736L33.872 34.338Q33.872 34.068 33.765 34.006Q33.657 33.945 33.346 33.945L33.346 33.664L34.423 33.589L34.423 37.773Q34.423 37.961 34.477 38.044Q34.532 38.128 34.633 38.147Q34.734 38.166 34.949 38.166L34.949 38.446L33.842 38.514L33.842 38.097Q33.425 38.514 32.799 38.514Q32.368 38.514 31.996 38.302Q31.623 38.091 31.403 37.730Q31.182 37.369 31.182 36.935M32.857 38.292Q33.066 38.292 33.252 38.220Q33.438 38.149 33.592 38.012Q33.746 37.875 33.842 37.697L33.842 36.088Q33.756 35.941 33.611 35.821Q33.466 35.701 33.296 35.642Q33.127 35.582 32.946 35.582Q32.386 35.582 32.117 35.971Q31.849 36.361 31.849 36.942Q31.849 37.513 32.083 37.903Q32.317 38.292 32.857 38.292M35.657 37.718Q35.657 37.386 35.880 37.159Q36.104 36.932 36.448 36.804Q36.791 36.675 37.164 36.623Q37.536 36.570 37.841 36.570L37.841 36.317Q37.841 36.112 37.733 35.932Q37.625 35.753 37.444 35.650Q37.263 35.548 37.055 35.548Q36.648 35.548 36.412 35.640Q36.501 35.677 36.547 35.761Q36.593 35.845 36.593 35.947Q36.593 36.043 36.547 36.122Q36.501 36.200 36.420 36.245Q36.340 36.289 36.251 36.289Q36.101 36.289 36 36.192Q35.899 36.094 35.899 35.947Q35.899 35.325 37.055 35.325Q37.266 35.325 37.516 35.389Q37.765 35.452 37.967 35.571Q38.169 35.691 38.295 35.876Q38.422 36.060 38.422 36.303L38.422 37.879Q38.422 37.995 38.483 38.091Q38.545 38.186 38.658 38.186Q38.767 38.186 38.832 38.092Q38.897 37.998 38.897 37.879L38.897 37.431L39.163 37.431L39.163 37.879Q39.163 38.149 38.936 38.314Q38.709 38.480 38.429 38.480Q38.220 38.480 38.083 38.326Q37.947 38.173 37.923 37.957Q37.776 38.224 37.494 38.369Q37.212 38.514 36.887 38.514Q36.610 38.514 36.326 38.439Q36.043 38.364 35.850 38.185Q35.657 38.005 35.657 37.718M36.272 37.718Q36.272 37.892 36.373 38.022Q36.473 38.152 36.629 38.222Q36.785 38.292 36.949 38.292Q37.167 38.292 37.376 38.195Q37.584 38.097 37.712 37.916Q37.841 37.735 37.841 37.509L37.841 36.781Q37.516 36.781 37.150 36.872Q36.785 36.963 36.528 37.175Q36.272 37.386 36.272 37.718M40.107 37.605L40.107 35.708L39.468 35.708L39.468 35.486Q39.785 35.486 40.003 35.276Q40.220 35.066 40.320 34.756Q40.421 34.447 40.421 34.139L40.688 34.139L40.688 35.428L41.764 35.428L41.764 35.708L40.688 35.708L40.688 37.592Q40.688 37.868 40.792 38.067Q40.896 38.265 41.156 38.265Q41.313 38.265 41.419 38.161Q41.525 38.056 41.575 37.903Q41.624 37.749 41.624 37.592L41.624 37.178L41.891 37.178L41.891 37.605Q41.891 37.831 41.792 38.041Q41.693 38.251 41.508 38.383Q41.324 38.514 41.095 38.514Q40.657 38.514 40.382 38.277Q40.107 38.039 40.107 37.605M42.660 36.911Q42.660 36.590 42.785 36.301Q42.910 36.012 43.135 35.789Q43.361 35.565 43.656 35.445Q43.952 35.325 44.270 35.325Q44.598 35.325 44.859 35.425Q45.121 35.524 45.297 35.706Q45.473 35.889 45.567 36.147Q45.661 36.405 45.661 36.737Q45.661 36.829 45.579 36.850L43.323 36.850L43.323 36.911Q43.323 37.499 43.607 37.882Q43.890 38.265 44.458 38.265Q44.779 38.265 45.047 38.072Q45.316 37.879 45.405 37.564Q45.411 37.523 45.487 37.509L45.579 37.509Q45.661 37.533 45.661 37.605Q45.661 37.612 45.654 37.639Q45.541 38.036 45.170 38.275Q44.800 38.514 44.376 38.514Q43.938 38.514 43.538 38.306Q43.139 38.097 42.899 37.730Q42.660 37.363 42.660 36.911M43.330 36.641L45.145 36.641Q45.145 36.364 45.047 36.112Q44.950 35.859 44.752 35.703Q44.554 35.548 44.270 35.548Q43.993 35.548 43.779 35.706Q43.566 35.865 43.448 36.120Q43.330 36.375 43.330 36.641M46.249 38.439L46.249 37.376Q46.249 37.352 46.276 37.325Q46.304 37.298 46.327 37.298L46.437 37.298Q46.502 37.298 46.515 37.356Q46.611 37.790 46.857 38.041Q47.103 38.292 47.517 38.292Q47.859 38.292 48.112 38.159Q48.365 38.026 48.365 37.718Q48.365 37.561 48.271 37.446Q48.177 37.332 48.038 37.263Q47.900 37.195 47.732 37.157L47.151 37.058Q46.796 36.990 46.522 36.769Q46.249 36.549 46.249 36.207Q46.249 35.958 46.360 35.783Q46.471 35.609 46.657 35.510Q46.844 35.411 47.059 35.368Q47.274 35.325 47.517 35.325Q47.930 35.325 48.211 35.507L48.426 35.332Q48.436 35.329 48.443 35.327Q48.450 35.325 48.460 35.325L48.512 35.325Q48.539 35.325 48.563 35.349Q48.587 35.373 48.587 35.401L48.587 36.248Q48.587 36.269 48.563 36.296Q48.539 36.323 48.512 36.323L48.399 36.323Q48.371 36.323 48.346 36.298Q48.320 36.272 48.320 36.248Q48.320 36.012 48.214 35.848Q48.108 35.684 47.925 35.602Q47.743 35.520 47.510 35.520Q47.182 35.520 46.926 35.623Q46.669 35.725 46.669 36.002Q46.669 36.197 46.852 36.306Q47.035 36.416 47.264 36.457L47.838 36.563Q48.084 36.611 48.298 36.739Q48.512 36.867 48.648 37.070Q48.785 37.274 48.785 37.523Q48.785 38.036 48.419 38.275Q48.054 38.514 47.517 38.514Q47.021 38.514 46.690 38.220L46.423 38.494Q46.403 38.514 46.375 38.514L46.327 38.514Q46.304 38.514 46.276 38.487Q46.249 38.460 46.249 38.439\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M121.627 14.261c18.995-6.172 32.22-6.172 48.742-.803\"\u002F>\u003Cpath stroke=\"none\" d=\"m172.842 14.261-3.314-3.263.841 2.46-2.126 1.496\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The moving-target problem. Agent 1 (blue) descends toward the best response to agent 2, but each time agent 2 updates its policy the optimum moves, so agent 1&#39;s path never settles — it chases a target that recedes as it learns.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:406.366px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 304.775 113.182\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-2.808-60.689c0-6.286-5.095-11.381-11.38-11.381S-25.57-66.975-25.57-60.689s5.096 11.381 11.381 11.381 11.381-5.095 11.381-11.38Zm-11.38 0\"\u002F>\u003Cg transform=\"translate(-4.944 -26.061)\">\u003Cpath d=\"M-12.285-32.236L-13.875-32.236L-13.875-32.516Q-13.232-32.516-13.075-32.916L-11.431-37.131Q-11.397-37.226-11.284-37.226L-11.202-37.226Q-11.092-37.226-11.051-37.131L-9.332-32.725Q-9.264-32.585-9.074-32.550Q-8.884-32.516-8.611-32.516L-8.611-32.236L-10.610-32.236L-10.610-32.516Q-10.046-32.516-10.046-32.691Q-10.046-32.708-10.048-32.715Q-10.050-32.721-10.053-32.725L-10.474-33.791L-12.432-33.791L-12.774-32.916Q-12.788-32.916-12.788-32.838Q-12.788-32.677-12.625-32.597Q-12.463-32.516-12.285-32.516L-12.285-32.236M-11.451-36.310L-12.319-34.071L-10.576-34.071L-11.451-36.310M-4.964-32.236L-7.493-32.236L-7.493-32.516Q-6.526-32.516-6.526-32.725L-6.526-36.344Q-6.919-36.156-7.541-36.156L-7.541-36.437Q-7.124-36.437-6.760-36.538Q-6.396-36.638-6.140-36.884L-6.013-36.884Q-5.948-36.867-5.931-36.799L-5.931-32.725Q-5.931-32.516-4.964-32.516\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M37.026-26.546c0-6.285-5.095-11.38-11.38-11.38-6.287 0-11.382 5.095-11.382 11.38s5.095 11.381 11.381 11.381 11.381-5.095 11.381-11.38Zm-11.38 0\"\u002F>\u003Cg transform=\"translate(34.89 8.082)\">\u003Cpath d=\"M-12.285-32.236L-13.875-32.236L-13.875-32.516Q-13.232-32.516-13.075-32.916L-11.431-37.131Q-11.397-37.226-11.284-37.226L-11.202-37.226Q-11.092-37.226-11.051-37.131L-9.332-32.725Q-9.264-32.585-9.074-32.550Q-8.884-32.516-8.611-32.516L-8.611-32.236L-10.610-32.236L-10.610-32.516Q-10.046-32.516-10.046-32.691Q-10.046-32.708-10.048-32.715Q-10.050-32.721-10.053-32.725L-10.474-33.791L-12.432-33.791L-12.774-32.916Q-12.788-32.916-12.788-32.838Q-12.788-32.677-12.625-32.597Q-12.463-32.516-12.285-32.516L-12.285-32.236M-11.451-36.310L-12.319-34.071L-10.576-34.071L-11.451-36.310M-4.964-32.236L-7.849-32.236L-7.849-32.438Q-7.849-32.468-7.821-32.496L-6.574-33.713Q-6.502-33.788-6.459-33.830Q-6.417-33.873-6.338-33.952Q-5.924-34.365-5.694-34.723Q-5.463-35.080-5.463-35.504Q-5.463-35.736-5.542-35.939Q-5.620-36.143-5.762-36.293Q-5.904-36.444-6.099-36.524Q-6.293-36.604-6.526-36.604Q-6.837-36.604-7.095-36.445Q-7.353-36.286-7.483-36.009L-7.462-36.009Q-7.295-36.009-7.187-35.898Q-7.080-35.787-7.080-35.623Q-7.080-35.466-7.189-35.353Q-7.298-35.240-7.462-35.240Q-7.623-35.240-7.736-35.353Q-7.849-35.466-7.849-35.623Q-7.849-35.999-7.640-36.286Q-7.432-36.573-7.097-36.729Q-6.762-36.884-6.406-36.884Q-5.982-36.884-5.603-36.726Q-5.224-36.567-4.990-36.250Q-4.755-35.934-4.755-35.504Q-4.755-35.193-4.896-34.924Q-5.036-34.656-5.241-34.451Q-5.446-34.246-5.808-33.964Q-6.170-33.682-6.280-33.586L-7.134-32.858L-6.492-32.858Q-6.229-32.858-5.940-32.860Q-5.651-32.861-5.432-32.870Q-5.213-32.879-5.196-32.896Q-5.135-32.961-5.097-33.128Q-5.060-33.296-5.022-33.538L-4.755-33.538\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-42.641-26.546c0-6.285-5.096-11.38-11.381-11.38s-11.381 5.095-11.381 11.38 5.095 11.381 11.38 11.381 11.382-5.095 11.382-11.38Zm-11.381 0\"\u002F>\u003Cg transform=\"translate(-44.778 8.082)\">\u003Cpath d=\"M-12.285-32.236L-13.875-32.236L-13.875-32.516Q-13.232-32.516-13.075-32.916L-11.431-37.131Q-11.397-37.226-11.284-37.226L-11.202-37.226Q-11.092-37.226-11.051-37.131L-9.332-32.725Q-9.264-32.585-9.074-32.550Q-8.884-32.516-8.611-32.516L-8.611-32.236L-10.610-32.236L-10.610-32.516Q-10.046-32.516-10.046-32.691Q-10.046-32.708-10.048-32.715Q-10.050-32.721-10.053-32.725L-10.474-33.791L-12.432-33.791L-12.774-32.916Q-12.788-32.916-12.788-32.838Q-12.788-32.677-12.625-32.597Q-12.463-32.516-12.285-32.516L-12.285-32.236M-11.451-36.310L-12.319-34.071L-10.576-34.071L-11.451-36.310M-7.493-32.783Q-7.374-32.626-7.182-32.527Q-6.991-32.427-6.775-32.388Q-6.560-32.349-6.338-32.349Q-6.041-32.349-5.846-32.504Q-5.651-32.660-5.560-32.914Q-5.470-33.169-5.470-33.453Q-5.470-33.747-5.562-33.998Q-5.654-34.249-5.853-34.405Q-6.051-34.560-6.345-34.560L-6.861-34.560Q-6.888-34.560-6.914-34.586Q-6.939-34.611-6.939-34.635L-6.939-34.707Q-6.939-34.738-6.914-34.760Q-6.888-34.782-6.861-34.782L-6.420-34.813Q-6.058-34.813-5.837-35.170Q-5.617-35.528-5.617-35.917Q-5.617-36.245-5.812-36.449Q-6.006-36.652-6.338-36.652Q-6.625-36.652-6.878-36.568Q-7.131-36.485-7.295-36.297Q-7.148-36.297-7.047-36.182Q-6.946-36.068-6.946-35.917Q-6.946-35.767-7.052-35.657Q-7.158-35.548-7.315-35.548Q-7.476-35.548-7.585-35.657Q-7.695-35.767-7.695-35.917Q-7.695-36.242-7.486-36.461Q-7.278-36.679-6.962-36.782Q-6.646-36.884-6.338-36.884Q-6.020-36.884-5.692-36.780Q-5.364-36.676-5.137-36.454Q-4.909-36.232-4.909-35.917Q-4.909-35.483-5.196-35.158Q-5.483-34.834-5.918-34.687Q-5.606-34.622-5.326-34.456Q-5.046-34.290-4.868-34.032Q-4.690-33.774-4.690-33.453Q-4.690-33.043-4.935-32.733Q-5.179-32.424-5.560-32.260Q-5.941-32.096-6.338-32.096Q-6.707-32.096-7.064-32.209Q-7.421-32.321-7.666-32.571Q-7.910-32.820-7.910-33.190Q-7.910-33.361-7.794-33.473Q-7.678-33.586-7.507-33.586Q-7.397-33.586-7.307-33.535Q-7.216-33.484-7.162-33.391Q-7.107-33.299-7.107-33.190Q-7.107-33.022-7.220-32.903Q-7.333-32.783-7.493-32.783\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-22.41 48.228)\">\u003Cpath d=\"M-12.258-32.236L-13.810-32.236L-13.810-32.516Q-13.584-32.516-13.435-32.550Q-13.287-32.585-13.287-32.725L-13.287-34.574Q-13.287-34.762-13.335-34.846Q-13.382-34.929-13.480-34.948Q-13.577-34.967-13.789-34.967L-13.789-35.247L-12.733-35.322L-12.733-32.725Q-12.733-32.585-12.601-32.550Q-12.470-32.516-12.258-32.516L-12.258-32.236M-13.529-36.543Q-13.529-36.714-13.406-36.833Q-13.283-36.953-13.112-36.953Q-12.945-36.953-12.822-36.833Q-12.699-36.714-12.699-36.543Q-12.699-36.368-12.822-36.245Q-12.945-36.122-13.112-36.122Q-13.283-36.122-13.406-36.245Q-13.529-36.368-13.529-36.543M-9.930-32.236L-11.564-32.236L-11.564-32.516Q-11.335-32.516-11.186-32.550Q-11.038-32.585-11.038-32.725L-11.038-34.574Q-11.038-34.844-11.145-34.905Q-11.253-34.967-11.564-34.967L-11.564-35.247L-10.504-35.322L-10.504-34.673Q-10.334-34.981-10.029-35.152Q-9.725-35.322-9.380-35.322Q-8.874-35.322-8.590-35.099Q-8.307-34.875-8.307-34.379L-8.307-32.725Q-8.307-32.588-8.158-32.552Q-8.009-32.516-7.784-32.516L-7.784-32.236L-9.414-32.236L-9.414-32.516Q-9.185-32.516-9.036-32.550Q-8.888-32.585-8.888-32.725L-8.888-34.365Q-8.888-34.700-9.007-34.900Q-9.127-35.100-9.441-35.100Q-9.711-35.100-9.946-34.964Q-10.180-34.827-10.318-34.593Q-10.457-34.359-10.457-34.085L-10.457-32.725Q-10.457-32.588-10.306-32.552Q-10.156-32.516-9.930-32.516L-9.930-32.236M-7.196-33.747Q-7.196-34.085-7.056-34.376Q-6.916-34.666-6.671-34.880Q-6.427-35.093-6.123-35.208Q-5.818-35.322-5.494-35.322Q-5.224-35.322-4.960-35.223Q-4.697-35.124-4.506-34.946L-4.506-36.344Q-4.506-36.614-4.614-36.676Q-4.721-36.737-5.032-36.737L-5.032-37.018L-3.956-37.093L-3.956-32.909Q-3.956-32.721-3.901-32.638Q-3.846-32.554-3.745-32.535Q-3.645-32.516-3.429-32.516L-3.429-32.236L-4.537-32.168L-4.537-32.585Q-4.954-32.168-5.579-32.168Q-6.010-32.168-6.382-32.380Q-6.755-32.591-6.975-32.952Q-7.196-33.313-7.196-33.747M-5.521-32.390Q-5.313-32.390-5.126-32.462Q-4.940-32.533-4.786-32.670Q-4.632-32.807-4.537-32.985L-4.537-34.594Q-4.622-34.741-4.767-34.861Q-4.913-34.981-5.082-35.040Q-5.251-35.100-5.432-35.100Q-5.993-35.100-6.261-34.711Q-6.529-34.321-6.529-33.740Q-6.529-33.169-6.295-32.779Q-6.061-32.390-5.521-32.390M-2.821-33.771Q-2.821-34.092-2.696-34.381Q-2.571-34.670-2.346-34.893Q-2.120-35.117-1.824-35.237Q-1.529-35.357-1.211-35.357Q-0.883-35.357-0.621-35.257Q-0.360-35.158-0.184-34.976Q-0.008-34.793 0.086-34.535Q0.180-34.277 0.180-33.945Q0.180-33.853 0.098-33.832L-2.158-33.832L-2.158-33.771Q-2.158-33.183-1.874-32.800Q-1.590-32.417-1.023-32.417Q-0.702-32.417-0.433-32.610Q-0.165-32.803-0.076-33.118Q-0.069-33.159 0.006-33.173L0.098-33.173Q0.180-33.149 0.180-33.077Q0.180-33.070 0.173-33.043Q0.061-32.646-0.310-32.407Q-0.681-32.168-1.105-32.168Q-1.543-32.168-1.942-32.376Q-2.342-32.585-2.582-32.952Q-2.821-33.319-2.821-33.771M-2.151-34.041L-0.336-34.041Q-0.336-34.318-0.433-34.570Q-0.531-34.823-0.729-34.979Q-0.927-35.134-1.211-35.134Q-1.488-35.134-1.701-34.976Q-1.915-34.817-2.033-34.562Q-2.151-34.307-2.151-34.041M2.412-30.879L0.782-30.879L0.782-31.159Q1.011-31.159 1.159-31.194Q1.308-31.228 1.308-31.368L1.308-34.714Q1.308-34.885 1.171-34.926Q1.035-34.967 0.782-34.967L0.782-35.247L1.862-35.322L1.862-34.916Q2.084-35.117 2.371-35.220Q2.658-35.322 2.966-35.322Q3.393-35.322 3.757-35.109Q4.121-34.895 4.335-34.531Q4.548-34.167 4.548-33.747Q4.548-33.302 4.309-32.938Q4.070-32.574 3.677-32.371Q3.284-32.168 2.839-32.168Q2.573-32.168 2.325-32.268Q2.077-32.369 1.889-32.550L1.889-31.368Q1.889-31.231 2.038-31.195Q2.186-31.159 2.412-31.159L2.412-30.879M1.889-34.567L1.889-32.957Q2.022-32.704 2.265-32.547Q2.508-32.390 2.785-32.390Q3.113-32.390 3.366-32.591Q3.619-32.793 3.752-33.111Q3.885-33.429 3.885-33.747Q3.885-33.976 3.820-34.205Q3.755-34.434 3.627-34.632Q3.499-34.830 3.304-34.950Q3.109-35.069 2.877-35.069Q2.583-35.069 2.315-34.940Q2.046-34.810 1.889-34.567\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.41 48.228)\">\u003Cpath d=\"M5.369-33.771Q5.369-34.092 5.494-34.381Q5.619-34.670 5.845-34.893Q6.070-35.117 6.366-35.237Q6.661-35.357 6.979-35.357Q7.307-35.357 7.569-35.257Q7.830-35.158 8.006-34.976Q8.182-34.793 8.276-34.535Q8.370-34.277 8.370-33.945Q8.370-33.853 8.288-33.832L6.033-33.832L6.033-33.771Q6.033-33.183 6.316-32.800Q6.600-32.417 7.167-32.417Q7.489-32.417 7.757-32.610Q8.025-32.803 8.114-33.118Q8.121-33.159 8.196-33.173L8.288-33.173Q8.370-33.149 8.370-33.077Q8.370-33.070 8.364-33.043Q8.251-32.646 7.880-32.407Q7.509-32.168 7.085-32.168Q6.648-32.168 6.248-32.376Q5.848-32.585 5.609-32.952Q5.369-33.319 5.369-33.771M6.039-34.041L7.854-34.041Q7.854-34.318 7.757-34.570Q7.659-34.823 7.461-34.979Q7.263-35.134 6.979-35.134Q6.702-35.134 6.489-34.976Q6.275-34.817 6.157-34.562Q6.039-34.307 6.039-34.041M10.640-32.236L9.006-32.236L9.006-32.516Q9.235-32.516 9.384-32.550Q9.533-32.585 9.533-32.725L9.533-34.574Q9.533-34.844 9.425-34.905Q9.317-34.967 9.006-34.967L9.006-35.247L10.066-35.322L10.066-34.673Q10.237-34.981 10.541-35.152Q10.845-35.322 11.190-35.322Q11.696-35.322 11.980-35.099Q12.263-34.875 12.263-34.379L12.263-32.725Q12.263-32.588 12.412-32.552Q12.561-32.516 12.786-32.516L12.786-32.236L11.156-32.236L11.156-32.516Q11.385-32.516 11.534-32.550Q11.682-32.585 11.682-32.725L11.682-34.365Q11.682-34.700 11.563-34.900Q11.443-35.100 11.129-35.100Q10.859-35.100 10.625-34.964Q10.390-34.827 10.252-34.593Q10.114-34.359 10.114-34.085L10.114-32.725Q10.114-32.588 10.264-32.552Q10.414-32.516 10.640-32.516L10.640-32.236M13.374-33.747Q13.374-34.085 13.514-34.376Q13.655-34.666 13.899-34.880Q14.143-35.093 14.448-35.208Q14.752-35.322 15.076-35.322Q15.346-35.322 15.610-35.223Q15.873-35.124 16.064-34.946L16.064-36.344Q16.064-36.614 15.957-36.676Q15.849-36.737 15.538-36.737L15.538-37.018L16.615-37.093L16.615-32.909Q16.615-32.721 16.669-32.638Q16.724-32.554 16.825-32.535Q16.926-32.516 17.141-32.516L17.141-32.236L16.034-32.168L16.034-32.585Q15.617-32.168 14.991-32.168Q14.560-32.168 14.188-32.380Q13.815-32.591 13.595-32.952Q13.374-33.313 13.374-33.747M15.049-32.390Q15.258-32.390 15.444-32.462Q15.630-32.533 15.784-32.670Q15.938-32.807 16.034-32.985L16.034-34.594Q15.948-34.741 15.803-34.861Q15.658-34.981 15.488-35.040Q15.319-35.100 15.138-35.100Q14.577-35.100 14.309-34.711Q14.041-34.321 14.041-33.740Q14.041-33.169 14.275-32.779Q14.509-32.390 15.049-32.390M17.749-33.771Q17.749-34.092 17.874-34.381Q17.999-34.670 18.224-34.893Q18.450-35.117 18.746-35.237Q19.041-35.357 19.359-35.357Q19.687-35.357 19.949-35.257Q20.210-35.158 20.386-34.976Q20.562-34.793 20.656-34.535Q20.750-34.277 20.750-33.945Q20.750-33.853 20.668-33.832L18.412-33.832L18.412-33.771Q18.412-33.183 18.696-32.800Q18.980-32.417 19.547-32.417Q19.868-32.417 20.137-32.610Q20.405-32.803 20.494-33.118Q20.501-33.159 20.576-33.173L20.668-33.173Q20.750-33.149 20.750-33.077Q20.750-33.070 20.743-33.043Q20.631-32.646 20.260-32.407Q19.889-32.168 19.465-32.168Q19.028-32.168 18.628-32.376Q18.228-32.585 17.989-32.952Q17.749-33.319 17.749-33.771M18.419-34.041L20.234-34.041Q20.234-34.318 20.137-34.570Q20.039-34.823 19.841-34.979Q19.643-35.134 19.359-35.134Q19.082-35.134 18.869-34.976Q18.655-34.817 18.537-34.562Q18.419-34.307 18.419-34.041M23.020-32.236L21.386-32.236L21.386-32.516Q21.615-32.516 21.764-32.550Q21.912-32.585 21.912-32.725L21.912-34.574Q21.912-34.844 21.805-34.905Q21.697-34.967 21.386-34.967L21.386-35.247L22.446-35.322L22.446-34.673Q22.617-34.981 22.921-35.152Q23.225-35.322 23.570-35.322Q24.076-35.322 24.360-35.099Q24.643-34.875 24.643-34.379L24.643-32.725Q24.643-32.588 24.792-32.552Q24.941-32.516 25.166-32.516L25.166-32.236L23.536-32.236L23.536-32.516Q23.765-32.516 23.914-32.550Q24.062-32.585 24.062-32.725L24.062-34.365Q24.062-34.700 23.943-34.900Q23.823-35.100 23.509-35.100Q23.239-35.100 23.004-34.964Q22.770-34.827 22.632-34.593Q22.493-34.359 22.493-34.085L22.493-32.725Q22.493-32.588 22.644-32.552Q22.794-32.516 23.020-32.516\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.41 48.228)\">\u003Cpath d=\"M26.083-33.077L26.083-34.974L25.444-34.974L25.444-35.196Q25.762-35.196 25.979-35.406Q26.196-35.616 26.296-35.926Q26.397-36.235 26.397-36.543L26.664-36.543L26.664-35.254L27.741-35.254L27.741-34.974L26.664-34.974L26.664-33.090Q26.664-32.814 26.768-32.615Q26.872-32.417 27.132-32.417Q27.289-32.417 27.395-32.521Q27.501-32.626 27.551-32.779Q27.600-32.933 27.600-33.090L27.600-33.504L27.867-33.504L27.867-33.077Q27.867-32.851 27.768-32.641Q27.669-32.431 27.484-32.299Q27.300-32.168 27.071-32.168Q26.633-32.168 26.358-32.405Q26.083-32.643 26.083-33.077M29.077-32.656Q29.077-32.824 29.200-32.947Q29.323-33.070 29.497-33.070Q29.665-33.070 29.788-32.947Q29.911-32.824 29.911-32.656Q29.911-32.482 29.788-32.359Q29.665-32.236 29.497-32.236Q29.323-32.236 29.200-32.359Q29.077-32.482 29.077-32.656M29.077-34.840Q29.077-35.008 29.200-35.131Q29.323-35.254 29.497-35.254Q29.665-35.254 29.788-35.131Q29.911-35.008 29.911-34.840Q29.911-34.666 29.788-34.543Q29.665-34.420 29.497-34.420Q29.323-34.420 29.200-34.543Q29.077-34.666 29.077-34.840\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-42.893 62.454)\">\u003Cpath d=\"M-12.077-32.236L-13.810-32.236L-13.810-32.516Q-13.088-32.516-13.088-32.916L-13.088-36.703Q-13.321-36.737-13.810-36.737L-13.810-37.018L-12.453-37.018Q-12.412-37.004-12.391-36.990L-9.688-33.343L-9.688-36.338Q-9.688-36.737-10.409-36.737L-10.409-37.018L-8.672-37.018L-8.672-36.737Q-9.394-36.737-9.394-36.338L-9.394-32.328Q-9.411-32.253-9.479-32.236L-9.599-32.236Q-9.647-32.246-9.660-32.270L-12.794-36.491L-12.794-32.916Q-12.794-32.516-12.077-32.516\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-42.893 62.454)\">\u003Cpath d=\"M-3.609-32.236L-5.212-32.236L-5.212-32.516Q-4.986-32.516-4.837-32.550Q-4.689-32.585-4.689-32.725L-4.689-36.344Q-4.689-36.614-4.796-36.676Q-4.904-36.737-5.212-36.737L-5.212-37.018L-4.135-37.093L-4.135-32.725Q-4.135-32.588-3.985-32.552Q-3.834-32.516-3.609-32.516L-3.609-32.236M-3.055-33.771Q-3.055-34.092-2.930-34.381Q-2.805-34.670-2.580-34.893Q-2.354-35.117-2.059-35.237Q-1.763-35.357-1.445-35.357Q-1.117-35.357-0.855-35.257Q-0.594-35.158-0.418-34.976Q-0.242-34.793-0.148-34.535Q-0.054-34.277-0.054-33.945Q-0.054-33.853-0.136-33.832L-2.392-33.832L-2.392-33.771Q-2.392-33.183-2.108-32.800Q-1.824-32.417-1.257-32.417Q-0.936-32.417-0.667-32.610Q-0.399-32.803-0.310-33.118Q-0.303-33.159-0.228-33.173L-0.136-33.173Q-0.054-33.149-0.054-33.077Q-0.054-33.070-0.061-33.043Q-0.174-32.646-0.544-32.407Q-0.915-32.168-1.339-32.168Q-1.777-32.168-2.176-32.376Q-2.576-32.585-2.816-32.952Q-3.055-33.319-3.055-33.771M-2.385-34.041L-0.570-34.041Q-0.570-34.318-0.667-34.570Q-0.765-34.823-0.963-34.979Q-1.161-35.134-1.445-35.134Q-1.722-35.134-1.935-34.976Q-2.149-34.817-2.267-34.562Q-2.385-34.307-2.385-34.041M0.592-32.964Q0.592-33.296 0.816-33.523Q1.040-33.750 1.383-33.878Q1.727-34.007 2.099-34.059Q2.472-34.112 2.776-34.112L2.776-34.365Q2.776-34.570 2.669-34.750Q2.561-34.929 2.380-35.032Q2.199-35.134 1.990-35.134Q1.583-35.134 1.347-35.042Q1.436-35.005 1.482-34.921Q1.529-34.837 1.529-34.735Q1.529-34.639 1.482-34.560Q1.436-34.482 1.356-34.437Q1.276-34.393 1.187-34.393Q1.036-34.393 0.936-34.490Q0.835-34.588 0.835-34.735Q0.835-35.357 1.990-35.357Q2.202-35.357 2.451-35.293Q2.701-35.230 2.903-35.111Q3.104-34.991 3.231-34.806Q3.357-34.622 3.357-34.379L3.357-32.803Q3.357-32.687 3.419-32.591Q3.480-32.496 3.593-32.496Q3.702-32.496 3.767-32.590Q3.832-32.684 3.832-32.803L3.832-33.251L4.099-33.251L4.099-32.803Q4.099-32.533 3.872-32.368Q3.644-32.202 3.364-32.202Q3.156-32.202 3.019-32.356Q2.882-32.509 2.858-32.725Q2.711-32.458 2.429-32.313Q2.147-32.168 1.823-32.168Q1.546-32.168 1.262-32.243Q0.978-32.318 0.785-32.497Q0.592-32.677 0.592-32.964M1.207-32.964Q1.207-32.790 1.308-32.660Q1.409-32.530 1.565-32.460Q1.720-32.390 1.884-32.390Q2.103-32.390 2.311-32.487Q2.520-32.585 2.648-32.766Q2.776-32.947 2.776-33.173L2.776-33.901Q2.451-33.901 2.086-33.810Q1.720-33.719 1.464-33.507Q1.207-33.296 1.207-32.964M6.266-32.236L4.530-32.236L4.530-32.516Q4.759-32.516 4.907-32.550Q5.056-32.585 5.056-32.725L5.056-34.574Q5.056-34.844 4.948-34.905Q4.841-34.967 4.530-34.967L4.530-35.247L5.558-35.322L5.558-34.615Q5.688-34.923 5.931-35.122Q6.174-35.322 6.492-35.322Q6.710-35.322 6.881-35.198Q7.052-35.073 7.052-34.861Q7.052-34.724 6.953-34.625Q6.854-34.526 6.721-34.526Q6.584-34.526 6.485-34.625Q6.386-34.724 6.386-34.861Q6.386-35.001 6.485-35.100Q6.194-35.100 5.994-34.904Q5.794-34.707 5.702-34.413Q5.610-34.119 5.610-33.839L5.610-32.725Q5.610-32.516 6.266-32.516L6.266-32.236M9.318-32.236L7.684-32.236L7.684-32.516Q7.913-32.516 8.062-32.550Q8.211-32.585 8.211-32.725L8.211-34.574Q8.211-34.844 8.103-34.905Q7.995-34.967 7.684-34.967L7.684-35.247L8.744-35.322L8.744-34.673Q8.915-34.981 9.219-35.152Q9.523-35.322 9.868-35.322Q10.374-35.322 10.658-35.099Q10.942-34.875 10.942-34.379L10.942-32.725Q10.942-32.588 11.090-32.552Q11.239-32.516 11.465-32.516L11.465-32.236L9.834-32.236L9.834-32.516Q10.063-32.516 10.212-32.550Q10.361-32.585 10.361-32.725L10.361-34.365Q10.361-34.700 10.241-34.900Q10.121-35.100 9.807-35.100Q9.537-35.100 9.303-34.964Q9.069-34.827 8.930-34.593Q8.792-34.359 8.792-34.085L8.792-32.725Q8.792-32.588 8.942-32.552Q9.093-32.516 9.318-32.516L9.318-32.236M12.012-33.771Q12.012-34.092 12.136-34.381Q12.261-34.670 12.487-34.893Q12.712-35.117 13.008-35.237Q13.304-35.357 13.621-35.357Q13.950-35.357 14.211-35.257Q14.472-35.158 14.649-34.976Q14.825-34.793 14.919-34.535Q15.013-34.277 15.013-33.945Q15.013-33.853 14.930-33.832L12.675-33.832L12.675-33.771Q12.675-33.183 12.958-32.800Q13.242-32.417 13.809-32.417Q14.131-32.417 14.399-32.610Q14.667-32.803 14.756-33.118Q14.763-33.159 14.838-33.173L14.930-33.173Q15.013-33.149 15.013-33.077Q15.013-33.070 15.006-33.043Q14.893-32.646 14.522-32.407Q14.151-32.168 13.727-32.168Q13.290-32.168 12.890-32.376Q12.490-32.585 12.251-32.952Q12.012-33.319 12.012-33.771M12.681-34.041L14.496-34.041Q14.496-34.318 14.399-34.570Q14.302-34.823 14.103-34.979Q13.905-35.134 13.621-35.134Q13.345-35.134 13.131-34.976Q12.917-34.817 12.799-34.562Q12.681-34.307 12.681-34.041M17.350-32.236L15.614-32.236L15.614-32.516Q15.843-32.516 15.992-32.550Q16.140-32.585 16.140-32.725L16.140-34.574Q16.140-34.844 16.033-34.905Q15.925-34.967 15.614-34.967L15.614-35.247L16.643-35.322L16.643-34.615Q16.773-34.923 17.015-35.122Q17.258-35.322 17.576-35.322Q17.795-35.322 17.966-35.198Q18.137-35.073 18.137-34.861Q18.137-34.724 18.037-34.625Q17.938-34.526 17.805-34.526Q17.668-34.526 17.569-34.625Q17.470-34.724 17.470-34.861Q17.470-35.001 17.569-35.100Q17.279-35.100 17.079-34.904Q16.879-34.707 16.786-34.413Q16.694-34.119 16.694-33.839L16.694-32.725Q16.694-32.516 17.350-32.516L17.350-32.236M18.721-32.243L18.721-33.306Q18.721-33.330 18.748-33.357Q18.776-33.384 18.800-33.384L18.909-33.384Q18.974-33.384 18.988-33.326Q19.083-32.892 19.329-32.641Q19.576-32.390 19.989-32.390Q20.331-32.390 20.584-32.523Q20.837-32.656 20.837-32.964Q20.837-33.121 20.743-33.236Q20.649-33.350 20.510-33.419Q20.372-33.487 20.204-33.525L19.623-33.624Q19.268-33.692 18.994-33.913Q18.721-34.133 18.721-34.475Q18.721-34.724 18.832-34.899Q18.943-35.073 19.129-35.172Q19.316-35.271 19.531-35.314Q19.746-35.357 19.989-35.357Q20.403-35.357 20.683-35.175L20.898-35.350Q20.909-35.353 20.915-35.355Q20.922-35.357 20.932-35.357L20.984-35.357Q21.011-35.357 21.035-35.333Q21.059-35.309 21.059-35.281L21.059-34.434Q21.059-34.413 21.035-34.386Q21.011-34.359 20.984-34.359L20.871-34.359Q20.844-34.359 20.818-34.384Q20.792-34.410 20.792-34.434Q20.792-34.670 20.686-34.834Q20.580-34.998 20.398-35.080Q20.215-35.162 19.982-35.162Q19.654-35.162 19.398-35.059Q19.141-34.957 19.141-34.680Q19.141-34.485 19.324-34.376Q19.507-34.266 19.736-34.225L20.310-34.119Q20.556-34.071 20.770-33.943Q20.984-33.815 21.120-33.612Q21.257-33.408 21.257-33.159Q21.257-32.646 20.891-32.407Q20.526-32.168 19.989-32.168Q19.493-32.168 19.162-32.462L18.895-32.188Q18.875-32.168 18.847-32.168L18.800-32.168Q18.776-32.168 18.748-32.195Q18.721-32.222 18.721-32.243M22.385-31.006Q22.385-31.040 22.412-31.067Q22.682-31.296 22.831-31.619Q22.980-31.942 22.980-32.298L22.980-32.335Q22.870-32.236 22.706-32.236Q22.525-32.236 22.406-32.356Q22.286-32.475 22.286-32.656Q22.286-32.831 22.406-32.950Q22.525-33.070 22.706-33.070Q22.963-33.070 23.082-32.831Q23.202-32.591 23.202-32.298Q23.202-31.898 23.033-31.527Q22.864-31.156 22.566-30.900Q22.535-30.879 22.508-30.879Q22.467-30.879 22.426-30.920Q22.385-30.961 22.385-31.006\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-42.893 62.454)\">\u003Cpath d=\"M28.559-32.236L26.925-32.236L26.925-32.516Q27.154-32.516 27.303-32.550Q27.452-32.585 27.452-32.725L27.452-34.574Q27.452-34.844 27.344-34.905Q27.236-34.967 26.925-34.967L26.925-35.247L27.985-35.322L27.985-34.673Q28.156-34.981 28.460-35.152Q28.764-35.322 29.109-35.322Q29.615-35.322 29.899-35.099Q30.183-34.875 30.183-34.379L30.183-32.725Q30.183-32.588 30.331-32.552Q30.480-32.516 30.706-32.516L30.706-32.236L29.075-32.236L29.075-32.516Q29.304-32.516 29.453-32.550Q29.602-32.585 29.602-32.725L29.602-34.365Q29.602-34.700 29.482-34.900Q29.362-35.100 29.048-35.100Q28.778-35.100 28.544-34.964Q28.310-34.827 28.171-34.593Q28.033-34.359 28.033-34.085L28.033-32.725Q28.033-32.588 28.183-32.552Q28.334-32.516 28.559-32.516L28.559-32.236M31.252-33.719Q31.252-34.061 31.387-34.360Q31.522-34.659 31.762-34.883Q32.001-35.107 32.319-35.232Q32.637-35.357 32.968-35.357Q33.413-35.357 33.813-35.141Q34.212-34.926 34.447-34.548Q34.681-34.171 34.681-33.719Q34.681-33.378 34.539-33.094Q34.397-32.810 34.153-32.603Q33.908-32.397 33.599-32.282Q33.290-32.168 32.968-32.168Q32.538-32.168 32.136-32.369Q31.734-32.571 31.493-32.923Q31.252-33.275 31.252-33.719M32.968-32.417Q33.570-32.417 33.794-32.795Q34.018-33.173 34.018-33.805Q34.018-34.417 33.783-34.776Q33.549-35.134 32.968-35.134Q31.916-35.134 31.916-33.805Q31.916-33.173 32.141-32.795Q32.367-32.417 32.968-32.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-42.893 62.454)\">\u003Cpath d=\"M37.933-31.703Q37.933-31.949 38.130-32.133Q38.327-32.318 38.583-32.397Q38.446-32.509 38.374-32.670Q38.303-32.831 38.303-33.012Q38.303-33.333 38.514-33.579Q38.180-33.877 38.180-34.287Q38.180-34.748 38.569-35.035Q38.959-35.322 39.437-35.322Q39.909-35.322 40.244-35.076Q40.418-35.230 40.629-35.312Q40.839-35.394 41.068-35.394Q41.232-35.394 41.353-35.287Q41.474-35.179 41.474-35.015Q41.474-34.919 41.403-34.847Q41.331-34.776 41.239-34.776Q41.139-34.776 41.069-34.849Q40.999-34.923 40.999-35.022Q40.999-35.076 41.013-35.107L41.020-35.121Q41.027-35.141 41.035-35.152Q41.044-35.162 41.047-35.169Q40.692-35.169 40.405-34.946Q40.692-34.653 40.692-34.287Q40.692-33.972 40.507-33.740Q40.323-33.507 40.034-33.379Q39.745-33.251 39.437-33.251Q39.236-33.251 39.044-33.301Q38.853-33.350 38.675-33.460Q38.583-33.333 38.583-33.190Q38.583-33.008 38.711-32.873Q38.839-32.738 39.024-32.738L39.656-32.738Q40.104-32.738 40.473-32.667Q40.842-32.595 41.102-32.366Q41.362-32.137 41.362-31.703Q41.362-31.382 41.066-31.180Q40.770-30.978 40.367-30.889Q39.964-30.800 39.649-30.800Q39.331-30.800 38.928-30.889Q38.525-30.978 38.229-31.180Q37.933-31.382 37.933-31.703M38.388-31.703Q38.388-31.474 38.607-31.325Q38.826-31.176 39.118-31.108Q39.410-31.040 39.649-31.040Q39.813-31.040 40.022-31.076Q40.230-31.111 40.437-31.192Q40.644-31.272 40.775-31.400Q40.907-31.528 40.907-31.703Q40.907-32.055 40.526-32.149Q40.145-32.243 39.642-32.243L39.024-32.243Q38.785-32.243 38.586-32.092Q38.388-31.942 38.388-31.703M39.437-33.490Q40.104-33.490 40.104-34.287Q40.104-35.087 39.437-35.087Q38.767-35.087 38.767-34.287Q38.767-33.490 39.437-33.490M42.531-33.070L42.531-34.574Q42.531-34.844 42.423-34.905Q42.315-34.967 42.004-34.967L42.004-35.247L43.112-35.322L43.112-33.090L43.112-33.070Q43.112-32.790 43.163-32.646Q43.214-32.503 43.356-32.446Q43.498-32.390 43.785-32.390Q44.038-32.390 44.243-32.530Q44.448-32.670 44.564-32.896Q44.681-33.121 44.681-33.371L44.681-34.574Q44.681-34.844 44.573-34.905Q44.465-34.967 44.154-34.967L44.154-35.247L45.262-35.322L45.262-32.909Q45.262-32.718 45.315-32.636Q45.368-32.554 45.468-32.535Q45.569-32.516 45.785-32.516L45.785-32.236L44.708-32.168L44.708-32.732Q44.598-32.550 44.453-32.427Q44.308-32.304 44.122-32.236Q43.935-32.168 43.734-32.168Q42.531-32.168 42.531-33.070M46.431-32.964Q46.431-33.296 46.654-33.523Q46.878-33.750 47.222-33.878Q47.565-34.007 47.938-34.059Q48.310-34.112 48.615-34.112L48.615-34.365Q48.615-34.570 48.507-34.750Q48.399-34.929 48.218-35.032Q48.037-35.134 47.828-35.134Q47.422-35.134 47.186-35.042Q47.275-35.005 47.321-34.921Q47.367-34.837 47.367-34.735Q47.367-34.639 47.321-34.560Q47.275-34.482 47.194-34.437Q47.114-34.393 47.025-34.393Q46.875-34.393 46.774-34.490Q46.673-34.588 46.673-34.735Q46.673-35.357 47.828-35.357Q48.040-35.357 48.290-35.293Q48.539-35.230 48.741-35.111Q48.943-34.991 49.069-34.806Q49.196-34.622 49.196-34.379L49.196-32.803Q49.196-32.687 49.257-32.591Q49.319-32.496 49.431-32.496Q49.541-32.496 49.606-32.590Q49.671-32.684 49.671-32.803L49.671-33.251L49.937-33.251L49.937-32.803Q49.937-32.533 49.710-32.368Q49.483-32.202 49.202-32.202Q48.994-32.202 48.857-32.356Q48.721-32.509 48.697-32.725Q48.550-32.458 48.268-32.313Q47.986-32.168 47.661-32.168Q47.384-32.168 47.100-32.243Q46.817-32.318 46.624-32.497Q46.431-32.677 46.431-32.964M47.046-32.964Q47.046-32.790 47.147-32.660Q47.247-32.530 47.403-32.460Q47.558-32.390 47.722-32.390Q47.941-32.390 48.150-32.487Q48.358-32.585 48.486-32.766Q48.615-32.947 48.615-33.173L48.615-33.901Q48.290-33.901 47.924-33.810Q47.558-33.719 47.302-33.507Q47.046-33.296 47.046-32.964M52.104-32.236L50.368-32.236L50.368-32.516Q50.597-32.516 50.746-32.550Q50.894-32.585 50.894-32.725L50.894-34.574Q50.894-34.844 50.787-34.905Q50.679-34.967 50.368-34.967L50.368-35.247L51.397-35.322L51.397-34.615Q51.527-34.923 51.769-35.122Q52.012-35.322 52.330-35.322Q52.549-35.322 52.720-35.198Q52.890-35.073 52.890-34.861Q52.890-34.724 52.791-34.625Q52.692-34.526 52.559-34.526Q52.422-34.526 52.323-34.625Q52.224-34.724 52.224-34.861Q52.224-35.001 52.323-35.100Q52.033-35.100 51.833-34.904Q51.633-34.707 51.540-34.413Q51.448-34.119 51.448-33.839L51.448-32.725Q51.448-32.516 52.104-32.516L52.104-32.236M53.533-32.964Q53.533-33.296 53.757-33.523Q53.981-33.750 54.324-33.878Q54.668-34.007 55.040-34.059Q55.413-34.112 55.717-34.112L55.717-34.365Q55.717-34.570 55.609-34.750Q55.502-34.929 55.321-35.032Q55.139-35.134 54.931-35.134Q54.524-35.134 54.288-35.042Q54.377-35.005 54.423-34.921Q54.470-34.837 54.470-34.735Q54.470-34.639 54.423-34.560Q54.377-34.482 54.297-34.437Q54.217-34.393 54.128-34.393Q53.977-34.393 53.877-34.490Q53.776-34.588 53.776-34.735Q53.776-35.357 54.931-35.357Q55.143-35.357 55.392-35.293Q55.642-35.230 55.844-35.111Q56.045-34.991 56.172-34.806Q56.298-34.622 56.298-34.379L56.298-32.803Q56.298-32.687 56.360-32.591Q56.421-32.496 56.534-32.496Q56.643-32.496 56.708-32.590Q56.773-32.684 56.773-32.803L56.773-33.251L57.040-33.251L57.040-32.803Q57.040-32.533 56.813-32.368Q56.585-32.202 56.305-32.202Q56.097-32.202 55.960-32.356Q55.823-32.509 55.799-32.725Q55.652-32.458 55.370-32.313Q55.088-32.168 54.764-32.168Q54.487-32.168 54.203-32.243Q53.919-32.318 53.726-32.497Q53.533-32.677 53.533-32.964M54.148-32.964Q54.148-32.790 54.249-32.660Q54.350-32.530 54.505-32.460Q54.661-32.390 54.825-32.390Q55.044-32.390 55.252-32.487Q55.461-32.585 55.589-32.766Q55.717-32.947 55.717-33.173L55.717-33.901Q55.392-33.901 55.027-33.810Q54.661-33.719 54.405-33.507Q54.148-33.296 54.148-32.964M59.139-32.236L57.505-32.236L57.505-32.516Q57.734-32.516 57.882-32.550Q58.031-32.585 58.031-32.725L58.031-34.574Q58.031-34.844 57.923-34.905Q57.816-34.967 57.505-34.967L57.505-35.247L58.564-35.322L58.564-34.673Q58.735-34.981 59.039-35.152Q59.344-35.322 59.689-35.322Q60.195-35.322 60.478-35.099Q60.762-34.875 60.762-34.379L60.762-32.725Q60.762-32.588 60.911-32.552Q61.059-32.516 61.285-32.516L61.285-32.236L59.655-32.236L59.655-32.516Q59.884-32.516 60.032-32.550Q60.181-32.585 60.181-32.725L60.181-34.365Q60.181-34.700 60.061-34.900Q59.942-35.100 59.627-35.100Q59.357-35.100 59.123-34.964Q58.889-34.827 58.751-34.593Q58.612-34.359 58.612-34.085L58.612-32.725Q58.612-32.588 58.763-32.552Q58.913-32.516 59.139-32.516\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-42.893 62.454)\">\u003Cpath d=\"M62.203-33.077L62.203-34.974L61.564-34.974L61.564-35.196Q61.882-35.196 62.099-35.406Q62.316-35.616 62.416-35.926Q62.517-36.235 62.517-36.543L62.784-36.543L62.784-35.254L63.861-35.254L63.861-34.974L62.784-34.974L62.784-33.090Q62.784-32.814 62.888-32.615Q62.992-32.417 63.252-32.417Q63.409-32.417 63.515-32.521Q63.621-32.626 63.671-32.779Q63.720-32.933 63.720-33.090L63.720-33.504L63.987-33.504L63.987-33.077Q63.987-32.851 63.888-32.641Q63.789-32.431 63.604-32.299Q63.420-32.168 63.191-32.168Q62.753-32.168 62.478-32.405Q62.203-32.643 62.203-33.077M64.756-33.771Q64.756-34.092 64.881-34.381Q65.006-34.670 65.231-34.893Q65.457-35.117 65.752-35.237Q66.048-35.357 66.366-35.357Q66.694-35.357 66.956-35.257Q67.217-35.158 67.393-34.976Q67.569-34.793 67.663-34.535Q67.757-34.277 67.757-33.945Q67.757-33.853 67.675-33.832L65.419-33.832L65.419-33.771Q65.419-33.183 65.703-32.800Q65.987-32.417 66.554-32.417Q66.875-32.417 67.143-32.610Q67.412-32.803 67.501-33.118Q67.508-33.159 67.583-33.173L67.675-33.173Q67.757-33.149 67.757-33.077Q67.757-33.070 67.750-33.043Q67.637-32.646 67.267-32.407Q66.896-32.168 66.472-32.168Q66.034-32.168 65.634-32.376Q65.235-32.585 64.995-32.952Q64.756-33.319 64.756-33.771M65.426-34.041L67.241-34.041Q67.241-34.318 67.143-34.570Q67.046-34.823 66.848-34.979Q66.650-35.134 66.366-35.134Q66.089-35.134 65.875-34.976Q65.662-34.817 65.544-34.562Q65.426-34.307 65.426-34.041M68.304-33.771Q68.304-34.092 68.429-34.381Q68.553-34.670 68.779-34.893Q69.005-35.117 69.300-35.237Q69.596-35.357 69.914-35.357Q70.242-35.357 70.503-35.257Q70.765-35.158 70.941-34.976Q71.117-34.793 71.211-34.535Q71.305-34.277 71.305-33.945Q71.305-33.853 71.223-33.832L68.967-33.832L68.967-33.771Q68.967-33.183 69.251-32.800Q69.534-32.417 70.102-32.417Q70.423-32.417 70.691-32.610Q70.960-32.803 71.049-33.118Q71.055-33.159 71.131-33.173L71.223-33.173Q71.305-33.149 71.305-33.077Q71.305-33.070 71.298-33.043Q71.185-32.646 70.814-32.407Q70.444-32.168 70.020-32.168Q69.582-32.168 69.182-32.376Q68.782-32.585 68.543-32.952Q68.304-33.319 68.304-33.771M68.974-34.041L70.789-34.041Q70.789-34.318 70.691-34.570Q70.594-34.823 70.396-34.979Q70.197-35.134 69.914-35.134Q69.637-35.134 69.423-34.976Q69.210-34.817 69.092-34.562Q68.974-34.307 68.974-34.041\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"m-3.878-51.851 19.212 16.467\"\u002F>\u003Cpath stroke=\"none\" d=\"m-5.396-53.152 1.388 3.297.13-1.996 1.953-.434M16.853-34.082l-1.389-3.297-.13 1.995-1.952.434\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M-24.5-51.851-43.71-35.384\"\u002F>\u003Cpath stroke=\"none\" d=\"m-22.981-53.152-3.47.867 1.951.434.13 1.996M-45.23-34.082l3.47-.868-1.951-.434-.13-1.995\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-dasharray:3.0,3.0\">\u003Cpath fill=\"none\" d=\"M12.064-26.546h-52.505\"\u002F>\u003Cpath stroke=\"none\" d=\"m14.064-26.546-3.2-1.6 1.2 1.6-1.2 1.6M-42.441-26.546l3.2 1.6-1.2-1.6 1.2-1.6\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M125.23-10.897h85.358v-42.679H125.23Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M-9.576-41.747Q-9.576-42.075-9.441-42.376Q-9.306-42.676-9.070-42.897Q-8.834-43.117-8.530-43.237Q-8.225-43.357-7.901-43.357Q-7.395-43.357-7.046-43.254Q-6.698-43.152-6.698-42.776Q-6.698-42.629-6.795-42.528Q-6.892-42.427-7.039-42.427Q-7.193-42.427-7.292-42.526Q-7.391-42.625-7.391-42.776Q-7.391-42.964-7.251-43.056Q-7.453-43.107-7.894-43.107Q-8.249-43.107-8.478-42.911Q-8.707-42.714-8.808-42.405Q-8.909-42.095-8.909-41.747Q-8.909-41.398-8.783-41.092Q-8.656-40.786-8.401-40.602Q-8.147-40.417-7.791-40.417Q-7.569-40.417-7.385-40.501Q-7.200-40.585-7.065-40.740Q-6.930-40.896-6.872-41.104Q-6.858-41.159-6.804-41.159L-6.691-41.159Q-6.660-41.159-6.638-41.135Q-6.616-41.111-6.616-41.077L-6.616-41.056Q-6.701-40.769-6.889-40.571Q-7.077-40.373-7.342-40.270Q-7.607-40.168-7.901-40.168Q-8.331-40.168-8.719-40.374Q-9.107-40.581-9.341-40.944Q-9.576-41.306-9.576-41.747M-6.069-41.771Q-6.069-42.092-5.944-42.381Q-5.819-42.670-5.594-42.893Q-5.368-43.117-5.072-43.237Q-4.777-43.357-4.459-43.357Q-4.131-43.357-3.869-43.257Q-3.608-43.158-3.432-42.976Q-3.256-42.793-3.162-42.535Q-3.068-42.277-3.068-41.945Q-3.068-41.853-3.150-41.832L-5.406-41.832L-5.406-41.771Q-5.406-41.183-5.122-40.800Q-4.838-40.417-4.271-40.417Q-3.950-40.417-3.681-40.610Q-3.413-40.803-3.324-41.118Q-3.317-41.159-3.242-41.173L-3.150-41.173Q-3.068-41.149-3.068-41.077Q-3.068-41.070-3.075-41.043Q-3.187-40.646-3.558-40.407Q-3.929-40.168-4.353-40.168Q-4.790-40.168-5.190-40.376Q-5.590-40.585-5.829-40.952Q-6.069-41.319-6.069-41.771M-5.399-42.041L-3.584-42.041Q-3.584-42.318-3.681-42.570Q-3.779-42.823-3.977-42.979Q-4.175-43.134-4.459-43.134Q-4.736-43.134-4.949-42.976Q-5.163-42.817-5.281-42.562Q-5.399-42.307-5.399-42.041M-0.798-40.236L-2.432-40.236L-2.432-40.516Q-2.203-40.516-2.054-40.550Q-1.906-40.585-1.906-40.725L-1.906-42.574Q-1.906-42.844-2.013-42.905Q-2.121-42.967-2.432-42.967L-2.432-43.247L-1.372-43.322L-1.372-42.673Q-1.202-42.981-0.897-43.152Q-0.593-43.322-0.248-43.322Q0.258-43.322 0.542-43.099Q0.825-42.875 0.825-42.379L0.825-40.725Q0.825-40.588 0.974-40.552Q1.123-40.516 1.348-40.516L1.348-40.236L-0.282-40.236L-0.282-40.516Q-0.053-40.516 0.096-40.550Q0.244-40.585 0.244-40.725L0.244-42.365Q0.244-42.700 0.125-42.900Q0.005-43.100-0.309-43.100Q-0.579-43.100-0.814-42.964Q-1.048-42.827-1.186-42.593Q-1.325-42.359-1.325-42.085L-1.325-40.725Q-1.325-40.588-1.174-40.552Q-1.024-40.516-0.798-40.516\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M2.264-41.077L2.264-42.974L1.625-42.974L1.625-43.196Q1.943-43.196 2.160-43.406Q2.377-43.616 2.477-43.926Q2.578-44.235 2.578-44.543L2.845-44.543L2.845-43.254L3.922-43.254L3.922-42.974L2.845-42.974L2.845-41.090Q2.845-40.814 2.949-40.615Q3.053-40.417 3.313-40.417Q3.470-40.417 3.576-40.521Q3.682-40.626 3.732-40.779Q3.781-40.933 3.781-41.090L3.781-41.504L4.048-41.504L4.048-41.077Q4.048-40.851 3.949-40.641Q3.850-40.431 3.665-40.299Q3.481-40.168 3.252-40.168Q2.814-40.168 2.539-40.405Q2.264-40.643 2.264-41.077M6.608-40.236L4.872-40.236L4.872-40.516Q5.101-40.516 5.249-40.550Q5.398-40.585 5.398-40.725L5.398-42.574Q5.398-42.844 5.290-42.905Q5.183-42.967 4.872-42.967L4.872-43.247L5.901-43.322L5.901-42.615Q6.030-42.923 6.273-43.122Q6.516-43.322 6.834-43.322Q7.052-43.322 7.223-43.198Q7.394-43.073 7.394-42.861Q7.394-42.724 7.295-42.625Q7.196-42.526 7.063-42.526Q6.926-42.526 6.827-42.625Q6.728-42.724 6.728-42.861Q6.728-43.001 6.827-43.100Q6.536-43.100 6.336-42.904Q6.136-42.707 6.044-42.413Q5.952-42.119 5.952-41.839L5.952-40.725Q5.952-40.516 6.608-40.516L6.608-40.236M8.037-40.964Q8.037-41.296 8.261-41.523Q8.485-41.750 8.828-41.878Q9.172-42.007 9.544-42.059Q9.917-42.112 10.221-42.112L10.221-42.365Q10.221-42.570 10.113-42.750Q10.006-42.929 9.824-43.032Q9.643-43.134 9.435-43.134Q9.028-43.134 8.792-43.042Q8.881-43.005 8.927-42.921Q8.973-42.837 8.973-42.735Q8.973-42.639 8.927-42.560Q8.881-42.482 8.801-42.437Q8.720-42.393 8.631-42.393Q8.481-42.393 8.380-42.490Q8.279-42.588 8.279-42.735Q8.279-43.357 9.435-43.357Q9.647-43.357 9.896-43.293Q10.146-43.230 10.347-43.111Q10.549-42.991 10.675-42.806Q10.802-42.622 10.802-42.379L10.802-40.803Q10.802-40.687 10.863-40.591Q10.925-40.496 11.038-40.496Q11.147-40.496 11.212-40.590Q11.277-40.684 11.277-40.803L11.277-41.251L11.544-41.251L11.544-40.803Q11.544-40.533 11.316-40.368Q11.089-40.202 10.809-40.202Q10.600-40.202 10.464-40.356Q10.327-40.509 10.303-40.725Q10.156-40.458 9.874-40.313Q9.592-40.168 9.267-40.168Q8.990-40.168 8.707-40.243Q8.423-40.318 8.230-40.497Q8.037-40.677 8.037-40.964M8.652-40.964Q8.652-40.790 8.753-40.660Q8.854-40.530 9.009-40.460Q9.165-40.390 9.329-40.390Q9.548-40.390 9.756-40.487Q9.965-40.585 10.093-40.766Q10.221-40.947 10.221-41.173L10.221-41.901Q9.896-41.901 9.530-41.810Q9.165-41.719 8.908-41.507Q8.652-41.296 8.652-40.964M13.629-40.236L12.026-40.236L12.026-40.516Q12.251-40.516 12.400-40.550Q12.548-40.585 12.548-40.725L12.548-44.344Q12.548-44.614 12.441-44.676Q12.333-44.737 12.026-44.737L12.026-45.018L13.102-45.093L13.102-40.725Q13.102-40.588 13.253-40.552Q13.403-40.516 13.629-40.516\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M16.931-41.747Q16.931-42.075 17.066-42.376Q17.201-42.676 17.437-42.897Q17.673-43.117 17.977-43.237Q18.282-43.357 18.606-43.357Q19.112-43.357 19.461-43.254Q19.809-43.152 19.809-42.776Q19.809-42.629 19.712-42.528Q19.615-42.427 19.468-42.427Q19.314-42.427 19.215-42.526Q19.116-42.625 19.116-42.776Q19.116-42.964 19.256-43.056Q19.054-43.107 18.613-43.107Q18.258-43.107 18.029-42.911Q17.800-42.714 17.699-42.405Q17.598-42.095 17.598-41.747Q17.598-41.398 17.724-41.092Q17.851-40.786 18.106-40.602Q18.360-40.417 18.716-40.417Q18.938-40.417 19.122-40.501Q19.307-40.585 19.442-40.740Q19.577-40.896 19.635-41.104Q19.649-41.159 19.703-41.159L19.816-41.159Q19.847-41.159 19.869-41.135Q19.891-41.111 19.891-41.077L19.891-41.056Q19.806-40.769 19.618-40.571Q19.430-40.373 19.165-40.270Q18.900-40.168 18.606-40.168Q18.176-40.168 17.788-40.374Q17.400-40.581 17.166-40.944Q16.931-41.306 16.931-41.747M20.438-41.719Q20.438-42.061 20.573-42.360Q20.708-42.659 20.948-42.883Q21.187-43.107 21.505-43.232Q21.823-43.357 22.154-43.357Q22.598-43.357 22.998-43.141Q23.398-42.926 23.632-42.548Q23.867-42.171 23.867-41.719Q23.867-41.378 23.725-41.094Q23.583-40.810 23.338-40.603Q23.094-40.397 22.785-40.282Q22.475-40.168 22.154-40.168Q21.723-40.168 21.322-40.369Q20.920-40.571 20.679-40.923Q20.438-41.275 20.438-41.719M22.154-40.417Q22.756-40.417 22.980-40.795Q23.203-41.173 23.203-41.805Q23.203-42.417 22.969-42.776Q22.735-43.134 22.154-43.134Q21.101-43.134 21.101-41.805Q21.101-41.173 21.327-40.795Q21.553-40.417 22.154-40.417M26.143-40.236L24.509-40.236L24.509-40.516Q24.738-40.516 24.887-40.550Q25.035-40.585 25.035-40.725L25.035-42.574Q25.035-42.844 24.928-42.905Q24.820-42.967 24.509-42.967L24.509-43.247L25.569-43.322L25.569-42.673Q25.740-42.981 26.044-43.152Q26.348-43.322 26.693-43.322Q27.199-43.322 27.483-43.099Q27.766-42.875 27.766-42.379L27.766-40.725Q27.766-40.588 27.915-40.552Q28.064-40.516 28.289-40.516L28.289-40.236L26.659-40.236L26.659-40.516Q26.888-40.516 27.037-40.550Q27.185-40.585 27.185-40.725L27.185-42.365Q27.185-42.700 27.066-42.900Q26.946-43.100 26.632-43.100Q26.362-43.100 26.127-42.964Q25.893-42.827 25.755-42.593Q25.617-42.359 25.617-42.085L25.617-40.725Q25.617-40.588 25.767-40.552Q25.917-40.516 26.143-40.516\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M29.201-41.077L29.201-42.974L28.562-42.974L28.562-43.196Q28.880-43.196 29.097-43.406Q29.314-43.616 29.414-43.926Q29.515-44.235 29.515-44.543L29.782-44.543L29.782-43.254L30.859-43.254L30.859-42.974L29.782-42.974L29.782-41.090Q29.782-40.814 29.886-40.615Q29.990-40.417 30.250-40.417Q30.407-40.417 30.513-40.521Q30.619-40.626 30.669-40.779Q30.718-40.933 30.718-41.090L30.718-41.504L30.985-41.504L30.985-41.077Q30.985-40.851 30.886-40.641Q30.787-40.431 30.602-40.299Q30.418-40.168 30.189-40.168Q29.751-40.168 29.476-40.405Q29.201-40.643 29.201-41.077M33.545-40.236L31.809-40.236L31.809-40.516Q32.038-40.516 32.186-40.550Q32.335-40.585 32.335-40.725L32.335-42.574Q32.335-42.844 32.227-42.905Q32.120-42.967 31.809-42.967L31.809-43.247L32.838-43.322L32.838-42.615Q32.967-42.923 33.210-43.122Q33.453-43.322 33.771-43.322Q33.989-43.322 34.160-43.198Q34.331-43.073 34.331-42.861Q34.331-42.724 34.232-42.625Q34.133-42.526 34-42.526Q33.863-42.526 33.764-42.625Q33.665-42.724 33.665-42.861Q33.665-43.001 33.764-43.100Q33.473-43.100 33.273-42.904Q33.073-42.707 32.981-42.413Q32.889-42.119 32.889-41.839L32.889-40.725Q32.889-40.516 33.545-40.516L33.545-40.236M34.875-41.719Q34.875-42.061 35.010-42.360Q35.145-42.659 35.384-42.883Q35.623-43.107 35.941-43.232Q36.259-43.357 36.590-43.357Q37.035-43.357 37.435-43.141Q37.835-42.926 38.069-42.548Q38.303-42.171 38.303-41.719Q38.303-41.378 38.161-41.094Q38.019-40.810 37.775-40.603Q37.530-40.397 37.221-40.282Q36.912-40.168 36.590-40.168Q36.160-40.168 35.758-40.369Q35.357-40.571 35.116-40.923Q34.875-41.275 34.875-41.719M36.590-40.417Q37.192-40.417 37.416-40.795Q37.640-41.173 37.640-41.805Q37.640-42.417 37.406-42.776Q37.172-43.134 36.590-43.134Q35.538-43.134 35.538-41.805Q35.538-41.173 35.763-40.795Q35.989-40.417 36.590-40.417M40.566-40.236L38.963-40.236L38.963-40.516Q39.188-40.516 39.337-40.550Q39.485-40.585 39.485-40.725L39.485-44.344Q39.485-44.614 39.378-44.676Q39.270-44.737 38.963-44.737L38.963-45.018L40.039-45.093L40.039-40.725Q40.039-40.588 40.190-40.552Q40.340-40.516 40.566-40.516L40.566-40.236M42.828-40.236L41.225-40.236L41.225-40.516Q41.451-40.516 41.600-40.550Q41.748-40.585 41.748-40.725L41.748-44.344Q41.748-44.614 41.641-44.676Q41.533-44.737 41.225-44.737L41.225-45.018L42.302-45.093L42.302-40.725Q42.302-40.588 42.452-40.552Q42.603-40.516 42.828-40.516L42.828-40.236M43.382-41.771Q43.382-42.092 43.507-42.381Q43.631-42.670 43.857-42.893Q44.083-43.117 44.378-43.237Q44.674-43.357 44.992-43.357Q45.320-43.357 45.581-43.257Q45.843-43.158 46.019-42.976Q46.195-42.793 46.289-42.535Q46.383-42.277 46.383-41.945Q46.383-41.853 46.301-41.832L44.045-41.832L44.045-41.771Q44.045-41.183 44.329-40.800Q44.612-40.417 45.180-40.417Q45.501-40.417 45.769-40.610Q46.038-40.803 46.127-41.118Q46.133-41.159 46.209-41.173L46.301-41.173Q46.383-41.149 46.383-41.077Q46.383-41.070 46.376-41.043Q46.263-40.646 45.892-40.407Q45.522-40.168 45.098-40.168Q44.660-40.168 44.260-40.376Q43.860-40.585 43.621-40.952Q43.382-41.319 43.382-41.771M44.052-42.041L45.867-42.041Q45.867-42.318 45.769-42.570Q45.672-42.823 45.474-42.979Q45.276-43.134 44.992-43.134Q44.715-43.134 44.501-42.976Q44.288-42.817 44.170-42.562Q44.052-42.307 44.052-42.041M48.721-40.236L46.985-40.236L46.985-40.516Q47.214-40.516 47.362-40.550Q47.511-40.585 47.511-40.725L47.511-42.574Q47.511-42.844 47.403-42.905Q47.296-42.967 46.985-42.967L46.985-43.247L48.013-43.322L48.013-42.615Q48.143-42.923 48.386-43.122Q48.629-43.322 48.946-43.322Q49.165-43.322 49.336-43.198Q49.507-43.073 49.507-42.861Q49.507-42.724 49.408-42.625Q49.309-42.526 49.175-42.526Q49.039-42.526 48.940-42.625Q48.840-42.724 48.840-42.861Q48.840-43.001 48.940-43.100Q48.649-43.100 48.449-42.904Q48.249-42.707 48.157-42.413Q48.065-42.119 48.065-41.839L48.065-40.725Q48.065-40.516 48.721-40.516\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M-13.816-32.964Q-13.816-33.296-13.593-33.523Q-13.369-33.750-13.025-33.878Q-12.682-34.007-12.309-34.059Q-11.937-34.112-11.632-34.112L-11.632-34.365Q-11.632-34.570-11.740-34.750Q-11.848-34.929-12.029-35.032Q-12.210-35.134-12.418-35.134Q-12.825-35.134-13.061-35.042Q-12.972-35.005-12.926-34.921Q-12.880-34.837-12.880-34.735Q-12.880-34.639-12.926-34.560Q-12.972-34.482-13.053-34.437Q-13.133-34.393-13.222-34.393Q-13.372-34.393-13.473-34.490Q-13.574-34.588-13.574-34.735Q-13.574-35.357-12.418-35.357Q-12.207-35.357-11.957-35.293Q-11.708-35.230-11.506-35.111Q-11.304-34.991-11.178-34.806Q-11.051-34.622-11.051-34.379L-11.051-32.803Q-11.051-32.687-10.990-32.591Q-10.928-32.496-10.815-32.496Q-10.706-32.496-10.641-32.590Q-10.576-32.684-10.576-32.803L-10.576-33.251L-10.310-33.251L-10.310-32.803Q-10.310-32.533-10.537-32.368Q-10.764-32.202-11.044-32.202Q-11.253-32.202-11.390-32.356Q-11.526-32.509-11.550-32.725Q-11.697-32.458-11.979-32.313Q-12.261-32.168-12.586-32.168Q-12.863-32.168-13.147-32.243Q-13.430-32.318-13.623-32.497Q-13.816-32.677-13.816-32.964M-13.201-32.964Q-13.201-32.790-13.100-32.660Q-13-32.530-12.844-32.460Q-12.689-32.390-12.524-32.390Q-12.306-32.390-12.097-32.487Q-11.889-32.585-11.761-32.766Q-11.632-32.947-11.632-33.173L-11.632-33.901Q-11.957-33.901-12.323-33.810Q-12.689-33.719-12.945-33.507Q-13.201-33.296-13.201-32.964M-9.893-33.747Q-9.893-34.075-9.758-34.376Q-9.623-34.676-9.387-34.897Q-9.151-35.117-8.847-35.237Q-8.543-35.357-8.218-35.357Q-7.712-35.357-7.363-35.254Q-7.015-35.152-7.015-34.776Q-7.015-34.629-7.112-34.528Q-7.210-34.427-7.356-34.427Q-7.510-34.427-7.609-34.526Q-7.709-34.625-7.709-34.776Q-7.709-34.964-7.568-35.056Q-7.770-35.107-8.211-35.107Q-8.566-35.107-8.795-34.911Q-9.024-34.714-9.125-34.405Q-9.226-34.095-9.226-33.747Q-9.226-33.398-9.100-33.092Q-8.973-32.786-8.719-32.602Q-8.464-32.417-8.108-32.417Q-7.886-32.417-7.702-32.501Q-7.517-32.585-7.382-32.740Q-7.247-32.896-7.189-33.104Q-7.175-33.159-7.121-33.159L-7.008-33.159Q-6.977-33.159-6.955-33.135Q-6.933-33.111-6.933-33.077L-6.933-33.056Q-7.018-32.769-7.206-32.571Q-7.394-32.373-7.659-32.270Q-7.924-32.168-8.218-32.168Q-8.648-32.168-9.036-32.374Q-9.424-32.581-9.658-32.944Q-9.893-33.306-9.893-33.747M-5.818-33.077L-5.818-34.974L-6.458-34.974L-6.458-35.196Q-6.140-35.196-5.923-35.406Q-5.706-35.616-5.605-35.926Q-5.504-36.235-5.504-36.543L-5.237-36.543L-5.237-35.254L-4.161-35.254L-4.161-34.974L-5.237-34.974L-5.237-33.090Q-5.237-32.814-5.133-32.615Q-5.029-32.417-4.769-32.417Q-4.612-32.417-4.506-32.521Q-4.400-32.626-4.350-32.779Q-4.301-32.933-4.301-33.090L-4.301-33.504L-4.034-33.504L-4.034-33.077Q-4.034-32.851-4.133-32.641Q-4.232-32.431-4.417-32.299Q-4.602-32.168-4.831-32.168Q-5.268-32.168-5.543-32.405Q-5.818-32.643-5.818-33.077M-1.607-32.236L-3.159-32.236L-3.159-32.516Q-2.934-32.516-2.785-32.550Q-2.636-32.585-2.636-32.725L-2.636-34.574Q-2.636-34.762-2.684-34.846Q-2.732-34.929-2.829-34.948Q-2.927-34.967-3.139-34.967L-3.139-35.247L-2.083-35.322L-2.083-32.725Q-2.083-32.585-1.951-32.550Q-1.819-32.516-1.607-32.516L-1.607-32.236M-2.879-36.543Q-2.879-36.714-2.756-36.833Q-2.633-36.953-2.462-36.953Q-2.294-36.953-2.171-36.833Q-2.048-36.714-2.048-36.543Q-2.048-36.368-2.171-36.245Q-2.294-36.122-2.462-36.122Q-2.633-36.122-2.756-36.245Q-2.879-36.368-2.879-36.543M-1.002-33.719Q-1.002-34.061-0.867-34.360Q-0.732-34.659-0.493-34.883Q-0.254-35.107 0.064-35.232Q0.382-35.357 0.713-35.357Q1.158-35.357 1.558-35.141Q1.957-34.926 2.192-34.548Q2.426-34.171 2.426-33.719Q2.426-33.378 2.284-33.094Q2.142-32.810 1.898-32.603Q1.653-32.397 1.344-32.282Q1.035-32.168 0.713-32.168Q0.283-32.168-0.119-32.369Q-0.521-32.571-0.762-32.923Q-1.002-33.275-1.002-33.719M0.713-32.417Q1.315-32.417 1.539-32.795Q1.763-33.173 1.763-33.805Q1.763-34.417 1.529-34.776Q1.294-35.134 0.713-35.134Q-0.339-35.134-0.339-33.805Q-0.339-33.173-0.114-32.795Q0.112-32.417 0.713-32.417M4.702-32.236L3.068-32.236L3.068-32.516Q3.297-32.516 3.446-32.550Q3.595-32.585 3.595-32.725L3.595-34.574Q3.595-34.844 3.487-34.905Q3.379-34.967 3.068-34.967L3.068-35.247L4.128-35.322L4.128-34.673Q4.299-34.981 4.603-35.152Q4.907-35.322 5.252-35.322Q5.758-35.322 6.042-35.099Q6.326-34.875 6.326-34.379L6.326-32.725Q6.326-32.588 6.474-32.552Q6.623-32.516 6.849-32.516L6.849-32.236L5.218-32.236L5.218-32.516Q5.447-32.516 5.596-32.550Q5.745-32.585 5.745-32.725L5.745-34.365Q5.745-34.700 5.625-34.900Q5.505-35.100 5.191-35.100Q4.921-35.100 4.687-34.964Q4.453-34.827 4.314-34.593Q4.176-34.359 4.176-34.085L4.176-32.725Q4.176-32.588 4.326-32.552Q4.477-32.516 4.702-32.516\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M15.321-33.043L10.488-33.043Q10.420-33.053 10.374-33.099Q10.328-33.145 10.328-33.217Q10.328-33.282 10.374-33.328Q10.420-33.374 10.488-33.384L15.321-33.384Q15.390-33.374 15.436-33.328Q15.482-33.282 15.482-33.217Q15.482-33.145 15.436-33.099Q15.390-33.053 15.321-33.043M15.321-34.581L10.488-34.581Q10.420-34.591 10.374-34.637Q10.328-34.683 10.328-34.755Q10.328-34.899 10.488-34.923L15.321-34.923Q15.482-34.899 15.482-34.755Q15.482-34.683 15.436-34.637Q15.390-34.591 15.321-34.581\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(147.951 5.556)\">\u003Cpath d=\"M21.117-30.486Q20.567-30.886 20.196-31.441Q19.825-31.997 19.644-32.643Q19.463-33.289 19.463-33.986Q19.463-34.499 19.563-34.994Q19.664-35.490 19.869-35.941Q20.074-36.392 20.387-36.784Q20.700-37.175 21.117-37.479Q21.127-37.483 21.134-37.484Q21.141-37.486 21.151-37.486L21.219-37.486Q21.254-37.486 21.276-37.462Q21.298-37.438 21.298-37.401Q21.298-37.356 21.271-37.339Q20.922-37.038 20.669-36.654Q20.416-36.269 20.264-35.828Q20.112-35.387 20.040-34.931Q19.968-34.475 19.968-33.986Q19.968-32.985 20.278-32.098Q20.587-31.211 21.271-30.626Q21.298-30.609 21.298-30.565Q21.298-30.527 21.276-30.503Q21.254-30.479 21.219-30.479L21.151-30.479Q21.144-30.483 21.136-30.484Q21.127-30.486 21.117-30.486M22.166-32.964Q22.166-33.296 22.390-33.523Q22.614-33.750 22.957-33.878Q23.301-34.007 23.673-34.059Q24.046-34.112 24.350-34.112L24.350-34.365Q24.350-34.570 24.243-34.750Q24.135-34.929 23.954-35.032Q23.773-35.134 23.564-35.134Q23.157-35.134 22.922-35.042Q23.010-35.005 23.057-34.921Q23.103-34.837 23.103-34.735Q23.103-34.639 23.057-34.560Q23.010-34.482 22.930-34.437Q22.850-34.393 22.761-34.393Q22.610-34.393 22.510-34.490Q22.409-34.588 22.409-34.735Q22.409-35.357 23.564-35.357Q23.776-35.357 24.026-35.293Q24.275-35.230 24.477-35.111Q24.678-34.991 24.805-34.806Q24.931-34.622 24.931-34.379L24.931-32.803Q24.931-32.687 24.993-32.591Q25.054-32.496 25.167-32.496Q25.277-32.496 25.341-32.590Q25.406-32.684 25.406-32.803L25.406-33.251L25.673-33.251L25.673-32.803Q25.673-32.533 25.446-32.368Q25.218-32.202 24.938-32.202Q24.730-32.202 24.593-32.356Q24.456-32.509 24.432-32.725Q24.285-32.458 24.003-32.313Q23.721-32.168 23.397-32.168Q23.120-32.168 22.836-32.243Q22.552-32.318 22.359-32.497Q22.166-32.677 22.166-32.964M22.781-32.964Q22.781-32.790 22.882-32.660Q22.983-32.530 23.139-32.460Q23.294-32.390 23.458-32.390Q23.677-32.390 23.885-32.487Q24.094-32.585 24.222-32.766Q24.350-32.947 24.350-33.173L24.350-33.901Q24.026-33.901 23.660-33.810Q23.294-33.719 23.038-33.507Q22.781-33.296 22.781-32.964M29.101-32.236L26.572-32.236L26.572-32.516Q27.539-32.516 27.539-32.725L27.539-36.344Q27.146-36.156 26.524-36.156L26.524-36.437Q26.941-36.437 27.305-36.538Q27.669-36.638 27.925-36.884L28.052-36.884Q28.117-36.867 28.134-36.799L28.134-32.725Q28.134-32.516 29.101-32.516L29.101-32.236M30.571-31.006Q30.571-31.040 30.598-31.067Q30.868-31.296 31.017-31.619Q31.166-31.942 31.166-32.298L31.166-32.335Q31.056-32.236 30.892-32.236Q30.711-32.236 30.591-32.356Q30.472-32.475 30.472-32.656Q30.472-32.831 30.591-32.950Q30.711-33.070 30.892-33.070Q31.149-33.070 31.268-32.831Q31.388-32.591 31.388-32.298Q31.388-31.898 31.219-31.527Q31.049-31.156 30.752-30.900Q30.721-30.879 30.694-30.879Q30.653-30.879 30.612-30.920Q30.571-30.961 30.571-31.006M32.735-32.656Q32.735-32.824 32.858-32.947Q32.981-33.070 33.155-33.070Q33.322-33.070 33.445-32.947Q33.569-32.824 33.569-32.656Q33.569-32.482 33.445-32.359Q33.322-32.236 33.155-32.236Q32.981-32.236 32.858-32.359Q32.735-32.482 32.735-32.656M34.997-32.656Q34.997-32.824 35.120-32.947Q35.243-33.070 35.418-33.070Q35.585-33.070 35.708-32.947Q35.831-32.824 35.831-32.656Q35.831-32.482 35.708-32.359Q35.585-32.236 35.418-32.236Q35.243-32.236 35.120-32.359Q34.997-32.482 34.997-32.656M37.260-32.656Q37.260-32.824 37.383-32.947Q37.506-33.070 37.680-33.070Q37.848-33.070 37.971-32.947Q38.094-32.824 38.094-32.656Q38.094-32.482 37.971-32.359Q37.848-32.236 37.680-32.236Q37.506-32.236 37.383-32.359Q37.260-32.482 37.260-32.656M39.622-31.006Q39.622-31.040 39.649-31.067Q39.919-31.296 40.068-31.619Q40.216-31.942 40.216-32.298L40.216-32.335Q40.107-32.236 39.943-32.236Q39.762-32.236 39.642-32.356Q39.523-32.475 39.523-32.656Q39.523-32.831 39.642-32.950Q39.762-33.070 39.943-33.070Q40.199-33.070 40.319-32.831Q40.439-32.591 40.439-32.298Q40.439-31.898 40.269-31.527Q40.100-31.156 39.803-30.900Q39.772-30.879 39.745-30.879Q39.704-30.879 39.663-30.920Q39.622-30.961 39.622-31.006M41.444-32.964Q41.444-33.296 41.667-33.523Q41.891-33.750 42.235-33.878Q42.578-34.007 42.951-34.059Q43.323-34.112 43.628-34.112L43.628-34.365Q43.628-34.570 43.520-34.750Q43.412-34.929 43.231-35.032Q43.050-35.134 42.841-35.134Q42.435-35.134 42.199-35.042Q42.288-35.005 42.334-34.921Q42.380-34.837 42.380-34.735Q42.380-34.639 42.334-34.560Q42.288-34.482 42.207-34.437Q42.127-34.393 42.038-34.393Q41.888-34.393 41.787-34.490Q41.686-34.588 41.686-34.735Q41.686-35.357 42.841-35.357Q43.053-35.357 43.303-35.293Q43.552-35.230 43.754-35.111Q43.956-34.991 44.082-34.806Q44.209-34.622 44.209-34.379L44.209-32.803Q44.209-32.687 44.270-32.591Q44.332-32.496 44.444-32.496Q44.554-32.496 44.619-32.590Q44.684-32.684 44.684-32.803L44.684-33.251L44.950-33.251L44.950-32.803Q44.950-32.533 44.723-32.368Q44.496-32.202 44.215-32.202Q44.007-32.202 43.870-32.356Q43.734-32.509 43.710-32.725Q43.563-32.458 43.281-32.313Q42.999-32.168 42.674-32.168Q42.397-32.168 42.113-32.243Q41.830-32.318 41.637-32.497Q41.444-32.677 41.444-32.964M42.059-32.964Q42.059-32.790 42.160-32.660Q42.260-32.530 42.416-32.460Q42.571-32.390 42.736-32.390Q42.954-32.390 43.163-32.487Q43.371-32.585 43.499-32.766Q43.628-32.947 43.628-33.173L43.628-33.901Q43.303-33.901 42.937-33.810Q42.571-33.719 42.315-33.507Q42.059-33.296 42.059-32.964M47.165-32.236L45.432-32.236L45.432-32.516Q46.153-32.516 46.153-32.916L46.153-36.703Q45.921-36.737 45.432-36.737L45.432-37.018L46.789-37.018Q46.830-37.004 46.851-36.990L49.554-33.343L49.554-36.338Q49.554-36.737 48.833-36.737L48.833-37.018L50.569-37.018L50.569-36.737Q49.848-36.737 49.848-36.338L49.848-32.328Q49.831-32.253 49.763-32.236L49.643-32.236Q49.595-32.246 49.582-32.270L46.447-36.491L46.447-32.916Q46.447-32.516 47.165-32.516L47.165-32.236M51.588-30.479L51.520-30.479Q51.486-30.479 51.463-30.505Q51.441-30.530 51.441-30.565Q51.441-30.609 51.472-30.626Q51.827-30.930 52.077-31.320Q52.326-31.710 52.478-32.142Q52.631-32.574 52.701-33.043Q52.771-33.511 52.771-33.986Q52.771-34.465 52.701-34.931Q52.631-35.398 52.477-35.833Q52.323-36.269 52.072-36.657Q51.820-37.045 51.472-37.339Q51.441-37.356 51.441-37.401Q51.441-37.435 51.463-37.460Q51.486-37.486 51.520-37.486L51.588-37.486Q51.598-37.486 51.607-37.484Q51.615-37.483 51.626-37.479Q52.169-37.079 52.542-36.526Q52.914-35.972 53.095-35.326Q53.277-34.680 53.277-33.986Q53.277-33.285 53.095-32.638Q52.914-31.990 52.540-31.436Q52.166-30.882 51.626-30.486Q51.615-30.486 51.607-30.484Q51.598-30.483 51.588-30.479\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(162.163 48.228)\">\u003Cpath d=\"M-13.875-33.747Q-13.875-34.075-13.740-34.376Q-13.605-34.676-13.369-34.897Q-13.133-35.117-12.829-35.237Q-12.524-35.357-12.200-35.357Q-11.694-35.357-11.345-35.254Q-10.997-35.152-10.997-34.776Q-10.997-34.629-11.094-34.528Q-11.191-34.427-11.338-34.427Q-11.492-34.427-11.591-34.526Q-11.690-34.625-11.690-34.776Q-11.690-34.964-11.550-35.056Q-11.752-35.107-12.193-35.107Q-12.548-35.107-12.777-34.911Q-13.006-34.714-13.107-34.405Q-13.208-34.095-13.208-33.747Q-13.208-33.398-13.082-33.092Q-12.955-32.786-12.700-32.602Q-12.446-32.417-12.090-32.417Q-11.868-32.417-11.684-32.501Q-11.499-32.585-11.364-32.740Q-11.229-32.896-11.171-33.104Q-11.157-33.159-11.103-33.159L-10.990-33.159Q-10.959-33.159-10.937-33.135Q-10.915-33.111-10.915-33.077L-10.915-33.056Q-11-32.769-11.188-32.571Q-11.376-32.373-11.641-32.270Q-11.906-32.168-12.200-32.168Q-12.630-32.168-13.018-32.374Q-13.406-32.581-13.640-32.944Q-13.875-33.306-13.875-33.747M-10.368-33.771Q-10.368-34.092-10.243-34.381Q-10.118-34.670-9.893-34.893Q-9.667-35.117-9.371-35.237Q-9.076-35.357-8.758-35.357Q-8.430-35.357-8.168-35.257Q-7.907-35.158-7.731-34.976Q-7.555-34.793-7.461-34.535Q-7.367-34.277-7.367-33.945Q-7.367-33.853-7.449-33.832L-9.705-33.832L-9.705-33.771Q-9.705-33.183-9.421-32.800Q-9.137-32.417-8.570-32.417Q-8.249-32.417-7.980-32.610Q-7.712-32.803-7.623-33.118Q-7.616-33.159-7.541-33.173L-7.449-33.173Q-7.367-33.149-7.367-33.077Q-7.367-33.070-7.374-33.043Q-7.486-32.646-7.857-32.407Q-8.228-32.168-8.652-32.168Q-9.089-32.168-9.489-32.376Q-9.889-32.585-10.128-32.952Q-10.368-33.319-10.368-33.771M-9.698-34.041L-7.883-34.041Q-7.883-34.318-7.980-34.570Q-8.078-34.823-8.276-34.979Q-8.474-35.134-8.758-35.134Q-9.035-35.134-9.248-34.976Q-9.462-34.817-9.580-34.562Q-9.698-34.307-9.698-34.041M-5.097-32.236L-6.731-32.236L-6.731-32.516Q-6.502-32.516-6.353-32.550Q-6.205-32.585-6.205-32.725L-6.205-34.574Q-6.205-34.844-6.312-34.905Q-6.420-34.967-6.731-34.967L-6.731-35.247L-5.671-35.322L-5.671-34.673Q-5.501-34.981-5.196-35.152Q-4.892-35.322-4.547-35.322Q-4.041-35.322-3.757-35.099Q-3.474-34.875-3.474-34.379L-3.474-32.725Q-3.474-32.588-3.325-32.552Q-3.176-32.516-2.951-32.516L-2.951-32.236L-4.581-32.236L-4.581-32.516Q-4.352-32.516-4.203-32.550Q-4.055-32.585-4.055-32.725L-4.055-34.365Q-4.055-34.700-4.174-34.900Q-4.294-35.100-4.608-35.100Q-4.878-35.100-5.113-34.964Q-5.347-34.827-5.485-34.593Q-5.624-34.359-5.624-34.085L-5.624-32.725Q-5.624-32.588-5.473-32.552Q-5.323-32.516-5.097-32.516\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(162.163 48.228)\">\u003Cpath d=\"M-2.035-33.077L-2.035-34.974L-2.674-34.974L-2.674-35.196Q-2.356-35.196-2.139-35.406Q-1.922-35.616-1.822-35.926Q-1.721-36.235-1.721-36.543L-1.454-36.543L-1.454-35.254L-0.377-35.254L-0.377-34.974L-1.454-34.974L-1.454-33.090Q-1.454-32.814-1.350-32.615Q-1.246-32.417-0.986-32.417Q-0.829-32.417-0.723-32.521Q-0.617-32.626-0.567-32.779Q-0.518-32.933-0.518-33.090L-0.518-33.504L-0.251-33.504L-0.251-33.077Q-0.251-32.851-0.350-32.641Q-0.449-32.431-0.634-32.299Q-0.818-32.168-1.047-32.168Q-1.485-32.168-1.760-32.405Q-2.035-32.643-2.035-33.077M2.309-32.236L0.573-32.236L0.573-32.516Q0.802-32.516 0.950-32.550Q1.099-32.585 1.099-32.725L1.099-34.574Q1.099-34.844 0.991-34.905Q0.884-34.967 0.573-34.967L0.573-35.247L1.602-35.322L1.602-34.615Q1.731-34.923 1.974-35.122Q2.217-35.322 2.535-35.322Q2.753-35.322 2.924-35.198Q3.095-35.073 3.095-34.861Q3.095-34.724 2.996-34.625Q2.897-34.526 2.764-34.526Q2.627-34.526 2.528-34.625Q2.429-34.724 2.429-34.861Q2.429-35.001 2.528-35.100Q2.237-35.100 2.037-34.904Q1.837-34.707 1.745-34.413Q1.653-34.119 1.653-33.839L1.653-32.725Q1.653-32.516 2.309-32.516L2.309-32.236M3.738-32.964Q3.738-33.296 3.962-33.523Q4.186-33.750 4.529-33.878Q4.873-34.007 5.245-34.059Q5.618-34.112 5.922-34.112L5.922-34.365Q5.922-34.570 5.814-34.750Q5.707-34.929 5.525-35.032Q5.344-35.134 5.136-35.134Q4.729-35.134 4.493-35.042Q4.582-35.005 4.628-34.921Q4.674-34.837 4.674-34.735Q4.674-34.639 4.628-34.560Q4.582-34.482 4.502-34.437Q4.421-34.393 4.332-34.393Q4.182-34.393 4.081-34.490Q3.980-34.588 3.980-34.735Q3.980-35.357 5.136-35.357Q5.348-35.357 5.597-35.293Q5.847-35.230 6.048-35.111Q6.250-34.991 6.376-34.806Q6.503-34.622 6.503-34.379L6.503-32.803Q6.503-32.687 6.564-32.591Q6.626-32.496 6.739-32.496Q6.848-32.496 6.913-32.590Q6.978-32.684 6.978-32.803L6.978-33.251L7.245-33.251L7.245-32.803Q7.245-32.533 7.017-32.368Q6.790-32.202 6.510-32.202Q6.301-32.202 6.165-32.356Q6.028-32.509 6.004-32.725Q5.857-32.458 5.575-32.313Q5.293-32.168 4.968-32.168Q4.691-32.168 4.408-32.243Q4.124-32.318 3.931-32.497Q3.738-32.677 3.738-32.964M4.353-32.964Q4.353-32.790 4.454-32.660Q4.555-32.530 4.710-32.460Q4.866-32.390 5.030-32.390Q5.249-32.390 5.457-32.487Q5.666-32.585 5.794-32.766Q5.922-32.947 5.922-33.173L5.922-33.901Q5.597-33.901 5.231-33.810Q4.866-33.719 4.609-33.507Q4.353-33.296 4.353-32.964M9.330-32.236L7.727-32.236L7.727-32.516Q7.952-32.516 8.101-32.550Q8.249-32.585 8.249-32.725L8.249-36.344Q8.249-36.614 8.142-36.676Q8.034-36.737 7.727-36.737L7.727-37.018L8.803-37.093L8.803-32.725Q8.803-32.588 8.954-32.552Q9.104-32.516 9.330-32.516L9.330-32.236M11.541-32.236L9.989-32.236L9.989-32.516Q10.215-32.516 10.364-32.550Q10.512-32.585 10.512-32.725L10.512-34.574Q10.512-34.762 10.464-34.846Q10.416-34.929 10.319-34.948Q10.222-34.967 10.010-34.967L10.010-35.247L11.066-35.322L11.066-32.725Q11.066-32.585 11.197-32.550Q11.329-32.516 11.541-32.516L11.541-32.236M10.270-36.543Q10.270-36.714 10.393-36.833Q10.516-36.953 10.687-36.953Q10.854-36.953 10.977-36.833Q11.100-36.714 11.100-36.543Q11.100-36.368 10.977-36.245Q10.854-36.122 10.687-36.122Q10.516-36.122 10.393-36.245Q10.270-36.368 10.270-36.543M14.918-32.236L12.245-32.236Q12.201-32.236 12.173-32.263Q12.146-32.291 12.146-32.335L12.146-32.403Q12.146-32.444 12.173-32.475L14.282-35.028L13.643-35.028Q13.219-35.028 12.987-34.962Q12.754-34.895 12.635-34.685Q12.515-34.475 12.515-34.054L12.252-34.054L12.334-35.254L14.925-35.254Q14.966-35.254 14.995-35.227Q15.024-35.199 15.024-35.155L15.024-35.107Q15.024-35.063 15-35.035L12.895-32.489L13.575-32.489Q13.903-32.489 14.120-32.525Q14.337-32.561 14.504-32.711Q14.645-32.848 14.697-33.072Q14.750-33.296 14.778-33.624L15.044-33.624L14.918-32.236M15.694-33.771Q15.694-34.092 15.819-34.381Q15.943-34.670 16.169-34.893Q16.395-35.117 16.690-35.237Q16.986-35.357 17.304-35.357Q17.632-35.357 17.893-35.257Q18.155-35.158 18.331-34.976Q18.507-34.793 18.601-34.535Q18.695-34.277 18.695-33.945Q18.695-33.853 18.613-33.832L16.357-33.832L16.357-33.771Q16.357-33.183 16.641-32.800Q16.924-32.417 17.492-32.417Q17.813-32.417 18.081-32.610Q18.350-32.803 18.438-33.118Q18.445-33.159 18.520-33.173L18.613-33.173Q18.695-33.149 18.695-33.077Q18.695-33.070 18.688-33.043Q18.575-32.646 18.204-32.407Q17.833-32.168 17.410-32.168Q16.972-32.168 16.572-32.376Q16.172-32.585 15.933-32.952Q15.694-33.319 15.694-33.771M16.364-34.041L18.179-34.041Q18.179-34.318 18.081-34.570Q17.984-34.823 17.786-34.979Q17.587-35.134 17.304-35.134Q17.027-35.134 16.813-34.976Q16.600-34.817 16.482-34.562Q16.364-34.307 16.364-34.041M19.283-33.747Q19.283-34.085 19.423-34.376Q19.563-34.666 19.807-34.880Q20.052-35.093 20.356-35.208Q20.660-35.322 20.985-35.322Q21.255-35.322 21.518-35.223Q21.781-35.124 21.973-34.946L21.973-36.344Q21.973-36.614 21.865-36.676Q21.757-36.737 21.446-36.737L21.446-37.018L22.523-37.093L22.523-32.909Q22.523-32.721 22.578-32.638Q22.632-32.554 22.733-32.535Q22.834-32.516 23.049-32.516L23.049-32.236L21.942-32.168L21.942-32.585Q21.525-32.168 20.899-32.168Q20.469-32.168 20.096-32.380Q19.724-32.591 19.503-32.952Q19.283-33.313 19.283-33.747M20.957-32.390Q21.166-32.390 21.352-32.462Q21.539-32.533 21.692-32.670Q21.846-32.807 21.942-32.985L21.942-34.594Q21.856-34.741 21.711-34.861Q21.566-34.981 21.397-35.040Q21.228-35.100 21.046-35.100Q20.486-35.100 20.218-34.711Q19.949-34.321 19.949-33.740Q19.949-33.169 20.183-32.779Q20.417-32.390 20.957-32.390M24.099-32.656Q24.099-32.824 24.222-32.947Q24.345-33.070 24.519-33.070Q24.687-33.070 24.810-32.947Q24.933-32.824 24.933-32.656Q24.933-32.482 24.810-32.359Q24.687-32.236 24.519-32.236Q24.345-32.236 24.222-32.359Q24.099-32.482 24.099-32.656M24.099-34.840Q24.099-35.008 24.222-35.131Q24.345-35.254 24.519-35.254Q24.687-35.254 24.810-35.131Q24.933-35.008 24.933-34.840Q24.933-34.666 24.810-34.543Q24.687-34.420 24.519-34.420Q24.345-34.420 24.222-34.543Q24.099-34.666 24.099-34.840\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M-14.404-31.388Q-14.404-31.539-14.304-31.636Q-14.203-31.734-14.056-31.734Q-13.967-31.734-13.887-31.689Q-13.806-31.645-13.760-31.566Q-13.714-31.487-13.714-31.388Q-13.714-31.187-13.875-31.088Q-13.734-31.033-13.529-31.033Q-13.259-31.033-13.143-31.306Q-13.027-31.580-13.027-31.894L-13.027-34.574Q-13.027-34.840-13.153-34.904Q-13.280-34.967-13.608-34.967L-13.608-35.247L-12.473-35.322L-12.473-31.874Q-12.473-31.587-12.620-31.342Q-12.767-31.098-13.018-30.953Q-13.270-30.807-13.546-30.807Q-13.875-30.807-14.139-30.949Q-14.404-31.091-14.404-31.388M-13.307-36.543Q-13.307-36.714-13.184-36.833Q-13.061-36.953-12.887-36.953Q-12.719-36.953-12.596-36.833Q-12.473-36.714-12.473-36.543Q-12.473-36.368-12.596-36.245Q-12.719-36.122-12.887-36.122Q-13.061-36.122-13.184-36.245Q-13.307-36.368-13.307-36.543M-11.438-33.719Q-11.438-34.061-11.303-34.360Q-11.168-34.659-10.928-34.883Q-10.689-35.107-10.371-35.232Q-10.053-35.357-9.722-35.357Q-9.277-35.357-8.877-35.141Q-8.478-34.926-8.243-34.548Q-8.009-34.171-8.009-33.719Q-8.009-33.378-8.151-33.094Q-8.293-32.810-8.537-32.603Q-8.782-32.397-9.091-32.282Q-9.400-32.168-9.722-32.168Q-10.152-32.168-10.554-32.369Q-10.956-32.571-11.197-32.923Q-11.438-33.275-11.438-33.719M-9.722-32.417Q-9.120-32.417-8.896-32.795Q-8.672-33.173-8.672-33.805Q-8.672-34.417-8.907-34.776Q-9.141-35.134-9.722-35.134Q-10.774-35.134-10.774-33.805Q-10.774-33.173-10.549-32.795Q-10.323-32.417-9.722-32.417M-5.798-32.236L-7.350-32.236L-7.350-32.516Q-7.124-32.516-6.975-32.550Q-6.827-32.585-6.827-32.725L-6.827-34.574Q-6.827-34.762-6.875-34.846Q-6.922-34.929-7.020-34.948Q-7.117-34.967-7.329-34.967L-7.329-35.247L-6.273-35.322L-6.273-32.725Q-6.273-32.585-6.141-32.550Q-6.010-32.516-5.798-32.516L-5.798-32.236M-7.069-36.543Q-7.069-36.714-6.946-36.833Q-6.823-36.953-6.652-36.953Q-6.485-36.953-6.362-36.833Q-6.239-36.714-6.239-36.543Q-6.239-36.368-6.362-36.245Q-6.485-36.122-6.652-36.122Q-6.823-36.122-6.946-36.245Q-7.069-36.368-7.069-36.543M-3.470-32.236L-5.104-32.236L-5.104-32.516Q-4.875-32.516-4.726-32.550Q-4.578-32.585-4.578-32.725L-4.578-34.574Q-4.578-34.844-4.685-34.905Q-4.793-34.967-5.104-34.967L-5.104-35.247L-4.044-35.322L-4.044-34.673Q-3.874-34.981-3.569-35.152Q-3.265-35.322-2.920-35.322Q-2.414-35.322-2.130-35.099Q-1.847-34.875-1.847-34.379L-1.847-32.725Q-1.847-32.588-1.698-32.552Q-1.549-32.516-1.324-32.516L-1.324-32.236L-2.954-32.236L-2.954-32.516Q-2.725-32.516-2.576-32.550Q-2.428-32.585-2.428-32.725L-2.428-34.365Q-2.428-34.700-2.547-34.900Q-2.667-35.100-2.981-35.100Q-3.252-35.100-3.486-34.964Q-3.720-34.827-3.858-34.593Q-3.997-34.359-3.997-34.085L-3.997-32.725Q-3.997-32.588-3.846-32.552Q-3.696-32.516-3.470-32.516\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M-0.417-33.077L-0.417-34.974L-1.056-34.974L-1.056-35.196Q-0.738-35.196-0.521-35.406Q-0.304-35.616-0.204-35.926Q-0.103-36.235-0.103-36.543L0.164-36.543L0.164-35.254L1.241-35.254L1.241-34.974L0.164-34.974L0.164-33.090Q0.164-32.814 0.268-32.615Q0.372-32.417 0.632-32.417Q0.789-32.417 0.895-32.521Q1.001-32.626 1.051-32.779Q1.100-32.933 1.100-33.090L1.100-33.504L1.367-33.504L1.367-33.077Q1.367-32.851 1.268-32.641Q1.169-32.431 0.984-32.299Q0.800-32.168 0.571-32.168Q0.133-32.168-0.142-32.405Q-0.417-32.643-0.417-33.077\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M4.876-32.243L4.876-33.306Q4.876-33.330 4.904-33.357Q4.931-33.384 4.955-33.384L5.064-33.384Q5.129-33.384 5.143-33.326Q5.239-32.892 5.485-32.641Q5.731-32.390 6.145-32.390Q6.486-32.390 6.739-32.523Q6.992-32.656 6.992-32.964Q6.992-33.121 6.898-33.236Q6.804-33.350 6.666-33.419Q6.527-33.487 6.360-33.525L5.779-33.624Q5.423-33.692 5.150-33.913Q4.876-34.133 4.876-34.475Q4.876-34.724 4.988-34.899Q5.099-35.073 5.285-35.172Q5.471-35.271 5.687-35.314Q5.902-35.357 6.145-35.357Q6.558-35.357 6.838-35.175L7.054-35.350Q7.064-35.353 7.071-35.355Q7.078-35.357 7.088-35.357L7.139-35.357Q7.166-35.357 7.190-35.333Q7.214-35.309 7.214-35.281L7.214-34.434Q7.214-34.413 7.190-34.386Q7.166-34.359 7.139-34.359L7.026-34.359Q6.999-34.359 6.973-34.384Q6.948-34.410 6.948-34.434Q6.948-34.670 6.842-34.834Q6.736-34.998 6.553-35.080Q6.370-35.162 6.138-35.162Q5.810-35.162 5.553-35.059Q5.297-34.957 5.297-34.680Q5.297-34.485 5.480-34.376Q5.663-34.266 5.892-34.225L6.466-34.119Q6.712-34.071 6.926-33.943Q7.139-33.815 7.276-33.612Q7.413-33.408 7.413-33.159Q7.413-32.646 7.047-32.407Q6.681-32.168 6.145-32.168Q5.649-32.168 5.317-32.462L5.051-32.188Q5.030-32.168 5.003-32.168L4.955-32.168Q4.931-32.168 4.904-32.195Q4.876-32.222 4.876-32.243M9.686-30.879L8.055-30.879L8.055-31.159Q8.284-31.159 8.433-31.194Q8.582-31.228 8.582-31.368L8.582-34.714Q8.582-34.885 8.445-34.926Q8.308-34.967 8.055-34.967L8.055-35.247L9.135-35.322L9.135-34.916Q9.357-35.117 9.645-35.220Q9.932-35.322 10.239-35.322Q10.666-35.322 11.031-35.109Q11.395-34.895 11.608-34.531Q11.822-34.167 11.822-33.747Q11.822-33.302 11.583-32.938Q11.343-32.574 10.950-32.371Q10.557-32.168 10.113-32.168Q9.846-32.168 9.598-32.268Q9.351-32.369 9.163-32.550L9.163-31.368Q9.163-31.231 9.311-31.195Q9.460-31.159 9.686-31.159L9.686-30.879M9.163-34.567L9.163-32.957Q9.296-32.704 9.539-32.547Q9.781-32.390 10.058-32.390Q10.386-32.390 10.639-32.591Q10.892-32.793 11.025-33.111Q11.159-33.429 11.159-33.747Q11.159-33.976 11.094-34.205Q11.029-34.434 10.901-34.632Q10.772-34.830 10.578-34.950Q10.383-35.069 10.150-35.069Q9.856-35.069 9.588-34.940Q9.320-34.810 9.163-34.567M12.516-32.964Q12.516-33.296 12.739-33.523Q12.963-33.750 13.307-33.878Q13.650-34.007 14.023-34.059Q14.395-34.112 14.700-34.112L14.700-34.365Q14.700-34.570 14.592-34.750Q14.484-34.929 14.303-35.032Q14.122-35.134 13.914-35.134Q13.507-35.134 13.271-35.042Q13.360-35.005 13.406-34.921Q13.452-34.837 13.452-34.735Q13.452-34.639 13.406-34.560Q13.360-34.482 13.280-34.437Q13.199-34.393 13.110-34.393Q12.960-34.393 12.859-34.490Q12.758-34.588 12.758-34.735Q12.758-35.357 13.914-35.357Q14.125-35.357 14.375-35.293Q14.625-35.230 14.826-35.111Q15.028-34.991 15.154-34.806Q15.281-34.622 15.281-34.379L15.281-32.803Q15.281-32.687 15.342-32.591Q15.404-32.496 15.517-32.496Q15.626-32.496 15.691-32.590Q15.756-32.684 15.756-32.803L15.756-33.251L16.022-33.251L16.022-32.803Q16.022-32.533 15.795-32.368Q15.568-32.202 15.288-32.202Q15.079-32.202 14.942-32.356Q14.806-32.509 14.782-32.725Q14.635-32.458 14.353-32.313Q14.071-32.168 13.746-32.168Q13.469-32.168 13.186-32.243Q12.902-32.318 12.709-32.497Q12.516-32.677 12.516-32.964M13.131-32.964Q13.131-32.790 13.232-32.660Q13.333-32.530 13.488-32.460Q13.644-32.390 13.808-32.390Q14.026-32.390 14.235-32.487Q14.443-32.585 14.572-32.766Q14.700-32.947 14.700-33.173L14.700-33.901Q14.375-33.901 14.009-33.810Q13.644-33.719 13.387-33.507Q13.131-33.296 13.131-32.964M16.439-33.747Q16.439-34.075 16.574-34.376Q16.709-34.676 16.945-34.897Q17.181-35.117 17.485-35.237Q17.790-35.357 18.114-35.357Q18.620-35.357 18.969-35.254Q19.317-35.152 19.317-34.776Q19.317-34.629 19.220-34.528Q19.123-34.427 18.976-34.427Q18.822-34.427 18.723-34.526Q18.624-34.625 18.624-34.776Q18.624-34.964 18.764-35.056Q18.562-35.107 18.121-35.107Q17.766-35.107 17.537-34.911Q17.308-34.714 17.207-34.405Q17.106-34.095 17.106-33.747Q17.106-33.398 17.232-33.092Q17.359-32.786 17.614-32.602Q17.868-32.417 18.224-32.417Q18.446-32.417 18.630-32.501Q18.815-32.585 18.950-32.740Q19.085-32.896 19.143-33.104Q19.157-33.159 19.211-33.159L19.324-33.159Q19.355-33.159 19.377-33.135Q19.399-33.111 19.399-33.077L19.399-33.056Q19.314-32.769 19.126-32.571Q18.938-32.373 18.673-32.270Q18.408-32.168 18.114-32.168Q17.684-32.168 17.296-32.374Q16.908-32.581 16.674-32.944Q16.439-33.306 16.439-33.747M19.946-33.771Q19.946-34.092 20.071-34.381Q20.196-34.670 20.421-34.893Q20.647-35.117 20.943-35.237Q21.238-35.357 21.556-35.357Q21.884-35.357 22.146-35.257Q22.407-35.158 22.583-34.976Q22.759-34.793 22.853-34.535Q22.947-34.277 22.947-33.945Q22.947-33.853 22.865-33.832L20.609-33.832L20.609-33.771Q20.609-33.183 20.893-32.800Q21.177-32.417 21.744-32.417Q22.065-32.417 22.334-32.610Q22.602-32.803 22.691-33.118Q22.698-33.159 22.773-33.173L22.865-33.173Q22.947-33.149 22.947-33.077Q22.947-33.070 22.940-33.043Q22.828-32.646 22.457-32.407Q22.086-32.168 21.662-32.168Q21.225-32.168 20.825-32.376Q20.425-32.585 20.186-32.952Q19.946-33.319 19.946-33.771M20.616-34.041L22.431-34.041Q22.431-34.318 22.334-34.570Q22.236-34.823 22.038-34.979Q21.840-35.134 21.556-35.134Q21.279-35.134 21.066-34.976Q20.852-34.817 20.734-34.562Q20.616-34.307 20.616-34.041\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M26.211-31.703Q26.211-31.949 26.408-32.133Q26.605-32.318 26.861-32.397Q26.724-32.509 26.652-32.670Q26.581-32.831 26.581-33.012Q26.581-33.333 26.792-33.579Q26.458-33.877 26.458-34.287Q26.458-34.748 26.847-35.035Q27.237-35.322 27.715-35.322Q28.187-35.322 28.522-35.076Q28.696-35.230 28.907-35.312Q29.117-35.394 29.346-35.394Q29.510-35.394 29.631-35.287Q29.752-35.179 29.752-35.015Q29.752-34.919 29.681-34.847Q29.609-34.776 29.517-34.776Q29.417-34.776 29.347-34.849Q29.277-34.923 29.277-35.022Q29.277-35.076 29.291-35.107L29.298-35.121Q29.305-35.141 29.313-35.152Q29.322-35.162 29.325-35.169Q28.970-35.169 28.683-34.946Q28.970-34.653 28.970-34.287Q28.970-33.972 28.785-33.740Q28.601-33.507 28.312-33.379Q28.023-33.251 27.715-33.251Q27.514-33.251 27.322-33.301Q27.131-33.350 26.953-33.460Q26.861-33.333 26.861-33.190Q26.861-33.008 26.989-32.873Q27.117-32.738 27.302-32.738L27.934-32.738Q28.382-32.738 28.751-32.667Q29.120-32.595 29.380-32.366Q29.640-32.137 29.640-31.703Q29.640-31.382 29.344-31.180Q29.048-30.978 28.645-30.889Q28.242-30.800 27.927-30.800Q27.609-30.800 27.206-30.889Q26.803-30.978 26.507-31.180Q26.211-31.382 26.211-31.703M26.666-31.703Q26.666-31.474 26.885-31.325Q27.104-31.176 27.396-31.108Q27.688-31.040 27.927-31.040Q28.091-31.040 28.300-31.076Q28.508-31.111 28.715-31.192Q28.922-31.272 29.053-31.400Q29.185-31.528 29.185-31.703Q29.185-32.055 28.804-32.149Q28.423-32.243 27.920-32.243L27.302-32.243Q27.063-32.243 26.864-32.092Q26.666-31.942 26.666-31.703M27.715-33.490Q28.382-33.490 28.382-34.287Q28.382-35.087 27.715-35.087Q27.045-35.087 27.045-34.287Q27.045-33.490 27.715-33.490M31.984-32.236L30.248-32.236L30.248-32.516Q30.477-32.516 30.626-32.550Q30.774-32.585 30.774-32.725L30.774-34.574Q30.774-34.844 30.667-34.905Q30.559-34.967 30.248-34.967L30.248-35.247L31.277-35.322L31.277-34.615Q31.407-34.923 31.649-35.122Q31.892-35.322 32.210-35.322Q32.429-35.322 32.600-35.198Q32.771-35.073 32.771-34.861Q32.771-34.724 32.671-34.625Q32.572-34.526 32.439-34.526Q32.302-34.526 32.203-34.625Q32.104-34.724 32.104-34.861Q32.104-35.001 32.203-35.100Q31.913-35.100 31.713-34.904Q31.513-34.707 31.420-34.413Q31.328-34.119 31.328-33.839L31.328-32.725Q31.328-32.516 31.984-32.516L31.984-32.236M33.314-33.719Q33.314-34.061 33.449-34.360Q33.584-34.659 33.823-34.883Q34.063-35.107 34.380-35.232Q34.698-35.357 35.030-35.357Q35.474-35.357 35.874-35.141Q36.274-34.926 36.508-34.548Q36.742-34.171 36.742-33.719Q36.742-33.378 36.600-33.094Q36.459-32.810 36.214-32.603Q35.970-32.397 35.660-32.282Q35.351-32.168 35.030-32.168Q34.599-32.168 34.198-32.369Q33.796-32.571 33.555-32.923Q33.314-33.275 33.314-33.719M35.030-32.417Q35.631-32.417 35.855-32.795Q36.079-33.173 36.079-33.805Q36.079-34.417 35.845-34.776Q35.611-35.134 35.030-35.134Q33.977-35.134 33.977-33.805Q33.977-33.173 34.203-32.795Q34.428-32.417 35.030-32.417\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M38.522-32.263L37.541-34.762Q37.480-34.905 37.362-34.940Q37.244-34.974 37.028-34.974L37.028-35.254L38.508-35.254L38.508-34.974Q38.129-34.974 38.129-34.813Q38.129-34.803 38.143-34.762L38.857-32.930L39.530-34.635Q39.500-34.707 39.500-34.735Q39.500-34.762 39.472-34.762Q39.411-34.909 39.293-34.941Q39.175-34.974 38.963-34.974L38.963-35.254L40.361-35.254L40.361-34.974Q39.985-34.974 39.985-34.813Q39.985-34.782 39.992-34.762L40.747-32.824L41.434-34.574Q41.455-34.625 41.455-34.680Q41.455-34.820 41.342-34.897Q41.229-34.974 41.089-34.974L41.089-35.254L42.309-35.254L42.309-34.974Q42.104-34.974 41.949-34.868Q41.793-34.762 41.721-34.574L40.816-32.263Q40.781-32.168 40.669-32.168L40.600-32.168Q40.491-32.168 40.453-32.263L39.671-34.266L38.884-32.263Q38.850-32.168 38.737-32.168L38.669-32.168Q38.560-32.168 38.522-32.263M42.839-32.243L42.839-33.306Q42.839-33.330 42.866-33.357Q42.894-33.384 42.918-33.384L43.027-33.384Q43.092-33.384 43.106-33.326Q43.201-32.892 43.447-32.641Q43.694-32.390 44.107-32.390Q44.449-32.390 44.702-32.523Q44.955-32.656 44.955-32.964Q44.955-33.121 44.861-33.236Q44.767-33.350 44.628-33.419Q44.490-33.487 44.322-33.525L43.741-33.624Q43.386-33.692 43.112-33.913Q42.839-34.133 42.839-34.475Q42.839-34.724 42.950-34.899Q43.061-35.073 43.247-35.172Q43.434-35.271 43.649-35.314Q43.864-35.357 44.107-35.357Q44.521-35.357 44.801-35.175L45.016-35.350Q45.027-35.353 45.033-35.355Q45.040-35.357 45.050-35.357L45.102-35.357Q45.129-35.357 45.153-35.333Q45.177-35.309 45.177-35.281L45.177-34.434Q45.177-34.413 45.153-34.386Q45.129-34.359 45.102-34.359L44.989-34.359Q44.962-34.359 44.936-34.384Q44.910-34.410 44.910-34.434Q44.910-34.670 44.804-34.834Q44.698-34.998 44.516-35.080Q44.333-35.162 44.100-35.162Q43.772-35.162 43.516-35.059Q43.259-34.957 43.259-34.680Q43.259-34.485 43.442-34.376Q43.625-34.266 43.854-34.225L44.428-34.119Q44.674-34.071 44.888-33.943Q45.102-33.815 45.238-33.612Q45.375-33.408 45.375-33.159Q45.375-32.646 45.009-32.407Q44.644-32.168 44.107-32.168Q43.612-32.168 43.280-32.462L43.013-32.188Q42.993-32.168 42.966-32.168L42.918-32.168Q42.894-32.168 42.866-32.195Q42.839-32.222 42.839-32.243\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M48.764-32.964Q48.764-33.296 48.987-33.523Q49.211-33.750 49.555-33.878Q49.898-34.007 50.271-34.059Q50.643-34.112 50.948-34.112L50.948-34.365Q50.948-34.570 50.840-34.750Q50.732-34.929 50.551-35.032Q50.370-35.134 50.162-35.134Q49.755-35.134 49.519-35.042Q49.608-35.005 49.654-34.921Q49.700-34.837 49.700-34.735Q49.700-34.639 49.654-34.560Q49.608-34.482 49.527-34.437Q49.447-34.393 49.358-34.393Q49.208-34.393 49.107-34.490Q49.006-34.588 49.006-34.735Q49.006-35.357 50.162-35.357Q50.373-35.357 50.623-35.293Q50.872-35.230 51.074-35.111Q51.276-34.991 51.402-34.806Q51.529-34.622 51.529-34.379L51.529-32.803Q51.529-32.687 51.590-32.591Q51.652-32.496 51.765-32.496Q51.874-32.496 51.939-32.590Q52.004-32.684 52.004-32.803L52.004-33.251L52.270-33.251L52.270-32.803Q52.270-32.533 52.043-32.368Q51.816-32.202 51.536-32.202Q51.327-32.202 51.190-32.356Q51.054-32.509 51.030-32.725Q50.883-32.458 50.601-32.313Q50.319-32.168 49.994-32.168Q49.717-32.168 49.433-32.243Q49.150-32.318 48.957-32.497Q48.764-32.677 48.764-32.964M49.379-32.964Q49.379-32.790 49.480-32.660Q49.580-32.530 49.736-32.460Q49.891-32.390 50.056-32.390Q50.274-32.390 50.483-32.487Q50.691-32.585 50.819-32.766Q50.948-32.947 50.948-33.173L50.948-33.901Q50.623-33.901 50.257-33.810Q49.891-33.719 49.635-33.507Q49.379-33.296 49.379-32.964M52.687-32.243L52.687-33.306Q52.687-33.330 52.715-33.357Q52.742-33.384 52.766-33.384L52.875-33.384Q52.940-33.384 52.954-33.326Q53.050-32.892 53.296-32.641Q53.542-32.390 53.955-32.390Q54.297-32.390 54.550-32.523Q54.803-32.656 54.803-32.964Q54.803-33.121 54.709-33.236Q54.615-33.350 54.477-33.419Q54.338-33.487 54.171-33.525L53.590-33.624Q53.234-33.692 52.961-33.913Q52.687-34.133 52.687-34.475Q52.687-34.724 52.798-34.899Q52.910-35.073 53.096-35.172Q53.282-35.271 53.497-35.314Q53.713-35.357 53.955-35.357Q54.369-35.357 54.649-35.175L54.865-35.350Q54.875-35.353 54.882-35.355Q54.889-35.357 54.899-35.357L54.950-35.357Q54.977-35.357 55.001-35.333Q55.025-35.309 55.025-35.281L55.025-34.434Q55.025-34.413 55.001-34.386Q54.977-34.359 54.950-34.359L54.837-34.359Q54.810-34.359 54.784-34.384Q54.759-34.410 54.759-34.434Q54.759-34.670 54.653-34.834Q54.547-34.998 54.364-35.080Q54.181-35.162 53.949-35.162Q53.620-35.162 53.364-35.059Q53.108-34.957 53.108-34.680Q53.108-34.485 53.291-34.376Q53.474-34.266 53.703-34.225L54.277-34.119Q54.523-34.071 54.736-33.943Q54.950-33.815 55.087-33.612Q55.224-33.408 55.224-33.159Q55.224-32.646 54.858-32.407Q54.492-32.168 53.955-32.168Q53.460-32.168 53.128-32.462L52.862-32.188Q52.841-32.168 52.814-32.168L52.766-32.168Q52.742-32.168 52.715-32.195Q52.687-32.222 52.687-32.243\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.835 62.454)\">\u003Cpath d=\"M60.144-32.236L58.554-32.236L58.554-32.516Q59.197-32.516 59.354-32.916L60.998-37.131Q61.032-37.226 61.145-37.226L61.227-37.226Q61.337-37.226 61.378-37.131L63.097-32.725Q63.165-32.585 63.355-32.550Q63.545-32.516 63.818-32.516L63.818-32.236L61.819-32.236L61.819-32.516Q62.383-32.516 62.383-32.691Q62.383-32.708 62.381-32.715Q62.379-32.721 62.376-32.725L61.955-33.791L59.997-33.791L59.655-32.916Q59.641-32.916 59.641-32.838Q59.641-32.677 59.804-32.597Q59.966-32.516 60.144-32.516L60.144-32.236M60.978-36.310L60.110-34.071L61.853-34.071L60.978-36.310M66.337-33.490L64.280-33.490L64.280-33.993L66.337-33.993L66.337-33.490M67.667-33.077L67.667-34.974L67.028-34.974L67.028-35.196Q67.345-35.196 67.563-35.406Q67.780-35.616 67.880-35.926Q67.981-36.235 67.981-36.543L68.248-36.543L68.248-35.254L69.324-35.254L69.324-34.974L68.248-34.974L68.248-33.090Q68.248-32.814 68.352-32.615Q68.456-32.417 68.716-32.417Q68.873-32.417 68.979-32.521Q69.085-32.626 69.135-32.779Q69.184-32.933 69.184-33.090L69.184-33.504L69.451-33.504L69.451-33.077Q69.451-32.851 69.352-32.641Q69.253-32.431 69.068-32.299Q68.884-32.168 68.655-32.168Q68.217-32.168 67.942-32.405Q67.667-32.643 67.667-33.077M70.220-33.719Q70.220-34.061 70.355-34.360Q70.490-34.659 70.729-34.883Q70.969-35.107 71.286-35.232Q71.604-35.357 71.936-35.357Q72.380-35.357 72.780-35.141Q73.180-34.926 73.414-34.548Q73.648-34.171 73.648-33.719Q73.648-33.378 73.506-33.094Q73.365-32.810 73.120-32.603Q72.876-32.397 72.566-32.282Q72.257-32.168 71.936-32.168Q71.505-32.168 71.104-32.369Q70.702-32.571 70.461-32.923Q70.220-33.275 70.220-33.719M71.936-32.417Q72.537-32.417 72.761-32.795Q72.985-33.173 72.985-33.805Q72.985-34.417 72.751-34.776Q72.517-35.134 71.936-35.134Q70.883-35.134 70.883-33.805Q70.883-33.173 71.109-32.795Q71.334-32.417 71.936-32.417M76.126-33.490L74.069-33.490L74.069-33.993L76.126-33.993L76.126-33.490M77.456-33.077L77.456-34.974L76.817-34.974L76.817-35.196Q77.135-35.196 77.352-35.406Q77.569-35.616 77.669-35.926Q77.770-36.235 77.770-36.543L78.037-36.543L78.037-35.254L79.114-35.254L79.114-34.974L78.037-34.974L78.037-33.090Q78.037-32.814 78.141-32.615Q78.245-32.417 78.505-32.417Q78.662-32.417 78.768-32.521Q78.874-32.626 78.924-32.779Q78.973-32.933 78.973-33.090L78.973-33.504L79.240-33.504L79.240-33.077Q79.240-32.851 79.141-32.641Q79.042-32.431 78.857-32.299Q78.673-32.168 78.444-32.168Q78.006-32.168 77.731-32.405Q77.456-32.643 77.456-33.077M81.732-32.236L80.098-32.236L80.098-32.516Q80.327-32.516 80.476-32.550Q80.624-32.585 80.624-32.725L80.624-36.344Q80.624-36.614 80.517-36.676Q80.409-36.737 80.098-36.737L80.098-37.018L81.178-37.093L81.178-34.707Q81.284-34.892 81.462-35.034Q81.639-35.175 81.848-35.249Q82.056-35.322 82.282-35.322Q82.788-35.322 83.072-35.099Q83.355-34.875 83.355-34.379L83.355-32.725Q83.355-32.588 83.504-32.552Q83.653-32.516 83.878-32.516L83.878-32.236L82.248-32.236L82.248-32.516Q82.477-32.516 82.625-32.550Q82.774-32.585 82.774-32.725L82.774-34.365Q82.774-34.700 82.655-34.900Q82.535-35.100 82.220-35.100Q81.950-35.100 81.716-34.964Q81.482-34.827 81.344-34.593Q81.205-34.359 81.205-34.085L81.205-32.725Q81.205-32.588 81.356-32.552Q81.506-32.516 81.732-32.516L81.732-32.236M84.425-33.771Q84.425-34.092 84.550-34.381Q84.675-34.670 84.900-34.893Q85.126-35.117 85.421-35.237Q85.717-35.357 86.035-35.357Q86.363-35.357 86.625-35.257Q86.886-35.158 87.062-34.976Q87.238-34.793 87.332-34.535Q87.426-34.277 87.426-33.945Q87.426-33.853 87.344-33.832L85.088-33.832L85.088-33.771Q85.088-33.183 85.372-32.800Q85.656-32.417 86.223-32.417Q86.544-32.417 86.813-32.610Q87.081-32.803 87.170-33.118Q87.177-33.159 87.252-33.173L87.344-33.173Q87.426-33.149 87.426-33.077Q87.426-33.070 87.419-33.043Q87.306-32.646 86.936-32.407Q86.565-32.168 86.141-32.168Q85.703-32.168 85.303-32.376Q84.904-32.585 84.664-32.952Q84.425-33.319 84.425-33.771M85.095-34.041L86.910-34.041Q86.910-34.318 86.813-34.570Q86.715-34.823 86.517-34.979Q86.319-35.134 86.035-35.134Q85.758-35.134 85.544-34.976Q85.331-34.817 85.213-34.562Q85.095-34.307 85.095-34.041M89.897-33.490L87.840-33.490L87.840-33.993L89.897-33.993L89.897-33.490M92.498-32.236L90.765-32.236L90.765-32.516Q91.487-32.516 91.487-32.916L91.487-36.703Q91.254-36.737 90.765-36.737L90.765-37.018L92.122-37.018Q92.163-37.004 92.184-36.990L94.887-33.343L94.887-36.338Q94.887-36.737 94.166-36.737L94.166-37.018L95.903-37.018L95.903-36.737Q95.181-36.737 95.181-36.338L95.181-32.328Q95.164-32.253 95.096-32.236L94.976-32.236Q94.928-32.246 94.915-32.270L91.781-36.491L91.781-32.916Q91.781-32.516 92.498-32.516\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The two naive extremes. Independent learners (left) each run a local algorithm and see a non-stationary world with no convergence guarantee; a central controller (right) restores stationarity but must search a joint action space of size \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:1.0913em;vertical-align:-0.25em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">∣\u003C\u002Fspan>\u003Cspan class=\"mord mathcal\">A\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord\">∣\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.8413em;\">\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\" style=\"margin-right:0.109em;\">N\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>, exponential in the number of agents.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:355.592px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 266.694 110.337\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-35.183-52.153c0-5.5-4.458-9.958-9.958-9.958s-9.959 4.458-9.959 9.958 4.459 9.959 9.959 9.959 9.958-4.459 9.958-9.959Zm-9.958 0\"\u002F>\u003Cg transform=\"translate(-30.552 -23.216)\">\u003Cpath d=\"M-17.630-26.545L-19.220-26.545L-19.220-26.825Q-18.577-26.825-18.420-27.225L-16.776-31.440Q-16.742-31.535-16.629-31.535L-16.547-31.535Q-16.437-31.535-16.396-31.440L-14.677-27.034Q-14.609-26.894-14.419-26.859Q-14.229-26.825-13.956-26.825L-13.956-26.545L-15.955-26.545L-15.955-26.825Q-15.391-26.825-15.391-27Q-15.391-27.017-15.393-27.024Q-15.395-27.030-15.398-27.034L-15.819-28.100L-17.777-28.100L-18.119-27.225Q-18.133-27.225-18.133-27.147Q-18.133-26.986-17.970-26.906Q-17.808-26.825-17.630-26.825L-17.630-26.545M-16.796-30.619L-17.664-28.380L-15.921-28.380L-16.796-30.619M-10.309-26.545L-12.838-26.545L-12.838-26.825Q-11.871-26.825-11.871-27.034L-11.871-30.653Q-12.264-30.465-12.886-30.465L-12.886-30.746Q-12.469-30.746-12.105-30.847Q-11.741-30.947-11.485-31.193L-11.358-31.193Q-11.293-31.176-11.276-31.108L-11.276-27.034Q-11.276-26.825-10.309-26.825\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M16.032-52.153c0-5.5-4.459-9.958-9.959-9.958s-9.958 4.458-9.958 9.958 4.458 9.959 9.958 9.959 9.959-4.459 9.959-9.959Zm-9.959 0\"\u002F>\u003Cg transform=\"translate(20.663 -23.216)\">\u003Cpath d=\"M-17.630-26.545L-19.220-26.545L-19.220-26.825Q-18.577-26.825-18.420-27.225L-16.776-31.440Q-16.742-31.535-16.629-31.535L-16.547-31.535Q-16.437-31.535-16.396-31.440L-14.677-27.034Q-14.609-26.894-14.419-26.859Q-14.229-26.825-13.956-26.825L-13.956-26.545L-15.955-26.545L-15.955-26.825Q-15.391-26.825-15.391-27Q-15.391-27.017-15.393-27.024Q-15.395-27.030-15.398-27.034L-15.819-28.100L-17.777-28.100L-18.119-27.225Q-18.133-27.225-18.133-27.147Q-18.133-26.986-17.970-26.906Q-17.808-26.825-17.630-26.825L-17.630-26.545M-16.796-30.619L-17.664-28.380L-15.921-28.380L-16.796-30.619M-10.309-26.545L-13.194-26.545L-13.194-26.747Q-13.194-26.777-13.166-26.805L-11.919-28.022Q-11.847-28.097-11.804-28.139Q-11.762-28.182-11.683-28.261Q-11.269-28.674-11.039-29.032Q-10.808-29.389-10.808-29.813Q-10.808-30.045-10.887-30.248Q-10.965-30.452-11.107-30.602Q-11.249-30.753-11.444-30.833Q-11.638-30.913-11.871-30.913Q-12.182-30.913-12.440-30.754Q-12.698-30.595-12.828-30.318L-12.807-30.318Q-12.640-30.318-12.532-30.207Q-12.425-30.096-12.425-29.932Q-12.425-29.775-12.534-29.662Q-12.643-29.549-12.807-29.549Q-12.968-29.549-13.081-29.662Q-13.194-29.775-13.194-29.932Q-13.194-30.308-12.985-30.595Q-12.777-30.882-12.442-31.038Q-12.107-31.193-11.751-31.193Q-11.327-31.193-10.948-31.035Q-10.569-30.876-10.335-30.559Q-10.100-30.243-10.100-29.813Q-10.100-29.502-10.241-29.233Q-10.381-28.965-10.586-28.760Q-10.791-28.555-11.153-28.273Q-11.515-27.991-11.625-27.895L-12.479-27.167L-11.837-27.167Q-11.574-27.167-11.285-27.169Q-10.996-27.170-10.777-27.179Q-10.558-27.188-10.541-27.205Q-10.480-27.270-10.442-27.437Q-10.405-27.605-10.367-27.847L-10.100-27.847\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M-62.213 11.866h85.358v-25.608h-85.358Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-38.998 27.357)\">\u003Cpath d=\"M-19.220-28.056Q-19.220-28.384-19.085-28.685Q-18.950-28.985-18.714-29.206Q-18.478-29.426-18.174-29.546Q-17.869-29.666-17.545-29.666Q-17.039-29.666-16.690-29.563Q-16.342-29.461-16.342-29.085Q-16.342-28.938-16.439-28.837Q-16.536-28.736-16.683-28.736Q-16.837-28.736-16.936-28.835Q-17.035-28.934-17.035-29.085Q-17.035-29.273-16.895-29.365Q-17.097-29.416-17.538-29.416Q-17.893-29.416-18.122-29.220Q-18.351-29.023-18.452-28.714Q-18.553-28.404-18.553-28.056Q-18.553-27.707-18.427-27.401Q-18.300-27.095-18.045-26.911Q-17.791-26.726-17.435-26.726Q-17.213-26.726-17.029-26.810Q-16.844-26.894-16.709-27.049Q-16.574-27.205-16.516-27.413Q-16.502-27.468-16.448-27.468L-16.335-27.468Q-16.304-27.468-16.282-27.444Q-16.260-27.420-16.260-27.386L-16.260-27.365Q-16.345-27.078-16.533-26.880Q-16.721-26.682-16.986-26.579Q-17.251-26.477-17.545-26.477Q-17.975-26.477-18.363-26.683Q-18.751-26.890-18.985-27.253Q-19.220-27.615-19.220-28.056M-15.713-28.080Q-15.713-28.401-15.588-28.690Q-15.463-28.979-15.238-29.202Q-15.012-29.426-14.716-29.546Q-14.421-29.666-14.103-29.666Q-13.775-29.666-13.513-29.566Q-13.252-29.467-13.076-29.285Q-12.900-29.102-12.806-28.844Q-12.712-28.586-12.712-28.254Q-12.712-28.162-12.794-28.141L-15.050-28.141L-15.050-28.080Q-15.050-27.492-14.766-27.109Q-14.482-26.726-13.915-26.726Q-13.594-26.726-13.325-26.919Q-13.057-27.112-12.968-27.427Q-12.961-27.468-12.886-27.482L-12.794-27.482Q-12.712-27.458-12.712-27.386Q-12.712-27.379-12.719-27.352Q-12.831-26.955-13.202-26.716Q-13.573-26.477-13.997-26.477Q-14.434-26.477-14.834-26.685Q-15.234-26.894-15.473-27.261Q-15.713-27.628-15.713-28.080M-15.043-28.350L-13.228-28.350Q-13.228-28.627-13.325-28.879Q-13.423-29.132-13.621-29.288Q-13.819-29.443-14.103-29.443Q-14.380-29.443-14.593-29.285Q-14.807-29.126-14.925-28.871Q-15.043-28.616-15.043-28.350M-10.442-26.545L-12.076-26.545L-12.076-26.825Q-11.847-26.825-11.698-26.859Q-11.550-26.894-11.550-27.034L-11.550-28.883Q-11.550-29.153-11.657-29.214Q-11.765-29.276-12.076-29.276L-12.076-29.556L-11.016-29.631L-11.016-28.982Q-10.846-29.290-10.541-29.461Q-10.237-29.631-9.892-29.631Q-9.386-29.631-9.102-29.408Q-8.819-29.184-8.819-28.688L-8.819-27.034Q-8.819-26.897-8.670-26.861Q-8.521-26.825-8.296-26.825L-8.296-26.545L-9.926-26.545L-9.926-26.825Q-9.697-26.825-9.548-26.859Q-9.400-26.894-9.400-27.034L-9.400-28.674Q-9.400-29.009-9.519-29.209Q-9.639-29.409-9.953-29.409Q-10.223-29.409-10.458-29.273Q-10.692-29.136-10.830-28.902Q-10.969-28.668-10.969-28.394L-10.969-27.034Q-10.969-26.897-10.818-26.861Q-10.668-26.825-10.442-26.825\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.998 27.357)\">\u003Cpath d=\"M-7.380-27.386L-7.380-29.283L-8.019-29.283L-8.019-29.505Q-7.701-29.505-7.484-29.715Q-7.267-29.925-7.167-30.235Q-7.066-30.544-7.066-30.852L-6.799-30.852L-6.799-29.563L-5.722-29.563L-5.722-29.283L-6.799-29.283L-6.799-27.399Q-6.799-27.123-6.695-26.924Q-6.591-26.726-6.331-26.726Q-6.174-26.726-6.068-26.830Q-5.962-26.935-5.912-27.088Q-5.863-27.242-5.863-27.399L-5.863-27.813L-5.596-27.813L-5.596-27.386Q-5.596-27.160-5.695-26.950Q-5.794-26.740-5.979-26.608Q-6.163-26.477-6.392-26.477Q-6.830-26.477-7.105-26.714Q-7.380-26.952-7.380-27.386M-3.036-26.545L-4.772-26.545L-4.772-26.825Q-4.543-26.825-4.395-26.859Q-4.246-26.894-4.246-27.034L-4.246-28.883Q-4.246-29.153-4.354-29.214Q-4.461-29.276-4.772-29.276L-4.772-29.556L-3.743-29.631L-3.743-28.924Q-3.614-29.232-3.371-29.431Q-3.128-29.631-2.810-29.631Q-2.592-29.631-2.421-29.507Q-2.250-29.382-2.250-29.170Q-2.250-29.033-2.349-28.934Q-2.448-28.835-2.581-28.835Q-2.718-28.835-2.817-28.934Q-2.916-29.033-2.916-29.170Q-2.916-29.310-2.817-29.409Q-3.108-29.409-3.308-29.213Q-3.508-29.016-3.600-28.722Q-3.692-28.428-3.692-28.148L-3.692-27.034Q-3.692-26.825-3.036-26.825L-3.036-26.545M-1.607-27.273Q-1.607-27.605-1.383-27.832Q-1.159-28.059-0.816-28.187Q-0.472-28.316-0.100-28.368Q0.273-28.421 0.577-28.421L0.577-28.674Q0.577-28.879 0.469-29.059Q0.362-29.238 0.180-29.341Q-0.001-29.443-0.209-29.443Q-0.616-29.443-0.852-29.351Q-0.763-29.314-0.717-29.230Q-0.671-29.146-0.671-29.044Q-0.671-28.948-0.717-28.869Q-0.763-28.791-0.843-28.746Q-0.924-28.702-1.013-28.702Q-1.163-28.702-1.264-28.799Q-1.365-28.897-1.365-29.044Q-1.365-29.666-0.209-29.666Q0.003-29.666 0.252-29.602Q0.502-29.539 0.703-29.420Q0.905-29.300 1.031-29.115Q1.158-28.931 1.158-28.688L1.158-27.112Q1.158-26.996 1.219-26.900Q1.281-26.805 1.394-26.805Q1.503-26.805 1.568-26.899Q1.633-26.993 1.633-27.112L1.633-27.560L1.900-27.560L1.900-27.112Q1.900-26.842 1.672-26.677Q1.445-26.511 1.165-26.511Q0.956-26.511 0.820-26.665Q0.683-26.818 0.659-27.034Q0.512-26.767 0.230-26.622Q-0.052-26.477-0.377-26.477Q-0.654-26.477-0.937-26.552Q-1.221-26.627-1.414-26.806Q-1.607-26.986-1.607-27.273M-0.992-27.273Q-0.992-27.099-0.891-26.969Q-0.790-26.839-0.635-26.769Q-0.479-26.699-0.315-26.699Q-0.096-26.699 0.112-26.796Q0.321-26.894 0.449-27.075Q0.577-27.256 0.577-27.482L0.577-28.210Q0.252-28.210-0.114-28.119Q-0.479-28.028-0.736-27.816Q-0.992-27.605-0.992-27.273M3.985-26.545L2.382-26.545L2.382-26.825Q2.607-26.825 2.756-26.859Q2.904-26.894 2.904-27.034L2.904-30.653Q2.904-30.923 2.797-30.985Q2.689-31.046 2.382-31.046L2.382-31.327L3.458-31.402L3.458-27.034Q3.458-26.897 3.609-26.861Q3.759-26.825 3.985-26.825\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.998 27.357)\">\u003Cpath d=\"M7.287-28.056Q7.287-28.384 7.422-28.685Q7.557-28.985 7.793-29.206Q8.029-29.426 8.333-29.546Q8.638-29.666 8.962-29.666Q9.468-29.666 9.817-29.563Q10.165-29.461 10.165-29.085Q10.165-28.938 10.068-28.837Q9.971-28.736 9.824-28.736Q9.670-28.736 9.571-28.835Q9.472-28.934 9.472-29.085Q9.472-29.273 9.612-29.365Q9.410-29.416 8.969-29.416Q8.614-29.416 8.385-29.220Q8.156-29.023 8.055-28.714Q7.954-28.404 7.954-28.056Q7.954-27.707 8.080-27.401Q8.207-27.095 8.462-26.911Q8.716-26.726 9.072-26.726Q9.294-26.726 9.478-26.810Q9.663-26.894 9.798-27.049Q9.933-27.205 9.991-27.413Q10.005-27.468 10.059-27.468L10.172-27.468Q10.203-27.468 10.225-27.444Q10.247-27.420 10.247-27.386L10.247-27.365Q10.162-27.078 9.974-26.880Q9.786-26.682 9.521-26.579Q9.256-26.477 8.962-26.477Q8.532-26.477 8.144-26.683Q7.756-26.890 7.522-27.253Q7.287-27.615 7.287-28.056M12.585-26.545L10.849-26.545L10.849-26.825Q11.078-26.825 11.227-26.859Q11.375-26.894 11.375-27.034L11.375-28.883Q11.375-29.153 11.268-29.214Q11.160-29.276 10.849-29.276L10.849-29.556L11.878-29.631L11.878-28.924Q12.008-29.232 12.250-29.431Q12.493-29.631 12.811-29.631Q13.030-29.631 13.201-29.507Q13.371-29.382 13.371-29.170Q13.371-29.033 13.272-28.934Q13.173-28.835 13.040-28.835Q12.903-28.835 12.804-28.934Q12.705-29.033 12.705-29.170Q12.705-29.310 12.804-29.409Q12.514-29.409 12.314-29.213Q12.114-29.016 12.021-28.722Q11.929-28.428 11.929-28.148L11.929-27.034Q11.929-26.825 12.585-26.825L12.585-26.545M15.573-26.545L14.021-26.545L14.021-26.825Q14.246-26.825 14.395-26.859Q14.544-26.894 14.544-27.034L14.544-28.883Q14.544-29.071 14.496-29.155Q14.448-29.238 14.351-29.257Q14.253-29.276 14.041-29.276L14.041-29.556L15.098-29.631L15.098-27.034Q15.098-26.894 15.229-26.859Q15.361-26.825 15.573-26.825L15.573-26.545M14.301-30.852Q14.301-31.023 14.424-31.142Q14.547-31.262 14.718-31.262Q14.886-31.262 15.009-31.142Q15.132-31.023 15.132-30.852Q15.132-30.677 15.009-30.554Q14.886-30.431 14.718-30.431Q14.547-30.431 14.424-30.554Q14.301-30.677 14.301-30.852M16.745-27.386L16.745-29.283L16.106-29.283L16.106-29.505Q16.424-29.505 16.641-29.715Q16.858-29.925 16.959-30.235Q17.059-30.544 17.059-30.852L17.326-30.852L17.326-29.563L18.403-29.563L18.403-29.283L17.326-29.283L17.326-27.399Q17.326-27.123 17.430-26.924Q17.535-26.726 17.794-26.726Q17.952-26.726 18.057-26.830Q18.163-26.935 18.213-27.088Q18.263-27.242 18.263-27.399L18.263-27.813L18.529-27.813L18.529-27.386Q18.529-27.160 18.430-26.950Q18.331-26.740 18.146-26.608Q17.962-26.477 17.733-26.477Q17.295-26.477 17.020-26.714Q16.745-26.952 16.745-27.386M20.956-26.545L19.404-26.545L19.404-26.825Q19.630-26.825 19.778-26.859Q19.927-26.894 19.927-27.034L19.927-28.883Q19.927-29.071 19.879-29.155Q19.831-29.238 19.734-29.257Q19.637-29.276 19.425-29.276L19.425-29.556L20.481-29.631L20.481-27.034Q20.481-26.894 20.612-26.859Q20.744-26.825 20.956-26.825L20.956-26.545M19.684-30.852Q19.684-31.023 19.807-31.142Q19.931-31.262 20.101-31.262Q20.269-31.262 20.392-31.142Q20.515-31.023 20.515-30.852Q20.515-30.677 20.392-30.554Q20.269-30.431 20.101-30.431Q19.931-30.431 19.807-30.554Q19.684-30.677 19.684-30.852M21.602-28.056Q21.602-28.384 21.737-28.685Q21.872-28.985 22.108-29.206Q22.344-29.426 22.648-29.546Q22.952-29.666 23.277-29.666Q23.783-29.666 24.131-29.563Q24.480-29.461 24.480-29.085Q24.480-28.938 24.382-28.837Q24.285-28.736 24.138-28.736Q23.984-28.736 23.885-28.835Q23.786-28.934 23.786-29.085Q23.786-29.273 23.926-29.365Q23.724-29.416 23.284-29.416Q22.928-29.416 22.699-29.220Q22.470-29.023 22.369-28.714Q22.268-28.404 22.268-28.056Q22.268-27.707 22.395-27.401Q22.521-27.095 22.776-26.911Q23.031-26.726 23.386-26.726Q23.608-26.726 23.793-26.810Q23.977-26.894 24.112-27.049Q24.247-27.205 24.306-27.413Q24.319-27.468 24.374-27.468L24.487-27.468Q24.517-27.468 24.540-27.444Q24.562-27.420 24.562-27.386L24.562-27.365Q24.476-27.078 24.288-26.880Q24.100-26.682 23.836-26.579Q23.571-26.477 23.277-26.477Q22.846-26.477 22.458-26.683Q22.070-26.890 21.836-27.253Q21.602-27.615 21.602-28.056\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.998 27.357)\">\u003Cpath d=\"M30.001-24.795Q29.451-25.195 29.080-25.750Q28.709-26.306 28.528-26.952Q28.347-27.598 28.347-28.295Q28.347-28.808 28.447-29.303Q28.548-29.799 28.753-30.250Q28.958-30.701 29.271-31.093Q29.584-31.484 30.001-31.788Q30.011-31.792 30.018-31.793Q30.025-31.795 30.035-31.795L30.103-31.795Q30.138-31.795 30.160-31.771Q30.182-31.747 30.182-31.710Q30.182-31.665 30.155-31.648Q29.806-31.347 29.553-30.963Q29.300-30.578 29.148-30.137Q28.996-29.696 28.924-29.240Q28.852-28.784 28.852-28.295Q28.852-27.294 29.162-26.407Q29.471-25.520 30.155-24.935Q30.182-24.918 30.182-24.874Q30.182-24.836 30.160-24.812Q30.138-24.788 30.103-24.788L30.035-24.788Q30.028-24.792 30.020-24.793Q30.011-24.795 30.001-24.795M30.992-26.552L30.992-27.615Q30.992-27.639 31.019-27.666Q31.047-27.693 31.071-27.693L31.180-27.693Q31.245-27.693 31.259-27.635Q31.354-27.201 31.600-26.950Q31.847-26.699 32.260-26.699Q32.602-26.699 32.855-26.832Q33.108-26.965 33.108-27.273Q33.108-27.430 33.014-27.545Q32.920-27.659 32.781-27.728Q32.643-27.796 32.475-27.834L31.894-27.933Q31.539-28.001 31.265-28.222Q30.992-28.442 30.992-28.784Q30.992-29.033 31.103-29.208Q31.214-29.382 31.401-29.481Q31.587-29.580 31.802-29.623Q32.017-29.666 32.260-29.666Q32.674-29.666 32.954-29.484L33.169-29.659Q33.180-29.662 33.186-29.664Q33.193-29.666 33.203-29.666L33.255-29.666Q33.282-29.666 33.306-29.642Q33.330-29.618 33.330-29.590L33.330-28.743Q33.330-28.722 33.306-28.695Q33.282-28.668 33.255-28.668L33.142-28.668Q33.115-28.668 33.089-28.693Q33.063-28.719 33.063-28.743Q33.063-28.979 32.957-29.143Q32.851-29.307 32.669-29.389Q32.486-29.471 32.253-29.471Q31.925-29.471 31.669-29.368Q31.412-29.266 31.412-28.989Q31.412-28.794 31.595-28.685Q31.778-28.575 32.007-28.534L32.581-28.428Q32.828-28.380 33.041-28.252Q33.255-28.124 33.391-27.921Q33.528-27.717 33.528-27.468Q33.528-26.955 33.162-26.716Q32.797-26.477 32.260-26.477Q31.765-26.477 31.433-26.771L31.166-26.497Q31.146-26.477 31.119-26.477L31.071-26.477Q31.047-26.477 31.019-26.504Q30.992-26.531 30.992-26.552M34.116-28.080Q34.116-28.401 34.241-28.690Q34.366-28.979 34.591-29.202Q34.817-29.426 35.112-29.546Q35.408-29.666 35.726-29.666Q36.054-29.666 36.316-29.566Q36.577-29.467 36.753-29.285Q36.929-29.102 37.023-28.844Q37.117-28.586 37.117-28.254Q37.117-28.162 37.035-28.141L34.779-28.141L34.779-28.080Q34.779-27.492 35.063-27.109Q35.347-26.726 35.914-26.726Q36.235-26.726 36.504-26.919Q36.772-27.112 36.861-27.427Q36.868-27.468 36.943-27.482L37.035-27.482Q37.117-27.458 37.117-27.386Q37.117-27.379 37.110-27.352Q36.997-26.955 36.627-26.716Q36.256-26.477 35.832-26.477Q35.394-26.477 34.995-26.685Q34.595-26.894 34.355-27.261Q34.116-27.628 34.116-28.080M34.786-28.350L36.601-28.350Q36.601-28.627 36.504-28.879Q36.406-29.132 36.208-29.288Q36.010-29.443 35.726-29.443Q35.449-29.443 35.235-29.285Q35.022-29.126 34.904-28.871Q34.786-28.616 34.786-28.350M37.664-28.080Q37.664-28.401 37.789-28.690Q37.913-28.979 38.139-29.202Q38.365-29.426 38.660-29.546Q38.956-29.666 39.274-29.666Q39.602-29.666 39.863-29.566Q40.125-29.467 40.301-29.285Q40.477-29.102 40.571-28.844Q40.665-28.586 40.665-28.254Q40.665-28.162 40.583-28.141L38.327-28.141L38.327-28.080Q38.327-27.492 38.611-27.109Q38.894-26.726 39.462-26.726Q39.783-26.726 40.051-26.919Q40.320-27.112 40.409-27.427Q40.415-27.468 40.491-27.482L40.583-27.482Q40.665-27.458 40.665-27.386Q40.665-27.379 40.658-27.352Q40.545-26.955 40.174-26.716Q39.804-26.477 39.380-26.477Q38.942-26.477 38.542-26.685Q38.142-26.894 37.903-27.261Q37.664-27.628 37.664-28.080M38.334-28.350L40.149-28.350Q40.149-28.627 40.051-28.879Q39.954-29.132 39.756-29.288Q39.557-29.443 39.274-29.443Q38.997-29.443 38.783-29.285Q38.570-29.126 38.452-28.871Q38.334-28.616 38.334-28.350M41.253-26.552L41.253-27.615Q41.253-27.639 41.280-27.666Q41.307-27.693 41.331-27.693L41.441-27.693Q41.506-27.693 41.519-27.635Q41.615-27.201 41.861-26.950Q42.107-26.699 42.521-26.699Q42.863-26.699 43.116-26.832Q43.369-26.965 43.369-27.273Q43.369-27.430 43.275-27.545Q43.181-27.659 43.042-27.728Q42.904-27.796 42.736-27.834L42.155-27.933Q41.800-28.001 41.526-28.222Q41.253-28.442 41.253-28.784Q41.253-29.033 41.364-29.208Q41.475-29.382 41.661-29.481Q41.848-29.580 42.063-29.623Q42.278-29.666 42.521-29.666Q42.934-29.666 43.215-29.484L43.430-29.659Q43.440-29.662 43.447-29.664Q43.454-29.666 43.464-29.666L43.515-29.666Q43.543-29.666 43.567-29.642Q43.591-29.618 43.591-29.590L43.591-28.743Q43.591-28.722 43.567-28.695Q43.543-28.668 43.515-28.668L43.403-28.668Q43.375-28.668 43.350-28.693Q43.324-28.719 43.324-28.743Q43.324-28.979 43.218-29.143Q43.112-29.307 42.929-29.389Q42.746-29.471 42.514-29.471Q42.186-29.471 41.930-29.368Q41.673-29.266 41.673-28.989Q41.673-28.794 41.856-28.685Q42.039-28.575 42.268-28.534L42.842-28.428Q43.088-28.380 43.302-28.252Q43.515-28.124 43.652-27.921Q43.789-27.717 43.789-27.468Q43.789-26.955 43.423-26.716Q43.057-26.477 42.521-26.477Q42.025-26.477 41.694-26.771L41.427-26.497Q41.407-26.477 41.379-26.477L41.331-26.477Q41.307-26.477 41.280-26.504Q41.253-26.531 41.253-26.552\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.998 27.357)\">\u003Cpath d=\"M47.196-27.273Q47.196-27.605 47.419-27.832Q47.643-28.059 47.987-28.187Q48.330-28.316 48.703-28.368Q49.075-28.421 49.380-28.421L49.380-28.674Q49.380-28.879 49.272-29.059Q49.164-29.238 48.983-29.341Q48.802-29.443 48.594-29.443Q48.187-29.443 47.951-29.351Q48.040-29.314 48.086-29.230Q48.132-29.146 48.132-29.044Q48.132-28.948 48.086-28.869Q48.040-28.791 47.959-28.746Q47.879-28.702 47.790-28.702Q47.640-28.702 47.539-28.799Q47.438-28.897 47.438-29.044Q47.438-29.666 48.594-29.666Q48.805-29.666 49.055-29.602Q49.304-29.539 49.506-29.420Q49.708-29.300 49.834-29.115Q49.961-28.931 49.961-28.688L49.961-27.112Q49.961-26.996 50.022-26.900Q50.084-26.805 50.197-26.805Q50.306-26.805 50.371-26.899Q50.436-26.993 50.436-27.112L50.436-27.560L50.702-27.560L50.702-27.112Q50.702-26.842 50.475-26.677Q50.248-26.511 49.968-26.511Q49.759-26.511 49.622-26.665Q49.486-26.818 49.462-27.034Q49.315-26.767 49.033-26.622Q48.751-26.477 48.426-26.477Q48.149-26.477 47.865-26.552Q47.582-26.627 47.389-26.806Q47.196-26.986 47.196-27.273M47.811-27.273Q47.811-27.099 47.912-26.969Q48.012-26.839 48.168-26.769Q48.323-26.699 48.488-26.699Q48.706-26.699 48.915-26.796Q49.123-26.894 49.251-27.075Q49.380-27.256 49.380-27.482L49.380-28.210Q49.055-28.210 48.689-28.119Q48.323-28.028 48.067-27.816Q47.811-27.605 47.811-27.273M52.787-26.545L51.184-26.545L51.184-26.825Q51.410-26.825 51.559-26.859Q51.707-26.894 51.707-27.034L51.707-30.653Q51.707-30.923 51.600-30.985Q51.492-31.046 51.184-31.046L51.184-31.327L52.261-31.402L52.261-27.034Q52.261-26.897 52.411-26.861Q52.562-26.825 52.787-26.825L52.787-26.545M55.050-26.545L53.447-26.545L53.447-26.825Q53.673-26.825 53.821-26.859Q53.970-26.894 53.970-27.034L53.970-30.653Q53.970-30.923 53.862-30.985Q53.755-31.046 53.447-31.046L53.447-31.327L54.524-31.402L54.524-27.034Q54.524-26.897 54.674-26.861Q54.824-26.825 55.050-26.825L55.050-26.545M55.966-24.788L55.898-24.788Q55.864-24.788 55.841-24.814Q55.819-24.839 55.819-24.874Q55.819-24.918 55.850-24.935Q56.205-25.239 56.455-25.629Q56.704-26.019 56.856-26.451Q57.009-26.883 57.079-27.352Q57.149-27.820 57.149-28.295Q57.149-28.774 57.079-29.240Q57.009-29.707 56.855-30.142Q56.701-30.578 56.450-30.966Q56.198-31.354 55.850-31.648Q55.819-31.665 55.819-31.710Q55.819-31.744 55.841-31.769Q55.864-31.795 55.898-31.795L55.966-31.795Q55.976-31.795 55.985-31.793Q55.993-31.792 56.004-31.788Q56.547-31.388 56.920-30.835Q57.292-30.281 57.473-29.635Q57.655-28.989 57.655-28.295Q57.655-27.594 57.473-26.947Q57.292-26.299 56.918-25.745Q56.544-25.191 56.004-24.795Q55.993-24.795 55.985-24.793Q55.976-24.792 55.966-24.788\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"m-40.598-43.068 13.671 27.337\"\u002F>\u003Cpath stroke=\"none\" d=\"M-26.033-13.942v-3.577l-.894 1.788-1.968-.357\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M1.53-43.068-12.141-15.73\"\u002F>\u003Cpath stroke=\"none\" d=\"m-13.036-13.942 2.863-2.146-1.968.357-.894-1.788\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-42.736 53.919)\">\u003Cpath d=\"M-15.313-26.545L-18.051-26.545L-18.051-26.825Q-17.702-26.825-17.365-26.861Q-17.029-26.897-17.029-27.034L-17.029-30.835Q-17.029-30.978-17.117-31.012Q-17.206-31.046-17.391-31.046L-17.750-31.046Q-18.051-31.046-18.266-30.999Q-18.481-30.951-18.638-30.794Q-18.775-30.660-18.835-30.382Q-18.895-30.103-18.932-29.690L-19.199-29.690L-19.052-31.327L-14.318-31.327L-14.171-29.690L-14.438-29.690Q-14.475-30.103-14.532-30.380Q-14.588-30.657-14.732-30.794Q-14.892-30.954-15.104-31Q-15.316-31.046-15.620-31.046L-15.972-31.046Q-16.157-31.046-16.246-31.012Q-16.335-30.978-16.335-30.835L-16.335-27.034Q-16.335-26.897-15.998-26.861Q-15.661-26.825-15.313-26.825L-15.313-26.545M-11.331-26.545L-13.436-26.545L-13.436-26.825Q-12.715-26.825-12.715-27.034L-12.715-30.835Q-12.715-31.046-13.436-31.046L-13.436-31.327L-11.098-31.327Q-10.787-31.327-10.444-31.253Q-10.100-31.180-9.779-31.024Q-9.458-30.869-9.256-30.623Q-9.055-30.377-9.055-30.052Q-9.055-29.765-9.242-29.534Q-9.430-29.303-9.707-29.155Q-9.984-29.006-10.275-28.924Q-9.940-28.821-9.706-28.589Q-9.471-28.357-9.427-28.028L-9.342-27.420Q-9.314-27.208-9.268-27.039Q-9.222-26.870-9.118-26.750Q-9.013-26.630-8.826-26.630Q-8.610-26.630-8.494-26.815Q-8.378-27-8.378-27.232Q-8.361-27.297-8.285-27.314L-8.193-27.314Q-8.111-27.294-8.111-27.212Q-8.111-27.006-8.202-26.820Q-8.292-26.634-8.458-26.519Q-8.624-26.405-8.826-26.405Q-9.164-26.405-9.458-26.506Q-9.752-26.607-9.936-26.829Q-10.121-27.051-10.121-27.399L-10.121-28.008Q-10.121-28.257-10.264-28.444Q-10.408-28.630-10.632-28.729Q-10.856-28.828-11.105-28.828L-12.052-28.828L-12.052-27.034Q-12.052-26.825-11.331-26.825L-11.331-26.545M-12.052-30.835L-12.052-29.050L-11.198-29.050Q-10.910-29.050-10.671-29.093Q-10.432-29.136-10.244-29.245Q-10.056-29.355-9.945-29.553Q-9.834-29.751-9.834-30.052Q-9.834-30.629-10.201-30.838Q-10.569-31.046-11.198-31.046L-11.686-31.046Q-11.874-31.046-11.963-31.012Q-12.052-30.978-12.052-30.835M-6.122-26.545L-7.711-26.545L-7.711-26.825Q-7.069-26.825-6.911-27.225L-5.267-31.440Q-5.233-31.535-5.120-31.535L-5.038-31.535Q-4.929-31.535-4.888-31.440L-3.169-27.034Q-3.100-26.894-2.911-26.859Q-2.721-26.825-2.448-26.825L-2.448-26.545L-4.447-26.545L-4.447-26.825Q-3.883-26.825-3.883-27Q-3.883-27.017-3.885-27.024Q-3.887-27.030-3.890-27.034L-4.310-28.100L-6.269-28.100L-6.611-27.225Q-6.624-27.225-6.624-27.147Q-6.624-26.986-6.462-26.906Q-6.300-26.825-6.122-26.825L-6.122-26.545M-5.288-30.619L-6.156-28.380L-4.413-28.380L-5.288-30.619M0.420-26.545L-1.784-26.545L-1.784-26.825Q-1.026-26.825-1.026-27.034L-1.026-30.835Q-1.026-31.046-1.784-31.046L-1.784-31.327L0.420-31.327L0.420-31.046Q-0.335-31.046-0.335-30.835L-0.335-27.034Q-0.335-26.825 0.420-26.825L0.420-26.545M2.871-26.545L1.138-26.545L1.138-26.825Q1.859-26.825 1.859-27.225L1.859-31.012Q1.627-31.046 1.138-31.046L1.138-31.327L2.495-31.327Q2.536-31.313 2.556-31.299L5.260-27.652L5.260-30.647Q5.260-31.046 4.539-31.046L4.539-31.327L6.275-31.327L6.275-31.046Q5.554-31.046 5.554-30.647L5.554-26.637Q5.537-26.562 5.468-26.545L5.349-26.545Q5.301-26.555 5.287-26.579L2.153-30.800L2.153-27.225Q2.153-26.825 2.871-26.825L2.871-26.545M9.204-26.545L7-26.545L7-26.825Q7.758-26.825 7.758-27.034L7.758-30.835Q7.758-31.046 7-31.046L7-31.327L9.204-31.327L9.204-31.046Q8.449-31.046 8.449-30.835L8.449-27.034Q8.449-26.825 9.204-26.825L9.204-26.545M11.655-26.545L9.922-26.545L9.922-26.825Q10.643-26.825 10.643-27.225L10.643-31.012Q10.411-31.046 9.922-31.046L9.922-31.327L11.279-31.327Q11.320-31.313 11.341-31.299L14.044-27.652L14.044-30.647Q14.044-31.046 13.323-31.046L13.323-31.327L15.059-31.327L15.059-31.046Q14.338-31.046 14.338-30.647L14.338-26.637Q14.321-26.562 14.253-26.545L14.133-26.545Q14.085-26.555 14.071-26.579L10.937-30.800L10.937-27.225Q10.937-26.825 11.655-26.825L11.655-26.545M15.931-28.938Q15.931-29.464 16.148-29.932Q16.365-30.400 16.748-30.746Q17.131-31.091 17.614-31.279Q18.098-31.467 18.628-31.467Q18.898-31.467 19.154-31.395Q19.410-31.323 19.639-31.183Q19.868-31.043 20.049-30.858L20.477-31.440Q20.504-31.467 20.531-31.467L20.579-31.467Q20.610-31.467 20.634-31.443Q20.658-31.419 20.658-31.388L20.658-29.525Q20.658-29.502 20.632-29.476Q20.607-29.450 20.579-29.450L20.453-29.450Q20.391-29.450 20.378-29.525Q20.347-29.840 20.212-30.144Q20.077-30.448 19.862-30.682Q19.646-30.917 19.357-31.052Q19.069-31.187 18.740-31.187Q18.094-31.187 17.635-30.891Q17.175-30.595 16.943-30.084Q16.710-29.573 16.710-28.938Q16.710-28.288 16.956-27.775Q17.202-27.263 17.676-26.974Q18.149-26.685 18.802-26.685Q19.062-26.685 19.328-26.752Q19.595-26.818 19.779-26.979Q19.964-27.140 19.964-27.399L19.964-27.987Q19.964-28.196 18.997-28.196L18.997-28.476L21.195-28.476L21.195-28.196Q20.966-28.196 20.812-28.160Q20.658-28.124 20.658-27.987L20.658-26.624Q20.658-26.589 20.629-26.567Q20.600-26.545 20.572-26.545Q20.511-26.545 20.340-26.706Q20.169-26.866 20.111-26.952Q19.909-26.651 19.503-26.528Q19.096-26.405 18.628-26.405Q18.108-26.405 17.616-26.595Q17.124-26.784 16.744-27.128Q16.365-27.471 16.148-27.940Q15.931-28.408 15.931-28.938M22.336-26.965Q22.336-27.133 22.459-27.256Q22.582-27.379 22.757-27.379Q22.924-27.379 23.047-27.256Q23.170-27.133 23.170-26.965Q23.170-26.791 23.047-26.668Q22.924-26.545 22.757-26.545Q22.582-26.545 22.459-26.668Q22.336-26.791 22.336-26.965M22.336-29.149Q22.336-29.317 22.459-29.440Q22.582-29.563 22.757-29.563Q22.924-29.563 23.047-29.440Q23.170-29.317 23.170-29.149Q23.170-28.975 23.047-28.852Q22.924-28.729 22.757-28.729Q22.582-28.729 22.459-28.852Q22.336-28.975 22.336-29.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-42.736 53.919)\">\u003Cpath d=\"M26.885-26.012Q26.885-26.258 27.082-26.442Q27.279-26.627 27.535-26.706Q27.398-26.818 27.326-26.979Q27.255-27.140 27.255-27.321Q27.255-27.642 27.466-27.888Q27.132-28.186 27.132-28.596Q27.132-29.057 27.521-29.344Q27.911-29.631 28.389-29.631Q28.861-29.631 29.196-29.385Q29.370-29.539 29.581-29.621Q29.791-29.703 30.020-29.703Q30.184-29.703 30.305-29.596Q30.426-29.488 30.426-29.324Q30.426-29.228 30.355-29.156Q30.283-29.085 30.191-29.085Q30.091-29.085 30.021-29.158Q29.951-29.232 29.951-29.331Q29.951-29.385 29.965-29.416L29.972-29.430Q29.979-29.450 29.987-29.461Q29.996-29.471 29.999-29.478Q29.644-29.478 29.357-29.255Q29.644-28.962 29.644-28.596Q29.644-28.281 29.459-28.049Q29.275-27.816 28.986-27.688Q28.697-27.560 28.389-27.560Q28.188-27.560 27.996-27.610Q27.805-27.659 27.627-27.769Q27.535-27.642 27.535-27.499Q27.535-27.317 27.663-27.182Q27.791-27.047 27.976-27.047L28.608-27.047Q29.056-27.047 29.425-26.976Q29.794-26.904 30.054-26.675Q30.314-26.446 30.314-26.012Q30.314-25.691 30.018-25.489Q29.722-25.287 29.319-25.198Q28.916-25.109 28.601-25.109Q28.283-25.109 27.880-25.198Q27.477-25.287 27.181-25.489Q26.885-25.691 26.885-26.012M27.340-26.012Q27.340-25.783 27.559-25.634Q27.778-25.485 28.070-25.417Q28.362-25.349 28.601-25.349Q28.765-25.349 28.974-25.385Q29.182-25.420 29.389-25.501Q29.596-25.581 29.727-25.709Q29.859-25.837 29.859-26.012Q29.859-26.364 29.478-26.458Q29.097-26.552 28.594-26.552L27.976-26.552Q27.737-26.552 27.538-26.401Q27.340-26.251 27.340-26.012M28.389-27.799Q29.056-27.799 29.056-28.596Q29.056-29.396 28.389-29.396Q27.719-29.396 27.719-28.596Q27.719-27.799 28.389-27.799M32.576-26.545L30.973-26.545L30.973-26.825Q31.199-26.825 31.348-26.859Q31.496-26.894 31.496-27.034L31.496-30.653Q31.496-30.923 31.389-30.985Q31.281-31.046 30.973-31.046L30.973-31.327L32.050-31.402L32.050-27.034Q32.050-26.897 32.200-26.861Q32.351-26.825 32.576-26.825L32.576-26.545M33.130-28.028Q33.130-28.370 33.265-28.669Q33.400-28.968 33.639-29.192Q33.879-29.416 34.196-29.541Q34.514-29.666 34.846-29.666Q35.290-29.666 35.690-29.450Q36.090-29.235 36.324-28.857Q36.558-28.480 36.558-28.028Q36.558-27.687 36.416-27.403Q36.275-27.119 36.030-26.912Q35.786-26.706 35.477-26.591Q35.167-26.477 34.846-26.477Q34.415-26.477 34.014-26.678Q33.612-26.880 33.371-27.232Q33.130-27.584 33.130-28.028M34.846-26.726Q35.447-26.726 35.671-27.104Q35.895-27.482 35.895-28.114Q35.895-28.726 35.661-29.085Q35.427-29.443 34.846-29.443Q33.793-29.443 33.793-28.114Q33.793-27.482 34.019-27.104Q34.244-26.726 34.846-26.726M37.960-26.545L37.693-26.545L37.693-30.653Q37.693-30.923 37.585-30.985Q37.478-31.046 37.167-31.046L37.167-31.327L38.247-31.402L38.247-29.232Q38.455-29.423 38.741-29.527Q39.026-29.631 39.323-29.631Q39.641-29.631 39.939-29.510Q40.236-29.389 40.458-29.173Q40.680-28.958 40.807-28.673Q40.933-28.387 40.933-28.056Q40.933-27.611 40.694-27.247Q40.455-26.883 40.062-26.680Q39.669-26.477 39.224-26.477Q39.029-26.477 38.840-26.533Q38.650-26.589 38.489-26.694Q38.329-26.798 38.189-26.959L37.960-26.545M38.274-28.890L38.274-27.273Q38.411-27.013 38.652-26.856Q38.893-26.699 39.170-26.699Q39.464-26.699 39.675-26.806Q39.887-26.914 40.021-27.106Q40.154-27.297 40.212-27.536Q40.270-27.775 40.270-28.056Q40.270-28.415 40.176-28.719Q40.082-29.023 39.855-29.216Q39.628-29.409 39.262-29.409Q38.961-29.409 38.695-29.273Q38.428-29.136 38.274-28.890M41.627-27.273Q41.627-27.605 41.851-27.832Q42.075-28.059 42.418-28.187Q42.762-28.316 43.134-28.368Q43.507-28.421 43.811-28.421L43.811-28.674Q43.811-28.879 43.704-29.059Q43.596-29.238 43.415-29.341Q43.234-29.443 43.025-29.443Q42.618-29.443 42.383-29.351Q42.471-29.314 42.518-29.230Q42.564-29.146 42.564-29.044Q42.564-28.948 42.518-28.869Q42.471-28.791 42.391-28.746Q42.311-28.702 42.222-28.702Q42.071-28.702 41.971-28.799Q41.870-28.897 41.870-29.044Q41.870-29.666 43.025-29.666Q43.237-29.666 43.487-29.602Q43.736-29.539 43.938-29.420Q44.139-29.300 44.266-29.115Q44.392-28.931 44.392-28.688L44.392-27.112Q44.392-26.996 44.454-26.900Q44.515-26.805 44.628-26.805Q44.737-26.805 44.802-26.899Q44.867-26.993 44.867-27.112L44.867-27.560L45.134-27.560L45.134-27.112Q45.134-26.842 44.907-26.677Q44.679-26.511 44.399-26.511Q44.191-26.511 44.054-26.665Q43.917-26.818 43.893-27.034Q43.746-26.767 43.464-26.622Q43.182-26.477 42.858-26.477Q42.581-26.477 42.297-26.552Q42.013-26.627 41.820-26.806Q41.627-26.986 41.627-27.273M42.242-27.273Q42.242-27.099 42.343-26.969Q42.444-26.839 42.600-26.769Q42.755-26.699 42.919-26.699Q43.138-26.699 43.346-26.796Q43.555-26.894 43.683-27.075Q43.811-27.256 43.811-27.482L43.811-28.210Q43.487-28.210 43.121-28.119Q42.755-28.028 42.499-27.816Q42.242-27.605 42.242-27.273M47.219-26.545L45.616-26.545L45.616-26.825Q45.841-26.825 45.990-26.859Q46.139-26.894 46.139-27.034L46.139-30.653Q46.139-30.923 46.031-30.985Q45.924-31.046 45.616-31.046L45.616-31.327L46.693-31.402L46.693-27.034Q46.693-26.897 46.843-26.861Q46.993-26.825 47.219-26.825\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-42.736 53.919)\">\u003Cpath d=\"M52.113-26.572L50.985-29.071Q50.913-29.218 50.783-29.250Q50.653-29.283 50.424-29.283L50.424-29.563L51.938-29.563L51.938-29.283Q51.586-29.283 51.586-29.136Q51.586-29.091 51.597-29.071L52.461-27.153L53.241-28.883Q53.275-28.951 53.275-29.030Q53.275-29.143 53.191-29.213Q53.107-29.283 52.988-29.283L52.988-29.563L54.184-29.563L54.184-29.283Q53.965-29.283 53.794-29.180Q53.624-29.078 53.535-28.883L52.499-26.572Q52.451-26.477 52.345-26.477L52.267-26.477Q52.161-26.477 52.113-26.572M56.341-26.545L54.789-26.545L54.789-26.825Q55.015-26.825 55.163-26.859Q55.312-26.894 55.312-27.034L55.312-28.883Q55.312-29.071 55.264-29.155Q55.216-29.238 55.119-29.257Q55.022-29.276 54.810-29.276L54.810-29.556L55.866-29.631L55.866-27.034Q55.866-26.894 55.997-26.859Q56.129-26.825 56.341-26.825L56.341-26.545M55.069-30.852Q55.069-31.023 55.192-31.142Q55.315-31.262 55.486-31.262Q55.654-31.262 55.777-31.142Q55.900-31.023 55.900-30.852Q55.900-30.677 55.777-30.554Q55.654-30.431 55.486-30.431Q55.315-30.431 55.192-30.554Q55.069-30.677 55.069-30.852M56.946-28.080Q56.946-28.401 57.071-28.690Q57.195-28.979 57.421-29.202Q57.647-29.426 57.942-29.546Q58.238-29.666 58.556-29.666Q58.884-29.666 59.145-29.566Q59.407-29.467 59.583-29.285Q59.759-29.102 59.853-28.844Q59.947-28.586 59.947-28.254Q59.947-28.162 59.865-28.141L57.609-28.141L57.609-28.080Q57.609-27.492 57.893-27.109Q58.176-26.726 58.744-26.726Q59.065-26.726 59.333-26.919Q59.602-27.112 59.690-27.427Q59.697-27.468 59.772-27.482L59.865-27.482Q59.947-27.458 59.947-27.386Q59.947-27.379 59.940-27.352Q59.827-26.955 59.456-26.716Q59.085-26.477 58.662-26.477Q58.224-26.477 57.824-26.685Q57.424-26.894 57.185-27.261Q56.946-27.628 56.946-28.080M57.616-28.350L59.431-28.350Q59.431-28.627 59.333-28.879Q59.236-29.132 59.038-29.288Q58.839-29.443 58.556-29.443Q58.279-29.443 58.065-29.285Q57.852-29.126 57.734-28.871Q57.616-28.616 57.616-28.350M61.922-26.572L60.941-29.071Q60.880-29.214 60.762-29.249Q60.644-29.283 60.429-29.283L60.429-29.563L61.909-29.563L61.909-29.283Q61.529-29.283 61.529-29.122Q61.529-29.112 61.543-29.071L62.257-27.239L62.931-28.944Q62.900-29.016 62.900-29.044Q62.900-29.071 62.873-29.071Q62.811-29.218 62.693-29.250Q62.575-29.283 62.363-29.283L62.363-29.563L63.761-29.563L63.761-29.283Q63.385-29.283 63.385-29.122Q63.385-29.091 63.392-29.071L64.147-27.133L64.834-28.883Q64.855-28.934 64.855-28.989Q64.855-29.129 64.742-29.206Q64.629-29.283 64.489-29.283L64.489-29.563L65.709-29.563L65.709-29.283Q65.504-29.283 65.349-29.177Q65.193-29.071 65.122-28.883L64.216-26.572Q64.182-26.477 64.069-26.477L64.001-26.477Q63.891-26.477 63.854-26.572L63.071-28.575L62.285-26.572Q62.251-26.477 62.138-26.477L62.069-26.477Q61.960-26.477 61.922-26.572\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M48.752 27.515V-72.07\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M118.462-52.153c0-5.5-4.459-9.958-9.959-9.958s-9.958 4.458-9.958 9.958 4.458 9.959 9.958 9.959 9.959-4.459 9.959-9.959Zm-9.959 0\"\u002F>\u003Cg transform=\"translate(123.093 -23.216)\">\u003Cpath d=\"M-17.630-26.545L-19.220-26.545L-19.220-26.825Q-18.577-26.825-18.420-27.225L-16.776-31.440Q-16.742-31.535-16.629-31.535L-16.547-31.535Q-16.437-31.535-16.396-31.440L-14.677-27.034Q-14.609-26.894-14.419-26.859Q-14.229-26.825-13.956-26.825L-13.956-26.545L-15.955-26.545L-15.955-26.825Q-15.391-26.825-15.391-27Q-15.391-27.017-15.393-27.024Q-15.395-27.030-15.398-27.034L-15.819-28.100L-17.777-28.100L-18.119-27.225Q-18.133-27.225-18.133-27.147Q-18.133-26.986-17.970-26.906Q-17.808-26.825-17.630-26.825L-17.630-26.545M-16.796-30.619L-17.664-28.380L-15.921-28.380L-16.796-30.619M-10.309-26.545L-12.838-26.545L-12.838-26.825Q-11.871-26.825-11.871-27.034L-11.871-30.653Q-12.264-30.465-12.886-30.465L-12.886-30.746Q-12.469-30.746-12.105-30.847Q-11.741-30.947-11.485-31.193L-11.358-31.193Q-11.293-31.176-11.276-31.108L-11.276-27.034Q-11.276-26.825-10.309-26.825\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M169.676-52.153c0-5.5-4.458-9.958-9.958-9.958s-9.958 4.458-9.958 9.958 4.458 9.959 9.958 9.959 9.958-4.459 9.958-9.959Zm-9.958 0\"\u002F>\u003Cg transform=\"translate(174.308 -23.216)\">\u003Cpath d=\"M-17.630-26.545L-19.220-26.545L-19.220-26.825Q-18.577-26.825-18.420-27.225L-16.776-31.440Q-16.742-31.535-16.629-31.535L-16.547-31.535Q-16.437-31.535-16.396-31.440L-14.677-27.034Q-14.609-26.894-14.419-26.859Q-14.229-26.825-13.956-26.825L-13.956-26.545L-15.955-26.545L-15.955-26.825Q-15.391-26.825-15.391-27Q-15.391-27.017-15.393-27.024Q-15.395-27.030-15.398-27.034L-15.819-28.100L-17.777-28.100L-18.119-27.225Q-18.133-27.225-18.133-27.147Q-18.133-26.986-17.970-26.906Q-17.808-26.825-17.630-26.825L-17.630-26.545M-16.796-30.619L-17.664-28.380L-15.921-28.380L-16.796-30.619M-10.309-26.545L-13.194-26.545L-13.194-26.747Q-13.194-26.777-13.166-26.805L-11.919-28.022Q-11.847-28.097-11.804-28.139Q-11.762-28.182-11.683-28.261Q-11.269-28.674-11.039-29.032Q-10.808-29.389-10.808-29.813Q-10.808-30.045-10.887-30.248Q-10.965-30.452-11.107-30.602Q-11.249-30.753-11.444-30.833Q-11.638-30.913-11.871-30.913Q-12.182-30.913-12.440-30.754Q-12.698-30.595-12.828-30.318L-12.807-30.318Q-12.640-30.318-12.532-30.207Q-12.425-30.096-12.425-29.932Q-12.425-29.775-12.534-29.662Q-12.643-29.549-12.807-29.549Q-12.968-29.549-13.081-29.662Q-13.194-29.775-13.194-29.932Q-13.194-30.308-12.985-30.595Q-12.777-30.882-12.442-31.038Q-12.107-31.193-11.751-31.193Q-11.327-31.193-10.948-31.035Q-10.569-30.876-10.335-30.559Q-10.100-30.243-10.100-29.813Q-10.100-29.502-10.241-29.233Q-10.381-28.965-10.586-28.760Q-10.791-28.555-11.153-28.273Q-11.515-27.991-11.625-27.895L-12.479-27.167L-11.837-27.167Q-11.574-27.167-11.285-27.169Q-10.996-27.170-10.777-27.179Q-10.558-27.188-10.541-27.205Q-10.480-27.270-10.442-27.437Q-10.405-27.605-10.367-27.847L-10.100-27.847\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M108.503-26.545v-13.45\"\u002F>\u003Cpath stroke=\"none\" d=\"m108.503-41.994-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(124.051 8.044)\">\u003Cpath d=\"M-19.261-28.028Q-19.261-28.370-19.126-28.669Q-18.991-28.968-18.751-29.192Q-18.512-29.416-18.194-29.541Q-17.876-29.666-17.545-29.666Q-17.100-29.666-16.701-29.450Q-16.301-29.235-16.066-28.857Q-15.832-28.480-15.832-28.028Q-15.832-27.687-15.974-27.403Q-16.116-27.119-16.360-26.912Q-16.605-26.706-16.914-26.591Q-17.223-26.477-17.545-26.477Q-17.975-26.477-18.377-26.678Q-18.779-26.880-19.020-27.232Q-19.261-27.584-19.261-28.028M-17.545-26.726Q-16.943-26.726-16.719-27.104Q-16.495-27.482-16.495-28.114Q-16.495-28.726-16.730-29.085Q-16.964-29.443-17.545-29.443Q-18.597-29.443-18.597-28.114Q-18.597-27.482-18.372-27.104Q-18.146-26.726-17.545-26.726M-12.226-26.545L-14.756-26.545L-14.756-26.825Q-13.788-26.825-13.788-27.034L-13.788-30.653Q-14.181-30.465-14.804-30.465L-14.804-30.746Q-14.387-30.746-14.023-30.847Q-13.659-30.947-13.402-31.193L-13.276-31.193Q-13.211-31.176-13.194-31.108L-13.194-27.034Q-13.194-26.825-12.226-26.825\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M159.718-26.545v-13.45\"\u002F>\u003Cpath stroke=\"none\" d=\"m159.718-41.994-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(175.266 8.044)\">\u003Cpath d=\"M-19.261-28.028Q-19.261-28.370-19.126-28.669Q-18.991-28.968-18.751-29.192Q-18.512-29.416-18.194-29.541Q-17.876-29.666-17.545-29.666Q-17.100-29.666-16.701-29.450Q-16.301-29.235-16.066-28.857Q-15.832-28.480-15.832-28.028Q-15.832-27.687-15.974-27.403Q-16.116-27.119-16.360-26.912Q-16.605-26.706-16.914-26.591Q-17.223-26.477-17.545-26.477Q-17.975-26.477-18.377-26.678Q-18.779-26.880-19.020-27.232Q-19.261-27.584-19.261-28.028M-17.545-26.726Q-16.943-26.726-16.719-27.104Q-16.495-27.482-16.495-28.114Q-16.495-28.726-16.730-29.085Q-16.964-29.443-17.545-29.443Q-18.597-29.443-18.597-28.114Q-18.597-27.482-18.372-27.104Q-18.146-26.726-17.545-26.726M-12.226-26.545L-15.111-26.545L-15.111-26.747Q-15.111-26.777-15.084-26.805L-13.836-28.022Q-13.764-28.097-13.722-28.139Q-13.679-28.182-13.600-28.261Q-13.187-28.674-12.956-29.032Q-12.725-29.389-12.725-29.813Q-12.725-30.045-12.804-30.248Q-12.883-30.452-13.024-30.602Q-13.166-30.753-13.361-30.833Q-13.556-30.913-13.788-30.913Q-14.099-30.913-14.357-30.754Q-14.616-30.595-14.745-30.318L-14.725-30.318Q-14.557-30.318-14.450-30.207Q-14.342-30.096-14.342-29.932Q-14.342-29.775-14.451-29.662Q-14.561-29.549-14.725-29.549Q-14.886-29.549-14.998-29.662Q-15.111-29.775-15.111-29.932Q-15.111-30.308-14.903-30.595Q-14.694-30.882-14.359-31.038Q-14.024-31.193-13.669-31.193Q-13.245-31.193-12.866-31.035Q-12.486-30.876-12.252-30.559Q-12.018-30.243-12.018-29.813Q-12.018-29.502-12.158-29.233Q-12.298-28.965-12.503-28.760Q-12.708-28.555-13.071-28.273Q-13.433-27.991-13.542-27.895L-14.397-27.167L-13.754-27.167Q-13.491-27.167-13.202-27.169Q-12.913-27.170-12.695-27.179Q-12.476-27.188-12.459-27.205Q-12.397-27.270-12.360-27.437Q-12.322-27.605-12.284-27.847L-12.018-27.847\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(102.665 53.919)\">\u003Cpath d=\"M-14.752-26.545L-19.155-26.545L-19.155-26.825Q-18.433-26.825-18.433-27.034L-18.433-30.835Q-18.433-31.046-19.155-31.046L-19.155-31.327L-14.865-31.327L-14.657-29.690L-14.920-29.690Q-14.978-30.161-15.080-30.426Q-15.183-30.691-15.367-30.824Q-15.552-30.958-15.824-31.002Q-16.096-31.046-16.595-31.046L-17.377-31.046Q-17.565-31.046-17.654-31.012Q-17.743-30.978-17.743-30.835L-17.743-29.170L-17.169-29.170Q-16.779-29.170-16.596-29.221Q-16.413-29.273-16.331-29.445Q-16.249-29.618-16.249-29.990L-15.986-29.990L-15.986-28.069L-16.249-28.069Q-16.249-28.442-16.331-28.615Q-16.413-28.787-16.596-28.838Q-16.779-28.890-17.169-28.890L-17.743-28.890L-17.743-27.034Q-17.743-26.894-17.654-26.859Q-17.565-26.825-17.377-26.825L-16.530-26.825Q-16-26.825-15.690-26.894Q-15.381-26.962-15.193-27.129Q-15.005-27.297-14.898-27.599Q-14.790-27.902-14.704-28.415L-14.438-28.415L-14.752-26.545M-12.155-26.545L-13.898-26.545L-13.898-26.825Q-13.153-26.825-12.848-27.225L-11.560-28.931L-12.989-30.835Q-13.115-30.978-13.308-31.012Q-13.501-31.046-13.792-31.046L-13.792-31.327L-11.779-31.327L-11.779-31.046Q-11.898-31.046-12.049-31.002Q-12.199-30.958-12.199-30.872Q-12.199-30.862-12.192-30.852Q-12.185-30.841-12.182-30.835L-11.153-29.464L-10.258-30.647Q-10.217-30.698-10.217-30.766Q-10.217-30.903-10.336-30.975Q-10.456-31.046-10.603-31.046L-10.603-31.327L-8.860-31.327L-8.860-31.046Q-9.601-31.046-9.909-30.647L-10.979-29.225L-9.342-27.034Q-9.212-26.894-9.019-26.859Q-8.826-26.825-8.528-26.825L-8.528-26.545L-10.552-26.545L-10.552-26.825Q-10.432-26.825-10.282-26.870Q-10.131-26.914-10.131-27Q-10.131-27.017-10.133-27.024Q-10.135-27.030-10.138-27.034L-11.386-28.695L-12.500-27.225Q-12.541-27.170-12.541-27.106Q-12.541-26.976-12.419-26.900Q-12.298-26.825-12.155-26.825L-12.155-26.545M-3.483-26.545L-7.886-26.545L-7.886-26.825Q-7.164-26.825-7.164-27.034L-7.164-30.835Q-7.164-31.046-7.886-31.046L-7.886-31.327L-3.596-31.327L-3.388-29.690L-3.651-29.690Q-3.709-30.161-3.811-30.426Q-3.914-30.691-4.098-30.824Q-4.283-30.958-4.555-31.002Q-4.826-31.046-5.326-31.046L-6.108-31.046Q-6.296-31.046-6.385-31.012Q-6.474-30.978-6.474-30.835L-6.474-29.170L-5.900-29.170Q-5.510-29.170-5.327-29.221Q-5.144-29.273-5.062-29.445Q-4.980-29.618-4.980-29.990L-4.717-29.990L-4.717-28.069L-4.980-28.069Q-4.980-28.442-5.062-28.615Q-5.144-28.787-5.327-28.838Q-5.510-28.890-5.900-28.890L-6.474-28.890L-6.474-27.034Q-6.474-26.894-6.385-26.859Q-6.296-26.825-6.108-26.825L-5.261-26.825Q-4.731-26.825-4.421-26.894Q-4.112-26.962-3.924-27.129Q-3.736-27.297-3.628-27.599Q-3.521-27.902-3.435-28.415L-3.169-28.415L-3.483-26.545M-2.407-28.938Q-2.407-29.464-2.190-29.932Q-1.972-30.400-1.590-30.746Q-1.207-31.091-0.723-31.279Q-0.240-31.467 0.290-31.467Q0.694-31.467 1.058-31.310Q1.422-31.152 1.705-30.858L2.129-31.440Q2.163-31.467 2.187-31.467L2.235-31.467Q2.266-31.467 2.290-31.443Q2.314-31.419 2.314-31.388L2.314-29.525Q2.314-29.502 2.288-29.476Q2.262-29.450 2.235-29.450L2.109-29.450Q2.047-29.450 2.033-29.525Q2.003-29.840 1.868-30.144Q1.733-30.448 1.517-30.682Q1.302-30.917 1.013-31.052Q0.724-31.187 0.396-31.187Q-0.246-31.187-0.704-30.893Q-1.162-30.599-1.395-30.086Q-1.627-29.573-1.627-28.938Q-1.627-28.466-1.497-28.057Q-1.367-27.649-1.108-27.336Q-0.848-27.024-0.469-26.854Q-0.089-26.685 0.403-26.685Q0.731-26.685 1.025-26.801Q1.319-26.918 1.553-27.133Q1.787-27.348 1.917-27.637Q2.047-27.926 2.047-28.254Q2.047-28.281 2.074-28.305Q2.102-28.329 2.122-28.329L2.235-28.329Q2.273-28.329 2.293-28.304Q2.314-28.278 2.314-28.240Q2.314-27.844 2.148-27.507Q1.982-27.170 1.695-26.923Q1.408-26.675 1.039-26.540Q0.670-26.405 0.290-26.405Q-0.229-26.405-0.721-26.595Q-1.214-26.784-1.593-27.128Q-1.972-27.471-2.190-27.940Q-2.407-28.408-2.407-28.938M3.910-28.128L3.910-30.835Q3.910-31.046 3.189-31.046L3.189-31.327L5.321-31.327L5.321-31.046Q4.600-31.046 4.600-30.835L4.600-28.148Q4.600-27.731 4.737-27.403Q4.874-27.075 5.156-26.880Q5.438-26.685 5.862-26.685Q6.166-26.685 6.434-26.795Q6.702-26.904 6.902-27.104Q7.102-27.304 7.213-27.570Q7.324-27.837 7.324-28.148L7.324-30.647Q7.324-31.046 6.603-31.046L6.603-31.327L8.326-31.327L8.326-31.046Q7.605-31.046 7.605-30.647L7.605-28.128Q7.605-27.666 7.367-27.266Q7.130-26.866 6.726-26.636Q6.323-26.405 5.862-26.405Q5.376-26.405 4.923-26.624Q4.470-26.842 4.190-27.237Q3.910-27.632 3.910-28.128M12.930-26.545L10.192-26.545L10.192-26.825Q10.541-26.825 10.877-26.861Q11.214-26.897 11.214-27.034L11.214-30.835Q11.214-30.978 11.125-31.012Q11.036-31.046 10.852-31.046L10.493-31.046Q10.192-31.046 9.977-30.999Q9.761-30.951 9.604-30.794Q9.467-30.660 9.408-30.382Q9.348-30.103 9.310-29.690L9.044-29.690L9.191-31.327L13.924-31.327L14.071-29.690L13.805-29.690Q13.767-30.103 13.711-30.380Q13.654-30.657 13.511-30.794Q13.350-30.954 13.138-31Q12.926-31.046 12.622-31.046L12.270-31.046Q12.086-31.046 11.997-31.012Q11.908-30.978 11.908-30.835L11.908-27.034Q11.908-26.897 12.245-26.861Q12.581-26.825 12.930-26.825L12.930-26.545M16.960-26.545L14.755-26.545L14.755-26.825Q15.514-26.825 15.514-27.034L15.514-30.835Q15.514-31.046 14.755-31.046L14.755-31.327L16.960-31.327L16.960-31.046Q16.204-31.046 16.204-30.835L16.204-27.034Q16.204-26.825 16.960-26.825L16.960-26.545M17.787-28.910Q17.787-29.597 18.135-30.187Q18.484-30.776 19.079-31.122Q19.674-31.467 20.364-31.467Q21.054-31.467 21.649-31.122Q22.244-30.776 22.592-30.187Q22.941-29.597 22.941-28.910Q22.941-28.223 22.589-27.649Q22.237-27.075 21.644-26.740Q21.051-26.405 20.364-26.405Q19.851-26.405 19.383-26.598Q18.915-26.791 18.556-27.133Q18.197-27.475 17.992-27.936Q17.787-28.398 17.787-28.910M20.364-26.665Q20.969-26.665 21.376-27.010Q21.782-27.355 21.972-27.893Q22.162-28.432 22.162-29.030Q22.162-29.464 22.051-29.852Q21.940-30.240 21.714-30.547Q21.488-30.855 21.147-31.035Q20.805-31.214 20.364-31.214Q19.926-31.214 19.588-31.038Q19.250-30.862 19.021-30.547Q18.792-30.233 18.679-29.840Q18.566-29.447 18.566-29.030Q18.566-28.442 18.758-27.899Q18.949-27.355 19.356-27.010Q19.762-26.665 20.364-26.665M25.549-26.545L23.816-26.545L23.816-26.825Q24.537-26.825 24.537-27.225L24.537-31.012Q24.305-31.046 23.816-31.046L23.816-31.327L25.173-31.327Q25.214-31.313 25.235-31.299L27.938-27.652L27.938-30.647Q27.938-31.046 27.217-31.046L27.217-31.327L28.953-31.327L28.953-31.046Q28.232-31.046 28.232-30.647L28.232-26.637Q28.215-26.562 28.147-26.545L28.027-26.545Q27.979-26.555 27.966-26.579L24.831-30.800L24.831-27.225Q24.831-26.825 25.549-26.825L25.549-26.545M30.050-26.965Q30.050-27.133 30.174-27.256Q30.297-27.379 30.471-27.379Q30.638-27.379 30.761-27.256Q30.884-27.133 30.884-26.965Q30.884-26.791 30.761-26.668Q30.638-26.545 30.471-26.545Q30.297-26.545 30.174-26.668Q30.050-26.791 30.050-26.965M30.050-29.149Q30.050-29.317 30.174-29.440Q30.297-29.563 30.471-29.563Q30.638-29.563 30.761-29.440Q30.884-29.317 30.884-29.149Q30.884-28.975 30.761-28.852Q30.638-28.729 30.471-28.729Q30.297-28.729 30.174-28.852Q30.050-28.975 30.050-29.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.665 53.919)\">\u003Cpath d=\"M36.309-26.545L34.706-26.545L34.706-26.825Q34.932-26.825 35.081-26.859Q35.229-26.894 35.229-27.034L35.229-30.653Q35.229-30.923 35.122-30.985Q35.014-31.046 34.706-31.046L34.706-31.327L35.783-31.402L35.783-27.034Q35.783-26.897 35.933-26.861Q36.084-26.825 36.309-26.825L36.309-26.545M36.863-28.028Q36.863-28.370 36.998-28.669Q37.133-28.968 37.372-29.192Q37.612-29.416 37.930-29.541Q38.247-29.666 38.579-29.666Q39.023-29.666 39.423-29.450Q39.823-29.235 40.057-28.857Q40.291-28.480 40.291-28.028Q40.291-27.687 40.150-27.403Q40.008-27.119 39.763-26.912Q39.519-26.706 39.210-26.591Q38.900-26.477 38.579-26.477Q38.148-26.477 37.747-26.678Q37.345-26.880 37.104-27.232Q36.863-27.584 36.863-28.028M38.579-26.726Q39.181-26.726 39.404-27.104Q39.628-27.482 39.628-28.114Q39.628-28.726 39.394-29.085Q39.160-29.443 38.579-29.443Q37.526-29.443 37.526-28.114Q37.526-27.482 37.752-27.104Q37.977-26.726 38.579-26.726\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.665 53.919)\">\u003Cpath d=\"M41.107-28.056Q41.107-28.384 41.242-28.685Q41.377-28.985 41.613-29.206Q41.849-29.426 42.153-29.546Q42.458-29.666 42.782-29.666Q43.288-29.666 43.637-29.563Q43.985-29.461 43.985-29.085Q43.985-28.938 43.888-28.837Q43.791-28.736 43.644-28.736Q43.490-28.736 43.391-28.835Q43.292-28.934 43.292-29.085Q43.292-29.273 43.432-29.365Q43.230-29.416 42.789-29.416Q42.434-29.416 42.205-29.220Q41.976-29.023 41.875-28.714Q41.774-28.404 41.774-28.056Q41.774-27.707 41.900-27.401Q42.027-27.095 42.282-26.911Q42.536-26.726 42.892-26.726Q43.114-26.726 43.298-26.810Q43.483-26.894 43.618-27.049Q43.753-27.205 43.811-27.413Q43.825-27.468 43.879-27.468L43.992-27.468Q44.023-27.468 44.045-27.444Q44.067-27.420 44.067-27.386L44.067-27.365Q43.982-27.078 43.794-26.880Q43.606-26.682 43.341-26.579Q43.076-26.477 42.782-26.477Q42.352-26.477 41.964-26.683Q41.576-26.890 41.342-27.253Q41.107-27.615 41.107-28.056M44.713-27.273Q44.713-27.605 44.937-27.832Q45.161-28.059 45.505-28.187Q45.848-28.316 46.221-28.368Q46.593-28.421 46.897-28.421L46.897-28.674Q46.897-28.879 46.790-29.059Q46.682-29.238 46.501-29.341Q46.320-29.443 46.111-29.443Q45.705-29.443 45.469-29.351Q45.558-29.314 45.604-29.230Q45.650-29.146 45.650-29.044Q45.650-28.948 45.604-28.869Q45.558-28.791 45.477-28.746Q45.397-28.702 45.308-28.702Q45.158-28.702 45.057-28.799Q44.956-28.897 44.956-29.044Q44.956-29.666 46.111-29.666Q46.323-29.666 46.573-29.602Q46.822-29.539 47.024-29.420Q47.226-29.300 47.352-29.115Q47.479-28.931 47.479-28.688L47.479-27.112Q47.479-26.996 47.540-26.900Q47.602-26.805 47.714-26.805Q47.824-26.805 47.889-26.899Q47.954-26.993 47.954-27.112L47.954-27.560L48.220-27.560L48.220-27.112Q48.220-26.842 47.993-26.677Q47.766-26.511 47.485-26.511Q47.277-26.511 47.140-26.665Q47.003-26.818 46.980-27.034Q46.833-26.767 46.551-26.622Q46.269-26.477 45.944-26.477Q45.667-26.477 45.383-26.552Q45.100-26.627 44.907-26.806Q44.713-26.986 44.713-27.273M45.329-27.273Q45.329-27.099 45.429-26.969Q45.530-26.839 45.686-26.769Q45.841-26.699 46.005-26.699Q46.224-26.699 46.433-26.796Q46.641-26.894 46.769-27.075Q46.897-27.256 46.897-27.482L46.897-28.210Q46.573-28.210 46.207-28.119Q45.841-28.028 45.585-27.816Q45.329-27.605 45.329-27.273M50.305-26.545L48.702-26.545L48.702-26.825Q48.928-26.825 49.076-26.859Q49.225-26.894 49.225-27.034L49.225-30.653Q49.225-30.923 49.117-30.985Q49.010-31.046 48.702-31.046L48.702-31.327L49.779-31.402L49.779-27.034Q49.779-26.897 49.929-26.861Q50.080-26.825 50.305-26.825\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.665 53.919)\">\u003Cpath d=\"M53.566-28.028Q53.566-28.370 53.701-28.669Q53.836-28.968 54.076-29.192Q54.315-29.416 54.633-29.541Q54.951-29.666 55.282-29.666Q55.727-29.666 56.126-29.450Q56.526-29.235 56.761-28.857Q56.995-28.480 56.995-28.028Q56.995-27.687 56.853-27.403Q56.711-27.119 56.467-26.912Q56.222-26.706 55.913-26.591Q55.604-26.477 55.282-26.477Q54.852-26.477 54.450-26.678Q54.048-26.880 53.807-27.232Q53.566-27.584 53.566-28.028M55.282-26.726Q55.884-26.726 56.108-27.104Q56.332-27.482 56.332-28.114Q56.332-28.726 56.097-29.085Q55.863-29.443 55.282-29.443Q54.230-29.443 54.230-28.114Q54.230-27.482 54.455-27.104Q54.681-26.726 55.282-26.726M58.396-26.545L58.129-26.545L58.129-30.653Q58.129-30.923 58.022-30.985Q57.914-31.046 57.603-31.046L57.603-31.327L58.683-31.402L58.683-29.232Q58.892-29.423 59.177-29.527Q59.462-29.631 59.760-29.631Q60.078-29.631 60.375-29.510Q60.672-29.389 60.895-29.173Q61.117-28.958 61.243-28.673Q61.370-28.387 61.370-28.056Q61.370-27.611 61.130-27.247Q60.891-26.883 60.498-26.680Q60.105-26.477 59.661-26.477Q59.466-26.477 59.276-26.533Q59.086-26.589 58.926-26.694Q58.765-26.798 58.625-26.959L58.396-26.545M58.710-28.890L58.710-27.273Q58.847-27.013 59.088-26.856Q59.329-26.699 59.606-26.699Q59.900-26.699 60.112-26.806Q60.324-26.914 60.457-27.106Q60.590-27.297 60.648-27.536Q60.707-27.775 60.707-28.056Q60.707-28.415 60.613-28.719Q60.519-29.023 60.291-29.216Q60.064-29.409 59.698-29.409Q59.397-29.409 59.131-29.273Q58.864-29.136 58.710-28.890M62.005-26.552L62.005-27.615Q62.005-27.639 62.033-27.666Q62.060-27.693 62.084-27.693L62.193-27.693Q62.258-27.693 62.272-27.635Q62.368-27.201 62.614-26.950Q62.860-26.699 63.273-26.699Q63.615-26.699 63.868-26.832Q64.121-26.965 64.121-27.273Q64.121-27.430 64.027-27.545Q63.933-27.659 63.795-27.728Q63.656-27.796 63.489-27.834L62.908-27.933Q62.552-28.001 62.279-28.222Q62.005-28.442 62.005-28.784Q62.005-29.033 62.116-29.208Q62.228-29.382 62.414-29.481Q62.600-29.580 62.815-29.623Q63.031-29.666 63.273-29.666Q63.687-29.666 63.967-29.484L64.183-29.659Q64.193-29.662 64.200-29.664Q64.207-29.666 64.217-29.666L64.268-29.666Q64.295-29.666 64.319-29.642Q64.343-29.618 64.343-29.590L64.343-28.743Q64.343-28.722 64.319-28.695Q64.295-28.668 64.268-28.668L64.155-28.668Q64.128-28.668 64.102-28.693Q64.077-28.719 64.077-28.743Q64.077-28.979 63.971-29.143Q63.865-29.307 63.682-29.389Q63.499-29.471 63.267-29.471Q62.939-29.471 62.682-29.368Q62.426-29.266 62.426-28.989Q62.426-28.794 62.609-28.685Q62.792-28.575 63.021-28.534L63.595-28.428Q63.841-28.380 64.054-28.252Q64.268-28.124 64.405-27.921Q64.542-27.717 64.542-27.468Q64.542-26.955 64.176-26.716Q63.810-26.477 63.273-26.477Q62.778-26.477 62.446-26.771L62.180-26.497Q62.159-26.477 62.132-26.477L62.084-26.477Q62.060-26.477 62.033-26.504Q62.005-26.531 62.005-26.552\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.665 53.919)\">\u003Cpath d=\"M67.831-28.028Q67.831-28.370 67.966-28.669Q68.101-28.968 68.341-29.192Q68.580-29.416 68.898-29.541Q69.216-29.666 69.547-29.666Q69.992-29.666 70.391-29.450Q70.791-29.235 71.026-28.857Q71.260-28.480 71.260-28.028Q71.260-27.687 71.118-27.403Q70.976-27.119 70.732-26.912Q70.487-26.706 70.178-26.591Q69.869-26.477 69.547-26.477Q69.117-26.477 68.715-26.678Q68.313-26.880 68.072-27.232Q67.831-27.584 67.831-28.028M69.547-26.726Q70.149-26.726 70.373-27.104Q70.597-27.482 70.597-28.114Q70.597-28.726 70.362-29.085Q70.128-29.443 69.547-29.443Q68.495-29.443 68.495-28.114Q68.495-27.482 68.720-27.104Q68.946-26.726 69.547-26.726M73.536-26.545L71.902-26.545L71.902-26.825Q72.131-26.825 72.280-26.859Q72.429-26.894 72.429-27.034L72.429-28.883Q72.429-29.153 72.321-29.214Q72.213-29.276 71.902-29.276L71.902-29.556L72.962-29.631L72.962-28.982Q73.133-29.290 73.437-29.461Q73.741-29.631 74.086-29.631Q74.592-29.631 74.876-29.408Q75.160-29.184 75.160-28.688L75.160-27.034Q75.160-26.897 75.308-26.861Q75.457-26.825 75.683-26.825L75.683-26.545L74.052-26.545L74.052-26.825Q74.281-26.825 74.430-26.859Q74.579-26.894 74.579-27.034L74.579-28.674Q74.579-29.009 74.459-29.209Q74.339-29.409 74.025-29.409Q73.755-29.409 73.521-29.273Q73.287-29.136 73.148-28.902Q73.010-28.668 73.010-28.394L73.010-27.034Q73.010-26.897 73.160-26.861Q73.310-26.825 73.536-26.825L73.536-26.545M77.938-26.545L76.335-26.545L76.335-26.825Q76.561-26.825 76.710-26.859Q76.858-26.894 76.858-27.034L76.858-30.653Q76.858-30.923 76.751-30.985Q76.643-31.046 76.335-31.046L76.335-31.327L77.412-31.402L77.412-27.034Q77.412-26.897 77.562-26.861Q77.713-26.825 77.938-26.825L77.938-26.545M78.868-25.410Q78.998-25.342 79.135-25.342Q79.306-25.342 79.456-25.431Q79.606-25.520 79.717-25.665Q79.829-25.810 79.907-25.978L80.170-26.545L79.001-29.071Q78.926-29.218 78.796-29.250Q78.666-29.283 78.434-29.283L78.434-29.563L79.955-29.563L79.955-29.283Q79.606-29.283 79.606-29.136Q79.610-29.115 79.611-29.098Q79.613-29.081 79.613-29.071L80.471-27.212L81.244-28.883Q81.278-28.951 81.278-29.030Q81.278-29.143 81.194-29.213Q81.110-29.283 80.997-29.283L80.997-29.563L82.194-29.563L82.194-29.283Q81.975-29.283 81.802-29.179Q81.630-29.074 81.537-28.883L80.201-25.978Q80.030-25.608 79.760-25.362Q79.490-25.116 79.135-25.116Q78.865-25.116 78.646-25.282Q78.427-25.448 78.427-25.711Q78.427-25.848 78.519-25.937Q78.612-26.025 78.752-26.025Q78.889-26.025 78.977-25.937Q79.066-25.848 79.066-25.711Q79.066-25.608 79.013-25.530Q78.960-25.451 78.868-25.410\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The two phases of CTDE. At training time (left) a centralized critic reads the global state and every agent&#39;s action, so its learning target is stationary; at execution time (right) the critic is discarded and each actor runs on its own local observation alone. The global view is used only where it is free.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:418.775px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 314.081 139.962\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-46.427-15.33h62.596v-31.298h-62.596Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-124.16 1.75)\">\u003Cpath d=\"M81.983-31.707Q81.983-32.039 82.206-32.266Q82.430-32.493 82.774-32.621Q83.117-32.750 83.490-32.802Q83.862-32.855 84.167-32.855L84.167-33.108Q84.167-33.313 84.059-33.493Q83.951-33.672 83.770-33.775Q83.589-33.877 83.381-33.877Q82.974-33.877 82.738-33.785Q82.827-33.748 82.873-33.664Q82.919-33.580 82.919-33.478Q82.919-33.382 82.873-33.303Q82.827-33.225 82.746-33.180Q82.666-33.136 82.577-33.136Q82.427-33.136 82.326-33.233Q82.225-33.331 82.225-33.478Q82.225-34.100 83.381-34.100Q83.592-34.100 83.842-34.036Q84.091-33.973 84.293-33.854Q84.495-33.734 84.621-33.549Q84.748-33.365 84.748-33.122L84.748-31.546Q84.748-31.430 84.809-31.334Q84.871-31.239 84.984-31.239Q85.093-31.239 85.158-31.333Q85.223-31.427 85.223-31.546L85.223-31.994L85.489-31.994L85.489-31.546Q85.489-31.276 85.262-31.111Q85.035-30.945 84.755-30.945Q84.546-30.945 84.409-31.099Q84.273-31.252 84.249-31.468Q84.102-31.201 83.820-31.056Q83.538-30.911 83.213-30.911Q82.936-30.911 82.652-30.986Q82.369-31.061 82.176-31.240Q81.983-31.420 81.983-31.707M82.598-31.707Q82.598-31.533 82.699-31.403Q82.799-31.273 82.955-31.203Q83.110-31.133 83.275-31.133Q83.493-31.133 83.702-31.230Q83.910-31.328 84.038-31.509Q84.167-31.690 84.167-31.916L84.167-32.644Q83.842-32.644 83.476-32.553Q83.110-32.462 82.854-32.250Q82.598-32.039 82.598-31.707M85.906-32.490Q85.906-32.818 86.041-33.119Q86.176-33.419 86.412-33.640Q86.648-33.860 86.952-33.980Q87.256-34.100 87.581-34.100Q88.087-34.100 88.436-33.997Q88.784-33.895 88.784-33.519Q88.784-33.372 88.687-33.271Q88.589-33.170 88.443-33.170Q88.289-33.170 88.190-33.269Q88.090-33.368 88.090-33.519Q88.090-33.707 88.231-33.799Q88.029-33.850 87.588-33.850Q87.233-33.850 87.004-33.654Q86.775-33.457 86.674-33.148Q86.573-32.838 86.573-32.490Q86.573-32.141 86.699-31.835Q86.826-31.529 87.080-31.345Q87.335-31.160 87.691-31.160Q87.913-31.160 88.097-31.244Q88.282-31.328 88.417-31.483Q88.552-31.639 88.610-31.847Q88.624-31.902 88.678-31.902L88.791-31.902Q88.822-31.902 88.844-31.878Q88.866-31.854 88.866-31.820L88.866-31.799Q88.781-31.512 88.593-31.314Q88.405-31.116 88.140-31.013Q87.875-30.911 87.581-30.911Q87.151-30.911 86.763-31.117Q86.375-31.324 86.141-31.687Q85.906-32.049 85.906-32.490M89.981-31.820L89.981-33.717L89.341-33.717L89.341-33.939Q89.659-33.939 89.876-34.149Q90.093-34.359 90.194-34.669Q90.295-34.978 90.295-35.286L90.562-35.286L90.562-33.997L91.638-33.997L91.638-33.717L90.562-33.717L90.562-31.833Q90.562-31.557 90.666-31.358Q90.770-31.160 91.030-31.160Q91.187-31.160 91.293-31.264Q91.399-31.369 91.449-31.522Q91.498-31.676 91.498-31.833L91.498-32.247L91.765-32.247L91.765-31.820Q91.765-31.594 91.666-31.384Q91.567-31.174 91.382-31.042Q91.197-30.911 90.968-30.911Q90.531-30.911 90.256-31.148Q89.981-31.386 89.981-31.820M92.534-32.462Q92.534-32.804 92.669-33.103Q92.804-33.402 93.043-33.626Q93.282-33.850 93.600-33.975Q93.918-34.100 94.250-34.100Q94.694-34.100 95.094-33.884Q95.494-33.669 95.728-33.291Q95.962-32.914 95.962-32.462Q95.962-32.121 95.820-31.837Q95.678-31.553 95.434-31.346Q95.190-31.140 94.880-31.025Q94.571-30.911 94.250-30.911Q93.819-30.911 93.417-31.112Q93.016-31.314 92.775-31.666Q92.534-32.018 92.534-32.462M94.250-31.160Q94.851-31.160 95.075-31.538Q95.299-31.916 95.299-32.548Q95.299-33.160 95.065-33.519Q94.831-33.877 94.250-33.877Q93.197-33.877 93.197-32.548Q93.197-31.916 93.422-31.538Q93.648-31.160 94.250-31.160M98.307-30.979L96.570-30.979L96.570-31.259Q96.799-31.259 96.948-31.293Q97.097-31.328 97.097-31.468L97.097-33.317Q97.097-33.587 96.989-33.648Q96.881-33.710 96.570-33.710L96.570-33.990L97.599-34.065L97.599-33.358Q97.729-33.666 97.972-33.865Q98.214-34.065 98.532-34.065Q98.751-34.065 98.922-33.941Q99.093-33.816 99.093-33.604Q99.093-33.467 98.994-33.368Q98.895-33.269 98.761-33.269Q98.625-33.269 98.526-33.368Q98.426-33.467 98.426-33.604Q98.426-33.744 98.526-33.843Q98.235-33.843 98.035-33.647Q97.835-33.450 97.743-33.156Q97.651-32.862 97.651-32.582L97.651-31.468Q97.651-31.259 98.307-31.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-124.16 1.75)\">\u003Cpath d=\"M104.078-30.979L102.444-30.979L102.444-31.259Q102.673-31.259 102.822-31.293Q102.971-31.328 102.971-31.468L102.971-33.317Q102.971-33.587 102.863-33.648Q102.755-33.710 102.444-33.710L102.444-33.990L103.504-34.065L103.504-33.416Q103.675-33.724 103.979-33.895Q104.283-34.065 104.628-34.065Q105.028-34.065 105.305-33.925Q105.582-33.785 105.667-33.437Q105.835-33.730 106.134-33.898Q106.433-34.065 106.778-34.065Q107.284-34.065 107.568-33.842Q107.852-33.618 107.852-33.122L107.852-31.468Q107.852-31.331 108-31.295Q108.149-31.259 108.374-31.259L108.374-30.979L106.744-30.979L106.744-31.259Q106.970-31.259 107.120-31.295Q107.270-31.331 107.270-31.468L107.270-33.108Q107.270-33.443 107.151-33.643Q107.031-33.843 106.717-33.843Q106.447-33.843 106.213-33.707Q105.978-33.570 105.840-33.336Q105.702-33.102 105.702-32.828L105.702-31.468Q105.702-31.331 105.850-31.295Q105.999-31.259 106.225-31.259L106.225-30.979L104.594-30.979L104.594-31.259Q104.823-31.259 104.972-31.293Q105.121-31.328 105.121-31.468L105.121-33.108Q105.121-33.443 105.001-33.643Q104.881-33.843 104.567-33.843Q104.297-33.843 104.063-33.707Q103.829-33.570 103.690-33.336Q103.552-33.102 103.552-32.828L103.552-31.468Q103.552-31.331 103.702-31.295Q103.853-31.259 104.078-31.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-124.16 1.75)\">\u003Cpath d=\"M109.326-31.813L109.326-33.317Q109.326-33.587 109.218-33.648Q109.110-33.710 108.799-33.710L108.799-33.990L109.907-34.065L109.907-31.833L109.907-31.813Q109.907-31.533 109.958-31.389Q110.009-31.246 110.151-31.189Q110.293-31.133 110.580-31.133Q110.833-31.133 111.038-31.273Q111.243-31.413 111.359-31.639Q111.476-31.864 111.476-32.114L111.476-33.317Q111.476-33.587 111.368-33.648Q111.260-33.710 110.949-33.710L110.949-33.990L112.057-34.065L112.057-31.652Q112.057-31.461 112.110-31.379Q112.163-31.297 112.263-31.278Q112.364-31.259 112.580-31.259L112.580-30.979L111.503-30.911L111.503-31.475Q111.394-31.293 111.248-31.170Q111.103-31.047 110.917-30.979Q110.730-30.911 110.529-30.911Q109.326-30.911 109.326-31.813M115.051-32.233L112.993-32.233L112.993-32.736L115.051-32.736L115.051-32.233M118.865-30.979L116.336-30.979L116.336-31.259Q117.303-31.259 117.303-31.468L117.303-35.087Q116.910-34.899 116.288-34.899L116.288-35.180Q116.705-35.180 117.069-35.281Q117.433-35.381 117.689-35.627L117.816-35.627Q117.881-35.610 117.898-35.542L117.898-31.468Q117.898-31.259 118.865-31.259L118.865-30.979M121.965-29.229Q121.415-29.629 121.044-30.184Q120.673-30.740 120.492-31.386Q120.311-32.032 120.311-32.729Q120.311-33.242 120.412-33.737Q120.513-34.233 120.718-34.684Q120.923-35.135 121.236-35.527Q121.548-35.918 121.965-36.222Q121.976-36.226 121.982-36.227Q121.989-36.229 121.999-36.229L122.068-36.229Q122.102-36.229 122.124-36.205Q122.146-36.181 122.146-36.144Q122.146-36.099 122.119-36.082Q121.770-35.781 121.518-35.397Q121.265-35.012 121.113-34.571Q120.960-34.130 120.889-33.674Q120.817-33.218 120.817-32.729Q120.817-31.728 121.126-30.841Q121.436-29.954 122.119-29.369Q122.146-29.352 122.146-29.308Q122.146-29.270 122.124-29.246Q122.102-29.222 122.068-29.222L121.999-29.222Q121.993-29.226 121.984-29.227Q121.976-29.229 121.965-29.229M122.916-32.462Q122.916-32.804 123.051-33.103Q123.186-33.402 123.425-33.626Q123.664-33.850 123.982-33.975Q124.300-34.100 124.631-34.100Q125.076-34.100 125.476-33.884Q125.875-33.669 126.110-33.291Q126.344-32.914 126.344-32.462Q126.344-32.121 126.202-31.837Q126.060-31.553 125.816-31.346Q125.571-31.140 125.262-31.025Q124.953-30.911 124.631-30.911Q124.201-30.911 123.799-31.112Q123.397-31.314 123.156-31.666Q122.916-32.018 122.916-32.462M124.631-31.160Q125.233-31.160 125.457-31.538Q125.681-31.916 125.681-32.548Q125.681-33.160 125.447-33.519Q125.212-33.877 124.631-33.877Q123.579-33.877 123.579-32.548Q123.579-31.916 123.804-31.538Q124.030-31.160 124.631-31.160M128.822-32.233L126.764-32.233L126.764-32.736L128.822-32.736L128.822-32.233M132.636-30.979L130.107-30.979L130.107-31.259Q131.074-31.259 131.074-31.468L131.074-35.087Q130.681-34.899 130.059-34.899L130.059-35.180Q130.476-35.180 130.840-35.281Q131.204-35.381 131.460-35.627L131.587-35.627Q131.652-35.610 131.669-35.542L131.669-31.468Q131.669-31.259 132.636-31.259L132.636-30.979M133.928-29.222L133.860-29.222Q133.826-29.222 133.803-29.248Q133.781-29.273 133.781-29.308Q133.781-29.352 133.812-29.369Q134.167-29.673 134.417-30.063Q134.666-30.453 134.819-30.885Q134.971-31.317 135.041-31.786Q135.111-32.254 135.111-32.729Q135.111-33.208 135.041-33.674Q134.971-34.141 134.817-34.576Q134.663-35.012 134.412-35.400Q134.161-35.788 133.812-36.082Q133.781-36.099 133.781-36.144Q133.781-36.178 133.803-36.203Q133.826-36.229 133.860-36.229L133.928-36.229Q133.938-36.229 133.947-36.227Q133.956-36.226 133.966-36.222Q134.509-35.822 134.882-35.269Q135.254-34.715 135.436-34.069Q135.617-33.423 135.617-32.729Q135.617-32.028 135.436-31.381Q135.254-30.733 134.880-30.179Q134.506-29.625 133.966-29.229Q133.956-29.229 133.947-29.227Q133.938-29.226 133.928-29.222\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M50.312-15.33h62.596v-31.298H50.312Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-27.42 1.75)\">\u003Cpath d=\"M81.983-31.707Q81.983-32.039 82.206-32.266Q82.430-32.493 82.774-32.621Q83.117-32.750 83.490-32.802Q83.862-32.855 84.167-32.855L84.167-33.108Q84.167-33.313 84.059-33.493Q83.951-33.672 83.770-33.775Q83.589-33.877 83.381-33.877Q82.974-33.877 82.738-33.785Q82.827-33.748 82.873-33.664Q82.919-33.580 82.919-33.478Q82.919-33.382 82.873-33.303Q82.827-33.225 82.746-33.180Q82.666-33.136 82.577-33.136Q82.427-33.136 82.326-33.233Q82.225-33.331 82.225-33.478Q82.225-34.100 83.381-34.100Q83.592-34.100 83.842-34.036Q84.091-33.973 84.293-33.854Q84.495-33.734 84.621-33.549Q84.748-33.365 84.748-33.122L84.748-31.546Q84.748-31.430 84.809-31.334Q84.871-31.239 84.984-31.239Q85.093-31.239 85.158-31.333Q85.223-31.427 85.223-31.546L85.223-31.994L85.489-31.994L85.489-31.546Q85.489-31.276 85.262-31.111Q85.035-30.945 84.755-30.945Q84.546-30.945 84.409-31.099Q84.273-31.252 84.249-31.468Q84.102-31.201 83.820-31.056Q83.538-30.911 83.213-30.911Q82.936-30.911 82.652-30.986Q82.369-31.061 82.176-31.240Q81.983-31.420 81.983-31.707M82.598-31.707Q82.598-31.533 82.699-31.403Q82.799-31.273 82.955-31.203Q83.110-31.133 83.275-31.133Q83.493-31.133 83.702-31.230Q83.910-31.328 84.038-31.509Q84.167-31.690 84.167-31.916L84.167-32.644Q83.842-32.644 83.476-32.553Q83.110-32.462 82.854-32.250Q82.598-32.039 82.598-31.707M85.906-32.490Q85.906-32.818 86.041-33.119Q86.176-33.419 86.412-33.640Q86.648-33.860 86.952-33.980Q87.256-34.100 87.581-34.100Q88.087-34.100 88.436-33.997Q88.784-33.895 88.784-33.519Q88.784-33.372 88.687-33.271Q88.589-33.170 88.443-33.170Q88.289-33.170 88.190-33.269Q88.090-33.368 88.090-33.519Q88.090-33.707 88.231-33.799Q88.029-33.850 87.588-33.850Q87.233-33.850 87.004-33.654Q86.775-33.457 86.674-33.148Q86.573-32.838 86.573-32.490Q86.573-32.141 86.699-31.835Q86.826-31.529 87.080-31.345Q87.335-31.160 87.691-31.160Q87.913-31.160 88.097-31.244Q88.282-31.328 88.417-31.483Q88.552-31.639 88.610-31.847Q88.624-31.902 88.678-31.902L88.791-31.902Q88.822-31.902 88.844-31.878Q88.866-31.854 88.866-31.820L88.866-31.799Q88.781-31.512 88.593-31.314Q88.405-31.116 88.140-31.013Q87.875-30.911 87.581-30.911Q87.151-30.911 86.763-31.117Q86.375-31.324 86.141-31.687Q85.906-32.049 85.906-32.490M89.981-31.820L89.981-33.717L89.341-33.717L89.341-33.939Q89.659-33.939 89.876-34.149Q90.093-34.359 90.194-34.669Q90.295-34.978 90.295-35.286L90.562-35.286L90.562-33.997L91.638-33.997L91.638-33.717L90.562-33.717L90.562-31.833Q90.562-31.557 90.666-31.358Q90.770-31.160 91.030-31.160Q91.187-31.160 91.293-31.264Q91.399-31.369 91.449-31.522Q91.498-31.676 91.498-31.833L91.498-32.247L91.765-32.247L91.765-31.820Q91.765-31.594 91.666-31.384Q91.567-31.174 91.382-31.042Q91.197-30.911 90.968-30.911Q90.531-30.911 90.256-31.148Q89.981-31.386 89.981-31.820M92.534-32.462Q92.534-32.804 92.669-33.103Q92.804-33.402 93.043-33.626Q93.282-33.850 93.600-33.975Q93.918-34.100 94.250-34.100Q94.694-34.100 95.094-33.884Q95.494-33.669 95.728-33.291Q95.962-32.914 95.962-32.462Q95.962-32.121 95.820-31.837Q95.678-31.553 95.434-31.346Q95.190-31.140 94.880-31.025Q94.571-30.911 94.250-30.911Q93.819-30.911 93.417-31.112Q93.016-31.314 92.775-31.666Q92.534-32.018 92.534-32.462M94.250-31.160Q94.851-31.160 95.075-31.538Q95.299-31.916 95.299-32.548Q95.299-33.160 95.065-33.519Q94.831-33.877 94.250-33.877Q93.197-33.877 93.197-32.548Q93.197-31.916 93.422-31.538Q93.648-31.160 94.250-31.160M98.307-30.979L96.570-30.979L96.570-31.259Q96.799-31.259 96.948-31.293Q97.097-31.328 97.097-31.468L97.097-33.317Q97.097-33.587 96.989-33.648Q96.881-33.710 96.570-33.710L96.570-33.990L97.599-34.065L97.599-33.358Q97.729-33.666 97.972-33.865Q98.214-34.065 98.532-34.065Q98.751-34.065 98.922-33.941Q99.093-33.816 99.093-33.604Q99.093-33.467 98.994-33.368Q98.895-33.269 98.761-33.269Q98.625-33.269 98.526-33.368Q98.426-33.467 98.426-33.604Q98.426-33.744 98.526-33.843Q98.235-33.843 98.035-33.647Q97.835-33.450 97.743-33.156Q97.651-32.862 97.651-32.582L97.651-31.468Q97.651-31.259 98.307-31.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-27.42 1.75)\">\u003Cpath d=\"M104.078-30.979L102.444-30.979L102.444-31.259Q102.673-31.259 102.822-31.293Q102.971-31.328 102.971-31.468L102.971-33.317Q102.971-33.587 102.863-33.648Q102.755-33.710 102.444-33.710L102.444-33.990L103.504-34.065L103.504-33.416Q103.675-33.724 103.979-33.895Q104.283-34.065 104.628-34.065Q105.028-34.065 105.305-33.925Q105.582-33.785 105.667-33.437Q105.835-33.730 106.134-33.898Q106.433-34.065 106.778-34.065Q107.284-34.065 107.568-33.842Q107.852-33.618 107.852-33.122L107.852-31.468Q107.852-31.331 108-31.295Q108.149-31.259 108.374-31.259L108.374-30.979L106.744-30.979L106.744-31.259Q106.970-31.259 107.120-31.295Q107.270-31.331 107.270-31.468L107.270-33.108Q107.270-33.443 107.151-33.643Q107.031-33.843 106.717-33.843Q106.447-33.843 106.213-33.707Q105.978-33.570 105.840-33.336Q105.702-33.102 105.702-32.828L105.702-31.468Q105.702-31.331 105.850-31.295Q105.999-31.259 106.225-31.259L106.225-30.979L104.594-30.979L104.594-31.259Q104.823-31.259 104.972-31.293Q105.121-31.328 105.121-31.468L105.121-33.108Q105.121-33.443 105.001-33.643Q104.881-33.843 104.567-33.843Q104.297-33.843 104.063-33.707Q103.829-33.570 103.690-33.336Q103.552-33.102 103.552-32.828L103.552-31.468Q103.552-31.331 103.702-31.295Q103.853-31.259 104.078-31.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-27.42 1.75)\">\u003Cpath d=\"M109.326-31.813L109.326-33.317Q109.326-33.587 109.218-33.648Q109.110-33.710 108.799-33.710L108.799-33.990L109.907-34.065L109.907-31.833L109.907-31.813Q109.907-31.533 109.958-31.389Q110.009-31.246 110.151-31.189Q110.293-31.133 110.580-31.133Q110.833-31.133 111.038-31.273Q111.243-31.413 111.359-31.639Q111.476-31.864 111.476-32.114L111.476-33.317Q111.476-33.587 111.368-33.648Q111.260-33.710 110.949-33.710L110.949-33.990L112.057-34.065L112.057-31.652Q112.057-31.461 112.110-31.379Q112.163-31.297 112.263-31.278Q112.364-31.259 112.580-31.259L112.580-30.979L111.503-30.911L111.503-31.475Q111.394-31.293 111.248-31.170Q111.103-31.047 110.917-30.979Q110.730-30.911 110.529-30.911Q109.326-30.911 109.326-31.813M115.051-32.233L112.993-32.233L112.993-32.736L115.051-32.736L115.051-32.233M118.865-30.979L115.980-30.979L115.980-31.181Q115.980-31.211 116.008-31.239L117.255-32.456Q117.327-32.531 117.370-32.573Q117.413-32.616 117.491-32.695Q117.905-33.108 118.135-33.466Q118.366-33.823 118.366-34.247Q118.366-34.479 118.288-34.682Q118.209-34.886 118.067-35.036Q117.925-35.187 117.730-35.267Q117.536-35.347 117.303-35.347Q116.992-35.347 116.734-35.188Q116.476-35.029 116.346-34.752L116.367-34.752Q116.534-34.752 116.642-34.641Q116.749-34.530 116.749-34.366Q116.749-34.209 116.640-34.096Q116.531-33.983 116.367-33.983Q116.206-33.983 116.093-34.096Q115.980-34.209 115.980-34.366Q115.980-34.742 116.189-35.029Q116.397-35.316 116.732-35.472Q117.067-35.627 117.423-35.627Q117.847-35.627 118.226-35.469Q118.605-35.310 118.840-34.993Q119.074-34.677 119.074-34.247Q119.074-33.936 118.934-33.667Q118.793-33.399 118.588-33.194Q118.383-32.989 118.021-32.707Q117.659-32.425 117.549-32.329L116.695-31.601L117.337-31.601Q117.601-31.601 117.889-31.603Q118.178-31.604 118.397-31.613Q118.616-31.622 118.633-31.639Q118.694-31.704 118.732-31.871Q118.770-32.039 118.807-32.281L119.074-32.281L118.865-30.979M121.965-29.229Q121.415-29.629 121.044-30.184Q120.673-30.740 120.492-31.386Q120.311-32.032 120.311-32.729Q120.311-33.242 120.412-33.737Q120.513-34.233 120.718-34.684Q120.923-35.135 121.236-35.527Q121.548-35.918 121.965-36.222Q121.976-36.226 121.982-36.227Q121.989-36.229 121.999-36.229L122.068-36.229Q122.102-36.229 122.124-36.205Q122.146-36.181 122.146-36.144Q122.146-36.099 122.119-36.082Q121.770-35.781 121.518-35.397Q121.265-35.012 121.113-34.571Q120.960-34.130 120.889-33.674Q120.817-33.218 120.817-32.729Q120.817-31.728 121.126-30.841Q121.436-29.954 122.119-29.369Q122.146-29.352 122.146-29.308Q122.146-29.270 122.124-29.246Q122.102-29.222 122.068-29.222L121.999-29.222Q121.993-29.226 121.984-29.227Q121.976-29.229 121.965-29.229M122.916-32.462Q122.916-32.804 123.051-33.103Q123.186-33.402 123.425-33.626Q123.664-33.850 123.982-33.975Q124.300-34.100 124.631-34.100Q125.076-34.100 125.476-33.884Q125.875-33.669 126.110-33.291Q126.344-32.914 126.344-32.462Q126.344-32.121 126.202-31.837Q126.060-31.553 125.816-31.346Q125.571-31.140 125.262-31.025Q124.953-30.911 124.631-30.911Q124.201-30.911 123.799-31.112Q123.397-31.314 123.156-31.666Q122.916-32.018 122.916-32.462M124.631-31.160Q125.233-31.160 125.457-31.538Q125.681-31.916 125.681-32.548Q125.681-33.160 125.447-33.519Q125.212-33.877 124.631-33.877Q123.579-33.877 123.579-32.548Q123.579-31.916 123.804-31.538Q124.030-31.160 124.631-31.160M128.822-32.233L126.764-32.233L126.764-32.736L128.822-32.736L128.822-32.233M132.636-30.979L129.751-30.979L129.751-31.181Q129.751-31.211 129.779-31.239L131.026-32.456Q131.098-32.531 131.141-32.573Q131.184-32.616 131.262-32.695Q131.676-33.108 131.906-33.466Q132.137-33.823 132.137-34.247Q132.137-34.479 132.059-34.682Q131.980-34.886 131.838-35.036Q131.696-35.187 131.501-35.267Q131.307-35.347 131.074-35.347Q130.763-35.347 130.505-35.188Q130.247-35.029 130.117-34.752L130.138-34.752Q130.305-34.752 130.413-34.641Q130.520-34.530 130.520-34.366Q130.520-34.209 130.411-34.096Q130.302-33.983 130.138-33.983Q129.977-33.983 129.864-34.096Q129.751-34.209 129.751-34.366Q129.751-34.742 129.960-35.029Q130.168-35.316 130.503-35.472Q130.838-35.627 131.194-35.627Q131.618-35.627 131.997-35.469Q132.376-35.310 132.611-34.993Q132.845-34.677 132.845-34.247Q132.845-33.936 132.705-33.667Q132.564-33.399 132.359-33.194Q132.154-32.989 131.792-32.707Q131.430-32.425 131.320-32.329L130.466-31.601L131.108-31.601Q131.372-31.601 131.660-31.603Q131.949-31.604 132.168-31.613Q132.387-31.622 132.404-31.639Q132.465-31.704 132.503-31.871Q132.541-32.039 132.578-32.281L132.845-32.281L132.636-30.979M133.928-29.222L133.860-29.222Q133.826-29.222 133.803-29.248Q133.781-29.273 133.781-29.308Q133.781-29.352 133.812-29.369Q134.167-29.673 134.417-30.063Q134.666-30.453 134.819-30.885Q134.971-31.317 135.041-31.786Q135.111-32.254 135.111-32.729Q135.111-33.208 135.041-33.674Q134.971-34.141 134.817-34.576Q134.663-35.012 134.412-35.400Q134.161-35.788 133.812-36.082Q133.781-36.099 133.781-36.144Q133.781-36.178 133.803-36.203Q133.826-36.229 133.860-36.229L133.928-36.229Q133.938-36.229 133.947-36.227Q133.956-36.226 133.966-36.222Q134.509-35.822 134.882-35.269Q135.254-34.715 135.436-34.069Q135.617-33.423 135.617-32.729Q135.617-32.028 135.436-31.381Q135.254-30.733 134.880-30.179Q134.506-29.625 133.966-29.229Q133.956-29.229 133.947-29.227Q133.938-29.226 133.928-29.222\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M145.68-15.33h65.34v-31.298h-65.34Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(67.402 1.75)\">\u003Cpath d=\"M81.983-31.707Q81.983-32.039 82.206-32.266Q82.430-32.493 82.774-32.621Q83.117-32.750 83.490-32.802Q83.862-32.855 84.167-32.855L84.167-33.108Q84.167-33.313 84.059-33.493Q83.951-33.672 83.770-33.775Q83.589-33.877 83.381-33.877Q82.974-33.877 82.738-33.785Q82.827-33.748 82.873-33.664Q82.919-33.580 82.919-33.478Q82.919-33.382 82.873-33.303Q82.827-33.225 82.746-33.180Q82.666-33.136 82.577-33.136Q82.427-33.136 82.326-33.233Q82.225-33.331 82.225-33.478Q82.225-34.100 83.381-34.100Q83.592-34.100 83.842-34.036Q84.091-33.973 84.293-33.854Q84.495-33.734 84.621-33.549Q84.748-33.365 84.748-33.122L84.748-31.546Q84.748-31.430 84.809-31.334Q84.871-31.239 84.984-31.239Q85.093-31.239 85.158-31.333Q85.223-31.427 85.223-31.546L85.223-31.994L85.489-31.994L85.489-31.546Q85.489-31.276 85.262-31.111Q85.035-30.945 84.755-30.945Q84.546-30.945 84.409-31.099Q84.273-31.252 84.249-31.468Q84.102-31.201 83.820-31.056Q83.538-30.911 83.213-30.911Q82.936-30.911 82.652-30.986Q82.369-31.061 82.176-31.240Q81.983-31.420 81.983-31.707M82.598-31.707Q82.598-31.533 82.699-31.403Q82.799-31.273 82.955-31.203Q83.110-31.133 83.275-31.133Q83.493-31.133 83.702-31.230Q83.910-31.328 84.038-31.509Q84.167-31.690 84.167-31.916L84.167-32.644Q83.842-32.644 83.476-32.553Q83.110-32.462 82.854-32.250Q82.598-32.039 82.598-31.707M85.906-32.490Q85.906-32.818 86.041-33.119Q86.176-33.419 86.412-33.640Q86.648-33.860 86.952-33.980Q87.256-34.100 87.581-34.100Q88.087-34.100 88.436-33.997Q88.784-33.895 88.784-33.519Q88.784-33.372 88.687-33.271Q88.589-33.170 88.443-33.170Q88.289-33.170 88.190-33.269Q88.090-33.368 88.090-33.519Q88.090-33.707 88.231-33.799Q88.029-33.850 87.588-33.850Q87.233-33.850 87.004-33.654Q86.775-33.457 86.674-33.148Q86.573-32.838 86.573-32.490Q86.573-32.141 86.699-31.835Q86.826-31.529 87.080-31.345Q87.335-31.160 87.691-31.160Q87.913-31.160 88.097-31.244Q88.282-31.328 88.417-31.483Q88.552-31.639 88.610-31.847Q88.624-31.902 88.678-31.902L88.791-31.902Q88.822-31.902 88.844-31.878Q88.866-31.854 88.866-31.820L88.866-31.799Q88.781-31.512 88.593-31.314Q88.405-31.116 88.140-31.013Q87.875-30.911 87.581-30.911Q87.151-30.911 86.763-31.117Q86.375-31.324 86.141-31.687Q85.906-32.049 85.906-32.490M89.981-31.820L89.981-33.717L89.341-33.717L89.341-33.939Q89.659-33.939 89.876-34.149Q90.093-34.359 90.194-34.669Q90.295-34.978 90.295-35.286L90.562-35.286L90.562-33.997L91.638-33.997L91.638-33.717L90.562-33.717L90.562-31.833Q90.562-31.557 90.666-31.358Q90.770-31.160 91.030-31.160Q91.187-31.160 91.293-31.264Q91.399-31.369 91.449-31.522Q91.498-31.676 91.498-31.833L91.498-32.247L91.765-32.247L91.765-31.820Q91.765-31.594 91.666-31.384Q91.567-31.174 91.382-31.042Q91.197-30.911 90.968-30.911Q90.531-30.911 90.256-31.148Q89.981-31.386 89.981-31.820M92.534-32.462Q92.534-32.804 92.669-33.103Q92.804-33.402 93.043-33.626Q93.282-33.850 93.600-33.975Q93.918-34.100 94.250-34.100Q94.694-34.100 95.094-33.884Q95.494-33.669 95.728-33.291Q95.962-32.914 95.962-32.462Q95.962-32.121 95.820-31.837Q95.678-31.553 95.434-31.346Q95.190-31.140 94.880-31.025Q94.571-30.911 94.250-30.911Q93.819-30.911 93.417-31.112Q93.016-31.314 92.775-31.666Q92.534-32.018 92.534-32.462M94.250-31.160Q94.851-31.160 95.075-31.538Q95.299-31.916 95.299-32.548Q95.299-33.160 95.065-33.519Q94.831-33.877 94.250-33.877Q93.197-33.877 93.197-32.548Q93.197-31.916 93.422-31.538Q93.648-31.160 94.250-31.160M98.307-30.979L96.570-30.979L96.570-31.259Q96.799-31.259 96.948-31.293Q97.097-31.328 97.097-31.468L97.097-33.317Q97.097-33.587 96.989-33.648Q96.881-33.710 96.570-33.710L96.570-33.990L97.599-34.065L97.599-33.358Q97.729-33.666 97.972-33.865Q98.214-34.065 98.532-34.065Q98.751-34.065 98.922-33.941Q99.093-33.816 99.093-33.604Q99.093-33.467 98.994-33.368Q98.895-33.269 98.761-33.269Q98.625-33.269 98.526-33.368Q98.426-33.467 98.426-33.604Q98.426-33.744 98.526-33.843Q98.235-33.843 98.035-33.647Q97.835-33.450 97.743-33.156Q97.651-32.862 97.651-32.582L97.651-31.468Q97.651-31.259 98.307-31.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(67.402 1.75)\">\u003Cpath d=\"M104.078-30.979L102.444-30.979L102.444-31.259Q102.673-31.259 102.822-31.293Q102.971-31.328 102.971-31.468L102.971-33.317Q102.971-33.587 102.863-33.648Q102.755-33.710 102.444-33.710L102.444-33.990L103.504-34.065L103.504-33.416Q103.675-33.724 103.979-33.895Q104.283-34.065 104.628-34.065Q105.028-34.065 105.305-33.925Q105.582-33.785 105.667-33.437Q105.835-33.730 106.134-33.898Q106.433-34.065 106.778-34.065Q107.284-34.065 107.568-33.842Q107.852-33.618 107.852-33.122L107.852-31.468Q107.852-31.331 108-31.295Q108.149-31.259 108.374-31.259L108.374-30.979L106.744-30.979L106.744-31.259Q106.970-31.259 107.120-31.295Q107.270-31.331 107.270-31.468L107.270-33.108Q107.270-33.443 107.151-33.643Q107.031-33.843 106.717-33.843Q106.447-33.843 106.213-33.707Q105.978-33.570 105.840-33.336Q105.702-33.102 105.702-32.828L105.702-31.468Q105.702-31.331 105.850-31.295Q105.999-31.259 106.225-31.259L106.225-30.979L104.594-30.979L104.594-31.259Q104.823-31.259 104.972-31.293Q105.121-31.328 105.121-31.468L105.121-33.108Q105.121-33.443 105.001-33.643Q104.881-33.843 104.567-33.843Q104.297-33.843 104.063-33.707Q103.829-33.570 103.690-33.336Q103.552-33.102 103.552-32.828L103.552-31.468Q103.552-31.331 103.702-31.295Q103.853-31.259 104.078-31.259\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(67.402 1.75)\">\u003Cpath d=\"M109.326-31.813L109.326-33.317Q109.326-33.587 109.218-33.648Q109.110-33.710 108.799-33.710L108.799-33.990L109.907-34.065L109.907-31.833L109.907-31.813Q109.907-31.533 109.958-31.389Q110.009-31.246 110.151-31.189Q110.293-31.133 110.580-31.133Q110.833-31.133 111.038-31.273Q111.243-31.413 111.359-31.639Q111.476-31.864 111.476-32.114L111.476-33.317Q111.476-33.587 111.368-33.648Q111.260-33.710 110.949-33.710L110.949-33.990L112.057-34.065L112.057-31.652Q112.057-31.461 112.110-31.379Q112.163-31.297 112.263-31.278Q112.364-31.259 112.580-31.259L112.580-30.979L111.503-30.911L111.503-31.475Q111.394-31.293 111.248-31.170Q111.103-31.047 110.917-30.979Q110.730-30.911 110.529-30.911Q109.326-30.911 109.326-31.813M115.051-32.233L112.993-32.233L112.993-32.736L115.051-32.736L115.051-32.233M117.652-30.979L115.919-30.979L115.919-31.259Q116.640-31.259 116.640-31.659L116.640-35.446Q116.408-35.480 115.919-35.480L115.919-35.761L117.276-35.761Q117.317-35.747 117.337-35.733L120.041-32.086L120.041-35.081Q120.041-35.480 119.320-35.480L119.320-35.761L121.056-35.761L121.056-35.480Q120.335-35.480 120.335-35.081L120.335-31.071Q120.318-30.996 120.249-30.979L120.130-30.979Q120.082-30.989 120.068-31.013L116.934-35.234L116.934-31.659Q116.934-31.259 117.652-31.259L117.652-30.979M123.883-29.229Q123.333-29.629 122.962-30.184Q122.591-30.740 122.410-31.386Q122.229-32.032 122.229-32.729Q122.229-33.242 122.329-33.737Q122.430-34.233 122.635-34.684Q122.840-35.135 123.153-35.527Q123.466-35.918 123.883-36.222Q123.893-36.226 123.900-36.227Q123.907-36.229 123.917-36.229L123.985-36.229Q124.020-36.229 124.042-36.205Q124.064-36.181 124.064-36.144Q124.064-36.099 124.037-36.082Q123.688-35.781 123.435-35.397Q123.182-35.012 123.030-34.571Q122.878-34.130 122.806-33.674Q122.734-33.218 122.734-32.729Q122.734-31.728 123.044-30.841Q123.353-29.954 124.037-29.369Q124.064-29.352 124.064-29.308Q124.064-29.270 124.042-29.246Q124.020-29.222 123.985-29.222L123.917-29.222Q123.910-29.226 123.902-29.227Q123.893-29.229 123.883-29.229M124.833-32.462Q124.833-32.804 124.968-33.103Q125.103-33.402 125.342-33.626Q125.582-33.850 125.899-33.975Q126.217-34.100 126.549-34.100Q126.993-34.100 127.393-33.884Q127.793-33.669 128.027-33.291Q128.261-32.914 128.261-32.462Q128.261-32.121 128.119-31.837Q127.978-31.553 127.733-31.346Q127.489-31.140 127.179-31.025Q126.870-30.911 126.549-30.911Q126.118-30.911 125.717-31.112Q125.315-31.314 125.074-31.666Q124.833-32.018 124.833-32.462M126.549-31.160Q127.150-31.160 127.374-31.538Q127.598-31.916 127.598-32.548Q127.598-33.160 127.364-33.519Q127.130-33.877 126.549-33.877Q125.496-33.877 125.496-32.548Q125.496-31.916 125.722-31.538Q125.947-31.160 126.549-31.160M130.739-32.233L128.682-32.233L128.682-32.736L130.739-32.736L130.739-32.233M133.340-30.979L131.607-30.979L131.607-31.259Q132.329-31.259 132.329-31.659L132.329-35.446Q132.096-35.480 131.607-35.480L131.607-35.761L132.964-35.761Q133.005-35.747 133.026-35.733L135.729-32.086L135.729-35.081Q135.729-35.480 135.008-35.480L135.008-35.761L136.745-35.761L136.745-35.480Q136.023-35.480 136.023-35.081L136.023-31.071Q136.006-30.996 135.938-30.979L135.818-30.979Q135.770-30.989 135.757-31.013L132.623-35.234L132.623-31.659Q132.623-31.259 133.340-31.259L133.340-30.979M137.763-29.222L137.695-29.222Q137.661-29.222 137.638-29.248Q137.616-29.273 137.616-29.308Q137.616-29.352 137.647-29.369Q138.002-29.673 138.252-30.063Q138.501-30.453 138.654-30.885Q138.806-31.317 138.876-31.786Q138.946-32.254 138.946-32.729Q138.946-33.208 138.876-33.674Q138.806-34.141 138.652-34.576Q138.498-35.012 138.247-35.400Q137.996-35.788 137.647-36.082Q137.616-36.099 137.616-36.144Q137.616-36.178 137.638-36.203Q137.661-36.229 137.695-36.229L137.763-36.229Q137.773-36.229 137.782-36.227Q137.791-36.226 137.801-36.222Q138.344-35.822 138.717-35.269Q139.089-34.715 139.270-34.069Q139.452-33.423 139.452-32.729Q139.452-32.028 139.270-31.381Q139.089-30.733 138.715-30.179Q138.341-29.625 137.801-29.229Q137.791-29.229 137.782-29.227Q137.773-29.226 137.763-29.222\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-15.129-66.545v17.517\"\u002F>\u003Cpath stroke=\"none\" d=\"m-15.129-47.028 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003Cg transform=\"translate(-110.939 -33.31)\">\u003Cpath d=\"M81.883-32.462Q81.883-32.804 82.018-33.103Q82.153-33.402 82.393-33.626Q82.632-33.850 82.950-33.975Q83.268-34.100 83.599-34.100Q84.044-34.100 84.443-33.884Q84.843-33.669 85.078-33.291Q85.312-32.914 85.312-32.462Q85.312-32.121 85.170-31.837Q85.028-31.553 84.784-31.346Q84.539-31.140 84.230-31.025Q83.921-30.911 83.599-30.911Q83.169-30.911 82.767-31.112Q82.365-31.314 82.124-31.666Q81.883-32.018 81.883-32.462M83.599-31.160Q84.201-31.160 84.425-31.538Q84.649-31.916 84.649-32.548Q84.649-33.160 84.414-33.519Q84.180-33.877 83.599-33.877Q82.547-33.877 82.547-32.548Q82.547-31.916 82.772-31.538Q82.998-31.160 83.599-31.160M87.790-32.233L85.732-32.233L85.732-32.736L87.790-32.736L87.790-32.233M91.604-30.979L89.075-30.979L89.075-31.259Q90.042-31.259 90.042-31.468L90.042-35.087Q89.649-34.899 89.027-34.899L89.027-35.180Q89.444-35.180 89.808-35.281Q90.172-35.381 90.428-35.627L90.555-35.627Q90.620-35.610 90.637-35.542L90.637-31.468Q90.637-31.259 91.604-31.259\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M81.61-66.545v17.517\"\u002F>\u003Cpath stroke=\"none\" d=\"m81.61-47.028 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003Cg transform=\"translate(-14.2 -33.31)\">\u003Cpath d=\"M81.883-32.462Q81.883-32.804 82.018-33.103Q82.153-33.402 82.393-33.626Q82.632-33.850 82.950-33.975Q83.268-34.100 83.599-34.100Q84.044-34.100 84.443-33.884Q84.843-33.669 85.078-33.291Q85.312-32.914 85.312-32.462Q85.312-32.121 85.170-31.837Q85.028-31.553 84.784-31.346Q84.539-31.140 84.230-31.025Q83.921-30.911 83.599-30.911Q83.169-30.911 82.767-31.112Q82.365-31.314 82.124-31.666Q81.883-32.018 81.883-32.462M83.599-31.160Q84.201-31.160 84.425-31.538Q84.649-31.916 84.649-32.548Q84.649-33.160 84.414-33.519Q84.180-33.877 83.599-33.877Q82.547-33.877 82.547-32.548Q82.547-31.916 82.772-31.538Q82.998-31.160 83.599-31.160M87.790-32.233L85.732-32.233L85.732-32.736L87.790-32.736L87.790-32.233M91.604-30.979L88.719-30.979L88.719-31.181Q88.719-31.211 88.747-31.239L89.994-32.456Q90.066-32.531 90.109-32.573Q90.152-32.616 90.230-32.695Q90.644-33.108 90.874-33.466Q91.105-33.823 91.105-34.247Q91.105-34.479 91.027-34.682Q90.948-34.886 90.806-35.036Q90.664-35.187 90.469-35.267Q90.275-35.347 90.042-35.347Q89.731-35.347 89.473-35.188Q89.215-35.029 89.085-34.752L89.106-34.752Q89.273-34.752 89.381-34.641Q89.488-34.530 89.488-34.366Q89.488-34.209 89.379-34.096Q89.270-33.983 89.106-33.983Q88.945-33.983 88.832-34.096Q88.719-34.209 88.719-34.366Q88.719-34.742 88.928-35.029Q89.136-35.316 89.471-35.472Q89.806-35.627 90.162-35.627Q90.586-35.627 90.965-35.469Q91.344-35.310 91.579-34.993Q91.813-34.677 91.813-34.247Q91.813-33.936 91.672-33.667Q91.532-33.399 91.327-33.194Q91.122-32.989 90.760-32.707Q90.398-32.425 90.288-32.329L89.434-31.601L90.076-31.601Q90.339-31.601 90.628-31.603Q90.917-31.604 91.136-31.613Q91.355-31.622 91.372-31.639Q91.433-31.704 91.471-31.871Q91.508-32.039 91.546-32.281L91.813-32.281\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M178.35-66.545v17.517\"\u002F>\u003Cpath stroke=\"none\" d=\"m178.35-47.028 1.6-3.2-1.6 1.2-1.6-1.2\"\u002F>\u003Cg transform=\"translate(80.623 -33.174)\">\u003Cpath d=\"M81.883-32.462Q81.883-32.804 82.018-33.103Q82.153-33.402 82.393-33.626Q82.632-33.850 82.950-33.975Q83.268-34.100 83.599-34.100Q84.044-34.100 84.443-33.884Q84.843-33.669 85.078-33.291Q85.312-32.914 85.312-32.462Q85.312-32.121 85.170-31.837Q85.028-31.553 84.784-31.346Q84.539-31.140 84.230-31.025Q83.921-30.911 83.599-30.911Q83.169-30.911 82.767-31.112Q82.365-31.314 82.124-31.666Q81.883-32.018 81.883-32.462M83.599-31.160Q84.201-31.160 84.425-31.538Q84.649-31.916 84.649-32.548Q84.649-33.160 84.414-33.519Q84.180-33.877 83.599-33.877Q82.547-33.877 82.547-32.548Q82.547-31.916 82.772-31.538Q82.998-31.160 83.599-31.160M87.790-32.233L85.732-32.233L85.732-32.736L87.790-32.736L87.790-32.233M90.391-30.979L88.658-30.979L88.658-31.259Q89.379-31.259 89.379-31.659L89.379-35.446Q89.147-35.480 88.658-35.480L88.658-35.761L90.015-35.761Q90.056-35.747 90.076-35.733L92.780-32.086L92.780-35.081Q92.780-35.480 92.059-35.480L92.059-35.761L93.795-35.761L93.795-35.480Q93.074-35.480 93.074-35.081L93.074-31.071Q93.057-30.996 92.988-30.979L92.869-30.979Q92.821-30.989 92.807-31.013L89.673-35.234L89.673-31.659Q89.673-31.259 90.391-31.259\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M17.298 61.492h128.625V24.504H17.298Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-60.98 75.727)\">\u003Cpath d=\"M81.924-32.490Q81.924-32.818 82.059-33.119Q82.194-33.419 82.430-33.640Q82.666-33.860 82.970-33.980Q83.275-34.100 83.599-34.100Q84.105-34.100 84.454-33.997Q84.802-33.895 84.802-33.519Q84.802-33.372 84.705-33.271Q84.608-33.170 84.461-33.170Q84.307-33.170 84.208-33.269Q84.109-33.368 84.109-33.519Q84.109-33.707 84.249-33.799Q84.047-33.850 83.606-33.850Q83.251-33.850 83.022-33.654Q82.793-33.457 82.692-33.148Q82.591-32.838 82.591-32.490Q82.591-32.141 82.717-31.835Q82.844-31.529 83.099-31.345Q83.353-31.160 83.709-31.160Q83.931-31.160 84.115-31.244Q84.300-31.328 84.435-31.483Q84.570-31.639 84.628-31.847Q84.642-31.902 84.696-31.902L84.809-31.902Q84.840-31.902 84.862-31.878Q84.884-31.854 84.884-31.820L84.884-31.799Q84.799-31.512 84.611-31.314Q84.423-31.116 84.158-31.013Q83.893-30.911 83.599-30.911Q83.169-30.911 82.781-31.117Q82.393-31.324 82.159-31.687Q81.924-32.049 81.924-32.490M85.431-32.514Q85.431-32.835 85.556-33.124Q85.681-33.413 85.906-33.636Q86.132-33.860 86.428-33.980Q86.723-34.100 87.041-34.100Q87.369-34.100 87.631-34Q87.892-33.901 88.068-33.719Q88.244-33.536 88.338-33.278Q88.432-33.020 88.432-32.688Q88.432-32.596 88.350-32.575L86.094-32.575L86.094-32.514Q86.094-31.926 86.378-31.543Q86.662-31.160 87.229-31.160Q87.550-31.160 87.819-31.353Q88.087-31.546 88.176-31.861Q88.183-31.902 88.258-31.916L88.350-31.916Q88.432-31.892 88.432-31.820Q88.432-31.813 88.425-31.786Q88.313-31.389 87.942-31.150Q87.571-30.911 87.147-30.911Q86.710-30.911 86.310-31.119Q85.910-31.328 85.671-31.695Q85.431-32.062 85.431-32.514M86.101-32.784L87.916-32.784Q87.916-33.061 87.819-33.313Q87.721-33.566 87.523-33.722Q87.325-33.877 87.041-33.877Q86.764-33.877 86.551-33.719Q86.337-33.560 86.219-33.305Q86.101-33.050 86.101-32.784M90.702-30.979L89.068-30.979L89.068-31.259Q89.297-31.259 89.446-31.293Q89.594-31.328 89.594-31.468L89.594-33.317Q89.594-33.587 89.487-33.648Q89.379-33.710 89.068-33.710L89.068-33.990L90.128-34.065L90.128-33.416Q90.298-33.724 90.603-33.895Q90.907-34.065 91.252-34.065Q91.758-34.065 92.042-33.842Q92.325-33.618 92.325-33.122L92.325-31.468Q92.325-31.331 92.474-31.295Q92.623-31.259 92.848-31.259L92.848-30.979L91.218-30.979L91.218-31.259Q91.447-31.259 91.596-31.293Q91.744-31.328 91.744-31.468L91.744-33.108Q91.744-33.443 91.625-33.643Q91.505-33.843 91.191-33.843Q90.921-33.843 90.686-33.707Q90.452-33.570 90.314-33.336Q90.175-33.102 90.175-32.828L90.175-31.468Q90.175-31.331 90.326-31.295Q90.476-31.259 90.702-31.259\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-60.98 75.727)\">\u003Cpath d=\"M93.764-31.820L93.764-33.717L93.125-33.717L93.125-33.939Q93.443-33.939 93.660-34.149Q93.877-34.359 93.977-34.669Q94.078-34.978 94.078-35.286L94.345-35.286L94.345-33.997L95.422-33.997L95.422-33.717L94.345-33.717L94.345-31.833Q94.345-31.557 94.449-31.358Q94.553-31.160 94.813-31.160Q94.970-31.160 95.076-31.264Q95.182-31.369 95.232-31.522Q95.281-31.676 95.281-31.833L95.281-32.247L95.548-32.247L95.548-31.820Q95.548-31.594 95.449-31.384Q95.350-31.174 95.165-31.042Q94.981-30.911 94.752-30.911Q94.314-30.911 94.039-31.148Q93.764-31.386 93.764-31.820M98.108-30.979L96.372-30.979L96.372-31.259Q96.601-31.259 96.749-31.293Q96.898-31.328 96.898-31.468L96.898-33.317Q96.898-33.587 96.790-33.648Q96.683-33.710 96.372-33.710L96.372-33.990L97.401-34.065L97.401-33.358Q97.530-33.666 97.773-33.865Q98.016-34.065 98.334-34.065Q98.552-34.065 98.723-33.941Q98.894-33.816 98.894-33.604Q98.894-33.467 98.795-33.368Q98.696-33.269 98.563-33.269Q98.426-33.269 98.327-33.368Q98.228-33.467 98.228-33.604Q98.228-33.744 98.327-33.843Q98.036-33.843 97.836-33.647Q97.636-33.450 97.544-33.156Q97.452-32.862 97.452-32.582L97.452-31.468Q97.452-31.259 98.108-31.259L98.108-30.979M99.537-31.707Q99.537-32.039 99.761-32.266Q99.985-32.493 100.328-32.621Q100.672-32.750 101.044-32.802Q101.417-32.855 101.721-32.855L101.721-33.108Q101.721-33.313 101.613-33.493Q101.506-33.672 101.324-33.775Q101.143-33.877 100.935-33.877Q100.528-33.877 100.292-33.785Q100.381-33.748 100.427-33.664Q100.473-33.580 100.473-33.478Q100.473-33.382 100.427-33.303Q100.381-33.225 100.301-33.180Q100.220-33.136 100.131-33.136Q99.981-33.136 99.880-33.233Q99.779-33.331 99.779-33.478Q99.779-34.100 100.935-34.100Q101.147-34.100 101.396-34.036Q101.646-33.973 101.847-33.854Q102.049-33.734 102.175-33.549Q102.302-33.365 102.302-33.122L102.302-31.546Q102.302-31.430 102.363-31.334Q102.425-31.239 102.538-31.239Q102.647-31.239 102.712-31.333Q102.777-31.427 102.777-31.546L102.777-31.994L103.044-31.994L103.044-31.546Q103.044-31.276 102.816-31.111Q102.589-30.945 102.309-30.945Q102.100-30.945 101.964-31.099Q101.827-31.252 101.803-31.468Q101.656-31.201 101.374-31.056Q101.092-30.911 100.767-30.911Q100.490-30.911 100.207-30.986Q99.923-31.061 99.730-31.240Q99.537-31.420 99.537-31.707M100.152-31.707Q100.152-31.533 100.253-31.403Q100.354-31.273 100.509-31.203Q100.665-31.133 100.829-31.133Q101.048-31.133 101.256-31.230Q101.465-31.328 101.593-31.509Q101.721-31.690 101.721-31.916L101.721-32.644Q101.396-32.644 101.030-32.553Q100.665-32.462 100.408-32.250Q100.152-32.039 100.152-31.707M105.129-30.979L103.526-30.979L103.526-31.259Q103.751-31.259 103.900-31.293Q104.048-31.328 104.048-31.468L104.048-35.087Q104.048-35.357 103.941-35.419Q103.833-35.480 103.526-35.480L103.526-35.761L104.602-35.836L104.602-31.468Q104.602-31.331 104.753-31.295Q104.903-31.259 105.129-31.259L105.129-30.979M107.340-30.979L105.788-30.979L105.788-31.259Q106.014-31.259 106.163-31.293Q106.311-31.328 106.311-31.468L106.311-33.317Q106.311-33.505 106.263-33.589Q106.215-33.672 106.118-33.691Q106.021-33.710 105.809-33.710L105.809-33.990L106.865-34.065L106.865-31.468Q106.865-31.328 106.996-31.293Q107.128-31.259 107.340-31.259L107.340-30.979M106.069-35.286Q106.069-35.457 106.192-35.576Q106.315-35.696 106.486-35.696Q106.653-35.696 106.776-35.576Q106.899-35.457 106.899-35.286Q106.899-35.111 106.776-34.988Q106.653-34.865 106.486-34.865Q106.315-34.865 106.192-34.988Q106.069-35.111 106.069-35.286M110.717-30.979L108.044-30.979Q108-30.979 107.972-31.006Q107.945-31.034 107.945-31.078L107.945-31.146Q107.945-31.187 107.972-31.218L110.081-33.771L109.442-33.771Q109.018-33.771 108.786-33.705Q108.553-33.638 108.434-33.428Q108.314-33.218 108.314-32.797L108.051-32.797L108.133-33.997L110.724-33.997Q110.765-33.997 110.794-33.970Q110.823-33.942 110.823-33.898L110.823-33.850Q110.823-33.806 110.799-33.778L108.694-31.232L109.374-31.232Q109.702-31.232 109.919-31.268Q110.136-31.304 110.303-31.454Q110.444-31.591 110.496-31.815Q110.549-32.039 110.577-32.367L110.843-32.367L110.717-30.979M111.493-32.514Q111.493-32.835 111.618-33.124Q111.742-33.413 111.968-33.636Q112.194-33.860 112.489-33.980Q112.785-34.100 113.103-34.100Q113.431-34.100 113.692-34Q113.954-33.901 114.130-33.719Q114.306-33.536 114.400-33.278Q114.494-33.020 114.494-32.688Q114.494-32.596 114.412-32.575L112.156-32.575L112.156-32.514Q112.156-31.926 112.440-31.543Q112.723-31.160 113.291-31.160Q113.612-31.160 113.880-31.353Q114.149-31.546 114.237-31.861Q114.244-31.902 114.319-31.916L114.412-31.916Q114.494-31.892 114.494-31.820Q114.494-31.813 114.487-31.786Q114.374-31.389 114.003-31.150Q113.632-30.911 113.209-30.911Q112.771-30.911 112.371-31.119Q111.971-31.328 111.732-31.695Q111.493-32.062 111.493-32.514M112.163-32.784L113.978-32.784Q113.978-33.061 113.880-33.313Q113.783-33.566 113.585-33.722Q113.386-33.877 113.103-33.877Q112.826-33.877 112.612-33.719Q112.399-33.560 112.281-33.305Q112.163-33.050 112.163-32.784M115.082-32.490Q115.082-32.828 115.222-33.119Q115.362-33.409 115.606-33.623Q115.851-33.836 116.155-33.951Q116.459-34.065 116.784-34.065Q117.054-34.065 117.317-33.966Q117.580-33.867 117.772-33.689L117.772-35.087Q117.772-35.357 117.664-35.419Q117.556-35.480 117.245-35.480L117.245-35.761L118.322-35.836L118.322-31.652Q118.322-31.464 118.377-31.381Q118.431-31.297 118.532-31.278Q118.633-31.259 118.848-31.259L118.848-30.979L117.741-30.911L117.741-31.328Q117.324-30.911 116.698-30.911Q116.268-30.911 115.895-31.123Q115.523-31.334 115.302-31.695Q115.082-32.056 115.082-32.490M116.756-31.133Q116.965-31.133 117.151-31.205Q117.338-31.276 117.491-31.413Q117.645-31.550 117.741-31.728L117.741-33.337Q117.655-33.484 117.510-33.604Q117.365-33.724 117.196-33.783Q117.027-33.843 116.845-33.843Q116.285-33.843 116.017-33.454Q115.748-33.064 115.748-32.483Q115.748-31.912 115.982-31.522Q116.216-31.133 116.756-31.133\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-60.98 75.727)\">\u003Cpath d=\"M122.223-32.490Q122.223-32.818 122.358-33.119Q122.493-33.419 122.729-33.640Q122.965-33.860 123.269-33.980Q123.574-34.100 123.898-34.100Q124.404-34.100 124.753-33.997Q125.101-33.895 125.101-33.519Q125.101-33.372 125.004-33.271Q124.907-33.170 124.760-33.170Q124.606-33.170 124.507-33.269Q124.408-33.368 124.408-33.519Q124.408-33.707 124.548-33.799Q124.346-33.850 123.905-33.850Q123.550-33.850 123.321-33.654Q123.092-33.457 122.991-33.148Q122.890-32.838 122.890-32.490Q122.890-32.141 123.016-31.835Q123.143-31.529 123.398-31.345Q123.652-31.160 124.008-31.160Q124.230-31.160 124.414-31.244Q124.599-31.328 124.734-31.483Q124.869-31.639 124.927-31.847Q124.941-31.902 124.995-31.902L125.108-31.902Q125.139-31.902 125.161-31.878Q125.183-31.854 125.183-31.820L125.183-31.799Q125.098-31.512 124.910-31.314Q124.722-31.116 124.457-31.013Q124.192-30.911 123.898-30.911Q123.468-30.911 123.080-31.117Q122.692-31.324 122.458-31.687Q122.223-32.049 122.223-32.490M127.521-30.979L125.785-30.979L125.785-31.259Q126.014-31.259 126.163-31.293Q126.311-31.328 126.311-31.468L126.311-33.317Q126.311-33.587 126.204-33.648Q126.096-33.710 125.785-33.710L125.785-33.990L126.814-34.065L126.814-33.358Q126.944-33.666 127.186-33.865Q127.429-34.065 127.747-34.065Q127.966-34.065 128.137-33.941Q128.307-33.816 128.307-33.604Q128.307-33.467 128.208-33.368Q128.109-33.269 127.976-33.269Q127.839-33.269 127.740-33.368Q127.641-33.467 127.641-33.604Q127.641-33.744 127.740-33.843Q127.450-33.843 127.250-33.647Q127.050-33.450 126.957-33.156Q126.865-32.862 126.865-32.582L126.865-31.468Q126.865-31.259 127.521-31.259L127.521-30.979M130.509-30.979L128.957-30.979L128.957-31.259Q129.182-31.259 129.331-31.293Q129.480-31.328 129.480-31.468L129.480-33.317Q129.480-33.505 129.432-33.589Q129.384-33.672 129.287-33.691Q129.189-33.710 128.977-33.710L128.977-33.990L130.034-34.065L130.034-31.468Q130.034-31.328 130.165-31.293Q130.297-31.259 130.509-31.259L130.509-30.979M129.237-35.286Q129.237-35.457 129.360-35.576Q129.483-35.696 129.654-35.696Q129.822-35.696 129.945-35.576Q130.068-35.457 130.068-35.286Q130.068-35.111 129.945-34.988Q129.822-34.865 129.654-34.865Q129.483-34.865 129.360-34.988Q129.237-35.111 129.237-35.286M131.681-31.820L131.681-33.717L131.042-33.717L131.042-33.939Q131.360-33.939 131.577-34.149Q131.794-34.359 131.895-34.669Q131.995-34.978 131.995-35.286L132.262-35.286L132.262-33.997L133.339-33.997L133.339-33.717L132.262-33.717L132.262-31.833Q132.262-31.557 132.366-31.358Q132.471-31.160 132.730-31.160Q132.888-31.160 132.993-31.264Q133.099-31.369 133.149-31.522Q133.199-31.676 133.199-31.833L133.199-32.247L133.465-32.247L133.465-31.820Q133.465-31.594 133.366-31.384Q133.267-31.174 133.082-31.042Q132.898-30.911 132.669-30.911Q132.231-30.911 131.956-31.148Q131.681-31.386 131.681-31.820M135.892-30.979L134.340-30.979L134.340-31.259Q134.566-31.259 134.714-31.293Q134.863-31.328 134.863-31.468L134.863-33.317Q134.863-33.505 134.815-33.589Q134.767-33.672 134.670-33.691Q134.573-33.710 134.361-33.710L134.361-33.990L135.417-34.065L135.417-31.468Q135.417-31.328 135.548-31.293Q135.680-31.259 135.892-31.259L135.892-30.979M134.620-35.286Q134.620-35.457 134.743-35.576Q134.867-35.696 135.037-35.696Q135.205-35.696 135.328-35.576Q135.451-35.457 135.451-35.286Q135.451-35.111 135.328-34.988Q135.205-34.865 135.037-34.865Q134.867-34.865 134.743-34.988Q134.620-35.111 134.620-35.286M136.538-32.490Q136.538-32.818 136.673-33.119Q136.808-33.419 137.044-33.640Q137.280-33.860 137.584-33.980Q137.888-34.100 138.213-34.100Q138.719-34.100 139.067-33.997Q139.416-33.895 139.416-33.519Q139.416-33.372 139.318-33.271Q139.221-33.170 139.074-33.170Q138.920-33.170 138.821-33.269Q138.722-33.368 138.722-33.519Q138.722-33.707 138.862-33.799Q138.660-33.850 138.220-33.850Q137.864-33.850 137.635-33.654Q137.406-33.457 137.305-33.148Q137.204-32.838 137.204-32.490Q137.204-32.141 137.331-31.835Q137.457-31.529 137.712-31.345Q137.967-31.160 138.322-31.160Q138.544-31.160 138.729-31.244Q138.913-31.328 139.048-31.483Q139.183-31.639 139.242-31.847Q139.255-31.902 139.310-31.902L139.423-31.902Q139.453-31.902 139.476-31.878Q139.498-31.854 139.498-31.820L139.498-31.799Q139.412-31.512 139.224-31.314Q139.036-31.116 138.772-31.013Q138.507-30.911 138.213-30.911Q137.782-30.911 137.394-31.117Q137.006-31.324 136.772-31.687Q136.538-32.049 136.538-32.490\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-60.98 75.727)\">\u003Cpath d=\"M145.558-30.839Q145.045-30.839 144.577-31.032Q144.109-31.225 143.750-31.567Q143.391-31.909 143.186-32.370Q142.981-32.832 142.981-33.344Q142.981-34.031 143.329-34.621Q143.678-35.210 144.273-35.556Q144.867-35.901 145.558-35.901Q146.248-35.901 146.843-35.556Q147.438-35.210 147.786-34.621Q148.135-34.031 148.135-33.344Q148.135-32.979 148.024-32.626Q147.913-32.274 147.704-31.965Q147.496-31.656 147.212-31.423Q146.929-31.191 146.573-31.041Q146.659-30.866 146.756-30.723Q146.853-30.579 146.983-30.489Q147.113-30.398 147.287-30.398Q147.557-30.398 147.769-30.565Q147.981-30.733 147.981-30.993Q148.005-31.078 148.077-31.078Q148.125-31.078 148.150-31.047Q148.176-31.017 148.176-30.965Q148.176-30.658 148.079-30.348Q147.981-30.039 147.771-29.831Q147.561-29.622 147.240-29.622Q146.840-29.622 146.652-29.896Q146.464-30.169 146.341-30.651L146.272-30.938Q145.917-30.839 145.558-30.839M145.131-31.454Q145.131-31.287 145.257-31.189Q145.384-31.092 145.558-31.092Q145.896-31.092 146.194-31.218Q146.101-31.502 145.961-31.664Q145.821-31.827 145.558-31.827Q145.390-31.827 145.261-31.721Q145.131-31.615 145.131-31.454M144.909-31.454Q144.909-31.707 145.105-31.878Q145.302-32.049 145.558-32.049Q145.866-32.049 146.065-31.857Q146.265-31.666 146.433-31.334Q146.771-31.540 146.982-31.852Q147.192-32.165 147.289-32.546Q147.387-32.927 147.387-33.344Q147.387-33.782 147.277-34.190Q147.168-34.599 146.939-34.930Q146.710-35.262 146.363-35.455Q146.016-35.648 145.558-35.648Q145.103-35.648 144.755-35.453Q144.406-35.258 144.180-34.930Q143.955-34.602 143.842-34.192Q143.729-33.782 143.729-33.344Q143.729-32.879 143.856-32.449Q143.982-32.018 144.263-31.687Q144.543-31.355 144.970-31.194Q144.909-31.311 144.909-31.454M150.828-32.233L148.771-32.233L148.771-32.736L150.828-32.736L150.828-32.233M153.248-30.979L151.697-30.979L151.697-31.259Q151.922-31.259 152.071-31.293Q152.220-31.328 152.220-31.468L152.220-33.317Q152.220-33.505 152.172-33.589Q152.124-33.672 152.026-33.691Q151.929-33.710 151.717-33.710L151.717-33.990L152.773-34.065L152.773-31.468Q152.773-31.328 152.905-31.293Q153.036-31.259 153.248-31.259L153.248-30.979M151.977-35.286Q151.977-35.457 152.100-35.576Q152.223-35.696 152.394-35.696Q152.561-35.696 152.684-35.576Q152.807-35.457 152.807-35.286Q152.807-35.111 152.684-34.988Q152.561-34.865 152.394-34.865Q152.223-34.865 152.100-34.988Q151.977-35.111 151.977-35.286M156.024-29.229Q155.473-29.629 155.103-30.184Q154.732-30.740 154.551-31.386Q154.369-32.032 154.369-32.729Q154.369-33.242 154.470-33.737Q154.571-34.233 154.776-34.684Q154.981-35.135 155.294-35.527Q155.607-35.918 156.024-36.222Q156.034-36.226 156.041-36.227Q156.048-36.229 156.058-36.229L156.126-36.229Q156.160-36.229 156.183-36.205Q156.205-36.181 156.205-36.144Q156.205-36.099 156.178-36.082Q155.829-35.781 155.576-35.397Q155.323-35.012 155.171-34.571Q155.019-34.130 154.947-33.674Q154.875-33.218 154.875-32.729Q154.875-31.728 155.185-30.841Q155.494-29.954 156.178-29.369Q156.205-29.352 156.205-29.308Q156.205-29.270 156.183-29.246Q156.160-29.222 156.126-29.222L156.058-29.222Q156.051-29.226 156.043-29.227Q156.034-29.229 156.024-29.229M158.198-30.979L156.875-30.979L156.875-31.259Q157.435-31.259 157.815-31.659L158.529-32.456L157.617-33.505Q157.480-33.652 157.331-33.684Q157.182-33.717 156.916-33.717L156.916-33.997L158.416-33.997L158.416-33.717Q158.225-33.717 158.225-33.583Q158.225-33.553 158.256-33.505L158.850-32.821L159.291-33.317Q159.404-33.447 159.404-33.563Q159.404-33.625 159.367-33.671Q159.329-33.717 159.271-33.717L159.271-33.997L160.587-33.997L160.587-33.717Q160.026-33.717 159.647-33.317L159.025-32.616L160.019-31.468Q160.118-31.369 160.219-31.324Q160.320-31.280 160.431-31.270Q160.542-31.259 160.720-31.259L160.720-30.979L159.226-30.979L159.226-31.259Q159.291-31.259 159.351-31.293Q159.411-31.328 159.411-31.393Q159.411-31.440 159.380-31.468L158.703-32.254L158.170-31.659Q158.057-31.529 158.057-31.413Q158.057-31.348 158.098-31.304Q158.139-31.259 158.198-31.259L158.198-30.979M161.715-29.749Q161.715-29.783 161.742-29.810Q162.012-30.039 162.161-30.362Q162.309-30.685 162.309-31.041L162.309-31.078Q162.200-30.979 162.036-30.979Q161.855-30.979 161.735-31.099Q161.616-31.218 161.616-31.399Q161.616-31.574 161.735-31.693Q161.855-31.813 162.036-31.813Q162.292-31.813 162.412-31.574Q162.532-31.334 162.532-31.041Q162.532-30.641 162.362-30.270Q162.193-29.899 161.896-29.643Q161.865-29.622 161.838-29.622Q161.797-29.622 161.756-29.663Q161.715-29.704 161.715-29.749\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-60.98 75.727)\">\u003Cpath d=\"M166.247-31.707Q166.247-32.039 166.470-32.266Q166.694-32.493 167.038-32.621Q167.381-32.750 167.754-32.802Q168.126-32.855 168.431-32.855L168.431-33.108Q168.431-33.313 168.323-33.493Q168.215-33.672 168.034-33.775Q167.853-33.877 167.645-33.877Q167.238-33.877 167.002-33.785Q167.091-33.748 167.137-33.664Q167.183-33.580 167.183-33.478Q167.183-33.382 167.137-33.303Q167.091-33.225 167.010-33.180Q166.930-33.136 166.841-33.136Q166.691-33.136 166.590-33.233Q166.489-33.331 166.489-33.478Q166.489-34.100 167.645-34.100Q167.856-34.100 168.106-34.036Q168.355-33.973 168.557-33.854Q168.759-33.734 168.885-33.549Q169.012-33.365 169.012-33.122L169.012-31.546Q169.012-31.430 169.073-31.334Q169.135-31.239 169.248-31.239Q169.357-31.239 169.422-31.333Q169.487-31.427 169.487-31.546L169.487-31.994L169.753-31.994L169.753-31.546Q169.753-31.276 169.526-31.111Q169.299-30.945 169.019-30.945Q168.810-30.945 168.673-31.099Q168.537-31.252 168.513-31.468Q168.366-31.201 168.084-31.056Q167.802-30.911 167.477-30.911Q167.200-30.911 166.916-30.986Q166.633-31.061 166.440-31.240Q166.247-31.420 166.247-31.707M166.862-31.707Q166.862-31.533 166.963-31.403Q167.063-31.273 167.219-31.203Q167.374-31.133 167.539-31.133Q167.757-31.133 167.966-31.230Q168.174-31.328 168.302-31.509Q168.431-31.690 168.431-31.916L168.431-32.644Q168.106-32.644 167.740-32.553Q167.374-32.462 167.118-32.250Q166.862-32.039 166.862-31.707M172.054-32.233L169.996-32.233L169.996-32.736L172.054-32.736L172.054-32.233M175.868-30.979L173.339-30.979L173.339-31.259Q174.306-31.259 174.306-31.468L174.306-35.087Q173.913-34.899 173.291-34.899L173.291-35.180Q173.708-35.180 174.072-35.281Q174.436-35.381 174.692-35.627L174.819-35.627Q174.884-35.610 174.901-35.542L174.901-31.468Q174.901-31.259 175.868-31.259L175.868-30.979M177.338-29.749Q177.338-29.783 177.365-29.810Q177.635-30.039 177.784-30.362Q177.933-30.685 177.933-31.041L177.933-31.078Q177.823-30.979 177.659-30.979Q177.478-30.979 177.358-31.099Q177.239-31.218 177.239-31.399Q177.239-31.574 177.358-31.693Q177.478-31.813 177.659-31.813Q177.916-31.813 178.035-31.574Q178.155-31.334 178.155-31.041Q178.155-30.641 177.986-30.270Q177.816-29.899 177.519-29.643Q177.488-29.622 177.461-29.622Q177.420-29.622 177.379-29.663Q177.338-29.704 177.338-29.749M179.501-31.399Q179.501-31.567 179.624-31.690Q179.748-31.813 179.922-31.813Q180.089-31.813 180.212-31.690Q180.335-31.567 180.335-31.399Q180.335-31.225 180.212-31.102Q180.089-30.979 179.922-30.979Q179.748-30.979 179.624-31.102Q179.501-31.225 179.501-31.399M181.764-31.399Q181.764-31.567 181.887-31.690Q182.010-31.813 182.185-31.813Q182.352-31.813 182.475-31.690Q182.598-31.567 182.598-31.399Q182.598-31.225 182.475-31.102Q182.352-30.979 182.185-30.979Q182.010-30.979 181.887-31.102Q181.764-31.225 181.764-31.399M184.027-31.399Q184.027-31.567 184.150-31.690Q184.273-31.813 184.447-31.813Q184.615-31.813 184.738-31.690Q184.861-31.567 184.861-31.399Q184.861-31.225 184.738-31.102Q184.615-30.979 184.447-30.979Q184.273-30.979 184.150-31.102Q184.027-31.225 184.027-31.399M186.389-29.749Q186.389-29.783 186.416-29.810Q186.686-30.039 186.835-30.362Q186.983-30.685 186.983-31.041L186.983-31.078Q186.874-30.979 186.710-30.979Q186.529-30.979 186.409-31.099Q186.290-31.218 186.290-31.399Q186.290-31.574 186.409-31.693Q186.529-31.813 186.710-31.813Q186.966-31.813 187.086-31.574Q187.206-31.334 187.206-31.041Q187.206-30.641 187.036-30.270Q186.867-29.899 186.570-29.643Q186.539-29.622 186.512-29.622Q186.471-29.622 186.430-29.663Q186.389-29.704 186.389-29.749M188.210-31.707Q188.210-32.039 188.434-32.266Q188.658-32.493 189.002-32.621Q189.345-32.750 189.718-32.802Q190.090-32.855 190.395-32.855L190.395-33.108Q190.395-33.313 190.287-33.493Q190.179-33.672 189.998-33.775Q189.817-33.877 189.608-33.877Q189.202-33.877 188.966-33.785Q189.055-33.748 189.101-33.664Q189.147-33.580 189.147-33.478Q189.147-33.382 189.101-33.303Q189.055-33.225 188.974-33.180Q188.894-33.136 188.805-33.136Q188.655-33.136 188.554-33.233Q188.453-33.331 188.453-33.478Q188.453-34.100 189.608-34.100Q189.820-34.100 190.070-34.036Q190.319-33.973 190.521-33.854Q190.723-33.734 190.849-33.549Q190.976-33.365 190.976-33.122L190.976-31.546Q190.976-31.430 191.037-31.334Q191.099-31.239 191.211-31.239Q191.321-31.239 191.386-31.333Q191.451-31.427 191.451-31.546L191.451-31.994L191.717-31.994L191.717-31.546Q191.717-31.276 191.490-31.111Q191.263-30.945 190.982-30.945Q190.774-30.945 190.637-31.099Q190.500-31.252 190.477-31.468Q190.330-31.201 190.048-31.056Q189.766-30.911 189.441-30.911Q189.164-30.911 188.880-30.986Q188.597-31.061 188.404-31.240Q188.210-31.420 188.210-31.707M188.826-31.707Q188.826-31.533 188.926-31.403Q189.027-31.273 189.183-31.203Q189.338-31.133 189.502-31.133Q189.721-31.133 189.930-31.230Q190.138-31.328 190.266-31.509Q190.395-31.690 190.395-31.916L190.395-32.644Q190.070-32.644 189.704-32.553Q189.338-32.462 189.082-32.250Q188.826-32.039 188.826-31.707M194.018-32.233L191.960-32.233L191.960-32.736L194.018-32.736L194.018-32.233M196.619-30.979L194.886-30.979L194.886-31.259Q195.607-31.259 195.607-31.659L195.607-35.446Q195.374-35.480 194.886-35.480L194.886-35.761L196.243-35.761Q196.284-35.747 196.304-35.733L199.008-32.086L199.008-35.081Q199.008-35.480 198.287-35.480L198.287-35.761L200.023-35.761L200.023-35.480Q199.302-35.480 199.302-35.081L199.302-31.071Q199.285-30.996 199.216-30.979L199.097-30.979Q199.049-30.989 199.035-31.013L195.901-35.234L195.901-31.659Q195.901-31.259 196.619-31.259L196.619-30.979M201.041-29.222L200.973-29.222Q200.939-29.222 200.917-29.248Q200.895-29.273 200.895-29.308Q200.895-29.352 200.925-29.369Q201.281-29.673 201.530-30.063Q201.780-30.453 201.932-30.885Q202.084-31.317 202.154-31.786Q202.224-32.254 202.224-32.729Q202.224-33.208 202.154-33.674Q202.084-34.141 201.930-34.576Q201.776-35.012 201.525-35.400Q201.274-35.788 200.925-36.082Q200.895-36.099 200.895-36.144Q200.895-36.178 200.917-36.203Q200.939-36.229 200.973-36.229L201.041-36.229Q201.052-36.229 201.060-36.227Q201.069-36.226 201.079-36.222Q201.623-35.822 201.995-35.269Q202.368-34.715 202.549-34.069Q202.730-33.423 202.730-32.729Q202.730-32.028 202.549-31.381Q202.368-30.733 201.993-30.179Q201.619-29.625 201.079-29.229Q201.069-29.229 201.060-29.227Q201.052-29.226 201.041-29.222\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m-15.129-14.93 30.577 37.225\"\u002F>\u003Cpath stroke=\"none\" d=\"m17.098 24.304-1.033-4.535-.617 2.526-2.598.114\"\u002F>\u003Cg transform=\"translate(-95.025 37.922)\">\u003Cpath d=\"M81.983-31.707Q81.983-32.039 82.206-32.266Q82.430-32.493 82.774-32.621Q83.117-32.750 83.490-32.802Q83.862-32.855 84.167-32.855L84.167-33.108Q84.167-33.313 84.059-33.493Q83.951-33.672 83.770-33.775Q83.589-33.877 83.381-33.877Q82.974-33.877 82.738-33.785Q82.827-33.748 82.873-33.664Q82.919-33.580 82.919-33.478Q82.919-33.382 82.873-33.303Q82.827-33.225 82.746-33.180Q82.666-33.136 82.577-33.136Q82.427-33.136 82.326-33.233Q82.225-33.331 82.225-33.478Q82.225-34.100 83.381-34.100Q83.592-34.100 83.842-34.036Q84.091-33.973 84.293-33.854Q84.495-33.734 84.621-33.549Q84.748-33.365 84.748-33.122L84.748-31.546Q84.748-31.430 84.809-31.334Q84.871-31.239 84.984-31.239Q85.093-31.239 85.158-31.333Q85.223-31.427 85.223-31.546L85.223-31.994L85.489-31.994L85.489-31.546Q85.489-31.276 85.262-31.111Q85.035-30.945 84.755-30.945Q84.546-30.945 84.409-31.099Q84.273-31.252 84.249-31.468Q84.102-31.201 83.820-31.056Q83.538-30.911 83.213-30.911Q82.936-30.911 82.652-30.986Q82.369-31.061 82.176-31.240Q81.983-31.420 81.983-31.707M82.598-31.707Q82.598-31.533 82.699-31.403Q82.799-31.273 82.955-31.203Q83.110-31.133 83.275-31.133Q83.493-31.133 83.702-31.230Q83.910-31.328 84.038-31.509Q84.167-31.690 84.167-31.916L84.167-32.644Q83.842-32.644 83.476-32.553Q83.110-32.462 82.854-32.250Q82.598-32.039 82.598-31.707M87.790-32.233L85.732-32.233L85.732-32.736L87.790-32.736L87.790-32.233M91.604-30.979L89.075-30.979L89.075-31.259Q90.042-31.259 90.042-31.468L90.042-35.087Q89.649-34.899 89.027-34.899L89.027-35.180Q89.444-35.180 89.808-35.281Q90.172-35.381 90.428-35.627L90.555-35.627Q90.620-35.610 90.637-35.542L90.637-31.468Q90.637-31.259 91.604-31.259\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M81.61-14.93v36.634\"\u002F>\u003Cpath stroke=\"none\" d=\"m81.61 24.304 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003Cg transform=\"translate(3.733 37.922)\">\u003Cpath d=\"M81.983-31.707Q81.983-32.039 82.206-32.266Q82.430-32.493 82.774-32.621Q83.117-32.750 83.490-32.802Q83.862-32.855 84.167-32.855L84.167-33.108Q84.167-33.313 84.059-33.493Q83.951-33.672 83.770-33.775Q83.589-33.877 83.381-33.877Q82.974-33.877 82.738-33.785Q82.827-33.748 82.873-33.664Q82.919-33.580 82.919-33.478Q82.919-33.382 82.873-33.303Q82.827-33.225 82.746-33.180Q82.666-33.136 82.577-33.136Q82.427-33.136 82.326-33.233Q82.225-33.331 82.225-33.478Q82.225-34.100 83.381-34.100Q83.592-34.100 83.842-34.036Q84.091-33.973 84.293-33.854Q84.495-33.734 84.621-33.549Q84.748-33.365 84.748-33.122L84.748-31.546Q84.748-31.430 84.809-31.334Q84.871-31.239 84.984-31.239Q85.093-31.239 85.158-31.333Q85.223-31.427 85.223-31.546L85.223-31.994L85.489-31.994L85.489-31.546Q85.489-31.276 85.262-31.111Q85.035-30.945 84.755-30.945Q84.546-30.945 84.409-31.099Q84.273-31.252 84.249-31.468Q84.102-31.201 83.820-31.056Q83.538-30.911 83.213-30.911Q82.936-30.911 82.652-30.986Q82.369-31.061 82.176-31.240Q81.983-31.420 81.983-31.707M82.598-31.707Q82.598-31.533 82.699-31.403Q82.799-31.273 82.955-31.203Q83.110-31.133 83.275-31.133Q83.493-31.133 83.702-31.230Q83.910-31.328 84.038-31.509Q84.167-31.690 84.167-31.916L84.167-32.644Q83.842-32.644 83.476-32.553Q83.110-32.462 82.854-32.250Q82.598-32.039 82.598-31.707M87.790-32.233L85.732-32.233L85.732-32.736L87.790-32.736L87.790-32.233M91.604-30.979L88.719-30.979L88.719-31.181Q88.719-31.211 88.747-31.239L89.994-32.456Q90.066-32.531 90.109-32.573Q90.152-32.616 90.230-32.695Q90.644-33.108 90.874-33.466Q91.105-33.823 91.105-34.247Q91.105-34.479 91.027-34.682Q90.948-34.886 90.806-35.036Q90.664-35.187 90.469-35.267Q90.275-35.347 90.042-35.347Q89.731-35.347 89.473-35.188Q89.215-35.029 89.085-34.752L89.106-34.752Q89.273-34.752 89.381-34.641Q89.488-34.530 89.488-34.366Q89.488-34.209 89.379-34.096Q89.270-33.983 89.106-33.983Q88.945-33.983 88.832-34.096Q88.719-34.209 88.719-34.366Q88.719-34.742 88.928-35.029Q89.136-35.316 89.471-35.472Q89.806-35.627 90.162-35.627Q90.586-35.627 90.965-35.469Q91.344-35.310 91.579-34.993Q91.813-34.677 91.813-34.247Q91.813-33.936 91.672-33.667Q91.532-33.399 91.327-33.194Q91.122-32.989 90.760-32.707Q90.398-32.425 90.288-32.329L89.434-31.601L90.076-31.601Q90.339-31.601 90.628-31.603Q90.917-31.604 91.136-31.613Q91.355-31.622 91.372-31.639Q91.433-31.704 91.471-31.871Q91.508-32.039 91.546-32.281L91.813-32.281\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m178.35-14.93-30.577 37.225\"\u002F>\u003Cpath stroke=\"none\" d=\"m146.123 24.304 4.247-1.895-2.597-.114-.617-2.526\"\u002F>\u003Cg transform=\"translate(84.359 38.058)\">\u003Cpath d=\"M81.983-31.707Q81.983-32.039 82.206-32.266Q82.430-32.493 82.774-32.621Q83.117-32.750 83.490-32.802Q83.862-32.855 84.167-32.855L84.167-33.108Q84.167-33.313 84.059-33.493Q83.951-33.672 83.770-33.775Q83.589-33.877 83.381-33.877Q82.974-33.877 82.738-33.785Q82.827-33.748 82.873-33.664Q82.919-33.580 82.919-33.478Q82.919-33.382 82.873-33.303Q82.827-33.225 82.746-33.180Q82.666-33.136 82.577-33.136Q82.427-33.136 82.326-33.233Q82.225-33.331 82.225-33.478Q82.225-34.100 83.381-34.100Q83.592-34.100 83.842-34.036Q84.091-33.973 84.293-33.854Q84.495-33.734 84.621-33.549Q84.748-33.365 84.748-33.122L84.748-31.546Q84.748-31.430 84.809-31.334Q84.871-31.239 84.984-31.239Q85.093-31.239 85.158-31.333Q85.223-31.427 85.223-31.546L85.223-31.994L85.489-31.994L85.489-31.546Q85.489-31.276 85.262-31.111Q85.035-30.945 84.755-30.945Q84.546-30.945 84.409-31.099Q84.273-31.252 84.249-31.468Q84.102-31.201 83.820-31.056Q83.538-30.911 83.213-30.911Q82.936-30.911 82.652-30.986Q82.369-31.061 82.176-31.240Q81.983-31.420 81.983-31.707M82.598-31.707Q82.598-31.533 82.699-31.403Q82.799-31.273 82.955-31.203Q83.110-31.133 83.275-31.133Q83.493-31.133 83.702-31.230Q83.910-31.328 84.038-31.509Q84.167-31.690 84.167-31.916L84.167-32.644Q83.842-32.644 83.476-32.553Q83.110-32.462 82.854-32.250Q82.598-32.039 82.598-31.707M87.790-32.233L85.732-32.233L85.732-32.736L87.790-32.736L87.790-32.233M90.391-30.979L88.658-30.979L88.658-31.259Q89.379-31.259 89.379-31.659L89.379-35.446Q89.147-35.480 88.658-35.480L88.658-35.761L90.015-35.761Q90.056-35.747 90.076-35.733L92.780-32.086L92.780-35.081Q92.780-35.480 92.059-35.480L92.059-35.761L93.795-35.761L93.795-35.480Q93.074-35.480 93.074-35.081L93.074-31.071Q93.057-30.996 92.988-30.979L92.869-30.979Q92.821-30.989 92.807-31.013L89.673-35.234L89.673-31.659Q89.673-31.259 90.391-31.259\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(94.582 75.727)\">\u003Cpath d=\"M84.508-30.299L84.508-32.555L82.259-32.555Q82.191-32.565 82.145-32.611Q82.099-32.657 82.099-32.729Q82.099-32.873 82.259-32.896L84.508-32.896L84.508-35.152Q84.519-35.221 84.565-35.267Q84.611-35.313 84.683-35.313Q84.826-35.313 84.850-35.152L84.850-32.896L87.092-32.896Q87.253-32.873 87.253-32.729Q87.253-32.657 87.207-32.611Q87.161-32.565 87.092-32.555L84.850-32.555L84.850-30.299Q84.826-30.138 84.683-30.138Q84.611-30.138 84.565-30.184Q84.519-30.230 84.508-30.299\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 75.727)\">\u003Cpath d=\"M90.716-30.446Q90.716-30.692 90.913-30.876Q91.110-31.061 91.366-31.140Q91.229-31.252 91.157-31.413Q91.086-31.574 91.086-31.755Q91.086-32.076 91.297-32.322Q90.963-32.620 90.963-33.030Q90.963-33.491 91.352-33.778Q91.742-34.065 92.220-34.065Q92.692-34.065 93.027-33.819Q93.201-33.973 93.412-34.055Q93.622-34.137 93.851-34.137Q94.015-34.137 94.136-34.030Q94.257-33.922 94.257-33.758Q94.257-33.662 94.186-33.590Q94.114-33.519 94.022-33.519Q93.922-33.519 93.852-33.592Q93.782-33.666 93.782-33.765Q93.782-33.819 93.796-33.850L93.803-33.864Q93.810-33.884 93.818-33.895Q93.827-33.905 93.830-33.912Q93.475-33.912 93.188-33.689Q93.475-33.396 93.475-33.030Q93.475-32.715 93.290-32.483Q93.106-32.250 92.817-32.122Q92.528-31.994 92.220-31.994Q92.019-31.994 91.827-32.044Q91.636-32.093 91.458-32.203Q91.366-32.076 91.366-31.933Q91.366-31.751 91.494-31.616Q91.622-31.481 91.807-31.481L92.439-31.481Q92.887-31.481 93.256-31.410Q93.625-31.338 93.885-31.109Q94.145-30.880 94.145-30.446Q94.145-30.125 93.849-29.923Q93.553-29.721 93.150-29.632Q92.747-29.543 92.432-29.543Q92.114-29.543 91.711-29.632Q91.308-29.721 91.012-29.923Q90.716-30.125 90.716-30.446M91.171-30.446Q91.171-30.217 91.390-30.068Q91.609-29.919 91.901-29.851Q92.193-29.783 92.432-29.783Q92.596-29.783 92.805-29.819Q93.013-29.854 93.220-29.935Q93.427-30.015 93.558-30.143Q93.690-30.271 93.690-30.446Q93.690-30.798 93.309-30.892Q92.928-30.986 92.425-30.986L91.807-30.986Q91.568-30.986 91.369-30.835Q91.171-30.685 91.171-30.446M92.220-32.233Q92.887-32.233 92.887-33.030Q92.887-33.830 92.220-33.830Q91.550-33.830 91.550-33.030Q91.550-32.233 92.220-32.233M96.407-30.979L94.804-30.979L94.804-31.259Q95.030-31.259 95.179-31.293Q95.327-31.328 95.327-31.468L95.327-35.087Q95.327-35.357 95.220-35.419Q95.112-35.480 94.804-35.480L94.804-35.761L95.881-35.836L95.881-31.468Q95.881-31.331 96.031-31.295Q96.182-31.259 96.407-31.259L96.407-30.979M96.961-32.462Q96.961-32.804 97.096-33.103Q97.231-33.402 97.470-33.626Q97.710-33.850 98.027-33.975Q98.345-34.100 98.677-34.100Q99.121-34.100 99.521-33.884Q99.921-33.669 100.155-33.291Q100.389-32.914 100.389-32.462Q100.389-32.121 100.247-31.837Q100.106-31.553 99.861-31.346Q99.617-31.140 99.308-31.025Q98.998-30.911 98.677-30.911Q98.246-30.911 97.845-31.112Q97.443-31.314 97.202-31.666Q96.961-32.018 96.961-32.462M98.677-31.160Q99.278-31.160 99.502-31.538Q99.726-31.916 99.726-32.548Q99.726-33.160 99.492-33.519Q99.258-33.877 98.677-33.877Q97.624-33.877 97.624-32.548Q97.624-31.916 97.850-31.538Q98.075-31.160 98.677-31.160M101.791-30.979L101.524-30.979L101.524-35.087Q101.524-35.357 101.416-35.419Q101.309-35.480 100.998-35.480L100.998-35.761L102.078-35.836L102.078-33.666Q102.286-33.857 102.572-33.961Q102.857-34.065 103.154-34.065Q103.472-34.065 103.770-33.944Q104.067-33.823 104.289-33.607Q104.511-33.392 104.638-33.107Q104.764-32.821 104.764-32.490Q104.764-32.045 104.525-31.681Q104.286-31.317 103.893-31.114Q103.500-30.911 103.055-30.911Q102.860-30.911 102.671-30.967Q102.481-31.023 102.320-31.128Q102.160-31.232 102.020-31.393L101.791-30.979M102.105-33.324L102.105-31.707Q102.242-31.447 102.483-31.290Q102.724-31.133 103.001-31.133Q103.295-31.133 103.506-31.240Q103.718-31.348 103.852-31.540Q103.985-31.731 104.043-31.970Q104.101-32.209 104.101-32.490Q104.101-32.849 104.007-33.153Q103.913-33.457 103.686-33.650Q103.459-33.843 103.093-33.843Q102.792-33.843 102.526-33.707Q102.259-33.570 102.105-33.324M105.458-31.707Q105.458-32.039 105.682-32.266Q105.906-32.493 106.249-32.621Q106.593-32.750 106.965-32.802Q107.338-32.855 107.642-32.855L107.642-33.108Q107.642-33.313 107.535-33.493Q107.427-33.672 107.246-33.775Q107.065-33.877 106.856-33.877Q106.449-33.877 106.214-33.785Q106.302-33.748 106.349-33.664Q106.395-33.580 106.395-33.478Q106.395-33.382 106.349-33.303Q106.302-33.225 106.222-33.180Q106.142-33.136 106.053-33.136Q105.902-33.136 105.802-33.233Q105.701-33.331 105.701-33.478Q105.701-34.100 106.856-34.100Q107.068-34.100 107.318-34.036Q107.567-33.973 107.769-33.854Q107.970-33.734 108.097-33.549Q108.223-33.365 108.223-33.122L108.223-31.546Q108.223-31.430 108.285-31.334Q108.346-31.239 108.459-31.239Q108.568-31.239 108.633-31.333Q108.698-31.427 108.698-31.546L108.698-31.994L108.965-31.994L108.965-31.546Q108.965-31.276 108.738-31.111Q108.510-30.945 108.230-30.945Q108.022-30.945 107.885-31.099Q107.748-31.252 107.724-31.468Q107.577-31.201 107.295-31.056Q107.013-30.911 106.689-30.911Q106.412-30.911 106.128-30.986Q105.844-31.061 105.651-31.240Q105.458-31.420 105.458-31.707M106.073-31.707Q106.073-31.533 106.174-31.403Q106.275-31.273 106.431-31.203Q106.586-31.133 106.750-31.133Q106.969-31.133 107.177-31.230Q107.386-31.328 107.514-31.509Q107.642-31.690 107.642-31.916L107.642-32.644Q107.318-32.644 106.952-32.553Q106.586-32.462 106.330-32.250Q106.073-32.039 106.073-31.707M111.050-30.979L109.447-30.979L109.447-31.259Q109.672-31.259 109.821-31.293Q109.970-31.328 109.970-31.468L109.970-35.087Q109.970-35.357 109.862-35.419Q109.755-35.480 109.447-35.480L109.447-35.761L110.524-35.836L110.524-31.468Q110.524-31.331 110.674-31.295Q110.824-31.259 111.050-31.259\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 75.727)\">\u003Cpath d=\"M114.355-30.986L114.355-32.049Q114.355-32.073 114.383-32.100Q114.410-32.127 114.434-32.127L114.543-32.127Q114.608-32.127 114.622-32.069Q114.718-31.635 114.964-31.384Q115.210-31.133 115.624-31.133Q115.965-31.133 116.218-31.266Q116.471-31.399 116.471-31.707Q116.471-31.864 116.377-31.979Q116.283-32.093 116.145-32.162Q116.006-32.230 115.839-32.268L115.258-32.367Q114.902-32.435 114.629-32.656Q114.355-32.876 114.355-33.218Q114.355-33.467 114.467-33.642Q114.578-33.816 114.764-33.915Q114.950-34.014 115.166-34.057Q115.381-34.100 115.624-34.100Q116.037-34.100 116.317-33.918L116.533-34.093Q116.543-34.096 116.550-34.098Q116.557-34.100 116.567-34.100L116.618-34.100Q116.645-34.100 116.669-34.076Q116.693-34.052 116.693-34.024L116.693-33.177Q116.693-33.156 116.669-33.129Q116.645-33.102 116.618-33.102L116.505-33.102Q116.478-33.102 116.452-33.127Q116.427-33.153 116.427-33.177Q116.427-33.413 116.321-33.577Q116.215-33.741 116.032-33.823Q115.849-33.905 115.617-33.905Q115.289-33.905 115.032-33.802Q114.776-33.700 114.776-33.423Q114.776-33.228 114.959-33.119Q115.142-33.009 115.371-32.968L115.945-32.862Q116.191-32.814 116.405-32.686Q116.618-32.558 116.755-32.355Q116.892-32.151 116.892-31.902Q116.892-31.389 116.526-31.150Q116.160-30.911 115.624-30.911Q115.128-30.911 114.796-31.205L114.530-30.931Q114.509-30.911 114.482-30.911L114.434-30.911Q114.410-30.911 114.383-30.938Q114.355-30.965 114.355-30.986M118.047-31.820L118.047-33.717L117.408-33.717L117.408-33.939Q117.726-33.939 117.943-34.149Q118.160-34.359 118.260-34.669Q118.361-34.978 118.361-35.286L118.628-35.286L118.628-33.997L119.705-33.997L119.705-33.717L118.628-33.717L118.628-31.833Q118.628-31.557 118.732-31.358Q118.836-31.160 119.096-31.160Q119.253-31.160 119.359-31.264Q119.465-31.369 119.515-31.522Q119.564-31.676 119.564-31.833L119.564-32.247L119.831-32.247L119.831-31.820Q119.831-31.594 119.732-31.384Q119.633-31.174 119.448-31.042Q119.264-30.911 119.035-30.911Q118.597-30.911 118.322-31.148Q118.047-31.386 118.047-31.820M120.699-31.707Q120.699-32.039 120.923-32.266Q121.147-32.493 121.490-32.621Q121.834-32.750 122.207-32.802Q122.579-32.855 122.883-32.855L122.883-33.108Q122.883-33.313 122.776-33.493Q122.668-33.672 122.487-33.775Q122.306-33.877 122.097-33.877Q121.690-33.877 121.455-33.785Q121.543-33.748 121.590-33.664Q121.636-33.580 121.636-33.478Q121.636-33.382 121.590-33.303Q121.543-33.225 121.463-33.180Q121.383-33.136 121.294-33.136Q121.144-33.136 121.043-33.233Q120.942-33.331 120.942-33.478Q120.942-34.100 122.097-34.100Q122.309-34.100 122.559-34.036Q122.808-33.973 123.010-33.854Q123.211-33.734 123.338-33.549Q123.464-33.365 123.464-33.122L123.464-31.546Q123.464-31.430 123.526-31.334Q123.587-31.239 123.700-31.239Q123.810-31.239 123.874-31.333Q123.939-31.427 123.939-31.546L123.939-31.994L124.206-31.994L124.206-31.546Q124.206-31.276 123.979-31.111Q123.751-30.945 123.471-30.945Q123.263-30.945 123.126-31.099Q122.989-31.252 122.965-31.468Q122.818-31.201 122.536-31.056Q122.254-30.911 121.930-30.911Q121.653-30.911 121.369-30.986Q121.085-31.061 120.892-31.240Q120.699-31.420 120.699-31.707M121.314-31.707Q121.314-31.533 121.415-31.403Q121.516-31.273 121.672-31.203Q121.827-31.133 121.991-31.133Q122.210-31.133 122.418-31.230Q122.627-31.328 122.755-31.509Q122.883-31.690 122.883-31.916L122.883-32.644Q122.559-32.644 122.193-32.553Q121.827-32.462 121.571-32.250Q121.314-32.039 121.314-31.707M125.149-31.820L125.149-33.717L124.510-33.717L124.510-33.939Q124.828-33.939 125.045-34.149Q125.262-34.359 125.363-34.669Q125.464-34.978 125.464-35.286L125.730-35.286L125.730-33.997L126.807-33.997L126.807-33.717L125.730-33.717L125.730-31.833Q125.730-31.557 125.835-31.358Q125.939-31.160 126.199-31.160Q126.356-31.160 126.462-31.264Q126.568-31.369 126.617-31.522Q126.667-31.676 126.667-31.833L126.667-32.247L126.934-32.247L126.934-31.820Q126.934-31.594 126.834-31.384Q126.735-31.174 126.551-31.042Q126.366-30.911 126.137-30.911Q125.700-30.911 125.425-31.148Q125.149-31.386 125.149-31.820M127.703-32.514Q127.703-32.835 127.827-33.124Q127.952-33.413 128.178-33.636Q128.403-33.860 128.699-33.980Q128.995-34.100 129.312-34.100Q129.641-34.100 129.902-34Q130.164-33.901 130.340-33.719Q130.516-33.536 130.610-33.278Q130.704-33.020 130.704-32.688Q130.704-32.596 130.622-32.575L128.366-32.575L128.366-32.514Q128.366-31.926 128.649-31.543Q128.933-31.160 129.500-31.160Q129.822-31.160 130.090-31.353Q130.358-31.546 130.447-31.861Q130.454-31.902 130.529-31.916L130.622-31.916Q130.704-31.892 130.704-31.820Q130.704-31.813 130.697-31.786Q130.584-31.389 130.213-31.150Q129.842-30.911 129.418-30.911Q128.981-30.911 128.581-31.119Q128.181-31.328 127.942-31.695Q127.703-32.062 127.703-32.514M128.373-32.784L130.187-32.784Q130.187-33.061 130.090-33.313Q129.993-33.566 129.794-33.722Q129.596-33.877 129.312-33.877Q129.036-33.877 128.822-33.719Q128.608-33.560 128.490-33.305Q128.373-33.050 128.373-32.784\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(94.582 75.727)\">\u003Cpath d=\"M135.192-30.979L133.869-30.979L133.869-31.259Q134.430-31.259 134.809-31.659L135.524-32.456L134.611-33.505Q134.474-33.652 134.326-33.684Q134.177-33.717 133.910-33.717L133.910-33.997L135.411-33.997L135.411-33.717Q135.219-33.717 135.219-33.583Q135.219-33.553 135.250-33.505L135.845-32.821L136.286-33.317Q136.399-33.447 136.399-33.563Q136.399-33.625 136.361-33.671Q136.323-33.717 136.265-33.717L136.265-33.997L137.581-33.997L137.581-33.717Q137.021-33.717 136.641-33.317L136.019-32.616L137.014-31.468Q137.113-31.369 137.214-31.324Q137.315-31.280 137.426-31.270Q137.537-31.259 137.715-31.259L137.715-30.979L136.221-30.979L136.221-31.259Q136.286-31.259 136.346-31.293Q136.405-31.328 136.405-31.393Q136.405-31.440 136.375-31.468L135.698-32.254L135.165-31.659Q135.052-31.529 135.052-31.413Q135.052-31.348 135.093-31.304Q135.134-31.259 135.192-31.259\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M171.236 42.998h-23.113\"\u002F>\u003Cpath stroke=\"none\" d=\"m146.123 42.998 3.2 1.6-1.2-1.6 1.2-1.6\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-dasharray:3.0,3.0;stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M17.098 42.998c-33.72 0-63.925-24.209-63.925-55.329\"\u002F>\u003Cpath stroke=\"none\" d=\"m-46.827-14.93-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-143.88 59.408)\">\u003Cpath d=\"M81.883-30.446Q81.883-30.692 82.080-30.876Q82.277-31.061 82.533-31.140Q82.396-31.252 82.324-31.413Q82.253-31.574 82.253-31.755Q82.253-32.076 82.464-32.322Q82.130-32.620 82.130-33.030Q82.130-33.491 82.519-33.778Q82.909-34.065 83.387-34.065Q83.859-34.065 84.194-33.819Q84.368-33.973 84.579-34.055Q84.789-34.137 85.018-34.137Q85.182-34.137 85.303-34.030Q85.424-33.922 85.424-33.758Q85.424-33.662 85.353-33.590Q85.281-33.519 85.189-33.519Q85.089-33.519 85.019-33.592Q84.949-33.666 84.949-33.765Q84.949-33.819 84.963-33.850L84.970-33.864Q84.977-33.884 84.985-33.895Q84.994-33.905 84.997-33.912Q84.642-33.912 84.355-33.689Q84.642-33.396 84.642-33.030Q84.642-32.715 84.457-32.483Q84.273-32.250 83.984-32.122Q83.695-31.994 83.387-31.994Q83.186-31.994 82.994-32.044Q82.803-32.093 82.625-32.203Q82.533-32.076 82.533-31.933Q82.533-31.751 82.661-31.616Q82.789-31.481 82.974-31.481L83.606-31.481Q84.054-31.481 84.423-31.410Q84.792-31.338 85.052-31.109Q85.312-30.880 85.312-30.446Q85.312-30.125 85.016-29.923Q84.720-29.721 84.317-29.632Q83.914-29.543 83.599-29.543Q83.281-29.543 82.878-29.632Q82.475-29.721 82.179-29.923Q81.883-30.125 81.883-30.446M82.338-30.446Q82.338-30.217 82.557-30.068Q82.776-29.919 83.068-29.851Q83.360-29.783 83.599-29.783Q83.763-29.783 83.972-29.819Q84.180-29.854 84.387-29.935Q84.594-30.015 84.725-30.143Q84.857-30.271 84.857-30.446Q84.857-30.798 84.476-30.892Q84.095-30.986 83.592-30.986L82.974-30.986Q82.735-30.986 82.536-30.835Q82.338-30.685 82.338-30.446M83.387-32.233Q84.054-32.233 84.054-33.030Q84.054-33.830 83.387-33.830Q82.717-33.830 82.717-33.030Q82.717-32.233 83.387-32.233M87.656-30.979L85.920-30.979L85.920-31.259Q86.149-31.259 86.298-31.293Q86.446-31.328 86.446-31.468L86.446-33.317Q86.446-33.587 86.339-33.648Q86.231-33.710 85.920-33.710L85.920-33.990L86.949-34.065L86.949-33.358Q87.079-33.666 87.321-33.865Q87.564-34.065 87.882-34.065Q88.101-34.065 88.272-33.941Q88.443-33.816 88.443-33.604Q88.443-33.467 88.343-33.368Q88.244-33.269 88.111-33.269Q87.974-33.269 87.875-33.368Q87.776-33.467 87.776-33.604Q87.776-33.744 87.875-33.843Q87.585-33.843 87.385-33.647Q87.185-33.450 87.092-33.156Q87-32.862 87-32.582L87-31.468Q87-31.259 87.656-31.259L87.656-30.979M89.085-31.707Q89.085-32.039 89.309-32.266Q89.533-32.493 89.876-32.621Q90.220-32.750 90.592-32.802Q90.965-32.855 91.269-32.855L91.269-33.108Q91.269-33.313 91.162-33.493Q91.054-33.672 90.873-33.775Q90.692-33.877 90.483-33.877Q90.076-33.877 89.840-33.785Q89.929-33.748 89.975-33.664Q90.022-33.580 90.022-33.478Q90.022-33.382 89.975-33.303Q89.929-33.225 89.849-33.180Q89.769-33.136 89.680-33.136Q89.529-33.136 89.429-33.233Q89.328-33.331 89.328-33.478Q89.328-34.100 90.483-34.100Q90.695-34.100 90.944-34.036Q91.194-33.973 91.396-33.854Q91.597-33.734 91.724-33.549Q91.850-33.365 91.850-33.122L91.850-31.546Q91.850-31.430 91.912-31.334Q91.973-31.239 92.086-31.239Q92.195-31.239 92.260-31.333Q92.325-31.427 92.325-31.546L92.325-31.994L92.592-31.994L92.592-31.546Q92.592-31.276 92.365-31.111Q92.137-30.945 91.857-30.945Q91.649-30.945 91.512-31.099Q91.375-31.252 91.351-31.468Q91.204-31.201 90.922-31.056Q90.640-30.911 90.316-30.911Q90.039-30.911 89.755-30.986Q89.471-31.061 89.278-31.240Q89.085-31.420 89.085-31.707M89.700-31.707Q89.700-31.533 89.801-31.403Q89.902-31.273 90.058-31.203Q90.213-31.133 90.377-31.133Q90.596-31.133 90.804-31.230Q91.013-31.328 91.141-31.509Q91.269-31.690 91.269-31.916L91.269-32.644Q90.944-32.644 90.579-32.553Q90.213-32.462 89.957-32.250Q89.700-32.039 89.700-31.707M93.009-32.490Q93.009-32.828 93.149-33.119Q93.289-33.409 93.534-33.623Q93.778-33.836 94.082-33.951Q94.386-34.065 94.711-34.065Q94.981-34.065 95.244-33.966Q95.507-33.867 95.699-33.689L95.699-35.087Q95.699-35.357 95.591-35.419Q95.484-35.480 95.172-35.480L95.172-35.761L96.249-35.836L96.249-31.652Q96.249-31.464 96.304-31.381Q96.359-31.297 96.459-31.278Q96.560-31.259 96.776-31.259L96.776-30.979L95.668-30.911L95.668-31.328Q95.251-30.911 94.626-30.911Q94.195-30.911 93.822-31.123Q93.450-31.334 93.229-31.695Q93.009-32.056 93.009-32.490M94.684-31.133Q94.892-31.133 95.079-31.205Q95.265-31.276 95.419-31.413Q95.572-31.550 95.668-31.728L95.668-33.337Q95.583-33.484 95.437-33.604Q95.292-33.724 95.123-33.783Q94.954-33.843 94.773-33.843Q94.212-33.843 93.944-33.454Q93.675-33.064 93.675-32.483Q93.675-31.912 93.910-31.522Q94.144-31.133 94.684-31.133M99.308-32.233L97.251-32.233L97.251-32.736L99.308-32.736L99.308-32.233M100.170-31.707Q100.170-32.039 100.393-32.266Q100.617-32.493 100.961-32.621Q101.304-32.750 101.677-32.802Q102.049-32.855 102.354-32.855L102.354-33.108Q102.354-33.313 102.246-33.493Q102.138-33.672 101.957-33.775Q101.776-33.877 101.568-33.877Q101.161-33.877 100.925-33.785Q101.014-33.748 101.060-33.664Q101.106-33.580 101.106-33.478Q101.106-33.382 101.060-33.303Q101.014-33.225 100.933-33.180Q100.853-33.136 100.764-33.136Q100.614-33.136 100.513-33.233Q100.412-33.331 100.412-33.478Q100.412-34.100 101.568-34.100Q101.779-34.100 102.029-34.036Q102.278-33.973 102.480-33.854Q102.682-33.734 102.808-33.549Q102.935-33.365 102.935-33.122L102.935-31.546Q102.935-31.430 102.996-31.334Q103.058-31.239 103.171-31.239Q103.280-31.239 103.345-31.333Q103.410-31.427 103.410-31.546L103.410-31.994L103.676-31.994L103.676-31.546Q103.676-31.276 103.449-31.111Q103.222-30.945 102.942-30.945Q102.733-30.945 102.596-31.099Q102.460-31.252 102.436-31.468Q102.289-31.201 102.007-31.056Q101.725-30.911 101.400-30.911Q101.123-30.911 100.839-30.986Q100.556-31.061 100.363-31.240Q100.170-31.420 100.170-31.707M100.785-31.707Q100.785-31.533 100.886-31.403Q100.986-31.273 101.142-31.203Q101.297-31.133 101.462-31.133Q101.680-31.133 101.889-31.230Q102.097-31.328 102.225-31.509Q102.354-31.690 102.354-31.916L102.354-32.644Q102.029-32.644 101.663-32.553Q101.297-32.462 101.041-32.250Q100.785-32.039 100.785-31.707\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-143.88 59.408)\">\u003Cpath d=\"M109.565-30.839Q109.052-30.839 108.584-31.032Q108.116-31.225 107.757-31.567Q107.398-31.909 107.193-32.370Q106.988-32.832 106.988-33.344Q106.988-34.031 107.336-34.621Q107.685-35.210 108.280-35.556Q108.874-35.901 109.565-35.901Q110.255-35.901 110.850-35.556Q111.445-35.210 111.793-34.621Q112.142-34.031 112.142-33.344Q112.142-32.979 112.031-32.626Q111.920-32.274 111.711-31.965Q111.503-31.656 111.219-31.423Q110.936-31.191 110.580-31.041Q110.666-30.866 110.763-30.723Q110.860-30.579 110.990-30.489Q111.120-30.398 111.294-30.398Q111.564-30.398 111.776-30.565Q111.988-30.733 111.988-30.993Q112.012-31.078 112.084-31.078Q112.132-31.078 112.157-31.047Q112.183-31.017 112.183-30.965Q112.183-30.658 112.086-30.348Q111.988-30.039 111.778-29.831Q111.568-29.622 111.247-29.622Q110.847-29.622 110.659-29.896Q110.471-30.169 110.348-30.651L110.279-30.938Q109.924-30.839 109.565-30.839M109.138-31.454Q109.138-31.287 109.264-31.189Q109.391-31.092 109.565-31.092Q109.903-31.092 110.201-31.218Q110.108-31.502 109.968-31.664Q109.828-31.827 109.565-31.827Q109.397-31.827 109.268-31.721Q109.138-31.615 109.138-31.454M108.916-31.454Q108.916-31.707 109.112-31.878Q109.309-32.049 109.565-32.049Q109.873-32.049 110.072-31.857Q110.272-31.666 110.440-31.334Q110.778-31.540 110.989-31.852Q111.199-32.165 111.296-32.546Q111.394-32.927 111.394-33.344Q111.394-33.782 111.284-34.190Q111.175-34.599 110.946-34.930Q110.717-35.262 110.370-35.455Q110.023-35.648 109.565-35.648Q109.110-35.648 108.762-35.453Q108.413-35.258 108.187-34.930Q107.962-34.602 107.849-34.192Q107.736-33.782 107.736-33.344Q107.736-32.879 107.863-32.449Q107.989-32.018 108.270-31.687Q108.550-31.355 108.977-31.194Q108.916-31.311 108.916-31.454\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The MADDPG architecture. Each agent&#39;s actor mu-i acts on its own local observation o-i (decentralized execution), while a centralized critic Q-i sees the global state x and every agent&#39;s action a-1..a-N (centralized training). At test time the critics are dropped and only the local actors remain.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:401.228px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 300.921 140.328\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-65.403-43.617h49.332V-72.07h-49.332Z\"\u002F>\u003Cg transform=\"translate(-106.692 1.75)\">\u003Cpath d=\"M47.687-57.704Q47.174-57.704 46.706-57.897Q46.238-58.090 45.879-58.432Q45.520-58.774 45.315-59.235Q45.110-59.697 45.110-60.209Q45.110-60.896 45.458-61.486Q45.807-62.075 46.402-62.421Q46.996-62.766 47.687-62.766Q48.377-62.766 48.972-62.421Q49.567-62.075 49.915-61.486Q50.264-60.896 50.264-60.209Q50.264-59.844 50.153-59.491Q50.042-59.139 49.833-58.830Q49.625-58.521 49.341-58.288Q49.058-58.056 48.702-57.906Q48.788-57.731 48.885-57.588Q48.982-57.444 49.112-57.354Q49.242-57.263 49.416-57.263Q49.686-57.263 49.898-57.430Q50.110-57.598 50.110-57.858Q50.134-57.943 50.206-57.943Q50.254-57.943 50.279-57.912Q50.305-57.882 50.305-57.830Q50.305-57.523 50.208-57.213Q50.110-56.904 49.900-56.696Q49.690-56.487 49.369-56.487Q48.969-56.487 48.781-56.761Q48.593-57.034 48.470-57.516L48.401-57.803Q48.046-57.704 47.687-57.704M47.260-58.319Q47.260-58.152 47.386-58.054Q47.513-57.957 47.687-57.957Q48.025-57.957 48.323-58.083Q48.230-58.367 48.090-58.529Q47.950-58.692 47.687-58.692Q47.519-58.692 47.390-58.586Q47.260-58.480 47.260-58.319M47.038-58.319Q47.038-58.572 47.234-58.743Q47.431-58.914 47.687-58.914Q47.995-58.914 48.194-58.722Q48.394-58.531 48.562-58.199Q48.900-58.405 49.111-58.717Q49.321-59.030 49.418-59.411Q49.516-59.792 49.516-60.209Q49.516-60.647 49.406-61.055Q49.297-61.464 49.068-61.795Q48.839-62.127 48.492-62.320Q48.145-62.513 47.687-62.513Q47.232-62.513 46.884-62.318Q46.535-62.123 46.309-61.795Q46.084-61.467 45.971-61.057Q45.858-60.647 45.858-60.209Q45.858-59.744 45.985-59.314Q46.111-58.883 46.392-58.552Q46.672-58.220 47.099-58.059Q47.038-58.176 47.038-58.319M52.957-59.098L50.900-59.098L50.900-59.601L52.957-59.601L52.957-59.098M56.772-57.844L54.243-57.844L54.243-58.124Q55.210-58.124 55.210-58.333L55.210-61.952Q54.817-61.764 54.195-61.764L54.195-62.045Q54.612-62.045 54.976-62.146Q55.340-62.246 55.596-62.492L55.723-62.492Q55.788-62.475 55.805-62.407L55.805-58.333Q55.805-58.124 56.772-58.124L56.772-57.844M59.872-56.094Q59.322-56.494 58.951-57.049Q58.580-57.605 58.399-58.251Q58.218-58.897 58.218-59.594Q58.218-60.107 58.319-60.602Q58.419-61.098 58.624-61.549Q58.829-62 59.142-62.392Q59.455-62.783 59.872-63.087Q59.882-63.091 59.889-63.092Q59.896-63.094 59.906-63.094L59.975-63.094Q60.009-63.094 60.031-63.070Q60.053-63.046 60.053-63.009Q60.053-62.964 60.026-62.947Q59.677-62.646 59.424-62.262Q59.171-61.877 59.019-61.436Q58.867-60.995 58.795-60.539Q58.724-60.083 58.724-59.594Q58.724-58.593 59.033-57.706Q59.342-56.819 60.026-56.234Q60.053-56.217 60.053-56.173Q60.053-56.135 60.031-56.111Q60.009-56.087 59.975-56.087L59.906-56.087Q59.899-56.091 59.891-56.092Q59.882-56.094 59.872-56.094M60.822-59.327Q60.822-59.669 60.957-59.968Q61.092-60.267 61.331-60.491Q61.571-60.715 61.889-60.840Q62.206-60.965 62.538-60.965Q62.982-60.965 63.382-60.749Q63.782-60.534 64.016-60.156Q64.250-59.779 64.250-59.327Q64.250-58.986 64.109-58.702Q63.967-58.418 63.722-58.211Q63.478-58.005 63.169-57.890Q62.859-57.776 62.538-57.776Q62.107-57.776 61.706-57.977Q61.304-58.179 61.063-58.531Q60.822-58.883 60.822-59.327M62.538-58.025Q63.140-58.025 63.363-58.403Q63.587-58.781 63.587-59.413Q63.587-60.025 63.353-60.384Q63.119-60.742 62.538-60.742Q61.485-60.742 61.485-59.413Q61.485-58.781 61.711-58.403Q61.936-58.025 62.538-58.025M66.728-59.098L64.671-59.098L64.671-59.601L66.728-59.601L66.728-59.098M70.543-57.844L68.014-57.844L68.014-58.124Q68.981-58.124 68.981-58.333L68.981-61.952Q68.588-61.764 67.966-61.764L67.966-62.045Q68.383-62.045 68.747-62.146Q69.111-62.246 69.367-62.492L69.494-62.492Q69.559-62.475 69.576-62.407L69.576-58.333Q69.576-58.124 70.543-58.124L70.543-57.844M72.013-56.614Q72.013-56.648 72.040-56.675Q72.310-56.904 72.459-57.227Q72.607-57.550 72.607-57.906L72.607-57.943Q72.498-57.844 72.334-57.844Q72.153-57.844 72.033-57.964Q71.913-58.083 71.913-58.264Q71.913-58.439 72.033-58.558Q72.153-58.678 72.334-58.678Q72.590-58.678 72.710-58.439Q72.829-58.199 72.829-57.906Q72.829-57.506 72.660-57.135Q72.491-56.764 72.194-56.508Q72.163-56.487 72.136-56.487Q72.095-56.487 72.054-56.528Q72.013-56.569 72.013-56.614M73.834-58.572Q73.834-58.904 74.058-59.131Q74.282-59.358 74.626-59.486Q74.969-59.615 75.342-59.667Q75.714-59.720 76.018-59.720L76.018-59.973Q76.018-60.178 75.911-60.358Q75.803-60.537 75.622-60.640Q75.441-60.742 75.232-60.742Q74.826-60.742 74.590-60.650Q74.679-60.613 74.725-60.529Q74.771-60.445 74.771-60.343Q74.771-60.247 74.725-60.168Q74.679-60.090 74.598-60.045Q74.518-60.001 74.429-60.001Q74.279-60.001 74.178-60.098Q74.077-60.196 74.077-60.343Q74.077-60.965 75.232-60.965Q75.444-60.965 75.694-60.901Q75.943-60.838 76.145-60.719Q76.347-60.599 76.473-60.414Q76.600-60.230 76.600-59.987L76.600-58.411Q76.600-58.295 76.661-58.199Q76.723-58.104 76.835-58.104Q76.945-58.104 77.010-58.198Q77.075-58.292 77.075-58.411L77.075-58.859L77.341-58.859L77.341-58.411Q77.341-58.141 77.114-57.976Q76.887-57.810 76.606-57.810Q76.398-57.810 76.261-57.964Q76.124-58.117 76.100-58.333Q75.954-58.066 75.672-57.921Q75.390-57.776 75.065-57.776Q74.788-57.776 74.504-57.851Q74.221-57.926 74.027-58.105Q73.834-58.285 73.834-58.572M74.450-58.572Q74.450-58.398 74.550-58.268Q74.651-58.138 74.807-58.068Q74.962-57.998 75.126-57.998Q75.345-57.998 75.554-58.095Q75.762-58.193 75.890-58.374Q76.018-58.555 76.018-58.781L76.018-59.509Q75.694-59.509 75.328-59.418Q74.962-59.327 74.706-59.115Q74.450-58.904 74.450-58.572M79.642-59.098L77.584-59.098L77.584-59.601L79.642-59.601L79.642-59.098M83.456-57.844L80.927-57.844L80.927-58.124Q81.894-58.124 81.894-58.333L81.894-61.952Q81.501-61.764 80.879-61.764L80.879-62.045Q81.296-62.045 81.660-62.146Q82.024-62.246 82.280-62.492L82.407-62.492Q82.472-62.475 82.489-62.407L82.489-58.333Q82.489-58.124 83.456-58.124L83.456-57.844M84.748-56.087L84.680-56.087Q84.645-56.087 84.623-56.113Q84.601-56.138 84.601-56.173Q84.601-56.217 84.632-56.234Q84.987-56.538 85.237-56.928Q85.486-57.318 85.638-57.750Q85.790-58.182 85.861-58.651Q85.931-59.119 85.931-59.594Q85.931-60.073 85.861-60.539Q85.790-61.006 85.637-61.441Q85.483-61.877 85.232-62.265Q84.980-62.653 84.632-62.947Q84.601-62.964 84.601-63.009Q84.601-63.043 84.623-63.068Q84.645-63.094 84.680-63.094L84.748-63.094Q84.758-63.094 84.767-63.092Q84.775-63.091 84.786-63.087Q85.329-62.687 85.702-62.134Q86.074-61.580 86.255-60.934Q86.436-60.288 86.436-59.594Q86.436-58.893 86.255-58.246Q86.074-57.598 85.700-57.044Q85.326-56.490 84.786-56.094Q84.775-56.094 84.767-56.092Q84.758-56.091 84.748-56.087\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M19.955-43.617h49.333V-72.07H19.955Z\"\u002F>\u003Cg transform=\"translate(-21.333 1.75)\">\u003Cpath d=\"M47.687-57.704Q47.174-57.704 46.706-57.897Q46.238-58.090 45.879-58.432Q45.520-58.774 45.315-59.235Q45.110-59.697 45.110-60.209Q45.110-60.896 45.458-61.486Q45.807-62.075 46.402-62.421Q46.996-62.766 47.687-62.766Q48.377-62.766 48.972-62.421Q49.567-62.075 49.915-61.486Q50.264-60.896 50.264-60.209Q50.264-59.844 50.153-59.491Q50.042-59.139 49.833-58.830Q49.625-58.521 49.341-58.288Q49.058-58.056 48.702-57.906Q48.788-57.731 48.885-57.588Q48.982-57.444 49.112-57.354Q49.242-57.263 49.416-57.263Q49.686-57.263 49.898-57.430Q50.110-57.598 50.110-57.858Q50.134-57.943 50.206-57.943Q50.254-57.943 50.279-57.912Q50.305-57.882 50.305-57.830Q50.305-57.523 50.208-57.213Q50.110-56.904 49.900-56.696Q49.690-56.487 49.369-56.487Q48.969-56.487 48.781-56.761Q48.593-57.034 48.470-57.516L48.401-57.803Q48.046-57.704 47.687-57.704M47.260-58.319Q47.260-58.152 47.386-58.054Q47.513-57.957 47.687-57.957Q48.025-57.957 48.323-58.083Q48.230-58.367 48.090-58.529Q47.950-58.692 47.687-58.692Q47.519-58.692 47.390-58.586Q47.260-58.480 47.260-58.319M47.038-58.319Q47.038-58.572 47.234-58.743Q47.431-58.914 47.687-58.914Q47.995-58.914 48.194-58.722Q48.394-58.531 48.562-58.199Q48.900-58.405 49.111-58.717Q49.321-59.030 49.418-59.411Q49.516-59.792 49.516-60.209Q49.516-60.647 49.406-61.055Q49.297-61.464 49.068-61.795Q48.839-62.127 48.492-62.320Q48.145-62.513 47.687-62.513Q47.232-62.513 46.884-62.318Q46.535-62.123 46.309-61.795Q46.084-61.467 45.971-61.057Q45.858-60.647 45.858-60.209Q45.858-59.744 45.985-59.314Q46.111-58.883 46.392-58.552Q46.672-58.220 47.099-58.059Q47.038-58.176 47.038-58.319M52.957-59.098L50.900-59.098L50.900-59.601L52.957-59.601L52.957-59.098M56.772-57.844L53.887-57.844L53.887-58.046Q53.887-58.076 53.914-58.104L55.162-59.321Q55.234-59.396 55.277-59.438Q55.319-59.481 55.398-59.560Q55.811-59.973 56.042-60.331Q56.273-60.688 56.273-61.112Q56.273-61.344 56.194-61.547Q56.116-61.751 55.974-61.901Q55.832-62.052 55.637-62.132Q55.442-62.212 55.210-62.212Q54.899-62.212 54.641-62.053Q54.383-61.894 54.253-61.617L54.273-61.617Q54.441-61.617 54.548-61.506Q54.656-61.395 54.656-61.231Q54.656-61.074 54.547-60.961Q54.437-60.848 54.273-60.848Q54.113-60.848 54-60.961Q53.887-61.074 53.887-61.231Q53.887-61.607 54.096-61.894Q54.304-62.181 54.639-62.337Q54.974-62.492 55.329-62.492Q55.753-62.492 56.133-62.334Q56.512-62.175 56.746-61.858Q56.980-61.542 56.980-61.112Q56.980-60.801 56.840-60.532Q56.700-60.264 56.495-60.059Q56.290-59.854 55.928-59.572Q55.565-59.290 55.456-59.194L54.601-58.466L55.244-58.466Q55.507-58.466 55.796-58.468Q56.085-58.469 56.304-58.478Q56.522-58.487 56.539-58.504Q56.601-58.569 56.639-58.736Q56.676-58.904 56.714-59.146L56.980-59.146L56.772-57.844M59.872-56.094Q59.322-56.494 58.951-57.049Q58.580-57.605 58.399-58.251Q58.218-58.897 58.218-59.594Q58.218-60.107 58.319-60.602Q58.419-61.098 58.624-61.549Q58.829-62 59.142-62.392Q59.455-62.783 59.872-63.087Q59.882-63.091 59.889-63.092Q59.896-63.094 59.906-63.094L59.975-63.094Q60.009-63.094 60.031-63.070Q60.053-63.046 60.053-63.009Q60.053-62.964 60.026-62.947Q59.677-62.646 59.424-62.262Q59.171-61.877 59.019-61.436Q58.867-60.995 58.795-60.539Q58.724-60.083 58.724-59.594Q58.724-58.593 59.033-57.706Q59.342-56.819 60.026-56.234Q60.053-56.217 60.053-56.173Q60.053-56.135 60.031-56.111Q60.009-56.087 59.975-56.087L59.906-56.087Q59.899-56.091 59.891-56.092Q59.882-56.094 59.872-56.094M60.822-59.327Q60.822-59.669 60.957-59.968Q61.092-60.267 61.331-60.491Q61.571-60.715 61.889-60.840Q62.206-60.965 62.538-60.965Q62.982-60.965 63.382-60.749Q63.782-60.534 64.016-60.156Q64.250-59.779 64.250-59.327Q64.250-58.986 64.109-58.702Q63.967-58.418 63.722-58.211Q63.478-58.005 63.169-57.890Q62.859-57.776 62.538-57.776Q62.107-57.776 61.706-57.977Q61.304-58.179 61.063-58.531Q60.822-58.883 60.822-59.327M62.538-58.025Q63.140-58.025 63.363-58.403Q63.587-58.781 63.587-59.413Q63.587-60.025 63.353-60.384Q63.119-60.742 62.538-60.742Q61.485-60.742 61.485-59.413Q61.485-58.781 61.711-58.403Q61.936-58.025 62.538-58.025M66.728-59.098L64.671-59.098L64.671-59.601L66.728-59.601L66.728-59.098M70.543-57.844L67.658-57.844L67.658-58.046Q67.658-58.076 67.685-58.104L68.933-59.321Q69.005-59.396 69.048-59.438Q69.090-59.481 69.169-59.560Q69.582-59.973 69.813-60.331Q70.044-60.688 70.044-61.112Q70.044-61.344 69.965-61.547Q69.887-61.751 69.745-61.901Q69.603-62.052 69.408-62.132Q69.213-62.212 68.981-62.212Q68.670-62.212 68.412-62.053Q68.154-61.894 68.024-61.617L68.044-61.617Q68.212-61.617 68.319-61.506Q68.427-61.395 68.427-61.231Q68.427-61.074 68.318-60.961Q68.208-60.848 68.044-60.848Q67.884-60.848 67.771-60.961Q67.658-61.074 67.658-61.231Q67.658-61.607 67.867-61.894Q68.075-62.181 68.410-62.337Q68.745-62.492 69.100-62.492Q69.524-62.492 69.904-62.334Q70.283-62.175 70.517-61.858Q70.751-61.542 70.751-61.112Q70.751-60.801 70.611-60.532Q70.471-60.264 70.266-60.059Q70.061-59.854 69.699-59.572Q69.336-59.290 69.227-59.194L68.372-58.466L69.015-58.466Q69.278-58.466 69.567-58.468Q69.856-58.469 70.075-58.478Q70.293-58.487 70.310-58.504Q70.372-58.569 70.410-58.736Q70.447-58.904 70.485-59.146L70.751-59.146L70.543-57.844M72.013-56.614Q72.013-56.648 72.040-56.675Q72.310-56.904 72.459-57.227Q72.607-57.550 72.607-57.906L72.607-57.943Q72.498-57.844 72.334-57.844Q72.153-57.844 72.033-57.964Q71.913-58.083 71.913-58.264Q71.913-58.439 72.033-58.558Q72.153-58.678 72.334-58.678Q72.590-58.678 72.710-58.439Q72.829-58.199 72.829-57.906Q72.829-57.506 72.660-57.135Q72.491-56.764 72.194-56.508Q72.163-56.487 72.136-56.487Q72.095-56.487 72.054-56.528Q72.013-56.569 72.013-56.614M73.834-58.572Q73.834-58.904 74.058-59.131Q74.282-59.358 74.626-59.486Q74.969-59.615 75.342-59.667Q75.714-59.720 76.018-59.720L76.018-59.973Q76.018-60.178 75.911-60.358Q75.803-60.537 75.622-60.640Q75.441-60.742 75.232-60.742Q74.826-60.742 74.590-60.650Q74.679-60.613 74.725-60.529Q74.771-60.445 74.771-60.343Q74.771-60.247 74.725-60.168Q74.679-60.090 74.598-60.045Q74.518-60.001 74.429-60.001Q74.279-60.001 74.178-60.098Q74.077-60.196 74.077-60.343Q74.077-60.965 75.232-60.965Q75.444-60.965 75.694-60.901Q75.943-60.838 76.145-60.719Q76.347-60.599 76.473-60.414Q76.600-60.230 76.600-59.987L76.600-58.411Q76.600-58.295 76.661-58.199Q76.723-58.104 76.835-58.104Q76.945-58.104 77.010-58.198Q77.075-58.292 77.075-58.411L77.075-58.859L77.341-58.859L77.341-58.411Q77.341-58.141 77.114-57.976Q76.887-57.810 76.606-57.810Q76.398-57.810 76.261-57.964Q76.124-58.117 76.100-58.333Q75.954-58.066 75.672-57.921Q75.390-57.776 75.065-57.776Q74.788-57.776 74.504-57.851Q74.221-57.926 74.027-58.105Q73.834-58.285 73.834-58.572M74.450-58.572Q74.450-58.398 74.550-58.268Q74.651-58.138 74.807-58.068Q74.962-57.998 75.126-57.998Q75.345-57.998 75.554-58.095Q75.762-58.193 75.890-58.374Q76.018-58.555 76.018-58.781L76.018-59.509Q75.694-59.509 75.328-59.418Q74.962-59.327 74.706-59.115Q74.450-58.904 74.450-58.572M79.642-59.098L77.584-59.098L77.584-59.601L79.642-59.601L79.642-59.098M83.456-57.844L80.571-57.844L80.571-58.046Q80.571-58.076 80.599-58.104L81.846-59.321Q81.918-59.396 81.961-59.438Q82.003-59.481 82.082-59.560Q82.496-59.973 82.726-60.331Q82.957-60.688 82.957-61.112Q82.957-61.344 82.878-61.547Q82.800-61.751 82.658-61.901Q82.516-62.052 82.321-62.132Q82.126-62.212 81.894-62.212Q81.583-62.212 81.325-62.053Q81.067-61.894 80.937-61.617L80.957-61.617Q81.125-61.617 81.233-61.506Q81.340-61.395 81.340-61.231Q81.340-61.074 81.231-60.961Q81.121-60.848 80.957-60.848Q80.797-60.848 80.684-60.961Q80.571-61.074 80.571-61.231Q80.571-61.607 80.780-61.894Q80.988-62.181 81.323-62.337Q81.658-62.492 82.014-62.492Q82.437-62.492 82.817-62.334Q83.196-62.175 83.430-61.858Q83.664-61.542 83.664-61.112Q83.664-60.801 83.524-60.532Q83.384-60.264 83.179-60.059Q82.974-59.854 82.612-59.572Q82.249-59.290 82.140-59.194L81.286-58.466L81.928-58.466Q82.191-58.466 82.480-58.468Q82.769-58.469 82.988-58.478Q83.206-58.487 83.224-58.504Q83.285-58.569 83.323-58.736Q83.360-58.904 83.398-59.146L83.664-59.146L83.456-57.844M84.748-56.087L84.680-56.087Q84.645-56.087 84.623-56.113Q84.601-56.138 84.601-56.173Q84.601-56.217 84.632-56.234Q84.987-56.538 85.237-56.928Q85.486-57.318 85.638-57.750Q85.790-58.182 85.861-58.651Q85.931-59.119 85.931-59.594Q85.931-60.073 85.861-60.539Q85.790-61.006 85.637-61.441Q85.483-61.877 85.232-62.265Q84.980-62.653 84.632-62.947Q84.601-62.964 84.601-63.009Q84.601-63.043 84.623-63.068Q84.645-63.094 84.680-63.094L84.748-63.094Q84.758-63.094 84.767-63.092Q84.775-63.091 84.786-63.087Q85.329-62.687 85.702-62.134Q86.074-61.580 86.255-60.934Q86.436-60.288 86.436-59.594Q86.436-58.893 86.255-58.246Q86.074-57.598 85.700-57.044Q85.326-56.490 84.786-56.094Q84.775-56.094 84.767-56.092Q84.758-56.091 84.748-56.087\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M102.438-43.617h55.083V-72.07h-55.083Z\"\u002F>\u003Cg transform=\"translate(61.15 1.75)\">\u003Cpath d=\"M47.687-57.704Q47.174-57.704 46.706-57.897Q46.238-58.090 45.879-58.432Q45.520-58.774 45.315-59.235Q45.110-59.697 45.110-60.209Q45.110-60.896 45.458-61.486Q45.807-62.075 46.402-62.421Q46.996-62.766 47.687-62.766Q48.377-62.766 48.972-62.421Q49.567-62.075 49.915-61.486Q50.264-60.896 50.264-60.209Q50.264-59.844 50.153-59.491Q50.042-59.139 49.833-58.830Q49.625-58.521 49.341-58.288Q49.058-58.056 48.702-57.906Q48.788-57.731 48.885-57.588Q48.982-57.444 49.112-57.354Q49.242-57.263 49.416-57.263Q49.686-57.263 49.898-57.430Q50.110-57.598 50.110-57.858Q50.134-57.943 50.206-57.943Q50.254-57.943 50.279-57.912Q50.305-57.882 50.305-57.830Q50.305-57.523 50.208-57.213Q50.110-56.904 49.900-56.696Q49.690-56.487 49.369-56.487Q48.969-56.487 48.781-56.761Q48.593-57.034 48.470-57.516L48.401-57.803Q48.046-57.704 47.687-57.704M47.260-58.319Q47.260-58.152 47.386-58.054Q47.513-57.957 47.687-57.957Q48.025-57.957 48.323-58.083Q48.230-58.367 48.090-58.529Q47.950-58.692 47.687-58.692Q47.519-58.692 47.390-58.586Q47.260-58.480 47.260-58.319M47.038-58.319Q47.038-58.572 47.234-58.743Q47.431-58.914 47.687-58.914Q47.995-58.914 48.194-58.722Q48.394-58.531 48.562-58.199Q48.900-58.405 49.111-58.717Q49.321-59.030 49.418-59.411Q49.516-59.792 49.516-60.209Q49.516-60.647 49.406-61.055Q49.297-61.464 49.068-61.795Q48.839-62.127 48.492-62.320Q48.145-62.513 47.687-62.513Q47.232-62.513 46.884-62.318Q46.535-62.123 46.309-61.795Q46.084-61.467 45.971-61.057Q45.858-60.647 45.858-60.209Q45.858-59.744 45.985-59.314Q46.111-58.883 46.392-58.552Q46.672-58.220 47.099-58.059Q47.038-58.176 47.038-58.319M52.957-59.098L50.900-59.098L50.900-59.601L52.957-59.601L52.957-59.098M55.559-57.844L53.826-57.844L53.826-58.124Q54.547-58.124 54.547-58.524L54.547-62.311Q54.314-62.345 53.826-62.345L53.826-62.626L55.183-62.626Q55.224-62.612 55.244-62.598L57.948-58.951L57.948-61.946Q57.948-62.345 57.226-62.345L57.226-62.626L58.963-62.626L58.963-62.345Q58.242-62.345 58.242-61.946L58.242-57.936Q58.225-57.861 58.156-57.844L58.037-57.844Q57.989-57.854 57.975-57.878L54.841-62.099L54.841-58.524Q54.841-58.124 55.559-58.124L55.559-57.844M61.789-56.094Q61.239-56.494 60.868-57.049Q60.497-57.605 60.316-58.251Q60.135-58.897 60.135-59.594Q60.135-60.107 60.236-60.602Q60.337-61.098 60.542-61.549Q60.747-62 61.060-62.392Q61.372-62.783 61.789-63.087Q61.800-63.091 61.807-63.092Q61.813-63.094 61.824-63.094L61.892-63.094Q61.926-63.094 61.948-63.070Q61.971-63.046 61.971-63.009Q61.971-62.964 61.943-62.947Q61.595-62.646 61.342-62.262Q61.089-61.877 60.937-61.436Q60.785-60.995 60.713-60.539Q60.641-60.083 60.641-59.594Q60.641-58.593 60.950-57.706Q61.260-56.819 61.943-56.234Q61.971-56.217 61.971-56.173Q61.971-56.135 61.948-56.111Q61.926-56.087 61.892-56.087L61.824-56.087Q61.817-56.091 61.808-56.092Q61.800-56.094 61.789-56.094M62.740-59.327Q62.740-59.669 62.875-59.968Q63.010-60.267 63.249-60.491Q63.488-60.715 63.806-60.840Q64.124-60.965 64.455-60.965Q64.900-60.965 65.300-60.749Q65.700-60.534 65.934-60.156Q66.168-59.779 66.168-59.327Q66.168-58.986 66.026-58.702Q65.884-58.418 65.640-58.211Q65.395-58.005 65.086-57.890Q64.777-57.776 64.455-57.776Q64.025-57.776 63.623-57.977Q63.222-58.179 62.981-58.531Q62.740-58.883 62.740-59.327M64.455-58.025Q65.057-58.025 65.281-58.403Q65.505-58.781 65.505-59.413Q65.505-60.025 65.271-60.384Q65.037-60.742 64.455-60.742Q63.403-60.742 63.403-59.413Q63.403-58.781 63.628-58.403Q63.854-58.025 64.455-58.025M68.646-59.098L66.588-59.098L66.588-59.601L68.646-59.601L68.646-59.098M71.247-57.844L69.514-57.844L69.514-58.124Q70.235-58.124 70.235-58.524L70.235-62.311Q70.003-62.345 69.514-62.345L69.514-62.626L70.871-62.626Q70.912-62.612 70.933-62.598L73.636-58.951L73.636-61.946Q73.636-62.345 72.915-62.345L72.915-62.626L74.651-62.626L74.651-62.345Q73.930-62.345 73.930-61.946L73.930-57.936Q73.913-57.861 73.845-57.844L73.725-57.844Q73.677-57.854 73.663-57.878L70.529-62.099L70.529-58.524Q70.529-58.124 71.247-58.124L71.247-57.844M75.848-56.614Q75.848-56.648 75.875-56.675Q76.145-56.904 76.294-57.227Q76.442-57.550 76.442-57.906L76.442-57.943Q76.333-57.844 76.169-57.844Q75.988-57.844 75.868-57.964Q75.748-58.083 75.748-58.264Q75.748-58.439 75.868-58.558Q75.988-58.678 76.169-58.678Q76.425-58.678 76.545-58.439Q76.664-58.199 76.664-57.906Q76.664-57.506 76.495-57.135Q76.326-56.764 76.029-56.508Q75.998-56.487 75.971-56.487Q75.930-56.487 75.889-56.528Q75.848-56.569 75.848-56.614M77.669-58.572Q77.669-58.904 77.893-59.131Q78.117-59.358 78.461-59.486Q78.804-59.615 79.177-59.667Q79.549-59.720 79.853-59.720L79.853-59.973Q79.853-60.178 79.746-60.358Q79.638-60.537 79.457-60.640Q79.276-60.742 79.067-60.742Q78.661-60.742 78.425-60.650Q78.514-60.613 78.560-60.529Q78.606-60.445 78.606-60.343Q78.606-60.247 78.560-60.168Q78.514-60.090 78.433-60.045Q78.353-60.001 78.264-60.001Q78.114-60.001 78.013-60.098Q77.912-60.196 77.912-60.343Q77.912-60.965 79.067-60.965Q79.279-60.965 79.529-60.901Q79.778-60.838 79.980-60.719Q80.182-60.599 80.308-60.414Q80.434-60.230 80.434-59.987L80.434-58.411Q80.434-58.295 80.496-58.199Q80.558-58.104 80.670-58.104Q80.780-58.104 80.845-58.198Q80.910-58.292 80.910-58.411L80.910-58.859L81.176-58.859L81.176-58.411Q81.176-58.141 80.949-57.976Q80.722-57.810 80.441-57.810Q80.233-57.810 80.096-57.964Q79.959-58.117 79.935-58.333Q79.788-58.066 79.506-57.921Q79.225-57.776 78.900-57.776Q78.623-57.776 78.339-57.851Q78.056-57.926 77.862-58.105Q77.669-58.285 77.669-58.572M78.285-58.572Q78.285-58.398 78.385-58.268Q78.486-58.138 78.642-58.068Q78.797-57.998 78.961-57.998Q79.180-57.998 79.389-58.095Q79.597-58.193 79.725-58.374Q79.853-58.555 79.853-58.781L79.853-59.509Q79.529-59.509 79.163-59.418Q78.797-59.327 78.541-59.115Q78.285-58.904 78.285-58.572M83.476-59.098L81.419-59.098L81.419-59.601L83.476-59.601L83.476-59.098M86.078-57.844L84.345-57.844L84.345-58.124Q85.066-58.124 85.066-58.524L85.066-62.311Q84.833-62.345 84.345-62.345L84.345-62.626L85.702-62.626Q85.743-62.612 85.763-62.598L88.467-58.951L88.467-61.946Q88.467-62.345 87.746-62.345L87.746-62.626L89.482-62.626L89.482-62.345Q88.761-62.345 88.761-61.946L88.761-57.936Q88.744-57.861 88.675-57.844L88.556-57.844Q88.508-57.854 88.494-57.878L85.360-62.099L85.360-58.524Q85.360-58.124 86.078-58.124L86.078-57.844M90.500-56.087L90.432-56.087Q90.398-56.087 90.376-56.113Q90.353-56.138 90.353-56.173Q90.353-56.217 90.384-56.234Q90.740-56.538 90.989-56.928Q91.239-57.318 91.391-57.750Q91.543-58.182 91.613-58.651Q91.683-59.119 91.683-59.594Q91.683-60.073 91.613-60.539Q91.543-61.006 91.389-61.441Q91.235-61.877 90.984-62.265Q90.733-62.653 90.384-62.947Q90.353-62.964 90.353-63.009Q90.353-63.043 90.376-63.068Q90.398-63.094 90.432-63.094L90.500-63.094Q90.511-63.094 90.519-63.092Q90.528-63.091 90.538-63.087Q91.081-62.687 91.454-62.134Q91.827-61.580 92.008-60.934Q92.189-60.288 92.189-59.594Q92.189-58.893 92.008-58.246Q91.827-57.598 91.452-57.044Q91.078-56.490 90.538-56.094Q90.528-56.094 90.519-56.092Q90.511-56.091 90.500-56.087\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-17.975 11.865h125.192v-31.298H-17.975Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-46.542 55.81)\">\u003Cpath d=\"M46.617-57.844L44.983-57.844L44.983-58.124Q45.212-58.124 45.361-58.158Q45.510-58.193 45.510-58.333L45.510-60.182Q45.510-60.452 45.402-60.513Q45.294-60.575 44.983-60.575L44.983-60.855L46.043-60.930L46.043-60.281Q46.214-60.589 46.518-60.760Q46.822-60.930 47.167-60.930Q47.567-60.930 47.844-60.790Q48.121-60.650 48.206-60.302Q48.374-60.595 48.673-60.763Q48.972-60.930 49.317-60.930Q49.823-60.930 50.107-60.707Q50.391-60.483 50.391-59.987L50.391-58.333Q50.391-58.196 50.539-58.160Q50.688-58.124 50.913-58.124L50.913-57.844L49.283-57.844L49.283-58.124Q49.509-58.124 49.659-58.160Q49.809-58.196 49.809-58.333L49.809-59.973Q49.809-60.308 49.690-60.508Q49.570-60.708 49.256-60.708Q48.986-60.708 48.752-60.572Q48.517-60.435 48.379-60.201Q48.241-59.967 48.241-59.693L48.241-58.333Q48.241-58.196 48.389-58.160Q48.538-58.124 48.764-58.124L48.764-57.844L47.133-57.844L47.133-58.124Q47.362-58.124 47.511-58.158Q47.660-58.193 47.660-58.333L47.660-59.973Q47.660-60.308 47.540-60.508Q47.420-60.708 47.106-60.708Q46.836-60.708 46.602-60.572Q46.368-60.435 46.229-60.201Q46.091-59.967 46.091-59.693L46.091-58.333Q46.091-58.196 46.241-58.160Q46.392-58.124 46.617-58.124L46.617-57.844M51.460-59.327Q51.460-59.669 51.595-59.968Q51.730-60.267 51.970-60.491Q52.209-60.715 52.527-60.840Q52.845-60.965 53.176-60.965Q53.621-60.965 54.020-60.749Q54.420-60.534 54.654-60.156Q54.889-59.779 54.889-59.327Q54.889-58.986 54.747-58.702Q54.605-58.418 54.361-58.211Q54.116-58.005 53.807-57.890Q53.497-57.776 53.176-57.776Q52.746-57.776 52.344-57.977Q51.942-58.179 51.701-58.531Q51.460-58.883 51.460-59.327M53.176-58.025Q53.778-58.025 54.002-58.403Q54.225-58.781 54.225-59.413Q54.225-60.025 53.991-60.384Q53.757-60.742 53.176-60.742Q52.123-60.742 52.123-59.413Q52.123-58.781 52.349-58.403Q52.575-58.025 53.176-58.025M57.165-57.844L55.531-57.844L55.531-58.124Q55.760-58.124 55.909-58.158Q56.058-58.193 56.058-58.333L56.058-60.182Q56.058-60.452 55.950-60.513Q55.842-60.575 55.531-60.575L55.531-60.855L56.591-60.930L56.591-60.281Q56.762-60.589 57.066-60.760Q57.370-60.930 57.715-60.930Q58.221-60.930 58.505-60.707Q58.788-60.483 58.788-59.987L58.788-58.333Q58.788-58.196 58.937-58.160Q59.086-58.124 59.311-58.124L59.311-57.844L57.681-57.844L57.681-58.124Q57.910-58.124 58.059-58.158Q58.207-58.193 58.207-58.333L58.207-59.973Q58.207-60.308 58.088-60.508Q57.968-60.708 57.654-60.708Q57.384-60.708 57.150-60.572Q56.915-60.435 56.777-60.201Q56.639-59.967 56.639-59.693L56.639-58.333Q56.639-58.196 56.789-58.160Q56.939-58.124 57.165-58.124L57.165-57.844M59.858-59.327Q59.858-59.669 59.993-59.968Q60.128-60.267 60.368-60.491Q60.607-60.715 60.925-60.840Q61.243-60.965 61.574-60.965Q62.018-60.965 62.418-60.749Q62.818-60.534 63.052-60.156Q63.287-59.779 63.287-59.327Q63.287-58.986 63.145-58.702Q63.003-58.418 62.758-58.211Q62.514-58.005 62.205-57.890Q61.895-57.776 61.574-57.776Q61.143-57.776 60.742-57.977Q60.340-58.179 60.099-58.531Q59.858-58.883 59.858-59.327M61.574-58.025Q62.176-58.025 62.400-58.403Q62.623-58.781 62.623-59.413Q62.623-60.025 62.389-60.384Q62.155-60.742 61.574-60.742Q60.521-60.742 60.521-59.413Q60.521-58.781 60.747-58.403Q60.973-58.025 61.574-58.025M64.408-58.685L64.408-60.582L63.768-60.582L63.768-60.804Q64.086-60.804 64.303-61.014Q64.520-61.224 64.621-61.534Q64.722-61.843 64.722-62.151L64.989-62.151L64.989-60.862L66.065-60.862L66.065-60.582L64.989-60.582L64.989-58.698Q64.989-58.422 65.093-58.223Q65.197-58.025 65.457-58.025Q65.614-58.025 65.720-58.129Q65.826-58.234 65.876-58.387Q65.925-58.541 65.925-58.698L65.925-59.112L66.192-59.112L66.192-58.685Q66.192-58.459 66.093-58.249Q65.994-58.039 65.809-57.907Q65.624-57.776 65.395-57.776Q64.958-57.776 64.683-58.013Q64.408-58.251 64.408-58.685M66.961-59.327Q66.961-59.669 67.096-59.968Q67.231-60.267 67.470-60.491Q67.709-60.715 68.027-60.840Q68.345-60.965 68.677-60.965Q69.121-60.965 69.521-60.749Q69.921-60.534 70.155-60.156Q70.389-59.779 70.389-59.327Q70.389-58.986 70.247-58.702Q70.105-58.418 69.861-58.211Q69.617-58.005 69.307-57.890Q68.998-57.776 68.677-57.776Q68.246-57.776 67.844-57.977Q67.443-58.179 67.202-58.531Q66.961-58.883 66.961-59.327M68.677-58.025Q69.278-58.025 69.502-58.403Q69.726-58.781 69.726-59.413Q69.726-60.025 69.492-60.384Q69.258-60.742 68.677-60.742Q67.624-60.742 67.624-59.413Q67.624-58.781 67.850-58.403Q68.075-58.025 68.677-58.025M72.665-57.844L71.032-57.844L71.032-58.124Q71.261-58.124 71.409-58.158Q71.558-58.193 71.558-58.333L71.558-60.182Q71.558-60.452 71.450-60.513Q71.343-60.575 71.032-60.575L71.032-60.855L72.091-60.930L72.091-60.281Q72.262-60.589 72.566-60.760Q72.871-60.930 73.216-60.930Q73.722-60.930 74.005-60.707Q74.289-60.483 74.289-59.987L74.289-58.333Q74.289-58.196 74.438-58.160Q74.586-58.124 74.812-58.124L74.812-57.844L73.182-57.844L73.182-58.124Q73.411-58.124 73.559-58.158Q73.708-58.193 73.708-58.333L73.708-59.973Q73.708-60.308 73.588-60.508Q73.469-60.708 73.154-60.708Q72.884-60.708 72.650-60.572Q72.416-60.435 72.277-60.201Q72.139-59.967 72.139-59.693L72.139-58.333Q72.139-58.196 72.289-58.160Q72.440-58.124 72.665-58.124L72.665-57.844M77.017-57.844L75.465-57.844L75.465-58.124Q75.690-58.124 75.839-58.158Q75.988-58.193 75.988-58.333L75.988-60.182Q75.988-60.370 75.940-60.454Q75.892-60.537 75.795-60.556Q75.697-60.575 75.485-60.575L75.485-60.855L76.541-60.930L76.541-58.333Q76.541-58.193 76.673-58.158Q76.805-58.124 77.017-58.124L77.017-57.844M75.745-62.151Q75.745-62.322 75.868-62.441Q75.991-62.561 76.162-62.561Q76.329-62.561 76.453-62.441Q76.576-62.322 76.576-62.151Q76.576-61.976 76.453-61.853Q76.329-61.730 76.162-61.730Q75.991-61.730 75.868-61.853Q75.745-61.976 75.745-62.151M77.663-59.355Q77.663-59.683 77.798-59.984Q77.933-60.284 78.168-60.505Q78.404-60.725 78.708-60.845Q79.013-60.965 79.337-60.965Q79.843-60.965 80.192-60.862Q80.540-60.760 80.540-60.384Q80.540-60.237 80.443-60.136Q80.346-60.035 80.199-60.035Q80.045-60.035 79.946-60.134Q79.847-60.233 79.847-60.384Q79.847-60.572 79.987-60.664Q79.785-60.715 79.344-60.715Q78.989-60.715 78.760-60.519Q78.531-60.322 78.430-60.013Q78.329-59.703 78.329-59.355Q78.329-59.006 78.455-58.700Q78.582-58.394 78.837-58.210Q79.091-58.025 79.447-58.025Q79.669-58.025 79.853-58.109Q80.038-58.193 80.173-58.348Q80.308-58.504 80.366-58.712Q80.380-58.767 80.434-58.767L80.547-58.767Q80.578-58.767 80.600-58.743Q80.622-58.719 80.622-58.685L80.622-58.664Q80.537-58.377 80.349-58.179Q80.161-57.981 79.896-57.878Q79.631-57.776 79.337-57.776Q78.907-57.776 78.519-57.982Q78.131-58.189 77.897-58.552Q77.663-58.914 77.663-59.355\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.542 55.81)\">\u003Cpath d=\"M85.618-57.844L83.984-57.844L83.984-58.124Q84.213-58.124 84.362-58.158Q84.511-58.193 84.511-58.333L84.511-60.182Q84.511-60.452 84.403-60.513Q84.295-60.575 83.984-60.575L83.984-60.855L85.044-60.930L85.044-60.281Q85.215-60.589 85.519-60.760Q85.823-60.930 86.168-60.930Q86.568-60.930 86.845-60.790Q87.122-60.650 87.207-60.302Q87.375-60.595 87.674-60.763Q87.973-60.930 88.318-60.930Q88.824-60.930 89.108-60.707Q89.392-60.483 89.392-59.987L89.392-58.333Q89.392-58.196 89.540-58.160Q89.689-58.124 89.914-58.124L89.914-57.844L88.284-57.844L88.284-58.124Q88.510-58.124 88.660-58.160Q88.810-58.196 88.810-58.333L88.810-59.973Q88.810-60.308 88.691-60.508Q88.571-60.708 88.257-60.708Q87.987-60.708 87.753-60.572Q87.518-60.435 87.380-60.201Q87.242-59.967 87.242-59.693L87.242-58.333Q87.242-58.196 87.390-58.160Q87.539-58.124 87.765-58.124L87.765-57.844L86.134-57.844L86.134-58.124Q86.363-58.124 86.512-58.158Q86.661-58.193 86.661-58.333L86.661-59.973Q86.661-60.308 86.541-60.508Q86.421-60.708 86.107-60.708Q85.837-60.708 85.603-60.572Q85.369-60.435 85.230-60.201Q85.092-59.967 85.092-59.693L85.092-58.333Q85.092-58.196 85.242-58.160Q85.393-58.124 85.618-58.124L85.618-57.844M92.119-57.844L90.567-57.844L90.567-58.124Q90.793-58.124 90.942-58.158Q91.090-58.193 91.090-58.333L91.090-60.182Q91.090-60.370 91.042-60.454Q90.995-60.537 90.897-60.556Q90.800-60.575 90.588-60.575L90.588-60.855L91.644-60.930L91.644-58.333Q91.644-58.193 91.776-58.158Q91.907-58.124 92.119-58.124L92.119-57.844M90.848-62.151Q90.848-62.322 90.971-62.441Q91.094-62.561 91.265-62.561Q91.432-62.561 91.555-62.441Q91.678-62.322 91.678-62.151Q91.678-61.976 91.555-61.853Q91.432-61.730 91.265-61.730Q91.094-61.730 90.971-61.853Q90.848-61.976 90.848-62.151M93.948-57.844L92.625-57.844L92.625-58.124Q93.185-58.124 93.565-58.524L94.279-59.321L93.367-60.370Q93.230-60.517 93.081-60.549Q92.933-60.582 92.666-60.582L92.666-60.862L94.166-60.862L94.166-60.582Q93.975-60.582 93.975-60.448Q93.975-60.418 94.006-60.370L94.601-59.686L95.041-60.182Q95.154-60.312 95.154-60.428Q95.154-60.490 95.117-60.536Q95.079-60.582 95.021-60.582L95.021-60.862L96.337-60.862L96.337-60.582Q95.776-60.582 95.397-60.182L94.775-59.481L95.769-58.333Q95.869-58.234 95.969-58.189Q96.070-58.145 96.181-58.135Q96.292-58.124 96.470-58.124L96.470-57.844L94.976-57.844L94.976-58.124Q95.041-58.124 95.101-58.158Q95.161-58.193 95.161-58.258Q95.161-58.305 95.130-58.333L94.454-59.119L93.920-58.524Q93.808-58.394 93.808-58.278Q93.808-58.213 93.849-58.169Q93.890-58.124 93.948-58.124L93.948-57.844M98.582-57.844L97.031-57.844L97.031-58.124Q97.256-58.124 97.405-58.158Q97.554-58.193 97.554-58.333L97.554-60.182Q97.554-60.370 97.506-60.454Q97.458-60.537 97.361-60.556Q97.263-60.575 97.051-60.575L97.051-60.855L98.107-60.930L98.107-58.333Q98.107-58.193 98.239-58.158Q98.371-58.124 98.582-58.124L98.582-57.844M97.311-62.151Q97.311-62.322 97.434-62.441Q97.557-62.561 97.728-62.561Q97.895-62.561 98.018-62.441Q98.142-62.322 98.142-62.151Q98.142-61.976 98.018-61.853Q97.895-61.730 97.728-61.730Q97.557-61.730 97.434-61.853Q97.311-61.976 97.311-62.151M100.910-57.844L99.276-57.844L99.276-58.124Q99.505-58.124 99.654-58.158Q99.803-58.193 99.803-58.333L99.803-60.182Q99.803-60.452 99.695-60.513Q99.587-60.575 99.276-60.575L99.276-60.855L100.336-60.930L100.336-60.281Q100.507-60.589 100.811-60.760Q101.115-60.930 101.460-60.930Q101.966-60.930 102.250-60.707Q102.534-60.483 102.534-59.987L102.534-58.333Q102.534-58.196 102.682-58.160Q102.831-58.124 103.057-58.124L103.057-57.844L101.426-57.844L101.426-58.124Q101.655-58.124 101.804-58.158Q101.953-58.193 101.953-58.333L101.953-59.973Q101.953-60.308 101.833-60.508Q101.713-60.708 101.399-60.708Q101.129-60.708 100.895-60.572Q100.661-60.435 100.522-60.201Q100.384-59.967 100.384-59.693L100.384-58.333Q100.384-58.196 100.534-58.160Q100.684-58.124 100.910-58.124L100.910-57.844M103.603-57.311Q103.603-57.557 103.800-57.741Q103.997-57.926 104.253-58.005Q104.116-58.117 104.044-58.278Q103.973-58.439 103.973-58.620Q103.973-58.941 104.184-59.187Q103.850-59.485 103.850-59.895Q103.850-60.356 104.239-60.643Q104.629-60.930 105.107-60.930Q105.579-60.930 105.914-60.684Q106.088-60.838 106.299-60.920Q106.509-61.002 106.738-61.002Q106.902-61.002 107.023-60.895Q107.144-60.787 107.144-60.623Q107.144-60.527 107.073-60.455Q107.001-60.384 106.909-60.384Q106.809-60.384 106.739-60.457Q106.669-60.531 106.669-60.630Q106.669-60.684 106.683-60.715L106.690-60.729Q106.697-60.749 106.705-60.760Q106.714-60.770 106.717-60.777Q106.362-60.777 106.075-60.554Q106.362-60.261 106.362-59.895Q106.362-59.580 106.177-59.348Q105.993-59.115 105.704-58.987Q105.415-58.859 105.107-58.859Q104.906-58.859 104.714-58.909Q104.523-58.958 104.345-59.068Q104.253-58.941 104.253-58.798Q104.253-58.616 104.381-58.481Q104.509-58.346 104.694-58.346L105.326-58.346Q105.774-58.346 106.143-58.275Q106.512-58.203 106.772-57.974Q107.032-57.745 107.032-57.311Q107.032-56.990 106.736-56.788Q106.440-56.586 106.037-56.497Q105.634-56.408 105.319-56.408Q105.001-56.408 104.598-56.497Q104.195-56.586 103.899-56.788Q103.603-56.990 103.603-57.311M104.058-57.311Q104.058-57.082 104.277-56.933Q104.496-56.784 104.788-56.716Q105.080-56.648 105.319-56.648Q105.483-56.648 105.692-56.684Q105.900-56.719 106.107-56.800Q106.314-56.880 106.445-57.008Q106.577-57.136 106.577-57.311Q106.577-57.663 106.196-57.757Q105.815-57.851 105.312-57.851L104.694-57.851Q104.455-57.851 104.256-57.700Q104.058-57.550 104.058-57.311M105.107-59.098Q105.774-59.098 105.774-59.895Q105.774-60.695 105.107-60.695Q104.437-60.695 104.437-59.895Q104.437-59.098 105.107-59.098\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.542 55.81)\">\u003Cpath d=\"M112.013-57.844L110.379-57.844L110.379-58.124Q110.608-58.124 110.757-58.158Q110.906-58.193 110.906-58.333L110.906-60.182Q110.906-60.452 110.798-60.513Q110.690-60.575 110.379-60.575L110.379-60.855L111.439-60.930L111.439-60.281Q111.610-60.589 111.914-60.760Q112.218-60.930 112.563-60.930Q113.069-60.930 113.353-60.707Q113.637-60.483 113.637-59.987L113.637-58.333Q113.637-58.196 113.785-58.160Q113.934-58.124 114.160-58.124L114.160-57.844L112.529-57.844L112.529-58.124Q112.758-58.124 112.907-58.158Q113.056-58.193 113.056-58.333L113.056-59.973Q113.056-60.308 112.936-60.508Q112.816-60.708 112.502-60.708Q112.232-60.708 111.998-60.572Q111.764-60.435 111.625-60.201Q111.487-59.967 111.487-59.693L111.487-58.333Q111.487-58.196 111.637-58.160Q111.788-58.124 112.013-58.124L112.013-57.844M114.706-59.379Q114.706-59.700 114.831-59.989Q114.956-60.278 115.182-60.501Q115.407-60.725 115.703-60.845Q115.998-60.965 116.316-60.965Q116.644-60.965 116.906-60.865Q117.167-60.766 117.343-60.584Q117.519-60.401 117.613-60.143Q117.707-59.885 117.707-59.553Q117.707-59.461 117.625-59.440L115.370-59.440L115.370-59.379Q115.370-58.791 115.653-58.408Q115.937-58.025 116.504-58.025Q116.826-58.025 117.094-58.218Q117.362-58.411 117.451-58.726Q117.458-58.767 117.533-58.781L117.625-58.781Q117.707-58.757 117.707-58.685Q117.707-58.678 117.701-58.651Q117.588-58.254 117.217-58.015Q116.846-57.776 116.422-57.776Q115.985-57.776 115.585-57.984Q115.185-58.193 114.946-58.560Q114.706-58.927 114.706-59.379M115.376-59.649L117.191-59.649Q117.191-59.926 117.094-60.178Q116.996-60.431 116.798-60.587Q116.600-60.742 116.316-60.742Q116.039-60.742 115.826-60.584Q115.612-60.425 115.494-60.170Q115.376-59.915 115.376-59.649M118.822-58.685L118.822-60.582L118.183-60.582L118.183-60.804Q118.500-60.804 118.717-61.014Q118.934-61.224 119.035-61.534Q119.136-61.843 119.136-62.151L119.403-62.151L119.403-60.862L120.479-60.862L120.479-60.582L119.403-60.582L119.403-58.698Q119.403-58.422 119.507-58.223Q119.611-58.025 119.871-58.025Q120.028-58.025 120.134-58.129Q120.240-58.234 120.290-58.387Q120.339-58.541 120.339-58.698L120.339-59.112L120.606-59.112L120.606-58.685Q120.606-58.459 120.507-58.249Q120.408-58.039 120.223-57.907Q120.038-57.776 119.809-57.776Q119.372-57.776 119.097-58.013Q118.822-58.251 118.822-58.685\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.542 55.81)\">\u003Cpath d=\"M122.601-57.871L121.620-60.370Q121.559-60.513 121.441-60.548Q121.323-60.582 121.107-60.582L121.107-60.862L122.587-60.862L122.587-60.582Q122.208-60.582 122.208-60.421Q122.208-60.411 122.222-60.370L122.936-58.538L123.609-60.243Q123.579-60.315 123.579-60.343Q123.579-60.370 123.551-60.370Q123.490-60.517 123.372-60.549Q123.254-60.582 123.042-60.582L123.042-60.862L124.440-60.862L124.440-60.582Q124.064-60.582 124.064-60.421Q124.064-60.390 124.071-60.370L124.826-58.432L125.513-60.182Q125.534-60.233 125.534-60.288Q125.534-60.428 125.421-60.505Q125.308-60.582 125.168-60.582L125.168-60.862L126.388-60.862L126.388-60.582Q126.183-60.582 126.028-60.476Q125.872-60.370 125.800-60.182L124.895-57.871Q124.860-57.776 124.748-57.776L124.679-57.776Q124.570-57.776 124.532-57.871L123.750-59.874L122.963-57.871Q122.929-57.776 122.816-57.776L122.748-57.776Q122.639-57.776 122.601-57.871\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.542 55.81)\">\u003Cpath d=\"M126.666-59.327Q126.666-59.669 126.801-59.968Q126.936-60.267 127.176-60.491Q127.415-60.715 127.733-60.840Q128.051-60.965 128.382-60.965Q128.827-60.965 129.226-60.749Q129.626-60.534 129.861-60.156Q130.095-59.779 130.095-59.327Q130.095-58.986 129.953-58.702Q129.811-58.418 129.567-58.211Q129.322-58.005 129.013-57.890Q128.704-57.776 128.382-57.776Q127.952-57.776 127.550-57.977Q127.148-58.179 126.907-58.531Q126.666-58.883 126.666-59.327M128.382-58.025Q128.984-58.025 129.208-58.403Q129.432-58.781 129.432-59.413Q129.432-60.025 129.197-60.384Q128.963-60.742 128.382-60.742Q127.330-60.742 127.330-59.413Q127.330-58.781 127.555-58.403Q127.781-58.025 128.382-58.025M132.439-57.844L130.703-57.844L130.703-58.124Q130.932-58.124 131.081-58.158Q131.229-58.193 131.229-58.333L131.229-60.182Q131.229-60.452 131.122-60.513Q131.014-60.575 130.703-60.575L130.703-60.855L131.732-60.930L131.732-60.223Q131.862-60.531 132.104-60.730Q132.347-60.930 132.665-60.930Q132.884-60.930 133.055-60.806Q133.226-60.681 133.226-60.469Q133.226-60.332 133.126-60.233Q133.027-60.134 132.894-60.134Q132.757-60.134 132.658-60.233Q132.559-60.332 132.559-60.469Q132.559-60.609 132.658-60.708Q132.368-60.708 132.168-60.512Q131.968-60.315 131.875-60.021Q131.783-59.727 131.783-59.447L131.783-58.333Q131.783-58.124 132.439-58.124L132.439-57.844M135.406-57.844L133.824-57.844L133.824-58.124Q134.053-58.124 134.201-58.158Q134.350-58.193 134.350-58.333L134.350-61.952Q134.350-62.222 134.242-62.284Q134.135-62.345 133.824-62.345L133.824-62.626L134.904-62.701L134.904-59.413L135.888-60.182Q136.093-60.319 136.093-60.469Q136.093-60.513 136.052-60.548Q136.011-60.582 135.967-60.582L135.967-60.862L137.331-60.862L137.331-60.582Q136.842-60.582 136.322-60.182L135.765-59.748L136.743-58.524Q136.944-58.278 137.078-58.201Q137.211-58.124 137.498-58.124L137.498-57.844L136.066-57.844L136.066-58.124Q136.254-58.124 136.254-58.237Q136.254-58.333 136.100-58.524L135.365-59.433L134.883-59.054L134.883-58.333Q134.883-58.196 135.032-58.160Q135.181-58.124 135.406-58.124\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m-40.737-43.417 20.773 21.898\"\u002F>\u003Cpath stroke=\"none\" d=\"m-18.175-19.633-1.354-4.449-.435 2.563-2.582.3\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M44.621-43.417v21.184\"\u002F>\u003Cpath stroke=\"none\" d=\"m44.621-19.633 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M129.98-43.417 109.207-21.52\"\u002F>\u003Cpath stroke=\"none\" d=\"m107.417-19.633 4.372-1.586-2.582-.3-.436-2.563\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M174.081 10.443h48.37V-18.01h-48.37Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(133.013 55.81)\">\u003Cpath d=\"M46.617-57.844L44.983-57.844L44.983-58.124Q45.212-58.124 45.361-58.158Q45.510-58.193 45.510-58.333L45.510-61.952Q45.510-62.222 45.402-62.284Q45.294-62.345 44.983-62.345L44.983-62.626L46.063-62.701L46.063-60.315Q46.169-60.500 46.347-60.642Q46.525-60.783 46.733-60.857Q46.942-60.930 47.167-60.930Q47.673-60.930 47.957-60.707Q48.241-60.483 48.241-59.987L48.241-58.333Q48.241-58.196 48.389-58.160Q48.538-58.124 48.764-58.124L48.764-57.844L47.133-57.844L47.133-58.124Q47.362-58.124 47.511-58.158Q47.660-58.193 47.660-58.333L47.660-59.973Q47.660-60.308 47.540-60.508Q47.420-60.708 47.106-60.708Q46.836-60.708 46.602-60.572Q46.368-60.435 46.229-60.201Q46.091-59.967 46.091-59.693L46.091-58.333Q46.091-58.196 46.241-58.160Q46.392-58.124 46.617-58.124\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(133.013 55.81)\">\u003Cpath d=\"M49.472-56.709Q49.602-56.641 49.739-56.641Q49.910-56.641 50.060-56.730Q50.211-56.819 50.322-56.964Q50.433-57.109 50.511-57.277L50.775-57.844L49.606-60.370Q49.531-60.517 49.401-60.549Q49.271-60.582 49.038-60.582L49.038-60.862L50.559-60.862L50.559-60.582Q50.211-60.582 50.211-60.435Q50.214-60.414 50.216-60.397Q50.218-60.380 50.218-60.370L51.075-58.511L51.848-60.182Q51.882-60.250 51.882-60.329Q51.882-60.442 51.798-60.512Q51.715-60.582 51.602-60.582L51.602-60.862L52.798-60.862L52.798-60.582Q52.579-60.582 52.407-60.478Q52.234-60.373 52.142-60.182L50.805-57.277Q50.635-56.907 50.365-56.661Q50.094-56.415 49.739-56.415Q49.469-56.415 49.250-56.581Q49.031-56.747 49.031-57.010Q49.031-57.147 49.124-57.236Q49.216-57.324 49.356-57.324Q49.493-57.324 49.582-57.236Q49.671-57.147 49.671-57.010Q49.671-56.907 49.618-56.829Q49.565-56.750 49.472-56.709M54.982-56.487L53.352-56.487L53.352-56.767Q53.581-56.767 53.729-56.802Q53.878-56.836 53.878-56.976L53.878-60.322Q53.878-60.493 53.741-60.534Q53.605-60.575 53.352-60.575L53.352-60.855L54.432-60.930L54.432-60.524Q54.654-60.725 54.941-60.828Q55.228-60.930 55.536-60.930Q55.963-60.930 56.327-60.717Q56.691-60.503 56.905-60.139Q57.118-59.775 57.118-59.355Q57.118-58.910 56.879-58.546Q56.640-58.182 56.247-57.979Q55.854-57.776 55.409-57.776Q55.143-57.776 54.895-57.876Q54.647-57.977 54.459-58.158L54.459-56.976Q54.459-56.839 54.608-56.803Q54.757-56.767 54.982-56.767L54.982-56.487M54.459-60.175L54.459-58.565Q54.593-58.312 54.835-58.155Q55.078-57.998 55.355-57.998Q55.683-57.998 55.936-58.199Q56.189-58.401 56.322-58.719Q56.455-59.037 56.455-59.355Q56.455-59.584 56.390-59.813Q56.325-60.042 56.197-60.240Q56.069-60.438 55.874-60.558Q55.679-60.677 55.447-60.677Q55.153-60.677 54.885-60.548Q54.616-60.418 54.459-60.175\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(133.013 55.81)\">\u003Cpath d=\"M57.929-59.379Q57.929-59.700 58.054-59.989Q58.179-60.278 58.405-60.501Q58.630-60.725 58.926-60.845Q59.221-60.965 59.539-60.965Q59.867-60.965 60.129-60.865Q60.390-60.766 60.566-60.584Q60.742-60.401 60.836-60.143Q60.930-59.885 60.930-59.553Q60.930-59.461 60.848-59.440L58.593-59.440L58.593-59.379Q58.593-58.791 58.876-58.408Q59.160-58.025 59.727-58.025Q60.049-58.025 60.317-58.218Q60.585-58.411 60.674-58.726Q60.681-58.767 60.756-58.781L60.848-58.781Q60.930-58.757 60.930-58.685Q60.930-58.678 60.924-58.651Q60.811-58.254 60.440-58.015Q60.069-57.776 59.645-57.776Q59.208-57.776 58.808-57.984Q58.408-58.193 58.169-58.560Q57.929-58.927 57.929-59.379M58.599-59.649L60.414-59.649Q60.414-59.926 60.317-60.178Q60.219-60.431 60.021-60.587Q59.823-60.742 59.539-60.742Q59.262-60.742 59.049-60.584Q58.835-60.425 58.717-60.170Q58.599-59.915 58.599-59.649M63.268-57.844L61.532-57.844L61.532-58.124Q61.761-58.124 61.910-58.158Q62.058-58.193 62.058-58.333L62.058-60.182Q62.058-60.452 61.951-60.513Q61.843-60.575 61.532-60.575L61.532-60.855L62.561-60.930L62.561-60.223Q62.691-60.531 62.933-60.730Q63.176-60.930 63.494-60.930Q63.713-60.930 63.884-60.806Q64.054-60.681 64.054-60.469Q64.054-60.332 63.955-60.233Q63.856-60.134 63.723-60.134Q63.586-60.134 63.487-60.233Q63.388-60.332 63.388-60.469Q63.388-60.609 63.487-60.708Q63.197-60.708 62.997-60.512Q62.797-60.315 62.704-60.021Q62.612-59.727 62.612-59.447L62.612-58.333Q62.612-58.124 63.268-58.124L63.268-57.844M66.321-57.844L64.687-57.844L64.687-58.124Q64.916-58.124 65.064-58.158Q65.213-58.193 65.213-58.333L65.213-60.182Q65.213-60.452 65.105-60.513Q64.998-60.575 64.687-60.575L64.687-60.855L65.746-60.930L65.746-60.281Q65.917-60.589 66.221-60.760Q66.526-60.930 66.871-60.930Q67.377-60.930 67.660-60.707Q67.944-60.483 67.944-59.987L67.944-58.333Q67.944-58.196 68.093-58.160Q68.241-58.124 68.467-58.124L68.467-57.844L66.837-57.844L66.837-58.124Q67.066-58.124 67.214-58.158Q67.363-58.193 67.363-58.333L67.363-59.973Q67.363-60.308 67.243-60.508Q67.124-60.708 66.809-60.708Q66.539-60.708 66.305-60.572Q66.071-60.435 65.933-60.201Q65.794-59.967 65.794-59.693L65.794-58.333Q65.794-58.196 65.945-58.160Q66.095-58.124 66.321-58.124L66.321-57.844M69.014-59.379Q69.014-59.700 69.139-59.989Q69.263-60.278 69.489-60.501Q69.715-60.725 70.010-60.845Q70.306-60.965 70.624-60.965Q70.952-60.965 71.213-60.865Q71.475-60.766 71.651-60.584Q71.827-60.401 71.921-60.143Q72.015-59.885 72.015-59.553Q72.015-59.461 71.933-59.440L69.677-59.440L69.677-59.379Q69.677-58.791 69.961-58.408Q70.244-58.025 70.812-58.025Q71.133-58.025 71.401-58.218Q71.670-58.411 71.759-58.726Q71.765-58.767 71.841-58.781L71.933-58.781Q72.015-58.757 72.015-58.685Q72.015-58.678 72.008-58.651Q71.895-58.254 71.524-58.015Q71.154-57.776 70.730-57.776Q70.292-57.776 69.892-57.984Q69.492-58.193 69.253-58.560Q69.014-58.927 69.014-59.379M69.684-59.649L71.499-59.649Q71.499-59.926 71.401-60.178Q71.304-60.431 71.106-60.587Q70.907-60.742 70.624-60.742Q70.347-60.742 70.133-60.584Q69.920-60.425 69.802-60.170Q69.684-59.915 69.684-59.649M73.129-58.685L73.129-60.582L72.490-60.582L72.490-60.804Q72.808-60.804 73.025-61.014Q73.242-61.224 73.343-61.534Q73.444-61.843 73.444-62.151L73.710-62.151L73.710-60.862L74.787-60.862L74.787-60.582L73.710-60.582L73.710-58.698Q73.710-58.422 73.814-58.223Q73.919-58.025 74.178-58.025Q74.336-58.025 74.442-58.129Q74.548-58.234 74.597-58.387Q74.647-58.541 74.647-58.698L74.647-59.112L74.913-59.112L74.913-58.685Q74.913-58.459 74.814-58.249Q74.715-58.039 74.531-57.907Q74.346-57.776 74.117-57.776Q73.679-57.776 73.404-58.013Q73.129-58.251 73.129-58.685M77.853-56.094Q77.302-56.494 76.932-57.049Q76.561-57.605 76.380-58.251Q76.198-58.897 76.198-59.594Q76.198-60.107 76.299-60.602Q76.400-61.098 76.605-61.549Q76.810-62 77.123-62.392Q77.436-62.783 77.853-63.087Q77.863-63.091 77.870-63.092Q77.877-63.094 77.887-63.094L77.955-63.094Q77.989-63.094 78.012-63.070Q78.034-63.046 78.034-63.009Q78.034-62.964 78.007-62.947Q77.658-62.646 77.405-62.262Q77.152-61.877 77-61.436Q76.848-60.995 76.776-60.539Q76.704-60.083 76.704-59.594Q76.704-58.593 77.014-57.706Q77.323-56.819 78.007-56.234Q78.034-56.217 78.034-56.173Q78.034-56.135 78.012-56.111Q77.989-56.087 77.955-56.087L77.887-56.087Q77.880-56.091 77.872-56.092Q77.863-56.094 77.853-56.094M80.027-57.844L78.704-57.844L78.704-58.124Q79.264-58.124 79.644-58.524L80.358-59.321L79.446-60.370Q79.309-60.517 79.160-60.549Q79.011-60.582 78.745-60.582L78.745-60.862L80.245-60.862L80.245-60.582Q80.054-60.582 80.054-60.448Q80.054-60.418 80.085-60.370L80.679-59.686L81.120-60.182Q81.233-60.312 81.233-60.428Q81.233-60.490 81.196-60.536Q81.158-60.582 81.100-60.582L81.100-60.862L82.416-60.862L82.416-60.582Q81.855-60.582 81.476-60.182L80.854-59.481L81.848-58.333Q81.948-58.234 82.048-58.189Q82.149-58.145 82.260-58.135Q82.371-58.124 82.549-58.124L82.549-57.844L81.055-57.844L81.055-58.124Q81.120-58.124 81.180-58.158Q81.240-58.193 81.240-58.258Q81.240-58.305 81.209-58.333L80.532-59.119L79.999-58.524Q79.886-58.394 79.886-58.278Q79.886-58.213 79.927-58.169Q79.969-58.124 80.027-58.124L80.027-57.844M83.366-56.087L83.298-56.087Q83.263-56.087 83.241-56.113Q83.219-56.138 83.219-56.173Q83.219-56.217 83.250-56.234Q83.605-56.538 83.855-56.928Q84.104-57.318 84.256-57.750Q84.408-58.182 84.479-58.651Q84.549-59.119 84.549-59.594Q84.549-60.073 84.479-60.539Q84.408-61.006 84.255-61.441Q84.101-61.877 83.850-62.265Q83.598-62.653 83.250-62.947Q83.219-62.964 83.219-63.009Q83.219-63.043 83.241-63.068Q83.263-63.094 83.298-63.094L83.366-63.094Q83.376-63.094 83.385-63.092Q83.393-63.091 83.404-63.087Q83.947-62.687 84.320-62.134Q84.692-61.580 84.873-60.934Q85.054-60.288 85.054-59.594Q85.054-58.893 84.873-58.246Q84.692-57.598 84.318-57.044Q83.944-56.490 83.404-56.094Q83.393-56.094 83.385-56.092Q83.376-56.091 83.366-56.087\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-dasharray:3.0,3.0;stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M173.881-3.784h-63.864\"\u002F>\u003Cpath stroke=\"none\" d=\"m107.417-3.784 4.16 2.08-1.56-2.08 1.56-2.08\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-size=\"7\">\u003Cg transform=\"translate(75.319 48.966)\">\u003Cpath d=\"M46.323-57.871L45.342-60.370Q45.281-60.513 45.163-60.548Q45.045-60.582 44.829-60.582L44.829-60.862L46.309-60.862L46.309-60.582Q45.930-60.582 45.930-60.421Q45.930-60.411 45.944-60.370L46.658-58.538L47.331-60.243Q47.301-60.315 47.301-60.343Q47.301-60.370 47.273-60.370Q47.212-60.517 47.094-60.549Q46.976-60.582 46.764-60.582L46.764-60.862L48.162-60.862L48.162-60.582Q47.786-60.582 47.786-60.421Q47.786-60.390 47.793-60.370L48.548-58.432L49.235-60.182Q49.256-60.233 49.256-60.288Q49.256-60.428 49.143-60.505Q49.030-60.582 48.890-60.582L48.890-60.862L50.110-60.862L50.110-60.582Q49.905-60.582 49.750-60.476Q49.594-60.370 49.522-60.182L48.617-57.871Q48.582-57.776 48.470-57.776L48.401-57.776Q48.292-57.776 48.254-57.871L47.472-59.874L46.685-57.871Q46.651-57.776 46.538-57.776L46.470-57.776Q46.361-57.776 46.323-57.871\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(75.319 48.966)\">\u003Cpath d=\"M50.387-59.379Q50.387-59.700 50.512-59.989Q50.637-60.278 50.863-60.501Q51.088-60.725 51.384-60.845Q51.679-60.965 51.997-60.965Q52.325-60.965 52.587-60.865Q52.848-60.766 53.024-60.584Q53.200-60.401 53.294-60.143Q53.388-59.885 53.388-59.553Q53.388-59.461 53.306-59.440L51.051-59.440L51.051-59.379Q51.051-58.791 51.334-58.408Q51.618-58.025 52.185-58.025Q52.507-58.025 52.775-58.218Q53.043-58.411 53.132-58.726Q53.139-58.767 53.214-58.781L53.306-58.781Q53.388-58.757 53.388-58.685Q53.388-58.678 53.382-58.651Q53.269-58.254 52.898-58.015Q52.527-57.776 52.103-57.776Q51.666-57.776 51.266-57.984Q50.866-58.193 50.627-58.560Q50.387-58.927 50.387-59.379M51.057-59.649L52.872-59.649Q52.872-59.926 52.775-60.178Q52.677-60.431 52.479-60.587Q52.281-60.742 51.997-60.742Q51.720-60.742 51.507-60.584Q51.293-60.425 51.175-60.170Q51.057-59.915 51.057-59.649M55.593-57.844L54.041-57.844L54.041-58.124Q54.267-58.124 54.416-58.158Q54.564-58.193 54.564-58.333L54.564-60.182Q54.564-60.370 54.516-60.454Q54.468-60.537 54.371-60.556Q54.274-60.575 54.062-60.575L54.062-60.855L55.118-60.930L55.118-58.333Q55.118-58.193 55.249-58.158Q55.381-58.124 55.593-58.124L55.593-57.844M54.322-62.151Q54.322-62.322 54.445-62.441Q54.568-62.561 54.739-62.561Q54.906-62.561 55.029-62.441Q55.152-62.322 55.152-62.151Q55.152-61.976 55.029-61.853Q54.906-61.730 54.739-61.730Q54.568-61.730 54.445-61.853Q54.322-61.976 54.322-62.151M56.198-57.311Q56.198-57.557 56.395-57.741Q56.591-57.926 56.847-58.005Q56.711-58.117 56.639-58.278Q56.567-58.439 56.567-58.620Q56.567-58.941 56.779-59.187Q56.444-59.485 56.444-59.895Q56.444-60.356 56.834-60.643Q57.223-60.930 57.702-60.930Q58.174-60.930 58.509-60.684Q58.683-60.838 58.893-60.920Q59.103-61.002 59.332-61.002Q59.496-61.002 59.618-60.895Q59.739-60.787 59.739-60.623Q59.739-60.527 59.667-60.455Q59.595-60.384 59.503-60.384Q59.404-60.384 59.334-60.457Q59.264-60.531 59.264-60.630Q59.264-60.684 59.278-60.715L59.284-60.729Q59.291-60.749 59.300-60.760Q59.308-60.770 59.312-60.777Q58.956-60.777 58.669-60.554Q58.956-60.261 58.956-59.895Q58.956-59.580 58.772-59.348Q58.587-59.115 58.298-58.987Q58.010-58.859 57.702-58.859Q57.500-58.859 57.309-58.909Q57.117-58.958 56.940-59.068Q56.847-58.941 56.847-58.798Q56.847-58.616 56.976-58.481Q57.104-58.346 57.288-58.346L57.921-58.346Q58.368-58.346 58.738-58.275Q59.107-58.203 59.366-57.974Q59.626-57.745 59.626-57.311Q59.626-56.990 59.331-56.788Q59.035-56.586 58.632-56.497Q58.228-56.408 57.914-56.408Q57.596-56.408 57.193-56.497Q56.789-56.586 56.494-56.788Q56.198-56.990 56.198-57.311M56.653-57.311Q56.653-57.082 56.871-56.933Q57.090-56.784 57.382-56.716Q57.675-56.648 57.914-56.648Q58.078-56.648 58.286-56.684Q58.495-56.719 58.702-56.800Q58.908-56.880 59.040-57.008Q59.172-57.136 59.172-57.311Q59.172-57.663 58.791-57.757Q58.409-57.851 57.907-57.851L57.288-57.851Q57.049-57.851 56.851-57.700Q56.653-57.550 56.653-57.311M57.702-59.098Q58.368-59.098 58.368-59.895Q58.368-60.695 57.702-60.695Q57.032-60.695 57.032-59.895Q57.032-59.098 57.702-59.098M61.903-57.844L60.269-57.844L60.269-58.124Q60.498-58.124 60.646-58.158Q60.795-58.193 60.795-58.333L60.795-61.952Q60.795-62.222 60.687-62.284Q60.580-62.345 60.269-62.345L60.269-62.626L61.349-62.701L61.349-60.315Q61.455-60.500 61.633-60.642Q61.810-60.783 62.019-60.857Q62.227-60.930 62.453-60.930Q62.959-60.930 63.242-60.707Q63.526-60.483 63.526-59.987L63.526-58.333Q63.526-58.196 63.675-58.160Q63.823-58.124 64.049-58.124L64.049-57.844L62.419-57.844L62.419-58.124Q62.648-58.124 62.796-58.158Q62.945-58.193 62.945-58.333L62.945-59.973Q62.945-60.308 62.825-60.508Q62.706-60.708 62.391-60.708Q62.121-60.708 61.887-60.572Q61.653-60.435 61.515-60.201Q61.376-59.967 61.376-59.693L61.376-58.333Q61.376-58.196 61.527-58.160Q61.677-58.124 61.903-58.124\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(75.319 48.966)\">\u003Cpath d=\"M64.962-58.685L64.962-60.582L64.323-60.582L64.323-60.804Q64.641-60.804 64.858-61.014Q65.075-61.224 65.175-61.534Q65.276-61.843 65.276-62.151L65.543-62.151L65.543-60.862L66.620-60.862L66.620-60.582L65.543-60.582L65.543-58.698Q65.543-58.422 65.647-58.223Q65.751-58.025 66.011-58.025Q66.168-58.025 66.274-58.129Q66.380-58.234 66.430-58.387Q66.479-58.541 66.479-58.698L66.479-59.112L66.746-59.112L66.746-58.685Q66.746-58.459 66.647-58.249Q66.548-58.039 66.363-57.907Q66.179-57.776 65.950-57.776Q65.512-57.776 65.237-58.013Q64.962-58.251 64.962-58.685M67.556-57.851L67.556-58.914Q67.556-58.938 67.583-58.965Q67.611-58.992 67.635-58.992L67.744-58.992Q67.809-58.992 67.823-58.934Q67.918-58.500 68.164-58.249Q68.411-57.998 68.824-57.998Q69.166-57.998 69.419-58.131Q69.672-58.264 69.672-58.572Q69.672-58.729 69.578-58.844Q69.484-58.958 69.345-59.027Q69.207-59.095 69.039-59.133L68.458-59.232Q68.103-59.300 67.829-59.521Q67.556-59.741 67.556-60.083Q67.556-60.332 67.667-60.507Q67.778-60.681 67.965-60.780Q68.151-60.879 68.366-60.922Q68.581-60.965 68.824-60.965Q69.238-60.965 69.518-60.783L69.733-60.958Q69.744-60.961 69.750-60.963Q69.757-60.965 69.767-60.965L69.819-60.965Q69.846-60.965 69.870-60.941Q69.894-60.917 69.894-60.889L69.894-60.042Q69.894-60.021 69.870-59.994Q69.846-59.967 69.819-59.967L69.706-59.967Q69.679-59.967 69.653-59.992Q69.627-60.018 69.627-60.042Q69.627-60.278 69.521-60.442Q69.415-60.606 69.233-60.688Q69.050-60.770 68.817-60.770Q68.489-60.770 68.233-60.667Q67.976-60.565 67.976-60.288Q67.976-60.093 68.159-59.984Q68.342-59.874 68.571-59.833L69.145-59.727Q69.392-59.679 69.605-59.551Q69.819-59.423 69.955-59.220Q70.092-59.016 70.092-58.767Q70.092-58.254 69.726-58.015Q69.361-57.776 68.824-57.776Q68.329-57.776 67.997-58.070L67.730-57.796Q67.710-57.776 67.683-57.776L67.635-57.776Q67.611-57.776 67.583-57.803Q67.556-57.830 67.556-57.851\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(75.319 48.966)\">\u003Cpath d=\"M78.438-56.535L74.025-56.535Q73.957-56.545 73.911-56.591Q73.864-56.637 73.864-56.709Q73.864-56.853 74.025-56.877L78.438-56.877Q78.598-56.853 78.598-56.709Q78.598-56.637 78.552-56.591Q78.506-56.545 78.438-56.535M73.864-58.251Q73.864-58.353 73.957-58.398L78.031-60.356L73.957-62.318Q73.864-62.363 73.864-62.472Q73.864-62.537 73.916-62.588Q73.967-62.639 74.039-62.639Q74.083-62.639 74.124-62.619L78.513-60.510Q78.547-60.493 78.573-60.445Q78.598-60.397 78.598-60.356Q78.598-60.319 78.571-60.271Q78.544-60.223 78.513-60.209L74.124-58.097Q74.083-58.076 74.039-58.076Q73.967-58.076 73.916-58.128Q73.864-58.179 73.864-58.251\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(75.319 48.966)\">\u003Cpath d=\"M84.042-57.704Q83.407-57.704 83.043-58.049Q82.678-58.394 82.543-58.919Q82.408-59.444 82.408-60.069Q82.408-61.094 82.764-61.793Q83.119-62.492 84.042-62.492Q84.969-62.492 85.321-61.793Q85.673-61.094 85.673-60.069Q85.673-59.444 85.538-58.919Q85.403-58.394 85.040-58.049Q84.678-57.704 84.042-57.704M84.042-57.929Q84.480-57.929 84.693-58.304Q84.907-58.678 84.957-59.145Q85.006-59.611 85.006-60.189Q85.006-60.742 84.957-61.170Q84.907-61.597 84.695-61.932Q84.483-62.267 84.042-62.267Q83.700-62.267 83.497-62.060Q83.294-61.853 83.207-61.541Q83.119-61.228 83.097-60.912Q83.075-60.595 83.075-60.189Q83.075-59.772 83.097-59.430Q83.119-59.088 83.208-58.740Q83.297-58.391 83.502-58.160Q83.707-57.929 84.042-57.929\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M7.633 61.658H81.61V33.205H7.633Z\"\u002F>\u003Cg transform=\"translate(-9.535 106.986)\">\u003Cpath d=\"M47.687-57.704Q47.174-57.704 46.706-57.897Q46.238-58.090 45.879-58.432Q45.520-58.774 45.315-59.235Q45.110-59.697 45.110-60.209Q45.110-60.896 45.458-61.486Q45.807-62.075 46.402-62.421Q46.996-62.766 47.687-62.766Q48.377-62.766 48.972-62.421Q49.567-62.075 49.915-61.486Q50.264-60.896 50.264-60.209Q50.264-59.844 50.153-59.491Q50.042-59.139 49.833-58.830Q49.625-58.521 49.341-58.288Q49.058-58.056 48.702-57.906Q48.788-57.731 48.885-57.588Q48.982-57.444 49.112-57.354Q49.242-57.263 49.416-57.263Q49.686-57.263 49.898-57.430Q50.110-57.598 50.110-57.858Q50.134-57.943 50.206-57.943Q50.254-57.943 50.279-57.912Q50.305-57.882 50.305-57.830Q50.305-57.523 50.208-57.213Q50.110-56.904 49.900-56.696Q49.690-56.487 49.369-56.487Q48.969-56.487 48.781-56.761Q48.593-57.034 48.470-57.516L48.401-57.803Q48.046-57.704 47.687-57.704M47.260-58.319Q47.260-58.152 47.386-58.054Q47.513-57.957 47.687-57.957Q48.025-57.957 48.323-58.083Q48.230-58.367 48.090-58.529Q47.950-58.692 47.687-58.692Q47.519-58.692 47.390-58.586Q47.260-58.480 47.260-58.319M47.038-58.319Q47.038-58.572 47.234-58.743Q47.431-58.914 47.687-58.914Q47.995-58.914 48.194-58.722Q48.394-58.531 48.562-58.199Q48.900-58.405 49.111-58.717Q49.321-59.030 49.418-59.411Q49.516-59.792 49.516-60.209Q49.516-60.647 49.406-61.055Q49.297-61.464 49.068-61.795Q48.839-62.127 48.492-62.320Q48.145-62.513 47.687-62.513Q47.232-62.513 46.884-62.318Q46.535-62.123 46.309-61.795Q46.084-61.467 45.971-61.057Q45.858-60.647 45.858-60.209Q45.858-59.744 45.985-59.314Q46.111-58.883 46.392-58.552Q46.672-58.220 47.099-58.059Q47.038-58.176 47.038-58.319M52.957-59.098L50.900-59.098L50.900-59.601L52.957-59.601L52.957-59.098M54.287-58.685L54.287-60.582L53.648-60.582L53.648-60.804Q53.966-60.804 54.183-61.014Q54.400-61.224 54.501-61.534Q54.601-61.843 54.601-62.151L54.868-62.151L54.868-60.862L55.945-60.862L55.945-60.582L54.868-60.582L54.868-58.698Q54.868-58.422 54.972-58.223Q55.077-58.025 55.336-58.025Q55.494-58.025 55.600-58.129Q55.705-58.234 55.755-58.387Q55.805-58.541 55.805-58.698L55.805-59.112L56.071-59.112L56.071-58.685Q56.071-58.459 55.972-58.249Q55.873-58.039 55.688-57.907Q55.504-57.776 55.275-57.776Q54.837-57.776 54.562-58.013Q54.287-58.251 54.287-58.685M56.840-59.327Q56.840-59.669 56.975-59.968Q57.110-60.267 57.350-60.491Q57.589-60.715 57.907-60.840Q58.225-60.965 58.556-60.965Q59-60.965 59.400-60.749Q59.800-60.534 60.034-60.156Q60.268-59.779 60.268-59.327Q60.268-58.986 60.127-58.702Q59.985-58.418 59.740-58.211Q59.496-58.005 59.187-57.890Q58.877-57.776 58.556-57.776Q58.125-57.776 57.724-57.977Q57.322-58.179 57.081-58.531Q56.840-58.883 56.840-59.327M58.556-58.025Q59.158-58.025 59.381-58.403Q59.605-58.781 59.605-59.413Q59.605-60.025 59.371-60.384Q59.137-60.742 58.556-60.742Q57.503-60.742 57.503-59.413Q57.503-58.781 57.729-58.403Q57.954-58.025 58.556-58.025M61.390-58.685L61.390-60.582L60.750-60.582L60.750-60.804Q61.068-60.804 61.285-61.014Q61.502-61.224 61.603-61.534Q61.704-61.843 61.704-62.151L61.971-62.151L61.971-60.862L63.047-60.862L63.047-60.582L61.971-60.582L61.971-58.698Q61.971-58.422 62.075-58.223Q62.179-58.025 62.439-58.025Q62.596-58.025 62.702-58.129Q62.808-58.234 62.858-58.387Q62.907-58.541 62.907-58.698L62.907-59.112L63.174-59.112L63.174-58.685Q63.174-58.459 63.075-58.249Q62.975-58.039 62.791-57.907Q62.606-57.776 62.377-57.776Q61.940-57.776 61.665-58.013Q61.390-58.251 61.390-58.685\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M44.621 12.065v18.14\"\u002F>\u003Cpath stroke=\"none\" d=\"m44.621 32.805 2.08-4.16-2.08 1.56-2.08-1.56\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Value factorization for cooperation. VDN sums the per-agent utilities Q-i; QMIX combines them through a monotonic mixing network whose non-negative weights come from a hypernetwork reading the global state x. Both guarantee that local argmax over each Q-i matches the global argmax over Q-tot.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:487.268px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 365.451 129.296\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-16.024 37.049H232.36\"\u002F>\u003Cpath stroke=\"none\" d=\"m234.36 37.049-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(196.381 9.089)\">\u003Cpath d=\"M-9.998 36.217Q-9.998 35.733-9.596 35.438Q-9.193 35.143-8.643 35.024Q-8.092 34.904-7.600 34.904L-7.600 34.615Q-7.600 34.389-7.715 34.182Q-7.830 33.975-8.027 33.856Q-8.225 33.736-8.455 33.736Q-8.881 33.736-9.166 33.842Q-9.096 33.869-9.049 33.924Q-9.002 33.979-8.977 34.049Q-8.951 34.119-8.951 34.194Q-8.951 34.299-9.002 34.391Q-9.053 34.483-9.145 34.533Q-9.236 34.584-9.342 34.584Q-9.447 34.584-9.539 34.533Q-9.631 34.483-9.682 34.391Q-9.732 34.299-9.732 34.194Q-9.732 33.776-9.344 33.629Q-8.955 33.483-8.455 33.483Q-8.123 33.483-7.770 33.613Q-7.416 33.744-7.188 33.998Q-6.959 34.252-6.959 34.600L-6.959 36.401Q-6.959 36.533-6.887 36.643Q-6.814 36.752-6.686 36.752Q-6.561 36.752-6.492 36.647Q-6.424 36.541-6.424 36.401L-6.424 35.889L-6.143 35.889L-6.143 36.401Q-6.143 36.604-6.260 36.762Q-6.377 36.920-6.559 37.004Q-6.740 37.088-6.943 37.088Q-7.174 37.088-7.326 36.916Q-7.479 36.744-7.510 36.514Q-7.670 36.795-7.979 36.961Q-8.287 37.127-8.639 37.127Q-9.150 37.127-9.574 36.904Q-9.998 36.682-9.998 36.217M-9.311 36.217Q-9.311 36.502-9.084 36.688Q-8.857 36.873-8.564 36.873Q-8.318 36.873-8.094 36.756Q-7.869 36.639-7.734 36.436Q-7.600 36.233-7.600 35.979L-7.600 35.147Q-7.865 35.147-8.150 35.201Q-8.436 35.256-8.707 35.385Q-8.979 35.514-9.145 35.721Q-9.311 35.928-9.311 36.217M-5.850 37.658Q-5.850 37.377-5.639 37.166Q-5.428 36.955-5.143 36.865Q-5.299 36.740-5.377 36.551Q-5.455 36.361-5.455 36.162Q-5.455 35.807-5.225 35.514Q-5.592 35.174-5.592 34.705Q-5.592 34.354-5.389 34.084Q-5.186 33.815-4.865 33.668Q-4.545 33.522-4.201 33.522Q-3.682 33.522-3.311 33.803Q-2.947 33.432-2.400 33.432Q-2.221 33.432-2.094 33.559Q-1.967 33.686-1.967 33.865Q-1.967 33.971-2.045 34.049Q-2.123 34.127-2.232 34.127Q-2.342 34.127-2.418 34.051Q-2.494 33.975-2.494 33.865Q-2.494 33.764-2.455 33.713Q-2.447 33.705-2.443 33.699Q-2.439 33.694-2.439 33.690Q-2.814 33.690-3.135 33.944Q-2.814 34.283-2.814 34.705Q-2.814 34.975-2.932 35.192Q-3.049 35.408-3.254 35.567Q-3.459 35.725-3.701 35.807Q-3.943 35.889-4.201 35.889Q-4.420 35.889-4.633 35.830Q-4.846 35.772-5.041 35.651Q-5.135 35.791-5.135 35.971Q-5.135 36.178-4.998 36.330Q-4.861 36.483-4.654 36.483L-3.959 36.483Q-3.471 36.483-3.059 36.567Q-2.646 36.651-2.367 36.908Q-2.088 37.166-2.088 37.658Q-2.088 38.022-2.408 38.254Q-2.729 38.486-3.170 38.588Q-3.611 38.690-3.967 38.690Q-4.322 38.690-4.766 38.588Q-5.209 38.486-5.529 38.254Q-5.850 38.022-5.850 37.658M-5.346 37.658Q-5.346 37.854-5.201 38.002Q-5.057 38.151-4.844 38.240Q-4.631 38.330-4.391 38.377Q-4.150 38.424-3.967 38.424Q-3.725 38.424-3.395 38.346Q-3.064 38.268-2.828 38.094Q-2.592 37.920-2.592 37.658Q-2.592 37.252-3.002 37.143Q-3.412 37.033-3.975 37.033L-4.654 37.033Q-4.924 37.033-5.135 37.211Q-5.346 37.389-5.346 37.658M-4.201 35.623Q-3.479 35.623-3.479 34.705Q-3.479 33.783-4.201 33.783Q-4.928 33.783-4.928 34.705Q-4.928 35.623-4.201 35.623M-1.604 35.295Q-1.604 34.815-1.371 34.399Q-1.139 33.983-0.729 33.733Q-0.318 33.483 0.158 33.483Q0.889 33.483 1.287 33.924Q1.686 34.365 1.686 35.096Q1.686 35.201 1.592 35.225L-0.857 35.225L-0.857 35.295Q-0.857 35.705-0.736 36.061Q-0.615 36.416-0.344 36.633Q-0.072 36.850 0.357 36.850Q0.721 36.850 1.018 36.621Q1.314 36.393 1.416 36.041Q1.424 35.994 1.510 35.979L1.592 35.979Q1.686 36.006 1.686 36.088Q1.686 36.096 1.678 36.127Q1.615 36.354 1.477 36.537Q1.338 36.721 1.146 36.854Q0.955 36.986 0.736 37.057Q0.518 37.127 0.279 37.127Q-0.092 37.127-0.430 36.990Q-0.768 36.854-1.035 36.602Q-1.303 36.350-1.453 36.010Q-1.604 35.670-1.604 35.295M-0.850 34.986L1.111 34.986Q1.111 34.682 1.010 34.391Q0.908 34.100 0.691 33.918Q0.475 33.736 0.158 33.736Q-0.143 33.736-0.373 33.924Q-0.604 34.111-0.727 34.403Q-0.850 34.694-0.850 34.986M4.104 37.049L2.248 37.049L2.248 36.752Q2.521 36.752 2.689 36.705Q2.857 36.658 2.857 36.490L2.857 34.354Q2.857 34.139 2.795 34.043Q2.732 33.947 2.613 33.926Q2.494 33.904 2.248 33.904L2.248 33.608L3.439 33.522L3.439 34.256Q3.553 34.041 3.746 33.873Q3.939 33.705 4.178 33.613Q4.416 33.522 4.670 33.522Q5.838 33.522 5.838 34.600L5.838 36.490Q5.838 36.658 6.008 36.705Q6.178 36.752 6.447 36.752L6.447 37.049L4.592 37.049L4.592 36.752Q4.865 36.752 5.033 36.705Q5.201 36.658 5.201 36.490L5.201 34.615Q5.201 34.233 5.080 34.004Q4.959 33.776 4.607 33.776Q4.295 33.776 4.041 33.938Q3.787 34.100 3.641 34.369Q3.494 34.639 3.494 34.936L3.494 36.490Q3.494 36.658 3.664 36.705Q3.834 36.752 4.104 36.752\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.381 9.089)\">\u003Cpath d=\"M7.293 36.088L7.293 33.897L6.590 33.897L6.590 33.643Q6.946 33.643 7.188 33.410Q7.430 33.178 7.541 32.830Q7.653 32.483 7.653 32.127L7.934 32.127L7.934 33.600L9.110 33.600L9.110 33.897L7.934 33.897L7.934 36.072Q7.934 36.393 8.053 36.621Q8.172 36.850 8.453 36.850Q8.633 36.850 8.750 36.727Q8.867 36.604 8.920 36.424Q8.973 36.244 8.973 36.072L8.973 35.600L9.254 35.600L9.254 36.088Q9.254 36.342 9.149 36.582Q9.043 36.822 8.846 36.975Q8.649 37.127 8.391 37.127Q8.075 37.127 7.823 37.004Q7.571 36.881 7.432 36.647Q7.293 36.412 7.293 36.088\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.381 9.089)\">\u003Cpath d=\"M14.667 37.049L12.889 37.049L12.889 36.752Q13.163 36.752 13.331 36.705Q13.499 36.658 13.499 36.490L13.499 34.354Q13.499 34.139 13.442 34.043Q13.385 33.947 13.272 33.926Q13.159 33.904 12.913 33.904L12.913 33.608L14.112 33.522L14.112 36.490Q14.112 36.658 14.258 36.705Q14.405 36.752 14.667 36.752L14.667 37.049M13.225 32.127Q13.225 31.936 13.360 31.805Q13.495 31.674 13.690 31.674Q13.811 31.674 13.915 31.736Q14.018 31.799 14.081 31.903Q14.143 32.006 14.143 32.127Q14.143 32.322 14.012 32.457Q13.882 32.592 13.690 32.592Q13.491 32.592 13.358 32.459Q13.225 32.326 13.225 32.127\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.381 9.089)\">\u003Cpath d=\"M18.100 36.217Q18.100 35.733 18.502 35.438Q18.905 35.143 19.455 35.024Q20.006 34.904 20.498 34.904L20.498 34.615Q20.498 34.389 20.383 34.182Q20.268 33.975 20.071 33.856Q19.873 33.736 19.643 33.736Q19.217 33.736 18.932 33.842Q19.002 33.869 19.049 33.924Q19.096 33.979 19.121 34.049Q19.147 34.119 19.147 34.194Q19.147 34.299 19.096 34.391Q19.045 34.483 18.953 34.533Q18.862 34.584 18.756 34.584Q18.651 34.584 18.559 34.533Q18.467 34.483 18.416 34.391Q18.366 34.299 18.366 34.194Q18.366 33.776 18.754 33.629Q19.143 33.483 19.643 33.483Q19.975 33.483 20.328 33.613Q20.682 33.744 20.910 33.998Q21.139 34.252 21.139 34.600L21.139 36.401Q21.139 36.533 21.211 36.643Q21.284 36.752 21.412 36.752Q21.537 36.752 21.606 36.647Q21.674 36.541 21.674 36.401L21.674 35.889L21.955 35.889L21.955 36.401Q21.955 36.604 21.838 36.762Q21.721 36.920 21.539 37.004Q21.358 37.088 21.155 37.088Q20.924 37.088 20.772 36.916Q20.619 36.744 20.588 36.514Q20.428 36.795 20.119 36.961Q19.811 37.127 19.459 37.127Q18.948 37.127 18.524 36.904Q18.100 36.682 18.100 36.217M18.787 36.217Q18.787 36.502 19.014 36.688Q19.241 36.873 19.534 36.873Q19.780 36.873 20.004 36.756Q20.229 36.639 20.364 36.436Q20.498 36.233 20.498 35.979L20.498 35.147Q20.233 35.147 19.948 35.201Q19.662 35.256 19.391 35.385Q19.119 35.514 18.953 35.721Q18.787 35.928 18.787 36.217M24.162 37.049L22.330 37.049L22.330 36.752Q22.604 36.752 22.772 36.705Q22.940 36.658 22.940 36.490L22.940 32.330Q22.940 32.115 22.877 32.020Q22.815 31.924 22.696 31.903Q22.576 31.881 22.330 31.881L22.330 31.584L23.553 31.498L23.553 36.490Q23.553 36.658 23.721 36.705Q23.889 36.752 24.162 36.752L24.162 37.049M25.233 36.088L25.233 33.897L24.530 33.897L24.530 33.643Q24.885 33.643 25.127 33.410Q25.369 33.178 25.481 32.830Q25.592 32.483 25.592 32.127L25.873 32.127L25.873 33.600L27.049 33.600L27.049 33.897L25.873 33.897L25.873 36.072Q25.873 36.393 25.993 36.621Q26.112 36.850 26.393 36.850Q26.573 36.850 26.690 36.727Q26.807 36.604 26.860 36.424Q26.912 36.244 26.912 36.072L26.912 35.600L27.194 35.600L27.194 36.088Q27.194 36.342 27.088 36.582Q26.983 36.822 26.785 36.975Q26.588 37.127 26.330 37.127Q26.014 37.127 25.762 37.004Q25.510 36.881 25.371 36.647Q25.233 36.412 25.233 36.088M27.912 35.295Q27.912 34.815 28.145 34.399Q28.377 33.983 28.787 33.733Q29.198 33.483 29.674 33.483Q30.405 33.483 30.803 33.924Q31.201 34.365 31.201 35.096Q31.201 35.201 31.108 35.225L28.659 35.225L28.659 35.295Q28.659 35.705 28.780 36.061Q28.901 36.416 29.172 36.633Q29.444 36.850 29.873 36.850Q30.237 36.850 30.534 36.621Q30.830 36.393 30.932 36.041Q30.940 35.994 31.026 35.979L31.108 35.979Q31.201 36.006 31.201 36.088Q31.201 36.096 31.194 36.127Q31.131 36.354 30.993 36.537Q30.854 36.721 30.662 36.854Q30.471 36.986 30.252 37.057Q30.034 37.127 29.795 37.127Q29.424 37.127 29.086 36.990Q28.748 36.854 28.481 36.602Q28.213 36.350 28.063 36.010Q27.912 35.670 27.912 35.295M28.666 34.986L30.627 34.986Q30.627 34.682 30.526 34.391Q30.424 34.100 30.207 33.918Q29.991 33.736 29.674 33.736Q29.373 33.736 29.143 33.924Q28.912 34.111 28.789 34.403Q28.666 34.694 28.666 34.986M33.698 37.049L31.717 37.049L31.717 36.752Q31.987 36.752 32.155 36.707Q32.323 36.662 32.323 36.490L32.323 34.354Q32.323 34.139 32.260 34.043Q32.198 33.947 32.080 33.926Q31.963 33.904 31.717 33.904L31.717 33.608L32.885 33.522L32.885 34.307Q32.963 34.096 33.116 33.910Q33.268 33.725 33.467 33.623Q33.666 33.522 33.893 33.522Q34.139 33.522 34.330 33.666Q34.522 33.811 34.522 34.041Q34.522 34.197 34.416 34.307Q34.311 34.416 34.155 34.416Q33.998 34.416 33.889 34.307Q33.780 34.197 33.780 34.041Q33.780 33.881 33.885 33.776Q33.561 33.776 33.346 34.004Q33.131 34.233 33.035 34.572Q32.940 34.912 32.940 35.217L32.940 36.490Q32.940 36.658 33.166 36.705Q33.393 36.752 33.698 36.752L33.698 37.049M36.932 37.049L35.076 37.049L35.076 36.752Q35.350 36.752 35.518 36.705Q35.686 36.658 35.686 36.490L35.686 34.354Q35.686 34.139 35.623 34.043Q35.561 33.947 35.442 33.926Q35.323 33.904 35.076 33.904L35.076 33.608L36.268 33.522L36.268 34.256Q36.381 34.041 36.575 33.873Q36.768 33.705 37.006 33.613Q37.244 33.522 37.498 33.522Q38.666 33.522 38.666 34.600L38.666 36.490Q38.666 36.658 38.836 36.705Q39.006 36.752 39.276 36.752L39.276 37.049L37.420 37.049L37.420 36.752Q37.694 36.752 37.862 36.705Q38.030 36.658 38.030 36.490L38.030 34.615Q38.030 34.233 37.909 34.004Q37.787 33.776 37.436 33.776Q37.123 33.776 36.869 33.938Q36.616 34.100 36.469 34.369Q36.323 34.639 36.323 34.936L36.323 36.490Q36.323 36.658 36.493 36.705Q36.662 36.752 36.932 36.752L36.932 37.049M39.819 36.217Q39.819 35.733 40.221 35.438Q40.623 35.143 41.174 35.024Q41.725 34.904 42.217 34.904L42.217 34.615Q42.217 34.389 42.102 34.182Q41.987 33.975 41.789 33.856Q41.592 33.736 41.362 33.736Q40.936 33.736 40.651 33.842Q40.721 33.869 40.768 33.924Q40.815 33.979 40.840 34.049Q40.866 34.119 40.866 34.194Q40.866 34.299 40.815 34.391Q40.764 34.483 40.672 34.533Q40.580 34.584 40.475 34.584Q40.369 34.584 40.278 34.533Q40.186 34.483 40.135 34.391Q40.084 34.299 40.084 34.194Q40.084 33.776 40.473 33.629Q40.862 33.483 41.362 33.483Q41.694 33.483 42.047 33.613Q42.401 33.744 42.629 33.998Q42.858 34.252 42.858 34.600L42.858 36.401Q42.858 36.533 42.930 36.643Q43.002 36.752 43.131 36.752Q43.256 36.752 43.325 36.647Q43.393 36.541 43.393 36.401L43.393 35.889L43.674 35.889L43.674 36.401Q43.674 36.604 43.557 36.762Q43.440 36.920 43.258 37.004Q43.076 37.088 42.873 37.088Q42.643 37.088 42.491 36.916Q42.338 36.744 42.307 36.514Q42.147 36.795 41.838 36.961Q41.530 37.127 41.178 37.127Q40.666 37.127 40.243 36.904Q39.819 36.682 39.819 36.217M40.506 36.217Q40.506 36.502 40.733 36.688Q40.959 36.873 41.252 36.873Q41.498 36.873 41.723 36.756Q41.948 36.639 42.082 36.436Q42.217 36.233 42.217 35.979L42.217 35.147Q41.951 35.147 41.666 35.201Q41.381 35.256 41.110 35.385Q40.838 35.514 40.672 35.721Q40.506 35.928 40.506 36.217M44.592 36.088L44.592 33.897L43.889 33.897L43.889 33.643Q44.244 33.643 44.487 33.410Q44.729 33.178 44.840 32.830Q44.951 32.483 44.951 32.127L45.233 32.127L45.233 33.600L46.409 33.600L46.409 33.897L45.233 33.897L45.233 36.072Q45.233 36.393 45.352 36.621Q45.471 36.850 45.752 36.850Q45.932 36.850 46.049 36.727Q46.166 36.604 46.219 36.424Q46.272 36.244 46.272 36.072L46.272 35.600L46.553 35.600L46.553 36.088Q46.553 36.342 46.448 36.582Q46.342 36.822 46.145 36.975Q45.948 37.127 45.690 37.127Q45.373 37.127 45.121 37.004Q44.869 36.881 44.731 36.647Q44.592 36.412 44.592 36.088M49.131 37.049L47.354 37.049L47.354 36.752Q47.627 36.752 47.795 36.705Q47.963 36.658 47.963 36.490L47.963 34.354Q47.963 34.139 47.907 34.043Q47.850 33.947 47.737 33.926Q47.623 33.904 47.377 33.904L47.377 33.608L48.576 33.522L48.576 36.490Q48.576 36.658 48.723 36.705Q48.869 36.752 49.131 36.752L49.131 37.049M47.690 32.127Q47.690 31.936 47.825 31.805Q47.959 31.674 48.155 31.674Q48.276 31.674 48.379 31.736Q48.483 31.799 48.545 31.903Q48.608 32.006 48.608 32.127Q48.608 32.322 48.477 32.457Q48.346 32.592 48.155 32.592Q47.955 32.592 47.823 32.459Q47.690 32.326 47.690 32.127M51.432 37.018L50.209 34.162Q50.127 33.986 49.983 33.942Q49.838 33.897 49.569 33.897L49.569 33.600L51.280 33.600L51.280 33.897Q50.858 33.897 50.858 34.080Q50.858 34.115 50.873 34.162L51.819 36.354L52.659 34.377Q52.698 34.299 52.698 34.209Q52.698 34.069 52.592 33.983Q52.487 33.897 52.346 33.897L52.346 33.600L53.698 33.600L53.698 33.897Q53.174 33.897 52.959 34.377L51.834 37.018Q51.772 37.127 51.666 37.127L51.600 37.127Q51.487 37.127 51.432 37.018\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.381 9.089)\">\u003Cpath d=\"M53.898 35.295Q53.898 34.815 54.131 34.399Q54.363 33.983 54.773 33.733Q55.183 33.483 55.660 33.483Q56.390 33.483 56.789 33.924Q57.187 34.365 57.187 35.096Q57.187 35.201 57.094 35.225L54.644 35.225L54.644 35.295Q54.644 35.705 54.765 36.061Q54.887 36.416 55.158 36.633Q55.430 36.850 55.859 36.850Q56.222 36.850 56.519 36.621Q56.816 36.393 56.918 36.041Q56.926 35.994 57.012 35.979L57.094 35.979Q57.187 36.006 57.187 36.088Q57.187 36.096 57.180 36.127Q57.117 36.354 56.978 36.537Q56.840 36.721 56.648 36.854Q56.457 36.986 56.238 37.057Q56.019 37.127 55.781 37.127Q55.410 37.127 55.072 36.990Q54.734 36.854 54.467 36.602Q54.199 36.350 54.049 36.010Q53.898 35.670 53.898 35.295M54.652 34.986L56.613 34.986Q56.613 34.682 56.512 34.391Q56.410 34.100 56.193 33.918Q55.976 33.736 55.660 33.736Q55.359 33.736 55.129 33.924Q54.898 34.111 54.775 34.403Q54.652 34.694 54.652 34.986\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.381 9.089)\">\u003Cpath d=\"M60.607 36.217Q60.607 35.733 61.009 35.438Q61.412 35.143 61.962 35.024Q62.513 34.904 63.005 34.904L63.005 34.615Q63.005 34.389 62.890 34.182Q62.775 33.975 62.578 33.856Q62.380 33.736 62.150 33.736Q61.724 33.736 61.439 33.842Q61.509 33.869 61.556 33.924Q61.603 33.979 61.628 34.049Q61.654 34.119 61.654 34.194Q61.654 34.299 61.603 34.391Q61.552 34.483 61.460 34.533Q61.369 34.584 61.263 34.584Q61.158 34.584 61.066 34.533Q60.974 34.483 60.923 34.391Q60.873 34.299 60.873 34.194Q60.873 33.776 61.261 33.629Q61.650 33.483 62.150 33.483Q62.482 33.483 62.835 33.613Q63.189 33.744 63.417 33.998Q63.646 34.252 63.646 34.600L63.646 36.401Q63.646 36.533 63.718 36.643Q63.791 36.752 63.919 36.752Q64.044 36.752 64.113 36.647Q64.181 36.541 64.181 36.401L64.181 35.889L64.462 35.889L64.462 36.401Q64.462 36.604 64.345 36.762Q64.228 36.920 64.046 37.004Q63.865 37.088 63.662 37.088Q63.431 37.088 63.279 36.916Q63.126 36.744 63.095 36.514Q62.935 36.795 62.626 36.961Q62.318 37.127 61.966 37.127Q61.455 37.127 61.031 36.904Q60.607 36.682 60.607 36.217M61.294 36.217Q61.294 36.502 61.521 36.688Q61.748 36.873 62.041 36.873Q62.287 36.873 62.511 36.756Q62.736 36.639 62.871 36.436Q63.005 36.233 63.005 35.979L63.005 35.147Q62.740 35.147 62.455 35.201Q62.169 35.256 61.898 35.385Q61.626 35.514 61.460 35.721Q61.294 35.928 61.294 36.217M64.798 35.322Q64.798 34.826 65.048 34.401Q65.298 33.975 65.718 33.729Q66.138 33.483 66.638 33.483Q67.177 33.483 67.568 33.608Q67.959 33.733 67.959 34.147Q67.959 34.252 67.908 34.344Q67.857 34.436 67.765 34.486Q67.673 34.537 67.564 34.537Q67.459 34.537 67.367 34.486Q67.275 34.436 67.224 34.344Q67.173 34.252 67.173 34.147Q67.173 33.924 67.341 33.819Q67.119 33.760 66.646 33.760Q66.349 33.760 66.134 33.899Q65.919 34.037 65.789 34.268Q65.658 34.498 65.599 34.768Q65.541 35.037 65.541 35.322Q65.541 35.717 65.673 36.067Q65.806 36.416 66.078 36.633Q66.349 36.850 66.748 36.850Q67.123 36.850 67.398 36.633Q67.673 36.416 67.775 36.057Q67.791 35.994 67.853 35.994L67.959 35.994Q67.994 35.994 68.019 36.022Q68.044 36.049 68.044 36.088L68.044 36.111Q67.912 36.592 67.527 36.860Q67.142 37.127 66.638 37.127Q66.275 37.127 65.941 36.990Q65.607 36.854 65.347 36.604Q65.087 36.354 64.943 36.018Q64.798 35.682 64.798 35.322M69.158 36.088L69.158 33.897L68.455 33.897L68.455 33.643Q68.810 33.643 69.052 33.410Q69.294 33.178 69.406 32.830Q69.517 32.483 69.517 32.127L69.798 32.127L69.798 33.600L70.974 33.600L70.974 33.897L69.798 33.897L69.798 36.072Q69.798 36.393 69.917 36.621Q70.037 36.850 70.318 36.850Q70.498 36.850 70.615 36.727Q70.732 36.604 70.785 36.424Q70.837 36.244 70.837 36.072L70.837 35.600L71.119 35.600L71.119 36.088Q71.119 36.342 71.013 36.582Q70.908 36.822 70.710 36.975Q70.513 37.127 70.255 37.127Q69.939 37.127 69.687 37.004Q69.435 36.881 69.296 36.647Q69.158 36.412 69.158 36.088M73.697 37.049L71.919 37.049L71.919 36.752Q72.193 36.752 72.361 36.705Q72.529 36.658 72.529 36.490L72.529 34.354Q72.529 34.139 72.472 34.043Q72.416 33.947 72.302 33.926Q72.189 33.904 71.943 33.904L71.943 33.608L73.142 33.522L73.142 36.490Q73.142 36.658 73.289 36.705Q73.435 36.752 73.697 36.752L73.697 37.049M72.255 32.127Q72.255 31.936 72.390 31.805Q72.525 31.674 72.720 31.674Q72.841 31.674 72.945 31.736Q73.048 31.799 73.111 31.903Q73.173 32.006 73.173 32.127Q73.173 32.322 73.042 32.457Q72.912 32.592 72.720 32.592Q72.521 32.592 72.388 32.459Q72.255 32.326 72.255 32.127M74.197 35.354Q74.197 34.850 74.453 34.418Q74.709 33.986 75.144 33.735Q75.580 33.483 76.080 33.483Q76.466 33.483 76.808 33.627Q77.150 33.772 77.412 34.033Q77.673 34.295 77.816 34.631Q77.959 34.967 77.959 35.354Q77.959 35.846 77.695 36.256Q77.431 36.666 77.001 36.897Q76.572 37.127 76.080 37.127Q75.587 37.127 75.154 36.895Q74.720 36.662 74.459 36.254Q74.197 35.846 74.197 35.354M76.080 36.850Q76.537 36.850 76.789 36.627Q77.041 36.404 77.128 36.053Q77.216 35.701 77.216 35.256Q77.216 34.826 77.123 34.488Q77.029 34.151 76.775 33.944Q76.521 33.736 76.080 33.736Q75.431 33.736 75.187 34.153Q74.943 34.569 74.943 35.256Q74.943 35.701 75.031 36.053Q75.119 36.404 75.371 36.627Q75.623 36.850 76.080 36.850M80.373 37.049L78.517 37.049L78.517 36.752Q78.791 36.752 78.959 36.705Q79.126 36.658 79.126 36.490L79.126 34.354Q79.126 34.139 79.064 34.043Q79.001 33.947 78.882 33.926Q78.763 33.904 78.517 33.904L78.517 33.608L79.709 33.522L79.709 34.256Q79.822 34.041 80.015 33.873Q80.209 33.705 80.447 33.613Q80.685 33.522 80.939 33.522Q82.107 33.522 82.107 34.600L82.107 36.490Q82.107 36.658 82.277 36.705Q82.447 36.752 82.716 36.752L82.716 37.049L80.861 37.049L80.861 36.752Q81.134 36.752 81.302 36.705Q81.470 36.658 81.470 36.490L81.470 34.615Q81.470 34.233 81.349 34.004Q81.228 33.776 80.876 33.776Q80.564 33.776 80.310 33.938Q80.056 34.100 79.910 34.369Q79.763 34.639 79.763 34.936L79.763 36.490Q79.763 36.658 79.933 36.705Q80.103 36.752 80.373 36.752L80.373 37.049M83.205 37.041L83.205 35.819Q83.205 35.791 83.236 35.760Q83.267 35.729 83.291 35.729L83.396 35.729Q83.466 35.729 83.482 35.791Q83.544 36.111 83.683 36.352Q83.822 36.592 84.054 36.733Q84.287 36.873 84.595 36.873Q84.834 36.873 85.042 36.813Q85.251 36.752 85.388 36.604Q85.525 36.455 85.525 36.209Q85.525 35.955 85.314 35.789Q85.103 35.623 84.834 35.569L84.212 35.455Q83.806 35.377 83.505 35.121Q83.205 34.865 83.205 34.490Q83.205 34.123 83.406 33.901Q83.607 33.678 83.931 33.580Q84.255 33.483 84.595 33.483Q85.060 33.483 85.357 33.690L85.580 33.506Q85.603 33.483 85.634 33.483L85.685 33.483Q85.716 33.483 85.744 33.510Q85.771 33.537 85.771 33.569L85.771 34.553Q85.771 34.584 85.746 34.613Q85.720 34.643 85.685 34.643L85.580 34.643Q85.544 34.643 85.517 34.615Q85.490 34.588 85.490 34.553Q85.490 34.154 85.238 33.934Q84.986 33.713 84.587 33.713Q84.232 33.713 83.949 33.836Q83.666 33.959 83.666 34.264Q83.666 34.483 83.867 34.615Q84.068 34.748 84.314 34.791L84.939 34.904Q85.369 34.994 85.677 35.291Q85.986 35.588 85.986 36.002Q85.986 36.572 85.587 36.850Q85.189 37.127 84.595 37.127Q84.044 37.127 83.693 36.791L83.396 37.104Q83.373 37.127 83.337 37.127L83.291 37.127Q83.267 37.127 83.236 37.096Q83.205 37.065 83.205 37.041\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-10.334 42.739v-106.12\"\u002F>\u003Cpath stroke=\"none\" d=\"m-10.334-65.381-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(-51.936 -100.43)\">\u003Cpath d=\"M-10.654 38.026Q-10.654 37.920-10.604 37.828Q-10.553 37.736-10.461 37.686Q-10.369 37.635-10.264 37.635Q-10.154 37.635-10.063 37.686Q-9.971 37.736-9.920 37.828Q-9.869 37.920-9.869 38.026Q-9.869 38.240-10.061 38.361Q-9.904 38.424-9.678 38.424Q-9.377 38.424-9.248 38.115Q-9.119 37.807-9.119 37.440L-9.119 34.354Q-9.119 34.049-9.266 33.977Q-9.412 33.904-9.791 33.904L-9.791 33.608L-8.502 33.522L-8.502 37.463Q-8.502 37.783-8.662 38.067Q-8.822 38.350-9.100 38.516Q-9.377 38.682-9.693 38.682Q-10.053 38.682-10.354 38.518Q-10.654 38.354-10.654 38.026M-9.424 32.127Q-9.424 31.944-9.285 31.809Q-9.146 31.674-8.959 31.674Q-8.771 31.674-8.637 31.805Q-8.502 31.936-8.502 32.127Q-8.502 32.326-8.635 32.459Q-8.768 32.592-8.959 32.592Q-9.150 32.592-9.287 32.455Q-9.424 32.319-9.424 32.127M-7.502 35.354Q-7.502 34.850-7.246 34.418Q-6.990 33.986-6.555 33.735Q-6.119 33.483-5.619 33.483Q-5.232 33.483-4.891 33.627Q-4.549 33.772-4.287 34.033Q-4.025 34.295-3.883 34.631Q-3.740 34.967-3.740 35.354Q-3.740 35.846-4.004 36.256Q-4.268 36.666-4.697 36.897Q-5.127 37.127-5.619 37.127Q-6.111 37.127-6.545 36.895Q-6.979 36.662-7.240 36.254Q-7.502 35.846-7.502 35.354M-5.619 36.850Q-5.162 36.850-4.910 36.627Q-4.658 36.404-4.570 36.053Q-4.482 35.701-4.482 35.256Q-4.482 34.826-4.576 34.488Q-4.670 34.151-4.924 33.944Q-5.178 33.736-5.619 33.736Q-6.268 33.736-6.512 34.153Q-6.756 34.569-6.756 35.256Q-6.756 35.701-6.668 36.053Q-6.580 36.404-6.328 36.627Q-6.076 36.850-5.619 36.850M-1.396 37.049L-3.174 37.049L-3.174 36.752Q-2.900 36.752-2.732 36.705Q-2.564 36.658-2.564 36.490L-2.564 34.354Q-2.564 34.139-2.621 34.043Q-2.678 33.947-2.791 33.926Q-2.904 33.904-3.150 33.904L-3.150 33.608L-1.951 33.522L-1.951 36.490Q-1.951 36.658-1.805 36.705Q-1.658 36.752-1.396 36.752L-1.396 37.049M-2.838 32.127Q-2.838 31.936-2.703 31.805Q-2.568 31.674-2.373 31.674Q-2.252 31.674-2.148 31.736Q-2.045 31.799-1.982 31.903Q-1.920 32.006-1.920 32.127Q-1.920 32.322-2.051 32.457Q-2.182 32.592-2.373 32.592Q-2.572 32.592-2.705 32.459Q-2.838 32.326-2.838 32.127M1.033 37.049L-0.822 37.049L-0.822 36.752Q-0.549 36.752-0.381 36.705Q-0.213 36.658-0.213 36.490L-0.213 34.354Q-0.213 34.139-0.275 34.043Q-0.338 33.947-0.457 33.926Q-0.576 33.904-0.822 33.904L-0.822 33.608L0.369 33.522L0.369 34.256Q0.482 34.041 0.676 33.873Q0.869 33.705 1.107 33.613Q1.346 33.522 1.600 33.522Q2.768 33.522 2.768 34.600L2.768 36.490Q2.768 36.658 2.937 36.705Q3.107 36.752 3.377 36.752L3.377 37.049L1.521 37.049L1.521 36.752Q1.795 36.752 1.963 36.705Q2.131 36.658 2.131 36.490L2.131 34.615Q2.131 34.233 2.010 34.004Q1.889 33.776 1.537 33.776Q1.225 33.776 0.971 33.938Q0.717 34.100 0.570 34.369Q0.424 34.639 0.424 34.936L0.424 36.490Q0.424 36.658 0.594 36.705Q0.764 36.752 1.033 36.752\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-51.936 -100.43)\">\u003Cpath d=\"M4.224 36.088L4.224 33.897L3.521 33.897L3.521 33.643Q3.877 33.643 4.119 33.410Q4.361 33.178 4.472 32.830Q4.584 32.483 4.584 32.127L4.865 32.127L4.865 33.600L6.041 33.600L6.041 33.897L4.865 33.897L4.865 36.072Q4.865 36.393 4.984 36.621Q5.103 36.850 5.384 36.850Q5.564 36.850 5.681 36.727Q5.799 36.604 5.851 36.424Q5.904 36.244 5.904 36.072L5.904 35.600L6.185 35.600L6.185 36.088Q6.185 36.342 6.080 36.582Q5.974 36.822 5.777 36.975Q5.580 37.127 5.322 37.127Q5.006 37.127 4.754 37.004Q4.502 36.881 4.363 36.647Q4.224 36.412 4.224 36.088\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-51.936 -100.43)\">\u003Cpath d=\"M11.539 37.018L10.316 34.162Q10.234 33.986 10.090 33.942Q9.945 33.897 9.676 33.897L9.676 33.600L11.387 33.600L11.387 33.897Q10.965 33.897 10.965 34.080Q10.965 34.115 10.980 34.162L11.926 36.354L12.766 34.377Q12.805 34.299 12.805 34.209Q12.805 34.069 12.699 33.983Q12.594 33.897 12.453 33.897L12.453 33.600L13.805 33.600L13.805 33.897Q13.281 33.897 13.066 34.377L11.941 37.018Q11.879 37.127 11.773 37.127L11.707 37.127Q11.594 37.127 11.539 37.018\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-51.936 -100.43)\">\u003Cpath d=\"M13.850 36.217Q13.850 35.733 14.252 35.438Q14.655 35.143 15.205 35.024Q15.756 34.904 16.248 34.904L16.248 34.615Q16.248 34.389 16.133 34.182Q16.018 33.975 15.821 33.856Q15.623 33.736 15.393 33.736Q14.967 33.736 14.682 33.842Q14.752 33.869 14.799 33.924Q14.846 33.979 14.871 34.049Q14.897 34.119 14.897 34.194Q14.897 34.299 14.846 34.391Q14.795 34.483 14.703 34.533Q14.612 34.584 14.506 34.584Q14.401 34.584 14.309 34.533Q14.217 34.483 14.166 34.391Q14.116 34.299 14.116 34.194Q14.116 33.776 14.504 33.629Q14.893 33.483 15.393 33.483Q15.725 33.483 16.078 33.613Q16.432 33.744 16.660 33.998Q16.889 34.252 16.889 34.600L16.889 36.401Q16.889 36.533 16.961 36.643Q17.034 36.752 17.162 36.752Q17.287 36.752 17.356 36.647Q17.424 36.541 17.424 36.401L17.424 35.889L17.705 35.889L17.705 36.401Q17.705 36.604 17.588 36.762Q17.471 36.920 17.289 37.004Q17.108 37.088 16.905 37.088Q16.674 37.088 16.522 36.916Q16.369 36.744 16.338 36.514Q16.178 36.795 15.869 36.961Q15.561 37.127 15.209 37.127Q14.698 37.127 14.274 36.904Q13.850 36.682 13.850 36.217M14.537 36.217Q14.537 36.502 14.764 36.688Q14.991 36.873 15.284 36.873Q15.530 36.873 15.754 36.756Q15.979 36.639 16.114 36.436Q16.248 36.233 16.248 35.979L16.248 35.147Q15.983 35.147 15.698 35.201Q15.412 35.256 15.141 35.385Q14.869 35.514 14.703 35.721Q14.537 35.928 14.537 36.217M19.912 37.049L18.080 37.049L18.080 36.752Q18.354 36.752 18.522 36.705Q18.690 36.658 18.690 36.490L18.690 32.330Q18.690 32.115 18.627 32.020Q18.565 31.924 18.446 31.903Q18.326 31.881 18.080 31.881L18.080 31.584L19.303 31.498L19.303 36.490Q19.303 36.658 19.471 36.705Q19.639 36.752 19.912 36.752L19.912 37.049M21.041 36.096L21.041 34.354Q21.041 34.139 20.979 34.043Q20.916 33.947 20.797 33.926Q20.678 33.904 20.432 33.904L20.432 33.608L21.678 33.522L21.678 36.072L21.678 36.096Q21.678 36.408 21.733 36.570Q21.787 36.733 21.938 36.803Q22.088 36.873 22.409 36.873Q22.838 36.873 23.112 36.535Q23.385 36.197 23.385 35.752L23.385 34.354Q23.385 34.139 23.323 34.043Q23.260 33.947 23.141 33.926Q23.022 33.904 22.776 33.904L22.776 33.608L24.022 33.522L24.022 36.307Q24.022 36.518 24.084 36.613Q24.147 36.709 24.266 36.731Q24.385 36.752 24.631 36.752L24.631 37.049L23.409 37.127L23.409 36.506Q23.241 36.795 22.959 36.961Q22.678 37.127 22.358 37.127Q21.041 37.127 21.041 36.096M25.076 35.295Q25.076 34.815 25.309 34.399Q25.541 33.983 25.951 33.733Q26.362 33.483 26.838 33.483Q27.569 33.483 27.967 33.924Q28.366 34.365 28.366 35.096Q28.366 35.201 28.272 35.225L25.823 35.225L25.823 35.295Q25.823 35.705 25.944 36.061Q26.065 36.416 26.336 36.633Q26.608 36.850 27.037 36.850Q27.401 36.850 27.698 36.621Q27.994 36.393 28.096 36.041Q28.104 35.994 28.190 35.979L28.272 35.979Q28.366 36.006 28.366 36.088Q28.366 36.096 28.358 36.127Q28.295 36.354 28.157 36.537Q28.018 36.721 27.826 36.854Q27.635 36.986 27.416 37.057Q27.198 37.127 26.959 37.127Q26.588 37.127 26.250 36.990Q25.912 36.854 25.645 36.602Q25.377 36.350 25.227 36.010Q25.076 35.670 25.076 35.295M25.830 34.986L27.791 34.986Q27.791 34.682 27.690 34.391Q27.588 34.100 27.371 33.918Q27.155 33.736 26.838 33.736Q26.537 33.736 26.307 33.924Q26.076 34.111 25.953 34.403Q25.830 34.694 25.830 34.986\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-51.936 -100.43)\">\u003Cpath d=\"M34.763 37.217Q34.181 37.217 33.663 36.990Q33.145 36.764 32.757 36.365Q32.368 35.967 32.149 35.442Q31.931 34.916 31.931 34.346Q31.931 33.576 32.306 32.899Q32.681 32.221 33.331 31.819Q33.981 31.416 34.763 31.416Q35.536 31.416 36.187 31.819Q36.837 32.221 37.212 32.899Q37.587 33.576 37.587 34.346Q37.587 34.908 37.372 35.432Q37.157 35.955 36.767 36.361Q36.376 36.768 35.872 36.986Q36.040 37.346 36.208 37.541Q36.376 37.736 36.657 37.736Q36.856 37.736 37.030 37.645Q37.204 37.553 37.308 37.391Q37.411 37.229 37.411 37.033Q37.438 36.936 37.520 36.936Q37.575 36.936 37.604 36.971Q37.634 37.006 37.634 37.065Q37.634 37.416 37.530 37.768Q37.427 38.119 37.194 38.360Q36.962 38.600 36.603 38.600Q36.313 38.600 36.124 38.461Q35.935 38.322 35.825 38.102Q35.716 37.881 35.653 37.617Q35.591 37.354 35.536 37.104Q35.161 37.217 34.763 37.217M34.298 36.514Q34.298 36.705 34.429 36.820Q34.560 36.936 34.763 36.936Q35.122 36.936 35.458 36.783Q35.368 36.467 35.210 36.274Q35.052 36.080 34.763 36.080Q34.575 36.080 34.437 36.203Q34.298 36.326 34.298 36.514M34.044 36.514Q34.044 36.229 34.257 36.028Q34.470 35.826 34.763 35.826Q35.114 35.826 35.331 36.051Q35.548 36.276 35.724 36.651Q36.087 36.416 36.315 36.047Q36.544 35.678 36.645 35.244Q36.747 34.811 36.747 34.346Q36.747 33.865 36.634 33.401Q36.520 32.936 36.276 32.547Q36.032 32.158 35.651 31.928Q35.270 31.697 34.763 31.697Q34.255 31.697 33.868 31.930Q33.481 32.162 33.245 32.541Q33.009 32.920 32.890 33.393Q32.770 33.865 32.770 34.346Q32.770 34.869 32.903 35.361Q33.036 35.854 33.337 36.236Q33.638 36.619 34.114 36.811Q34.044 36.678 34.044 36.514\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M18.119 37.049V-2.785h19.917v39.834ZM52.262 37.049v-56.906h19.917V37.05ZM86.405 37.049V5.75h19.917V37.05ZM120.549 37.049V-36.93h19.917V37.05ZM154.692 37.049v-48.37h19.917v48.37ZM188.835 37.049V.059h19.917v36.99ZM208.752.059\"\u002F>\u003Cpath fill=\"var(--tk-accent)\" stroke=\"none\" d=\"M120.549 37.049V-36.93h19.917V37.05Zm19.917-73.978\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(119.292 -77.51)\">\u003Cpath d=\"M-9.961 36.321Q-9.961 35.989-9.738 35.762Q-9.514 35.535-9.170 35.407Q-8.827 35.278-8.454 35.226Q-8.082 35.173-7.777 35.173L-7.777 34.920Q-7.777 34.715-7.885 34.535Q-7.993 34.356-8.174 34.253Q-8.355 34.151-8.563 34.151Q-8.970 34.151-9.206 34.243Q-9.117 34.280-9.071 34.364Q-9.025 34.448-9.025 34.550Q-9.025 34.646-9.071 34.725Q-9.117 34.803-9.198 34.848Q-9.278 34.892-9.367 34.892Q-9.517 34.892-9.618 34.795Q-9.719 34.697-9.719 34.550Q-9.719 33.928-8.563 33.928Q-8.352 33.928-8.102 33.992Q-7.853 34.055-7.651 34.174Q-7.449 34.294-7.323 34.479Q-7.196 34.663-7.196 34.906L-7.196 36.482Q-7.196 36.598-7.135 36.694Q-7.073 36.789-6.960 36.789Q-6.851 36.789-6.786 36.695Q-6.721 36.601-6.721 36.482L-6.721 36.034L-6.455 36.034L-6.455 36.482Q-6.455 36.752-6.682 36.917Q-6.909 37.083-7.189 37.083Q-7.398 37.083-7.535 36.929Q-7.671 36.776-7.695 36.560Q-7.842 36.827-8.124 36.972Q-8.406 37.117-8.731 37.117Q-9.008 37.117-9.292 37.042Q-9.575 36.967-9.768 36.788Q-9.961 36.608-9.961 36.321M-9.346 36.321Q-9.346 36.495-9.245 36.625Q-9.145 36.755-8.989 36.825Q-8.834 36.895-8.669 36.895Q-8.451 36.895-8.242 36.798Q-8.034 36.700-7.906 36.519Q-7.777 36.338-7.777 36.112L-7.777 35.384Q-8.102 35.384-8.468 35.475Q-8.834 35.566-9.090 35.778Q-9.346 35.989-9.346 36.321M-6.038 35.538Q-6.038 35.210-5.903 34.909Q-5.768 34.609-5.532 34.388Q-5.296 34.168-4.992 34.048Q-4.688 33.928-4.363 33.928Q-3.857 33.928-3.508 34.031Q-3.160 34.133-3.160 34.509Q-3.160 34.656-3.257 34.757Q-3.355 34.858-3.501 34.858Q-3.655 34.858-3.754 34.759Q-3.854 34.660-3.854 34.509Q-3.854 34.321-3.713 34.229Q-3.915 34.178-4.356 34.178Q-4.711 34.178-4.940 34.374Q-5.169 34.571-5.270 34.880Q-5.371 35.190-5.371 35.538Q-5.371 35.887-5.245 36.193Q-5.118 36.499-4.864 36.683Q-4.609 36.868-4.253 36.868Q-4.031 36.868-3.847 36.784Q-3.662 36.700-3.527 36.545Q-3.392 36.389-3.334 36.181Q-3.320 36.126-3.266 36.126L-3.153 36.126Q-3.122 36.126-3.100 36.150Q-3.078 36.174-3.078 36.208L-3.078 36.229Q-3.163 36.516-3.351 36.714Q-3.539 36.912-3.804 37.015Q-4.069 37.117-4.363 37.117Q-4.793 37.117-5.181 36.911Q-5.569 36.704-5.803 36.341Q-6.038 35.979-6.038 35.538M-1.963 36.208L-1.963 34.311L-2.603 34.311L-2.603 34.089Q-2.285 34.089-2.068 33.879Q-1.851 33.669-1.750 33.359Q-1.649 33.050-1.649 32.742L-1.382 32.742L-1.382 34.031L-0.306 34.031L-0.306 34.311L-1.382 34.311L-1.382 36.195Q-1.382 36.471-1.278 36.670Q-1.174 36.868-0.914 36.868Q-0.757 36.868-0.651 36.764Q-0.545 36.659-0.495 36.506Q-0.446 36.352-0.446 36.195L-0.446 35.781L-0.179 35.781L-0.179 36.208Q-0.179 36.434-0.278 36.644Q-0.377 36.854-0.562 36.986Q-0.747 37.117-0.976 37.117Q-1.413 37.117-1.688 36.880Q-1.963 36.642-1.963 36.208M2.248 37.049L0.696 37.049L0.696 36.769Q0.921 36.769 1.070 36.735Q1.219 36.700 1.219 36.560L1.219 34.711Q1.219 34.523 1.171 34.439Q1.123 34.356 1.026 34.337Q0.928 34.318 0.716 34.318L0.716 34.038L1.772 33.963L1.772 36.560Q1.772 36.700 1.904 36.735Q2.036 36.769 2.248 36.769L2.248 37.049M0.976 32.742Q0.976 32.571 1.099 32.452Q1.222 32.332 1.393 32.332Q1.561 32.332 1.684 32.452Q1.807 32.571 1.807 32.742Q1.807 32.917 1.684 33.040Q1.561 33.163 1.393 33.163Q1.222 33.163 1.099 33.040Q0.976 32.917 0.976 32.742M2.853 35.566Q2.853 35.224 2.988 34.925Q3.123 34.626 3.362 34.402Q3.601 34.178 3.919 34.053Q4.237 33.928 4.568 33.928Q5.013 33.928 5.413 34.144Q5.812 34.359 6.047 34.737Q6.281 35.114 6.281 35.566Q6.281 35.907 6.139 36.191Q5.997 36.475 5.753 36.682Q5.508 36.888 5.199 37.003Q4.890 37.117 4.568 37.117Q4.138 37.117 3.736 36.916Q3.334 36.714 3.093 36.362Q2.853 36.010 2.853 35.566M4.568 36.868Q5.170 36.868 5.394 36.490Q5.618 36.112 5.618 35.480Q5.618 34.868 5.384 34.509Q5.149 34.151 4.568 34.151Q3.516 34.151 3.516 35.480Q3.516 36.112 3.741 36.490Q3.967 36.868 4.568 36.868M8.557 37.049L6.923 37.049L6.923 36.769Q7.152 36.769 7.301 36.735Q7.450 36.700 7.450 36.560L7.450 34.711Q7.450 34.441 7.342 34.380Q7.234 34.318 6.923 34.318L6.923 34.038L7.983 33.963L7.983 34.612Q8.154 34.304 8.458 34.133Q8.762 33.963 9.107 33.963Q9.613 33.963 9.897 34.186Q10.181 34.410 10.181 34.906L10.181 36.560Q10.181 36.697 10.329 36.733Q10.478 36.769 10.704 36.769L10.704 37.049L9.073 37.049L9.073 36.769Q9.302 36.769 9.451 36.735Q9.600 36.700 9.600 36.560L9.600 34.920Q9.600 34.585 9.480 34.385Q9.360 34.185 9.046 34.185Q8.776 34.185 8.542 34.321Q8.308 34.458 8.169 34.692Q8.031 34.926 8.031 35.200L8.031 36.560Q8.031 36.697 8.181 36.733Q8.332 36.769 8.557 36.769\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(119.292 -77.51)\">\u003Cpath d=\"M14.535 36.208L14.535 34.311L13.896 34.311L13.896 34.089Q14.214 34.089 14.431 33.879Q14.648 33.669 14.748 33.359Q14.849 33.050 14.849 32.742L15.116 32.742L15.116 34.031L16.193 34.031L16.193 34.311L15.116 34.311L15.116 36.195Q15.116 36.471 15.220 36.670Q15.324 36.868 15.584 36.868Q15.741 36.868 15.847 36.764Q15.953 36.659 16.003 36.506Q16.052 36.352 16.052 36.195L16.052 35.781L16.319 35.781L16.319 36.208Q16.319 36.434 16.220 36.644Q16.121 36.854 15.936 36.986Q15.752 37.117 15.523 37.117Q15.085 37.117 14.810 36.880Q14.535 36.642 14.535 36.208M17.187 36.321Q17.187 35.989 17.411 35.762Q17.635 35.535 17.978 35.407Q18.322 35.278 18.694 35.226Q19.067 35.173 19.371 35.173L19.371 34.920Q19.371 34.715 19.264 34.535Q19.156 34.356 18.975 34.253Q18.794 34.151 18.585 34.151Q18.178 34.151 17.943 34.243Q18.031 34.280 18.078 34.364Q18.124 34.448 18.124 34.550Q18.124 34.646 18.078 34.725Q18.031 34.803 17.951 34.848Q17.871 34.892 17.782 34.892Q17.632 34.892 17.531 34.795Q17.430 34.697 17.430 34.550Q17.430 33.928 18.585 33.928Q18.797 33.928 19.047 33.992Q19.296 34.055 19.498 34.174Q19.699 34.294 19.826 34.479Q19.952 34.663 19.952 34.906L19.952 36.482Q19.952 36.598 20.014 36.694Q20.075 36.789 20.188 36.789Q20.298 36.789 20.362 36.695Q20.427 36.601 20.427 36.482L20.427 36.034L20.694 36.034L20.694 36.482Q20.694 36.752 20.467 36.917Q20.239 37.083 19.959 37.083Q19.751 37.083 19.614 36.929Q19.477 36.776 19.453 36.560Q19.306 36.827 19.024 36.972Q18.742 37.117 18.418 37.117Q18.141 37.117 17.857 37.042Q17.573 36.967 17.380 36.788Q17.187 36.608 17.187 36.321M17.802 36.321Q17.802 36.495 17.903 36.625Q18.004 36.755 18.160 36.825Q18.315 36.895 18.479 36.895Q18.698 36.895 18.906 36.798Q19.115 36.700 19.243 36.519Q19.371 36.338 19.371 36.112L19.371 35.384Q19.047 35.384 18.681 35.475Q18.315 35.566 18.059 35.778Q17.802 35.989 17.802 36.321M22.707 37.049L21.125 37.049L21.125 36.769Q21.354 36.769 21.502 36.735Q21.651 36.700 21.651 36.560L21.651 32.941Q21.651 32.671 21.543 32.609Q21.436 32.548 21.125 32.548L21.125 32.267L22.205 32.192L22.205 35.480L23.189 34.711Q23.394 34.574 23.394 34.424Q23.394 34.380 23.353 34.345Q23.312 34.311 23.268 34.311L23.268 34.031L24.632 34.031L24.632 34.311Q24.143 34.311 23.623 34.711L23.066 35.145L24.044 36.369Q24.245 36.615 24.379 36.692Q24.512 36.769 24.799 36.769L24.799 37.049L23.367 37.049L23.367 36.769Q23.555 36.769 23.555 36.656Q23.555 36.560 23.401 36.369L22.666 35.460L22.184 35.839L22.184 36.560Q22.184 36.697 22.333 36.733Q22.482 36.769 22.707 36.769\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(119.292 -77.51)\">\u003Cpath d=\"M25.064 35.514Q25.064 35.193 25.189 34.904Q25.314 34.615 25.540 34.392Q25.765 34.168 26.061 34.048Q26.356 33.928 26.674 33.928Q27.002 33.928 27.264 34.028Q27.525 34.127 27.701 34.309Q27.877 34.492 27.971 34.750Q28.065 35.008 28.065 35.340Q28.065 35.432 27.983 35.453L25.728 35.453L25.728 35.514Q25.728 36.102 26.011 36.485Q26.295 36.868 26.862 36.868Q27.184 36.868 27.452 36.675Q27.720 36.482 27.809 36.167Q27.816 36.126 27.891 36.112L27.983 36.112Q28.065 36.136 28.065 36.208Q28.065 36.215 28.059 36.242Q27.946 36.639 27.575 36.878Q27.204 37.117 26.780 37.117Q26.343 37.117 25.943 36.909Q25.543 36.700 25.304 36.333Q25.064 35.966 25.064 35.514M25.734 35.244L27.549 35.244Q27.549 34.967 27.452 34.715Q27.354 34.462 27.156 34.306Q26.958 34.151 26.674 34.151Q26.397 34.151 26.184 34.309Q25.970 34.468 25.852 34.723Q25.734 34.978 25.734 35.244M30.335 37.049L28.701 37.049L28.701 36.769Q28.930 36.769 29.079 36.735Q29.228 36.700 29.228 36.560L29.228 34.711Q29.228 34.441 29.120 34.380Q29.012 34.318 28.701 34.318L28.701 34.038L29.761 33.963L29.761 34.612Q29.932 34.304 30.236 34.133Q30.540 33.963 30.885 33.963Q31.391 33.963 31.675 34.186Q31.958 34.410 31.958 34.906L31.958 36.560Q31.958 36.697 32.107 36.733Q32.256 36.769 32.481 36.769L32.481 37.049L30.851 37.049L30.851 36.769Q31.080 36.769 31.229 36.735Q31.377 36.700 31.377 36.560L31.377 34.920Q31.377 34.585 31.258 34.385Q31.138 34.185 30.824 34.185Q30.554 34.185 30.320 34.321Q30.085 34.458 29.947 34.692Q29.809 34.926 29.809 35.200L29.809 36.560Q29.809 36.697 29.959 36.733Q30.109 36.769 30.335 36.769\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M6.738-9.898h216.24\" style=\"stroke-dasharray:3.0,3.0;stroke-width:.8\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(214.083 -51.63)\">\u003Cpath d=\"M-10.020 35.538Q-10.020 35.210-9.885 34.909Q-9.750 34.609-9.514 34.388Q-9.278 34.168-8.974 34.048Q-8.669 33.928-8.345 33.928Q-7.839 33.928-7.490 34.031Q-7.142 34.133-7.142 34.509Q-7.142 34.656-7.239 34.757Q-7.336 34.858-7.483 34.858Q-7.637 34.858-7.736 34.759Q-7.835 34.660-7.835 34.509Q-7.835 34.321-7.695 34.229Q-7.897 34.178-8.338 34.178Q-8.693 34.178-8.922 34.374Q-9.151 34.571-9.252 34.880Q-9.353 35.190-9.353 35.538Q-9.353 35.887-9.227 36.193Q-9.100 36.499-8.845 36.683Q-8.591 36.868-8.235 36.868Q-8.013 36.868-7.829 36.784Q-7.644 36.700-7.509 36.545Q-7.374 36.389-7.316 36.181Q-7.302 36.126-7.248 36.126L-7.135 36.126Q-7.104 36.126-7.082 36.150Q-7.060 36.174-7.060 36.208L-7.060 36.229Q-7.145 36.516-7.333 36.714Q-7.521 36.912-7.786 37.015Q-8.051 37.117-8.345 37.117Q-8.775 37.117-9.163 36.911Q-9.551 36.704-9.785 36.341Q-10.020 35.979-10.020 35.538M-6.513 35.566Q-6.513 35.224-6.378 34.925Q-6.243 34.626-6.003 34.402Q-5.764 34.178-5.446 34.053Q-5.128 33.928-4.797 33.928Q-4.353 33.928-3.953 34.144Q-3.553 34.359-3.319 34.737Q-3.084 35.114-3.084 35.566Q-3.084 35.907-3.226 36.191Q-3.368 36.475-3.613 36.682Q-3.857 36.888-4.166 37.003Q-4.476 37.117-4.797 37.117Q-5.228 37.117-5.629 36.916Q-6.031 36.714-6.272 36.362Q-6.513 36.010-6.513 35.566M-4.797 36.868Q-4.195 36.868-3.971 36.490Q-3.748 36.112-3.748 35.480Q-3.748 34.868-3.982 34.509Q-4.216 34.151-4.797 34.151Q-5.850 34.151-5.850 35.480Q-5.850 36.112-5.624 36.490Q-5.398 36.868-4.797 36.868M-1.916 36.215L-1.916 34.711Q-1.916 34.441-2.023 34.380Q-2.131 34.318-2.442 34.318L-2.442 34.038L-1.334 33.963L-1.334 36.195L-1.334 36.215Q-1.334 36.495-1.283 36.639Q-1.232 36.782-1.090 36.839Q-0.948 36.895-0.661 36.895Q-0.408 36.895-0.203 36.755Q0.002 36.615 0.118 36.389Q0.234 36.164 0.234 35.914L0.234 34.711Q0.234 34.441 0.127 34.380Q0.019 34.318-0.292 34.318L-0.292 34.038L0.815 33.963L0.815 36.376Q0.815 36.567 0.868 36.649Q0.921 36.731 1.022 36.750Q1.123 36.769 1.338 36.769L1.338 37.049L0.262 37.117L0.262 36.553Q0.152 36.735 0.007 36.858Q-0.138 36.981-0.324 37.049Q-0.511 37.117-0.712 37.117Q-1.916 37.117-1.916 36.215M3.608 37.049L1.974 37.049L1.974 36.769Q2.203 36.769 2.352 36.735Q2.500 36.700 2.500 36.560L2.500 34.711Q2.500 34.441 2.393 34.380Q2.285 34.318 1.974 34.318L1.974 34.038L3.034 33.963L3.034 34.612Q3.205 34.304 3.509 34.133Q3.813 33.963 4.158 33.963Q4.664 33.963 4.948 34.186Q5.231 34.410 5.231 34.906L5.231 36.560Q5.231 36.697 5.380 36.733Q5.529 36.769 5.754 36.769L5.754 37.049L4.124 37.049L4.124 36.769Q4.353 36.769 4.502 36.735Q4.650 36.700 4.650 36.560L4.650 34.920Q4.650 34.585 4.531 34.385Q4.411 34.185 4.097 34.185Q3.827 34.185 3.593 34.321Q3.358 34.458 3.220 34.692Q3.082 34.926 3.082 35.200L3.082 36.560Q3.082 36.697 3.232 36.733Q3.382 36.769 3.608 36.769\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(214.083 -51.63)\">\u003Cpath d=\"M6.667 36.208L6.667 34.311L6.028 34.311L6.028 34.089Q6.346 34.089 6.563 33.879Q6.780 33.669 6.880 33.359Q6.981 33.050 6.981 32.742L7.248 32.742L7.248 34.031L8.325 34.031L8.325 34.311L7.248 34.311L7.248 36.195Q7.248 36.471 7.352 36.670Q7.456 36.868 7.716 36.868Q7.873 36.868 7.979 36.764Q8.085 36.659 8.135 36.506Q8.184 36.352 8.184 36.195L8.184 35.781L8.451 35.781L8.451 36.208Q8.451 36.434 8.352 36.644Q8.253 36.854 8.068 36.986Q7.884 37.117 7.655 37.117Q7.217 37.117 6.942 36.880Q6.667 36.642 6.667 36.208M9.220 35.514Q9.220 35.193 9.345 34.904Q9.470 34.615 9.695 34.392Q9.921 34.168 10.216 34.048Q10.512 33.928 10.830 33.928Q11.158 33.928 11.420 34.028Q11.681 34.127 11.857 34.309Q12.033 34.492 12.127 34.750Q12.221 35.008 12.221 35.340Q12.221 35.432 12.139 35.453L9.883 35.453L9.883 35.514Q9.883 36.102 10.167 36.485Q10.451 36.868 11.018 36.868Q11.339 36.868 11.607 36.675Q11.876 36.482 11.965 36.167Q11.972 36.126 12.047 36.112L12.139 36.112Q12.221 36.136 12.221 36.208Q12.221 36.215 12.214 36.242Q12.101 36.639 11.731 36.878Q11.360 37.117 10.936 37.117Q10.498 37.117 10.098 36.909Q9.699 36.700 9.459 36.333Q9.220 35.966 9.220 35.514M9.890 35.244L11.705 35.244Q11.705 34.967 11.607 34.715Q11.510 34.462 11.312 34.306Q11.114 34.151 10.830 34.151Q10.553 34.151 10.339 34.309Q10.126 34.468 10.008 34.723Q9.890 34.978 9.890 35.244M14.559 37.049L12.823 37.049L12.823 36.769Q13.052 36.769 13.200 36.735Q13.349 36.700 13.349 36.560L13.349 34.711Q13.349 34.441 13.241 34.380Q13.134 34.318 12.823 34.318L12.823 34.038L13.851 33.963L13.851 34.670Q13.981 34.362 14.224 34.163Q14.467 33.963 14.784 33.963Q15.003 33.963 15.174 34.087Q15.345 34.212 15.345 34.424Q15.345 34.561 15.246 34.660Q15.147 34.759 15.014 34.759Q14.877 34.759 14.778 34.660Q14.679 34.561 14.679 34.424Q14.679 34.284 14.778 34.185Q14.487 34.185 14.287 34.381Q14.087 34.578 13.995 34.872Q13.903 35.166 13.903 35.446L13.903 36.560Q13.903 36.769 14.559 36.769L14.559 37.049M17.727 37.049L15.994 37.049L15.994 36.769Q16.220 36.769 16.369 36.735Q16.517 36.700 16.517 36.560L16.517 34.311L15.930 34.311L15.930 34.031L16.517 34.031L16.517 33.214Q16.517 32.896 16.695 32.648Q16.873 32.401 17.163 32.260Q17.454 32.120 17.765 32.120Q18.021 32.120 18.225 32.262Q18.428 32.404 18.428 32.647Q18.428 32.783 18.329 32.882Q18.230 32.982 18.093 32.982Q17.956 32.982 17.857 32.882Q17.758 32.783 17.758 32.647Q17.758 32.466 17.898 32.373Q17.820 32.346 17.721 32.346Q17.512 32.346 17.358 32.479Q17.204 32.612 17.124 32.816Q17.044 33.019 17.044 33.228L17.044 34.031L17.932 34.031L17.932 34.311L17.071 34.311L17.071 36.560Q17.071 36.769 17.727 36.769L17.727 37.049M18.466 36.321Q18.466 35.989 18.690 35.762Q18.913 35.535 19.257 35.407Q19.600 35.278 19.973 35.226Q20.346 35.173 20.650 35.173L20.650 34.920Q20.650 34.715 20.542 34.535Q20.434 34.356 20.253 34.253Q20.072 34.151 19.864 34.151Q19.457 34.151 19.221 34.243Q19.310 34.280 19.356 34.364Q19.402 34.448 19.402 34.550Q19.402 34.646 19.356 34.725Q19.310 34.803 19.230 34.848Q19.149 34.892 19.060 34.892Q18.910 34.892 18.809 34.795Q18.708 34.697 18.708 34.550Q18.708 33.928 19.864 33.928Q20.076 33.928 20.325 33.992Q20.575 34.055 20.776 34.174Q20.978 34.294 21.104 34.479Q21.231 34.663 21.231 34.906L21.231 36.482Q21.231 36.598 21.292 36.694Q21.354 36.789 21.467 36.789Q21.576 36.789 21.641 36.695Q21.706 36.601 21.706 36.482L21.706 36.034L21.972 36.034L21.972 36.482Q21.972 36.752 21.745 36.917Q21.518 37.083 21.238 37.083Q21.029 37.083 20.892 36.929Q20.756 36.776 20.732 36.560Q20.585 36.827 20.303 36.972Q20.021 37.117 19.696 37.117Q19.419 37.117 19.136 37.042Q18.852 36.967 18.659 36.788Q18.466 36.608 18.466 36.321M19.081 36.321Q19.081 36.495 19.182 36.625Q19.283 36.755 19.438 36.825Q19.594 36.895 19.758 36.895Q19.976 36.895 20.185 36.798Q20.393 36.700 20.522 36.519Q20.650 36.338 20.650 36.112L20.650 35.384Q20.325 35.384 19.959 35.475Q19.594 35.566 19.337 35.778Q19.081 35.989 19.081 36.321M22.389 35.538Q22.389 35.210 22.524 34.909Q22.659 34.609 22.895 34.388Q23.131 34.168 23.435 34.048Q23.740 33.928 24.064 33.928Q24.570 33.928 24.919 34.031Q25.267 34.133 25.267 34.509Q25.267 34.656 25.170 34.757Q25.073 34.858 24.926 34.858Q24.772 34.858 24.673 34.759Q24.574 34.660 24.574 34.509Q24.574 34.321 24.714 34.229Q24.512 34.178 24.071 34.178Q23.716 34.178 23.487 34.374Q23.258 34.571 23.157 34.880Q23.056 35.190 23.056 35.538Q23.056 35.887 23.182 36.193Q23.309 36.499 23.564 36.683Q23.818 36.868 24.174 36.868Q24.396 36.868 24.580 36.784Q24.765 36.700 24.900 36.545Q25.035 36.389 25.093 36.181Q25.107 36.126 25.161 36.126L25.274 36.126Q25.305 36.126 25.327 36.150Q25.349 36.174 25.349 36.208L25.349 36.229Q25.264 36.516 25.076 36.714Q24.888 36.912 24.623 37.015Q24.358 37.117 24.064 37.117Q23.634 37.117 23.246 36.911Q22.858 36.704 22.624 36.341Q22.389 35.979 22.389 35.538M26.464 36.208L26.464 34.311L25.825 34.311L25.825 34.089Q26.142 34.089 26.359 33.879Q26.576 33.669 26.677 33.359Q26.778 33.050 26.778 32.742L27.045 32.742L27.045 34.031L28.121 34.031L28.121 34.311L27.045 34.311L27.045 36.195Q27.045 36.471 27.149 36.670Q27.253 36.868 27.513 36.868Q27.670 36.868 27.776 36.764Q27.882 36.659 27.932 36.506Q27.981 36.352 27.981 36.195L27.981 35.781L28.248 35.781L28.248 36.208Q28.248 36.434 28.149 36.644Q28.050 36.854 27.865 36.986Q27.680 37.117 27.451 37.117Q27.014 37.117 26.739 36.880Q26.464 36.642 26.464 36.208M29.632 36.215L29.632 34.711Q29.632 34.441 29.524 34.380Q29.417 34.318 29.106 34.318L29.106 34.038L30.213 33.963L30.213 36.195L30.213 36.215Q30.213 36.495 30.264 36.639Q30.316 36.782 30.458 36.839Q30.599 36.895 30.887 36.895Q31.139 36.895 31.345 36.755Q31.550 36.615 31.666 36.389Q31.782 36.164 31.782 35.914L31.782 34.711Q31.782 34.441 31.674 34.380Q31.567 34.318 31.256 34.318L31.256 34.038L32.363 33.963L32.363 36.376Q32.363 36.567 32.416 36.649Q32.469 36.731 32.570 36.750Q32.671 36.769 32.886 36.769L32.886 37.049L31.809 37.117L31.809 36.553Q31.700 36.735 31.555 36.858Q31.409 36.981 31.223 37.049Q31.037 37.117 30.835 37.117Q29.632 37.117 29.632 36.215M33.532 36.321Q33.532 35.989 33.756 35.762Q33.980 35.535 34.323 35.407Q34.667 35.278 35.039 35.226Q35.412 35.173 35.716 35.173L35.716 34.920Q35.716 34.715 35.608 34.535Q35.501 34.356 35.320 34.253Q35.139 34.151 34.930 34.151Q34.523 34.151 34.287 34.243Q34.376 34.280 34.422 34.364Q34.469 34.448 34.469 34.550Q34.469 34.646 34.422 34.725Q34.376 34.803 34.296 34.848Q34.216 34.892 34.127 34.892Q33.976 34.892 33.876 34.795Q33.775 34.697 33.775 34.550Q33.775 33.928 34.930 33.928Q35.142 33.928 35.391 33.992Q35.641 34.055 35.843 34.174Q36.044 34.294 36.171 34.479Q36.297 34.663 36.297 34.906L36.297 36.482Q36.297 36.598 36.359 36.694Q36.420 36.789 36.533 36.789Q36.642 36.789 36.707 36.695Q36.772 36.601 36.772 36.482L36.772 36.034L37.039 36.034L37.039 36.482Q37.039 36.752 36.812 36.917Q36.584 37.083 36.304 37.083Q36.096 37.083 35.959 36.929Q35.822 36.776 35.798 36.560Q35.651 36.827 35.369 36.972Q35.087 37.117 34.763 37.117Q34.486 37.117 34.202 37.042Q33.918 36.967 33.725 36.788Q33.532 36.608 33.532 36.321M34.147 36.321Q34.147 36.495 34.248 36.625Q34.349 36.755 34.504 36.825Q34.660 36.895 34.824 36.895Q35.043 36.895 35.251 36.798Q35.460 36.700 35.588 36.519Q35.716 36.338 35.716 36.112L35.716 35.384Q35.391 35.384 35.026 35.475Q34.660 35.566 34.404 35.778Q34.147 35.989 34.147 36.321M39.124 37.049L37.521 37.049L37.521 36.769Q37.746 36.769 37.895 36.735Q38.044 36.700 38.044 36.560L38.044 32.941Q38.044 32.671 37.936 32.609Q37.828 32.548 37.521 32.548L37.521 32.267L38.597 32.192L38.597 36.560Q38.597 36.697 38.748 36.733Q38.898 36.769 39.124 36.769\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(214.083 -51.63)\">\u003Cpath d=\"M43.260 37.049L42.993 37.049L42.993 32.941Q42.993 32.671 42.886 32.609Q42.778 32.548 42.467 32.548L42.467 32.267L43.547 32.192L43.547 34.362Q43.756 34.171 44.041 34.067Q44.327 33.963 44.624 33.963Q44.942 33.963 45.239 34.084Q45.536 34.205 45.759 34.421Q45.981 34.636 46.107 34.921Q46.234 35.207 46.234 35.538Q46.234 35.983 45.994 36.347Q45.755 36.711 45.362 36.914Q44.969 37.117 44.525 37.117Q44.330 37.117 44.140 37.061Q43.951 37.005 43.790 36.900Q43.629 36.796 43.489 36.635L43.260 37.049M43.575 34.704L43.575 36.321Q43.711 36.581 43.952 36.738Q44.193 36.895 44.470 36.895Q44.764 36.895 44.976 36.788Q45.188 36.680 45.321 36.488Q45.454 36.297 45.513 36.058Q45.571 35.819 45.571 35.538Q45.571 35.179 45.477 34.875Q45.383 34.571 45.155 34.378Q44.928 34.185 44.562 34.185Q44.262 34.185 43.995 34.321Q43.728 34.458 43.575 34.704M46.928 36.321Q46.928 35.989 47.151 35.762Q47.375 35.535 47.719 35.407Q48.062 35.278 48.435 35.226Q48.807 35.173 49.112 35.173L49.112 34.920Q49.112 34.715 49.004 34.535Q48.896 34.356 48.715 34.253Q48.534 34.151 48.326 34.151Q47.919 34.151 47.683 34.243Q47.772 34.280 47.818 34.364Q47.864 34.448 47.864 34.550Q47.864 34.646 47.818 34.725Q47.772 34.803 47.691 34.848Q47.611 34.892 47.522 34.892Q47.372 34.892 47.271 34.795Q47.170 34.697 47.170 34.550Q47.170 33.928 48.326 33.928Q48.537 33.928 48.787 33.992Q49.036 34.055 49.238 34.174Q49.440 34.294 49.566 34.479Q49.693 34.663 49.693 34.906L49.693 36.482Q49.693 36.598 49.754 36.694Q49.816 36.789 49.929 36.789Q50.038 36.789 50.103 36.695Q50.168 36.601 50.168 36.482L50.168 36.034L50.434 36.034L50.434 36.482Q50.434 36.752 50.207 36.917Q49.980 37.083 49.700 37.083Q49.491 37.083 49.354 36.929Q49.218 36.776 49.194 36.560Q49.047 36.827 48.765 36.972Q48.483 37.117 48.158 37.117Q47.881 37.117 47.597 37.042Q47.314 36.967 47.121 36.788Q46.928 36.608 46.928 36.321M47.543 36.321Q47.543 36.495 47.644 36.625Q47.744 36.755 47.900 36.825Q48.056 36.895 48.220 36.895Q48.438 36.895 48.647 36.798Q48.855 36.700 48.983 36.519Q49.112 36.338 49.112 36.112L49.112 35.384Q48.787 35.384 48.421 35.475Q48.056 35.566 47.799 35.778Q47.543 35.989 47.543 36.321M50.851 37.042L50.851 35.979Q50.851 35.955 50.879 35.928Q50.906 35.901 50.930 35.901L51.039 35.901Q51.104 35.901 51.118 35.959Q51.214 36.393 51.460 36.644Q51.706 36.895 52.119 36.895Q52.461 36.895 52.714 36.762Q52.967 36.629 52.967 36.321Q52.967 36.164 52.873 36.049Q52.779 35.935 52.641 35.866Q52.502 35.798 52.335 35.760L51.754 35.661Q51.398 35.593 51.125 35.372Q50.851 35.152 50.851 34.810Q50.851 34.561 50.962 34.386Q51.074 34.212 51.260 34.113Q51.446 34.014 51.661 33.971Q51.877 33.928 52.119 33.928Q52.533 33.928 52.813 34.110L53.029 33.935Q53.039 33.932 53.046 33.930Q53.053 33.928 53.063 33.928L53.114 33.928Q53.141 33.928 53.165 33.952Q53.189 33.976 53.189 34.004L53.189 34.851Q53.189 34.872 53.165 34.899Q53.141 34.926 53.114 34.926L53.001 34.926Q52.974 34.926 52.948 34.901Q52.923 34.875 52.923 34.851Q52.923 34.615 52.817 34.451Q52.711 34.287 52.528 34.205Q52.345 34.123 52.113 34.123Q51.785 34.123 51.528 34.226Q51.272 34.328 51.272 34.605Q51.272 34.800 51.455 34.909Q51.638 35.019 51.867 35.060L52.441 35.166Q52.687 35.214 52.900 35.342Q53.114 35.470 53.251 35.673Q53.388 35.877 53.388 36.126Q53.388 36.639 53.022 36.878Q52.656 37.117 52.119 37.117Q51.624 37.117 51.292 36.823L51.026 37.097Q51.005 37.117 50.978 37.117L50.930 37.117Q50.906 37.117 50.879 37.090Q50.851 37.063 50.851 37.042M53.975 35.514Q53.975 35.193 54.100 34.904Q54.225 34.615 54.451 34.392Q54.676 34.168 54.972 34.048Q55.267 33.928 55.585 33.928Q55.913 33.928 56.175 34.028Q56.436 34.127 56.612 34.309Q56.788 34.492 56.882 34.750Q56.976 35.008 56.976 35.340Q56.976 35.432 56.894 35.453L54.639 35.453L54.639 35.514Q54.639 36.102 54.922 36.485Q55.206 36.868 55.773 36.868Q56.095 36.868 56.363 36.675Q56.631 36.482 56.720 36.167Q56.727 36.126 56.802 36.112L56.894 36.112Q56.976 36.136 56.976 36.208Q56.976 36.215 56.970 36.242Q56.857 36.639 56.486 36.878Q56.115 37.117 55.691 37.117Q55.254 37.117 54.854 36.909Q54.454 36.700 54.215 36.333Q53.975 35.966 53.975 35.514M54.645 35.244L56.460 35.244Q56.460 34.967 56.363 34.715Q56.265 34.462 56.067 34.306Q55.869 34.151 55.585 34.151Q55.308 34.151 55.095 34.309Q54.881 34.468 54.763 34.723Q54.645 34.978 54.645 35.244M59.232 37.049L57.629 37.049L57.629 36.769Q57.855 36.769 58.004 36.735Q58.152 36.700 58.152 36.560L58.152 32.941Q58.152 32.671 58.045 32.609Q57.937 32.548 57.629 32.548L57.629 32.267L58.706 32.192L58.706 36.560Q58.706 36.697 58.856 36.733Q59.007 36.769 59.232 36.769L59.232 37.049M61.444 37.049L59.892 37.049L59.892 36.769Q60.118 36.769 60.266 36.735Q60.415 36.700 60.415 36.560L60.415 34.711Q60.415 34.523 60.367 34.439Q60.319 34.356 60.222 34.337Q60.124 34.318 59.912 34.318L59.912 34.038L60.969 33.963L60.969 36.560Q60.969 36.700 61.100 36.735Q61.232 36.769 61.444 36.769L61.444 37.049M60.172 32.742Q60.172 32.571 60.295 32.452Q60.418 32.332 60.589 32.332Q60.757 32.332 60.880 32.452Q61.003 32.571 61.003 32.742Q61.003 32.917 60.880 33.040Q60.757 33.163 60.589 33.163Q60.418 33.163 60.295 33.040Q60.172 32.917 60.172 32.742M63.771 37.049L62.138 37.049L62.138 36.769Q62.367 36.769 62.515 36.735Q62.664 36.700 62.664 36.560L62.664 34.711Q62.664 34.441 62.556 34.380Q62.449 34.318 62.138 34.318L62.138 34.038L63.197 33.963L63.197 34.612Q63.368 34.304 63.672 34.133Q63.976 33.963 64.322 33.963Q64.827 33.963 65.111 34.186Q65.395 34.410 65.395 34.906L65.395 36.560Q65.395 36.697 65.544 36.733Q65.692 36.769 65.918 36.769L65.918 37.049L64.287 37.049L64.287 36.769Q64.516 36.769 64.665 36.735Q64.814 36.700 64.814 36.560L64.814 34.920Q64.814 34.585 64.694 34.385Q64.575 34.185 64.260 34.185Q63.990 34.185 63.756 34.321Q63.522 34.458 63.383 34.692Q63.245 34.926 63.245 35.200L63.245 36.560Q63.245 36.697 63.395 36.733Q63.546 36.769 63.771 36.769L63.771 37.049M66.465 35.514Q66.465 35.193 66.589 34.904Q66.714 34.615 66.940 34.392Q67.165 34.168 67.461 34.048Q67.757 33.928 68.075 33.928Q68.403 33.928 68.664 34.028Q68.926 34.127 69.102 34.309Q69.278 34.492 69.372 34.750Q69.466 35.008 69.466 35.340Q69.466 35.432 69.384 35.453L67.128 35.453L67.128 35.514Q67.128 36.102 67.411 36.485Q67.695 36.868 68.263 36.868Q68.584 36.868 68.852 36.675Q69.120 36.482 69.209 36.167Q69.216 36.126 69.291 36.112L69.384 36.112Q69.466 36.136 69.466 36.208Q69.466 36.215 69.459 36.242Q69.346 36.639 68.975 36.878Q68.604 37.117 68.181 37.117Q67.743 37.117 67.343 36.909Q66.943 36.700 66.704 36.333Q66.465 35.966 66.465 35.514M67.135 35.244L68.950 35.244Q68.950 34.967 68.852 34.715Q68.755 34.462 68.556 34.306Q68.358 34.151 68.075 34.151Q67.798 34.151 67.584 34.309Q67.370 34.468 67.253 34.723Q67.135 34.978 67.135 35.244\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M149.002-10.752v-22.154\"\u002F>\u003Cpath stroke=\"none\" d=\"m149.002-35.506-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(163.069 -58.427)\">\u003Cpath d=\"M-9.961 36.321Q-9.961 35.989-9.738 35.762Q-9.514 35.535-9.170 35.407Q-8.827 35.278-8.454 35.226Q-8.082 35.173-7.777 35.173L-7.777 34.920Q-7.777 34.715-7.885 34.535Q-7.993 34.356-8.174 34.253Q-8.355 34.151-8.563 34.151Q-8.970 34.151-9.206 34.243Q-9.117 34.280-9.071 34.364Q-9.025 34.448-9.025 34.550Q-9.025 34.646-9.071 34.725Q-9.117 34.803-9.198 34.848Q-9.278 34.892-9.367 34.892Q-9.517 34.892-9.618 34.795Q-9.719 34.697-9.719 34.550Q-9.719 33.928-8.563 33.928Q-8.352 33.928-8.102 33.992Q-7.853 34.055-7.651 34.174Q-7.449 34.294-7.323 34.479Q-7.196 34.663-7.196 34.906L-7.196 36.482Q-7.196 36.598-7.135 36.694Q-7.073 36.789-6.960 36.789Q-6.851 36.789-6.786 36.695Q-6.721 36.601-6.721 36.482L-6.721 36.034L-6.455 36.034L-6.455 36.482Q-6.455 36.752-6.682 36.917Q-6.909 37.083-7.189 37.083Q-7.398 37.083-7.535 36.929Q-7.671 36.776-7.695 36.560Q-7.842 36.827-8.124 36.972Q-8.406 37.117-8.731 37.117Q-9.008 37.117-9.292 37.042Q-9.575 36.967-9.768 36.788Q-9.961 36.608-9.961 36.321M-9.346 36.321Q-9.346 36.495-9.245 36.625Q-9.145 36.755-8.989 36.825Q-8.834 36.895-8.669 36.895Q-8.451 36.895-8.242 36.798Q-8.034 36.700-7.906 36.519Q-7.777 36.338-7.777 36.112L-7.777 35.384Q-8.102 35.384-8.468 35.475Q-8.834 35.566-9.090 35.778Q-9.346 35.989-9.346 36.321M-6.038 35.538Q-6.038 35.200-5.897 34.909Q-5.757 34.619-5.513 34.405Q-5.269 34.192-4.964 34.077Q-4.660 33.963-4.335 33.963Q-4.065 33.963-3.802 34.062Q-3.539 34.161-3.348 34.339L-3.348 32.941Q-3.348 32.671-3.455 32.609Q-3.563 32.548-3.874 32.548L-3.874 32.267L-2.797 32.192L-2.797 36.376Q-2.797 36.564-2.743 36.647Q-2.688 36.731-2.587 36.750Q-2.486 36.769-2.271 36.769L-2.271 37.049L-3.378 37.117L-3.378 36.700Q-3.795 37.117-4.421 37.117Q-4.852 37.117-5.224 36.905Q-5.597 36.694-5.817 36.333Q-6.038 35.972-6.038 35.538M-4.363 36.895Q-4.154 36.895-3.968 36.823Q-3.782 36.752-3.628 36.615Q-3.474 36.478-3.378 36.300L-3.378 34.691Q-3.464 34.544-3.609 34.424Q-3.754 34.304-3.924 34.245Q-4.093 34.185-4.274 34.185Q-4.834 34.185-5.103 34.574Q-5.371 34.964-5.371 35.545Q-5.371 36.116-5.137 36.506Q-4.903 36.895-4.363 36.895M-0.032 37.022L-1.160 34.523Q-1.232 34.376-1.362 34.344Q-1.492 34.311-1.721 34.311L-1.721 34.031L-0.207 34.031L-0.207 34.311Q-0.559 34.311-0.559 34.458Q-0.559 34.503-0.548 34.523L0.316 36.441L1.096 34.711Q1.130 34.643 1.130 34.564Q1.130 34.451 1.046 34.381Q0.962 34.311 0.843 34.311L0.843 34.031L2.039 34.031L2.039 34.311Q1.820 34.311 1.649 34.414Q1.479 34.516 1.390 34.711L0.354 37.022Q0.306 37.117 0.200 37.117L0.122 37.117Q0.016 37.117-0.032 37.022\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.069 -58.427)\">\u003Cpath d=\"M2.213 36.321Q2.213 35.989 2.436 35.762Q2.660 35.535 3.004 35.407Q3.347 35.278 3.720 35.226Q4.092 35.173 4.397 35.173L4.397 34.920Q4.397 34.715 4.289 34.535Q4.181 34.356 4 34.253Q3.819 34.151 3.611 34.151Q3.204 34.151 2.968 34.243Q3.057 34.280 3.103 34.364Q3.149 34.448 3.149 34.550Q3.149 34.646 3.103 34.725Q3.057 34.803 2.976 34.848Q2.896 34.892 2.807 34.892Q2.657 34.892 2.556 34.795Q2.455 34.697 2.455 34.550Q2.455 33.928 3.611 33.928Q3.822 33.928 4.072 33.992Q4.321 34.055 4.523 34.174Q4.725 34.294 4.851 34.479Q4.978 34.663 4.978 34.906L4.978 36.482Q4.978 36.598 5.039 36.694Q5.101 36.789 5.214 36.789Q5.323 36.789 5.388 36.695Q5.453 36.601 5.453 36.482L5.453 36.034L5.719 36.034L5.719 36.482Q5.719 36.752 5.492 36.917Q5.265 37.083 4.985 37.083Q4.776 37.083 4.639 36.929Q4.503 36.776 4.479 36.560Q4.332 36.827 4.050 36.972Q3.768 37.117 3.443 37.117Q3.166 37.117 2.882 37.042Q2.599 36.967 2.406 36.788Q2.213 36.608 2.213 36.321M2.828 36.321Q2.828 36.495 2.929 36.625Q3.029 36.755 3.185 36.825Q3.340 36.895 3.505 36.895Q3.723 36.895 3.932 36.798Q4.140 36.700 4.268 36.519Q4.397 36.338 4.397 36.112L4.397 35.384Q4.072 35.384 3.706 35.475Q3.340 35.566 3.084 35.778Q2.828 35.989 2.828 36.321M7.818 37.049L6.184 37.049L6.184 36.769Q6.413 36.769 6.562 36.735Q6.711 36.700 6.711 36.560L6.711 34.711Q6.711 34.441 6.603 34.380Q6.495 34.318 6.184 34.318L6.184 34.038L7.244 33.963L7.244 34.612Q7.415 34.304 7.719 34.133Q8.023 33.963 8.368 33.963Q8.874 33.963 9.158 34.186Q9.442 34.410 9.442 34.906L9.442 36.560Q9.442 36.697 9.590 36.733Q9.739 36.769 9.965 36.769L9.965 37.049L8.334 37.049L8.334 36.769Q8.563 36.769 8.712 36.735Q8.861 36.700 8.861 36.560L8.861 34.920Q8.861 34.585 8.741 34.385Q8.621 34.185 8.307 34.185Q8.037 34.185 7.803 34.321Q7.569 34.458 7.430 34.692Q7.292 34.926 7.292 35.200L7.292 36.560Q7.292 36.697 7.442 36.733Q7.592 36.769 7.818 36.769\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.069 -58.427)\">\u003Cpath d=\"M10.868 36.208L10.868 34.311L10.229 34.311L10.229 34.089Q10.547 34.089 10.764 33.879Q10.981 33.669 11.081 33.359Q11.182 33.050 11.182 32.742L11.449 32.742L11.449 34.031L12.526 34.031L12.526 34.311L11.449 34.311L11.449 36.195Q11.449 36.471 11.553 36.670Q11.657 36.868 11.917 36.868Q12.074 36.868 12.180 36.764Q12.286 36.659 12.336 36.506Q12.385 36.352 12.385 36.195L12.385 35.781L12.652 35.781L12.652 36.208Q12.652 36.434 12.553 36.644Q12.454 36.854 12.269 36.986Q12.085 37.117 11.856 37.117Q11.418 37.117 11.143 36.880Q10.868 36.642 10.868 36.208M13.520 36.321Q13.520 35.989 13.744 35.762Q13.968 35.535 14.311 35.407Q14.655 35.278 15.027 35.226Q15.400 35.173 15.704 35.173L15.704 34.920Q15.704 34.715 15.597 34.535Q15.489 34.356 15.308 34.253Q15.127 34.151 14.918 34.151Q14.511 34.151 14.276 34.243Q14.364 34.280 14.411 34.364Q14.457 34.448 14.457 34.550Q14.457 34.646 14.411 34.725Q14.364 34.803 14.284 34.848Q14.204 34.892 14.115 34.892Q13.964 34.892 13.864 34.795Q13.763 34.697 13.763 34.550Q13.763 33.928 14.918 33.928Q15.130 33.928 15.380 33.992Q15.629 34.055 15.831 34.174Q16.032 34.294 16.159 34.479Q16.285 34.663 16.285 34.906L16.285 36.482Q16.285 36.598 16.347 36.694Q16.408 36.789 16.521 36.789Q16.631 36.789 16.695 36.695Q16.760 36.601 16.760 36.482L16.760 36.034L17.027 36.034L17.027 36.482Q17.027 36.752 16.800 36.917Q16.572 37.083 16.292 37.083Q16.084 37.083 15.947 36.929Q15.810 36.776 15.786 36.560Q15.639 36.827 15.357 36.972Q15.075 37.117 14.751 37.117Q14.474 37.117 14.190 37.042Q13.906 36.967 13.713 36.788Q13.520 36.608 13.520 36.321M14.135 36.321Q14.135 36.495 14.236 36.625Q14.337 36.755 14.493 36.825Q14.648 36.895 14.812 36.895Q15.031 36.895 15.239 36.798Q15.448 36.700 15.576 36.519Q15.704 36.338 15.704 36.112L15.704 35.384Q15.380 35.384 15.014 35.475Q14.648 35.566 14.392 35.778Q14.135 35.989 14.135 36.321M17.403 37.582Q17.403 37.336 17.600 37.152Q17.796 36.967 18.052 36.888Q17.916 36.776 17.844 36.615Q17.772 36.454 17.772 36.273Q17.772 35.952 17.984 35.706Q17.649 35.408 17.649 34.998Q17.649 34.537 18.039 34.250Q18.428 33.963 18.907 33.963Q19.379 33.963 19.714 34.209Q19.888 34.055 20.098 33.973Q20.308 33.891 20.537 33.891Q20.701 33.891 20.823 33.998Q20.944 34.106 20.944 34.270Q20.944 34.366 20.872 34.438Q20.800 34.509 20.708 34.509Q20.609 34.509 20.539 34.436Q20.469 34.362 20.469 34.263Q20.469 34.209 20.483 34.178L20.489 34.164Q20.496 34.144 20.505 34.133Q20.513 34.123 20.517 34.116Q20.161 34.116 19.874 34.339Q20.161 34.632 20.161 34.998Q20.161 35.313 19.977 35.545Q19.792 35.778 19.503 35.906Q19.215 36.034 18.907 36.034Q18.705 36.034 18.514 35.984Q18.322 35.935 18.145 35.825Q18.052 35.952 18.052 36.095Q18.052 36.277 18.181 36.412Q18.309 36.547 18.493 36.547L19.126 36.547Q19.573 36.547 19.943 36.618Q20.312 36.690 20.571 36.919Q20.831 37.148 20.831 37.582Q20.831 37.903 20.536 38.105Q20.240 38.307 19.837 38.396Q19.433 38.485 19.119 38.485Q18.801 38.485 18.398 38.396Q17.994 38.307 17.699 38.105Q17.403 37.903 17.403 37.582M17.858 37.582Q17.858 37.811 18.076 37.960Q18.295 38.109 18.587 38.177Q18.880 38.245 19.119 38.245Q19.283 38.245 19.491 38.209Q19.700 38.174 19.907 38.093Q20.113 38.013 20.245 37.885Q20.377 37.757 20.377 37.582Q20.377 37.230 19.996 37.136Q19.614 37.042 19.112 37.042L18.493 37.042Q18.254 37.042 18.056 37.193Q17.858 37.343 17.858 37.582M18.907 35.795Q19.573 35.795 19.573 34.998Q19.573 34.198 18.907 34.198Q18.237 34.198 18.237 34.998Q18.237 35.795 18.907 35.795M21.385 35.514Q21.385 35.193 21.510 34.904Q21.634 34.615 21.860 34.392Q22.086 34.168 22.381 34.048Q22.677 33.928 22.995 33.928Q23.323 33.928 23.584 34.028Q23.846 34.127 24.022 34.309Q24.198 34.492 24.292 34.750Q24.386 35.008 24.386 35.340Q24.386 35.432 24.304 35.453L22.048 35.453L22.048 35.514Q22.048 36.102 22.332 36.485Q22.615 36.868 23.183 36.868Q23.504 36.868 23.772 36.675Q24.041 36.482 24.130 36.167Q24.136 36.126 24.212 36.112L24.304 36.112Q24.386 36.136 24.386 36.208Q24.386 36.215 24.379 36.242Q24.266 36.639 23.895 36.878Q23.525 37.117 23.101 37.117Q22.663 37.117 22.263 36.909Q21.863 36.700 21.624 36.333Q21.385 35.966 21.385 35.514M22.055 35.244L23.870 35.244Q23.870 34.967 23.772 34.715Q23.675 34.462 23.477 34.306Q23.278 34.151 22.995 34.151Q22.718 34.151 22.504 34.309Q22.291 34.468 22.173 34.723Q22.055 34.978 22.055 35.244\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The counterfactual baseline in COMA. To assign credit for the shared team reward, agent i&#39;s advantage compares the actual joint value against the expected value if agent i had instead sampled a different action from its own policy, holding the other agents&#39; actions fixed. This isolates one agent&#39;s contribution from the team outcome.\u003C\u002Ffigcaption>",1785117798543]