[{"data":1,"prerenderedAt":12568},["ShallowReactive",2],{"lesson:\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":3,"course-wordcounts":6822,"ref-card-index":7734,"nav:natural-language-processing":12418,"tikz:12c53e6a2914c40607e4a54ea024e43f0a615bda60f31e88a64cc07c091fe5fb":12559,"tikz:3a84ee234b05e1eaed856498470cd88cbfae8e89aaa4144232fa3caa3695c597":12560,"tikz:ab3506b102e2b9bc2f3a3d4ca9382b5e7d96dbd2cb86a40fee4a7bd99be73e8c":12561,"tikz:a7cf8734c2d23c9e8feb06a8fefdb53a9b7c2ce516ad536b6c4a0967eb08f831":12562,"tikz:512bcdaa9442072fbab02dcaa2bdf16486c3fc00eef83b7a384bba45a5abe95a":12563,"tikz:74adc28d9f871b503799dc2ba3b67f62740ddec0bdacb1c193e95c54191f030a":12564,"tikz:ef9b69f484967c4206dc2daec4f5e9d729a65794e4a9f6770f27e9ca3b5ef095":12565,"tikz:28fd7765dee683cd3040a19db9c605dd128b11fbfb8430949e0ef10b7575b2fd":12566,"tikz:61df3d9a5e2402103df85814251cd25d0731cb546a72933143e5da83e85b6b73":12567},{"id":4,"title":5,"blurb":6,"body":7,"brief":6790,"category":6791,"description":6792,"draft":6793,"extension":6794,"meta":6795,"module":6797,"navigation":6798,"path":6799,"practice":6800,"rawbody":6801,"readingTime":6802,"seo":6807,"sources":6808,"status":6816,"stem":6817,"summary":6818,"topics":6819,"__hash__":6821},"course\u002F09.natural-language-processing\u002F06.linguistic-structure\u002F01.constituency-parsing.md","Constituency Parsing","",{"type":8,"value":9,"toc":6776},"minimark",[10,39,79,84,135,493,545,549,997,1228,1347,1623,1629,1924,1990,1993,2000,2008,2012,2023,2145,2149,2171,2177,2203,2206,2210,2241,2244,2255,2284,2287,2294,2298,2413,2424,2620,2623,2642,2646,2670,2675,3296,3769,3772,3776,3836,3910,4142,4146,4309,4344,4389,5031,5438,5810,5951,6057,6277,6317,6320,6354,6357,6413,6417,6423,6430,6772],[11,12,13,14,18,19,22,23,27,28],"p",{},"Some groups of words behave as a single unit. In ",[15,16,17],"em",{},"I'd like to fly on September\nseventeenth from Atlanta to Denver",", the phrase ",[15,20,21],{},"on September seventeenth"," can\nslide to the front of the sentence, to the very end, or into the middle, and the\nresult is still English — but you cannot move its words one at a time. The whole\nphrase moves together or not at all. That is the empirical fact behind ",[24,25,26],"strong",{},"syntactic\nconstituency",": words cluster into phrases, phrases nest inside larger phrases, and\nthis hierarchy governs where words may appear, how they agree, and what a sentence\nmeans.",[29,30,31],"sup",{},[32,33,38],"a",{"href":34,"ariaDescribedBy":35,"dataFootnoteRef":6,"id":37},"#user-content-fn-jm-constituency",[36],"footnote-label","user-content-fnref-jm-constituency","1",[11,40,41,44,45,48,49,52,53,56,57,60,61,64,65,73,74,78],{},[24,42,43],{},"Constituency parsing"," is the task of recovering that hierarchy — mapping a flat\nstring of words to a nested tree of phrases. It underlies grammar checking (a\nsentence that will not parse is often ungrammatical), and it feeds semantic\nanalysis and question answering: to answer ",[15,46,47],{},"Which flights to Denver depart before\nthe Seattle flight?"," a system must know that ",[15,50,51],{},"to Denver"," modifies ",[15,54,55],{},"flights",", not\n",[15,58,59],{},"depart",", and that ",[15,62,63],{},"which flights to Denver"," is the subject.",[29,66,67],{},[32,68,72],{"href":69,"ariaDescribedBy":70,"dataFootnoteRef":6,"id":71},"#user-content-fn-jm-parsing-intro",[36],"user-content-fnref-jm-parsing-intro","2"," This\nlesson develops the grammar that describes constituents, the ambiguity that makes\nrecovering them hard, and the ",[32,75,77],{"href":76},"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples","dynamic-programming","\nalgorithm that recovers them anyway.",[80,81,83],"h2",{"id":82},"context-free-grammars","Context-free grammars",[11,85,86,87,90,91,94,95,103,104,107,108,111,112,115,116,119,120,123,124,115,128,115,131,134],{},"The standard formal system for constituent structure is the ",[24,88,89],{},"context-free\ngrammar",", or CFG (equivalently, a ",[15,92,93],{},"phrase-structure grammar",").",[29,96,97],{},[32,98,102],{"href":99,"ariaDescribedBy":100,"dataFootnoteRef":6,"id":101},"#user-content-fn-jm-cfg",[36],"user-content-fnref-jm-cfg","3"," A CFG is\nbuilt from ",[24,105,106],{},"rules"," (productions), each expressing how a symbol may be rewritten as\nan ordered sequence of symbols. The symbols split into two classes: ",[24,109,110],{},"terminals",",\nwhich are the actual words (",[15,113,114],{},"the",", ",[15,117,118],{},"flight","), and ",[24,121,122],{},"nonterminals",", which are\nabstractions over them (",[125,126,127],"code",{},"NP",[125,129,130],{},"VP",[125,132,133],{},"Noun","). Each rule has a single nonterminal on\nthe left of the arrow and a string of terminals and nonterminals on the right:",[136,137,140],"span",{"className":138},[139],"katex-display",[136,141,144],{"className":142},[143],"katex",[136,145,149],{"className":146,"ariaHidden":148},[147],"katex-html","true",[136,150,153,158],{"className":151},[152],"base",[136,154],{"className":155,"style":157},[156],"strut","height:7.2em;vertical-align:-3.35em;",[136,159,162],{"className":160},[161],"mord",[136,163,166,278],{"className":164},[165],"mtable",[136,167,170],{"className":168},[169],"col-align-r",[136,171,175,269],{"className":172},[173,174],"vlist-t","vlist-t2",[136,176,179,264],{"className":177},[178],"vlist-r",[136,180,184,202,217,233,249],{"className":181,"style":183},[182],"vlist","height:3.85em;",[136,185,187,192],{"style":186},"top:-6.01em;",[136,188],{"className":189,"style":191},[190],"pstrut","height:3em;",[136,193,195],{"className":194},[161],[136,196,199],{"className":197},[161,198],"text",[136,200,127],{"className":201},[161],[136,203,205,208],{"style":204},"top:-4.51em;",[136,206],{"className":207,"style":191},[190],[136,209,211],{"className":210},[161],[136,212,214],{"className":213},[161,198],[136,215,127],{"className":216},[161],[136,218,220,223],{"style":219},"top:-3.01em;",[136,221],{"className":222,"style":191},[190],[136,224,226],{"className":225},[161],[136,227,229],{"className":228},[161,198],[136,230,232],{"className":231},[161],"Nominal",[136,234,236,239],{"style":235},"top:-1.51em;",[136,237],{"className":238,"style":191},[190],[136,240,242],{"className":241},[161],[136,243,245],{"className":244},[161,198],[136,246,248],{"className":247},[161],"Det",[136,250,252,255],{"style":251},"top:-0.01em;",[136,253],{"className":254,"style":191},[190],[136,256,258],{"className":257},[161],[136,259,261],{"className":260},[161,198],[136,262,133],{"className":263},[161],[136,265,268],{"className":266},[267],"vlist-s","​",[136,270,272],{"className":271},[178],[136,273,276],{"className":274,"style":275},[182],"height:3.35em;",[136,277],{},[136,279,282],{"className":280},[281],"col-align-l",[136,283,285,485],{"className":284},[173,174],[136,286,288,482],{"className":287},[178],[136,289,291,333,360,414,456],{"className":290,"style":183},[182],[136,292,293,296],{"style":186},[136,294],{"className":295,"style":191},[190],[136,297,299,302,307,312,315,321,324,327],{"className":298},[161],[136,300],{"className":301},[161],[136,303],{"className":304,"style":306},[305],"mspace","margin-right:0.2778em;",[136,308,311],{"className":309},[310],"mrel","→",[136,313],{"className":314,"style":306},[305],[136,316,318],{"className":317},[161,198],[136,319,248],{"className":320},[161],[136,322],{"className":323,"style":306},[305],[136,325],{"className":326,"style":306},[305],[136,328,330],{"className":329},[161,198],[136,331,232],{"className":332},[161],[136,334,335,338],{"style":204},[136,336],{"className":337,"style":191},[190],[136,339,341,344,347,350,353],{"className":340},[161],[136,342],{"className":343},[161],[136,345],{"className":346,"style":306},[305],[136,348,311],{"className":349},[310],[136,351],{"className":352,"style":306},[305],[136,354,356],{"className":355},[161,198],[136,357,359],{"className":358},[161],"ProperNoun",[136,361,362,365],{"style":219},[136,363],{"className":364,"style":191},[190],[136,366,368,371,374,377,380,386,389,393,396,402,405,408],{"className":367},[161],[136,369],{"className":370},[161],[136,372],{"className":373,"style":306},[305],[136,375,311],{"className":376},[310],[136,378],{"className":379,"style":306},[305],[136,381,383],{"className":382},[161,198],[136,384,133],{"className":385},[161],[136,387],{"className":388,"style":306},[305],[136,390,392],{"className":391},[310],"∣",[136,394],{"className":395,"style":306},[305],[136,397,399],{"className":398},[161,198],[136,400,232],{"className":401},[161],[136,403],{"className":404,"style":306},[305],[136,406],{"className":407,"style":306},[305],[136,409,411],{"className":410},[161,198],[136,412,133],{"className":413},[161],[136,415,416,419],{"style":235},[136,417],{"className":418,"style":191},[190],[136,420,422,425,428,431,434,441,444,447,450],{"className":421},[161],[136,423],{"className":424},[161],[136,426],{"className":427,"style":306},[305],[136,429,311],{"className":430},[310],[136,432],{"className":433,"style":306},[305],[136,435,437],{"className":436},[161,198],[136,438,32],{"className":439},[161,440],"textit",[136,442],{"className":443,"style":306},[305],[136,445,392],{"className":446},[310],[136,448],{"className":449,"style":306},[305],[136,451,453],{"className":452},[161,198],[136,454,114],{"className":455},[161,440],[136,457,458,461],{"style":251},[136,459],{"className":460,"style":191},[190],[136,462,464,467,470,473,476],{"className":463},[161],[136,465],{"className":466},[161],[136,468],{"className":469,"style":306},[305],[136,471,311],{"className":472},[310],[136,474],{"className":475,"style":306},[305],[136,477,479],{"className":478},[161,198],[136,480,118],{"className":481},[161,440],[136,483,268],{"className":484},[267],[136,486,488],{"className":487},[178],[136,489,491],{"className":490,"style":275},[182],[136,492],{},[11,494,495,496,499,500,503,504,508,509,512,513,515,516,519,520,522,523,525,526,529,530,533,534,536,537,540,541,544],{},"The rules with a single terminal on the right (",[125,497,498],{},"Det → a",") are the ",[24,501,502],{},"lexicon","; the\nrest are the grammar proper. Reading the arrow as ",[505,506,507],"q",{},"rewrite the left symbol with the right string,"," a CFG ",[15,510,511],{},"generates"," strings. Start from ",[125,514,127],{},", rewrite it to ",[125,517,518],{},"Det Nominal",", rewrite ",[125,521,232],{}," to ",[125,524,133],{},", and rewrite the parts of speech to words:\nthe string ",[15,527,528],{},"a flight"," has been ",[24,531,532],{},"derived"," from ",[125,535,127],{},". That sequence of rewrites is a\n",[24,538,539],{},"derivation",", and it is naturally drawn as a ",[24,542,543],{},"parse tree"," with the start symbol\nat the root and the words at the leaves.",[546,547],"tikz-figure",{"hash":548},"12c53e6a2914c40607e4a54ea024e43f0a615bda60f31e88a64cc07c091fe5fb",[11,550,551,552,554,555,558,559,562,563,565,566,569,570,634,635,651,652,667,668,683,684,721,722,565,757,855,856,889,890,893,894,902,903,554,906,964,965,980,981,996],{},"We say ",[125,553,127],{}," ",[24,556,557],{},"dominates"," every node beneath it, and ",[24,560,561],{},"immediately dominates"," its\ndirect children ",[125,564,248],{}," and ",[125,567,568],{},"Nom",". Formally, a CFG is a 4-tuple ",[136,571,573],{"className":572},[143],[136,574,576],{"className":575,"ariaHidden":148},[147],[136,577,579,583,588,594,599,603,607,610,613,618,621,624,629],{"className":578},[152],[136,580],{"className":581,"style":582},[156],"height:1em;vertical-align:-0.25em;",[136,584,587],{"className":585},[586],"mopen","(",[136,589,593],{"className":590,"style":592},[161,591],"mathnormal","margin-right:0.109em;","N",[136,595,598],{"className":596},[597],"mpunct",",",[136,600],{"className":601,"style":602},[305],"margin-right:0.1667em;",[136,604,606],{"className":605},[161],"Σ",[136,608,598],{"className":609},[597],[136,611],{"className":612,"style":602},[305],[136,614,617],{"className":615,"style":616},[161,591],"margin-right:0.0077em;","R",[136,619,598],{"className":620},[597],[136,622],{"className":623,"style":602},[305],[136,625,628],{"className":626,"style":627},[161,591],"margin-right:0.0576em;","S",[136,630,633],{"className":631},[632],"mclose",")",":\n",[136,636,638],{"className":637},[143],[136,639,641],{"className":640,"ariaHidden":148},[147],[136,642,644,648],{"className":643},[152],[136,645],{"className":646,"style":647},[156],"height:0.6833em;",[136,649,593],{"className":650,"style":592},[161,591]," a set of nonterminals, ",[136,653,655],{"className":654},[143],[136,656,658],{"className":657,"ariaHidden":148},[147],[136,659,661,664],{"className":660},[152],[136,662],{"className":663,"style":647},[156],[136,665,606],{"className":666},[161]," a disjoint set of terminals, ",[136,669,671],{"className":670},[143],[136,672,674],{"className":673,"ariaHidden":148},[147],[136,675,677,680],{"className":676},[152],[136,678],{"className":679,"style":647},[156],[136,681,617],{"className":682,"style":616},[161,591]," a set of rules\n",[136,685,687],{"className":686},[143],[136,688,690,709],{"className":689,"ariaHidden":148},[147],[136,691,693,696,700,703,706],{"className":692},[152],[136,694],{"className":695,"style":647},[156],[136,697,699],{"className":698},[161,591],"A",[136,701],{"className":702,"style":306},[305],[136,704,311],{"className":705},[310],[136,707],{"className":708,"style":306},[305],[136,710,712,716],{"className":711},[152],[136,713],{"className":714,"style":715},[156],"height:0.8889em;vertical-align:-0.1944em;",[136,717,720],{"className":718,"style":719},[161,591],"margin-right:0.0528em;","β"," with ",[136,723,725],{"className":724},[143],[136,726,728,748],{"className":727,"ariaHidden":148},[147],[136,729,731,735,738,741,745],{"className":730},[152],[136,732],{"className":733,"style":734},[156],"height:0.7224em;vertical-align:-0.0391em;",[136,736,699],{"className":737},[161,591],[136,739],{"className":740,"style":306},[305],[136,742,744],{"className":743},[310],"∈",[136,746],{"className":747,"style":306},[305],[136,749,751,754],{"className":750},[152],[136,752],{"className":753,"style":647},[156],[136,755,593],{"className":756,"style":592},[161,591],[136,758,760],{"className":759},[143],[136,761,763,781,805],{"className":762,"ariaHidden":148},[147],[136,764,766,769,772,775,778],{"className":765},[152],[136,767],{"className":768,"style":715},[156],[136,770,720],{"className":771,"style":719},[161,591],[136,773],{"className":774,"style":306},[305],[136,776,744],{"className":777},[310],[136,779],{"className":780,"style":306},[305],[136,782,784,787,790,793,797,802],{"className":783},[152],[136,785],{"className":786,"style":582},[156],[136,788,587],{"className":789},[586],[136,791,606],{"className":792},[161],[136,794],{"className":795,"style":796},[305],"margin-right:0.2222em;",[136,798,801],{"className":799},[800],"mbin","∪",[136,803],{"className":804,"style":796},[305],[136,806,808,811,814],{"className":807},[152],[136,809],{"className":810,"style":582},[156],[136,812,593],{"className":813,"style":592},[161,591],[136,815,817,820],{"className":816},[632],[136,818,633],{"className":819},[632],[136,821,824],{"className":822},[823],"msupsub",[136,825,827],{"className":826},[173],[136,828,830],{"className":829},[178],[136,831,834],{"className":832,"style":833},[182],"height:0.6887em;",[136,835,837,841],{"style":836},"top:-3.063em;margin-right:0.05em;",[136,838],{"className":839,"style":840},[190],"height:2.7em;",[136,842,848],{"className":843},[844,845,846,847],"sizing","reset-size6","size3","mtight",[136,849,851],{"className":850},[161,847],[136,852,854],{"className":853},[161,847],"∗",", and ",[136,857,859],{"className":858},[143],[136,860,862,880],{"className":861,"ariaHidden":148},[147],[136,863,865,868,871,874,877],{"className":864},[152],[136,866],{"className":867,"style":734},[156],[136,869,628],{"className":870,"style":627},[161,591],[136,872],{"className":873,"style":306},[305],[136,875,744],{"className":876},[310],[136,878],{"className":879,"style":306},[305],[136,881,883,886],{"className":882},[152],[136,884],{"className":885,"style":647},[156],[136,887,593],{"className":888,"style":592},[161,591]," a designated ",[24,891,892],{},"start symbol",".",[29,895,896],{},[32,897,901],{"href":898,"ariaDescribedBy":899,"dataFootnoteRef":6,"id":900},"#user-content-fn-jm-formal",[36],"user-content-fnref-jm-formal","4"," The ",[24,904,905],{},"language",[136,907,909],{"className":908},[143],[136,910,912],{"className":911,"ariaHidden":148},[147],[136,913,915,919],{"className":914},[152],[136,916],{"className":917,"style":918},[156],"height:0.8333em;vertical-align:-0.15em;",[136,920,922,926],{"className":921},[161],[136,923,925],{"className":924},[161,591],"L",[136,927,929],{"className":928},[823],[136,930,932,955],{"className":931},[173,174],[136,933,935,952],{"className":934},[178],[136,936,939],{"className":937,"style":938},[182],"height:0.3283em;",[136,940,942,945],{"style":941},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[136,943],{"className":944,"style":840},[190],[136,946,948],{"className":947},[844,845,846,847],[136,949,951],{"className":950},[161,591,847],"G",[136,953,268],{"className":954},[267],[136,956,958],{"className":957},[178],[136,959,962],{"className":960,"style":961},[182],"height:0.15em;",[136,963],{}," that ",[136,966,968],{"className":967},[143],[136,969,971],{"className":970,"ariaHidden":148},[147],[136,972,974,977],{"className":973},[152],[136,975],{"className":976,"style":647},[156],[136,978,951],{"className":979},[161,591],"\ngenerates is the set of terminal strings derivable from ",[136,982,984],{"className":983},[143],[136,985,987],{"className":986,"ariaHidden":148},[147],[136,988,990,993],{"className":989},[152],[136,991],{"className":992,"style":647},[156],[136,994,628],{"className":995,"style":627},[161,591],":",[136,998,1000],{"className":999},[139],[136,1001,1003],{"className":1002},[143],[136,1004,1006,1062,1089,1108,1209],{"className":1005,"ariaHidden":148},[147],[136,1007,1009,1012,1052,1055,1059],{"className":1008},[152],[136,1010],{"className":1011,"style":918},[156],[136,1013,1015,1018],{"className":1014},[161],[136,1016,925],{"className":1017},[161,591],[136,1019,1021],{"className":1020},[823],[136,1022,1024,1044],{"className":1023},[173,174],[136,1025,1027,1041],{"className":1026},[178],[136,1028,1030],{"className":1029,"style":938},[182],[136,1031,1032,1035],{"style":941},[136,1033],{"className":1034,"style":840},[190],[136,1036,1038],{"className":1037},[844,845,846,847],[136,1039,951],{"className":1040},[161,591,847],[136,1042,268],{"className":1043},[267],[136,1045,1047],{"className":1046},[178],[136,1048,1050],{"className":1049,"style":961},[182],[136,1051],{},[136,1053],{"className":1054,"style":306},[305],[136,1056,1058],{"className":1057},[310],"=",[136,1060],{"className":1061,"style":306},[305],[136,1063,1065,1068,1072,1075,1080,1083,1086],{"className":1064},[152],[136,1066],{"className":1067,"style":582},[156],[136,1069,1071],{"className":1070},[586],"{",[136,1073],{"className":1074,"style":602},[305],[136,1076,1079],{"className":1077,"style":1078},[161,591],"margin-right:0.0269em;","w",[136,1081],{"className":1082,"style":306},[305],[136,1084,392],{"className":1085},[310],[136,1087],{"className":1088,"style":306},[305],[136,1090,1092,1096,1099,1102,1105],{"className":1091},[152],[136,1093],{"className":1094,"style":1095},[156],"height:0.5782em;vertical-align:-0.0391em;",[136,1097,1079],{"className":1098,"style":1078},[161,591],[136,1100],{"className":1101,"style":306},[305],[136,1103,744],{"className":1104},[310],[136,1106],{"className":1107,"style":306},[305],[136,1109,1111,1115,1149,1156,1159,1162,1206],{"className":1110},[152],[136,1112],{"className":1113,"style":1114},[156],"height:0.9926em;",[136,1116,1118,1121],{"className":1117},[161],[136,1119,606],{"className":1120},[161],[136,1122,1124],{"className":1123},[823],[136,1125,1127],{"className":1126},[173],[136,1128,1130],{"className":1129},[178],[136,1131,1134],{"className":1132,"style":1133},[182],"height:0.7387em;",[136,1135,1137,1140],{"style":1136},"top:-3.113em;margin-right:0.05em;",[136,1138],{"className":1139,"style":840},[190],[136,1141,1143],{"className":1142},[844,845,846,847],[136,1144,1146],{"className":1145},[161,847],[136,1147,854],{"className":1148},[161,847],[136,1150,1152],{"className":1151},[161,198],[136,1153,1155],{"className":1154},[161]," and ",[136,1157,628],{"className":1158,"style":627},[161,591],[136,1160],{"className":1161,"style":306},[305],[136,1163,1165],{"className":1164},[310],[136,1166,1170],{"className":1167},[1168,1169],"mop","op-limits",[136,1171,1173],{"className":1172},[173],[136,1174,1176],{"className":1175},[178],[136,1177,1179,1191],{"className":1178,"style":1114},[182],[136,1180,1182,1185],{"style":1181},"top:-3em;",[136,1183],{"className":1184,"style":191},[190],[136,1186,1187],{},[136,1188,1190],{"className":1189},[1168],"⇒",[136,1192,1194,1197],{"style":1193},"top:-3.5669em;margin-left:0em;",[136,1195],{"className":1196,"style":191},[190],[136,1198,1200],{"className":1199},[844,845,846,847],[136,1201,1203],{"className":1202},[161,847],[136,1204,854],{"className":1205},[161,847],[136,1207],{"className":1208,"style":306},[305],[136,1210,1212,1215,1218,1221,1225],{"className":1211},[152],[136,1213],{"className":1214,"style":582},[156],[136,1216,1079],{"className":1217,"style":1078},[161,591],[136,1219],{"className":1220,"style":602},[305],[136,1222,1224],{"className":1223},[632],"}",[136,1226,598],{"className":1227},[597],[11,1229,1230,1231,1282,1283,1286,1287,1339,1340,1343,1344,893],{},"where ",[136,1232,1234],{"className":1233},[143],[136,1235,1237],{"className":1236,"ariaHidden":148},[147],[136,1238,1240,1243],{"className":1239},[152],[136,1241],{"className":1242,"style":1114},[156],[136,1244,1246],{"className":1245},[310],[136,1247,1249],{"className":1248},[1168,1169],[136,1250,1252],{"className":1251},[173],[136,1253,1255],{"className":1254},[178],[136,1256,1258,1268],{"className":1257,"style":1114},[182],[136,1259,1260,1263],{"style":1181},[136,1261],{"className":1262,"style":191},[190],[136,1264,1265],{},[136,1266,1190],{"className":1267},[1168],[136,1269,1270,1273],{"style":1193},[136,1271],{"className":1272,"style":191},[190],[136,1274,1276],{"className":1275},[844,845,846,847],[136,1277,1279],{"className":1278},[161,847],[136,1280,854],{"className":1281},[161,847]," is the reflexive-transitive closure of ",[505,1284,1285],{},"directly derives."," A string in ",[136,1288,1290],{"className":1289},[143],[136,1291,1293],{"className":1292,"ariaHidden":148},[147],[136,1294,1296,1299],{"className":1295},[152],[136,1297],{"className":1298,"style":918},[156],[136,1300,1302,1305],{"className":1301},[161],[136,1303,925],{"className":1304},[161,591],[136,1306,1308],{"className":1307},[823],[136,1309,1311,1331],{"className":1310},[173,174],[136,1312,1314,1328],{"className":1313},[178],[136,1315,1317],{"className":1316,"style":938},[182],[136,1318,1319,1322],{"style":941},[136,1320],{"className":1321,"style":840},[190],[136,1323,1325],{"className":1324},[844,845,846,847],[136,1326,951],{"className":1327},[161,591,847],[136,1329,268],{"className":1330},[267],[136,1332,1334],{"className":1333},[178],[136,1335,1337],{"className":1336,"style":961},[182],[136,1338],{}," is ",[24,1341,1342],{},"grammatical","; one outside it is ",[24,1345,1346],{},"ungrammatical",[1348,1349,1351],"callout",{"type":1350},"definition",[11,1352,1353,1356,1357,1423,1424,1439,1440,1455,1456,1471,1472,1505,1506,1521,1522,1537,1538,1571,1572,1587,1588,1591,1592,1607,1608,893],{},[24,1354,1355],{},"Definition (Context-free grammar)."," A 4-tuple ",[136,1358,1360],{"className":1359},[143],[136,1361,1363,1381],{"className":1362,"ariaHidden":148},[147],[136,1364,1366,1369,1372,1375,1378],{"className":1365},[152],[136,1367],{"className":1368,"style":647},[156],[136,1370,951],{"className":1371},[161,591],[136,1373],{"className":1374,"style":306},[305],[136,1376,1058],{"className":1377},[310],[136,1379],{"className":1380,"style":306},[305],[136,1382,1384,1387,1390,1393,1396,1399,1402,1405,1408,1411,1414,1417,1420],{"className":1383},[152],[136,1385],{"className":1386,"style":582},[156],[136,1388,587],{"className":1389},[586],[136,1391,593],{"className":1392,"style":592},[161,591],[136,1394,598],{"className":1395},[597],[136,1397],{"className":1398,"style":602},[305],[136,1400,606],{"className":1401},[161],[136,1403,598],{"className":1404},[597],[136,1406],{"className":1407,"style":602},[305],[136,1409,617],{"className":1410,"style":616},[161,591],[136,1412,598],{"className":1413},[597],[136,1415],{"className":1416,"style":602},[305],[136,1418,628],{"className":1419,"style":627},[161,591],[136,1421,633],{"className":1422},[632]," of\nnonterminals ",[136,1425,1427],{"className":1426},[143],[136,1428,1430],{"className":1429,"ariaHidden":148},[147],[136,1431,1433,1436],{"className":1432},[152],[136,1434],{"className":1435,"style":647},[156],[136,1437,593],{"className":1438,"style":592},[161,591],", terminals ",[136,1441,1443],{"className":1442},[143],[136,1444,1446],{"className":1445,"ariaHidden":148},[147],[136,1447,1449,1452],{"className":1448},[152],[136,1450],{"className":1451,"style":647},[156],[136,1453,606],{"className":1454},[161],", productions ",[136,1457,1459],{"className":1458},[143],[136,1460,1462],{"className":1461,"ariaHidden":148},[147],[136,1463,1465,1468],{"className":1464},[152],[136,1466],{"className":1467,"style":647},[156],[136,1469,617],{"className":1470,"style":616},[161,591]," of the form ",[136,1473,1475],{"className":1474},[143],[136,1476,1478,1496],{"className":1477,"ariaHidden":148},[147],[136,1479,1481,1484,1487,1490,1493],{"className":1480},[152],[136,1482],{"className":1483,"style":647},[156],[136,1485,699],{"className":1486},[161,591],[136,1488],{"className":1489,"style":306},[305],[136,1491,311],{"className":1492},[310],[136,1494],{"className":1495,"style":306},[305],[136,1497,1499,1502],{"className":1498},[152],[136,1500],{"className":1501,"style":715},[156],[136,1503,720],{"className":1504,"style":719},[161,591]," (one nonterminal ",[136,1507,1509],{"className":1508},[143],[136,1510,1512],{"className":1511,"ariaHidden":148},[147],[136,1513,1515,1518],{"className":1514},[152],[136,1516],{"className":1517,"style":647},[156],[136,1519,699],{"className":1520},[161,591]," rewriting to a string ",[136,1523,1525],{"className":1524},[143],[136,1526,1528],{"className":1527,"ariaHidden":148},[147],[136,1529,1531,1534],{"className":1530},[152],[136,1532],{"className":1533,"style":715},[156],[136,1535,720],{"className":1536,"style":719},[161,591]," over ",[136,1539,1541],{"className":1540},[143],[136,1542,1544,1562],{"className":1543,"ariaHidden":148},[147],[136,1545,1547,1550,1553,1556,1559],{"className":1546},[152],[136,1548],{"className":1549,"style":647},[156],[136,1551,606],{"className":1552},[161],[136,1554],{"className":1555,"style":796},[305],[136,1557,801],{"className":1558},[800],[136,1560],{"className":1561,"style":796},[305],[136,1563,1565,1568],{"className":1564},[152],[136,1566],{"className":1567,"style":647},[156],[136,1569,593],{"className":1570,"style":592},[161,591],"),\nand a start symbol ",[136,1573,1575],{"className":1574},[143],[136,1576,1578],{"className":1577,"ariaHidden":148},[147],[136,1579,1581,1584],{"className":1580},[152],[136,1582],{"className":1583,"style":647},[156],[136,1585,628],{"className":1586,"style":627},[161,591],". It is ",[505,1589,1590],{},"context-free"," because a rule for ",[136,1593,1595],{"className":1594},[143],[136,1596,1598],{"className":1597,"ariaHidden":148},[147],[136,1599,1601,1604],{"className":1600},[152],[136,1602],{"className":1603,"style":647},[156],[136,1605,699],{"className":1606},[161,591]," applies\nregardless of the symbols surrounding ",[136,1609,1611],{"className":1610},[143],[136,1612,1614],{"className":1613,"ariaHidden":148},[147],[136,1615,1617,1620],{"className":1616},[152],[136,1618],{"className":1619,"style":647},[156],[136,1621,699],{"className":1622},[161,591],[11,1624,1625,1626,1628],{},"Adding a few rules turns this into a grammar for small sentences. A sentence ",[125,1627,628],{}," is\na noun phrase followed by a verb phrase; a verb phrase is a verb followed by assorted\ncomplements; a prepositional phrase is a preposition followed by a noun phrase:",[136,1630,1632],{"className":1631},[139],[136,1633,1635],{"className":1634},[143],[136,1636,1638],{"className":1637,"ariaHidden":148},[147],[136,1639,1641,1645],{"className":1640},[152],[136,1642],{"className":1643,"style":1644},[156],"height:4.2em;vertical-align:-1.85em;",[136,1646,1648],{"className":1647},[161],[136,1649,1651,1719],{"className":1650},[165],[136,1652,1654],{"className":1653},[169],[136,1655,1657,1710],{"className":1656},[173,174],[136,1658,1660,1707],{"className":1659},[178],[136,1661,1664,1678,1692],{"className":1662,"style":1663},[182],"height:2.35em;",[136,1665,1666,1669],{"style":204},[136,1667],{"className":1668,"style":191},[190],[136,1670,1672],{"className":1671},[161],[136,1673,1675],{"className":1674},[161,198],[136,1676,628],{"className":1677},[161],[136,1679,1680,1683],{"style":219},[136,1681],{"className":1682,"style":191},[190],[136,1684,1686],{"className":1685},[161],[136,1687,1689],{"className":1688},[161,198],[136,1690,130],{"className":1691},[161],[136,1693,1694,1697],{"style":235},[136,1695],{"className":1696,"style":191},[190],[136,1698,1700],{"className":1699},[161],[136,1701,1703],{"className":1702},[161,198],[136,1704,1706],{"className":1705},[161],"PP",[136,1708,268],{"className":1709},[267],[136,1711,1713],{"className":1712},[178],[136,1714,1717],{"className":1715,"style":1716},[182],"height:1.85em;",[136,1718],{},[136,1720,1722],{"className":1721},[281],[136,1723,1725,1916],{"className":1724},[173,174],[136,1726,1728,1913],{"className":1727},[178],[136,1729,1731,1769,1874],{"className":1730,"style":1663},[182],[136,1732,1733,1736],{"style":204},[136,1734],{"className":1735,"style":191},[190],[136,1737,1739,1742,1745,1748,1751,1757,1760,1763],{"className":1738},[161],[136,1740],{"className":1741},[161],[136,1743],{"className":1744,"style":306},[305],[136,1746,311],{"className":1747},[310],[136,1749],{"className":1750,"style":306},[305],[136,1752,1754],{"className":1753},[161,198],[136,1755,127],{"className":1756},[161],[136,1758],{"className":1759,"style":306},[305],[136,1761],{"className":1762,"style":306},[305],[136,1764,1766],{"className":1765},[161,198],[136,1767,130],{"className":1768},[161],[136,1770,1771,1774],{"style":219},[136,1772],{"className":1773,"style":191},[190],[136,1775,1777,1780,1783,1786,1789,1796,1799,1802,1808,1811,1814,1817,1823,1826,1829,1835,1838,1841,1847,1850,1853,1856,1862,1865,1868],{"className":1776},[161],[136,1778],{"className":1779},[161],[136,1781],{"className":1782,"style":306},[305],[136,1784,311],{"className":1785},[310],[136,1787],{"className":1788,"style":306},[305],[136,1790,1792],{"className":1791},[161,198],[136,1793,1795],{"className":1794},[161],"Verb",[136,1797],{"className":1798,"style":306},[305],[136,1800],{"className":1801,"style":306},[305],[136,1803,1805],{"className":1804},[161,198],[136,1806,127],{"className":1807},[161],[136,1809],{"className":1810,"style":306},[305],[136,1812,392],{"className":1813},[310],[136,1815],{"className":1816,"style":306},[305],[136,1818,1820],{"className":1819},[161,198],[136,1821,1795],{"className":1822},[161],[136,1824],{"className":1825,"style":306},[305],[136,1827],{"className":1828,"style":306},[305],[136,1830,1832],{"className":1831},[161,198],[136,1833,127],{"className":1834},[161],[136,1836],{"className":1837,"style":306},[305],[136,1839],{"className":1840,"style":306},[305],[136,1842,1844],{"className":1843},[161,198],[136,1845,1706],{"className":1846},[161],[136,1848],{"className":1849,"style":306},[305],[136,1851,392],{"className":1852},[310],[136,1854],{"className":1855,"style":306},[305],[136,1857,1859],{"className":1858},[161,198],[136,1860,1795],{"className":1861},[161],[136,1863],{"className":1864,"style":306},[305],[136,1866],{"className":1867,"style":306},[305],[136,1869,1871],{"className":1870},[161,198],[136,1872,1706],{"className":1873},[161],[136,1875,1876,1879],{"style":235},[136,1877],{"className":1878,"style":191},[190],[136,1880,1882,1885,1888,1891,1894,1901,1904,1907],{"className":1881},[161],[136,1883],{"className":1884},[161],[136,1886],{"className":1887,"style":306},[305],[136,1889,311],{"className":1890},[310],[136,1892],{"className":1893,"style":306},[305],[136,1895,1897],{"className":1896},[161,198],[136,1898,1900],{"className":1899},[161],"Preposition",[136,1902],{"className":1903,"style":306},[305],[136,1905],{"className":1906,"style":306},[305],[136,1908,1910],{"className":1909},[161,198],[136,1911,127],{"className":1912},[161],[136,1914,268],{"className":1915},[267],[136,1917,1919],{"className":1918},[178],[136,1920,1922],{"className":1921,"style":1716},[182],[136,1923],{},[11,1925,1926,1927,1982,1983,1986,1987,1989],{},"With this grammar (Jurafsky and Martin call it ",[136,1928,1930],{"className":1929},[143],[136,1931,1933],{"className":1932,"ariaHidden":148},[147],[136,1934,1936,1939],{"className":1935},[152],[136,1937],{"className":1938,"style":918},[156],[136,1940,1942,1946],{"className":1941},[161],[136,1943,925],{"className":1944},[161,1945],"mathcal",[136,1947,1949],{"className":1948},[823],[136,1950,1952,1974],{"className":1951},[173,174],[136,1953,1955,1971],{"className":1954},[178],[136,1956,1959],{"className":1957,"style":1958},[182],"height:0.3011em;",[136,1960,1961,1964],{"style":941},[136,1962],{"className":1963,"style":840},[190],[136,1965,1967],{"className":1966},[844,845,846,847],[136,1968,1970],{"className":1969},[161,847],"0",[136,1972,268],{"className":1973},[267],[136,1975,1977],{"className":1976},[178],[136,1978,1980],{"className":1979,"style":961},[182],[136,1981],{},"), the sentence ",[15,1984,1985],{},"I\nprefer a morning flight"," has a full derivation from ",[125,1988,628],{},", shown as a tree.",[546,1991],{"hash":1992},"3a84ee234b05e1eaed856498470cd88cbfae8e89aaa4144232fa3caa3695c597",[11,1994,1995,1996,1999],{},"The same tree has a flat ",[24,1997,1998],{},"bracketed notation",", which packs the structure onto one\nline by matching brackets and labelling each with its nonterminal:",[2001,2002,2006],"pre",{"className":2003,"code":2005,"language":198,"meta":6},[2004],"language-text","[S [NP [Pro I]] [VP [V prefer] [NP [Det a] [Nom [N morning] [Nom [N flight]]]]]]\n",[125,2007,2005],{"__ignoreMap":6},[80,2009,2011],{"id":2010},"grammatical-phenomena-briefly","Grammatical phenomena, briefly",[11,2013,2014,2015],{},"The phrase structure of English has enough regularity to fill a chapter; a few\npatterns recur throughout and motivate the design choices later.",[29,2016,2017],{},[32,2018,2022],{"href":2019,"ariaDescribedBy":2020,"dataFootnoteRef":6,"id":2021},"#user-content-fn-jm-english",[36],"user-content-fnref-jm-english","5",[2024,2025,2026,2058,2092,2106,2127],"ul",{},[2027,2028,2029,2032,2033,2036,2037,2040,2041,2050,2051,565,2054,2057],"li",{},[24,2030,2031],{},"NP structure."," A noun phrase has a ",[24,2034,2035],{},"head"," noun with modifiers before it\n(determiners, numbers, adjectives — ",[15,2038,2039],{},"the first non-stop flight",") and after it\n(prepositional phrases, relative clauses — ",[15,2042,2043,2044,554,2047],{},"flights ",[136,2045,2046],{},"from Denver",[136,2048,2049],{},"that serve\ndinner","). Post-head modifiers are recursive: ",[125,2052,2053],{},"Nominal → Nominal PP",[125,2055,2056],{},"Nominal → Nominal Noun"," stack indefinitely, the same recursion the tree\nabove exhibits.",[2027,2059,2060,2063,2064,2067,2068,2071,2072,2075,2076,2079,2080,2083,2084],{},[24,2061,2062],{},"VP structure and subcategorization."," A verb phrase pairs a verb with\ncomplements, but not every verb accepts every complement. ",[15,2065,2066],{},"find"," requires a direct\nobject (",[125,2069,2070],{},"VP → Verb NP","), ",[15,2073,2074],{},"disappear"," takes none, and ",[15,2077,2078],{},"want"," accepts either an NP or\nan infinitival VP. The set of complements a verb licenses is its\n",[24,2081,2082],{},"subcategorization frame","; treating it carelessly forces the grammar to multiply\nverb classes and rules.",[29,2085,2086],{},[32,2087,2091],{"href":2088,"ariaDescribedBy":2089,"dataFootnoteRef":6,"id":2090},"#user-content-fn-jm-subcat",[36],"user-content-fnref-jm-subcat","6",[2027,2093,2094,2097,2098,2101,2102,2105],{},[24,2095,2096],{},"Agreement."," The subject and main verb must match in person and number: ",[15,2099,2100],{},"this\nflight serves"," but not ",[15,2103,2104],{},"*this flight serve",". A pure CFG can only enforce this by\ndoubling every affected rule (a singular copy and a plural copy), one of the\nredundancies that pushes practitioners toward lexicalized grammars.",[2027,2107,2108,2111,2112,115,2115,2118,2119,2122,2123,2126],{},[24,2109,2110],{},"Coordination."," Like constituents conjoin into a larger constituent of the same\ntype: ",[125,2113,2114],{},"NP → NP and NP",[125,2116,2117],{},"VP → VP and VP",". The general schema is ",[125,2120,2121],{},"X → X and X",".\nConjoinability is itself a ",[15,2124,2125],{},"test"," for constituency.",[2027,2128,2129,2132,2133,2136,2137,2140,2141,2144],{},[24,2130,2131],{},"Long-distance dependencies."," In ",[15,2134,2135],{},"What flights do you have from Burbank?",", the\nwh-phrase ",[15,2138,2139],{},"what flights"," is the object of ",[15,2142,2143],{},"have",", yet sits far from it at the front\nof the sentence. These fronted arguments — in wh-questions, relative clauses, and\ntopicalization — strain a formalism whose rules are local, and treebanks mark them\nwith special empty nodes (below).",[80,2146,2148],{"id":2147},"treebanks","Treebanks",[11,2150,2151,2152,893,2155,902,2163,2166,2167,2170],{},"A grammar robust enough to parse any sentence lets us build a corpus in which every\nsentence is paired with its parse tree — a ",[24,2153,2154],{},"treebank",[29,2156,2157],{},[32,2158,2162],{"href":2159,"ariaDescribedBy":2160,"dataFootnoteRef":6,"id":2161},"#user-content-fn-jm-treebank",[36],"user-content-fnref-jm-treebank","7",[24,2164,2165],{},"Penn\nTreebank"," is the canonical example, with hand-corrected parses of the Brown,\nSwitchboard, ATIS, and Wall Street Journal corpora. Trees are stored in LISP-style\nparenthesized notation; the ATIS sentence ",[15,2168,2169],{},"The flight should arrive at eleven a.m.\ntomorrow"," is bracketed as:",[2001,2172,2175],{"className":2173,"code":2174,"language":198,"meta":6},[2004],"(S (NP-SBJ (DT The) (NN flight))\n   (VP (MD should)\n       (VP (VB arrive)\n           (PP-TMP (IN at) (NP (CD eleven) (RB a.m.)))\n           (NP-TMP (NN tomorrow)))))\n",[125,2176,2174],{"__ignoreMap":6},[11,2178,2179,2180,2183,2184,2186,2187,2190,2191,2194,2195,2198,2199,2202],{},"Two features matter downstream. First, a treebank ",[15,2181,2182],{},"is"," a grammar: read the rules off\nthe trees and you recover a CFG for the corpus. The Wall Street Journal portion (a\nmillion words) yields about 17,500 distinct rule types, many of them very flat and\nvery long — there are roughly 4,500 rules just for expanding ",[125,2185,130],{},", including\nmonsters like ",[125,2188,2189],{},"VP → VBP PP PP PP PP PP ADVP PP",". Second, Penn Treebank marks\nlong-distance dependencies with ",[24,2192,2193],{},"traces",": an empty ",[125,2196,2197],{},"-NONE-"," node holds the\nposition where a moved constituent ",[505,2200,2201],{},"belongs,"," co-indexed with the constituent's\nsurface location, so a parser can recover which argument goes with which predicate.",[546,2204],{"hash":2205},"ab3506b102e2b9bc2f3a3d4ca9382b5e7d96dbd2cb86a40fee4a7bd99be73e8c",[80,2207,2209],{"id":2208},"structural-ambiguity","Structural ambiguity",[11,2211,2212,2213,893,2216,2224,2225,2228,2229,2232,2233,2236,2237,2240],{},"The reason parsing is hard is that one grammar routinely assigns many trees to one\nsentence — ",[24,2214,2215],{},"structural ambiguity",[29,2217,2218],{},[32,2219,2223],{"href":2220,"ariaDescribedBy":2221,"dataFootnoteRef":6,"id":2222},"#user-content-fn-jm-ambiguity",[36],"user-content-fnref-jm-ambiguity","8"," Groucho Marx's line ",[15,2226,2227],{},"I shot an\nelephant in my pajamas"," is the textbook case. The prepositional phrase ",[15,2230,2231],{},"in my\npajamas"," can attach low, inside the noun phrase headed by ",[15,2234,2235],{},"elephant"," (the elephant\nis wearing the pajamas — the joke), or high, inside the verb phrase headed by ",[15,2238,2239],{},"shot","\n(the shooting happened in the pajamas). Both are licensed by the same grammar.",[546,2242],{"hash":2243},"a7cf8734c2d23c9e8feb06a8fefdb53a9b7c2ce516ad536b6c4a0967eb08f831",[11,2245,2246,2247,2250,2251,2254],{},"This is ",[24,2248,2249],{},"attachment ambiguity",": a constituent can hang from the tree at more than\none place. ",[24,2252,2253],{},"PP-attachment"," is the most common form, and it compounds — a sentence\nwith several prepositional phrases has a number of parses that grows combinatorially.",[11,2256,2257,2258,2261,2262,2265,2266,2274,2275,2283],{},"A second flavor is ",[24,2259,2260],{},"coordination ambiguity",", where a conjunction leaves the\ngrouping unclear. ",[15,2263,2264],{},"old men and women"," can mean ",[15,2267,2268],{},[136,2269,2270,2271],{},"old ",[136,2272,2273],{},"men and women"," (everyone is\nold) or ",[15,2276,2277,565,2280],{},[136,2278,2279],{},"old men",[136,2281,2282],{},"women"," (only the men are old). The two readings correspond\nto different trees.",[546,2285],{"hash":2286},"512bcdaa9442072fbab02dcaa2bdf16486c3fc00eef83b7a384bba45a5abe95a",[11,2288,2289,2290,2293],{},"Real sentences pile these up. Many grammatically valid parses are semantically\nabsurd, and enumerating them naively is exponential. The engineering response comes\nin two parts: a dynamic-programming algorithm that represents ",[15,2291,2292],{},"all"," parses\ncompactly, and a scoring model that picks the right one. We take them in that order.",[80,2295,2297],{"id":2296},"chomsky-normal-form","Chomsky normal form",[11,2299,2300,2301,2303,2304,2321,2322,2365,2366,2399,2400,2408,2409,2412],{},"The parsing algorithm below needs the grammar in a restricted shape. A CFG is in\n",[24,2302,2297],{}," (CNF) if it is ",[136,2305,2307],{"className":2306},[143],[136,2308,2310],{"className":2309,"ariaHidden":148},[147],[136,2311,2313,2317],{"className":2312},[152],[136,2314],{"className":2315,"style":2316},[156],"height:0.4306em;",[136,2318,2320],{"className":2319},[161,591],"ε","-free and every rule has one of\nexactly two shapes: ",[136,2323,2325],{"className":2324},[143],[136,2326,2328,2346],{"className":2327,"ariaHidden":148},[147],[136,2329,2331,2334,2337,2340,2343],{"className":2330},[152],[136,2332],{"className":2333,"style":647},[156],[136,2335,699],{"className":2336},[161,591],[136,2338],{"className":2339,"style":306},[305],[136,2341,311],{"className":2342},[310],[136,2344],{"className":2345,"style":306},[305],[136,2347,2349,2352,2357,2360],{"className":2348},[152],[136,2350],{"className":2351,"style":647},[156],[136,2353,2356],{"className":2354,"style":2355},[161,591],"margin-right:0.0502em;","B",[136,2358],{"className":2359,"style":602},[305],[136,2361,2364],{"className":2362,"style":2363},[161,591],"margin-right:0.0715em;","C"," (two nonterminals) or ",[136,2367,2369],{"className":2368},[143],[136,2370,2372,2390],{"className":2371,"ariaHidden":148},[147],[136,2373,2375,2378,2381,2384,2387],{"className":2374},[152],[136,2376],{"className":2377,"style":647},[156],[136,2379,699],{"className":2380},[161,591],[136,2382],{"className":2383,"style":306},[305],[136,2385,311],{"className":2386},[310],[136,2388],{"className":2389,"style":306},[305],[136,2391,2393,2396],{"className":2392},[152],[136,2394],{"className":2395,"style":2316},[156],[136,2397,1079],{"className":2398,"style":1078},[161,591],"\n(one terminal).",[29,2401,2402],{},[32,2403,2407],{"href":2404,"ariaDescribedBy":2405,"dataFootnoteRef":6,"id":2406},"#user-content-fn-jm-cnf",[36],"user-content-fnref-jm-cnf","9"," CNF grammars are ",[24,2410,2411],{},"binary branching",": above the\npart-of-speech level, every node has exactly two children. That property is what\nmakes the chart triangular and the algorithm cubic.",[11,2414,2415,2416],{},"Any CFG can be converted to a weakly equivalent CNF grammar — one generating the\nsame string set — by repairing three kinds of offending rule.",[29,2417,2418],{},[32,2419,2423],{"href":2420,"ariaDescribedBy":2421,"dataFootnoteRef":6,"id":2422},"#user-content-fn-jm-cnf-convert",[36],"user-content-fnref-jm-cnf-convert","10",[2024,2425,2426,2442,2593],{},[2027,2427,2428,2431,2432,2435,2436,565,2439,893],{},[24,2429,2430],{},"Terminals mixed with nonterminals"," on the right (",[125,2433,2434],{},"INF-VP → to VP","): introduce a\ndummy nonterminal covering the terminal, giving ",[125,2437,2438],{},"INF-VP → TO VP",[125,2440,2441],{},"TO → to",[2027,2443,2444,2447,2448,2451,2452,2521,2522,2558,2559,2592],{},[24,2445,2446],{},"Unit productions"," — a single nonterminal on the right (",[125,2449,2450],{},"A → B","): follow each\nchain ",[136,2453,2455],{"className":2454},[143],[136,2456,2458,2512],{"className":2457,"ariaHidden":148},[147],[136,2459,2461,2464,2467,2470,2509],{"className":2460},[152],[136,2462],{"className":2463,"style":1114},[156],[136,2465,699],{"className":2466},[161,591],[136,2468],{"className":2469,"style":306},[305],[136,2471,2473],{"className":2472},[310],[136,2474,2476],{"className":2475},[1168,1169],[136,2477,2479],{"className":2478},[173],[136,2480,2482],{"className":2481},[178],[136,2483,2485,2495],{"className":2484,"style":1114},[182],[136,2486,2487,2490],{"style":1181},[136,2488],{"className":2489,"style":191},[190],[136,2491,2492],{},[136,2493,1190],{"className":2494},[1168],[136,2496,2497,2500],{"style":1193},[136,2498],{"className":2499,"style":191},[190],[136,2501,2503],{"className":2502},[844,845,846,847],[136,2504,2506],{"className":2505},[161,847],[136,2507,854],{"className":2508},[161,847],[136,2510],{"className":2511,"style":306},[305],[136,2513,2515,2518],{"className":2514},[152],[136,2516],{"className":2517,"style":647},[156],[136,2519,2356],{"className":2520,"style":2355},[161,591]," and, for every non-unit rule ",[136,2523,2525],{"className":2524},[143],[136,2526,2528,2546],{"className":2527,"ariaHidden":148},[147],[136,2529,2531,2534,2537,2540,2543],{"className":2530},[152],[136,2532],{"className":2533,"style":647},[156],[136,2535,2356],{"className":2536,"style":2355},[161,591],[136,2538],{"className":2539,"style":306},[305],[136,2541,311],{"className":2542},[310],[136,2544],{"className":2545,"style":306},[305],[136,2547,2549,2553],{"className":2548},[152],[136,2550],{"className":2551,"style":2552},[156],"height:0.625em;vertical-align:-0.1944em;",[136,2554,2557],{"className":2555,"style":2556},[161,591],"margin-right:0.0556em;","γ",", add ",[136,2560,2562],{"className":2561},[143],[136,2563,2565,2583],{"className":2564,"ariaHidden":148},[147],[136,2566,2568,2571,2574,2577,2580],{"className":2567},[152],[136,2569],{"className":2570,"style":647},[156],[136,2572,699],{"className":2573},[161,591],[136,2575],{"className":2576,"style":306},[305],[136,2578,311],{"className":2579},[310],[136,2581],{"className":2582,"style":306},[305],[136,2584,2586,2589],{"className":2585},[152],[136,2587],{"className":2588,"style":2552},[156],[136,2590,2557],{"className":2591,"style":2556},[161,591],", then discard the unit rules. This flattens the\ngrammar and promotes terminals higher in the tree.",[2027,2594,2595,2598,2599,2602,2603,565,2606,2609,2610,2613,2614,565,2617,893],{},[24,2596,2597],{},"Right-hand sides longer than two"," (",[125,2600,2601],{},"A → B C D","): split off the leftmost pair\nunder a fresh nonterminal, ",[125,2604,2605],{},"A → X1 D",[125,2607,2608],{},"X1 → B C",", and iterate until every rule\nis binary. So ",[125,2611,2612],{},"S → Aux NP VP"," becomes ",[125,2615,2616],{},"S → X1 VP",[125,2618,2619],{},"X1 → Aux NP",[546,2621],{"hash":2622},"74adc28d9f871b503799dc2ba3b67f62740ddec0bdacb1c193e95c54191f030a",[11,2624,2625,2626,115,2629,115,2632,2635,2636,565,2638,2641],{},"The conversion has a side benefit: binarizing a family of flat rules like ",[125,2627,2628],{},"VP → VBD NP",[125,2630,2631],{},"VP → VBD NP PP",[125,2633,2634],{},"VP → VBD NP PP PP",", ... can be replaced by the compact pair\n",[125,2637,2628],{},[125,2639,2640],{},"VP → VP PP",", generating the same infinite family with two rules.",[80,2643,2645],{"id":2644},"the-cky-algorithm","The CKY algorithm",[11,2647,2648,2651,2652,2660,2661,2665,2666,2669],{},[24,2649,2650],{},"CKY"," (Cocke-Kasami-Younger) is the standard dynamic-programming parser.",[29,2653,2654],{},[32,2655,2659],{"href":2656,"ariaDescribedBy":2657,"dataFootnoteRef":6,"id":2658},"#user-content-fn-jm-cky",[36],"user-content-fnref-jm-cky","11","\nIt is the same idea as ",[32,2662,2664],{"href":2663},"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization","minimum edit distance","\nand Viterbi: fill a table of subproblem solutions bottom-up so that each cell is\ncomputed from cells already filled. Here a subproblem is ",[15,2667,2668],{},"which nonterminals can\nspan this stretch of the input",", and the context-free property is what makes it a\ndynamic program — once a constituent is found over a span, it can be reused in any\nlarger derivation without being reanalyzed.",[2671,2672,2674],"h3",{"id":2673},"the-chart","The chart",[11,2676,2677,2678,2681,2682,522,2698,2714,2715,2718,2719,2772,2773,2824,2825,2876,2877,2928,2929,2980,2981,3032,3033,3075,3076,2928,3092,3108,3109,3174,3175,3210,3211,3241,3242,893],{},"Index the ",[24,2679,2680],{},"fenceposts"," between words from ",[136,2683,2685],{"className":2684},[143],[136,2686,2688],{"className":2687,"ariaHidden":148},[147],[136,2689,2691,2695],{"className":2690},[152],[136,2692],{"className":2693,"style":2694},[156],"height:0.6444em;",[136,2696,1970],{"className":2697},[161],[136,2699,2701],{"className":2700},[143],[136,2702,2704],{"className":2703,"ariaHidden":148},[147],[136,2705,2707,2710],{"className":2706},[152],[136,2708],{"className":2709,"style":2316},[156],[136,2711,2713],{"className":2712},[161,591],"n",", so the input ",[15,2716,2717],{},"Book the flight\nthrough Houston"," is read as ",[136,2720,2722],{"className":2721},[143],[136,2723,2725],{"className":2724,"ariaHidden":148},[147],[136,2726,2728,2732],{"className":2727},[152],[136,2729],{"className":2730,"style":2731},[156],"height:0.4511em;vertical-align:-0.15em;",[136,2733,2735,2737],{"className":2734},[161],[136,2736],{},[136,2738,2740],{"className":2739},[823],[136,2741,2743,2764],{"className":2742},[173,174],[136,2744,2746,2761],{"className":2745},[178],[136,2747,2749],{"className":2748,"style":1958},[182],[136,2750,2752,2755],{"style":2751},"top:-2.55em;margin-right:0.05em;",[136,2753],{"className":2754,"style":840},[190],[136,2756,2758],{"className":2757},[844,845,846,847],[136,2759,1970],{"className":2760},[161,847],[136,2762,268],{"className":2763},[267],[136,2765,2767],{"className":2766},[178],[136,2768,2770],{"className":2769,"style":961},[182],[136,2771],{}," Book ",[136,2774,2776],{"className":2775},[143],[136,2777,2779],{"className":2778,"ariaHidden":148},[147],[136,2780,2782,2785],{"className":2781},[152],[136,2783],{"className":2784,"style":2731},[156],[136,2786,2788,2790],{"className":2787},[161],[136,2789],{},[136,2791,2793],{"className":2792},[823],[136,2794,2796,2816],{"className":2795},[173,174],[136,2797,2799,2813],{"className":2798},[178],[136,2800,2802],{"className":2801,"style":1958},[182],[136,2803,2804,2807],{"style":2751},[136,2805],{"className":2806,"style":840},[190],[136,2808,2810],{"className":2809},[844,845,846,847],[136,2811,38],{"className":2812},[161,847],[136,2814,268],{"className":2815},[267],[136,2817,2819],{"className":2818},[178],[136,2820,2822],{"className":2821,"style":961},[182],[136,2823],{}," the ",[136,2826,2828],{"className":2827},[143],[136,2829,2831],{"className":2830,"ariaHidden":148},[147],[136,2832,2834,2837],{"className":2833},[152],[136,2835],{"className":2836,"style":2731},[156],[136,2838,2840,2842],{"className":2839},[161],[136,2841],{},[136,2843,2845],{"className":2844},[823],[136,2846,2848,2868],{"className":2847},[173,174],[136,2849,2851,2865],{"className":2850},[178],[136,2852,2854],{"className":2853,"style":1958},[182],[136,2855,2856,2859],{"style":2751},[136,2857],{"className":2858,"style":840},[190],[136,2860,2862],{"className":2861},[844,845,846,847],[136,2863,72],{"className":2864},[161,847],[136,2866,268],{"className":2867},[267],[136,2869,2871],{"className":2870},[178],[136,2872,2874],{"className":2873,"style":961},[182],[136,2875],{}," flight ",[136,2878,2880],{"className":2879},[143],[136,2881,2883],{"className":2882,"ariaHidden":148},[147],[136,2884,2886,2889],{"className":2885},[152],[136,2887],{"className":2888,"style":2731},[156],[136,2890,2892,2894],{"className":2891},[161],[136,2893],{},[136,2895,2897],{"className":2896},[823],[136,2898,2900,2920],{"className":2899},[173,174],[136,2901,2903,2917],{"className":2902},[178],[136,2904,2906],{"className":2905,"style":1958},[182],[136,2907,2908,2911],{"style":2751},[136,2909],{"className":2910,"style":840},[190],[136,2912,2914],{"className":2913},[844,845,846,847],[136,2915,102],{"className":2916},[161,847],[136,2918,268],{"className":2919},[267],[136,2921,2923],{"className":2922},[178],[136,2924,2926],{"className":2925,"style":961},[182],[136,2927],{}," through ",[136,2930,2932],{"className":2931},[143],[136,2933,2935],{"className":2934,"ariaHidden":148},[147],[136,2936,2938,2941],{"className":2937},[152],[136,2939],{"className":2940,"style":2731},[156],[136,2942,2944,2946],{"className":2943},[161],[136,2945],{},[136,2947,2949],{"className":2948},[823],[136,2950,2952,2972],{"className":2951},[173,174],[136,2953,2955,2969],{"className":2954},[178],[136,2956,2958],{"className":2957,"style":1958},[182],[136,2959,2960,2963],{"style":2751},[136,2961],{"className":2962,"style":840},[190],[136,2964,2966],{"className":2965},[844,845,846,847],[136,2967,901],{"className":2968},[161,847],[136,2970,268],{"className":2971},[267],[136,2973,2975],{"className":2974},[178],[136,2976,2978],{"className":2977,"style":961},[182],[136,2979],{}," Houston\n",[136,2982,2984],{"className":2983},[143],[136,2985,2987],{"className":2986,"ariaHidden":148},[147],[136,2988,2990,2993],{"className":2989},[152],[136,2991],{"className":2992,"style":2731},[156],[136,2994,2996,2998],{"className":2995},[161],[136,2997],{},[136,2999,3001],{"className":3000},[823],[136,3002,3004,3024],{"className":3003},[173,174],[136,3005,3007,3021],{"className":3006},[178],[136,3008,3010],{"className":3009,"style":1958},[182],[136,3011,3012,3015],{"style":2751},[136,3013],{"className":3014,"style":840},[190],[136,3016,3018],{"className":3017},[844,845,846,847],[136,3019,2022],{"className":3020},[161,847],[136,3022,268],{"className":3023},[267],[136,3025,3027],{"className":3026},[178],[136,3028,3030],{"className":3029,"style":961},[182],[136,3031],{},". A cell ",[136,3034,3036],{"className":3035},[143],[136,3037,3039],{"className":3038,"ariaHidden":148},[147],[136,3040,3042,3045,3052,3056,3060,3063,3066,3071],{"className":3041},[152],[136,3043],{"className":3044,"style":582},[156],[136,3046,3048],{"className":3047},[161,198],[136,3049,3051],{"className":3050},[161],"table",[136,3053,3055],{"className":3054},[586],"[",[136,3057,3059],{"className":3058},[161,591],"i",[136,3061,598],{"className":3062},[597],[136,3064],{"className":3065,"style":602},[305],[136,3067,3070],{"className":3068,"style":3069},[161,591],"margin-right:0.0572em;","j",[136,3072,3074],{"className":3073},[632],"]"," holds the set of nonterminals that can span\npositions ",[136,3077,3079],{"className":3078},[143],[136,3080,3082],{"className":3081,"ariaHidden":148},[147],[136,3083,3085,3089],{"className":3084},[152],[136,3086],{"className":3087,"style":3088},[156],"height:0.6595em;",[136,3090,3059],{"className":3091},[161,591],[136,3093,3095],{"className":3094},[143],[136,3096,3098],{"className":3097,"ariaHidden":148},[147],[136,3099,3101,3105],{"className":3100},[152],[136,3102],{"className":3103,"style":3104},[156],"height:0.854em;vertical-align:-0.1944em;",[136,3106,3070],{"className":3107,"style":3069},[161,591],". Only the upper triangle of the ",[136,3110,3112],{"className":3111},[143],[136,3113,3115,3150],{"className":3114,"ariaHidden":148},[147],[136,3116,3118,3121,3124,3127,3134,3137,3140,3143,3147],{"className":3117},[152],[136,3119],{"className":3120,"style":582},[156],[136,3122,587],{"className":3123},[586],[136,3125,2713],{"className":3126},[161,591],[136,3128,3130],{"className":3129},[161],[136,3131,3133],{"className":3132},[161],"+",[136,3135,38],{"className":3136},[161],[136,3138,633],{"className":3139},[632],[136,3141],{"className":3142,"style":796},[305],[136,3144,3146],{"className":3145},[800],"×",[136,3148],{"className":3149,"style":796},[305],[136,3151,3153,3156,3159,3162,3168,3171],{"className":3152},[152],[136,3154],{"className":3155,"style":582},[156],[136,3157,587],{"className":3158},[586],[136,3160,2713],{"className":3161},[161,591],[136,3163,3165],{"className":3164},[161],[136,3166,3133],{"className":3167},[161],[136,3169,38],{"className":3170},[161],[136,3172,633],{"className":3173},[632],"\nmatrix is used, since ",[136,3176,3178],{"className":3177},[143],[136,3179,3181,3201],{"className":3180,"ariaHidden":148},[147],[136,3182,3184,3188,3191,3194,3198],{"className":3183},[152],[136,3185],{"className":3186,"style":3187},[156],"height:0.6986em;vertical-align:-0.0391em;",[136,3189,3059],{"className":3190},[161,591],[136,3192],{"className":3193,"style":306},[305],[136,3195,3197],{"className":3196},[310],"\u003C",[136,3199],{"className":3200,"style":306},[305],[136,3202,3204,3207],{"className":3203},[152],[136,3205],{"className":3206,"style":3104},[156],[136,3208,3070],{"className":3209,"style":3069},[161,591],"; the cell ",[136,3212,3214],{"className":3213},[143],[136,3215,3217],{"className":3216,"ariaHidden":148},[147],[136,3218,3220,3223,3226,3229,3232,3235,3238],{"className":3219},[152],[136,3221],{"className":3222,"style":582},[156],[136,3224,3055],{"className":3225},[586],[136,3227,1970],{"className":3228},[161],[136,3230,598],{"className":3231},[597],[136,3233],{"className":3234,"style":602},[305],[136,3236,2713],{"className":3237},[161,591],[136,3239,3074],{"className":3240},[632]," covers the whole sentence, and the\nsentence is grammatical exactly when ",[136,3243,3245],{"className":3244},[143],[136,3246,3248,3266],{"className":3247,"ariaHidden":148},[147],[136,3249,3251,3254,3257,3260,3263],{"className":3250},[152],[136,3252],{"className":3253,"style":734},[156],[136,3255,628],{"className":3256,"style":627},[161,591],[136,3258],{"className":3259,"style":306},[305],[136,3261,744],{"className":3262},[310],[136,3264],{"className":3265,"style":306},[305],[136,3267,3269,3272,3278,3281,3284,3287,3290,3293],{"className":3268},[152],[136,3270],{"className":3271,"style":582},[156],[136,3273,3275],{"className":3274},[161,198],[136,3276,3051],{"className":3277},[161],[136,3279,3055],{"className":3280},[586],[136,3282,1970],{"className":3283},[161],[136,3285,598],{"className":3286},[597],[136,3288],{"className":3289,"style":602},[305],[136,3291,2713],{"className":3292},[161,591],[136,3294,3074],{"className":3295},[632],[11,3297,3298,3299,3329,3330,3369,3370,3385,3386,565,3418,3385,3433,3463,3464,554,3467,721,3483,3535,3536,3566,3567,3582,3583,3613,3614,3644,3645,3660,3661,3691,3692,3707,3708,3738,3739,893],{},"Because the grammar is in CNF, any constituent spanning ",[136,3300,3302],{"className":3301},[143],[136,3303,3305],{"className":3304,"ariaHidden":148},[147],[136,3306,3308,3311,3314,3317,3320,3323,3326],{"className":3307},[152],[136,3309],{"className":3310,"style":582},[156],[136,3312,3055],{"className":3313},[586],[136,3315,3059],{"className":3316},[161,591],[136,3318,598],{"className":3319},[597],[136,3321],{"className":3322,"style":602},[305],[136,3324,3070],{"className":3325,"style":3069},[161,591],[136,3327,3074],{"className":3328},[632]," was built from a rule\n",[136,3331,3333],{"className":3332},[143],[136,3334,3336,3354],{"className":3335,"ariaHidden":148},[147],[136,3337,3339,3342,3345,3348,3351],{"className":3338},[152],[136,3340],{"className":3341,"style":647},[156],[136,3343,699],{"className":3344},[161,591],[136,3346],{"className":3347,"style":306},[305],[136,3349,311],{"className":3350},[310],[136,3352],{"className":3353,"style":306},[305],[136,3355,3357,3360,3363,3366],{"className":3356},[152],[136,3358],{"className":3359,"style":647},[156],[136,3361,2356],{"className":3362,"style":2355},[161,591],[136,3364],{"className":3365,"style":602},[305],[136,3367,2364],{"className":3368,"style":2363},[161,591]," where ",[136,3371,3373],{"className":3372},[143],[136,3374,3376],{"className":3375,"ariaHidden":148},[147],[136,3377,3379,3382],{"className":3378},[152],[136,3380],{"className":3381,"style":647},[156],[136,3383,2356],{"className":3384,"style":2355},[161,591]," spans ",[136,3387,3389],{"className":3388},[143],[136,3390,3392],{"className":3391,"ariaHidden":148},[147],[136,3393,3395,3398,3401,3404,3407,3410,3415],{"className":3394},[152],[136,3396],{"className":3397,"style":582},[156],[136,3399,3055],{"className":3400},[586],[136,3402,3059],{"className":3403},[161,591],[136,3405,598],{"className":3406},[597],[136,3408],{"className":3409,"style":602},[305],[136,3411,3414],{"className":3412,"style":3413},[161,591],"margin-right:0.0315em;","k",[136,3416,3074],{"className":3417},[632],[136,3419,3421],{"className":3420},[143],[136,3422,3424],{"className":3423,"ariaHidden":148},[147],[136,3425,3427,3430],{"className":3426},[152],[136,3428],{"className":3429,"style":647},[156],[136,3431,2364],{"className":3432,"style":2363},[161,591],[136,3434,3436],{"className":3435},[143],[136,3437,3439],{"className":3438,"ariaHidden":148},[147],[136,3440,3442,3445,3448,3451,3454,3457,3460],{"className":3441},[152],[136,3443],{"className":3444,"style":582},[156],[136,3446,3055],{"className":3447},[586],[136,3449,3414],{"className":3450,"style":3413},[161,591],[136,3452,598],{"className":3453},[597],[136,3455],{"className":3456,"style":602},[305],[136,3458,3070],{"className":3459,"style":3069},[161,591],[136,3461,3074],{"className":3462},[632]," for some ",[24,3465,3466],{},"split\npoint",[136,3468,3470],{"className":3469},[143],[136,3471,3473],{"className":3472,"ariaHidden":148},[147],[136,3474,3476,3480],{"className":3475},[152],[136,3477],{"className":3478,"style":3479},[156],"height:0.6944em;",[136,3481,3414],{"className":3482,"style":3413},[161,591],[136,3484,3486],{"className":3485},[143],[136,3487,3489,3507,3526],{"className":3488,"ariaHidden":148},[147],[136,3490,3492,3495,3498,3501,3504],{"className":3491},[152],[136,3493],{"className":3494,"style":3187},[156],[136,3496,3059],{"className":3497},[161,591],[136,3499],{"className":3500,"style":306},[305],[136,3502,3197],{"className":3503},[310],[136,3505],{"className":3506,"style":306},[305],[136,3508,3510,3514,3517,3520,3523],{"className":3509},[152],[136,3511],{"className":3512,"style":3513},[156],"height:0.7335em;vertical-align:-0.0391em;",[136,3515,3414],{"className":3516,"style":3413},[161,591],[136,3518],{"className":3519,"style":306},[305],[136,3521,3197],{"className":3522},[310],[136,3524],{"className":3525,"style":306},[305],[136,3527,3529,3532],{"className":3528},[152],[136,3530],{"className":3531,"style":3104},[156],[136,3533,3070],{"className":3534,"style":3069},[161,591],". Geometrically, the left child ",[136,3537,3539],{"className":3538},[143],[136,3540,3542],{"className":3541,"ariaHidden":148},[147],[136,3543,3545,3548,3551,3554,3557,3560,3563],{"className":3544},[152],[136,3546],{"className":3547,"style":582},[156],[136,3549,3055],{"className":3550},[586],[136,3552,3059],{"className":3553},[161,591],[136,3555,598],{"className":3556},[597],[136,3558],{"className":3559,"style":602},[305],[136,3561,3414],{"className":3562,"style":3413},[161,591],[136,3564,3074],{"className":3565},[632]," lies along row\n",[136,3568,3570],{"className":3569},[143],[136,3571,3573],{"className":3572,"ariaHidden":148},[147],[136,3574,3576,3579],{"className":3575},[152],[136,3577],{"className":3578,"style":3088},[156],[136,3580,3059],{"className":3581},[161,591]," to the left of ",[136,3584,3586],{"className":3585},[143],[136,3587,3589],{"className":3588,"ariaHidden":148},[147],[136,3590,3592,3595,3598,3601,3604,3607,3610],{"className":3591},[152],[136,3593],{"className":3594,"style":582},[156],[136,3596,3055],{"className":3597},[586],[136,3599,3059],{"className":3600},[161,591],[136,3602,598],{"className":3603},[597],[136,3605],{"className":3606,"style":602},[305],[136,3608,3070],{"className":3609,"style":3069},[161,591],[136,3611,3074],{"className":3612},[632],", and the right child ",[136,3615,3617],{"className":3616},[143],[136,3618,3620],{"className":3619,"ariaHidden":148},[147],[136,3621,3623,3626,3629,3632,3635,3638,3641],{"className":3622},[152],[136,3624],{"className":3625,"style":582},[156],[136,3627,3055],{"className":3628},[586],[136,3630,3414],{"className":3631,"style":3413},[161,591],[136,3633,598],{"className":3634},[597],[136,3636],{"className":3637,"style":602},[305],[136,3639,3070],{"className":3640,"style":3069},[161,591],[136,3642,3074],{"className":3643},[632]," lies down column ",[136,3646,3648],{"className":3647},[143],[136,3649,3651],{"className":3650,"ariaHidden":148},[147],[136,3652,3654,3657],{"className":3653},[152],[136,3655],{"className":3656,"style":3104},[156],[136,3658,3070],{"className":3659,"style":3069},[161,591]," beneath\nit. Filling ",[136,3662,3664],{"className":3663},[143],[136,3665,3667],{"className":3666,"ariaHidden":148},[147],[136,3668,3670,3673,3676,3679,3682,3685,3688],{"className":3669},[152],[136,3671],{"className":3672,"style":582},[156],[136,3674,3055],{"className":3675},[586],[136,3677,3059],{"className":3678},[161,591],[136,3680,598],{"className":3681},[597],[136,3683],{"className":3684,"style":602},[305],[136,3686,3070],{"className":3687,"style":3069},[161,591],[136,3689,3074],{"className":3690},[632]," means scanning every split ",[136,3693,3695],{"className":3694},[143],[136,3696,3698],{"className":3697,"ariaHidden":148},[147],[136,3699,3701,3704],{"className":3700},[152],[136,3702],{"className":3703,"style":3479},[156],[136,3705,3414],{"className":3706,"style":3413},[161,591],", checking whether any grammar rule\ncombines a nonterminal from ",[136,3709,3711],{"className":3710},[143],[136,3712,3714],{"className":3713,"ariaHidden":148},[147],[136,3715,3717,3720,3723,3726,3729,3732,3735],{"className":3716},[152],[136,3718],{"className":3719,"style":582},[156],[136,3721,3055],{"className":3722},[586],[136,3724,3059],{"className":3725},[161,591],[136,3727,598],{"className":3728},[597],[136,3730],{"className":3731,"style":602},[305],[136,3733,3414],{"className":3734,"style":3413},[161,591],[136,3736,3074],{"className":3737},[632]," with one from ",[136,3740,3742],{"className":3741},[143],[136,3743,3745],{"className":3744,"ariaHidden":148},[147],[136,3746,3748,3751,3754,3757,3760,3763,3766],{"className":3747},[152],[136,3749],{"className":3750,"style":582},[156],[136,3752,3055],{"className":3753},[586],[136,3755,3414],{"className":3756,"style":3413},[161,591],[136,3758,598],{"className":3759},[597],[136,3761],{"className":3762,"style":602},[305],[136,3764,3070],{"className":3765,"style":3069},[161,591],[136,3767,3074],{"className":3768},[632],[546,3770],{"hash":3771},"ef9b69f484967c4206dc2daec4f5e9d729a65794e4a9f6770f27e9ca3b5ef095",[2671,3773,3775],{"id":3774},"the-recognizer","The recognizer",[11,3777,3778,3779,3819,3820,3835],{},"The order of filling matters: to have both children ready, process columns left to\nright and, within a column, rows bottom to top. The base case fills the diagonal\n",[136,3780,3782],{"className":3781},[143],[136,3783,3785],{"className":3784,"ariaHidden":148},[147],[136,3786,3788,3791,3794,3797,3804,3807,3810,3813,3816],{"className":3787},[152],[136,3789],{"className":3790,"style":582},[156],[136,3792,3055],{"className":3793},[586],[136,3795,3070],{"className":3796,"style":3069},[161,591],[136,3798,3800],{"className":3799},[161],[136,3801,3803],{"className":3802},[161],"−",[136,3805,38],{"className":3806},[161],[136,3808,598],{"className":3809},[597],[136,3811],{"className":3812,"style":602},[305],[136,3814,3070],{"className":3815,"style":3069},[161,591],[136,3817,3074],{"className":3818},[632]," with the parts of speech of word ",[136,3821,3823],{"className":3822},[143],[136,3824,3826],{"className":3825,"ariaHidden":148},[147],[136,3827,3829,3832],{"className":3828},[152],[136,3830],{"className":3831,"style":3104},[156],[136,3833,3070],{"className":3834,"style":3069},[161,591],"; then each higher cell combines pairs\nof lower cells.",[2001,3837,3841],{"className":3838,"code":3839,"language":3840,"meta":6,"style":6},"language-algorithm shiki shiki-themes Vesper Light - Orange Boost (Quick Open Adjusted) vesper","caption: $\\textsc{CKY-Parse}(\\textit{words}, \\textit{grammar})$ — fill the constituency chart\ninput: sentence $\\textit{words}[1..n]$, grammar in Chomsky normal form\n$\\textit{table} \\gets$ empty $(n{+}1) \\times (n{+}1)$ table\nfor $j = 1$ to $n$ do\n  for each $A$ such that $A \\rightarrow \\textit{words}[j] \\in \\textit{grammar}$ do\n    add $A$ to $\\textit{table}[j{-}1, j]$ \u002F\u002F part-of-speech base case\n  for $i = j{-}2$ downto $0$ do\n    for $k = i{+}1$ to $j{-}1$ do\n      for each $A \\rightarrow B\\,C \\in \\textit{grammar}$ with $B \\in \\textit{table}[i,k]$ and $C \\in \\textit{table}[k,j]$ do\n        add $A$ to $\\textit{table}[i,j]$ \u002F\u002F constituent over span (i, j)\nreturn $\\textit{table}$\n","algorithm",[125,3842,3843,3850,3856,3862,3868,3874,3880,3886,3892,3898,3904],{"__ignoreMap":6},[136,3844,3847],{"class":3845,"line":3846},"line",1,[136,3848,3849],{},"caption: $\\textsc{CKY-Parse}(\\textit{words}, \\textit{grammar})$ — fill the constituency chart\n",[136,3851,3853],{"class":3845,"line":3852},2,[136,3854,3855],{},"input: sentence $\\textit{words}[1..n]$, grammar in Chomsky normal form\n",[136,3857,3859],{"class":3845,"line":3858},3,[136,3860,3861],{},"$\\textit{table} \\gets$ empty $(n{+}1) \\times (n{+}1)$ table\n",[136,3863,3865],{"class":3845,"line":3864},4,[136,3866,3867],{},"for $j = 1$ to $n$ do\n",[136,3869,3871],{"class":3845,"line":3870},5,[136,3872,3873],{},"  for each $A$ such that $A \\rightarrow \\textit{words}[j] \\in \\textit{grammar}$ do\n",[136,3875,3877],{"class":3845,"line":3876},6,[136,3878,3879],{},"    add $A$ to $\\textit{table}[j{-}1, j]$ \u002F\u002F part-of-speech base case\n",[136,3881,3883],{"class":3845,"line":3882},7,[136,3884,3885],{},"  for $i = j{-}2$ downto $0$ do\n",[136,3887,3889],{"class":3845,"line":3888},8,[136,3890,3891],{},"    for $k = i{+}1$ to $j{-}1$ do\n",[136,3893,3895],{"class":3845,"line":3894},9,[136,3896,3897],{},"      for each $A \\rightarrow B\\,C \\in \\textit{grammar}$ with $B \\in \\textit{table}[i,k]$ and $C \\in \\textit{table}[k,j]$ do\n",[136,3899,3901],{"class":3845,"line":3900},10,[136,3902,3903],{},"        add $A$ to $\\textit{table}[i,j]$ \u002F\u002F constituent over span (i, j)\n",[136,3905,3907],{"class":3845,"line":3906},11,[136,3908,3909],{},"return $\\textit{table}$\n",[11,3911,3912,3913,115,3928,115,3943,3958,3959,4028,4029,4032,4033,4087,4088,4091,4092,4095,4096,533,4111,4141],{},"Three nested loops over positions (",[136,3914,3916],{"className":3915},[143],[136,3917,3919],{"className":3918,"ariaHidden":148},[147],[136,3920,3922,3925],{"className":3921},[152],[136,3923],{"className":3924,"style":3104},[156],[136,3926,3070],{"className":3927,"style":3069},[161,591],[136,3929,3931],{"className":3930},[143],[136,3932,3934],{"className":3933,"ariaHidden":148},[147],[136,3935,3937,3940],{"className":3936},[152],[136,3938],{"className":3939,"style":3088},[156],[136,3941,3059],{"className":3942},[161,591],[136,3944,3946],{"className":3945},[143],[136,3947,3949],{"className":3948,"ariaHidden":148},[147],[136,3950,3952,3955],{"className":3951},[152],[136,3953],{"className":3954,"style":3479},[156],[136,3956,3414],{"className":3957,"style":3413},[161,591],") times a scan of the grammar give\n",[136,3960,3962],{"className":3961},[143],[136,3963,3965],{"className":3964,"ariaHidden":148},[147],[136,3966,3968,3972,3977,3980,4013,4016,4019,4022,4025],{"className":3967},[152],[136,3969],{"className":3970,"style":3971},[156],"height:1.0641em;vertical-align:-0.25em;",[136,3973,3976],{"className":3974,"style":3975},[161,591],"margin-right:0.0278em;","O",[136,3978,587],{"className":3979},[586],[136,3981,3983,3986],{"className":3982},[161],[136,3984,2713],{"className":3985},[161,591],[136,3987,3989],{"className":3988},[823],[136,3990,3992],{"className":3991},[173],[136,3993,3995],{"className":3994},[178],[136,3996,3999],{"className":3997,"style":3998},[182],"height:0.8141em;",[136,4000,4001,4004],{"style":836},[136,4002],{"className":4003,"style":840},[190],[136,4005,4007],{"className":4006},[844,845,846,847],[136,4008,4010],{"className":4009},[161,847],[136,4011,102],{"className":4012},[161,847],[136,4014],{"className":4015,"style":602},[305],[136,4017,392],{"className":4018},[161],[136,4020,951],{"className":4021},[161,591],[136,4023,392],{"className":4024},[161],[136,4026,633],{"className":4027},[632]," time — cubic in the sentence length, linear in the grammar size.\nAs written this is a ",[24,4030,4031],{},"recognizer",": it reports grammaticality by testing ",[136,4034,4036],{"className":4035},[143],[136,4037,4039,4057],{"className":4038,"ariaHidden":148},[147],[136,4040,4042,4045,4048,4051,4054],{"className":4041},[152],[136,4043],{"className":4044,"style":734},[156],[136,4046,628],{"className":4047,"style":627},[161,591],[136,4049],{"className":4050,"style":306},[305],[136,4052,744],{"className":4053},[310],[136,4055],{"className":4056,"style":306},[305],[136,4058,4060,4063,4069,4072,4075,4078,4081,4084],{"className":4059},[152],[136,4061],{"className":4062,"style":582},[156],[136,4064,4066],{"className":4065},[161,198],[136,4067,3051],{"className":4068},[161],[136,4070,3055],{"className":4071},[586],[136,4073,1970],{"className":4074},[161],[136,4076,598],{"className":4077},[597],[136,4079],{"className":4080,"style":602},[305],[136,4082,2713],{"className":4083},[161,591],[136,4085,3074],{"className":4086},[632]," but does not return trees. Two changes make it a ",[24,4089,4090],{},"parser",":\nattach to each table entry back-pointers to the two cells it was built from, and\nallow multiple copies of a nonterminal (one per way of deriving it). The filled table\nthen encodes ",[15,4093,4094],{},"every"," parse; a single tree is read off by picking an ",[136,4097,4099],{"className":4098},[143],[136,4100,4102],{"className":4101,"ariaHidden":148},[147],[136,4103,4105,4108],{"className":4104},[152],[136,4106],{"className":4107,"style":647},[156],[136,4109,628],{"className":4110,"style":627},[161,591],[136,4112,4114],{"className":4113},[143],[136,4115,4117],{"className":4116,"ariaHidden":148},[147],[136,4118,4120,4123,4126,4129,4132,4135,4138],{"className":4119},[152],[136,4121],{"className":4122,"style":582},[156],[136,4124,3055],{"className":4125},[586],[136,4127,1970],{"className":4128},[161],[136,4130,598],{"className":4131},[597],[136,4133],{"className":4134,"style":602},[305],[136,4136,2713],{"className":4137},[161,591],[136,4139,3074],{"className":4140},[632],"\nand recursively following its back-pointers.",[2671,4143,4145],{"id":4144},"a-worked-example","A worked example",[11,4147,4148,4149,4201,4202,4205,4206,4208,4209,115,4211,115,4213,855,4215,4217,4218,4205,4220,4217,4222,4205,4224,115,4226,4228,4229,4205,4232,4234,4235,4205,4238,115,4240,4242,4243,115,4246,115,4249,115,4251,115,4253,4208,4256,115,4258,4261,4262,565,4265,4268,4269,4272,4273,2598,4276,94],{},"Take the grammar ",[136,4150,4152],{"className":4151},[143],[136,4153,4155],{"className":4154,"ariaHidden":148},[147],[136,4156,4158,4161],{"className":4157},[152],[136,4159],{"className":4160,"style":918},[156],[136,4162,4164,4167],{"className":4163},[161],[136,4165,925],{"className":4166},[161,1945],[136,4168,4170],{"className":4169},[823],[136,4171,4173,4193],{"className":4172},[173,174],[136,4174,4176,4190],{"className":4175},[178],[136,4177,4179],{"className":4178,"style":1958},[182],[136,4180,4181,4184],{"style":941},[136,4182],{"className":4183,"style":840},[190],[136,4185,4187],{"className":4186},[844,845,846,847],[136,4188,38],{"className":4189},[161,847],[136,4191,268],{"className":4192},[267],[136,4194,4196],{"className":4195},[178],[136,4197,4199],{"className":4198,"style":961},[182],[136,4200],{}," in CNF, whose lexicon includes ",[15,4203,4204],{},"Book"," as ",[125,4207,1795],{},",\n",[125,4210,133],{},[125,4212,232],{},[125,4214,130],{},[125,4216,628],{},"; ",[15,4219,114],{},[125,4221,248],{},[15,4223,118],{},[125,4225,133],{},[125,4227,232],{},";\n",[15,4230,4231],{},"through",[125,4233,1900],{},"; and ",[15,4236,4237],{},"Houston",[125,4239,127],{},[125,4241,359],{},". Relevant binary\nrules: ",[125,4244,4245],{},"S → NP VP",[125,4247,4248],{},"S → VP PP",[125,4250,2070],{},[125,4252,2640],{},[125,4254,4255],{},"NP → Det Nominal",[125,4257,2053],{},[125,4259,4260],{},"PP → Preposition NP",", plus ",[125,4263,4264],{},"S → X2 PP",[125,4266,4267],{},"VP → X2 PP"," with\n",[125,4270,4271],{},"X2 → Verb NP",". Parse ",[15,4274,4275],{},"Book the flight through Houston",[136,4277,4279],{"className":4278},[143],[136,4280,4282,4300],{"className":4281,"ariaHidden":148},[147],[136,4283,4285,4288,4291,4294,4297],{"className":4284},[152],[136,4286],{"className":4287,"style":2316},[156],[136,4289,2713],{"className":4290},[161,591],[136,4292],{"className":4293,"style":306},[305],[136,4295,1058],{"className":4296},[310],[136,4298],{"className":4299,"style":306},[305],[136,4301,4303,4306],{"className":4302},[152],[136,4304],{"className":4305,"style":2694},[156],[136,4307,2022],{"className":4308},[161],[11,4310,4311,4312,4327,4328,4343],{},"Trace the fill span-length by span-length; the algorithm processes column ",[136,4313,4315],{"className":4314},[143],[136,4316,4318],{"className":4317,"ariaHidden":148},[147],[136,4319,4321,4324],{"className":4320},[152],[136,4322],{"className":4323,"style":3104},[156],[136,4325,3070],{"className":4326,"style":3069},[161,591]," left to\nright and, within a column, row ",[136,4329,4331],{"className":4330},[143],[136,4332,4334],{"className":4333,"ariaHidden":148},[147],[136,4335,4337,4340],{"className":4336},[152],[136,4338],{"className":4339,"style":3088},[156],[136,4341,3059],{"className":4342},[161,591]," from the diagonal upward, so every child cell is\nready before its parent.",[11,4345,4346,4349,4350,996],{},[24,4347,4348],{},"Length 1 (the diagonal)."," Each word's parts of speech come straight from the\nlexicon, filling ",[136,4351,4353],{"className":4352},[143],[136,4354,4356],{"className":4355,"ariaHidden":148},[147],[136,4357,4359,4362,4365,4368,4374,4377,4380,4383,4386],{"className":4358},[152],[136,4360],{"className":4361,"style":582},[156],[136,4363,3055],{"className":4364},[586],[136,4366,3070],{"className":4367,"style":3069},[161,591],[136,4369,4371],{"className":4370},[161],[136,4372,3803],{"className":4373},[161],[136,4375,38],{"className":4376},[161],[136,4378,598],{"className":4379},[597],[136,4381],{"className":4382,"style":602},[305],[136,4384,3070],{"className":4385,"style":3069},[161,591],[136,4387,3074],{"className":4388},[632],[136,4390,4392],{"className":4391},[139],[136,4393,4395],{"className":4394},[143],[136,4396,4398],{"className":4397,"ariaHidden":148},[147],[136,4399,4401,4404],{"className":4400},[152],[136,4402],{"className":4403,"style":157},[156],[136,4405,4407],{"className":4406},[161],[136,4408,4410,4563,4819,4824,4893],{"className":4409},[165],[136,4411,4413],{"className":4412},[169],[136,4414,4416,4555],{"className":4415},[173,174],[136,4417,4419,4552],{"className":4418},[178],[136,4420,4422,4448,4474,4500,4526],{"className":4421,"style":183},[182],[136,4423,4424,4427],{"style":186},[136,4425],{"className":4426,"style":191},[190],[136,4428,4430,4433,4436,4439,4442,4445],{"className":4429},[161],[136,4431,3055],{"className":4432},[586],[136,4434,1970],{"className":4435},[161],[136,4437,598],{"className":4438},[597],[136,4440],{"className":4441,"style":602},[305],[136,4443,38],{"className":4444},[161],[136,4446,3074],{"className":4447},[632],[136,4449,4450,4453],{"style":204},[136,4451],{"className":4452,"style":191},[190],[136,4454,4456,4459,4462,4465,4468,4471],{"className":4455},[161],[136,4457,3055],{"className":4458},[586],[136,4460,38],{"className":4461},[161],[136,4463,598],{"className":4464},[597],[136,4466],{"className":4467,"style":602},[305],[136,4469,72],{"className":4470},[161],[136,4472,3074],{"className":4473},[632],[136,4475,4476,4479],{"style":219},[136,4477],{"className":4478,"style":191},[190],[136,4480,4482,4485,4488,4491,4494,4497],{"className":4481},[161],[136,4483,3055],{"className":4484},[586],[136,4486,72],{"className":4487},[161],[136,4489,598],{"className":4490},[597],[136,4492],{"className":4493,"style":602},[305],[136,4495,102],{"className":4496},[161],[136,4498,3074],{"className":4499},[632],[136,4501,4502,4505],{"style":235},[136,4503],{"className":4504,"style":191},[190],[136,4506,4508,4511,4514,4517,4520,4523],{"className":4507},[161],[136,4509,3055],{"className":4510},[586],[136,4512,102],{"className":4513},[161],[136,4515,598],{"className":4516},[597],[136,4518],{"className":4519,"style":602},[305],[136,4521,901],{"className":4522},[161],[136,4524,3074],{"className":4525},[632],[136,4527,4528,4531],{"style":251},[136,4529],{"className":4530,"style":191},[190],[136,4532,4534,4537,4540,4543,4546,4549],{"className":4533},[161],[136,4535,3055],{"className":4536},[586],[136,4538,901],{"className":4539},[161],[136,4541,598],{"className":4542},[597],[136,4544],{"className":4545,"style":602},[305],[136,4547,2022],{"className":4548},[161],[136,4550,3074],{"className":4551},[632],[136,4553,268],{"className":4554},[267],[136,4556,4558],{"className":4557},[178],[136,4559,4561],{"className":4560,"style":275},[182],[136,4562],{},[136,4564,4566],{"className":4565},[281],[136,4567,4569,4811],{"className":4568},[173,174],[136,4570,4572,4808],{"className":4571},[178],[136,4573,4575,4656,4688,4732,4764],{"className":4574,"style":183},[182],[136,4576,4577,4580],{"style":186},[136,4578],{"className":4579,"style":191},[190],[136,4581,4583,4586,4589,4592,4595,4598,4605,4608,4611,4617,4620,4623,4629,4632,4635,4641,4644,4647,4653],{"className":4582},[161],[136,4584],{"className":4585},[161],[136,4587],{"className":4588,"style":306},[305],[136,4590,1058],{"className":4591},[310],[136,4593],{"className":4594,"style":306},[305],[136,4596,1071],{"className":4597},[586],[136,4599,4601],{"className":4600},[161,198],[136,4602,1795],{"className":4603},[161,4604],"texttt",[136,4606,598],{"className":4607},[597],[136,4609],{"className":4610,"style":602},[305],[136,4612,4614],{"className":4613},[161,198],[136,4615,133],{"className":4616},[161,4604],[136,4618,598],{"className":4619},[597],[136,4621],{"className":4622,"style":602},[305],[136,4624,4626],{"className":4625},[161,198],[136,4627,232],{"className":4628},[161,4604],[136,4630,598],{"className":4631},[597],[136,4633],{"className":4634,"style":602},[305],[136,4636,4638],{"className":4637},[161,198],[136,4639,130],{"className":4640},[161,4604],[136,4642,598],{"className":4643},[597],[136,4645],{"className":4646,"style":602},[305],[136,4648,4650],{"className":4649},[161,198],[136,4651,628],{"className":4652},[161,4604],[136,4654,1224],{"className":4655},[632],[136,4657,4658,4661],{"style":204},[136,4659],{"className":4660,"style":191},[190],[136,4662,4664,4667,4670,4673,4676,4679,4685],{"className":4663},[161],[136,4665],{"className":4666},[161],[136,4668],{"className":4669,"style":306},[305],[136,4671,1058],{"className":4672},[310],[136,4674],{"className":4675,"style":306},[305],[136,4677,1071],{"className":4678},[586],[136,4680,4682],{"className":4681},[161,198],[136,4683,248],{"className":4684},[161,4604],[136,4686,1224],{"className":4687},[632],[136,4689,4690,4693],{"style":219},[136,4691],{"className":4692,"style":191},[190],[136,4694,4696,4699,4702,4705,4708,4711,4717,4720,4723,4729],{"className":4695},[161],[136,4697],{"className":4698},[161],[136,4700],{"className":4701,"style":306},[305],[136,4703,1058],{"className":4704},[310],[136,4706],{"className":4707,"style":306},[305],[136,4709,1071],{"className":4710},[586],[136,4712,4714],{"className":4713},[161,198],[136,4715,133],{"className":4716},[161,4604],[136,4718,598],{"className":4719},[597],[136,4721],{"className":4722,"style":602},[305],[136,4724,4726],{"className":4725},[161,198],[136,4727,232],{"className":4728},[161,4604],[136,4730,1224],{"className":4731},[632],[136,4733,4734,4737],{"style":235},[136,4735],{"className":4736,"style":191},[190],[136,4738,4740,4743,4746,4749,4752,4755,4761],{"className":4739},[161],[136,4741],{"className":4742},[161],[136,4744],{"className":4745,"style":306},[305],[136,4747,1058],{"className":4748},[310],[136,4750],{"className":4751,"style":306},[305],[136,4753,1071],{"className":4754},[586],[136,4756,4758],{"className":4757},[161,198],[136,4759,1900],{"className":4760},[161,4604],[136,4762,1224],{"className":4763},[632],[136,4765,4766,4769],{"style":251},[136,4767],{"className":4768,"style":191},[190],[136,4770,4772,4775,4778,4781,4784,4787,4793,4796,4799,4805],{"className":4771},[161],[136,4773],{"className":4774},[161],[136,4776],{"className":4777,"style":306},[305],[136,4779,1058],{"className":4780},[310],[136,4782],{"className":4783,"style":306},[305],[136,4785,1071],{"className":4786},[586],[136,4788,4790],{"className":4789},[161,198],[136,4791,127],{"className":4792},[161,4604],[136,4794,598],{"className":4795},[597],[136,4797],{"className":4798,"style":602},[305],[136,4800,4802],{"className":4801},[161,198],[136,4803,359],{"className":4804},[161,4604],[136,4806,1224],{"className":4807},[632],[136,4809,268],{"className":4810},[267],[136,4812,4814],{"className":4813},[178],[136,4815,4817],{"className":4816,"style":275},[182],[136,4818],{},[136,4820],{"className":4821,"style":4823},[4822],"arraycolsep","width:1em;",[136,4825,4827],{"className":4826},[169],[136,4828,4830,4885],{"className":4829},[173,174],[136,4831,4833,4882],{"className":4832},[178],[136,4834,4836,4846,4855,4864,4873],{"className":4835,"style":183},[182],[136,4837,4839,4843],{"style":4838},"top:-5.85em;",[136,4840],{"className":4841,"style":4842},[190],"height:2.84em;",[136,4844],{"className":4845},[161],[136,4847,4849,4852],{"style":4848},"top:-4.35em;",[136,4850],{"className":4851,"style":4842},[190],[136,4853],{"className":4854},[161],[136,4856,4858,4861],{"style":4857},"top:-2.85em;",[136,4859],{"className":4860,"style":4842},[190],[136,4862],{"className":4863},[161],[136,4865,4867,4870],{"style":4866},"top:-1.35em;",[136,4868],{"className":4869,"style":4842},[190],[136,4871],{"className":4872},[161],[136,4874,4876,4879],{"style":4875},"top:0.15em;",[136,4877],{"className":4878,"style":4842},[190],[136,4880],{"className":4881},[161],[136,4883,268],{"className":4884},[267],[136,4886,4888],{"className":4887},[178],[136,4889,4891],{"className":4890,"style":275},[182],[136,4892],{},[136,4894,4896],{"className":4895},[281],[136,4897,4899,5023],{"className":4898},[173,174],[136,4900,4902,5020],{"className":4901},[178],[136,4903,4905,4928,4951,4974,4997],{"className":4904,"style":183},[182],[136,4906,4907,4910],{"style":186},[136,4908],{"className":4909,"style":191},[190],[136,4911,4913,4916,4919,4925],{"className":4912},[161],[136,4914],{"className":4915},[161],[136,4917,587],{"className":4918},[586],[136,4920,4922],{"className":4921},[161,198],[136,4923,4204],{"className":4924},[161,440],[136,4926,633],{"className":4927},[632],[136,4929,4930,4933],{"style":204},[136,4931],{"className":4932,"style":191},[190],[136,4934,4936,4939,4942,4948],{"className":4935},[161],[136,4937],{"className":4938},[161],[136,4940,587],{"className":4941},[586],[136,4943,4945],{"className":4944},[161,198],[136,4946,114],{"className":4947},[161,440],[136,4949,633],{"className":4950},[632],[136,4952,4953,4956],{"style":219},[136,4954],{"className":4955,"style":191},[190],[136,4957,4959,4962,4965,4971],{"className":4958},[161],[136,4960],{"className":4961},[161],[136,4963,587],{"className":4964},[586],[136,4966,4968],{"className":4967},[161,198],[136,4969,118],{"className":4970},[161,440],[136,4972,633],{"className":4973},[632],[136,4975,4976,4979],{"style":235},[136,4977],{"className":4978,"style":191},[190],[136,4980,4982,4985,4988,4994],{"className":4981},[161],[136,4983],{"className":4984},[161],[136,4986,587],{"className":4987},[586],[136,4989,4991],{"className":4990},[161,198],[136,4992,4231],{"className":4993},[161,440],[136,4995,633],{"className":4996},[632],[136,4998,4999,5002],{"style":251},[136,5000],{"className":5001,"style":191},[190],[136,5003,5005,5008,5011,5017],{"className":5004},[161],[136,5006],{"className":5007},[161],[136,5009,587],{"className":5010},[586],[136,5012,5014],{"className":5013},[161,198],[136,5015,4237],{"className":5016},[161,440],[136,5018,633],{"className":5019},[632],[136,5021,268],{"className":5022},[267],[136,5024,5026],{"className":5025},[178],[136,5027,5029],{"className":5028,"style":275},[182],[136,5030],{},[11,5032,5033,5036,5037,2598,5067,5070,5071,721,5101,5103,5104,5134,5135,5186,5187,2598,5217,5220,5221,5103,5223,565,5253,5103,5255,5285,5286,5288,5289,5186,5292,2598,5322,5325,5326,5328,5329,5331,5332,2598,5362,5365,5366,5103,5368,5398,5399,5103,5401,5431,5432,5434,5435,893],{},[24,5034,5035],{},"Length 2."," Each cell has a single split point. ",[136,5038,5040],{"className":5039},[143],[136,5041,5043],{"className":5042,"ariaHidden":148},[147],[136,5044,5046,5049,5052,5055,5058,5061,5064],{"className":5045},[152],[136,5047],{"className":5048,"style":582},[156],[136,5050,3055],{"className":5051},[586],[136,5053,1970],{"className":5054},[161],[136,5056,598],{"className":5057},[597],[136,5059],{"className":5060,"style":602},[305],[136,5062,72],{"className":5063},[161],[136,5065,3074],{"className":5066},[632],[15,5068,5069],{},"Book the",") needs a rule\ncombining something in ",[136,5072,5074],{"className":5073},[143],[136,5075,5077],{"className":5076,"ariaHidden":148},[147],[136,5078,5080,5083,5086,5089,5092,5095,5098],{"className":5079},[152],[136,5081],{"className":5082,"style":582},[156],[136,5084,3055],{"className":5085},[586],[136,5087,1970],{"className":5088},[161],[136,5090,598],{"className":5091},[597],[136,5093],{"className":5094,"style":602},[305],[136,5096,38],{"className":5097},[161],[136,5099,3074],{"className":5100},[632],[125,5102,248],{}," in ",[136,5105,5107],{"className":5106},[143],[136,5108,5110],{"className":5109,"ariaHidden":148},[147],[136,5111,5113,5116,5119,5122,5125,5128,5131],{"className":5112},[152],[136,5114],{"className":5115,"style":582},[156],[136,5117,3055],{"className":5118},[586],[136,5120,38],{"className":5121},[161],[136,5123,598],{"className":5124},[597],[136,5126],{"className":5127,"style":602},[305],[136,5129,72],{"className":5130},[161],[136,5132,3074],{"className":5133},[632]," — none exists, so ",[136,5136,5138],{"className":5137},[143],[136,5139,5141,5174],{"className":5140,"ariaHidden":148},[147],[136,5142,5144,5147,5150,5153,5156,5159,5162,5165,5168,5171],{"className":5143},[152],[136,5145],{"className":5146,"style":582},[156],[136,5148,3055],{"className":5149},[586],[136,5151,1970],{"className":5152},[161],[136,5154,598],{"className":5155},[597],[136,5157],{"className":5158,"style":602},[305],[136,5160,72],{"className":5161},[161],[136,5163,3074],{"className":5164},[632],[136,5166],{"className":5167,"style":306},[305],[136,5169,1058],{"className":5170},[310],[136,5172],{"className":5173,"style":306},[305],[136,5175,5177,5181],{"className":5176},[152],[136,5178],{"className":5179,"style":5180},[156],"height:0.6633em;vertical-align:-0.0817em;",[136,5182,5185],{"className":5183},[161,5184],"amsrm","∅",". ",[136,5188,5190],{"className":5189},[143],[136,5191,5193],{"className":5192,"ariaHidden":148},[147],[136,5194,5196,5199,5202,5205,5208,5211,5214],{"className":5195},[152],[136,5197],{"className":5198,"style":582},[156],[136,5200,3055],{"className":5201},[586],[136,5203,38],{"className":5204},[161],[136,5206,598],{"className":5207},[597],[136,5209],{"className":5210,"style":602},[305],[136,5212,102],{"className":5213},[161],[136,5215,3074],{"className":5216},[632],[15,5218,5219],{},"the flight","): ",[125,5222,248],{},[136,5224,5226],{"className":5225},[143],[136,5227,5229],{"className":5228,"ariaHidden":148},[147],[136,5230,5232,5235,5238,5241,5244,5247,5250],{"className":5231},[152],[136,5233],{"className":5234,"style":582},[156],[136,5236,3055],{"className":5237},[586],[136,5239,38],{"className":5240},[161],[136,5242,598],{"className":5243},[597],[136,5245],{"className":5246,"style":602},[305],[136,5248,72],{"className":5249},[161],[136,5251,3074],{"className":5252},[632],[125,5254,232],{},[136,5256,5258],{"className":5257},[143],[136,5259,5261],{"className":5260,"ariaHidden":148},[147],[136,5262,5264,5267,5270,5273,5276,5279,5282],{"className":5263},[152],[136,5265],{"className":5266,"style":582},[156],[136,5268,3055],{"className":5269},[586],[136,5271,72],{"className":5272},[161],[136,5274,598],{"className":5275},[597],[136,5277],{"className":5278,"style":602},[305],[136,5280,102],{"className":5281},[161],[136,5283,3074],{"className":5284},[632]," fire\n",[125,5287,4255],{},", so ",[125,5290,5291],{},"NP ∈ [1,3]",[136,5293,5295],{"className":5294},[143],[136,5296,5298],{"className":5297,"ariaHidden":148},[147],[136,5299,5301,5304,5307,5310,5313,5316,5319],{"className":5300},[152],[136,5302],{"className":5303,"style":582},[156],[136,5305,3055],{"className":5306},[586],[136,5308,72],{"className":5309},[161],[136,5311,598],{"className":5312},[597],[136,5314],{"className":5315,"style":602},[305],[136,5317,901],{"className":5318},[161],[136,5320,3074],{"className":5321},[632],[15,5323,5324],{},"flight through","): no rule takes a\n",[125,5327,232],{}," then a ",[125,5330,1900],{},", so it stays empty. ",[136,5333,5335],{"className":5334},[143],[136,5336,5338],{"className":5337,"ariaHidden":148},[147],[136,5339,5341,5344,5347,5350,5353,5356,5359],{"className":5340},[152],[136,5342],{"className":5343,"style":582},[156],[136,5345,3055],{"className":5346},[586],[136,5348,102],{"className":5349},[161],[136,5351,598],{"className":5352},[597],[136,5354],{"className":5355,"style":602},[305],[136,5357,2022],{"className":5358},[161],[136,5360,3074],{"className":5361},[632],[15,5363,5364],{},"through Houston","):\n",[125,5367,1900],{},[136,5369,5371],{"className":5370},[143],[136,5372,5374],{"className":5373,"ariaHidden":148},[147],[136,5375,5377,5380,5383,5386,5389,5392,5395],{"className":5376},[152],[136,5378],{"className":5379,"style":582},[156],[136,5381,3055],{"className":5382},[586],[136,5384,102],{"className":5385},[161],[136,5387,598],{"className":5388},[597],[136,5390],{"className":5391,"style":602},[305],[136,5393,901],{"className":5394},[161],[136,5396,3074],{"className":5397},[632]," meets ",[125,5400,127],{},[136,5402,5404],{"className":5403},[143],[136,5405,5407],{"className":5406,"ariaHidden":148},[147],[136,5408,5410,5413,5416,5419,5422,5425,5428],{"className":5409},[152],[136,5411],{"className":5412,"style":582},[156],[136,5414,3055],{"className":5415},[586],[136,5417,901],{"className":5418},[161],[136,5420,598],{"className":5421},[597],[136,5423],{"className":5424,"style":602},[305],[136,5426,2022],{"className":5427},[161],[136,5429,3074],{"className":5430},[632]," under ",[125,5433,4260],{},", giving\n",[125,5436,5437],{},"PP ∈ [3,5]",[11,5439,5440,5443,5444,2598,5474,5477,5478,115,5511,5103,5513,565,5543,5103,5545,5575,5576,5288,5578,5186,5581,2598,5611,5614,5615,5648,5649,5651,5652,565,5682,5103,5684,5714,5715,5717,5718,5720,5721,5723,5724,5727,5728,893],{},[24,5441,5442],{},"Length 3."," Now two split points must each be tried. ",[136,5445,5447],{"className":5446},[143],[136,5448,5450],{"className":5449,"ariaHidden":148},[147],[136,5451,5453,5456,5459,5462,5465,5468,5471],{"className":5452},[152],[136,5454],{"className":5455,"style":582},[156],[136,5457,3055],{"className":5458},[586],[136,5460,72],{"className":5461},[161],[136,5463,598],{"className":5464},[597],[136,5466],{"className":5467,"style":602},[305],[136,5469,2022],{"className":5470},[161],[136,5472,3074],{"className":5473},[632],[15,5475,5476],{},"flight through\nHouston","): at split ",[136,5479,5481],{"className":5480},[143],[136,5482,5484,5502],{"className":5483,"ariaHidden":148},[147],[136,5485,5487,5490,5493,5496,5499],{"className":5486},[152],[136,5488],{"className":5489,"style":3479},[156],[136,5491,3414],{"className":5492,"style":3413},[161,591],[136,5494],{"className":5495,"style":306},[305],[136,5497,1058],{"className":5498},[310],[136,5500],{"className":5501,"style":306},[305],[136,5503,5505,5508],{"className":5504},[152],[136,5506],{"className":5507,"style":2694},[156],[136,5509,102],{"className":5510},[161],[125,5512,232],{},[136,5514,5516],{"className":5515},[143],[136,5517,5519],{"className":5518,"ariaHidden":148},[147],[136,5520,5522,5525,5528,5531,5534,5537,5540],{"className":5521},[152],[136,5523],{"className":5524,"style":582},[156],[136,5526,3055],{"className":5527},[586],[136,5529,72],{"className":5530},[161],[136,5532,598],{"className":5533},[597],[136,5535],{"className":5536,"style":602},[305],[136,5538,102],{"className":5539},[161],[136,5541,3074],{"className":5542},[632],[125,5544,1706],{},[136,5546,5548],{"className":5547},[143],[136,5549,5551],{"className":5550,"ariaHidden":148},[147],[136,5552,5554,5557,5560,5563,5566,5569,5572],{"className":5553},[152],[136,5555],{"className":5556,"style":582},[156],[136,5558,3055],{"className":5559},[586],[136,5561,102],{"className":5562},[161],[136,5564,598],{"className":5565},[597],[136,5567],{"className":5568,"style":602},[305],[136,5570,2022],{"className":5571},[161],[136,5573,3074],{"className":5574},[632]," fire ",[125,5577,2053],{},[125,5579,5580],{},"Nominal ∈ [2,5]",[136,5582,5584],{"className":5583},[143],[136,5585,5587],{"className":5586,"ariaHidden":148},[147],[136,5588,5590,5593,5596,5599,5602,5605,5608],{"className":5589},[152],[136,5591],{"className":5592,"style":582},[156],[136,5594,3055],{"className":5595},[586],[136,5597,1970],{"className":5598},[161],[136,5600,598],{"className":5601},[597],[136,5603],{"className":5604,"style":602},[305],[136,5606,102],{"className":5607},[161],[136,5609,3074],{"className":5610},[632],[15,5612,5613],{},"Book the flight","): at ",[136,5616,5618],{"className":5617},[143],[136,5619,5621,5639],{"className":5620,"ariaHidden":148},[147],[136,5622,5624,5627,5630,5633,5636],{"className":5623},[152],[136,5625],{"className":5626,"style":3479},[156],[136,5628,3414],{"className":5629,"style":3413},[161,591],[136,5631],{"className":5632,"style":306},[305],[136,5634,1058],{"className":5635},[310],[136,5637],{"className":5638,"style":306},[305],[136,5640,5642,5645],{"className":5641},[152],[136,5643],{"className":5644,"style":2694},[156],[136,5646,38],{"className":5647},[161],", the ",[125,5650,1795],{},"\nin ",[136,5653,5655],{"className":5654},[143],[136,5656,5658],{"className":5657,"ariaHidden":148},[147],[136,5659,5661,5664,5667,5670,5673,5676,5679],{"className":5660},[152],[136,5662],{"className":5663,"style":582},[156],[136,5665,3055],{"className":5666},[586],[136,5668,1970],{"className":5669},[161],[136,5671,598],{"className":5672},[597],[136,5674],{"className":5675,"style":602},[305],[136,5677,38],{"className":5678},[161],[136,5680,3074],{"className":5681},[632],[125,5683,127],{},[136,5685,5687],{"className":5686},[143],[136,5688,5690],{"className":5689,"ariaHidden":148},[147],[136,5691,5693,5696,5699,5702,5705,5708,5711],{"className":5692},[152],[136,5694],{"className":5695,"style":582},[156],[136,5697,3055],{"className":5698},[586],[136,5700,38],{"className":5701},[161],[136,5703,598],{"className":5704},[597],[136,5706],{"className":5707,"style":602},[305],[136,5709,102],{"className":5710},[161],[136,5712,3074],{"className":5713},[632]," fire both ",[125,5716,2070],{}," and its binarized helper ",[125,5719,4271],{},", and the resulting ",[125,5722,130],{}," also satisfies ",[125,5725,5726],{},"S → VP"," chains, so ",[136,5729,5731],{"className":5730},[143],[136,5732,5734,5767],{"className":5733,"ariaHidden":148},[147],[136,5735,5737,5740,5743,5746,5749,5752,5755,5758,5761,5764],{"className":5736},[152],[136,5738],{"className":5739,"style":582},[156],[136,5741,3055],{"className":5742},[586],[136,5744,1970],{"className":5745},[161],[136,5747,598],{"className":5748},[597],[136,5750],{"className":5751,"style":602},[305],[136,5753,102],{"className":5754},[161],[136,5756,3074],{"className":5757},[632],[136,5759],{"className":5760,"style":306},[305],[136,5762,1058],{"className":5763},[310],[136,5765],{"className":5766,"style":306},[305],[136,5768,5770,5773,5776,5782,5785,5788,5795,5798,5801,5807],{"className":5769},[152],[136,5771],{"className":5772,"style":582},[156],[136,5774,1071],{"className":5775},[586],[136,5777,5779],{"className":5778},[161,198],[136,5780,130],{"className":5781},[161,4604],[136,5783,598],{"className":5784},[597],[136,5786],{"className":5787,"style":602},[305],[136,5789,5791],{"className":5790},[161,198],[136,5792,5794],{"className":5793},[161,4604],"X2",[136,5796,598],{"className":5797},[597],[136,5799],{"className":5800,"style":602},[305],[136,5802,5804],{"className":5803},[161,198],[136,5805,628],{"className":5806},[161,4604],[136,5808,1224],{"className":5809},[632],[11,5811,5812,554,5815,2598,5845,5614,5848,115,5881,5103,5883,5913,5914,5103,5916,5575,5946,5288,5948,893],{},[24,5813,5814],{},"Length 4.",[136,5816,5818],{"className":5817},[143],[136,5819,5821],{"className":5820,"ariaHidden":148},[147],[136,5822,5824,5827,5830,5833,5836,5839,5842],{"className":5823},[152],[136,5825],{"className":5826,"style":582},[156],[136,5828,3055],{"className":5829},[586],[136,5831,38],{"className":5832},[161],[136,5834,598],{"className":5835},[597],[136,5837],{"className":5838,"style":602},[305],[136,5840,2022],{"className":5841},[161],[136,5843,3074],{"className":5844},[632],[15,5846,5847],{},"the flight through Houston",[136,5849,5851],{"className":5850},[143],[136,5852,5854,5872],{"className":5853,"ariaHidden":148},[147],[136,5855,5857,5860,5863,5866,5869],{"className":5856},[152],[136,5858],{"className":5859,"style":3479},[156],[136,5861,3414],{"className":5862,"style":3413},[161,591],[136,5864],{"className":5865,"style":306},[305],[136,5867,1058],{"className":5868},[310],[136,5870],{"className":5871,"style":306},[305],[136,5873,5875,5878],{"className":5874},[152],[136,5876],{"className":5877,"style":2694},[156],[136,5879,72],{"className":5880},[161],[125,5882,248],{},[136,5884,5886],{"className":5885},[143],[136,5887,5889],{"className":5888,"ariaHidden":148},[147],[136,5890,5892,5895,5898,5901,5904,5907,5910],{"className":5891},[152],[136,5893],{"className":5894,"style":582},[156],[136,5896,3055],{"className":5897},[586],[136,5899,38],{"className":5900},[161],[136,5902,598],{"className":5903},[597],[136,5905],{"className":5906,"style":602},[305],[136,5908,72],{"className":5909},[161],[136,5911,3074],{"className":5912},[632]," and\n",[125,5915,232],{},[136,5917,5919],{"className":5918},[143],[136,5920,5922],{"className":5921,"ariaHidden":148},[147],[136,5923,5925,5928,5931,5934,5937,5940,5943],{"className":5924},[152],[136,5926],{"className":5927,"style":582},[156],[136,5929,3055],{"className":5930},[586],[136,5932,72],{"className":5933},[161],[136,5935,598],{"className":5936},[597],[136,5938],{"className":5939,"style":602},[305],[136,5941,2022],{"className":5942},[161],[136,5944,3074],{"className":5945},[632],[125,5947,4255],{},[125,5949,5950],{},"NP ∈ [1,5]",[11,5952,5953,554,5956,5986,5987,6053,6054,6056],{},[24,5954,5955],{},"Length 5 (the top cell).",[136,5957,5959],{"className":5958},[143],[136,5960,5962],{"className":5961,"ariaHidden":148},[147],[136,5963,5965,5968,5971,5974,5977,5980,5983],{"className":5964},[152],[136,5966],{"className":5967,"style":582},[156],[136,5969,3055],{"className":5970},[586],[136,5972,1970],{"className":5973},[161],[136,5975,598],{"className":5976},[597],[136,5978],{"className":5979,"style":602},[305],[136,5981,2022],{"className":5982},[161],[136,5984,3074],{"className":5985},[632]," spans the whole sentence, with four possible\nsplits ",[136,5988,5990],{"className":5989},[143],[136,5991,5993,6011],{"className":5992,"ariaHidden":148},[147],[136,5994,5996,5999,6002,6005,6008],{"className":5995},[152],[136,5997],{"className":5998,"style":3513},[156],[136,6000,3414],{"className":6001,"style":3413},[161,591],[136,6003],{"className":6004,"style":306},[305],[136,6006,744],{"className":6007},[310],[136,6009],{"className":6010,"style":306},[305],[136,6012,6014,6017,6020,6023,6026,6029,6032,6035,6038,6041,6044,6047,6050],{"className":6013},[152],[136,6015],{"className":6016,"style":582},[156],[136,6018,1071],{"className":6019},[586],[136,6021,38],{"className":6022},[161],[136,6024,598],{"className":6025},[597],[136,6027],{"className":6028,"style":602},[305],[136,6030,72],{"className":6031},[161],[136,6033,598],{"className":6034},[597],[136,6036],{"className":6037,"style":602},[305],[136,6039,102],{"className":6040},[161],[136,6042,598],{"className":6043},[597],[136,6045],{"className":6046,"style":602},[305],[136,6048,901],{"className":6049},[161],[136,6051,1224],{"className":6052},[632],". Two of them succeed and produce three ",[125,6055,628],{}," derivations:",[2024,6058,6059,6169],{},[2027,6060,6061,6094,6095,5103,6097,721,6127,5103,6129,6159,6160,855,6162,6165,6166,6168],{},[136,6062,6064],{"className":6063},[143],[136,6065,6067,6085],{"className":6066,"ariaHidden":148},[147],[136,6068,6070,6073,6076,6079,6082],{"className":6069},[152],[136,6071],{"className":6072,"style":3479},[156],[136,6074,3414],{"className":6075,"style":3413},[161,591],[136,6077],{"className":6078,"style":306},[305],[136,6080,1058],{"className":6081},[310],[136,6083],{"className":6084,"style":306},[305],[136,6086,6088,6091],{"className":6087},[152],[136,6089],{"className":6090,"style":2694},[156],[136,6092,38],{"className":6093},[161],": ",[125,6096,1795],{},[136,6098,6100],{"className":6099},[143],[136,6101,6103],{"className":6102,"ariaHidden":148},[147],[136,6104,6106,6109,6112,6115,6118,6121,6124],{"className":6105},[152],[136,6107],{"className":6108,"style":582},[156],[136,6110,3055],{"className":6111},[586],[136,6113,1970],{"className":6114},[161],[136,6116,598],{"className":6117},[597],[136,6119],{"className":6120,"style":602},[305],[136,6122,38],{"className":6123},[161],[136,6125,3074],{"className":6126},[632],[125,6128,127],{},[136,6130,6132],{"className":6131},[143],[136,6133,6135],{"className":6134,"ariaHidden":148},[147],[136,6136,6138,6141,6144,6147,6150,6153,6156],{"className":6137},[152],[136,6139],{"className":6140,"style":582},[156],[136,6142,3055],{"className":6143},[586],[136,6145,38],{"className":6146},[161],[136,6148,598],{"className":6149},[597],[136,6151],{"className":6152,"style":602},[305],[136,6154,2022],{"className":6155},[161],[136,6157,3074],{"className":6158},[632]," via ",[125,6161,4271],{},[15,6163,6164],{},"through\nHouston"," already folded into the ",[125,6167,127],{}," — this is the low PP-attachment (the flight\nthrough Houston).",[2027,6170,6171,6094,6204,6206,6207,5103,6209,721,6239,5103,6241,6159,6271,6273,6274,6276],{},[136,6172,6174],{"className":6173},[143],[136,6175,6177,6195],{"className":6176,"ariaHidden":148},[147],[136,6178,6180,6183,6186,6189,6192],{"className":6179},[152],[136,6181],{"className":6182,"style":3479},[156],[136,6184,3414],{"className":6185,"style":3413},[161,591],[136,6187],{"className":6188,"style":306},[305],[136,6190,1058],{"className":6191},[310],[136,6193],{"className":6194,"style":306},[305],[136,6196,6198,6201],{"className":6197},[152],[136,6199],{"className":6200,"style":2694},[156],[136,6202,102],{"className":6203},[161],[125,6205,130],{},"\u002F",[125,6208,5794],{},[136,6210,6212],{"className":6211},[143],[136,6213,6215],{"className":6214,"ariaHidden":148},[147],[136,6216,6218,6221,6224,6227,6230,6233,6236],{"className":6217},[152],[136,6219],{"className":6220,"style":582},[156],[136,6222,3055],{"className":6223},[586],[136,6225,1970],{"className":6226},[161],[136,6228,598],{"className":6229},[597],[136,6231],{"className":6232,"style":602},[305],[136,6234,102],{"className":6235},[161],[136,6237,3074],{"className":6238},[632],[125,6240,1706],{},[136,6242,6244],{"className":6243},[143],[136,6245,6247],{"className":6246,"ariaHidden":148},[147],[136,6248,6250,6253,6256,6259,6262,6265,6268],{"className":6249},[152],[136,6251],{"className":6252,"style":582},[156],[136,6254,3055],{"className":6255},[586],[136,6257,102],{"className":6258},[161],[136,6260,598],{"className":6261},[597],[136,6263],{"className":6264,"style":602},[305],[136,6266,2022],{"className":6267},[161],[136,6269,3074],{"className":6270},[632],[125,6272,2640],{}," and via ",[125,6275,4264],{}," — the high PP-attachment (the booking happens through Houston), reached two\nways.",[11,6278,6279,6280,6310,6311,6314,6315,893],{},"So ",[136,6281,6283],{"className":6282},[143],[136,6284,6286],{"className":6285,"ariaHidden":148},[147],[136,6287,6289,6292,6295,6298,6301,6304,6307],{"className":6288},[152],[136,6290],{"className":6291,"style":582},[156],[136,6293,3055],{"className":6294},[586],[136,6296,1970],{"className":6297},[161],[136,6299,598],{"className":6300},[597],[136,6302],{"className":6303,"style":602},[305],[136,6305,2022],{"className":6306},[161],[136,6308,3074],{"className":6309},[632]," holds ",[125,6312,6313],{},"{S, VP, X2}"," with three distinct back-pointer sets for ",[125,6316,628],{},[546,6318],{"hash":6319},"28fd7765dee683cd3040a19db9c605dd128b11fbfb8430949e0ef10b7575b2fd",[11,6321,6322,6323,6353],{},"The same chart, drawn in the conventional upper-triangular layout with the diagonal\nalong the bottom, is below; the top-right cell ",[136,6324,6326],{"className":6325},[143],[136,6327,6329],{"className":6328,"ariaHidden":148},[147],[136,6330,6332,6335,6338,6341,6344,6347,6350],{"className":6331},[152],[136,6333],{"className":6334,"style":582},[156],[136,6336,3055],{"className":6337},[586],[136,6339,1970],{"className":6340},[161],[136,6342,598],{"className":6343},[597],[136,6345],{"className":6346,"style":602},[305],[136,6348,2022],{"className":6349},[161],[136,6351,3074],{"className":6352},[632]," carries the three-way\nambiguity as three back-pointer sets.",[546,6355],{"hash":6356},"61df3d9a5e2402103df85814251cd25d0731cb546a72933143e5da83e85b6b73",[11,6358,6359,6360,6362,6363,6393,6394,52,6396,6398,6399,6401,6402,6404,6405,6408,6409,6412],{},"The three ",[125,6361,628],{}," entries in ",[136,6364,6366],{"className":6365},[143],[136,6367,6369],{"className":6368,"ariaHidden":148},[147],[136,6370,6372,6375,6378,6381,6384,6387,6390],{"className":6371},[152],[136,6373],{"className":6374,"style":582},[156],[136,6376,3055],{"className":6377},[586],[136,6379,1970],{"className":6380},[161],[136,6382,598],{"className":6383},[597],[136,6385],{"className":6386,"style":602},[305],[136,6388,2022],{"className":6389},[161],[136,6391,3074],{"className":6392},[632]," are the three readings: the prepositional phrase\n",[15,6395,5364],{},[15,6397,5219],{},", or it modifies the booking event via ",[125,6400,2640],{},", or it fills the second argument slot recovered through ",[125,6403,4267],{}," (the\nbinarized form of the original ",[125,6406,6407],{},"VP → Verb NP PP","). CKY has produced all of them in\none cubic-time pass and stored them in a table of shared subtrees — this reuse of\nsolved subproblems is ",[32,6410,6411],{"href":76},"dynamic programming","\nexactly as in the algorithms course, the same optimal-substructure argument that\nunderlies edit distance and Viterbi, specialized to the triangular chart of spans.",[80,6414,6416],{"id":6415},"where-this-continues","Where this continues",[11,6418,6419,6420,6422],{},"We have the recognition machinery. A context-free grammar describes how words group\ninto nested phrases; the phrase structure of English fills it out; a treebank turns\nthose trees into a grammar automatically; structural ambiguity — PP-attachment,\ncoordination — is why one grammar assigns many trees to one sentence; and Chomsky\nnormal form binarizes the grammar so the CKY chart can fill a triangular table\nbottom-up in cubic time, storing ",[15,6421,4094],{}," parse compactly.",[11,6424,6425,6426,893],{},"CKY hands back all parses but does not say which is right. Scoring trees to pick the\ncorrect one — probabilistic CFGs and neural span parsers — evaluating a parser against\na treebank with PARSEVAL, and the cheaper shallow parsing that skips the full tree\ncontinue in\n",[32,6427,6429],{"href":6428},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation","CKY scoring, evaluation, and shallow parsing",[6431,6432,6435,6440],"section",{"className":6433,"dataFootnotes":6},[6434],"footnotes",[80,6436,6439],{"className":6437,"id":36},[6438],"sr-only","Footnotes",[6441,6442,6443,6460,6471,6482,6595,6606,6617,6628,6646,6747,6758],"ol",{},[2027,6444,6446,115,6449,6452,6453],{"id":6445},"user-content-fn-jm-constituency",[24,6447,6448],{},"Jurafsky & Martin",[15,6450,6451],{},"Speech and Language Processing"," (3rd ed.), §12.1 — Constituency: the evidence that groups of words act as units (appearing in the same environments, moving together as preposed\u002Fpostposed phrases). ",[32,6454,6459],{"href":6455,"ariaLabel":6456,"className":6457,"dataFootnoteBackref":6},"#user-content-fnref-jm-constituency","Back to reference 1",[6458],"data-footnote-backref","↩",[2027,6461,6463,6465,6466],{"id":6462},"user-content-fn-jm-parsing-intro",[24,6464,6448],{},", Ch. 13 — Constituency Parsing, chapter opening: parsing as assigning syntactic structure, and its use in grammar checking, semantic analysis, and question answering. ",[32,6467,6459],{"href":6468,"ariaLabel":6469,"className":6470,"dataFootnoteBackref":6},"#user-content-fnref-jm-parsing-intro","Back to reference 2",[6458],[2027,6472,6474,6476,6477],{"id":6473},"user-content-fn-jm-cfg",[24,6475,6448],{},", §12.2 — Context-Free Grammars: rules and productions, terminals and nonterminals, the lexicon, derivations, and parse trees. ",[32,6478,6459],{"href":6479,"ariaLabel":6480,"className":6481,"dataFootnoteBackref":6},"#user-content-fnref-jm-cfg","Back to reference 3",[6458],[2027,6483,6485,6487,6488,6536,6537,6589,6590],{"id":6484},"user-content-fn-jm-formal",[24,6486,6448],{},", §12.2.1 — Formal Definition of Context-Free Grammar: the 4-tuple ",[136,6489,6491],{"className":6490},[143],[136,6492,6494],{"className":6493,"ariaHidden":148},[147],[136,6495,6497,6500,6503,6506,6509,6512,6515,6518,6521,6524,6527,6530,6533],{"className":6496},[152],[136,6498],{"className":6499,"style":582},[156],[136,6501,587],{"className":6502},[586],[136,6504,593],{"className":6505,"style":592},[161,591],[136,6507,598],{"className":6508},[597],[136,6510],{"className":6511,"style":602},[305],[136,6513,606],{"className":6514},[161],[136,6516,598],{"className":6517},[597],[136,6519],{"className":6520,"style":602},[305],[136,6522,617],{"className":6523,"style":616},[161,591],[136,6525,598],{"className":6526},[597],[136,6528],{"className":6529,"style":602},[305],[136,6531,628],{"className":6532,"style":627},[161,591],[136,6534,633],{"className":6535},[632],", direct derivation, and the language ",[136,6538,6540],{"className":6539},[143],[136,6541,6543],{"className":6542,"ariaHidden":148},[147],[136,6544,6546,6549],{"className":6545},[152],[136,6547],{"className":6548,"style":918},[156],[136,6550,6552,6555],{"className":6551},[161],[136,6553,925],{"className":6554},[161,591],[136,6556,6558],{"className":6557},[823],[136,6559,6561,6581],{"className":6560},[173,174],[136,6562,6564,6578],{"className":6563},[178],[136,6565,6567],{"className":6566,"style":938},[182],[136,6568,6569,6572],{"style":941},[136,6570],{"className":6571,"style":840},[190],[136,6573,6575],{"className":6574},[844,845,846,847],[136,6576,951],{"className":6577},[161,591,847],[136,6579,268],{"className":6580},[267],[136,6582,6584],{"className":6583},[178],[136,6585,6587],{"className":6586,"style":961},[182],[136,6588],{}," generated from the start symbol. ",[32,6591,6459],{"href":6592,"ariaLabel":6593,"className":6594,"dataFootnoteBackref":6},"#user-content-fnref-jm-formal","Back to reference 4",[6458],[2027,6596,6598,6600,6601],{"id":6597},"user-content-fn-jm-english",[24,6599,6448],{},", §12.3 — Some Grammar Rules for English: sentence-level constructions, the noun phrase, the verb phrase, and coordination. ",[32,6602,6459],{"href":6603,"ariaLabel":6604,"className":6605,"dataFootnoteBackref":6},"#user-content-fnref-jm-english","Back to reference 5",[6458],[2027,6607,6609,6611,6612],{"id":6608},"user-content-fn-jm-subcat",[24,6610,6448],{},", §12.3.4 — The Verb Phrase: transitive vs. intransitive verbs, subcategorization frames, and complements as logical arguments of the verb. ",[32,6613,6459],{"href":6614,"ariaLabel":6615,"className":6616,"dataFootnoteBackref":6},"#user-content-fnref-jm-subcat","Back to reference 6",[6458],[2027,6618,6620,6622,6623],{"id":6619},"user-content-fn-jm-treebank",[24,6621,6448],{},", §12.4 — Treebanks: the Penn Treebank, LISP-style bracketed notation, traces \u002F -NONE- nodes for long-distance dependencies, and treebanks read as grammars. ",[32,6624,6459],{"href":6625,"ariaLabel":6626,"className":6627,"dataFootnoteBackref":6},"#user-content-fnref-jm-treebank","Back to reference 7",[6458],[2027,6629,6631,6633,6634,6637,6638,6640,6641],{"id":6630},"user-content-fn-jm-ambiguity",[24,6632,6448],{},", §13.1 — Ambiguity: structural ambiguity, PP-attachment (",[505,6635,6636],{},"I shot an elephant in my pajamas","), and coordination ambiguity (",[505,6639,2264],{},"). ",[32,6642,6459],{"href":6643,"ariaLabel":6644,"className":6645,"dataFootnoteBackref":6},"#user-content-fnref-jm-ambiguity","Back to reference 8",[6458],[2027,6647,6649,6651,6652,6667,6668,6707,6708,6741,6742],{"id":6648},"user-content-fn-jm-cnf",[24,6650,6448],{},", §12.5 — Grammar Equivalence and Normal Form: Chomsky normal form as ",[136,6653,6655],{"className":6654},[143],[136,6656,6658],{"className":6657,"ariaHidden":148},[147],[136,6659,6661,6664],{"className":6660},[152],[136,6662],{"className":6663,"style":2316},[156],[136,6665,2320],{"className":6666},[161,591],"-free grammars with rules ",[136,6669,6671],{"className":6670},[143],[136,6672,6674,6692],{"className":6673,"ariaHidden":148},[147],[136,6675,6677,6680,6683,6686,6689],{"className":6676},[152],[136,6678],{"className":6679,"style":647},[156],[136,6681,699],{"className":6682},[161,591],[136,6684],{"className":6685,"style":306},[305],[136,6687,311],{"className":6688},[310],[136,6690],{"className":6691,"style":306},[305],[136,6693,6695,6698,6701,6704],{"className":6694},[152],[136,6696],{"className":6697,"style":647},[156],[136,6699,2356],{"className":6700,"style":2355},[161,591],[136,6702],{"className":6703,"style":602},[305],[136,6705,2364],{"className":6706,"style":2363},[161,591]," or ",[136,6709,6711],{"className":6710},[143],[136,6712,6714,6732],{"className":6713,"ariaHidden":148},[147],[136,6715,6717,6720,6723,6726,6729],{"className":6716},[152],[136,6718],{"className":6719,"style":647},[156],[136,6721,699],{"className":6722},[161,591],[136,6724],{"className":6725,"style":306},[305],[136,6727,311],{"className":6728},[310],[136,6730],{"className":6731,"style":306},[305],[136,6733,6735,6738],{"className":6734},[152],[136,6736],{"className":6737,"style":2316},[156],[136,6739,32],{"className":6740},[161,591],", and their binary-branching trees. ",[32,6743,6459],{"href":6744,"ariaLabel":6745,"className":6746,"dataFootnoteBackref":6},"#user-content-fnref-jm-cnf","Back to reference 9",[6458],[2027,6748,6750,6752,6753],{"id":6749},"user-content-fn-jm-cnf-convert",[24,6751,6448],{},", §13.2.1 — Conversion to Chomsky Normal Form: handling terminals mixed with nonterminals, unit productions, and right-hand sides longer than two. ",[32,6754,6459],{"href":6755,"ariaLabel":6756,"className":6757,"dataFootnoteBackref":6},"#user-content-fnref-jm-cnf-convert","Back to reference 10",[6458],[2027,6759,6761,6763,6764,554,6767],{"id":6760},"user-content-fn-jm-cky",[24,6762,6448],{},", §13.2 — CKY Parsing: the dynamic-programming chart, fenceposts, the fill order, the recognizer of Fig. 13.5, and its extension to a parser with back-pointers; worked on ",[505,6765,6766],{},"Book the flight through Houston.",[32,6768,6459],{"href":6769,"ariaLabel":6770,"className":6771,"dataFootnoteBackref":6},"#user-content-fnref-jm-cky","Back to reference 11",[6458],[6773,6774,6775],"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":3852,"depth":3852,"links":6777},[6778,6779,6780,6781,6782,6783,6788,6789],{"id":82,"depth":3852,"text":83},{"id":2010,"depth":3852,"text":2011},{"id":2147,"depth":3852,"text":2148},{"id":2208,"depth":3852,"text":2209},{"id":2296,"depth":3852,"text":2297},{"id":2644,"depth":3852,"text":2645,"children":6784},[6785,6786,6787],{"id":2673,"depth":3858,"text":2674},{"id":3774,"depth":3858,"text":3775},{"id":4144,"depth":3858,"text":4145},{"id":6415,"depth":3852,"text":6416},{"id":36,"depth":3852,"text":6439},[],"computer-science","Some groups of words behave as a single unit. In I'd like to fly on September\nseventeenth from Atlanta to Denver, the phrase on September seventeenth can\nslide to the front of the sentence, to the very end, or into the middle, and the\nresult is still English — but you cannot move its words one at a time. The whole\nphrase moves together or not at all. That is the empirical fact behind syntactic\nconstituency: words cluster into phrases, phrases nest inside larger phrases, and\nthis hierarchy governs where words may appear, how they agree, and what a sentence\nmeans.1",false,"md",{"moduleNumber":3876,"lessonNumber":3846,"order":6796},601,"Linguistic Structure",true,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing",[],"---\ntitle: Constituency Parsing\nmodule: Linguistic Structure\nmoduleNumber: 6\nlessonNumber: 1\norder: 601\nsummary: >\n  A constituency parse groups a sentence into nested phrases described by a\n  context-free grammar. We build the CFG formalism, read the phrase structure of\n  English off a treebank, confront the structural ambiguity that makes parsing\n  hard, convert to Chomsky normal form, and then solve it with CKY — the\n  dynamic-programming chart that fills a triangular table bottom-up. Probabilistic\n  and neural span parsers, evaluation, and shallow parsing follow in the companion\n  lesson.\ntopics: [Structure]\nsources:\n  - book: Jurafsky\n    ref: \"Ch. 12 — Constituency Grammars; §12.1 Constituency; §12.2 Context-Free Grammars\"\n  - book: Jurafsky\n    ref: \"§12.3 Grammar Rules for English; §12.4 Treebanks; §12.5 Grammar Equivalence and Normal Form\"\n  - book: Jurafsky\n    ref: \"Ch. 13 — Constituency Parsing; §13.1 Ambiguity; §13.2 CKY Parsing\"\n---\n\nSome groups of words behave as a single unit. In _I'd like to fly on September\nseventeenth from Atlanta to Denver_, the phrase _on September seventeenth_ can\nslide to the front of the sentence, to the very end, or into the middle, and the\nresult is still English — but you cannot move its words one at a time. The whole\nphrase moves together or not at all. That is the empirical fact behind **syntactic\nconstituency**: words cluster into phrases, phrases nest inside larger phrases, and\nthis hierarchy governs where words may appear, how they agree, and what a sentence\nmeans.[^jm-constituency]\n\n**Constituency parsing** is the task of recovering that hierarchy — mapping a flat\nstring of words to a nested tree of phrases. It underlies grammar checking (a\nsentence that will not parse is often ungrammatical), and it feeds semantic\nanalysis and question answering: to answer _Which flights to Denver depart before\nthe Seattle flight?_ a system must know that _to Denver_ modifies _flights_, not\n_depart_, and that _which flights to Denver_ is the subject.[^jm-parsing-intro] This\nlesson develops the grammar that describes constituents, the ambiguity that makes\nrecovering them hard, and the [dynamic-programming](\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples)\nalgorithm that recovers them anyway.\n\n## Context-free grammars\n\nThe standard formal system for constituent structure is the **context-free\ngrammar**, or CFG (equivalently, a _phrase-structure grammar_).[^jm-cfg] A CFG is\nbuilt from **rules** (productions), each expressing how a symbol may be rewritten as\nan ordered sequence of symbols. The symbols split into two classes: **terminals**,\nwhich are the actual words (_the_, _flight_), and **nonterminals**, which are\nabstractions over them (`NP`, `VP`, `Noun`). Each rule has a single nonterminal on\nthe left of the arrow and a string of terminals and nonterminals on the right:\n\n$$\n\\begin{aligned}\n\\text{NP} &\\rightarrow \\text{Det}\\;\\;\\text{Nominal} \\\\\n\\text{NP} &\\rightarrow \\text{ProperNoun} \\\\\n\\text{Nominal} &\\rightarrow \\text{Noun} \\mid \\text{Nominal}\\;\\;\\text{Noun} \\\\\n\\text{Det} &\\rightarrow \\textit{a} \\mid \\textit{the} \\\\\n\\text{Noun} &\\rightarrow \\textit{flight}\n\\end{aligned}\n$$\n\nThe rules with a single terminal on the right (`Det → a`) are the **lexicon**; the\nrest are the grammar proper. Reading the arrow as \"rewrite the left symbol with the\nright string,\" a CFG _generates_ strings. Start from `NP`, rewrite it to `Det\nNominal`, rewrite `Nominal` to `Noun`, and rewrite the parts of speech to words:\nthe string _a flight_ has been **derived** from `NP`. That sequence of rewrites is a\n**derivation**, and it is naturally drawn as a **parse tree** with the start symbol\nat the root and the words at the leaves.\n\n$$\n% caption: A parse tree for \"a flight\": the derivation NP -> Det Nominal ->\n% Det Noun -> a flight, drawn with the start symbol NP at the root and words at\n% the leaves. NP immediately dominates Det and Nom.\n\\begin{tikzpicture}[>=stealth, font=\\small, level distance=10mm,\n  every node\u002F.style={inner sep=1.5pt},\n  level 1\u002F.style={sibling distance=26mm},\n  level 2\u002F.style={sibling distance=22mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[text=acc] {NP}\n    child { node {Det} child { node {\\textit{a}} } }\n    child { node {Nom}\n      child { node {Noun} child { node {\\textit{f\\\u002Flight}} } } };\n\\end{tikzpicture}\n$$\n\nWe say `NP` **dominates** every node beneath it, and **immediately dominates** its\ndirect children `Det` and `Nom`. Formally, a CFG is a 4-tuple $(N, \\Sigma, R, S)$:\n$N$ a set of nonterminals, $\\Sigma$ a disjoint set of terminals, $R$ a set of rules\n$A \\rightarrow \\beta$ with $A \\in N$ and $\\beta \\in (\\Sigma \\cup N)^{\\ast}$, and $S \\in\nN$ a designated **start symbol**.[^jm-formal] The **language** $L_G$ that $G$\ngenerates is the set of terminal strings derivable from $S$:\n\n$$\nL_G = \\{\\, w \\mid w \\in \\Sigma^{\\ast} \\text{ and } S \\stackrel{\\ast}{\\Rightarrow} w \\,\\},\n$$\n\nwhere $\\stackrel{\\ast}{\\Rightarrow}$ is the reflexive-transitive closure of \"directly\nderives.\" A string in $L_G$ is **grammatical**; one outside it is **ungrammatical**.\n\n> **Definition (Context-free grammar).** A 4-tuple $G = (N, \\Sigma, R, S)$ of\n> nonterminals $N$, terminals $\\Sigma$, productions $R$ of the form $A \\rightarrow\n> \\beta$ (one nonterminal $A$ rewriting to a string $\\beta$ over $\\Sigma \\cup N$),\n> and a start symbol $S$. It is \"context-free\" because a rule for $A$ applies\n> regardless of the symbols surrounding $A$.\n\nAdding a few rules turns this into a grammar for small sentences. A sentence `S` is\na noun phrase followed by a verb phrase; a verb phrase is a verb followed by assorted\ncomplements; a prepositional phrase is a preposition followed by a noun phrase:\n\n$$\n\\begin{aligned}\n\\text{S} &\\rightarrow \\text{NP}\\;\\;\\text{VP} \\\\\n\\text{VP} &\\rightarrow \\text{Verb}\\;\\;\\text{NP} \\mid \\text{Verb}\\;\\;\\text{NP}\\;\\;\\text{PP} \\mid \\text{Verb}\\;\\;\\text{PP} \\\\\n\\text{PP} &\\rightarrow \\text{Preposition}\\;\\;\\text{NP}\n\\end{aligned}\n$$\n\nWith this grammar (Jurafsky and Martin call it $\\mathcal{L}_0$), the sentence _I\nprefer a morning flight_ has a full derivation from `S`, shown as a tree.\n\n$$\n% caption: Parse tree for \"I prefer a morning flight\" under the grammar L0. The\n% top rule is S -> NP VP; the recursive rule Nominal -> Nominal Noun stacks\n% \"morning\" onto \"flight\".\n\\begin{tikzpicture}[>=stealth, font=\\small, level distance=9mm,\n  every node\u002F.style={inner sep=1.5pt},\n  level 1\u002F.style={sibling distance=44mm},\n  level 2\u002F.style={sibling distance=24mm},\n  level 3\u002F.style={sibling distance=22mm},\n  level 4\u002F.style={sibling distance=18mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[text=acc] {S}\n    child { node {NP}\n      child { node {Pro} child { node {\\textit{I}} } } }\n    child { node {VP}\n      child { node {Verb} child { node {\\textit{prefer}} } }\n      child { node {NP}\n        child { node {Det} child { node {\\textit{a}} } }\n        child { node {Nom}\n          child { node {Nom} child { node {Noun} child { node {\\textit{morning}} } } }\n          child { node {Noun} child { node {\\textit{f\\\u002Flight}} } } } } };\n\\end{tikzpicture}\n$$\n\nThe same tree has a flat **bracketed notation**, which packs the structure onto one\nline by matching brackets and labelling each with its nonterminal:\n\n```text\n[S [NP [Pro I]] [VP [V prefer] [NP [Det a] [Nom [N morning] [Nom [N flight]]]]]]\n```\n\n## Grammatical phenomena, briefly\n\nThe phrase structure of English has enough regularity to fill a chapter; a few\npatterns recur throughout and motivate the design choices later.[^jm-english]\n\n- **NP structure.** A noun phrase has a **head** noun with modifiers before it\n  (determiners, numbers, adjectives — _the first non-stop flight_) and after it\n  (prepositional phrases, relative clauses — _flights [from Denver] [that serve\n  dinner]_). Post-head modifiers are recursive: `Nominal → Nominal PP` and `Nominal\n  → Nominal Noun` stack indefinitely, the same recursion the tree\n  above exhibits.\n- **VP structure and subcategorization.** A verb phrase pairs a verb with\n  complements, but not every verb accepts every complement. _find_ requires a direct\n  object (`VP → Verb NP`), _disappear_ takes none, and _want_ accepts either an NP or\n  an infinitival VP. The set of complements a verb licenses is its\n  **subcategorization frame**; treating it carelessly forces the grammar to multiply\n  verb classes and rules.[^jm-subcat]\n- **Agreement.** The subject and main verb must match in person and number: _this\n  flight serves_ but not _\\*this flight serve_. A pure CFG can only enforce this by\n  doubling every affected rule (a singular copy and a plural copy), one of the\n  redundancies that pushes practitioners toward lexicalized grammars.\n- **Coordination.** Like constituents conjoin into a larger constituent of the same\n  type: `NP → NP and NP`, `VP → VP and VP`. The general schema is `X → X and X`.\n  Conjoinability is itself a _test_ for constituency.\n- **Long-distance dependencies.** In _What flights do you have from Burbank?_, the\n  wh-phrase _what flights_ is the object of _have_, yet sits far from it at the front\n  of the sentence. These fronted arguments — in wh-questions, relative clauses, and\n  topicalization — strain a formalism whose rules are local, and treebanks mark them\n  with special empty nodes (below).\n\n## Treebanks\n\nA grammar robust enough to parse any sentence lets us build a corpus in which every\nsentence is paired with its parse tree — a **treebank**.[^jm-treebank] The **Penn\nTreebank** is the canonical example, with hand-corrected parses of the Brown,\nSwitchboard, ATIS, and Wall Street Journal corpora. Trees are stored in LISP-style\nparenthesized notation; the ATIS sentence _The flight should arrive at eleven a.m.\ntomorrow_ is bracketed as:\n\n```text\n(S (NP-SBJ (DT The) (NN flight))\n   (VP (MD should)\n       (VP (VB arrive)\n           (PP-TMP (IN at) (NP (CD eleven) (RB a.m.)))\n           (NP-TMP (NN tomorrow)))))\n```\n\nTwo features matter downstream. First, a treebank _is_ a grammar: read the rules off\nthe trees and you recover a CFG for the corpus. The Wall Street Journal portion (a\nmillion words) yields about 17,500 distinct rule types, many of them very flat and\nvery long — there are roughly 4,500 rules just for expanding `VP`, including\nmonsters like `VP → VBP PP PP PP PP PP ADVP PP`. Second, Penn Treebank marks\nlong-distance dependencies with **traces**: an empty `-NONE-` node holds the\nposition where a moved constituent \"belongs,\" co-indexed with the constituent's\nsurface location, so a parser can recover which argument goes with which predicate.\n\n$$\n% caption: A Penn Treebank tree for a Brown-corpus sentence, \"That cold, empty sky\n% was full of fire and light.\" The -PRD tag marks a non-VP predicate (here an\n% adjective phrase) and -SBJ marks the surface subject.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize, level distance=8.5mm,\n  every node\u002F.style={inner sep=1.4pt},\n  level 1\u002F.style={sibling distance=40mm},\n  level 2\u002F.style={sibling distance=15mm},\n  level 3\u002F.style={sibling distance=15mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[text=acc] {S}\n    child { node {NP-SBJ}\n      child { node {DT} child { node {\\textit{That}} } }\n      child { node {JJ} child { node {\\textit{cold}} } }\n      child { node {JJ} child { node {\\textit{empty}} } }\n      child { node {NN} child { node {\\textit{sky}} } } }\n    child { node {VP}\n      child { node {VBD} child { node {\\textit{was}} } }\n      child { node {ADJP-PRD}\n        child { node {JJ} child { node {\\textit{fu\\\u002Fll}} } }\n        child { node {PP}\n          child { node {IN} child { node {\\textit{of}} } }\n          child { node {NP} child { node {\\textit{f\\\u002Fire, light}} } } } } };\n\\end{tikzpicture}\n$$\n\n## Structural ambiguity\n\nThe reason parsing is hard is that one grammar routinely assigns many trees to one\nsentence — **structural ambiguity**.[^jm-ambiguity] Groucho Marx's line _I shot an\nelephant in my pajamas_ is the textbook case. The prepositional phrase _in my\npajamas_ can attach low, inside the noun phrase headed by _elephant_ (the elephant\nis wearing the pajamas — the joke), or high, inside the verb phrase headed by _shot_\n(the shooting happened in the pajamas). Both are licensed by the same grammar.\n\n$$\n% caption: Two parses of \"I shot an elephant in my pajamas.\" Left: the PP attaches\n% inside the NP (the elephant is in the pajamas). Right: the PP attaches to the VP\n% (the shooting happens in the pajamas). This is PP-attachment ambiguity.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize, level distance=8mm,\n  every node\u002F.style={inner sep=1.6pt},\n  level 1\u002F.style={sibling distance=30mm},\n  level 2\u002F.style={sibling distance=22mm},\n  level 3\u002F.style={sibling distance=17mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  % ---- left tree: low attachment (NP) ----\n  \\begin{scope}\n  \\node {S}\n    child { node {NP} child { node {\\textit{I}} } }\n    child { node {VP}\n      child { node {V} child { node {\\textit{shot}} } }\n      child { node {NP}\n        child { node {Det} child { node {\\textit{an}} } }\n        child { node {Nom}\n          child { node {Nom} child { node {\\textit{elephant}} } }\n          child { node[text=acc] {PP} child { node {\\textit{in my pajamas}} } } } } };\n  \\node[font=\\scriptsize, text=acc] at (0,-5.0) {PP low: inside the NP};\n  \\end{scope}\n  % ---- right tree: high attachment (VP) ----\n  \\begin{scope}[xshift=78mm]\n  \\node {S}\n    child { node {NP} child { node {\\textit{I}} } }\n    child { node {VP}\n      child { node {VP}\n        child { node {V} child { node {\\textit{shot}} } }\n        child { node {NP}\n          child { node {Det} child { node {\\textit{an}} } }\n          child { node {Nom} child { node {\\textit{elephant}} } } } }\n      child { node[text=acc] {PP} child { node {\\textit{in my pajamas}} } } };\n  \\node[font=\\scriptsize, text=acc] at (0,-5.0) {PP high: inside the VP};\n  \\end{scope}\n\\end{tikzpicture}\n$$\n\nThis is **attachment ambiguity**: a constituent can hang from the tree at more than\none place. **PP-attachment** is the most common form, and it compounds — a sentence\nwith several prepositional phrases has a number of parses that grows combinatorially.\n\nA second flavor is **coordination ambiguity**, where a conjunction leaves the\ngrouping unclear. _old men and women_ can mean _[old [men and women]]_ (everyone is\nold) or _[old men] and [women]_ (only the men are old). The two readings correspond\nto different trees.\n\n$$\n% caption: Coordination ambiguity in \"old men and women.\" Left: the adjective\n% scopes over the whole coordination, so both men and women are old. Right: the\n% adjective scopes over \"men\" only.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize, level distance=9mm,\n  every node\u002F.style={inner sep=1.6pt},\n  level 1\u002F.style={sibling distance=20mm},\n  level 2\u002F.style={sibling distance=15mm}]\n  \\definecolor{acc}{HTML}{2348F2}\n  % left: wide scope\n  \\begin{scope}\n  \\node {Nom}\n    child { node {Adj} child { node {\\textit{old}} } }\n    child { node[text=acc] {Nom}\n      child { node {Nom} child { node {\\textit{men}} } }\n      child { node {Con} child { node {\\textit{and}} } }\n      child { node {Nom} child { node {\\textit{women}} } } };\n  \\node[font=\\scriptsize, text=acc] at (0,-4.0) {old (men and women)};\n  \\end{scope}\n  % right: narrow scope\n  \\begin{scope}[xshift=64mm]\n  \\node {Nom}\n    child { node[text=acc] {Nom}\n      child { node {Adj} child { node {\\textit{old}} } }\n      child { node {Nom} child { node {\\textit{men}} } } }\n    child { node {Con} child { node {\\textit{and}} } }\n    child { node {Nom} child { node {\\textit{women}} } };\n  \\node[font=\\scriptsize, text=acc] at (0,-4.0) {(old men) and women};\n  \\end{scope}\n\\end{tikzpicture}\n$$\n\nReal sentences pile these up. Many grammatically valid parses are semantically\nabsurd, and enumerating them naively is exponential. The engineering response comes\nin two parts: a dynamic-programming algorithm that represents _all_ parses\ncompactly, and a scoring model that picks the right one. We take them in that order.\n\n## Chomsky normal form\n\nThe parsing algorithm below needs the grammar in a restricted shape. A CFG is in\n**Chomsky normal form** (CNF) if it is $\\varepsilon$-free and every rule has one of\nexactly two shapes: $A \\rightarrow B\\,C$ (two nonterminals) or $A \\rightarrow w$\n(one terminal).[^jm-cnf] CNF grammars are **binary branching**: above the\npart-of-speech level, every node has exactly two children. That property is what\nmakes the chart triangular and the algorithm cubic.\n\nAny CFG can be converted to a weakly equivalent CNF grammar — one generating the\nsame string set — by repairing three kinds of offending rule.[^jm-cnf-convert]\n\n- **Terminals mixed with nonterminals** on the right (`INF-VP → to VP`): introduce a\n  dummy nonterminal covering the terminal, giving `INF-VP → TO VP` and `TO → to`.\n- **Unit productions** — a single nonterminal on the right (`A → B`): follow each\n  chain $A \\stackrel{\\ast}{\\Rightarrow} B$ and, for every non-unit rule $B \\rightarrow\n  \\gamma$, add $A \\rightarrow \\gamma$, then discard the unit rules. This flattens the\n  grammar and promotes terminals higher in the tree.\n- **Right-hand sides longer than two** (`A → B C D`): split off the leftmost pair\n  under a fresh nonterminal, `A → X1 D` and `X1 → B C`, and iterate until every rule\n  is binary. So `S → Aux NP VP` becomes `S → X1 VP` and `X1 → Aux NP`.\n\n$$\n% caption: Converting the ternary rule A -> B C D to Chomsky normal form. A fresh\n% nonterminal X1 absorbs the leftmost pair B C, leaving two binary rules that\n% derive the same strings.\n\\begin{tikzpicture}[>=stealth, font=\\small,\n  box\u002F.style={draw, minimum width=20mm, minimum height=9mm, align=center}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[box] (a) at (0,0) {A $\\to$ B C D};\n  \\node[box, draw=acc, text=acc] (b) at (5.2,0.8) {A $\\to$ X1 D};\n  \\node[box, draw=acc, text=acc] (c) at (5.2,-0.8) {X1 $\\to$ B C};\n  \\draw[->, thick] (a.east) -- (3.0,0) |- (b.west);\n  \\draw[->, thick] (a.east) -- (3.0,0) |- (c.west);\n  \\node[font=\\footnotesize] at (3.35,-1.55) {binary branching};\n\\end{tikzpicture}\n$$\n\nThe conversion has a side benefit: binarizing a family of flat rules like `VP → VBD\nNP`, `VP → VBD NP PP`, `VP → VBD NP PP PP`, ... can be replaced by the compact pair\n`VP → VBD NP` and `VP → VP PP`, generating the same infinite family with two rules.\n\n## The CKY algorithm\n\n**CKY** (Cocke-Kasami-Younger) is the standard dynamic-programming parser.[^jm-cky]\nIt is the same idea as [minimum edit distance](\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization)\nand Viterbi: fill a table of subproblem solutions bottom-up so that each cell is\ncomputed from cells already filled. Here a subproblem is _which nonterminals can\nspan this stretch of the input_, and the context-free property is what makes it a\ndynamic program — once a constituent is found over a span, it can be reused in any\nlarger derivation without being reanalyzed.\n\n### The chart\n\nIndex the **fenceposts** between words from $0$ to $n$, so the input _Book the flight\nthrough Houston_ is read as $_0$ Book $_1$ the $_2$ flight $_3$ through $_4$ Houston\n$_5$. A cell $\\text{table}[i,j]$ holds the set of nonterminals that can span\npositions $i$ through $j$. Only the upper triangle of the $(n{+}1) \\times (n{+}1)$\nmatrix is used, since $i \u003C j$; the cell $[0,n]$ covers the whole sentence, and the\nsentence is grammatical exactly when $S \\in \\text{table}[0,n]$.\n\nBecause the grammar is in CNF, any constituent spanning $[i,j]$ was built from a rule\n$A \\rightarrow B\\,C$ where $B$ spans $[i,k]$ and $C$ spans $[k,j]$ for some **split\npoint** $k$ with $i \u003C k \u003C j$. Geometrically, the left child $[i,k]$ lies along row\n$i$ to the left of $[i,j]$, and the right child $[k,j]$ lies down column $j$ beneath\nit. Filling $[i,j]$ means scanning every split $k$, checking whether any grammar rule\ncombines a nonterminal from $[i,k]$ with one from $[k,j]$.\n\n$$\n% caption: Filling cell [i,j] in the CKY chart. For each split point k, the left\n% child comes from cell [i,k] (along row i) and the right child from cell [k,j]\n% (down column j); a rule A -> B C combining them adds A to [i,j].\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % grid of cells (partial, schematic)\n  \\draw[black] (0,0) grid (5,3);\n  % target cell [i,j] top-left region\n  \\fill[acc!12] (0,2) rectangle (1,3);\n  \\draw[acc, very thick] (0,2) rectangle (1,3);\n  \\node[text=acc] at (0.5,2.5) {[i,j]};\n  % left child along row i\n  \\fill[red!12] (3,2) rectangle (4,3);\n  \\draw[red, thick] (3,2) rectangle (4,3);\n  \\node[text=red] at (3.5,2.5) {[i,k]};\n  % right child down column j\n  \\fill[red!12] (0,0) rectangle (1,1);\n  \\draw[red, thick] (0,0) rectangle (1,1);\n  \\node[text=red] at (0.5,0.5) {[k,j]};\n  % arrows in from the two children\n  \\draw[->, red, thick] (3.0,2.5) -- (1.15,2.5);\n  \\draw[->, red, thick] (0.5,1.0) -- (0.5,1.9);\n  \\node[font=\\scriptsize, text=red, anchor=south] at (2.6,3.15) {left child (row i)};\n  \\node[font=\\scriptsize, text=red, anchor=west] at (1.15,1.35) {right child (col j)};\n\\end{tikzpicture}\n$$\n\n### The recognizer\n\nThe order of filling matters: to have both children ready, process columns left to\nright and, within a column, rows bottom to top. The base case fills the diagonal\n$[j{-}1,j]$ with the parts of speech of word $j$; then each higher cell combines pairs\nof lower cells.\n\n```algorithm\ncaption: $\\textsc{CKY-Parse}(\\textit{words}, \\textit{grammar})$ — fill the constituency chart\ninput: sentence $\\textit{words}[1..n]$, grammar in Chomsky normal form\n$\\textit{table} \\gets$ empty $(n{+}1) \\times (n{+}1)$ table\nfor $j = 1$ to $n$ do\n  for each $A$ such that $A \\rightarrow \\textit{words}[j] \\in \\textit{grammar}$ do\n    add $A$ to $\\textit{table}[j{-}1, j]$ \u002F\u002F part-of-speech base case\n  for $i = j{-}2$ downto $0$ do\n    for $k = i{+}1$ to $j{-}1$ do\n      for each $A \\rightarrow B\\,C \\in \\textit{grammar}$ with $B \\in \\textit{table}[i,k]$ and $C \\in \\textit{table}[k,j]$ do\n        add $A$ to $\\textit{table}[i,j]$ \u002F\u002F constituent over span (i, j)\nreturn $\\textit{table}$\n```\n\nThree nested loops over positions ($j$, $i$, $k$) times a scan of the grammar give\n$O(n^{3} \\, |G|)$ time — cubic in the sentence length, linear in the grammar size.\nAs written this is a **recognizer**: it reports grammaticality by testing $S \\in\n\\text{table}[0,n]$ but does not return trees. Two changes make it a **parser**:\nattach to each table entry back-pointers to the two cells it was built from, and\nallow multiple copies of a nonterminal (one per way of deriving it). The filled table\nthen encodes _every_ parse; a single tree is read off by picking an $S$ from $[0,n]$\nand recursively following its back-pointers.\n\n### A worked example\n\nTake the grammar $\\mathcal{L}_1$ in CNF, whose lexicon includes _Book_ as `Verb`,\n`Noun`, `Nominal`, `VP`, and `S`; _the_ as `Det`; _flight_ as `Noun`, `Nominal`;\n_through_ as `Preposition`; and _Houston_ as `NP`, `ProperNoun`. Relevant binary\nrules: `S → NP VP`, `S → VP PP`, `VP → Verb NP`, `VP → VP PP`, `NP → Det Nominal`,\n`Nominal → Nominal PP`, `PP → Preposition NP`, plus `S → X2 PP` and `VP → X2 PP` with\n`X2 → Verb NP`. Parse _Book the flight through Houston_ ($n = 5$).\n\nTrace the fill span-length by span-length; the algorithm processes column $j$ left to\nright and, within a column, row $i$ from the diagonal upward, so every child cell is\nready before its parent.\n\n**Length 1 (the diagonal).** Each word's parts of speech come straight from the\nlexicon, filling $[j{-}1,j]$:\n\n$$\n\\begin{aligned}\n[0,1] &= \\{\\texttt{Verb}, \\texttt{Noun}, \\texttt{Nominal}, \\texttt{VP}, \\texttt{S}\\} && (\\textit{Book}) \\\\\n[1,2] &= \\{\\texttt{Det}\\} && (\\textit{the}) \\\\\n[2,3] &= \\{\\texttt{Noun}, \\texttt{Nominal}\\} && (\\textit{flight}) \\\\\n[3,4] &= \\{\\texttt{Preposition}\\} && (\\textit{through}) \\\\\n[4,5] &= \\{\\texttt{NP}, \\texttt{ProperNoun}\\} && (\\textit{Houston})\n\\end{aligned}\n$$\n\n**Length 2.** Each cell has a single split point. $[0,2]$ (_Book the_) needs a rule\ncombining something in $[0,1]$ with `Det` in $[1,2]$ — none exists, so $[0,2] =\n\\varnothing$. $[1,3]$ (_the flight_): `Det` in $[1,2]$ and `Nominal` in $[2,3]$ fire\n`NP → Det Nominal`, so `NP ∈ [1,3]`. $[2,4]$ (_flight through_): no rule takes a\n`Nominal` then a `Preposition`, so it stays empty. $[3,5]$ (_through Houston_):\n`Preposition` in $[3,4]$ meets `NP` in $[4,5]$ under `PP → Preposition NP`, giving\n`PP ∈ [3,5]`.\n\n**Length 3.** Now two split points must each be tried. $[2,5]$ (_flight through\nHouston_): at split $k=3$, `Nominal` in $[2,3]$ and `PP` in $[3,5]$ fire `Nominal →\nNominal PP`, so `Nominal ∈ [2,5]`. $[0,3]$ (_Book the flight_): at $k=1$, the `Verb`\nin $[0,1]$ and `NP` in $[1,3]$ fire both `VP → Verb NP` and its binarized helper `X2\n→ Verb NP`, and the resulting `VP` also satisfies `S → VP` chains, so $[0,3] =\n\\{\\texttt{VP}, \\texttt{X2}, \\texttt{S}\\}$.\n\n**Length 4.** $[1,5]$ (_the flight through Houston_): at $k=2$, `Det` in $[1,2]$ and\n`Nominal` in $[2,5]$ fire `NP → Det Nominal`, so `NP ∈ [1,5]`.\n\n**Length 5 (the top cell).** $[0,5]$ spans the whole sentence, with four possible\nsplits $k \\in \\{1,2,3,4\\}$. Two of them succeed and produce three `S` derivations:\n\n- $k = 1$: `Verb` in $[0,1]$ with `NP` in $[1,5]$ via `X2 → Verb NP`, and _through\n  Houston_ already folded into the `NP` — this is the low PP-attachment (the flight\n  through Houston).\n- $k = 3$: `VP`\u002F`X2` in $[0,3]$ with `PP` in $[3,5]$ via `VP → VP PP` and via `S → X2\n  PP` — the high PP-attachment (the booking happens through Houston), reached two\n  ways.\n\nSo $[0,5]$ holds `{S, VP, X2}` with three distinct back-pointer sets for `S`.\n\n$$\n% caption: The CKY chart for \"Book the flight through Houston\" filling by span\n% length: length-1 diagonal from the lexicon, then length 2, 3, 4, and finally the\n% top cell [0,5] with three S derivations (the PP-attachment ambiguity). Empty\n% cells are shown blank.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\tikzset{cc\u002F.style={draw=black, minimum width=20mm, minimum height=10mm, align=center, anchor=south west, inner sep=1pt, font=\\scriptsize}}\n  \\foreach \\x\u002F\\w in {0\u002FBook, 1\u002Fthe, 2\u002Ff\\\u002Flight, 3\u002Fthrough, 4\u002FHouston}\n    \\node[font=\\scriptsize] at (\\x*2.0+1.0,5.75) {\\textit{\\w}};\n  % length 1 (diagonal) - tinted\n  \\node[cc, fill=black!5] at (0,4.5) {Verb, Noun,\\\\Nom, VP, S};\n  \\node[cc, fill=black!5] at (2.0,3.5) {Det};\n  \\node[cc, fill=black!5] at (4.0,2.5) {Nom, Noun};\n  \\node[cc, fill=black!5] at (6.0,1.5) {Prep};\n  \\node[cc, fill=black!5] at (8.0,0.5) {NP, Proper};\n  % length 2\n  \\node[cc] at (2.0,4.5) {};\n  \\node[cc] at (4.0,3.5) {NP};\n  \\node[cc] at (6.0,2.5) {};\n  \\node[cc] at (8.0,1.5) {PP};\n  % length 3\n  \\node[cc] at (4.0,4.5) {S, VP, X2};\n  \\node[cc] at (6.0,3.5) {};\n  \\node[cc] at (8.0,2.5) {Nom};\n  % length 4\n  \\node[cc] at (6.0,4.5) {};\n  \\node[cc] at (8.0,3.5) {NP};\n  % length 5 (top) - accent\n  \\node[cc, draw=acc, very thick, fill=acc!8] at (8.0,4.5) {\\textcolor{acc}{S, VP, X2}};\n  \\node[text=acc, font=\\scriptsize, anchor=west] at (10.3,5.0) {[0,5]:};\n  \\node[text=acc, font=\\scriptsize, anchor=west] at (10.3,4.6) {3 S parses};\n\\end{tikzpicture}\n$$\n\nThe same chart, drawn in the conventional upper-triangular layout with the diagonal\nalong the bottom, is below; the top-right cell $[0,5]$ carries the three-way\nambiguity as three back-pointer sets.\n\n$$\n% caption: Completed CKY chart for \"Book the flight through Houston.\" Each cell\n% [i,j] lists the nonterminals spanning words i..j. The top-right cell [0,5] holds\n% three S's, one per parse. Empty cells are omitted.\n\\begin{tikzpicture}[>=stealth, font=\\scriptsize]\n  \\definecolor{acc}{HTML}{2348F2}\n  % words along the top\n  \\foreach \\x\u002F\\w in {0\u002FBook, 1\u002Fthe, 2\u002Ff\\\u002Flight, 3\u002Fthrough, 4\u002FHouston}\n    \\node[font=\\footnotesize] at (\\x*2.3+1.15,6.6) {\\textit{\\w}};\n  % draw grid cells that are used (upper triangle)\n  \\tikzset{cell\u002F.style={draw=black, minimum width=23mm, minimum height=12mm, align=center, anchor=south west, inner sep=1pt}}\n  % row 0 (i=0): [0,1]..[0,5]\n  \\node[cell] at (0,5) {Verb, Noun,\\\\ Nom, VP, S};\n  \\node[cell] at (2.3,5) {};\n  \\node[cell] at (4.6,5) {S, VP, X2};\n  \\node[cell] at (6.9,5) {};\n  \\node[cell, draw=acc, very thick] at (9.2,5) {\\textcolor{acc}{S, VP, X2}};\n  % row 1 (i=1): [1,2]..[1,5]\n  \\node[cell] at (2.3,4) {Det};\n  \\node[cell] at (4.6,4) {NP};\n  \\node[cell] at (6.9,4) {};\n  \\node[cell] at (9.2,4) {NP};\n  % row 2 (i=2): [2,3]..[2,5]\n  \\node[cell] at (4.6,3) {Nom, Noun};\n  \\node[cell] at (6.9,3) {};\n  \\node[cell] at (9.2,3) {Nom};\n  % row 3 (i=3): [3,4]..[3,5]\n  \\node[cell] at (6.9,2) {Prep};\n  \\node[cell] at (9.2,2) {PP};\n  % row 4 (i=4): [4,5]\n  \\node[cell] at (9.2,1) {NP, Proper-Noun};\n  % label the whole-sentence cell\n  \\node[text=acc, font=\\scriptsize, anchor=west] at (11.7,5.6) {[0,5]:};\n  \\node[text=acc, font=\\scriptsize, anchor=west] at (11.7,5.15) {3 parses};\n\\end{tikzpicture}\n$$\n\nThe three `S` entries in $[0,5]$ are the three readings: the prepositional phrase\n_through Houston_ modifies _the flight_, or it modifies the booking event via `VP →\nVP PP`, or it fills the second argument slot recovered through `VP → X2 PP` (the\nbinarized form of the original `VP → Verb NP PP`). CKY has produced all of them in\none cubic-time pass and stored them in a table of shared subtrees — this reuse of\nsolved subproblems is [dynamic programming](\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples)\nexactly as in the algorithms course, the same optimal-substructure argument that\nunderlies edit distance and Viterbi, specialized to the triangular chart of spans.\n\n\n## Where this continues\n\nWe have the recognition machinery. A context-free grammar describes how words group\ninto nested phrases; the phrase structure of English fills it out; a treebank turns\nthose trees into a grammar automatically; structural ambiguity — PP-attachment,\ncoordination — is why one grammar assigns many trees to one sentence; and Chomsky\nnormal form binarizes the grammar so the CKY chart can fill a triangular table\nbottom-up in cubic time, storing _every_ parse compactly.\n\nCKY hands back all parses but does not say which is right. Scoring trees to pick the\ncorrect one — probabilistic CFGs and neural span parsers — evaluating a parser against\na treebank with PARSEVAL, and the cheaper shallow parsing that skips the full tree\ncontinue in\n[CKY scoring, evaluation, and shallow parsing](\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation).\n\n[^jm-parsing-intro]: **Jurafsky & Martin**, Ch. 13 — Constituency Parsing, chapter opening: parsing as assigning syntactic structure, and its use in grammar checking, semantic analysis, and question answering.\n[^jm-constituency]: **Jurafsky & Martin**, _Speech and Language Processing_ (3rd ed.), §12.1 — Constituency: the evidence that groups of words act as units (appearing in the same environments, moving together as preposed\u002Fpostposed phrases).\n[^jm-cfg]: **Jurafsky & Martin**, §12.2 — Context-Free Grammars: rules and productions, terminals and nonterminals, the lexicon, derivations, and parse trees.\n[^jm-formal]: **Jurafsky & Martin**, §12.2.1 — Formal Definition of Context-Free Grammar: the 4-tuple $(N, \\Sigma, R, S)$, direct derivation, and the language $L_G$ generated from the start symbol.\n[^jm-english]: **Jurafsky & Martin**, §12.3 — Some Grammar Rules for English: sentence-level constructions, the noun phrase, the verb phrase, and coordination.\n[^jm-subcat]: **Jurafsky & Martin**, §12.3.4 — The Verb Phrase: transitive vs. intransitive verbs, subcategorization frames, and complements as logical arguments of the verb.\n[^jm-treebank]: **Jurafsky & Martin**, §12.4 — Treebanks: the Penn Treebank, LISP-style bracketed notation, traces \u002F -NONE- nodes for long-distance dependencies, and treebanks read as grammars.\n[^jm-ambiguity]: **Jurafsky & Martin**, §13.1 — Ambiguity: structural ambiguity, PP-attachment (\"I shot an elephant in my pajamas\"), and coordination ambiguity (\"old men and women\").\n[^jm-cnf]: **Jurafsky & Martin**, §12.5 — Grammar Equivalence and Normal Form: Chomsky normal form as $\\varepsilon$-free grammars with rules $A \\rightarrow B\\,C$ or $A \\rightarrow a$, and their binary-branching trees.\n[^jm-cnf-convert]: **Jurafsky & Martin**, §13.2.1 — Conversion to Chomsky Normal Form: handling terminals mixed with nonterminals, unit productions, and right-hand sides longer than two.\n[^jm-cky]: **Jurafsky & Martin**, §13.2 — CKY Parsing: the dynamic-programming chart, fenceposts, the fill order, the recognizer of Fig. 13.5, and its extension to a parser with back-pointers; worked on \"Book the flight through Houston.\"\n",{"text":6803,"minutes":6804,"time":6805,"words":6806},"14 min read",13.33,799800,2666,{"title":5,"description":6792},[6809,6812,6814],{"book":6810,"ref":6811},"Jurafsky","Ch. 12 — Constituency Grammars; §12.1 Constituency; §12.2 Context-Free Grammars",{"book":6810,"ref":6813},"§12.3 Grammar Rules for English; §12.4 Treebanks; §12.5 Grammar Equivalence and Normal Form",{"book":6810,"ref":6815},"Ch. 13 — Constituency Parsing; §13.1 Ambiguity; §13.2 CKY Parsing","available","09.natural-language-processing\u002F06.linguistic-structure\u002F01.constituency-parsing","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",[6820],"Structure","BDJm99GPJFOIalETQKbzCqzOJvwuuaGYVphfknMGPtk",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":6823,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":6824,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":6825,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":6826,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":6827,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":6828,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":6829,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":6830,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":6831,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":6832,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":6833,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":6834,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":6835,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":6836,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":6837,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":6838,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":6839,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":6840,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":6841,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":6842,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":6843,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":6844,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":6845,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":6846,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":6847,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":6848,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":6849,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":6850,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":6851,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":6852,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":6853,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":6854,"\u002Falgorithms\u002Fsequences\u002Ftries":6855,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":6856,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":6857,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":6858,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":6859,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":6860,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":6861,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":6862,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":6863,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":6864,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":6865,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":6866,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":6867,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":6868,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":6869,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":6870,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":6871,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":6872,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":6873,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":6874,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":6875,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":6876,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":6877,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":6878,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":6879,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":6880,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":6881,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":6882,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":6883,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":6884,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":6885,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":6886,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":6887,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":6888,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":6889,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":6890,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":6891,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":6892,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":6893,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":6894,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":6895,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":6896,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":6897,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":6898,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":6899,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":6900,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":6901,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":6902,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":6903,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":6904,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":6905,"\u002Falgorithms":6906,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":6907,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":6908,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":6909,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":6910,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":6911,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":6912,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":6913,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":6914,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":6915,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":6916,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":6917,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":6918,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":6919,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":6920,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":6921,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":6922,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":6923,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":6924,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":6925,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":6926,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":6927,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":6928,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":6929,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":6930,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":6931,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":6932,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":6933,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":6934,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":6935,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":6936,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":6937,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":6938,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":6939,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":6940,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":6921,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":6941,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":6942,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":6943,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":6911,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":6944,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":6945,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":6946,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":6947,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":6948,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":6949,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":6950,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":6951,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":6952,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":6953,"\u002Fcalculus":6954,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":6955,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":6956,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":6957,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":6958,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":6959,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":6960,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":6961,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":6962,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":6963,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":6964,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":6965,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":6966,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":6967,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":6968,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":6969,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":6970,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":6971,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":6972,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":6973,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":6974,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":6975,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":6976,"\u002Fmechanics\u002Frotation\u002Frolling-motion":6977,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":6978,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":6979,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":6980,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":6981,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":6982,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":6983,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":6984,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":6985,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":6986,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":6987,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":6988,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":6989,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":6990,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":6991,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":6992,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":6993,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":6994,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":6995,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":6996,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":6997,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":6998,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":6999,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":7000,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":7001,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":7002,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":7003,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":7004,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":7005,"\u002Fmechanics":7006,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":7007,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":7008,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":7009,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":7010,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":7011,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":7012,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":7013,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":7014,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":7015,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":7016,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":7017,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":7018,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":6995,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":7019,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":7020,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":7021,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":6991,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":6856,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":7022,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":6982,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":7023,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":7024,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":7025,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":7026,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":7027,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":7028,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":7029,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":7030,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":7031,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":6956,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":7032,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":7033,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":7034,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":7035,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":7036,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":7037,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":7038,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":7039,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":6974,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":6973,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":7040,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":7041,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":7042,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":7043,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":7044,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":7045,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":7046,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":7047,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":7048,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":7000,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":6998,"\u002Felectricity-and-magnetism":7049,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":7050,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":7051,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":7052,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":7053,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":7054,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":7055,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":7056,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":7057,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":7058,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":6908,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":7059,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":7060,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":6912,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":7061,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":7062,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":7063,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":7064,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":7065,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":7066,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":7067,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":7068,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":7069,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":7070,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":7071,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":7072,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":7073,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":7074,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":7075,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":7076,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":7077,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":7078,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":7079,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":7080,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":6947,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":7081,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":7082,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":7083,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":7084,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":7085,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":7086,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":7087,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":7088,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":7089,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":7090,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":7091,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":7092,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":7093,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":7094,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":7095,"\u002Flinear-algebra":7096,"\u002Ftheory-of-computation":7097,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":7098,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":7099,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":7100,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":7101,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":7102,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":7103,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":7104,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":7105,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":7106,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":7107,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":7108,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":7109,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":7110,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":7111,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":7112,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":7113,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":7114,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":7115,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":7116,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":7117,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":7118,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":7119,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":7120,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":7121,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":7122,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":7123,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":7124,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":7125,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":7126,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":7127,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":7128,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":7129,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":7130,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":7131,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":7132,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":7133,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":7134,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":7135,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":7136,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":7137,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":7138,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":7139,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":7140,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":7141,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":7142,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":7143,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":7144,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":7145,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":7146,"\u002Fcomputer-architecture":7097,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":7147,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":7148,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":7149,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":6912,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":7150,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":6911,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":6918,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":7151,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":7152,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":6952,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":7153,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":7154,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":7155,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":7156,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":7157,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":7158,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":7159,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":7160,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":7161,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":7162,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":7163,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":7164,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":7159,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":7165,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":7166,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":7167,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":7168,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":7169,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":7170,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":7171,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":7172,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":7173,"\u002Fdifferential-equations":7174,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":7175,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":7176,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":7177,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":7178,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":7057,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":7179,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":7180,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":7181,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":7182,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":7183,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":7184,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":6927,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":7185,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":7186,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":7187,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":7188,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":7189,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":7190,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":7191,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":7192,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":7193,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":7194,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":7149,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":7195,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":7196,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":7197,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":7198,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":7199,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":7078,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":7200,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":7201,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":7088,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":7202,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":7203,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":7204,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":7205,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":7206,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":7207,"\u002Frelativity":7208,"\u002Fphysical-computing":7097,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":7209,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":7188,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":7210,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":7211,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":7212,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":7213,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":7214,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":7215,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":7216,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":7164,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":7088,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":7217,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":7218,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":7219,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":7220,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":7216,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":7221,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":7196,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":6949,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":7222,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":7223,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":6929,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":7224,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":7225,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":7226,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":7227,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":7228,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":7229,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":7230,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":7231,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":7232,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":7188,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":7233,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":7234,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":7235,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":7222,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":6910,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":7236,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":7237,"\u002Fquantum-mechanics":7238,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":7172,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":7239,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":7240,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":7061,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":7241,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":6947,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":7242,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":7243,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":7084,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":7194,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":7244,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":7245,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":7246,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":7247,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":7248,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":7221,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":7249,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":7054,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":7250,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":7251,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":6908,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":7252,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":7253,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":7210,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":6937,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":7088,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":7254,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":7255,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":7073,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":7198,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":7256,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":7257,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":7258,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":7093,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":7259,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":7260,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":7261,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":7261,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":7262,"\u002Freal-analysis":7263,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":7264,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":7265,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":7266,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":7267,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":7268,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":7269,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":7270,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":7271,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":7272,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":7273,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":7237,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":7274,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":7266,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":7183,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":7275,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":7276,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":7277,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":7278,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":7279,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":7280,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":7281,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":7282,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":7276,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":7283,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":7252,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":7284,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":7285,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":7286,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":7287,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":7288,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":7289,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":7290,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":7291,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":7292,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":7293,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":6926,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":7294,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":7295,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":7168,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":7296,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":7297,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":7225,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":7297,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":7298,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":7299,"\u002Fabstract-algebra":7300,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":7301,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":7302,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":7303,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":7304,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":7305,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":7217,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":7306,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":7307,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":7308,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":7309,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":7310,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":7311,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":7312,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":7051,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":7180,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":6926,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":7313,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":6910,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":7314,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":7315,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":6948,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":7242,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":7316,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":7317,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":7318,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":7319,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":7320,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":7321,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":7322,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":7323,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":7324,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":7325,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":7326,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":7327,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":7328,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":7329,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":7273,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":7330,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":7331,"\u002Fatomic-physics":7332,"\u002Fdatabases":7097,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":7333,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":7334,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":7335,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":7264,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":7336,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":7337,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":7338,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":7339,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":7340,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":7341,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":7342,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":7343,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":7344,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":7345,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":7346,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":7347,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":7348,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":7349,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":7350,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":7351,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":7352,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":7353,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":7354,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":7355,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":7346,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":7356,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":7357,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":7358,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":7359,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":7360,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":7305,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":7361,"\u002Fcategory-theory":7362,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":7363,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":7364,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":7365,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":7366,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":7367,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":7368,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":7327,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":7369,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":7370,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":7371,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":7372,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":7373,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":7374,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":7375,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":7376,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":7377,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":7378,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":7379,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":7380,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":7381,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":7382,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":7383,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":7384,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":7385,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":7386,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":7387,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":7388,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":7389,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":7390,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":7391,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":7392,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":7393,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":7394,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":7395,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":7339,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":7396,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":7397,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":7398,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":7399,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":7400,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":7401,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":7402,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":6891,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":7403,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":7404,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":7127,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":7405,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":7406,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":7407,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":7408,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":7409,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":7410,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":7411,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":7412,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":7413,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":7414,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":7415,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":7416,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":7100,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":7417,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":7418,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":7419,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":7420,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":7137,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":7421,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":7422,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":7423,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":7424,"\u002Fdeep-learning":7097,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":7425,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":7222,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":7426,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":7427,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":7428,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":7429,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":7430,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":7431,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":7432,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":7433,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":7269,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":7434,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":7435,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":7436,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":7156,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":6949,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":7437,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":7438,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":7439,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":7083,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":7440,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":7441,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":7161,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":7088,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":7442,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":7057,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":6927,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":6943,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":7443,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":7444,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":7445,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":7075,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":7446,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":6937,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":7447,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":7448,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":7449,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":7450,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":7271,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":7451,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":7452,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":7453,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":7454,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":7217,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":7455,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":7195,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":7456,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":7056,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":7457,"\u002Fstatistical-mechanics":7458,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":7459,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":6922,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":7182,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":7460,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":7461,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":7462,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":7463,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":7464,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":7465,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":7055,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":7466,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":7467,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":7468,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":7469,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":7198,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":7470,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":7471,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":7472,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":7473,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":7474,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":7253,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":7197,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":7475,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":7476,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":7477,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":7478,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":7188,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":7479,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":7480,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":7425,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":7325,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":7052,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":7481,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":6918,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":7482,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":7483,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":7063,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":7484,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":7318,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":7485,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":6910,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":7486,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":6921,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":7487,"\u002Fcondensed-matter":7238,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":7488,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":7489,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":7490,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":7491,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":6935,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":7492,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":7493,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":6935,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":7494,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":7348,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":7495,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":7496,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":7497,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":7495,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":7498,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":7499,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":7500,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":7501,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":7502,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":7503,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":7504,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":7505,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":7426,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":7506,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":7499,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":7507,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":7508,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":7141,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":7509,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":7326,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":7510,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":7511,"\u002Flogic":7512,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":7513,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":7514,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":7127,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":7515,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":7516,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":7517,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":7518,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":7508,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":7519,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":7520,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":7521,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":7419,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":7522,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":7523,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":7524,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":7525,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":7526,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":7144,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":7527,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":7528,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":7529,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":7530,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":7335,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":7531,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":7507,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":7532,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":7533,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":7534,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":7155,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":7535,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":7285,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":7536,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":7537,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":7117,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":7538,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":7539,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":7540,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":7541,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":7542,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":7395,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":7543,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":7544,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":7545,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":7430,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":7546,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":7547,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":7548,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":7144,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":7211,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":7549,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":7550,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":7551,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":7552,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":7553,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":7554,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":7555,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":7556,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":7557,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":7558,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":7559,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":7560,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":7561,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":7562,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":7563,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":7564,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":7565,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":7566,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":7567,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":7568,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":7569,"\u002Freinforcement-learning":7097,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":7570,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":7571,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":7572,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":7573,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":7574,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":7575,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":7576,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":7577,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":7578,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":7579,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":7580,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":7581,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":7582,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":7424,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":7279,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":7583,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":7584,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":7585,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":7586,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":7587,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":7588,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":7406,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":7589,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":7590,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":7591,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":7592,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":7593,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":7594,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":7595,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":7596,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":7597,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":7598,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":7599,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":7600,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":7338,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":7590,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":7601,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":6878,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":7602,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":7603,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":7604,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":7605,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":7606,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":7387,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":7607,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":7608,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":7609,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":7610,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":7611,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":7612,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":7613,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":7614,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":7615,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":7616,"\u002Fartificial-intelligence":7097,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":7354,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":7617,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":6914,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":6912,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":7448,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":7618,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":6940,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":7250,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":7619,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":7620,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":7621,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":7310,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":7622,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":7623,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":7624,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":7509,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":7625,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":7626,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":6924,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":7153,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":7627,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":7254,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":7628,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":7629,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":7149,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":7237,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":7630,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":7631,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":7632,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":6919,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":7294,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":7156,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":7633,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":7204,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":7268,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":7634,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":7635,"\u002Fnuclear-physics":7636,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":7637,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":7638,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":7275,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":7639,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":7640,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":7641,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":7123,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":7642,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":7643,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":7420,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":7644,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":7589,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":7645,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":7646,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":7647,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":7648,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":7649,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":7650,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":7651,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":7101,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":7652,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":6806,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":7595,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":7653,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":7654,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":7655,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":7656,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":7657,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":7658,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":7659,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":7660,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":7519,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":7661,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":7662,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":7663,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":7664,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":7665,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":7666,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":7667,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":7668,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":7669,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":7670,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":7671,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":7672,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":7373,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":7540,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":7129,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":7673,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":7674,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":7675,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":7676,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":7387,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":7677,"\u002Fnatural-language-processing":7097,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":7678,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":7295,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":7679,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":7440,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":7680,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":7681,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":7630,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":7682,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":7683,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":7245,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":6947,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":7684,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":7199,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":7685,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":7232,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":7686,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":7486,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":7687,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":7688,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":7455,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":7689,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":6918,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":7690,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":7691,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":7692,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":7236,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":7452,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":7693,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":7694,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":7311,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":7695,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":7356,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":7696,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":7697,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":7245,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":7278,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":7698,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":7699,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":7700,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":7334,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":7701,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":7075,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":7702,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":7178,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":7703,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":7704,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":7502,"\u002Fparticle-physics":7705,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":7296,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":7450,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":7706,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":7235,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":7707,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":7295,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":7207,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":7708,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":7709,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":7710,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":7711,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":7712,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":7501,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":7432,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":7713,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":7714,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":7715,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":7716,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":7629,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":7717,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":7191,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":7254,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":7236,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":7718,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":7320,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":6936,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":7719,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":7720,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":7451,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":7721,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":7722,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":7723,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":7724,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":6917,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":7725,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":7726,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":7178,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":7727,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":7728,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":7444,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":7099,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":7729,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":7730,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":7356,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":7342,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":7354,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":7451,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":7731,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":6916,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":7108,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":7732,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":7195,"\u002Fastrophysics-cosmology":7300,"\u002Fcolophon":7733,"\u002F":7097},4250,4808,3626,2682,4109,4786,3878,3875,3751,3415,4067,3153,3000,4042,5461,5808,3961,3749,4327,5067,4246,4655,4154,5436,2640,4003,3601,2158,4331,4189,2273,3252,4633,4964,4172,3131,5524,3160,4031,2309,4207,3226,2648,4842,5340,3307,5701,4977,4039,2615,3472,4460,3848,4075,4400,3382,3010,3602,3737,3740,3707,3922,5191,4043,3804,4542,4214,5062,2850,4361,3443,3627,4044,3766,4140,3860,4006,5199,4334,5234,3651,5509,5680,153,1375,1073,1093,1125,1146,1014,1132,876,1541,1189,1173,984,1402,1301,950,1268,1063,1107,1408,1161,925,1012,866,964,1090,1142,1085,1020,1207,973,980,728,764,1225,1329,796,929,801,878,774,1044,1488,1175,1130,890,814,870,154,4073,5140,4961,5127,4870,5382,5195,4955,5369,4501,5576,3824,4132,4289,4307,4570,3403,5084,5105,5201,5116,5341,5175,5368,5188,5211,5499,5155,4981,5125,5415,5255,5304,5130,5167,5552,5164,5094,5239,5036,5190,5004,5099,5035,5159,5088,5026,4937,5023,5264,5244,133,5114,5078,5043,5312,5170,5342,5139,5151,5049,5212,5013,5068,5079,5102,5121,5081,5029,5379,5854,5110,2139,3798,5055,5364,4984,4935,4895,4972,5289,5112,5156,4987,5031,5025,5149,5302,5042,5002,4979,4922,4960,5279,126,1877,1180,1129,907,958,1112,1300,1053,1250,1181,1241,1234,966,1050,734,1190,484,1082,926,733,761,571,607,798,804,952,977,731,784,645,771,1017,742,1004,1000,1562,1254,1288,1101,1011,1486,1061,856,992,1169,988,137,0,2037,1782,2384,2254,2123,2332,1643,1714,2089,1751,1367,1660,2511,1998,1892,1854,1791,2438,2487,1917,2375,2525,2266,1845,2275,1810,1631,2310,2166,2233,2113,2505,2347,2672,2112,2473,2592,2380,3013,2513,3256,3218,2194,2173,2205,2326,2081,3342,3152,1799,1670,1027,960,1095,1291,986,897,1209,1055,1817,1801,1593,1465,1196,1464,1201,1230,1435,1684,1461,1926,1500,1409,1284,1774,1869,162,1487,1122,1188,1001,1351,982,1005,979,1325,1046,943,1279,824,1008,989,1798,1277,1025,987,1043,1211,1074,981,939,1002,739,1139,1108,1013,1070,978,1458,1317,157,1357,1077,2355,1116,1037,1178,1637,1314,1109,1056,1702,1474,1071,1158,832,993,1404,1024,1068,1339,1106,1264,1248,913,1848,1328,1633,1224,1143,135,1378,959,1028,998,911,1527,1203,1266,1483,1165,990,938,965,1257,1418,1099,942,1352,956,1035,1398,1003,1094,1292,138,1721,1827,1449,1354,1148,1184,1285,1281,1213,1290,1271,1252,1274,1778,1591,1503,1437,1571,1584,1957,1117,1781,1648,1342,1667,1510,1965,1607,1365,1849,1259,1303,1356,1238,2208,1564,173,1671,1286,1227,1638,1529,668,1078,918,709,865,880,940,1534,1015,874,922,841,794,1194,822,1105,1658,1359,1296,1438,1921,1844,1570,1429,1324,1400,140,1787,1558,1654,1492,1747,2224,2002,2009,1323,1349,1785,1573,1722,1829,1353,1548,1552,1583,1624,1585,1245,1364,1514,1343,1397,1355,2211,1481,1770,160,2388,2293,2256,2552,2569,2478,2039,2496,2578,2814,2519,2461,2587,2492,2714,3278,2654,3050,2447,2849,2238,2369,2061,2214,2602,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,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,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":7735,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":7740,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":7744,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":7748,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":7752,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":7756,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":7760,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":7765,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":7769,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":7773,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":7777,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":7782,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":7786,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":7790,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":7794,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":7799,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":7803,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":7807,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":7811,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":7815,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":7819,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":7823,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":7827,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":7831,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":7835,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":7839,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":7843,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":7848,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":7852,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":7856,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":7860,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":7864,"\u002Falgorithms\u002Fsequences\u002Ftries":7868,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":7872,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":7876,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":7881,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":7885,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":7889,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":7893,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":7897,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":7901,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":7905,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":7909,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":7913,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":7917,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":7921,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":7925,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":7929,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":7933,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":7938,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":7942,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":7946,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":7950,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":7954,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":7958,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":7962,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":7966,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":7970,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":7974,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":7978,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":7982,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":7986,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":7990,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":7994,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":7998,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":8003,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":8007,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":8011,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":8015,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":8020,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":8024,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":8028,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":8032,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":8036,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":8040,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":8044,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":8049,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":8053,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":8057,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":8061,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":8066,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":8070,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":8074,"\u002Falgorithms":8078,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":8081,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":8086,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":8090,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":8094,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":8098,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":8103,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":8107,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":8111,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":8115,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":8120,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":8124,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":8128,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":8132,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":8137,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":8141,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":8145,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":8150,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":8154,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":8158,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":8163,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":8167,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":8171,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":8176,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":8180,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":8184,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":8188,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":8193,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":8197,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":8201,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":8206,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":8210,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":8214,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":8218,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":8222,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":8227,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":8231,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":8235,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":8239,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":8243,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":8248,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":8251,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":8255,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":8259,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":8263,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":8268,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":8272,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":8276,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":8280,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":8284,"\u002Fcalculus":8288,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":8291,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":8295,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":8299,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":8304,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":8308,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":8312,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":8316,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":8320,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":8325,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":8329,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":8333,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":8337,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":8341,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":8346,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":8350,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":8354,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":8358,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":8362,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":8367,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":8371,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":8375,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":8380,"\u002Fmechanics\u002Frotation\u002Frolling-motion":8384,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":8388,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":8392,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":8396,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":8400,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":8405,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":8409,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":8413,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":8417,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":8421,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":8425,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":8429,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":8434,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":8438,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":8442,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":8446,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":8450,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":8454,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":8458,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":8462,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":8466,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":8470,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":8474,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":8478,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":8483,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":8487,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":8491,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":8495,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":8499,"\u002Fmechanics":8503,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":8506,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":8511,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":8515,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":8519,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":8523,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":8527,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":8532,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":8536,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":8541,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":8545,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":8549,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":8553,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":8557,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":8562,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":8566,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":8570,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":8574,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":8579,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":8583,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":8587,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":8592,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":8596,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":8600,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":8604,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":8608,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":8613,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":8617,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":8621,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":8625,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":8629,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":8633,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":8638,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":8642,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":8646,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":8650,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":8654,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":8658,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":8662,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":8666,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":8671,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":8675,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":8679,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":8683,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":8687,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":8692,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":8696,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":8700,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":8704,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":8708,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":8713,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":8717,"\u002Felectricity-and-magnetism":8721,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":8724,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":8729,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":8733,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":8737,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":8741,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":8745,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":8750,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":8754,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":8758,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":8762,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":8766,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":8771,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":8775,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":8779,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":8784,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":8788,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":8792,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":8796,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":8800,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":8804,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":8808,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":8813,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":8817,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":8821,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":8825,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":8829,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":8833,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":8837,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":8842,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":8846,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":8850,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":8854,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":8858,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":8862,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":8867,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":8871,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":8875,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":8879,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":8883,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":8888,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":8892,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":8896,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":8900,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":8904,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":8908,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":8913,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":8917,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":8921,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":8925,"\u002Flinear-algebra":8929,"\u002Ftheory-of-computation":8932,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":8935,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":8939,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":8943,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":8947,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":8951,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":8955,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":8960,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":8964,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":8968,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":8972,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":8976,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":8980,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":8984,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":8989,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":8993,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":8997,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":9001,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":9005,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":9010,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":9014,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":9018,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":9022,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":9026,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":9031,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":9035,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":9039,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":9043,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":9047,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":9052,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":9056,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":9060,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":9064,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":9068,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":9073,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":9077,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":9081,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":9085,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":9089,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":9094,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":9098,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":9102,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":9107,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":9111,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":9116,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":9120,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":9124,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":9128,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":9132,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":9137,"\u002Fcomputer-architecture":9141,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":9144,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":9148,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":9152,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":9157,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":9161,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":9165,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":9169,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":9173,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":9177,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":9182,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":9186,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":9190,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":9194,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":9198,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":9202,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":9207,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":9211,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":9215,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":9220,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":9224,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":9229,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":9233,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":9237,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":9242,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":9246,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":9251,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":9255,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":9259,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":9264,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":9268,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":9272,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":9277,"\u002Fdifferential-equations":9281,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":9284,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":9289,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":9293,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":9297,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":9301,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":9305,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":9310,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":9314,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":9318,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":9322,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":9327,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":9331,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":9335,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":9339,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":9344,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":9348,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":9352,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":9356,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":9361,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":9365,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":9369,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":9373,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":9377,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":9381,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":9386,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":9390,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":9394,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":9399,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":9403,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":9407,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":9411,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":9416,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":9420,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":9424,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":9429,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":9433,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":9437,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":9442,"\u002Frelativity":9446,"\u002Fphysical-computing":9449,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":9452,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":9457,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":9461,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":9465,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":9469,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":9474,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":9478,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":9482,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":9487,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":9491,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":9495,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":9499,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":9503,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":9507,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":9512,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":9516,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":9520,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":9524,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":9528,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":9532,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":9537,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":9541,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":9545,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":9549,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":9553,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":9557,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":9561,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":9566,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":9570,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":9574,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":9579,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":9583,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":9587,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":9592,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":9596,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":9601,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":9605,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":9609,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":9613,"\u002Fquantum-mechanics":9617,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":9620,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":9625,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":9629,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":9633,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":9637,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":9642,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":9646,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":9650,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":9654,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":9658,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":9662,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":9667,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":9671,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":9675,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":9679,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":9683,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":9687,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":9691,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":9695,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":9699,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":9703,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":9707,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":9712,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":9716,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":9720,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":9724,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":9729,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":9733,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":9737,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":9740,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":9744,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":9749,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":9753,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":9757,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":9761,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":9766,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":9770,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":9774,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":9778,"\u002Freal-analysis":9782,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":9785,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":9789,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":9793,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":9798,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":9802,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":9806,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":9810,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":9815,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":9819,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":9823,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":9827,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":9831,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":9835,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":9840,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":9844,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":9848,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":9852,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":9857,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":9861,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":9865,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":9869,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":9874,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":9878,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":9882,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":9887,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":9891,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":9895,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":9899,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":9904,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":9908,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":9912,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":9916,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":9921,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":9925,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":9929,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":9934,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":9938,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":9942,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":9946,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":9951,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":9955,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":9959,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":9963,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":9967,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":9972,"\u002Fabstract-algebra":9976,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":9979,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":9984,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":9988,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":9992,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":9996,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":10000,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":10005,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":10009,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":10013,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":10017,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":10021,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":10025,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":10029,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":10034,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":10038,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":10042,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":10046,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":10051,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":10055,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":10059,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":10064,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":10068,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":10072,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":10076,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":10080,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":10084,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":10089,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":10093,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":10097,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":10102,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":10106,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":10110,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":10114,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":10119,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":10123,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":10127,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":10132,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":10136,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":10140,"\u002Fatomic-physics":10144,"\u002Fdatabases":10147,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":10150,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":10154,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":10158,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":10162,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":10166,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":10170,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":10174,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":10179,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":10183,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":10187,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":10192,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":10196,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":10200,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":10205,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":10209,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":10213,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":10217,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":10221,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":10226,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":10230,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":10234,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":10238,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":10243,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":10247,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":10251,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":10255,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":10260,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":10264,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":10268,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":10272,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":10277,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":10281,"\u002Fcategory-theory":10285,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":10288,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":10292,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":10296,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":10300,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":10303,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":10307,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":10311,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":10315,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":10320,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":10324,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":10328,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":10332,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":10336,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":10341,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":10345,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":10349,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":10353,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":10357,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":10362,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":10366,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":10370,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":10374,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":10379,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":10383,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":10387,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":10391,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":10395,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":10399,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":10403,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":10407,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":10411,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":10416,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":10420,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":10424,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":10428,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":10432,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":10437,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":10441,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":10445,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":10449,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":10453,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":10457,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":10461,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":10466,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":10470,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":10474,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":10479,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":10483,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":10487,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":10491,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":10495,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":10499,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":10503,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":10508,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":10512,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":10516,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":10520,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":10524,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":10528,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":10532,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":10536,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":10540,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":10544,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":10548,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":10553,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":10557,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":10561,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":10565,"\u002Fdeep-learning":10569,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":10572,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":10576,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":10580,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":10584,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":10588,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":10592,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":10597,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":10601,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":10605,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":10609,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":10614,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":10618,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":10622,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":10626,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":10631,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":10635,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":10639,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":10643,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":10647,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":10652,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":10656,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":10660,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":10665,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":10669,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":10673,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":10678,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":10682,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":10686,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":10690,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":10695,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":10699,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":10703,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":10707,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":10711,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":10715,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":10720,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":10724,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":10728,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":10732,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":10737,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":10741,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":10745,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":10750,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":10754,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":10758,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":10762,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":10766,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":10771,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":10775,"\u002Fstatistical-mechanics":10779,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":10782,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":10787,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":10791,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":10795,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":10799,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":10804,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":10808,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":10812,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":10816,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":10821,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":10825,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":10829,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":10833,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":10838,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":10842,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":10846,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":10850,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":10855,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":10859,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":10863,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":10867,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":10872,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":10876,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":10880,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":10884,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":10889,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":10893,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":10897,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":10901,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":10905,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":10910,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":10914,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":10919,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":10923,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":10927,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":10931,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":10936,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":10940,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":10944,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":10948,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":10952,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":10957,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":10961,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":10965,"\u002Fcondensed-matter":10969,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":10972,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":10976,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":10981,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":10985,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":10989,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":10993,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":10997,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":11001,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":11005,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":11010,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":11014,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":11018,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":11022,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":11027,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":11031,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":11035,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":11039,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":11044,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":11048,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":11052,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":11056,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":11061,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":11065,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":11069,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":11073,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":11078,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":11082,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":11086,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":11091,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":11095,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":11100,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":11104,"\u002Flogic":11108,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":11111,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":11115,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":11119,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":11123,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":11127,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":11131,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":11135,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":11139,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":11143,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":11147,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":11151,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":11155,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":11159,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":11163,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":11167,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":11171,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":11175,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":11179,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":11183,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":11188,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":11192,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":11196,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":11200,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":11204,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":11208,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":11212,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":11216,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":11220,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":11224,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":11228,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":11232,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":11236,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":11240,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":11244,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":11248,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":11252,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":11256,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":11260,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":11264,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":11268,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":11272,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":11277,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":11281,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":11285,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":11289,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":11293,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":11297,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":11301,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":11305,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":11309,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":11313,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":11317,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":11321,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":11325,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":11329,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":11333,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":11337,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":11341,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":11345,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":11349,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":11353,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":11357,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":11361,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":11366,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":11370,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":11374,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":11378,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":11382,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":11386,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":11390,"\u002Freinforcement-learning":11394,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":11396,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":11400,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":11404,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":11408,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":11412,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":11417,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":11421,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":11425,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":11429,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":11433,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":11437,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":11441,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":11445,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":11449,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":11453,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":11457,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":11461,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":11466,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":11470,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":11474,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":11478,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":11482,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":11486,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":11490,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":11494,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":11498,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":11502,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":11506,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":11510,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":11515,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":11519,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":11523,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":11527,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":11531,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":11535,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":11539,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":11542,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":11546,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":11550,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":11555,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":11559,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":11563,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":11567,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":11570,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":11574,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":11578,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":11582,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":11587,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":11591,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":11595,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":11599,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":11603,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":11607,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":11611,"\u002Fartificial-intelligence":11615,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":11618,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":11623,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":11627,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":11631,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":11635,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":11639,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":11644,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":11648,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":11652,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":11656,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":11661,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":11665,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":11669,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":11673,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":11678,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":11682,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":11687,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":11691,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":11696,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":11700,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":11704,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":11708,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":11713,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":11717,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":11721,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":11726,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":11730,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":11734,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":11739,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":11743,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":11748,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":11752,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":11756,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":11761,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":11765,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":11769,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":11773,"\u002Fnuclear-physics":11777,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":11780,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":11784,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":11787,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":11791,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":11795,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":11799,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":11804,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":11808,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":11812,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":11816,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":11821,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":11825,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":11829,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":11833,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":11837,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":11841,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":11845,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":11848,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":11851,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":11855,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":11859,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":11863,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":11864,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":11867,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":11871,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":11875,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":11879,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":11883,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":11887,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":11891,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":11895,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":11899,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":11903,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":11907,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":11911,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":11915,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":11919,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":11923,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":11927,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":11931,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":11935,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":11939,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":11943,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":11947,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":11951,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":11955,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":11959,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":11963,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":11967,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":11971,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":11976,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":11980,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":11984,"\u002Fnatural-language-processing":11988,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":11991,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":11995,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":11999,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":12003,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":12008,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":12012,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":12016,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":12020,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":12025,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":12029,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":12033,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":12037,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":12042,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":12046,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":12050,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":12054,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":12059,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":12063,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":12067,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":12072,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":12076,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":12080,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":12084,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":12089,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":12093,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":12097,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":12101,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":12106,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":12110,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":12114,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":12118,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":12123,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":12127,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":12131,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":12135,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":12139,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":12144,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":12148,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":12152,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":12157,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":12161,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":12165,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":12169,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":12173,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":12177,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":12181,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":12185,"\u002Fparticle-physics":12189,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":12192,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":12197,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":12201,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":12205,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":12210,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":12214,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":12218,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":12222,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":12227,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":12231,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":12235,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":12239,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":12244,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":12248,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":12252,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":12256,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":12261,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":12265,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":12269,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":12273,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":12278,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":12282,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":12286,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":12291,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":12295,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":12299,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":12303,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":12307,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":12311,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":12315,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":12319,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":12323,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":12328,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":12332,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":12336,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":12340,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":12345,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":12349,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":12353,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":12357,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":12361,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":12366,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":12370,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":12373,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":12377,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":12381,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":12386,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":12390,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":12394,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":12398,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":12402,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":12406,"\u002Fastrophysics-cosmology":12410,"\u002Fcolophon":12413,"\u002F":12416},{"path":7736,"title":7737,"module":7738,"summary":7739},"\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":7741,"title":7742,"module":7738,"summary":7743},"\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":7745,"title":7746,"module":7738,"summary":7747},"\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":7749,"title":7750,"module":7738,"summary":7751},"\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":7753,"title":7754,"module":7738,"summary":7755},"\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":7757,"title":7758,"module":7738,"summary":7759},"\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":7761,"title":7762,"module":7763,"summary":7764},"\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":7766,"title":7767,"module":7763,"summary":7768},"\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":7770,"title":7771,"module":7763,"summary":7772},"\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":7774,"title":7775,"module":7763,"summary":7776},"\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":7778,"title":7779,"module":7780,"summary":7781},"\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":7783,"title":7784,"module":7780,"summary":7785},"\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":7787,"title":7788,"module":7780,"summary":7789},"\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":7791,"title":7792,"module":7780,"summary":7793},"\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":7795,"title":7796,"module":7797,"summary":7798},"\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":7800,"title":7801,"module":7797,"summary":7802},"\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":7804,"title":7805,"module":7797,"summary":7806},"\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":7808,"title":7809,"module":7797,"summary":7810},"\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":7812,"title":7813,"module":7797,"summary":7814},"\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":7816,"title":7817,"module":7797,"summary":7818},"\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":7820,"title":7821,"module":7797,"summary":7822},"\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":7824,"title":7825,"module":7797,"summary":7826},"\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":7828,"title":7829,"module":7797,"summary":7830},"\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":7832,"title":7833,"module":7797,"summary":7834},"\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":7836,"title":7837,"module":7797,"summary":7838},"\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":7840,"title":7841,"module":7797,"summary":7842},"\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":7844,"title":7845,"module":7846,"summary":7847},"\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":7849,"title":7850,"module":7846,"summary":7851},"\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":7853,"title":7854,"module":7846,"summary":7855},"\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":7857,"title":7858,"module":7846,"summary":7859},"\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":7861,"title":7862,"module":7846,"summary":7863},"\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":7865,"title":7866,"module":7846,"summary":7867},"\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":7869,"title":7870,"module":7846,"summary":7871},"\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":7873,"title":7874,"module":7846,"summary":7875},"\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":7877,"title":7878,"module":7879,"summary":7880},"\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":7882,"title":7883,"module":7879,"summary":7884},"\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":7886,"title":7887,"module":7879,"summary":7888},"\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":7890,"title":7891,"module":7879,"summary":7892},"\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":7894,"title":7895,"module":7879,"summary":7896},"\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":7898,"title":7899,"module":7879,"summary":7900},"\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":7902,"title":7903,"module":7879,"summary":7904},"\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":7906,"title":7907,"module":7879,"summary":7908},"\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":7910,"title":7911,"module":7879,"summary":7912},"\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":7914,"title":7915,"module":7879,"summary":7916},"\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":7918,"title":7919,"module":7879,"summary":7920},"\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":7922,"title":7923,"module":7879,"summary":7924},"\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":7926,"title":7927,"module":7879,"summary":7928},"\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":7930,"title":7931,"module":7879,"summary":7932},"\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":7934,"title":7935,"module":7936,"summary":7937},"\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":7939,"title":7940,"module":7936,"summary":7941},"\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":7943,"title":7944,"module":7936,"summary":7945},"\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":7947,"title":7948,"module":7936,"summary":7949},"\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":7951,"title":7952,"module":7936,"summary":7953},"\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":76,"title":7955,"module":7956,"summary":7957},"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":7959,"title":7960,"module":7956,"summary":7961},"\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":7963,"title":7964,"module":7956,"summary":7965},"\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":7967,"title":7968,"module":7956,"summary":7969},"\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":7971,"title":7972,"module":7956,"summary":7973},"\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":7975,"title":7976,"module":7956,"summary":7977},"\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":7979,"title":7980,"module":7956,"summary":7981},"\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":7983,"title":7984,"module":7956,"summary":7985},"\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":7987,"title":7988,"module":7956,"summary":7989},"\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":7991,"title":7992,"module":7956,"summary":7993},"\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":7995,"title":7996,"module":7956,"summary":7997},"\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":7999,"title":8000,"module":8001,"summary":8002},"\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":8004,"title":8005,"module":8001,"summary":8006},"\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":8008,"title":8009,"module":8001,"summary":8010},"\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":8012,"title":8013,"module":8001,"summary":8014},"\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":8016,"title":8017,"module":8018,"summary":8019},"\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":8021,"title":8022,"module":8018,"summary":8023},"\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":8025,"title":8026,"module":8018,"summary":8027},"\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":8029,"title":8030,"module":8018,"summary":8031},"\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":8033,"title":8034,"module":8018,"summary":8035},"\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":8037,"title":8038,"module":8018,"summary":8039},"\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":8041,"title":8042,"module":8018,"summary":8043},"\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":8045,"title":8046,"module":8047,"summary":8048},"\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":8050,"title":8051,"module":8047,"summary":8052},"\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":8054,"title":8055,"module":8047,"summary":8056},"\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":8058,"title":8059,"module":8047,"summary":8060},"\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":8062,"title":8063,"module":8064,"summary":8065},"\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":8067,"title":8068,"module":8064,"summary":8069},"\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":8071,"title":8072,"module":8064,"summary":8073},"\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":8075,"title":8076,"module":8064,"summary":8077},"\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":8079,"title":8080,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":8082,"title":8083,"module":8084,"summary":8085},"\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":8087,"title":8088,"module":8084,"summary":8089},"\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":8091,"title":8092,"module":8084,"summary":8093},"\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":8095,"title":8096,"module":8084,"summary":8097},"\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":8099,"title":8100,"module":8101,"summary":8102},"\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":8104,"title":8105,"module":8101,"summary":8106},"\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":8108,"title":8109,"module":8101,"summary":8110},"\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":8112,"title":8113,"module":8101,"summary":8114},"\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":8116,"title":8117,"module":8118,"summary":8119},"\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":8121,"title":8122,"module":8118,"summary":8123},"\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":8125,"title":8126,"module":8118,"summary":8127},"\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":8129,"title":8130,"module":8118,"summary":8131},"\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":8133,"title":8134,"module":8135,"summary":8136},"\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":8138,"title":8139,"module":8135,"summary":8140},"\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":8142,"title":8143,"module":8135,"summary":8144},"\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":8146,"title":8147,"module":8148,"summary":8149},"\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":8151,"title":8152,"module":8148,"summary":8153},"\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":8155,"title":8156,"module":8148,"summary":8157},"\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":8159,"title":8160,"module":8161,"summary":8162},"\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":8164,"title":8165,"module":8161,"summary":8166},"\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":8168,"title":8169,"module":8161,"summary":8170},"\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":8172,"title":8173,"module":8174,"summary":8175},"\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":8177,"title":8178,"module":8174,"summary":8179},"\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":8181,"title":8182,"module":8174,"summary":8183},"\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":8185,"title":8186,"module":8174,"summary":8187},"\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":8189,"title":8190,"module":8191,"summary":8192},"\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":8194,"title":8195,"module":8191,"summary":8196},"\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":8198,"title":8199,"module":8191,"summary":8200},"\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":8202,"title":8203,"module":8204,"summary":8205},"\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":8207,"title":8208,"module":8204,"summary":8209},"\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":8211,"title":8212,"module":8204,"summary":8213},"\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":8215,"title":8216,"module":8204,"summary":8217},"\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":8219,"title":8220,"module":8204,"summary":8221},"\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":8223,"title":8224,"module":8225,"summary":8226},"\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":8228,"title":8229,"module":8225,"summary":8230},"\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":8232,"title":8233,"module":8225,"summary":8234},"\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":8236,"title":8237,"module":8225,"summary":8238},"\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":8240,"title":8241,"module":8225,"summary":8242},"\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":8244,"title":8245,"module":8246,"summary":8247},"\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":8249,"title":8246,"module":8246,"summary":8250},"\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":8252,"title":8253,"module":8246,"summary":8254},"\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":8256,"title":8257,"module":8246,"summary":8258},"\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":8260,"title":8261,"module":8246,"summary":8262},"\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":8264,"title":8265,"module":8266,"summary":8267},"\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":8269,"title":8270,"module":8266,"summary":8271},"\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":8273,"title":8274,"module":8266,"summary":8275},"\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":8277,"title":8278,"module":8266,"summary":8279},"\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":8281,"title":8282,"module":8266,"summary":8283},"\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":8285,"title":8286,"module":8266,"summary":8287},"\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":8289,"title":8290,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":8292,"title":8293,"module":7738,"summary":8294},"\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":8296,"title":8297,"module":7738,"summary":8298},"\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":8300,"title":8301,"module":8302,"summary":8303},"\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":8305,"title":8306,"module":8302,"summary":8307},"\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":8309,"title":8310,"module":8302,"summary":8311},"\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":8313,"title":8314,"module":8302,"summary":8315},"\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":8317,"title":8318,"module":8302,"summary":8319},"\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":8321,"title":8322,"module":8323,"summary":8324},"\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":8326,"title":8327,"module":8323,"summary":8328},"\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":8330,"title":8331,"module":8323,"summary":8332},"\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":8334,"title":8335,"module":8323,"summary":8336},"\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":8338,"title":8339,"module":8323,"summary":8340},"\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":8342,"title":8343,"module":8344,"summary":8345},"\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":8347,"title":8348,"module":8344,"summary":8349},"\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":8351,"title":8352,"module":8344,"summary":8353},"\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":8355,"title":8356,"module":8344,"summary":8357},"\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":8359,"title":8360,"module":8344,"summary":8361},"\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":8363,"title":8364,"module":8365,"summary":8366},"\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":8368,"title":8369,"module":8365,"summary":8370},"\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":8372,"title":8373,"module":8365,"summary":8374},"\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":8376,"title":8377,"module":8378,"summary":8379},"\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":8381,"title":8382,"module":8378,"summary":8383},"\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":8385,"title":8386,"module":8378,"summary":8387},"\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":8389,"title":8390,"module":8378,"summary":8391},"\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":8393,"title":8394,"module":8378,"summary":8395},"\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":8397,"title":8398,"module":8378,"summary":8399},"\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":8401,"title":8402,"module":8403,"summary":8404},"\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":8406,"title":8407,"module":8403,"summary":8408},"\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":8410,"title":8411,"module":8403,"summary":8412},"\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":8414,"title":8415,"module":8403,"summary":8416},"\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":8418,"title":8419,"module":8403,"summary":8420},"\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":8422,"title":8423,"module":8403,"summary":8424},"\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":8426,"title":8427,"module":8403,"summary":8428},"\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":8430,"title":8431,"module":8432,"summary":8433},"\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":8435,"title":8436,"module":8432,"summary":8437},"\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":8439,"title":8440,"module":8432,"summary":8441},"\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":8443,"title":8444,"module":8432,"summary":8445},"\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":8447,"title":8448,"module":8432,"summary":8449},"\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":8451,"title":8452,"module":8432,"summary":8453},"\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":8455,"title":8456,"module":8432,"summary":8457},"\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":8459,"title":8460,"module":8432,"summary":8461},"\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":8463,"title":8464,"module":8432,"summary":8465},"\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":8467,"title":8468,"module":8432,"summary":8469},"\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":8471,"title":8472,"module":8432,"summary":8473},"\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":8475,"title":8476,"module":8432,"summary":8477},"\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":8479,"title":8480,"module":8481,"summary":8482},"\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":8484,"title":8485,"module":8481,"summary":8486},"\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":8488,"title":8489,"module":8481,"summary":8490},"\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":8492,"title":8493,"module":8481,"summary":8494},"\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":8496,"title":8497,"module":8481,"summary":8498},"\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":8500,"title":8501,"module":8481,"summary":8502},"\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":8504,"title":8505,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":8507,"title":8508,"module":8509,"summary":8510},"\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":8512,"title":8513,"module":8509,"summary":8514},"\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":8516,"title":8517,"module":8509,"summary":8518},"\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":8520,"title":8521,"module":8509,"summary":8522},"\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":8524,"title":8525,"module":8509,"summary":8526},"\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":8528,"title":8529,"module":8530,"summary":8531},"\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":8533,"title":8534,"module":8530,"summary":8535},"\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":8537,"title":8538,"module":8539,"summary":8540},"\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":8542,"title":8543,"module":8539,"summary":8544},"\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":8546,"title":8547,"module":8539,"summary":8548},"\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":8550,"title":8551,"module":8539,"summary":8552},"\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":8554,"title":8555,"module":8539,"summary":8556},"\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":8558,"title":8559,"module":8560,"summary":8561},"\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":8563,"title":8564,"module":8560,"summary":8565},"\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":8567,"title":8568,"module":8560,"summary":8569},"\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":8571,"title":8572,"module":8560,"summary":8573},"\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":8575,"title":8576,"module":8577,"summary":8578},"\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":8580,"title":8581,"module":8577,"summary":8582},"\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":8584,"title":8585,"module":8577,"summary":8586},"\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":8588,"title":8589,"module":8590,"summary":8591},"\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":8593,"title":8594,"module":8590,"summary":8595},"\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":8597,"title":8598,"module":8590,"summary":8599},"\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":8601,"title":8602,"module":8590,"summary":8603},"\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":8605,"title":8606,"module":8590,"summary":8607},"\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":8609,"title":8610,"module":8611,"summary":8612},"\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":8614,"title":8615,"module":8611,"summary":8616},"\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":8618,"title":8619,"module":8611,"summary":8620},"\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":8622,"title":8623,"module":8611,"summary":8624},"\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":8626,"title":8627,"module":8611,"summary":8628},"\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":8630,"title":8631,"module":8611,"summary":8632},"\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":8634,"title":8635,"module":8636,"summary":8637},"\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":8639,"title":8640,"module":8636,"summary":8641},"\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":8643,"title":8644,"module":8636,"summary":8645},"\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":8647,"title":8648,"module":8636,"summary":8649},"\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":8651,"title":8652,"module":8636,"summary":8653},"\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":8655,"title":8656,"module":8636,"summary":8657},"\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":8659,"title":8660,"module":8636,"summary":8661},"\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":8663,"title":8664,"module":8636,"summary":8665},"\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":8667,"title":8668,"module":8669,"summary":8670},"\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":8672,"title":8673,"module":8669,"summary":8674},"\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":8676,"title":8677,"module":8669,"summary":8678},"\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":8680,"title":8681,"module":8669,"summary":8682},"\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":8684,"title":8685,"module":8669,"summary":8686},"\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":8688,"title":8689,"module":8690,"summary":8691},"\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":8693,"title":8694,"module":8690,"summary":8695},"\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":8697,"title":8698,"module":8690,"summary":8699},"\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":8701,"title":8702,"module":8690,"summary":8703},"\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":8705,"title":8706,"module":8690,"summary":8707},"\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":8709,"title":8710,"module":8711,"summary":8712},"\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":8714,"title":8715,"module":8711,"summary":8716},"\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":8718,"title":8719,"module":8711,"summary":8720},"\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":8722,"title":8723,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":8725,"title":8726,"module":8727,"summary":8728},"\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":8730,"title":8731,"module":8727,"summary":8732},"\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":8734,"title":8735,"module":8727,"summary":8736},"\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":8738,"title":8739,"module":8727,"summary":8740},"\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":8742,"title":8743,"module":8727,"summary":8744},"\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":8746,"title":8747,"module":8748,"summary":8749},"\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":8751,"title":8752,"module":8748,"summary":8753},"\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":8755,"title":8756,"module":8748,"summary":8757},"\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":8759,"title":8760,"module":8748,"summary":8761},"\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":8763,"title":8764,"module":8748,"summary":8765},"\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":8767,"title":8768,"module":8769,"summary":8770},"\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":8772,"title":8773,"module":8769,"summary":8774},"\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":8776,"title":8777,"module":8769,"summary":8778},"\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":8780,"title":8781,"module":8782,"summary":8783},"\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":8785,"title":8786,"module":8782,"summary":8787},"\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":8789,"title":8790,"module":8782,"summary":8791},"\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":8793,"title":8794,"module":8782,"summary":8795},"\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":8797,"title":8798,"module":8782,"summary":8799},"\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":8801,"title":8802,"module":8782,"summary":8803},"\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":8805,"title":8806,"module":8782,"summary":8807},"\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":8809,"title":8810,"module":8811,"summary":8812},"\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":8814,"title":8815,"module":8811,"summary":8816},"\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":8818,"title":8819,"module":8811,"summary":8820},"\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":8822,"title":8823,"module":8811,"summary":8824},"\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":8826,"title":8827,"module":8811,"summary":8828},"\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":8830,"title":8831,"module":8811,"summary":8832},"\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":8834,"title":8835,"module":8811,"summary":8836},"\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":8838,"title":8839,"module":8840,"summary":8841},"\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":8843,"title":8844,"module":8840,"summary":8845},"\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":8847,"title":8848,"module":8840,"summary":8849},"\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":8851,"title":8852,"module":8840,"summary":8853},"\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":8855,"title":8856,"module":8840,"summary":8857},"\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":8859,"title":8860,"module":8840,"summary":8861},"\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":8863,"title":8864,"module":8865,"summary":8866},"\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":8868,"title":8869,"module":8865,"summary":8870},"\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":8872,"title":8873,"module":8865,"summary":8874},"\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":8876,"title":8877,"module":8865,"summary":8878},"\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":8880,"title":8881,"module":8865,"summary":8882},"\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":8884,"title":8885,"module":8886,"summary":8887},"\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":8889,"title":8890,"module":8886,"summary":8891},"\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":8893,"title":8894,"module":8886,"summary":8895},"\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":8897,"title":8898,"module":8886,"summary":8899},"\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":8901,"title":8902,"module":8886,"summary":8903},"\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":8905,"title":8906,"module":8886,"summary":8907},"\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":8909,"title":8910,"module":8911,"summary":8912},"\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":8914,"title":8915,"module":8911,"summary":8916},"\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":8918,"title":8919,"module":8911,"summary":8920},"\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":8922,"title":8923,"module":8911,"summary":8924},"\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":8926,"title":8927,"module":8911,"summary":8928},"\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":8930,"title":8931,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":8933,"title":8934,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":8936,"title":8937,"module":7738,"summary":8938},"\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":8940,"title":8941,"module":7738,"summary":8942},"\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":8944,"title":8945,"module":7738,"summary":8946},"\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":8948,"title":8949,"module":7738,"summary":8950},"\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":8952,"title":8953,"module":7738,"summary":8954},"\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":8956,"title":8957,"module":8958,"summary":8959},"\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":8961,"title":8962,"module":8958,"summary":8963},"\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":8965,"title":8966,"module":8958,"summary":8967},"\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":8969,"title":8970,"module":8958,"summary":8971},"\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":8973,"title":8974,"module":8958,"summary":8975},"\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":8977,"title":8978,"module":8958,"summary":8979},"\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":8981,"title":8982,"module":8958,"summary":8983},"\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":8985,"title":8986,"module":8987,"summary":8988},"\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":8990,"title":8991,"module":8987,"summary":8992},"\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":8994,"title":8995,"module":8987,"summary":8996},"\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":8998,"title":8999,"module":8987,"summary":9000},"\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":9002,"title":9003,"module":8987,"summary":9004},"\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":9006,"title":9007,"module":9008,"summary":9009},"\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":9011,"title":9012,"module":9008,"summary":9013},"\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":9015,"title":9016,"module":9008,"summary":9017},"\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":9019,"title":9020,"module":9008,"summary":9021},"\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":9023,"title":9024,"module":9008,"summary":9025},"\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":9027,"title":9028,"module":9029,"summary":9030},"\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":9032,"title":9033,"module":9029,"summary":9034},"\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":9036,"title":9037,"module":9029,"summary":9038},"\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":9040,"title":9041,"module":9029,"summary":9042},"\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":9044,"title":9045,"module":9029,"summary":9046},"\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":9048,"title":9049,"module":9050,"summary":9051},"\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":9053,"title":9054,"module":9050,"summary":9055},"\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":9057,"title":9058,"module":9050,"summary":9059},"\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":9061,"title":9062,"module":9050,"summary":9063},"\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":9065,"title":9066,"module":9050,"summary":9067},"\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":9069,"title":9070,"module":9071,"summary":9072},"\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":9074,"title":9075,"module":9071,"summary":9076},"\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":9078,"title":9079,"module":9071,"summary":9080},"\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":9082,"title":9083,"module":9071,"summary":9084},"\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":9086,"title":9087,"module":9071,"summary":9088},"\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":9090,"title":9091,"module":9092,"summary":9093},"\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":9095,"title":9096,"module":9092,"summary":9097},"\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":9099,"title":9100,"module":9092,"summary":9101},"\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":9103,"title":9104,"module":9105,"summary":9106},"\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":9108,"title":9109,"module":9105,"summary":9110},"\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":9112,"title":9113,"module":9114,"summary":9115},"\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":9117,"title":9118,"module":9114,"summary":9119},"\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":9121,"title":9122,"module":9114,"summary":9123},"\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":9125,"title":9126,"module":9114,"summary":9127},"\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":9129,"title":9130,"module":9114,"summary":9131},"\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":9133,"title":9134,"module":9135,"summary":9136},"\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":9138,"title":9139,"module":9135,"summary":9140},"\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":9142,"title":9143,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":9145,"title":9146,"module":7738,"summary":9147},"\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":9149,"title":9150,"module":7738,"summary":9151},"\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":9153,"title":9154,"module":9155,"summary":9156},"\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":9158,"title":9159,"module":9155,"summary":9160},"\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":9162,"title":9163,"module":9155,"summary":9164},"\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":9166,"title":9167,"module":9155,"summary":9168},"\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":9170,"title":9171,"module":9155,"summary":9172},"\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":9174,"title":9175,"module":9155,"summary":9176},"\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":9178,"title":9179,"module":9180,"summary":9181},"\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":9183,"title":9184,"module":9180,"summary":9185},"\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":9187,"title":9188,"module":9180,"summary":9189},"\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":9191,"title":9192,"module":9180,"summary":9193},"\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":9195,"title":9196,"module":9180,"summary":9197},"\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":9199,"title":9200,"module":9180,"summary":9201},"\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":9203,"title":9204,"module":9205,"summary":9206},"\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":9208,"title":9209,"module":9205,"summary":9210},"\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":9212,"title":9213,"module":9205,"summary":9214},"\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":9216,"title":9217,"module":9218,"summary":9219},"\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":9221,"title":9222,"module":9218,"summary":9223},"\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":9225,"title":9226,"module":9227,"summary":9228},"\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":9230,"title":9231,"module":9227,"summary":9232},"\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":9234,"title":9235,"module":9227,"summary":9236},"\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":9238,"title":9239,"module":9240,"summary":9241},"\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":9243,"title":9244,"module":9240,"summary":9245},"\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":9247,"title":9248,"module":9249,"summary":9250},"\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":9252,"title":9253,"module":9249,"summary":9254},"\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":9256,"title":9257,"module":9249,"summary":9258},"\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":9260,"title":9261,"module":9262,"summary":9263},"\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":9265,"title":9266,"module":9262,"summary":9267},"\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":9269,"title":9270,"module":9262,"summary":9271},"\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":9273,"title":9274,"module":9275,"summary":9276},"\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":9278,"title":9279,"module":9275,"summary":9280},"\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":9282,"title":9283,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":9285,"title":9286,"module":9287,"summary":9288},"\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":9290,"title":9291,"module":9287,"summary":9292},"\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":9294,"title":9295,"module":9287,"summary":9296},"\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":9298,"title":9299,"module":9287,"summary":9300},"\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":9302,"title":9303,"module":9287,"summary":9304},"\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":9306,"title":9307,"module":9308,"summary":9309},"\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":9311,"title":9312,"module":9308,"summary":9313},"\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":9315,"title":9316,"module":9308,"summary":9317},"\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":9319,"title":9320,"module":9308,"summary":9321},"\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":9323,"title":9324,"module":9325,"summary":9326},"\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":9328,"title":9329,"module":9325,"summary":9330},"\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":9332,"title":9333,"module":9325,"summary":9334},"\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":9336,"title":9337,"module":9325,"summary":9338},"\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":9340,"title":9341,"module":9342,"summary":9343},"\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":9345,"title":9346,"module":9342,"summary":9347},"\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":9349,"title":9350,"module":9342,"summary":9351},"\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":9353,"title":9354,"module":9342,"summary":9355},"\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":9357,"title":9358,"module":9359,"summary":9360},"\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":9362,"title":9363,"module":9359,"summary":9364},"\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":9366,"title":9367,"module":9359,"summary":9368},"\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":9370,"title":9371,"module":9359,"summary":9372},"\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":9374,"title":9375,"module":9359,"summary":9376},"\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":9378,"title":9379,"module":9359,"summary":9380},"\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":9382,"title":9383,"module":9384,"summary":9385},"\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":9387,"title":9388,"module":9384,"summary":9389},"\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":9391,"title":9392,"module":9384,"summary":9393},"\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":9395,"title":9396,"module":9397,"summary":9398},"\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":9400,"title":9401,"module":9397,"summary":9402},"\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":9404,"title":9405,"module":9397,"summary":9406},"\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":9408,"title":9409,"module":9397,"summary":9410},"\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":9412,"title":9413,"module":9414,"summary":9415},"\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":9417,"title":9418,"module":9414,"summary":9419},"\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":9421,"title":9422,"module":9414,"summary":9423},"\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":9425,"title":9426,"module":9427,"summary":9428},"\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":9430,"title":9431,"module":9427,"summary":9432},"\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":9434,"title":9435,"module":9427,"summary":9436},"\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":9438,"title":9439,"module":9440,"summary":9441},"\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":9443,"title":9444,"module":9440,"summary":9445},"\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":9447,"title":9448,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":9450,"title":9451,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":9453,"title":9454,"module":9455,"summary":9456},"\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":9458,"title":9459,"module":9455,"summary":9460},"\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":9462,"title":9463,"module":9455,"summary":9464},"\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":9466,"title":9467,"module":9455,"summary":9468},"\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":9470,"title":9471,"module":9472,"summary":9473},"\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":9475,"title":9476,"module":9472,"summary":9477},"\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":9479,"title":9480,"module":9472,"summary":9481},"\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":9483,"title":9484,"module":9485,"summary":9486},"\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":9488,"title":9489,"module":9485,"summary":9490},"\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":9492,"title":9493,"module":9485,"summary":9494},"\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":9496,"title":9497,"module":9485,"summary":9498},"\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":9500,"title":9501,"module":9485,"summary":9502},"\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":9504,"title":9505,"module":9485,"summary":9506},"\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":9508,"title":9509,"module":9510,"summary":9511},"\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":9513,"title":9514,"module":9510,"summary":9515},"\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":9517,"title":9518,"module":9510,"summary":9519},"\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":9521,"title":9522,"module":9510,"summary":9523},"\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":9525,"title":9526,"module":9510,"summary":9527},"\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":9529,"title":9530,"module":9510,"summary":9531},"\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":9533,"title":9534,"module":9535,"summary":9536},"\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":9538,"title":9539,"module":9535,"summary":9540},"\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":9542,"title":9543,"module":9535,"summary":9544},"\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":9546,"title":9547,"module":9535,"summary":9548},"\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":9550,"title":9551,"module":8390,"summary":9552},"\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":9554,"title":9555,"module":8390,"summary":9556},"\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":9558,"title":9559,"module":8390,"summary":9560},"\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":9562,"title":9563,"module":9564,"summary":9565},"\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":9567,"title":9568,"module":9564,"summary":9569},"\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":9571,"title":9572,"module":9564,"summary":9573},"\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":9575,"title":9576,"module":9577,"summary":9578},"\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":9580,"title":9581,"module":9577,"summary":9582},"\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":9584,"title":9585,"module":9577,"summary":9586},"\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":9588,"title":9589,"module":9590,"summary":9591},"\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":9593,"title":9594,"module":9590,"summary":9595},"\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":9597,"title":9598,"module":9599,"summary":9600},"\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":9602,"title":9603,"module":9599,"summary":9604},"\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":9606,"title":9607,"module":9599,"summary":9608},"\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":9610,"title":9611,"module":9599,"summary":9612},"\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":9614,"title":9615,"module":9599,"summary":9616},"\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":9618,"title":9619,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":9621,"title":9622,"module":9623,"summary":9624},"\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":9626,"title":9627,"module":9623,"summary":9628},"\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":9630,"title":9631,"module":9623,"summary":9632},"\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":9634,"title":9635,"module":9623,"summary":9636},"\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":9638,"title":9639,"module":9640,"summary":9641},"\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":9643,"title":9644,"module":9640,"summary":9645},"\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":9647,"title":9648,"module":9640,"summary":9649},"\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":9651,"title":9652,"module":9640,"summary":9653},"\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":9655,"title":9656,"module":9640,"summary":9657},"\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":9659,"title":9660,"module":9640,"summary":9661},"\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":9663,"title":9664,"module":9665,"summary":9666},"\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":9668,"title":9669,"module":9665,"summary":9670},"\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":9672,"title":9673,"module":9665,"summary":9674},"\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":9676,"title":9677,"module":9665,"summary":9678},"\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":9680,"title":9681,"module":9665,"summary":9682},"\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":9684,"title":9685,"module":8084,"summary":9686},"\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":9688,"title":9689,"module":8084,"summary":9690},"\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":9692,"title":9693,"module":8084,"summary":9694},"\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":9696,"title":9697,"module":8084,"summary":9698},"\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":9700,"title":9701,"module":8084,"summary":9702},"\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":9704,"title":9705,"module":8084,"summary":9706},"\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":9708,"title":9709,"module":9710,"summary":9711},"\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":9713,"title":9714,"module":9710,"summary":9715},"\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":9717,"title":9718,"module":9710,"summary":9719},"\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":9721,"title":9722,"module":9710,"summary":9723},"\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":9725,"title":9726,"module":9727,"summary":9728},"\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":9730,"title":9731,"module":9727,"summary":9732},"\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":9734,"title":9735,"module":9727,"summary":9736},"\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":9738,"title":8139,"module":9727,"summary":9739},"\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":9741,"title":9742,"module":9727,"summary":9743},"\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":9745,"title":9746,"module":9747,"summary":9748},"\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":9750,"title":9751,"module":9747,"summary":9752},"\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":9754,"title":9755,"module":9747,"summary":9756},"\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":9758,"title":9759,"module":9747,"summary":9760},"\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":9762,"title":9763,"module":9764,"summary":9765},"\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":9767,"title":9768,"module":9764,"summary":9769},"\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":9771,"title":9772,"module":9764,"summary":9773},"\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":9775,"title":9776,"module":9764,"summary":9777},"\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":9779,"title":9780,"module":9764,"summary":9781},"\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":9783,"title":9784,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":9786,"title":9787,"module":7738,"summary":9788},"\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":9790,"title":9791,"module":7738,"summary":9792},"\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":9794,"title":9795,"module":9796,"summary":9797},"\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":9799,"title":9800,"module":9796,"summary":9801},"\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":9803,"title":9804,"module":9796,"summary":9805},"\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":9807,"title":9808,"module":9796,"summary":9809},"\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":9811,"title":9812,"module":9813,"summary":9814},"\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":9816,"title":9817,"module":9813,"summary":9818},"\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":9820,"title":9821,"module":9813,"summary":9822},"\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":9824,"title":9825,"module":9813,"summary":9826},"\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":9828,"title":9829,"module":9813,"summary":9830},"\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":9832,"title":9833,"module":9813,"summary":9834},"\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":9836,"title":9837,"module":9838,"summary":9839},"\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":9841,"title":9842,"module":9838,"summary":9843},"\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":9845,"title":9846,"module":9838,"summary":9847},"\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":9849,"title":9850,"module":9838,"summary":9851},"\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":9853,"title":9854,"module":9855,"summary":9856},"\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":9858,"title":9859,"module":9855,"summary":9860},"\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":9862,"title":9863,"module":9855,"summary":9864},"\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":9866,"title":9867,"module":9855,"summary":9868},"\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":9870,"title":9871,"module":9872,"summary":9873},"\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":9875,"title":9876,"module":9872,"summary":9877},"\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":9879,"title":9880,"module":9872,"summary":9881},"\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":9883,"title":9884,"module":9885,"summary":9886},"\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":9888,"title":9889,"module":9885,"summary":9890},"\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":9892,"title":9893,"module":9885,"summary":9894},"\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":9896,"title":9897,"module":9885,"summary":9898},"\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":9900,"title":9901,"module":9902,"summary":9903},"\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":9905,"title":9906,"module":9902,"summary":9907},"\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":9909,"title":9910,"module":9902,"summary":9911},"\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":9913,"title":9914,"module":9902,"summary":9915},"\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":9917,"title":9918,"module":9919,"summary":9920},"\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":9922,"title":9923,"module":9919,"summary":9924},"\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":9926,"title":9927,"module":9919,"summary":9928},"\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":9930,"title":9931,"module":9932,"summary":9933},"\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":9935,"title":9936,"module":9932,"summary":9937},"\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":9939,"title":9940,"module":9932,"summary":9941},"\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":9943,"title":9944,"module":9932,"summary":9945},"\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":9947,"title":9948,"module":9949,"summary":9950},"\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":9952,"title":9953,"module":9949,"summary":9954},"\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":9956,"title":9957,"module":9949,"summary":9958},"\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":9960,"title":9961,"module":9949,"summary":9962},"\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":9964,"title":9965,"module":9949,"summary":9966},"\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":9968,"title":9969,"module":9970,"summary":9971},"\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":9973,"title":9974,"module":9970,"summary":9975},"\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":9977,"title":9978,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":9980,"title":9981,"module":9982,"summary":9983},"\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":9985,"title":9986,"module":9982,"summary":9987},"\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":9989,"title":9990,"module":9982,"summary":9991},"\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":9993,"title":9994,"module":9982,"summary":9995},"\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":9997,"title":9998,"module":9982,"summary":9999},"\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":10001,"title":10002,"module":10003,"summary":10004},"\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":10006,"title":10007,"module":10003,"summary":10008},"\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":10010,"title":10011,"module":10003,"summary":10012},"\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":10014,"title":10015,"module":10003,"summary":10016},"\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":10018,"title":10019,"module":10003,"summary":10020},"\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":10022,"title":10023,"module":10003,"summary":10024},"\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":10026,"title":10027,"module":10003,"summary":10028},"\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":10030,"title":10031,"module":10032,"summary":10033},"\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":10035,"title":10036,"module":10032,"summary":10037},"\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":10039,"title":10040,"module":10032,"summary":10041},"\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":10043,"title":10044,"module":10032,"summary":10045},"\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":10047,"title":10048,"module":10049,"summary":10050},"\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":10052,"title":10053,"module":10049,"summary":10054},"\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":10056,"title":10057,"module":10049,"summary":10058},"\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":10060,"title":10061,"module":10062,"summary":10063},"\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":10065,"title":10066,"module":10062,"summary":10067},"\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":10069,"title":10070,"module":10062,"summary":10071},"\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":10073,"title":10074,"module":10062,"summary":10075},"\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":10077,"title":10078,"module":10062,"summary":10079},"\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":10081,"title":10082,"module":10062,"summary":10083},"\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":10085,"title":10086,"module":10087,"summary":10088},"\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":10090,"title":10091,"module":10087,"summary":10092},"\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":10094,"title":10095,"module":10087,"summary":10096},"\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":10098,"title":10099,"module":10100,"summary":10101},"\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":10103,"title":10104,"module":10100,"summary":10105},"\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":10107,"title":10108,"module":10100,"summary":10109},"\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":10111,"title":10112,"module":10100,"summary":10113},"\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":10115,"title":10116,"module":10117,"summary":10118},"\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":10120,"title":10121,"module":10117,"summary":10122},"\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":10124,"title":10125,"module":10117,"summary":10126},"\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":10128,"title":10129,"module":10130,"summary":10131},"\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":10133,"title":10134,"module":10130,"summary":10135},"\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":10137,"title":10138,"module":10130,"summary":10139},"\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":10141,"title":10142,"module":10130,"summary":10143},"\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":10145,"title":10146,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":10148,"title":10149,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":10151,"title":10152,"module":7738,"summary":10153},"\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":10155,"title":10156,"module":7738,"summary":10157},"\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":10159,"title":10160,"module":7738,"summary":10161},"\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":10163,"title":10164,"module":7738,"summary":10165},"\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":10167,"title":10168,"module":7738,"summary":10169},"\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":10171,"title":10172,"module":7738,"summary":10173},"\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":10175,"title":10176,"module":10177,"summary":10178},"\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":10180,"title":10181,"module":10177,"summary":10182},"\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":10184,"title":10185,"module":10177,"summary":10186},"\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":10188,"title":10189,"module":10190,"summary":10191},"\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":10193,"title":10194,"module":10190,"summary":10195},"\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":10197,"title":10198,"module":10190,"summary":10199},"\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":10201,"title":10202,"module":10203,"summary":10204},"\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":10206,"title":10207,"module":10203,"summary":10208},"\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":10210,"title":10211,"module":10203,"summary":10212},"\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":10214,"title":10215,"module":10203,"summary":10216},"\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":10218,"title":10219,"module":10203,"summary":10220},"\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":10222,"title":10223,"module":10224,"summary":10225},"\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":10227,"title":10228,"module":10224,"summary":10229},"\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":10231,"title":10232,"module":10224,"summary":10233},"\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":10235,"title":10236,"module":10224,"summary":10237},"\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":10239,"title":10240,"module":10241,"summary":10242},"\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":10244,"title":10245,"module":10241,"summary":10246},"\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":10248,"title":10249,"module":10241,"summary":10250},"\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":10252,"title":10253,"module":10241,"summary":10254},"\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":10256,"title":10257,"module":10258,"summary":10259},"\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":10261,"title":10262,"module":10258,"summary":10263},"\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":10265,"title":10266,"module":10258,"summary":10267},"\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":10269,"title":10270,"module":10258,"summary":10271},"\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":10273,"title":10274,"module":10275,"summary":10276},"\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":10278,"title":10279,"module":10275,"summary":10280},"\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":10282,"title":10283,"module":10275,"summary":10284},"\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":10286,"title":10287,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":10289,"title":8931,"module":10290,"summary":10291},"\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":10293,"title":10294,"module":10290,"summary":10295},"\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":10297,"title":10298,"module":10290,"summary":10299},"\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":10301,"title":8290,"module":10290,"summary":10302},"\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":10304,"title":10305,"module":7738,"summary":10306},"\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":10308,"title":10309,"module":7738,"summary":10310},"\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":10312,"title":10313,"module":7738,"summary":10314},"\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":10316,"title":10317,"module":10318,"summary":10319},"\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":10321,"title":10322,"module":10318,"summary":10323},"\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":10325,"title":10326,"module":10318,"summary":10327},"\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":10329,"title":10330,"module":10318,"summary":10331},"\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":10333,"title":10334,"module":10318,"summary":10335},"\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":10337,"title":10338,"module":10339,"summary":10340},"\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":10342,"title":10343,"module":10339,"summary":10344},"\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":10346,"title":10347,"module":10339,"summary":10348},"\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":10350,"title":10351,"module":10339,"summary":10352},"\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":10354,"title":10355,"module":10339,"summary":10356},"\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":10358,"title":10359,"module":10360,"summary":10361},"\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":10363,"title":10364,"module":10360,"summary":10365},"\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":10367,"title":10368,"module":10360,"summary":10369},"\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":10371,"title":10372,"module":10360,"summary":10373},"\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":10375,"title":10376,"module":10377,"summary":10378},"\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":10380,"title":10381,"module":10377,"summary":10382},"\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":10384,"title":10385,"module":10377,"summary":10386},"\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":10388,"title":10389,"module":10377,"summary":10390},"\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":10392,"title":10393,"module":10377,"summary":10394},"\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":10396,"title":10397,"module":10377,"summary":10398},"\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":10400,"title":10401,"module":10377,"summary":10402},"\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":10404,"title":10405,"module":10377,"summary":10406},"\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":10408,"title":10409,"module":10377,"summary":10410},"\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":10412,"title":10413,"module":10414,"summary":10415},"\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":10417,"title":10418,"module":10414,"summary":10419},"\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":10421,"title":10422,"module":10414,"summary":10423},"\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":10425,"title":10426,"module":10414,"summary":10427},"\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":10429,"title":10430,"module":10414,"summary":10431},"\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":10433,"title":10434,"module":10435,"summary":10436},"\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":10438,"title":10439,"module":10435,"summary":10440},"\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":10442,"title":10443,"module":10435,"summary":10444},"\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":10446,"title":10447,"module":10435,"summary":10448},"\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":10450,"title":10451,"module":10435,"summary":10452},"\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":10454,"title":10455,"module":10435,"summary":10456},"\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":10458,"title":10459,"module":10435,"summary":10460},"\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":10462,"title":10463,"module":10464,"summary":10465},"\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":10467,"title":10468,"module":10464,"summary":10469},"\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":10471,"title":10472,"module":10464,"summary":10473},"\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":10475,"title":10476,"module":10477,"summary":10478},"\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":10480,"title":10481,"module":10477,"summary":10482},"\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":10484,"title":10485,"module":10477,"summary":10486},"\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":10488,"title":10489,"module":10477,"summary":10490},"\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":10492,"title":10493,"module":10477,"summary":10494},"\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":10496,"title":10497,"module":10477,"summary":10498},"\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":10500,"title":10501,"module":10477,"summary":10502},"\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":10504,"title":10505,"module":10506,"summary":10507},"\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":10509,"title":10510,"module":10506,"summary":10511},"\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":10513,"title":10514,"module":10506,"summary":10515},"\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":10517,"title":10518,"module":10506,"summary":10519},"\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":10521,"title":10522,"module":10506,"summary":10523},"\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":10525,"title":10526,"module":10506,"summary":10527},"\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":10529,"title":10530,"module":10506,"summary":10531},"\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":10533,"title":10534,"module":10506,"summary":10535},"\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":10537,"title":10538,"module":10506,"summary":10539},"\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":10541,"title":10542,"module":10506,"summary":10543},"\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":10545,"title":10546,"module":10506,"summary":10547},"\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":10549,"title":10550,"module":10551,"summary":10552},"\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":10554,"title":10555,"module":10551,"summary":10556},"\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":10558,"title":10559,"module":10551,"summary":10560},"\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":10562,"title":10563,"module":10551,"summary":10564},"\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":10566,"title":10567,"module":10551,"summary":10568},"\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":10570,"title":10571,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":10573,"title":10574,"module":8481,"summary":10575},"\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":10577,"title":10578,"module":8481,"summary":10579},"\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":10581,"title":10582,"module":8481,"summary":10583},"\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":10585,"title":10586,"module":8481,"summary":10587},"\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":10589,"title":10590,"module":8481,"summary":10591},"\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":10593,"title":10594,"module":10595,"summary":10596},"\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":10598,"title":10599,"module":10595,"summary":10600},"\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":10602,"title":10603,"module":10595,"summary":10604},"\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":10606,"title":10607,"module":10595,"summary":10608},"\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":10610,"title":10611,"module":10612,"summary":10613},"\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":10615,"title":10616,"module":10612,"summary":10617},"\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":10619,"title":10620,"module":10612,"summary":10621},"\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":10623,"title":10624,"module":10612,"summary":10625},"\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":10627,"title":10628,"module":10629,"summary":10630},"\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":10632,"title":10633,"module":10629,"summary":10634},"\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":10636,"title":10637,"module":10629,"summary":10638},"\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":10640,"title":10641,"module":10629,"summary":10642},"\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":10644,"title":10645,"module":10629,"summary":10646},"\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":10648,"title":10649,"module":10650,"summary":10651},"\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":10653,"title":10654,"module":10650,"summary":10655},"\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":10657,"title":10658,"module":10650,"summary":10659},"\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":10661,"title":10662,"module":10663,"summary":10664},"\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":10666,"title":10667,"module":10663,"summary":10668},"\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":10670,"title":10671,"module":10663,"summary":10672},"\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":10674,"title":10675,"module":10676,"summary":10677},"\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":10679,"title":10680,"module":10676,"summary":10681},"\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":10683,"title":10684,"module":10676,"summary":10685},"\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":10687,"title":10688,"module":10676,"summary":10689},"\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":10691,"title":10692,"module":10693,"summary":10694},"\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":10696,"title":10697,"module":10693,"summary":10698},"\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":10700,"title":10701,"module":10693,"summary":10702},"\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":10704,"title":10705,"module":10693,"summary":10706},"\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":10708,"title":10709,"module":10693,"summary":10710},"\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":10712,"title":10713,"module":10693,"summary":10714},"\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":10716,"title":10717,"module":10718,"summary":10719},"\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":10721,"title":10722,"module":10718,"summary":10723},"\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":10725,"title":10726,"module":10718,"summary":10727},"\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":10729,"title":10730,"module":10718,"summary":10731},"\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":10733,"title":10734,"module":10735,"summary":10736},"\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":10738,"title":10739,"module":10735,"summary":10740},"\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":10742,"title":10743,"module":10735,"summary":10744},"\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":10746,"title":10747,"module":10748,"summary":10749},"\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":10751,"title":10752,"module":10748,"summary":10753},"\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":10755,"title":10756,"module":10748,"summary":10757},"\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":10759,"title":10760,"module":10748,"summary":10761},"\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":10763,"title":10764,"module":10748,"summary":10765},"\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":10767,"title":10768,"module":10769,"summary":10770},"\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":10772,"title":10773,"module":10769,"summary":10774},"\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":10776,"title":10777,"module":10769,"summary":10778},"\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":10780,"title":10781,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":10783,"title":10784,"module":10785,"summary":10786},"\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":10788,"title":10789,"module":10785,"summary":10790},"\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":10792,"title":10793,"module":10785,"summary":10794},"\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":10796,"title":10797,"module":10785,"summary":10798},"\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":10800,"title":10801,"module":10802,"summary":10803},"\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":10805,"title":10806,"module":10802,"summary":10807},"\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":10809,"title":10810,"module":10802,"summary":10811},"\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":10813,"title":10814,"module":10802,"summary":10815},"\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":10817,"title":10818,"module":10819,"summary":10820},"\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":10822,"title":10823,"module":10819,"summary":10824},"\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":10826,"title":10827,"module":10819,"summary":10828},"\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":10830,"title":10831,"module":10819,"summary":10832},"\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":10834,"title":10835,"module":10836,"summary":10837},"\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":10839,"title":10840,"module":10836,"summary":10841},"\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":10843,"title":10844,"module":10836,"summary":10845},"\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":10847,"title":10848,"module":10836,"summary":10849},"\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":10851,"title":10852,"module":10853,"summary":10854},"\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":10856,"title":10857,"module":10853,"summary":10858},"\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":10860,"title":10861,"module":10853,"summary":10862},"\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":10864,"title":10865,"module":10853,"summary":10866},"\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":10868,"title":10869,"module":10870,"summary":10871},"\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":10873,"title":10874,"module":10870,"summary":10875},"\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":10877,"title":10878,"module":10870,"summary":10879},"\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":10881,"title":10882,"module":10870,"summary":10883},"\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":10885,"title":10886,"module":10887,"summary":10888},"\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":10890,"title":10891,"module":10887,"summary":10892},"\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":10894,"title":10895,"module":10887,"summary":10896},"\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":10898,"title":10899,"module":10887,"summary":10900},"\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":10902,"title":10903,"module":10887,"summary":10904},"\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":10906,"title":10907,"module":10908,"summary":10909},"\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":10911,"title":10912,"module":10908,"summary":10913},"\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":10915,"title":10916,"module":10917,"summary":10918},"\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":10920,"title":10921,"module":10917,"summary":10922},"\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":10924,"title":10925,"module":10917,"summary":10926},"\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":10928,"title":10929,"module":10917,"summary":10930},"\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":10932,"title":10933,"module":10934,"summary":10935},"\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":10937,"title":10938,"module":10934,"summary":10939},"\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":10941,"title":10942,"module":10934,"summary":10943},"\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":10945,"title":10946,"module":10934,"summary":10947},"\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":10949,"title":10950,"module":10934,"summary":10951},"\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":10953,"title":10954,"module":10955,"summary":10956},"\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":10958,"title":10959,"module":10955,"summary":10960},"\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":10962,"title":10963,"module":10955,"summary":10964},"\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":10966,"title":10967,"module":10955,"summary":10968},"\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":10970,"title":10971,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":10973,"title":10974,"module":7738,"summary":10975},"\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":10977,"title":10978,"module":10979,"summary":10980},"\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":10982,"title":10983,"module":10979,"summary":10984},"\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":10986,"title":10987,"module":10979,"summary":10988},"\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":10990,"title":10991,"module":10979,"summary":10992},"\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":10994,"title":10995,"module":10979,"summary":10996},"\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":10998,"title":10999,"module":10979,"summary":11000},"\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":11002,"title":11003,"module":10979,"summary":11004},"\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":11006,"title":11007,"module":11008,"summary":11009},"\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":11011,"title":11012,"module":11008,"summary":11013},"\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":11015,"title":11016,"module":11008,"summary":11017},"\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":11019,"title":11020,"module":11008,"summary":11021},"\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":11023,"title":11024,"module":11025,"summary":11026},"\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":11028,"title":11029,"module":11025,"summary":11030},"\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":11032,"title":11033,"module":11025,"summary":11034},"\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":11036,"title":11037,"module":11025,"summary":11038},"\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":11040,"title":11041,"module":11042,"summary":11043},"\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":11045,"title":11046,"module":11042,"summary":11047},"\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":11049,"title":11050,"module":11042,"summary":11051},"\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":11053,"title":11054,"module":11042,"summary":11055},"\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":11057,"title":11058,"module":11059,"summary":11060},"\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":11062,"title":11063,"module":11059,"summary":11064},"\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":11066,"title":11067,"module":11059,"summary":11068},"\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":11070,"title":11071,"module":11059,"summary":11072},"\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":11074,"title":11075,"module":11076,"summary":11077},"\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":11079,"title":11080,"module":11076,"summary":11081},"\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":11083,"title":11084,"module":11076,"summary":11085},"\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":11087,"title":11088,"module":11089,"summary":11090},"\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":11092,"title":11093,"module":11089,"summary":11094},"\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":11096,"title":11097,"module":11098,"summary":11099},"\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":11101,"title":11102,"module":11098,"summary":11103},"\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":11105,"title":11106,"module":11098,"summary":11107},"\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":11109,"title":11110,"module":6,"summary":6},"\u002Flogic","Logic",{"path":11112,"title":11113,"module":7738,"summary":11114},"\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":11116,"title":11117,"module":7738,"summary":11118},"\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":11120,"title":11121,"module":7738,"summary":11122},"\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":11124,"title":11125,"module":7738,"summary":11126},"\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":11128,"title":11129,"module":7738,"summary":11130},"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes","Markov Decision Processes","A Markov decision process is the formal interface between an agent and its environment: at each step the agent reads a state, chooses an action, and receives a reward and a next state. We fix that loop, the dynamics function that governs it, and the Markov property that makes the state sufficient; then turn goals into a scalar reward and rewards into a discounted return, with one notation that covers both episodic and continuing tasks.\n",{"path":11132,"title":11133,"module":7738,"summary":11134},"\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":11136,"title":7956,"module":11137,"summary":11138},"\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":11140,"title":11141,"module":11137,"summary":11142},"\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":11144,"title":11145,"module":11137,"summary":11146},"\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":11148,"title":11149,"module":11137,"summary":11150},"\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":11152,"title":11153,"module":11137,"summary":11154},"\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":11156,"title":11157,"module":11137,"summary":11158},"\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":11160,"title":11161,"module":11137,"summary":11162},"\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":11164,"title":11165,"module":11137,"summary":11166},"\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":11168,"title":11169,"module":11137,"summary":11170},"\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":11172,"title":11173,"module":11137,"summary":11174},"\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":11176,"title":11177,"module":11137,"summary":11178},"\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":11180,"title":11181,"module":11137,"summary":11182},"\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":11184,"title":11185,"module":11186,"summary":11187},"\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":11189,"title":11190,"module":11186,"summary":11191},"\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":11193,"title":11194,"module":11186,"summary":11195},"\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":11197,"title":11198,"module":11186,"summary":11199},"\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":11201,"title":11202,"module":11186,"summary":11203},"\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":11205,"title":11206,"module":11186,"summary":11207},"\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":11209,"title":11210,"module":11186,"summary":11211},"\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":11213,"title":11214,"module":11186,"summary":11215},"\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":11217,"title":11218,"module":11186,"summary":11219},"\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":11221,"title":11222,"module":11186,"summary":11223},"\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":11225,"title":11226,"module":11186,"summary":11227},"\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":11229,"title":11230,"module":11186,"summary":11231},"\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":11233,"title":11234,"module":11186,"summary":11235},"\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":11237,"title":11238,"module":11186,"summary":11239},"\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":11241,"title":10559,"module":11242,"summary":11243},"\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":11245,"title":11246,"module":11242,"summary":11247},"\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":11249,"title":11250,"module":11242,"summary":11251},"\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":11253,"title":11254,"module":11242,"summary":11255},"\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":11257,"title":11258,"module":11242,"summary":11259},"\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":11261,"title":11262,"module":11242,"summary":11263},"\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":11265,"title":11266,"module":11242,"summary":11267},"\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":11269,"title":11270,"module":11242,"summary":11271},"\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":11273,"title":11274,"module":11275,"summary":11276},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow","Sharpening DQN: Improvements and the Distributional Idea","Modern Deep Reinforcement Learning","In the years after the 2015 DQN paper, a stream of focused improvements each fixed one weakness of the baseline without disturbing its frame. This lesson recaps five that keep the scalar $Q$-value — Double DQN, multi-step returns, dueling networks, prioritized replay, and NoisyNets, each changing a different slot of the same Q-learning loop — then develops the sixth, distributional RL, which changes the objective itself: learn the whole return distribution $Z(s,a)$. We build the distributional Bellman equation and the C51 categorical algorithm, projection step and all, worked end to end on real numbers. A companion lesson takes up QR-DQN, Rainbow, and the modern distributional line.\n",{"path":11278,"title":11279,"module":11275,"summary":11280},"\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":11282,"title":11283,"module":11275,"summary":11284},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control","Continuous Control: DDPG and TD3","When actions are real-valued, the $\\arg\\max_a Q(s,a)$ in Q-learning becomes an optimization problem on every step. This lesson builds the off-policy actor-critic family that sidesteps it: the deterministic policy gradient and DDPG, which replaces the max with a learned actor, and the three fixes of TD3 that counter the value overestimation DDPG inherits. A companion lesson takes up SAC's maximum-entropy objective and the methods built on this template.\n",{"path":11286,"title":11287,"module":11275,"summary":11288},"\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":11290,"title":11291,"module":11275,"summary":11292},"\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":11294,"title":11295,"module":11275,"summary":11296},"\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":11298,"title":11299,"module":11275,"summary":11300},"\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":11302,"title":11303,"module":11275,"summary":11304},"\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":11306,"title":11307,"module":11275,"summary":11308},"\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":11310,"title":11311,"module":11275,"summary":11312},"\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":11314,"title":11315,"module":11275,"summary":11316},"\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":11318,"title":11319,"module":11275,"summary":11320},"\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":11322,"title":11323,"module":11275,"summary":11324},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl","Multi-Agent RL: Markov Games and Centralized Training","With more than one learning agent in an environment, each agent's world becomes non-stationary because the others are changing too. This lesson builds the Markov-game generalization of the MDP, diagnoses non-stationarity as the central obstacle, shows why the naive baselines fail, and develops the dominant fix — centralized training with decentralized execution (MADDPG, VDN, QMIX). A companion lesson takes up self-play, the landmark game-playing systems, and the equilibrium concepts that define what \"solved\" means.\n",{"path":11326,"title":11327,"module":11275,"summary":11328},"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2","Multi-Agent RL: Self-Play and Solution Concepts","A companion to the Markov-games lesson. In the purely competitive setting, an agent can generate its own training curriculum by playing against copies of itself — self-play, the method behind AlphaGo, OpenAI Five, and AlphaStar. We develop why self-play produces an ever-improving opponent, the systems it built, and then the equilibrium solution concepts (Nash, correlated, coarse-correlated) that define what \"solved\" means once there is an opponent, closing with PSRO, MAPPO, and the language-model-agent frontier.\n",{"path":11330,"title":11331,"module":11275,"summary":11332},"\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":11334,"title":11335,"module":11275,"summary":11336},"\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":11338,"title":11339,"module":11275,"summary":11340},"\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":11342,"title":11343,"module":11275,"summary":11344},"\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":11346,"title":11347,"module":11275,"summary":11348},"\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":11350,"title":11351,"module":11275,"summary":11352},"\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":11354,"title":11355,"module":11275,"summary":11356},"\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":11358,"title":11359,"module":11275,"summary":11360},"\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":11362,"title":11363,"module":11364,"summary":11365},"\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":11367,"title":11368,"module":11364,"summary":11369},"\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":11371,"title":11372,"module":11364,"summary":11373},"\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":11375,"title":11376,"module":11364,"summary":11377},"\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":11379,"title":11380,"module":11364,"summary":11381},"\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":11383,"title":11384,"module":11364,"summary":11385},"\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":11387,"title":11388,"module":11364,"summary":11389},"\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":11391,"title":11392,"module":11364,"summary":11393},"\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":11395,"title":10551,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":11397,"title":11398,"module":7738,"summary":11399},"\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":11401,"title":11402,"module":7738,"summary":11403},"\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":11405,"title":11406,"module":7738,"summary":11407},"\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":11409,"title":11410,"module":7738,"summary":11411},"\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":11413,"title":11414,"module":11415,"summary":11416},"\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":11418,"title":11419,"module":11415,"summary":11420},"\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":11422,"title":11423,"module":11415,"summary":11424},"\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":11426,"title":11427,"module":11415,"summary":11428},"\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":11430,"title":11431,"module":11415,"summary":11432},"\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":11434,"title":11435,"module":11415,"summary":11436},"\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":11438,"title":11439,"module":11415,"summary":11440},"\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":11442,"title":11443,"module":11415,"summary":11444},"\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":11446,"title":11447,"module":11415,"summary":11448},"\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":11450,"title":11451,"module":11415,"summary":11452},"\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":11454,"title":11455,"module":11415,"summary":11456},"\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":11458,"title":11459,"module":11415,"summary":11460},"\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":11462,"title":11463,"module":11464,"summary":11465},"\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":11467,"title":11468,"module":11464,"summary":11469},"\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":11471,"title":11472,"module":11464,"summary":11473},"\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":11475,"title":11476,"module":11464,"summary":11477},"\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":11479,"title":11480,"module":11464,"summary":11481},"\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":11483,"title":11484,"module":11464,"summary":11485},"\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":11487,"title":11488,"module":11464,"summary":11489},"\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":11491,"title":11492,"module":11464,"summary":11493},"\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":11495,"title":11496,"module":11464,"summary":11497},"\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":11499,"title":11500,"module":11464,"summary":11501},"\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":11503,"title":11504,"module":11464,"summary":11505},"\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":11507,"title":11508,"module":11464,"summary":11509},"\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":11511,"title":11512,"module":11513,"summary":11514},"\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":11516,"title":11517,"module":11513,"summary":11518},"\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":11520,"title":11521,"module":11513,"summary":11522},"\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":11524,"title":11525,"module":11513,"summary":11526},"\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":11528,"title":11529,"module":11513,"summary":11530},"\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":11532,"title":11533,"module":11513,"summary":11534},"\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":11536,"title":11537,"module":11513,"summary":11538},"\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":11540,"title":11129,"module":11513,"summary":11541},"\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":11543,"title":11544,"module":11513,"summary":11545},"\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":11547,"title":11548,"module":11513,"summary":11549},"\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":11551,"title":11552,"module":11553,"summary":11554},"\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":11556,"title":11557,"module":11553,"summary":11558},"\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":11560,"title":11561,"module":11553,"summary":11562},"\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":11564,"title":11565,"module":11553,"summary":11566},"\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":11568,"title":10551,"module":11553,"summary":11569},"\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":11571,"title":11572,"module":11553,"summary":11573},"\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":11575,"title":11576,"module":11553,"summary":11577},"\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":11579,"title":11580,"module":11553,"summary":11581},"\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":11583,"title":11584,"module":11585,"summary":11586},"\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":11588,"title":11589,"module":11585,"summary":11590},"\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":11592,"title":11593,"module":11585,"summary":11594},"\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":11596,"title":11597,"module":11585,"summary":11598},"\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":11600,"title":11601,"module":11585,"summary":11602},"\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":11604,"title":11605,"module":11585,"summary":11606},"\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":11608,"title":11609,"module":11585,"summary":11610},"\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":11612,"title":11613,"module":11585,"summary":11614},"\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":11616,"title":11617,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":11619,"title":11620,"module":11621,"summary":11622},"\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":11624,"title":11625,"module":11621,"summary":11626},"\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":11628,"title":11629,"module":11621,"summary":11630},"\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":11632,"title":11633,"module":11621,"summary":11634},"\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":11636,"title":11637,"module":11621,"summary":11638},"\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":11640,"title":11641,"module":11642,"summary":11643},"\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":11645,"title":11646,"module":11642,"summary":11647},"\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":11649,"title":11650,"module":11642,"summary":11651},"\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":11653,"title":11654,"module":11642,"summary":11655},"\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":11657,"title":11658,"module":11659,"summary":11660},"\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":11662,"title":11663,"module":11659,"summary":11664},"\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":11666,"title":11667,"module":11659,"summary":11668},"\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":11670,"title":11671,"module":11659,"summary":11672},"\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":11674,"title":11675,"module":11676,"summary":11677},"\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":11679,"title":11680,"module":11676,"summary":11681},"\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":11683,"title":11684,"module":11685,"summary":11686},"\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":11688,"title":11689,"module":11685,"summary":11690},"\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":11692,"title":11693,"module":11694,"summary":11695},"\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":11697,"title":11698,"module":11694,"summary":11699},"\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":11701,"title":11702,"module":11694,"summary":11703},"\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":11705,"title":11706,"module":11694,"summary":11707},"\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":11709,"title":11710,"module":11711,"summary":11712},"\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":11714,"title":11715,"module":11711,"summary":11716},"\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":11718,"title":11719,"module":11711,"summary":11720},"\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":11722,"title":11723,"module":11724,"summary":11725},"\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":11727,"title":11728,"module":11724,"summary":11729},"\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":11731,"title":11732,"module":11724,"summary":11733},"\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":11735,"title":11736,"module":11737,"summary":11738},"\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":11740,"title":11741,"module":11737,"summary":11742},"\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":11744,"title":11745,"module":11746,"summary":11747},"\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":11749,"title":11750,"module":11746,"summary":11751},"\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":11753,"title":11754,"module":11746,"summary":11755},"\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":11757,"title":11758,"module":11759,"summary":11760},"\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":11762,"title":11763,"module":11759,"summary":11764},"\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":11766,"title":11767,"module":11759,"summary":11768},"\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":11770,"title":11771,"module":11759,"summary":11772},"\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":11774,"title":11775,"module":11759,"summary":11776},"\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":11778,"title":11779,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":11781,"title":11782,"module":7738,"summary":11783},"\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":2663,"title":11785,"module":7738,"summary":11786},"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":11788,"title":11789,"module":7738,"summary":11790},"\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":11792,"title":11793,"module":7738,"summary":11794},"\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":11796,"title":11797,"module":7738,"summary":11798},"\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":11800,"title":11801,"module":11802,"summary":11803},"\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":11805,"title":11806,"module":11802,"summary":11807},"\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":11809,"title":11810,"module":11802,"summary":11811},"\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":11813,"title":11814,"module":11802,"summary":11815},"\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":11817,"title":11818,"module":11819,"summary":11820},"\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":11822,"title":11823,"module":11819,"summary":11824},"\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":11826,"title":11827,"module":11819,"summary":11828},"\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":11830,"title":11831,"module":8203,"summary":11832},"\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":11834,"title":11835,"module":8203,"summary":11836},"\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":11838,"title":11839,"module":8203,"summary":11840},"\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":11842,"title":11843,"module":8685,"summary":11844},"\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":11846,"title":10397,"module":8685,"summary":11847},"\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":11849,"title":10505,"module":8685,"summary":11850},"\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":11852,"title":11853,"module":8685,"summary":11854},"\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":11856,"title":11857,"module":8685,"summary":11858},"\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":11860,"title":11861,"module":8685,"summary":11862},"\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":6799,"title":5,"module":6797,"summary":6818},{"path":6428,"title":11865,"module":6797,"summary":11866},"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":11868,"title":11869,"module":6797,"summary":11870},"\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":11872,"title":11873,"module":6797,"summary":11874},"\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":11876,"title":11877,"module":6797,"summary":11878},"\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":11880,"title":11881,"module":6797,"summary":11882},"\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":11884,"title":11885,"module":6797,"summary":11886},"\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":11888,"title":11889,"module":6797,"summary":11890},"\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":11892,"title":11893,"module":6797,"summary":11894},"\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":11896,"title":11897,"module":6797,"summary":11898},"\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":11900,"title":11901,"module":6797,"summary":11902},"\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":11904,"title":11905,"module":6797,"summary":11906},"\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":11908,"title":11909,"module":6797,"summary":11910},"\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":11912,"title":11913,"module":6797,"summary":11914},"\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":11916,"title":11917,"module":6797,"summary":11918},"\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":11920,"title":11921,"module":6797,"summary":11922},"\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":11924,"title":11925,"module":6797,"summary":11926},"\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":11928,"title":11929,"module":6797,"summary":11930},"\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":11932,"title":11933,"module":6797,"summary":11934},"\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":11936,"title":11937,"module":6797,"summary":11938},"\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":11940,"title":11941,"module":10493,"summary":11942},"\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":11944,"title":11945,"module":10493,"summary":11946},"\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":11948,"title":11949,"module":10493,"summary":11950},"\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":11952,"title":11953,"module":10493,"summary":11954},"\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":11956,"title":11957,"module":10493,"summary":11958},"\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":11960,"title":11961,"module":10493,"summary":11962},"\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":11964,"title":11965,"module":10493,"summary":11966},"\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":11968,"title":11969,"module":10493,"summary":11970},"\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":11972,"title":11973,"module":11974,"summary":11975},"\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":11977,"title":11978,"module":11974,"summary":11979},"\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":11981,"title":11982,"module":11974,"summary":11983},"\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":11985,"title":11986,"module":11974,"summary":11987},"\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":11989,"title":11990,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":11992,"title":11993,"module":7738,"summary":11994},"\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":11996,"title":11997,"module":7738,"summary":11998},"\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":12000,"title":12001,"module":7738,"summary":12002},"\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":12004,"title":12005,"module":12006,"summary":12007},"\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":12009,"title":12010,"module":12006,"summary":12011},"\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":12013,"title":12014,"module":12006,"summary":12015},"\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":12017,"title":12018,"module":12006,"summary":12019},"\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":12021,"title":12022,"module":12023,"summary":12024},"\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":12026,"title":12027,"module":12023,"summary":12028},"\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":12030,"title":12031,"module":12023,"summary":12032},"\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":12034,"title":12035,"module":12023,"summary":12036},"\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":12038,"title":12039,"module":12040,"summary":12041},"\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":12043,"title":12044,"module":12040,"summary":12045},"\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":12047,"title":12048,"module":12040,"summary":12049},"\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":12051,"title":12052,"module":12040,"summary":12053},"\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":12055,"title":12056,"module":12057,"summary":12058},"\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":12060,"title":12061,"module":12057,"summary":12062},"\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":12064,"title":12065,"module":12057,"summary":12066},"\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":12068,"title":12069,"module":12070,"summary":12071},"\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":12073,"title":12074,"module":12070,"summary":12075},"\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":12077,"title":12078,"module":12070,"summary":12079},"\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":12081,"title":12082,"module":12070,"summary":12083},"\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":12085,"title":12086,"module":12087,"summary":12088},"\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":12090,"title":12091,"module":12087,"summary":12092},"\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":12094,"title":12095,"module":12087,"summary":12096},"\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":12098,"title":12099,"module":12087,"summary":12100},"\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":12102,"title":12103,"module":12104,"summary":12105},"\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":12107,"title":12108,"module":12104,"summary":12109},"\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":12111,"title":12112,"module":12104,"summary":12113},"\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":12115,"title":12116,"module":12104,"summary":12117},"\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":12119,"title":12120,"module":12121,"summary":12122},"\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":12124,"title":12125,"module":12121,"summary":12126},"\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":12128,"title":12129,"module":12121,"summary":12130},"\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":12132,"title":12133,"module":12121,"summary":12134},"\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":12136,"title":12137,"module":12121,"summary":12138},"\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":12140,"title":12141,"module":12142,"summary":12143},"\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":12145,"title":12146,"module":12142,"summary":12147},"\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":12149,"title":12150,"module":12142,"summary":12151},"\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":12153,"title":12154,"module":12155,"summary":12156},"\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":12158,"title":12159,"module":12155,"summary":12160},"\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":12162,"title":12163,"module":12155,"summary":12164},"\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":12166,"title":12167,"module":12167,"summary":12168},"\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":12170,"title":12171,"module":12167,"summary":12172},"\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":12174,"title":12175,"module":12167,"summary":12176},"\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":12178,"title":12179,"module":12167,"summary":12180},"\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":12182,"title":12183,"module":12167,"summary":12184},"\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":12186,"title":12187,"module":12167,"summary":12188},"\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":12190,"title":12191,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":12193,"title":12194,"module":12195,"summary":12196},"\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":12198,"title":12199,"module":12195,"summary":12200},"\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":12202,"title":12203,"module":12195,"summary":12204},"\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":12206,"title":12207,"module":12208,"summary":12209},"\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":12211,"title":12212,"module":12208,"summary":12213},"\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":12215,"title":12216,"module":12208,"summary":12217},"\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":12219,"title":12220,"module":12208,"summary":12221},"\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":12223,"title":12224,"module":12225,"summary":12226},"\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":12228,"title":12229,"module":12225,"summary":12230},"\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":12232,"title":12233,"module":12225,"summary":12234},"\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":12236,"title":12237,"module":12225,"summary":12238},"\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":12240,"title":12241,"module":12242,"summary":12243},"\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":12245,"title":12246,"module":12242,"summary":12247},"\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":12249,"title":12250,"module":12242,"summary":12251},"\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":12253,"title":12254,"module":12242,"summary":12255},"\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":12257,"title":12258,"module":12259,"summary":12260},"\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":12262,"title":12263,"module":12259,"summary":12264},"\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":12266,"title":12267,"module":12259,"summary":12268},"\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":12270,"title":12271,"module":12259,"summary":12272},"\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":12274,"title":12275,"module":12276,"summary":12277},"\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":12279,"title":12280,"module":12276,"summary":12281},"\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":12283,"title":12284,"module":12276,"summary":12285},"\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":12287,"title":12288,"module":12289,"summary":12290},"\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":12292,"title":12293,"module":12289,"summary":12294},"\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":12296,"title":12297,"module":12289,"summary":12298},"\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":12300,"title":12301,"module":12289,"summary":12302},"\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":12304,"title":10726,"module":12305,"summary":12306},"\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":12308,"title":12309,"module":12305,"summary":12310},"\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":12312,"title":12313,"module":12305,"summary":12314},"\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":12316,"title":12317,"module":12305,"summary":12318},"\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":12320,"title":12321,"module":12305,"summary":12322},"\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":12324,"title":12325,"module":12326,"summary":12327},"\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":12329,"title":12330,"module":12326,"summary":12331},"\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":12333,"title":12334,"module":12326,"summary":12335},"\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":12337,"title":12338,"module":12326,"summary":12339},"\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":12341,"title":12342,"module":12343,"summary":12344},"\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":12346,"title":12347,"module":12343,"summary":12348},"\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":12350,"title":12351,"module":12343,"summary":12352},"\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":12354,"title":12355,"module":12343,"summary":12356},"\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":12358,"title":12359,"module":12343,"summary":12360},"\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":12362,"title":12363,"module":12364,"summary":12365},"\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":12367,"title":12368,"module":12364,"summary":12369},"\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":12371,"title":9444,"module":12364,"summary":12372},"\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":12374,"title":12375,"module":12364,"summary":12376},"\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":12378,"title":12379,"module":12364,"summary":12380},"\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":12382,"title":12383,"module":12384,"summary":12385},"\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":12387,"title":12388,"module":12384,"summary":12389},"\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":12391,"title":12392,"module":12384,"summary":12393},"\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":12395,"title":12396,"module":12384,"summary":12397},"\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":12399,"title":12400,"module":12384,"summary":12401},"\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":12403,"title":12404,"module":12384,"summary":12405},"\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":12407,"title":12408,"module":12384,"summary":12409},"\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":12411,"title":12412,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":12414,"title":12415,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":6206,"title":12417,"module":6,"summary":6},"Study Notes",[12419,12432,12444,12453,12462,12477,12529,12548],{"module":7738,"moduleNumber":3846,"slug":12420,"lessons":12421},"foundations",[12422,12424,12426,12428,12430],{"title":11782,"path":11781,"lessonNumber":3846,"topics":12423,"summary":11783},[7738],{"title":11785,"path":2663,"lessonNumber":3852,"topics":12425,"summary":11786},[7738],{"title":11789,"path":11788,"lessonNumber":3858,"topics":12427,"summary":11790},[7738],{"title":11793,"path":11792,"lessonNumber":3864,"topics":12429,"summary":11794},[7738],{"title":11797,"path":11796,"lessonNumber":3870,"topics":12431,"summary":11798},[7738],{"module":11802,"moduleNumber":3852,"slug":12433,"lessons":12434},"classification",[12435,12438,12440,12442],{"title":11801,"path":11800,"lessonNumber":3846,"topics":12436,"summary":11803},[12437],"Classification",{"title":11806,"path":11805,"lessonNumber":3852,"topics":12439,"summary":11807},[12437],{"title":11810,"path":11809,"lessonNumber":3858,"topics":12441,"summary":11811},[12437],{"title":11814,"path":11813,"lessonNumber":3864,"topics":12443,"summary":11815},[12437],{"module":11819,"moduleNumber":3858,"slug":12445,"lessons":12446},"semantics",[12447,12449,12451],{"title":11818,"path":11817,"lessonNumber":3846,"topics":12448,"summary":11820},[11819],{"title":11823,"path":11822,"lessonNumber":3852,"topics":12450,"summary":11824},[11819],{"title":11827,"path":11826,"lessonNumber":3858,"topics":12452,"summary":11828},[11819],{"module":8203,"moduleNumber":3864,"slug":12454,"lessons":12455},"sequences",[12456,12458,12460],{"title":11831,"path":11830,"lessonNumber":3846,"topics":12457,"summary":11832},[8203],{"title":11835,"path":11834,"lessonNumber":3852,"topics":12459,"summary":11836},[8203],{"title":11839,"path":11838,"lessonNumber":3858,"topics":12461,"summary":11840},[8203],{"module":8685,"moduleNumber":3870,"slug":12463,"lessons":12464},"transformers",[12465,12467,12469,12471,12473,12475],{"title":11843,"path":11842,"lessonNumber":3846,"topics":12466,"summary":11844},[8685],{"title":10397,"path":11846,"lessonNumber":3852,"topics":12468,"summary":11847},[8685],{"title":10505,"path":11849,"lessonNumber":3858,"topics":12470,"summary":11850},[8685],{"title":11853,"path":11852,"lessonNumber":3864,"topics":12472,"summary":11854},[8685],{"title":11857,"path":11856,"lessonNumber":3870,"topics":12474,"summary":11858},[8685],{"title":11861,"path":11860,"lessonNumber":3876,"topics":12476,"summary":11862},[8685],{"module":6797,"moduleNumber":3876,"slug":12478,"lessons":12479},"linguistic-structure",[12480,12482,12484,12486,12488,12490,12492,12494,12496,12498,12500,12502,12505,12508,12511,12514,12517,12520,12523,12526],{"title":5,"path":6799,"lessonNumber":3846,"topics":12481,"summary":6818},[6820],{"title":11865,"path":6428,"lessonNumber":3852,"topics":12483,"summary":11866},[6820],{"title":11869,"path":11868,"lessonNumber":3858,"topics":12485,"summary":11870},[6820],{"title":11873,"path":11872,"lessonNumber":3864,"topics":12487,"summary":11874},[6820],{"title":11877,"path":11876,"lessonNumber":3870,"topics":12489,"summary":11878},[6820],{"title":11881,"path":11880,"lessonNumber":3876,"topics":12491,"summary":11882},[6820],{"title":11885,"path":11884,"lessonNumber":3882,"topics":12493,"summary":11886},[6820],{"title":11889,"path":11888,"lessonNumber":3888,"topics":12495,"summary":11890},[6820],{"title":11893,"path":11892,"lessonNumber":3894,"topics":12497,"summary":11894},[6820],{"title":11897,"path":11896,"lessonNumber":3900,"topics":12499,"summary":11898},[6820],{"title":11901,"path":11900,"lessonNumber":3906,"topics":12501,"summary":11902},[6820],{"title":11905,"path":11904,"lessonNumber":12503,"topics":12504,"summary":11906},12,[6820],{"title":11909,"path":11908,"lessonNumber":12506,"topics":12507,"summary":11910},13,[6820],{"title":11913,"path":11912,"lessonNumber":12509,"topics":12510,"summary":11914},14,[6820],{"title":11917,"path":11916,"lessonNumber":12512,"topics":12513,"summary":11918},15,[6820],{"title":11921,"path":11920,"lessonNumber":12515,"topics":12516,"summary":11922},16,[6820],{"title":11925,"path":11924,"lessonNumber":12518,"topics":12519,"summary":11926},17,[6820],{"title":11929,"path":11928,"lessonNumber":12521,"topics":12522,"summary":11930},18,[6820],{"title":11933,"path":11932,"lessonNumber":12524,"topics":12525,"summary":11934},19,[6820],{"title":11937,"path":11936,"lessonNumber":12527,"topics":12528,"summary":11938},20,[6820],{"module":10493,"moduleNumber":3882,"slug":12530,"lessons":12531},"applications",[12532,12534,12536,12538,12540,12542,12544,12546],{"title":11941,"path":11940,"lessonNumber":3846,"topics":12533,"summary":11942},[10493],{"title":11945,"path":11944,"lessonNumber":3852,"topics":12535,"summary":11946},[10493],{"title":11949,"path":11948,"lessonNumber":3858,"topics":12537,"summary":11950},[10493],{"title":11953,"path":11952,"lessonNumber":3864,"topics":12539,"summary":11954},[10493],{"title":11957,"path":11956,"lessonNumber":3870,"topics":12541,"summary":11958},[10493],{"title":11961,"path":11960,"lessonNumber":3876,"topics":12543,"summary":11962},[10493],{"title":11965,"path":11964,"lessonNumber":3882,"topics":12545,"summary":11966},[10493],{"title":11969,"path":11968,"lessonNumber":3888,"topics":12547,"summary":11970},[10493],{"module":11974,"moduleNumber":3888,"slug":12549,"lessons":12550},"speech",[12551,12553,12555,12557],{"title":11973,"path":11972,"lessonNumber":3846,"topics":12552,"summary":11975},[11974],{"title":11978,"path":11977,"lessonNumber":3852,"topics":12554,"summary":11979},[11974],{"title":11982,"path":11981,"lessonNumber":3858,"topics":12556,"summary":11983},[11974],{"title":11986,"path":11985,"lessonNumber":3864,"topics":12558,"summary":11987},[11974],"\u003Csvg style=\"width:100%;max-width:144.601px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 108.451 101.433\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg transform=\"translate(-6.615 3.075)\">\u003Cpath d=\"M-17.252-67.695L-19.401-67.695L-19.401-68.011Q-18.482-68.011-18.482-68.561L-18.482-73.474Q-18.764-73.527-19.401-73.527L-19.401-73.843L-17.709-73.843Q-17.643-73.843-17.630-73.799L-14.351-69.110L-14.351-72.977Q-14.351-73.527-15.270-73.527L-15.270-73.843L-13.121-73.843L-13.121-73.527Q-14.039-73.527-14.039-72.977L-14.039-67.805Q-14.039-67.761-14.068-67.728Q-14.097-67.695-14.136-67.695L-14.246-67.695Q-14.312-67.695-14.325-67.739L-18.170-73.241L-18.170-68.561Q-18.170-68.011-17.252-68.011L-17.252-67.695M-9.772-67.695L-12.453-67.695L-12.453-68.011Q-11.535-68.011-11.535-68.306L-11.535-73.232Q-11.535-73.527-12.453-73.527L-12.453-73.843L-9.205-73.843Q-8.709-73.843-8.199-73.645Q-7.689-73.447-7.358-73.056Q-7.026-72.665-7.026-72.151Q-7.026-71.632-7.358-71.252Q-7.689-70.872-8.195-70.679Q-8.700-70.486-9.205-70.486L-10.691-70.486L-10.691-68.306Q-10.691-68.011-9.772-68.011L-9.772-67.695M-10.717-73.232L-10.717-70.771L-9.447-70.771Q-8.700-70.771-8.340-71.094Q-7.979-71.417-7.979-72.151Q-7.979-72.648-8.138-72.951Q-8.296-73.254-8.617-73.390Q-8.937-73.527-9.447-73.527L-10.256-73.527Q-10.506-73.527-10.612-73.478Q-10.717-73.430-10.717-73.232\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-44.377 31.528)\">\u003Cpath d=\"M-16.008-67.695L-19.383-67.695L-19.383-68.011Q-18.465-68.011-18.465-68.306L-18.465-73.232Q-18.465-73.527-19.383-73.527L-19.383-73.843L-16.008-73.843Q-15.393-73.843-14.868-73.584Q-14.343-73.324-13.967-72.883Q-13.591-72.441-13.387-71.876Q-13.183-71.312-13.183-70.710Q-13.183-69.932-13.552-69.233Q-13.921-68.534-14.569-68.115Q-15.217-67.695-16.008-67.695M-17.647-73.232L-17.647-68.306Q-17.647-68.112-17.542-68.062Q-17.436-68.011-17.186-68.011L-16.241-68.011Q-15.767-68.011-15.334-68.207Q-14.901-68.403-14.615-68.767Q-14.321-69.132-14.215-69.613Q-14.110-70.094-14.110-70.710Q-14.110-71.110-14.149-71.468Q-14.189-71.826-14.299-72.144Q-14.409-72.463-14.615-72.736Q-14.804-72.990-15.063-73.166Q-15.323-73.342-15.622-73.434Q-15.920-73.527-16.241-73.527L-17.186-73.527Q-17.436-73.527-17.542-73.478Q-17.647-73.430-17.647-73.232M-10.348-67.594Q-10.906-67.594-11.379-67.877Q-11.851-68.161-12.126-68.638Q-12.400-69.114-12.400-69.668Q-12.400-70.064-12.257-70.439Q-12.115-70.815-11.858-71.103Q-11.601-71.391-11.242-71.560Q-10.884-71.729-10.480-71.729Q-9.935-71.729-9.564-71.492Q-9.192-71.255-9.006-70.837Q-8.819-70.420-8.819-69.883Q-8.819-69.831-8.843-69.793Q-8.867-69.756-8.915-69.756L-11.587-69.756L-11.587-69.677Q-11.587-68.930-11.275-68.407Q-10.963-67.884-10.265-67.884Q-9.860-67.884-9.539-68.141Q-9.219-68.398-9.096-68.802Q-9.078-68.882-8.995-68.882L-8.915-68.882Q-8.876-68.882-8.847-68.851Q-8.819-68.820-8.819-68.776L-8.819-68.741Q-8.924-68.398-9.146-68.139Q-9.368-67.880-9.682-67.737Q-9.997-67.594-10.348-67.594M-11.579-70.007L-9.465-70.007Q-9.465-70.275-9.518-70.521Q-9.570-70.767-9.691-70.989Q-9.812-71.211-10.010-71.338Q-10.207-71.466-10.480-71.466Q-10.823-71.466-11.075-71.241Q-11.328-71.017-11.453-70.679Q-11.579-70.341-11.579-70.007M-7.610-68.767L-7.610-71.259L-8.375-71.259L-8.375-71.518Q-7.971-71.518-7.705-71.784Q-7.439-72.050-7.318-72.450Q-7.197-72.850-7.197-73.232L-6.907-73.232L-6.907-71.575L-5.620-71.575L-5.620-71.259L-6.907-71.259L-6.907-68.802Q-6.907-68.433-6.782-68.159Q-6.657-67.884-6.331-67.884Q-6.033-67.884-5.894-68.178Q-5.756-68.473-5.756-68.802L-5.756-69.325L-5.470-69.325L-5.470-68.767Q-5.470-68.490-5.580-68.218Q-5.690-67.945-5.903-67.770Q-6.116-67.594-6.397-67.594Q-6.758-67.594-7.030-67.732Q-7.303-67.871-7.456-68.134Q-7.610-68.398-7.610-68.767\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-25.932-62.92-24.576 18.903\"\u002F>\u003Cg transform=\"translate(-39.706 58.843)\">\u003Cpath d=\"M-17.603-67.594Q-18.148-67.594-18.452-68.020Q-18.755-68.446-18.755-69.018Q-18.755-69.567-18.469-70.198Q-18.184-70.828-17.691-71.250Q-17.199-71.672-16.628-71.672Q-16.399-71.672-16.195-71.545Q-15.991-71.417-15.872-71.206Q-15.832-71.334-15.729-71.413Q-15.626-71.492-15.494-71.492Q-15.389-71.492-15.307-71.419Q-15.226-71.347-15.226-71.233L-15.226-71.149L-15.854-68.649Q-15.920-68.394-15.920-68.200Q-15.920-67.858-15.705-67.858Q-15.582-67.858-15.476-67.985Q-15.371-68.112-15.296-68.301Q-15.222-68.490-15.167-68.708Q-15.112-68.925-15.090-69.009Q-15.081-69.040-15.057-69.064Q-15.033-69.088-15.002-69.088L-14.839-69.088Q-14.800-69.088-14.773-69.051Q-14.747-69.013-14.747-68.974Q-14.896-68.367-15.094-67.981Q-15.292-67.594-15.714-67.594Q-16.004-67.594-16.219-67.754Q-16.434-67.915-16.514-68.192Q-16.733-67.937-17.021-67.765Q-17.309-67.594-17.603-67.594M-17.586-67.858Q-17.032-67.858-16.496-68.710L-16.026-70.604Q-16.061-70.925-16.210-71.169Q-16.360-71.413-16.650-71.413Q-16.979-71.413-17.252-71.103Q-17.524-70.793-17.683-70.402Q-17.757-70.217-17.858-69.862Q-17.959-69.506-18.023-69.169Q-18.087-68.833-18.087-68.631Q-18.087-68.332-17.968-68.095Q-17.850-67.858-17.586-67.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-56.715-34.467v20.04\"\u002F>\u003Cg transform=\"translate(27.354 31.528)\">\u003Cpath d=\"M-17.252-67.695L-19.401-67.695L-19.401-68.011Q-18.482-68.011-18.482-68.561L-18.482-73.474Q-18.764-73.527-19.401-73.527L-19.401-73.843L-17.709-73.843Q-17.643-73.843-17.630-73.799L-14.351-69.110L-14.351-72.977Q-14.351-73.527-15.270-73.527L-15.270-73.843L-13.121-73.843L-13.121-73.527Q-14.039-73.527-14.039-72.977L-14.039-67.805Q-14.039-67.761-14.068-67.728Q-14.097-67.695-14.136-67.695L-14.246-67.695Q-14.312-67.695-14.325-67.739L-18.170-73.241L-18.170-68.561Q-18.170-68.011-17.252-68.011L-17.252-67.695M-12.537-69.602Q-12.537-70.169-12.264-70.657Q-11.992-71.145-11.521-71.437Q-11.051-71.729-10.484-71.729Q-10.062-71.729-9.687-71.560Q-9.311-71.391-9.034-71.099Q-8.757-70.806-8.599-70.411Q-8.441-70.015-8.441-69.602Q-8.441-69.053-8.720-68.591Q-8.999-68.130-9.467-67.862Q-9.935-67.594-10.484-67.594Q-11.038-67.594-11.508-67.862Q-11.978-68.130-12.257-68.591Q-12.537-69.053-12.537-69.602M-10.484-67.884Q-9.988-67.884-9.711-68.145Q-9.434-68.407-9.342-68.811Q-9.249-69.216-9.249-69.712Q-9.249-70.187-9.348-70.576Q-9.447-70.965-9.720-71.215Q-9.992-71.466-10.484-71.466Q-11.196-71.466-11.460-70.971Q-11.724-70.477-11.724-69.712Q-11.724-68.912-11.469-68.398Q-11.214-67.884-10.484-67.884M-5.791-67.695L-7.878-67.695L-7.878-68.011Q-7.571-68.011-7.380-68.064Q-7.188-68.117-7.188-68.306L-7.188-70.754Q-7.188-70.995-7.259-71.103Q-7.329-71.211-7.463-71.235Q-7.597-71.259-7.878-71.259L-7.878-71.575L-6.538-71.672L-6.538-70.837Q-6.340-71.215-5.980-71.444Q-5.620-71.672-5.198-71.672Q-4.152-71.672-3.967-70.863Q-3.765-71.233-3.407-71.452Q-3.049-71.672-2.631-71.672Q-2.007-71.672-1.682-71.378Q-1.357-71.083-1.357-70.459L-1.357-68.306Q-1.357-68.117-1.163-68.064Q-0.970-68.011-0.663-68.011L-0.663-67.695L-2.750-67.695L-2.750-68.011Q-2.442-68.011-2.249-68.064Q-2.056-68.117-2.056-68.306L-2.056-70.424Q-2.056-70.855-2.183-71.134Q-2.310-71.413-2.697-71.413Q-3.040-71.413-3.323-71.224Q-3.607-71.035-3.763-70.723Q-3.919-70.411-3.919-70.064L-3.919-68.306Q-3.919-68.117-3.728-68.064Q-3.537-68.011-3.229-68.011L-3.229-67.695L-5.316-67.695L-5.316-68.011Q-5.004-68.011-4.813-68.064Q-4.622-68.117-4.622-68.306L-4.622-70.424Q-4.622-70.683-4.666-70.905Q-4.710-71.127-4.855-71.270Q-5-71.413-5.259-71.413Q-5.795-71.413-6.140-71.006Q-6.485-70.600-6.485-70.064L-6.485-68.306Q-6.485-68.117-6.292-68.064Q-6.099-68.011-5.791-68.011\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-13.52-62.92 24.576 18.903\"\u002F>\u003Cg transform=\"translate(26.07 59.98)\">\u003Cpath d=\"M-17.252-67.695L-19.401-67.695L-19.401-68.011Q-18.482-68.011-18.482-68.561L-18.482-73.474Q-18.764-73.527-19.401-73.527L-19.401-73.843L-17.709-73.843Q-17.643-73.843-17.630-73.799L-14.351-69.110L-14.351-72.977Q-14.351-73.527-15.270-73.527L-15.270-73.843L-13.121-73.843L-13.121-73.527Q-14.039-73.527-14.039-72.977L-14.039-67.805Q-14.039-67.761-14.068-67.728Q-14.097-67.695-14.136-67.695L-14.246-67.695Q-14.312-67.695-14.325-67.739L-18.170-73.241L-18.170-68.561Q-18.170-68.011-17.252-68.011L-17.252-67.695M-12.537-69.602Q-12.537-70.169-12.264-70.657Q-11.992-71.145-11.521-71.437Q-11.051-71.729-10.484-71.729Q-10.062-71.729-9.687-71.560Q-9.311-71.391-9.034-71.099Q-8.757-70.806-8.599-70.411Q-8.441-70.015-8.441-69.602Q-8.441-69.053-8.720-68.591Q-8.999-68.130-9.467-67.862Q-9.935-67.594-10.484-67.594Q-11.038-67.594-11.508-67.862Q-11.978-68.130-12.257-68.591Q-12.537-69.053-12.537-69.602M-10.484-67.884Q-9.988-67.884-9.711-68.145Q-9.434-68.407-9.342-68.811Q-9.249-69.216-9.249-69.712Q-9.249-70.187-9.348-70.576Q-9.447-70.965-9.720-71.215Q-9.992-71.466-10.484-71.466Q-11.196-71.466-11.460-70.971Q-11.724-70.477-11.724-69.712Q-11.724-68.912-11.469-68.398Q-11.214-67.884-10.484-67.884M-7.188-68.767L-7.188-70.754Q-7.188-70.995-7.259-71.103Q-7.329-71.211-7.463-71.235Q-7.597-71.259-7.878-71.259L-7.878-71.575L-6.485-71.672L-6.485-68.802Q-6.485-68.424-6.439-68.238Q-6.393-68.051-6.222-67.954Q-6.050-67.858-5.694-67.858Q-5.360-67.858-5.121-68.049Q-4.881-68.240-4.756-68.543Q-4.631-68.846-4.631-69.163L-4.631-70.754Q-4.631-70.995-4.701-71.103Q-4.771-71.211-4.905-71.235Q-5.039-71.259-5.325-71.259L-5.325-71.575L-3.928-71.672L-3.928-68.512Q-3.928-68.275-3.857-68.167Q-3.787-68.060-3.653-68.036Q-3.519-68.011-3.238-68.011L-3.238-67.695L-4.604-67.594L-4.604-68.315Q-4.771-67.989-5.077-67.792Q-5.382-67.594-5.738-67.594Q-6.397-67.594-6.793-67.864Q-7.188-68.134-7.188-68.767M-0.654-67.695L-2.741-67.695L-2.741-68.011Q-2.434-68.011-2.242-68.064Q-2.051-68.117-2.051-68.306L-2.051-70.754Q-2.051-70.995-2.122-71.103Q-2.192-71.211-2.326-71.235Q-2.460-71.259-2.741-71.259L-2.741-71.575L-1.401-71.672L-1.401-70.837Q-1.203-71.219-0.849-71.446Q-0.496-71.672-0.069-71.672Q1.210-71.672 1.210-70.459L1.210-68.306Q1.210-68.117 1.401-68.064Q1.592-68.011 1.899-68.011L1.899-67.695L-0.188-67.695L-0.188-68.011Q0.124-68.011 0.315-68.064Q0.506-68.117 0.506-68.306L0.506-70.424Q0.506-70.683 0.462-70.905Q0.419-71.127 0.274-71.270Q0.128-71.413-0.131-71.413Q-0.474-71.413-0.755-71.224Q-1.036-71.035-1.192-70.723Q-1.348-70.411-1.348-70.064L-1.348-68.306Q-1.348-68.117-1.155-68.064Q-0.961-68.011-0.654-68.011\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M17.262-34.467v18.902\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti9\" font-size=\"9\">\u003Cg transform=\"translate(25.57 87.608)\">\u003Cpath d=\"M-19.502-66.227Q-19.370-66.113-19.168-66.113Q-19.018-66.113-18.920-66.271Q-18.821-66.429-18.772-66.614Q-18.632-67.115-18.502-67.754Q-18.372-68.394-18.249-69.062L-17.828-71.259L-18.557-71.259Q-18.654-71.259-18.654-71.378Q-18.654-71.435-18.623-71.505Q-18.592-71.575-18.531-71.575L-17.766-71.575L-17.656-72.169Q-17.555-72.700-17.436-73.076Q-17.318-73.452-17.059-73.746Q-16.799-74.041-16.377-74.041Q-16.188-74.041-16.006-73.973Q-15.824-73.904-15.709-73.768Q-15.595-73.632-15.595-73.439Q-15.595-73.232-15.729-73.078Q-15.863-72.924-16.061-72.924Q-16.184-72.924-16.281-73.006Q-16.377-73.087-16.377-73.219Q-16.377-73.368-16.281-73.496Q-16.184-73.623-16.043-73.663Q-16.188-73.777-16.395-73.777Q-16.483-73.777-16.573-73.694Q-16.663-73.610-16.711-73.509Q-16.795-73.267-16.997-72.160L-17.116-71.575L-16.232-71.575Q-16.188-71.575-16.162-71.542Q-16.136-71.509-16.136-71.466Q-16.136-71.386-16.166-71.323Q-16.197-71.259-16.263-71.259L-17.168-71.259L-17.595-69.053Q-17.691-68.512-17.790-68.038Q-17.889-67.563-18.060-67.069Q-18.232-66.574-18.518-66.212Q-18.803-65.849-19.185-65.849Q-19.484-65.849-19.717-66.010Q-19.950-66.170-19.950-66.451Q-19.950-66.653-19.818-66.810Q-19.686-66.966-19.484-66.966Q-19.352-66.966-19.260-66.884Q-19.168-66.803-19.168-66.671Q-19.168-66.513-19.262-66.385Q-19.357-66.258-19.502-66.227\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(25.57 87.608)\">\u003Cpath d=\"M-13.319-67.594Q-13.684-67.594-13.917-67.827Q-14.150-68.060-14.150-68.424Q-14.150-68.591-14.110-68.693L-12.985-73.166Q-12.950-73.316-12.950-73.390Q-12.950-73.527-13.517-73.527Q-13.618-73.527-13.618-73.645Q-13.618-73.702-13.587-73.773Q-13.557-73.843-13.491-73.843L-12.295-73.940Q-12.177-73.940-12.177-73.834L-12.177-73.799L-13.464-68.649Q-13.464-68.587-13.495-68.424Q-13.526-68.262-13.526-68.200Q-13.526-67.858-13.310-67.858Q-13.192-67.858-13.086-67.987Q-12.981-68.117-12.908-68.310Q-12.836-68.504-12.783-68.717Q-12.730-68.930-12.708-69.009Q-12.700-69.040-12.675-69.064Q-12.651-69.088-12.616-69.088L-12.458-69.088Q-12.410-69.088-12.388-69.055Q-12.366-69.022-12.366-68.974Q-12.484-68.530-12.570-68.282Q-12.656-68.033-12.842-67.814Q-13.029-67.594-13.319-67.594M-11.465-68.332Q-11.465-68.526-11.403-68.684L-10.683-70.622Q-10.555-70.960-10.555-71.180Q-10.555-71.413-10.726-71.413Q-11.280-71.413-11.561-70.261Q-11.579-70.178-11.654-70.178L-11.816-70.178Q-11.904-70.178-11.904-70.297Q-11.772-70.837-11.469-71.255Q-11.166-71.672-10.709-71.672Q-10.388-71.672-10.179-71.459Q-9.971-71.246-9.971-70.934Q-9.971-70.749-10.032-70.582L-10.753-68.649Q-10.880-68.288-10.880-68.091Q-10.880-67.858-10.718-67.858Q-10.164-67.858-9.870-69.009Q-9.861-69.040-9.837-69.064Q-9.812-69.088-9.782-69.088L-9.619-69.088Q-9.575-69.088-9.553-69.055Q-9.531-69.022-9.531-68.974Q-9.667-68.429-9.968-68.011Q-10.269-67.594-10.735-67.594Q-11.039-67.594-11.252-67.807Q-11.465-68.020-11.465-68.332M-10.410-73.149Q-10.410-73.324-10.267-73.461Q-10.124-73.597-9.953-73.597Q-9.817-73.597-9.727-73.511Q-9.637-73.425-9.637-73.294Q-9.637-73.118-9.779-72.979Q-9.922-72.841-10.098-72.841Q-10.221-72.841-10.316-72.931Q-10.410-73.021-10.410-73.149M-9.303-66.381Q-9.303-66.583-9.169-66.730Q-9.035-66.878-8.837-66.878Q-8.705-66.878-8.613-66.796Q-8.520-66.715-8.520-66.579Q-8.520-66.315-8.753-66.183Q-8.547-66.113-8.099-66.113Q-7.826-66.113-7.591-66.260Q-7.356-66.407-7.195-66.636Q-7.035-66.864-6.965-67.128L-6.723-68.117Q-7.176-67.695-7.650-67.695Q-8.015-67.695-8.277-67.893Q-8.538-68.091-8.670-68.405Q-8.802-68.719-8.802-69.088Q-8.802-69.506-8.643-69.952Q-8.485-70.398-8.193-70.798Q-7.901-71.197-7.516-71.435Q-7.132-71.672-6.705-71.672Q-6.473-71.672-6.273-71.551Q-6.073-71.430-5.950-71.215Q-5.906-71.334-5.805-71.413Q-5.704-71.492-5.567-71.492Q-5.462-71.492-5.381-71.419Q-5.299-71.347-5.299-71.233L-5.299-71.149L-6.314-67.093Q-6.402-66.733-6.684-66.445Q-6.965-66.157-7.345-66.003Q-7.725-65.849-8.107-65.849Q-8.595-65.849-8.949-65.942Q-9.303-66.034-9.303-66.381M-7.628-67.954Q-7.325-67.954-7.039-68.209Q-6.754-68.464-6.552-68.785L-6.090-70.631Q-6.130-70.929-6.284-71.171Q-6.437-71.413-6.714-71.413Q-7.048-71.413-7.312-71.114Q-7.576-70.815-7.738-70.433Q-7.822-70.231-7.914-69.905Q-8.006-69.580-8.070-69.246Q-8.134-68.912-8.134-68.710Q-8.134-68.429-8.013-68.192Q-7.892-67.954-7.628-67.954M-4.873-67.858Q-4.869-67.880-4.866-67.895Q-4.864-67.910-4.864-67.937L-3.550-73.166Q-3.515-73.316-3.515-73.390Q-3.515-73.527-4.082-73.527Q-4.183-73.527-4.183-73.645Q-4.183-73.702-4.152-73.773Q-4.122-73.843-4.056-73.843L-2.860-73.940L-2.825-73.940Q-2.742-73.909-2.742-73.834L-2.742-73.799L-3.410-71.132Q-2.895-71.672-2.210-71.672Q-1.757-71.672-1.485-71.422Q-1.212-71.171-1.212-70.718Q-1.212-70.345-1.371-69.842Q-1.529-69.339-1.788-68.649Q-1.915-68.288-1.915-68.091Q-1.915-67.858-1.753-67.858Q-1.199-67.858-0.905-69.009Q-0.896-69.040-0.872-69.064Q-0.848-69.088-0.817-69.088L-0.654-69.088Q-0.615-69.088-0.588-69.051Q-0.562-69.013-0.562-68.974Q-0.694-68.442-0.999-68.018Q-1.305-67.594-1.770-67.594Q-2.074-67.594-2.287-67.807Q-2.500-68.020-2.500-68.332Q-2.500-68.530-2.434-68.684Q-2.166-69.396-1.999-69.923Q-1.832-70.450-1.832-70.846Q-1.832-71.074-1.924-71.244Q-2.017-71.413-2.227-71.413Q-3.071-71.413-3.634-70.244L-4.218-67.893Q-4.258-67.765-4.361-67.680Q-4.464-67.594-4.596-67.594Q-4.706-67.594-4.789-67.673Q-4.873-67.752-4.873-67.858M0.238-68.424Q0.238-68.508 0.273-68.684L0.919-71.259L0.084-71.259Q0.040-71.259 0.007-71.296Q-0.026-71.334-0.026-71.378Q-0.026-71.439 0.007-71.507Q0.040-71.575 0.102-71.575L0.994-71.575L1.363-73.021Q1.389-73.153 1.499-73.241Q1.609-73.329 1.741-73.329Q1.851-73.329 1.930-73.256Q2.009-73.184 2.009-73.070L2.009-72.986L1.649-71.575L2.488-71.575Q2.536-71.575 2.565-71.542Q2.593-71.509 2.593-71.466Q2.593-71.400 2.560-71.329Q2.527-71.259 2.470-71.259L1.578-71.259L0.919-68.649Q0.857-68.381 0.857-68.200Q0.857-67.858 1.082-67.858Q1.706-67.858 2.154-69.009Q2.193-69.088 2.242-69.088L2.404-69.088Q2.453-69.088 2.475-69.055Q2.497-69.022 2.497-68.974Q2.360-68.635 2.160-68.321Q1.961-68.007 1.681-67.800Q1.402-67.594 1.064-67.594Q0.704-67.594 0.471-67.827Q0.238-68.060 0.238-68.424\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M17.262-6.015v17.978\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A parse tree for &quot;a flight&quot;: the derivation NP -&gt; Det Nominal -&gt; Det Noun -&gt; a flight, drawn with the start symbol NP at the root and words at the leaves. NP immediately dominates Det and Nom.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:334.126px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 250.595 169.543\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg transform=\"translate(-2.57 3.075)\">\u003Cpath d=\"M6.275-67.576L6.275-69.655Q6.275-69.681 6.304-69.710Q6.332-69.738 6.363-69.738L6.473-69.738Q6.504-69.738 6.532-69.710Q6.561-69.681 6.561-69.655Q6.561-69.053 6.818-68.642Q7.075-68.231 7.536-68.022Q7.998-67.814 8.578-67.814Q8.912-67.814 9.184-67.989Q9.457-68.165 9.611-68.457Q9.764-68.750 9.764-69.070Q9.764-69.286 9.696-69.488Q9.628-69.690 9.510-69.855Q9.391-70.020 9.211-70.141Q9.031-70.261 8.828-70.305L7.633-70.591Q7.251-70.683 6.941-70.932Q6.631-71.180 6.453-71.542Q6.275-71.905 6.275-72.296Q6.275-72.766 6.519-73.171Q6.763-73.575 7.176-73.808Q7.589-74.041 8.064-74.041Q8.503-74.041 8.883-73.885Q9.263-73.729 9.540-73.421L9.909-74.006Q9.927-74.041 9.971-74.041L10.028-74.041Q10.059-74.041 10.087-74.012Q10.116-73.984 10.116-73.957L10.116-71.879Q10.116-71.857 10.083-71.828Q10.050-71.799 10.028-71.799L9.918-71.799Q9.896-71.799 9.863-71.828Q9.830-71.857 9.830-71.879Q9.830-72.063 9.789-72.252Q9.747-72.441 9.663-72.641Q9.580-72.841 9.477-73.015Q9.373-73.188 9.255-73.302Q9.013-73.540 8.716-73.645Q8.420-73.751 8.073-73.751Q7.769-73.751 7.492-73.599Q7.216-73.447 7.051-73.184Q6.886-72.920 6.886-72.599Q6.886-72.344 7.005-72.107Q7.123-71.870 7.325-71.712Q7.528-71.553 7.796-71.483L8.991-71.197Q9.400-71.101 9.716-70.826Q10.032-70.551 10.206-70.167Q10.380-69.782 10.380-69.369Q10.380-68.886 10.142-68.451Q9.905-68.016 9.492-67.757Q9.079-67.497 8.587-67.497Q8.090-67.497 7.631-67.651Q7.172-67.805 6.860-68.117L6.482-67.532Q6.464-67.497 6.420-67.497L6.363-67.497Q6.341-67.497 6.308-67.526Q6.275-67.554 6.275-67.576\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-69.211 28.682)\">\u003Cpath d=\"M8.235-67.695L6.086-67.695L6.086-68.011Q7.005-68.011 7.005-68.561L7.005-73.474Q6.723-73.527 6.086-73.527L6.086-73.843L7.778-73.843Q7.844-73.843 7.857-73.799L11.136-69.110L11.136-72.977Q11.136-73.527 10.217-73.527L10.217-73.843L12.366-73.843L12.366-73.527Q11.448-73.527 11.448-72.977L11.448-67.805Q11.448-67.761 11.419-67.728Q11.390-67.695 11.351-67.695L11.241-67.695Q11.175-67.695 11.162-67.739L7.317-73.241L7.317-68.561Q7.317-68.011 8.235-68.011L8.235-67.695M15.715-67.695L13.034-67.695L13.034-68.011Q13.952-68.011 13.952-68.306L13.952-73.232Q13.952-73.527 13.034-73.527L13.034-73.843L16.282-73.843Q16.778-73.843 17.288-73.645Q17.798-73.447 18.129-73.056Q18.461-72.665 18.461-72.151Q18.461-71.632 18.129-71.252Q17.798-70.872 17.292-70.679Q16.787-70.486 16.282-70.486L14.796-70.486L14.796-68.306Q14.796-68.011 15.715-68.011L15.715-67.695M14.770-73.232L14.770-70.771L16.040-70.771Q16.787-70.771 17.147-71.094Q17.508-71.417 17.508-72.151Q17.508-72.648 17.349-72.951Q17.191-73.254 16.870-73.390Q16.550-73.527 16.040-73.527L15.231-73.527Q14.981-73.527 14.875-73.478Q14.770-73.430 14.770-73.232\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M1.492-65.949-48.52-45.486\"\u002F>\u003Cg transform=\"translate(-69.865 54.29)\">\u003Cpath d=\"M8.784-67.695L6.104-67.695L6.104-68.011Q7.022-68.011 7.022-68.306L7.022-73.232Q7.022-73.527 6.104-73.527L6.104-73.843L9.351-73.843Q9.848-73.843 10.358-73.645Q10.867-73.447 11.199-73.056Q11.531-72.665 11.531-72.151Q11.531-71.632 11.199-71.252Q10.867-70.872 10.362-70.679Q9.857-70.486 9.351-70.486L7.866-70.486L7.866-68.306Q7.866-68.011 8.784-68.011L8.784-67.695M7.840-73.232L7.840-70.771L9.110-70.771Q9.857-70.771 10.217-71.094Q10.577-71.417 10.577-72.151Q10.577-72.648 10.419-72.951Q10.261-73.254 9.940-73.390Q9.619-73.527 9.110-73.527L8.301-73.527Q8.051-73.527 7.945-73.478Q7.840-73.430 7.840-73.232M14.537-67.695L12.304-67.695L12.304-68.011Q12.616-68.011 12.808-68.064Q12.999-68.117 12.999-68.306L12.999-70.754Q12.999-70.995 12.928-71.103Q12.858-71.211 12.724-71.235Q12.590-71.259 12.304-71.259L12.304-71.575L13.618-71.672L13.618-70.811Q13.781-71.202 14.049-71.437Q14.317-71.672 14.708-71.672Q14.981-71.672 15.196-71.509Q15.411-71.347 15.411-71.088Q15.411-70.912 15.293-70.793Q15.174-70.674 14.998-70.674Q14.818-70.674 14.699-70.793Q14.581-70.912 14.581-71.088Q14.581-71.303 14.735-71.413L14.717-71.413Q14.339-71.413 14.106-71.151Q13.873-70.890 13.774-70.503Q13.676-70.116 13.676-69.756L13.676-68.306Q13.676-68.117 13.933-68.064Q14.190-68.011 14.537-68.011L14.537-67.695M15.930-69.602Q15.930-70.169 16.202-70.657Q16.475-71.145 16.945-71.437Q17.415-71.729 17.982-71.729Q18.404-71.729 18.780-71.560Q19.156-71.391 19.432-71.099Q19.709-70.806 19.867-70.411Q20.026-70.015 20.026-69.602Q20.026-69.053 19.747-68.591Q19.468-68.130 19-67.862Q18.532-67.594 17.982-67.594Q17.428-67.594 16.958-67.862Q16.488-68.130 16.209-68.591Q15.930-69.053 15.930-69.602M17.982-67.884Q18.479-67.884 18.756-68.145Q19.032-68.407 19.125-68.811Q19.217-69.216 19.217-69.712Q19.217-70.187 19.118-70.576Q19.019-70.965 18.747-71.215Q18.474-71.466 17.982-71.466Q17.270-71.466 17.007-70.971Q16.743-70.477 16.743-69.712Q16.743-68.912 16.998-68.398Q17.253-67.884 17.982-67.884\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-56.835-37.313v16.058\"\u002F>\u003Cg transform=\"translate(-65.086 79.897)\">\u003Cpath d=\"M8.697-67.695L6.398-67.695Q6.302-67.695 6.302-67.814Q6.302-67.875 6.334-67.943Q6.367-68.011 6.429-68.011Q6.904-68.011 7.128-68.064Q7.255-68.112 7.325-68.341L8.552-73.258Q8.569-73.346 8.569-73.390Q8.569-73.456 8.552-73.465Q8.450-73.527 7.866-73.527Q7.761-73.527 7.761-73.645Q7.761-73.729 7.800-73.786Q7.840-73.843 7.923-73.843L10.217-73.843Q10.243-73.843 10.265-73.825Q10.287-73.808 10.301-73.781Q10.314-73.755 10.314-73.733Q10.314-73.527 10.191-73.527Q9.712-73.527 9.496-73.474Q9.347-73.421 9.299-73.193L8.073-68.279Q8.046-68.214 8.046-68.143Q8.046-68.082 8.064-68.073Q8.165-68.011 8.758-68.011Q8.802-68.011 8.831-67.974Q8.859-67.937 8.859-67.902Q8.859-67.695 8.697-67.695\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-56.835-11.705V4.352\"\u002F>\u003Cg transform=\"translate(55.98 28.682)\">\u003Cpath d=\"M9.009-67.607L6.816-73.232Q6.732-73.421 6.512-73.474Q6.293-73.527 5.941-73.527L5.941-73.843L8.407-73.843L8.407-73.527Q7.686-73.527 7.686-73.285Q7.686-73.250 7.695-73.232L9.496-68.622L11.197-72.977Q11.223-73.030 11.223-73.096Q11.223-73.254 11.122-73.349Q11.021-73.443 10.872-73.485Q10.722-73.527 10.586-73.527L10.586-73.843L12.511-73.843L12.511-73.527Q12.177-73.527 11.918-73.395Q11.658-73.263 11.540-72.977L9.444-67.607Q9.391-67.497 9.272-67.497L9.180-67.497Q9.053-67.497 9.009-67.607M15.715-67.695L13.034-67.695L13.034-68.011Q13.952-68.011 13.952-68.306L13.952-73.232Q13.952-73.527 13.034-73.527L13.034-73.843L16.282-73.843Q16.778-73.843 17.288-73.645Q17.798-73.447 18.129-73.056Q18.461-72.665 18.461-72.151Q18.461-71.632 18.129-71.252Q17.798-70.872 17.292-70.679Q16.787-70.486 16.282-70.486L14.796-70.486L14.796-68.306Q14.796-68.011 15.715-68.011L15.715-67.695M14.770-73.232L14.770-70.771L16.040-70.771Q16.787-70.771 17.147-71.094Q17.508-71.417 17.508-72.151Q17.508-72.648 17.349-72.951Q17.191-73.254 16.870-73.390Q16.550-73.527 16.040-73.527L15.231-73.527Q14.981-73.527 14.875-73.478Q14.770-73.430 14.770-73.232\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m10.03-65.949 50.012 20.463\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr9\" font-size=\"9\">\u003Cg transform=\"translate(18.934 54.34)\">\u003Cpath d=\"M9.009-67.607L6.816-73.232Q6.732-73.421 6.512-73.474Q6.293-73.527 5.941-73.527L5.941-73.843L8.407-73.843L8.407-73.527Q7.686-73.527 7.686-73.285Q7.686-73.250 7.695-73.232L9.496-68.622L11.197-72.977Q11.223-73.030 11.223-73.096Q11.223-73.254 11.122-73.349Q11.021-73.443 10.872-73.485Q10.722-73.527 10.586-73.527L10.586-73.843L12.511-73.843L12.511-73.527Q12.177-73.527 11.918-73.395Q11.658-73.263 11.540-72.977L9.444-67.607Q9.391-67.497 9.272-67.497L9.180-67.497Q9.053-67.497 9.009-67.607\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(18.934 54.34)\">\u003Cpath d=\"M14.239-67.594Q13.680-67.594 13.208-67.877Q12.736-68.161 12.461-68.638Q12.186-69.114 12.186-69.668Q12.186-70.064 12.329-70.439Q12.472-70.815 12.729-71.103Q12.986-71.391 13.344-71.560Q13.702-71.729 14.107-71.729Q14.652-71.729 15.023-71.492Q15.394-71.255 15.581-70.837Q15.768-70.420 15.768-69.883Q15.768-69.831 15.744-69.793Q15.719-69.756 15.671-69.756L12.999-69.756L12.999-69.677Q12.999-68.930 13.311-68.407Q13.623-67.884 14.322-67.884Q14.726-67.884 15.047-68.141Q15.368-68.398 15.491-68.802Q15.509-68.882 15.592-68.882L15.671-68.882Q15.711-68.882 15.739-68.851Q15.768-68.820 15.768-68.776L15.768-68.741Q15.662-68.398 15.440-68.139Q15.219-67.880 14.904-67.737Q14.590-67.594 14.239-67.594M13.008-70.007L15.122-70.007Q15.122-70.275 15.069-70.521Q15.016-70.767 14.896-70.989Q14.775-71.211 14.577-71.338Q14.379-71.466 14.107-71.466Q13.764-71.466 13.511-71.241Q13.259-71.017 13.133-70.679Q13.008-70.341 13.008-70.007M18.523-67.695L16.291-67.695L16.291-68.011Q16.603-68.011 16.794-68.064Q16.985-68.117 16.985-68.306L16.985-70.754Q16.985-70.995 16.915-71.103Q16.844-71.211 16.710-71.235Q16.576-71.259 16.291-71.259L16.291-71.575L17.605-71.672L17.605-70.811Q17.767-71.202 18.035-71.437Q18.303-71.672 18.695-71.672Q18.967-71.672 19.182-71.509Q19.398-71.347 19.398-71.088Q19.398-70.912 19.279-70.793Q19.160-70.674 18.985-70.674Q18.804-70.674 18.686-70.793Q18.567-70.912 18.567-71.088Q18.567-71.303 18.721-71.413L18.703-71.413Q18.325-71.413 18.093-71.151Q17.860-70.890 17.761-70.503Q17.662-70.116 17.662-69.756L17.662-68.306Q17.662-68.117 17.919-68.064Q18.176-68.011 18.523-68.011L18.523-67.695M20.892-67.695L20.602-67.695L20.602-73.021Q20.602-73.263 20.531-73.371Q20.461-73.478 20.327-73.502Q20.193-73.527 19.907-73.527L19.907-73.843L21.279-73.940L21.279-71.140Q21.525-71.391 21.859-71.531Q22.193-71.672 22.544-71.672Q22.944-71.672 23.307-71.509Q23.669-71.347 23.926-71.068Q24.183-70.789 24.333-70.411Q24.482-70.033 24.482-69.637Q24.482-69.075 24.205-68.609Q23.928-68.143 23.454-67.869Q22.979-67.594 22.430-67.594Q22.065-67.594 21.744-67.763Q21.424-67.932 21.204-68.227L20.892-67.695M21.305-70.727L21.305-68.596Q21.463-68.262 21.747-68.060Q22.030-67.858 22.373-67.858Q23.063-67.858 23.366-68.378Q23.669-68.899 23.669-69.637Q23.669-70.362 23.403-70.888Q23.137-71.413 22.474-71.413Q22.114-71.413 21.799-71.228Q21.485-71.044 21.305-70.727\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M61.992-37.313 40.647-21.305\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti9\" font-size=\"9\">\u003Cg transform=\"translate(16.28 79.072)\">\u003Cpath d=\"M7.695-65.950L5.976-65.950Q5.946-65.950 5.913-65.988Q5.880-66.025 5.880-66.056Q5.880-66.126 5.910-66.194Q5.941-66.262 6.003-66.262Q6.297-66.262 6.403-66.313Q6.508-66.363 6.570-66.596L7.580-70.622Q7.580-70.639 7.611-70.804Q7.642-70.969 7.642-71.070Q7.642-71.413 7.418-71.413Q7.071-71.413 6.816-70.261Q6.798-70.178 6.723-70.178L6.561-70.178Q6.473-70.178 6.473-70.297Q6.605-70.872 6.811-71.272Q7.018-71.672 7.435-71.672Q7.717-71.672 7.938-71.512Q8.160-71.351 8.226-71.079Q8.767-71.672 9.325-71.672Q9.694-71.672 9.953-71.470Q10.213-71.268 10.344-70.943Q10.476-70.617 10.476-70.253Q10.476-69.840 10.318-69.378Q10.160-68.917 9.868-68.508Q9.575-68.099 9.184-67.847Q8.793-67.594 8.354-67.594Q8.121-67.594 7.921-67.719Q7.721-67.844 7.598-68.064L7.211-66.535Q7.202-66.482 7.194-66.440Q7.185-66.399 7.185-66.372Q7.185-66.262 7.761-66.262Q7.804-66.262 7.831-66.232Q7.857-66.201 7.857-66.148Q7.857-65.950 7.695-65.950M8.371-67.858Q8.701-67.858 8.980-68.174Q9.259-68.490 9.404-68.864Q9.505-69.136 9.595-69.451Q9.685-69.765 9.749-70.090Q9.813-70.415 9.813-70.639Q9.813-70.938 9.694-71.175Q9.575-71.413 9.307-71.413Q8.995-71.413 8.714-71.160Q8.433-70.907 8.218-70.556L7.752-68.666Q7.782-68.345 7.936-68.101Q8.090-67.858 8.371-67.858M11.610-67.858Q11.610-67.910 11.619-67.937L12.296-70.622Q12.357-70.881 12.357-71.070Q12.357-71.413 12.133-71.413Q11.786-71.413 11.531-70.261Q11.513-70.178 11.439-70.178L11.276-70.178Q11.188-70.178 11.188-70.297Q11.320-70.872 11.527-71.272Q11.733-71.672 12.151-71.672Q12.441-71.672 12.658-71.507Q12.876-71.342 12.942-71.070Q13.157-71.342 13.440-71.507Q13.724-71.672 14.040-71.672Q14.383-71.672 14.667-71.520Q14.950-71.369 14.950-71.052Q14.950-70.841 14.820-70.690Q14.691-70.538 14.489-70.538Q14.357-70.538 14.262-70.624Q14.168-70.710 14.168-70.837Q14.168-70.982 14.260-71.105Q14.352-71.228 14.489-71.277Q14.322-71.413 14.023-71.413Q13.377-71.413 12.889-70.367L12.269-67.902Q12.234-67.774 12.126-67.684Q12.019-67.594 11.891-67.594Q11.777-67.594 11.694-67.669Q11.610-67.743 11.610-67.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(16.28 79.072)\">\u003Cpath d=\"M16.267-67.594Q15.836-67.594 15.535-67.820Q15.234-68.047 15.083-68.416Q14.931-68.785 14.931-69.198Q14.931-69.673 15.107-70.116Q15.282-70.560 15.595-70.914Q15.907-71.268 16.331-71.470Q16.755-71.672 17.229-71.672Q17.607-71.672 17.895-71.466Q18.183-71.259 18.183-70.890Q18.183-70.490 17.941-70.248Q17.699-70.007 17.317-69.897Q16.935-69.787 16.583-69.763Q16.232-69.738 15.779-69.738L15.744-69.738Q15.608-69.176 15.608-68.820Q15.608-68.583 15.674-68.367Q15.740-68.152 15.893-68.005Q16.047-67.858 16.284-67.858Q16.610-67.858 16.926-67.970Q17.242-68.082 17.515-68.284Q17.787-68.486 17.976-68.750Q17.998-68.785 18.047-68.785Q18.108-68.785 18.172-68.721Q18.236-68.657 18.236-68.596Q18.236-68.565 18.209-68.530Q17.884-68.077 17.357-67.836Q16.829-67.594 16.267-67.594M15.814-69.998Q16.306-69.998 16.715-70.046Q17.124-70.094 17.451-70.290Q17.779-70.486 17.779-70.899Q17.779-71.127 17.614-71.270Q17.449-71.413 17.220-71.413Q16.689-71.413 16.333-70.997Q15.977-70.582 15.814-69.998M18.381-66.227Q18.512-66.113 18.715-66.113Q18.864-66.113 18.963-66.271Q19.062-66.429 19.110-66.614Q19.251-67.115 19.380-67.754Q19.510-68.394 19.633-69.062L20.055-71.259L19.325-71.259Q19.229-71.259 19.229-71.378Q19.229-71.435 19.260-71.505Q19.290-71.575 19.352-71.575L20.116-71.575L20.226-72.169Q20.327-72.700 20.446-73.076Q20.565-73.452 20.824-73.746Q21.083-74.041 21.505-74.041Q21.694-74.041 21.876-73.973Q22.059-73.904 22.173-73.768Q22.287-73.632 22.287-73.439Q22.287-73.232 22.153-73.078Q22.019-72.924 21.822-72.924Q21.699-72.924 21.602-73.006Q21.505-73.087 21.505-73.219Q21.505-73.368 21.602-73.496Q21.699-73.623 21.839-73.663Q21.694-73.777 21.488-73.777Q21.400-73.777 21.310-73.694Q21.220-73.610 21.171-73.509Q21.088-73.267 20.886-72.160L20.767-71.575L21.650-71.575Q21.694-71.575 21.720-71.542Q21.747-71.509 21.747-71.466Q21.747-71.386 21.716-71.323Q21.685-71.259 21.619-71.259L20.714-71.259L20.288-69.053Q20.191-68.512 20.092-68.038Q19.993-67.563 19.822-67.069Q19.651-66.574 19.365-66.212Q19.079-65.849 18.697-65.849Q18.398-65.849 18.165-66.010Q17.932-66.170 17.932-66.451Q17.932-66.653 18.064-66.810Q18.196-66.966 18.398-66.966Q18.530-66.966 18.622-66.884Q18.715-66.803 18.715-66.671Q18.715-66.513 18.620-66.385Q18.526-66.258 18.381-66.227M23.342-67.594Q22.911-67.594 22.610-67.820Q22.309-68.047 22.158-68.416Q22.006-68.785 22.006-69.198Q22.006-69.673 22.182-70.116Q22.358-70.560 22.670-70.914Q22.982-71.268 23.406-71.470Q23.830-71.672 24.304-71.672Q24.682-71.672 24.970-71.466Q25.258-71.259 25.258-70.890Q25.258-70.490 25.016-70.248Q24.775-70.007 24.392-69.897Q24.010-69.787 23.658-69.763Q23.307-69.738 22.854-69.738L22.819-69.738Q22.683-69.176 22.683-68.820Q22.683-68.583 22.749-68.367Q22.815-68.152 22.969-68.005Q23.122-67.858 23.360-67.858Q23.685-67.858 24.001-67.970Q24.318-68.082 24.590-68.284Q24.863-68.486 25.052-68.750Q25.074-68.785 25.122-68.785Q25.183-68.785 25.247-68.721Q25.311-68.657 25.311-68.596Q25.311-68.565 25.284-68.530Q24.959-68.077 24.432-67.836Q23.905-67.594 23.342-67.594M22.889-69.998Q23.382-69.998 23.790-70.046Q24.199-70.094 24.526-70.290Q24.854-70.486 24.854-70.899Q24.854-71.127 24.689-71.270Q24.524-71.413 24.296-71.413Q23.764-71.413 23.408-70.997Q23.052-70.582 22.889-69.998M26.365-67.858Q26.365-67.910 26.374-67.937L27.051-70.622Q27.113-70.881 27.113-71.070Q27.113-71.413 26.888-71.413Q26.541-71.413 26.286-70.261Q26.269-70.178 26.194-70.178L26.032-70.178Q25.944-70.178 25.944-70.297Q26.075-70.872 26.282-71.272Q26.489-71.672 26.906-71.672Q27.196-71.672 27.414-71.507Q27.631-71.342 27.697-71.070Q27.912-71.342 28.196-71.507Q28.479-71.672 28.796-71.672Q29.138-71.672 29.422-71.520Q29.705-71.369 29.705-71.052Q29.705-70.841 29.576-70.690Q29.446-70.538 29.244-70.538Q29.112-70.538 29.018-70.624Q28.923-70.710 28.923-70.837Q28.923-70.982 29.015-71.105Q29.108-71.228 29.244-71.277Q29.077-71.413 28.778-71.413Q28.132-71.413 27.644-70.367L27.025-67.902Q26.990-67.774 26.882-67.684Q26.774-67.594 26.647-67.594Q26.532-67.594 26.449-67.669Q26.365-67.743 26.365-67.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M34.214-11.655V3.427\"\u002F>\u003Cg transform=\"translate(90.124 54.29)\">\u003Cpath d=\"M8.235-67.695L6.086-67.695L6.086-68.011Q7.005-68.011 7.005-68.561L7.005-73.474Q6.723-73.527 6.086-73.527L6.086-73.843L7.778-73.843Q7.844-73.843 7.857-73.799L11.136-69.110L11.136-72.977Q11.136-73.527 10.217-73.527L10.217-73.843L12.366-73.843L12.366-73.527Q11.448-73.527 11.448-72.977L11.448-67.805Q11.448-67.761 11.419-67.728Q11.390-67.695 11.351-67.695L11.241-67.695Q11.175-67.695 11.162-67.739L7.317-73.241L7.317-68.561Q7.317-68.011 8.235-68.011L8.235-67.695M15.715-67.695L13.034-67.695L13.034-68.011Q13.952-68.011 13.952-68.306L13.952-73.232Q13.952-73.527 13.034-73.527L13.034-73.843L16.282-73.843Q16.778-73.843 17.288-73.645Q17.798-73.447 18.129-73.056Q18.461-72.665 18.461-72.151Q18.461-71.632 18.129-71.252Q17.798-70.872 17.292-70.679Q16.787-70.486 16.282-70.486L14.796-70.486L14.796-68.306Q14.796-68.011 15.715-68.011L15.715-67.695M14.770-73.232L14.770-70.771L16.040-70.771Q16.787-70.771 17.147-71.094Q17.508-71.417 17.508-72.151Q17.508-72.648 17.349-72.951Q17.191-73.254 16.870-73.390Q16.550-73.527 16.040-73.527L15.231-73.527Q14.981-73.527 14.875-73.478Q14.770-73.430 14.770-73.232\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m74.722-37.313 21.413 16.058\"\u002F>\u003Cg transform=\"translate(58.053 79.897)\">\u003Cpath d=\"M9.479-67.695L6.104-67.695L6.104-68.011Q7.022-68.011 7.022-68.306L7.022-73.232Q7.022-73.527 6.104-73.527L6.104-73.843L9.479-73.843Q10.094-73.843 10.619-73.584Q11.144-73.324 11.520-72.883Q11.896-72.441 12.100-71.876Q12.304-71.312 12.304-70.710Q12.304-69.932 11.935-69.233Q11.566-68.534 10.918-68.115Q10.270-67.695 9.479-67.695M7.840-73.232L7.840-68.306Q7.840-68.112 7.945-68.062Q8.051-68.011 8.301-68.011L9.246-68.011Q9.720-68.011 10.153-68.207Q10.586-68.403 10.872-68.767Q11.166-69.132 11.272-69.613Q11.377-70.094 11.377-70.710Q11.377-71.110 11.338-71.468Q11.298-71.826 11.188-72.144Q11.078-72.463 10.872-72.736Q10.683-72.990 10.424-73.166Q10.164-73.342 9.865-73.434Q9.567-73.527 9.246-73.527L8.301-73.527Q8.051-73.527 7.945-73.478Q7.840-73.430 7.840-73.232M15.139-67.594Q14.581-67.594 14.108-67.877Q13.636-68.161 13.361-68.638Q13.087-69.114 13.087-69.668Q13.087-70.064 13.230-70.439Q13.372-70.815 13.629-71.103Q13.886-71.391 14.245-71.560Q14.603-71.729 15.007-71.729Q15.552-71.729 15.923-71.492Q16.295-71.255 16.481-70.837Q16.668-70.420 16.668-69.883Q16.668-69.831 16.644-69.793Q16.620-69.756 16.572-69.756L13.900-69.756L13.900-69.677Q13.900-68.930 14.212-68.407Q14.524-67.884 15.222-67.884Q15.627-67.884 15.948-68.141Q16.268-68.398 16.391-68.802Q16.409-68.882 16.492-68.882L16.572-68.882Q16.611-68.882 16.640-68.851Q16.668-68.820 16.668-68.776L16.668-68.741Q16.563-68.398 16.341-68.139Q16.119-67.880 15.805-67.737Q15.490-67.594 15.139-67.594M13.908-70.007L16.022-70.007Q16.022-70.275 15.969-70.521Q15.917-70.767 15.796-70.989Q15.675-71.211 15.477-71.338Q15.280-71.466 15.007-71.466Q14.664-71.466 14.412-71.241Q14.159-71.017 14.034-70.679Q13.908-70.341 13.908-70.007M17.877-68.767L17.877-71.259L17.112-71.259L17.112-71.518Q17.516-71.518 17.782-71.784Q18.048-72.050 18.169-72.450Q18.290-72.850 18.290-73.232L18.580-73.232L18.580-71.575L19.867-71.575L19.867-71.259L18.580-71.259L18.580-68.802Q18.580-68.433 18.705-68.159Q18.830-67.884 19.156-67.884Q19.454-67.884 19.593-68.178Q19.731-68.473 19.731-68.802L19.731-69.325L20.017-69.325L20.017-68.767Q20.017-68.490 19.907-68.218Q19.797-67.945 19.584-67.770Q19.371-67.594 19.090-67.594Q18.729-67.594 18.457-67.732Q18.184-67.871 18.031-68.134Q17.877-68.398 17.877-68.767\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M96.666-11.705 77.038 4.352\"\u002F>\u003Cg transform=\"translate(62.724 104.367)\">\u003Cpath d=\"M7.884-67.594Q7.339-67.594 7.035-68.020Q6.732-68.446 6.732-69.018Q6.732-69.567 7.018-70.198Q7.303-70.828 7.796-71.250Q8.288-71.672 8.859-71.672Q9.088-71.672 9.292-71.545Q9.496-71.417 9.615-71.206Q9.655-71.334 9.758-71.413Q9.861-71.492 9.993-71.492Q10.098-71.492 10.180-71.419Q10.261-71.347 10.261-71.233L10.261-71.149L9.633-68.649Q9.567-68.394 9.567-68.200Q9.567-67.858 9.782-67.858Q9.905-67.858 10.011-67.985Q10.116-68.112 10.191-68.301Q10.265-68.490 10.320-68.708Q10.375-68.925 10.397-69.009Q10.406-69.040 10.430-69.064Q10.454-69.088 10.485-69.088L10.648-69.088Q10.687-69.088 10.714-69.051Q10.740-69.013 10.740-68.974Q10.591-68.367 10.393-67.981Q10.195-67.594 9.773-67.594Q9.483-67.594 9.268-67.754Q9.053-67.915 8.973-68.192Q8.754-67.937 8.466-67.765Q8.178-67.594 7.884-67.594M7.901-67.858Q8.455-67.858 8.991-68.710L9.461-70.604Q9.426-70.925 9.277-71.169Q9.127-71.413 8.837-71.413Q8.508-71.413 8.235-71.103Q7.963-70.793 7.804-70.402Q7.730-70.217 7.629-69.862Q7.528-69.506 7.464-69.169Q7.400-68.833 7.400-68.631Q7.400-68.332 7.519-68.095Q7.637-67.858 7.901-67.858\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M71.203 13.902v17.195\"\u002F>\u003Cg transform=\"translate(118.403 79.897)\">\u003Cpath d=\"M8.235-67.695L6.086-67.695L6.086-68.011Q7.005-68.011 7.005-68.561L7.005-73.474Q6.723-73.527 6.086-73.527L6.086-73.843L7.778-73.843Q7.844-73.843 7.857-73.799L11.136-69.110L11.136-72.977Q11.136-73.527 10.217-73.527L10.217-73.843L12.366-73.843L12.366-73.527Q11.448-73.527 11.448-72.977L11.448-67.805Q11.448-67.761 11.419-67.728Q11.390-67.695 11.351-67.695L11.241-67.695Q11.175-67.695 11.162-67.739L7.317-73.241L7.317-68.561Q7.317-68.011 8.235-68.011L8.235-67.695M12.950-69.602Q12.950-70.169 13.223-70.657Q13.495-71.145 13.966-71.437Q14.436-71.729 15.003-71.729Q15.425-71.729 15.800-71.560Q16.176-71.391 16.453-71.099Q16.730-70.806 16.888-70.411Q17.046-70.015 17.046-69.602Q17.046-69.053 16.767-68.591Q16.488-68.130 16.020-67.862Q15.552-67.594 15.003-67.594Q14.449-67.594 13.979-67.862Q13.509-68.130 13.230-68.591Q12.950-69.053 12.950-69.602M15.003-67.884Q15.499-67.884 15.776-68.145Q16.053-68.407 16.145-68.811Q16.238-69.216 16.238-69.712Q16.238-70.187 16.139-70.576Q16.040-70.965 15.767-71.215Q15.495-71.466 15.003-71.466Q14.291-71.466 14.027-70.971Q13.763-70.477 13.763-69.712Q13.763-68.912 14.018-68.398Q14.273-67.884 15.003-67.884M19.696-67.695L17.609-67.695L17.609-68.011Q17.916-68.011 18.107-68.064Q18.299-68.117 18.299-68.306L18.299-70.754Q18.299-70.995 18.228-71.103Q18.158-71.211 18.024-71.235Q17.890-71.259 17.609-71.259L17.609-71.575L18.949-71.672L18.949-70.837Q19.147-71.215 19.507-71.444Q19.867-71.672 20.289-71.672Q21.335-71.672 21.520-70.863Q21.722-71.233 22.080-71.452Q22.438-71.672 22.856-71.672Q23.480-71.672 23.805-71.378Q24.130-71.083 24.130-70.459L24.130-68.306Q24.130-68.117 24.323-68.064Q24.517-68.011 24.824-68.011L24.824-67.695L22.737-67.695L22.737-68.011Q23.045-68.011 23.238-68.064Q23.431-68.117 23.431-68.306L23.431-70.424Q23.431-70.855 23.304-71.134Q23.177-71.413 22.790-71.413Q22.447-71.413 22.164-71.224Q21.880-71.035 21.724-70.723Q21.568-70.411 21.568-70.064L21.568-68.306Q21.568-68.117 21.759-68.064Q21.950-68.011 22.258-68.011L22.258-67.695L20.171-67.695L20.171-68.011Q20.483-68.011 20.674-68.064Q20.865-68.117 20.865-68.306L20.865-70.424Q20.865-70.683 20.821-70.905Q20.777-71.127 20.632-71.270Q20.487-71.413 20.228-71.413Q19.692-71.413 19.347-71.006Q19.002-70.600 19.002-70.064L19.002-68.306Q19.002-68.117 19.195-68.064Q19.388-68.011 19.696-68.011\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m108.335-11.705 19.628 16.057\"\u002F>\u003Cg transform=\"translate(92.795 105.505)\">\u003Cpath d=\"M8.235-67.695L6.086-67.695L6.086-68.011Q7.005-68.011 7.005-68.561L7.005-73.474Q6.723-73.527 6.086-73.527L6.086-73.843L7.778-73.843Q7.844-73.843 7.857-73.799L11.136-69.110L11.136-72.977Q11.136-73.527 10.217-73.527L10.217-73.843L12.366-73.843L12.366-73.527Q11.448-73.527 11.448-72.977L11.448-67.805Q11.448-67.761 11.419-67.728Q11.390-67.695 11.351-67.695L11.241-67.695Q11.175-67.695 11.162-67.739L7.317-73.241L7.317-68.561Q7.317-68.011 8.235-68.011L8.235-67.695M12.950-69.602Q12.950-70.169 13.223-70.657Q13.495-71.145 13.966-71.437Q14.436-71.729 15.003-71.729Q15.425-71.729 15.800-71.560Q16.176-71.391 16.453-71.099Q16.730-70.806 16.888-70.411Q17.046-70.015 17.046-69.602Q17.046-69.053 16.767-68.591Q16.488-68.130 16.020-67.862Q15.552-67.594 15.003-67.594Q14.449-67.594 13.979-67.862Q13.509-68.130 13.230-68.591Q12.950-69.053 12.950-69.602M15.003-67.884Q15.499-67.884 15.776-68.145Q16.053-68.407 16.145-68.811Q16.238-69.216 16.238-69.712Q16.238-70.187 16.139-70.576Q16.040-70.965 15.767-71.215Q15.495-71.466 15.003-71.466Q14.291-71.466 14.027-70.971Q13.763-70.477 13.763-69.712Q13.763-68.912 14.018-68.398Q14.273-67.884 15.003-67.884M19.696-67.695L17.609-67.695L17.609-68.011Q17.916-68.011 18.107-68.064Q18.299-68.117 18.299-68.306L18.299-70.754Q18.299-70.995 18.228-71.103Q18.158-71.211 18.024-71.235Q17.890-71.259 17.609-71.259L17.609-71.575L18.949-71.672L18.949-70.837Q19.147-71.215 19.507-71.444Q19.867-71.672 20.289-71.672Q21.335-71.672 21.520-70.863Q21.722-71.233 22.080-71.452Q22.438-71.672 22.856-71.672Q23.480-71.672 23.805-71.378Q24.130-71.083 24.130-70.459L24.130-68.306Q24.130-68.117 24.323-68.064Q24.517-68.011 24.824-68.011L24.824-67.695L22.737-67.695L22.737-68.011Q23.045-68.011 23.238-68.064Q23.431-68.117 23.431-68.306L23.431-70.424Q23.431-70.855 23.304-71.134Q23.177-71.413 22.790-71.413Q22.447-71.413 22.164-71.224Q21.880-71.035 21.724-70.723Q21.568-70.411 21.568-70.064L21.568-68.306Q21.568-68.117 21.759-68.064Q21.950-68.011 22.258-68.011L22.258-67.695L20.171-67.695L20.171-68.011Q20.483-68.011 20.674-68.064Q20.865-68.117 20.865-68.306L20.865-70.424Q20.865-70.683 20.821-70.905Q20.777-71.127 20.632-71.270Q20.487-71.413 20.228-71.413Q19.692-71.413 19.347-71.006Q19.002-70.600 19.002-70.064L19.002-68.306Q19.002-68.117 19.195-68.064Q19.388-68.011 19.696-68.011\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m129.025 13.902-16.06 16.058\"\u002F>\u003Cg transform=\"translate(91.51 131.112)\">\u003Cpath d=\"M8.235-67.695L6.086-67.695L6.086-68.011Q7.005-68.011 7.005-68.561L7.005-73.474Q6.723-73.527 6.086-73.527L6.086-73.843L7.778-73.843Q7.844-73.843 7.857-73.799L11.136-69.110L11.136-72.977Q11.136-73.527 10.217-73.527L10.217-73.843L12.366-73.843L12.366-73.527Q11.448-73.527 11.448-72.977L11.448-67.805Q11.448-67.761 11.419-67.728Q11.390-67.695 11.351-67.695L11.241-67.695Q11.175-67.695 11.162-67.739L7.317-73.241L7.317-68.561Q7.317-68.011 8.235-68.011L8.235-67.695M12.950-69.602Q12.950-70.169 13.223-70.657Q13.495-71.145 13.966-71.437Q14.436-71.729 15.003-71.729Q15.425-71.729 15.800-71.560Q16.176-71.391 16.453-71.099Q16.730-70.806 16.888-70.411Q17.046-70.015 17.046-69.602Q17.046-69.053 16.767-68.591Q16.488-68.130 16.020-67.862Q15.552-67.594 15.003-67.594Q14.449-67.594 13.979-67.862Q13.509-68.130 13.230-68.591Q12.950-69.053 12.950-69.602M15.003-67.884Q15.499-67.884 15.776-68.145Q16.053-68.407 16.145-68.811Q16.238-69.216 16.238-69.712Q16.238-70.187 16.139-70.576Q16.040-70.965 15.767-71.215Q15.495-71.466 15.003-71.466Q14.291-71.466 14.027-70.971Q13.763-70.477 13.763-69.712Q13.763-68.912 14.018-68.398Q14.273-67.884 15.003-67.884M18.299-68.767L18.299-70.754Q18.299-70.995 18.228-71.103Q18.158-71.211 18.024-71.235Q17.890-71.259 17.609-71.259L17.609-71.575L19.002-71.672L19.002-68.802Q19.002-68.424 19.048-68.238Q19.094-68.051 19.265-67.954Q19.437-67.858 19.793-67.858Q20.127-67.858 20.366-68.049Q20.606-68.240 20.731-68.543Q20.856-68.846 20.856-69.163L20.856-70.754Q20.856-70.995 20.786-71.103Q20.716-71.211 20.582-71.235Q20.448-71.259 20.162-71.259L20.162-71.575L21.559-71.672L21.559-68.512Q21.559-68.275 21.630-68.167Q21.700-68.060 21.834-68.036Q21.968-68.011 22.249-68.011L22.249-67.695L20.883-67.594L20.883-68.315Q20.716-67.989 20.410-67.792Q20.105-67.594 19.749-67.594Q19.090-67.594 18.694-67.864Q18.299-68.134 18.299-68.767M24.833-67.695L22.746-67.695L22.746-68.011Q23.053-68.011 23.245-68.064Q23.436-68.117 23.436-68.306L23.436-70.754Q23.436-70.995 23.365-71.103Q23.295-71.211 23.161-71.235Q23.027-71.259 22.746-71.259L22.746-71.575L24.086-71.672L24.086-70.837Q24.284-71.219 24.638-71.446Q24.991-71.672 25.418-71.672Q26.697-71.672 26.697-70.459L26.697-68.306Q26.697-68.117 26.888-68.064Q27.079-68.011 27.386-68.011L27.386-67.695L25.299-67.695L25.299-68.011Q25.611-68.011 25.802-68.064Q25.993-68.117 25.993-68.306L25.993-70.424Q25.993-70.683 25.949-70.905Q25.906-71.127 25.761-71.270Q25.615-71.413 25.356-71.413Q25.013-71.413 24.732-71.224Q24.451-71.035 24.295-70.723Q24.139-70.411 24.139-70.064L24.139-68.306Q24.139-68.117 24.332-68.064Q24.526-68.011 24.833-68.011\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M108.191 39.51v16.057\"\u002F>\u003Cg transform=\"translate(85.206 155.718)\">\u003Cpath d=\"M6.895-67.858Q6.895-67.910 6.904-67.937L7.580-70.622Q7.642-70.881 7.642-71.070Q7.642-71.413 7.418-71.413Q7.071-71.413 6.816-70.261Q6.798-70.178 6.723-70.178L6.561-70.178Q6.473-70.178 6.473-70.297Q6.605-70.872 6.811-71.272Q7.018-71.672 7.435-71.672Q7.747-71.672 7.974-71.485Q8.200-71.299 8.244-71Q8.503-71.312 8.839-71.492Q9.176-71.672 9.567-71.672Q9.958-71.672 10.226-71.481Q10.494-71.290 10.551-70.925Q10.806-71.268 11.160-71.470Q11.513-71.672 11.927-71.672Q12.379-71.672 12.652-71.422Q12.924-71.171 12.924-70.718Q12.924-70.345 12.766-69.842Q12.608-69.339 12.348-68.649Q12.221-68.288 12.221-68.091Q12.221-67.858 12.384-67.858Q12.937-67.858 13.232-69.009Q13.240-69.040 13.265-69.064Q13.289-69.088 13.320-69.088L13.482-69.088Q13.531-69.088 13.553-69.055Q13.574-69.022 13.574-68.974Q13.443-68.442 13.137-68.018Q12.832-67.594 12.366-67.594Q12.063-67.594 11.850-67.807Q11.636-68.020 11.636-68.332Q11.636-68.530 11.702-68.684Q11.970-69.396 12.137-69.923Q12.304-70.450 12.304-70.846Q12.304-71.074 12.212-71.244Q12.120-71.413 11.909-71.413Q11.065-71.413 10.503-70.244Q10.503-70.231 10.501-70.220Q10.498-70.209 10.494-70.195L9.918-67.902Q9.883-67.770 9.778-67.682Q9.672-67.594 9.540-67.594Q9.426-67.594 9.345-67.671Q9.263-67.748 9.263-67.858Q9.263-67.910 9.272-67.937L9.848-70.235Q9.931-70.565 9.945-70.846Q9.945-71.088 9.857-71.250Q9.769-71.413 9.549-71.413Q8.701-71.413 8.138-70.244L7.554-67.902Q7.519-67.774 7.411-67.684Q7.303-67.594 7.176-67.594Q7.062-67.594 6.978-67.669Q6.895-67.743 6.895-67.858M15.671-67.594Q15.258-67.594 14.941-67.798Q14.625-68.003 14.458-68.348Q14.291-68.693 14.291-69.097Q14.291-69.699 14.618-70.299Q14.946-70.899 15.490-71.285Q16.035-71.672 16.642-71.672Q16.949-71.672 17.209-71.553Q17.468-71.435 17.646-71.228Q17.824-71.022 17.921-70.754Q18.017-70.486 18.017-70.169Q18.017-69.721 17.835-69.273Q17.653-68.824 17.321-68.435Q16.989-68.047 16.558-67.820Q16.128-67.594 15.671-67.594M15.688-67.858Q16.071-67.858 16.383-68.130Q16.695-68.403 16.901-68.827Q17.108-69.251 17.215-69.712Q17.323-70.174 17.323-70.512Q17.323-70.745 17.248-70.949Q17.174-71.153 17.013-71.283Q16.853-71.413 16.624-71.413Q16.119-71.413 15.745-70.958Q15.372-70.503 15.178-69.866Q14.985-69.229 14.985-68.758Q14.985-68.526 15.060-68.319Q15.135-68.112 15.288-67.985Q15.442-67.858 15.688-67.858M19.160-67.858Q19.160-67.910 19.169-67.937L19.845-70.622Q19.907-70.881 19.907-71.070Q19.907-71.413 19.683-71.413Q19.336-71.413 19.081-70.261Q19.063-70.178 18.989-70.178L18.826-70.178Q18.738-70.178 18.738-70.297Q18.870-70.872 19.076-71.272Q19.283-71.672 19.700-71.672Q19.990-71.672 20.208-71.507Q20.426-71.342 20.491-71.070Q20.707-71.342 20.990-71.507Q21.274-71.672 21.590-71.672Q21.933-71.672 22.216-71.520Q22.500-71.369 22.500-71.052Q22.500-70.841 22.370-70.690Q22.240-70.538 22.038-70.538Q21.907-70.538 21.812-70.624Q21.718-70.710 21.718-70.837Q21.718-70.982 21.810-71.105Q21.902-71.228 22.038-71.277Q21.871-71.413 21.573-71.413Q20.927-71.413 20.439-70.367L19.819-67.902Q19.784-67.774 19.676-67.684Q19.569-67.594 19.441-67.594Q19.327-67.594 19.243-67.669Q19.160-67.743 19.160-67.858M23.049-67.858Q23.049-67.910 23.058-67.937L23.735-70.622Q23.796-70.881 23.796-71.070Q23.796-71.413 23.572-71.413Q23.225-71.413 22.970-70.261Q22.952-70.178 22.878-70.178L22.715-70.178Q22.627-70.178 22.627-70.297Q22.759-70.872 22.966-71.272Q23.172-71.672 23.590-71.672Q23.902-71.672 24.126-71.490Q24.350-71.307 24.398-71.008Q24.961-71.672 25.712-71.672Q26.169-71.672 26.442-71.422Q26.714-71.171 26.714-70.718Q26.714-70.345 26.556-69.842Q26.398-69.339 26.138-68.649Q26.011-68.310 26.011-68.091Q26.011-67.858 26.174-67.858Q26.736-67.858 27.017-69.009Q27.026-69.040 27.050-69.064Q27.074-69.088 27.110-69.088L27.272-69.088Q27.316-69.088 27.338-69.055Q27.360-69.022 27.360-68.974Q27.228-68.442 26.923-68.018Q26.617-67.594 26.156-67.594Q25.848-67.594 25.637-67.809Q25.427-68.025 25.427-68.332Q25.427-68.526 25.488-68.684Q25.756-69.396 25.923-69.923Q26.090-70.450 26.090-70.846Q26.090-71.088 26.002-71.250Q25.914-71.413 25.695-71.413Q24.860-71.413 24.293-70.253L23.708-67.902Q23.673-67.774 23.565-67.684Q23.458-67.594 23.330-67.594Q23.216-67.594 23.133-67.669Q23.049-67.743 23.049-67.858M28.261-68.332Q28.261-68.526 28.323-68.684L29.043-70.622Q29.171-70.960 29.171-71.180Q29.171-71.413 28.999-71.413Q28.446-71.413 28.164-70.261Q28.147-70.178 28.072-70.178L27.909-70.178Q27.822-70.178 27.822-70.297Q27.953-70.837 28.257-71.255Q28.560-71.672 29.017-71.672Q29.338-71.672 29.546-71.459Q29.755-71.246 29.755-70.934Q29.755-70.749 29.694-70.582L28.973-68.649Q28.845-68.288 28.845-68.091Q28.845-67.858 29.008-67.858Q29.562-67.858 29.856-69.009Q29.865-69.040 29.889-69.064Q29.913-69.088 29.944-69.088L30.107-69.088Q30.151-69.088 30.173-69.055Q30.195-69.022 30.195-68.974Q30.058-68.429 29.757-68.011Q29.456-67.594 28.990-67.594Q28.687-67.594 28.474-67.807Q28.261-68.020 28.261-68.332M29.316-73.149Q29.316-73.324 29.459-73.461Q29.601-73.597 29.773-73.597Q29.909-73.597 29.999-73.511Q30.089-73.425 30.089-73.294Q30.089-73.118 29.946-72.979Q29.803-72.841 29.628-72.841Q29.505-72.841 29.410-72.931Q29.316-73.021 29.316-73.149M31.069-67.858Q31.069-67.910 31.078-67.937L31.755-70.622Q31.816-70.881 31.816-71.070Q31.816-71.413 31.592-71.413Q31.245-71.413 30.990-70.261Q30.972-70.178 30.898-70.178L30.735-70.178Q30.647-70.178 30.647-70.297Q30.779-70.872 30.986-71.272Q31.192-71.672 31.610-71.672Q31.922-71.672 32.146-71.490Q32.370-71.307 32.418-71.008Q32.981-71.672 33.732-71.672Q34.189-71.672 34.462-71.422Q34.734-71.171 34.734-70.718Q34.734-70.345 34.576-69.842Q34.418-69.339 34.158-68.649Q34.031-68.310 34.031-68.091Q34.031-67.858 34.194-67.858Q34.756-67.858 35.037-69.009Q35.046-69.040 35.070-69.064Q35.094-69.088 35.130-69.088L35.292-69.088Q35.336-69.088 35.358-69.055Q35.380-69.022 35.380-68.974Q35.248-68.442 34.943-68.018Q34.637-67.594 34.176-67.594Q33.868-67.594 33.657-67.809Q33.447-68.025 33.447-68.332Q33.447-68.526 33.508-68.684Q33.776-69.396 33.943-69.923Q34.110-70.450 34.110-70.846Q34.110-71.088 34.022-71.250Q33.934-71.413 33.715-71.413Q32.880-71.413 32.313-70.253L31.728-67.902Q31.693-67.774 31.585-67.684Q31.478-67.594 31.350-67.594Q31.236-67.594 31.153-67.669Q31.069-67.743 31.069-67.858M35.617-66.381Q35.617-66.583 35.751-66.730Q35.886-66.878 36.083-66.878Q36.215-66.878 36.307-66.796Q36.400-66.715 36.400-66.579Q36.400-66.315 36.167-66.183Q36.373-66.113 36.822-66.113Q37.094-66.113 37.329-66.260Q37.564-66.407 37.725-66.636Q37.885-66.864 37.955-67.128L38.197-68.117Q37.744-67.695 37.270-67.695Q36.905-67.695 36.644-67.893Q36.382-68.091 36.250-68.405Q36.118-68.719 36.118-69.088Q36.118-69.506 36.277-69.952Q36.435-70.398 36.727-70.798Q37.019-71.197 37.404-71.435Q37.788-71.672 38.215-71.672Q38.448-71.672 38.647-71.551Q38.847-71.430 38.970-71.215Q39.014-71.334 39.115-71.413Q39.217-71.492 39.353-71.492Q39.458-71.492 39.540-71.419Q39.621-71.347 39.621-71.233L39.621-71.149L38.606-67.093Q38.518-66.733 38.237-66.445Q37.955-66.157 37.575-66.003Q37.195-65.849 36.813-65.849Q36.325-65.849 35.971-65.942Q35.617-66.034 35.617-66.381M37.292-67.954Q37.595-67.954 37.881-68.209Q38.166-68.464 38.368-68.785L38.830-70.631Q38.790-70.929 38.636-71.171Q38.483-71.413 38.206-71.413Q37.872-71.413 37.608-71.114Q37.344-70.815 37.182-70.433Q37.098-70.231 37.006-69.905Q36.914-69.580 36.850-69.246Q36.786-68.912 36.786-68.710Q36.786-68.429 36.907-68.192Q37.028-67.954 37.292-67.954\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M108.191 65.117v15.31\"\u002F>\u003Cg transform=\"translate(142.726 105.505)\">\u003Cpath d=\"M8.235-67.695L6.086-67.695L6.086-68.011Q7.005-68.011 7.005-68.561L7.005-73.474Q6.723-73.527 6.086-73.527L6.086-73.843L7.778-73.843Q7.844-73.843 7.857-73.799L11.136-69.110L11.136-72.977Q11.136-73.527 10.217-73.527L10.217-73.843L12.366-73.843L12.366-73.527Q11.448-73.527 11.448-72.977L11.448-67.805Q11.448-67.761 11.419-67.728Q11.390-67.695 11.351-67.695L11.241-67.695Q11.175-67.695 11.162-67.739L7.317-73.241L7.317-68.561Q7.317-68.011 8.235-68.011L8.235-67.695M12.950-69.602Q12.950-70.169 13.223-70.657Q13.495-71.145 13.966-71.437Q14.436-71.729 15.003-71.729Q15.425-71.729 15.800-71.560Q16.176-71.391 16.453-71.099Q16.730-70.806 16.888-70.411Q17.046-70.015 17.046-69.602Q17.046-69.053 16.767-68.591Q16.488-68.130 16.020-67.862Q15.552-67.594 15.003-67.594Q14.449-67.594 13.979-67.862Q13.509-68.130 13.230-68.591Q12.950-69.053 12.950-69.602M15.003-67.884Q15.499-67.884 15.776-68.145Q16.053-68.407 16.145-68.811Q16.238-69.216 16.238-69.712Q16.238-70.187 16.139-70.576Q16.040-70.965 15.767-71.215Q15.495-71.466 15.003-71.466Q14.291-71.466 14.027-70.971Q13.763-70.477 13.763-69.712Q13.763-68.912 14.018-68.398Q14.273-67.884 15.003-67.884M18.299-68.767L18.299-70.754Q18.299-70.995 18.228-71.103Q18.158-71.211 18.024-71.235Q17.890-71.259 17.609-71.259L17.609-71.575L19.002-71.672L19.002-68.802Q19.002-68.424 19.048-68.238Q19.094-68.051 19.265-67.954Q19.437-67.858 19.793-67.858Q20.127-67.858 20.366-68.049Q20.606-68.240 20.731-68.543Q20.856-68.846 20.856-69.163L20.856-70.754Q20.856-70.995 20.786-71.103Q20.716-71.211 20.582-71.235Q20.448-71.259 20.162-71.259L20.162-71.575L21.559-71.672L21.559-68.512Q21.559-68.275 21.630-68.167Q21.700-68.060 21.834-68.036Q21.968-68.011 22.249-68.011L22.249-67.695L20.883-67.594L20.883-68.315Q20.716-67.989 20.410-67.792Q20.105-67.594 19.749-67.594Q19.090-67.594 18.694-67.864Q18.299-68.134 18.299-68.767M24.833-67.695L22.746-67.695L22.746-68.011Q23.053-68.011 23.245-68.064Q23.436-68.117 23.436-68.306L23.436-70.754Q23.436-70.995 23.365-71.103Q23.295-71.211 23.161-71.235Q23.027-71.259 22.746-71.259L22.746-71.575L24.086-71.672L24.086-70.837Q24.284-71.219 24.638-71.446Q24.991-71.672 25.418-71.672Q26.697-71.672 26.697-70.459L26.697-68.306Q26.697-68.117 26.888-68.064Q27.079-68.011 27.386-68.011L27.386-67.695L25.299-67.695L25.299-68.011Q25.611-68.011 25.802-68.064Q25.993-68.117 25.993-68.306L25.993-70.424Q25.993-70.683 25.949-70.905Q25.906-71.127 25.761-71.270Q25.615-71.413 25.356-71.413Q25.013-71.413 24.732-71.224Q24.451-71.035 24.295-70.723Q24.139-70.411 24.139-70.064L24.139-68.306Q24.139-68.117 24.332-68.064Q24.526-68.011 24.833-68.011\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m138.573 13.902 16.059 16.058\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti9\" font-size=\"9\">\u003Cg transform=\"translate(142.226 130.287)\">\u003Cpath d=\"M5.985-66.227Q6.117-66.113 6.319-66.113Q6.469-66.113 6.567-66.271Q6.666-66.429 6.715-66.614Q6.855-67.115 6.985-67.754Q7.115-68.394 7.238-69.062L7.659-71.259L6.930-71.259Q6.833-71.259 6.833-71.378Q6.833-71.435 6.864-71.505Q6.895-71.575 6.956-71.575L7.721-71.575L7.831-72.169Q7.932-72.700 8.051-73.076Q8.169-73.452 8.428-73.746Q8.688-74.041 9.110-74.041Q9.299-74.041 9.481-73.973Q9.663-73.904 9.778-73.768Q9.892-73.632 9.892-73.439Q9.892-73.232 9.758-73.078Q9.624-72.924 9.426-72.924Q9.303-72.924 9.206-73.006Q9.110-73.087 9.110-73.219Q9.110-73.368 9.206-73.496Q9.303-73.623 9.444-73.663Q9.299-73.777 9.092-73.777Q9.004-73.777 8.914-73.694Q8.824-73.610 8.776-73.509Q8.692-73.267 8.490-72.160L8.371-71.575L9.255-71.575Q9.299-71.575 9.325-71.542Q9.351-71.509 9.351-71.466Q9.351-71.386 9.321-71.323Q9.290-71.259 9.224-71.259L8.319-71.259L7.892-69.053Q7.796-68.512 7.697-68.038Q7.598-67.563 7.427-67.069Q7.255-66.574 6.969-66.212Q6.684-65.849 6.302-65.849Q6.003-65.849 5.770-66.010Q5.537-66.170 5.537-66.451Q5.537-66.653 5.669-66.810Q5.801-66.966 6.003-66.966Q6.135-66.966 6.227-66.884Q6.319-66.803 6.319-66.671Q6.319-66.513 6.225-66.385Q6.130-66.258 5.985-66.227\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(142.226 130.287)\">\u003Cpath d=\"M12.168-67.594Q11.803-67.594 11.570-67.827Q11.337-68.060 11.337-68.424Q11.337-68.591 11.377-68.693L12.502-73.166Q12.537-73.316 12.537-73.390Q12.537-73.527 11.970-73.527Q11.869-73.527 11.869-73.645Q11.869-73.702 11.900-73.773Q11.930-73.843 11.996-73.843L13.192-73.940Q13.310-73.940 13.310-73.834L13.310-73.799L12.023-68.649Q12.023-68.587 11.992-68.424Q11.961-68.262 11.961-68.200Q11.961-67.858 12.177-67.858Q12.295-67.858 12.401-67.987Q12.506-68.117 12.579-68.310Q12.651-68.504 12.704-68.717Q12.757-68.930 12.779-69.009Q12.787-69.040 12.812-69.064Q12.836-69.088 12.871-69.088L13.029-69.088Q13.077-69.088 13.099-69.055Q13.121-69.022 13.121-68.974Q13.003-68.530 12.917-68.282Q12.831-68.033 12.645-67.814Q12.458-67.594 12.168-67.594M14.022-68.332Q14.022-68.526 14.084-68.684L14.804-70.622Q14.932-70.960 14.932-71.180Q14.932-71.413 14.761-71.413Q14.207-71.413 13.926-70.261Q13.908-70.178 13.833-70.178L13.671-70.178Q13.583-70.178 13.583-70.297Q13.715-70.837 14.018-71.255Q14.321-71.672 14.778-71.672Q15.099-71.672 15.308-71.459Q15.516-71.246 15.516-70.934Q15.516-70.749 15.455-70.582L14.734-68.649Q14.607-68.288 14.607-68.091Q14.607-67.858 14.769-67.858Q15.323-67.858 15.617-69.009Q15.626-69.040 15.650-69.064Q15.675-69.088 15.705-69.088L15.868-69.088Q15.912-69.088 15.934-69.055Q15.956-69.022 15.956-68.974Q15.820-68.429 15.519-68.011Q15.218-67.594 14.752-67.594Q14.448-67.594 14.235-67.807Q14.022-68.020 14.022-68.332M15.077-73.149Q15.077-73.324 15.220-73.461Q15.363-73.597 15.534-73.597Q15.670-73.597 15.760-73.511Q15.850-73.425 15.850-73.294Q15.850-73.118 15.708-72.979Q15.565-72.841 15.389-72.841Q15.266-72.841 15.171-72.931Q15.077-73.021 15.077-73.149M16.184-66.381Q16.184-66.583 16.318-66.730Q16.452-66.878 16.650-66.878Q16.782-66.878 16.874-66.796Q16.967-66.715 16.967-66.579Q16.967-66.315 16.734-66.183Q16.940-66.113 17.388-66.113Q17.661-66.113 17.896-66.260Q18.131-66.407 18.292-66.636Q18.452-66.864 18.522-67.128L18.764-68.117Q18.311-67.695 17.837-67.695Q17.472-67.695 17.210-67.893Q16.949-68.091 16.817-68.405Q16.685-68.719 16.685-69.088Q16.685-69.506 16.844-69.952Q17.002-70.398 17.294-70.798Q17.586-71.197 17.971-71.435Q18.355-71.672 18.782-71.672Q19.014-71.672 19.214-71.551Q19.414-71.430 19.537-71.215Q19.581-71.334 19.682-71.413Q19.783-71.492 19.920-71.492Q20.025-71.492 20.106-71.419Q20.188-71.347 20.188-71.233L20.188-71.149L19.173-67.093Q19.085-66.733 18.803-66.445Q18.522-66.157 18.142-66.003Q17.762-65.849 17.380-65.849Q16.892-65.849 16.538-65.942Q16.184-66.034 16.184-66.381M17.859-67.954Q18.162-67.954 18.448-68.209Q18.733-68.464 18.935-68.785L19.397-70.631Q19.357-70.929 19.203-71.171Q19.050-71.413 18.773-71.413Q18.439-71.413 18.175-71.114Q17.911-70.815 17.749-70.433Q17.665-70.231 17.573-69.905Q17.481-69.580 17.417-69.246Q17.353-68.912 17.353-68.710Q17.353-68.429 17.474-68.192Q17.595-67.954 17.859-67.954M20.614-67.858Q20.618-67.880 20.621-67.895Q20.623-67.910 20.623-67.937L21.937-73.166Q21.972-73.316 21.972-73.390Q21.972-73.527 21.405-73.527Q21.304-73.527 21.304-73.645Q21.304-73.702 21.335-73.773Q21.365-73.843 21.431-73.843L22.627-73.940L22.662-73.940Q22.745-73.909 22.745-73.834L22.745-73.799L22.077-71.132Q22.592-71.672 23.277-71.672Q23.730-71.672 24.002-71.422Q24.275-71.171 24.275-70.718Q24.275-70.345 24.116-69.842Q23.958-69.339 23.699-68.649Q23.572-68.288 23.572-68.091Q23.572-67.858 23.734-67.858Q24.288-67.858 24.582-69.009Q24.591-69.040 24.615-69.064Q24.639-69.088 24.670-69.088L24.833-69.088Q24.872-69.088 24.899-69.051Q24.925-69.013 24.925-68.974Q24.793-68.442 24.488-68.018Q24.182-67.594 23.717-67.594Q23.413-67.594 23.200-67.807Q22.987-68.020 22.987-68.332Q22.987-68.530 23.053-68.684Q23.321-69.396 23.488-69.923Q23.655-70.450 23.655-70.846Q23.655-71.074 23.563-71.244Q23.470-71.413 23.260-71.413Q22.416-71.413 21.853-70.244L21.269-67.893Q21.229-67.765 21.126-67.680Q21.023-67.594 20.891-67.594Q20.781-67.594 20.698-67.673Q20.614-67.752 20.614-67.858M25.725-68.424Q25.725-68.508 25.760-68.684L26.406-71.259L25.571-71.259Q25.527-71.259 25.494-71.296Q25.461-71.334 25.461-71.378Q25.461-71.439 25.494-71.507Q25.527-71.575 25.589-71.575L26.481-71.575L26.850-73.021Q26.876-73.153 26.986-73.241Q27.096-73.329 27.228-73.329Q27.338-73.329 27.417-73.256Q27.496-73.184 27.496-73.070L27.496-72.986L27.136-71.575L27.975-71.575Q28.023-71.575 28.052-71.542Q28.080-71.509 28.080-71.466Q28.080-71.400 28.047-71.329Q28.014-71.259 27.957-71.259L27.065-71.259L26.406-68.649Q26.344-68.381 26.344-68.200Q26.344-67.858 26.569-67.858Q27.193-67.858 27.641-69.009Q27.680-69.088 27.729-69.088L27.891-69.088Q27.940-69.088 27.962-69.055Q27.984-69.022 27.984-68.974Q27.847-68.635 27.647-68.321Q27.448-68.007 27.168-67.800Q26.889-67.594 26.551-67.594Q26.191-67.594 25.958-67.827Q25.725-68.060 25.725-68.424\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M159.406 39.51v15.132\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Parse tree for &quot;I prefer a morning flight&quot; under the grammar L0. The top rule is S -&gt; NP VP; the recursive rule Nominal -&gt; Nominal Noun stacks &quot;morning&quot; onto &quot;flight&quot;.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:379.833px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 284.875 136.013\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg transform=\"translate(-2.361 2.733)\">\u003Cpath d=\"M66.457-68.059L66.457-69.864Q66.457-69.891 66.488-69.922Q66.519-69.953 66.543-69.953L66.648-69.953Q66.679-69.953 66.709-69.924Q66.738-69.895 66.738-69.864Q66.738-69.082 67.254-68.674Q67.769-68.266 68.578-68.266Q68.875-68.266 69.130-68.416Q69.386-68.567 69.537-68.823Q69.687-69.078 69.687-69.375Q69.687-69.774 69.441-70.078Q69.195-70.383 68.824-70.465L67.703-70.723Q67.363-70.797 67.076-71.018Q66.789-71.239 66.623-71.557Q66.457-71.875 66.457-72.227Q66.457-72.657 66.687-73.012Q66.918-73.367 67.298-73.569Q67.679-73.770 68.105-73.770Q68.355-73.770 68.601-73.711Q68.847-73.653 69.066-73.530Q69.285-73.407 69.449-73.227L69.777-73.723Q69.808-73.770 69.847-73.770L69.894-73.770Q69.921-73.770 69.953-73.739Q69.984-73.707 69.984-73.680L69.984-71.871Q69.984-71.848 69.953-71.817Q69.921-71.785 69.894-71.785L69.793-71.785Q69.761-71.785 69.732-71.815Q69.703-71.844 69.703-71.871Q69.703-72.004 69.660-72.190Q69.617-72.375 69.552-72.530Q69.488-72.684 69.388-72.842Q69.289-73 69.199-73.090Q68.769-73.496 68.105-73.496Q67.828-73.496 67.568-73.364Q67.308-73.231 67.150-72.996Q66.992-72.762 66.992-72.481Q66.992-72.125 67.232-71.854Q67.472-71.582 67.839-71.496L68.953-71.242Q69.230-71.176 69.463-71.022Q69.695-70.867 69.865-70.649Q70.035-70.430 70.129-70.172Q70.222-69.914 70.222-69.625Q70.222-69.297 70.097-68.994Q69.972-68.692 69.738-68.455Q69.504-68.219 69.211-68.094Q68.918-67.969 68.578-67.969Q67.562-67.969 66.992-68.512L66.664-68.016Q66.632-67.969 66.593-67.969L66.543-67.969Q66.519-67.969 66.488-68Q66.457-68.032 66.457-68.059\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-71.947 26.918)\">\u003Cpath d=\"M68.242-68.137L66.320-68.137L66.320-68.434Q67.129-68.434 67.129-68.914L67.129-73.258Q66.871-73.305 66.320-73.305L66.320-73.602L67.816-73.602Q67.875-73.582 67.886-73.571L70.894-69.383L70.894-72.825Q70.894-73.305 70.089-73.305L70.089-73.602L72.007-73.602L72.007-73.305Q71.199-73.305 71.199-72.825L71.199-68.242Q71.179-68.157 71.105-68.137L71-68.137Q70.945-68.149 70.929-68.176L67.433-73.032L67.433-68.914Q67.433-68.434 68.242-68.434L68.242-68.137M75.078-68.137L72.695-68.137L72.695-68.434Q73.019-68.434 73.261-68.481Q73.504-68.528 73.504-68.696L73.504-73.039Q73.504-73.211 73.261-73.258Q73.019-73.305 72.695-73.305L72.695-73.602L75.640-73.602Q75.984-73.602 76.339-73.502Q76.695-73.403 76.990-73.211Q77.285-73.020 77.466-72.735Q77.648-72.450 77.648-72.090Q77.648-71.617 77.338-71.282Q77.027-70.946 76.562-70.774Q76.097-70.602 75.640-70.602L74.273-70.602L74.273-68.696Q74.273-68.528 74.515-68.481Q74.757-68.434 75.078-68.434L75.078-68.137M74.246-73.039L74.246-70.871L75.421-70.871Q76.109-70.871 76.447-71.147Q76.785-71.422 76.785-72.090Q76.785-72.754 76.447-73.030Q76.109-73.305 75.421-73.305L74.648-73.305Q74.429-73.305 74.338-73.262Q74.246-73.219 74.246-73.039M80.472-69.586L78.218-69.586L78.218-70.137L80.472-70.137L80.472-69.586M81.425-68.059L81.425-69.864Q81.425-69.891 81.457-69.922Q81.488-69.953 81.511-69.953L81.617-69.953Q81.648-69.953 81.677-69.924Q81.707-69.895 81.707-69.864Q81.707-69.082 82.222-68.674Q82.738-68.266 83.546-68.266Q83.843-68.266 84.099-68.416Q84.355-68.567 84.505-68.823Q84.656-69.078 84.656-69.375Q84.656-69.774 84.410-70.078Q84.164-70.383 83.793-70.465L82.671-70.723Q82.332-70.797 82.045-71.018Q81.757-71.239 81.591-71.557Q81.425-71.875 81.425-72.227Q81.425-72.657 81.656-73.012Q81.886-73.367 82.267-73.569Q82.648-73.770 83.074-73.770Q83.324-73.770 83.570-73.711Q83.816-73.653 84.035-73.530Q84.254-73.407 84.418-73.227L84.746-73.723Q84.777-73.770 84.816-73.770L84.863-73.770Q84.890-73.770 84.921-73.739Q84.953-73.707 84.953-73.680L84.953-71.871Q84.953-71.848 84.921-71.817Q84.890-71.785 84.863-71.785L84.761-71.785Q84.730-71.785 84.701-71.815Q84.671-71.844 84.671-71.871Q84.671-72.004 84.629-72.190Q84.586-72.375 84.521-72.530Q84.457-72.684 84.357-72.842Q84.257-73 84.168-73.090Q83.738-73.496 83.074-73.496Q82.796-73.496 82.537-73.364Q82.277-73.231 82.119-72.996Q81.961-72.762 81.961-72.481Q81.961-72.125 82.201-71.854Q82.441-71.582 82.808-71.496L83.921-71.242Q84.199-71.176 84.431-71.022Q84.664-70.867 84.834-70.649Q85.004-70.430 85.097-70.172Q85.191-69.914 85.191-69.625Q85.191-69.297 85.066-68.994Q84.941-68.692 84.707-68.455Q84.472-68.219 84.179-68.094Q83.886-67.969 83.546-67.969Q82.531-67.969 81.961-68.512L81.632-68.016Q81.601-67.969 81.562-67.969L81.511-67.969Q81.488-67.969 81.457-68Q81.425-68.032 81.425-68.059M89.320-68.137L86.039-68.137L86.039-68.434Q86.363-68.434 86.605-68.481Q86.847-68.528 86.847-68.696L86.847-73.039Q86.847-73.211 86.605-73.258Q86.363-73.305 86.039-73.305L86.039-73.602L89.086-73.602Q89.511-73.602 89.945-73.448Q90.379-73.293 90.673-72.985Q90.968-72.676 90.968-72.242Q90.968-71.989 90.843-71.772Q90.718-71.555 90.517-71.399Q90.316-71.242 90.084-71.143Q89.851-71.043 89.593-70.992Q89.968-70.957 90.347-70.780Q90.726-70.602 90.966-70.303Q91.207-70.004 91.207-69.610Q91.207-69.157 90.923-68.823Q90.640-68.489 90.205-68.313Q89.769-68.137 89.320-68.137M87.558-70.848L87.558-68.696Q87.558-68.524 87.650-68.479Q87.742-68.434 87.961-68.434L89.086-68.434Q89.324-68.434 89.558-68.522Q89.793-68.610 89.978-68.770Q90.164-68.930 90.265-69.143Q90.367-69.356 90.367-69.610Q90.367-69.930 90.214-70.215Q90.062-70.500 89.793-70.674Q89.523-70.848 89.207-70.848L87.558-70.848M87.558-73.039L87.558-71.106L88.847-71.106Q89.089-71.106 89.328-71.188Q89.566-71.270 89.750-71.416Q89.933-71.563 90.046-71.780Q90.160-71.996 90.160-72.242Q90.160-72.453 90.074-72.655Q89.988-72.856 89.841-72.998Q89.695-73.141 89.500-73.223Q89.304-73.305 89.086-73.305L87.961-73.305Q87.742-73.305 87.650-73.262Q87.558-73.219 87.558-73.039M92.535-68.594Q92.851-68.227 93.414-68.227Q93.668-68.227 93.857-68.389Q94.046-68.551 94.142-68.801Q94.238-69.051 94.238-69.297L94.238-73.039Q94.238-73.305 93.191-73.305L93.191-73.602L95.589-73.602L95.589-73.305Q95.316-73.305 95.150-73.258Q94.984-73.211 94.984-73.039L94.984-69.274Q94.984-68.879 94.752-68.582Q94.519-68.285 94.154-68.127Q93.789-67.969 93.414-67.969Q93.101-67.969 92.785-68.096Q92.468-68.223 92.269-68.469Q92.070-68.715 92.070-69.047Q92.070-69.239 92.203-69.371Q92.336-69.504 92.527-69.504Q92.652-69.504 92.757-69.444Q92.863-69.383 92.923-69.278Q92.984-69.172 92.984-69.047Q92.984-68.864 92.857-68.729Q92.730-68.594 92.535-68.594\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M62.023-66.455 19.27-48.285\"\u002F>\u003Cg transform=\"translate(-127.238 51.103)\">\u003Cpath d=\"M69.398-68.137L66.336-68.137L66.336-68.434Q66.660-68.434 66.902-68.481Q67.144-68.528 67.144-68.696L67.144-73.039Q67.144-73.211 66.902-73.258Q66.660-73.305 66.336-73.305L66.336-73.602L69.398-73.602Q69.949-73.602 70.427-73.375Q70.906-73.149 71.259-72.754Q71.613-72.360 71.802-71.860Q71.992-71.360 71.992-70.817Q71.992-70.110 71.648-69.492Q71.304-68.875 70.709-68.506Q70.113-68.137 69.398-68.137M67.886-73.039L67.886-68.696Q67.886-68.524 67.978-68.479Q68.070-68.434 68.289-68.434L69.183-68.434Q69.629-68.434 70.021-68.604Q70.414-68.774 70.685-69.098Q70.957-69.422 71.054-69.842Q71.152-70.262 71.152-70.817Q71.152-71.172 71.115-71.485Q71.078-71.797 70.972-72.092Q70.867-72.387 70.687-72.610Q70.504-72.844 70.265-72.994Q70.027-73.145 69.746-73.225Q69.464-73.305 69.183-73.305L68.289-73.305Q68.070-73.305 67.978-73.262Q67.886-73.219 67.886-73.039M77.058-68.137L74.015-68.137L74.015-68.434Q74.777-68.434 74.961-68.473Q75.004-68.485 75.052-68.518Q75.101-68.551 75.127-68.594Q75.152-68.637 75.152-68.696L75.152-73.039Q75.152-73.215 75.060-73.260Q74.968-73.305 74.754-73.305L74.359-73.305Q73.664-73.305 73.375-73.016Q73.226-72.867 73.164-72.547Q73.101-72.227 73.058-71.754L72.777-71.754L72.937-73.602L78.136-73.602L78.296-71.754L78.015-71.754Q77.972-72.262 77.910-72.565Q77.847-72.867 77.695-73.016Q77.410-73.305 76.711-73.305L76.320-73.305Q76.105-73.305 76.013-73.262Q75.921-73.219 75.921-73.039L75.921-68.696Q75.921-68.621 75.976-68.557Q76.031-68.492 76.113-68.473Q76.296-68.434 77.058-68.434\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-2.388-39.619-44.638 16.864\"\u002F>\u003Cg transform=\"translate(-130.187 75.332)\">\u003Cpath d=\"M67.671-68.266L67.695-68.367Q67.726-68.422 67.793-68.434Q68.418-68.434 68.632-68.481Q68.804-68.524 68.847-68.739L69.929-73.059Q69.968-73.215 69.968-73.266L69.968-73.289Q69.894-73.305 69.754-73.305L69.289-73.305Q68.886-73.305 68.638-73.205Q68.390-73.106 68.234-72.916Q68.078-72.727 68.013-72.557Q67.949-72.387 67.754-71.825Q67.707-71.762 67.656-71.754L67.519-71.754Q67.425-71.782 67.425-71.864Q67.425-71.871 67.433-71.914L67.984-73.535Q68.015-73.590 68.082-73.602L72.695-73.602Q72.793-73.575 72.793-73.481L72.543-71.856Q72.523-71.778 72.441-71.754L72.304-71.754Q72.207-71.782 72.207-71.879Q72.296-72.418 72.296-72.703Q72.296-72.961 72.189-73.096Q72.082-73.231 71.908-73.268Q71.734-73.305 71.449-73.305L70.984-73.305Q70.839-73.305 70.773-73.287Q70.707-73.270 70.677-73.217Q70.648-73.164 70.609-73L69.527-68.680Q69.519-68.649 69.519-68.586Q69.519-68.504 69.593-68.473Q69.785-68.434 70.398-68.434Q70.496-68.403 70.496-68.313L70.472-68.207Q70.441-68.149 70.382-68.137L67.769-68.137Q67.726-68.137 67.699-68.178Q67.671-68.219 67.671-68.266M72.761-68.297Q72.761-68.336 72.769-68.360L73.921-72.985Q73.961-73.172 73.961-73.200Q73.961-73.305 73.464-73.305Q73.367-73.336 73.367-73.434L73.394-73.535Q73.402-73.582 73.480-73.602L74.535-73.688Q74.586-73.688 74.621-73.658Q74.656-73.629 74.656-73.571L74.050-71.145Q74.277-71.387 74.568-71.526Q74.859-71.664 75.175-71.664Q75.453-71.664 75.660-71.565Q75.867-71.465 75.982-71.270Q76.097-71.075 76.097-70.801Q76.097-70.473 75.951-70.008Q75.804-69.543 75.586-68.969Q75.488-68.742 75.488-68.535Q75.488-68.313 75.648-68.313Q75.945-68.313 76.130-68.623Q76.316-68.934 76.410-69.313Q76.437-69.383 76.496-69.383L76.656-69.383Q76.695-69.383 76.720-69.350Q76.746-69.317 76.746-69.289Q76.746-69.274 76.738-69.258Q76.668-68.977 76.519-68.700Q76.371-68.422 76.146-68.241Q75.921-68.059 75.632-68.059Q75.347-68.059 75.150-68.246Q74.953-68.434 74.953-68.723Q74.953-68.891 75.007-69.024Q75.238-69.641 75.386-70.104Q75.535-70.567 75.535-70.907Q75.535-71.125 75.447-71.268Q75.359-71.410 75.152-71.410Q74.699-71.410 74.382-71.104Q74.066-70.797 73.839-70.313L73.343-68.305Q73.312-68.200 73.216-68.129Q73.121-68.059 73.015-68.059Q72.902-68.059 72.832-68.123Q72.761-68.188 72.761-68.297M78.480-68.059Q77.976-68.059 77.687-68.438Q77.398-68.817 77.398-69.336Q77.398-69.844 77.660-70.393Q77.921-70.942 78.371-71.303Q78.820-71.664 79.336-71.664Q79.558-71.664 79.746-71.551Q79.933-71.438 80.054-71.242Q80.078-71.364 80.173-71.438Q80.269-71.512 80.390-71.512Q80.500-71.512 80.570-71.448Q80.640-71.383 80.640-71.274Q80.640-71.227 80.632-71.192L80.070-68.969Q80.031-68.793 80.031-68.649Q80.031-68.313 80.246-68.313Q80.453-68.313 80.580-68.621Q80.707-68.930 80.793-69.313Q80.820-69.383 80.879-69.383L81.039-69.383Q81.078-69.383 81.103-69.350Q81.129-69.317 81.129-69.289Q81.129-69.274 81.121-69.258Q81.035-68.926 80.941-68.682Q80.847-68.438 80.673-68.248Q80.500-68.059 80.230-68.059Q79.976-68.059 79.767-68.200Q79.558-68.340 79.496-68.586Q79-68.059 78.480-68.059M78.496-68.313Q78.796-68.313 79.062-68.553Q79.328-68.793 79.519-69.106L79.902-70.657Q79.875-70.953 79.730-71.182Q79.586-71.410 79.320-71.410Q79.019-71.410 78.773-71.149Q78.527-70.887 78.363-70.494Q78.199-70.102 78.107-69.690Q78.015-69.278 78.015-69.008Q78.015-68.739 78.130-68.526Q78.246-68.313 78.496-68.313M81.886-68.793Q81.886-68.918 81.910-69.024L82.480-71.289L81.703-71.289Q81.597-71.321 81.597-71.418L81.621-71.520Q81.640-71.571 81.718-71.586L82.550-71.586L82.879-72.871Q82.902-72.989 82.998-73.063Q83.093-73.137 83.214-73.137Q83.316-73.137 83.388-73.069Q83.461-73 83.461-72.899Q83.461-72.848 83.453-72.832L83.140-71.586L83.925-71.586Q84.023-71.555 84.023-71.465L84-71.360Q83.992-71.309 83.910-71.289L83.070-71.289L82.488-68.969Q82.445-68.805 82.445-68.649Q82.445-68.313 82.664-68.313Q83-68.313 83.252-68.629Q83.504-68.946 83.648-69.336Q83.679-69.383 83.726-69.383L83.886-69.383Q83.925-69.383 83.949-69.354Q83.972-69.325 83.972-69.289Q83.972-69.274 83.964-69.258Q83.839-68.942 83.656-68.676Q83.472-68.410 83.214-68.235Q82.957-68.059 82.648-68.059Q82.433-68.059 82.261-68.151Q82.089-68.242 81.988-68.408Q81.886-68.575 81.886-68.793\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-54.94-15.434V.04\"\u002F>\u003Cg transform=\"translate(-82.609 51.103)\">\u003Cpath d=\"M66.832-68.594Q67.148-68.227 67.711-68.227Q67.964-68.227 68.154-68.389Q68.343-68.551 68.439-68.801Q68.535-69.051 68.535-69.297L68.535-73.039Q68.535-73.305 67.488-73.305L67.488-73.602L69.886-73.602L69.886-73.305Q69.613-73.305 69.447-73.258Q69.281-73.211 69.281-73.039L69.281-69.274Q69.281-68.879 69.048-68.582Q68.816-68.285 68.451-68.127Q68.086-67.969 67.711-67.969Q67.398-67.969 67.082-68.096Q66.765-68.223 66.566-68.469Q66.367-68.715 66.367-69.047Q66.367-69.239 66.500-69.371Q66.632-69.504 66.824-69.504Q66.949-69.504 67.054-69.444Q67.160-69.383 67.220-69.278Q67.281-69.172 67.281-69.047Q67.281-68.864 67.154-68.729Q67.027-68.594 66.832-68.594M71.191-68.594Q71.507-68.227 72.070-68.227Q72.324-68.227 72.513-68.389Q72.703-68.551 72.798-68.801Q72.894-69.051 72.894-69.297L72.894-73.039Q72.894-73.305 71.847-73.305L71.847-73.602L74.246-73.602L74.246-73.305Q73.972-73.305 73.806-73.258Q73.640-73.211 73.640-73.039L73.640-69.274Q73.640-68.879 73.408-68.582Q73.175-68.285 72.810-68.127Q72.445-67.969 72.070-67.969Q71.757-67.969 71.441-68.096Q71.125-68.223 70.925-68.469Q70.726-68.715 70.726-69.047Q70.726-69.239 70.859-69.371Q70.992-69.504 71.183-69.504Q71.308-69.504 71.414-69.444Q71.519-69.383 71.580-69.278Q71.640-69.172 71.640-69.047Q71.640-68.864 71.513-68.729Q71.386-68.594 71.191-68.594\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M5.255-39.619-8.439-24.1\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti8\" font-size=\"8\">\u003Cg transform=\"translate(-85.881 75.332)\">\u003Cpath d=\"M67.519-69.121Q67.519-68.782 67.693-68.547Q67.867-68.313 68.191-68.313Q68.484-68.313 68.771-68.403Q69.058-68.492 69.306-68.666Q69.554-68.840 69.738-69.075Q69.769-69.106 69.808-69.106Q69.875-69.106 69.933-69.039Q69.992-68.973 69.992-68.914Q69.992-68.883 69.968-68.848Q69.757-68.582 69.472-68.407Q69.187-68.231 68.851-68.145Q68.515-68.059 68.175-68.059Q67.796-68.059 67.502-68.237Q67.207-68.414 67.046-68.719Q66.886-69.024 66.886-69.410Q66.886-69.817 67.062-70.223Q67.238-70.629 67.541-70.955Q67.843-71.282 68.228-71.473Q68.613-71.664 69.031-71.664Q69.386-71.664 69.673-71.491Q69.961-71.317 69.961-70.977Q69.961-70.782 69.841-70.631Q69.722-70.481 69.527-70.481Q69.406-70.481 69.318-70.559Q69.230-70.637 69.230-70.754Q69.230-70.903 69.328-71.022Q69.425-71.141 69.558-71.168Q69.484-71.289 69.334-71.350Q69.183-71.410 69.015-71.410Q68.558-71.410 68.214-71.028Q67.871-70.645 67.695-70.108Q67.519-69.571 67.519-69.121\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-85.881 75.332)\">\u003Cpath d=\"M71.686-68.059Q71.308-68.059 71.013-68.237Q70.718-68.414 70.558-68.719Q70.397-69.024 70.397-69.410Q70.397-69.817 70.573-70.223Q70.749-70.629 71.052-70.955Q71.354-71.282 71.739-71.473Q72.124-71.664 72.542-71.664Q72.839-71.664 73.071-71.563Q73.304-71.461 73.475-71.278Q73.647-71.094 73.739-70.848Q73.831-70.602 73.831-70.313Q73.831-69.910 73.657-69.504Q73.483-69.098 73.181-68.772Q72.878-68.446 72.485-68.252Q72.093-68.059 71.686-68.059M71.702-68.313Q72.050-68.313 72.335-68.541Q72.620-68.770 72.811-69.129Q73.003-69.489 73.100-69.883Q73.198-70.278 73.198-70.602Q73.198-70.809 73.126-70.994Q73.054-71.180 72.903-71.295Q72.753-71.410 72.526-71.410Q72.069-71.410 71.725-71.028Q71.382-70.645 71.206-70.108Q71.030-69.571 71.030-69.121Q71.030-68.785 71.206-68.549Q71.382-68.313 71.702-68.313M74.655-68.793Q74.655-68.903 74.679-69.008L75.671-72.985Q75.710-73.172 75.710-73.200Q75.710-73.305 75.214-73.305Q75.116-73.336 75.116-73.434L75.143-73.535Q75.151-73.582 75.229-73.602L76.284-73.688Q76.327-73.688 76.366-73.657Q76.405-73.625 76.405-73.571L75.253-68.969Q75.214-68.793 75.214-68.649Q75.214-68.313 75.429-68.313Q75.632-68.313 75.745-68.604Q75.858-68.895 75.956-69.313Q75.991-69.383 76.046-69.383L76.206-69.383Q76.245-69.383 76.268-69.354Q76.292-69.325 76.292-69.289Q76.292-69.274 76.284-69.258Q76.167-68.754 75.977-68.407Q75.788-68.059 75.413-68.059Q75.093-68.059 74.874-68.266Q74.655-68.473 74.655-68.793M78.038-68.059Q77.534-68.059 77.245-68.438Q76.956-68.817 76.956-69.336Q76.956-69.844 77.218-70.393Q77.479-70.942 77.929-71.303Q78.378-71.664 78.893-71.664Q79.116-71.664 79.304-71.551Q79.491-71.438 79.612-71.242L80.046-72.985Q80.085-73.172 80.085-73.200Q80.085-73.305 79.589-73.305Q79.495-73.336 79.495-73.434L79.518-73.535Q79.550-73.590 79.604-73.602L80.663-73.688Q80.710-73.688 80.745-73.657Q80.780-73.625 80.780-73.571L79.628-68.969Q79.589-68.793 79.589-68.649Q79.589-68.313 79.804-68.313Q80.011-68.313 80.138-68.621Q80.265-68.930 80.350-69.313Q80.378-69.383 80.436-69.383L80.597-69.383Q80.636-69.383 80.661-69.350Q80.686-69.317 80.686-69.289Q80.686-69.274 80.679-69.258Q80.593-68.926 80.499-68.682Q80.405-68.438 80.231-68.248Q80.058-68.059 79.788-68.059Q79.534-68.059 79.325-68.200Q79.116-68.340 79.054-68.586Q78.558-68.059 78.038-68.059M78.054-68.313Q78.354-68.313 78.620-68.553Q78.886-68.793 79.077-69.106L79.460-70.657Q79.433-70.953 79.288-71.182Q79.143-71.410 78.878-71.410Q78.577-71.410 78.331-71.149Q78.085-70.887 77.921-70.494Q77.757-70.102 77.665-69.690Q77.573-69.278 77.573-69.008Q77.573-68.739 77.688-68.526Q77.804-68.313 78.054-68.313\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-12.261-15.434V.04\"\u002F>\u003Cg transform=\"translate(-39.93 51.103)\">\u003Cpath d=\"M66.832-68.594Q67.148-68.227 67.711-68.227Q67.964-68.227 68.154-68.389Q68.343-68.551 68.439-68.801Q68.535-69.051 68.535-69.297L68.535-73.039Q68.535-73.305 67.488-73.305L67.488-73.602L69.886-73.602L69.886-73.305Q69.613-73.305 69.447-73.258Q69.281-73.211 69.281-73.039L69.281-69.274Q69.281-68.879 69.048-68.582Q68.816-68.285 68.451-68.127Q68.086-67.969 67.711-67.969Q67.398-67.969 67.082-68.096Q66.765-68.223 66.566-68.469Q66.367-68.715 66.367-69.047Q66.367-69.239 66.500-69.371Q66.632-69.504 66.824-69.504Q66.949-69.504 67.054-69.444Q67.160-69.383 67.220-69.278Q67.281-69.172 67.281-69.047Q67.281-68.864 67.154-68.729Q67.027-68.594 66.832-68.594M71.191-68.594Q71.507-68.227 72.070-68.227Q72.324-68.227 72.513-68.389Q72.703-68.551 72.798-68.801Q72.894-69.051 72.894-69.297L72.894-73.039Q72.894-73.305 71.847-73.305L71.847-73.602L74.246-73.602L74.246-73.305Q73.972-73.305 73.806-73.258Q73.640-73.211 73.640-73.039L73.640-69.274Q73.640-68.879 73.408-68.582Q73.175-68.285 72.810-68.127Q72.445-67.969 72.070-67.969Q71.757-67.969 71.441-68.096Q71.125-68.223 70.925-68.469Q70.726-68.715 70.726-69.047Q70.726-69.239 70.859-69.371Q70.992-69.504 71.183-69.504Q71.308-69.504 71.414-69.444Q71.519-69.383 71.580-69.278Q71.640-69.172 71.640-69.047Q71.640-68.864 71.513-68.729Q71.386-68.594 71.191-68.594\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M12.902-39.619 26.596-24.1\"\u002F>\u003Cg transform=\"translate(-47.108 74.237)\">\u003Cpath d=\"M68.175-68.059Q67.793-68.059 67.504-68.260Q67.214-68.461 67.068-68.795Q66.921-69.129 66.921-69.504Q66.921-69.930 67.088-70.330Q67.254-70.731 67.543-71.028Q67.832-71.325 68.218-71.494Q68.605-71.664 69.031-71.664Q69.382-71.664 69.656-71.483Q69.929-71.301 69.929-70.961Q69.929-70.500 69.558-70.276Q69.187-70.051 68.718-69.998Q68.250-69.946 67.679-69.946L67.656-69.946Q67.543-69.426 67.543-69.184Q67.543-68.836 67.703-68.575Q67.863-68.313 68.191-68.313Q68.484-68.313 68.771-68.403Q69.058-68.492 69.306-68.666Q69.554-68.840 69.738-69.075Q69.769-69.106 69.808-69.106Q69.875-69.106 69.933-69.039Q69.992-68.973 69.992-68.914Q69.992-68.883 69.968-68.848Q69.757-68.582 69.472-68.407Q69.187-68.231 68.851-68.145Q68.515-68.059 68.175-68.059M67.718-70.200Q68.164-70.200 68.539-70.239Q68.914-70.278 69.228-70.448Q69.543-70.617 69.543-70.961Q69.543-71.106 69.468-71.205Q69.394-71.305 69.269-71.358Q69.144-71.410 69.015-71.410Q68.531-71.410 68.203-71.063Q67.875-70.715 67.718-70.200M71-68.297Q71-68.344 71.007-68.360L71.601-70.754Q71.648-70.957 71.648-71.075Q71.648-71.410 71.433-71.410Q71.222-71.410 71.107-71.125Q70.992-70.840 70.882-70.410Q70.871-70.336 70.800-70.336L70.640-70.336Q70.609-70.336 70.582-70.371Q70.554-70.407 70.554-70.434L70.554-70.465Q70.675-70.953 70.873-71.309Q71.070-71.664 71.441-71.664Q71.734-71.664 71.949-71.494Q72.164-71.325 72.203-71.039Q72.441-71.336 72.752-71.500Q73.062-71.664 73.418-71.664Q73.785-71.664 74.035-71.492Q74.285-71.321 74.336-70.969Q74.578-71.293 74.902-71.479Q75.226-71.664 75.609-71.664Q75.886-71.664 76.091-71.567Q76.296-71.469 76.414-71.274Q76.531-71.078 76.531-70.801Q76.531-70.473 76.384-70.008Q76.238-69.543 76.019-68.969Q75.921-68.742 75.921-68.535Q75.921-68.313 76.082-68.313Q76.379-68.313 76.562-68.625Q76.746-68.938 76.839-69.313Q76.875-69.383 76.929-69.383L77.089-69.383Q77.129-69.383 77.152-69.354Q77.175-69.325 77.175-69.289Q77.175-69.274 77.168-69.258Q77.089-68.957 76.945-68.690Q76.800-68.422 76.576-68.241Q76.351-68.059 76.066-68.059Q75.781-68.059 75.584-68.246Q75.386-68.434 75.386-68.723Q75.386-68.891 75.441-69.024Q75.671-69.641 75.820-70.104Q75.968-70.567 75.968-70.907Q75.968-71.125 75.880-71.268Q75.793-71.410 75.586-71.410Q75.132-71.410 74.816-71.104Q74.500-70.797 74.273-70.313L73.777-68.321Q73.746-68.207 73.654-68.133Q73.562-68.059 73.441-68.059Q73.339-68.059 73.267-68.123Q73.195-68.188 73.195-68.297Q73.195-68.344 73.203-68.360L73.714-70.410Q73.785-70.700 73.785-70.899Q73.785-71.121 73.697-71.266Q73.609-71.410 73.402-71.410Q72.589-71.410 72.082-70.305L71.586-68.321Q71.554-68.207 71.463-68.133Q71.371-68.059 71.250-68.059Q71.148-68.059 71.074-68.123Q71-68.188 71-68.297M78.761-66.586L77.211-66.586Q77.168-66.586 77.140-66.627Q77.113-66.668 77.113-66.703L77.136-66.809Q77.168-66.871 77.226-66.879Q77.496-66.879 77.584-66.926Q77.671-66.973 77.730-67.184L78.617-70.754Q78.664-70.957 78.664-71.075Q78.664-71.410 78.449-71.410Q78.238-71.410 78.123-71.125Q78.007-70.840 77.898-70.410Q77.886-70.336 77.816-70.336L77.656-70.336Q77.625-70.336 77.597-70.371Q77.570-70.407 77.570-70.434L77.570-70.465Q77.691-70.953 77.888-71.309Q78.086-71.664 78.457-71.664Q78.722-71.664 78.929-71.522Q79.136-71.379 79.203-71.137Q79.695-71.664 80.218-71.664Q80.550-71.664 80.795-71.485Q81.039-71.305 81.164-71.014Q81.289-70.723 81.289-70.383Q81.289-69.996 81.136-69.584Q80.984-69.172 80.718-68.825Q80.453-68.477 80.103-68.268Q79.754-68.059 79.359-68.059Q79.136-68.059 78.949-68.172Q78.761-68.285 78.640-68.481L78.304-67.129Q78.293-67.090 78.273-66.969Q78.273-66.879 78.777-66.879Q78.882-66.848 78.882-66.754L78.847-66.649Q78.816-66.594 78.761-66.586M79.379-68.313Q79.675-68.313 79.923-68.575Q80.171-68.836 80.339-69.237Q80.507-69.637 80.593-70.037Q80.679-70.438 80.679-70.711Q80.679-70.989 80.562-71.200Q80.445-71.410 80.191-71.410Q79.902-71.410 79.632-71.170Q79.363-70.930 79.175-70.617L78.785-69.067Q78.820-68.770 78.964-68.541Q79.109-68.313 79.379-68.313M82.320-68.793Q82.320-68.918 82.343-69.024L82.914-71.289L82.136-71.289Q82.031-71.321 82.031-71.418L82.054-71.520Q82.074-71.571 82.152-71.586L82.984-71.586L83.312-72.871Q83.336-72.989 83.431-73.063Q83.527-73.137 83.648-73.137Q83.750-73.137 83.822-73.069Q83.894-73 83.894-72.899Q83.894-72.848 83.886-72.832L83.574-71.586L84.359-71.586Q84.457-71.555 84.457-71.465L84.433-71.360Q84.425-71.309 84.343-71.289L83.504-71.289L82.921-68.969Q82.879-68.805 82.879-68.649Q82.879-68.313 83.097-68.313Q83.433-68.313 83.685-68.629Q83.937-68.946 84.082-69.336Q84.113-69.383 84.160-69.383L84.320-69.383Q84.359-69.383 84.382-69.354Q84.406-69.325 84.406-69.289Q84.406-69.274 84.398-69.258Q84.273-68.942 84.089-68.676Q83.906-68.410 83.648-68.235Q83.390-68.059 83.082-68.059Q82.867-68.059 82.695-68.151Q82.523-68.242 82.421-68.408Q82.320-68.575 82.320-68.793M85.031-67.200Q85.031-67.403 85.148-67.553Q85.265-67.703 85.464-67.703Q85.593-67.703 85.677-67.629Q85.761-67.555 85.761-67.434Q85.761-67.285 85.664-67.168Q85.566-67.051 85.406-67.016Q85.476-66.883 85.605-66.823Q85.734-66.762 85.886-66.762Q86.398-66.762 86.730-67.250Q87.062-67.739 87.207-68.344Q86.871-68.059 86.480-68.059Q86.179-68.059 85.951-68.172Q85.722-68.285 85.601-68.502Q85.480-68.719 85.480-69.016Q85.480-69.278 85.550-69.561Q85.621-69.844 85.746-70.176Q85.871-70.508 85.961-70.754Q86.054-71.028 86.054-71.184Q86.054-71.410 85.894-71.410Q85.601-71.410 85.410-71.094Q85.218-70.778 85.129-70.410Q85.117-70.336 85.046-70.336L84.886-70.336Q84.855-70.336 84.828-70.371Q84.800-70.407 84.800-70.434L84.800-70.465Q84.918-70.926 85.209-71.295Q85.500-71.664 85.910-71.664Q86.195-71.664 86.392-71.477Q86.589-71.289 86.589-71Q86.589-70.832 86.535-70.696Q86.457-70.489 86.357-70.223Q86.257-69.957 86.195-69.760Q86.132-69.563 86.086-69.338Q86.039-69.114 86.039-68.914Q86.039-68.668 86.146-68.491Q86.254-68.313 86.496-68.313Q86.777-68.313 86.998-68.504Q87.218-68.696 87.367-68.985L87.953-71.321Q87.980-71.434 88.078-71.510Q88.175-71.586 88.289-71.586Q88.390-71.586 88.466-71.518Q88.543-71.450 88.543-71.344Q88.543-71.313 88.527-71.282L87.742-68.106Q87.582-67.461 87.050-66.983Q86.519-66.504 85.871-66.504Q85.535-66.504 85.283-66.692Q85.031-66.879 85.031-67.200\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M30.418-15.434V-.42\"\u002F>\u003Cg transform=\"translate(.746 51.103)\">\u003Cpath d=\"M68.242-68.137L66.320-68.137L66.320-68.434Q67.129-68.434 67.129-68.914L67.129-73.258Q66.871-73.305 66.320-73.305L66.320-73.602L67.816-73.602Q67.875-73.582 67.886-73.571L70.894-69.383L70.894-72.825Q70.894-73.305 70.089-73.305L70.089-73.602L72.007-73.602L72.007-73.305Q71.199-73.305 71.199-72.825L71.199-68.242Q71.179-68.157 71.105-68.137L71-68.137Q70.945-68.149 70.929-68.176L67.433-73.032L67.433-68.914Q67.433-68.434 68.242-68.434L68.242-68.137M74.601-68.137L72.679-68.137L72.679-68.434Q73.488-68.434 73.488-68.914L73.488-73.258Q73.230-73.305 72.679-73.305L72.679-73.602L74.175-73.602Q74.234-73.582 74.246-73.571L77.254-69.383L77.254-72.825Q77.254-73.305 76.449-73.305L76.449-73.602L78.367-73.602L78.367-73.305Q77.558-73.305 77.558-72.825L77.558-68.242Q77.539-68.157 77.464-68.137L77.359-68.137Q77.304-68.149 77.289-68.176L73.793-73.032L73.793-68.914Q73.793-68.434 74.601-68.434\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M20.545-39.619 65.13-22.775\"\u002F>\u003Cg transform=\"translate(.948 74.554)\">\u003Cpath d=\"M66.992-68.657Q67.082-68.481 67.296-68.397Q67.511-68.313 67.754-68.313Q68.007-68.313 68.252-68.405Q68.496-68.496 68.652-68.678Q68.808-68.860 68.808-69.121Q68.808-69.317 68.666-69.444Q68.523-69.571 68.320-69.610L67.906-69.696Q67.621-69.762 67.435-69.975Q67.250-70.188 67.250-70.473Q67.250-70.825 67.437-71.096Q67.625-71.367 67.935-71.516Q68.246-71.664 68.593-71.664Q68.808-71.664 69.023-71.590Q69.238-71.516 69.375-71.362Q69.511-71.207 69.511-70.977Q69.511-70.797 69.414-70.658Q69.316-70.520 69.144-70.520Q69.039-70.520 68.959-70.594Q68.879-70.668 68.879-70.770Q68.879-70.891 68.953-70.989Q69.027-71.086 69.152-71.121Q69.082-71.266 68.921-71.338Q68.761-71.410 68.578-71.410Q68.257-71.410 68.017-71.233Q67.777-71.055 67.777-70.746Q67.777-70.598 67.880-70.498Q67.984-70.399 68.136-70.360L68.550-70.274Q68.882-70.207 69.109-69.967Q69.336-69.727 69.336-69.395Q69.336-69.086 69.203-68.838Q69.070-68.590 68.841-68.414Q68.613-68.239 68.328-68.149Q68.043-68.059 67.746-68.059Q67.308-68.059 66.959-68.248Q66.609-68.438 66.609-68.832Q66.609-69.039 66.724-69.192Q66.839-69.344 67.039-69.344Q67.164-69.344 67.250-69.268Q67.336-69.192 67.336-69.075Q67.336-68.922 67.240-68.805Q67.144-68.688 66.992-68.657M70.121-68.297Q70.121-68.336 70.129-68.360L71.281-72.985Q71.320-73.172 71.320-73.200Q71.320-73.305 70.824-73.305Q70.726-73.336 70.726-73.434L70.754-73.535Q70.761-73.582 70.839-73.602L71.894-73.688Q71.945-73.688 71.980-73.658Q72.015-73.629 72.015-73.571L71.191-70.274Q71.421-70.383 71.699-70.655Q71.976-70.926 72.189-71.145Q72.402-71.364 72.654-71.514Q72.906-71.664 73.191-71.664Q73.418-71.664 73.568-71.504Q73.718-71.344 73.718-71.114Q73.718-70.918 73.601-70.764Q73.484-70.610 73.289-70.610Q73.168-70.610 73.080-70.690Q72.992-70.770 72.992-70.891Q72.992-71.043 73.097-71.158Q73.203-71.274 73.351-71.297Q73.289-71.410 73.168-71.410Q72.918-71.410 72.711-71.272Q72.504-71.133 72.242-70.871Q72.058-70.684 71.861-70.487Q71.664-70.289 71.472-70.160Q71.921-70.094 72.244-69.893Q72.566-69.692 72.566-69.305Q72.566-69.196 72.519-68.981Q72.472-68.766 72.472-68.657Q72.472-68.313 72.703-68.313Q72.964-68.313 73.097-68.604Q73.230-68.895 73.328-69.313Q73.355-69.383 73.418-69.383L73.578-69.383Q73.617-69.383 73.640-69.354Q73.664-69.325 73.664-69.289Q73.664-69.274 73.656-69.258Q73.546-68.789 73.312-68.424Q73.078-68.059 72.687-68.059Q72.347-68.059 72.134-68.283Q71.921-68.508 71.921-68.856Q71.921-68.903 71.949-69.049Q71.976-69.196 71.976-69.289Q71.976-69.582 71.711-69.739Q71.445-69.895 71.105-69.930L70.703-68.305Q70.671-68.200 70.576-68.129Q70.480-68.059 70.375-68.059Q70.261-68.059 70.191-68.123Q70.121-68.188 70.121-68.297M74.289-67.200Q74.289-67.403 74.406-67.553Q74.523-67.703 74.722-67.703Q74.851-67.703 74.935-67.629Q75.019-67.555 75.019-67.434Q75.019-67.285 74.921-67.168Q74.824-67.051 74.664-67.016Q74.734-66.883 74.863-66.823Q74.992-66.762 75.144-66.762Q75.656-66.762 75.988-67.250Q76.320-67.739 76.464-68.344Q76.129-68.059 75.738-68.059Q75.437-68.059 75.209-68.172Q74.980-68.285 74.859-68.502Q74.738-68.719 74.738-69.016Q74.738-69.278 74.808-69.561Q74.879-69.844 75.004-70.176Q75.129-70.508 75.218-70.754Q75.312-71.028 75.312-71.184Q75.312-71.410 75.152-71.410Q74.859-71.410 74.668-71.094Q74.476-70.778 74.386-70.410Q74.375-70.336 74.304-70.336L74.144-70.336Q74.113-70.336 74.086-70.371Q74.058-70.407 74.058-70.434L74.058-70.465Q74.175-70.926 74.466-71.295Q74.757-71.664 75.168-71.664Q75.453-71.664 75.650-71.477Q75.847-71.289 75.847-71Q75.847-70.832 75.793-70.696Q75.714-70.489 75.615-70.223Q75.515-69.957 75.453-69.760Q75.390-69.563 75.343-69.338Q75.296-69.114 75.296-68.914Q75.296-68.668 75.404-68.491Q75.511-68.313 75.754-68.313Q76.035-68.313 76.255-68.504Q76.476-68.696 76.625-68.985L77.211-71.321Q77.238-71.434 77.336-71.510Q77.433-71.586 77.546-71.586Q77.648-71.586 77.724-71.518Q77.800-71.450 77.800-71.344Q77.800-71.313 77.785-71.282L77-68.106Q76.839-67.461 76.308-66.983Q75.777-66.504 75.129-66.504Q74.793-66.504 74.541-66.692Q74.289-66.879 74.289-67.200\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M73.097-15.434V-.738\"\u002F>\u003Cg transform=\"translate(50.832 26.918)\">\u003Cpath d=\"M68.961-68.082L66.937-73.039Q66.855-73.211 66.662-73.258Q66.468-73.305 66.160-73.305L66.160-73.602L68.351-73.602L68.351-73.305Q67.726-73.305 67.726-73.090Q67.730-73.075 67.732-73.061Q67.734-73.047 67.738-73.039L69.398-68.946L70.984-72.825Q71.007-72.871 71.007-72.938Q71.007-73.121 70.838-73.213Q70.668-73.305 70.457-73.305L70.457-73.602L72.168-73.602L72.168-73.305Q71.871-73.305 71.640-73.190Q71.410-73.075 71.304-72.825L69.367-68.082Q69.328-67.969 69.199-67.969L69.129-67.969Q69-67.969 68.961-68.082M75.078-68.137L72.695-68.137L72.695-68.434Q73.019-68.434 73.261-68.481Q73.504-68.528 73.504-68.696L73.504-73.039Q73.504-73.211 73.261-73.258Q73.019-73.305 72.695-73.305L72.695-73.602L75.640-73.602Q75.984-73.602 76.339-73.502Q76.695-73.403 76.990-73.211Q77.285-73.020 77.466-72.735Q77.648-72.450 77.648-72.090Q77.648-71.617 77.338-71.282Q77.027-70.946 76.562-70.774Q76.097-70.602 75.640-70.602L74.273-70.602L74.273-68.696Q74.273-68.528 74.515-68.481Q74.757-68.434 75.078-68.434L75.078-68.137M74.246-73.039L74.246-70.871L75.421-70.871Q76.109-70.871 76.447-71.147Q76.785-71.422 76.785-72.090Q76.785-72.754 76.447-73.030Q76.109-73.305 75.421-73.305L74.648-73.305Q74.429-73.305 74.338-73.262Q74.246-73.219 74.246-73.039\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m69.945-66.453 45.27 19.242\"\u002F>\u003Cg transform=\"translate(26.13 51.103)\">\u003Cpath d=\"M68.961-68.082L66.937-73.039Q66.855-73.211 66.662-73.258Q66.468-73.305 66.160-73.305L66.160-73.602L68.351-73.602L68.351-73.305Q67.726-73.305 67.726-73.090Q67.730-73.075 67.732-73.061Q67.734-73.047 67.738-73.039L69.398-68.946L70.984-72.825Q71.007-72.871 71.007-72.938Q71.007-73.121 70.838-73.213Q70.668-73.305 70.457-73.305L70.457-73.602L72.168-73.602L72.168-73.305Q71.871-73.305 71.640-73.190Q71.410-73.075 71.304-72.825L69.367-68.082Q69.328-67.969 69.199-67.969L69.129-67.969Q69-67.969 68.961-68.082M75.992-68.137L72.711-68.137L72.711-68.434Q73.035-68.434 73.277-68.481Q73.519-68.528 73.519-68.696L73.519-73.039Q73.519-73.211 73.277-73.258Q73.035-73.305 72.711-73.305L72.711-73.602L75.757-73.602Q76.183-73.602 76.617-73.448Q77.050-73.293 77.345-72.985Q77.640-72.676 77.640-72.242Q77.640-71.989 77.515-71.772Q77.390-71.555 77.189-71.399Q76.988-71.242 76.755-71.143Q76.523-71.043 76.265-70.992Q76.640-70.957 77.019-70.780Q77.398-70.602 77.638-70.303Q77.879-70.004 77.879-69.610Q77.879-69.157 77.595-68.823Q77.312-68.489 76.877-68.313Q76.441-68.137 75.992-68.137M74.230-70.848L74.230-68.696Q74.230-68.524 74.322-68.479Q74.414-68.434 74.632-68.434L75.757-68.434Q75.996-68.434 76.230-68.522Q76.464-68.610 76.650-68.770Q76.836-68.930 76.937-69.143Q77.039-69.356 77.039-69.610Q77.039-69.930 76.886-70.215Q76.734-70.500 76.464-70.674Q76.195-70.848 75.879-70.848L74.230-70.848M74.230-73.039L74.230-71.106L75.519-71.106Q75.761-71.106 76-71.188Q76.238-71.270 76.421-71.416Q76.605-71.563 76.718-71.780Q76.832-71.996 76.832-72.242Q76.832-72.453 76.746-72.655Q76.660-72.856 76.513-72.998Q76.367-73.141 76.171-73.223Q75.976-73.305 75.757-73.305L74.632-73.305Q74.414-73.305 74.322-73.262Q74.230-73.219 74.230-73.039M81.773-68.137L78.711-68.137L78.711-68.434Q79.035-68.434 79.277-68.481Q79.519-68.528 79.519-68.696L79.519-73.039Q79.519-73.211 79.277-73.258Q79.035-73.305 78.711-73.305L78.711-73.602L81.773-73.602Q82.324-73.602 82.802-73.375Q83.281-73.149 83.634-72.754Q83.988-72.360 84.177-71.860Q84.367-71.360 84.367-70.817Q84.367-70.110 84.023-69.492Q83.679-68.875 83.084-68.506Q82.488-68.137 81.773-68.137M80.261-73.039L80.261-68.696Q80.261-68.524 80.353-68.479Q80.445-68.434 80.664-68.434L81.558-68.434Q82.004-68.434 82.396-68.604Q82.789-68.774 83.060-69.098Q83.332-69.422 83.429-69.842Q83.527-70.262 83.527-70.817Q83.527-71.172 83.490-71.485Q83.453-71.797 83.347-72.092Q83.242-72.387 83.062-72.610Q82.879-72.844 82.640-72.994Q82.402-73.145 82.121-73.225Q81.839-73.305 81.558-73.305L80.664-73.305Q80.445-73.305 80.353-73.262Q80.261-73.219 80.261-73.039\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M119.066-39.619 105.372-24.1\"\u002F>\u003Cg transform=\"translate(28.442 74.277)\">\u003Cpath d=\"M67.296-69.075Q67.296-69.317 67.369-69.596Q67.441-69.875 67.527-70.110Q67.613-70.344 67.769-70.754Q67.863-71.028 67.863-71.184Q67.863-71.410 67.703-71.410Q67.410-71.410 67.218-71.094Q67.027-70.778 66.937-70.410Q66.925-70.336 66.855-70.336L66.695-70.336Q66.664-70.336 66.636-70.371Q66.609-70.407 66.609-70.434L66.609-70.465Q66.726-70.926 67.017-71.295Q67.308-71.664 67.718-71.664Q68.004-71.664 68.201-71.477Q68.398-71.289 68.398-71Q68.398-70.832 68.343-70.696Q68.246-70.438 68.156-70.192Q68.066-69.946 68.011-69.776Q67.957-69.606 67.910-69.387Q67.863-69.168 67.863-68.985Q67.863-68.676 68.017-68.494Q68.171-68.313 68.480-68.313Q68.711-68.313 68.871-68.514Q69.031-68.715 69.152-69Q69.152-69.024 69.150-69.035Q69.148-69.047 69.144-69.059Q69.144-69.270 69.214-69.551L69.656-71.321Q69.683-71.434 69.781-71.510Q69.879-71.586 69.992-71.586Q70.097-71.586 70.173-71.518Q70.250-71.450 70.250-71.344Q70.250-71.317 70.230-71.266L69.793-69.496Q69.711-69.188 69.711-68.961Q69.711-68.676 69.851-68.494Q69.992-68.313 70.273-68.313Q70.777-68.313 71.089-69.090Q71.218-69.418 71.330-69.819Q71.441-70.219 71.441-70.450Q71.441-70.614 71.394-70.742Q71.347-70.871 71.281-70.961Q71.214-71.051 71.164-71.127Q71.113-71.203 71.113-71.266Q71.113-71.426 71.244-71.549Q71.375-71.672 71.527-71.672Q71.726-71.672 71.816-71.489Q71.906-71.305 71.906-71.075Q71.906-70.852 71.832-70.491Q71.757-70.129 71.650-69.766Q71.543-69.403 71.449-69.168Q71-68.059 70.257-68.059Q69.519-68.059 69.265-68.535Q68.925-68.059 68.464-68.059Q68.117-68.059 67.855-68.168Q67.593-68.278 67.445-68.502Q67.296-68.727 67.296-69.075M73.656-68.059Q73.152-68.059 72.863-68.438Q72.574-68.817 72.574-69.336Q72.574-69.844 72.836-70.393Q73.097-70.942 73.546-71.303Q73.996-71.664 74.511-71.664Q74.734-71.664 74.921-71.551Q75.109-71.438 75.230-71.242Q75.254-71.364 75.349-71.438Q75.445-71.512 75.566-71.512Q75.675-71.512 75.746-71.448Q75.816-71.383 75.816-71.274Q75.816-71.227 75.808-71.192L75.246-68.969Q75.207-68.793 75.207-68.649Q75.207-68.313 75.421-68.313Q75.629-68.313 75.755-68.621Q75.882-68.930 75.968-69.313Q75.996-69.383 76.054-69.383L76.214-69.383Q76.254-69.383 76.279-69.350Q76.304-69.317 76.304-69.289Q76.304-69.274 76.296-69.258Q76.211-68.926 76.117-68.682Q76.023-68.438 75.849-68.248Q75.675-68.059 75.406-68.059Q75.152-68.059 74.943-68.200Q74.734-68.340 74.671-68.586Q74.175-68.059 73.656-68.059M73.671-68.313Q73.972-68.313 74.238-68.553Q74.504-68.793 74.695-69.106L75.078-70.657Q75.050-70.953 74.906-71.182Q74.761-71.410 74.496-71.410Q74.195-71.410 73.949-71.149Q73.703-70.887 73.539-70.494Q73.375-70.102 73.283-69.690Q73.191-69.278 73.191-69.008Q73.191-68.739 73.306-68.526Q73.421-68.313 73.671-68.313M77.078-68.657Q77.168-68.481 77.382-68.397Q77.597-68.313 77.839-68.313Q78.093-68.313 78.338-68.405Q78.582-68.496 78.738-68.678Q78.894-68.860 78.894-69.121Q78.894-69.317 78.752-69.444Q78.609-69.571 78.406-69.610L77.992-69.696Q77.707-69.762 77.521-69.975Q77.336-70.188 77.336-70.473Q77.336-70.825 77.523-71.096Q77.711-71.367 78.021-71.516Q78.332-71.664 78.679-71.664Q78.894-71.664 79.109-71.590Q79.324-71.516 79.461-71.362Q79.597-71.207 79.597-70.977Q79.597-70.797 79.500-70.658Q79.402-70.520 79.230-70.520Q79.125-70.520 79.045-70.594Q78.964-70.668 78.964-70.770Q78.964-70.891 79.039-70.989Q79.113-71.086 79.238-71.121Q79.168-71.266 79.007-71.338Q78.847-71.410 78.664-71.410Q78.343-71.410 78.103-71.233Q77.863-71.055 77.863-70.746Q77.863-70.598 77.966-70.498Q78.070-70.399 78.222-70.360L78.636-70.274Q78.968-70.207 79.195-69.967Q79.421-69.727 79.421-69.395Q79.421-69.086 79.289-68.838Q79.156-68.590 78.927-68.414Q78.699-68.239 78.414-68.149Q78.129-68.059 77.832-68.059Q77.394-68.059 77.045-68.248Q76.695-68.438 76.695-68.832Q76.695-69.039 76.810-69.192Q76.925-69.344 77.125-69.344Q77.250-69.344 77.336-69.268Q77.421-69.192 77.421-69.075Q77.421-68.922 77.326-68.805Q77.230-68.688 77.078-68.657\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M101.55-15.434v16.53\"\u002F>\u003Cg transform=\"translate(56.067 51.103)\">\u003Cpath d=\"M68.023-68.137L66.273-68.137L66.273-68.434Q66.972-68.434 67.160-68.914L68.961-73.739Q69.015-73.848 69.129-73.848L69.199-73.848Q69.312-73.848 69.367-73.739L71.257-68.696Q71.336-68.528 71.539-68.481Q71.742-68.434 72.054-68.434L72.054-68.137L69.832-68.137L69.832-68.434Q70.472-68.434 70.472-68.649Q70.472-68.668 70.470-68.678Q70.468-68.688 70.464-68.696L70-69.930L67.855-69.930L67.472-68.914Q67.468-68.899 67.463-68.869Q67.457-68.840 67.457-68.817Q67.457-68.676 67.546-68.592Q67.636-68.508 67.769-68.471Q67.902-68.434 68.023-68.434L68.023-68.137M68.929-72.793L67.961-70.227L69.886-70.227L68.929-72.793M75.757-68.137L72.695-68.137L72.695-68.434Q73.019-68.434 73.261-68.481Q73.504-68.528 73.504-68.696L73.504-73.039Q73.504-73.211 73.261-73.258Q73.019-73.305 72.695-73.305L72.695-73.602L75.757-73.602Q76.308-73.602 76.787-73.375Q77.265-73.149 77.619-72.754Q77.972-72.360 78.162-71.860Q78.351-71.360 78.351-70.817Q78.351-70.110 78.007-69.492Q77.664-68.875 77.068-68.506Q76.472-68.137 75.757-68.137M74.246-73.039L74.246-68.696Q74.246-68.524 74.338-68.479Q74.429-68.434 74.648-68.434L75.543-68.434Q75.988-68.434 76.380-68.604Q76.773-68.774 77.045-69.098Q77.316-69.422 77.414-69.842Q77.511-70.262 77.511-70.817Q77.511-71.172 77.474-71.485Q77.437-71.797 77.332-72.092Q77.226-72.387 77.046-72.610Q76.863-72.844 76.625-72.994Q76.386-73.145 76.105-73.225Q75.824-73.305 75.543-73.305L74.648-73.305Q74.429-73.305 74.338-73.262Q74.246-73.219 74.246-73.039M79.679-68.594Q79.996-68.227 80.558-68.227Q80.812-68.227 81.002-68.389Q81.191-68.551 81.287-68.801Q81.382-69.051 81.382-69.297L81.382-73.039Q81.382-73.305 80.336-73.305L80.336-73.602L82.734-73.602L82.734-73.305Q82.461-73.305 82.295-73.258Q82.129-73.211 82.129-73.039L82.129-69.274Q82.129-68.879 81.896-68.582Q81.664-68.285 81.298-68.127Q80.933-67.969 80.558-67.969Q80.246-67.969 79.929-68.096Q79.613-68.223 79.414-68.469Q79.214-68.715 79.214-69.047Q79.214-69.239 79.347-69.371Q79.480-69.504 79.671-69.504Q79.796-69.504 79.902-69.444Q80.007-69.383 80.068-69.278Q80.129-69.172 80.129-69.047Q80.129-68.864 80.002-68.729Q79.875-68.594 79.679-68.594M85.925-68.137L83.543-68.137L83.543-68.434Q83.867-68.434 84.109-68.481Q84.351-68.528 84.351-68.696L84.351-73.039Q84.351-73.211 84.109-73.258Q83.867-73.305 83.543-73.305L83.543-73.602L86.488-73.602Q86.832-73.602 87.187-73.502Q87.543-73.403 87.838-73.211Q88.132-73.020 88.314-72.735Q88.496-72.450 88.496-72.090Q88.496-71.617 88.185-71.282Q87.875-70.946 87.410-70.774Q86.945-70.602 86.488-70.602L85.121-70.602L85.121-68.696Q85.121-68.528 85.363-68.481Q85.605-68.434 85.925-68.434L85.925-68.137M85.093-73.039L85.093-70.871L86.269-70.871Q86.957-70.871 87.295-71.147Q87.632-71.422 87.632-72.090Q87.632-72.754 87.295-73.030Q86.957-73.305 86.269-73.305L85.496-73.305Q85.277-73.305 85.185-73.262Q85.093-73.219 85.093-73.039M91.320-69.586L89.066-69.586L89.066-70.137L91.320-70.137L91.320-69.586M94.535-68.137L92.152-68.137L92.152-68.434Q92.476-68.434 92.718-68.481Q92.961-68.528 92.961-68.696L92.961-73.039Q92.961-73.211 92.718-73.258Q92.476-73.305 92.152-73.305L92.152-73.602L95.097-73.602Q95.441-73.602 95.796-73.502Q96.152-73.403 96.447-73.211Q96.742-73.020 96.923-72.735Q97.105-72.450 97.105-72.090Q97.105-71.617 96.795-71.282Q96.484-70.946 96.019-70.774Q95.554-70.602 95.097-70.602L93.730-70.602L93.730-68.696Q93.730-68.528 93.972-68.481Q94.214-68.434 94.535-68.434L94.535-68.137M93.703-73.039L93.703-70.871L94.879-70.871Q95.566-70.871 95.904-71.147Q96.242-71.422 96.242-72.090Q96.242-72.754 95.904-73.030Q95.566-73.305 94.879-73.305L94.105-73.305Q93.886-73.305 93.795-73.262Q93.703-73.219 93.703-73.039M100.289-68.137L97.929-68.137L97.929-68.434Q98.254-68.434 98.496-68.481Q98.738-68.528 98.738-68.696L98.738-73.039Q98.738-73.211 98.496-73.258Q98.254-73.305 97.929-73.305L97.929-73.602L100.523-73.602Q100.855-73.602 101.242-73.516Q101.629-73.430 101.976-73.256Q102.324-73.082 102.543-72.801Q102.761-72.520 102.761-72.153Q102.761-71.828 102.560-71.563Q102.359-71.297 102.052-71.121Q101.746-70.946 101.418-70.856Q101.785-70.735 102.045-70.465Q102.304-70.196 102.355-69.832L102.449-69.137Q102.519-68.688 102.617-68.457Q102.714-68.227 103.011-68.227Q103.257-68.227 103.390-68.444Q103.523-68.660 103.523-68.922Q103.543-68.996 103.625-69.016L103.707-69.016Q103.800-68.992 103.800-68.899Q103.800-68.668 103.703-68.453Q103.605-68.239 103.427-68.104Q103.250-67.969 103.019-67.969Q102.421-67.969 102.004-68.256Q101.586-68.543 101.586-69.114L101.586-69.809Q101.586-70.090 101.433-70.305Q101.281-70.520 101.031-70.633Q100.781-70.746 100.507-70.746L99.480-70.746L99.480-68.696Q99.480-68.532 99.724-68.483Q99.968-68.434 100.289-68.434L100.289-68.137M99.480-73.039L99.480-71L100.410-71Q100.730-71 100.998-71.053Q101.265-71.106 101.464-71.233Q101.664-71.360 101.781-71.592Q101.898-71.825 101.898-72.153Q101.898-72.805 101.502-73.055Q101.105-73.305 100.410-73.305L99.882-73.305Q99.664-73.305 99.572-73.262Q99.480-73.219 99.480-73.039M107.238-68.137L104.175-68.137L104.175-68.434Q104.500-68.434 104.742-68.481Q104.984-68.528 104.984-68.696L104.984-73.039Q104.984-73.211 104.742-73.258Q104.500-73.305 104.175-73.305L104.175-73.602L107.238-73.602Q107.789-73.602 108.267-73.375Q108.746-73.149 109.099-72.754Q109.453-72.360 109.642-71.860Q109.832-71.360 109.832-70.817Q109.832-70.110 109.488-69.492Q109.144-68.875 108.548-68.506Q107.953-68.137 107.238-68.137M105.726-73.039L105.726-68.696Q105.726-68.524 105.818-68.479Q105.910-68.434 106.129-68.434L107.023-68.434Q107.468-68.434 107.861-68.604Q108.254-68.774 108.525-69.098Q108.796-69.422 108.894-69.842Q108.992-70.262 108.992-70.817Q108.992-71.172 108.955-71.485Q108.918-71.797 108.812-72.092Q108.707-72.387 108.527-72.610Q108.343-72.844 108.105-72.994Q107.867-73.145 107.586-73.225Q107.304-73.305 107.023-73.305L106.129-73.305Q105.910-73.305 105.818-73.262Q105.726-73.219 105.726-73.039\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M126.713-39.619 140.407-24.1\"\u002F>\u003Cg transform=\"translate(52.542 75.288)\">\u003Cpath d=\"M66.832-68.594Q67.148-68.227 67.711-68.227Q67.964-68.227 68.154-68.389Q68.343-68.551 68.439-68.801Q68.535-69.051 68.535-69.297L68.535-73.039Q68.535-73.305 67.488-73.305L67.488-73.602L69.886-73.602L69.886-73.305Q69.613-73.305 69.447-73.258Q69.281-73.211 69.281-73.039L69.281-69.274Q69.281-68.879 69.048-68.582Q68.816-68.285 68.451-68.127Q68.086-67.969 67.711-67.969Q67.398-67.969 67.082-68.096Q66.765-68.223 66.566-68.469Q66.367-68.715 66.367-69.047Q66.367-69.239 66.500-69.371Q66.632-69.504 66.824-69.504Q66.949-69.504 67.054-69.444Q67.160-69.383 67.220-69.278Q67.281-69.172 67.281-69.047Q67.281-68.864 67.154-68.729Q67.027-68.594 66.832-68.594M71.191-68.594Q71.507-68.227 72.070-68.227Q72.324-68.227 72.513-68.389Q72.703-68.551 72.798-68.801Q72.894-69.051 72.894-69.297L72.894-73.039Q72.894-73.305 71.847-73.305L71.847-73.602L74.246-73.602L74.246-73.305Q73.972-73.305 73.806-73.258Q73.640-73.211 73.640-73.039L73.640-69.274Q73.640-68.879 73.408-68.582Q73.175-68.285 72.810-68.127Q72.445-67.969 72.070-67.969Q71.757-67.969 71.441-68.096Q71.125-68.223 70.925-68.469Q70.726-68.715 70.726-69.047Q70.726-69.239 70.859-69.371Q70.992-69.504 71.183-69.504Q71.308-69.504 71.414-69.444Q71.519-69.383 71.580-69.278Q71.640-69.172 71.640-69.047Q71.640-68.864 71.513-68.729Q71.386-68.594 71.191-68.594\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M140.406-15.434 126.712.084\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti8\" font-size=\"8\">\u003Cg transform=\"translate(50.147 98.74)\">\u003Cpath d=\"M65.793-67.047Q65.793-67.235 65.912-67.373Q66.031-67.512 66.214-67.512Q66.339-67.512 66.425-67.434Q66.511-67.356 66.511-67.235Q66.511-67.117 66.433-67.006Q66.355-66.895 66.242-66.840Q66.355-66.762 66.519-66.762Q66.660-66.762 66.773-66.967Q66.886-67.172 66.966-67.457Q67.046-67.742 67.101-68.035Q67.156-68.328 67.175-68.442Q67.199-68.543 67.238-68.746Q67.277-68.950 67.298-69.063Q67.320-69.176 67.351-69.344L67.711-71.289L67.046-71.289Q66.945-71.317 66.945-71.418L66.976-71.520Q66.984-71.567 67.062-71.586L67.769-71.586L67.871-72.106Q67.941-72.469 68.002-72.715Q68.062-72.961 68.181-73.209Q68.300-73.457 68.507-73.614Q68.714-73.770 69.015-73.770Q69.300-73.770 69.527-73.633Q69.754-73.496 69.754-73.227Q69.754-73.039 69.634-72.901Q69.515-72.762 69.328-72.762Q69.207-72.762 69.119-72.840Q69.031-72.918 69.031-73.039Q69.031-73.168 69.105-73.272Q69.179-73.375 69.304-73.426Q69.179-73.512 69-73.512Q68.855-73.512 68.765-73.354Q68.675-73.196 68.623-72.950Q68.570-72.703 68.550-72.617Q68.480-72.223 68.457-72.114L68.359-71.586L69.160-71.586Q69.265-71.555 69.265-71.465L69.242-71.360Q69.222-71.309 69.144-71.289L68.304-71.289L67.937-69.352Q67.859-68.903 67.769-68.467Q67.679-68.032 67.525-67.586Q67.371-67.141 67.115-66.823Q66.859-66.504 66.504-66.504Q66.238-66.504 66.015-66.645Q65.793-66.785 65.793-67.047M69.921-69.016Q69.921-69.278 69.992-69.561Q70.062-69.844 70.187-70.176Q70.312-70.508 70.402-70.754Q70.496-71.028 70.496-71.184Q70.496-71.410 70.336-71.410Q70.043-71.410 69.851-71.094Q69.660-70.778 69.570-70.410Q69.558-70.336 69.488-70.336L69.328-70.336Q69.296-70.336 69.269-70.371Q69.242-70.407 69.242-70.434L69.242-70.465Q69.359-70.926 69.650-71.295Q69.941-71.664 70.351-71.664Q70.636-71.664 70.834-71.477Q71.031-71.289 71.031-71Q71.031-70.832 70.976-70.696Q70.898-70.489 70.798-70.223Q70.699-69.957 70.636-69.760Q70.574-69.563 70.527-69.338Q70.480-69.114 70.480-68.914Q70.480-68.668 70.588-68.491Q70.695-68.313 70.937-68.313Q71.453-68.313 71.808-68.992L71.816-69.024L72.394-71.321Q72.421-71.434 72.519-71.510Q72.617-71.586 72.730-71.586Q72.832-71.586 72.908-71.518Q72.984-71.450 72.984-71.344Q72.984-71.328 72.968-71.266L72.394-68.969Q72.351-68.778 72.351-68.649Q72.351-68.313 72.570-68.313Q72.890-68.313 73.113-69.313Q73.140-69.383 73.203-69.383L73.359-69.383Q73.398-69.383 73.423-69.354Q73.449-69.325 73.449-69.289Q73.449-69.274 73.441-69.258Q73.355-68.926 73.263-68.686Q73.171-68.446 72.996-68.252Q72.820-68.059 72.554-68.059Q72.320-68.059 72.123-68.184Q71.925-68.309 71.832-68.528Q71.429-68.059 70.921-68.059Q70.621-68.059 70.392-68.172Q70.164-68.285 70.043-68.502Q69.921-68.719 69.921-69.016\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(50.147 98.74)\">\u003Cpath d=\"M74.662-68.793Q74.662-68.903 74.686-69.008L75.678-72.985Q75.717-73.172 75.717-73.200Q75.717-73.305 75.221-73.305Q75.123-73.336 75.123-73.434L75.151-73.535Q75.158-73.582 75.237-73.602L76.291-73.688Q76.334-73.688 76.373-73.657Q76.412-73.625 76.412-73.571L75.260-68.969Q75.221-68.793 75.221-68.649Q75.221-68.313 75.436-68.313Q75.639-68.313 75.752-68.604Q75.865-68.895 75.963-69.313Q75.998-69.383 76.053-69.383L76.213-69.383Q76.252-69.383 76.276-69.354Q76.299-69.325 76.299-69.289Q76.299-69.274 76.291-69.258Q76.174-68.754 75.985-68.407Q75.795-68.059 75.420-68.059Q75.100-68.059 74.881-68.266Q74.662-68.473 74.662-68.793\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(50.147 98.74)\">\u003Cpath d=\"M77.295-68.793Q77.295-68.903 77.319-69.008L78.311-72.985Q78.350-73.172 78.350-73.200Q78.350-73.305 77.854-73.305Q77.756-73.336 77.756-73.434L77.784-73.535Q77.791-73.582 77.870-73.602L78.924-73.688Q78.967-73.688 79.006-73.657Q79.045-73.625 79.045-73.571L77.893-68.969Q77.854-68.793 77.854-68.649Q77.854-68.313 78.069-68.313Q78.272-68.313 78.385-68.604Q78.498-68.895 78.596-69.313Q78.631-69.383 78.686-69.383L78.846-69.383Q78.885-69.383 78.909-69.354Q78.932-69.325 78.932-69.289Q78.932-69.274 78.924-69.258Q78.807-68.754 78.618-68.407Q78.428-68.059 78.053-68.059Q77.733-68.059 77.514-68.266Q77.295-68.473 77.295-68.793\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M122.89 8.751v14.696\"\u002F>\u003Cg transform=\"translate(93.804 75.288)\">\u003Cpath d=\"M68.718-68.137L66.336-68.137L66.336-68.434Q66.660-68.434 66.902-68.481Q67.144-68.528 67.144-68.696L67.144-73.039Q67.144-73.211 66.902-73.258Q66.660-73.305 66.336-73.305L66.336-73.602L69.281-73.602Q69.625-73.602 69.980-73.502Q70.336-73.403 70.630-73.211Q70.925-73.020 71.107-72.735Q71.289-72.450 71.289-72.090Q71.289-71.617 70.978-71.282Q70.668-70.946 70.203-70.774Q69.738-70.602 69.281-70.602L67.914-70.602L67.914-68.696Q67.914-68.528 68.156-68.481Q68.398-68.434 68.718-68.434L68.718-68.137M67.886-73.039L67.886-70.871L69.062-70.871Q69.750-70.871 70.088-71.147Q70.425-71.422 70.425-72.090Q70.425-72.754 70.088-73.030Q69.750-73.305 69.062-73.305L68.289-73.305Q68.070-73.305 67.978-73.262Q67.886-73.219 67.886-73.039M74.496-68.137L72.113-68.137L72.113-68.434Q72.437-68.434 72.679-68.481Q72.921-68.528 72.921-68.696L72.921-73.039Q72.921-73.211 72.679-73.258Q72.437-73.305 72.113-73.305L72.113-73.602L75.058-73.602Q75.402-73.602 75.757-73.502Q76.113-73.403 76.408-73.211Q76.703-73.020 76.884-72.735Q77.066-72.450 77.066-72.090Q77.066-71.617 76.755-71.282Q76.445-70.946 75.980-70.774Q75.515-70.602 75.058-70.602L73.691-70.602L73.691-68.696Q73.691-68.528 73.933-68.481Q74.175-68.434 74.496-68.434L74.496-68.137M73.664-73.039L73.664-70.871L74.839-70.871Q75.527-70.871 75.865-71.147Q76.203-71.422 76.203-72.090Q76.203-72.754 75.865-73.030Q75.527-73.305 74.839-73.305L74.066-73.305Q73.847-73.305 73.755-73.262Q73.664-73.219 73.664-73.039\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M148.052-15.434 161.746.084\"\u002F>\u003Cg transform=\"translate(73.531 99.473)\">\u003Cpath d=\"M68.746-68.137L66.281-68.137L66.281-68.434Q66.613-68.434 66.871-68.481Q67.129-68.528 67.129-68.696L67.129-73.039Q67.129-73.305 66.281-73.305L66.281-73.602L68.746-73.602L68.746-73.305Q67.894-73.305 67.894-73.039L67.894-68.696Q67.894-68.434 68.746-68.434L68.746-68.137M71.296-68.137L69.375-68.137L69.375-68.434Q70.183-68.434 70.183-68.914L70.183-73.258Q69.925-73.305 69.375-73.305L69.375-73.602L70.871-73.602Q70.929-73.582 70.941-73.571L73.949-69.383L73.949-72.825Q73.949-73.305 73.144-73.305L73.144-73.602L75.062-73.602L75.062-73.305Q74.254-73.305 74.254-72.825L74.254-68.242Q74.234-68.157 74.160-68.137L74.054-68.137Q74-68.149 73.984-68.176L70.488-73.032L70.488-68.914Q70.488-68.434 71.296-68.434\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M161.745 8.751 148.051 24.27\"\u002F>\u003Cg transform=\"translate(73.875 122.924)\">\u003Cpath d=\"M68.175-68.059Q67.796-68.059 67.502-68.237Q67.207-68.414 67.046-68.719Q66.886-69.024 66.886-69.410Q66.886-69.817 67.062-70.223Q67.238-70.629 67.541-70.955Q67.843-71.282 68.228-71.473Q68.613-71.664 69.031-71.664Q69.328-71.664 69.560-71.563Q69.793-71.461 69.964-71.278Q70.136-71.094 70.228-70.848Q70.320-70.602 70.320-70.313Q70.320-69.910 70.146-69.504Q69.972-69.098 69.670-68.772Q69.367-68.446 68.974-68.252Q68.582-68.059 68.175-68.059M68.191-68.313Q68.539-68.313 68.824-68.541Q69.109-68.770 69.300-69.129Q69.492-69.489 69.589-69.883Q69.687-70.278 69.687-70.602Q69.687-70.809 69.615-70.994Q69.543-71.180 69.392-71.295Q69.242-71.410 69.015-71.410Q68.558-71.410 68.214-71.028Q67.871-70.645 67.695-70.108Q67.519-69.571 67.519-69.121Q67.519-68.785 67.695-68.549Q67.871-68.313 68.191-68.313M70.175-67.047Q70.175-67.235 70.295-67.373Q70.414-67.512 70.597-67.512Q70.722-67.512 70.808-67.434Q70.894-67.356 70.894-67.235Q70.894-67.117 70.816-67.006Q70.738-66.895 70.625-66.840Q70.738-66.762 70.902-66.762Q71.043-66.762 71.156-66.967Q71.269-67.172 71.349-67.457Q71.429-67.742 71.484-68.035Q71.539-68.328 71.558-68.442Q71.582-68.543 71.621-68.746Q71.660-68.950 71.681-69.063Q71.703-69.176 71.734-69.344L72.093-71.289L71.429-71.289Q71.328-71.317 71.328-71.418L71.359-71.520Q71.367-71.567 71.445-71.586L72.152-71.586L72.254-72.106Q72.324-72.469 72.384-72.715Q72.445-72.961 72.564-73.209Q72.683-73.457 72.890-73.614Q73.097-73.770 73.398-73.770Q73.683-73.770 73.910-73.633Q74.136-73.496 74.136-73.227Q74.136-73.039 74.017-72.901Q73.898-72.762 73.711-72.762Q73.589-72.762 73.502-72.840Q73.414-72.918 73.414-73.039Q73.414-73.168 73.488-73.272Q73.562-73.375 73.687-73.426Q73.562-73.512 73.382-73.512Q73.238-73.512 73.148-73.354Q73.058-73.196 73.005-72.950Q72.953-72.703 72.933-72.617Q72.863-72.223 72.839-72.114L72.742-71.586L73.543-71.586Q73.648-71.555 73.648-71.465L73.625-71.360Q73.605-71.309 73.527-71.289L72.687-71.289L72.320-69.352Q72.242-68.903 72.152-68.467Q72.062-68.032 71.908-67.586Q71.754-67.141 71.498-66.823Q71.242-66.504 70.886-66.504Q70.621-66.504 70.398-66.645Q70.175-66.785 70.175-67.047\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M144.23 32.936v14.696\"\u002F>\u003Cg transform=\"translate(114.85 99.473)\">\u003Cpath d=\"M68.242-68.137L66.320-68.137L66.320-68.434Q67.129-68.434 67.129-68.914L67.129-73.258Q66.871-73.305 66.320-73.305L66.320-73.602L67.816-73.602Q67.875-73.582 67.886-73.571L70.894-69.383L70.894-72.825Q70.894-73.305 70.089-73.305L70.089-73.602L72.007-73.602L72.007-73.305Q71.199-73.305 71.199-72.825L71.199-68.242Q71.179-68.157 71.105-68.137L71-68.137Q70.945-68.149 70.929-68.176L67.433-73.032L67.433-68.914Q67.433-68.434 68.242-68.434L68.242-68.137M75.078-68.137L72.695-68.137L72.695-68.434Q73.019-68.434 73.261-68.481Q73.504-68.528 73.504-68.696L73.504-73.039Q73.504-73.211 73.261-73.258Q73.019-73.305 72.695-73.305L72.695-73.602L75.640-73.602Q75.984-73.602 76.339-73.502Q76.695-73.403 76.990-73.211Q77.285-73.020 77.466-72.735Q77.648-72.450 77.648-72.090Q77.648-71.617 77.338-71.282Q77.027-70.946 76.562-70.774Q76.097-70.602 75.640-70.602L74.273-70.602L74.273-68.696Q74.273-68.528 74.515-68.481Q74.757-68.434 75.078-68.434L75.078-68.137M74.246-73.039L74.246-70.871L75.421-70.871Q76.109-70.871 76.447-71.147Q76.785-71.422 76.785-72.090Q76.785-72.754 76.447-73.030Q76.109-73.305 75.421-73.305L74.648-73.305Q74.429-73.305 74.338-73.262Q74.246-73.219 74.246-73.039\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m169.392 8.751 13.694 15.518\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti8\" font-size=\"8\">\u003Cg transform=\"translate(102.628 122.924)\">\u003Cpath d=\"M65.793-67.047Q65.793-67.235 65.912-67.373Q66.031-67.512 66.214-67.512Q66.339-67.512 66.425-67.434Q66.511-67.356 66.511-67.235Q66.511-67.117 66.433-67.006Q66.355-66.895 66.242-66.840Q66.355-66.762 66.519-66.762Q66.660-66.762 66.773-66.967Q66.886-67.172 66.966-67.457Q67.046-67.742 67.101-68.035Q67.156-68.328 67.175-68.442Q67.199-68.543 67.238-68.746Q67.277-68.950 67.298-69.063Q67.320-69.176 67.351-69.344L67.711-71.289L67.046-71.289Q66.945-71.317 66.945-71.418L66.976-71.520Q66.984-71.567 67.062-71.586L67.769-71.586L67.871-72.106Q67.941-72.469 68.002-72.715Q68.062-72.961 68.181-73.209Q68.300-73.457 68.507-73.614Q68.714-73.770 69.015-73.770Q69.300-73.770 69.527-73.633Q69.754-73.496 69.754-73.227Q69.754-73.039 69.634-72.901Q69.515-72.762 69.328-72.762Q69.207-72.762 69.119-72.840Q69.031-72.918 69.031-73.039Q69.031-73.168 69.105-73.272Q69.179-73.375 69.304-73.426Q69.179-73.512 69-73.512Q68.855-73.512 68.765-73.354Q68.675-73.196 68.623-72.950Q68.570-72.703 68.550-72.617Q68.480-72.223 68.457-72.114L68.359-71.586L69.160-71.586Q69.265-71.555 69.265-71.465L69.242-71.360Q69.222-71.309 69.144-71.289L68.304-71.289L67.937-69.352Q67.859-68.903 67.769-68.467Q67.679-68.032 67.525-67.586Q67.371-67.141 67.115-66.823Q66.859-66.504 66.504-66.504Q66.238-66.504 66.015-66.645Q65.793-66.785 65.793-67.047\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.628 122.924)\">\u003Cpath d=\"M71.405-68.723Q71.405-68.883 71.464-69.024L72.112-70.754Q72.206-71.028 72.206-71.184Q72.206-71.410 72.046-71.410Q71.753-71.410 71.567-71.100Q71.382-70.789 71.288-70.410Q71.276-70.336 71.206-70.336L71.046-70.336Q71.015-70.336 70.987-70.371Q70.960-70.407 70.960-70.434L70.960-70.465Q71.030-70.739 71.179-71.016Q71.327-71.293 71.556-71.479Q71.784-71.664 72.062-71.664Q72.347-71.664 72.544-71.477Q72.741-71.289 72.741-71Q72.741-70.832 72.687-70.696L72.038-68.969Q71.944-68.735 71.944-68.535Q71.944-68.313 72.105-68.313Q72.394-68.313 72.583-68.631Q72.772-68.950 72.855-69.313Q72.882-69.383 72.944-69.383L73.105-69.383Q73.144-69.383 73.167-69.354Q73.190-69.325 73.190-69.289Q73.190-69.274 73.183-69.258Q73.112-68.985 72.964-68.705Q72.815-68.426 72.589-68.242Q72.362-68.059 72.089-68.059Q71.800-68.059 71.603-68.246Q71.405-68.434 71.405-68.723M72.335-72.992Q72.335-73.157 72.462-73.280Q72.589-73.403 72.749-73.403Q72.874-73.403 72.960-73.321Q73.046-73.239 73.046-73.114Q73.046-72.950 72.915-72.826Q72.784-72.703 72.632-72.703Q72.511-72.703 72.423-72.783Q72.335-72.864 72.335-72.992M74.038-68.297Q74.038-68.344 74.046-68.360L74.640-70.754Q74.687-70.957 74.687-71.075Q74.687-71.410 74.472-71.410Q74.261-71.410 74.146-71.125Q74.030-70.840 73.921-70.410Q73.909-70.336 73.839-70.336L73.679-70.336Q73.647-70.336 73.620-70.371Q73.593-70.407 73.593-70.434L73.593-70.465Q73.714-70.953 73.911-71.309Q74.108-71.664 74.480-71.664Q74.741-71.664 74.952-71.522Q75.163-71.379 75.226-71.137Q75.640-71.664 76.233-71.664Q76.562-71.664 76.821-71.522Q77.081-71.379 77.081-71.082Q77.081-70.891 76.962-70.750Q76.843-70.610 76.655-70.610Q76.534-70.610 76.446-70.690Q76.358-70.770 76.358-70.891Q76.358-71.020 76.440-71.131Q76.522-71.242 76.640-71.282Q76.483-71.410 76.214-71.410Q75.851-71.410 75.599-71.129Q75.347-70.848 75.151-70.418L74.624-68.321Q74.593-68.207 74.501-68.133Q74.409-68.059 74.288-68.059Q74.187-68.059 74.112-68.123Q74.038-68.188 74.038-68.297\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.628 122.924)\">\u003Cpath d=\"M78.342-68.059Q77.960-68.059 77.671-68.260Q77.381-68.461 77.235-68.795Q77.088-69.129 77.088-69.504Q77.088-69.930 77.255-70.330Q77.421-70.731 77.710-71.028Q77.999-71.325 78.385-71.494Q78.772-71.664 79.198-71.664Q79.549-71.664 79.823-71.483Q80.096-71.301 80.096-70.961Q80.096-70.500 79.725-70.276Q79.354-70.051 78.885-69.998Q78.417-69.946 77.846-69.946L77.823-69.946Q77.710-69.426 77.710-69.184Q77.710-68.836 77.870-68.575Q78.030-68.313 78.358-68.313Q78.651-68.313 78.938-68.403Q79.225-68.492 79.473-68.666Q79.721-68.840 79.905-69.075Q79.936-69.106 79.975-69.106Q80.042-69.106 80.100-69.039Q80.159-68.973 80.159-68.914Q80.159-68.883 80.135-68.848Q79.924-68.582 79.639-68.407Q79.354-68.231 79.018-68.145Q78.682-68.059 78.342-68.059M77.885-70.200Q78.331-70.200 78.706-70.239Q79.081-70.278 79.395-70.448Q79.710-70.617 79.710-70.961Q79.710-71.106 79.635-71.205Q79.561-71.305 79.436-71.358Q79.311-71.410 79.182-71.410Q78.698-71.410 78.370-71.063Q78.042-70.715 77.885-70.200M80.838-66.586Q80.792-66.586 80.753-66.633Q80.713-66.680 80.713-66.731Q80.713-66.782 80.745-66.801Q81.096-67.063 81.354-67.438Q81.612-67.813 81.713-68.215Q81.585-68.137 81.432-68.137Q81.268-68.137 81.159-68.241Q81.049-68.344 81.049-68.496Q81.049-68.723 81.213-68.891Q81.378-69.059 81.608-69.059Q81.819-69.059 81.919-68.908Q82.018-68.758 82.018-68.543Q82.018-68.020 81.688-67.489Q81.358-66.957 80.905-66.610Q80.881-66.586 80.838-66.586\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.628 122.924)\">\u003Cpath d=\"M86.583-68.793Q86.583-68.903 86.607-69.008L87.599-72.985Q87.638-73.172 87.638-73.200Q87.638-73.305 87.142-73.305Q87.044-73.336 87.044-73.434L87.072-73.535Q87.079-73.582 87.158-73.602L88.212-73.688Q88.255-73.688 88.294-73.657Q88.333-73.625 88.333-73.571L87.181-68.969Q87.142-68.793 87.142-68.649Q87.142-68.313 87.357-68.313Q87.560-68.313 87.673-68.604Q87.786-68.895 87.884-69.313Q87.919-69.383 87.974-69.383L88.134-69.383Q88.173-69.383 88.197-69.354Q88.220-69.325 88.220-69.289Q88.220-69.274 88.212-69.258Q88.095-68.754 87.906-68.407Q87.716-68.059 87.341-68.059Q87.021-68.059 86.802-68.266Q86.583-68.473 86.583-68.793M89.068-68.723Q89.068-68.883 89.126-69.024L89.775-70.754Q89.868-71.028 89.868-71.184Q89.868-71.410 89.708-71.410Q89.415-71.410 89.230-71.100Q89.044-70.789 88.951-70.410Q88.939-70.336 88.868-70.336L88.708-70.336Q88.677-70.336 88.650-70.371Q88.622-70.407 88.622-70.434L88.622-70.465Q88.693-70.739 88.841-71.016Q88.990-71.293 89.218-71.479Q89.447-71.664 89.724-71.664Q90.009-71.664 90.206-71.477Q90.404-71.289 90.404-71Q90.404-70.832 90.349-70.696L89.701-68.969Q89.607-68.735 89.607-68.535Q89.607-68.313 89.767-68.313Q90.056-68.313 90.245-68.631Q90.435-68.950 90.517-69.313Q90.544-69.383 90.607-69.383L90.767-69.383Q90.806-69.383 90.829-69.354Q90.853-69.325 90.853-69.289Q90.853-69.274 90.845-69.258Q90.775-68.985 90.626-68.705Q90.478-68.426 90.251-68.242Q90.025-68.059 89.751-68.059Q89.462-68.059 89.265-68.246Q89.068-68.434 89.068-68.723M89.997-72.992Q89.997-73.157 90.124-73.280Q90.251-73.403 90.411-73.403Q90.536-73.403 90.622-73.321Q90.708-73.239 90.708-73.114Q90.708-72.950 90.577-72.826Q90.447-72.703 90.294-72.703Q90.173-72.703 90.085-72.783Q89.997-72.864 89.997-72.992M91.095-66.977Q91.095-67.160 91.220-67.297Q91.345-67.434 91.525-67.434Q91.642-67.434 91.728-67.356Q91.814-67.278 91.814-67.153Q91.814-66.942 91.630-66.809Q91.822-66.762 92.224-66.762Q92.462-66.762 92.683-66.885Q92.904-67.008 93.056-67.207Q93.208-67.407 93.271-67.649L93.486-68.512Q93.056-68.137 92.622-68.137Q92.115-68.137 91.824-68.510Q91.533-68.883 91.533-69.403Q91.533-69.766 91.683-70.172Q91.833-70.578 92.099-70.916Q92.365-71.254 92.716-71.459Q93.068-71.664 93.454-71.664Q93.685-71.664 93.870-71.553Q94.056-71.442 94.173-71.250Q94.208-71.364 94.300-71.438Q94.392-71.512 94.509-71.512Q94.618-71.512 94.689-71.448Q94.759-71.383 94.759-71.274Q94.759-71.227 94.751-71.207L93.845-67.594Q93.767-67.262 93.511-67.014Q93.255-66.766 92.911-66.635Q92.568-66.504 92.216-66.504Q91.939-66.504 91.706-66.528Q91.474-66.551 91.285-66.657Q91.095-66.762 91.095-66.977M92.638-68.395Q92.841-68.395 93.035-68.512Q93.228-68.629 93.380-68.801Q93.533-68.973 93.654-69.168L94.029-70.680Q93.993-70.977 93.847-71.194Q93.701-71.410 93.439-71.410Q93.048-71.410 92.757-70.996Q92.466-70.582 92.308-70.024Q92.150-69.465 92.150-69.082Q92.150-68.813 92.271-68.604Q92.392-68.395 92.638-68.395M95.208-68.297Q95.208-68.336 95.216-68.360L96.368-72.985Q96.408-73.172 96.408-73.200Q96.408-73.305 95.911-73.305Q95.814-73.336 95.814-73.434L95.841-73.535Q95.849-73.582 95.927-73.602L96.982-73.688Q97.033-73.688 97.068-73.658Q97.103-73.629 97.103-73.571L96.497-71.145Q96.724-71.387 97.015-71.526Q97.306-71.664 97.622-71.664Q97.900-71.664 98.107-71.565Q98.314-71.465 98.429-71.270Q98.544-71.075 98.544-70.801Q98.544-70.473 98.398-70.008Q98.251-69.543 98.033-68.969Q97.935-68.742 97.935-68.535Q97.935-68.313 98.095-68.313Q98.392-68.313 98.577-68.623Q98.763-68.934 98.857-69.313Q98.884-69.383 98.943-69.383L99.103-69.383Q99.142-69.383 99.167-69.350Q99.193-69.317 99.193-69.289Q99.193-69.274 99.185-69.258Q99.115-68.977 98.966-68.700Q98.818-68.422 98.593-68.241Q98.368-68.059 98.079-68.059Q97.794-68.059 97.597-68.246Q97.400-68.434 97.400-68.723Q97.400-68.891 97.454-69.024Q97.685-69.641 97.833-70.104Q97.982-70.567 97.982-70.907Q97.982-71.125 97.894-71.268Q97.806-71.410 97.599-71.410Q97.146-71.410 96.829-71.104Q96.513-70.797 96.286-70.313L95.790-68.305Q95.759-68.200 95.663-68.129Q95.568-68.059 95.462-68.059Q95.349-68.059 95.279-68.123Q95.208-68.188 95.208-68.297M99.951-68.793Q99.951-68.918 99.974-69.024L100.544-71.289L99.767-71.289Q99.661-71.321 99.661-71.418L99.685-71.520Q99.704-71.571 99.783-71.586L100.615-71.586L100.943-72.871Q100.966-72.989 101.062-73.063Q101.158-73.137 101.279-73.137Q101.380-73.137 101.452-73.069Q101.525-73 101.525-72.899Q101.525-72.848 101.517-72.832L101.204-71.586L101.990-71.586Q102.087-71.555 102.087-71.465L102.064-71.360Q102.056-71.309 101.974-71.289L101.134-71.289L100.552-68.969Q100.509-68.805 100.509-68.649Q100.509-68.313 100.728-68.313Q101.064-68.313 101.316-68.629Q101.568-68.946 101.712-69.336Q101.743-69.383 101.790-69.383L101.951-69.383Q101.990-69.383 102.013-69.354Q102.036-69.325 102.036-69.289Q102.036-69.274 102.029-69.258Q101.904-68.942 101.720-68.676Q101.536-68.410 101.279-68.235Q101.021-68.059 100.712-68.059Q100.497-68.059 100.326-68.151Q100.154-68.242 100.052-68.408Q99.951-68.575 99.951-68.793\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M186.908 32.936v14.696\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A Penn Treebank tree for a Brown-corpus sentence, &quot;That cold, empty sky was full of fire and light.&quot; The -PRD tag marks a non-VP predicate (here an adjective phrase) and -SBJ marks the surface subject.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:511.405px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 383.554 156.966\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg transform=\"translate(-2.208 2.392)\">\u003Cpath d=\"M-18.530-68.216L-18.530-69.789Q-18.530-69.816-18.505-69.842Q-18.479-69.867-18.452-69.867L-18.339-69.867Q-18.311-69.867-18.288-69.840Q-18.264-69.813-18.264-69.789Q-18.264-69.444-18.132-69.180Q-18-68.917-17.771-68.748Q-17.542-68.579-17.240-68.498Q-16.937-68.418-16.596-68.418Q-16.329-68.418-16.093-68.546Q-15.857-68.674-15.712-68.897Q-15.567-69.119-15.567-69.385Q-15.567-69.608-15.673-69.804Q-15.779-70.001-15.960-70.136Q-16.141-70.271-16.367-70.322L-17.395-70.554Q-17.706-70.626-17.966-70.812Q-18.226-70.999-18.378-71.270Q-18.530-71.542-18.530-71.857Q-18.530-72.243-18.317-72.550Q-18.103-72.858-17.756-73.029Q-17.409-73.200-17.030-73.200Q-16.801-73.200-16.572-73.147Q-16.343-73.094-16.144-72.986Q-15.946-72.879-15.792-72.715L-15.498-73.155Q-15.475-73.200-15.434-73.200L-15.386-73.200Q-15.355-73.200-15.333-73.174Q-15.311-73.149-15.311-73.121L-15.311-71.546Q-15.311-71.525-15.334-71.498Q-15.358-71.470-15.386-71.470L-15.498-71.470Q-15.560-71.470-15.574-71.546Q-15.615-71.959-15.796-72.279Q-15.977-72.598-16.288-72.773Q-16.599-72.947-17.030-72.947Q-17.279-72.947-17.519-72.836Q-17.758-72.725-17.908-72.527Q-18.059-72.328-18.059-72.065Q-18.059-71.853-17.951-71.672Q-17.843-71.491-17.667-71.371Q-17.491-71.252-17.283-71.211L-16.254-70.982Q-15.936-70.910-15.669-70.705Q-15.403-70.500-15.251-70.206Q-15.099-69.912-15.099-69.580Q-15.099-69.187-15.304-68.852Q-15.509-68.517-15.854-68.328Q-16.199-68.138-16.596-68.138Q-17.016-68.138-17.395-68.251Q-17.775-68.363-18.045-68.613L-18.339-68.179Q-18.366-68.138-18.404-68.138L-18.452-68.138Q-18.479-68.138-18.505-68.163Q-18.530-68.189-18.530-68.216\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-48.318 25.154)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-23.027-66.141-31.232 16.659\"\u002F>\u003Cg transform=\"translate(-44.817 47.897)\">\u003Cpath d=\"M-16.486-68.278L-18.332-68.278Q-18.370-68.278-18.394-68.314Q-18.417-68.350-18.417-68.391L-18.390-68.504Q-18.383-68.541-18.311-68.558Q-17.857-68.558-17.724-68.613Q-17.642-68.671-17.618-68.804L-16.674-72.585Q-16.667-72.602-16.662-72.632Q-16.657-72.663-16.654-72.687Q-16.654-72.779-17.207-72.779Q-17.296-72.803-17.296-72.892L-17.269-73.002Q-17.252-73.046-17.184-73.060L-15.338-73.060Q-15.300-73.060-15.276-73.027Q-15.252-72.995-15.252-72.954L-15.280-72.841Q-15.287-72.797-15.358-72.779Q-15.813-72.779-15.946-72.721Q-16.018-72.674-16.059-72.533L-17.002-68.753Q-17.016-68.685-17.016-68.651Q-17.016-68.558-16.462-68.558Q-16.373-68.534-16.373-68.452L-16.401-68.340Q-16.415-68.295-16.486-68.278\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-61.698-41.324v14.397\"\u002F>\u003Cg transform=\"translate(37.04 25.154)\">\u003Cpath d=\"M-16.268-68.237L-18.110-72.568Q-18.178-72.711-18.359-72.745Q-18.540-72.779-18.804-72.779L-18.804-73.060L-16.835-73.060L-16.835-72.779Q-17.389-72.779-17.389-72.605Q-17.385-72.595-17.384-72.585Q-17.382-72.574-17.382-72.568L-15.861-68.992L-14.429-72.380Q-14.405-72.417-14.405-72.472Q-14.405-72.632-14.555-72.706Q-14.706-72.779-14.890-72.779L-14.890-73.060L-13.342-73.060L-13.342-72.779Q-13.602-72.779-13.812-72.685Q-14.022-72.591-14.118-72.380L-15.874-68.237Q-15.926-68.138-16.021-68.138L-16.121-68.138Q-16.220-68.138-16.268-68.237M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-15.01-66.141 31.232 16.659\"\u002F>\u003Cg transform=\"translate(8.43 47.916)\">\u003Cpath d=\"M-16.268-68.237L-18.110-72.568Q-18.178-72.711-18.359-72.745Q-18.540-72.779-18.804-72.779L-18.804-73.060L-16.835-73.060L-16.835-72.779Q-17.389-72.779-17.389-72.605Q-17.385-72.595-17.384-72.585Q-17.382-72.574-17.382-72.568L-15.861-68.992L-14.429-72.380Q-14.405-72.417-14.405-72.472Q-14.405-72.632-14.555-72.706Q-14.706-72.779-14.890-72.779L-14.890-73.060L-13.342-73.060L-13.342-72.779Q-13.602-72.779-13.812-72.685Q-14.022-72.591-14.118-72.380L-15.874-68.237Q-15.926-68.138-16.021-68.138L-16.121-68.138Q-16.220-68.138-16.268-68.237\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M17.898-41.324-2.886-26.208\"\u002F>\u003Cg transform=\"translate(3.742 70.717)\">\u003Cpath d=\"M-18.031-68.739Q-17.871-68.432-17.303-68.432Q-17.071-68.432-16.845-68.505Q-16.620-68.579-16.467-68.736Q-16.315-68.893-16.315-69.126Q-16.315-69.290-16.456-69.401Q-16.596-69.512-16.780-69.553L-17.170-69.628Q-17.447-69.683-17.631-69.867Q-17.816-70.052-17.816-70.322Q-17.816-70.565-17.712-70.758Q-17.607-70.951-17.428-71.089Q-17.248-71.228-17.025-71.296Q-16.801-71.364-16.575-71.364Q-16.240-71.364-15.970-71.217Q-15.700-71.070-15.700-70.763Q-15.700-70.664-15.738-70.571Q-15.775-70.479-15.851-70.421Q-15.926-70.363-16.032-70.363Q-16.127-70.363-16.194-70.426Q-16.261-70.489-16.261-70.582Q-16.261-70.643-16.233-70.705Q-16.206-70.766-16.156-70.812Q-16.107-70.859-16.045-70.882Q-16.114-71.023-16.266-71.082Q-16.418-71.142-16.589-71.142Q-16.767-71.142-16.941-71.079Q-17.115-71.016-17.226-70.889Q-17.337-70.763-17.337-70.575Q-17.337-70.445-17.243-70.360Q-17.149-70.274-17.002-70.236L-16.609-70.161Q-16.394-70.117-16.221-70.014Q-16.049-69.912-15.945-69.749Q-15.840-69.587-15.840-69.379Q-15.840-69.132-15.972-68.895Q-16.103-68.657-16.309-68.504Q-16.715-68.210-17.317-68.210Q-17.560-68.210-17.807-68.275Q-18.055-68.340-18.223-68.490Q-18.390-68.640-18.390-68.886Q-18.390-69.068-18.289-69.201Q-18.188-69.334-18.011-69.334Q-17.901-69.334-17.826-69.268Q-17.751-69.201-17.751-69.098Q-17.751-68.975-17.831-68.873Q-17.912-68.770-18.031-68.739M-14.976-68.432Q-14.976-68.466-14.965-68.486L-13.967-72.499Q-13.930-72.595-13.930-72.687Q-13.930-72.779-14.364-72.779Q-14.449-72.807-14.449-72.892L-14.422-73.002Q-14.415-73.043-14.343-73.060L-13.393-73.135Q-13.349-73.135-13.318-73.109Q-13.287-73.084-13.287-73.032L-13.827-70.862Q-13.369-71.364-12.768-71.364Q-12.518-71.364-12.318-71.279Q-12.118-71.194-12.005-71.021Q-11.893-70.848-11.893-70.589Q-11.893-70.428-11.939-70.223Q-11.985-70.018-12.046-69.830Q-12.108-69.642-12.204-69.392Q-12.299-69.143-12.351-69.006Q-12.426-68.801-12.426-68.651Q-12.426-68.432-12.272-68.432Q-12.087-68.432-11.949-68.574Q-11.811-68.716-11.723-68.914Q-11.636-69.112-11.585-69.307Q-11.561-69.368-11.510-69.368L-11.342-69.368Q-11.308-69.368-11.286-69.343Q-11.264-69.317-11.264-69.286Q-11.264-69.273-11.270-69.259Q-11.332-69.009-11.472-68.768Q-11.612-68.528-11.822-68.369Q-12.033-68.210-12.286-68.210Q-12.559-68.210-12.745-68.374Q-12.932-68.538-12.932-68.804Q-12.932-68.941-12.880-69.054Q-12.668-69.618-12.544-70.004Q-12.419-70.390-12.419-70.677Q-12.419-70.879-12.504-71.011Q-12.590-71.142-12.785-71.142Q-13.533-71.142-14.022-70.096L-14.436-68.439Q-14.463-68.340-14.548-68.275Q-14.634-68.210-14.736-68.210Q-14.835-68.210-14.905-68.271Q-14.976-68.333-14.976-68.432M-10.508-69.413Q-10.508-69.775-10.348-70.127Q-10.187-70.479-9.902-70.765Q-9.616-71.050-9.266-71.207Q-8.915-71.364-8.546-71.364Q-8.201-71.364-7.926-71.211Q-7.651-71.057-7.494-70.780Q-7.336-70.503-7.336-70.161Q-7.336-69.669-7.620-69.216Q-7.904-68.763-8.362-68.486Q-8.820-68.210-9.298-68.210Q-9.818-68.210-10.163-68.551Q-10.508-68.893-10.508-69.413M-9.281-68.432Q-8.963-68.432-8.705-68.623Q-8.447-68.815-8.273-69.121Q-8.099-69.426-8.008-69.768Q-7.917-70.110-7.917-70.407Q-7.917-70.722-8.087-70.932Q-8.256-71.142-8.563-71.142Q-8.888-71.142-9.146-70.949Q-9.404-70.756-9.580-70.448Q-9.756-70.141-9.845-69.796Q-9.934-69.450-9.934-69.167Q-9.934-68.856-9.760-68.644Q-9.585-68.432-9.281-68.432M-6.202-68.866Q-6.202-68.962-6.181-69.054L-5.692-71.016L-6.434-71.016Q-6.523-71.040-6.523-71.129L-6.496-71.238Q-6.478-71.282-6.414-71.296L-5.621-71.296L-5.340-72.407Q-5.313-72.516-5.224-72.585Q-5.135-72.653-5.026-72.653Q-4.934-72.653-4.865-72.593Q-4.797-72.533-4.797-72.438Q-4.797-72.414-4.799-72.402Q-4.800-72.390-4.804-72.373L-5.077-71.296L-4.332-71.296Q-4.250-71.269-4.250-71.190L-4.277-71.077Q-4.284-71.033-4.356-71.016L-5.145-71.016L-5.648-69.006Q-5.679-68.852-5.679-68.746Q-5.679-68.432-5.467-68.432Q-5.166-68.432-4.932-68.710Q-4.698-68.989-4.571-69.327Q-4.544-69.368-4.503-69.368L-4.332-69.368Q-4.298-69.368-4.277-69.343Q-4.257-69.317-4.257-69.286Q-4.257-69.273-4.264-69.259Q-4.428-68.832-4.749-68.521Q-5.070-68.210-5.480-68.210Q-5.781-68.210-5.991-68.393Q-6.202-68.575-6.202-68.866\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-7.637-18.562v14.34\"\u002F>\u003Cg transform=\"translate(68.338 47.916)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m29.424-41.324 19.771 14.378\"\u002F>\u003Cg transform=\"translate(43.442 70.678)\">\u003Cpath d=\"M-15.854-68.278L-18.626-68.278L-18.626-68.558Q-17.905-68.558-17.905-68.767L-17.905-72.568Q-17.905-72.779-18.626-72.779L-18.626-73.060L-15.854-73.060Q-15.369-73.060-14.933-72.865Q-14.497-72.670-14.174-72.328Q-13.851-71.986-13.673-71.546Q-13.496-71.105-13.496-70.623Q-13.496-70.137-13.680-69.714Q-13.865-69.290-14.188-68.968Q-14.511-68.647-14.943-68.463Q-15.375-68.278-15.854-68.278M-17.242-72.568L-17.242-68.767Q-17.242-68.627-17.153-68.592Q-17.064-68.558-16.876-68.558L-16.052-68.558Q-15.427-68.558-15.023-68.820Q-14.620-69.081-14.432-69.548Q-14.244-70.014-14.244-70.623Q-14.244-71.101-14.336-71.494Q-14.429-71.887-14.678-72.185Q-14.917-72.472-15.281-72.626Q-15.645-72.779-16.052-72.779L-16.876-72.779Q-17.064-72.779-17.153-72.745Q-17.242-72.711-17.242-72.568M-12.727-69.813Q-12.727-70.134-12.602-70.423Q-12.477-70.712-12.251-70.935Q-12.026-71.159-11.730-71.279Q-11.435-71.399-11.117-71.399Q-10.789-71.399-10.527-71.299Q-10.266-71.200-10.090-71.018Q-9.914-70.835-9.820-70.577Q-9.726-70.319-9.726-69.987Q-9.726-69.895-9.808-69.874L-12.063-69.874L-12.063-69.813Q-12.063-69.225-11.780-68.842Q-11.496-68.459-10.929-68.459Q-10.607-68.459-10.339-68.652Q-10.071-68.845-9.982-69.160Q-9.975-69.201-9.900-69.215L-9.808-69.215Q-9.726-69.191-9.726-69.119Q-9.726-69.112-9.732-69.085Q-9.845-68.688-10.216-68.449Q-10.587-68.210-11.011-68.210Q-11.448-68.210-11.848-68.418Q-12.248-68.627-12.487-68.994Q-12.727-69.361-12.727-69.813M-12.057-70.083L-10.242-70.083Q-10.242-70.360-10.339-70.612Q-10.436-70.865-10.635-71.021Q-10.833-71.176-11.117-71.176Q-11.394-71.176-11.607-71.018Q-11.821-70.859-11.939-70.604Q-12.057-70.349-12.057-70.083M-8.611-69.119L-8.611-71.016L-9.250-71.016L-9.250-71.238Q-8.933-71.238-8.716-71.448Q-8.498-71.658-8.398-71.968Q-8.297-72.277-8.297-72.585L-8.030-72.585L-8.030-71.296L-6.954-71.296L-6.954-71.016L-8.030-71.016L-8.030-69.132Q-8.030-68.856-7.926-68.657Q-7.822-68.459-7.562-68.459Q-7.405-68.459-7.299-68.563Q-7.193-68.668-7.143-68.821Q-7.094-68.975-7.094-69.132L-7.094-69.546L-6.827-69.546L-6.827-69.119Q-6.827-68.893-6.926-68.683Q-7.025-68.473-7.210-68.341Q-7.394-68.210-7.623-68.210Q-8.061-68.210-8.336-68.447Q-8.611-68.685-8.611-69.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M50.505-18.562 35.227-4.183\"\u002F>\u003Cg transform=\"translate(45.063 92.556)\">\u003Cpath d=\"M-17.115-68.210Q-17.419-68.210-17.654-68.367Q-17.888-68.524-18.009-68.787Q-18.130-69.050-18.130-69.355Q-18.130-69.806-17.888-70.279Q-17.645-70.753-17.238-71.059Q-16.831-71.364-16.367-71.364Q-16.158-71.364-15.979-71.267Q-15.799-71.170-15.686-70.995Q-15.663-71.101-15.572-71.166Q-15.481-71.231-15.379-71.231Q-15.276-71.231-15.211-71.170Q-15.146-71.108-15.146-71.016Q-15.146-71.006-15.164-70.937L-15.645-69.006Q-15.673-68.835-15.673-68.746Q-15.673-68.432-15.464-68.432Q-15.276-68.432-15.175-68.681Q-15.075-68.931-14.979-69.307Q-14.955-69.368-14.904-69.368L-14.736-69.368Q-14.702-69.368-14.680-69.343Q-14.658-69.317-14.658-69.286Q-14.658-69.273-14.665-69.259Q-14.924-68.210-15.478-68.210Q-15.710-68.210-15.907-68.333Q-16.103-68.456-16.168-68.671Q-16.630-68.210-17.115-68.210M-17.102-68.432Q-16.828-68.432-16.579-68.644Q-16.329-68.856-16.148-69.146L-15.820-70.469Q-15.851-70.732-15.992-70.937Q-16.134-71.142-16.380-71.142Q-16.743-71.142-17.014-70.777Q-17.286-70.411-17.428-69.913Q-17.570-69.416-17.570-69.068Q-17.570-68.815-17.454-68.623Q-17.337-68.432-17.102-68.432M-13.742-68.425Q-13.742-68.466-13.735-68.486L-13.215-70.568Q-13.181-70.705-13.181-70.824Q-13.181-70.954-13.227-71.048Q-13.273-71.142-13.390-71.142Q-13.496-71.142-13.576-71.050Q-13.656-70.958-13.716-70.812Q-13.776-70.667-13.817-70.512Q-13.858-70.356-13.882-70.267Q-13.892-70.202-13.950-70.202L-14.118-70.202Q-14.148-70.202-14.172-70.233Q-14.196-70.264-14.196-70.288L-14.196-70.315Q-14.077-70.763-13.895-71.064Q-13.714-71.364-13.376-71.364Q-13.202-71.364-13.041-71.293Q-12.880-71.221-12.781-71.089Q-12.682-70.958-12.662-70.783Q-12.443-71.050-12.151-71.207Q-11.858-71.364-11.530-71.364Q-11.281-71.364-11.081-71.279Q-10.881-71.194-10.768-71.021Q-10.655-70.848-10.655-70.589Q-10.655-70.428-10.701-70.223Q-10.748-70.018-10.816-69.808Q-10.884-69.597-10.987-69.329Q-11.089-69.061-11.110-69.006Q-11.185-68.801-11.185-68.651Q-11.185-68.432-11.031-68.432Q-10.847-68.432-10.708-68.574Q-10.570-68.716-10.483-68.914Q-10.395-69.112-10.344-69.307Q-10.320-69.368-10.269-69.368L-10.102-69.368Q-10.067-69.368-10.045-69.339Q-10.023-69.310-10.023-69.286Q-10.023-69.273-10.030-69.259Q-10.091-69.009-10.233-68.767Q-10.375-68.524-10.583-68.367Q-10.792-68.210-11.045-68.210Q-11.318-68.210-11.505-68.374Q-11.691-68.538-11.691-68.804Q-11.691-68.951-11.640-69.054Q-11.428-69.618-11.303-70.004Q-11.178-70.390-11.178-70.677Q-11.178-70.882-11.267-71.012Q-11.356-71.142-11.551-71.142Q-12.306-71.142-12.788-70.083L-13.195-68.452Q-13.222-68.346-13.313-68.278Q-13.403-68.210-13.509-68.210Q-13.602-68.210-13.672-68.271Q-13.742-68.333-13.742-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M30.774 4.2v15.263\"\u002F>\u003Cg transform=\"translate(89.933 70.678)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-12.846-69.761Q-12.846-70.103-12.711-70.402Q-12.576-70.701-12.337-70.925Q-12.098-71.149-11.780-71.274Q-11.462-71.399-11.130-71.399Q-10.686-71.399-10.286-71.183Q-9.886-70.968-9.652-70.590Q-9.418-70.213-9.418-69.761Q-9.418-69.420-9.560-69.136Q-9.702-68.852-9.946-68.645Q-10.190-68.439-10.500-68.324Q-10.809-68.210-11.130-68.210Q-11.561-68.210-11.963-68.411Q-12.364-68.613-12.605-68.965Q-12.846-69.317-12.846-69.761M-11.130-68.459Q-10.529-68.459-10.305-68.837Q-10.081-69.215-10.081-69.847Q-10.081-70.459-10.315-70.818Q-10.549-71.176-11.130-71.176Q-12.183-71.176-12.183-69.847Q-12.183-69.215-11.957-68.837Q-11.732-68.459-11.130-68.459M-7.142-68.278L-8.775-68.278L-8.775-68.558Q-8.546-68.558-8.398-68.592Q-8.249-68.627-8.249-68.767L-8.249-70.616Q-8.249-70.886-8.357-70.947Q-8.464-71.009-8.775-71.009L-8.775-71.289L-7.716-71.364L-7.716-70.715Q-7.545-71.023-7.241-71.194Q-6.936-71.364-6.591-71.364Q-6.191-71.364-5.915-71.224Q-5.638-71.084-5.552-70.736Q-5.385-71.029-5.086-71.197Q-4.787-71.364-4.441-71.364Q-3.936-71.364-3.652-71.141Q-3.368-70.917-3.368-70.421L-3.368-68.767Q-3.368-68.630-3.219-68.594Q-3.071-68.558-2.845-68.558L-2.845-68.278L-4.476-68.278L-4.476-68.558Q-4.250-68.558-4.100-68.594Q-3.949-68.630-3.949-68.767L-3.949-70.407Q-3.949-70.742-4.069-70.942Q-4.188-71.142-4.503-71.142Q-4.773-71.142-5.007-71.006Q-5.241-70.869-5.380-70.635Q-5.518-70.401-5.518-70.127L-5.518-68.767Q-5.518-68.630-5.369-68.594Q-5.221-68.558-4.995-68.558L-4.995-68.278L-6.625-68.278L-6.625-68.558Q-6.396-68.558-6.248-68.592Q-6.099-68.627-6.099-68.767L-6.099-70.407Q-6.099-70.742-6.219-70.942Q-6.338-71.142-6.653-71.142Q-6.923-71.142-7.157-71.006Q-7.391-70.869-7.529-70.635Q-7.668-70.401-7.668-70.127L-7.668-68.767Q-7.668-68.630-7.518-68.594Q-7.367-68.558-7.142-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M59.412-18.562 74.69-4.183\"\u002F>\u003Cg transform=\"translate(65.748 93.44)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-12.846-69.761Q-12.846-70.103-12.711-70.402Q-12.576-70.701-12.337-70.925Q-12.098-71.149-11.780-71.274Q-11.462-71.399-11.130-71.399Q-10.686-71.399-10.286-71.183Q-9.886-70.968-9.652-70.590Q-9.418-70.213-9.418-69.761Q-9.418-69.420-9.560-69.136Q-9.702-68.852-9.946-68.645Q-10.190-68.439-10.500-68.324Q-10.809-68.210-11.130-68.210Q-11.561-68.210-11.963-68.411Q-12.364-68.613-12.605-68.965Q-12.846-69.317-12.846-69.761M-11.130-68.459Q-10.529-68.459-10.305-68.837Q-10.081-69.215-10.081-69.847Q-10.081-70.459-10.315-70.818Q-10.549-71.176-11.130-71.176Q-12.183-71.176-12.183-69.847Q-12.183-69.215-11.957-68.837Q-11.732-68.459-11.130-68.459M-7.142-68.278L-8.775-68.278L-8.775-68.558Q-8.546-68.558-8.398-68.592Q-8.249-68.627-8.249-68.767L-8.249-70.616Q-8.249-70.886-8.357-70.947Q-8.464-71.009-8.775-71.009L-8.775-71.289L-7.716-71.364L-7.716-70.715Q-7.545-71.023-7.241-71.194Q-6.936-71.364-6.591-71.364Q-6.191-71.364-5.915-71.224Q-5.638-71.084-5.552-70.736Q-5.385-71.029-5.086-71.197Q-4.787-71.364-4.441-71.364Q-3.936-71.364-3.652-71.141Q-3.368-70.917-3.368-70.421L-3.368-68.767Q-3.368-68.630-3.219-68.594Q-3.071-68.558-2.845-68.558L-2.845-68.278L-4.476-68.278L-4.476-68.558Q-4.250-68.558-4.100-68.594Q-3.949-68.630-3.949-68.767L-3.949-70.407Q-3.949-70.742-4.069-70.942Q-4.188-71.142-4.503-71.142Q-4.773-71.142-5.007-71.006Q-5.241-70.869-5.380-70.635Q-5.518-70.401-5.518-70.127L-5.518-68.767Q-5.518-68.630-5.369-68.594Q-5.221-68.558-4.995-68.558L-4.995-68.278L-6.625-68.278L-6.625-68.558Q-6.396-68.558-6.248-68.592Q-6.099-68.627-6.099-68.767L-6.099-70.407Q-6.099-70.742-6.219-70.942Q-6.338-71.142-6.653-71.142Q-6.923-71.142-7.157-71.006Q-7.391-70.869-7.529-70.635Q-7.668-70.401-7.668-70.127L-7.668-68.767Q-7.668-68.630-7.518-68.594Q-7.367-68.558-7.142-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M74.69 4.2 59.412 18.579\"\u002F>\u003Cg transform=\"translate(58.716 115.561)\">\u003Cpath d=\"M-17.522-69.221Q-17.522-68.903-17.361-68.668Q-17.201-68.432-16.896-68.432Q-16.630-68.432-16.362-68.512Q-16.093-68.592-15.868-68.741Q-15.642-68.890-15.478-69.098Q-15.451-69.126-15.413-69.126Q-15.358-69.126-15.295-69.059Q-15.232-68.992-15.232-68.945Q-15.232-68.907-15.252-68.886Q-15.447-68.647-15.717-68.495Q-15.987-68.343-16.291-68.276Q-16.596-68.210-16.914-68.210Q-17.269-68.210-17.537-68.384Q-17.806-68.558-17.947-68.854Q-18.089-69.150-18.089-69.502Q-18.089-70.014-17.821-70.442Q-17.553-70.869-17.112-71.117Q-16.671-71.364-16.162-71.364Q-15.840-71.364-15.579-71.211Q-15.317-71.057-15.317-70.749Q-15.317-70.346-15.671-70.149Q-16.025-69.953-16.461-69.907Q-16.896-69.861-17.409-69.861L-17.430-69.861Q-17.522-69.450-17.522-69.221M-17.375-70.083Q-16.975-70.083-16.625-70.117Q-16.274-70.151-15.977-70.296Q-15.680-70.442-15.680-70.742Q-15.680-70.927-15.833-71.035Q-15.987-71.142-16.179-71.142Q-16.479-71.142-16.722-70.997Q-16.965-70.852-17.127-70.614Q-17.290-70.377-17.375-70.083M-14.436-68.866Q-14.436-68.958-14.415-69.040L-13.554-72.499Q-13.516-72.595-13.516-72.687Q-13.516-72.779-13.950-72.779Q-14.036-72.807-14.036-72.892L-14.008-73.002Q-14.001-73.043-13.930-73.060L-12.979-73.135Q-12.942-73.135-12.908-73.108Q-12.873-73.080-12.873-73.032L-13.882-69.006Q-13.909-68.835-13.909-68.746Q-13.909-68.432-13.701-68.432Q-13.516-68.432-13.405-68.705Q-13.294-68.979-13.222-69.307Q-13.198-69.368-13.147-69.368L-12.979-69.368Q-12.945-69.368-12.923-69.343Q-12.901-69.317-12.901-69.286Q-12.901-69.273-12.908-69.259Q-12.976-68.989-13.067-68.763Q-13.157-68.538-13.321-68.374Q-13.485-68.210-13.714-68.210Q-14.015-68.210-14.225-68.393Q-14.436-68.575-14.436-68.866M-11.551-69.221Q-11.551-68.903-11.390-68.668Q-11.229-68.432-10.925-68.432Q-10.659-68.432-10.390-68.512Q-10.122-68.592-9.896-68.741Q-9.671-68.890-9.507-69.098Q-9.479-69.126-9.442-69.126Q-9.387-69.126-9.324-69.059Q-9.261-68.992-9.261-68.945Q-9.261-68.907-9.281-68.886Q-9.476-68.647-9.746-68.495Q-10.016-68.343-10.320-68.276Q-10.624-68.210-10.942-68.210Q-11.298-68.210-11.566-68.384Q-11.834-68.558-11.976-68.854Q-12.118-69.150-12.118-69.502Q-12.118-70.014-11.850-70.442Q-11.581-70.869-11.141-71.117Q-10.700-71.364-10.190-71.364Q-9.869-71.364-9.608-71.211Q-9.346-71.057-9.346-70.749Q-9.346-70.346-9.700-70.149Q-10.054-69.953-10.489-69.907Q-10.925-69.861-11.438-69.861L-11.458-69.861Q-11.551-69.450-11.551-69.221M-11.404-70.083Q-11.004-70.083-10.654-70.117Q-10.303-70.151-10.006-70.296Q-9.708-70.442-9.708-70.742Q-9.708-70.927-9.862-71.035Q-10.016-71.142-10.207-71.142Q-10.508-71.142-10.751-70.997Q-10.994-70.852-11.156-70.614Q-11.318-70.377-11.404-70.083M-7.504-66.921L-8.892-66.921Q-8.926-66.921-8.950-66.957Q-8.974-66.993-8.974-67.024L-8.946-67.136Q-8.919-67.195-8.868-67.201Q-8.642-67.201-8.562-67.239Q-8.481-67.277-8.434-67.444L-7.658-70.568Q-7.623-70.705-7.623-70.824Q-7.623-70.954-7.670-71.048Q-7.716-71.142-7.832-71.142Q-7.938-71.142-8.018-71.050Q-8.099-70.958-8.158-70.812Q-8.218-70.667-8.259-70.512Q-8.300-70.356-8.324-70.267Q-8.334-70.202-8.393-70.202L-8.560-70.202Q-8.591-70.202-8.615-70.233Q-8.639-70.264-8.639-70.288L-8.639-70.315Q-8.519-70.763-8.338-71.064Q-8.157-71.364-7.818-71.364Q-7.582-71.364-7.388-71.245Q-7.193-71.125-7.128-70.903Q-6.680-71.364-6.181-71.364Q-5.873-71.364-5.641-71.205Q-5.409-71.047-5.287-70.783Q-5.166-70.520-5.166-70.216Q-5.166-69.755-5.407-69.286Q-5.648-68.818-6.056-68.514Q-6.465-68.210-6.930-68.210Q-7.138-68.210-7.314-68.305Q-7.490-68.401-7.610-68.579L-7.904-67.396Q-7.924-67.335-7.924-67.270Q-7.924-67.201-7.483-67.201Q-7.398-67.174-7.398-67.089L-7.429-66.976Q-7.456-66.928-7.504-66.921M-6.916-68.432Q-6.554-68.432-6.282-68.798Q-6.010-69.163-5.868-69.657Q-5.727-70.151-5.727-70.503Q-5.727-70.759-5.843-70.951Q-5.959-71.142-6.195-71.142Q-6.475-71.142-6.721-70.930Q-6.967-70.718-7.148-70.428L-7.477-69.105Q-7.446-68.842-7.304-68.637Q-7.162-68.432-6.916-68.432M-4.370-68.432Q-4.370-68.466-4.359-68.486L-3.361-72.499Q-3.324-72.595-3.324-72.687Q-3.324-72.779-3.758-72.779Q-3.843-72.807-3.843-72.892L-3.816-73.002Q-3.809-73.043-3.737-73.060L-2.787-73.135Q-2.743-73.135-2.712-73.109Q-2.681-73.084-2.681-73.032L-3.221-70.862Q-2.763-71.364-2.162-71.364Q-1.912-71.364-1.712-71.279Q-1.512-71.194-1.399-71.021Q-1.287-70.848-1.287-70.589Q-1.287-70.428-1.333-70.223Q-1.379-70.018-1.440-69.830Q-1.502-69.642-1.598-69.392Q-1.693-69.143-1.745-69.006Q-1.820-68.801-1.820-68.651Q-1.820-68.432-1.666-68.432Q-1.481-68.432-1.343-68.574Q-1.205-68.716-1.117-68.914Q-1.030-69.112-0.979-69.307Q-0.955-69.368-0.904-69.368L-0.736-69.368Q-0.702-69.368-0.680-69.343Q-0.658-69.317-0.658-69.286Q-0.658-69.273-0.665-69.259Q-0.726-69.009-0.866-68.768Q-1.006-68.528-1.217-68.369Q-1.427-68.210-1.680-68.210Q-1.953-68.210-2.139-68.374Q-2.326-68.538-2.326-68.804Q-2.326-68.941-2.274-69.054Q-2.062-69.618-1.938-70.004Q-1.813-70.390-1.813-70.677Q-1.813-70.879-1.898-71.011Q-1.984-71.142-2.179-71.142Q-2.927-71.142-3.416-70.096L-3.830-68.439Q-3.857-68.340-3.942-68.275Q-4.028-68.210-4.130-68.210Q-4.229-68.210-4.300-68.271Q-4.370-68.333-4.370-68.432M1.106-68.210Q0.802-68.210 0.568-68.367Q0.334-68.524 0.212-68.787Q0.091-69.050 0.091-69.355Q0.091-69.806 0.334-70.279Q0.576-70.753 0.983-71.059Q1.390-71.364 1.855-71.364Q2.063-71.364 2.242-71.267Q2.422-71.170 2.535-70.995Q2.559-71.101 2.649-71.166Q2.740-71.231 2.842-71.231Q2.945-71.231 3.010-71.170Q3.075-71.108 3.075-71.016Q3.075-71.006 3.058-70.937L2.576-69.006Q2.548-68.835 2.548-68.746Q2.548-68.432 2.757-68.432Q2.945-68.432 3.046-68.681Q3.147-68.931 3.242-69.307Q3.266-69.368 3.317-69.368L3.485-69.368Q3.519-69.368 3.541-69.343Q3.564-69.317 3.564-69.286Q3.564-69.273 3.557-69.259Q3.297-68.210 2.743-68.210Q2.511-68.210 2.314-68.333Q2.118-68.456 2.053-68.671Q1.591-68.210 1.106-68.210M1.120-68.432Q1.393-68.432 1.643-68.644Q1.892-68.856 2.073-69.146L2.401-70.469Q2.371-70.732 2.229-70.937Q2.087-71.142 1.841-71.142Q1.479-71.142 1.207-70.777Q0.935-70.411 0.793-69.913Q0.651-69.416 0.651-69.068Q0.651-68.815 0.768-68.623Q0.884-68.432 1.120-68.432M4.480-68.425Q4.480-68.466 4.486-68.486L5.006-70.568Q5.040-70.705 5.040-70.824Q5.040-70.954 4.994-71.048Q4.948-71.142 4.832-71.142Q4.726-71.142 4.645-71.050Q4.565-70.958 4.505-70.812Q4.445-70.667 4.404-70.512Q4.363-70.356 4.339-70.267Q4.329-70.202 4.271-70.202L4.104-70.202Q4.073-70.202 4.049-70.233Q4.025-70.264 4.025-70.288L4.025-70.315Q4.145-70.763 4.326-71.064Q4.507-71.364 4.845-71.364Q5.020-71.364 5.180-71.293Q5.341-71.221 5.440-71.089Q5.539-70.958 5.560-70.783Q5.778-71.050 6.071-71.207Q6.363-71.364 6.691-71.364Q6.940-71.364 7.140-71.279Q7.340-71.194 7.453-71.021Q7.566-70.848 7.566-70.589Q7.566-70.428 7.520-70.223Q7.474-70.018 7.405-69.808Q7.337-69.597 7.234-69.329Q7.132-69.061 7.111-69.006Q7.036-68.801 7.036-68.651Q7.036-68.432 7.190-68.432Q7.375-68.432 7.513-68.574Q7.651-68.716 7.739-68.914Q7.826-69.112 7.877-69.307Q7.901-69.368 7.952-69.368L8.120-69.368Q8.154-69.368 8.176-69.339Q8.198-69.310 8.198-69.286Q8.198-69.273 8.191-69.259Q8.130-69.009 7.988-68.767Q7.846-68.524 7.638-68.367Q7.429-68.210 7.176-68.210Q6.903-68.210 6.717-68.374Q6.530-68.538 6.530-68.804Q6.530-68.951 6.582-69.054Q6.794-69.618 6.918-70.004Q7.043-70.390 7.043-70.677Q7.043-70.882 6.954-71.012Q6.865-71.142 6.670-71.142Q5.915-71.142 5.433-70.083L5.026-68.452Q4.999-68.346 4.908-68.278Q4.818-68.210 4.712-68.210Q4.620-68.210 4.550-68.271Q4.480-68.333 4.480-68.425M9.032-68.866Q9.032-68.962 9.053-69.054L9.542-71.016L8.800-71.016Q8.711-71.040 8.711-71.129L8.738-71.238Q8.755-71.282 8.820-71.296L9.613-71.296L9.894-72.407Q9.921-72.516 10.010-72.585Q10.099-72.653 10.208-72.653Q10.300-72.653 10.369-72.593Q10.437-72.533 10.437-72.438Q10.437-72.414 10.435-72.402Q10.434-72.390 10.430-72.373L10.157-71.296L10.902-71.296Q10.984-71.269 10.984-71.190L10.957-71.077Q10.950-71.033 10.878-71.016L10.088-71.016L9.586-69.006Q9.555-68.852 9.555-68.746Q9.555-68.432 9.767-68.432Q10.068-68.432 10.302-68.710Q10.536-68.989 10.663-69.327Q10.690-69.368 10.731-69.368L10.902-69.368Q10.936-69.368 10.957-69.343Q10.977-69.317 10.977-69.286Q10.977-69.273 10.970-69.259Q10.806-68.832 10.485-68.521Q10.164-68.210 9.753-68.210Q9.453-68.210 9.242-68.393Q9.032-68.575 9.032-68.866\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M54.959 26.962v13.66\"\u002F>\u003Cg transform=\"translate(116.972 93.44)\">\u003Cpath d=\"M-16.493-68.278L-18.626-68.278L-18.626-68.558Q-17.905-68.558-17.905-68.767L-17.905-72.568Q-17.905-72.779-18.626-72.779L-18.626-73.060L-15.960-73.060Q-15.550-73.060-15.129-72.906Q-14.709-72.752-14.425-72.448Q-14.142-72.144-14.142-71.730Q-14.142-71.412-14.309-71.166Q-14.477-70.920-14.753-70.754Q-15.030-70.589-15.352-70.505Q-15.673-70.421-15.960-70.421L-17.214-70.421L-17.214-68.767Q-17.214-68.558-16.493-68.558L-16.493-68.278M-17.242-72.568L-17.242-70.671L-16.155-70.671Q-15.546-70.671-15.232-70.908Q-14.917-71.146-14.917-71.730Q-14.917-72.123-15.063-72.357Q-15.208-72.591-15.480-72.685Q-15.751-72.779-16.155-72.779L-16.876-72.779Q-17.064-72.779-17.153-72.745Q-17.242-72.711-17.242-72.568M-11.123-68.278L-13.256-68.278L-13.256-68.558Q-12.535-68.558-12.535-68.767L-12.535-72.568Q-12.535-72.779-13.256-72.779L-13.256-73.060L-10.590-73.060Q-10.180-73.060-9.760-72.906Q-9.339-72.752-9.056-72.448Q-8.772-72.144-8.772-71.730Q-8.772-71.412-8.939-71.166Q-9.107-70.920-9.384-70.754Q-9.661-70.589-9.982-70.505Q-10.303-70.421-10.590-70.421L-11.845-70.421L-11.845-68.767Q-11.845-68.558-11.123-68.558L-11.123-68.278M-11.872-72.568L-11.872-70.671L-10.785-70.671Q-10.177-70.671-9.862-70.908Q-9.548-71.146-9.548-71.730Q-9.548-72.123-9.693-72.357Q-9.838-72.591-10.110-72.685Q-10.382-72.779-10.785-72.779L-11.506-72.779Q-11.694-72.779-11.783-72.745Q-11.872-72.711-11.872-72.568\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m83.597 4.2 15.278 14.379\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(95.553 115.429)\">\u003Cpath d=\"M-17.970-68.804Q-17.970-68.927-17.918-69.054L-17.331-70.568Q-17.255-70.770-17.255-70.924Q-17.255-71.142-17.416-71.142Q-17.672-71.142-17.838-70.877Q-18.004-70.612-18.103-70.267Q-18.113-70.202-18.171-70.202L-18.339-70.202Q-18.370-70.202-18.394-70.233Q-18.417-70.264-18.417-70.288L-18.417-70.315Q-18.349-70.575-18.209-70.812Q-18.069-71.050-17.859-71.207Q-17.648-71.364-17.395-71.364Q-17.132-71.364-16.941-71.200Q-16.749-71.036-16.749-70.770Q-16.749-70.664-16.801-70.517L-17.389-69.006Q-17.464-68.801-17.464-68.651Q-17.464-68.432-17.310-68.432Q-17.043-68.432-16.874-68.705Q-16.705-68.979-16.626-69.307Q-16.596-69.368-16.548-69.368L-16.380-69.368Q-16.346-69.368-16.324-69.339Q-16.302-69.310-16.302-69.286Q-16.302-69.273-16.309-69.259Q-16.370-69.009-16.512-68.767Q-16.654-68.524-16.862-68.367Q-17.071-68.210-17.324-68.210Q-17.594-68.210-17.782-68.374Q-17.970-68.538-17.970-68.804M-17.129-72.527Q-17.129-72.667-17.019-72.776Q-16.910-72.885-16.767-72.885Q-16.657-72.885-16.582-72.814Q-16.507-72.742-16.507-72.632Q-16.507-72.489-16.621-72.381Q-16.736-72.274-16.876-72.274Q-16.982-72.274-17.055-72.344Q-17.129-72.414-17.129-72.527M-15.386-68.425Q-15.386-68.466-15.379-68.486L-14.859-70.568Q-14.825-70.705-14.825-70.824Q-14.825-70.954-14.871-71.048Q-14.917-71.142-15.034-71.142Q-15.140-71.142-15.220-71.050Q-15.300-70.958-15.360-70.812Q-15.420-70.667-15.461-70.512Q-15.502-70.356-15.526-70.267Q-15.536-70.202-15.594-70.202L-15.762-70.202Q-15.792-70.202-15.816-70.233Q-15.840-70.264-15.840-70.288L-15.840-70.315Q-15.721-70.763-15.540-71.064Q-15.358-71.364-15.020-71.364Q-14.846-71.364-14.685-71.293Q-14.524-71.221-14.425-71.089Q-14.326-70.958-14.306-70.783Q-14.087-71.050-13.795-71.207Q-13.502-71.364-13.174-71.364Q-12.925-71.364-12.725-71.279Q-12.525-71.194-12.412-71.021Q-12.299-70.848-12.299-70.589Q-12.299-70.428-12.345-70.223Q-12.392-70.018-12.460-69.808Q-12.528-69.597-12.631-69.329Q-12.733-69.061-12.754-69.006Q-12.829-68.801-12.829-68.651Q-12.829-68.432-12.675-68.432Q-12.491-68.432-12.352-68.574Q-12.214-68.716-12.127-68.914Q-12.040-69.112-11.988-69.307Q-11.964-69.368-11.913-69.368L-11.746-69.368Q-11.711-69.368-11.689-69.339Q-11.667-69.310-11.667-69.286Q-11.667-69.273-11.674-69.259Q-11.735-69.009-11.877-68.767Q-12.019-68.524-12.227-68.367Q-12.436-68.210-12.689-68.210Q-12.962-68.210-13.149-68.374Q-13.335-68.538-13.335-68.804Q-13.335-68.951-13.284-69.054Q-13.072-69.618-12.947-70.004Q-12.822-70.390-12.822-70.677Q-12.822-70.882-12.911-71.012Q-13-71.142-13.195-71.142Q-13.950-71.142-14.432-70.083L-14.839-68.452Q-14.866-68.346-14.957-68.278Q-15.047-68.210-15.153-68.210Q-15.246-68.210-15.316-68.271Q-15.386-68.333-15.386-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(95.553 115.429)\">\u003Cpath d=\"M-7.763-68.425Q-7.763-68.466-7.756-68.486L-7.236-70.568Q-7.202-70.705-7.202-70.824Q-7.202-70.954-7.248-71.048Q-7.295-71.142-7.411-71.142Q-7.517-71.142-7.597-71.050Q-7.677-70.958-7.737-70.812Q-7.797-70.667-7.838-70.512Q-7.879-70.356-7.903-70.267Q-7.913-70.202-7.971-70.202L-8.139-70.202Q-8.170-70.202-8.194-70.233Q-8.217-70.264-8.217-70.288L-8.217-70.315Q-8.098-70.763-7.917-71.064Q-7.736-71.364-7.397-71.364Q-7.223-71.364-7.062-71.293Q-6.902-71.221-6.802-71.088Q-6.703-70.954-6.683-70.777Q-6.191-71.364-5.551-71.364Q-5.196-71.364-4.958-71.207Q-4.721-71.050-4.676-70.715Q-4.533-70.906-4.345-71.055Q-4.157-71.204-3.942-71.284Q-3.726-71.364-3.490-71.364Q-3.241-71.364-3.041-71.279Q-2.841-71.194-2.728-71.021Q-2.615-70.848-2.615-70.589Q-2.615-70.428-2.662-70.223Q-2.708-70.018-2.769-69.830Q-2.831-69.642-2.926-69.392Q-3.022-69.143-3.073-69.006Q-3.149-68.801-3.149-68.651Q-3.149-68.432-2.995-68.432Q-2.810-68.432-2.672-68.574Q-2.533-68.716-2.446-68.914Q-2.359-69.112-2.308-69.307Q-2.284-69.368-2.233-69.368L-2.065-69.368Q-2.031-69.368-2.009-69.343Q-1.986-69.317-1.986-69.286Q-1.986-69.273-1.993-69.259Q-2.055-69.009-2.195-68.768Q-2.335-68.528-2.545-68.369Q-2.756-68.210-3.008-68.210Q-3.282-68.210-3.468-68.374Q-3.654-68.538-3.654-68.804Q-3.654-68.941-3.603-69.054Q-3.391-69.618-3.267-70.004Q-3.142-70.390-3.142-70.677Q-3.142-70.882-3.231-71.012Q-3.319-71.142-3.514-71.142Q-4.263-71.142-4.752-70.083L-5.158-68.452Q-5.186-68.346-5.276-68.278Q-5.367-68.210-5.473-68.210Q-5.565-68.210-5.635-68.271Q-5.705-68.333-5.705-68.425Q-5.705-68.466-5.698-68.486L-5.251-70.267Q-5.193-70.520-5.193-70.677Q-5.193-70.882-5.283-71.012Q-5.374-71.142-5.565-71.142Q-6.331-71.142-6.809-70.076L-7.216-68.452Q-7.243-68.346-7.334-68.278Q-7.424-68.210-7.530-68.210Q-7.623-68.210-7.693-68.271Q-7.763-68.333-7.763-68.425M-1.238-67.458Q-1.238-67.635-1.135-67.767Q-1.033-67.899-0.859-67.899Q-0.746-67.899-0.672-67.834Q-0.599-67.769-0.599-67.663Q-0.599-67.543-0.679-67.441Q-0.759-67.338-0.879-67.304Q-0.824-67.191-0.708-67.133Q-0.592-67.075-0.452-67.075Q-0.127-67.075 0.124-67.290Q0.375-67.506 0.533-67.829Q0.690-68.152 0.772-68.480Q0.457-68.210 0.078-68.210Q-0.360-68.210-0.616-68.430Q-0.872-68.651-0.872-69.074Q-0.872-69.235-0.835-69.428Q-0.797-69.621-0.734-69.808Q-0.671-69.994-0.595-70.189Q-0.520-70.383-0.445-70.568Q-0.370-70.770-0.370-70.924Q-0.370-71.142-0.524-71.142Q-0.787-71.142-0.953-70.877Q-1.118-70.612-1.217-70.267Q-1.228-70.202-1.286-70.202L-1.453-70.202Q-1.484-70.202-1.508-70.233Q-1.532-70.264-1.532-70.288L-1.532-70.315Q-1.464-70.575-1.323-70.812Q-1.183-71.050-0.973-71.207Q-0.763-71.364-0.510-71.364Q-0.247-71.364-0.055-71.200Q0.136-71.036 0.136-70.770Q0.136-70.636 0.085-70.517Q0.006-70.315-0.083-70.083Q-0.172-69.850-0.221-69.691Q-0.271-69.532-0.310-69.344Q-0.349-69.156-0.349-68.986Q-0.349-68.746-0.242-68.589Q-0.134-68.432 0.092-68.432Q0.580-68.432 0.919-69.085L1.414-71.050Q1.449-71.163 1.532-71.229Q1.616-71.296 1.722-71.296Q1.818-71.296 1.886-71.235Q1.954-71.173 1.954-71.077Q1.954-71.036 1.948-71.016L1.261-68.251Q1.196-67.977 1.028-67.721Q0.861-67.465 0.620-67.266Q0.379-67.068 0.098-66.959Q-0.182-66.849-0.469-66.849Q-0.766-66.849-1.002-67.012Q-1.238-67.174-1.238-67.458\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(95.553 115.429)\">\u003Cpath d=\"M6.612-66.921L5.225-66.921Q5.190-66.921 5.167-66.957Q5.143-66.993 5.143-67.024L5.170-67.136Q5.197-67.195 5.249-67.201Q5.474-67.201 5.554-67.239Q5.635-67.277 5.683-67.444L6.459-70.568Q6.493-70.705 6.493-70.824Q6.493-70.954 6.447-71.048Q6.400-71.142 6.284-71.142Q6.178-71.142 6.098-71.050Q6.018-70.958 5.958-70.812Q5.898-70.667 5.857-70.512Q5.816-70.356 5.792-70.267Q5.782-70.202 5.724-70.202L5.556-70.202Q5.525-70.202 5.501-70.233Q5.478-70.264 5.478-70.288L5.478-70.315Q5.597-70.763 5.778-71.064Q5.959-71.364 6.298-71.364Q6.534-71.364 6.729-71.245Q6.923-71.125 6.988-70.903Q7.436-71.364 7.935-71.364Q8.243-71.364 8.475-71.205Q8.708-71.047 8.829-70.783Q8.950-70.520 8.950-70.216Q8.950-69.755 8.709-69.286Q8.468-68.818 8.060-68.514Q7.651-68.210 7.187-68.210Q6.978-68.210 6.802-68.305Q6.626-68.401 6.506-68.579L6.212-67.396Q6.192-67.335 6.192-67.270Q6.192-67.201 6.633-67.201Q6.718-67.174 6.718-67.089L6.688-66.976Q6.660-66.928 6.612-66.921M7.200-68.432Q7.563-68.432 7.834-68.798Q8.106-69.163 8.248-69.657Q8.390-70.151 8.390-70.503Q8.390-70.759 8.273-70.951Q8.157-71.142 7.921-71.142Q7.641-71.142 7.395-70.930Q7.149-70.718 6.968-70.428L6.640-69.105Q6.670-68.842 6.812-68.637Q6.954-68.432 7.200-68.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(95.553 115.429)\">\u003Cpath d=\"M10.591-68.210Q10.287-68.210 10.052-68.367Q9.818-68.524 9.697-68.787Q9.576-69.050 9.576-69.355Q9.576-69.806 9.818-70.279Q10.061-70.753 10.468-71.059Q10.874-71.364 11.339-71.364Q11.548-71.364 11.727-71.267Q11.907-71.170 12.020-70.995Q12.043-71.101 12.134-71.166Q12.225-71.231 12.327-71.231Q12.430-71.231 12.495-71.170Q12.560-71.108 12.560-71.016Q12.560-71.006 12.542-70.937L12.061-69.006Q12.033-68.835 12.033-68.746Q12.033-68.432 12.242-68.432Q12.430-68.432 12.531-68.681Q12.631-68.931 12.727-69.307Q12.751-69.368 12.802-69.368L12.970-69.368Q13.004-69.368 13.026-69.343Q13.048-69.317 13.048-69.286Q13.048-69.273 13.041-69.259Q12.782-68.210 12.228-68.210Q11.996-68.210 11.799-68.333Q11.603-68.456 11.538-68.671Q11.076-68.210 10.591-68.210M10.604-68.432Q10.878-68.432 11.127-68.644Q11.377-68.856 11.558-69.146L11.886-70.469Q11.855-70.732 11.714-70.937Q11.572-71.142 11.326-71.142Q10.963-71.142 10.692-70.777Q10.420-70.411 10.278-69.913Q10.136-69.416 10.136-69.068Q10.136-68.815 10.252-68.623Q10.369-68.432 10.604-68.432M12.727-67.270Q12.727-67.434 12.833-67.548Q12.939-67.663 13.096-67.663Q13.199-67.663 13.274-67.594Q13.349-67.526 13.349-67.417Q13.349-67.218 13.182-67.109Q13.257-67.075 13.390-67.075Q13.585-67.075 13.763-67.203Q13.940-67.331 14.062-67.533Q14.183-67.735 14.231-67.936L14.891-70.568Q14.925-70.705 14.925-70.824Q14.925-70.954 14.879-71.048Q14.833-71.142 14.713-71.142Q14.416-71.142 14.190-70.874Q13.964-70.606 13.817-70.243Q13.814-70.230 13.790-70.216Q13.766-70.202 13.756-70.202L13.588-70.202Q13.558-70.202 13.534-70.233Q13.510-70.264 13.510-70.288L13.510-70.315Q13.677-70.736 13.997-71.050Q14.316-71.364 14.727-71.364Q15.024-71.364 15.236-71.183Q15.448-71.002 15.448-70.708Q15.448-70.647 15.420-70.517L14.764-67.885Q14.716-67.666 14.574-67.473Q14.433-67.280 14.234-67.138Q14.036-66.996 13.819-66.923Q13.602-66.849 13.376-66.849Q13.134-66.849 12.930-66.948Q12.727-67.048 12.727-67.270M15.085-72.527Q15.085-72.667 15.195-72.776Q15.304-72.885 15.448-72.885Q15.557-72.885 15.632-72.814Q15.708-72.742 15.708-72.632Q15.708-72.489 15.593-72.381Q15.479-72.274 15.338-72.274Q15.232-72.274 15.159-72.344Q15.085-72.414 15.085-72.527M17.389-68.210Q17.085-68.210 16.851-68.367Q16.617-68.524 16.495-68.787Q16.374-69.050 16.374-69.355Q16.374-69.806 16.617-70.279Q16.859-70.753 17.266-71.059Q17.673-71.364 18.138-71.364Q18.346-71.364 18.526-71.267Q18.705-71.170 18.818-70.995Q18.842-71.101 18.932-71.166Q19.023-71.231 19.125-71.231Q19.228-71.231 19.293-71.170Q19.358-71.108 19.358-71.016Q19.358-71.006 19.341-70.937L18.859-69.006Q18.832-68.835 18.832-68.746Q18.832-68.432 19.040-68.432Q19.228-68.432 19.329-68.681Q19.430-68.931 19.525-69.307Q19.549-69.368 19.601-69.368L19.768-69.368Q19.802-69.368 19.824-69.343Q19.847-69.317 19.847-69.286Q19.847-69.273 19.840-69.259Q19.580-68.210 19.026-68.210Q18.794-68.210 18.597-68.333Q18.401-68.456 18.336-68.671Q17.874-68.210 17.389-68.210M17.403-68.432Q17.676-68.432 17.926-68.644Q18.175-68.856 18.356-69.146L18.685-70.469Q18.654-70.732 18.512-70.937Q18.370-71.142 18.124-71.142Q17.762-71.142 17.490-70.777Q17.218-70.411 17.076-69.913Q16.935-69.416 16.935-69.068Q16.935-68.815 17.051-68.623Q17.167-68.432 17.403-68.432M20.763-68.425Q20.763-68.466 20.770-68.486L21.289-70.568Q21.323-70.705 21.323-70.824Q21.323-70.954 21.277-71.048Q21.231-71.142 21.115-71.142Q21.009-71.142 20.928-71.050Q20.848-70.958 20.788-70.812Q20.729-70.667 20.687-70.512Q20.646-70.356 20.623-70.267Q20.612-70.202 20.554-70.202L20.387-70.202Q20.356-70.202 20.332-70.233Q20.308-70.264 20.308-70.288L20.308-70.315Q20.428-70.763 20.609-71.064Q20.790-71.364 21.128-71.364Q21.303-71.364 21.463-71.293Q21.624-71.221 21.723-71.088Q21.822-70.954 21.843-70.777Q22.335-71.364 22.974-71.364Q23.330-71.364 23.567-71.207Q23.805-71.050 23.849-70.715Q23.993-70.906 24.181-71.055Q24.369-71.204 24.584-71.284Q24.799-71.364 25.035-71.364Q25.285-71.364 25.485-71.279Q25.685-71.194 25.797-71.021Q25.910-70.848 25.910-70.589Q25.910-70.428 25.864-70.223Q25.818-70.018 25.756-69.830Q25.695-69.642 25.599-69.392Q25.503-69.143 25.452-69.006Q25.377-68.801 25.377-68.651Q25.377-68.432 25.531-68.432Q25.715-68.432 25.854-68.574Q25.992-68.716 26.079-68.914Q26.166-69.112 26.218-69.307Q26.242-69.368 26.293-69.368L26.460-69.368Q26.495-69.368 26.517-69.343Q26.539-69.317 26.539-69.286Q26.539-69.273 26.532-69.259Q26.471-69.009 26.331-68.768Q26.190-68.528 25.980-68.369Q25.770-68.210 25.517-68.210Q25.244-68.210 25.057-68.374Q24.871-68.538 24.871-68.804Q24.871-68.941 24.922-69.054Q25.134-69.618 25.259-70.004Q25.384-70.390 25.384-70.677Q25.384-70.882 25.295-71.012Q25.206-71.142 25.011-71.142Q24.263-71.142 23.774-70.083L23.367-68.452Q23.340-68.346 23.249-68.278Q23.159-68.210 23.053-68.210Q22.960-68.210 22.890-68.271Q22.820-68.333 22.820-68.425Q22.820-68.466 22.827-68.486L23.275-70.267Q23.333-70.520 23.333-70.677Q23.333-70.882 23.242-71.012Q23.152-71.142 22.960-71.142Q22.195-71.142 21.716-70.076L21.310-68.452Q21.282-68.346 21.192-68.278Q21.101-68.210 20.995-68.210Q20.903-68.210 20.833-68.271Q20.763-68.333 20.763-68.425M28.296-68.210Q27.992-68.210 27.758-68.367Q27.523-68.524 27.402-68.787Q27.281-69.050 27.281-69.355Q27.281-69.806 27.523-70.279Q27.766-70.753 28.173-71.059Q28.580-71.364 29.044-71.364Q29.253-71.364 29.432-71.267Q29.612-71.170 29.725-70.995Q29.749-71.101 29.839-71.166Q29.930-71.231 30.032-71.231Q30.135-71.231 30.200-71.170Q30.265-71.108 30.265-71.016Q30.265-71.006 30.248-70.937L29.766-69.006Q29.738-68.835 29.738-68.746Q29.738-68.432 29.947-68.432Q30.135-68.432 30.236-68.681Q30.336-68.931 30.432-69.307Q30.456-69.368 30.507-69.368L30.675-69.368Q30.709-69.368 30.731-69.343Q30.753-69.317 30.753-69.286Q30.753-69.273 30.747-69.259Q30.487-68.210 29.933-68.210Q29.701-68.210 29.504-68.333Q29.308-68.456 29.243-68.671Q28.781-68.210 28.296-68.210M28.310-68.432Q28.583-68.432 28.833-68.644Q29.082-68.856 29.263-69.146L29.591-70.469Q29.561-70.732 29.419-70.937Q29.277-71.142 29.031-71.142Q28.668-71.142 28.397-70.777Q28.125-70.411 27.983-69.913Q27.841-69.416 27.841-69.068Q27.841-68.815 27.958-68.623Q28.074-68.432 28.310-68.432M31.601-68.739Q31.762-68.432 32.329-68.432Q32.562-68.432 32.787-68.505Q33.013-68.579 33.165-68.736Q33.317-68.893 33.317-69.126Q33.317-69.290 33.177-69.401Q33.037-69.512 32.852-69.553L32.462-69.628Q32.186-69.683 32.001-69.867Q31.816-70.052 31.816-70.322Q31.816-70.565 31.921-70.758Q32.025-70.951 32.204-71.089Q32.384-71.228 32.608-71.296Q32.832-71.364 33.057-71.364Q33.392-71.364 33.662-71.217Q33.932-71.070 33.932-70.763Q33.932-70.664 33.895-70.571Q33.857-70.479 33.782-70.421Q33.707-70.363 33.601-70.363Q33.505-70.363 33.438-70.426Q33.372-70.489 33.372-70.582Q33.372-70.643 33.399-70.705Q33.426-70.766 33.476-70.812Q33.525-70.859 33.587-70.882Q33.519-71.023 33.366-71.082Q33.214-71.142 33.043-71.142Q32.866-71.142 32.691-71.079Q32.517-71.016 32.406-70.889Q32.295-70.763 32.295-70.575Q32.295-70.445 32.389-70.360Q32.483-70.274 32.630-70.236L33.023-70.161Q33.238-70.117 33.411-70.014Q33.583-69.912 33.688-69.749Q33.792-69.587 33.792-69.379Q33.792-69.132 33.660-68.895Q33.529-68.657 33.324-68.504Q32.917-68.210 32.315-68.210Q32.073-68.210 31.825-68.275Q31.577-68.340 31.410-68.490Q31.242-68.640 31.242-68.886Q31.242-69.068 31.343-69.201Q31.444-69.334 31.622-69.334Q31.731-69.334 31.806-69.268Q31.881-69.201 31.881-69.098Q31.881-68.975 31.801-68.873Q31.721-68.770 31.601-68.739\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M103.328 26.962v13.791\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-39.428 144.694)\">\u003Cpath d=\"M-16.493-68.278L-18.626-68.278L-18.626-68.558Q-17.905-68.558-17.905-68.767L-17.905-72.568Q-17.905-72.779-18.626-72.779L-18.626-73.060L-15.960-73.060Q-15.550-73.060-15.129-72.906Q-14.709-72.752-14.425-72.448Q-14.142-72.144-14.142-71.730Q-14.142-71.412-14.309-71.166Q-14.477-70.920-14.753-70.754Q-15.030-70.589-15.352-70.505Q-15.673-70.421-15.960-70.421L-17.214-70.421L-17.214-68.767Q-17.214-68.558-16.493-68.558L-16.493-68.278M-17.242-72.568L-17.242-70.671L-16.155-70.671Q-15.546-70.671-15.232-70.908Q-14.917-71.146-14.917-71.730Q-14.917-72.123-15.063-72.357Q-15.208-72.591-15.480-72.685Q-15.751-72.779-16.155-72.779L-16.876-72.779Q-17.064-72.779-17.153-72.745Q-17.242-72.711-17.242-72.568M-11.123-68.278L-13.256-68.278L-13.256-68.558Q-12.535-68.558-12.535-68.767L-12.535-72.568Q-12.535-72.779-13.256-72.779L-13.256-73.060L-10.590-73.060Q-10.180-73.060-9.760-72.906Q-9.339-72.752-9.056-72.448Q-8.772-72.144-8.772-71.730Q-8.772-71.412-8.939-71.166Q-9.107-70.920-9.384-70.754Q-9.661-70.589-9.982-70.505Q-10.303-70.421-10.590-70.421L-11.845-70.421L-11.845-68.767Q-11.845-68.558-11.123-68.558L-11.123-68.278M-11.872-72.568L-11.872-70.671L-10.785-70.671Q-10.177-70.671-9.862-70.908Q-9.548-71.146-9.548-71.730Q-9.548-72.123-9.693-72.357Q-9.838-72.591-10.110-72.685Q-10.382-72.779-10.785-72.779L-11.506-72.779Q-11.694-72.779-11.783-72.745Q-11.872-72.711-11.872-72.568\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-39.428 144.694)\">\u003Cpath d=\"M-3.592-68.278L-5.195-68.278L-5.195-68.558Q-4.969-68.558-4.820-68.592Q-4.672-68.627-4.672-68.767L-4.672-72.386Q-4.672-72.656-4.779-72.718Q-4.887-72.779-5.195-72.779L-5.195-73.060L-4.118-73.135L-4.118-68.767Q-4.118-68.630-3.968-68.594Q-3.817-68.558-3.592-68.558L-3.592-68.278M-3.038-69.761Q-3.038-70.103-2.903-70.402Q-2.768-70.701-2.529-70.925Q-2.289-71.149-1.971-71.274Q-1.654-71.399-1.322-71.399Q-0.878-71.399-0.478-71.183Q-0.078-70.968 0.156-70.590Q0.390-70.213 0.390-69.761Q0.390-69.420 0.249-69.136Q0.107-68.852-0.138-68.645Q-0.382-68.439-0.691-68.324Q-1.001-68.210-1.322-68.210Q-1.753-68.210-2.154-68.411Q-2.556-68.613-2.797-68.965Q-3.038-69.317-3.038-69.761M-1.322-68.459Q-0.720-68.459-0.497-68.837Q-0.273-69.215-0.273-69.847Q-0.273-70.459-0.507-70.818Q-0.741-71.176-1.322-71.176Q-2.375-71.176-2.375-69.847Q-2.375-69.215-2.149-68.837Q-1.924-68.459-1.322-68.459\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-39.428 144.694)\">\u003Cpath d=\"M2.163-68.305L1.182-70.804Q1.121-70.947 1.003-70.982Q0.885-71.016 0.669-71.016L0.669-71.296L2.149-71.296L2.149-71.016Q1.770-71.016 1.770-70.855Q1.770-70.845 1.784-70.804L2.498-68.972L3.171-70.677Q3.141-70.749 3.141-70.777Q3.141-70.804 3.113-70.804Q3.052-70.951 2.934-70.983Q2.816-71.016 2.604-71.016L2.604-71.296L4.002-71.296L4.002-71.016Q3.626-71.016 3.626-70.855Q3.626-70.824 3.633-70.804L4.388-68.866L5.075-70.616Q5.096-70.667 5.096-70.722Q5.096-70.862 4.983-70.939Q4.870-71.016 4.730-71.016L4.730-71.296L5.950-71.296L5.950-71.016Q5.745-71.016 5.590-70.910Q5.434-70.804 5.362-70.616L4.457-68.305Q4.422-68.210 4.310-68.210L4.241-68.210Q4.132-68.210 4.094-68.305L3.312-70.308L2.525-68.305Q2.491-68.210 2.378-68.210L2.310-68.210Q2.201-68.210 2.163-68.305M6.880-68.698Q6.880-68.866 7.003-68.989Q7.126-69.112 7.300-69.112Q7.468-69.112 7.591-68.989Q7.714-68.866 7.714-68.698Q7.714-68.524 7.591-68.401Q7.468-68.278 7.300-68.278Q7.126-68.278 7.003-68.401Q6.880-68.524 6.880-68.698M6.880-70.882Q6.880-71.050 7.003-71.173Q7.126-71.296 7.300-71.296Q7.468-71.296 7.591-71.173Q7.714-71.050 7.714-70.882Q7.714-70.708 7.591-70.585Q7.468-70.462 7.300-70.462Q7.126-70.462 7.003-70.585Q6.880-70.708 6.880-70.882\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-39.428 144.694)\">\u003Cpath d=\"M13.919-68.278L12.367-68.278L12.367-68.558Q12.593-68.558 12.742-68.592Q12.890-68.627 12.890-68.767L12.890-70.616Q12.890-70.804 12.842-70.888Q12.795-70.971 12.697-70.990Q12.600-71.009 12.388-71.009L12.388-71.289L13.444-71.364L13.444-68.767Q13.444-68.627 13.576-68.592Q13.707-68.558 13.919-68.558L13.919-68.278M12.648-72.585Q12.648-72.756 12.771-72.875Q12.894-72.995 13.065-72.995Q13.232-72.995 13.355-72.875Q13.478-72.756 13.478-72.585Q13.478-72.410 13.355-72.287Q13.232-72.164 13.065-72.164Q12.894-72.164 12.771-72.287Q12.648-72.410 12.648-72.585M16.247-68.278L14.613-68.278L14.613-68.558Q14.842-68.558 14.991-68.592Q15.139-68.627 15.139-68.767L15.139-70.616Q15.139-70.886 15.032-70.947Q14.924-71.009 14.613-71.009L14.613-71.289L15.673-71.364L15.673-70.715Q15.843-71.023 16.148-71.194Q16.452-71.364 16.797-71.364Q17.303-71.364 17.587-71.141Q17.870-70.917 17.870-70.421L17.870-68.767Q17.870-68.630 18.019-68.594Q18.168-68.558 18.393-68.558L18.393-68.278L16.763-68.278L16.763-68.558Q16.992-68.558 17.141-68.592Q17.289-68.627 17.289-68.767L17.289-70.407Q17.289-70.742 17.170-70.942Q17.050-71.142 16.736-71.142Q16.466-71.142 16.231-71.006Q15.997-70.869 15.859-70.635Q15.720-70.401 15.720-70.127L15.720-68.767Q15.720-68.630 15.871-68.594Q16.021-68.558 16.247-68.558L16.247-68.278M18.981-68.285L18.981-69.348Q18.981-69.372 19.009-69.399Q19.036-69.426 19.060-69.426L19.169-69.426Q19.234-69.426 19.248-69.368Q19.343-68.934 19.590-68.683Q19.836-68.432 20.249-68.432Q20.591-68.432 20.844-68.565Q21.097-68.698 21.097-69.006Q21.097-69.163 21.003-69.278Q20.909-69.392 20.770-69.461Q20.632-69.529 20.465-69.567L19.884-69.666Q19.528-69.734 19.255-69.955Q18.981-70.175 18.981-70.517Q18.981-70.766 19.092-70.941Q19.203-71.115 19.390-71.214Q19.576-71.313 19.791-71.356Q20.007-71.399 20.249-71.399Q20.663-71.399 20.943-71.217L21.158-71.392Q21.169-71.395 21.175-71.397Q21.182-71.399 21.193-71.399L21.244-71.399Q21.271-71.399 21.295-71.375Q21.319-71.351 21.319-71.323L21.319-70.476Q21.319-70.455 21.295-70.428Q21.271-70.401 21.244-70.401L21.131-70.401Q21.104-70.401 21.078-70.426Q21.052-70.452 21.052-70.476Q21.052-70.712 20.946-70.876Q20.841-71.040 20.658-71.122Q20.475-71.204 20.242-71.204Q19.914-71.204 19.658-71.101Q19.402-70.999 19.402-70.722Q19.402-70.527 19.584-70.418Q19.767-70.308 19.996-70.267L20.571-70.161Q20.817-70.113 21.030-69.985Q21.244-69.857 21.381-69.654Q21.517-69.450 21.517-69.201Q21.517-68.688 21.152-68.449Q20.786-68.210 20.249-68.210Q19.754-68.210 19.422-68.504L19.155-68.230Q19.135-68.210 19.108-68.210L19.060-68.210Q19.036-68.210 19.009-68.237Q18.981-68.264 18.981-68.285M23.763-68.278L22.211-68.278L22.211-68.558Q22.437-68.558 22.585-68.592Q22.734-68.627 22.734-68.767L22.734-70.616Q22.734-70.804 22.686-70.888Q22.638-70.971 22.541-70.990Q22.444-71.009 22.232-71.009L22.232-71.289L23.288-71.364L23.288-68.767Q23.288-68.627 23.419-68.592Q23.551-68.558 23.763-68.558L23.763-68.278M22.491-72.585Q22.491-72.756 22.614-72.875Q22.738-72.995 22.908-72.995Q23.076-72.995 23.199-72.875Q23.322-72.756 23.322-72.585Q23.322-72.410 23.199-72.287Q23.076-72.164 22.908-72.164Q22.738-72.164 22.614-72.287Q22.491-72.410 22.491-72.585M24.409-69.789Q24.409-70.127 24.549-70.418Q24.689-70.708 24.934-70.922Q25.178-71.135 25.482-71.250Q25.786-71.364 26.111-71.364Q26.381-71.364 26.644-71.265Q26.907-71.166 27.099-70.988L27.099-72.386Q27.099-72.656 26.991-72.718Q26.884-72.779 26.572-72.779L26.572-73.060L27.649-73.135L27.649-68.951Q27.649-68.763 27.704-68.680Q27.759-68.596 27.859-68.577Q27.960-68.558 28.175-68.558L28.175-68.278L27.068-68.210L27.068-68.627Q26.651-68.210 26.026-68.210Q25.595-68.210 25.222-68.422Q24.850-68.633 24.629-68.994Q24.409-69.355 24.409-69.789M26.084-68.432Q26.292-68.432 26.478-68.504Q26.665-68.575 26.819-68.712Q26.972-68.849 27.068-69.027L27.068-70.636Q26.983-70.783 26.837-70.903Q26.692-71.023 26.523-71.082Q26.354-71.142 26.173-71.142Q25.612-71.142 25.344-70.753Q25.075-70.363 25.075-69.782Q25.075-69.211 25.310-68.821Q25.544-68.432 26.084-68.432M28.784-69.813Q28.784-70.134 28.909-70.423Q29.033-70.712 29.259-70.935Q29.485-71.159 29.780-71.279Q30.076-71.399 30.394-71.399Q30.722-71.399 30.983-71.299Q31.245-71.200 31.421-71.018Q31.597-70.835 31.691-70.577Q31.785-70.319 31.785-69.987Q31.785-69.895 31.703-69.874L29.447-69.874L29.447-69.813Q29.447-69.225 29.731-68.842Q30.014-68.459 30.582-68.459Q30.903-68.459 31.171-68.652Q31.440-68.845 31.529-69.160Q31.535-69.201 31.611-69.215L31.703-69.215Q31.785-69.191 31.785-69.119Q31.785-69.112 31.778-69.085Q31.665-68.688 31.294-68.449Q30.924-68.210 30.500-68.210Q30.062-68.210 29.662-68.418Q29.262-68.627 29.023-68.994Q28.784-69.361 28.784-69.813M29.454-70.083L31.269-70.083Q31.269-70.360 31.171-70.612Q31.074-70.865 30.876-71.021Q30.677-71.176 30.394-71.176Q30.117-71.176 29.903-71.018Q29.690-70.859 29.572-70.604Q29.454-70.349 29.454-70.083\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-39.428 144.694)\">\u003Cpath d=\"M35.609-69.119L35.609-71.016L34.970-71.016L34.970-71.238Q35.288-71.238 35.505-71.448Q35.722-71.658 35.822-71.968Q35.923-72.277 35.923-72.585L36.190-72.585L36.190-71.296L37.267-71.296L37.267-71.016L36.190-71.016L36.190-69.132Q36.190-68.856 36.294-68.657Q36.398-68.459 36.658-68.459Q36.815-68.459 36.921-68.563Q37.027-68.668 37.077-68.821Q37.126-68.975 37.126-69.132L37.126-69.546L37.393-69.546L37.393-69.119Q37.393-68.893 37.294-68.683Q37.195-68.473 37.010-68.341Q36.826-68.210 36.597-68.210Q36.159-68.210 35.884-68.447Q35.609-68.685 35.609-69.119M39.885-68.278L38.251-68.278L38.251-68.558Q38.480-68.558 38.629-68.592Q38.777-68.627 38.777-68.767L38.777-72.386Q38.777-72.656 38.670-72.718Q38.562-72.779 38.251-72.779L38.251-73.060L39.331-73.135L39.331-70.749Q39.437-70.934 39.615-71.076Q39.792-71.217 40.001-71.291Q40.209-71.364 40.435-71.364Q40.941-71.364 41.225-71.141Q41.508-70.917 41.508-70.421L41.508-68.767Q41.508-68.630 41.657-68.594Q41.806-68.558 42.031-68.558L42.031-68.278L40.401-68.278L40.401-68.558Q40.630-68.558 40.778-68.592Q40.927-68.627 40.927-68.767L40.927-70.407Q40.927-70.742 40.808-70.942Q40.688-71.142 40.373-71.142Q40.103-71.142 39.869-71.006Q39.635-70.869 39.497-70.635Q39.358-70.401 39.358-70.127L39.358-68.767Q39.358-68.630 39.509-68.594Q39.659-68.558 39.885-68.558L39.885-68.278M42.578-69.813Q42.578-70.134 42.703-70.423Q42.828-70.712 43.053-70.935Q43.279-71.159 43.574-71.279Q43.870-71.399 44.188-71.399Q44.516-71.399 44.778-71.299Q45.039-71.200 45.215-71.018Q45.391-70.835 45.485-70.577Q45.579-70.319 45.579-69.987Q45.579-69.895 45.497-69.874L43.241-69.874L43.241-69.813Q43.241-69.225 43.525-68.842Q43.809-68.459 44.376-68.459Q44.697-68.459 44.966-68.652Q45.234-68.845 45.323-69.160Q45.330-69.201 45.405-69.215L45.497-69.215Q45.579-69.191 45.579-69.119Q45.579-69.112 45.572-69.085Q45.459-68.688 45.089-68.449Q44.718-68.210 44.294-68.210Q43.856-68.210 43.456-68.418Q43.057-68.627 42.817-68.994Q42.578-69.361 42.578-69.813M43.248-70.083L45.063-70.083Q45.063-70.360 44.966-70.612Q44.868-70.865 44.670-71.021Q44.472-71.176 44.188-71.176Q43.911-71.176 43.697-71.018Q43.484-70.859 43.366-70.604Q43.248-70.349 43.248-70.083\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-39.428 144.694)\">\u003Cpath d=\"M50.671-68.278L48.938-68.278L48.938-68.558Q49.660-68.558 49.660-68.958L49.660-72.745Q49.427-72.779 48.938-72.779L48.938-73.060L50.295-73.060Q50.336-73.046 50.357-73.032L53.060-69.385L53.060-72.380Q53.060-72.779 52.339-72.779L52.339-73.060L54.076-73.060L54.076-72.779Q53.354-72.779 53.354-72.380L53.354-68.370Q53.337-68.295 53.269-68.278L53.149-68.278Q53.101-68.288 53.088-68.312L49.954-72.533L49.954-68.958Q49.954-68.558 50.671-68.558L50.671-68.278M56.984-68.278L54.851-68.278L54.851-68.558Q55.573-68.558 55.573-68.767L55.573-72.568Q55.573-72.779 54.851-72.779L54.851-73.060L57.517-73.060Q57.928-73.060 58.348-72.906Q58.768-72.752 59.052-72.448Q59.336-72.144 59.336-71.730Q59.336-71.412 59.168-71.166Q59.001-70.920 58.724-70.754Q58.447-70.589 58.126-70.505Q57.805-70.421 57.517-70.421L56.263-70.421L56.263-68.767Q56.263-68.558 56.984-68.558L56.984-68.278M56.236-72.568L56.236-70.671L57.323-70.671Q57.931-70.671 58.246-70.908Q58.560-71.146 58.560-71.730Q58.560-72.123 58.415-72.357Q58.269-72.591 57.998-72.685Q57.726-72.779 57.323-72.779L56.601-72.779Q56.413-72.779 56.325-72.745Q56.236-72.711 56.236-72.568\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(219.723 2.392)\">\u003Cpath d=\"M-18.530-68.216L-18.530-69.789Q-18.530-69.816-18.505-69.842Q-18.479-69.867-18.452-69.867L-18.339-69.867Q-18.311-69.867-18.288-69.840Q-18.264-69.813-18.264-69.789Q-18.264-69.444-18.132-69.180Q-18-68.917-17.771-68.748Q-17.542-68.579-17.240-68.498Q-16.937-68.418-16.596-68.418Q-16.329-68.418-16.093-68.546Q-15.857-68.674-15.712-68.897Q-15.567-69.119-15.567-69.385Q-15.567-69.608-15.673-69.804Q-15.779-70.001-15.960-70.136Q-16.141-70.271-16.367-70.322L-17.395-70.554Q-17.706-70.626-17.966-70.812Q-18.226-70.999-18.378-71.270Q-18.530-71.542-18.530-71.857Q-18.530-72.243-18.317-72.550Q-18.103-72.858-17.756-73.029Q-17.409-73.200-17.030-73.200Q-16.801-73.200-16.572-73.147Q-16.343-73.094-16.144-72.986Q-15.946-72.879-15.792-72.715L-15.498-73.155Q-15.475-73.200-15.434-73.200L-15.386-73.200Q-15.355-73.200-15.333-73.174Q-15.311-73.149-15.311-73.121L-15.311-71.546Q-15.311-71.525-15.334-71.498Q-15.358-71.470-15.386-71.470L-15.498-71.470Q-15.560-71.470-15.574-71.546Q-15.615-71.959-15.796-72.279Q-15.977-72.598-16.288-72.773Q-16.599-72.947-17.030-72.947Q-17.279-72.947-17.519-72.836Q-17.758-72.725-17.908-72.527Q-18.059-72.328-18.059-72.065Q-18.059-71.853-17.951-71.672Q-17.843-71.491-17.667-71.371Q-17.491-71.252-17.283-71.211L-16.254-70.982Q-15.936-70.910-15.669-70.705Q-15.403-70.500-15.251-70.206Q-15.099-69.912-15.099-69.580Q-15.099-69.187-15.304-68.852Q-15.509-68.517-15.854-68.328Q-16.199-68.138-16.596-68.138Q-17.016-68.138-17.395-68.251Q-17.775-68.363-18.045-68.613L-18.339-68.179Q-18.366-68.138-18.404-68.138L-18.452-68.138Q-18.479-68.138-18.505-68.163Q-18.530-68.189-18.530-68.216\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(173.613 25.154)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m198.904-66.141-31.231 16.659\"\u002F>\u003Cg transform=\"translate(177.114 47.897)\">\u003Cpath d=\"M-16.486-68.278L-18.332-68.278Q-18.370-68.278-18.394-68.314Q-18.417-68.350-18.417-68.391L-18.390-68.504Q-18.383-68.541-18.311-68.558Q-17.857-68.558-17.724-68.613Q-17.642-68.671-17.618-68.804L-16.674-72.585Q-16.667-72.602-16.662-72.632Q-16.657-72.663-16.654-72.687Q-16.654-72.779-17.207-72.779Q-17.296-72.803-17.296-72.892L-17.269-73.002Q-17.252-73.046-17.184-73.060L-15.338-73.060Q-15.300-73.060-15.276-73.027Q-15.252-72.995-15.252-72.954L-15.280-72.841Q-15.287-72.797-15.358-72.779Q-15.813-72.779-15.946-72.721Q-16.018-72.674-16.059-72.533L-17.002-68.753Q-17.016-68.685-17.016-68.651Q-17.016-68.558-16.462-68.558Q-16.373-68.534-16.373-68.452L-16.401-68.340Q-16.415-68.295-16.486-68.278\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M160.234-41.324v14.397\"\u002F>\u003Cg transform=\"translate(258.972 25.154)\">\u003Cpath d=\"M-16.268-68.237L-18.110-72.568Q-18.178-72.711-18.359-72.745Q-18.540-72.779-18.804-72.779L-18.804-73.060L-16.835-73.060L-16.835-72.779Q-17.389-72.779-17.389-72.605Q-17.385-72.595-17.384-72.585Q-17.382-72.574-17.382-72.568L-15.861-68.992L-14.429-72.380Q-14.405-72.417-14.405-72.472Q-14.405-72.632-14.555-72.706Q-14.706-72.779-14.890-72.779L-14.890-73.060L-13.342-73.060L-13.342-72.779Q-13.602-72.779-13.812-72.685Q-14.022-72.591-14.118-72.380L-15.874-68.237Q-15.926-68.138-16.021-68.138L-16.121-68.138Q-16.220-68.138-16.268-68.237M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m206.921-66.141 31.232 16.659\"\u002F>\u003Cg transform=\"translate(227.674 47.916)\">\u003Cpath d=\"M-16.268-68.237L-18.110-72.568Q-18.178-72.711-18.359-72.745Q-18.540-72.779-18.804-72.779L-18.804-73.060L-16.835-73.060L-16.835-72.779Q-17.389-72.779-17.389-72.605Q-17.385-72.595-17.384-72.585Q-17.382-72.574-17.382-72.568L-15.861-68.992L-14.429-72.380Q-14.405-72.417-14.405-72.472Q-14.405-72.632-14.555-72.706Q-14.706-72.779-14.890-72.779L-14.890-73.060L-13.342-73.060L-13.342-72.779Q-13.602-72.779-13.812-72.685Q-14.022-72.591-14.118-72.380L-15.874-68.237Q-15.926-68.138-16.021-68.138L-16.121-68.138Q-16.220-68.138-16.268-68.237M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m239.828-41.324-19.77 14.378\"\u002F>\u003Cg transform=\"translate(206.176 70.678)\">\u003Cpath d=\"M-16.268-68.237L-18.110-72.568Q-18.178-72.711-18.359-72.745Q-18.540-72.779-18.804-72.779L-18.804-73.060L-16.835-73.060L-16.835-72.779Q-17.389-72.779-17.389-72.605Q-17.385-72.595-17.384-72.585Q-17.382-72.574-17.382-72.568L-15.861-68.992L-14.429-72.380Q-14.405-72.417-14.405-72.472Q-14.405-72.632-14.555-72.706Q-14.706-72.779-14.890-72.779L-14.890-73.060L-13.342-73.060L-13.342-72.779Q-13.602-72.779-13.812-72.685Q-14.022-72.591-14.118-72.380L-15.874-68.237Q-15.926-68.138-16.021-68.138L-16.121-68.138Q-16.220-68.138-16.268-68.237\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M209.84-18.562 194.563-4.183\"\u002F>\u003Cg transform=\"translate(201.489 93.48)\">\u003Cpath d=\"M-18.031-68.739Q-17.871-68.432-17.303-68.432Q-17.071-68.432-16.845-68.505Q-16.620-68.579-16.467-68.736Q-16.315-68.893-16.315-69.126Q-16.315-69.290-16.456-69.401Q-16.596-69.512-16.780-69.553L-17.170-69.628Q-17.447-69.683-17.631-69.867Q-17.816-70.052-17.816-70.322Q-17.816-70.565-17.712-70.758Q-17.607-70.951-17.428-71.089Q-17.248-71.228-17.025-71.296Q-16.801-71.364-16.575-71.364Q-16.240-71.364-15.970-71.217Q-15.700-71.070-15.700-70.763Q-15.700-70.664-15.738-70.571Q-15.775-70.479-15.851-70.421Q-15.926-70.363-16.032-70.363Q-16.127-70.363-16.194-70.426Q-16.261-70.489-16.261-70.582Q-16.261-70.643-16.233-70.705Q-16.206-70.766-16.156-70.812Q-16.107-70.859-16.045-70.882Q-16.114-71.023-16.266-71.082Q-16.418-71.142-16.589-71.142Q-16.767-71.142-16.941-71.079Q-17.115-71.016-17.226-70.889Q-17.337-70.763-17.337-70.575Q-17.337-70.445-17.243-70.360Q-17.149-70.274-17.002-70.236L-16.609-70.161Q-16.394-70.117-16.221-70.014Q-16.049-69.912-15.945-69.749Q-15.840-69.587-15.840-69.379Q-15.840-69.132-15.972-68.895Q-16.103-68.657-16.309-68.504Q-16.715-68.210-17.317-68.210Q-17.560-68.210-17.807-68.275Q-18.055-68.340-18.223-68.490Q-18.390-68.640-18.390-68.886Q-18.390-69.068-18.289-69.201Q-18.188-69.334-18.011-69.334Q-17.901-69.334-17.826-69.268Q-17.751-69.201-17.751-69.098Q-17.751-68.975-17.831-68.873Q-17.912-68.770-18.031-68.739M-14.976-68.432Q-14.976-68.466-14.965-68.486L-13.967-72.499Q-13.930-72.595-13.930-72.687Q-13.930-72.779-14.364-72.779Q-14.449-72.807-14.449-72.892L-14.422-73.002Q-14.415-73.043-14.343-73.060L-13.393-73.135Q-13.349-73.135-13.318-73.109Q-13.287-73.084-13.287-73.032L-13.827-70.862Q-13.369-71.364-12.768-71.364Q-12.518-71.364-12.318-71.279Q-12.118-71.194-12.005-71.021Q-11.893-70.848-11.893-70.589Q-11.893-70.428-11.939-70.223Q-11.985-70.018-12.046-69.830Q-12.108-69.642-12.204-69.392Q-12.299-69.143-12.351-69.006Q-12.426-68.801-12.426-68.651Q-12.426-68.432-12.272-68.432Q-12.087-68.432-11.949-68.574Q-11.811-68.716-11.723-68.914Q-11.636-69.112-11.585-69.307Q-11.561-69.368-11.510-69.368L-11.342-69.368Q-11.308-69.368-11.286-69.343Q-11.264-69.317-11.264-69.286Q-11.264-69.273-11.270-69.259Q-11.332-69.009-11.472-68.768Q-11.612-68.528-11.822-68.369Q-12.033-68.210-12.286-68.210Q-12.559-68.210-12.745-68.374Q-12.932-68.538-12.932-68.804Q-12.932-68.941-12.880-69.054Q-12.668-69.618-12.544-70.004Q-12.419-70.390-12.419-70.677Q-12.419-70.879-12.504-71.011Q-12.590-71.142-12.785-71.142Q-13.533-71.142-14.022-70.096L-14.436-68.439Q-14.463-68.340-14.548-68.275Q-14.634-68.210-14.736-68.210Q-14.835-68.210-14.905-68.271Q-14.976-68.333-14.976-68.432M-10.508-69.413Q-10.508-69.775-10.348-70.127Q-10.187-70.479-9.902-70.765Q-9.616-71.050-9.266-71.207Q-8.915-71.364-8.546-71.364Q-8.201-71.364-7.926-71.211Q-7.651-71.057-7.494-70.780Q-7.336-70.503-7.336-70.161Q-7.336-69.669-7.620-69.216Q-7.904-68.763-8.362-68.486Q-8.820-68.210-9.298-68.210Q-9.818-68.210-10.163-68.551Q-10.508-68.893-10.508-69.413M-9.281-68.432Q-8.963-68.432-8.705-68.623Q-8.447-68.815-8.273-69.121Q-8.099-69.426-8.008-69.768Q-7.917-70.110-7.917-70.407Q-7.917-70.722-8.087-70.932Q-8.256-71.142-8.563-71.142Q-8.888-71.142-9.146-70.949Q-9.404-70.756-9.580-70.448Q-9.756-70.141-9.845-69.796Q-9.934-69.450-9.934-69.167Q-9.934-68.856-9.760-68.644Q-9.585-68.432-9.281-68.432M-6.202-68.866Q-6.202-68.962-6.181-69.054L-5.692-71.016L-6.434-71.016Q-6.523-71.040-6.523-71.129L-6.496-71.238Q-6.478-71.282-6.414-71.296L-5.621-71.296L-5.340-72.407Q-5.313-72.516-5.224-72.585Q-5.135-72.653-5.026-72.653Q-4.934-72.653-4.865-72.593Q-4.797-72.533-4.797-72.438Q-4.797-72.414-4.799-72.402Q-4.800-72.390-4.804-72.373L-5.077-71.296L-4.332-71.296Q-4.250-71.269-4.250-71.190L-4.277-71.077Q-4.284-71.033-4.356-71.016L-5.145-71.016L-5.648-69.006Q-5.679-68.852-5.679-68.746Q-5.679-68.432-5.467-68.432Q-5.166-68.432-4.932-68.710Q-4.698-68.989-4.571-69.327Q-4.544-69.368-4.503-69.368L-4.332-69.368Q-4.298-69.368-4.277-69.343Q-4.257-69.317-4.257-69.286Q-4.257-69.273-4.264-69.259Q-4.428-68.832-4.749-68.521Q-5.070-68.210-5.480-68.210Q-5.781-68.210-5.991-68.393Q-6.202-68.575-6.202-68.866\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M190.11 4.2v14.34\"\u002F>\u003Cg transform=\"translate(251.859 70.678)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-10.594-68.278L-12.727-68.278L-12.727-68.558Q-12.005-68.558-12.005-68.767L-12.005-72.568Q-12.005-72.779-12.727-72.779L-12.727-73.060L-10.061-73.060Q-9.650-73.060-9.230-72.906Q-8.810-72.752-8.526-72.448Q-8.242-72.144-8.242-71.730Q-8.242-71.412-8.410-71.166Q-8.577-70.920-8.854-70.754Q-9.131-70.589-9.452-70.505Q-9.773-70.421-10.061-70.421L-11.315-70.421L-11.315-68.767Q-11.315-68.558-10.594-68.558L-10.594-68.278M-11.342-72.568L-11.342-70.671L-10.255-70.671Q-9.647-70.671-9.332-70.908Q-9.018-71.146-9.018-71.730Q-9.018-72.123-9.163-72.357Q-9.309-72.591-9.580-72.685Q-9.852-72.779-10.255-72.779L-10.977-72.779Q-11.165-72.779-11.253-72.745Q-11.342-72.711-11.342-72.568\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m218.748-18.562 15.277 14.379\"\u002F>\u003Cg transform=\"translate(226.962 93.44)\">\u003Cpath d=\"M-15.854-68.278L-18.626-68.278L-18.626-68.558Q-17.905-68.558-17.905-68.767L-17.905-72.568Q-17.905-72.779-18.626-72.779L-18.626-73.060L-15.854-73.060Q-15.369-73.060-14.933-72.865Q-14.497-72.670-14.174-72.328Q-13.851-71.986-13.673-71.546Q-13.496-71.105-13.496-70.623Q-13.496-70.137-13.680-69.714Q-13.865-69.290-14.188-68.968Q-14.511-68.647-14.943-68.463Q-15.375-68.278-15.854-68.278M-17.242-72.568L-17.242-68.767Q-17.242-68.627-17.153-68.592Q-17.064-68.558-16.876-68.558L-16.052-68.558Q-15.427-68.558-15.023-68.820Q-14.620-69.081-14.432-69.548Q-14.244-70.014-14.244-70.623Q-14.244-71.101-14.336-71.494Q-14.429-71.887-14.678-72.185Q-14.917-72.472-15.281-72.626Q-15.645-72.779-16.052-72.779L-16.876-72.779Q-17.064-72.779-17.153-72.745Q-17.242-72.711-17.242-72.568M-12.727-69.813Q-12.727-70.134-12.602-70.423Q-12.477-70.712-12.251-70.935Q-12.026-71.159-11.730-71.279Q-11.435-71.399-11.117-71.399Q-10.789-71.399-10.527-71.299Q-10.266-71.200-10.090-71.018Q-9.914-70.835-9.820-70.577Q-9.726-70.319-9.726-69.987Q-9.726-69.895-9.808-69.874L-12.063-69.874L-12.063-69.813Q-12.063-69.225-11.780-68.842Q-11.496-68.459-10.929-68.459Q-10.607-68.459-10.339-68.652Q-10.071-68.845-9.982-69.160Q-9.975-69.201-9.900-69.215L-9.808-69.215Q-9.726-69.191-9.726-69.119Q-9.726-69.112-9.732-69.085Q-9.845-68.688-10.216-68.449Q-10.587-68.210-11.011-68.210Q-11.448-68.210-11.848-68.418Q-12.248-68.627-12.487-68.994Q-12.727-69.361-12.727-69.813M-12.057-70.083L-10.242-70.083Q-10.242-70.360-10.339-70.612Q-10.436-70.865-10.635-71.021Q-10.833-71.176-11.117-71.176Q-11.394-71.176-11.607-71.018Q-11.821-70.859-11.939-70.604Q-12.057-70.349-12.057-70.083M-8.611-69.119L-8.611-71.016L-9.250-71.016L-9.250-71.238Q-8.933-71.238-8.716-71.448Q-8.498-71.658-8.398-71.968Q-8.297-72.277-8.297-72.585L-8.030-72.585L-8.030-71.296L-6.954-71.296L-6.954-71.016L-8.030-71.016L-8.030-69.132Q-8.030-68.856-7.926-68.657Q-7.822-68.459-7.562-68.459Q-7.405-68.459-7.299-68.563Q-7.193-68.668-7.143-68.821Q-7.094-68.975-7.094-69.132L-7.094-69.546L-6.827-69.546L-6.827-69.119Q-6.827-68.893-6.926-68.683Q-7.025-68.473-7.210-68.341Q-7.394-68.210-7.623-68.210Q-8.061-68.210-8.336-68.447Q-8.611-68.685-8.611-69.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m234.025 4.2-15.278 14.379\"\u002F>\u003Cg transform=\"translate(228.584 115.318)\">\u003Cpath d=\"M-17.115-68.210Q-17.419-68.210-17.654-68.367Q-17.888-68.524-18.009-68.787Q-18.130-69.050-18.130-69.355Q-18.130-69.806-17.888-70.279Q-17.645-70.753-17.238-71.059Q-16.831-71.364-16.367-71.364Q-16.158-71.364-15.979-71.267Q-15.799-71.170-15.686-70.995Q-15.663-71.101-15.572-71.166Q-15.481-71.231-15.379-71.231Q-15.276-71.231-15.211-71.170Q-15.146-71.108-15.146-71.016Q-15.146-71.006-15.164-70.937L-15.645-69.006Q-15.673-68.835-15.673-68.746Q-15.673-68.432-15.464-68.432Q-15.276-68.432-15.175-68.681Q-15.075-68.931-14.979-69.307Q-14.955-69.368-14.904-69.368L-14.736-69.368Q-14.702-69.368-14.680-69.343Q-14.658-69.317-14.658-69.286Q-14.658-69.273-14.665-69.259Q-14.924-68.210-15.478-68.210Q-15.710-68.210-15.907-68.333Q-16.103-68.456-16.168-68.671Q-16.630-68.210-17.115-68.210M-17.102-68.432Q-16.828-68.432-16.579-68.644Q-16.329-68.856-16.148-69.146L-15.820-70.469Q-15.851-70.732-15.992-70.937Q-16.134-71.142-16.380-71.142Q-16.743-71.142-17.014-70.777Q-17.286-70.411-17.428-69.913Q-17.570-69.416-17.570-69.068Q-17.570-68.815-17.454-68.623Q-17.337-68.432-17.102-68.432M-13.742-68.425Q-13.742-68.466-13.735-68.486L-13.215-70.568Q-13.181-70.705-13.181-70.824Q-13.181-70.954-13.227-71.048Q-13.273-71.142-13.390-71.142Q-13.496-71.142-13.576-71.050Q-13.656-70.958-13.716-70.812Q-13.776-70.667-13.817-70.512Q-13.858-70.356-13.882-70.267Q-13.892-70.202-13.950-70.202L-14.118-70.202Q-14.148-70.202-14.172-70.233Q-14.196-70.264-14.196-70.288L-14.196-70.315Q-14.077-70.763-13.895-71.064Q-13.714-71.364-13.376-71.364Q-13.202-71.364-13.041-71.293Q-12.880-71.221-12.781-71.089Q-12.682-70.958-12.662-70.783Q-12.443-71.050-12.151-71.207Q-11.858-71.364-11.530-71.364Q-11.281-71.364-11.081-71.279Q-10.881-71.194-10.768-71.021Q-10.655-70.848-10.655-70.589Q-10.655-70.428-10.701-70.223Q-10.748-70.018-10.816-69.808Q-10.884-69.597-10.987-69.329Q-11.089-69.061-11.110-69.006Q-11.185-68.801-11.185-68.651Q-11.185-68.432-11.031-68.432Q-10.847-68.432-10.708-68.574Q-10.570-68.716-10.483-68.914Q-10.395-69.112-10.344-69.307Q-10.320-69.368-10.269-69.368L-10.102-69.368Q-10.067-69.368-10.045-69.339Q-10.023-69.310-10.023-69.286Q-10.023-69.273-10.030-69.259Q-10.091-69.009-10.233-68.767Q-10.375-68.524-10.583-68.367Q-10.792-68.210-11.045-68.210Q-11.318-68.210-11.505-68.374Q-11.691-68.538-11.691-68.804Q-11.691-68.951-11.640-69.054Q-11.428-69.618-11.303-70.004Q-11.178-70.390-11.178-70.677Q-11.178-70.882-11.267-71.012Q-11.356-71.142-11.551-71.142Q-12.306-71.142-12.788-70.083L-13.195-68.452Q-13.222-68.346-13.313-68.278Q-13.403-68.210-13.509-68.210Q-13.602-68.210-13.672-68.271Q-13.742-68.333-13.742-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M214.294 26.962v15.264\"\u002F>\u003Cg transform=\"translate(273.453 93.44)\">\u003Cpath d=\"M-16.907-68.278L-18.640-68.278L-18.640-68.558Q-17.918-68.558-17.918-68.958L-17.918-72.745Q-18.151-72.779-18.640-72.779L-18.640-73.060L-17.283-73.060Q-17.242-73.046-17.221-73.032L-14.518-69.385L-14.518-72.380Q-14.518-72.779-15.239-72.779L-15.239-73.060L-13.502-73.060L-13.502-72.779Q-14.224-72.779-14.224-72.380L-14.224-68.370Q-14.241-68.295-14.309-68.278L-14.429-68.278Q-14.477-68.288-14.490-68.312L-17.624-72.533L-17.624-68.958Q-17.624-68.558-16.907-68.558L-16.907-68.278M-12.846-69.761Q-12.846-70.103-12.711-70.402Q-12.576-70.701-12.337-70.925Q-12.098-71.149-11.780-71.274Q-11.462-71.399-11.130-71.399Q-10.686-71.399-10.286-71.183Q-9.886-70.968-9.652-70.590Q-9.418-70.213-9.418-69.761Q-9.418-69.420-9.560-69.136Q-9.702-68.852-9.946-68.645Q-10.190-68.439-10.500-68.324Q-10.809-68.210-11.130-68.210Q-11.561-68.210-11.963-68.411Q-12.364-68.613-12.605-68.965Q-12.846-69.317-12.846-69.761M-11.130-68.459Q-10.529-68.459-10.305-68.837Q-10.081-69.215-10.081-69.847Q-10.081-70.459-10.315-70.818Q-10.549-71.176-11.130-71.176Q-12.183-71.176-12.183-69.847Q-12.183-69.215-11.957-68.837Q-11.732-68.459-11.130-68.459M-7.142-68.278L-8.775-68.278L-8.775-68.558Q-8.546-68.558-8.398-68.592Q-8.249-68.627-8.249-68.767L-8.249-70.616Q-8.249-70.886-8.357-70.947Q-8.464-71.009-8.775-71.009L-8.775-71.289L-7.716-71.364L-7.716-70.715Q-7.545-71.023-7.241-71.194Q-6.936-71.364-6.591-71.364Q-6.191-71.364-5.915-71.224Q-5.638-71.084-5.552-70.736Q-5.385-71.029-5.086-71.197Q-4.787-71.364-4.441-71.364Q-3.936-71.364-3.652-71.141Q-3.368-70.917-3.368-70.421L-3.368-68.767Q-3.368-68.630-3.219-68.594Q-3.071-68.558-2.845-68.558L-2.845-68.278L-4.476-68.278L-4.476-68.558Q-4.250-68.558-4.100-68.594Q-3.949-68.630-3.949-68.767L-3.949-70.407Q-3.949-70.742-4.069-70.942Q-4.188-71.142-4.503-71.142Q-4.773-71.142-5.007-71.006Q-5.241-70.869-5.380-70.635Q-5.518-70.401-5.518-70.127L-5.518-68.767Q-5.518-68.630-5.369-68.594Q-5.221-68.558-4.995-68.558L-4.995-68.278L-6.625-68.278L-6.625-68.558Q-6.396-68.558-6.248-68.592Q-6.099-68.627-6.099-68.767L-6.099-70.407Q-6.099-70.742-6.219-70.942Q-6.338-71.142-6.653-71.142Q-6.923-71.142-7.157-71.006Q-7.391-70.869-7.529-70.635Q-7.668-70.401-7.668-70.127L-7.668-68.767Q-7.668-68.630-7.518-68.594Q-7.367-68.558-7.142-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m242.932 4.2 15.278 14.379\"\u002F>\u003Cg transform=\"translate(266.42 115.561)\">\u003Cpath d=\"M-17.522-69.221Q-17.522-68.903-17.361-68.668Q-17.201-68.432-16.896-68.432Q-16.630-68.432-16.362-68.512Q-16.093-68.592-15.868-68.741Q-15.642-68.890-15.478-69.098Q-15.451-69.126-15.413-69.126Q-15.358-69.126-15.295-69.059Q-15.232-68.992-15.232-68.945Q-15.232-68.907-15.252-68.886Q-15.447-68.647-15.717-68.495Q-15.987-68.343-16.291-68.276Q-16.596-68.210-16.914-68.210Q-17.269-68.210-17.537-68.384Q-17.806-68.558-17.947-68.854Q-18.089-69.150-18.089-69.502Q-18.089-70.014-17.821-70.442Q-17.553-70.869-17.112-71.117Q-16.671-71.364-16.162-71.364Q-15.840-71.364-15.579-71.211Q-15.317-71.057-15.317-70.749Q-15.317-70.346-15.671-70.149Q-16.025-69.953-16.461-69.907Q-16.896-69.861-17.409-69.861L-17.430-69.861Q-17.522-69.450-17.522-69.221M-17.375-70.083Q-16.975-70.083-16.625-70.117Q-16.274-70.151-15.977-70.296Q-15.680-70.442-15.680-70.742Q-15.680-70.927-15.833-71.035Q-15.987-71.142-16.179-71.142Q-16.479-71.142-16.722-70.997Q-16.965-70.852-17.127-70.614Q-17.290-70.377-17.375-70.083M-14.436-68.866Q-14.436-68.958-14.415-69.040L-13.554-72.499Q-13.516-72.595-13.516-72.687Q-13.516-72.779-13.950-72.779Q-14.036-72.807-14.036-72.892L-14.008-73.002Q-14.001-73.043-13.930-73.060L-12.979-73.135Q-12.942-73.135-12.908-73.108Q-12.873-73.080-12.873-73.032L-13.882-69.006Q-13.909-68.835-13.909-68.746Q-13.909-68.432-13.701-68.432Q-13.516-68.432-13.405-68.705Q-13.294-68.979-13.222-69.307Q-13.198-69.368-13.147-69.368L-12.979-69.368Q-12.945-69.368-12.923-69.343Q-12.901-69.317-12.901-69.286Q-12.901-69.273-12.908-69.259Q-12.976-68.989-13.067-68.763Q-13.157-68.538-13.321-68.374Q-13.485-68.210-13.714-68.210Q-14.015-68.210-14.225-68.393Q-14.436-68.575-14.436-68.866M-11.551-69.221Q-11.551-68.903-11.390-68.668Q-11.229-68.432-10.925-68.432Q-10.659-68.432-10.390-68.512Q-10.122-68.592-9.896-68.741Q-9.671-68.890-9.507-69.098Q-9.479-69.126-9.442-69.126Q-9.387-69.126-9.324-69.059Q-9.261-68.992-9.261-68.945Q-9.261-68.907-9.281-68.886Q-9.476-68.647-9.746-68.495Q-10.016-68.343-10.320-68.276Q-10.624-68.210-10.942-68.210Q-11.298-68.210-11.566-68.384Q-11.834-68.558-11.976-68.854Q-12.118-69.150-12.118-69.502Q-12.118-70.014-11.850-70.442Q-11.581-70.869-11.141-71.117Q-10.700-71.364-10.190-71.364Q-9.869-71.364-9.608-71.211Q-9.346-71.057-9.346-70.749Q-9.346-70.346-9.700-70.149Q-10.054-69.953-10.489-69.907Q-10.925-69.861-11.438-69.861L-11.458-69.861Q-11.551-69.450-11.551-69.221M-11.404-70.083Q-11.004-70.083-10.654-70.117Q-10.303-70.151-10.006-70.296Q-9.708-70.442-9.708-70.742Q-9.708-70.927-9.862-71.035Q-10.016-71.142-10.207-71.142Q-10.508-71.142-10.751-70.997Q-10.994-70.852-11.156-70.614Q-11.318-70.377-11.404-70.083M-7.504-66.921L-8.892-66.921Q-8.926-66.921-8.950-66.957Q-8.974-66.993-8.974-67.024L-8.946-67.136Q-8.919-67.195-8.868-67.201Q-8.642-67.201-8.562-67.239Q-8.481-67.277-8.434-67.444L-7.658-70.568Q-7.623-70.705-7.623-70.824Q-7.623-70.954-7.670-71.048Q-7.716-71.142-7.832-71.142Q-7.938-71.142-8.018-71.050Q-8.099-70.958-8.158-70.812Q-8.218-70.667-8.259-70.512Q-8.300-70.356-8.324-70.267Q-8.334-70.202-8.393-70.202L-8.560-70.202Q-8.591-70.202-8.615-70.233Q-8.639-70.264-8.639-70.288L-8.639-70.315Q-8.519-70.763-8.338-71.064Q-8.157-71.364-7.818-71.364Q-7.582-71.364-7.388-71.245Q-7.193-71.125-7.128-70.903Q-6.680-71.364-6.181-71.364Q-5.873-71.364-5.641-71.205Q-5.409-71.047-5.287-70.783Q-5.166-70.520-5.166-70.216Q-5.166-69.755-5.407-69.286Q-5.648-68.818-6.056-68.514Q-6.465-68.210-6.930-68.210Q-7.138-68.210-7.314-68.305Q-7.490-68.401-7.610-68.579L-7.904-67.396Q-7.924-67.335-7.924-67.270Q-7.924-67.201-7.483-67.201Q-7.398-67.174-7.398-67.089L-7.429-66.976Q-7.456-66.928-7.504-66.921M-6.916-68.432Q-6.554-68.432-6.282-68.798Q-6.010-69.163-5.868-69.657Q-5.727-70.151-5.727-70.503Q-5.727-70.759-5.843-70.951Q-5.959-71.142-6.195-71.142Q-6.475-71.142-6.721-70.930Q-6.967-70.718-7.148-70.428L-7.477-69.105Q-7.446-68.842-7.304-68.637Q-7.162-68.432-6.916-68.432M-4.370-68.432Q-4.370-68.466-4.359-68.486L-3.361-72.499Q-3.324-72.595-3.324-72.687Q-3.324-72.779-3.758-72.779Q-3.843-72.807-3.843-72.892L-3.816-73.002Q-3.809-73.043-3.737-73.060L-2.787-73.135Q-2.743-73.135-2.712-73.109Q-2.681-73.084-2.681-73.032L-3.221-70.862Q-2.763-71.364-2.162-71.364Q-1.912-71.364-1.712-71.279Q-1.512-71.194-1.399-71.021Q-1.287-70.848-1.287-70.589Q-1.287-70.428-1.333-70.223Q-1.379-70.018-1.440-69.830Q-1.502-69.642-1.598-69.392Q-1.693-69.143-1.745-69.006Q-1.820-68.801-1.820-68.651Q-1.820-68.432-1.666-68.432Q-1.481-68.432-1.343-68.574Q-1.205-68.716-1.117-68.914Q-1.030-69.112-0.979-69.307Q-0.955-69.368-0.904-69.368L-0.736-69.368Q-0.702-69.368-0.680-69.343Q-0.658-69.317-0.658-69.286Q-0.658-69.273-0.665-69.259Q-0.726-69.009-0.866-68.768Q-1.006-68.528-1.217-68.369Q-1.427-68.210-1.680-68.210Q-1.953-68.210-2.139-68.374Q-2.326-68.538-2.326-68.804Q-2.326-68.941-2.274-69.054Q-2.062-69.618-1.938-70.004Q-1.813-70.390-1.813-70.677Q-1.813-70.879-1.898-71.011Q-1.984-71.142-2.179-71.142Q-2.927-71.142-3.416-70.096L-3.830-68.439Q-3.857-68.340-3.942-68.275Q-4.028-68.210-4.130-68.210Q-4.229-68.210-4.300-68.271Q-4.370-68.333-4.370-68.432M1.106-68.210Q0.802-68.210 0.568-68.367Q0.334-68.524 0.212-68.787Q0.091-69.050 0.091-69.355Q0.091-69.806 0.334-70.279Q0.576-70.753 0.983-71.059Q1.390-71.364 1.855-71.364Q2.063-71.364 2.242-71.267Q2.422-71.170 2.535-70.995Q2.559-71.101 2.649-71.166Q2.740-71.231 2.842-71.231Q2.945-71.231 3.010-71.170Q3.075-71.108 3.075-71.016Q3.075-71.006 3.058-70.937L2.576-69.006Q2.548-68.835 2.548-68.746Q2.548-68.432 2.757-68.432Q2.945-68.432 3.046-68.681Q3.147-68.931 3.242-69.307Q3.266-69.368 3.317-69.368L3.485-69.368Q3.519-69.368 3.541-69.343Q3.564-69.317 3.564-69.286Q3.564-69.273 3.557-69.259Q3.297-68.210 2.743-68.210Q2.511-68.210 2.314-68.333Q2.118-68.456 2.053-68.671Q1.591-68.210 1.106-68.210M1.120-68.432Q1.393-68.432 1.643-68.644Q1.892-68.856 2.073-69.146L2.401-70.469Q2.371-70.732 2.229-70.937Q2.087-71.142 1.841-71.142Q1.479-71.142 1.207-70.777Q0.935-70.411 0.793-69.913Q0.651-69.416 0.651-69.068Q0.651-68.815 0.768-68.623Q0.884-68.432 1.120-68.432M4.480-68.425Q4.480-68.466 4.486-68.486L5.006-70.568Q5.040-70.705 5.040-70.824Q5.040-70.954 4.994-71.048Q4.948-71.142 4.832-71.142Q4.726-71.142 4.645-71.050Q4.565-70.958 4.505-70.812Q4.445-70.667 4.404-70.512Q4.363-70.356 4.339-70.267Q4.329-70.202 4.271-70.202L4.104-70.202Q4.073-70.202 4.049-70.233Q4.025-70.264 4.025-70.288L4.025-70.315Q4.145-70.763 4.326-71.064Q4.507-71.364 4.845-71.364Q5.020-71.364 5.180-71.293Q5.341-71.221 5.440-71.089Q5.539-70.958 5.560-70.783Q5.778-71.050 6.071-71.207Q6.363-71.364 6.691-71.364Q6.940-71.364 7.140-71.279Q7.340-71.194 7.453-71.021Q7.566-70.848 7.566-70.589Q7.566-70.428 7.520-70.223Q7.474-70.018 7.405-69.808Q7.337-69.597 7.234-69.329Q7.132-69.061 7.111-69.006Q7.036-68.801 7.036-68.651Q7.036-68.432 7.190-68.432Q7.375-68.432 7.513-68.574Q7.651-68.716 7.739-68.914Q7.826-69.112 7.877-69.307Q7.901-69.368 7.952-69.368L8.120-69.368Q8.154-69.368 8.176-69.339Q8.198-69.310 8.198-69.286Q8.198-69.273 8.191-69.259Q8.130-69.009 7.988-68.767Q7.846-68.524 7.638-68.367Q7.429-68.210 7.176-68.210Q6.903-68.210 6.717-68.374Q6.530-68.538 6.530-68.804Q6.530-68.951 6.582-69.054Q6.794-69.618 6.918-70.004Q7.043-70.390 7.043-70.677Q7.043-70.882 6.954-71.012Q6.865-71.142 6.670-71.142Q5.915-71.142 5.433-70.083L5.026-68.452Q4.999-68.346 4.908-68.278Q4.818-68.210 4.712-68.210Q4.620-68.210 4.550-68.271Q4.480-68.333 4.480-68.425M9.032-68.866Q9.032-68.962 9.053-69.054L9.542-71.016L8.800-71.016Q8.711-71.040 8.711-71.129L8.738-71.238Q8.755-71.282 8.820-71.296L9.613-71.296L9.894-72.407Q9.921-72.516 10.010-72.585Q10.099-72.653 10.208-72.653Q10.300-72.653 10.369-72.593Q10.437-72.533 10.437-72.438Q10.437-72.414 10.435-72.402Q10.434-72.390 10.430-72.373L10.157-71.296L10.902-71.296Q10.984-71.269 10.984-71.190L10.957-71.077Q10.950-71.033 10.878-71.016L10.088-71.016L9.586-69.006Q9.555-68.852 9.555-68.746Q9.555-68.432 9.767-68.432Q10.068-68.432 10.302-68.710Q10.536-68.989 10.663-69.327Q10.690-69.368 10.731-69.368L10.902-69.368Q10.936-69.368 10.957-69.343Q10.977-69.317 10.977-69.286Q10.977-69.273 10.970-69.259Q10.806-68.832 10.485-68.521Q10.164-68.210 9.753-68.210Q9.453-68.210 9.242-68.393Q9.032-68.575 9.032-68.866\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M262.664 26.962v13.66\"\u002F>\u003Cg transform=\"translate(290.534 47.916)\">\u003Cpath d=\"M-16.493-68.278L-18.626-68.278L-18.626-68.558Q-17.905-68.558-17.905-68.767L-17.905-72.568Q-17.905-72.779-18.626-72.779L-18.626-73.060L-15.960-73.060Q-15.550-73.060-15.129-72.906Q-14.709-72.752-14.425-72.448Q-14.142-72.144-14.142-71.730Q-14.142-71.412-14.309-71.166Q-14.477-70.920-14.753-70.754Q-15.030-70.589-15.352-70.505Q-15.673-70.421-15.960-70.421L-17.214-70.421L-17.214-68.767Q-17.214-68.558-16.493-68.558L-16.493-68.278M-17.242-72.568L-17.242-70.671L-16.155-70.671Q-15.546-70.671-15.232-70.908Q-14.917-71.146-14.917-71.730Q-14.917-72.123-15.063-72.357Q-15.208-72.591-15.480-72.685Q-15.751-72.779-16.155-72.779L-16.876-72.779Q-17.064-72.779-17.153-72.745Q-17.242-72.711-17.242-72.568M-11.123-68.278L-13.256-68.278L-13.256-68.558Q-12.535-68.558-12.535-68.767L-12.535-72.568Q-12.535-72.779-13.256-72.779L-13.256-73.060L-10.590-73.060Q-10.180-73.060-9.760-72.906Q-9.339-72.752-9.056-72.448Q-8.772-72.144-8.772-71.730Q-8.772-71.412-8.939-71.166Q-9.107-70.920-9.384-70.754Q-9.661-70.589-9.982-70.505Q-10.303-70.421-10.590-70.421L-11.845-70.421L-11.845-68.767Q-11.845-68.558-11.123-68.558L-11.123-68.278M-11.872-72.568L-11.872-70.671L-10.785-70.671Q-10.177-70.671-9.862-70.908Q-9.548-71.146-9.548-71.730Q-9.548-72.123-9.693-72.357Q-9.838-72.591-10.110-72.685Q-10.382-72.779-10.785-72.779L-11.506-72.779Q-11.694-72.779-11.783-72.745Q-11.872-72.711-11.872-72.568\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m251.356-41.324 19.77 14.378\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(269.115 69.905)\">\u003Cpath d=\"M-17.970-68.804Q-17.970-68.927-17.918-69.054L-17.331-70.568Q-17.255-70.770-17.255-70.924Q-17.255-71.142-17.416-71.142Q-17.672-71.142-17.838-70.877Q-18.004-70.612-18.103-70.267Q-18.113-70.202-18.171-70.202L-18.339-70.202Q-18.370-70.202-18.394-70.233Q-18.417-70.264-18.417-70.288L-18.417-70.315Q-18.349-70.575-18.209-70.812Q-18.069-71.050-17.859-71.207Q-17.648-71.364-17.395-71.364Q-17.132-71.364-16.941-71.200Q-16.749-71.036-16.749-70.770Q-16.749-70.664-16.801-70.517L-17.389-69.006Q-17.464-68.801-17.464-68.651Q-17.464-68.432-17.310-68.432Q-17.043-68.432-16.874-68.705Q-16.705-68.979-16.626-69.307Q-16.596-69.368-16.548-69.368L-16.380-69.368Q-16.346-69.368-16.324-69.339Q-16.302-69.310-16.302-69.286Q-16.302-69.273-16.309-69.259Q-16.370-69.009-16.512-68.767Q-16.654-68.524-16.862-68.367Q-17.071-68.210-17.324-68.210Q-17.594-68.210-17.782-68.374Q-17.970-68.538-17.970-68.804M-17.129-72.527Q-17.129-72.667-17.019-72.776Q-16.910-72.885-16.767-72.885Q-16.657-72.885-16.582-72.814Q-16.507-72.742-16.507-72.632Q-16.507-72.489-16.621-72.381Q-16.736-72.274-16.876-72.274Q-16.982-72.274-17.055-72.344Q-17.129-72.414-17.129-72.527M-15.386-68.425Q-15.386-68.466-15.379-68.486L-14.859-70.568Q-14.825-70.705-14.825-70.824Q-14.825-70.954-14.871-71.048Q-14.917-71.142-15.034-71.142Q-15.140-71.142-15.220-71.050Q-15.300-70.958-15.360-70.812Q-15.420-70.667-15.461-70.512Q-15.502-70.356-15.526-70.267Q-15.536-70.202-15.594-70.202L-15.762-70.202Q-15.792-70.202-15.816-70.233Q-15.840-70.264-15.840-70.288L-15.840-70.315Q-15.721-70.763-15.540-71.064Q-15.358-71.364-15.020-71.364Q-14.846-71.364-14.685-71.293Q-14.524-71.221-14.425-71.089Q-14.326-70.958-14.306-70.783Q-14.087-71.050-13.795-71.207Q-13.502-71.364-13.174-71.364Q-12.925-71.364-12.725-71.279Q-12.525-71.194-12.412-71.021Q-12.299-70.848-12.299-70.589Q-12.299-70.428-12.345-70.223Q-12.392-70.018-12.460-69.808Q-12.528-69.597-12.631-69.329Q-12.733-69.061-12.754-69.006Q-12.829-68.801-12.829-68.651Q-12.829-68.432-12.675-68.432Q-12.491-68.432-12.352-68.574Q-12.214-68.716-12.127-68.914Q-12.040-69.112-11.988-69.307Q-11.964-69.368-11.913-69.368L-11.746-69.368Q-11.711-69.368-11.689-69.339Q-11.667-69.310-11.667-69.286Q-11.667-69.273-11.674-69.259Q-11.735-69.009-11.877-68.767Q-12.019-68.524-12.227-68.367Q-12.436-68.210-12.689-68.210Q-12.962-68.210-13.149-68.374Q-13.335-68.538-13.335-68.804Q-13.335-68.951-13.284-69.054Q-13.072-69.618-12.947-70.004Q-12.822-70.390-12.822-70.677Q-12.822-70.882-12.911-71.012Q-13-71.142-13.195-71.142Q-13.950-71.142-14.432-70.083L-14.839-68.452Q-14.866-68.346-14.957-68.278Q-15.047-68.210-15.153-68.210Q-15.246-68.210-15.316-68.271Q-15.386-68.333-15.386-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(269.115 69.905)\">\u003Cpath d=\"M-7.763-68.425Q-7.763-68.466-7.756-68.486L-7.236-70.568Q-7.202-70.705-7.202-70.824Q-7.202-70.954-7.248-71.048Q-7.295-71.142-7.411-71.142Q-7.517-71.142-7.597-71.050Q-7.677-70.958-7.737-70.812Q-7.797-70.667-7.838-70.512Q-7.879-70.356-7.903-70.267Q-7.913-70.202-7.971-70.202L-8.139-70.202Q-8.170-70.202-8.194-70.233Q-8.217-70.264-8.217-70.288L-8.217-70.315Q-8.098-70.763-7.917-71.064Q-7.736-71.364-7.397-71.364Q-7.223-71.364-7.062-71.293Q-6.902-71.221-6.802-71.088Q-6.703-70.954-6.683-70.777Q-6.191-71.364-5.551-71.364Q-5.196-71.364-4.958-71.207Q-4.721-71.050-4.676-70.715Q-4.533-70.906-4.345-71.055Q-4.157-71.204-3.942-71.284Q-3.726-71.364-3.490-71.364Q-3.241-71.364-3.041-71.279Q-2.841-71.194-2.728-71.021Q-2.615-70.848-2.615-70.589Q-2.615-70.428-2.662-70.223Q-2.708-70.018-2.769-69.830Q-2.831-69.642-2.926-69.392Q-3.022-69.143-3.073-69.006Q-3.149-68.801-3.149-68.651Q-3.149-68.432-2.995-68.432Q-2.810-68.432-2.672-68.574Q-2.533-68.716-2.446-68.914Q-2.359-69.112-2.308-69.307Q-2.284-69.368-2.233-69.368L-2.065-69.368Q-2.031-69.368-2.009-69.343Q-1.986-69.317-1.986-69.286Q-1.986-69.273-1.993-69.259Q-2.055-69.009-2.195-68.768Q-2.335-68.528-2.545-68.369Q-2.756-68.210-3.008-68.210Q-3.282-68.210-3.468-68.374Q-3.654-68.538-3.654-68.804Q-3.654-68.941-3.603-69.054Q-3.391-69.618-3.267-70.004Q-3.142-70.390-3.142-70.677Q-3.142-70.882-3.231-71.012Q-3.319-71.142-3.514-71.142Q-4.263-71.142-4.752-70.083L-5.158-68.452Q-5.186-68.346-5.276-68.278Q-5.367-68.210-5.473-68.210Q-5.565-68.210-5.635-68.271Q-5.705-68.333-5.705-68.425Q-5.705-68.466-5.698-68.486L-5.251-70.267Q-5.193-70.520-5.193-70.677Q-5.193-70.882-5.283-71.012Q-5.374-71.142-5.565-71.142Q-6.331-71.142-6.809-70.076L-7.216-68.452Q-7.243-68.346-7.334-68.278Q-7.424-68.210-7.530-68.210Q-7.623-68.210-7.693-68.271Q-7.763-68.333-7.763-68.425M-1.238-67.458Q-1.238-67.635-1.135-67.767Q-1.033-67.899-0.859-67.899Q-0.746-67.899-0.672-67.834Q-0.599-67.769-0.599-67.663Q-0.599-67.543-0.679-67.441Q-0.759-67.338-0.879-67.304Q-0.824-67.191-0.708-67.133Q-0.592-67.075-0.452-67.075Q-0.127-67.075 0.124-67.290Q0.375-67.506 0.533-67.829Q0.690-68.152 0.772-68.480Q0.457-68.210 0.078-68.210Q-0.360-68.210-0.616-68.430Q-0.872-68.651-0.872-69.074Q-0.872-69.235-0.835-69.428Q-0.797-69.621-0.734-69.808Q-0.671-69.994-0.595-70.189Q-0.520-70.383-0.445-70.568Q-0.370-70.770-0.370-70.924Q-0.370-71.142-0.524-71.142Q-0.787-71.142-0.953-70.877Q-1.118-70.612-1.217-70.267Q-1.228-70.202-1.286-70.202L-1.453-70.202Q-1.484-70.202-1.508-70.233Q-1.532-70.264-1.532-70.288L-1.532-70.315Q-1.464-70.575-1.323-70.812Q-1.183-71.050-0.973-71.207Q-0.763-71.364-0.510-71.364Q-0.247-71.364-0.055-71.200Q0.136-71.036 0.136-70.770Q0.136-70.636 0.085-70.517Q0.006-70.315-0.083-70.083Q-0.172-69.850-0.221-69.691Q-0.271-69.532-0.310-69.344Q-0.349-69.156-0.349-68.986Q-0.349-68.746-0.242-68.589Q-0.134-68.432 0.092-68.432Q0.580-68.432 0.919-69.085L1.414-71.050Q1.449-71.163 1.532-71.229Q1.616-71.296 1.722-71.296Q1.818-71.296 1.886-71.235Q1.954-71.173 1.954-71.077Q1.954-71.036 1.948-71.016L1.261-68.251Q1.196-67.977 1.028-67.721Q0.861-67.465 0.620-67.266Q0.379-67.068 0.098-66.959Q-0.182-66.849-0.469-66.849Q-0.766-66.849-1.002-67.012Q-1.238-67.174-1.238-67.458\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(269.115 69.905)\">\u003Cpath d=\"M6.612-66.921L5.225-66.921Q5.190-66.921 5.167-66.957Q5.143-66.993 5.143-67.024L5.170-67.136Q5.197-67.195 5.249-67.201Q5.474-67.201 5.554-67.239Q5.635-67.277 5.683-67.444L6.459-70.568Q6.493-70.705 6.493-70.824Q6.493-70.954 6.447-71.048Q6.400-71.142 6.284-71.142Q6.178-71.142 6.098-71.050Q6.018-70.958 5.958-70.812Q5.898-70.667 5.857-70.512Q5.816-70.356 5.792-70.267Q5.782-70.202 5.724-70.202L5.556-70.202Q5.525-70.202 5.501-70.233Q5.478-70.264 5.478-70.288L5.478-70.315Q5.597-70.763 5.778-71.064Q5.959-71.364 6.298-71.364Q6.534-71.364 6.729-71.245Q6.923-71.125 6.988-70.903Q7.436-71.364 7.935-71.364Q8.243-71.364 8.475-71.205Q8.708-71.047 8.829-70.783Q8.950-70.520 8.950-70.216Q8.950-69.755 8.709-69.286Q8.468-68.818 8.060-68.514Q7.651-68.210 7.187-68.210Q6.978-68.210 6.802-68.305Q6.626-68.401 6.506-68.579L6.212-67.396Q6.192-67.335 6.192-67.270Q6.192-67.201 6.633-67.201Q6.718-67.174 6.718-67.089L6.688-66.976Q6.660-66.928 6.612-66.921M7.200-68.432Q7.563-68.432 7.834-68.798Q8.106-69.163 8.248-69.657Q8.390-70.151 8.390-70.503Q8.390-70.759 8.273-70.951Q8.157-71.142 7.921-71.142Q7.641-71.142 7.395-70.930Q7.149-70.718 6.968-70.428L6.640-69.105Q6.670-68.842 6.812-68.637Q6.954-68.432 7.200-68.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(269.115 69.905)\">\u003Cpath d=\"M10.591-68.210Q10.287-68.210 10.052-68.367Q9.818-68.524 9.697-68.787Q9.576-69.050 9.576-69.355Q9.576-69.806 9.818-70.279Q10.061-70.753 10.468-71.059Q10.874-71.364 11.339-71.364Q11.548-71.364 11.727-71.267Q11.907-71.170 12.020-70.995Q12.043-71.101 12.134-71.166Q12.225-71.231 12.327-71.231Q12.430-71.231 12.495-71.170Q12.560-71.108 12.560-71.016Q12.560-71.006 12.542-70.937L12.061-69.006Q12.033-68.835 12.033-68.746Q12.033-68.432 12.242-68.432Q12.430-68.432 12.531-68.681Q12.631-68.931 12.727-69.307Q12.751-69.368 12.802-69.368L12.970-69.368Q13.004-69.368 13.026-69.343Q13.048-69.317 13.048-69.286Q13.048-69.273 13.041-69.259Q12.782-68.210 12.228-68.210Q11.996-68.210 11.799-68.333Q11.603-68.456 11.538-68.671Q11.076-68.210 10.591-68.210M10.604-68.432Q10.878-68.432 11.127-68.644Q11.377-68.856 11.558-69.146L11.886-70.469Q11.855-70.732 11.714-70.937Q11.572-71.142 11.326-71.142Q10.963-71.142 10.692-70.777Q10.420-70.411 10.278-69.913Q10.136-69.416 10.136-69.068Q10.136-68.815 10.252-68.623Q10.369-68.432 10.604-68.432M12.727-67.270Q12.727-67.434 12.833-67.548Q12.939-67.663 13.096-67.663Q13.199-67.663 13.274-67.594Q13.349-67.526 13.349-67.417Q13.349-67.218 13.182-67.109Q13.257-67.075 13.390-67.075Q13.585-67.075 13.763-67.203Q13.940-67.331 14.062-67.533Q14.183-67.735 14.231-67.936L14.891-70.568Q14.925-70.705 14.925-70.824Q14.925-70.954 14.879-71.048Q14.833-71.142 14.713-71.142Q14.416-71.142 14.190-70.874Q13.964-70.606 13.817-70.243Q13.814-70.230 13.790-70.216Q13.766-70.202 13.756-70.202L13.588-70.202Q13.558-70.202 13.534-70.233Q13.510-70.264 13.510-70.288L13.510-70.315Q13.677-70.736 13.997-71.050Q14.316-71.364 14.727-71.364Q15.024-71.364 15.236-71.183Q15.448-71.002 15.448-70.708Q15.448-70.647 15.420-70.517L14.764-67.885Q14.716-67.666 14.574-67.473Q14.433-67.280 14.234-67.138Q14.036-66.996 13.819-66.923Q13.602-66.849 13.376-66.849Q13.134-66.849 12.930-66.948Q12.727-67.048 12.727-67.270M15.085-72.527Q15.085-72.667 15.195-72.776Q15.304-72.885 15.448-72.885Q15.557-72.885 15.632-72.814Q15.708-72.742 15.708-72.632Q15.708-72.489 15.593-72.381Q15.479-72.274 15.338-72.274Q15.232-72.274 15.159-72.344Q15.085-72.414 15.085-72.527M17.389-68.210Q17.085-68.210 16.851-68.367Q16.617-68.524 16.495-68.787Q16.374-69.050 16.374-69.355Q16.374-69.806 16.617-70.279Q16.859-70.753 17.266-71.059Q17.673-71.364 18.138-71.364Q18.346-71.364 18.526-71.267Q18.705-71.170 18.818-70.995Q18.842-71.101 18.932-71.166Q19.023-71.231 19.125-71.231Q19.228-71.231 19.293-71.170Q19.358-71.108 19.358-71.016Q19.358-71.006 19.341-70.937L18.859-69.006Q18.832-68.835 18.832-68.746Q18.832-68.432 19.040-68.432Q19.228-68.432 19.329-68.681Q19.430-68.931 19.525-69.307Q19.549-69.368 19.601-69.368L19.768-69.368Q19.802-69.368 19.824-69.343Q19.847-69.317 19.847-69.286Q19.847-69.273 19.840-69.259Q19.580-68.210 19.026-68.210Q18.794-68.210 18.597-68.333Q18.401-68.456 18.336-68.671Q17.874-68.210 17.389-68.210M17.403-68.432Q17.676-68.432 17.926-68.644Q18.175-68.856 18.356-69.146L18.685-70.469Q18.654-70.732 18.512-70.937Q18.370-71.142 18.124-71.142Q17.762-71.142 17.490-70.777Q17.218-70.411 17.076-69.913Q16.935-69.416 16.935-69.068Q16.935-68.815 17.051-68.623Q17.167-68.432 17.403-68.432M20.763-68.425Q20.763-68.466 20.770-68.486L21.289-70.568Q21.323-70.705 21.323-70.824Q21.323-70.954 21.277-71.048Q21.231-71.142 21.115-71.142Q21.009-71.142 20.928-71.050Q20.848-70.958 20.788-70.812Q20.729-70.667 20.687-70.512Q20.646-70.356 20.623-70.267Q20.612-70.202 20.554-70.202L20.387-70.202Q20.356-70.202 20.332-70.233Q20.308-70.264 20.308-70.288L20.308-70.315Q20.428-70.763 20.609-71.064Q20.790-71.364 21.128-71.364Q21.303-71.364 21.463-71.293Q21.624-71.221 21.723-71.088Q21.822-70.954 21.843-70.777Q22.335-71.364 22.974-71.364Q23.330-71.364 23.567-71.207Q23.805-71.050 23.849-70.715Q23.993-70.906 24.181-71.055Q24.369-71.204 24.584-71.284Q24.799-71.364 25.035-71.364Q25.285-71.364 25.485-71.279Q25.685-71.194 25.797-71.021Q25.910-70.848 25.910-70.589Q25.910-70.428 25.864-70.223Q25.818-70.018 25.756-69.830Q25.695-69.642 25.599-69.392Q25.503-69.143 25.452-69.006Q25.377-68.801 25.377-68.651Q25.377-68.432 25.531-68.432Q25.715-68.432 25.854-68.574Q25.992-68.716 26.079-68.914Q26.166-69.112 26.218-69.307Q26.242-69.368 26.293-69.368L26.460-69.368Q26.495-69.368 26.517-69.343Q26.539-69.317 26.539-69.286Q26.539-69.273 26.532-69.259Q26.471-69.009 26.331-68.768Q26.190-68.528 25.980-68.369Q25.770-68.210 25.517-68.210Q25.244-68.210 25.057-68.374Q24.871-68.538 24.871-68.804Q24.871-68.941 24.922-69.054Q25.134-69.618 25.259-70.004Q25.384-70.390 25.384-70.677Q25.384-70.882 25.295-71.012Q25.206-71.142 25.011-71.142Q24.263-71.142 23.774-70.083L23.367-68.452Q23.340-68.346 23.249-68.278Q23.159-68.210 23.053-68.210Q22.960-68.210 22.890-68.271Q22.820-68.333 22.820-68.425Q22.820-68.466 22.827-68.486L23.275-70.267Q23.333-70.520 23.333-70.677Q23.333-70.882 23.242-71.012Q23.152-71.142 22.960-71.142Q22.195-71.142 21.716-70.076L21.310-68.452Q21.282-68.346 21.192-68.278Q21.101-68.210 20.995-68.210Q20.903-68.210 20.833-68.271Q20.763-68.333 20.763-68.425M28.296-68.210Q27.992-68.210 27.758-68.367Q27.523-68.524 27.402-68.787Q27.281-69.050 27.281-69.355Q27.281-69.806 27.523-70.279Q27.766-70.753 28.173-71.059Q28.580-71.364 29.044-71.364Q29.253-71.364 29.432-71.267Q29.612-71.170 29.725-70.995Q29.749-71.101 29.839-71.166Q29.930-71.231 30.032-71.231Q30.135-71.231 30.200-71.170Q30.265-71.108 30.265-71.016Q30.265-71.006 30.248-70.937L29.766-69.006Q29.738-68.835 29.738-68.746Q29.738-68.432 29.947-68.432Q30.135-68.432 30.236-68.681Q30.336-68.931 30.432-69.307Q30.456-69.368 30.507-69.368L30.675-69.368Q30.709-69.368 30.731-69.343Q30.753-69.317 30.753-69.286Q30.753-69.273 30.747-69.259Q30.487-68.210 29.933-68.210Q29.701-68.210 29.504-68.333Q29.308-68.456 29.243-68.671Q28.781-68.210 28.296-68.210M28.310-68.432Q28.583-68.432 28.833-68.644Q29.082-68.856 29.263-69.146L29.591-70.469Q29.561-70.732 29.419-70.937Q29.277-71.142 29.031-71.142Q28.668-71.142 28.397-70.777Q28.125-70.411 27.983-69.913Q27.841-69.416 27.841-69.068Q27.841-68.815 27.958-68.623Q28.074-68.432 28.310-68.432M31.601-68.739Q31.762-68.432 32.329-68.432Q32.562-68.432 32.787-68.505Q33.013-68.579 33.165-68.736Q33.317-68.893 33.317-69.126Q33.317-69.290 33.177-69.401Q33.037-69.512 32.852-69.553L32.462-69.628Q32.186-69.683 32.001-69.867Q31.816-70.052 31.816-70.322Q31.816-70.565 31.921-70.758Q32.025-70.951 32.204-71.089Q32.384-71.228 32.608-71.296Q32.832-71.364 33.057-71.364Q33.392-71.364 33.662-71.217Q33.932-71.070 33.932-70.763Q33.932-70.664 33.895-70.571Q33.857-70.479 33.782-70.421Q33.707-70.363 33.601-70.363Q33.505-70.363 33.438-70.426Q33.372-70.489 33.372-70.582Q33.372-70.643 33.399-70.705Q33.426-70.766 33.476-70.812Q33.525-70.859 33.587-70.882Q33.519-71.023 33.366-71.082Q33.214-71.142 33.043-71.142Q32.866-71.142 32.691-71.079Q32.517-71.016 32.406-70.889Q32.295-70.763 32.295-70.575Q32.295-70.445 32.389-70.360Q32.483-70.274 32.630-70.236L33.023-70.161Q33.238-70.117 33.411-70.014Q33.583-69.912 33.688-69.749Q33.792-69.587 33.792-69.379Q33.792-69.132 33.660-68.895Q33.529-68.657 33.324-68.504Q32.917-68.210 32.315-68.210Q32.073-68.210 31.825-68.275Q31.577-68.340 31.410-68.490Q31.242-68.640 31.242-68.886Q31.242-69.068 31.343-69.201Q31.444-69.334 31.622-69.334Q31.731-69.334 31.806-69.268Q31.881-69.201 31.881-69.098Q31.881-68.975 31.801-68.873Q31.721-68.770 31.601-68.739\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M276.89-18.562v13.791\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(180.833 144.014)\">\u003Cpath d=\"M-16.493-68.278L-18.626-68.278L-18.626-68.558Q-17.905-68.558-17.905-68.767L-17.905-72.568Q-17.905-72.779-18.626-72.779L-18.626-73.060L-15.960-73.060Q-15.550-73.060-15.129-72.906Q-14.709-72.752-14.425-72.448Q-14.142-72.144-14.142-71.730Q-14.142-71.412-14.309-71.166Q-14.477-70.920-14.753-70.754Q-15.030-70.589-15.352-70.505Q-15.673-70.421-15.960-70.421L-17.214-70.421L-17.214-68.767Q-17.214-68.558-16.493-68.558L-16.493-68.278M-17.242-72.568L-17.242-70.671L-16.155-70.671Q-15.546-70.671-15.232-70.908Q-14.917-71.146-14.917-71.730Q-14.917-72.123-15.063-72.357Q-15.208-72.591-15.480-72.685Q-15.751-72.779-16.155-72.779L-16.876-72.779Q-17.064-72.779-17.153-72.745Q-17.242-72.711-17.242-72.568M-11.123-68.278L-13.256-68.278L-13.256-68.558Q-12.535-68.558-12.535-68.767L-12.535-72.568Q-12.535-72.779-13.256-72.779L-13.256-73.060L-10.590-73.060Q-10.180-73.060-9.760-72.906Q-9.339-72.752-9.056-72.448Q-8.772-72.144-8.772-71.730Q-8.772-71.412-8.939-71.166Q-9.107-70.920-9.384-70.754Q-9.661-70.589-9.982-70.505Q-10.303-70.421-10.590-70.421L-11.845-70.421L-11.845-68.767Q-11.845-68.558-11.123-68.558L-11.123-68.278M-11.872-72.568L-11.872-70.671L-10.785-70.671Q-10.177-70.671-9.862-70.908Q-9.548-71.146-9.548-71.730Q-9.548-72.123-9.693-72.357Q-9.838-72.591-10.110-72.685Q-10.382-72.779-10.785-72.779L-11.506-72.779Q-11.694-72.779-11.783-72.745Q-11.872-72.711-11.872-72.568\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(180.833 144.014)\">\u003Cpath d=\"M-3.578-68.278L-5.212-68.278L-5.212-68.558Q-4.983-68.558-4.834-68.592Q-4.685-68.627-4.685-68.767L-4.685-72.386Q-4.685-72.656-4.793-72.718Q-4.901-72.779-5.212-72.779L-5.212-73.060L-4.132-73.135L-4.132-70.749Q-4.026-70.934-3.848-71.076Q-3.670-71.217-3.462-71.291Q-3.253-71.364-3.028-71.364Q-2.522-71.364-2.238-71.141Q-1.954-70.917-1.954-70.421L-1.954-68.767Q-1.954-68.630-1.806-68.594Q-1.657-68.558-1.431-68.558L-1.431-68.278L-3.062-68.278L-3.062-68.558Q-2.833-68.558-2.684-68.592Q-2.535-68.627-2.535-68.767L-2.535-70.407Q-2.535-70.742-2.655-70.942Q-2.775-71.142-3.089-71.142Q-3.359-71.142-3.593-71.006Q-3.827-70.869-3.966-70.635Q-4.104-70.401-4.104-70.127L-4.104-68.767Q-4.104-68.630-3.954-68.594Q-3.803-68.558-3.578-68.558L-3.578-68.278M0.773-68.278L-0.779-68.278L-0.779-68.558Q-0.553-68.558-0.404-68.592Q-0.256-68.627-0.256-68.767L-0.256-70.616Q-0.256-70.804-0.303-70.888Q-0.351-70.971-0.449-70.990Q-0.546-71.009-0.758-71.009L-0.758-71.289L0.298-71.364L0.298-68.767Q0.298-68.627 0.430-68.592Q0.561-68.558 0.773-68.558L0.773-68.278M-0.498-72.585Q-0.498-72.756-0.375-72.875Q-0.252-72.995-0.081-72.995Q0.086-72.995 0.209-72.875Q0.332-72.756 0.332-72.585Q0.332-72.410 0.209-72.287Q0.086-72.164-0.081-72.164Q-0.252-72.164-0.375-72.287Q-0.498-72.410-0.498-72.585M1.378-67.745Q1.378-67.991 1.575-68.175Q1.771-68.360 2.028-68.439Q1.891-68.551 1.819-68.712Q1.747-68.873 1.747-69.054Q1.747-69.375 1.959-69.621Q1.624-69.919 1.624-70.329Q1.624-70.790 2.014-71.077Q2.404-71.364 2.882-71.364Q3.354-71.364 3.689-71.118Q3.863-71.272 4.073-71.354Q4.283-71.436 4.512-71.436Q4.676-71.436 4.798-71.329Q4.919-71.221 4.919-71.057Q4.919-70.961 4.847-70.889Q4.776-70.818 4.683-70.818Q4.584-70.818 4.514-70.891Q4.444-70.965 4.444-71.064Q4.444-71.118 4.458-71.149L4.465-71.163Q4.471-71.183 4.480-71.194Q4.489-71.204 4.492-71.211Q4.136-71.211 3.849-70.988Q4.136-70.695 4.136-70.329Q4.136-70.014 3.952-69.782Q3.767-69.549 3.478-69.421Q3.190-69.293 2.882-69.293Q2.680-69.293 2.489-69.343Q2.298-69.392 2.120-69.502Q2.028-69.375 2.028-69.232Q2.028-69.050 2.156-68.915Q2.284-68.780 2.468-68.780L3.101-68.780Q3.549-68.780 3.918-68.709Q4.287-68.637 4.547-68.408Q4.806-68.179 4.806-67.745Q4.806-67.424 4.511-67.222Q4.215-67.020 3.812-66.931Q3.408-66.842 3.094-66.842Q2.776-66.842 2.373-66.931Q1.969-67.020 1.674-67.222Q1.378-67.424 1.378-67.745M1.833-67.745Q1.833-67.516 2.051-67.367Q2.270-67.218 2.562-67.150Q2.855-67.082 3.094-67.082Q3.258-67.082 3.467-67.118Q3.675-67.153 3.882-67.234Q4.089-67.314 4.220-67.442Q4.352-67.570 4.352-67.745Q4.352-68.097 3.971-68.191Q3.590-68.285 3.087-68.285L2.468-68.285Q2.229-68.285 2.031-68.134Q1.833-67.984 1.833-67.745M2.882-69.532Q3.549-69.532 3.549-70.329Q3.549-71.129 2.882-71.129Q2.212-71.129 2.212-70.329Q2.212-69.532 2.882-69.532M7.083-68.278L5.449-68.278L5.449-68.558Q5.678-68.558 5.827-68.592Q5.975-68.627 5.975-68.767L5.975-72.386Q5.975-72.656 5.868-72.718Q5.760-72.779 5.449-72.779L5.449-73.060L6.529-73.135L6.529-70.749Q6.635-70.934 6.813-71.076Q6.990-71.217 7.199-71.291Q7.407-71.364 7.633-71.364Q8.139-71.364 8.423-71.141Q8.706-70.917 8.706-70.421L8.706-68.767Q8.706-68.630 8.855-68.594Q9.004-68.558 9.229-68.558L9.229-68.278L7.599-68.278L7.599-68.558Q7.828-68.558 7.977-68.592Q8.125-68.627 8.125-68.767L8.125-70.407Q8.125-70.742 8.006-70.942Q7.886-71.142 7.572-71.142Q7.301-71.142 7.067-71.006Q6.833-70.869 6.695-70.635Q6.556-70.401 6.556-70.127L6.556-68.767Q6.556-68.630 6.707-68.594Q6.857-68.558 7.083-68.558L7.083-68.278M10.217-68.698Q10.217-68.866 10.340-68.989Q10.463-69.112 10.637-69.112Q10.805-69.112 10.928-68.989Q11.051-68.866 11.051-68.698Q11.051-68.524 10.928-68.401Q10.805-68.278 10.637-68.278Q10.463-68.278 10.340-68.401Q10.217-68.524 10.217-68.698M10.217-70.882Q10.217-71.050 10.340-71.173Q10.463-71.296 10.637-71.296Q10.805-71.296 10.928-71.173Q11.051-71.050 11.051-70.882Q11.051-70.708 10.928-70.585Q10.805-70.462 10.637-70.462Q10.463-70.462 10.340-70.585Q10.217-70.708 10.217-70.882\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(180.833 144.014)\">\u003Cpath d=\"M17.260-68.278L15.708-68.278L15.708-68.558Q15.934-68.558 16.083-68.592Q16.231-68.627 16.231-68.767L16.231-70.616Q16.231-70.804 16.183-70.888Q16.136-70.971 16.038-70.990Q15.941-71.009 15.729-71.009L15.729-71.289L16.785-71.364L16.785-68.767Q16.785-68.627 16.917-68.592Q17.048-68.558 17.260-68.558L17.260-68.278M15.989-72.585Q15.989-72.756 16.112-72.875Q16.235-72.995 16.406-72.995Q16.573-72.995 16.696-72.875Q16.819-72.756 16.819-72.585Q16.819-72.410 16.696-72.287Q16.573-72.164 16.406-72.164Q16.235-72.164 16.112-72.287Q15.989-72.410 15.989-72.585M19.588-68.278L17.954-68.278L17.954-68.558Q18.183-68.558 18.332-68.592Q18.480-68.627 18.480-68.767L18.480-70.616Q18.480-70.886 18.373-70.947Q18.265-71.009 17.954-71.009L17.954-71.289L19.014-71.364L19.014-70.715Q19.184-71.023 19.489-71.194Q19.793-71.364 20.138-71.364Q20.644-71.364 20.928-71.141Q21.211-70.917 21.211-70.421L21.211-68.767Q21.211-68.630 21.360-68.594Q21.509-68.558 21.734-68.558L21.734-68.278L20.104-68.278L20.104-68.558Q20.333-68.558 20.482-68.592Q20.630-68.627 20.630-68.767L20.630-70.407Q20.630-70.742 20.511-70.942Q20.391-71.142 20.077-71.142Q19.807-71.142 19.572-71.006Q19.338-70.869 19.200-70.635Q19.061-70.401 19.061-70.127L19.061-68.767Q19.061-68.630 19.212-68.594Q19.362-68.558 19.588-68.558L19.588-68.278M22.322-68.285L22.322-69.348Q22.322-69.372 22.350-69.399Q22.377-69.426 22.401-69.426L22.510-69.426Q22.575-69.426 22.589-69.368Q22.684-68.934 22.931-68.683Q23.177-68.432 23.590-68.432Q23.932-68.432 24.185-68.565Q24.438-68.698 24.438-69.006Q24.438-69.163 24.344-69.278Q24.250-69.392 24.111-69.461Q23.973-69.529 23.806-69.567L23.225-69.666Q22.869-69.734 22.596-69.955Q22.322-70.175 22.322-70.517Q22.322-70.766 22.433-70.941Q22.544-71.115 22.731-71.214Q22.917-71.313 23.132-71.356Q23.348-71.399 23.590-71.399Q24.004-71.399 24.284-71.217L24.499-71.392Q24.510-71.395 24.517-71.397Q24.523-71.399 24.534-71.399L24.585-71.399Q24.612-71.399 24.636-71.375Q24.660-71.351 24.660-71.323L24.660-70.476Q24.660-70.455 24.636-70.428Q24.612-70.401 24.585-70.401L24.472-70.401Q24.445-70.401 24.419-70.426Q24.393-70.452 24.393-70.476Q24.393-70.712 24.287-70.876Q24.182-71.040 23.999-71.122Q23.816-71.204 23.583-71.204Q23.255-71.204 22.999-71.101Q22.743-70.999 22.743-70.722Q22.743-70.527 22.925-70.418Q23.108-70.308 23.337-70.267L23.912-70.161Q24.158-70.113 24.371-69.985Q24.585-69.857 24.722-69.654Q24.858-69.450 24.858-69.201Q24.858-68.688 24.493-68.449Q24.127-68.210 23.590-68.210Q23.095-68.210 22.763-68.504L22.496-68.230Q22.476-68.210 22.449-68.210L22.401-68.210Q22.377-68.210 22.350-68.237Q22.322-68.264 22.322-68.285M27.104-68.278L25.552-68.278L25.552-68.558Q25.778-68.558 25.926-68.592Q26.075-68.627 26.075-68.767L26.075-70.616Q26.075-70.804 26.027-70.888Q25.979-70.971 25.882-70.990Q25.785-71.009 25.573-71.009L25.573-71.289L26.629-71.364L26.629-68.767Q26.629-68.627 26.760-68.592Q26.892-68.558 27.104-68.558L27.104-68.278M25.832-72.585Q25.832-72.756 25.955-72.875Q26.079-72.995 26.249-72.995Q26.417-72.995 26.540-72.875Q26.663-72.756 26.663-72.585Q26.663-72.410 26.540-72.287Q26.417-72.164 26.249-72.164Q26.079-72.164 25.955-72.287Q25.832-72.410 25.832-72.585M27.750-69.789Q27.750-70.127 27.890-70.418Q28.030-70.708 28.275-70.922Q28.519-71.135 28.823-71.250Q29.127-71.364 29.452-71.364Q29.722-71.364 29.985-71.265Q30.248-71.166 30.440-70.988L30.440-72.386Q30.440-72.656 30.332-72.718Q30.225-72.779 29.913-72.779L29.913-73.060L30.990-73.135L30.990-68.951Q30.990-68.763 31.045-68.680Q31.100-68.596 31.200-68.577Q31.301-68.558 31.517-68.558L31.517-68.278L30.409-68.210L30.409-68.627Q29.992-68.210 29.367-68.210Q28.936-68.210 28.563-68.422Q28.191-68.633 27.970-68.994Q27.750-69.355 27.750-69.789M29.425-68.432Q29.633-68.432 29.819-68.504Q30.006-68.575 30.160-68.712Q30.313-68.849 30.409-69.027L30.409-70.636Q30.324-70.783 30.178-70.903Q30.033-71.023 29.864-71.082Q29.695-71.142 29.514-71.142Q28.953-71.142 28.685-70.753Q28.416-70.363 28.416-69.782Q28.416-69.211 28.651-68.821Q28.885-68.432 29.425-68.432M32.125-69.813Q32.125-70.134 32.250-70.423Q32.374-70.712 32.600-70.935Q32.826-71.159 33.121-71.279Q33.417-71.399 33.735-71.399Q34.063-71.399 34.324-71.299Q34.586-71.200 34.762-71.018Q34.938-70.835 35.032-70.577Q35.126-70.319 35.126-69.987Q35.126-69.895 35.044-69.874L32.788-69.874L32.788-69.813Q32.788-69.225 33.072-68.842Q33.355-68.459 33.923-68.459Q34.244-68.459 34.512-68.652Q34.781-68.845 34.870-69.160Q34.876-69.201 34.952-69.215L35.044-69.215Q35.126-69.191 35.126-69.119Q35.126-69.112 35.119-69.085Q35.006-68.688 34.635-68.449Q34.265-68.210 33.841-68.210Q33.403-68.210 33.003-68.418Q32.603-68.627 32.364-68.994Q32.125-69.361 32.125-69.813M32.795-70.083L34.610-70.083Q34.610-70.360 34.512-70.612Q34.415-70.865 34.217-71.021Q34.018-71.176 33.735-71.176Q33.458-71.176 33.244-71.018Q33.031-70.859 32.913-70.604Q32.795-70.349 32.795-70.083\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(180.833 144.014)\">\u003Cpath d=\"M38.949-69.119L38.949-71.016L38.310-71.016L38.310-71.238Q38.628-71.238 38.845-71.448Q39.062-71.658 39.162-71.968Q39.263-72.277 39.263-72.585L39.530-72.585L39.530-71.296L40.607-71.296L40.607-71.016L39.530-71.016L39.530-69.132Q39.530-68.856 39.634-68.657Q39.738-68.459 39.998-68.459Q40.155-68.459 40.261-68.563Q40.367-68.668 40.417-68.821Q40.466-68.975 40.466-69.132L40.466-69.546L40.733-69.546L40.733-69.119Q40.733-68.893 40.634-68.683Q40.535-68.473 40.350-68.341Q40.166-68.210 39.937-68.210Q39.499-68.210 39.224-68.447Q38.949-68.685 38.949-69.119M43.225-68.278L41.591-68.278L41.591-68.558Q41.820-68.558 41.969-68.592Q42.117-68.627 42.117-68.767L42.117-72.386Q42.117-72.656 42.010-72.718Q41.902-72.779 41.591-72.779L41.591-73.060L42.671-73.135L42.671-70.749Q42.777-70.934 42.955-71.076Q43.132-71.217 43.341-71.291Q43.549-71.364 43.775-71.364Q44.281-71.364 44.565-71.141Q44.848-70.917 44.848-70.421L44.848-68.767Q44.848-68.630 44.997-68.594Q45.146-68.558 45.371-68.558L45.371-68.278L43.741-68.278L43.741-68.558Q43.970-68.558 44.118-68.592Q44.267-68.627 44.267-68.767L44.267-70.407Q44.267-70.742 44.148-70.942Q44.028-71.142 43.713-71.142Q43.443-71.142 43.209-71.006Q42.975-70.869 42.837-70.635Q42.698-70.401 42.698-70.127L42.698-68.767Q42.698-68.630 42.849-68.594Q42.999-68.558 43.225-68.558L43.225-68.278M45.918-69.813Q45.918-70.134 46.043-70.423Q46.168-70.712 46.393-70.935Q46.619-71.159 46.914-71.279Q47.210-71.399 47.528-71.399Q47.856-71.399 48.118-71.299Q48.379-71.200 48.555-71.018Q48.731-70.835 48.825-70.577Q48.919-70.319 48.919-69.987Q48.919-69.895 48.837-69.874L46.581-69.874L46.581-69.813Q46.581-69.225 46.865-68.842Q47.149-68.459 47.716-68.459Q48.037-68.459 48.306-68.652Q48.574-68.845 48.663-69.160Q48.670-69.201 48.745-69.215L48.837-69.215Q48.919-69.191 48.919-69.119Q48.919-69.112 48.912-69.085Q48.799-68.688 48.429-68.449Q48.058-68.210 47.634-68.210Q47.196-68.210 46.796-68.418Q46.397-68.627 46.157-68.994Q45.918-69.361 45.918-69.813M46.588-70.083L48.403-70.083Q48.403-70.360 48.306-70.612Q48.208-70.865 48.010-71.021Q47.812-71.176 47.528-71.176Q47.251-71.176 47.037-71.018Q46.824-70.859 46.706-70.604Q46.588-70.349 46.588-70.083\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(180.833 144.014)\">\u003Cpath d=\"M54.651-68.237L52.809-72.568Q52.741-72.711 52.560-72.745Q52.379-72.779 52.115-72.779L52.115-73.060L54.084-73.060L54.084-72.779Q53.530-72.779 53.530-72.605Q53.534-72.595 53.535-72.585Q53.537-72.574 53.537-72.568L55.058-68.992L56.490-72.380Q56.514-72.417 56.514-72.472Q56.514-72.632 56.364-72.706Q56.213-72.779 56.029-72.779L56.029-73.060L57.577-73.060L57.577-72.779Q57.317-72.779 57.107-72.685Q56.897-72.591 56.801-72.380L55.045-68.237Q54.993-68.138 54.898-68.138L54.798-68.138Q54.699-68.138 54.651-68.237M60.325-68.278L58.192-68.278L58.192-68.558Q58.914-68.558 58.914-68.767L58.914-72.568Q58.914-72.779 58.192-72.779L58.192-73.060L60.858-73.060Q61.269-73.060 61.689-72.906Q62.109-72.752 62.393-72.448Q62.677-72.144 62.677-71.730Q62.677-71.412 62.509-71.166Q62.342-70.920 62.065-70.754Q61.788-70.589 61.467-70.505Q61.146-70.421 60.858-70.421L59.604-70.421L59.604-68.767Q59.604-68.558 60.325-68.558L60.325-68.278M59.577-72.568L59.577-70.671L60.664-70.671Q61.272-70.671 61.587-70.908Q61.901-71.146 61.901-71.730Q61.901-72.123 61.756-72.357Q61.610-72.591 61.339-72.685Q61.067-72.779 60.664-72.779L59.942-72.779Q59.754-72.779 59.666-72.745Q59.577-72.711 59.577-72.568\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Two parses of &quot;I shot an elephant in my pajamas.&quot; Left: the PP attaches inside the NP (the elephant is in the pajamas). Right: the PP attaches to the VP (the shooting happens in the pajamas). This is PP-attachment ambiguity.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:403.246px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 302.435 128.903\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg transform=\"translate(-8.23 2.392)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-34.852 27.357)\">\u003Cpath d=\"M-27.242-68.278L-28.832-68.278L-28.832-68.558Q-28.189-68.558-28.032-68.958L-26.388-73.173Q-26.354-73.268-26.241-73.268L-26.159-73.268Q-26.049-73.268-26.008-73.173L-24.289-68.767Q-24.221-68.627-24.031-68.592Q-23.841-68.558-23.568-68.558L-23.568-68.278L-25.567-68.278L-25.567-68.558Q-25.003-68.558-25.003-68.733Q-25.003-68.750-25.005-68.757Q-25.007-68.763-25.010-68.767L-25.431-69.833L-27.389-69.833L-27.731-68.958Q-27.745-68.958-27.745-68.880Q-27.745-68.719-27.582-68.639Q-27.420-68.558-27.242-68.558L-27.242-68.278M-26.408-72.352L-27.276-70.113L-25.533-70.113L-26.408-72.352M-22.932-69.789Q-22.932-70.127-22.792-70.418Q-22.652-70.708-22.407-70.922Q-22.163-71.135-21.859-71.250Q-21.555-71.364-21.230-71.364Q-20.960-71.364-20.697-71.265Q-20.434-71.166-20.242-70.988L-20.242-72.386Q-20.242-72.656-20.350-72.718Q-20.458-72.779-20.769-72.779L-20.769-73.060L-19.692-73.135L-19.692-68.951Q-19.692-68.763-19.637-68.680Q-19.583-68.596-19.482-68.577Q-19.381-68.558-19.166-68.558L-19.166-68.278L-20.273-68.210L-20.273-68.627Q-20.690-68.210-21.315-68.210Q-21.746-68.210-22.119-68.422Q-22.491-68.633-22.712-68.994Q-22.932-69.355-22.932-69.789M-21.257-68.432Q-21.049-68.432-20.863-68.504Q-20.676-68.575-20.522-68.712Q-20.369-68.849-20.273-69.027L-20.273-70.636Q-20.358-70.783-20.504-70.903Q-20.649-71.023-20.818-71.082Q-20.987-71.142-21.168-71.142Q-21.729-71.142-21.997-70.753Q-22.266-70.363-22.266-69.782Q-22.266-69.211-22.031-68.821Q-21.797-68.432-21.257-68.432M-19.046-67.430Q-19.046-67.581-18.945-67.678Q-18.844-67.776-18.697-67.776Q-18.608-67.776-18.528-67.731Q-18.448-67.687-18.402-67.608Q-18.355-67.529-18.355-67.430Q-18.355-67.229-18.516-67.130Q-18.376-67.075-18.171-67.075Q-17.901-67.075-17.785-67.348Q-17.668-67.622-17.668-67.936L-17.668-70.616Q-17.668-70.882-17.795-70.946Q-17.921-71.009-18.250-71.009L-18.250-71.289L-17.115-71.364L-17.115-67.916Q-17.115-67.629-17.262-67.384Q-17.409-67.140-17.660-66.995Q-17.911-66.849-18.188-66.849Q-18.516-66.849-18.781-66.991Q-19.046-67.133-19.046-67.430M-17.949-72.585Q-17.949-72.756-17.826-72.875Q-17.703-72.995-17.528-72.995Q-17.361-72.995-17.238-72.875Q-17.115-72.756-17.115-72.585Q-17.115-72.410-17.238-72.287Q-17.361-72.164-17.528-72.164Q-17.703-72.164-17.826-72.287Q-17.949-72.410-17.949-72.585\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-33.802-64.087-18.34 16.505\"\u002F>\u003Cg transform=\"translate(-34.083 53.645)\">\u003Cpath d=\"M-28.250-69.413Q-28.250-69.775-28.090-70.127Q-27.929-70.479-27.644-70.765Q-27.358-71.050-27.008-71.207Q-26.658-71.364-26.289-71.364Q-25.943-71.364-25.668-71.211Q-25.393-71.057-25.236-70.780Q-25.079-70.503-25.079-70.161Q-25.079-69.669-25.362-69.216Q-25.646-68.763-26.104-68.486Q-26.562-68.210-27.041-68.210Q-27.560-68.210-27.905-68.551Q-28.250-68.893-28.250-69.413M-27.023-68.432Q-26.706-68.432-26.448-68.623Q-26.189-68.815-26.015-69.121Q-25.841-69.426-25.750-69.768Q-25.660-70.110-25.660-70.407Q-25.660-70.722-25.829-70.932Q-25.998-71.142-26.306-71.142Q-26.630-71.142-26.888-70.949Q-27.146-70.756-27.323-70.448Q-27.499-70.141-27.587-69.796Q-27.676-69.450-27.676-69.167Q-27.676-68.856-27.502-68.644Q-27.328-68.432-27.023-68.432M-24.149-68.866Q-24.149-68.958-24.128-69.040L-23.267-72.499Q-23.229-72.595-23.229-72.687Q-23.229-72.779-23.664-72.779Q-23.749-72.807-23.749-72.892L-23.722-73.002Q-23.715-73.043-23.643-73.060L-22.693-73.135Q-22.655-73.135-22.621-73.108Q-22.587-73.080-22.587-73.032L-23.595-69.006Q-23.623-68.835-23.623-68.746Q-23.623-68.432-23.414-68.432Q-23.229-68.432-23.118-68.705Q-23.007-68.979-22.936-69.307Q-22.912-69.368-22.860-69.368L-22.693-69.368Q-22.659-69.368-22.636-69.343Q-22.614-69.317-22.614-69.286Q-22.614-69.273-22.621-69.259Q-22.689-68.989-22.780-68.763Q-22.871-68.538-23.035-68.374Q-23.199-68.210-23.428-68.210Q-23.729-68.210-23.939-68.393Q-24.149-68.575-24.149-68.866M-20.857-68.210Q-21.162-68.210-21.396-68.367Q-21.630-68.524-21.751-68.787Q-21.873-69.050-21.873-69.355Q-21.873-69.806-21.630-70.279Q-21.387-70.753-20.980-71.059Q-20.574-71.364-20.109-71.364Q-19.900-71.364-19.721-71.267Q-19.542-71.170-19.429-70.995L-19.060-72.499Q-19.022-72.595-19.022-72.687Q-19.022-72.779-19.456-72.779Q-19.542-72.807-19.542-72.892L-19.514-73.002Q-19.487-73.049-19.436-73.060L-18.485-73.135Q-18.448-73.135-18.414-73.108Q-18.379-73.080-18.379-73.032L-19.388-69.006Q-19.415-68.835-19.415-68.746Q-19.415-68.432-19.207-68.432Q-19.019-68.432-18.918-68.681Q-18.817-68.931-18.721-69.307Q-18.697-69.368-18.646-69.368L-18.479-69.368Q-18.444-69.368-18.422-69.343Q-18.400-69.317-18.400-69.286Q-18.400-69.273-18.407-69.259Q-18.667-68.210-19.220-68.210Q-19.453-68.210-19.649-68.333Q-19.846-68.456-19.911-68.671Q-20.372-68.210-20.857-68.210M-20.844-68.432Q-20.570-68.432-20.321-68.644Q-20.071-68.856-19.890-69.146L-19.562-70.469Q-19.593-70.732-19.735-70.937Q-19.876-71.142-20.123-71.142Q-20.485-71.142-20.757-70.777Q-21.028-70.411-21.170-69.913Q-21.312-69.416-21.312-69.068Q-21.312-68.815-21.196-68.623Q-21.080-68.432-20.844-68.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-57.598-37.76v16.466\"\u002F>\u003Cg transform=\"translate(20.224 28)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-24.488-64.087-5.35-46.863\"\u002F>\u003Cg transform=\"translate(-22.456 53.607)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-7.679-38.48-28.707 17.225\"\u002F>\u003Cg transform=\"translate(-22.094 78.33)\">\u003Cpath d=\"M-28.090-68.425Q-28.090-68.466-28.083-68.486L-27.563-70.568Q-27.529-70.705-27.529-70.824Q-27.529-70.954-27.575-71.048Q-27.622-71.142-27.738-71.142Q-27.844-71.142-27.924-71.050Q-28.004-70.958-28.064-70.812Q-28.124-70.667-28.165-70.512Q-28.206-70.356-28.230-70.267Q-28.240-70.202-28.298-70.202L-28.466-70.202Q-28.497-70.202-28.521-70.233Q-28.544-70.264-28.544-70.288L-28.544-70.315Q-28.425-70.763-28.244-71.064Q-28.063-71.364-27.724-71.364Q-27.550-71.364-27.389-71.293Q-27.229-71.221-27.129-71.088Q-27.030-70.954-27.010-70.777Q-26.518-71.364-25.878-71.364Q-25.523-71.364-25.285-71.207Q-25.048-71.050-25.003-70.715Q-24.860-70.906-24.672-71.055Q-24.484-71.204-24.269-71.284Q-24.053-71.364-23.817-71.364Q-23.568-71.364-23.368-71.279Q-23.168-71.194-23.055-71.021Q-22.942-70.848-22.942-70.589Q-22.942-70.428-22.989-70.223Q-23.035-70.018-23.096-69.830Q-23.158-69.642-23.253-69.392Q-23.349-69.143-23.400-69.006Q-23.476-68.801-23.476-68.651Q-23.476-68.432-23.322-68.432Q-23.137-68.432-22.999-68.574Q-22.860-68.716-22.773-68.914Q-22.686-69.112-22.635-69.307Q-22.611-69.368-22.560-69.368L-22.392-69.368Q-22.358-69.368-22.336-69.343Q-22.313-69.317-22.313-69.286Q-22.313-69.273-22.320-69.259Q-22.382-69.009-22.522-68.768Q-22.662-68.528-22.872-68.369Q-23.083-68.210-23.335-68.210Q-23.609-68.210-23.795-68.374Q-23.981-68.538-23.981-68.804Q-23.981-68.941-23.930-69.054Q-23.718-69.618-23.594-70.004Q-23.469-70.390-23.469-70.677Q-23.469-70.882-23.558-71.012Q-23.646-71.142-23.841-71.142Q-24.590-71.142-25.079-70.083L-25.485-68.452Q-25.513-68.346-25.603-68.278Q-25.694-68.210-25.800-68.210Q-25.892-68.210-25.962-68.271Q-26.032-68.333-26.032-68.425Q-26.032-68.466-26.025-68.486L-25.578-70.267Q-25.520-70.520-25.520-70.677Q-25.520-70.882-25.610-71.012Q-25.701-71.142-25.892-71.142Q-26.658-71.142-27.136-70.076L-27.543-68.452Q-27.570-68.346-27.661-68.278Q-27.751-68.210-27.857-68.210Q-27.950-68.210-28.020-68.271Q-28.090-68.333-28.090-68.425M-20.963-69.221Q-20.963-68.903-20.803-68.668Q-20.642-68.432-20.338-68.432Q-20.071-68.432-19.803-68.512Q-19.535-68.592-19.309-68.741Q-19.084-68.890-18.919-69.098Q-18.892-69.126-18.854-69.126Q-18.800-69.126-18.737-69.059Q-18.673-68.992-18.673-68.945Q-18.673-68.907-18.694-68.886Q-18.889-68.647-19.159-68.495Q-19.429-68.343-19.733-68.276Q-20.037-68.210-20.355-68.210Q-20.710-68.210-20.979-68.384Q-21.247-68.558-21.389-68.854Q-21.531-69.150-21.531-69.502Q-21.531-70.014-21.262-70.442Q-20.994-70.869-20.553-71.117Q-20.112-71.364-19.603-71.364Q-19.282-71.364-19.020-71.211Q-18.759-71.057-18.759-70.749Q-18.759-70.346-19.113-70.149Q-19.466-69.953-19.902-69.907Q-20.338-69.861-20.851-69.861L-20.871-69.861Q-20.963-69.450-20.963-69.221M-20.816-70.083Q-20.417-70.083-20.066-70.117Q-19.716-70.151-19.418-70.296Q-19.121-70.442-19.121-70.742Q-19.121-70.927-19.275-71.035Q-19.429-71.142-19.620-71.142Q-19.921-71.142-20.164-70.997Q-20.406-70.852-20.569-70.614Q-20.731-70.377-20.816-70.083M-17.597-68.425Q-17.597-68.466-17.590-68.486L-17.070-70.568Q-17.036-70.705-17.036-70.824Q-17.036-70.954-17.082-71.048Q-17.128-71.142-17.245-71.142Q-17.351-71.142-17.431-71.050Q-17.511-70.958-17.571-70.812Q-17.631-70.667-17.672-70.512Q-17.713-70.356-17.737-70.267Q-17.747-70.202-17.805-70.202L-17.973-70.202Q-18.003-70.202-18.027-70.233Q-18.051-70.264-18.051-70.288L-18.051-70.315Q-17.932-70.763-17.750-71.064Q-17.569-71.364-17.231-71.364Q-17.057-71.364-16.896-71.293Q-16.735-71.221-16.636-71.089Q-16.537-70.958-16.517-70.783Q-16.298-71.050-16.006-71.207Q-15.713-71.364-15.385-71.364Q-15.136-71.364-14.936-71.279Q-14.736-71.194-14.623-71.021Q-14.510-70.848-14.510-70.589Q-14.510-70.428-14.556-70.223Q-14.603-70.018-14.671-69.808Q-14.739-69.597-14.842-69.329Q-14.944-69.061-14.965-69.006Q-15.040-68.801-15.040-68.651Q-15.040-68.432-14.886-68.432Q-14.702-68.432-14.563-68.574Q-14.425-68.716-14.338-68.914Q-14.250-69.112-14.199-69.307Q-14.175-69.368-14.124-69.368L-13.957-69.368Q-13.922-69.368-13.900-69.339Q-13.878-69.310-13.878-69.286Q-13.878-69.273-13.885-69.259Q-13.946-69.009-14.088-68.767Q-14.230-68.524-14.438-68.367Q-14.647-68.210-14.900-68.210Q-15.173-68.210-15.360-68.374Q-15.546-68.538-15.546-68.804Q-15.546-68.951-15.495-69.054Q-15.283-69.618-15.158-70.004Q-15.033-70.390-15.033-70.677Q-15.033-70.882-15.122-71.012Q-15.211-71.142-15.406-71.142Q-16.161-71.142-16.643-70.083L-17.050-68.452Q-17.077-68.346-17.168-68.278Q-17.258-68.210-17.364-68.210Q-17.457-68.210-17.527-68.271Q-17.597-68.333-17.597-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-43.372-12.872v18.11\"\u002F>\u003Cg transform=\"translate(21.397 53.607)\">\u003Cpath d=\"M-28.657-70.671Q-28.657-71.197-28.440-71.665Q-28.223-72.133-27.840-72.479Q-27.458-72.824-26.974-73.012Q-26.490-73.200-25.960-73.200Q-25.557-73.200-25.193-73.043Q-24.829-72.885-24.545-72.591L-24.122-73.173Q-24.087-73.200-24.063-73.200L-24.016-73.200Q-23.985-73.200-23.961-73.176Q-23.937-73.152-23.937-73.121L-23.937-71.258Q-23.937-71.235-23.963-71.209Q-23.988-71.183-24.016-71.183L-24.142-71.183Q-24.204-71.183-24.217-71.258Q-24.248-71.573-24.383-71.877Q-24.518-72.181-24.733-72.415Q-24.949-72.650-25.238-72.785Q-25.526-72.920-25.854-72.920Q-26.497-72.920-26.955-72.626Q-27.413-72.332-27.646-71.819Q-27.878-71.306-27.878-70.671Q-27.878-70.199-27.748-69.790Q-27.618-69.382-27.358-69.069Q-27.099-68.757-26.719-68.587Q-26.340-68.418-25.848-68.418Q-25.520-68.418-25.226-68.534Q-24.932-68.651-24.698-68.866Q-24.463-69.081-24.334-69.370Q-24.204-69.659-24.204-69.987Q-24.204-70.014-24.176-70.038Q-24.149-70.062-24.128-70.062L-24.016-70.062Q-23.978-70.062-23.958-70.037Q-23.937-70.011-23.937-69.973Q-23.937-69.577-24.103-69.240Q-24.269-68.903-24.556-68.656Q-24.843-68.408-25.212-68.273Q-25.581-68.138-25.960-68.138Q-26.480-68.138-26.972-68.328Q-27.464-68.517-27.844-68.861Q-28.223-69.204-28.440-69.673Q-28.657-70.141-28.657-70.671M-23.168-69.761Q-23.168-70.103-23.033-70.402Q-22.898-70.701-22.659-70.925Q-22.419-71.149-22.102-71.274Q-21.784-71.399-21.452-71.399Q-21.008-71.399-20.608-71.183Q-20.208-70.968-19.974-70.590Q-19.740-70.213-19.740-69.761Q-19.740-69.420-19.882-69.136Q-20.023-68.852-20.268-68.645Q-20.512-68.439-20.822-68.324Q-21.131-68.210-21.452-68.210Q-21.883-68.210-22.284-68.411Q-22.686-68.613-22.927-68.965Q-23.168-69.317-23.168-69.761M-21.452-68.459Q-20.851-68.459-20.627-68.837Q-20.403-69.215-20.403-69.847Q-20.403-70.459-20.637-70.818Q-20.871-71.176-21.452-71.176Q-22.505-71.176-22.505-69.847Q-22.505-69.215-22.279-68.837Q-22.054-68.459-21.452-68.459M-17.463-68.278L-19.097-68.278L-19.097-68.558Q-18.868-68.558-18.719-68.592Q-18.571-68.627-18.571-68.767L-18.571-70.616Q-18.571-70.886-18.678-70.947Q-18.786-71.009-19.097-71.009L-19.097-71.289L-18.038-71.364L-18.038-70.715Q-17.867-71.023-17.563-71.194Q-17.258-71.364-16.913-71.364Q-16.407-71.364-16.124-71.141Q-15.840-70.917-15.840-70.421L-15.840-68.767Q-15.840-68.630-15.691-68.594Q-15.542-68.558-15.317-68.558L-15.317-68.278L-16.947-68.278L-16.947-68.558Q-16.718-68.558-16.570-68.592Q-16.421-68.627-16.421-68.767L-16.421-70.407Q-16.421-70.742-16.541-70.942Q-16.660-71.142-16.975-71.142Q-17.245-71.142-17.479-71.006Q-17.713-70.869-17.851-70.635Q-17.990-70.401-17.990-70.127L-17.990-68.767Q-17.990-68.630-17.839-68.594Q-17.689-68.558-17.463-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-.693-38.48v17.225\"\u002F>\u003Cg transform=\"translate(21.589 79.253)\">\u003Cpath d=\"M-27.242-68.210Q-27.546-68.210-27.781-68.367Q-28.015-68.524-28.136-68.787Q-28.257-69.050-28.257-69.355Q-28.257-69.806-28.015-70.279Q-27.772-70.753-27.365-71.059Q-26.959-71.364-26.494-71.364Q-26.285-71.364-26.106-71.267Q-25.926-71.170-25.813-70.995Q-25.790-71.101-25.699-71.166Q-25.608-71.231-25.506-71.231Q-25.403-71.231-25.338-71.170Q-25.273-71.108-25.273-71.016Q-25.273-71.006-25.291-70.937L-25.772-69.006Q-25.800-68.835-25.800-68.746Q-25.800-68.432-25.591-68.432Q-25.403-68.432-25.302-68.681Q-25.202-68.931-25.106-69.307Q-25.082-69.368-25.031-69.368L-24.863-69.368Q-24.829-69.368-24.807-69.343Q-24.785-69.317-24.785-69.286Q-24.785-69.273-24.792-69.259Q-25.051-68.210-25.605-68.210Q-25.837-68.210-26.034-68.333Q-26.230-68.456-26.295-68.671Q-26.757-68.210-27.242-68.210M-27.229-68.432Q-26.955-68.432-26.706-68.644Q-26.456-68.856-26.275-69.146L-25.947-70.469Q-25.978-70.732-26.119-70.937Q-26.261-71.142-26.507-71.142Q-26.870-71.142-27.141-70.777Q-27.413-70.411-27.555-69.913Q-27.697-69.416-27.697-69.068Q-27.697-68.815-27.581-68.623Q-27.464-68.432-27.229-68.432M-23.869-68.425Q-23.869-68.466-23.862-68.486L-23.342-70.568Q-23.308-70.705-23.308-70.824Q-23.308-70.954-23.354-71.048Q-23.400-71.142-23.517-71.142Q-23.623-71.142-23.703-71.050Q-23.783-70.958-23.843-70.812Q-23.903-70.667-23.944-70.512Q-23.985-70.356-24.009-70.267Q-24.019-70.202-24.077-70.202L-24.245-70.202Q-24.275-70.202-24.299-70.233Q-24.323-70.264-24.323-70.288L-24.323-70.315Q-24.204-70.763-24.022-71.064Q-23.841-71.364-23.503-71.364Q-23.329-71.364-23.168-71.293Q-23.007-71.221-22.908-71.089Q-22.809-70.958-22.789-70.783Q-22.570-71.050-22.278-71.207Q-21.985-71.364-21.657-71.364Q-21.408-71.364-21.208-71.279Q-21.008-71.194-20.895-71.021Q-20.782-70.848-20.782-70.589Q-20.782-70.428-20.828-70.223Q-20.875-70.018-20.943-69.808Q-21.011-69.597-21.114-69.329Q-21.216-69.061-21.237-69.006Q-21.312-68.801-21.312-68.651Q-21.312-68.432-21.158-68.432Q-20.974-68.432-20.835-68.574Q-20.697-68.716-20.610-68.914Q-20.522-69.112-20.471-69.307Q-20.447-69.368-20.396-69.368L-20.229-69.368Q-20.194-69.368-20.172-69.339Q-20.150-69.310-20.150-69.286Q-20.150-69.273-20.157-69.259Q-20.218-69.009-20.360-68.767Q-20.502-68.524-20.710-68.367Q-20.919-68.210-21.172-68.210Q-21.445-68.210-21.632-68.374Q-21.818-68.538-21.818-68.804Q-21.818-68.951-21.767-69.054Q-21.555-69.618-21.430-70.004Q-21.305-70.390-21.305-70.677Q-21.305-70.882-21.394-71.012Q-21.483-71.142-21.678-71.142Q-22.433-71.142-22.915-70.083L-23.322-68.452Q-23.349-68.346-23.440-68.278Q-23.530-68.210-23.636-68.210Q-23.729-68.210-23.799-68.271Q-23.869-68.333-23.869-68.425M-18.393-68.210Q-18.697-68.210-18.931-68.367Q-19.166-68.524-19.287-68.787Q-19.408-69.050-19.408-69.355Q-19.408-69.806-19.166-70.279Q-18.923-70.753-18.516-71.059Q-18.109-71.364-17.645-71.364Q-17.436-71.364-17.257-71.267Q-17.077-71.170-16.964-70.995L-16.595-72.499Q-16.558-72.595-16.558-72.687Q-16.558-72.779-16.992-72.779Q-17.077-72.807-17.077-72.892L-17.050-73.002Q-17.022-73.049-16.971-73.060L-16.021-73.135Q-15.983-73.135-15.949-73.108Q-15.915-73.080-15.915-73.032L-16.923-69.006Q-16.951-68.835-16.951-68.746Q-16.951-68.432-16.742-68.432Q-16.554-68.432-16.453-68.681Q-16.353-68.931-16.257-69.307Q-16.233-69.368-16.182-69.368L-16.014-69.368Q-15.980-69.368-15.958-69.343Q-15.936-69.317-15.936-69.286Q-15.936-69.273-15.942-69.259Q-16.202-68.210-16.756-68.210Q-16.988-68.210-17.185-68.333Q-17.381-68.456-17.446-68.671Q-17.908-68.210-18.393-68.210M-18.379-68.432Q-18.106-68.432-17.856-68.644Q-17.607-68.856-17.426-69.146L-17.098-70.469Q-17.128-70.732-17.270-70.937Q-17.412-71.142-17.658-71.142Q-18.021-71.142-18.292-70.777Q-18.564-70.411-18.706-69.913Q-18.848-69.416-18.848-69.068Q-18.848-68.815-18.731-68.623Q-18.615-68.432-18.379-68.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-.693-12.872V4.314\"\u002F>\u003Cg transform=\"translate(62.903 53.607)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m6.293-38.48 28.708 17.225\"\u002F>\u003Cg transform=\"translate(58.425 78.33)\">\u003Cpath d=\"M-27.878-69.126Q-27.878-69.273-27.839-69.461Q-27.799-69.649-27.762-69.763Q-27.724-69.878-27.635-70.112Q-27.546-70.346-27.458-70.568Q-27.382-70.770-27.382-70.924Q-27.382-71.142-27.536-71.142Q-27.799-71.142-27.965-70.877Q-28.131-70.612-28.230-70.267Q-28.240-70.202-28.298-70.202L-28.466-70.202Q-28.497-70.202-28.521-70.233Q-28.544-70.264-28.544-70.288L-28.544-70.315Q-28.476-70.575-28.336-70.812Q-28.196-71.050-27.986-71.207Q-27.775-71.364-27.522-71.364Q-27.259-71.364-27.068-71.200Q-26.876-71.036-26.876-70.770Q-26.876-70.636-26.928-70.517Q-27.010-70.312-27.121-70.023Q-27.232-69.734-27.293-69.497Q-27.355-69.259-27.355-69.047Q-27.355-68.763-27.198-68.598Q-27.041-68.432-26.760-68.432Q-26.535-68.432-26.393-68.606Q-26.251-68.780-26.135-69.054L-26.135-69.105Q-26.135-69.307-26.080-69.515L-25.694-71.050Q-25.667-71.159-25.579-71.228Q-25.492-71.296-25.386-71.296Q-25.294-71.296-25.226-71.236Q-25.157-71.176-25.157-71.077Q-25.157-71.053-25.159-71.038Q-25.161-71.023-25.164-71.002L-25.547-69.467Q-25.612-69.215-25.612-69.020Q-25.612-68.750-25.477-68.591Q-25.342-68.432-25.079-68.432Q-24.809-68.432-24.629-68.633Q-24.450-68.835-24.316-69.153Q-24.228-69.375-24.125-69.743Q-24.022-70.110-24.022-70.288Q-24.022-70.476-24.077-70.580Q-24.132-70.684-24.224-70.806Q-24.316-70.927-24.316-71.002Q-24.316-71.142-24.198-71.257Q-24.081-71.371-23.937-71.371Q-23.756-71.371-23.676-71.204Q-23.595-71.036-23.595-70.824Q-23.595-70.623-23.653-70.334Q-23.711-70.045-23.795-69.770Q-23.879-69.495-23.975-69.259Q-24.388-68.210-25.092-68.210Q-25.390-68.210-25.646-68.312Q-25.902-68.415-26.032-68.651Q-26.166-68.456-26.357-68.333Q-26.548-68.210-26.774-68.210Q-27.263-68.210-27.570-68.432Q-27.878-68.654-27.878-69.126M-22.799-69.413Q-22.799-69.775-22.638-70.127Q-22.478-70.479-22.192-70.765Q-21.907-71.050-21.556-71.207Q-21.206-71.364-20.837-71.364Q-20.492-71.364-20.217-71.211Q-19.941-71.057-19.784-70.780Q-19.627-70.503-19.627-70.161Q-19.627-69.669-19.911-69.216Q-20.194-68.763-20.652-68.486Q-21.110-68.210-21.589-68.210Q-22.108-68.210-22.454-68.551Q-22.799-68.893-22.799-69.413M-21.572-68.432Q-21.254-68.432-20.996-68.623Q-20.738-68.815-20.563-69.121Q-20.389-69.426-20.299-69.768Q-20.208-70.110-20.208-70.407Q-20.208-70.722-20.377-70.932Q-20.546-71.142-20.854-71.142Q-21.179-71.142-21.437-70.949Q-21.695-70.756-21.871-70.448Q-22.047-70.141-22.136-69.796Q-22.225-69.450-22.225-69.167Q-22.225-68.856-22.050-68.644Q-21.876-68.432-21.572-68.432M-18.417-68.425Q-18.417-68.466-18.410-68.486L-17.891-70.568Q-17.856-70.705-17.856-70.824Q-17.856-70.954-17.903-71.048Q-17.949-71.142-18.065-71.142Q-18.171-71.142-18.251-71.050Q-18.332-70.958-18.391-70.812Q-18.451-70.667-18.492-70.512Q-18.533-70.356-18.557-70.267Q-18.567-70.202-18.625-70.202L-18.793-70.202Q-18.824-70.202-18.848-70.233Q-18.872-70.264-18.872-70.288L-18.872-70.315Q-18.752-70.763-18.571-71.064Q-18.390-71.364-18.051-71.364Q-17.877-71.364-17.716-71.293Q-17.556-71.221-17.457-71.088Q-17.357-70.954-17.337-70.777Q-16.845-71.364-16.206-71.364Q-15.850-71.364-15.613-71.207Q-15.375-71.050-15.331-70.715Q-15.187-70.906-14.999-71.055Q-14.811-71.204-14.596-71.284Q-14.380-71.364-14.145-71.364Q-13.895-71.364-13.695-71.279Q-13.495-71.194-13.382-71.021Q-13.270-70.848-13.270-70.589Q-13.270-70.428-13.316-70.223Q-13.362-70.018-13.423-69.830Q-13.485-69.642-13.581-69.392Q-13.676-69.143-13.728-69.006Q-13.803-68.801-13.803-68.651Q-13.803-68.432-13.649-68.432Q-13.464-68.432-13.326-68.574Q-13.188-68.716-13.100-68.914Q-13.013-69.112-12.962-69.307Q-12.938-69.368-12.887-69.368L-12.719-69.368Q-12.685-69.368-12.663-69.343Q-12.641-69.317-12.641-69.286Q-12.641-69.273-12.647-69.259Q-12.709-69.009-12.849-68.768Q-12.989-68.528-13.199-68.369Q-13.410-68.210-13.663-68.210Q-13.936-68.210-14.122-68.374Q-14.309-68.538-14.309-68.804Q-14.309-68.941-14.257-69.054Q-14.045-69.618-13.921-70.004Q-13.796-70.390-13.796-70.677Q-13.796-70.882-13.885-71.012Q-13.974-71.142-14.168-71.142Q-14.917-71.142-15.406-70.083L-15.813-68.452Q-15.840-68.346-15.930-68.278Q-16.021-68.210-16.127-68.210Q-16.219-68.210-16.289-68.271Q-16.359-68.333-16.359-68.425Q-16.359-68.466-16.353-68.486L-15.905-70.267Q-15.847-70.520-15.847-70.677Q-15.847-70.882-15.937-71.012Q-16.028-71.142-16.219-71.142Q-16.985-71.142-17.463-70.076L-17.870-68.452Q-17.897-68.346-17.988-68.278Q-18.079-68.210-18.185-68.210Q-18.277-68.210-18.347-68.271Q-18.417-68.333-18.417-68.425M-11.291-69.221Q-11.291-68.903-11.130-68.668Q-10.969-68.432-10.665-68.432Q-10.398-68.432-10.130-68.512Q-9.862-68.592-9.636-68.741Q-9.411-68.890-9.247-69.098Q-9.219-69.126-9.182-69.126Q-9.127-69.126-9.064-69.059Q-9-68.992-9-68.945Q-9-68.907-9.021-68.886Q-9.216-68.647-9.486-68.495Q-9.756-68.343-10.060-68.276Q-10.364-68.210-10.682-68.210Q-11.038-68.210-11.306-68.384Q-11.574-68.558-11.716-68.854Q-11.858-69.150-11.858-69.502Q-11.858-70.014-11.590-70.442Q-11.321-70.869-10.880-71.117Q-10.439-71.364-9.930-71.364Q-9.609-71.364-9.347-71.211Q-9.086-71.057-9.086-70.749Q-9.086-70.346-9.440-70.149Q-9.793-69.953-10.229-69.907Q-10.665-69.861-11.178-69.861L-11.198-69.861Q-11.291-69.450-11.291-69.221M-11.144-70.083Q-10.744-70.083-10.393-70.117Q-10.043-70.151-9.746-70.296Q-9.448-70.442-9.448-70.742Q-9.448-70.927-9.602-71.035Q-9.756-71.142-9.947-71.142Q-10.248-71.142-10.491-70.997Q-10.733-70.852-10.896-70.614Q-11.058-70.377-11.144-70.083M-7.924-68.425Q-7.924-68.466-7.917-68.486L-7.397-70.568Q-7.363-70.705-7.363-70.824Q-7.363-70.954-7.409-71.048Q-7.456-71.142-7.572-71.142Q-7.678-71.142-7.758-71.050Q-7.838-70.958-7.898-70.812Q-7.958-70.667-7.999-70.512Q-8.040-70.356-8.064-70.267Q-8.074-70.202-8.132-70.202L-8.300-70.202Q-8.331-70.202-8.354-70.233Q-8.378-70.264-8.378-70.288L-8.378-70.315Q-8.259-70.763-8.078-71.064Q-7.896-71.364-7.558-71.364Q-7.384-71.364-7.223-71.293Q-7.063-71.221-6.963-71.089Q-6.864-70.958-6.844-70.783Q-6.625-71.050-6.333-71.207Q-6.041-71.364-5.712-71.364Q-5.463-71.364-5.263-71.279Q-5.063-71.194-4.950-71.021Q-4.837-70.848-4.837-70.589Q-4.837-70.428-4.884-70.223Q-4.930-70.018-4.998-69.808Q-5.066-69.597-5.169-69.329Q-5.271-69.061-5.292-69.006Q-5.367-68.801-5.367-68.651Q-5.367-68.432-5.213-68.432Q-5.029-68.432-4.890-68.574Q-4.752-68.716-4.665-68.914Q-4.578-69.112-4.526-69.307Q-4.502-69.368-4.451-69.368L-4.284-69.368Q-4.250-69.368-4.227-69.339Q-4.205-69.310-4.205-69.286Q-4.205-69.273-4.212-69.259Q-4.273-69.009-4.415-68.767Q-4.557-68.524-4.766-68.367Q-4.974-68.210-5.227-68.210Q-5.500-68.210-5.687-68.374Q-5.873-68.538-5.873-68.804Q-5.873-68.951-5.822-69.054Q-5.610-69.618-5.485-70.004Q-5.360-70.390-5.360-70.677Q-5.360-70.882-5.449-71.012Q-5.538-71.142-5.733-71.142Q-6.488-71.142-6.970-70.083L-7.377-68.452Q-7.404-68.346-7.495-68.278Q-7.585-68.210-7.691-68.210Q-7.784-68.210-7.854-68.271Q-7.924-68.333-7.924-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M41.986-12.872v18.11\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-38.191 115.561)\">\u003Cpath d=\"M-28.873-69.761Q-28.873-70.103-28.738-70.402Q-28.603-70.701-28.363-70.925Q-28.124-71.149-27.806-71.274Q-27.488-71.399-27.157-71.399Q-26.712-71.399-26.313-71.183Q-25.913-70.968-25.678-70.590Q-25.444-70.213-25.444-69.761Q-25.444-69.420-25.586-69.136Q-25.728-68.852-25.972-68.645Q-26.217-68.439-26.526-68.324Q-26.835-68.210-27.157-68.210Q-27.587-68.210-27.989-68.411Q-28.391-68.613-28.632-68.965Q-28.873-69.317-28.873-69.761M-27.157-68.459Q-26.555-68.459-26.331-68.837Q-26.107-69.215-26.107-69.847Q-26.107-70.459-26.342-70.818Q-26.576-71.176-27.157-71.176Q-28.209-71.176-28.209-69.847Q-28.209-69.215-27.984-68.837Q-27.758-68.459-27.157-68.459M-23.182-68.278L-24.785-68.278L-24.785-68.558Q-24.559-68.558-24.410-68.592Q-24.262-68.627-24.262-68.767L-24.262-72.386Q-24.262-72.656-24.369-72.718Q-24.477-72.779-24.785-72.779L-24.785-73.060L-23.708-73.135L-23.708-68.767Q-23.708-68.630-23.558-68.594Q-23.407-68.558-23.182-68.558L-23.182-68.278M-22.587-69.789Q-22.587-70.127-22.447-70.418Q-22.307-70.708-22.062-70.922Q-21.818-71.135-21.514-71.250Q-21.209-71.364-20.885-71.364Q-20.615-71.364-20.352-71.265Q-20.088-71.166-19.897-70.988L-19.897-72.386Q-19.897-72.656-20.005-72.718Q-20.112-72.779-20.423-72.779L-20.423-73.060L-19.347-73.135L-19.347-68.951Q-19.347-68.763-19.292-68.680Q-19.237-68.596-19.136-68.577Q-19.036-68.558-18.820-68.558L-18.820-68.278L-19.928-68.210L-19.928-68.627Q-20.345-68.210-20.970-68.210Q-21.401-68.210-21.773-68.422Q-22.146-68.633-22.366-68.994Q-22.587-69.355-22.587-69.789M-20.912-68.432Q-20.704-68.432-20.517-68.504Q-20.331-68.575-20.177-68.712Q-20.023-68.849-19.928-69.027L-19.928-70.636Q-20.013-70.783-20.158-70.903Q-20.304-71.023-20.473-71.082Q-20.642-71.142-20.823-71.142Q-21.384-71.142-21.652-70.753Q-21.920-70.363-21.920-69.782Q-21.920-69.211-21.686-68.821Q-21.452-68.432-20.912-68.432\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.191 115.561)\">\u003Cpath d=\"M-13.340-66.528Q-13.890-66.928-14.261-67.483Q-14.632-68.039-14.813-68.685Q-14.994-69.331-14.994-70.028Q-14.994-70.541-14.894-71.036Q-14.793-71.532-14.588-71.983Q-14.383-72.434-14.070-72.826Q-13.757-73.217-13.340-73.521Q-13.330-73.525-13.323-73.526Q-13.316-73.528-13.306-73.528L-13.238-73.528Q-13.203-73.528-13.181-73.504Q-13.159-73.480-13.159-73.443Q-13.159-73.398-13.186-73.381Q-13.535-73.080-13.788-72.696Q-14.041-72.311-14.193-71.870Q-14.345-71.429-14.417-70.973Q-14.489-70.517-14.489-70.028Q-14.489-69.027-14.179-68.140Q-13.870-67.253-13.186-66.668Q-13.159-66.651-13.159-66.607Q-13.159-66.569-13.181-66.545Q-13.203-66.521-13.238-66.521L-13.306-66.521Q-13.313-66.525-13.321-66.526Q-13.330-66.528-13.340-66.528M-10.667-68.278L-12.301-68.278L-12.301-68.558Q-12.072-68.558-11.923-68.592Q-11.775-68.627-11.775-68.767L-11.775-70.616Q-11.775-70.886-11.882-70.947Q-11.990-71.009-12.301-71.009L-12.301-71.289L-11.242-71.364L-11.242-70.715Q-11.071-71.023-10.766-71.194Q-10.462-71.364-10.117-71.364Q-9.717-71.364-9.440-71.224Q-9.163-71.084-9.078-70.736Q-8.910-71.029-8.611-71.197Q-8.312-71.364-7.967-71.364Q-7.461-71.364-7.178-71.141Q-6.894-70.917-6.894-70.421L-6.894-68.767Q-6.894-68.630-6.745-68.594Q-6.597-68.558-6.371-68.558L-6.371-68.278L-8.001-68.278L-8.001-68.558Q-7.776-68.558-7.625-68.594Q-7.475-68.630-7.475-68.767L-7.475-70.407Q-7.475-70.742-7.595-70.942Q-7.714-71.142-8.029-71.142Q-8.299-71.142-8.533-71.006Q-8.767-70.869-8.905-70.635Q-9.044-70.401-9.044-70.127L-9.044-68.767Q-9.044-68.630-8.895-68.594Q-8.746-68.558-8.521-68.558L-8.521-68.278L-10.151-68.278L-10.151-68.558Q-9.922-68.558-9.774-68.592Q-9.625-68.627-9.625-68.767L-9.625-70.407Q-9.625-70.742-9.744-70.942Q-9.864-71.142-10.179-71.142Q-10.449-71.142-10.683-71.006Q-10.917-70.869-11.055-70.635Q-11.194-70.401-11.194-70.127L-11.194-68.767Q-11.194-68.630-11.043-68.594Q-10.893-68.558-10.667-68.558L-10.667-68.278M-5.824-69.813Q-5.824-70.134-5.699-70.423Q-5.575-70.712-5.349-70.935Q-5.123-71.159-4.828-71.279Q-4.532-71.399-4.214-71.399Q-3.886-71.399-3.625-71.299Q-3.363-71.200-3.187-71.018Q-3.011-70.835-2.917-70.577Q-2.823-70.319-2.823-69.987Q-2.823-69.895-2.905-69.874L-5.161-69.874L-5.161-69.813Q-5.161-69.225-4.877-68.842Q-4.594-68.459-4.026-68.459Q-3.705-68.459-3.437-68.652Q-3.168-68.845-3.079-69.160Q-3.073-69.201-2.997-69.215L-2.905-69.215Q-2.823-69.191-2.823-69.119Q-2.823-69.112-2.830-69.085Q-2.943-68.688-3.314-68.449Q-3.684-68.210-4.108-68.210Q-4.546-68.210-4.946-68.418Q-5.346-68.627-5.585-68.994Q-5.824-69.361-5.824-69.813M-5.154-70.083L-3.339-70.083Q-3.339-70.360-3.437-70.612Q-3.534-70.865-3.732-71.021Q-3.930-71.176-4.214-71.176Q-4.491-71.176-4.705-71.018Q-4.918-70.859-5.036-70.604Q-5.154-70.349-5.154-70.083M-0.554-68.278L-2.187-68.278L-2.187-68.558Q-1.958-68.558-1.810-68.592Q-1.661-68.627-1.661-68.767L-1.661-70.616Q-1.661-70.886-1.769-70.947Q-1.876-71.009-2.187-71.009L-2.187-71.289L-1.128-71.364L-1.128-70.715Q-0.957-71.023-0.653-71.194Q-0.348-71.364-0.003-71.364Q0.503-71.364 0.786-71.141Q1.070-70.917 1.070-70.421L1.070-68.767Q1.070-68.630 1.219-68.594Q1.367-68.558 1.593-68.558L1.593-68.278L-0.037-68.278L-0.037-68.558Q0.192-68.558 0.340-68.592Q0.489-68.627 0.489-68.767L0.489-70.407Q0.489-70.742 0.369-70.942Q0.250-71.142-0.065-71.142Q-0.335-71.142-0.569-71.006Q-0.803-70.869-0.941-70.635Q-1.080-70.401-1.080-70.127L-1.080-68.767Q-1.080-68.630-0.930-68.594Q-0.779-68.558-0.554-68.558\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.191 115.561)\">\u003Cpath d=\"M4.950-69.006Q4.950-69.338 5.173-69.565Q5.397-69.792 5.741-69.920Q6.084-70.049 6.457-70.101Q6.829-70.154 7.134-70.154L7.134-70.407Q7.134-70.612 7.026-70.792Q6.918-70.971 6.737-71.074Q6.556-71.176 6.348-71.176Q5.941-71.176 5.705-71.084Q5.794-71.047 5.840-70.963Q5.886-70.879 5.886-70.777Q5.886-70.681 5.840-70.602Q5.794-70.524 5.713-70.479Q5.633-70.435 5.544-70.435Q5.394-70.435 5.293-70.532Q5.192-70.630 5.192-70.777Q5.192-71.399 6.348-71.399Q6.559-71.399 6.809-71.335Q7.058-71.272 7.260-71.153Q7.462-71.033 7.588-70.848Q7.715-70.664 7.715-70.421L7.715-68.845Q7.715-68.729 7.776-68.633Q7.838-68.538 7.951-68.538Q8.060-68.538 8.125-68.632Q8.190-68.726 8.190-68.845L8.190-69.293L8.456-69.293L8.456-68.845Q8.456-68.575 8.229-68.410Q8.002-68.244 7.722-68.244Q7.513-68.244 7.376-68.398Q7.240-68.551 7.216-68.767Q7.069-68.500 6.787-68.355Q6.505-68.210 6.180-68.210Q5.903-68.210 5.619-68.285Q5.336-68.360 5.143-68.539Q4.950-68.719 4.950-69.006M5.565-69.006Q5.565-68.832 5.666-68.702Q5.766-68.572 5.922-68.502Q6.077-68.432 6.242-68.432Q6.460-68.432 6.669-68.529Q6.877-68.627 7.005-68.808Q7.134-68.989 7.134-69.215L7.134-69.943Q6.809-69.943 6.443-69.852Q6.077-69.761 5.821-69.549Q5.565-69.338 5.565-69.006M10.555-68.278L8.921-68.278L8.921-68.558Q9.150-68.558 9.299-68.592Q9.448-68.627 9.448-68.767L9.448-70.616Q9.448-70.886 9.340-70.947Q9.232-71.009 8.921-71.009L8.921-71.289L9.981-71.364L9.981-70.715Q10.152-71.023 10.456-71.194Q10.760-71.364 11.105-71.364Q11.611-71.364 11.895-71.141Q12.179-70.917 12.179-70.421L12.179-68.767Q12.179-68.630 12.327-68.594Q12.476-68.558 12.702-68.558L12.702-68.278L11.071-68.278L11.071-68.558Q11.300-68.558 11.449-68.592Q11.598-68.627 11.598-68.767L11.598-70.407Q11.598-70.742 11.478-70.942Q11.358-71.142 11.044-71.142Q10.774-71.142 10.540-71.006Q10.306-70.869 10.167-70.635Q10.029-70.401 10.029-70.127L10.029-68.767Q10.029-68.630 10.179-68.594Q10.329-68.558 10.555-68.558L10.555-68.278M13.289-69.789Q13.289-70.127 13.430-70.418Q13.570-70.708 13.814-70.922Q14.058-71.135 14.363-71.250Q14.667-71.364 14.992-71.364Q15.262-71.364 15.525-71.265Q15.788-71.166 15.979-70.988L15.979-72.386Q15.979-72.656 15.872-72.718Q15.764-72.779 15.453-72.779L15.453-73.060L16.530-73.135L16.530-68.951Q16.530-68.763 16.584-68.680Q16.639-68.596 16.740-68.577Q16.841-68.558 17.056-68.558L17.056-68.278L15.949-68.210L15.949-68.627Q15.532-68.210 14.906-68.210Q14.475-68.210 14.103-68.422Q13.730-68.633 13.510-68.994Q13.289-69.355 13.289-69.789M14.964-68.432Q15.173-68.432 15.359-68.504Q15.545-68.575 15.699-68.712Q15.853-68.849 15.949-69.027L15.949-70.636Q15.863-70.783 15.718-70.903Q15.573-71.023 15.403-71.082Q15.234-71.142 15.053-71.142Q14.493-71.142 14.224-70.753Q13.956-70.363 13.956-69.782Q13.956-69.211 14.190-68.821Q14.424-68.432 14.964-68.432\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.191 115.561)\">\u003Cpath d=\"M21.793-68.305L20.812-70.804Q20.751-70.947 20.633-70.982Q20.515-71.016 20.299-71.016L20.299-71.296L21.779-71.296L21.779-71.016Q21.400-71.016 21.400-70.855Q21.400-70.845 21.414-70.804L22.128-68.972L22.801-70.677Q22.771-70.749 22.771-70.777Q22.771-70.804 22.743-70.804Q22.682-70.951 22.564-70.983Q22.446-71.016 22.234-71.016L22.234-71.296L23.632-71.296L23.632-71.016Q23.256-71.016 23.256-70.855Q23.256-70.824 23.263-70.804L24.018-68.866L24.705-70.616Q24.726-70.667 24.726-70.722Q24.726-70.862 24.613-70.939Q24.500-71.016 24.360-71.016L24.360-71.296L25.580-71.296L25.580-71.016Q25.375-71.016 25.220-70.910Q25.064-70.804 24.992-70.616L24.087-68.305Q24.052-68.210 23.940-68.210L23.871-68.210Q23.762-68.210 23.724-68.305L22.942-70.308L22.155-68.305Q22.121-68.210 22.008-68.210L21.940-68.210Q21.831-68.210 21.793-68.305\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-38.191 115.561)\">\u003Cpath d=\"M25.857-69.761Q25.857-70.103 25.992-70.402Q26.127-70.701 26.367-70.925Q26.606-71.149 26.924-71.274Q27.242-71.399 27.573-71.399Q28.018-71.399 28.417-71.183Q28.817-70.968 29.052-70.590Q29.286-70.213 29.286-69.761Q29.286-69.420 29.144-69.136Q29.002-68.852 28.758-68.645Q28.513-68.439 28.204-68.324Q27.895-68.210 27.573-68.210Q27.143-68.210 26.741-68.411Q26.339-68.613 26.098-68.965Q25.857-69.317 25.857-69.761M27.573-68.459Q28.175-68.459 28.399-68.837Q28.623-69.215 28.623-69.847Q28.623-70.459 28.388-70.818Q28.154-71.176 27.573-71.176Q26.521-71.176 26.521-69.847Q26.521-69.215 26.746-68.837Q26.972-68.459 27.573-68.459M31.562-68.278L29.928-68.278L29.928-68.558Q30.157-68.558 30.306-68.592Q30.455-68.627 30.455-68.767L30.455-70.616Q30.455-70.886 30.347-70.947Q30.239-71.009 29.928-71.009L29.928-71.289L30.988-71.364L30.988-70.715Q31.159-71.023 31.463-71.194Q31.767-71.364 32.112-71.364Q32.512-71.364 32.789-71.224Q33.066-71.084 33.151-70.736Q33.319-71.029 33.618-71.197Q33.917-71.364 34.262-71.364Q34.768-71.364 35.052-71.141Q35.335-70.917 35.335-70.421L35.335-68.767Q35.335-68.630 35.484-68.594Q35.633-68.558 35.858-68.558L35.858-68.278L34.228-68.278L34.228-68.558Q34.454-68.558 34.604-68.594Q34.754-68.630 34.754-68.767L34.754-70.407Q34.754-70.742 34.635-70.942Q34.515-71.142 34.201-71.142Q33.931-71.142 33.697-71.006Q33.462-70.869 33.324-70.635Q33.186-70.401 33.186-70.127L33.186-68.767Q33.186-68.630 33.334-68.594Q33.483-68.558 33.709-68.558L33.709-68.278L32.078-68.278L32.078-68.558Q32.307-68.558 32.456-68.592Q32.605-68.627 32.605-68.767L32.605-70.407Q32.605-70.742 32.485-70.942Q32.365-71.142 32.051-71.142Q31.781-71.142 31.547-71.006Q31.313-70.869 31.174-70.635Q31.036-70.401 31.036-70.127L31.036-68.767Q31.036-68.630 31.186-68.594Q31.336-68.558 31.562-68.558L31.562-68.278M36.405-69.813Q36.405-70.134 36.530-70.423Q36.655-70.712 36.880-70.935Q37.106-71.159 37.402-71.279Q37.697-71.399 38.015-71.399Q38.343-71.399 38.605-71.299Q38.866-71.200 39.042-71.018Q39.218-70.835 39.312-70.577Q39.406-70.319 39.406-69.987Q39.406-69.895 39.324-69.874L37.068-69.874L37.068-69.813Q37.068-69.225 37.352-68.842Q37.636-68.459 38.203-68.459Q38.524-68.459 38.793-68.652Q39.061-68.845 39.150-69.160Q39.157-69.201 39.232-69.215L39.324-69.215Q39.406-69.191 39.406-69.119Q39.406-69.112 39.399-69.085Q39.287-68.688 38.916-68.449Q38.545-68.210 38.121-68.210Q37.684-68.210 37.284-68.418Q36.884-68.627 36.645-68.994Q36.405-69.361 36.405-69.813M37.075-70.083L38.890-70.083Q38.890-70.360 38.793-70.612Q38.695-70.865 38.497-71.021Q38.299-71.176 38.015-71.176Q37.738-71.176 37.525-71.018Q37.311-70.859 37.193-70.604Q37.075-70.349 37.075-70.083M41.676-68.278L40.042-68.278L40.042-68.558Q40.271-68.558 40.420-68.592Q40.568-68.627 40.568-68.767L40.568-70.616Q40.568-70.886 40.461-70.947Q40.353-71.009 40.042-71.009L40.042-71.289L41.102-71.364L41.102-70.715Q41.272-71.023 41.577-71.194Q41.881-71.364 42.226-71.364Q42.732-71.364 43.016-71.141Q43.299-70.917 43.299-70.421L43.299-68.767Q43.299-68.630 43.448-68.594Q43.597-68.558 43.822-68.558L43.822-68.278L42.192-68.278L42.192-68.558Q42.421-68.558 42.570-68.592Q42.718-68.627 42.718-68.767L42.718-70.407Q42.718-70.742 42.599-70.942Q42.479-71.142 42.165-71.142Q41.895-71.142 41.660-71.006Q41.426-70.869 41.288-70.635Q41.149-70.401 41.149-70.127L41.149-68.767Q41.149-68.630 41.300-68.594Q41.450-68.558 41.676-68.558L41.676-68.278M44.731-66.521L44.663-66.521Q44.629-66.521 44.607-66.547Q44.584-66.572 44.584-66.607Q44.584-66.651 44.615-66.668Q44.971-66.972 45.220-67.362Q45.470-67.752 45.622-68.184Q45.774-68.616 45.844-69.085Q45.914-69.553 45.914-70.028Q45.914-70.507 45.844-70.973Q45.774-71.440 45.620-71.875Q45.466-72.311 45.215-72.699Q44.964-73.087 44.615-73.381Q44.584-73.398 44.584-73.443Q44.584-73.477 44.607-73.502Q44.629-73.528 44.663-73.528L44.731-73.528Q44.742-73.528 44.750-73.526Q44.759-73.525 44.769-73.521Q45.313-73.121 45.685-72.568Q46.058-72.014 46.239-71.368Q46.420-70.722 46.420-70.028Q46.420-69.327 46.239-68.680Q46.058-68.032 45.683-67.478Q45.309-66.924 44.769-66.528Q44.759-66.528 44.750-66.526Q44.742-66.525 44.731-66.521\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(173.868 2.392)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(116.963 28)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M143.638-64.087 105.36-46.863\"\u002F>\u003Cg transform=\"translate(97.453 52.965)\">\u003Cpath d=\"M-27.242-68.278L-28.832-68.278L-28.832-68.558Q-28.189-68.558-28.032-68.958L-26.388-73.173Q-26.354-73.268-26.241-73.268L-26.159-73.268Q-26.049-73.268-26.008-73.173L-24.289-68.767Q-24.221-68.627-24.031-68.592Q-23.841-68.558-23.568-68.558L-23.568-68.278L-25.567-68.278L-25.567-68.558Q-25.003-68.558-25.003-68.733Q-25.003-68.750-25.005-68.757Q-25.007-68.763-25.010-68.767L-25.431-69.833L-27.389-69.833L-27.731-68.958Q-27.745-68.958-27.745-68.880Q-27.745-68.719-27.582-68.639Q-27.420-68.558-27.242-68.558L-27.242-68.278M-26.408-72.352L-27.276-70.113L-25.533-70.113L-26.408-72.352M-22.932-69.789Q-22.932-70.127-22.792-70.418Q-22.652-70.708-22.407-70.922Q-22.163-71.135-21.859-71.250Q-21.555-71.364-21.230-71.364Q-20.960-71.364-20.697-71.265Q-20.434-71.166-20.242-70.988L-20.242-72.386Q-20.242-72.656-20.350-72.718Q-20.458-72.779-20.769-72.779L-20.769-73.060L-19.692-73.135L-19.692-68.951Q-19.692-68.763-19.637-68.680Q-19.583-68.596-19.482-68.577Q-19.381-68.558-19.166-68.558L-19.166-68.278L-20.273-68.210L-20.273-68.627Q-20.690-68.210-21.315-68.210Q-21.746-68.210-22.119-68.422Q-22.491-68.633-22.712-68.994Q-22.932-69.355-22.932-69.789M-21.257-68.432Q-21.049-68.432-20.863-68.504Q-20.676-68.575-20.522-68.712Q-20.369-68.849-20.273-69.027L-20.273-70.636Q-20.358-70.783-20.504-70.903Q-20.649-71.023-20.818-71.082Q-20.987-71.142-21.168-71.142Q-21.729-71.142-21.997-70.753Q-22.266-70.363-22.266-69.782Q-22.266-69.211-22.031-68.821Q-21.797-68.432-21.257-68.432M-19.046-67.430Q-19.046-67.581-18.945-67.678Q-18.844-67.776-18.697-67.776Q-18.608-67.776-18.528-67.731Q-18.448-67.687-18.402-67.608Q-18.355-67.529-18.355-67.430Q-18.355-67.229-18.516-67.130Q-18.376-67.075-18.171-67.075Q-17.901-67.075-17.785-67.348Q-17.668-67.622-17.668-67.936L-17.668-70.616Q-17.668-70.882-17.795-70.946Q-17.921-71.009-18.250-71.009L-18.250-71.289L-17.115-71.364L-17.115-67.916Q-17.115-67.629-17.262-67.384Q-17.409-67.140-17.660-66.995Q-17.911-66.849-18.188-66.849Q-18.516-66.849-18.781-66.991Q-19.046-67.133-19.046-67.430M-17.949-72.585Q-17.949-72.756-17.826-72.875Q-17.703-72.995-17.528-72.995Q-17.361-72.995-17.238-72.875Q-17.115-72.756-17.115-72.585Q-17.115-72.410-17.238-72.287Q-17.361-72.164-17.528-72.164Q-17.703-72.164-17.826-72.287Q-17.949-72.410-17.949-72.585\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M92.554-38.48 78.8-21.974\"\u002F>\u003Cg transform=\"translate(98.222 79.253)\">\u003Cpath d=\"M-28.250-69.413Q-28.250-69.775-28.090-70.127Q-27.929-70.479-27.644-70.765Q-27.358-71.050-27.008-71.207Q-26.658-71.364-26.289-71.364Q-25.943-71.364-25.668-71.211Q-25.393-71.057-25.236-70.780Q-25.079-70.503-25.079-70.161Q-25.079-69.669-25.362-69.216Q-25.646-68.763-26.104-68.486Q-26.562-68.210-27.041-68.210Q-27.560-68.210-27.905-68.551Q-28.250-68.893-28.250-69.413M-27.023-68.432Q-26.706-68.432-26.448-68.623Q-26.189-68.815-26.015-69.121Q-25.841-69.426-25.750-69.768Q-25.660-70.110-25.660-70.407Q-25.660-70.722-25.829-70.932Q-25.998-71.142-26.306-71.142Q-26.630-71.142-26.888-70.949Q-27.146-70.756-27.323-70.448Q-27.499-70.141-27.587-69.796Q-27.676-69.450-27.676-69.167Q-27.676-68.856-27.502-68.644Q-27.328-68.432-27.023-68.432M-24.149-68.866Q-24.149-68.958-24.128-69.040L-23.267-72.499Q-23.229-72.595-23.229-72.687Q-23.229-72.779-23.664-72.779Q-23.749-72.807-23.749-72.892L-23.722-73.002Q-23.715-73.043-23.643-73.060L-22.693-73.135Q-22.655-73.135-22.621-73.108Q-22.587-73.080-22.587-73.032L-23.595-69.006Q-23.623-68.835-23.623-68.746Q-23.623-68.432-23.414-68.432Q-23.229-68.432-23.118-68.705Q-23.007-68.979-22.936-69.307Q-22.912-69.368-22.860-69.368L-22.693-69.368Q-22.659-69.368-22.636-69.343Q-22.614-69.317-22.614-69.286Q-22.614-69.273-22.621-69.259Q-22.689-68.989-22.780-68.763Q-22.871-68.538-23.035-68.374Q-23.199-68.210-23.428-68.210Q-23.729-68.210-23.939-68.393Q-24.149-68.575-24.149-68.866M-20.857-68.210Q-21.162-68.210-21.396-68.367Q-21.630-68.524-21.751-68.787Q-21.873-69.050-21.873-69.355Q-21.873-69.806-21.630-70.279Q-21.387-70.753-20.980-71.059Q-20.574-71.364-20.109-71.364Q-19.900-71.364-19.721-71.267Q-19.542-71.170-19.429-70.995L-19.060-72.499Q-19.022-72.595-19.022-72.687Q-19.022-72.779-19.456-72.779Q-19.542-72.807-19.542-72.892L-19.514-73.002Q-19.487-73.049-19.436-73.060L-18.485-73.135Q-18.448-73.135-18.414-73.108Q-18.379-73.080-18.379-73.032L-19.388-69.006Q-19.415-68.835-19.415-68.746Q-19.415-68.432-19.207-68.432Q-19.019-68.432-18.918-68.681Q-18.817-68.931-18.721-69.307Q-18.697-69.368-18.646-69.368L-18.479-69.368Q-18.444-69.368-18.422-69.343Q-18.400-69.317-18.400-69.286Q-18.400-69.273-18.407-69.259Q-18.667-68.210-19.220-68.210Q-19.453-68.210-19.649-68.333Q-19.846-68.456-19.911-68.671Q-20.372-68.210-20.857-68.210M-20.844-68.432Q-20.570-68.432-20.321-68.644Q-20.071-68.856-19.890-69.146L-19.562-70.469Q-19.593-70.732-19.735-70.937Q-19.876-71.142-20.123-71.142Q-20.485-71.142-20.757-70.777Q-21.028-70.411-21.170-69.913Q-21.312-69.416-21.312-69.068Q-21.312-68.815-21.196-68.623Q-21.080-68.432-20.844-68.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M74.707-12.152V4.314\"\u002F>\u003Cg transform=\"translate(138.303 53.607)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m99.54-38.48 14.354 17.225\"\u002F>\u003Cg transform=\"translate(138.664 78.33)\">\u003Cpath d=\"M-28.090-68.425Q-28.090-68.466-28.083-68.486L-27.563-70.568Q-27.529-70.705-27.529-70.824Q-27.529-70.954-27.575-71.048Q-27.622-71.142-27.738-71.142Q-27.844-71.142-27.924-71.050Q-28.004-70.958-28.064-70.812Q-28.124-70.667-28.165-70.512Q-28.206-70.356-28.230-70.267Q-28.240-70.202-28.298-70.202L-28.466-70.202Q-28.497-70.202-28.521-70.233Q-28.544-70.264-28.544-70.288L-28.544-70.315Q-28.425-70.763-28.244-71.064Q-28.063-71.364-27.724-71.364Q-27.550-71.364-27.389-71.293Q-27.229-71.221-27.129-71.088Q-27.030-70.954-27.010-70.777Q-26.518-71.364-25.878-71.364Q-25.523-71.364-25.285-71.207Q-25.048-71.050-25.003-70.715Q-24.860-70.906-24.672-71.055Q-24.484-71.204-24.269-71.284Q-24.053-71.364-23.817-71.364Q-23.568-71.364-23.368-71.279Q-23.168-71.194-23.055-71.021Q-22.942-70.848-22.942-70.589Q-22.942-70.428-22.989-70.223Q-23.035-70.018-23.096-69.830Q-23.158-69.642-23.253-69.392Q-23.349-69.143-23.400-69.006Q-23.476-68.801-23.476-68.651Q-23.476-68.432-23.322-68.432Q-23.137-68.432-22.999-68.574Q-22.860-68.716-22.773-68.914Q-22.686-69.112-22.635-69.307Q-22.611-69.368-22.560-69.368L-22.392-69.368Q-22.358-69.368-22.336-69.343Q-22.313-69.317-22.313-69.286Q-22.313-69.273-22.320-69.259Q-22.382-69.009-22.522-68.768Q-22.662-68.528-22.872-68.369Q-23.083-68.210-23.335-68.210Q-23.609-68.210-23.795-68.374Q-23.981-68.538-23.981-68.804Q-23.981-68.941-23.930-69.054Q-23.718-69.618-23.594-70.004Q-23.469-70.390-23.469-70.677Q-23.469-70.882-23.558-71.012Q-23.646-71.142-23.841-71.142Q-24.590-71.142-25.079-70.083L-25.485-68.452Q-25.513-68.346-25.603-68.278Q-25.694-68.210-25.800-68.210Q-25.892-68.210-25.962-68.271Q-26.032-68.333-26.032-68.425Q-26.032-68.466-26.025-68.486L-25.578-70.267Q-25.520-70.520-25.520-70.677Q-25.520-70.882-25.610-71.012Q-25.701-71.142-25.892-71.142Q-26.658-71.142-27.136-70.076L-27.543-68.452Q-27.570-68.346-27.661-68.278Q-27.751-68.210-27.857-68.210Q-27.950-68.210-28.020-68.271Q-28.090-68.333-28.090-68.425M-20.963-69.221Q-20.963-68.903-20.803-68.668Q-20.642-68.432-20.338-68.432Q-20.071-68.432-19.803-68.512Q-19.535-68.592-19.309-68.741Q-19.084-68.890-18.919-69.098Q-18.892-69.126-18.854-69.126Q-18.800-69.126-18.737-69.059Q-18.673-68.992-18.673-68.945Q-18.673-68.907-18.694-68.886Q-18.889-68.647-19.159-68.495Q-19.429-68.343-19.733-68.276Q-20.037-68.210-20.355-68.210Q-20.710-68.210-20.979-68.384Q-21.247-68.558-21.389-68.854Q-21.531-69.150-21.531-69.502Q-21.531-70.014-21.262-70.442Q-20.994-70.869-20.553-71.117Q-20.112-71.364-19.603-71.364Q-19.282-71.364-19.020-71.211Q-18.759-71.057-18.759-70.749Q-18.759-70.346-19.113-70.149Q-19.466-69.953-19.902-69.907Q-20.338-69.861-20.851-69.861L-20.871-69.861Q-20.963-69.450-20.963-69.221M-20.816-70.083Q-20.417-70.083-20.066-70.117Q-19.716-70.151-19.418-70.296Q-19.121-70.442-19.121-70.742Q-19.121-70.927-19.275-71.035Q-19.429-71.142-19.620-71.142Q-19.921-71.142-20.164-70.997Q-20.406-70.852-20.569-70.614Q-20.731-70.377-20.816-70.083M-17.597-68.425Q-17.597-68.466-17.590-68.486L-17.070-70.568Q-17.036-70.705-17.036-70.824Q-17.036-70.954-17.082-71.048Q-17.128-71.142-17.245-71.142Q-17.351-71.142-17.431-71.050Q-17.511-70.958-17.571-70.812Q-17.631-70.667-17.672-70.512Q-17.713-70.356-17.737-70.267Q-17.747-70.202-17.805-70.202L-17.973-70.202Q-18.003-70.202-18.027-70.233Q-18.051-70.264-18.051-70.288L-18.051-70.315Q-17.932-70.763-17.750-71.064Q-17.569-71.364-17.231-71.364Q-17.057-71.364-16.896-71.293Q-16.735-71.221-16.636-71.089Q-16.537-70.958-16.517-70.783Q-16.298-71.050-16.006-71.207Q-15.713-71.364-15.385-71.364Q-15.136-71.364-14.936-71.279Q-14.736-71.194-14.623-71.021Q-14.510-70.848-14.510-70.589Q-14.510-70.428-14.556-70.223Q-14.603-70.018-14.671-69.808Q-14.739-69.597-14.842-69.329Q-14.944-69.061-14.965-69.006Q-15.040-68.801-15.040-68.651Q-15.040-68.432-14.886-68.432Q-14.702-68.432-14.563-68.574Q-14.425-68.716-14.338-68.914Q-14.250-69.112-14.199-69.307Q-14.175-69.368-14.124-69.368L-13.957-69.368Q-13.922-69.368-13.900-69.339Q-13.878-69.310-13.878-69.286Q-13.878-69.273-13.885-69.259Q-13.946-69.009-14.088-68.767Q-14.230-68.524-14.438-68.367Q-14.647-68.210-14.900-68.210Q-15.173-68.210-15.360-68.374Q-15.546-68.538-15.546-68.804Q-15.546-68.951-15.495-69.054Q-15.283-69.618-15.158-70.004Q-15.033-70.390-15.033-70.677Q-15.033-70.882-15.122-71.012Q-15.211-71.142-15.406-71.142Q-16.161-71.142-16.643-70.083L-17.050-68.452Q-17.077-68.346-17.168-68.278Q-17.258-68.210-17.364-68.210Q-17.457-68.210-17.527-68.271Q-17.597-68.333-17.597-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M117.386-12.872v18.11\"\u002F>\u003Cg transform=\"translate(175.042 28)\">\u003Cpath d=\"M-28.657-70.671Q-28.657-71.197-28.440-71.665Q-28.223-72.133-27.840-72.479Q-27.458-72.824-26.974-73.012Q-26.490-73.200-25.960-73.200Q-25.557-73.200-25.193-73.043Q-24.829-72.885-24.545-72.591L-24.122-73.173Q-24.087-73.200-24.063-73.200L-24.016-73.200Q-23.985-73.200-23.961-73.176Q-23.937-73.152-23.937-73.121L-23.937-71.258Q-23.937-71.235-23.963-71.209Q-23.988-71.183-24.016-71.183L-24.142-71.183Q-24.204-71.183-24.217-71.258Q-24.248-71.573-24.383-71.877Q-24.518-72.181-24.733-72.415Q-24.949-72.650-25.238-72.785Q-25.526-72.920-25.854-72.920Q-26.497-72.920-26.955-72.626Q-27.413-72.332-27.646-71.819Q-27.878-71.306-27.878-70.671Q-27.878-70.199-27.748-69.790Q-27.618-69.382-27.358-69.069Q-27.099-68.757-26.719-68.587Q-26.340-68.418-25.848-68.418Q-25.520-68.418-25.226-68.534Q-24.932-68.651-24.698-68.866Q-24.463-69.081-24.334-69.370Q-24.204-69.659-24.204-69.987Q-24.204-70.014-24.176-70.038Q-24.149-70.062-24.128-70.062L-24.016-70.062Q-23.978-70.062-23.958-70.037Q-23.937-70.011-23.937-69.973Q-23.937-69.577-24.103-69.240Q-24.269-68.903-24.556-68.656Q-24.843-68.408-25.212-68.273Q-25.581-68.138-25.960-68.138Q-26.480-68.138-26.972-68.328Q-27.464-68.517-27.844-68.861Q-28.223-69.204-28.440-69.673Q-28.657-70.141-28.657-70.671M-23.168-69.761Q-23.168-70.103-23.033-70.402Q-22.898-70.701-22.659-70.925Q-22.419-71.149-22.102-71.274Q-21.784-71.399-21.452-71.399Q-21.008-71.399-20.608-71.183Q-20.208-70.968-19.974-70.590Q-19.740-70.213-19.740-69.761Q-19.740-69.420-19.882-69.136Q-20.023-68.852-20.268-68.645Q-20.512-68.439-20.822-68.324Q-21.131-68.210-21.452-68.210Q-21.883-68.210-22.284-68.411Q-22.686-68.613-22.927-68.965Q-23.168-69.317-23.168-69.761M-21.452-68.459Q-20.851-68.459-20.627-68.837Q-20.403-69.215-20.403-69.847Q-20.403-70.459-20.637-70.818Q-20.871-71.176-21.452-71.176Q-22.505-71.176-22.505-69.847Q-22.505-69.215-22.279-68.837Q-22.054-68.459-21.452-68.459M-17.463-68.278L-19.097-68.278L-19.097-68.558Q-18.868-68.558-18.719-68.592Q-18.571-68.627-18.571-68.767L-18.571-70.616Q-18.571-70.886-18.678-70.947Q-18.786-71.009-19.097-71.009L-19.097-71.289L-18.038-71.364L-18.038-70.715Q-17.867-71.023-17.563-71.194Q-17.258-71.364-16.913-71.364Q-16.407-71.364-16.124-71.141Q-15.840-70.917-15.840-70.421L-15.840-68.767Q-15.840-68.630-15.691-68.594Q-15.542-68.558-15.317-68.558L-15.317-68.278L-16.947-68.278L-16.947-68.558Q-16.718-68.558-16.570-68.592Q-16.421-68.627-16.421-68.767L-16.421-70.407Q-16.421-70.742-16.541-70.942Q-16.660-71.142-16.975-71.142Q-17.245-71.142-17.479-71.006Q-17.713-70.869-17.851-70.635Q-17.990-70.401-17.990-70.127L-17.990-68.767Q-17.990-68.630-17.839-68.594Q-17.689-68.558-17.463-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M152.952-64.087v17.224\"\u002F>\u003Cg transform=\"translate(175.234 53.645)\">\u003Cpath d=\"M-27.242-68.210Q-27.546-68.210-27.781-68.367Q-28.015-68.524-28.136-68.787Q-28.257-69.050-28.257-69.355Q-28.257-69.806-28.015-70.279Q-27.772-70.753-27.365-71.059Q-26.959-71.364-26.494-71.364Q-26.285-71.364-26.106-71.267Q-25.926-71.170-25.813-70.995Q-25.790-71.101-25.699-71.166Q-25.608-71.231-25.506-71.231Q-25.403-71.231-25.338-71.170Q-25.273-71.108-25.273-71.016Q-25.273-71.006-25.291-70.937L-25.772-69.006Q-25.800-68.835-25.800-68.746Q-25.800-68.432-25.591-68.432Q-25.403-68.432-25.302-68.681Q-25.202-68.931-25.106-69.307Q-25.082-69.368-25.031-69.368L-24.863-69.368Q-24.829-69.368-24.807-69.343Q-24.785-69.317-24.785-69.286Q-24.785-69.273-24.792-69.259Q-25.051-68.210-25.605-68.210Q-25.837-68.210-26.034-68.333Q-26.230-68.456-26.295-68.671Q-26.757-68.210-27.242-68.210M-27.229-68.432Q-26.955-68.432-26.706-68.644Q-26.456-68.856-26.275-69.146L-25.947-70.469Q-25.978-70.732-26.119-70.937Q-26.261-71.142-26.507-71.142Q-26.870-71.142-27.141-70.777Q-27.413-70.411-27.555-69.913Q-27.697-69.416-27.697-69.068Q-27.697-68.815-27.581-68.623Q-27.464-68.432-27.229-68.432M-23.869-68.425Q-23.869-68.466-23.862-68.486L-23.342-70.568Q-23.308-70.705-23.308-70.824Q-23.308-70.954-23.354-71.048Q-23.400-71.142-23.517-71.142Q-23.623-71.142-23.703-71.050Q-23.783-70.958-23.843-70.812Q-23.903-70.667-23.944-70.512Q-23.985-70.356-24.009-70.267Q-24.019-70.202-24.077-70.202L-24.245-70.202Q-24.275-70.202-24.299-70.233Q-24.323-70.264-24.323-70.288L-24.323-70.315Q-24.204-70.763-24.022-71.064Q-23.841-71.364-23.503-71.364Q-23.329-71.364-23.168-71.293Q-23.007-71.221-22.908-71.089Q-22.809-70.958-22.789-70.783Q-22.570-71.050-22.278-71.207Q-21.985-71.364-21.657-71.364Q-21.408-71.364-21.208-71.279Q-21.008-71.194-20.895-71.021Q-20.782-70.848-20.782-70.589Q-20.782-70.428-20.828-70.223Q-20.875-70.018-20.943-69.808Q-21.011-69.597-21.114-69.329Q-21.216-69.061-21.237-69.006Q-21.312-68.801-21.312-68.651Q-21.312-68.432-21.158-68.432Q-20.974-68.432-20.835-68.574Q-20.697-68.716-20.610-68.914Q-20.522-69.112-20.471-69.307Q-20.447-69.368-20.396-69.368L-20.229-69.368Q-20.194-69.368-20.172-69.339Q-20.150-69.310-20.150-69.286Q-20.150-69.273-20.157-69.259Q-20.218-69.009-20.360-68.767Q-20.502-68.524-20.710-68.367Q-20.919-68.210-21.172-68.210Q-21.445-68.210-21.632-68.374Q-21.818-68.538-21.818-68.804Q-21.818-68.951-21.767-69.054Q-21.555-69.618-21.430-70.004Q-21.305-70.390-21.305-70.677Q-21.305-70.882-21.394-71.012Q-21.483-71.142-21.678-71.142Q-22.433-71.142-22.915-70.083L-23.322-68.452Q-23.349-68.346-23.440-68.278Q-23.530-68.210-23.636-68.210Q-23.729-68.210-23.799-68.271Q-23.869-68.333-23.869-68.425M-18.393-68.210Q-18.697-68.210-18.931-68.367Q-19.166-68.524-19.287-68.787Q-19.408-69.050-19.408-69.355Q-19.408-69.806-19.166-70.279Q-18.923-70.753-18.516-71.059Q-18.109-71.364-17.645-71.364Q-17.436-71.364-17.257-71.267Q-17.077-71.170-16.964-70.995L-16.595-72.499Q-16.558-72.595-16.558-72.687Q-16.558-72.779-16.992-72.779Q-17.077-72.807-17.077-72.892L-17.050-73.002Q-17.022-73.049-16.971-73.060L-16.021-73.135Q-15.983-73.135-15.949-73.108Q-15.915-73.080-15.915-73.032L-16.923-69.006Q-16.951-68.835-16.951-68.746Q-16.951-68.432-16.742-68.432Q-16.554-68.432-16.453-68.681Q-16.353-68.931-16.257-69.307Q-16.233-69.368-16.182-69.368L-16.014-69.368Q-15.980-69.368-15.958-69.343Q-15.936-69.317-15.936-69.286Q-15.936-69.273-15.942-69.259Q-16.202-68.210-16.756-68.210Q-16.988-68.210-17.185-68.333Q-17.381-68.456-17.446-68.671Q-17.908-68.210-18.393-68.210M-18.379-68.432Q-18.106-68.432-17.856-68.644Q-17.607-68.856-17.426-69.146L-17.098-70.469Q-17.128-70.732-17.270-70.937Q-17.412-71.142-17.658-71.142Q-18.021-71.142-18.292-70.777Q-18.564-70.411-18.706-69.913Q-18.848-69.416-18.848-69.068Q-18.848-68.815-18.731-68.623Q-18.615-68.432-18.379-68.432\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M152.952-38.48v17.186\"\u002F>\u003Cg transform=\"translate(230.774 28)\">\u003Cpath d=\"M-27.034-68.278L-28.767-68.278L-28.767-68.558Q-28.045-68.558-28.045-68.958L-28.045-72.745Q-28.278-72.779-28.767-72.779L-28.767-73.060L-27.410-73.060Q-27.369-73.046-27.348-73.032L-24.645-69.385L-24.645-72.380Q-24.645-72.779-25.366-72.779L-25.366-73.060L-23.629-73.060L-23.629-72.779Q-24.351-72.779-24.351-72.380L-24.351-68.370Q-24.368-68.295-24.436-68.278L-24.556-68.278Q-24.604-68.288-24.617-68.312L-27.751-72.533L-27.751-68.958Q-27.751-68.558-27.034-68.558L-27.034-68.278M-22.973-69.761Q-22.973-70.103-22.838-70.402Q-22.703-70.701-22.464-70.925Q-22.225-71.149-21.907-71.274Q-21.589-71.399-21.257-71.399Q-20.813-71.399-20.413-71.183Q-20.013-70.968-19.779-70.590Q-19.545-70.213-19.545-69.761Q-19.545-69.420-19.687-69.136Q-19.829-68.852-20.073-68.645Q-20.317-68.439-20.627-68.324Q-20.936-68.210-21.257-68.210Q-21.688-68.210-22.090-68.411Q-22.491-68.613-22.732-68.965Q-22.973-69.317-22.973-69.761M-21.257-68.459Q-20.656-68.459-20.432-68.837Q-20.208-69.215-20.208-69.847Q-20.208-70.459-20.442-70.818Q-20.676-71.176-21.257-71.176Q-22.310-71.176-22.310-69.847Q-22.310-69.215-22.084-68.837Q-21.859-68.459-21.257-68.459M-17.269-68.278L-18.902-68.278L-18.902-68.558Q-18.673-68.558-18.525-68.592Q-18.376-68.627-18.376-68.767L-18.376-70.616Q-18.376-70.886-18.484-70.947Q-18.591-71.009-18.902-71.009L-18.902-71.289L-17.843-71.364L-17.843-70.715Q-17.672-71.023-17.368-71.194Q-17.063-71.364-16.718-71.364Q-16.318-71.364-16.042-71.224Q-15.765-71.084-15.679-70.736Q-15.512-71.029-15.213-71.197Q-14.914-71.364-14.568-71.364Q-14.063-71.364-13.779-71.141Q-13.495-70.917-13.495-70.421L-13.495-68.767Q-13.495-68.630-13.346-68.594Q-13.198-68.558-12.972-68.558L-12.972-68.278L-14.603-68.278L-14.603-68.558Q-14.377-68.558-14.227-68.594Q-14.076-68.630-14.076-68.767L-14.076-70.407Q-14.076-70.742-14.196-70.942Q-14.315-71.142-14.630-71.142Q-14.900-71.142-15.134-71.006Q-15.368-70.869-15.507-70.635Q-15.645-70.401-15.645-70.127L-15.645-68.767Q-15.645-68.630-15.496-68.594Q-15.348-68.558-15.122-68.558L-15.122-68.278L-16.752-68.278L-16.752-68.558Q-16.523-68.558-16.375-68.592Q-16.226-68.627-16.226-68.767L-16.226-70.407Q-16.226-70.742-16.346-70.942Q-16.465-71.142-16.780-71.142Q-17.050-71.142-17.284-71.006Q-17.518-70.869-17.656-70.635Q-17.795-70.401-17.795-70.127L-17.795-68.767Q-17.795-68.630-17.645-68.594Q-17.494-68.558-17.269-68.558\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m162.267-64.087 38.277 17.224\"\u002F>\u003Cg transform=\"translate(226.296 52.722)\">\u003Cpath d=\"M-27.878-69.126Q-27.878-69.273-27.839-69.461Q-27.799-69.649-27.762-69.763Q-27.724-69.878-27.635-70.112Q-27.546-70.346-27.458-70.568Q-27.382-70.770-27.382-70.924Q-27.382-71.142-27.536-71.142Q-27.799-71.142-27.965-70.877Q-28.131-70.612-28.230-70.267Q-28.240-70.202-28.298-70.202L-28.466-70.202Q-28.497-70.202-28.521-70.233Q-28.544-70.264-28.544-70.288L-28.544-70.315Q-28.476-70.575-28.336-70.812Q-28.196-71.050-27.986-71.207Q-27.775-71.364-27.522-71.364Q-27.259-71.364-27.068-71.200Q-26.876-71.036-26.876-70.770Q-26.876-70.636-26.928-70.517Q-27.010-70.312-27.121-70.023Q-27.232-69.734-27.293-69.497Q-27.355-69.259-27.355-69.047Q-27.355-68.763-27.198-68.598Q-27.041-68.432-26.760-68.432Q-26.535-68.432-26.393-68.606Q-26.251-68.780-26.135-69.054L-26.135-69.105Q-26.135-69.307-26.080-69.515L-25.694-71.050Q-25.667-71.159-25.579-71.228Q-25.492-71.296-25.386-71.296Q-25.294-71.296-25.226-71.236Q-25.157-71.176-25.157-71.077Q-25.157-71.053-25.159-71.038Q-25.161-71.023-25.164-71.002L-25.547-69.467Q-25.612-69.215-25.612-69.020Q-25.612-68.750-25.477-68.591Q-25.342-68.432-25.079-68.432Q-24.809-68.432-24.629-68.633Q-24.450-68.835-24.316-69.153Q-24.228-69.375-24.125-69.743Q-24.022-70.110-24.022-70.288Q-24.022-70.476-24.077-70.580Q-24.132-70.684-24.224-70.806Q-24.316-70.927-24.316-71.002Q-24.316-71.142-24.198-71.257Q-24.081-71.371-23.937-71.371Q-23.756-71.371-23.676-71.204Q-23.595-71.036-23.595-70.824Q-23.595-70.623-23.653-70.334Q-23.711-70.045-23.795-69.770Q-23.879-69.495-23.975-69.259Q-24.388-68.210-25.092-68.210Q-25.390-68.210-25.646-68.312Q-25.902-68.415-26.032-68.651Q-26.166-68.456-26.357-68.333Q-26.548-68.210-26.774-68.210Q-27.263-68.210-27.570-68.432Q-27.878-68.654-27.878-69.126M-22.799-69.413Q-22.799-69.775-22.638-70.127Q-22.478-70.479-22.192-70.765Q-21.907-71.050-21.556-71.207Q-21.206-71.364-20.837-71.364Q-20.492-71.364-20.217-71.211Q-19.941-71.057-19.784-70.780Q-19.627-70.503-19.627-70.161Q-19.627-69.669-19.911-69.216Q-20.194-68.763-20.652-68.486Q-21.110-68.210-21.589-68.210Q-22.108-68.210-22.454-68.551Q-22.799-68.893-22.799-69.413M-21.572-68.432Q-21.254-68.432-20.996-68.623Q-20.738-68.815-20.563-69.121Q-20.389-69.426-20.299-69.768Q-20.208-70.110-20.208-70.407Q-20.208-70.722-20.377-70.932Q-20.546-71.142-20.854-71.142Q-21.179-71.142-21.437-70.949Q-21.695-70.756-21.871-70.448Q-22.047-70.141-22.136-69.796Q-22.225-69.450-22.225-69.167Q-22.225-68.856-22.050-68.644Q-21.876-68.432-21.572-68.432M-18.417-68.425Q-18.417-68.466-18.410-68.486L-17.891-70.568Q-17.856-70.705-17.856-70.824Q-17.856-70.954-17.903-71.048Q-17.949-71.142-18.065-71.142Q-18.171-71.142-18.251-71.050Q-18.332-70.958-18.391-70.812Q-18.451-70.667-18.492-70.512Q-18.533-70.356-18.557-70.267Q-18.567-70.202-18.625-70.202L-18.793-70.202Q-18.824-70.202-18.848-70.233Q-18.872-70.264-18.872-70.288L-18.872-70.315Q-18.752-70.763-18.571-71.064Q-18.390-71.364-18.051-71.364Q-17.877-71.364-17.716-71.293Q-17.556-71.221-17.457-71.088Q-17.357-70.954-17.337-70.777Q-16.845-71.364-16.206-71.364Q-15.850-71.364-15.613-71.207Q-15.375-71.050-15.331-70.715Q-15.187-70.906-14.999-71.055Q-14.811-71.204-14.596-71.284Q-14.380-71.364-14.145-71.364Q-13.895-71.364-13.695-71.279Q-13.495-71.194-13.382-71.021Q-13.270-70.848-13.270-70.589Q-13.270-70.428-13.316-70.223Q-13.362-70.018-13.423-69.830Q-13.485-69.642-13.581-69.392Q-13.676-69.143-13.728-69.006Q-13.803-68.801-13.803-68.651Q-13.803-68.432-13.649-68.432Q-13.464-68.432-13.326-68.574Q-13.188-68.716-13.100-68.914Q-13.013-69.112-12.962-69.307Q-12.938-69.368-12.887-69.368L-12.719-69.368Q-12.685-69.368-12.663-69.343Q-12.641-69.317-12.641-69.286Q-12.641-69.273-12.647-69.259Q-12.709-69.009-12.849-68.768Q-12.989-68.528-13.199-68.369Q-13.410-68.210-13.663-68.210Q-13.936-68.210-14.122-68.374Q-14.309-68.538-14.309-68.804Q-14.309-68.941-14.257-69.054Q-14.045-69.618-13.921-70.004Q-13.796-70.390-13.796-70.677Q-13.796-70.882-13.885-71.012Q-13.974-71.142-14.168-71.142Q-14.917-71.142-15.406-70.083L-15.813-68.452Q-15.840-68.346-15.930-68.278Q-16.021-68.210-16.127-68.210Q-16.219-68.210-16.289-68.271Q-16.359-68.333-16.359-68.425Q-16.359-68.466-16.353-68.486L-15.905-70.267Q-15.847-70.520-15.847-70.677Q-15.847-70.882-15.937-71.012Q-16.028-71.142-16.219-71.142Q-16.985-71.142-17.463-70.076L-17.870-68.452Q-17.897-68.346-17.988-68.278Q-18.079-68.210-18.185-68.210Q-18.277-68.210-18.347-68.271Q-18.417-68.333-18.417-68.425M-11.291-69.221Q-11.291-68.903-11.130-68.668Q-10.969-68.432-10.665-68.432Q-10.398-68.432-10.130-68.512Q-9.862-68.592-9.636-68.741Q-9.411-68.890-9.247-69.098Q-9.219-69.126-9.182-69.126Q-9.127-69.126-9.064-69.059Q-9-68.992-9-68.945Q-9-68.907-9.021-68.886Q-9.216-68.647-9.486-68.495Q-9.756-68.343-10.060-68.276Q-10.364-68.210-10.682-68.210Q-11.038-68.210-11.306-68.384Q-11.574-68.558-11.716-68.854Q-11.858-69.150-11.858-69.502Q-11.858-70.014-11.590-70.442Q-11.321-70.869-10.880-71.117Q-10.439-71.364-9.930-71.364Q-9.609-71.364-9.347-71.211Q-9.086-71.057-9.086-70.749Q-9.086-70.346-9.440-70.149Q-9.793-69.953-10.229-69.907Q-10.665-69.861-11.178-69.861L-11.198-69.861Q-11.291-69.450-11.291-69.221M-11.144-70.083Q-10.744-70.083-10.393-70.117Q-10.043-70.151-9.746-70.296Q-9.448-70.442-9.448-70.742Q-9.448-70.927-9.602-71.035Q-9.756-71.142-9.947-71.142Q-10.248-71.142-10.491-70.997Q-10.733-70.852-10.896-70.614Q-11.058-70.377-11.144-70.083M-7.924-68.425Q-7.924-68.466-7.917-68.486L-7.397-70.568Q-7.363-70.705-7.363-70.824Q-7.363-70.954-7.409-71.048Q-7.456-71.142-7.572-71.142Q-7.678-71.142-7.758-71.050Q-7.838-70.958-7.898-70.812Q-7.958-70.667-7.999-70.512Q-8.040-70.356-8.064-70.267Q-8.074-70.202-8.132-70.202L-8.300-70.202Q-8.331-70.202-8.354-70.233Q-8.378-70.264-8.378-70.288L-8.378-70.315Q-8.259-70.763-8.078-71.064Q-7.896-71.364-7.558-71.364Q-7.384-71.364-7.223-71.293Q-7.063-71.221-6.963-71.089Q-6.864-70.958-6.844-70.783Q-6.625-71.050-6.333-71.207Q-6.041-71.364-5.712-71.364Q-5.463-71.364-5.263-71.279Q-5.063-71.194-4.950-71.021Q-4.837-70.848-4.837-70.589Q-4.837-70.428-4.884-70.223Q-4.930-70.018-4.998-69.808Q-5.066-69.597-5.169-69.329Q-5.271-69.061-5.292-69.006Q-5.367-68.801-5.367-68.651Q-5.367-68.432-5.213-68.432Q-5.029-68.432-4.890-68.574Q-4.752-68.716-4.665-68.914Q-4.578-69.112-4.526-69.307Q-4.502-69.368-4.451-69.368L-4.284-69.368Q-4.250-69.368-4.227-69.339Q-4.205-69.310-4.205-69.286Q-4.205-69.273-4.212-69.259Q-4.273-69.009-4.415-68.767Q-4.557-68.524-4.766-68.367Q-4.974-68.210-5.227-68.210Q-5.500-68.210-5.687-68.374Q-5.873-68.538-5.873-68.804Q-5.873-68.951-5.822-69.054Q-5.610-69.618-5.485-70.004Q-5.360-70.390-5.360-70.677Q-5.360-70.882-5.449-71.012Q-5.538-71.142-5.733-71.142Q-6.488-71.142-6.970-70.083L-7.377-68.452Q-7.404-68.346-7.495-68.278Q-7.585-68.210-7.691-68.210Q-7.784-68.210-7.854-68.271Q-7.924-68.333-7.924-68.425\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M209.858-38.48v18.11\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(143.906 115.561)\">\u003Cpath d=\"M-26.702-66.528Q-27.252-66.928-27.623-67.483Q-27.994-68.039-28.175-68.685Q-28.356-69.331-28.356-70.028Q-28.356-70.541-28.256-71.036Q-28.155-71.532-27.950-71.983Q-27.745-72.434-27.432-72.826Q-27.119-73.217-26.702-73.521Q-26.692-73.525-26.685-73.526Q-26.678-73.528-26.668-73.528L-26.600-73.528Q-26.565-73.528-26.543-73.504Q-26.521-73.480-26.521-73.443Q-26.521-73.398-26.548-73.381Q-26.897-73.080-27.150-72.696Q-27.403-72.311-27.555-71.870Q-27.707-71.429-27.779-70.973Q-27.851-70.517-27.851-70.028Q-27.851-69.027-27.541-68.140Q-27.232-67.253-26.548-66.668Q-26.521-66.651-26.521-66.607Q-26.521-66.569-26.543-66.545Q-26.565-66.521-26.600-66.521L-26.668-66.521Q-26.675-66.525-26.683-66.526Q-26.692-66.528-26.702-66.528M-25.752-69.761Q-25.752-70.103-25.617-70.402Q-25.482-70.701-25.243-70.925Q-25.003-71.149-24.686-71.274Q-24.368-71.399-24.036-71.399Q-23.592-71.399-23.192-71.183Q-22.792-70.968-22.558-70.590Q-22.324-70.213-22.324-69.761Q-22.324-69.420-22.466-69.136Q-22.607-68.852-22.852-68.645Q-23.096-68.439-23.406-68.324Q-23.715-68.210-24.036-68.210Q-24.467-68.210-24.868-68.411Q-25.270-68.613-25.511-68.965Q-25.752-69.317-25.752-69.761M-24.036-68.459Q-23.435-68.459-23.211-68.837Q-22.987-69.215-22.987-69.847Q-22.987-70.459-23.221-70.818Q-23.455-71.176-24.036-71.176Q-25.089-71.176-25.089-69.847Q-25.089-69.215-24.863-68.837Q-24.638-68.459-24.036-68.459M-20.061-68.278L-21.664-68.278L-21.664-68.558Q-21.438-68.558-21.290-68.592Q-21.141-68.627-21.141-68.767L-21.141-72.386Q-21.141-72.656-21.249-72.718Q-21.356-72.779-21.664-72.779L-21.664-73.060L-20.587-73.135L-20.587-68.767Q-20.587-68.630-20.437-68.594Q-20.287-68.558-20.061-68.558L-20.061-68.278M-19.466-69.789Q-19.466-70.127-19.326-70.418Q-19.186-70.708-18.942-70.922Q-18.697-71.135-18.393-71.250Q-18.089-71.364-17.764-71.364Q-17.494-71.364-17.231-71.265Q-16.968-71.166-16.776-70.988L-16.776-72.386Q-16.776-72.656-16.884-72.718Q-16.992-72.779-17.303-72.779L-17.303-73.060L-16.226-73.135L-16.226-68.951Q-16.226-68.763-16.171-68.680Q-16.117-68.596-16.016-68.577Q-15.915-68.558-15.700-68.558L-15.700-68.278L-16.807-68.210L-16.807-68.627Q-17.224-68.210-17.850-68.210Q-18.280-68.210-18.653-68.422Q-19.025-68.633-19.246-68.994Q-19.466-69.355-19.466-69.789M-17.792-68.432Q-17.583-68.432-17.397-68.504Q-17.210-68.575-17.057-68.712Q-16.903-68.849-16.807-69.027L-16.807-70.636Q-16.893-70.783-17.038-70.903Q-17.183-71.023-17.352-71.082Q-17.521-71.142-17.703-71.142Q-18.263-71.142-18.531-70.753Q-18.800-70.363-18.800-69.782Q-18.800-69.211-18.566-68.821Q-18.332-68.432-17.792-68.432\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(143.906 115.561)\">\u003Cpath d=\"M-10.663-68.278L-12.297-68.278L-12.297-68.558Q-12.068-68.558-11.919-68.592Q-11.770-68.627-11.770-68.767L-11.770-70.616Q-11.770-70.886-11.878-70.947Q-11.986-71.009-12.297-71.009L-12.297-71.289L-11.237-71.364L-11.237-70.715Q-11.066-71.023-10.762-71.194Q-10.458-71.364-10.113-71.364Q-9.713-71.364-9.436-71.224Q-9.159-71.084-9.074-70.736Q-8.906-71.029-8.607-71.197Q-8.308-71.364-7.963-71.364Q-7.457-71.364-7.173-71.141Q-6.889-70.917-6.889-70.421L-6.889-68.767Q-6.889-68.630-6.741-68.594Q-6.592-68.558-6.367-68.558L-6.367-68.278L-7.997-68.278L-7.997-68.558Q-7.771-68.558-7.621-68.594Q-7.471-68.630-7.471-68.767L-7.471-70.407Q-7.471-70.742-7.590-70.942Q-7.710-71.142-8.024-71.142Q-8.294-71.142-8.528-71.006Q-8.763-70.869-8.901-70.635Q-9.039-70.401-9.039-70.127L-9.039-68.767Q-9.039-68.630-8.891-68.594Q-8.742-68.558-8.516-68.558L-8.516-68.278L-10.147-68.278L-10.147-68.558Q-9.918-68.558-9.769-68.592Q-9.620-68.627-9.620-68.767L-9.620-70.407Q-9.620-70.742-9.740-70.942Q-9.860-71.142-10.174-71.142Q-10.444-71.142-10.678-71.006Q-10.912-70.869-11.051-70.635Q-11.189-70.401-11.189-70.127L-11.189-68.767Q-11.189-68.630-11.039-68.594Q-10.888-68.558-10.663-68.558L-10.663-68.278M-5.820-69.813Q-5.820-70.134-5.695-70.423Q-5.570-70.712-5.345-70.935Q-5.119-71.159-4.823-71.279Q-4.528-71.399-4.210-71.399Q-3.882-71.399-3.620-71.299Q-3.359-71.200-3.183-71.018Q-3.007-70.835-2.913-70.577Q-2.819-70.319-2.819-69.987Q-2.819-69.895-2.901-69.874L-5.157-69.874L-5.157-69.813Q-5.157-69.225-4.873-68.842Q-4.589-68.459-4.022-68.459Q-3.701-68.459-3.432-68.652Q-3.164-68.845-3.075-69.160Q-3.068-69.201-2.993-69.215L-2.901-69.215Q-2.819-69.191-2.819-69.119Q-2.819-69.112-2.826-69.085Q-2.938-68.688-3.309-68.449Q-3.680-68.210-4.104-68.210Q-4.541-68.210-4.941-68.418Q-5.341-68.627-5.580-68.994Q-5.820-69.361-5.820-69.813M-5.150-70.083L-3.335-70.083Q-3.335-70.360-3.432-70.612Q-3.530-70.865-3.728-71.021Q-3.926-71.176-4.210-71.176Q-4.487-71.176-4.700-71.018Q-4.914-70.859-5.032-70.604Q-5.150-70.349-5.150-70.083M-0.549-68.278L-2.183-68.278L-2.183-68.558Q-1.954-68.558-1.805-68.592Q-1.657-68.627-1.657-68.767L-1.657-70.616Q-1.657-70.886-1.764-70.947Q-1.872-71.009-2.183-71.009L-2.183-71.289L-1.123-71.364L-1.123-70.715Q-0.952-71.023-0.648-71.194Q-0.344-71.364 0.001-71.364Q0.507-71.364 0.791-71.141Q1.074-70.917 1.074-70.421L1.074-68.767Q1.074-68.630 1.223-68.594Q1.372-68.558 1.597-68.558L1.597-68.278L-0.033-68.278L-0.033-68.558Q0.196-68.558 0.345-68.592Q0.493-68.627 0.493-68.767L0.493-70.407Q0.493-70.742 0.374-70.942Q0.254-71.142-0.060-71.142Q-0.330-71.142-0.565-71.006Q-0.799-70.869-0.937-70.635Q-1.076-70.401-1.076-70.127L-1.076-68.767Q-1.076-68.630-0.925-68.594Q-0.775-68.558-0.549-68.558L-0.549-68.278M2.507-66.521L2.438-66.521Q2.404-66.521 2.382-66.547Q2.360-66.572 2.360-66.607Q2.360-66.651 2.390-66.668Q2.746-66.972 2.995-67.362Q3.245-67.752 3.397-68.184Q3.549-68.616 3.619-69.085Q3.689-69.553 3.689-70.028Q3.689-70.507 3.619-70.973Q3.549-71.440 3.395-71.875Q3.241-72.311 2.990-72.699Q2.739-73.087 2.390-73.381Q2.360-73.398 2.360-73.443Q2.360-73.477 2.382-73.502Q2.404-73.528 2.438-73.528L2.507-73.528Q2.517-73.528 2.525-73.526Q2.534-73.525 2.544-73.521Q3.088-73.121 3.460-72.568Q3.833-72.014 4.014-71.368Q4.195-70.722 4.195-70.028Q4.195-69.327 4.014-68.680Q3.833-68.032 3.458-67.478Q3.084-66.924 2.544-66.528Q2.534-66.528 2.525-66.526Q2.517-66.525 2.507-66.521\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(143.906 115.561)\">\u003Cpath d=\"M8.075-69.006Q8.075-69.338 8.298-69.565Q8.522-69.792 8.866-69.920Q9.209-70.049 9.582-70.101Q9.954-70.154 10.259-70.154L10.259-70.407Q10.259-70.612 10.151-70.792Q10.043-70.971 9.862-71.074Q9.681-71.176 9.473-71.176Q9.066-71.176 8.830-71.084Q8.919-71.047 8.965-70.963Q9.011-70.879 9.011-70.777Q9.011-70.681 8.965-70.602Q8.919-70.524 8.838-70.479Q8.758-70.435 8.669-70.435Q8.519-70.435 8.418-70.532Q8.317-70.630 8.317-70.777Q8.317-71.399 9.473-71.399Q9.684-71.399 9.934-71.335Q10.183-71.272 10.385-71.153Q10.587-71.033 10.713-70.848Q10.840-70.664 10.840-70.421L10.840-68.845Q10.840-68.729 10.901-68.633Q10.963-68.538 11.076-68.538Q11.185-68.538 11.250-68.632Q11.315-68.726 11.315-68.845L11.315-69.293L11.581-69.293L11.581-68.845Q11.581-68.575 11.354-68.410Q11.127-68.244 10.847-68.244Q10.638-68.244 10.501-68.398Q10.365-68.551 10.341-68.767Q10.194-68.500 9.912-68.355Q9.630-68.210 9.305-68.210Q9.028-68.210 8.744-68.285Q8.461-68.360 8.268-68.539Q8.075-68.719 8.075-69.006M8.690-69.006Q8.690-68.832 8.791-68.702Q8.891-68.572 9.047-68.502Q9.202-68.432 9.367-68.432Q9.585-68.432 9.794-68.529Q10.002-68.627 10.130-68.808Q10.259-68.989 10.259-69.215L10.259-69.943Q9.934-69.943 9.568-69.852Q9.202-69.761 8.946-69.549Q8.690-69.338 8.690-69.006M13.680-68.278L12.046-68.278L12.046-68.558Q12.275-68.558 12.424-68.592Q12.573-68.627 12.573-68.767L12.573-70.616Q12.573-70.886 12.465-70.947Q12.357-71.009 12.046-71.009L12.046-71.289L13.106-71.364L13.106-70.715Q13.277-71.023 13.581-71.194Q13.885-71.364 14.230-71.364Q14.736-71.364 15.020-71.141Q15.304-70.917 15.304-70.421L15.304-68.767Q15.304-68.630 15.452-68.594Q15.601-68.558 15.827-68.558L15.827-68.278L14.196-68.278L14.196-68.558Q14.425-68.558 14.574-68.592Q14.723-68.627 14.723-68.767L14.723-70.407Q14.723-70.742 14.603-70.942Q14.483-71.142 14.169-71.142Q13.899-71.142 13.665-71.006Q13.431-70.869 13.292-70.635Q13.154-70.401 13.154-70.127L13.154-68.767Q13.154-68.630 13.304-68.594Q13.454-68.558 13.680-68.558L13.680-68.278M16.414-69.789Q16.414-70.127 16.555-70.418Q16.695-70.708 16.939-70.922Q17.183-71.135 17.488-71.250Q17.792-71.364 18.117-71.364Q18.387-71.364 18.650-71.265Q18.913-71.166 19.104-70.988L19.104-72.386Q19.104-72.656 18.997-72.718Q18.889-72.779 18.578-72.779L18.578-73.060L19.655-73.135L19.655-68.951Q19.655-68.763 19.709-68.680Q19.764-68.596 19.865-68.577Q19.966-68.558 20.181-68.558L20.181-68.278L19.074-68.210L19.074-68.627Q18.657-68.210 18.031-68.210Q17.600-68.210 17.228-68.422Q16.855-68.633 16.635-68.994Q16.414-69.355 16.414-69.789M18.089-68.432Q18.298-68.432 18.484-68.504Q18.670-68.575 18.824-68.712Q18.978-68.849 19.074-69.027L19.074-70.636Q18.988-70.783 18.843-70.903Q18.698-71.023 18.528-71.082Q18.359-71.142 18.178-71.142Q17.618-71.142 17.349-70.753Q17.081-70.363 17.081-69.782Q17.081-69.211 17.315-68.821Q17.549-68.432 18.089-68.432\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(143.906 115.561)\">\u003Cpath d=\"M24.918-68.305L23.937-70.804Q23.876-70.947 23.758-70.982Q23.640-71.016 23.424-71.016L23.424-71.296L24.904-71.296L24.904-71.016Q24.525-71.016 24.525-70.855Q24.525-70.845 24.539-70.804L25.253-68.972L25.926-70.677Q25.896-70.749 25.896-70.777Q25.896-70.804 25.868-70.804Q25.807-70.951 25.689-70.983Q25.571-71.016 25.359-71.016L25.359-71.296L26.757-71.296L26.757-71.016Q26.381-71.016 26.381-70.855Q26.381-70.824 26.388-70.804L27.143-68.866L27.830-70.616Q27.851-70.667 27.851-70.722Q27.851-70.862 27.738-70.939Q27.625-71.016 27.485-71.016L27.485-71.296L28.705-71.296L28.705-71.016Q28.500-71.016 28.345-70.910Q28.189-70.804 28.117-70.616L27.212-68.305Q27.177-68.210 27.065-68.210L26.996-68.210Q26.887-68.210 26.849-68.305L26.067-70.308L25.280-68.305Q25.246-68.210 25.133-68.210L25.065-68.210Q24.956-68.210 24.918-68.305\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(143.906 115.561)\">\u003Cpath d=\"M28.982-69.761Q28.982-70.103 29.117-70.402Q29.252-70.701 29.492-70.925Q29.731-71.149 30.049-71.274Q30.367-71.399 30.698-71.399Q31.143-71.399 31.542-71.183Q31.942-70.968 32.177-70.590Q32.411-70.213 32.411-69.761Q32.411-69.420 32.269-69.136Q32.127-68.852 31.883-68.645Q31.638-68.439 31.329-68.324Q31.020-68.210 30.698-68.210Q30.268-68.210 29.866-68.411Q29.464-68.613 29.223-68.965Q28.982-69.317 28.982-69.761M30.698-68.459Q31.300-68.459 31.524-68.837Q31.748-69.215 31.748-69.847Q31.748-70.459 31.513-70.818Q31.279-71.176 30.698-71.176Q29.646-71.176 29.646-69.847Q29.646-69.215 29.871-68.837Q30.097-68.459 30.698-68.459M34.687-68.278L33.053-68.278L33.053-68.558Q33.282-68.558 33.431-68.592Q33.580-68.627 33.580-68.767L33.580-70.616Q33.580-70.886 33.472-70.947Q33.364-71.009 33.053-71.009L33.053-71.289L34.113-71.364L34.113-70.715Q34.284-71.023 34.588-71.194Q34.892-71.364 35.237-71.364Q35.637-71.364 35.914-71.224Q36.191-71.084 36.276-70.736Q36.444-71.029 36.743-71.197Q37.042-71.364 37.387-71.364Q37.893-71.364 38.177-71.141Q38.460-70.917 38.460-70.421L38.460-68.767Q38.460-68.630 38.609-68.594Q38.758-68.558 38.983-68.558L38.983-68.278L37.353-68.278L37.353-68.558Q37.579-68.558 37.729-68.594Q37.879-68.630 37.879-68.767L37.879-70.407Q37.879-70.742 37.760-70.942Q37.640-71.142 37.326-71.142Q37.056-71.142 36.822-71.006Q36.587-70.869 36.449-70.635Q36.311-70.401 36.311-70.127L36.311-68.767Q36.311-68.630 36.459-68.594Q36.608-68.558 36.834-68.558L36.834-68.278L35.203-68.278L35.203-68.558Q35.432-68.558 35.581-68.592Q35.730-68.627 35.730-68.767L35.730-70.407Q35.730-70.742 35.610-70.942Q35.490-71.142 35.176-71.142Q34.906-71.142 34.672-71.006Q34.438-70.869 34.299-70.635Q34.161-70.401 34.161-70.127L34.161-68.767Q34.161-68.630 34.311-68.594Q34.461-68.558 34.687-68.558L34.687-68.278M39.530-69.813Q39.530-70.134 39.655-70.423Q39.780-70.712 40.005-70.935Q40.231-71.159 40.527-71.279Q40.822-71.399 41.140-71.399Q41.468-71.399 41.730-71.299Q41.991-71.200 42.167-71.018Q42.343-70.835 42.437-70.577Q42.531-70.319 42.531-69.987Q42.531-69.895 42.449-69.874L40.193-69.874L40.193-69.813Q40.193-69.225 40.477-68.842Q40.761-68.459 41.328-68.459Q41.649-68.459 41.918-68.652Q42.186-68.845 42.275-69.160Q42.282-69.201 42.357-69.215L42.449-69.215Q42.531-69.191 42.531-69.119Q42.531-69.112 42.524-69.085Q42.412-68.688 42.041-68.449Q41.670-68.210 41.246-68.210Q40.809-68.210 40.409-68.418Q40.009-68.627 39.770-68.994Q39.530-69.361 39.530-69.813M40.200-70.083L42.015-70.083Q42.015-70.360 41.918-70.612Q41.820-70.865 41.622-71.021Q41.424-71.176 41.140-71.176Q40.863-71.176 40.650-71.018Q40.436-70.859 40.318-70.604Q40.200-70.349 40.200-70.083M44.801-68.278L43.167-68.278L43.167-68.558Q43.396-68.558 43.545-68.592Q43.693-68.627 43.693-68.767L43.693-70.616Q43.693-70.886 43.586-70.947Q43.478-71.009 43.167-71.009L43.167-71.289L44.227-71.364L44.227-70.715Q44.397-71.023 44.702-71.194Q45.006-71.364 45.351-71.364Q45.857-71.364 46.141-71.141Q46.424-70.917 46.424-70.421L46.424-68.767Q46.424-68.630 46.573-68.594Q46.722-68.558 46.947-68.558L46.947-68.278L45.317-68.278L45.317-68.558Q45.546-68.558 45.695-68.592Q45.843-68.627 45.843-68.767L45.843-70.407Q45.843-70.742 45.724-70.942Q45.604-71.142 45.290-71.142Q45.020-71.142 44.785-71.006Q44.551-70.869 44.413-70.635Q44.274-70.401 44.274-70.127L44.274-68.767Q44.274-68.630 44.425-68.594Q44.575-68.558 44.801-68.558\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Coordination ambiguity in &quot;old men and women.&quot; Left: the adjective scopes over the whole coordination, so both men and women are old. Right: the adjective scopes over &quot;men&quot; only.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:286.124px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 214.593 92.756\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-68.737-23.7h56.906v-25.608h-56.906Z\"\u002F>\u003Cg stroke=\"none\" font-size=\"9\">\u003Cg transform=\"translate(-24.408 3.075)\">\u003Cpath d=\"M-38.008-36.504L-39.976-36.504L-39.976-36.820Q-39.752-36.820-39.557-36.871Q-39.361-36.921-39.210-37.042Q-39.058-37.163-38.988-37.370L-37.028-42.841Q-36.975-42.946-36.865-42.946L-36.773-42.946Q-36.663-42.946-36.610-42.841L-34.558-37.115Q-34.479-36.926-34.246-36.873Q-34.013-36.820-33.661-36.820L-33.661-36.504L-36.162-36.504L-36.162-36.820Q-35.424-36.820-35.424-37.071Q-35.424-37.097-35.432-37.115L-35.938-38.530L-38.232-38.530L-38.645-37.370Q-38.671-37.313-38.671-37.260Q-38.671-37.036-38.465-36.928Q-38.258-36.820-38.008-36.820L-38.008-36.504M-37.089-41.733L-38.122-38.842L-36.052-38.842\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-24.408 3.075)\">\u003Cpath d=\"M-22.605-38.556L-29.562-38.556Q-29.641-38.556-29.696-38.616Q-29.751-38.675-29.751-38.754Q-29.751-38.824-29.696-38.884Q-29.641-38.943-29.562-38.943L-22.605-38.943Q-23.111-39.308-23.442-39.839Q-23.774-40.371-23.893-40.986Q-23.893-41.026-23.862-41.070Q-23.831-41.114-23.792-41.114L-23.616-41.114Q-23.537-41.114-23.515-41.030Q-23.418-40.538-23.159-40.099Q-22.900-39.659-22.511-39.341Q-22.122-39.022-21.634-38.864Q-21.533-38.820-21.533-38.754Q-21.533-38.671-21.634-38.635Q-22.122-38.477-22.511-38.159Q-22.900-37.840-23.159-37.400Q-23.418-36.961-23.515-36.469Q-23.537-36.385-23.616-36.385L-23.792-36.385Q-23.831-36.385-23.862-36.427Q-23.893-36.469-23.893-36.513Q-23.770-37.141-23.438-37.673Q-23.106-38.205-22.605-38.556\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-24.408 3.075)\">\u003Cpath d=\"M-13.954-36.504L-17.579-36.504L-17.579-36.820Q-16.661-36.820-16.661-37.115L-16.661-42.041Q-16.661-42.336-17.579-42.336L-17.579-42.652L-14.213-42.652Q-13.747-42.652-13.268-42.474Q-12.789-42.296-12.475-41.951Q-12.161-41.606-12.161-41.123Q-12.161-40.573-12.622-40.202Q-13.084-39.831-13.681-39.716Q-13.387-39.716-13.071-39.593Q-12.754-39.470-12.491-39.257Q-12.227-39.044-12.064-38.758Q-11.902-38.473-11.902-38.161Q-11.902-37.660-12.209-37.280Q-12.517-36.900-12.994-36.702Q-13.471-36.504-13.954-36.504M-15.870-39.571L-15.870-37.115Q-15.870-36.921-15.764-36.871Q-15.659-36.820-15.413-36.820L-14.213-36.820Q-13.853-36.820-13.530-37.001Q-13.207-37.181-13.018-37.486Q-12.829-37.792-12.829-38.161Q-12.829-38.504-12.987-38.833Q-13.145-39.163-13.438-39.367Q-13.730-39.571-14.090-39.571L-15.870-39.571M-15.870-42.041L-15.870-39.835L-14.468-39.835Q-13.919-39.835-13.490-40.206Q-13.062-40.578-13.062-41.123Q-13.062-41.448-13.213-41.723Q-13.365-41.997-13.629-42.166Q-13.892-42.336-14.213-42.336L-15.413-42.336Q-15.659-42.336-15.764-42.287Q-15.870-42.239-15.870-42.041\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-24.408 3.075)\">\u003Cpath d=\"M-6.218-37.466Q-5.898-37.075-5.423-36.849Q-4.948-36.623-4.434-36.623Q-3.872-36.623-3.415-36.906Q-2.958-37.190-2.694-37.673Q-2.430-38.156-2.430-38.701Q-2.430-38.732-2.400-38.756Q-2.369-38.780-2.338-38.780L-2.233-38.780Q-2.140-38.780-2.140-38.666Q-2.140-38.025-2.470-37.482Q-2.799-36.939-3.358-36.623Q-3.916-36.306-4.553-36.306Q-5.432-36.306-6.174-36.750Q-6.917-37.194-7.350-37.950Q-7.783-38.706-7.783-39.580Q-7.783-40.226-7.535-40.826Q-7.286-41.426-6.838-41.883Q-6.390-42.340-5.801-42.595Q-5.212-42.850-4.553-42.850Q-4.078-42.850-3.637-42.643Q-3.195-42.437-2.870-42.076L-2.347-42.815Q-2.329-42.850-2.285-42.850L-2.233-42.850Q-2.197-42.850-2.169-42.821Q-2.140-42.793-2.140-42.766L-2.140-40.336Q-2.140-40.314-2.173-40.285Q-2.206-40.257-2.233-40.257L-2.364-40.257Q-2.391-40.257-2.424-40.285Q-2.457-40.314-2.457-40.336Q-2.457-40.622-2.597-41.015Q-2.738-41.408-2.905-41.650Q-3.182-42.054-3.579-42.294Q-3.977-42.533-4.443-42.533Q-4.781-42.533-5.111-42.432Q-5.441-42.331-5.724-42.138Q-6.007-41.944-6.218-41.690Q-6.829-40.938-6.829-39.580Q-6.829-38.961-6.693-38.422Q-6.557-37.884-6.218-37.466\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-24.408 3.075)\">\u003Cpath d=\"M5.185-36.504L1.810-36.504L1.810-36.820Q2.728-36.820 2.728-37.115L2.728-42.041Q2.728-42.336 1.810-42.336L1.810-42.652L5.185-42.652Q5.800-42.652 6.325-42.393Q6.850-42.133 7.226-41.692Q7.602-41.250 7.806-40.685Q8.010-40.121 8.010-39.519Q8.010-38.741 7.641-38.042Q7.272-37.343 6.624-36.924Q5.976-36.504 5.185-36.504M3.546-42.041L3.546-37.115Q3.546-36.921 3.651-36.871Q3.757-36.820 4.007-36.820L4.952-36.820Q5.426-36.820 5.859-37.016Q6.292-37.212 6.578-37.576Q6.872-37.941 6.978-38.422Q7.083-38.903 7.083-39.519Q7.083-39.919 7.044-40.277Q7.004-40.635 6.894-40.953Q6.784-41.272 6.578-41.545Q6.389-41.799 6.130-41.975Q5.870-42.151 5.571-42.243Q5.273-42.336 4.952-42.336L4.007-42.336Q3.757-42.336 3.651-42.287Q3.546-42.239 3.546-42.041\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M79.217-46.463h56.906V-72.07H79.217Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-size=\"9\">\u003Cg transform=\"translate(125.923 -19.687)\">\u003Cpath d=\"M-38.008-36.504L-39.976-36.504L-39.976-36.820Q-39.752-36.820-39.557-36.871Q-39.361-36.921-39.210-37.042Q-39.058-37.163-38.988-37.370L-37.028-42.841Q-36.975-42.946-36.865-42.946L-36.773-42.946Q-36.663-42.946-36.610-42.841L-34.558-37.115Q-34.479-36.926-34.246-36.873Q-34.013-36.820-33.661-36.820L-33.661-36.504L-36.162-36.504L-36.162-36.820Q-35.424-36.820-35.424-37.071Q-35.424-37.097-35.432-37.115L-35.938-38.530L-38.232-38.530L-38.645-37.370Q-38.671-37.313-38.671-37.260Q-38.671-37.036-38.465-36.928Q-38.258-36.820-38.008-36.820L-38.008-36.504M-37.089-41.733L-38.122-38.842L-36.052-38.842\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.923 -19.687)\">\u003Cpath d=\"M-22.605-38.556L-29.562-38.556Q-29.641-38.556-29.696-38.616Q-29.751-38.675-29.751-38.754Q-29.751-38.824-29.696-38.884Q-29.641-38.943-29.562-38.943L-22.605-38.943Q-23.111-39.308-23.442-39.839Q-23.774-40.371-23.893-40.986Q-23.893-41.026-23.862-41.070Q-23.831-41.114-23.792-41.114L-23.616-41.114Q-23.537-41.114-23.515-41.030Q-23.418-40.538-23.159-40.099Q-22.900-39.659-22.511-39.341Q-22.122-39.022-21.634-38.864Q-21.533-38.820-21.533-38.754Q-21.533-38.671-21.634-38.635Q-22.122-38.477-22.511-38.159Q-22.900-37.840-23.159-37.400Q-23.418-36.961-23.515-36.469Q-23.537-36.385-23.616-36.385L-23.792-36.385Q-23.831-36.385-23.862-36.427Q-23.893-36.469-23.893-36.513Q-23.770-37.141-23.438-37.673Q-23.106-38.205-22.605-38.556\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.923 -19.687)\">\u003Cpath d=\"M-15.518-36.504L-17.698-36.504L-17.698-36.820Q-17.430-36.820-17.188-36.871Q-16.947-36.921-16.740-37.042Q-16.534-37.163-16.393-37.370L-14.864-39.554L-16.573-42.050Q-16.731-42.243-16.964-42.289Q-17.197-42.336-17.571-42.336L-17.571-42.652L-15.061-42.652L-15.061-42.336Q-15.224-42.336-15.426-42.272Q-15.628-42.208-15.628-42.085Q-15.628-42.076-15.611-42.041L-14.385-40.248L-13.304-41.786Q-13.260-41.861-13.260-41.940Q-13.260-42.125-13.427-42.230Q-13.594-42.336-13.791-42.336L-13.791-42.652L-11.620-42.652L-11.620-42.336Q-12.543-42.336-12.926-41.786L-14.196-39.967L-12.227-37.106Q-12.064-36.913-11.834-36.867Q-11.603-36.820-11.225-36.820L-11.225-36.504L-13.747-36.504L-13.747-36.820Q-13.598-36.820-13.389-36.882Q-13.181-36.943-13.181-37.071Q-13.181-37.080-13.198-37.115L-14.675-39.277L-16.015-37.370Q-16.059-37.291-16.059-37.216Q-16.059-37.031-15.890-36.926Q-15.721-36.820-15.518-36.820L-15.518-36.504M-7.094-36.504L-10.126-36.504L-10.126-36.820Q-8.975-36.820-8.975-37.115L-8.975-41.839Q-9.463-41.606-10.183-41.606L-10.183-41.922Q-9.054-41.922-8.492-42.498L-8.347-42.498Q-8.311-42.498-8.278-42.465Q-8.245-42.432-8.245-42.397L-8.245-37.115Q-8.245-36.820-7.094-36.820\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.923 -19.687)\">\u003Cpath d=\"M0.431-36.504L-2.944-36.504L-2.944-36.820Q-2.026-36.820-2.026-37.115L-2.026-42.041Q-2.026-42.336-2.944-42.336L-2.944-42.652L0.431-42.652Q1.046-42.652 1.571-42.393Q2.096-42.133 2.472-41.692Q2.848-41.250 3.052-40.685Q3.256-40.121 3.256-39.519Q3.256-38.741 2.887-38.042Q2.518-37.343 1.870-36.924Q1.222-36.504 0.431-36.504M-1.208-42.041L-1.208-37.115Q-1.208-36.921-1.103-36.871Q-0.997-36.820-0.747-36.820L0.198-36.820Q0.672-36.820 1.105-37.016Q1.538-37.212 1.824-37.576Q2.118-37.941 2.224-38.422Q2.329-38.903 2.329-39.519Q2.329-39.919 2.290-40.277Q2.250-40.635 2.140-40.953Q2.030-41.272 1.824-41.545Q1.635-41.799 1.376-41.975Q1.116-42.151 0.817-42.243Q0.519-42.336 0.198-42.336L-0.747-42.336Q-0.997-42.336-1.103-42.287Q-1.208-42.239-1.208-42.041\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M79.217-.938h56.906v-25.607H79.217Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-size=\"9\">\u003Cg transform=\"translate(126.308 25.837)\">\u003Cpath d=\"M-37.871-36.504L-40.051-36.504L-40.051-36.820Q-39.783-36.820-39.541-36.871Q-39.300-36.921-39.093-37.042Q-38.887-37.163-38.746-37.370L-37.217-39.554L-38.926-42.050Q-39.084-42.243-39.317-42.289Q-39.550-42.336-39.924-42.336L-39.924-42.652L-37.414-42.652L-37.414-42.336Q-37.577-42.336-37.779-42.272Q-37.981-42.208-37.981-42.085Q-37.981-42.076-37.964-42.041L-36.738-40.248L-35.657-41.786Q-35.613-41.861-35.613-41.940Q-35.613-42.125-35.780-42.230Q-35.947-42.336-36.144-42.336L-36.144-42.652L-33.973-42.652L-33.973-42.336Q-34.896-42.336-35.279-41.786L-36.549-39.967L-34.580-37.106Q-34.417-36.913-34.187-36.867Q-33.956-36.820-33.578-36.820L-33.578-36.504L-36.100-36.504L-36.100-36.820Q-35.951-36.820-35.742-36.882Q-35.534-36.943-35.534-37.071Q-35.534-37.080-35.551-37.115L-37.028-39.277L-38.368-37.370Q-38.412-37.291-38.412-37.216Q-38.412-37.031-38.243-36.926Q-38.074-36.820-37.871-36.820L-37.871-36.504M-29.447-36.504L-32.479-36.504L-32.479-36.820Q-31.328-36.820-31.328-37.115L-31.328-41.839Q-31.816-41.606-32.536-41.606L-32.536-41.922Q-31.407-41.922-30.845-42.498L-30.700-42.498Q-30.664-42.498-30.631-42.465Q-30.598-42.432-30.598-42.397L-30.598-37.115Q-30.598-36.820-29.447-36.820\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.308 25.837)\">\u003Cpath d=\"M-17.980-38.556L-24.937-38.556Q-25.016-38.556-25.071-38.616Q-25.126-38.675-25.126-38.754Q-25.126-38.824-25.071-38.884Q-25.016-38.943-24.937-38.943L-17.980-38.943Q-18.486-39.308-18.817-39.839Q-19.149-40.371-19.268-40.986Q-19.268-41.026-19.237-41.070Q-19.206-41.114-19.167-41.114L-18.991-41.114Q-18.912-41.114-18.890-41.030Q-18.793-40.538-18.534-40.099Q-18.275-39.659-17.886-39.341Q-17.497-39.022-17.009-38.864Q-16.908-38.820-16.908-38.754Q-16.908-38.671-17.009-38.635Q-17.497-38.477-17.886-38.159Q-18.275-37.840-18.534-37.400Q-18.793-36.961-18.890-36.469Q-18.912-36.385-18.991-36.385L-19.167-36.385Q-19.206-36.385-19.237-36.427Q-19.268-36.469-19.268-36.513Q-19.145-37.141-18.813-37.673Q-18.481-38.205-17.980-38.556\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.308 25.837)\">\u003Cpath d=\"M-9.329-36.504L-12.954-36.504L-12.954-36.820Q-12.036-36.820-12.036-37.115L-12.036-42.041Q-12.036-42.336-12.954-42.336L-12.954-42.652L-9.588-42.652Q-9.122-42.652-8.643-42.474Q-8.164-42.296-7.850-41.951Q-7.536-41.606-7.536-41.123Q-7.536-40.573-7.997-40.202Q-8.459-39.831-9.056-39.716Q-8.762-39.716-8.446-39.593Q-8.129-39.470-7.866-39.257Q-7.602-39.044-7.439-38.758Q-7.277-38.473-7.277-38.161Q-7.277-37.660-7.584-37.280Q-7.892-36.900-8.369-36.702Q-8.846-36.504-9.329-36.504M-11.245-39.571L-11.245-37.115Q-11.245-36.921-11.139-36.871Q-11.034-36.820-10.788-36.820L-9.588-36.820Q-9.228-36.820-8.905-37.001Q-8.582-37.181-8.393-37.486Q-8.204-37.792-8.204-38.161Q-8.204-38.504-8.362-38.833Q-8.520-39.163-8.813-39.367Q-9.105-39.571-9.465-39.571L-11.245-39.571M-11.245-42.041L-11.245-39.835L-9.843-39.835Q-9.294-39.835-8.865-40.206Q-8.437-40.578-8.437-41.123Q-8.437-41.448-8.588-41.723Q-8.740-41.997-9.004-42.166Q-9.267-42.336-9.588-42.336L-10.788-42.336Q-11.034-42.336-11.139-42.287Q-11.245-42.239-11.245-42.041\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(126.308 25.837)\">\u003Cpath d=\"M-1.593-37.466Q-1.273-37.075-0.798-36.849Q-0.323-36.623 0.191-36.623Q0.753-36.623 1.210-36.906Q1.667-37.190 1.931-37.673Q2.195-38.156 2.195-38.701Q2.195-38.732 2.225-38.756Q2.256-38.780 2.287-38.780L2.392-38.780Q2.485-38.780 2.485-38.666Q2.485-38.025 2.155-37.482Q1.826-36.939 1.267-36.623Q0.709-36.306 0.072-36.306Q-0.807-36.306-1.549-36.750Q-2.292-37.194-2.725-37.950Q-3.158-38.706-3.158-39.580Q-3.158-40.226-2.910-40.826Q-2.661-41.426-2.213-41.883Q-1.765-42.340-1.176-42.595Q-0.587-42.850 0.072-42.850Q0.547-42.850 0.988-42.643Q1.430-42.437 1.755-42.076L2.278-42.815Q2.296-42.850 2.340-42.850L2.392-42.850Q2.428-42.850 2.456-42.821Q2.485-42.793 2.485-42.766L2.485-40.336Q2.485-40.314 2.452-40.285Q2.419-40.257 2.392-40.257L2.261-40.257Q2.234-40.257 2.201-40.285Q2.168-40.314 2.168-40.336Q2.168-40.622 2.028-41.015Q1.887-41.408 1.720-41.650Q1.443-42.054 1.046-42.294Q0.648-42.533 0.182-42.533Q-0.156-42.533-0.486-42.432Q-0.816-42.331-1.099-42.138Q-1.382-41.944-1.593-41.690Q-2.204-40.938-2.204-39.580Q-2.204-38.961-2.068-38.422Q-1.932-37.884-1.593-37.466\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.270\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-11.631-36.504h56.705v-22.762h31.344\"\u002F>\u003Cpath stroke=\"none\" d=\"m79.018-59.266-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-11.631-36.504h56.705v22.762h31.344\"\u002F>\u003Cpath stroke=\"none\" d=\"m79.018-13.742-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr8\" font-size=\"8\">\u003Cg transform=\"translate(63.67 46.102)\">\u003Cpath d=\"M-39.132-36.504L-39.413-36.504L-39.413-41.223Q-39.413-41.438-39.475-41.533Q-39.538-41.629-39.655-41.650Q-39.772-41.672-40.018-41.672L-40.018-41.969L-38.796-42.055L-38.796-39.566Q-38.319-40.031-37.620-40.031Q-37.139-40.031-36.731-39.787Q-36.323-39.543-36.087-39.129Q-35.850-38.715-35.850-38.231Q-35.850-37.856-35.999-37.527Q-36.147-37.199-36.417-36.947Q-36.686-36.695-37.030-36.561Q-37.374-36.426-37.733-36.426Q-38.054-36.426-38.352-36.574Q-38.651-36.723-38.858-36.984L-39.132-36.504M-38.772-39.176L-38.772-37.336Q-38.620-37.039-38.360-36.859Q-38.100-36.680-37.788-36.680Q-37.362-36.680-37.095-36.899Q-36.827-37.117-36.712-37.463Q-36.596-37.809-36.596-38.231Q-36.596-38.879-36.845-39.328Q-37.093-39.777-37.690-39.777Q-38.026-39.777-38.315-39.619Q-38.604-39.461-38.772-39.176M-33.468-36.504L-35.245-36.504L-35.245-36.801Q-34.971-36.801-34.804-36.848Q-34.636-36.895-34.636-37.063L-34.636-39.199Q-34.636-39.414-34.692-39.510Q-34.749-39.606-34.862-39.627Q-34.975-39.649-35.221-39.649L-35.221-39.945L-34.022-40.031L-34.022-37.063Q-34.022-36.895-33.876-36.848Q-33.729-36.801-33.468-36.801L-33.468-36.504M-34.909-41.426Q-34.909-41.617-34.774-41.748Q-34.639-41.879-34.444-41.879Q-34.323-41.879-34.220-41.816Q-34.116-41.754-34.054-41.650Q-33.991-41.547-33.991-41.426Q-33.991-41.231-34.122-41.096Q-34.253-40.961-34.444-40.961Q-34.643-40.961-34.776-41.094Q-34.909-41.227-34.909-41.426M-31.038-36.504L-32.893-36.504L-32.893-36.801Q-32.620-36.801-32.452-36.848Q-32.284-36.895-32.284-37.063L-32.284-39.199Q-32.284-39.414-32.346-39.510Q-32.409-39.606-32.528-39.627Q-32.647-39.649-32.893-39.649L-32.893-39.945L-31.702-40.031L-31.702-39.297Q-31.589-39.512-31.395-39.680Q-31.202-39.848-30.964-39.940Q-30.725-40.031-30.471-40.031Q-29.304-40.031-29.304-38.953L-29.304-37.063Q-29.304-36.895-29.134-36.848Q-28.964-36.801-28.694-36.801L-28.694-36.504L-30.550-36.504L-30.550-36.801Q-30.276-36.801-30.108-36.848Q-29.940-36.895-29.940-37.063L-29.940-38.938Q-29.940-39.320-30.061-39.549Q-30.182-39.777-30.534-39.777Q-30.846-39.777-31.100-39.615Q-31.354-39.453-31.501-39.184Q-31.647-38.914-31.647-38.617L-31.647-37.063Q-31.647-36.895-31.477-36.848Q-31.307-36.801-31.038-36.801L-31.038-36.504M-28.151-37.336Q-28.151-37.820-27.749-38.115Q-27.346-38.410-26.796-38.529Q-26.245-38.649-25.753-38.649L-25.753-38.938Q-25.753-39.164-25.868-39.371Q-25.983-39.578-26.180-39.697Q-26.378-39.816-26.608-39.816Q-27.034-39.816-27.319-39.711Q-27.249-39.684-27.202-39.629Q-27.155-39.574-27.130-39.504Q-27.104-39.434-27.104-39.359Q-27.104-39.254-27.155-39.162Q-27.206-39.070-27.298-39.020Q-27.389-38.969-27.495-38.969Q-27.600-38.969-27.692-39.020Q-27.784-39.070-27.835-39.162Q-27.886-39.254-27.886-39.359Q-27.886-39.777-27.497-39.924Q-27.108-40.070-26.608-40.070Q-26.276-40.070-25.923-39.940Q-25.569-39.809-25.341-39.555Q-25.112-39.301-25.112-38.953L-25.112-37.152Q-25.112-37.020-25.040-36.910Q-24.968-36.801-24.839-36.801Q-24.714-36.801-24.645-36.906Q-24.577-37.012-24.577-37.152L-24.577-37.664L-24.296-37.664L-24.296-37.152Q-24.296-36.949-24.413-36.791Q-24.530-36.633-24.712-36.549Q-24.893-36.465-25.096-36.465Q-25.327-36.465-25.479-36.637Q-25.632-36.809-25.663-37.039Q-25.823-36.758-26.132-36.592Q-26.440-36.426-26.792-36.426Q-27.304-36.426-27.727-36.649Q-28.151-36.871-28.151-37.336M-27.464-37.336Q-27.464-37.051-27.237-36.865Q-27.011-36.680-26.718-36.680Q-26.471-36.680-26.247-36.797Q-26.022-36.914-25.888-37.117Q-25.753-37.320-25.753-37.574L-25.753-38.406Q-26.018-38.406-26.304-38.352Q-26.589-38.297-26.860-38.168Q-27.132-38.039-27.298-37.832Q-27.464-37.625-27.464-37.336M-21.995-36.504L-23.975-36.504L-23.975-36.801Q-23.706-36.801-23.538-36.846Q-23.370-36.891-23.370-37.063L-23.370-39.199Q-23.370-39.414-23.432-39.510Q-23.495-39.606-23.612-39.627Q-23.729-39.649-23.975-39.649L-23.975-39.945L-22.807-40.031L-22.807-39.246Q-22.729-39.457-22.577-39.643Q-22.425-39.828-22.225-39.930Q-22.026-40.031-21.800-40.031Q-21.554-40.031-21.362-39.887Q-21.171-39.742-21.171-39.512Q-21.171-39.356-21.276-39.246Q-21.382-39.137-21.538-39.137Q-21.694-39.137-21.804-39.246Q-21.913-39.356-21.913-39.512Q-21.913-39.672-21.807-39.777Q-22.132-39.777-22.346-39.549Q-22.561-39.320-22.657-38.981Q-22.753-38.641-22.753-38.336L-22.753-37.063Q-22.753-36.895-22.526-36.848Q-22.300-36.801-21.995-36.801L-21.995-36.504M-20.272-35.207Q-20.159-35.129-19.983-35.129Q-19.694-35.129-19.473-35.342Q-19.253-35.555-19.128-35.856L-18.839-36.504L-20.112-39.391Q-20.194-39.566-20.339-39.611Q-20.483-39.656-20.753-39.656L-20.753-39.953L-19.034-39.953L-19.034-39.656Q-19.456-39.656-19.456-39.473Q-19.456-39.461-19.440-39.391L-18.503-37.266L-17.671-39.176Q-17.632-39.266-17.632-39.344Q-17.632-39.484-17.733-39.570Q-17.835-39.656-17.975-39.656L-17.975-39.953L-16.624-39.953L-16.624-39.656Q-16.878-39.656-17.071-39.531Q-17.264-39.406-17.370-39.176L-18.815-35.856Q-18.929-35.602-19.095-35.379Q-19.261-35.156-19.489-35.014Q-19.718-34.871-19.983-34.871Q-20.280-34.871-20.520-35.063Q-20.761-35.254-20.761-35.543Q-20.761-35.699-20.655-35.801Q-20.550-35.902-20.401-35.902Q-20.296-35.902-20.216-35.856Q-20.136-35.809-20.089-35.731Q-20.042-35.652-20.042-35.543Q-20.042-35.422-20.102-35.334Q-20.163-35.246-20.272-35.207\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(63.67 46.102)\">\u003Cpath d=\"M-12.444-36.504L-12.725-36.504L-12.725-41.223Q-12.725-41.438-12.787-41.533Q-12.850-41.629-12.967-41.650Q-13.084-41.672-13.330-41.672L-13.330-41.969L-12.108-42.055L-12.108-39.566Q-11.631-40.031-10.932-40.031Q-10.451-40.031-10.043-39.787Q-9.635-39.543-9.399-39.129Q-9.162-38.715-9.162-38.231Q-9.162-37.856-9.311-37.527Q-9.459-37.199-9.729-36.947Q-9.998-36.695-10.342-36.561Q-10.686-36.426-11.045-36.426Q-11.366-36.426-11.664-36.574Q-11.963-36.723-12.170-36.984L-12.444-36.504M-12.084-39.176L-12.084-37.336Q-11.932-37.039-11.672-36.859Q-11.412-36.680-11.100-36.680Q-10.674-36.680-10.407-36.899Q-10.139-37.117-10.024-37.463Q-9.909-37.809-9.909-38.231Q-9.909-38.879-10.157-39.328Q-10.405-39.777-11.002-39.777Q-11.338-39.777-11.627-39.619Q-11.916-39.461-12.084-39.176M-6.631-36.504L-8.612-36.504L-8.612-36.801Q-8.342-36.801-8.174-36.846Q-8.006-36.891-8.006-37.063L-8.006-39.199Q-8.006-39.414-8.069-39.510Q-8.131-39.606-8.248-39.627Q-8.366-39.649-8.612-39.649L-8.612-39.945L-7.444-40.031L-7.444-39.246Q-7.366-39.457-7.213-39.643Q-7.061-39.828-6.862-39.930Q-6.662-40.031-6.436-40.031Q-6.190-40.031-5.998-39.887Q-5.807-39.742-5.807-39.512Q-5.807-39.356-5.912-39.246Q-6.018-39.137-6.174-39.137Q-6.330-39.137-6.440-39.246Q-6.549-39.356-6.549-39.512Q-6.549-39.672-6.444-39.777Q-6.768-39.777-6.983-39.549Q-7.198-39.320-7.293-38.981Q-7.389-38.641-7.389-38.336L-7.389-37.063Q-7.389-36.895-7.162-36.848Q-6.936-36.801-6.631-36.801L-6.631-36.504M-5.229-37.336Q-5.229-37.820-4.826-38.115Q-4.424-38.410-3.873-38.529Q-3.323-38.649-2.830-38.649L-2.830-38.938Q-2.830-39.164-2.946-39.371Q-3.061-39.578-3.258-39.697Q-3.455-39.816-3.686-39.816Q-4.112-39.816-4.397-39.711Q-4.326-39.684-4.280-39.629Q-4.233-39.574-4.207-39.504Q-4.182-39.434-4.182-39.359Q-4.182-39.254-4.233-39.162Q-4.284-39.070-4.375-39.020Q-4.467-38.969-4.573-38.969Q-4.678-38.969-4.770-39.020Q-4.862-39.070-4.912-39.162Q-4.963-39.254-4.963-39.359Q-4.963-39.777-4.575-39.924Q-4.186-40.070-3.686-40.070Q-3.354-40.070-3-39.940Q-2.647-39.809-2.418-39.555Q-2.190-39.301-2.190-38.953L-2.190-37.152Q-2.190-37.020-2.117-36.910Q-2.045-36.801-1.916-36.801Q-1.791-36.801-1.723-36.906Q-1.655-37.012-1.655-37.152L-1.655-37.664L-1.373-37.664L-1.373-37.152Q-1.373-36.949-1.491-36.791Q-1.608-36.633-1.789-36.549Q-1.971-36.465-2.174-36.465Q-2.405-36.465-2.557-36.637Q-2.709-36.809-2.741-37.039Q-2.901-36.758-3.209-36.592Q-3.518-36.426-3.869-36.426Q-4.381-36.426-4.805-36.649Q-5.229-36.871-5.229-37.336M-4.541-37.336Q-4.541-37.051-4.315-36.865Q-4.088-36.680-3.795-36.680Q-3.549-36.680-3.325-36.797Q-3.100-36.914-2.965-37.117Q-2.830-37.320-2.830-37.574L-2.830-38.406Q-3.096-38.406-3.381-38.352Q-3.666-38.297-3.938-38.168Q-4.209-38.039-4.375-37.832Q-4.541-37.625-4.541-37.336M0.849-36.504L-1.006-36.504L-1.006-36.801Q-0.733-36.801-0.565-36.848Q-0.397-36.895-0.397-37.063L-0.397-39.199Q-0.397-39.414-0.459-39.510Q-0.522-39.606-0.641-39.627Q-0.760-39.649-1.006-39.649L-1.006-39.945L0.185-40.031L0.185-39.297Q0.299-39.512 0.492-39.680Q0.685-39.848 0.924-39.940Q1.162-40.031 1.416-40.031Q2.584-40.031 2.584-38.953L2.584-37.063Q2.584-36.895 2.754-36.848Q2.924-36.801 3.193-36.801L3.193-36.504L1.338-36.504L1.338-36.801Q1.611-36.801 1.779-36.848Q1.947-36.895 1.947-37.063L1.947-38.938Q1.947-39.320 1.826-39.549Q1.705-39.777 1.353-39.777Q1.041-39.777 0.787-39.615Q0.533-39.453 0.386-39.184Q0.240-38.914 0.240-38.617L0.240-37.063Q0.240-36.895 0.410-36.848Q0.580-36.801 0.849-36.801L0.849-36.504M3.681-38.231Q3.681-38.727 3.931-39.152Q4.181-39.578 4.601-39.824Q5.021-40.070 5.521-40.070Q6.060-40.070 6.451-39.945Q6.841-39.820 6.841-39.406Q6.841-39.301 6.791-39.209Q6.740-39.117 6.648-39.066Q6.556-39.016 6.447-39.016Q6.341-39.016 6.250-39.066Q6.158-39.117 6.107-39.209Q6.056-39.301 6.056-39.406Q6.056-39.629 6.224-39.734Q6.002-39.793 5.529-39.793Q5.232-39.793 5.017-39.654Q4.802-39.516 4.672-39.285Q4.541-39.055 4.482-38.785Q4.424-38.516 4.424-38.231Q4.424-37.836 4.556-37.486Q4.689-37.137 4.961-36.920Q5.232-36.703 5.631-36.703Q6.006-36.703 6.281-36.920Q6.556-37.137 6.658-37.496Q6.674-37.559 6.736-37.559L6.841-37.559Q6.877-37.559 6.902-37.531Q6.927-37.504 6.927-37.465L6.927-37.441Q6.795-36.961 6.410-36.693Q6.025-36.426 5.521-36.426Q5.158-36.426 4.824-36.563Q4.490-36.699 4.230-36.949Q3.970-37.199 3.826-37.535Q3.681-37.871 3.681-38.231\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(63.67 46.102)\">\u003Cpath d=\"M9.121-36.504L7.266-36.504L7.266-36.801Q7.539-36.801 7.707-36.848Q7.875-36.895 7.875-37.063L7.875-41.223Q7.875-41.438 7.812-41.533Q7.750-41.629 7.631-41.650Q7.512-41.672 7.266-41.672L7.266-41.969L8.488-42.055L8.488-39.352Q8.613-39.563 8.801-39.713Q8.988-39.863 9.215-39.947Q9.441-40.031 9.687-40.031Q10.855-40.031 10.855-38.953L10.855-37.063Q10.855-36.895 11.025-36.848Q11.195-36.801 11.465-36.801L11.465-36.504L9.609-36.504L9.609-36.801Q9.883-36.801 10.051-36.848Q10.219-36.895 10.219-37.063L10.219-38.938Q10.219-39.320 10.098-39.549Q9.976-39.777 9.625-39.777Q9.312-39.777 9.058-39.615Q8.805-39.453 8.658-39.184Q8.512-38.914 8.512-38.617L8.512-37.063Q8.512-36.895 8.682-36.848Q8.851-36.801 9.121-36.801L9.121-36.504M13.769-36.504L11.992-36.504L11.992-36.801Q12.265-36.801 12.433-36.848Q12.601-36.895 12.601-37.063L12.601-39.199Q12.601-39.414 12.545-39.510Q12.488-39.606 12.375-39.627Q12.262-39.649 12.015-39.649L12.015-39.945L13.215-40.031L13.215-37.063Q13.215-36.895 13.361-36.848Q13.508-36.801 13.769-36.801L13.769-36.504M12.328-41.426Q12.328-41.617 12.463-41.748Q12.598-41.879 12.793-41.879Q12.914-41.879 13.017-41.816Q13.121-41.754 13.183-41.650Q13.246-41.547 13.246-41.426Q13.246-41.231 13.115-41.096Q12.984-40.961 12.793-40.961Q12.594-40.961 12.461-41.094Q12.328-41.227 12.328-41.426M16.199-36.504L14.344-36.504L14.344-36.801Q14.617-36.801 14.785-36.848Q14.953-36.895 14.953-37.063L14.953-39.199Q14.953-39.414 14.890-39.510Q14.828-39.606 14.709-39.627Q14.590-39.649 14.344-39.649L14.344-39.945L15.535-40.031L15.535-39.297Q15.648-39.512 15.842-39.680Q16.035-39.848 16.273-39.940Q16.512-40.031 16.765-40.031Q17.933-40.031 17.933-38.953L17.933-37.063Q17.933-36.895 18.103-36.848Q18.273-36.801 18.543-36.801L18.543-36.504L16.687-36.504L16.687-36.801Q16.961-36.801 17.129-36.848Q17.297-36.895 17.297-37.063L17.297-38.938Q17.297-39.320 17.176-39.549Q17.055-39.777 16.703-39.777Q16.390-39.777 16.137-39.615Q15.883-39.453 15.736-39.184Q15.590-38.914 15.590-38.617L15.590-37.063Q15.590-36.895 15.760-36.848Q15.930-36.801 16.199-36.801L16.199-36.504M18.988-35.895Q18.988-36.176 19.199-36.387Q19.410-36.598 19.695-36.688Q19.539-36.813 19.461-37.002Q19.383-37.191 19.383-37.391Q19.383-37.746 19.613-38.039Q19.246-38.379 19.246-38.848Q19.246-39.199 19.449-39.469Q19.652-39.738 19.973-39.885Q20.293-40.031 20.637-40.031Q21.156-40.031 21.527-39.750Q21.890-40.121 22.437-40.121Q22.617-40.121 22.744-39.994Q22.871-39.867 22.871-39.688Q22.871-39.582 22.793-39.504Q22.715-39.426 22.605-39.426Q22.496-39.426 22.420-39.502Q22.344-39.578 22.344-39.688Q22.344-39.789 22.383-39.840Q22.390-39.848 22.394-39.854Q22.398-39.859 22.398-39.863Q22.023-39.863 21.703-39.609Q22.023-39.270 22.023-38.848Q22.023-38.578 21.906-38.361Q21.789-38.145 21.584-37.986Q21.379-37.828 21.137-37.746Q20.894-37.664 20.637-37.664Q20.418-37.664 20.205-37.723Q19.992-37.781 19.797-37.902Q19.703-37.762 19.703-37.582Q19.703-37.375 19.840-37.223Q19.976-37.070 20.183-37.070L20.879-37.070Q21.367-37.070 21.779-36.986Q22.191-36.902 22.471-36.645Q22.750-36.387 22.750-35.895Q22.750-35.531 22.430-35.299Q22.109-35.066 21.668-34.965Q21.226-34.863 20.871-34.863Q20.515-34.863 20.072-34.965Q19.629-35.066 19.308-35.299Q18.988-35.531 18.988-35.895M19.492-35.895Q19.492-35.699 19.637-35.551Q19.781-35.402 19.994-35.313Q20.207-35.223 20.447-35.176Q20.687-35.129 20.871-35.129Q21.113-35.129 21.443-35.207Q21.773-35.285 22.010-35.459Q22.246-35.633 22.246-35.895Q22.246-36.301 21.836-36.410Q21.426-36.520 20.863-36.520L20.183-36.520Q19.914-36.520 19.703-36.342Q19.492-36.164 19.492-35.895M20.637-37.930Q21.359-37.930 21.359-38.848Q21.359-39.770 20.637-39.770Q19.910-39.770 19.910-38.848Q19.910-37.930 20.637-37.930\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Converting the ternary rule A -&gt; B C D to Chomsky normal form. A fresh nonterminal X1 absorbs the leftmost pair B C, leaving two binary rules that derive the same strings.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:207.640px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 155.730 109.892\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-65.003 31.222H77.26M-65.003 2.769H77.26M-65.003-25.684H77.26M-65.003-54.126H77.26M-65.003 31.222v-85.358m28.452 85.358v-85.358m28.453 85.358v-85.358m28.453 85.358v-85.358m28.453 85.358v-85.358M77.25 31.222v-85.358m.01 0\"\u002F>\u003Cpath fill=\"var(--tk-soft-accent)\" stroke=\"none\" d=\"M-65.003-25.684v-28.452h28.452v28.452Zm28.452-28.452\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M-65.003-25.684v-28.452h28.452v28.452Zm28.452-28.452\" style=\"stroke-width:1.2\"\u002F>\u003Cg transform=\"translate(8.205 -69.132)\">\u003Cpath d=\"M-62.835 33.222L-64.011 33.222L-64.011 25.222L-62.835 25.222L-62.835 25.589L-63.644 25.589L-63.644 32.855L-62.835 32.855L-62.835 33.222M-60.546 31.222L-62.323 31.222L-62.323 30.925Q-62.050 30.925-61.882 30.878Q-61.714 30.831-61.714 30.663L-61.714 28.527Q-61.714 28.312-61.771 28.216Q-61.827 28.120-61.941 28.099Q-62.054 28.077-62.300 28.077L-62.300 27.781L-61.101 27.695L-61.101 30.663Q-61.101 30.831-60.954 30.878Q-60.808 30.925-60.546 30.925L-60.546 31.222M-61.987 26.300Q-61.987 26.109-61.853 25.978Q-61.718 25.847-61.523 25.847Q-61.401 25.847-61.298 25.910Q-61.194 25.972-61.132 26.076Q-61.069 26.179-61.069 26.300Q-61.069 26.495-61.200 26.630Q-61.331 26.765-61.523 26.765Q-61.722 26.765-61.855 26.632Q-61.987 26.499-61.987 26.300M-59.460 32.628Q-59.460 32.605-59.429 32.558Q-59.136 32.296-58.970 31.929Q-58.804 31.562-58.804 31.175L-58.804 31.117Q-58.933 31.222-59.101 31.222Q-59.292 31.222-59.429 31.089Q-59.566 30.956-59.566 30.757Q-59.566 30.566-59.429 30.433Q-59.292 30.300-59.101 30.300Q-58.800 30.300-58.675 30.570Q-58.550 30.839-58.550 31.175Q-58.550 31.624-58.732 32.038Q-58.913 32.452-59.253 32.749Q-59.276 32.773-59.316 32.773Q-59.362 32.773-59.411 32.728Q-59.460 32.683-59.460 32.628M-58.245 32.199Q-58.245 32.093-58.194 32.001Q-58.144 31.910-58.052 31.859Q-57.960 31.808-57.855 31.808Q-57.745 31.808-57.653 31.859Q-57.562 31.910-57.511 32.001Q-57.460 32.093-57.460 32.199Q-57.460 32.413-57.651 32.535Q-57.495 32.597-57.269 32.597Q-56.968 32.597-56.839 32.288Q-56.710 31.980-56.710 31.613L-56.710 28.527Q-56.710 28.222-56.857 28.150Q-57.003 28.077-57.382 28.077L-57.382 27.781L-56.093 27.695L-56.093 31.636Q-56.093 31.956-56.253 32.240Q-56.413 32.523-56.691 32.689Q-56.968 32.855-57.284 32.855Q-57.644 32.855-57.944 32.691Q-58.245 32.527-58.245 32.199M-57.015 26.300Q-57.015 26.117-56.876 25.982Q-56.737 25.847-56.550 25.847Q-56.362 25.847-56.228 25.978Q-56.093 26.109-56.093 26.300Q-56.093 26.499-56.226 26.632Q-56.358 26.765-56.550 26.765Q-56.741 26.765-56.878 26.628Q-57.015 26.492-57.015 26.300M-53.972 33.222L-55.148 33.222L-55.148 32.855L-54.339 32.855L-54.339 25.589L-55.148 25.589L-55.148 25.222L-53.972 25.222\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-soft-warn)\" stroke=\"none\" d=\"M20.355-25.684v-28.452h28.453v28.452Zm28.453-28.452\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M20.355-25.684v-28.452h28.453v28.452Zm28.453-28.452\" style=\"stroke-width:.8\"\u002F>\u003Cg transform=\"translate(92.62 -69.132)\">\u003Cpath d=\"M-62.835 33.222L-64.011 33.222L-64.011 25.222L-62.835 25.222L-62.835 25.589L-63.644 25.589L-63.644 32.855L-62.835 32.855L-62.835 33.222M-60.546 31.222L-62.323 31.222L-62.323 30.925Q-62.050 30.925-61.882 30.878Q-61.714 30.831-61.714 30.663L-61.714 28.527Q-61.714 28.312-61.771 28.216Q-61.827 28.120-61.941 28.099Q-62.054 28.077-62.300 28.077L-62.300 27.781L-61.101 27.695L-61.101 30.663Q-61.101 30.831-60.954 30.878Q-60.808 30.925-60.546 30.925L-60.546 31.222M-61.987 26.300Q-61.987 26.109-61.853 25.978Q-61.718 25.847-61.523 25.847Q-61.401 25.847-61.298 25.910Q-61.194 25.972-61.132 26.076Q-61.069 26.179-61.069 26.300Q-61.069 26.495-61.200 26.630Q-61.331 26.765-61.523 26.765Q-61.722 26.765-61.855 26.632Q-61.987 26.499-61.987 26.300M-59.460 32.628Q-59.460 32.605-59.429 32.558Q-59.136 32.296-58.970 31.929Q-58.804 31.562-58.804 31.175L-58.804 31.117Q-58.933 31.222-59.101 31.222Q-59.292 31.222-59.429 31.089Q-59.566 30.956-59.566 30.757Q-59.566 30.566-59.429 30.433Q-59.292 30.300-59.101 30.300Q-58.800 30.300-58.675 30.570Q-58.550 30.839-58.550 31.175Q-58.550 31.624-58.732 32.038Q-58.913 32.452-59.253 32.749Q-59.276 32.773-59.316 32.773Q-59.362 32.773-59.411 32.728Q-59.460 32.683-59.460 32.628M-55.862 31.222L-57.659 31.222L-57.659 30.925Q-57.390 30.925-57.222 30.880Q-57.054 30.835-57.054 30.663L-57.054 26.503Q-57.054 26.288-57.116 26.193Q-57.179 26.097-57.296 26.076Q-57.413 26.054-57.659 26.054L-57.659 25.757L-56.437 25.671L-56.437 29.437L-55.339 28.550Q-55.132 28.370-55.132 28.222Q-55.132 28.156-55.185 28.113Q-55.237 28.070-55.308 28.070L-55.308 27.773L-53.773 27.773L-53.773 28.070Q-54.304 28.070-54.901 28.550L-55.511 29.046L-54.437 30.445Q-54.300 30.620-54.192 30.728Q-54.085 30.835-53.950 30.880Q-53.816 30.925-53.589 30.925L-53.589 31.222L-55.214 31.222L-55.214 30.925Q-54.972 30.925-54.972 30.773Q-54.972 30.695-55.015 30.624Q-55.058 30.554-55.140 30.445L-55.941 29.398L-56.468 29.824L-56.468 30.663Q-56.468 30.831-56.300 30.878Q-56.132 30.925-55.862 30.925L-55.862 31.222M-52.085 33.222L-53.261 33.222L-53.261 32.855L-52.452 32.855L-52.452 25.589L-53.261 25.589L-53.261 25.222L-52.085 25.222\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"var(--tk-soft-warn)\" stroke=\"none\" d=\"M-65.003 31.222V2.769h28.452v28.453Zm28.452-28.453\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-warn)\" d=\"M-65.003 31.222V2.769h28.452v28.453Zm28.452-28.453\" style=\"stroke-width:.8\"\u002F>\u003Cg transform=\"translate(7.143 -12.226)\">\u003Cpath d=\"M-62.835 33.222L-64.011 33.222L-64.011 25.222L-62.835 25.222L-62.835 25.589L-63.644 25.589L-63.644 32.855L-62.835 32.855L-62.835 33.222M-60.581 31.222L-62.378 31.222L-62.378 30.925Q-62.108 30.925-61.941 30.880Q-61.773 30.835-61.773 30.663L-61.773 26.503Q-61.773 26.288-61.835 26.193Q-61.898 26.097-62.015 26.076Q-62.132 26.054-62.378 26.054L-62.378 25.757L-61.155 25.671L-61.155 29.437L-60.058 28.550Q-59.851 28.370-59.851 28.222Q-59.851 28.156-59.903 28.113Q-59.956 28.070-60.026 28.070L-60.026 27.773L-58.491 27.773L-58.491 28.070Q-59.023 28.070-59.620 28.550L-60.230 29.046L-59.155 30.445Q-59.019 30.620-58.911 30.728Q-58.804 30.835-58.669 30.880Q-58.534 30.925-58.308 30.925L-58.308 31.222L-59.933 31.222L-59.933 30.925Q-59.691 30.925-59.691 30.773Q-59.691 30.695-59.733 30.624Q-59.776 30.554-59.858 30.445L-60.659 29.398L-61.187 29.824L-61.187 30.663Q-61.187 30.831-61.019 30.878Q-60.851 30.925-60.581 30.925L-60.581 31.222M-57.339 32.628Q-57.339 32.605-57.308 32.558Q-57.015 32.296-56.849 31.929Q-56.683 31.562-56.683 31.175L-56.683 31.117Q-56.812 31.222-56.980 31.222Q-57.171 31.222-57.308 31.089Q-57.444 30.956-57.444 30.757Q-57.444 30.566-57.308 30.433Q-57.171 30.300-56.980 30.300Q-56.679 30.300-56.554 30.570Q-56.429 30.839-56.429 31.175Q-56.429 31.624-56.610 32.038Q-56.792 32.452-57.132 32.749Q-57.155 32.773-57.194 32.773Q-57.241 32.773-57.290 32.728Q-57.339 32.683-57.339 32.628M-56.124 32.199Q-56.124 32.093-56.073 32.001Q-56.023 31.910-55.931 31.859Q-55.839 31.808-55.733 31.808Q-55.624 31.808-55.532 31.859Q-55.441 31.910-55.390 32.001Q-55.339 32.093-55.339 32.199Q-55.339 32.413-55.530 32.535Q-55.374 32.597-55.148 32.597Q-54.847 32.597-54.718 32.288Q-54.589 31.980-54.589 31.613L-54.589 28.527Q-54.589 28.222-54.735 28.150Q-54.882 28.077-55.261 28.077L-55.261 27.781L-53.972 27.695L-53.972 31.636Q-53.972 31.956-54.132 32.240Q-54.292 32.523-54.569 32.689Q-54.847 32.855-55.163 32.855Q-55.523 32.855-55.823 32.691Q-56.124 32.527-56.124 32.199M-54.894 26.300Q-54.894 26.117-54.755 25.982Q-54.616 25.847-54.429 25.847Q-54.241 25.847-54.107 25.978Q-53.972 26.109-53.972 26.300Q-53.972 26.499-54.105 26.632Q-54.237 26.765-54.429 26.765Q-54.620 26.765-54.757 26.628Q-54.894 26.492-54.894 26.300M-51.851 33.222L-53.026 33.222L-53.026 32.855L-52.218 32.855L-52.218 25.589L-53.026 25.589L-53.026 25.222L-51.851 25.222\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M20.355-39.91h-50.038\"\u002F>\u003Cpath stroke=\"none\" d=\"m-32.283-39.91 4.16 2.08-1.56-2.08 1.56-2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-50.777 2.77v-23.008\"\u002F>\u003Cpath stroke=\"none\" d=\"m-50.777-22.838-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(45.314 -94.909)\">\u003Cpath d=\"M-63.021 31.222L-64.624 31.222L-64.624 30.942Q-64.398 30.942-64.249 30.908Q-64.101 30.873-64.101 30.733L-64.101 27.114Q-64.101 26.844-64.208 26.782Q-64.316 26.721-64.624 26.721L-64.624 26.440L-63.547 26.365L-63.547 30.733Q-63.547 30.870-63.397 30.906Q-63.246 30.942-63.021 30.942L-63.021 31.222M-62.467 29.687Q-62.467 29.366-62.342 29.077Q-62.217 28.788-61.992 28.565Q-61.766 28.341-61.471 28.221Q-61.175 28.101-60.857 28.101Q-60.529 28.101-60.267 28.201Q-60.006 28.300-59.830 28.482Q-59.654 28.665-59.560 28.923Q-59.466 29.181-59.466 29.513Q-59.466 29.605-59.548 29.626L-61.804 29.626L-61.804 29.687Q-61.804 30.275-61.520 30.658Q-61.236 31.041-60.669 31.041Q-60.348 31.041-60.079 30.848Q-59.811 30.655-59.722 30.340Q-59.715 30.299-59.640 30.285L-59.548 30.285Q-59.466 30.309-59.466 30.381Q-59.466 30.388-59.473 30.415Q-59.586 30.812-59.956 31.051Q-60.327 31.290-60.751 31.290Q-61.189 31.290-61.588 31.082Q-61.988 30.873-62.228 30.506Q-62.467 30.139-62.467 29.687M-61.797 29.417L-59.982 29.417Q-59.982 29.140-60.079 28.888Q-60.177 28.635-60.375 28.479Q-60.573 28.324-60.857 28.324Q-61.134 28.324-61.347 28.482Q-61.561 28.641-61.679 28.896Q-61.797 29.151-61.797 29.417M-57.080 31.222L-58.813 31.222L-58.813 30.942Q-58.587 30.942-58.439 30.908Q-58.290 30.873-58.290 30.733L-58.290 28.484L-58.878 28.484L-58.878 28.204L-58.290 28.204L-58.290 27.387Q-58.290 27.069-58.112 26.821Q-57.935 26.574-57.644 26.433Q-57.354 26.293-57.043 26.293Q-56.786 26.293-56.583 26.435Q-56.379 26.577-56.379 26.820Q-56.379 26.956-56.479 27.055Q-56.578 27.155-56.714 27.155Q-56.851 27.155-56.950 27.055Q-57.049 26.956-57.049 26.820Q-57.049 26.639-56.909 26.546Q-56.988 26.519-57.087 26.519Q-57.295 26.519-57.449 26.652Q-57.603 26.785-57.683 26.989Q-57.764 27.192-57.764 27.401L-57.764 28.204L-56.875 28.204L-56.875 28.484L-57.736 28.484L-57.736 30.733Q-57.736 30.942-57.080 30.942L-57.080 31.222M-55.874 30.381L-55.874 28.484L-56.513 28.484L-56.513 28.262Q-56.195 28.262-55.978 28.052Q-55.761 27.842-55.660 27.532Q-55.559 27.223-55.559 26.915L-55.293 26.915L-55.293 28.204L-54.216 28.204L-54.216 28.484L-55.293 28.484L-55.293 30.368Q-55.293 30.644-55.188 30.843Q-55.084 31.041-54.824 31.041Q-54.667 31.041-54.561 30.937Q-54.455 30.832-54.406 30.679Q-54.356 30.525-54.356 30.368L-54.356 29.954L-54.089 29.954L-54.089 30.381Q-54.089 30.607-54.189 30.817Q-54.288 31.027-54.472 31.159Q-54.657 31.290-54.886 31.290Q-55.323 31.290-55.598 31.053Q-55.874 30.815-55.874 30.381\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.314 -94.909)\">\u003Cpath d=\"M-50.571 29.711Q-50.571 29.383-50.436 29.082Q-50.301 28.782-50.065 28.561Q-49.829 28.341-49.525 28.221Q-49.220 28.101-48.896 28.101Q-48.390 28.101-48.041 28.204Q-47.693 28.306-47.693 28.682Q-47.693 28.829-47.790 28.930Q-47.887 29.031-48.034 29.031Q-48.188 29.031-48.287 28.932Q-48.386 28.833-48.386 28.682Q-48.386 28.494-48.246 28.402Q-48.448 28.351-48.889 28.351Q-49.244 28.351-49.473 28.547Q-49.702 28.744-49.803 29.053Q-49.904 29.363-49.904 29.711Q-49.904 30.060-49.778 30.366Q-49.651 30.672-49.396 30.856Q-49.142 31.041-48.786 31.041Q-48.564 31.041-48.380 30.957Q-48.195 30.873-48.060 30.718Q-47.925 30.562-47.867 30.354Q-47.853 30.299-47.799 30.299L-47.686 30.299Q-47.655 30.299-47.633 30.323Q-47.611 30.347-47.611 30.381L-47.611 30.402Q-47.696 30.689-47.884 30.887Q-48.072 31.085-48.337 31.188Q-48.602 31.290-48.896 31.290Q-49.326 31.290-49.714 31.084Q-50.102 30.877-50.336 30.514Q-50.571 30.152-50.571 29.711\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.314 -94.909)\">\u003Cpath d=\"M-45.549 31.222L-47.183 31.222L-47.183 30.942Q-46.954 30.942-46.805 30.908Q-46.656 30.873-46.656 30.733L-46.656 27.114Q-46.656 26.844-46.764 26.782Q-46.872 26.721-47.183 26.721L-47.183 26.440L-46.103 26.365L-46.103 28.751Q-45.997 28.566-45.819 28.424Q-45.641 28.283-45.433 28.209Q-45.224 28.136-44.999 28.136Q-44.493 28.136-44.209 28.359Q-43.925 28.583-43.925 29.079L-43.925 30.733Q-43.925 30.870-43.777 30.906Q-43.628 30.942-43.402 30.942L-43.402 31.222L-45.033 31.222L-45.033 30.942Q-44.804 30.942-44.655 30.908Q-44.506 30.873-44.506 30.733L-44.506 29.093Q-44.506 28.758-44.626 28.558Q-44.746 28.358-45.060 28.358Q-45.330 28.358-45.564 28.494Q-45.798 28.631-45.937 28.865Q-46.075 29.099-46.075 29.373L-46.075 30.733Q-46.075 30.870-45.925 30.906Q-45.774 30.942-45.549 30.942L-45.549 31.222M-41.198 31.222L-42.750 31.222L-42.750 30.942Q-42.524 30.942-42.375 30.908Q-42.227 30.873-42.227 30.733L-42.227 28.884Q-42.227 28.696-42.274 28.612Q-42.322 28.529-42.420 28.510Q-42.517 28.491-42.729 28.491L-42.729 28.211L-41.673 28.136L-41.673 30.733Q-41.673 30.873-41.541 30.908Q-41.410 30.942-41.198 30.942L-41.198 31.222M-42.469 26.915Q-42.469 26.744-42.346 26.625Q-42.223 26.505-42.052 26.505Q-41.885 26.505-41.762 26.625Q-41.639 26.744-41.639 26.915Q-41.639 27.090-41.762 27.213Q-41.885 27.336-42.052 27.336Q-42.223 27.336-42.346 27.213Q-42.469 27.090-42.469 26.915M-38.884 31.222L-40.487 31.222L-40.487 30.942Q-40.261 30.942-40.113 30.908Q-39.964 30.873-39.964 30.733L-39.964 27.114Q-39.964 26.844-40.072 26.782Q-40.179 26.721-40.487 26.721L-40.487 26.440L-39.410 26.365L-39.410 30.733Q-39.410 30.870-39.260 30.906Q-39.109 30.942-38.884 30.942L-38.884 31.222M-38.289 29.711Q-38.289 29.373-38.149 29.082Q-38.009 28.792-37.764 28.578Q-37.520 28.365-37.216 28.250Q-36.912 28.136-36.587 28.136Q-36.317 28.136-36.054 28.235Q-35.791 28.334-35.599 28.512L-35.599 27.114Q-35.599 26.844-35.707 26.782Q-35.815 26.721-36.126 26.721L-36.126 26.440L-35.049 26.365L-35.049 30.549Q-35.049 30.737-34.994 30.820Q-34.940 30.904-34.839 30.923Q-34.738 30.942-34.523 30.942L-34.523 31.222L-35.630 31.290L-35.630 30.873Q-36.047 31.290-36.672 31.290Q-37.103 31.290-37.476 31.078Q-37.848 30.867-38.069 30.506Q-38.289 30.145-38.289 29.711M-36.614 31.068Q-36.406 31.068-36.220 30.996Q-36.033 30.925-35.879 30.788Q-35.726 30.651-35.630 30.473L-35.630 28.864Q-35.715 28.717-35.861 28.597Q-36.006 28.477-36.175 28.418Q-36.344 28.358-36.525 28.358Q-37.086 28.358-37.354 28.747Q-37.623 29.137-37.623 29.718Q-37.623 30.289-37.389 30.679Q-37.154 31.068-36.614 31.068\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.314 -94.909)\">\u003Cpath d=\"M-29.045 32.972Q-29.595 32.572-29.966 32.017Q-30.337 31.461-30.518 30.815Q-30.699 30.169-30.699 29.472Q-30.699 28.959-30.599 28.464Q-30.498 27.968-30.293 27.517Q-30.088 27.066-29.775 26.674Q-29.462 26.283-29.045 25.979Q-29.035 25.975-29.028 25.974Q-29.021 25.972-29.011 25.972L-28.943 25.972Q-28.908 25.972-28.886 25.996Q-28.864 26.020-28.864 26.057Q-28.864 26.102-28.891 26.119Q-29.240 26.420-29.493 26.804Q-29.746 27.189-29.898 27.630Q-30.050 28.071-30.122 28.527Q-30.194 28.983-30.194 29.472Q-30.194 30.473-29.884 31.360Q-29.575 32.247-28.891 32.832Q-28.864 32.849-28.864 32.893Q-28.864 32.931-28.886 32.955Q-28.908 32.979-28.943 32.979L-29.011 32.979Q-29.018 32.975-29.026 32.974Q-29.035 32.972-29.045 32.972M-26.304 31.222L-28.040 31.222L-28.040 30.942Q-27.811 30.942-27.663 30.908Q-27.514 30.873-27.514 30.733L-27.514 28.884Q-27.514 28.614-27.622 28.553Q-27.729 28.491-28.040 28.491L-28.040 28.211L-27.011 28.136L-27.011 28.843Q-26.882 28.535-26.639 28.336Q-26.396 28.136-26.078 28.136Q-25.860 28.136-25.689 28.260Q-25.518 28.385-25.518 28.597Q-25.518 28.734-25.617 28.833Q-25.716 28.932-25.849 28.932Q-25.986 28.932-26.085 28.833Q-26.184 28.734-26.184 28.597Q-26.184 28.457-26.085 28.358Q-26.376 28.358-26.576 28.554Q-26.776 28.751-26.868 29.045Q-26.960 29.339-26.960 29.619L-26.960 30.733Q-26.960 30.942-26.304 30.942L-26.304 31.222M-24.974 29.739Q-24.974 29.397-24.839 29.098Q-24.704 28.799-24.465 28.575Q-24.226 28.351-23.908 28.226Q-23.590 28.101-23.259 28.101Q-22.814 28.101-22.414 28.317Q-22.014 28.532-21.780 28.910Q-21.546 29.287-21.546 29.739Q-21.546 30.080-21.688 30.364Q-21.830 30.648-22.074 30.855Q-22.319 31.061-22.628 31.176Q-22.937 31.290-23.259 31.290Q-23.689 31.290-24.091 31.089Q-24.492 30.887-24.733 30.535Q-24.974 30.183-24.974 29.739M-23.259 31.041Q-22.657 31.041-22.433 30.663Q-22.209 30.285-22.209 29.653Q-22.209 29.041-22.443 28.682Q-22.677 28.324-23.259 28.324Q-24.311 28.324-24.311 29.653Q-24.311 30.285-24.086 30.663Q-23.860 31.041-23.259 31.041\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.314 -94.909)\">\u003Cpath d=\"M-19.766 31.195L-20.747 28.696Q-20.808 28.553-20.926 28.518Q-21.044 28.484-21.260 28.484L-21.260 28.204L-19.780 28.204L-19.780 28.484Q-20.159 28.484-20.159 28.645Q-20.159 28.655-20.145 28.696L-19.431 30.528L-18.758 28.823Q-18.788 28.751-18.788 28.723Q-18.788 28.696-18.816 28.696Q-18.877 28.549-18.995 28.517Q-19.113 28.484-19.325 28.484L-19.325 28.204L-17.927 28.204L-17.927 28.484Q-18.303 28.484-18.303 28.645Q-18.303 28.676-18.296 28.696L-17.541 30.634L-16.854 28.884Q-16.833 28.833-16.833 28.778Q-16.833 28.638-16.946 28.561Q-17.059 28.484-17.199 28.484L-17.199 28.204L-15.979 28.204L-15.979 28.484Q-16.184 28.484-16.339 28.590Q-16.495 28.696-16.567 28.884L-17.472 31.195Q-17.507 31.290-17.619 31.290L-17.688 31.290Q-17.797 31.290-17.835 31.195L-18.617 29.192L-19.404 31.195Q-19.438 31.290-19.551 31.290L-19.619 31.290Q-19.728 31.290-19.766 31.195\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(45.314 -94.909)\">\u003Cpath d=\"M-11.135 31.222L-12.687 31.222L-12.687 30.942Q-12.461 30.942-12.312 30.908Q-12.164 30.873-12.164 30.733L-12.164 28.884Q-12.164 28.696-12.212 28.612Q-12.259 28.529-12.357 28.510Q-12.454 28.491-12.666 28.491L-12.666 28.211L-11.610 28.136L-11.610 30.733Q-11.610 30.873-11.478 30.908Q-11.347 30.942-11.135 30.942L-11.135 31.222M-12.406 26.915Q-12.406 26.744-12.283 26.625Q-12.160 26.505-11.989 26.505Q-11.822 26.505-11.699 26.625Q-11.576 26.744-11.576 26.915Q-11.576 27.090-11.699 27.213Q-11.822 27.336-11.989 27.336Q-12.160 27.336-12.283 27.213Q-12.406 27.090-12.406 26.915M-10.168 32.979L-10.236 32.979Q-10.270 32.979-10.292 32.953Q-10.315 32.928-10.315 32.893Q-10.315 32.849-10.284 32.832Q-9.928 32.528-9.679 32.138Q-9.429 31.748-9.277 31.316Q-9.125 30.884-9.055 30.415Q-8.985 29.947-8.985 29.472Q-8.985 28.993-9.055 28.527Q-9.125 28.060-9.279 27.625Q-9.433 27.189-9.684 26.801Q-9.935 26.413-10.284 26.119Q-10.315 26.102-10.315 26.057Q-10.315 26.023-10.292 25.998Q-10.270 25.972-10.236 25.972L-10.168 25.972Q-10.157 25.972-10.149 25.974Q-10.140 25.975-10.130 25.979Q-9.587 26.379-9.214 26.932Q-8.841 27.486-8.660 28.132Q-8.479 28.778-8.479 29.472Q-8.479 30.173-8.660 30.820Q-8.841 31.468-9.216 32.022Q-9.590 32.576-10.130 32.972Q-10.140 32.972-10.149 32.974Q-10.157 32.975-10.168 32.979\" 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=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(36.253 -36.661)\">\u003Cpath d=\"M-62.939 31.222L-64.675 31.222L-64.675 30.942Q-64.446 30.942-64.297 30.908Q-64.149 30.873-64.149 30.733L-64.149 28.884Q-64.149 28.614-64.256 28.553Q-64.364 28.491-64.675 28.491L-64.675 28.211L-63.646 28.136L-63.646 28.843Q-63.516 28.535-63.274 28.336Q-63.031 28.136-62.713 28.136Q-62.494 28.136-62.323 28.260Q-62.152 28.385-62.152 28.597Q-62.152 28.734-62.252 28.833Q-62.351 28.932-62.484 28.932Q-62.621 28.932-62.720 28.833Q-62.819 28.734-62.819 28.597Q-62.819 28.457-62.720 28.358Q-63.010 28.358-63.210 28.554Q-63.410 28.751-63.503 29.045Q-63.595 29.339-63.595 29.619L-63.595 30.733Q-63.595 30.942-62.939 30.942L-62.939 31.222M-59.951 31.222L-61.503 31.222L-61.503 30.942Q-61.277 30.942-61.129 30.908Q-60.980 30.873-60.980 30.733L-60.980 28.884Q-60.980 28.696-61.028 28.612Q-61.076 28.529-61.173 28.510Q-61.271 28.491-61.482 28.491L-61.482 28.211L-60.426 28.136L-60.426 30.733Q-60.426 30.873-60.295 30.908Q-60.163 30.942-59.951 30.942L-59.951 31.222M-61.223 26.915Q-61.223 26.744-61.100 26.625Q-60.977 26.505-60.806 26.505Q-60.638 26.505-60.515 26.625Q-60.392 26.744-60.392 26.915Q-60.392 27.090-60.515 27.213Q-60.638 27.336-60.806 27.336Q-60.977 27.336-61.100 27.213Q-61.223 27.090-61.223 26.915M-59.346 31.755Q-59.346 31.509-59.150 31.325Q-58.953 31.140-58.697 31.061Q-58.834 30.949-58.905 30.788Q-58.977 30.627-58.977 30.446Q-58.977 30.125-58.765 29.879Q-59.100 29.581-59.100 29.171Q-59.100 28.710-58.711 28.423Q-58.321 28.136-57.842 28.136Q-57.371 28.136-57.036 28.382Q-56.861 28.228-56.651 28.146Q-56.441 28.064-56.212 28.064Q-56.048 28.064-55.927 28.171Q-55.805 28.279-55.805 28.443Q-55.805 28.539-55.877 28.611Q-55.949 28.682-56.041 28.682Q-56.140 28.682-56.210 28.609Q-56.280 28.535-56.280 28.436Q-56.280 28.382-56.267 28.351L-56.260 28.337Q-56.253 28.317-56.244 28.306Q-56.236 28.296-56.232 28.289Q-56.588 28.289-56.875 28.512Q-56.588 28.805-56.588 29.171Q-56.588 29.486-56.773 29.718Q-56.957 29.951-57.246 30.079Q-57.535 30.207-57.842 30.207Q-58.044 30.207-58.235 30.157Q-58.427 30.108-58.605 29.998Q-58.697 30.125-58.697 30.268Q-58.697 30.450-58.569 30.585Q-58.441 30.720-58.256 30.720L-57.624 30.720Q-57.176 30.720-56.807 30.791Q-56.438 30.863-56.178 31.092Q-55.918 31.321-55.918 31.755Q-55.918 32.076-56.214 32.278Q-56.509 32.480-56.913 32.569Q-57.316 32.658-57.630 32.658Q-57.948 32.658-58.352 32.569Q-58.755 32.480-59.051 32.278Q-59.346 32.076-59.346 31.755M-58.892 31.755Q-58.892 31.984-58.673 32.133Q-58.454 32.282-58.162 32.350Q-57.870 32.418-57.630 32.418Q-57.466 32.418-57.258 32.382Q-57.049 32.347-56.843 32.266Q-56.636 32.186-56.504 32.058Q-56.373 31.930-56.373 31.755Q-56.373 31.403-56.754 31.309Q-57.135 31.215-57.637 31.215L-58.256 31.215Q-58.495 31.215-58.693 31.366Q-58.892 31.516-58.892 31.755M-57.842 29.968Q-57.176 29.968-57.176 29.171Q-57.176 28.371-57.842 28.371Q-58.512 28.371-58.512 29.171Q-58.512 29.968-57.842 29.968M-53.642 31.222L-55.275 31.222L-55.275 30.942Q-55.046 30.942-54.898 30.908Q-54.749 30.873-54.749 30.733L-54.749 27.114Q-54.749 26.844-54.857 26.782Q-54.964 26.721-55.275 26.721L-55.275 26.440L-54.195 26.365L-54.195 28.751Q-54.089 28.566-53.912 28.424Q-53.734 28.283-53.525 28.209Q-53.317 28.136-53.091 28.136Q-52.586 28.136-52.302 28.359Q-52.018 28.583-52.018 29.079L-52.018 30.733Q-52.018 30.870-51.869 30.906Q-51.721 30.942-51.495 30.942L-51.495 31.222L-53.126 31.222L-53.126 30.942Q-52.897 30.942-52.748 30.908Q-52.599 30.873-52.599 30.733L-52.599 29.093Q-52.599 28.758-52.719 28.558Q-52.838 28.358-53.153 28.358Q-53.423 28.358-53.657 28.494Q-53.891 28.631-54.030 28.865Q-54.168 29.099-54.168 29.373L-54.168 30.733Q-54.168 30.870-54.018 30.906Q-53.867 30.942-53.642 30.942\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(36.253 -36.661)\">\u003Cpath d=\"M-50.586 30.381L-50.586 28.484L-51.225 28.484L-51.225 28.262Q-50.907 28.262-50.690 28.052Q-50.473 27.842-50.373 27.532Q-50.272 27.223-50.272 26.915L-50.005 26.915L-50.005 28.204L-48.928 28.204L-48.928 28.484L-50.005 28.484L-50.005 30.368Q-50.005 30.644-49.901 30.843Q-49.797 31.041-49.537 31.041Q-49.380 31.041-49.274 30.937Q-49.168 30.832-49.118 30.679Q-49.069 30.525-49.069 30.368L-49.069 29.954L-48.802 29.954L-48.802 30.381Q-48.802 30.607-48.901 30.817Q-49 31.027-49.185 31.159Q-49.369 31.290-49.598 31.290Q-50.036 31.290-50.311 31.053Q-50.586 30.815-50.586 30.381\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(36.253 -36.661)\">\u003Cpath d=\"M-45.293 29.711Q-45.293 29.383-45.158 29.082Q-45.023 28.782-44.787 28.561Q-44.551 28.341-44.247 28.221Q-43.942 28.101-43.618 28.101Q-43.112 28.101-42.763 28.204Q-42.415 28.306-42.415 28.682Q-42.415 28.829-42.512 28.930Q-42.609 29.031-42.756 29.031Q-42.910 29.031-43.009 28.932Q-43.108 28.833-43.108 28.682Q-43.108 28.494-42.968 28.402Q-43.170 28.351-43.611 28.351Q-43.966 28.351-44.195 28.547Q-44.424 28.744-44.525 29.053Q-44.626 29.363-44.626 29.711Q-44.626 30.060-44.500 30.366Q-44.373 30.672-44.118 30.856Q-43.864 31.041-43.508 31.041Q-43.286 31.041-43.102 30.957Q-42.917 30.873-42.782 30.718Q-42.647 30.562-42.589 30.354Q-42.575 30.299-42.521 30.299L-42.408 30.299Q-42.377 30.299-42.355 30.323Q-42.333 30.347-42.333 30.381L-42.333 30.402Q-42.418 30.689-42.606 30.887Q-42.794 31.085-43.059 31.188Q-43.324 31.290-43.618 31.290Q-44.048 31.290-44.436 31.084Q-44.824 30.877-45.058 30.514Q-45.293 30.152-45.293 29.711\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(36.253 -36.661)\">\u003Cpath d=\"M-40.271 31.222L-41.905 31.222L-41.905 30.942Q-41.676 30.942-41.527 30.908Q-41.378 30.873-41.378 30.733L-41.378 27.114Q-41.378 26.844-41.486 26.782Q-41.594 26.721-41.905 26.721L-41.905 26.440L-40.825 26.365L-40.825 28.751Q-40.719 28.566-40.541 28.424Q-40.363 28.283-40.155 28.209Q-39.946 28.136-39.721 28.136Q-39.215 28.136-38.931 28.359Q-38.647 28.583-38.647 29.079L-38.647 30.733Q-38.647 30.870-38.499 30.906Q-38.350 30.942-38.124 30.942L-38.124 31.222L-39.755 31.222L-39.755 30.942Q-39.526 30.942-39.377 30.908Q-39.228 30.873-39.228 30.733L-39.228 29.093Q-39.228 28.758-39.348 28.558Q-39.468 28.358-39.782 28.358Q-40.052 28.358-40.286 28.494Q-40.520 28.631-40.659 28.865Q-40.797 29.099-40.797 29.373L-40.797 30.733Q-40.797 30.870-40.647 30.906Q-40.496 30.942-40.271 30.942L-40.271 31.222M-35.920 31.222L-37.472 31.222L-37.472 30.942Q-37.246 30.942-37.097 30.908Q-36.949 30.873-36.949 30.733L-36.949 28.884Q-36.949 28.696-36.996 28.612Q-37.044 28.529-37.142 28.510Q-37.239 28.491-37.451 28.491L-37.451 28.211L-36.395 28.136L-36.395 30.733Q-36.395 30.873-36.263 30.908Q-36.132 30.942-35.920 30.942L-35.920 31.222M-37.191 26.915Q-37.191 26.744-37.068 26.625Q-36.945 26.505-36.774 26.505Q-36.607 26.505-36.484 26.625Q-36.361 26.744-36.361 26.915Q-36.361 27.090-36.484 27.213Q-36.607 27.336-36.774 27.336Q-36.945 27.336-37.068 27.213Q-37.191 27.090-37.191 26.915M-33.606 31.222L-35.209 31.222L-35.209 30.942Q-34.983 30.942-34.835 30.908Q-34.686 30.873-34.686 30.733L-34.686 27.114Q-34.686 26.844-34.794 26.782Q-34.901 26.721-35.209 26.721L-35.209 26.440L-34.132 26.365L-34.132 30.733Q-34.132 30.870-33.982 30.906Q-33.831 30.942-33.606 30.942L-33.606 31.222M-33.011 29.711Q-33.011 29.373-32.871 29.082Q-32.731 28.792-32.486 28.578Q-32.242 28.365-31.938 28.250Q-31.634 28.136-31.309 28.136Q-31.039 28.136-30.776 28.235Q-30.513 28.334-30.321 28.512L-30.321 27.114Q-30.321 26.844-30.429 26.782Q-30.537 26.721-30.848 26.721L-30.848 26.440L-29.771 26.365L-29.771 30.549Q-29.771 30.737-29.716 30.820Q-29.662 30.904-29.561 30.923Q-29.460 30.942-29.245 30.942L-29.245 31.222L-30.352 31.290L-30.352 30.873Q-30.769 31.290-31.394 31.290Q-31.825 31.290-32.198 31.078Q-32.570 30.867-32.791 30.506Q-33.011 30.145-33.011 29.711M-31.336 31.068Q-31.128 31.068-30.942 30.996Q-30.755 30.925-30.601 30.788Q-30.448 30.651-30.352 30.473L-30.352 28.864Q-30.437 28.717-30.583 28.597Q-30.728 28.477-30.897 28.418Q-31.066 28.358-31.247 28.358Q-31.808 28.358-32.076 28.747Q-32.345 29.137-32.345 29.718Q-32.345 30.289-32.111 30.679Q-31.876 31.068-31.336 31.068\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(36.253 -36.661)\">\u003Cpath d=\"M-23.767 32.972Q-24.317 32.572-24.688 32.017Q-25.059 31.461-25.240 30.815Q-25.421 30.169-25.421 29.472Q-25.421 28.959-25.321 28.464Q-25.220 27.968-25.015 27.517Q-24.810 27.066-24.497 26.674Q-24.184 26.283-23.767 25.979Q-23.757 25.975-23.750 25.974Q-23.743 25.972-23.733 25.972L-23.665 25.972Q-23.630 25.972-23.608 25.996Q-23.586 26.020-23.586 26.057Q-23.586 26.102-23.613 26.119Q-23.962 26.420-24.215 26.804Q-24.468 27.189-24.620 27.630Q-24.772 28.071-24.844 28.527Q-24.916 28.983-24.916 29.472Q-24.916 30.473-24.606 31.360Q-24.297 32.247-23.613 32.832Q-23.586 32.849-23.586 32.893Q-23.586 32.931-23.608 32.955Q-23.630 32.979-23.665 32.979L-23.733 32.979Q-23.740 32.975-23.748 32.974Q-23.757 32.972-23.767 32.972M-22.776 29.711Q-22.776 29.383-22.641 29.082Q-22.506 28.782-22.270 28.561Q-22.034 28.341-21.730 28.221Q-21.426 28.101-21.101 28.101Q-20.595 28.101-20.247 28.204Q-19.898 28.306-19.898 28.682Q-19.898 28.829-19.995 28.930Q-20.093 29.031-20.240 29.031Q-20.394 29.031-20.493 28.932Q-20.592 28.833-20.592 28.682Q-20.592 28.494-20.452 28.402Q-20.653 28.351-21.094 28.351Q-21.450 28.351-21.679 28.547Q-21.908 28.744-22.009 29.053Q-22.109 29.363-22.109 29.711Q-22.109 30.060-21.983 30.366Q-21.857 30.672-21.602 30.856Q-21.347 31.041-20.992 31.041Q-20.770 31.041-20.585 30.957Q-20.400 30.873-20.265 30.718Q-20.130 30.562-20.072 30.354Q-20.059 30.299-20.004 30.299L-19.891 30.299Q-19.860 30.299-19.838 30.323Q-19.816 30.347-19.816 30.381L-19.816 30.402Q-19.901 30.689-20.089 30.887Q-20.277 31.085-20.542 31.188Q-20.807 31.290-21.101 31.290Q-21.532 31.290-21.920 31.084Q-22.308 30.877-22.542 30.514Q-22.776 30.152-22.776 29.711M-19.269 29.739Q-19.269 29.397-19.134 29.098Q-18.999 28.799-18.760 28.575Q-18.521 28.351-18.203 28.226Q-17.885 28.101-17.553 28.101Q-17.109 28.101-16.709 28.317Q-16.309 28.532-16.075 28.910Q-15.841 29.287-15.841 29.739Q-15.841 30.080-15.983 30.364Q-16.125 30.648-16.369 30.855Q-16.613 31.061-16.923 31.176Q-17.232 31.290-17.553 31.290Q-17.984 31.290-18.386 31.089Q-18.787 30.887-19.028 30.535Q-19.269 30.183-19.269 29.739M-17.553 31.041Q-16.952 31.041-16.728 30.663Q-16.504 30.285-16.504 29.653Q-16.504 29.041-16.738 28.682Q-16.972 28.324-17.553 28.324Q-18.606 28.324-18.606 29.653Q-18.606 30.285-18.380 30.663Q-18.155 31.041-17.553 31.041M-13.578 31.222L-15.181 31.222L-15.181 30.942Q-14.956 30.942-14.807 30.908Q-14.658 30.873-14.658 30.733L-14.658 27.114Q-14.658 26.844-14.766 26.782Q-14.874 26.721-15.181 26.721L-15.181 26.440L-14.105 26.365L-14.105 30.733Q-14.105 30.870-13.954 30.906Q-13.804 30.942-13.578 30.942\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(36.253 -36.661)\">\u003Cpath d=\"M-10.801 32.070Q-10.801 31.919-10.701 31.822Q-10.600 31.724-10.453 31.724Q-10.364 31.724-10.284 31.769Q-10.203 31.813-10.157 31.892Q-10.111 31.971-10.111 32.070Q-10.111 32.271-10.272 32.370Q-10.131 32.425-9.926 32.425Q-9.656 32.425-9.540 32.152Q-9.424 31.878-9.424 31.564L-9.424 28.884Q-9.424 28.618-9.550 28.554Q-9.677 28.491-10.005 28.491L-10.005 28.211L-8.870 28.136L-8.870 31.584Q-8.870 31.871-9.017 32.116Q-9.164 32.360-9.415 32.505Q-9.667 32.651-9.943 32.651Q-10.272 32.651-10.536 32.509Q-10.801 32.367-10.801 32.070M-9.704 26.915Q-9.704 26.744-9.581 26.625Q-9.458 26.505-9.284 26.505Q-9.116 26.505-8.993 26.625Q-8.870 26.744-8.870 26.915Q-8.870 27.090-8.993 27.213Q-9.116 27.336-9.284 27.336Q-9.458 27.336-9.581 27.213Q-9.704 27.090-9.704 26.915M-7.472 32.979L-7.541 32.979Q-7.575 32.979-7.597 32.953Q-7.619 32.928-7.619 32.893Q-7.619 32.849-7.588 32.832Q-7.233 32.528-6.983 32.138Q-6.734 31.748-6.582 31.316Q-6.430 30.884-6.360 30.415Q-6.290 29.947-6.290 29.472Q-6.290 28.993-6.360 28.527Q-6.430 28.060-6.584 27.625Q-6.737 27.189-6.989 26.801Q-7.240 26.413-7.588 26.119Q-7.619 26.102-7.619 26.057Q-7.619 26.023-7.597 25.998Q-7.575 25.972-7.541 25.972L-7.472 25.972Q-7.462 25.972-7.453 25.974Q-7.445 25.975-7.435 25.979Q-6.891 26.379-6.519 26.932Q-6.146 27.486-5.965 28.132Q-5.784 28.778-5.784 29.472Q-5.784 30.173-5.965 30.820Q-6.146 31.468-6.520 32.022Q-6.895 32.576-7.435 32.972Q-7.445 32.972-7.453 32.974Q-7.462 32.975-7.472 32.979\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Filling cell [i,j] in the CKY chart. For each split point k, the left child comes from cell [i,k] (along row i) and the right child from cell [k,j] (down column j); a rule A -&gt; B C combining them adds A to [i,j].\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:463.743px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 347.807 161.821\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(19.275 -161.173)\">\u003Cpath d=\"M-62.165 97.777L-64.854 97.777Q-64.943 97.753-64.943 97.664L-64.916 97.551Q-64.889 97.507-64.834 97.497Q-64.414 97.497-64.280 97.449Q-64.202 97.384-64.174 97.251L-63.231 93.470Q-63.210 93.419-63.210 93.361Q-63.210 93.306-63.383 93.291Q-63.556 93.276-63.727 93.276Q-63.819 93.248-63.819 93.163L-63.791 93.053Q-63.761 93.006-63.706 92.995L-61.180 92.995Q-60.859 92.995-60.543 93.100Q-60.227 93.204-60.016 93.426Q-59.806 93.648-59.806 93.983Q-59.806 94.328-60.040 94.600Q-60.274 94.872-60.620 95.044Q-60.965 95.217-61.307 95.278Q-60.852 95.326-60.515 95.583Q-60.179 95.839-60.179 96.266Q-60.179 96.594-60.362 96.870Q-60.544 97.145-60.857 97.355Q-61.170 97.565-61.510 97.671Q-61.850 97.777-62.165 97.777M-63.638 97.463Q-63.638 97.497-63.433 97.497L-62.305 97.497Q-62.045 97.497-61.780 97.398Q-61.515 97.298-61.307 97.126Q-61.098 96.953-60.973 96.716Q-60.849 96.478-60.849 96.215Q-60.849 95.976-60.955 95.795Q-61.061 95.613-61.254 95.509Q-61.447 95.405-61.676 95.405L-63.132 95.405L-63.607 97.302Q-63.610 97.329-63.624 97.384Q-63.638 97.439-63.638 97.463M-62.664 93.522L-63.077 95.179L-61.929 95.179Q-61.607 95.179-61.262 95.026Q-60.917 94.872-60.691 94.595Q-60.466 94.318-60.466 93.983Q-60.466 93.662-60.691 93.469Q-60.917 93.276-61.249 93.276L-62.335 93.276Q-62.523 93.276-62.568 93.310Q-62.612 93.344-62.664 93.522M-58.955 96.642Q-58.955 96.280-58.794 95.928Q-58.634 95.576-58.348 95.290Q-58.063 95.005-57.713 94.848Q-57.362 94.691-56.993 94.691Q-56.648 94.691-56.373 94.844Q-56.098 94.998-55.940 95.275Q-55.783 95.552-55.783 95.894Q-55.783 96.386-56.067 96.839Q-56.351 97.292-56.809 97.569Q-57.267 97.845-57.745 97.845Q-58.265 97.845-58.610 97.504Q-58.955 97.162-58.955 96.642M-57.728 97.623Q-57.410 97.623-57.152 97.432Q-56.894 97.240-56.720 96.934Q-56.545 96.629-56.455 96.287Q-56.364 95.945-56.364 95.648Q-56.364 95.333-56.533 95.123Q-56.703 94.913-57.010 94.913Q-57.335 94.913-57.593 95.106Q-57.851 95.299-58.027 95.607Q-58.203 95.914-58.292 96.259Q-58.381 96.605-58.381 96.888Q-58.381 97.199-58.207 97.411Q-58.032 97.623-57.728 97.623\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(19.275 -161.173)\">\u003Cpath d=\"M-55.138 96.642Q-55.138 96.280-54.978 95.928Q-54.817 95.576-54.532 95.290Q-54.246 95.005-53.896 94.848Q-53.546 94.691-53.177 94.691Q-52.831 94.691-52.556 94.844Q-52.281 94.998-52.124 95.275Q-51.967 95.552-51.967 95.894Q-51.967 96.386-52.250 96.839Q-52.534 97.292-52.992 97.569Q-53.450 97.845-53.929 97.845Q-54.448 97.845-54.793 97.504Q-55.138 97.162-55.138 96.642M-53.911 97.623Q-53.594 97.623-53.336 97.432Q-53.077 97.240-52.903 96.934Q-52.729 96.629-52.638 96.287Q-52.548 95.945-52.548 95.648Q-52.548 95.333-52.717 95.123Q-52.886 94.913-53.194 94.913Q-53.518 94.913-53.776 95.106Q-54.034 95.299-54.211 95.607Q-54.387 95.914-54.475 96.259Q-54.564 96.605-54.564 96.888Q-54.564 97.199-54.390 97.411Q-54.216 97.623-53.911 97.623M-51.163 97.623Q-51.163 97.589-51.153 97.569L-50.155 93.556Q-50.117 93.460-50.117 93.368Q-50.117 93.276-50.552 93.276Q-50.637 93.248-50.637 93.163L-50.610 93.053Q-50.603 93.012-50.531 92.995L-49.581 92.920Q-49.536 92.920-49.506 92.946Q-49.475 92.971-49.475 93.023L-50.196 95.907Q-49.947 95.798-49.547 95.417Q-49.147 95.036-48.914 94.863Q-48.682 94.691-48.347 94.691Q-48.135 94.691-47.990 94.827Q-47.845 94.964-47.845 95.179Q-47.845 95.354-47.949 95.484Q-48.053 95.613-48.221 95.613Q-48.326 95.613-48.403 95.543Q-48.480 95.473-48.480 95.367Q-48.480 95.248-48.402 95.145Q-48.323 95.043-48.200 95.012Q-48.244 94.913-48.361 94.913Q-48.562 94.913-48.767 95.032Q-48.972 95.152-49.210 95.371Q-49.448 95.590-49.627 95.755Q-49.806 95.921-49.936 96.006Q-49.516 96.054-49.208 96.224Q-48.901 96.393-48.901 96.755Q-48.901 96.840-48.940 97.027Q-48.979 97.213-48.979 97.288Q-48.979 97.623-48.754 97.623Q-48.518 97.623-48.391 97.360Q-48.265 97.097-48.186 96.748Q-48.162 96.687-48.111 96.687L-47.940 96.687Q-47.906 96.687-47.886 96.712Q-47.865 96.738-47.865 96.769Q-47.865 96.782-47.872 96.796Q-47.971 97.199-48.197 97.522Q-48.422 97.845-48.767 97.845Q-49.078 97.845-49.287 97.645Q-49.495 97.445-49.495 97.134Q-49.495 97.097-49.471 96.972Q-49.448 96.847-49.448 96.769Q-49.448 96.584-49.577 96.465Q-49.707 96.345-49.900 96.285Q-50.094 96.225-50.271 96.208L-50.623 97.616Q-50.651 97.715-50.736 97.780Q-50.822 97.845-50.924 97.845Q-51.023 97.845-51.093 97.784Q-51.163 97.722-51.163 97.623\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(79.695 -161.173)\">\u003Cpath d=\"M-64.622 97.189Q-64.622 97.093-64.602 97.001L-64.113 95.039L-64.854 95.039Q-64.943 95.015-64.943 94.926L-64.916 94.817Q-64.899 94.773-64.834 94.759L-64.041 94.759L-63.761 93.648Q-63.733 93.539-63.645 93.470Q-63.556 93.402-63.446 93.402Q-63.354 93.402-63.286 93.462Q-63.217 93.522-63.217 93.617Q-63.217 93.641-63.219 93.653Q-63.221 93.665-63.224 93.682L-63.498 94.759L-62.752 94.759Q-62.670 94.786-62.670 94.865L-62.698 94.978Q-62.705 95.022-62.776 95.039L-63.566 95.039L-64.068 97.049Q-64.099 97.203-64.099 97.309Q-64.099 97.623-63.887 97.623Q-63.586 97.623-63.352 97.345Q-63.118 97.066-62.992 96.728Q-62.964 96.687-62.923 96.687L-62.752 96.687Q-62.718 96.687-62.698 96.712Q-62.677 96.738-62.677 96.769Q-62.677 96.782-62.684 96.796Q-62.848 97.223-63.169 97.534Q-63.491 97.845-63.901 97.845Q-64.202 97.845-64.412 97.662Q-64.622 97.480-64.622 97.189M-62.175 97.623Q-62.175 97.589-62.165 97.569L-61.166 93.556Q-61.129 93.460-61.129 93.368Q-61.129 93.276-61.563 93.276Q-61.648 93.248-61.648 93.163L-61.621 93.053Q-61.614 93.012-61.542 92.995L-60.592 92.920Q-60.548 92.920-60.517 92.946Q-60.486 92.971-60.486 93.023L-61.026 95.193Q-60.568 94.691-59.967 94.691Q-59.717 94.691-59.517 94.776Q-59.317 94.861-59.205 95.034Q-59.092 95.207-59.092 95.466Q-59.092 95.627-59.138 95.832Q-59.184 96.037-59.246 96.225Q-59.307 96.413-59.403 96.663Q-59.499 96.912-59.550 97.049Q-59.625 97.254-59.625 97.404Q-59.625 97.623-59.471 97.623Q-59.287 97.623-59.148 97.481Q-59.010 97.340-58.923 97.141Q-58.835 96.943-58.784 96.748Q-58.760 96.687-58.709 96.687L-58.541 96.687Q-58.507 96.687-58.485 96.712Q-58.463 96.738-58.463 96.769Q-58.463 96.782-58.470 96.796Q-58.531 97.046-58.671 97.287Q-58.811 97.527-59.022 97.686Q-59.232 97.845-59.485 97.845Q-59.758 97.845-59.945 97.681Q-60.131 97.517-60.131 97.251Q-60.131 97.114-60.080 97.001Q-59.868 96.437-59.743 96.051Q-59.618 95.665-59.618 95.378Q-59.618 95.176-59.704 95.044Q-59.789 94.913-59.984 94.913Q-60.732 94.913-61.221 95.959L-61.635 97.616Q-61.662 97.715-61.748 97.780Q-61.833 97.845-61.936 97.845Q-62.035 97.845-62.105 97.784Q-62.175 97.722-62.175 97.623M-57.106 96.834Q-57.106 97.152-56.945 97.387Q-56.785 97.623-56.480 97.623Q-56.214 97.623-55.946 97.543Q-55.677 97.463-55.452 97.314Q-55.226 97.165-55.062 96.957Q-55.035 96.929-54.997 96.929Q-54.942 96.929-54.879 96.996Q-54.816 97.063-54.816 97.110Q-54.816 97.148-54.836 97.169Q-55.031 97.408-55.301 97.560Q-55.571 97.712-55.875 97.779Q-56.180 97.845-56.498 97.845Q-56.853 97.845-57.121 97.671Q-57.390 97.497-57.531 97.201Q-57.673 96.905-57.673 96.553Q-57.673 96.041-57.405 95.613Q-57.137 95.186-56.696 94.938Q-56.255 94.691-55.746 94.691Q-55.424 94.691-55.163 94.844Q-54.901 94.998-54.901 95.306Q-54.901 95.709-55.255 95.906Q-55.609 96.102-56.045 96.148Q-56.480 96.194-56.993 96.194L-57.014 96.194Q-57.106 96.605-57.106 96.834M-56.959 95.972Q-56.559 95.972-56.209 95.938Q-55.858 95.904-55.561 95.759Q-55.264 95.613-55.264 95.313Q-55.264 95.128-55.417 95.020Q-55.571 94.913-55.763 94.913Q-56.063 94.913-56.306 95.058Q-56.549 95.203-56.711 95.441Q-56.874 95.678-56.959 95.972\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(132.107 -161.853)\">\u003Cpath d=\"M-65.716 98.731Q-65.716 98.567-65.612 98.445Q-65.507 98.324-65.343 98.324Q-65.234 98.324-65.159 98.392Q-65.083 98.461-65.083 98.567Q-65.083 98.662-65.143 98.756Q-65.203 98.850-65.302 98.898Q-65.189 98.980-65.022 98.980Q-64.899 98.980-64.798 98.814Q-64.697 98.649-64.634 98.437Q-64.571 98.225-64.525 97.994Q-64.478 97.763-64.455 97.616Q-64.369 97.186-64.287 96.721L-63.973 95.039L-64.602 95.039Q-64.694 95.012-64.694 94.926L-64.666 94.817Q-64.646 94.773-64.581 94.759L-63.921 94.759L-63.839 94.304Q-63.757 93.863-63.668 93.578Q-63.580 93.293-63.368 93.070Q-63.156 92.848-62.797 92.848Q-62.534 92.848-62.315 92.965Q-62.096 93.081-62.096 93.323Q-62.096 93.487-62.197 93.609Q-62.298 93.730-62.465 93.730Q-62.571 93.730-62.648 93.662Q-62.725 93.593-62.725 93.487Q-62.725 93.388-62.664 93.293Q-62.602 93.197-62.510 93.156Q-62.629 93.074-62.804 93.074Q-62.906 93.074-62.978 93.156Q-63.050 93.238-63.091 93.349Q-63.132 93.460-63.161 93.605Q-63.190 93.751-63.204 93.822Q-63.272 94.157-63.292 94.291L-63.378 94.759L-62.629 94.759Q-62.537 94.783-62.537 94.865L-62.564 94.978Q-62.571 95.022-62.650 95.039L-63.433 95.039L-63.740 96.714Q-63.771 96.888-63.867 97.375Q-63.962 97.862-64.101 98.261Q-64.239 98.659-64.475 98.932Q-64.711 99.206-65.036 99.206Q-65.295 99.206-65.506 99.088Q-65.716 98.970-65.716 98.731\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(132.107 -161.853)\">\u003Cpath d=\"M-60.726 97.189Q-60.726 97.097-60.706 97.015L-59.844 93.556Q-59.807 93.460-59.807 93.368Q-59.807 93.276-60.241 93.276Q-60.326 93.248-60.326 93.163L-60.299 93.053Q-60.292 93.012-60.220 92.995L-59.270 92.920Q-59.232 92.920-59.198 92.947Q-59.164 92.975-59.164 93.023L-60.172 97.049Q-60.200 97.220-60.200 97.309Q-60.200 97.623-59.991 97.623Q-59.807 97.623-59.696 97.350Q-59.585 97.076-59.513 96.748Q-59.489 96.687-59.438 96.687L-59.270 96.687Q-59.236 96.687-59.214 96.712Q-59.191 96.738-59.191 96.769Q-59.191 96.782-59.198 96.796Q-59.267 97.066-59.357 97.292Q-59.448 97.517-59.612 97.681Q-59.776 97.845-60.005 97.845Q-60.306 97.845-60.516 97.662Q-60.726 97.480-60.726 97.189M-58.289 97.251Q-58.289 97.128-58.238 97.001L-57.650 95.487Q-57.575 95.285-57.575 95.131Q-57.575 94.913-57.735 94.913Q-57.992 94.913-58.158 95.178Q-58.323 95.443-58.422 95.788Q-58.433 95.853-58.491 95.853L-58.658 95.853Q-58.689 95.853-58.713 95.822Q-58.737 95.791-58.737 95.767L-58.737 95.740Q-58.669 95.480-58.528 95.243Q-58.388 95.005-58.178 94.848Q-57.968 94.691-57.715 94.691Q-57.452 94.691-57.260 94.855Q-57.069 95.019-57.069 95.285Q-57.069 95.391-57.120 95.538L-57.708 97.049Q-57.783 97.254-57.783 97.404Q-57.783 97.623-57.629 97.623Q-57.363 97.623-57.194 97.350Q-57.024 97.076-56.946 96.748Q-56.915 96.687-56.867 96.687L-56.700 96.687Q-56.666 96.687-56.643 96.716Q-56.621 96.745-56.621 96.769Q-56.621 96.782-56.628 96.796Q-56.690 97.046-56.831 97.288Q-56.973 97.531-57.182 97.688Q-57.390 97.845-57.643 97.845Q-57.913 97.845-58.101 97.681Q-58.289 97.517-58.289 97.251M-57.448 93.528Q-57.448 93.388-57.339 93.279Q-57.230 93.170-57.086 93.170Q-56.977 93.170-56.901 93.241Q-56.826 93.313-56.826 93.423Q-56.826 93.566-56.941 93.674Q-57.055 93.781-57.195 93.781Q-57.301 93.781-57.375 93.711Q-57.448 93.641-57.448 93.528M-56.228 98.792Q-56.228 98.628-56.122 98.510Q-56.016 98.392-55.852 98.392Q-55.750 98.392-55.674 98.461Q-55.599 98.529-55.599 98.638Q-55.599 98.819-55.753 98.932Q-55.572 98.980-55.192 98.980Q-54.974 98.980-54.772 98.876Q-54.570 98.772-54.423 98.590Q-54.276 98.409-54.229 98.204L-54.037 97.449Q-54.447 97.777-54.844 97.777Q-55.302 97.777-55.580 97.447Q-55.859 97.117-55.859 96.649Q-55.859 96.318-55.722 95.971Q-55.585 95.624-55.339 95.330Q-55.093 95.036-54.777 94.863Q-54.461 94.691-54.116 94.691Q-53.904 94.691-53.724 94.788Q-53.545 94.885-53.436 95.053Q-53.405 94.954-53.319 94.889Q-53.234 94.824-53.128 94.824Q-53.029 94.824-52.964 94.884Q-52.899 94.944-52.899 95.039Q-52.899 95.084-52.906 95.104L-53.695 98.252Q-53.771 98.560-54.008 98.773Q-54.246 98.987-54.565 99.096Q-54.885 99.206-55.199 99.206Q-55.449 99.206-55.661 99.185Q-55.873 99.165-56.050 99.072Q-56.228 98.980-56.228 98.792M-54.830 97.551Q-54.560 97.551-54.312 97.345Q-54.065 97.138-53.890 96.861L-53.569 95.572Q-53.600 95.309-53.740 95.111Q-53.880 94.913-54.129 94.913Q-54.485 94.913-54.752 95.263Q-55.018 95.613-55.158 96.100Q-55.298 96.588-55.298 96.929Q-55.298 97.182-55.182 97.367Q-55.066 97.551-54.830 97.551M-52.304 97.623Q-52.304 97.589-52.294 97.569L-51.296 93.556Q-51.258 93.460-51.258 93.368Q-51.258 93.276-51.692 93.276Q-51.778 93.248-51.778 93.163L-51.751 93.053Q-51.744 93.012-51.672 92.995L-50.722 92.920Q-50.677 92.920-50.647 92.946Q-50.616 92.971-50.616 93.023L-51.156 95.193Q-50.698 94.691-50.096 94.691Q-49.847 94.691-49.647 94.776Q-49.447 94.861-49.334 95.034Q-49.221 95.207-49.221 95.466Q-49.221 95.627-49.267 95.832Q-49.314 96.037-49.375 96.225Q-49.437 96.413-49.532 96.663Q-49.628 96.912-49.679 97.049Q-49.754 97.254-49.754 97.404Q-49.754 97.623-49.601 97.623Q-49.416 97.623-49.278 97.481Q-49.139 97.340-49.052 97.141Q-48.965 96.943-48.914 96.748Q-48.890 96.687-48.838 96.687L-48.671 96.687Q-48.637 96.687-48.615 96.712Q-48.592 96.738-48.592 96.769Q-48.592 96.782-48.599 96.796Q-48.661 97.046-48.801 97.287Q-48.941 97.527-49.151 97.686Q-49.361 97.845-49.614 97.845Q-49.888 97.845-50.074 97.681Q-50.260 97.517-50.260 97.251Q-50.260 97.114-50.209 97.001Q-49.997 96.437-49.872 96.051Q-49.748 95.665-49.748 95.378Q-49.748 95.176-49.833 95.044Q-49.919 94.913-50.113 94.913Q-50.862 94.913-51.351 95.959L-51.764 97.616Q-51.792 97.715-51.877 97.780Q-51.962 97.845-52.065 97.845Q-52.164 97.845-52.234 97.784Q-52.304 97.722-52.304 97.623M-47.752 97.189Q-47.752 97.093-47.731 97.001L-47.242 95.039L-47.984 95.039Q-48.073 95.015-48.073 94.926L-48.045 94.817Q-48.028 94.773-47.963 94.759L-47.170 94.759L-46.890 93.648Q-46.863 93.539-46.774 93.470Q-46.685 93.402-46.576 93.402Q-46.483 93.402-46.415 93.462Q-46.347 93.522-46.347 93.617Q-46.347 93.641-46.348 93.653Q-46.350 93.665-46.354 93.682L-46.627 94.759L-45.882 94.759Q-45.800 94.786-45.800 94.865L-45.827 94.978Q-45.834 95.022-45.906 95.039L-46.695 95.039L-47.198 97.049Q-47.229 97.203-47.229 97.309Q-47.229 97.623-47.017 97.623Q-46.716 97.623-46.482 97.345Q-46.248 97.066-46.121 96.728Q-46.094 96.687-46.053 96.687L-45.882 96.687Q-45.848 96.687-45.827 96.712Q-45.807 96.738-45.807 96.769Q-45.807 96.782-45.814 96.796Q-45.978 97.223-46.299 97.534Q-46.620 97.845-47.030 97.845Q-47.331 97.845-47.541 97.662Q-47.752 97.480-47.752 97.189\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti7\" font-size=\"7\">\u003Cg transform=\"translate(185.478 -161.853)\">\u003Cpath d=\"M-64.622 97.189Q-64.622 97.093-64.602 97.001L-64.113 95.039L-64.854 95.039Q-64.943 95.015-64.943 94.926L-64.916 94.817Q-64.899 94.773-64.834 94.759L-64.041 94.759L-63.761 93.648Q-63.733 93.539-63.645 93.470Q-63.556 93.402-63.446 93.402Q-63.354 93.402-63.286 93.462Q-63.217 93.522-63.217 93.617Q-63.217 93.641-63.219 93.653Q-63.221 93.665-63.224 93.682L-63.498 94.759L-62.752 94.759Q-62.670 94.786-62.670 94.865L-62.698 94.978Q-62.705 95.022-62.776 95.039L-63.566 95.039L-64.068 97.049Q-64.099 97.203-64.099 97.309Q-64.099 97.623-63.887 97.623Q-63.586 97.623-63.352 97.345Q-63.118 97.066-62.992 96.728Q-62.964 96.687-62.923 96.687L-62.752 96.687Q-62.718 96.687-62.698 96.712Q-62.677 96.738-62.677 96.769Q-62.677 96.782-62.684 96.796Q-62.848 97.223-63.169 97.534Q-63.491 97.845-63.901 97.845Q-64.202 97.845-64.412 97.662Q-64.622 97.480-64.622 97.189M-62.175 97.623Q-62.175 97.589-62.165 97.569L-61.166 93.556Q-61.129 93.460-61.129 93.368Q-61.129 93.276-61.563 93.276Q-61.648 93.248-61.648 93.163L-61.621 93.053Q-61.614 93.012-61.542 92.995L-60.592 92.920Q-60.548 92.920-60.517 92.946Q-60.486 92.971-60.486 93.023L-61.026 95.193Q-60.568 94.691-59.967 94.691Q-59.717 94.691-59.517 94.776Q-59.317 94.861-59.205 95.034Q-59.092 95.207-59.092 95.466Q-59.092 95.627-59.138 95.832Q-59.184 96.037-59.246 96.225Q-59.307 96.413-59.403 96.663Q-59.499 96.912-59.550 97.049Q-59.625 97.254-59.625 97.404Q-59.625 97.623-59.471 97.623Q-59.287 97.623-59.148 97.481Q-59.010 97.340-58.923 97.141Q-58.835 96.943-58.784 96.748Q-58.760 96.687-58.709 96.687L-58.541 96.687Q-58.507 96.687-58.485 96.712Q-58.463 96.738-58.463 96.769Q-58.463 96.782-58.470 96.796Q-58.531 97.046-58.671 97.287Q-58.811 97.527-59.022 97.686Q-59.232 97.845-59.485 97.845Q-59.758 97.845-59.945 97.681Q-60.131 97.517-60.131 97.251Q-60.131 97.114-60.080 97.001Q-59.868 96.437-59.743 96.051Q-59.618 95.665-59.618 95.378Q-59.618 95.176-59.704 95.044Q-59.789 94.913-59.984 94.913Q-60.732 94.913-61.221 95.959L-61.635 97.616Q-61.662 97.715-61.748 97.780Q-61.833 97.845-61.936 97.845Q-62.035 97.845-62.105 97.784Q-62.175 97.722-62.175 97.623M-57.547 97.630Q-57.547 97.589-57.540 97.569L-57.020 95.487Q-56.986 95.350-56.986 95.231Q-56.986 95.101-57.032 95.007Q-57.079 94.913-57.195 94.913Q-57.301 94.913-57.381 95.005Q-57.461 95.097-57.521 95.243Q-57.581 95.388-57.622 95.543Q-57.663 95.699-57.687 95.788Q-57.697 95.853-57.755 95.853L-57.923 95.853Q-57.954 95.853-57.978 95.822Q-58.001 95.791-58.001 95.767L-58.001 95.740Q-57.882 95.292-57.701 94.991Q-57.520 94.691-57.181 94.691Q-56.945 94.691-56.750 94.810Q-56.556 94.930-56.491 95.152Q-56.306 94.933-56.067 94.812Q-55.828 94.691-55.551 94.691Q-55.219 94.691-54.954 94.805Q-54.689 94.920-54.689 95.200Q-54.689 95.367-54.794 95.490Q-54.898 95.613-55.062 95.613Q-55.168 95.613-55.243 95.542Q-55.318 95.470-55.318 95.367Q-55.318 95.268-55.259 95.174Q-55.199 95.080-55.103 95.039Q-55.250 94.913-55.564 94.913Q-56.145 94.913-56.552 95.801L-57 97.603Q-57.027 97.709-57.118 97.777Q-57.208 97.845-57.314 97.845Q-57.407 97.845-57.477 97.784Q-57.547 97.722-57.547 97.630\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(185.478 -161.853)\">\u003Cpath d=\"M-54.610 96.642Q-54.610 96.280-54.450 95.928Q-54.289 95.576-54.004 95.290Q-53.718 95.005-53.368 94.848Q-53.018 94.691-52.649 94.691Q-52.303 94.691-52.028 94.844Q-51.753 94.998-51.596 95.275Q-51.439 95.552-51.439 95.894Q-51.439 96.386-51.722 96.839Q-52.006 97.292-52.464 97.569Q-52.922 97.845-53.401 97.845Q-53.920 97.845-54.265 97.504Q-54.610 97.162-54.610 96.642M-53.383 97.623Q-53.066 97.623-52.808 97.432Q-52.549 97.240-52.375 96.934Q-52.201 96.629-52.110 96.287Q-52.020 95.945-52.020 95.648Q-52.020 95.333-52.189 95.123Q-52.358 94.913-52.666 94.913Q-52.990 94.913-53.248 95.106Q-53.506 95.299-53.683 95.607Q-53.859 95.914-53.947 96.259Q-54.036 96.605-54.036 96.888Q-54.036 97.199-53.862 97.411Q-53.688 97.623-53.383 97.623M-50.024 96.981Q-50.024 96.820-49.986 96.627Q-49.948 96.434-49.885 96.247Q-49.822 96.061-49.747 95.866Q-49.672 95.672-49.596 95.487Q-49.521 95.285-49.521 95.131Q-49.521 94.913-49.675 94.913Q-49.938 94.913-50.104 95.178Q-50.270 95.443-50.369 95.788Q-50.379 95.853-50.437 95.853L-50.605 95.853Q-50.635 95.853-50.659 95.822Q-50.683 95.791-50.683 95.767L-50.683 95.740Q-50.615 95.480-50.475 95.243Q-50.335 95.005-50.124 94.848Q-49.914 94.691-49.661 94.691Q-49.398 94.691-49.207 94.855Q-49.015 95.019-49.015 95.285Q-49.015 95.419-49.067 95.538Q-49.145 95.740-49.234 95.972Q-49.323 96.205-49.372 96.364Q-49.422 96.523-49.461 96.711Q-49.501 96.899-49.501 97.069Q-49.501 97.309-49.393 97.466Q-49.285 97.623-49.060 97.623Q-48.571 97.623-48.226 96.970L-47.730 95.005Q-47.696 94.892-47.612 94.826Q-47.528 94.759-47.423 94.759Q-47.327 94.759-47.258 94.820Q-47.190 94.882-47.190 94.978Q-47.190 95.002-47.192 95.017Q-47.194 95.032-47.197 95.053L-47.699 97.049Q-47.730 97.203-47.730 97.309Q-47.730 97.623-47.518 97.623Q-47.381 97.623-47.284 97.466Q-47.187 97.309-47.134 97.124Q-47.081 96.940-47.036 96.748Q-47.012 96.687-46.958 96.687L-46.790 96.687Q-46.756 96.687-46.735 96.712Q-46.715 96.738-46.715 96.769Q-46.715 96.782-46.722 96.796Q-46.780 97.052-46.877 97.285Q-46.975 97.517-47.139 97.681Q-47.303 97.845-47.532 97.845Q-47.761 97.845-47.947 97.736Q-48.133 97.627-48.219 97.422Q-48.595 97.845-49.073 97.845Q-49.504 97.845-49.764 97.625Q-50.024 97.404-50.024 96.981M-46.329 98.792Q-46.329 98.628-46.223 98.510Q-46.117 98.392-45.953 98.392Q-45.850 98.392-45.775 98.461Q-45.700 98.529-45.700 98.638Q-45.700 98.819-45.854 98.932Q-45.673 98.980-45.293 98.980Q-45.074 98.980-44.873 98.876Q-44.671 98.772-44.524 98.590Q-44.377 98.409-44.329 98.204L-44.138 97.449Q-44.548 97.777-44.944 97.777Q-45.402 97.777-45.681 97.447Q-45.960 97.117-45.960 96.649Q-45.960 96.318-45.823 95.971Q-45.686 95.624-45.440 95.330Q-45.194 95.036-44.878 94.863Q-44.562 94.691-44.216 94.691Q-44.005 94.691-43.825 94.788Q-43.646 94.885-43.536 95.053Q-43.506 94.954-43.420 94.889Q-43.335 94.824-43.229 94.824Q-43.130 94.824-43.065 94.884Q-43 94.944-43 95.039Q-43 95.084-43.006 95.104L-43.796 98.252Q-43.871 98.560-44.109 98.773Q-44.346 98.987-44.666 99.096Q-44.985 99.206-45.300 99.206Q-45.549 99.206-45.761 99.185Q-45.973 99.165-46.151 99.072Q-46.329 98.980-46.329 98.792M-44.931 97.551Q-44.661 97.551-44.413 97.345Q-44.165 97.138-43.991 96.861L-43.670 95.572Q-43.700 95.309-43.840 95.111Q-43.981 94.913-44.230 94.913Q-44.586 94.913-44.852 95.263Q-45.119 95.613-45.259 96.100Q-45.399 96.588-45.399 96.929Q-45.399 97.182-45.283 97.367Q-45.167 97.551-44.931 97.551M-42.405 97.623Q-42.405 97.589-42.395 97.569L-41.397 93.556Q-41.359 93.460-41.359 93.368Q-41.359 93.276-41.793 93.276Q-41.879 93.248-41.879 93.163L-41.851 93.053Q-41.844 93.012-41.773 92.995L-40.822 92.920Q-40.778 92.920-40.747 92.946Q-40.716 92.971-40.716 93.023L-41.256 95.193Q-40.798 94.691-40.197 94.691Q-39.947 94.691-39.747 94.776Q-39.548 94.861-39.435 95.034Q-39.322 95.207-39.322 95.466Q-39.322 95.627-39.368 95.832Q-39.414 96.037-39.476 96.225Q-39.537 96.413-39.633 96.663Q-39.729 96.912-39.780 97.049Q-39.855 97.254-39.855 97.404Q-39.855 97.623-39.701 97.623Q-39.517 97.623-39.378 97.481Q-39.240 97.340-39.153 97.141Q-39.066 96.943-39.014 96.748Q-38.990 96.687-38.939 96.687L-38.772 96.687Q-38.737 96.687-38.715 96.712Q-38.693 96.738-38.693 96.769Q-38.693 96.782-38.700 96.796Q-38.761 97.046-38.902 97.287Q-39.042 97.527-39.252 97.686Q-39.462 97.845-39.715 97.845Q-39.988 97.845-40.175 97.681Q-40.361 97.517-40.361 97.251Q-40.361 97.114-40.310 97.001Q-40.098 96.437-39.973 96.051Q-39.848 95.665-39.848 95.378Q-39.848 95.176-39.934 95.044Q-40.019 94.913-40.214 94.913Q-40.963 94.913-41.451 95.959L-41.865 97.616Q-41.892 97.715-41.978 97.780Q-42.063 97.845-42.166 97.845Q-42.265 97.845-42.335 97.784Q-42.405 97.722-42.405 97.623\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(240.898 -161.23)\">\u003Cpath d=\"M-63.098 97.777L-64.882 97.777Q-64.913 97.777-64.940 97.741Q-64.967 97.705-64.967 97.664L-64.936 97.551Q-64.919 97.510-64.854 97.497Q-64.434 97.497-64.301 97.449Q-64.219 97.381-64.195 97.251L-63.251 93.470Q-63.231 93.419-63.231 93.361Q-63.231 93.306-63.404 93.291Q-63.576 93.276-63.747 93.276Q-63.839 93.252-63.839 93.163L-63.812 93.053Q-63.805 93.012-63.727 92.995L-61.949 92.995Q-61.918 92.995-61.891 93.031Q-61.864 93.067-61.864 93.101L-61.895 93.214Q-61.901 93.258-61.970 93.276Q-62.397 93.276-62.530 93.323Q-62.595 93.378-62.636 93.522L-63.040 95.152L-60.808 95.152L-60.387 93.470Q-60.367 93.419-60.367 93.361Q-60.367 93.306-60.539 93.291Q-60.712 93.276-60.886 93.276Q-60.975 93.252-60.975 93.163L-60.948 93.053Q-60.941 93.009-60.866 92.995L-59.085 92.995Q-59.051 92.995-59.027 93.028Q-59.003 93.060-59.003 93.101L-59.030 93.214Q-59.037 93.258-59.105 93.276Q-59.533 93.276-59.666 93.323Q-59.731 93.375-59.772 93.522L-60.715 97.302Q-60.732 97.360-60.732 97.415Q-60.732 97.497-60.213 97.497Q-60.121 97.524-60.121 97.603L-60.151 97.715Q-60.168 97.763-60.233 97.777L-62.018 97.777Q-62.055 97.777-62.079 97.741Q-62.103 97.705-62.103 97.664L-62.076 97.551Q-62.059 97.510-61.990 97.497Q-61.570 97.497-61.436 97.449Q-61.358 97.384-61.334 97.251L-60.879 95.432L-63.111 95.432L-63.580 97.302Q-63.593 97.370-63.593 97.415Q-63.593 97.497-63.077 97.497Q-62.985 97.521-62.985 97.603L-63.012 97.715Q-63.029 97.763-63.098 97.777M-58.651 96.642Q-58.651 96.280-58.490 95.928Q-58.330 95.576-58.044 95.290Q-57.759 95.005-57.408 94.848Q-57.058 94.691-56.689 94.691Q-56.344 94.691-56.069 94.844Q-55.793 94.998-55.636 95.275Q-55.479 95.552-55.479 95.894Q-55.479 96.386-55.763 96.839Q-56.046 97.292-56.504 97.569Q-56.962 97.845-57.441 97.845Q-57.960 97.845-58.306 97.504Q-58.651 97.162-58.651 96.642M-57.424 97.623Q-57.106 97.623-56.848 97.432Q-56.590 97.240-56.415 96.934Q-56.241 96.629-56.151 96.287Q-56.060 95.945-56.060 95.648Q-56.060 95.333-56.229 95.123Q-56.398 94.913-56.706 94.913Q-57.031 94.913-57.289 95.106Q-57.547 95.299-57.723 95.607Q-57.899 95.914-57.988 96.259Q-58.077 96.605-58.077 96.888Q-58.077 97.199-57.902 97.411Q-57.728 97.623-57.424 97.623M-54.064 96.981Q-54.064 96.820-54.026 96.627Q-53.989 96.434-53.926 96.247Q-53.862 96.061-53.787 95.866Q-53.712 95.672-53.637 95.487Q-53.561 95.285-53.561 95.131Q-53.561 94.913-53.715 94.913Q-53.978 94.913-54.144 95.178Q-54.310 95.443-54.409 95.788Q-54.419 95.853-54.478 95.853L-54.645 95.853Q-54.676 95.853-54.700 95.822Q-54.724 95.791-54.724 95.767L-54.724 95.740Q-54.655 95.480-54.515 95.243Q-54.375 95.005-54.165 94.848Q-53.955 94.691-53.702 94.691Q-53.438 94.691-53.247 94.855Q-53.056 95.019-53.056 95.285Q-53.056 95.419-53.107 95.538Q-53.186 95.740-53.274 95.972Q-53.363 96.205-53.413 96.364Q-53.462 96.523-53.502 96.711Q-53.541 96.899-53.541 97.069Q-53.541 97.309-53.433 97.466Q-53.326 97.623-53.100 97.623Q-52.611 97.623-52.266 96.970L-51.770 95.005Q-51.736 94.892-51.653 94.826Q-51.569 94.759-51.463 94.759Q-51.367 94.759-51.299 94.820Q-51.230 94.882-51.230 94.978Q-51.230 95.002-51.232 95.017Q-51.234 95.032-51.237 95.053L-51.740 97.049Q-51.770 97.203-51.770 97.309Q-51.770 97.623-51.559 97.623Q-51.422 97.623-51.324 97.466Q-51.227 97.309-51.174 97.124Q-51.121 96.940-51.077 96.748Q-51.053 96.687-50.998 96.687L-50.831 96.687Q-50.796 96.687-50.776 96.712Q-50.755 96.738-50.755 96.769Q-50.755 96.782-50.762 96.796Q-50.820 97.052-50.918 97.285Q-51.015 97.517-51.179 97.681Q-51.343 97.845-51.572 97.845Q-51.801 97.845-51.988 97.736Q-52.174 97.627-52.259 97.422Q-52.635 97.845-53.114 97.845Q-53.544 97.845-53.804 97.625Q-54.064 97.404-54.064 96.981M-49.915 97.316Q-49.754 97.623-49.186 97.623Q-48.954 97.623-48.728 97.550Q-48.503 97.476-48.351 97.319Q-48.199 97.162-48.199 96.929Q-48.199 96.765-48.339 96.654Q-48.479 96.543-48.664 96.502L-49.053 96.427Q-49.330 96.372-49.515 96.188Q-49.699 96.003-49.699 95.733Q-49.699 95.490-49.595 95.297Q-49.491 95.104-49.311 94.966Q-49.132 94.827-48.908 94.759Q-48.684 94.691-48.458 94.691Q-48.124 94.691-47.853 94.838Q-47.583 94.985-47.583 95.292Q-47.583 95.391-47.621 95.484Q-47.659 95.576-47.734 95.634Q-47.809 95.692-47.915 95.692Q-48.011 95.692-48.077 95.629Q-48.144 95.566-48.144 95.473Q-48.144 95.412-48.117 95.350Q-48.089 95.289-48.040 95.243Q-47.990 95.196-47.929 95.173Q-47.997 95.032-48.149 94.973Q-48.301 94.913-48.472 94.913Q-48.650 94.913-48.824 94.976Q-48.999 95.039-49.110 95.166Q-49.221 95.292-49.221 95.480Q-49.221 95.610-49.127 95.695Q-49.033 95.781-48.886 95.819L-48.493 95.894Q-48.277 95.938-48.105 96.041Q-47.932 96.143-47.828 96.306Q-47.724 96.468-47.724 96.676Q-47.724 96.923-47.855 97.160Q-47.987 97.398-48.192 97.551Q-48.599 97.845-49.200 97.845Q-49.443 97.845-49.691 97.780Q-49.938 97.715-50.106 97.565Q-50.273 97.415-50.273 97.169Q-50.273 96.987-50.173 96.854Q-50.072 96.721-49.894 96.721Q-49.785 96.721-49.709 96.787Q-49.634 96.854-49.634 96.957Q-49.634 97.080-49.715 97.182Q-49.795 97.285-49.915 97.316M-46.527 97.189Q-46.527 97.093-46.507 97.001L-46.018 95.039L-46.760 95.039Q-46.849 95.015-46.849 94.926L-46.821 94.817Q-46.804 94.773-46.739 94.759L-45.946 94.759L-45.666 93.648Q-45.639 93.539-45.550 93.470Q-45.461 93.402-45.352 93.402Q-45.259 93.402-45.191 93.462Q-45.123 93.522-45.123 93.617Q-45.123 93.641-45.124 93.653Q-45.126 93.665-45.129 93.682L-45.403 94.759L-44.658 94.759Q-44.576 94.786-44.576 94.865L-44.603 94.978Q-44.610 95.022-44.682 95.039L-45.471 95.039L-45.974 97.049Q-46.004 97.203-46.004 97.309Q-46.004 97.623-45.792 97.623Q-45.492 97.623-45.258 97.345Q-45.023 97.066-44.897 96.728Q-44.870 96.687-44.829 96.687L-44.658 96.687Q-44.624 96.687-44.603 96.712Q-44.582 96.738-44.582 96.769Q-44.582 96.782-44.589 96.796Q-44.753 97.223-45.075 97.534Q-45.396 97.845-45.806 97.845Q-46.107 97.845-46.317 97.662Q-46.527 97.480-46.527 97.189M-43.834 96.642Q-43.834 96.280-43.673 95.928Q-43.513 95.576-43.227 95.290Q-42.942 95.005-42.592 94.848Q-42.241 94.691-41.872 94.691Q-41.527 94.691-41.252 94.844Q-40.977 94.998-40.819 95.275Q-40.662 95.552-40.662 95.894Q-40.662 96.386-40.946 96.839Q-41.229 97.292-41.687 97.569Q-42.145 97.845-42.624 97.845Q-43.144 97.845-43.489 97.504Q-43.834 97.162-43.834 96.642M-42.607 97.623Q-42.289 97.623-42.031 97.432Q-41.773 97.240-41.599 96.934Q-41.424 96.629-41.334 96.287Q-41.243 95.945-41.243 95.648Q-41.243 95.333-41.412 95.123Q-41.582 94.913-41.889 94.913Q-42.214 94.913-42.472 95.106Q-42.730 95.299-42.906 95.607Q-43.082 95.914-43.171 96.259Q-43.260 96.605-43.260 96.888Q-43.260 97.199-43.085 97.411Q-42.911 97.623-42.607 97.623M-39.452 97.630Q-39.452 97.589-39.445 97.569L-38.926 95.487Q-38.892 95.350-38.892 95.231Q-38.892 95.101-38.938 95.007Q-38.984 94.913-39.100 94.913Q-39.206 94.913-39.286 95.005Q-39.367 95.097-39.426 95.243Q-39.486 95.388-39.527 95.543Q-39.568 95.699-39.592 95.788Q-39.603 95.853-39.661 95.853L-39.828 95.853Q-39.859 95.853-39.883 95.822Q-39.907 95.791-39.907 95.767L-39.907 95.740Q-39.787 95.292-39.606 94.991Q-39.425 94.691-39.086 94.691Q-38.912 94.691-38.751 94.762Q-38.591 94.834-38.492 94.966Q-38.393 95.097-38.372 95.272Q-38.153 95.005-37.861 94.848Q-37.569 94.691-37.241 94.691Q-36.991 94.691-36.791 94.776Q-36.591 94.861-36.478 95.034Q-36.366 95.207-36.366 95.466Q-36.366 95.627-36.412 95.832Q-36.458 96.037-36.526 96.247Q-36.595 96.458-36.697 96.726Q-36.800 96.994-36.820 97.049Q-36.895 97.254-36.895 97.404Q-36.895 97.623-36.742 97.623Q-36.557 97.623-36.419 97.481Q-36.280 97.340-36.193 97.141Q-36.106 96.943-36.055 96.748Q-36.031 96.687-35.979 96.687L-35.812 96.687Q-35.778 96.687-35.756 96.716Q-35.733 96.745-35.733 96.769Q-35.733 96.782-35.740 96.796Q-35.802 97.046-35.944 97.288Q-36.085 97.531-36.294 97.688Q-36.502 97.845-36.755 97.845Q-37.029 97.845-37.215 97.681Q-37.401 97.517-37.401 97.251Q-37.401 97.104-37.350 97.001Q-37.138 96.437-37.013 96.051Q-36.889 95.665-36.889 95.378Q-36.889 95.173-36.978 95.043Q-37.066 94.913-37.261 94.913Q-38.017 94.913-38.499 95.972L-38.905 97.603Q-38.933 97.709-39.023 97.777Q-39.114 97.845-39.220 97.845Q-39.312 97.845-39.382 97.784Q-39.452 97.722-39.452 97.630\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-65.403-30.46h56.905v-28.453h-56.905Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-62.852 89.818L-64.694 85.487Q-64.762 85.344-64.943 85.310Q-65.124 85.276-65.388 85.276L-65.388 84.995L-63.419 84.995L-63.419 85.276Q-63.973 85.276-63.973 85.450Q-63.969 85.460-63.968 85.470Q-63.966 85.481-63.966 85.487L-62.445 89.063L-61.013 85.675Q-60.989 85.638-60.989 85.583Q-60.989 85.423-61.139 85.349Q-61.290 85.276-61.474 85.276L-61.474 84.995L-59.926 84.995L-59.926 85.276Q-60.186 85.276-60.396 85.370Q-60.606 85.464-60.702 85.675L-62.458 89.818Q-62.510 89.917-62.605 89.917L-62.705 89.917Q-62.804 89.917-62.852 89.818\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-60.073 88.242Q-60.073 87.921-59.948 87.632Q-59.823 87.343-59.597 87.120Q-59.372 86.896-59.076 86.776Q-58.781 86.656-58.463 86.656Q-58.135 86.656-57.873 86.756Q-57.612 86.855-57.436 87.037Q-57.260 87.220-57.166 87.478Q-57.072 87.736-57.072 88.068Q-57.072 88.160-57.154 88.181L-59.409 88.181L-59.409 88.242Q-59.409 88.830-59.126 89.213Q-58.842 89.596-58.275 89.596Q-57.953 89.596-57.685 89.403Q-57.417 89.210-57.328 88.895Q-57.321 88.854-57.246 88.840L-57.154 88.840Q-57.072 88.864-57.072 88.936Q-57.072 88.943-57.078 88.970Q-57.191 89.367-57.562 89.606Q-57.933 89.845-58.357 89.845Q-58.794 89.845-59.194 89.637Q-59.594 89.428-59.833 89.061Q-60.073 88.694-60.073 88.242M-59.403 87.972L-57.588 87.972Q-57.588 87.695-57.685 87.443Q-57.783 87.190-57.981 87.034Q-58.179 86.879-58.463 86.879Q-58.740 86.879-58.953 87.037Q-59.167 87.196-59.285 87.451Q-59.403 87.706-59.403 87.972M-54.734 89.777L-56.470 89.777L-56.470 89.497Q-56.241 89.497-56.092 89.463Q-55.944 89.428-55.944 89.288L-55.944 87.439Q-55.944 87.169-56.051 87.108Q-56.159 87.046-56.470 87.046L-56.470 86.766L-55.441 86.691L-55.441 87.398Q-55.311 87.090-55.069 86.891Q-54.826 86.691-54.508 86.691Q-54.289 86.691-54.118 86.815Q-53.948 86.940-53.948 87.152Q-53.948 87.289-54.047 87.388Q-54.146 87.487-54.279 87.487Q-54.416 87.487-54.515 87.388Q-54.614 87.289-54.614 87.152Q-54.614 87.012-54.515 86.913Q-54.805 86.913-55.005 87.109Q-55.205 87.306-55.298 87.600Q-55.390 87.894-55.390 88.174L-55.390 89.288Q-55.390 89.497-54.734 89.497L-54.734 89.777M-52.556 89.777L-52.823 89.777L-52.823 85.669Q-52.823 85.399-52.931 85.337Q-53.038 85.276-53.349 85.276L-53.349 84.995L-52.269 84.920L-52.269 87.090Q-52.061 86.899-51.775 86.795Q-51.490 86.691-51.193 86.691Q-50.875 86.691-50.577 86.812Q-50.280 86.933-50.058 87.149Q-49.836 87.364-49.709 87.649Q-49.583 87.935-49.583 88.266Q-49.583 88.711-49.822 89.075Q-50.061 89.439-50.454 89.642Q-50.847 89.845-51.292 89.845Q-51.487 89.845-51.676 89.789Q-51.866 89.733-52.027 89.628Q-52.187 89.524-52.327 89.363L-52.556 89.777M-52.242 87.432L-52.242 89.049Q-52.105 89.309-51.864 89.466Q-51.623 89.623-51.346 89.623Q-51.053 89.623-50.841 89.516Q-50.629 89.408-50.495 89.216Q-50.362 89.025-50.304 88.786Q-50.246 88.547-50.246 88.266Q-50.246 87.907-50.340 87.603Q-50.434 87.299-50.661 87.106Q-50.888 86.913-51.254 86.913Q-51.555 86.913-51.822 87.049Q-52.088 87.186-52.242 87.432M-48.448 91.007Q-48.448 90.973-48.421 90.946Q-48.151 90.717-48.002 90.394Q-47.853 90.071-47.853 89.715L-47.853 89.678Q-47.963 89.777-48.127 89.777Q-48.308 89.777-48.428 89.657Q-48.547 89.538-48.547 89.357Q-48.547 89.182-48.428 89.063Q-48.308 88.943-48.127 88.943Q-47.870 88.943-47.751 89.182Q-47.631 89.422-47.631 89.715Q-47.631 90.115-47.800 90.486Q-47.970 90.857-48.267 91.113Q-48.298 91.134-48.325 91.134Q-48.366 91.134-48.407 91.093Q-48.448 91.052-48.448 91.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-42.179 89.777L-43.912 89.777L-43.912 89.497Q-43.190 89.497-43.190 89.097L-43.190 85.310Q-43.423 85.276-43.912 85.276L-43.912 84.995L-42.555 84.995Q-42.514 85.009-42.493 85.023L-39.790 88.670L-39.790 85.675Q-39.790 85.276-40.511 85.276L-40.511 84.995L-38.774 84.995L-38.774 85.276Q-39.496 85.276-39.496 85.675L-39.496 89.685Q-39.513 89.760-39.581 89.777L-39.701 89.777Q-39.749 89.767-39.762 89.743L-42.896 85.522L-42.896 89.097Q-42.896 89.497-42.179 89.497L-42.179 89.777M-38.118 88.294Q-38.118 87.952-37.983 87.653Q-37.848 87.354-37.609 87.130Q-37.370 86.906-37.052 86.781Q-36.734 86.656-36.402 86.656Q-35.958 86.656-35.558 86.872Q-35.158 87.087-34.924 87.465Q-34.690 87.842-34.690 88.294Q-34.690 88.635-34.832 88.919Q-34.974 89.203-35.218 89.410Q-35.462 89.616-35.772 89.731Q-36.081 89.845-36.402 89.845Q-36.833 89.845-37.235 89.644Q-37.636 89.442-37.877 89.090Q-38.118 88.738-38.118 88.294M-36.402 89.596Q-35.801 89.596-35.577 89.218Q-35.353 88.840-35.353 88.208Q-35.353 87.596-35.587 87.237Q-35.821 86.879-36.402 86.879Q-37.455 86.879-37.455 88.208Q-37.455 88.840-37.229 89.218Q-37.004 89.596-36.402 89.596M-33.521 88.943L-33.521 87.439Q-33.521 87.169-33.629 87.108Q-33.736 87.046-34.047 87.046L-34.047 86.766L-32.940 86.691L-32.940 88.923L-32.940 88.943Q-32.940 89.223-32.889 89.367Q-32.837 89.510-32.696 89.567Q-32.554 89.623-32.267 89.623Q-32.014 89.623-31.809 89.483Q-31.603 89.343-31.487 89.117Q-31.371 88.892-31.371 88.642L-31.371 87.439Q-31.371 87.169-31.479 87.108Q-31.586 87.046-31.897 87.046L-31.897 86.766L-30.790 86.691L-30.790 89.104Q-30.790 89.295-30.737 89.377Q-30.684 89.459-30.583 89.478Q-30.482 89.497-30.267 89.497L-30.267 89.777L-31.344 89.845L-31.344 89.281Q-31.453 89.463-31.598 89.586Q-31.744 89.709-31.930 89.777Q-32.116 89.845-32.318 89.845Q-33.521 89.845-33.521 88.943M-27.998 89.777L-29.631 89.777L-29.631 89.497Q-29.402 89.497-29.254 89.463Q-29.105 89.428-29.105 89.288L-29.105 87.439Q-29.105 87.169-29.213 87.108Q-29.320 87.046-29.631 87.046L-29.631 86.766L-28.572 86.691L-28.572 87.340Q-28.401 87.032-28.097 86.861Q-27.792 86.691-27.447 86.691Q-26.941 86.691-26.658 86.914Q-26.374 87.138-26.374 87.634L-26.374 89.288Q-26.374 89.425-26.225 89.461Q-26.077 89.497-25.851 89.497L-25.851 89.777L-27.481 89.777L-27.481 89.497Q-27.252 89.497-27.104 89.463Q-26.955 89.428-26.955 89.288L-26.955 87.648Q-26.955 87.313-27.075 87.113Q-27.194 86.913-27.509 86.913Q-27.779 86.913-28.013 87.049Q-28.247 87.186-28.385 87.420Q-28.524 87.654-28.524 87.928L-28.524 89.288Q-28.524 89.425-28.374 89.461Q-28.223 89.497-27.998 89.497L-27.998 89.777M-24.764 91.007Q-24.764 90.973-24.737 90.946Q-24.467 90.717-24.318 90.394Q-24.169 90.071-24.169 89.715L-24.169 89.678Q-24.279 89.777-24.443 89.777Q-24.624 89.777-24.744 89.657Q-24.863 89.538-24.863 89.357Q-24.863 89.182-24.744 89.063Q-24.624 88.943-24.443 88.943Q-24.187 88.943-24.067 89.182Q-23.947 89.422-23.947 89.715Q-23.947 90.115-24.116 90.486Q-24.286 90.857-24.583 91.113Q-24.614 91.134-24.641 91.134Q-24.682 91.134-24.723 91.093Q-24.764 91.052-24.764 91.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-63.054 97.777L-64.787 97.777L-64.787 97.497Q-64.065 97.497-64.065 97.097L-64.065 93.310Q-64.298 93.276-64.787 93.276L-64.787 92.995L-63.430 92.995Q-63.389 93.009-63.368 93.023L-60.665 96.670L-60.665 93.675Q-60.665 93.276-61.386 93.276L-61.386 92.995L-59.649 92.995L-59.649 93.276Q-60.371 93.276-60.371 93.675L-60.371 97.685Q-60.388 97.760-60.456 97.777L-60.576 97.777Q-60.624 97.767-60.637 97.743L-63.771 93.522L-63.771 97.097Q-63.771 97.497-63.054 97.497L-63.054 97.777M-58.993 96.294Q-58.993 95.952-58.858 95.653Q-58.723 95.354-58.484 95.130Q-58.245 94.906-57.927 94.781Q-57.609 94.656-57.277 94.656Q-56.833 94.656-56.433 94.872Q-56.033 95.087-55.799 95.465Q-55.565 95.842-55.565 96.294Q-55.565 96.635-55.707 96.919Q-55.849 97.203-56.093 97.410Q-56.337 97.616-56.647 97.731Q-56.956 97.845-57.277 97.845Q-57.708 97.845-58.110 97.644Q-58.511 97.442-58.752 97.090Q-58.993 96.738-58.993 96.294M-57.277 97.596Q-56.676 97.596-56.452 97.218Q-56.228 96.840-56.228 96.208Q-56.228 95.596-56.462 95.237Q-56.696 94.879-57.277 94.879Q-58.330 94.879-58.330 96.208Q-58.330 96.840-58.104 97.218Q-57.879 97.596-57.277 97.596M-53.289 97.777L-54.922 97.777L-54.922 97.497Q-54.693 97.497-54.545 97.463Q-54.396 97.428-54.396 97.288L-54.396 95.439Q-54.396 95.169-54.504 95.108Q-54.611 95.046-54.922 95.046L-54.922 94.766L-53.863 94.691L-53.863 95.340Q-53.692 95.032-53.388 94.861Q-53.083 94.691-52.738 94.691Q-52.338 94.691-52.062 94.831Q-51.785 94.971-51.699 95.319Q-51.532 95.026-51.233 94.858Q-50.934 94.691-50.588 94.691Q-50.083 94.691-49.799 94.914Q-49.515 95.138-49.515 95.634L-49.515 97.288Q-49.515 97.425-49.366 97.461Q-49.218 97.497-48.992 97.497L-48.992 97.777L-50.623 97.777L-50.623 97.497Q-50.397 97.497-50.247 97.461Q-50.096 97.425-50.096 97.288L-50.096 95.648Q-50.096 95.313-50.216 95.113Q-50.335 94.913-50.650 94.913Q-50.920 94.913-51.154 95.049Q-51.388 95.186-51.527 95.420Q-51.665 95.654-51.665 95.928L-51.665 97.288Q-51.665 97.425-51.516 97.461Q-51.368 97.497-51.142 97.497L-51.142 97.777L-52.772 97.777L-52.772 97.497Q-52.543 97.497-52.395 97.463Q-52.246 97.428-52.246 97.288L-52.246 95.648Q-52.246 95.313-52.366 95.113Q-52.485 94.913-52.800 94.913Q-53.070 94.913-53.304 95.049Q-53.538 95.186-53.676 95.420Q-53.815 95.654-53.815 95.928L-53.815 97.288Q-53.815 97.425-53.665 97.461Q-53.514 97.497-53.289 97.497L-53.289 97.777M-47.905 99.007Q-47.905 98.973-47.878 98.946Q-47.608 98.717-47.459 98.394Q-47.311 98.071-47.311 97.715L-47.311 97.678Q-47.420 97.777-47.584 97.777Q-47.765 97.777-47.885 97.657Q-48.004 97.538-48.004 97.357Q-48.004 97.182-47.885 97.063Q-47.765 96.943-47.584 96.943Q-47.328 96.943-47.208 97.182Q-47.088 97.422-47.088 97.715Q-47.088 98.115-47.258 98.486Q-47.427 98.857-47.724 99.113Q-47.755 99.134-47.782 99.134Q-47.823 99.134-47.864 99.093Q-47.905 99.052-47.905 99.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-40.998 97.818L-42.840 93.487Q-42.908 93.344-43.089 93.310Q-43.270 93.276-43.534 93.276L-43.534 92.995L-41.565 92.995L-41.565 93.276Q-42.119 93.276-42.119 93.450Q-42.115 93.460-42.114 93.470Q-42.112 93.481-42.112 93.487L-40.591 97.063L-39.159 93.675Q-39.135 93.638-39.135 93.583Q-39.135 93.423-39.285 93.349Q-39.436 93.276-39.620 93.276L-39.620 92.995L-38.072 92.995L-38.072 93.276Q-38.332 93.276-38.542 93.370Q-38.752 93.464-38.848 93.675L-40.604 97.818Q-40.656 97.917-40.751 97.917L-40.851 97.917Q-40.950 97.917-40.998 97.818M-35.324 97.777L-37.457 97.777L-37.457 97.497Q-36.735 97.497-36.735 97.288L-36.735 93.487Q-36.735 93.276-37.457 93.276L-37.457 92.995L-34.791 92.995Q-34.380 92.995-33.960 93.149Q-33.540 93.303-33.256 93.607Q-32.972 93.911-32.972 94.325Q-32.972 94.643-33.140 94.889Q-33.307 95.135-33.584 95.301Q-33.861 95.466-34.182 95.550Q-34.503 95.634-34.791 95.634L-36.045 95.634L-36.045 97.288Q-36.045 97.497-35.324 97.497L-35.324 97.777M-36.072 93.487L-36.072 95.384L-34.985 95.384Q-34.377 95.384-34.062 95.147Q-33.748 94.909-33.748 94.325Q-33.748 93.932-33.893 93.698Q-34.039 93.464-34.310 93.370Q-34.582 93.276-34.985 93.276L-35.707 93.276Q-35.895 93.276-35.983 93.310Q-36.072 93.344-36.072 93.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-32.304 99.007Q-32.304 98.973-32.276 98.946Q-32.006 98.717-31.857 98.394Q-31.709 98.071-31.709 97.715L-31.709 97.678Q-31.818 97.777-31.982 97.777Q-32.163 97.777-32.283 97.657Q-32.403 97.538-32.403 97.357Q-32.403 97.182-32.283 97.063Q-32.163 96.943-31.982 96.943Q-31.726 96.943-31.606 97.182Q-31.487 97.422-31.487 97.715Q-31.487 98.115-31.656 98.486Q-31.825 98.857-32.122 99.113Q-32.153 99.134-32.180 99.134Q-32.221 99.134-32.263 99.093Q-32.304 99.052-32.304 99.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(7.503 -136.714)\">\u003Cpath d=\"M-27.670 97.839L-27.670 96.266Q-27.670 96.239-27.645 96.213Q-27.619 96.188-27.592 96.188L-27.479 96.188Q-27.451 96.188-27.428 96.215Q-27.404 96.242-27.404 96.266Q-27.404 96.611-27.272 96.875Q-27.140 97.138-26.911 97.307Q-26.682 97.476-26.380 97.557Q-26.077 97.637-25.736 97.637Q-25.469 97.637-25.233 97.509Q-24.997 97.381-24.852 97.158Q-24.707 96.936-24.707 96.670Q-24.707 96.447-24.813 96.251Q-24.919 96.054-25.100 95.919Q-25.281 95.784-25.507 95.733L-26.535 95.501Q-26.846 95.429-27.106 95.243Q-27.366 95.056-27.518 94.785Q-27.670 94.513-27.670 94.198Q-27.670 93.812-27.457 93.505Q-27.243 93.197-26.896 93.026Q-26.549 92.855-26.170 92.855Q-25.941 92.855-25.712 92.908Q-25.483 92.961-25.284 93.069Q-25.086 93.176-24.932 93.340L-24.638 92.900Q-24.615 92.855-24.574 92.855L-24.526 92.855Q-24.495 92.855-24.473 92.881Q-24.451 92.906-24.451 92.934L-24.451 94.509Q-24.451 94.530-24.474 94.557Q-24.498 94.585-24.526 94.585L-24.638 94.585Q-24.700 94.585-24.714 94.509Q-24.755 94.096-24.936 93.776Q-25.117 93.457-25.428 93.282Q-25.739 93.108-26.170 93.108Q-26.419 93.108-26.659 93.219Q-26.898 93.330-27.048 93.528Q-27.199 93.727-27.199 93.990Q-27.199 94.202-27.091 94.383Q-26.983 94.564-26.807 94.684Q-26.631 94.803-26.423 94.844L-25.394 95.073Q-25.076 95.145-24.809 95.350Q-24.543 95.555-24.391 95.849Q-24.239 96.143-24.239 96.475Q-24.239 96.868-24.444 97.203Q-24.649 97.538-24.994 97.727Q-25.339 97.917-25.736 97.917Q-26.156 97.917-26.535 97.804Q-26.915 97.692-27.185 97.442L-27.479 97.876Q-27.506 97.917-27.544 97.917L-27.592 97.917Q-27.619 97.917-27.645 97.892Q-27.670 97.866-27.670 97.839\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M-8.498-2.007h56.906V-30.46H-8.498Z\"\u002F>\u003Cg transform=\"translate(79.207 -111.62)\">\u003Cpath d=\"M-62.438 97.777L-65.210 97.777L-65.210 97.497Q-64.489 97.497-64.489 97.288L-64.489 93.487Q-64.489 93.276-65.210 93.276L-65.210 92.995L-62.438 92.995Q-61.953 92.995-61.517 93.190Q-61.081 93.385-60.758 93.727Q-60.435 94.069-60.257 94.509Q-60.080 94.950-60.080 95.432Q-60.080 95.918-60.264 96.341Q-60.449 96.765-60.772 97.087Q-61.095 97.408-61.527 97.592Q-61.959 97.777-62.438 97.777M-63.826 93.487L-63.826 97.288Q-63.826 97.428-63.737 97.463Q-63.648 97.497-63.460 97.497L-62.636 97.497Q-62.011 97.497-61.607 97.235Q-61.204 96.974-61.016 96.507Q-60.828 96.041-60.828 95.432Q-60.828 94.954-60.920 94.561Q-61.013 94.168-61.262 93.870Q-61.501 93.583-61.865 93.429Q-62.229 93.276-62.636 93.276L-63.460 93.276Q-63.648 93.276-63.737 93.310Q-63.826 93.344-63.826 93.487M-59.311 96.242Q-59.311 95.921-59.186 95.632Q-59.061 95.343-58.835 95.120Q-58.610 94.896-58.314 94.776Q-58.019 94.656-57.701 94.656Q-57.373 94.656-57.111 94.756Q-56.850 94.855-56.674 95.037Q-56.498 95.220-56.404 95.478Q-56.310 95.736-56.310 96.068Q-56.310 96.160-56.392 96.181L-58.647 96.181L-58.647 96.242Q-58.647 96.830-58.364 97.213Q-58.080 97.596-57.513 97.596Q-57.191 97.596-56.923 97.403Q-56.655 97.210-56.566 96.895Q-56.559 96.854-56.484 96.840L-56.392 96.840Q-56.310 96.864-56.310 96.936Q-56.310 96.943-56.316 96.970Q-56.429 97.367-56.800 97.606Q-57.171 97.845-57.595 97.845Q-58.032 97.845-58.432 97.637Q-58.832 97.428-59.071 97.061Q-59.311 96.694-59.311 96.242M-58.641 95.972L-56.826 95.972Q-56.826 95.695-56.923 95.443Q-57.020 95.190-57.219 95.034Q-57.417 94.879-57.701 94.879Q-57.978 94.879-58.191 95.037Q-58.405 95.196-58.523 95.451Q-58.641 95.706-58.641 95.972M-55.195 96.936L-55.195 95.039L-55.834 95.039L-55.834 94.817Q-55.517 94.817-55.300 94.607Q-55.082 94.397-54.982 94.087Q-54.881 93.778-54.881 93.470L-54.614 93.470L-54.614 94.759L-53.538 94.759L-53.538 95.039L-54.614 95.039L-54.614 96.923Q-54.614 97.199-54.510 97.398Q-54.406 97.596-54.146 97.596Q-53.989 97.596-53.883 97.492Q-53.777 97.387-53.727 97.234Q-53.678 97.080-53.678 96.923L-53.678 96.509L-53.411 96.509L-53.411 96.936Q-53.411 97.162-53.510 97.372Q-53.609 97.582-53.794 97.714Q-53.978 97.845-54.207 97.845Q-54.645 97.845-54.920 97.608Q-55.195 97.370-55.195 96.936\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M48.408 26.445h56.905V-2.007H48.408Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(122.394 -83.847)\">\u003Cpath d=\"M-63.491 97.777L-65.224 97.777L-65.224 97.497Q-64.502 97.497-64.502 97.097L-64.502 93.310Q-64.735 93.276-65.224 93.276L-65.224 92.995L-63.867 92.995Q-63.826 93.009-63.805 93.023L-61.102 96.670L-61.102 93.675Q-61.102 93.276-61.823 93.276L-61.823 92.995L-60.086 92.995L-60.086 93.276Q-60.808 93.276-60.808 93.675L-60.808 97.685Q-60.825 97.760-60.893 97.777L-61.013 97.777Q-61.061 97.767-61.074 97.743L-64.208 93.522L-64.208 97.097Q-64.208 97.497-63.491 97.497L-63.491 97.777M-59.430 96.294Q-59.430 95.952-59.295 95.653Q-59.160 95.354-58.921 95.130Q-58.682 94.906-58.364 94.781Q-58.046 94.656-57.714 94.656Q-57.270 94.656-56.870 94.872Q-56.470 95.087-56.236 95.465Q-56.002 95.842-56.002 96.294Q-56.002 96.635-56.144 96.919Q-56.286 97.203-56.530 97.410Q-56.774 97.616-57.084 97.731Q-57.393 97.845-57.714 97.845Q-58.145 97.845-58.547 97.644Q-58.948 97.442-59.189 97.090Q-59.430 96.738-59.430 96.294M-57.714 97.596Q-57.113 97.596-56.889 97.218Q-56.665 96.840-56.665 96.208Q-56.665 95.596-56.899 95.237Q-57.133 94.879-57.714 94.879Q-58.767 94.879-58.767 96.208Q-58.767 96.840-58.541 97.218Q-58.316 97.596-57.714 97.596M-53.726 97.777L-55.359 97.777L-55.359 97.497Q-55.130 97.497-54.982 97.463Q-54.833 97.428-54.833 97.288L-54.833 95.439Q-54.833 95.169-54.941 95.108Q-55.048 95.046-55.359 95.046L-55.359 94.766L-54.300 94.691L-54.300 95.340Q-54.129 95.032-53.825 94.861Q-53.520 94.691-53.175 94.691Q-52.775 94.691-52.499 94.831Q-52.222 94.971-52.136 95.319Q-51.969 95.026-51.670 94.858Q-51.371 94.691-51.025 94.691Q-50.520 94.691-50.236 94.914Q-49.952 95.138-49.952 95.634L-49.952 97.288Q-49.952 97.425-49.803 97.461Q-49.655 97.497-49.429 97.497L-49.429 97.777L-51.060 97.777L-51.060 97.497Q-50.834 97.497-50.684 97.461Q-50.533 97.425-50.533 97.288L-50.533 95.648Q-50.533 95.313-50.653 95.113Q-50.772 94.913-51.087 94.913Q-51.357 94.913-51.591 95.049Q-51.825 95.186-51.964 95.420Q-52.102 95.654-52.102 95.928L-52.102 97.288Q-52.102 97.425-51.953 97.461Q-51.805 97.497-51.579 97.497L-51.579 97.777L-53.209 97.777L-53.209 97.497Q-52.980 97.497-52.832 97.463Q-52.683 97.428-52.683 97.288L-52.683 95.648Q-52.683 95.313-52.803 95.113Q-52.922 94.913-53.237 94.913Q-53.507 94.913-53.741 95.049Q-53.975 95.186-54.113 95.420Q-54.252 95.654-54.252 95.928L-54.252 97.288Q-54.252 97.425-54.102 97.461Q-53.951 97.497-53.726 97.497L-53.726 97.777M-48.342 99.007Q-48.342 98.973-48.315 98.946Q-48.045 98.717-47.896 98.394Q-47.748 98.071-47.748 97.715L-47.748 97.678Q-47.857 97.777-48.021 97.777Q-48.202 97.777-48.322 97.657Q-48.441 97.538-48.441 97.357Q-48.441 97.182-48.322 97.063Q-48.202 96.943-48.021 96.943Q-47.765 96.943-47.645 97.182Q-47.525 97.422-47.525 97.715Q-47.525 98.115-47.695 98.486Q-47.864 98.857-48.161 99.113Q-48.192 99.134-48.219 99.134Q-48.260 99.134-48.301 99.093Q-48.342 99.052-48.342 99.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(122.394 -83.847)\">\u003Cpath d=\"M-42.075 97.777L-43.808 97.777L-43.808 97.497Q-43.086 97.497-43.086 97.097L-43.086 93.310Q-43.319 93.276-43.808 93.276L-43.808 92.995L-42.451 92.995Q-42.410 93.009-42.389 93.023L-39.686 96.670L-39.686 93.675Q-39.686 93.276-40.407 93.276L-40.407 92.995L-38.670 92.995L-38.670 93.276Q-39.392 93.276-39.392 93.675L-39.392 97.685Q-39.409 97.760-39.477 97.777L-39.597 97.777Q-39.645 97.767-39.658 97.743L-42.792 93.522L-42.792 97.097Q-42.792 97.497-42.075 97.497L-42.075 97.777M-38.014 96.294Q-38.014 95.952-37.879 95.653Q-37.744 95.354-37.505 95.130Q-37.266 94.906-36.948 94.781Q-36.630 94.656-36.298 94.656Q-35.854 94.656-35.454 94.872Q-35.054 95.087-34.820 95.465Q-34.586 95.842-34.586 96.294Q-34.586 96.635-34.728 96.919Q-34.870 97.203-35.114 97.410Q-35.358 97.616-35.668 97.731Q-35.977 97.845-36.298 97.845Q-36.729 97.845-37.131 97.644Q-37.532 97.442-37.773 97.090Q-38.014 96.738-38.014 96.294M-36.298 97.596Q-35.697 97.596-35.473 97.218Q-35.249 96.840-35.249 96.208Q-35.249 95.596-35.483 95.237Q-35.717 94.879-36.298 94.879Q-37.351 94.879-37.351 96.208Q-37.351 96.840-37.125 97.218Q-36.900 97.596-36.298 97.596M-33.417 96.943L-33.417 95.439Q-33.417 95.169-33.525 95.108Q-33.632 95.046-33.943 95.046L-33.943 94.766L-32.836 94.691L-32.836 96.923L-32.836 96.943Q-32.836 97.223-32.785 97.367Q-32.733 97.510-32.592 97.567Q-32.450 97.623-32.163 97.623Q-31.910 97.623-31.705 97.483Q-31.499 97.343-31.383 97.117Q-31.267 96.892-31.267 96.642L-31.267 95.439Q-31.267 95.169-31.375 95.108Q-31.482 95.046-31.793 95.046L-31.793 94.766L-30.686 94.691L-30.686 97.104Q-30.686 97.295-30.633 97.377Q-30.580 97.459-30.479 97.478Q-30.378 97.497-30.163 97.497L-30.163 97.777L-31.240 97.845L-31.240 97.281Q-31.349 97.463-31.494 97.586Q-31.640 97.709-31.826 97.777Q-32.012 97.845-32.214 97.845Q-33.417 97.845-33.417 96.943M-27.894 97.777L-29.527 97.777L-29.527 97.497Q-29.298 97.497-29.150 97.463Q-29.001 97.428-29.001 97.288L-29.001 95.439Q-29.001 95.169-29.109 95.108Q-29.216 95.046-29.527 95.046L-29.527 94.766L-28.468 94.691L-28.468 95.340Q-28.297 95.032-27.993 94.861Q-27.688 94.691-27.343 94.691Q-26.837 94.691-26.554 94.914Q-26.270 95.138-26.270 95.634L-26.270 97.288Q-26.270 97.425-26.121 97.461Q-25.973 97.497-25.747 97.497L-25.747 97.777L-27.377 97.777L-27.377 97.497Q-27.148 97.497-27 97.463Q-26.851 97.428-26.851 97.288L-26.851 95.648Q-26.851 95.313-26.971 95.113Q-27.090 94.913-27.405 94.913Q-27.675 94.913-27.909 95.049Q-28.143 95.186-28.281 95.420Q-28.420 95.654-28.420 95.928L-28.420 97.288Q-28.420 97.425-28.270 97.461Q-28.119 97.497-27.894 97.497\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M105.313 54.898h56.906V26.446h-56.906Z\"\u002F>\u003Cg transform=\"translate(191.133 -55.394)\">\u003Cpath d=\"M-63.077 97.777L-65.210 97.777L-65.210 97.497Q-64.489 97.497-64.489 97.288L-64.489 93.487Q-64.489 93.276-65.210 93.276L-65.210 92.995L-62.544 92.995Q-62.134 92.995-61.713 93.149Q-61.293 93.303-61.009 93.607Q-60.726 93.911-60.726 94.325Q-60.726 94.643-60.893 94.889Q-61.061 95.135-61.337 95.301Q-61.614 95.466-61.936 95.550Q-62.257 95.634-62.544 95.634L-63.798 95.634L-63.798 97.288Q-63.798 97.497-63.077 97.497L-63.077 97.777M-63.826 93.487L-63.826 95.384L-62.739 95.384Q-62.130 95.384-61.816 95.147Q-61.501 94.909-61.501 94.325Q-61.501 93.932-61.647 93.698Q-61.792 93.464-62.064 93.370Q-62.335 93.276-62.739 93.276L-63.460 93.276Q-63.648 93.276-63.737 93.310Q-63.826 93.344-63.826 93.487M-58.169 97.777L-59.905 97.777L-59.905 97.497Q-59.676 97.497-59.528 97.463Q-59.379 97.428-59.379 97.288L-59.379 95.439Q-59.379 95.169-59.487 95.108Q-59.594 95.046-59.905 95.046L-59.905 94.766L-58.876 94.691L-58.876 95.398Q-58.747 95.090-58.504 94.891Q-58.261 94.691-57.943 94.691Q-57.725 94.691-57.554 94.815Q-57.383 94.940-57.383 95.152Q-57.383 95.289-57.482 95.388Q-57.581 95.487-57.714 95.487Q-57.851 95.487-57.950 95.388Q-58.049 95.289-58.049 95.152Q-58.049 95.012-57.950 94.913Q-58.241 94.913-58.441 95.109Q-58.641 95.306-58.733 95.600Q-58.825 95.894-58.825 96.174L-58.825 97.288Q-58.825 97.497-58.169 97.497L-58.169 97.777M-56.839 96.242Q-56.839 95.921-56.715 95.632Q-56.590 95.343-56.364 95.120Q-56.139 94.896-55.843 94.776Q-55.547 94.656-55.229 94.656Q-54.901 94.656-54.640 94.756Q-54.378 94.855-54.202 95.037Q-54.026 95.220-53.932 95.478Q-53.838 95.736-53.838 96.068Q-53.838 96.160-53.920 96.181L-56.176 96.181L-56.176 96.242Q-56.176 96.830-55.893 97.213Q-55.609 97.596-55.041 97.596Q-54.720 97.596-54.452 97.403Q-54.184 97.210-54.095 96.895Q-54.088 96.854-54.013 96.840L-53.920 96.840Q-53.838 96.864-53.838 96.936Q-53.838 96.943-53.845 96.970Q-53.958 97.367-54.329 97.606Q-54.700 97.845-55.124 97.845Q-55.561 97.845-55.961 97.637Q-56.361 97.428-56.600 97.061Q-56.839 96.694-56.839 96.242M-56.169 95.972L-54.354 95.972Q-54.354 95.695-54.452 95.443Q-54.549 95.190-54.748 95.034Q-54.946 94.879-55.229 94.879Q-55.506 94.879-55.720 95.037Q-55.934 95.196-56.051 95.451Q-56.169 95.706-56.169 95.972M-51.606 99.134L-53.237 99.134L-53.237 98.854Q-53.008 98.854-52.859 98.819Q-52.710 98.785-52.710 98.645L-52.710 95.299Q-52.710 95.128-52.847 95.087Q-52.984 95.046-53.237 95.046L-53.237 94.766L-52.157 94.691L-52.157 95.097Q-51.935 94.896-51.647 94.793Q-51.360 94.691-51.053 94.691Q-50.625 94.691-50.261 94.904Q-49.897 95.118-49.684 95.482Q-49.470 95.846-49.470 96.266Q-49.470 96.711-49.709 97.075Q-49.949 97.439-50.342 97.642Q-50.735 97.845-51.179 97.845Q-51.446 97.845-51.694 97.745Q-51.941 97.644-52.129 97.463L-52.129 98.645Q-52.129 98.782-51.981 98.818Q-51.832 98.854-51.606 98.854L-51.606 99.134M-52.129 95.446L-52.129 97.056Q-51.996 97.309-51.753 97.466Q-51.511 97.623-51.234 97.623Q-50.906 97.623-50.653 97.422Q-50.400 97.220-50.267 96.902Q-50.133 96.584-50.133 96.266Q-50.133 96.037-50.198 95.808Q-50.263 95.579-50.391 95.381Q-50.520 95.183-50.714 95.063Q-50.909 94.944-51.142 94.944Q-51.436 94.944-51.704 95.073Q-51.972 95.203-52.129 95.446\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-neutral)\">\u003Cpath d=\"M162.219 83.351h56.905V54.898H162.22Z\"\u002F>\u003Cg fill=\"currentColor\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(236.58 -26.942)\">\u003Cpath d=\"M-63.491 97.777L-65.224 97.777L-65.224 97.497Q-64.502 97.497-64.502 97.097L-64.502 93.310Q-64.735 93.276-65.224 93.276L-65.224 92.995L-63.867 92.995Q-63.826 93.009-63.805 93.023L-61.102 96.670L-61.102 93.675Q-61.102 93.276-61.823 93.276L-61.823 92.995L-60.086 92.995L-60.086 93.276Q-60.808 93.276-60.808 93.675L-60.808 97.685Q-60.825 97.760-60.893 97.777L-61.013 97.777Q-61.061 97.767-61.074 97.743L-64.208 93.522L-64.208 97.097Q-64.208 97.497-63.491 97.497L-63.491 97.777M-57.178 97.777L-59.311 97.777L-59.311 97.497Q-58.589 97.497-58.589 97.288L-58.589 93.487Q-58.589 93.276-59.311 93.276L-59.311 92.995L-56.645 92.995Q-56.234 92.995-55.814 93.149Q-55.394 93.303-55.110 93.607Q-54.826 93.911-54.826 94.325Q-54.826 94.643-54.994 94.889Q-55.161 95.135-55.438 95.301Q-55.715 95.466-56.036 95.550Q-56.357 95.634-56.645 95.634L-57.899 95.634L-57.899 97.288Q-57.899 97.497-57.178 97.497L-57.178 97.777M-57.926 93.487L-57.926 95.384L-56.839 95.384Q-56.231 95.384-55.916 95.147Q-55.602 94.909-55.602 94.325Q-55.602 93.932-55.747 93.698Q-55.893 93.464-56.164 93.370Q-56.436 93.276-56.839 93.276L-57.561 93.276Q-57.749 93.276-57.837 93.310Q-57.926 93.344-57.926 93.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(236.58 -26.942)\">\u003Cpath d=\"M-54.158 99.007Q-54.158 98.973-54.130 98.946Q-53.860 98.717-53.711 98.394Q-53.563 98.071-53.563 97.715L-53.563 97.678Q-53.672 97.777-53.836 97.777Q-54.017 97.777-54.137 97.657Q-54.257 97.538-54.257 97.357Q-54.257 97.182-54.137 97.063Q-54.017 96.943-53.836 96.943Q-53.580 96.943-53.460 97.182Q-53.341 97.422-53.341 97.715Q-53.341 98.115-53.510 98.486Q-53.679 98.857-53.976 99.113Q-54.007 99.134-54.034 99.134Q-54.075 99.134-54.117 99.093Q-54.158 99.052-54.158 99.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(236.58 -26.942)\">\u003Cpath d=\"M-47.487 97.777L-49.620 97.777L-49.620 97.497Q-48.899 97.497-48.899 97.288L-48.899 93.487Q-48.899 93.276-49.620 93.276L-49.620 92.995L-46.954 92.995Q-46.544 92.995-46.123 93.149Q-45.703 93.303-45.419 93.607Q-45.136 93.911-45.136 94.325Q-45.136 94.643-45.303 94.889Q-45.471 95.135-45.747 95.301Q-46.024 95.466-46.346 95.550Q-46.667 95.634-46.954 95.634L-48.208 95.634L-48.208 97.288Q-48.208 97.497-47.487 97.497L-47.487 97.777M-48.236 93.487L-48.236 95.384L-47.149 95.384Q-46.540 95.384-46.226 95.147Q-45.911 94.909-45.911 94.325Q-45.911 93.932-46.057 93.698Q-46.202 93.464-46.474 93.370Q-46.745 93.276-47.149 93.276L-47.870 93.276Q-48.058 93.276-48.147 93.310Q-48.236 93.344-48.236 93.487M-42.579 97.777L-44.315 97.777L-44.315 97.497Q-44.086 97.497-43.938 97.463Q-43.789 97.428-43.789 97.288L-43.789 95.439Q-43.789 95.169-43.897 95.108Q-44.004 95.046-44.315 95.046L-44.315 94.766L-43.286 94.691L-43.286 95.398Q-43.157 95.090-42.914 94.891Q-42.671 94.691-42.353 94.691Q-42.135 94.691-41.964 94.815Q-41.793 94.940-41.793 95.152Q-41.793 95.289-41.892 95.388Q-41.991 95.487-42.124 95.487Q-42.261 95.487-42.360 95.388Q-42.459 95.289-42.459 95.152Q-42.459 95.012-42.360 94.913Q-42.651 94.913-42.851 95.109Q-43.051 95.306-43.143 95.600Q-43.235 95.894-43.235 96.174L-43.235 97.288Q-43.235 97.497-42.579 97.497L-42.579 97.777M-41.249 96.294Q-41.249 95.952-41.114 95.653Q-40.979 95.354-40.740 95.130Q-40.501 94.906-40.183 94.781Q-39.865 94.656-39.534 94.656Q-39.089 94.656-38.689 94.872Q-38.289 95.087-38.055 95.465Q-37.821 95.842-37.821 96.294Q-37.821 96.635-37.963 96.919Q-38.105 97.203-38.349 97.410Q-38.594 97.616-38.903 97.731Q-39.212 97.845-39.534 97.845Q-39.964 97.845-40.366 97.644Q-40.767 97.442-41.008 97.090Q-41.249 96.738-41.249 96.294M-39.534 97.596Q-38.932 97.596-38.708 97.218Q-38.484 96.840-38.484 96.208Q-38.484 95.596-38.718 95.237Q-38.952 94.879-39.534 94.879Q-40.586 94.879-40.586 96.208Q-40.586 96.840-40.361 97.218Q-40.135 97.596-39.534 97.596M-35.582 99.134L-37.213 99.134L-37.213 98.854Q-36.984 98.854-36.835 98.819Q-36.686 98.785-36.686 98.645L-36.686 95.299Q-36.686 95.128-36.823 95.087Q-36.960 95.046-37.213 95.046L-37.213 94.766L-36.133 94.691L-36.133 95.097Q-35.910 94.896-35.623 94.793Q-35.336 94.691-35.029 94.691Q-34.601 94.691-34.237 94.904Q-33.873 95.118-33.660 95.482Q-33.446 95.846-33.446 96.266Q-33.446 96.711-33.685 97.075Q-33.925 97.439-34.318 97.642Q-34.711 97.845-35.155 97.845Q-35.422 97.845-35.669 97.745Q-35.917 97.644-36.105 97.463L-36.105 98.645Q-36.105 98.782-35.957 98.818Q-35.808 98.854-35.582 98.854L-35.582 99.134M-36.105 95.446L-36.105 97.056Q-35.972 97.309-35.729 97.466Q-35.487 97.623-35.210 97.623Q-34.882 97.623-34.629 97.422Q-34.376 97.220-34.242 96.902Q-34.109 96.584-34.109 96.266Q-34.109 96.037-34.174 95.808Q-34.239 95.579-34.367 95.381Q-34.495 95.183-34.690 95.063Q-34.885 94.944-35.117 94.944Q-35.411 94.944-35.680 95.073Q-35.948 95.203-36.105 95.446\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(236.58 -26.942)\">\u003Cpath d=\"M-32.622 96.242Q-32.622 95.921-32.497 95.632Q-32.372 95.343-32.146 95.120Q-31.921 94.896-31.625 94.776Q-31.330 94.656-31.012 94.656Q-30.684 94.656-30.422 94.756Q-30.161 94.855-29.985 95.037Q-29.809 95.220-29.715 95.478Q-29.621 95.736-29.621 96.068Q-29.621 96.160-29.703 96.181L-31.958 96.181L-31.958 96.242Q-31.958 96.830-31.675 97.213Q-31.391 97.596-30.824 97.596Q-30.502 97.596-30.234 97.403Q-29.966 97.210-29.877 96.895Q-29.870 96.854-29.795 96.840L-29.703 96.840Q-29.621 96.864-29.621 96.936Q-29.621 96.943-29.627 96.970Q-29.740 97.367-30.111 97.606Q-30.482 97.845-30.906 97.845Q-31.343 97.845-31.743 97.637Q-32.143 97.428-32.382 97.061Q-32.622 96.694-32.622 96.242M-31.952 95.972L-30.137 95.972Q-30.137 95.695-30.234 95.443Q-30.332 95.190-30.530 95.034Q-30.728 94.879-31.012 94.879Q-31.289 94.879-31.502 95.037Q-31.716 95.196-31.834 95.451Q-31.952 95.706-31.952 95.972M-27.283 97.777L-29.019 97.777L-29.019 97.497Q-28.790 97.497-28.641 97.463Q-28.493 97.428-28.493 97.288L-28.493 95.439Q-28.493 95.169-28.600 95.108Q-28.708 95.046-29.019 95.046L-29.019 94.766L-27.990 94.691L-27.990 95.398Q-27.860 95.090-27.618 94.891Q-27.375 94.691-27.057 94.691Q-26.838 94.691-26.667 94.815Q-26.497 94.940-26.497 95.152Q-26.497 95.289-26.596 95.388Q-26.695 95.487-26.828 95.487Q-26.965 95.487-27.064 95.388Q-27.163 95.289-27.163 95.152Q-27.163 95.012-27.064 94.913Q-27.354 94.913-27.554 95.109Q-27.754 95.306-27.847 95.600Q-27.939 95.894-27.939 96.174L-27.939 97.288Q-27.939 97.497-27.283 97.497\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-8.498-30.46h56.906v-28.453H-8.498ZM48.408-2.007h56.905V-30.46H48.408Z\"\u002F>\u003Cg transform=\"translate(136.825 -111.62)\">\u003Cpath d=\"M-63.491 97.777L-65.224 97.777L-65.224 97.497Q-64.502 97.497-64.502 97.097L-64.502 93.310Q-64.735 93.276-65.224 93.276L-65.224 92.995L-63.867 92.995Q-63.826 93.009-63.805 93.023L-61.102 96.670L-61.102 93.675Q-61.102 93.276-61.823 93.276L-61.823 92.995L-60.086 92.995L-60.086 93.276Q-60.808 93.276-60.808 93.675L-60.808 97.685Q-60.825 97.760-60.893 97.777L-61.013 97.777Q-61.061 97.767-61.074 97.743L-64.208 93.522L-64.208 97.097Q-64.208 97.497-63.491 97.497L-63.491 97.777M-57.178 97.777L-59.311 97.777L-59.311 97.497Q-58.589 97.497-58.589 97.288L-58.589 93.487Q-58.589 93.276-59.311 93.276L-59.311 92.995L-56.645 92.995Q-56.234 92.995-55.814 93.149Q-55.394 93.303-55.110 93.607Q-54.826 93.911-54.826 94.325Q-54.826 94.643-54.994 94.889Q-55.161 95.135-55.438 95.301Q-55.715 95.466-56.036 95.550Q-56.357 95.634-56.645 95.634L-57.899 95.634L-57.899 97.288Q-57.899 97.497-57.178 97.497L-57.178 97.777M-57.926 93.487L-57.926 95.384L-56.839 95.384Q-56.231 95.384-55.916 95.147Q-55.602 94.909-55.602 94.325Q-55.602 93.932-55.747 93.698Q-55.893 93.464-56.164 93.370Q-56.436 93.276-56.839 93.276L-57.561 93.276Q-57.749 93.276-57.837 93.310Q-57.926 93.344-57.926 93.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M105.313 26.445h56.906V-2.007h-56.906ZM162.219 54.898h56.905V26.446H162.22Z\"\u002F>\u003Cg transform=\"translate(250.9 -54.714)\">\u003Cpath d=\"M-63.077 97.777L-65.210 97.777L-65.210 97.497Q-64.489 97.497-64.489 97.288L-64.489 93.487Q-64.489 93.276-65.210 93.276L-65.210 92.995L-62.544 92.995Q-62.134 92.995-61.713 93.149Q-61.293 93.303-61.009 93.607Q-60.726 93.911-60.726 94.325Q-60.726 94.643-60.893 94.889Q-61.061 95.135-61.337 95.301Q-61.614 95.466-61.936 95.550Q-62.257 95.634-62.544 95.634L-63.798 95.634L-63.798 97.288Q-63.798 97.497-63.077 97.497L-63.077 97.777M-63.826 93.487L-63.826 95.384L-62.739 95.384Q-62.130 95.384-61.816 95.147Q-61.501 94.909-61.501 94.325Q-61.501 93.932-61.647 93.698Q-61.792 93.464-62.064 93.370Q-62.335 93.276-62.739 93.276L-63.460 93.276Q-63.648 93.276-63.737 93.310Q-63.826 93.344-63.826 93.487M-57.707 97.777L-59.840 97.777L-59.840 97.497Q-59.119 97.497-59.119 97.288L-59.119 93.487Q-59.119 93.276-59.840 93.276L-59.840 92.995L-57.174 92.995Q-56.764 92.995-56.344 93.149Q-55.923 93.303-55.640 93.607Q-55.356 93.911-55.356 94.325Q-55.356 94.643-55.523 94.889Q-55.691 95.135-55.968 95.301Q-56.245 95.466-56.566 95.550Q-56.887 95.634-57.174 95.634L-58.429 95.634L-58.429 97.288Q-58.429 97.497-57.707 97.497L-57.707 97.777M-58.456 93.487L-58.456 95.384L-57.369 95.384Q-56.761 95.384-56.446 95.147Q-56.132 94.909-56.132 94.325Q-56.132 93.932-56.277 93.698Q-56.422 93.464-56.694 93.370Q-56.966 93.276-57.369 93.276L-58.090 93.276Q-58.278 93.276-58.367 93.310Q-58.456 93.344-58.456 93.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M48.408-30.46h56.905v-28.453H48.408Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(125.037 -140.753)\">\u003Cpath d=\"M-65.114 97.839L-65.114 96.266Q-65.114 96.239-65.089 96.213Q-65.063 96.188-65.036 96.188L-64.923 96.188Q-64.895 96.188-64.872 96.215Q-64.848 96.242-64.848 96.266Q-64.848 96.611-64.716 96.875Q-64.584 97.138-64.355 97.307Q-64.126 97.476-63.824 97.557Q-63.521 97.637-63.180 97.637Q-62.913 97.637-62.677 97.509Q-62.441 97.381-62.296 97.158Q-62.151 96.936-62.151 96.670Q-62.151 96.447-62.257 96.251Q-62.363 96.054-62.544 95.919Q-62.725 95.784-62.951 95.733L-63.979 95.501Q-64.290 95.429-64.550 95.243Q-64.810 95.056-64.962 94.785Q-65.114 94.513-65.114 94.198Q-65.114 93.812-64.901 93.505Q-64.687 93.197-64.340 93.026Q-63.993 92.855-63.614 92.855Q-63.385 92.855-63.156 92.908Q-62.927 92.961-62.728 93.069Q-62.530 93.176-62.376 93.340L-62.082 92.900Q-62.059 92.855-62.018 92.855L-61.970 92.855Q-61.939 92.855-61.917 92.881Q-61.895 92.906-61.895 92.934L-61.895 94.509Q-61.895 94.530-61.918 94.557Q-61.942 94.585-61.970 94.585L-62.082 94.585Q-62.144 94.585-62.158 94.509Q-62.199 94.096-62.380 93.776Q-62.561 93.457-62.872 93.282Q-63.183 93.108-63.614 93.108Q-63.863 93.108-64.103 93.219Q-64.342 93.330-64.492 93.528Q-64.643 93.727-64.643 93.990Q-64.643 94.202-64.535 94.383Q-64.427 94.564-64.251 94.684Q-64.075 94.803-63.867 94.844L-62.838 95.073Q-62.520 95.145-62.253 95.350Q-61.987 95.555-61.835 95.849Q-61.683 96.143-61.683 96.475Q-61.683 96.868-61.888 97.203Q-62.093 97.538-62.438 97.727Q-62.783 97.917-63.180 97.917Q-63.600 97.917-63.979 97.804Q-64.359 97.692-64.629 97.442L-64.923 97.876Q-64.950 97.917-64.988 97.917L-65.036 97.917Q-65.063 97.917-65.089 97.892Q-65.114 97.866-65.114 97.839M-60.374 99.007Q-60.374 98.973-60.346 98.946Q-60.076 98.717-59.927 98.394Q-59.779 98.071-59.779 97.715L-59.779 97.678Q-59.888 97.777-60.052 97.777Q-60.233 97.777-60.353 97.657Q-60.473 97.538-60.473 97.357Q-60.473 97.182-60.353 97.063Q-60.233 96.943-60.052 96.943Q-59.796 96.943-59.676 97.182Q-59.557 97.422-59.557 97.715Q-59.557 98.115-59.726 98.486Q-59.895 98.857-60.192 99.113Q-60.223 99.134-60.250 99.134Q-60.291 99.134-60.332 99.093Q-60.374 99.052-60.374 99.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.037 -140.753)\">\u003Cpath d=\"M-53.477 97.818L-55.319 93.487Q-55.387 93.344-55.568 93.310Q-55.749 93.276-56.013 93.276L-56.013 92.995L-54.044 92.995L-54.044 93.276Q-54.598 93.276-54.598 93.450Q-54.594 93.460-54.593 93.470Q-54.591 93.481-54.591 93.487L-53.070 97.063L-51.638 93.675Q-51.614 93.638-51.614 93.583Q-51.614 93.423-51.764 93.349Q-51.915 93.276-52.099 93.276L-52.099 92.995L-50.551 92.995L-50.551 93.276Q-50.811 93.276-51.021 93.370Q-51.231 93.464-51.327 93.675L-53.083 97.818Q-53.135 97.917-53.230 97.917L-53.330 97.917Q-53.429 97.917-53.477 97.818M-47.803 97.777L-49.936 97.777L-49.936 97.497Q-49.214 97.497-49.214 97.288L-49.214 93.487Q-49.214 93.276-49.936 93.276L-49.936 92.995L-47.270 92.995Q-46.859 92.995-46.439 93.149Q-46.019 93.303-45.735 93.607Q-45.451 93.911-45.451 94.325Q-45.451 94.643-45.619 94.889Q-45.786 95.135-46.063 95.301Q-46.340 95.466-46.661 95.550Q-46.982 95.634-47.270 95.634L-48.524 95.634L-48.524 97.288Q-48.524 97.497-47.803 97.497L-47.803 97.777M-48.551 93.487L-48.551 95.384L-47.464 95.384Q-46.856 95.384-46.541 95.147Q-46.227 94.909-46.227 94.325Q-46.227 93.932-46.372 93.698Q-46.518 93.464-46.789 93.370Q-47.061 93.276-47.464 93.276L-48.186 93.276Q-48.374 93.276-48.462 93.310Q-48.551 93.344-48.551 93.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.037 -140.753)\">\u003Cpath d=\"M-44.783 99.007Q-44.783 98.973-44.755 98.946Q-44.485 98.717-44.336 98.394Q-44.188 98.071-44.188 97.715L-44.188 97.678Q-44.297 97.777-44.461 97.777Q-44.642 97.777-44.762 97.657Q-44.882 97.538-44.882 97.357Q-44.882 97.182-44.762 97.063Q-44.642 96.943-44.461 96.943Q-44.205 96.943-44.085 97.182Q-43.966 97.422-43.966 97.715Q-43.966 98.115-44.135 98.486Q-44.304 98.857-44.601 99.113Q-44.632 99.134-44.659 99.134Q-44.700 99.134-44.742 99.093Q-44.783 99.052-44.783 99.007\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(125.037 -140.753)\">\u003Cpath d=\"M-38.628 97.777L-40.371 97.777L-40.371 97.497Q-39.626 97.497-39.322 97.097L-38.034 95.391L-39.462 93.487Q-39.589 93.344-39.782 93.310Q-39.975 93.276-40.265 93.276L-40.265 92.995L-38.252 92.995L-38.252 93.276Q-38.372 93.276-38.522 93.320Q-38.673 93.364-38.673 93.450Q-38.673 93.460-38.666 93.470Q-38.659 93.481-38.656 93.487L-37.627 94.858L-36.731 93.675Q-36.690 93.624-36.690 93.556Q-36.690 93.419-36.810 93.347Q-36.930 93.276-37.076 93.276L-37.076 92.995L-35.333 92.995L-35.333 93.276Q-36.075 93.276-36.383 93.675L-37.452 95.097L-35.815 97.288Q-35.685 97.428-35.492 97.463Q-35.299 97.497-35.002 97.497L-35.002 97.777L-37.025 97.777L-37.025 97.497Q-36.906 97.497-36.755 97.452Q-36.605 97.408-36.605 97.322Q-36.605 97.305-36.607 97.298Q-36.608 97.292-36.612 97.288L-37.859 95.627L-38.973 97.097Q-39.014 97.152-39.014 97.216Q-39.014 97.346-38.893 97.422Q-38.772 97.497-38.628 97.497L-38.628 97.777M-31.413 97.777L-34.298 97.777L-34.298 97.575Q-34.298 97.545-34.270 97.517L-33.023 96.300Q-32.951 96.225-32.908 96.183Q-32.866 96.140-32.787 96.061Q-32.373 95.648-32.143 95.290Q-31.912 94.933-31.912 94.509Q-31.912 94.277-31.991 94.074Q-32.069 93.870-32.211 93.720Q-32.353 93.569-32.548 93.489Q-32.742 93.409-32.975 93.409Q-33.286 93.409-33.544 93.568Q-33.802 93.727-33.932 94.004L-33.911 94.004Q-33.744 94.004-33.636 94.115Q-33.529 94.226-33.529 94.390Q-33.529 94.547-33.638 94.660Q-33.747 94.773-33.911 94.773Q-34.072 94.773-34.185 94.660Q-34.298 94.547-34.298 94.390Q-34.298 94.014-34.089 93.727Q-33.881 93.440-33.546 93.284Q-33.211 93.129-32.855 93.129Q-32.431 93.129-32.052 93.287Q-31.673 93.446-31.439 93.763Q-31.204 94.079-31.204 94.509Q-31.204 94.820-31.345 95.089Q-31.485 95.357-31.690 95.562Q-31.895 95.767-32.257 96.049Q-32.619 96.331-32.729 96.427L-33.583 97.155L-32.941 97.155Q-32.678 97.155-32.389 97.153Q-32.100 97.152-31.881 97.143Q-31.662 97.134-31.645 97.117Q-31.584 97.052-31.546 96.885Q-31.509 96.717-31.471 96.475L-31.204 96.475\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M105.313-2.007h56.906V-30.46h-56.906ZM162.219 26.445h56.905V-2.007H162.22Z\"\u002F>\u003Cg transform=\"translate(248.045 -83.167)\">\u003Cpath d=\"M-63.491 97.777L-65.224 97.777L-65.224 97.497Q-64.502 97.497-64.502 97.097L-64.502 93.310Q-64.735 93.276-65.224 93.276L-65.224 92.995L-63.867 92.995Q-63.826 93.009-63.805 93.023L-61.102 96.670L-61.102 93.675Q-61.102 93.276-61.823 93.276L-61.823 92.995L-60.086 92.995L-60.086 93.276Q-60.808 93.276-60.808 93.675L-60.808 97.685Q-60.825 97.760-60.893 97.777L-61.013 97.777Q-61.061 97.767-61.074 97.743L-64.208 93.522L-64.208 97.097Q-64.208 97.497-63.491 97.497L-63.491 97.777M-59.430 96.294Q-59.430 95.952-59.295 95.653Q-59.160 95.354-58.921 95.130Q-58.682 94.906-58.364 94.781Q-58.046 94.656-57.714 94.656Q-57.270 94.656-56.870 94.872Q-56.470 95.087-56.236 95.465Q-56.002 95.842-56.002 96.294Q-56.002 96.635-56.144 96.919Q-56.286 97.203-56.530 97.410Q-56.774 97.616-57.084 97.731Q-57.393 97.845-57.714 97.845Q-58.145 97.845-58.547 97.644Q-58.948 97.442-59.189 97.090Q-59.430 96.738-59.430 96.294M-57.714 97.596Q-57.113 97.596-56.889 97.218Q-56.665 96.840-56.665 96.208Q-56.665 95.596-56.899 95.237Q-57.133 94.879-57.714 94.879Q-58.767 94.879-58.767 96.208Q-58.767 96.840-58.541 97.218Q-58.316 97.596-57.714 97.596M-53.726 97.777L-55.359 97.777L-55.359 97.497Q-55.130 97.497-54.982 97.463Q-54.833 97.428-54.833 97.288L-54.833 95.439Q-54.833 95.169-54.941 95.108Q-55.048 95.046-55.359 95.046L-55.359 94.766L-54.300 94.691L-54.300 95.340Q-54.129 95.032-53.825 94.861Q-53.520 94.691-53.175 94.691Q-52.775 94.691-52.499 94.831Q-52.222 94.971-52.136 95.319Q-51.969 95.026-51.670 94.858Q-51.371 94.691-51.025 94.691Q-50.520 94.691-50.236 94.914Q-49.952 95.138-49.952 95.634L-49.952 97.288Q-49.952 97.425-49.803 97.461Q-49.655 97.497-49.429 97.497L-49.429 97.777L-51.060 97.777L-51.060 97.497Q-50.834 97.497-50.684 97.461Q-50.533 97.425-50.533 97.288L-50.533 95.648Q-50.533 95.313-50.653 95.113Q-50.772 94.913-51.087 94.913Q-51.357 94.913-51.591 95.049Q-51.825 95.186-51.964 95.420Q-52.102 95.654-52.102 95.928L-52.102 97.288Q-52.102 97.425-51.953 97.461Q-51.805 97.497-51.579 97.497L-51.579 97.777L-53.209 97.777L-53.209 97.497Q-52.980 97.497-52.832 97.463Q-52.683 97.428-52.683 97.288L-52.683 95.648Q-52.683 95.313-52.803 95.113Q-52.922 94.913-53.237 94.913Q-53.507 94.913-53.741 95.049Q-53.975 95.186-54.113 95.420Q-54.252 95.654-54.252 95.928L-54.252 97.288Q-54.252 97.425-54.102 97.461Q-53.951 97.497-53.726 97.497\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M105.313-30.46h56.906v-28.453h-56.906ZM162.219-2.007h56.905V-30.46H162.22Z\"\u002F>\u003Cg transform=\"translate(250.636 -111.62)\">\u003Cpath d=\"M-63.491 97.777L-65.224 97.777L-65.224 97.497Q-64.502 97.497-64.502 97.097L-64.502 93.310Q-64.735 93.276-65.224 93.276L-65.224 92.995L-63.867 92.995Q-63.826 93.009-63.805 93.023L-61.102 96.670L-61.102 93.675Q-61.102 93.276-61.823 93.276L-61.823 92.995L-60.086 92.995L-60.086 93.276Q-60.808 93.276-60.808 93.675L-60.808 97.685Q-60.825 97.760-60.893 97.777L-61.013 97.777Q-61.061 97.767-61.074 97.743L-64.208 93.522L-64.208 97.097Q-64.208 97.497-63.491 97.497L-63.491 97.777M-57.178 97.777L-59.311 97.777L-59.311 97.497Q-58.589 97.497-58.589 97.288L-58.589 93.487Q-58.589 93.276-59.311 93.276L-59.311 92.995L-56.645 92.995Q-56.234 92.995-55.814 93.149Q-55.394 93.303-55.110 93.607Q-54.826 93.911-54.826 94.325Q-54.826 94.643-54.994 94.889Q-55.161 95.135-55.438 95.301Q-55.715 95.466-56.036 95.550Q-56.357 95.634-56.645 95.634L-57.899 95.634L-57.899 97.288Q-57.899 97.497-57.178 97.497L-57.178 97.777M-57.926 93.487L-57.926 95.384L-56.839 95.384Q-56.231 95.384-55.916 95.147Q-55.602 94.909-55.602 94.325Q-55.602 93.932-55.747 93.698Q-55.893 93.464-56.164 93.370Q-56.436 93.276-56.839 93.276L-57.561 93.276Q-57.749 93.276-57.837 93.310Q-57.926 93.344-57.926 93.487\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath stroke=\"var(--tk-accent)\" d=\"M162.619-30.86h56.905v-28.453H162.62Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(239.248 -141.153)\">\u003Cpath d=\"M-65.114 97.839L-65.114 96.266Q-65.114 96.239-65.089 96.213Q-65.063 96.188-65.036 96.188L-64.923 96.188Q-64.895 96.188-64.872 96.215Q-64.848 96.242-64.848 96.266Q-64.848 96.611-64.716 96.875Q-64.584 97.138-64.355 97.307Q-64.126 97.476-63.824 97.557Q-63.521 97.637-63.180 97.637Q-62.913 97.637-62.677 97.509Q-62.441 97.381-62.296 97.158Q-62.151 96.936-62.151 96.670Q-62.151 96.447-62.257 96.251Q-62.363 96.054-62.544 95.919Q-62.725 95.784-62.951 95.733L-63.979 95.501Q-64.290 95.429-64.550 95.243Q-64.810 95.056-64.962 94.785Q-65.114 94.513-65.114 94.198Q-65.114 93.812-64.901 93.505Q-64.687 93.197-64.340 93.026Q-63.993 92.855-63.614 92.855Q-63.385 92.855-63.156 92.908Q-62.927 92.961-62.728 93.069Q-62.530 93.176-62.376 93.340L-62.082 92.900Q-62.059 92.855-62.018 92.855L-61.970 92.855Q-61.939 92.855-61.917 92.881Q-61.895 92.906-61.895 92.934L-61.895 94.509Q-61.895 94.530-61.918 94.557Q-61.942 94.585-61.970 94.585L-62.082 94.585Q-62.144 94.585-62.158 94.509Q-62.199 94.096-62.380 93.776Q-62.561 93.457-62.872 93.282Q-63.183 93.108-63.614 93.108Q-63.863 93.108-64.103 93.219Q-64.342 93.330-64.492 93.528Q-64.643 93.727-64.643 93.990Q-64.643 94.202-64.535 94.383Q-64.427 94.564-64.251 94.684Q-64.075 94.803-63.867 94.844L-62.838 95.073Q-62.520 95.145-62.253 95.350Q-61.987 95.555-61.835 95.849Q-61.683 96.143-61.683 96.475Q-61.683 96.868-61.888 97.203Q-62.093 97.538-62.438 97.727Q-62.783 97.917-63.180 97.917Q-63.600 97.917-63.979 97.804Q-64.359 97.692-64.629 97.442L-64.923 97.876Q-64.950 97.917-64.988 97.917L-65.036 97.917Q-65.063 97.917-65.089 97.892Q-65.114 97.866-65.114 97.839M-60.374 99.007Q-60.374 98.973-60.346 98.946Q-60.076 98.717-59.927 98.394Q-59.779 98.071-59.779 97.715L-59.779 97.678Q-59.888 97.777-60.052 97.777Q-60.233 97.777-60.353 97.657Q-60.473 97.538-60.473 97.357Q-60.473 97.182-60.353 97.063Q-60.233 96.943-60.052 96.943Q-59.796 96.943-59.676 97.182Q-59.557 97.422-59.557 97.715Q-59.557 98.115-59.726 98.486Q-59.895 98.857-60.192 99.113Q-60.223 99.134-60.250 99.134Q-60.291 99.134-60.332 99.093Q-60.374 99.052-60.374 99.007\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.248 -141.153)\">\u003Cpath d=\"M-53.477 97.818L-55.319 93.487Q-55.387 93.344-55.568 93.310Q-55.749 93.276-56.013 93.276L-56.013 92.995L-54.044 92.995L-54.044 93.276Q-54.598 93.276-54.598 93.450Q-54.594 93.460-54.593 93.470Q-54.591 93.481-54.591 93.487L-53.070 97.063L-51.638 93.675Q-51.614 93.638-51.614 93.583Q-51.614 93.423-51.764 93.349Q-51.915 93.276-52.099 93.276L-52.099 92.995L-50.551 92.995L-50.551 93.276Q-50.811 93.276-51.021 93.370Q-51.231 93.464-51.327 93.675L-53.083 97.818Q-53.135 97.917-53.230 97.917L-53.330 97.917Q-53.429 97.917-53.477 97.818M-47.803 97.777L-49.936 97.777L-49.936 97.497Q-49.214 97.497-49.214 97.288L-49.214 93.487Q-49.214 93.276-49.936 93.276L-49.936 92.995L-47.270 92.995Q-46.859 92.995-46.439 93.149Q-46.019 93.303-45.735 93.607Q-45.451 93.911-45.451 94.325Q-45.451 94.643-45.619 94.889Q-45.786 95.135-46.063 95.301Q-46.340 95.466-46.661 95.550Q-46.982 95.634-47.270 95.634L-48.524 95.634L-48.524 97.288Q-48.524 97.497-47.803 97.497L-47.803 97.777M-48.551 93.487L-48.551 95.384L-47.464 95.384Q-46.856 95.384-46.541 95.147Q-46.227 94.909-46.227 94.325Q-46.227 93.932-46.372 93.698Q-46.518 93.464-46.789 93.370Q-47.061 93.276-47.464 93.276L-48.186 93.276Q-48.374 93.276-48.462 93.310Q-48.551 93.344-48.551 93.487\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.248 -141.153)\">\u003Cpath d=\"M-44.783 99.007Q-44.783 98.973-44.755 98.946Q-44.485 98.717-44.336 98.394Q-44.188 98.071-44.188 97.715L-44.188 97.678Q-44.297 97.777-44.461 97.777Q-44.642 97.777-44.762 97.657Q-44.882 97.538-44.882 97.357Q-44.882 97.182-44.762 97.063Q-44.642 96.943-44.461 96.943Q-44.205 96.943-44.085 97.182Q-43.966 97.422-43.966 97.715Q-43.966 98.115-44.135 98.486Q-44.304 98.857-44.601 99.113Q-44.632 99.134-44.659 99.134Q-44.700 99.134-44.742 99.093Q-44.783 99.052-44.783 99.007\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(239.248 -141.153)\">\u003Cpath d=\"M-38.628 97.777L-40.371 97.777L-40.371 97.497Q-39.626 97.497-39.322 97.097L-38.034 95.391L-39.462 93.487Q-39.589 93.344-39.782 93.310Q-39.975 93.276-40.265 93.276L-40.265 92.995L-38.252 92.995L-38.252 93.276Q-38.372 93.276-38.522 93.320Q-38.673 93.364-38.673 93.450Q-38.673 93.460-38.666 93.470Q-38.659 93.481-38.656 93.487L-37.627 94.858L-36.731 93.675Q-36.690 93.624-36.690 93.556Q-36.690 93.419-36.810 93.347Q-36.930 93.276-37.076 93.276L-37.076 92.995L-35.333 92.995L-35.333 93.276Q-36.075 93.276-36.383 93.675L-37.452 95.097L-35.815 97.288Q-35.685 97.428-35.492 97.463Q-35.299 97.497-35.002 97.497L-35.002 97.777L-37.025 97.777L-37.025 97.497Q-36.906 97.497-36.755 97.452Q-36.605 97.408-36.605 97.322Q-36.605 97.305-36.607 97.298Q-36.608 97.292-36.612 97.288L-37.859 95.627L-38.973 97.097Q-39.014 97.152-39.014 97.216Q-39.014 97.346-38.893 97.422Q-38.772 97.497-38.628 97.497L-38.628 97.777M-31.413 97.777L-34.298 97.777L-34.298 97.575Q-34.298 97.545-34.270 97.517L-33.023 96.300Q-32.951 96.225-32.908 96.183Q-32.866 96.140-32.787 96.061Q-32.373 95.648-32.143 95.290Q-31.912 94.933-31.912 94.509Q-31.912 94.277-31.991 94.074Q-32.069 93.870-32.211 93.720Q-32.353 93.569-32.548 93.489Q-32.742 93.409-32.975 93.409Q-33.286 93.409-33.544 93.568Q-33.802 93.727-33.932 94.004L-33.911 94.004Q-33.744 94.004-33.636 94.115Q-33.529 94.226-33.529 94.390Q-33.529 94.547-33.638 94.660Q-33.747 94.773-33.911 94.773Q-34.072 94.773-34.185 94.660Q-34.298 94.547-34.298 94.390Q-34.298 94.014-34.089 93.727Q-33.881 93.440-33.546 93.284Q-33.211 93.129-32.855 93.129Q-32.431 93.129-32.052 93.287Q-31.673 93.446-31.439 93.763Q-31.204 94.079-31.204 94.509Q-31.204 94.820-31.345 95.089Q-31.485 95.357-31.690 95.562Q-31.895 95.767-32.257 96.049Q-32.619 96.331-32.729 96.427L-33.583 97.155L-32.941 97.155Q-32.678 97.155-32.389 97.153Q-32.100 97.152-31.881 97.143Q-31.662 97.134-31.645 97.117Q-31.584 97.052-31.546 96.885Q-31.509 96.717-31.471 96.475L-31.204 96.475\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(296.596 -140.514)\">\u003Cpath d=\"M-63.573 99.527L-64.649 99.527L-64.649 92.527L-63.573 92.527L-63.573 92.869L-64.308 92.869L-64.308 99.185L-63.573 99.185L-63.573 99.527M-61.351 97.917Q-61.987 97.917-62.351 97.572Q-62.715 97.227-62.850 96.702Q-62.985 96.177-62.985 95.552Q-62.985 94.527-62.629 93.828Q-62.274 93.129-61.351 93.129Q-60.425 93.129-60.073 93.828Q-59.721 94.527-59.721 95.552Q-59.721 96.177-59.856 96.702Q-59.991 97.227-60.353 97.572Q-60.715 97.917-61.351 97.917M-61.351 97.692Q-60.914 97.692-60.700 97.317Q-60.486 96.943-60.437 96.476Q-60.387 96.010-60.387 95.432Q-60.387 94.879-60.437 94.451Q-60.486 94.024-60.698 93.689Q-60.910 93.354-61.351 93.354Q-61.693 93.354-61.896 93.561Q-62.100 93.768-62.187 94.080Q-62.274 94.393-62.296 94.709Q-62.318 95.026-62.318 95.432Q-62.318 95.849-62.296 96.191Q-62.274 96.533-62.185 96.881Q-62.096 97.230-61.891 97.461Q-61.686 97.692-61.351 97.692M-58.545 99.007Q-58.545 98.973-58.518 98.946Q-58.248 98.717-58.099 98.394Q-57.950 98.071-57.950 97.715L-57.950 97.678Q-58.060 97.777-58.224 97.777Q-58.405 97.777-58.524 97.657Q-58.644 97.538-58.644 97.357Q-58.644 97.182-58.524 97.063Q-58.405 96.943-58.224 96.943Q-57.967 96.943-57.848 97.182Q-57.728 97.422-57.728 97.715Q-57.728 98.115-57.897 98.486Q-58.066 98.857-58.364 99.113Q-58.395 99.134-58.422 99.134Q-58.463 99.134-58.504 99.093Q-58.545 99.052-58.545 99.007M-56.289 97.015L-56.320 97.015Q-56.183 97.312-55.886 97.488Q-55.588 97.664-55.260 97.664Q-54.898 97.664-54.671 97.486Q-54.443 97.309-54.349 97.020Q-54.255 96.731-54.255 96.369Q-54.255 96.054-54.310 95.769Q-54.365 95.484-54.537 95.278Q-54.710 95.073-55.024 95.073Q-55.298 95.073-55.481 95.140Q-55.664 95.207-55.768 95.296Q-55.872 95.384-55.968 95.494Q-56.063 95.603-56.108 95.613L-56.186 95.613Q-56.258 95.596-56.275 95.525L-56.275 93.207Q-56.275 93.173-56.251 93.151Q-56.228 93.129-56.193 93.129L-56.166 93.129Q-55.879 93.245-55.611 93.299Q-55.342 93.354-55.065 93.354Q-54.789 93.354-54.519 93.299Q-54.249 93.245-53.968 93.129L-53.944 93.129Q-53.910 93.129-53.886 93.152Q-53.862 93.176-53.862 93.207L-53.862 93.276Q-53.862 93.303-53.883 93.323Q-54.156 93.638-54.541 93.814Q-54.925 93.990-55.339 93.990Q-55.677 93.990-55.995 93.904L-55.995 95.186Q-55.599 94.851-55.024 94.851Q-54.621 94.851-54.284 95.061Q-53.948 95.272-53.755 95.624Q-53.561 95.976-53.561 96.376Q-53.561 96.707-53.702 96.993Q-53.842 97.278-54.086 97.488Q-54.331 97.698-54.633 97.808Q-54.936 97.917-55.253 97.917Q-55.612 97.917-55.939 97.753Q-56.265 97.589-56.460 97.297Q-56.655 97.005-56.655 96.642Q-56.655 96.492-56.549 96.386Q-56.443 96.280-56.289 96.280Q-56.135 96.280-56.031 96.384Q-55.927 96.488-55.927 96.642Q-55.927 96.799-56.031 96.907Q-56.135 97.015-56.289 97.015M-51.811 99.527L-52.888 99.527L-52.888 99.185L-52.153 99.185L-52.153 92.869L-52.888 92.869L-52.888 92.527L-51.811 92.527L-51.811 99.527M-50.137 97.357Q-50.137 97.189-50.014 97.066Q-49.891 96.943-49.716 96.943Q-49.549 96.943-49.426 97.066Q-49.303 97.189-49.303 97.357Q-49.303 97.531-49.426 97.654Q-49.549 97.777-49.716 97.777Q-49.891 97.777-50.014 97.654Q-50.137 97.531-50.137 97.357M-50.137 95.173Q-50.137 95.005-50.014 94.882Q-49.891 94.759-49.716 94.759Q-49.549 94.759-49.426 94.882Q-49.303 95.005-49.303 95.173Q-49.303 95.347-49.426 95.470Q-49.549 95.593-49.716 95.593Q-49.891 95.593-50.014 95.470Q-50.137 95.347-50.137 95.173\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(296.596 -129.172)\">\u003Cpath d=\"M-64.807 97.230Q-64.687 97.387-64.496 97.486Q-64.304 97.586-64.089 97.625Q-63.874 97.664-63.651 97.664Q-63.354 97.664-63.159 97.509Q-62.964 97.353-62.874 97.099Q-62.783 96.844-62.783 96.560Q-62.783 96.266-62.875 96.015Q-62.968 95.764-63.166 95.608Q-63.364 95.453-63.658 95.453L-64.174 95.453Q-64.202 95.453-64.227 95.427Q-64.253 95.402-64.253 95.378L-64.253 95.306Q-64.253 95.275-64.227 95.253Q-64.202 95.231-64.174 95.231L-63.733 95.200Q-63.371 95.200-63.151 94.843Q-62.930 94.485-62.930 94.096Q-62.930 93.768-63.125 93.564Q-63.320 93.361-63.651 93.361Q-63.938 93.361-64.191 93.445Q-64.444 93.528-64.608 93.716Q-64.461 93.716-64.361 93.831Q-64.260 93.945-64.260 94.096Q-64.260 94.246-64.366 94.356Q-64.472 94.465-64.629 94.465Q-64.790 94.465-64.899 94.356Q-65.008 94.246-65.008 94.096Q-65.008 93.771-64.800 93.552Q-64.591 93.334-64.275 93.231Q-63.959 93.129-63.651 93.129Q-63.333 93.129-63.005 93.233Q-62.677 93.337-62.450 93.559Q-62.223 93.781-62.223 94.096Q-62.223 94.530-62.510 94.855Q-62.797 95.179-63.231 95.326Q-62.920 95.391-62.640 95.557Q-62.359 95.723-62.182 95.981Q-62.004 96.239-62.004 96.560Q-62.004 96.970-62.248 97.280Q-62.493 97.589-62.874 97.753Q-63.255 97.917-63.651 97.917Q-64.020 97.917-64.378 97.804Q-64.735 97.692-64.979 97.442Q-65.224 97.193-65.224 96.823Q-65.224 96.652-65.107 96.540Q-64.991 96.427-64.820 96.427Q-64.711 96.427-64.620 96.478Q-64.530 96.529-64.475 96.622Q-64.420 96.714-64.420 96.823Q-64.420 96.991-64.533 97.110Q-64.646 97.230-64.807 97.230\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(296.596 -129.172)\">\u003Cpath d=\"M-58.434 97.839L-58.434 96.266Q-58.434 96.239-58.409 96.213Q-58.383 96.188-58.356 96.188L-58.243 96.188Q-58.215 96.188-58.192 96.215Q-58.168 96.242-58.168 96.266Q-58.168 96.611-58.036 96.875Q-57.904 97.138-57.675 97.307Q-57.446 97.476-57.144 97.557Q-56.841 97.637-56.500 97.637Q-56.233 97.637-55.997 97.509Q-55.761 97.381-55.616 97.158Q-55.471 96.936-55.471 96.670Q-55.471 96.447-55.577 96.251Q-55.683 96.054-55.864 95.919Q-56.045 95.784-56.271 95.733L-57.299 95.501Q-57.611 95.429-57.870 95.243Q-58.130 95.056-58.282 94.785Q-58.434 94.513-58.434 94.198Q-58.434 93.812-58.221 93.505Q-58.007 93.197-57.660 93.026Q-57.313 92.855-56.934 92.855Q-56.705 92.855-56.476 92.908Q-56.247 92.961-56.048 93.069Q-55.850 93.176-55.696 93.340L-55.402 92.900Q-55.379 92.855-55.338 92.855L-55.290 92.855Q-55.259 92.855-55.237 92.881Q-55.215 92.906-55.215 92.934L-55.215 94.509Q-55.215 94.530-55.238 94.557Q-55.262 94.585-55.290 94.585L-55.402 94.585Q-55.464 94.585-55.478 94.509Q-55.519 94.096-55.700 93.776Q-55.881 93.457-56.192 93.282Q-56.503 93.108-56.934 93.108Q-57.183 93.108-57.423 93.219Q-57.662 93.330-57.812 93.528Q-57.963 93.727-57.963 93.990Q-57.963 94.202-57.855 94.383Q-57.747 94.564-57.571 94.684Q-57.395 94.803-57.187 94.844L-56.158 95.073Q-55.840 95.145-55.573 95.350Q-55.307 95.555-55.155 95.849Q-55.003 96.143-55.003 96.475Q-55.003 96.868-55.208 97.203Q-55.413 97.538-55.758 97.727Q-56.103 97.917-56.500 97.917Q-56.920 97.917-57.299 97.804Q-57.679 97.692-57.949 97.442L-58.243 97.876Q-58.270 97.917-58.308 97.917L-58.356 97.917Q-58.383 97.917-58.409 97.892Q-58.434 97.866-58.434 97.839\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(296.596 -129.172)\">\u003Cpath d=\"M-49.854 99.134L-51.484 99.134L-51.484 98.854Q-51.255 98.854-51.106 98.819Q-50.958 98.785-50.958 98.645L-50.958 95.299Q-50.958 95.128-51.094 95.087Q-51.231 95.046-51.484 95.046L-51.484 94.766L-50.404 94.691L-50.404 95.097Q-50.182 94.896-49.895 94.793Q-49.607 94.691-49.300 94.691Q-48.873 94.691-48.509 94.904Q-48.145 95.118-47.931 95.482Q-47.717 95.846-47.717 96.266Q-47.717 96.711-47.957 97.075Q-48.196 97.439-48.589 97.642Q-48.982 97.845-49.426 97.845Q-49.693 97.845-49.941 97.745Q-50.188 97.644-50.376 97.463L-50.376 98.645Q-50.376 98.782-50.228 98.818Q-50.079 98.854-49.854 98.854L-49.854 99.134M-50.376 95.446L-50.376 97.056Q-50.243 97.309-50 97.466Q-49.758 97.623-49.481 97.623Q-49.153 97.623-48.900 97.422Q-48.647 97.220-48.514 96.902Q-48.380 96.584-48.380 96.266Q-48.380 96.037-48.445 95.808Q-48.510 95.579-48.638 95.381Q-48.767 95.183-48.961 95.063Q-49.156 94.944-49.389 94.944Q-49.683 94.944-49.951 95.073Q-50.219 95.203-50.376 95.446M-47.023 97.049Q-47.023 96.717-46.800 96.490Q-46.576 96.263-46.232 96.135Q-45.889 96.006-45.516 95.954Q-45.144 95.901-44.839 95.901L-44.839 95.648Q-44.839 95.443-44.947 95.263Q-45.055 95.084-45.236 94.981Q-45.417 94.879-45.625 94.879Q-46.032 94.879-46.268 94.971Q-46.179 95.008-46.133 95.092Q-46.087 95.176-46.087 95.278Q-46.087 95.374-46.133 95.453Q-46.179 95.531-46.260 95.576Q-46.340 95.620-46.429 95.620Q-46.579 95.620-46.680 95.523Q-46.781 95.425-46.781 95.278Q-46.781 94.656-45.625 94.656Q-45.414 94.656-45.164 94.720Q-44.915 94.783-44.713 94.902Q-44.511 95.022-44.385 95.207Q-44.258 95.391-44.258 95.634L-44.258 97.210Q-44.258 97.326-44.197 97.422Q-44.135 97.517-44.022 97.517Q-43.913 97.517-43.848 97.423Q-43.783 97.329-43.783 97.210L-43.783 96.762L-43.517 96.762L-43.517 97.210Q-43.517 97.480-43.744 97.645Q-43.971 97.811-44.251 97.811Q-44.460 97.811-44.597 97.657Q-44.733 97.504-44.757 97.288Q-44.904 97.555-45.186 97.700Q-45.468 97.845-45.793 97.845Q-46.070 97.845-46.354 97.770Q-46.637 97.695-46.830 97.516Q-47.023 97.336-47.023 97.049M-46.408 97.049Q-46.408 97.223-46.307 97.353Q-46.207 97.483-46.051 97.553Q-45.895 97.623-45.731 97.623Q-45.513 97.623-45.304 97.526Q-45.096 97.428-44.968 97.247Q-44.839 97.066-44.839 96.840L-44.839 96.112Q-45.164 96.112-45.530 96.203Q-45.895 96.294-46.152 96.506Q-46.408 96.717-46.408 97.049M-41.350 97.777L-43.086 97.777L-43.086 97.497Q-42.857 97.497-42.708 97.463Q-42.560 97.428-42.560 97.288L-42.560 95.439Q-42.560 95.169-42.667 95.108Q-42.775 95.046-43.086 95.046L-43.086 94.766L-42.057 94.691L-42.057 95.398Q-41.927 95.090-41.685 94.891Q-41.442 94.691-41.124 94.691Q-40.905 94.691-40.734 94.815Q-40.563 94.940-40.563 95.152Q-40.563 95.289-40.663 95.388Q-40.762 95.487-40.895 95.487Q-41.032 95.487-41.131 95.388Q-41.230 95.289-41.230 95.152Q-41.230 95.012-41.131 94.913Q-41.421 94.913-41.621 95.109Q-41.821 95.306-41.914 95.600Q-42.006 95.894-42.006 96.174L-42.006 97.288Q-42.006 97.497-41.350 97.497L-41.350 97.777M-39.979 97.770L-39.979 96.707Q-39.979 96.683-39.952 96.656Q-39.924 96.629-39.900 96.629L-39.791 96.629Q-39.726 96.629-39.712 96.687Q-39.617 97.121-39.371 97.372Q-39.124 97.623-38.711 97.623Q-38.369 97.623-38.116 97.490Q-37.863 97.357-37.863 97.049Q-37.863 96.892-37.957 96.777Q-38.051 96.663-38.190 96.594Q-38.328 96.526-38.496 96.488L-39.077 96.389Q-39.432 96.321-39.706 96.100Q-39.979 95.880-39.979 95.538Q-39.979 95.289-39.868 95.114Q-39.757 94.940-39.571 94.841Q-39.384 94.742-39.169 94.699Q-38.954 94.656-38.711 94.656Q-38.297 94.656-38.017 94.838L-37.802 94.663Q-37.791 94.660-37.785 94.658Q-37.778 94.656-37.768 94.656L-37.716 94.656Q-37.689 94.656-37.665 94.680Q-37.641 94.704-37.641 94.732L-37.641 95.579Q-37.641 95.600-37.665 95.627Q-37.689 95.654-37.716 95.654L-37.829 95.654Q-37.856 95.654-37.882 95.629Q-37.908 95.603-37.908 95.579Q-37.908 95.343-38.014 95.179Q-38.120 95.015-38.302 94.933Q-38.485 94.851-38.718 94.851Q-39.046 94.851-39.302 94.954Q-39.559 95.056-39.559 95.333Q-39.559 95.528-39.376 95.637Q-39.193 95.747-38.964 95.788L-38.390 95.894Q-38.144 95.942-37.930 96.070Q-37.716 96.198-37.580 96.401Q-37.443 96.605-37.443 96.854Q-37.443 97.367-37.809 97.606Q-38.174 97.845-38.711 97.845Q-39.207 97.845-39.538 97.551L-39.805 97.825Q-39.825 97.845-39.853 97.845L-39.900 97.845Q-39.924 97.845-39.952 97.818Q-39.979 97.791-39.979 97.770M-36.855 96.242Q-36.855 95.921-36.730 95.632Q-36.605 95.343-36.380 95.120Q-36.154 94.896-35.859 94.776Q-35.563 94.656-35.245 94.656Q-34.917 94.656-34.656 94.756Q-34.394 94.855-34.218 95.037Q-34.042 95.220-33.948 95.478Q-33.854 95.736-33.854 96.068Q-33.854 96.160-33.936 96.181L-36.192 96.181L-36.192 96.242Q-36.192 96.830-35.908 97.213Q-35.624 97.596-35.057 97.596Q-34.736 97.596-34.468 97.403Q-34.199 97.210-34.110 96.895Q-34.104 96.854-34.028 96.840L-33.936 96.840Q-33.854 96.864-33.854 96.936Q-33.854 96.943-33.861 96.970Q-33.974 97.367-34.344 97.606Q-34.715 97.845-35.139 97.845Q-35.577 97.845-35.977 97.637Q-36.376 97.428-36.616 97.061Q-36.855 96.694-36.855 96.242M-36.185 95.972L-34.370 95.972Q-34.370 95.695-34.468 95.443Q-34.565 95.190-34.763 95.034Q-34.961 94.879-35.245 94.879Q-35.522 94.879-35.736 95.037Q-35.949 95.196-36.067 95.451Q-36.185 95.706-36.185 95.972M-33.266 97.770L-33.266 96.707Q-33.266 96.683-33.239 96.656Q-33.211 96.629-33.187 96.629L-33.078 96.629Q-33.013 96.629-32.999 96.687Q-32.904 97.121-32.658 97.372Q-32.412 97.623-31.998 97.623Q-31.656 97.623-31.403 97.490Q-31.150 97.357-31.150 97.049Q-31.150 96.892-31.244 96.777Q-31.338 96.663-31.477 96.594Q-31.615 96.526-31.783 96.488L-32.364 96.389Q-32.719 96.321-32.993 96.100Q-33.266 95.880-33.266 95.538Q-33.266 95.289-33.155 95.114Q-33.044 94.940-32.858 94.841Q-32.671 94.742-32.456 94.699Q-32.241 94.656-31.998 94.656Q-31.584 94.656-31.304 94.838L-31.089 94.663Q-31.079 94.660-31.072 94.658Q-31.065 94.656-31.055 94.656L-31.003 94.656Q-30.976 94.656-30.952 94.680Q-30.928 94.704-30.928 94.732L-30.928 95.579Q-30.928 95.600-30.952 95.627Q-30.976 95.654-31.003 95.654L-31.116 95.654Q-31.144 95.654-31.169 95.629Q-31.195 95.603-31.195 95.579Q-31.195 95.343-31.301 95.179Q-31.407 95.015-31.590 94.933Q-31.772 94.851-32.005 94.851Q-32.333 94.851-32.589 94.954Q-32.846 95.056-32.846 95.333Q-32.846 95.528-32.663 95.637Q-32.480 95.747-32.251 95.788L-31.677 95.894Q-31.431 95.942-31.217 96.070Q-31.003 96.198-30.867 96.401Q-30.730 96.605-30.730 96.854Q-30.730 97.367-31.096 97.606Q-31.461 97.845-31.998 97.845Q-32.494 97.845-32.825 97.551L-33.092 97.825Q-33.112 97.845-33.140 97.845L-33.187 97.845Q-33.211 97.845-33.239 97.818Q-33.266 97.791-33.266 97.770\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The CKY chart for &quot;Book the flight through Houston&quot; filling by span length: length-1 diagonal from the lexicon, then length 2, 3, 4, and finally the top cell [0,5] with three S derivations (the PP-attachment ambiguity). Empty cells are shown blank.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:502.929px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 377.196 172.224\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmti8\" font-size=\"8\">\u003Cg transform=\"translate(23.126 -185.01)\">\u003Cpath d=\"M-65.320 122.407L-68.234 122.407Q-68.328 122.376-68.328 122.278L-68.304 122.177Q-68.273 122.122-68.210 122.110Q-67.769 122.110-67.601 122.055Q-67.499 122.001-67.464 121.805L-66.386 117.485Q-66.363 117.415-66.363 117.344Q-66.363 117.239-66.937 117.239Q-67.042 117.208-67.042 117.110L-67.007 117.009Q-66.976 116.950-66.921 116.942L-64.175 116.942Q-63.914 116.942-63.656 117.009Q-63.398 117.075-63.189 117.212Q-62.980 117.348-62.855 117.555Q-62.730 117.762-62.730 118.048Q-62.730 118.430-62.976 118.751Q-63.222 119.071-63.597 119.274Q-63.972 119.477-64.351 119.552Q-63.867 119.610-63.517 119.901Q-63.167 120.192-63.167 120.665Q-63.167 121.036-63.365 121.352Q-63.562 121.669-63.892 121.909Q-64.222 122.149-64.597 122.278Q-64.972 122.407-65.320 122.407M-66.874 122.071Q-66.874 122.110-66.656 122.110L-65.464 122.110Q-65.074 122.110-64.712 121.899Q-64.351 121.688-64.132 121.339Q-63.914 120.989-63.914 120.598Q-63.914 120.348-64.015 120.143Q-64.117 119.938-64.306 119.817Q-64.496 119.696-64.753 119.696L-66.296 119.696L-66.839 121.864Q-66.874 121.977-66.874 122.071M-65.761 117.544L-66.234 119.438L-65.015 119.438Q-64.640 119.438-64.279 119.249Q-63.917 119.059-63.687 118.737Q-63.457 118.415-63.457 118.040Q-63.457 117.809-63.558 117.628Q-63.660 117.446-63.837 117.343Q-64.015 117.239-64.249 117.239L-65.386 117.239Q-65.531 117.239-65.595 117.257Q-65.660 117.274-65.691 117.335Q-65.722 117.395-65.761 117.544M-60.714 122.485Q-61.093 122.485-61.388 122.307Q-61.683 122.130-61.843 121.825Q-62.003 121.520-62.003 121.134Q-62.003 120.727-61.828 120.321Q-61.652 119.915-61.349 119.589Q-61.046 119.262-60.662 119.071Q-60.277 118.880-59.859 118.880Q-59.562 118.880-59.330 118.981Q-59.097 119.083-58.925 119.266Q-58.753 119.450-58.662 119.696Q-58.570 119.942-58.570 120.231Q-58.570 120.634-58.744 121.040Q-58.917 121.446-59.220 121.772Q-59.523 122.098-59.916 122.292Q-60.308 122.485-60.714 122.485M-60.699 122.231Q-60.351 122.231-60.066 122.003Q-59.781 121.774-59.589 121.415Q-59.398 121.055-59.300 120.661Q-59.203 120.266-59.203 119.942Q-59.203 119.735-59.275 119.550Q-59.347 119.364-59.498 119.249Q-59.648 119.134-59.874 119.134Q-60.332 119.134-60.675 119.516Q-61.019 119.899-61.195 120.436Q-61.371 120.973-61.371 121.423Q-61.371 121.759-61.195 121.995Q-61.019 122.231-60.699 122.231\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(23.126 -185.01)\">\u003Cpath d=\"M-56.757 122.485Q-57.136 122.485-57.430 122.307Q-57.725 122.130-57.886 121.825Q-58.046 121.520-58.046 121.134Q-58.046 120.727-57.870 120.321Q-57.694 119.915-57.391 119.589Q-57.089 119.262-56.704 119.071Q-56.319 118.880-55.901 118.880Q-55.604 118.880-55.372 118.981Q-55.139 119.083-54.968 119.266Q-54.796 119.450-54.704 119.696Q-54.612 119.942-54.612 120.231Q-54.612 120.634-54.786 121.040Q-54.960 121.446-55.262 121.772Q-55.565 122.098-55.958 122.292Q-56.350 122.485-56.757 122.485M-56.741 122.231Q-56.393 122.231-56.108 122.003Q-55.823 121.774-55.632 121.415Q-55.440 121.055-55.343 120.661Q-55.245 120.266-55.245 119.942Q-55.245 119.735-55.317 119.550Q-55.389 119.364-55.540 119.249Q-55.690 119.134-55.917 119.134Q-56.374 119.134-56.718 119.516Q-57.061 119.899-57.237 120.436Q-57.413 120.973-57.413 121.423Q-57.413 121.759-57.237 121.995Q-57.061 122.231-56.741 122.231M-53.932 122.247Q-53.932 122.208-53.925 122.184L-52.772 117.559Q-52.733 117.372-52.733 117.344Q-52.733 117.239-53.229 117.239Q-53.327 117.208-53.327 117.110L-53.300 117.009Q-53.292 116.962-53.214 116.942L-52.159 116.856Q-52.108 116.856-52.073 116.886Q-52.038 116.915-52.038 116.973L-52.862 120.270Q-52.632 120.161-52.354 119.889Q-52.077 119.618-51.864 119.399Q-51.651 119.180-51.399 119.030Q-51.147 118.880-50.862 118.880Q-50.636 118.880-50.485 119.040Q-50.335 119.200-50.335 119.430Q-50.335 119.626-50.452 119.780Q-50.569 119.934-50.764 119.934Q-50.886 119.934-50.973 119.854Q-51.061 119.774-51.061 119.653Q-51.061 119.501-50.956 119.386Q-50.850 119.270-50.702 119.247Q-50.764 119.134-50.886 119.134Q-51.136 119.134-51.343 119.272Q-51.550 119.411-51.811 119.673Q-51.995 119.860-52.192 120.057Q-52.389 120.255-52.581 120.384Q-52.132 120.450-51.809 120.651Q-51.487 120.852-51.487 121.239Q-51.487 121.348-51.534 121.563Q-51.581 121.778-51.581 121.887Q-51.581 122.231-51.350 122.231Q-51.089 122.231-50.956 121.940Q-50.823 121.649-50.725 121.231Q-50.698 121.161-50.636 121.161L-50.475 121.161Q-50.436 121.161-50.413 121.190Q-50.389 121.219-50.389 121.255Q-50.389 121.270-50.397 121.286Q-50.507 121.755-50.741 122.120Q-50.975 122.485-51.366 122.485Q-51.706 122.485-51.919 122.261Q-52.132 122.036-52.132 121.688Q-52.132 121.641-52.104 121.495Q-52.077 121.348-52.077 121.255Q-52.077 120.962-52.343 120.805Q-52.608 120.649-52.948 120.614L-53.350 122.239Q-53.382 122.344-53.477 122.415Q-53.573 122.485-53.678 122.485Q-53.792 122.485-53.862 122.421Q-53.932 122.356-53.932 122.247\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(92.266 -185.01)\">\u003Cpath d=\"M-67.945 121.751Q-67.945 121.626-67.921 121.520L-67.351 119.255L-68.128 119.255Q-68.234 119.223-68.234 119.126L-68.210 119.024Q-68.191 118.973-68.113 118.958L-67.281 118.958L-66.953 117.673Q-66.929 117.555-66.833 117.481Q-66.738 117.407-66.617 117.407Q-66.515 117.407-66.443 117.475Q-66.371 117.544-66.371 117.645Q-66.371 117.696-66.378 117.712L-66.691 118.958L-65.906 118.958Q-65.808 118.989-65.808 119.079L-65.832 119.184Q-65.839 119.235-65.921 119.255L-66.761 119.255L-67.343 121.575Q-67.386 121.739-67.386 121.895Q-67.386 122.231-67.167 122.231Q-66.832 122.231-66.580 121.915Q-66.328 121.598-66.183 121.208Q-66.152 121.161-66.105 121.161L-65.945 121.161Q-65.906 121.161-65.882 121.190Q-65.859 121.219-65.859 121.255Q-65.859 121.270-65.867 121.286Q-65.992 121.602-66.175 121.868Q-66.359 122.134-66.617 122.309Q-66.874 122.485-67.183 122.485Q-67.398 122.485-67.570 122.393Q-67.742 122.302-67.843 122.136Q-67.945 121.969-67.945 121.751M-65.457 122.247Q-65.457 122.208-65.449 122.184L-64.296 117.559Q-64.257 117.372-64.257 117.344Q-64.257 117.239-64.753 117.239Q-64.851 117.208-64.851 117.110L-64.824 117.009Q-64.816 116.962-64.738 116.942L-63.683 116.856Q-63.632 116.856-63.597 116.886Q-63.562 116.915-63.562 116.973L-64.167 119.399Q-63.941 119.157-63.650 119.018Q-63.359 118.880-63.042 118.880Q-62.765 118.880-62.558 118.979Q-62.351 119.079-62.236 119.274Q-62.121 119.469-62.121 119.743Q-62.121 120.071-62.267 120.536Q-62.414 121.001-62.632 121.575Q-62.730 121.802-62.730 122.009Q-62.730 122.231-62.570 122.231Q-62.273 122.231-62.087 121.921Q-61.902 121.610-61.808 121.231Q-61.781 121.161-61.722 121.161L-61.562 121.161Q-61.523 121.161-61.498 121.194Q-61.472 121.227-61.472 121.255Q-61.472 121.270-61.480 121.286Q-61.550 121.567-61.699 121.844Q-61.847 122.122-62.072 122.303Q-62.296 122.485-62.585 122.485Q-62.871 122.485-63.068 122.298Q-63.265 122.110-63.265 121.821Q-63.265 121.653-63.210 121.520Q-62.980 120.903-62.832 120.440Q-62.683 119.977-62.683 119.637Q-62.683 119.419-62.771 119.276Q-62.859 119.134-63.066 119.134Q-63.519 119.134-63.835 119.440Q-64.152 119.747-64.378 120.231L-64.874 122.239Q-64.906 122.344-65.001 122.415Q-65.097 122.485-65.203 122.485Q-65.316 122.485-65.386 122.421Q-65.457 122.356-65.457 122.247M-59.515 122.485Q-59.898 122.485-60.187 122.284Q-60.476 122.083-60.623 121.749Q-60.769 121.415-60.769 121.040Q-60.769 120.614-60.603 120.214Q-60.437 119.813-60.148 119.516Q-59.859 119.219-59.472 119.050Q-59.085 118.880-58.660 118.880Q-58.308 118.880-58.035 119.061Q-57.761 119.243-57.761 119.583Q-57.761 120.044-58.132 120.268Q-58.503 120.493-58.972 120.546Q-59.441 120.598-60.011 120.598L-60.035 120.598Q-60.148 121.118-60.148 121.360Q-60.148 121.708-59.988 121.969Q-59.828 122.231-59.499 122.231Q-59.207 122.231-58.919 122.141Q-58.632 122.052-58.384 121.878Q-58.136 121.704-57.953 121.469Q-57.921 121.438-57.882 121.438Q-57.816 121.438-57.757 121.505Q-57.699 121.571-57.699 121.630Q-57.699 121.661-57.722 121.696Q-57.933 121.962-58.218 122.137Q-58.503 122.313-58.839 122.399Q-59.175 122.485-59.515 122.485M-59.972 120.344Q-59.527 120.344-59.152 120.305Q-58.777 120.266-58.462 120.096Q-58.148 119.927-58.148 119.583Q-58.148 119.438-58.222 119.339Q-58.296 119.239-58.421 119.186Q-58.546 119.134-58.675 119.134Q-59.160 119.134-59.488 119.481Q-59.816 119.829-59.972 120.344\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti8\" font-size=\"8\">\u003Cg transform=\"translate(153.042 -185.788)\">\u003Cpath d=\"M-69.128 123.497Q-69.128 123.309-69.009 123.171Q-68.890 123.032-68.707 123.032Q-68.582 123.032-68.496 123.110Q-68.410 123.188-68.410 123.309Q-68.410 123.427-68.488 123.538Q-68.566 123.649-68.679 123.704Q-68.566 123.782-68.402 123.782Q-68.261 123.782-68.148 123.577Q-68.035 123.372-67.955 123.087Q-67.874 122.802-67.820 122.509Q-67.765 122.216-67.746 122.102Q-67.722 122.001-67.683 121.798Q-67.644 121.594-67.623 121.481Q-67.601 121.368-67.570 121.200L-67.210 119.255L-67.874 119.255Q-67.976 119.227-67.976 119.126L-67.945 119.024Q-67.937 118.977-67.859 118.958L-67.152 118.958L-67.050 118.438Q-66.980 118.075-66.919 117.829Q-66.859 117.583-66.740 117.335Q-66.621 117.087-66.414 116.930Q-66.207 116.774-65.906 116.774Q-65.621 116.774-65.394 116.911Q-65.167 117.048-65.167 117.317Q-65.167 117.505-65.287 117.643Q-65.406 117.782-65.593 117.782Q-65.714 117.782-65.802 117.704Q-65.890 117.626-65.890 117.505Q-65.890 117.376-65.816 117.272Q-65.742 117.169-65.617 117.118Q-65.742 117.032-65.921 117.032Q-66.066 117.032-66.156 117.190Q-66.246 117.348-66.298 117.594Q-66.351 117.841-66.371 117.927Q-66.441 118.321-66.464 118.430L-66.562 118.958L-65.761 118.958Q-65.656 118.989-65.656 119.079L-65.679 119.184Q-65.699 119.235-65.777 119.255L-66.617 119.255L-66.984 121.192Q-67.062 121.641-67.152 122.077Q-67.242 122.512-67.396 122.958Q-67.550 123.403-67.806 123.721Q-68.062 124.040-68.417 124.040Q-68.683 124.040-68.906 123.899Q-69.128 123.759-69.128 123.497\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(153.042 -185.788)\">\u003Cpath d=\"M-63.808 121.751Q-63.808 121.641-63.784 121.536L-62.792 117.559Q-62.753 117.372-62.753 117.344Q-62.753 117.239-63.249 117.239Q-63.347 117.208-63.347 117.110L-63.319 117.009Q-63.312 116.962-63.233 116.942L-62.179 116.856Q-62.136 116.856-62.097 116.887Q-62.058 116.919-62.058 116.973L-63.210 121.575Q-63.249 121.751-63.249 121.895Q-63.249 122.231-63.034 122.231Q-62.831 122.231-62.718 121.940Q-62.605 121.649-62.507 121.231Q-62.472 121.161-62.417 121.161L-62.257 121.161Q-62.218 121.161-62.194 121.190Q-62.171 121.219-62.171 121.255Q-62.171 121.270-62.179 121.286Q-62.296 121.790-62.485 122.137Q-62.675 122.485-63.050 122.485Q-63.370 122.485-63.589 122.278Q-63.808 122.071-63.808 121.751M-61.323 121.821Q-61.323 121.661-61.265 121.520L-60.616 119.790Q-60.522 119.516-60.522 119.360Q-60.522 119.134-60.683 119.134Q-60.976 119.134-61.161 119.444Q-61.347 119.755-61.440 120.134Q-61.452 120.208-61.522 120.208L-61.683 120.208Q-61.714 120.208-61.741 120.173Q-61.769 120.137-61.769 120.110L-61.769 120.079Q-61.698 119.805-61.550 119.528Q-61.401 119.251-61.173 119.065Q-60.944 118.880-60.667 118.880Q-60.382 118.880-60.185 119.067Q-59.987 119.255-59.987 119.544Q-59.987 119.712-60.042 119.848L-60.690 121.575Q-60.784 121.809-60.784 122.009Q-60.784 122.231-60.624 122.231Q-60.335 122.231-60.146 121.913Q-59.956 121.594-59.874 121.231Q-59.847 121.161-59.784 121.161L-59.624 121.161Q-59.585 121.161-59.562 121.190Q-59.538 121.219-59.538 121.255Q-59.538 121.270-59.546 121.286Q-59.616 121.559-59.765 121.839Q-59.913 122.118-60.140 122.302Q-60.366 122.485-60.640 122.485Q-60.929 122.485-61.126 122.298Q-61.323 122.110-61.323 121.821M-60.394 117.552Q-60.394 117.387-60.267 117.264Q-60.140 117.141-59.980 117.141Q-59.855 117.141-59.769 117.223Q-59.683 117.305-59.683 117.430Q-59.683 117.594-59.814 117.718Q-59.944 117.841-60.097 117.841Q-60.218 117.841-60.306 117.761Q-60.394 117.680-60.394 117.552M-59.296 123.567Q-59.296 123.384-59.171 123.247Q-59.046 123.110-58.866 123.110Q-58.749 123.110-58.663 123.188Q-58.577 123.266-58.577 123.391Q-58.577 123.602-58.761 123.735Q-58.569 123.782-58.167 123.782Q-57.929 123.782-57.708 123.659Q-57.487 123.536-57.335 123.337Q-57.183 123.137-57.120 122.895L-56.905 122.032Q-57.335 122.407-57.769 122.407Q-58.276 122.407-58.567 122.034Q-58.858 121.661-58.858 121.141Q-58.858 120.778-58.708 120.372Q-58.558 119.966-58.292 119.628Q-58.026 119.290-57.675 119.085Q-57.323 118.880-56.937 118.880Q-56.706 118.880-56.521 118.991Q-56.335 119.102-56.218 119.294Q-56.183 119.180-56.091 119.106Q-55.999 119.032-55.882 119.032Q-55.772 119.032-55.702 119.096Q-55.632 119.161-55.632 119.270Q-55.632 119.317-55.640 119.337L-56.546 122.950Q-56.624 123.282-56.880 123.530Q-57.136 123.778-57.480 123.909Q-57.823 124.040-58.175 124.040Q-58.452 124.040-58.685 124.016Q-58.917 123.993-59.106 123.887Q-59.296 123.782-59.296 123.567M-57.753 122.149Q-57.550 122.149-57.356 122.032Q-57.163 121.915-57.011 121.743Q-56.858 121.571-56.737 121.376L-56.362 119.864Q-56.397 119.567-56.544 119.350Q-56.690 119.134-56.952 119.134Q-57.343 119.134-57.634 119.548Q-57.925 119.962-58.083 120.520Q-58.241 121.079-58.241 121.462Q-58.241 121.731-58.120 121.940Q-57.999 122.149-57.753 122.149M-55.183 122.247Q-55.183 122.208-55.175 122.184L-54.022 117.559Q-53.983 117.372-53.983 117.344Q-53.983 117.239-54.480 117.239Q-54.577 117.208-54.577 117.110L-54.550 117.009Q-54.542 116.962-54.464 116.942L-53.409 116.856Q-53.358 116.856-53.323 116.886Q-53.288 116.915-53.288 116.973L-53.894 119.399Q-53.667 119.157-53.376 119.018Q-53.085 118.880-52.769 118.880Q-52.491 118.880-52.284 118.979Q-52.077 119.079-51.962 119.274Q-51.847 119.469-51.847 119.743Q-51.847 120.071-51.993 120.536Q-52.140 121.001-52.358 121.575Q-52.456 121.802-52.456 122.009Q-52.456 122.231-52.296 122.231Q-51.999 122.231-51.814 121.921Q-51.628 121.610-51.534 121.231Q-51.507 121.161-51.448 121.161L-51.288 121.161Q-51.249 121.161-51.224 121.194Q-51.198 121.227-51.198 121.255Q-51.198 121.270-51.206 121.286Q-51.276 121.567-51.425 121.844Q-51.573 122.122-51.798 122.303Q-52.022 122.485-52.312 122.485Q-52.597 122.485-52.794 122.298Q-52.991 122.110-52.991 121.821Q-52.991 121.653-52.937 121.520Q-52.706 120.903-52.558 120.440Q-52.409 119.977-52.409 119.637Q-52.409 119.419-52.497 119.276Q-52.585 119.134-52.792 119.134Q-53.245 119.134-53.562 119.440Q-53.878 119.747-54.105 120.231L-54.601 122.239Q-54.632 122.344-54.728 122.415Q-54.823 122.485-54.929 122.485Q-55.042 122.485-55.112 122.421Q-55.183 122.356-55.183 122.247M-50.440 121.751Q-50.440 121.626-50.417 121.520L-49.847 119.255L-50.624 119.255Q-50.730 119.223-50.730 119.126L-50.706 119.024Q-50.687 118.973-50.608 118.958L-49.776 118.958L-49.448 117.673Q-49.425 117.555-49.329 117.481Q-49.233 117.407-49.112 117.407Q-49.011 117.407-48.939 117.475Q-48.866 117.544-48.866 117.645Q-48.866 117.696-48.874 117.712L-49.187 118.958L-48.401 118.958Q-48.304 118.989-48.304 119.079L-48.327 119.184Q-48.335 119.235-48.417 119.255L-49.257 119.255L-49.839 121.575Q-49.882 121.739-49.882 121.895Q-49.882 122.231-49.663 122.231Q-49.327 122.231-49.075 121.915Q-48.823 121.598-48.679 121.208Q-48.647 121.161-48.601 121.161L-48.440 121.161Q-48.401 121.161-48.378 121.190Q-48.355 121.219-48.355 121.255Q-48.355 121.270-48.362 121.286Q-48.487 121.602-48.671 121.868Q-48.855 122.134-49.112 122.309Q-49.370 122.485-49.679 122.485Q-49.894 122.485-50.065 122.393Q-50.237 122.302-50.339 122.136Q-50.440 121.969-50.440 121.751\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmti8\" font-size=\"8\">\u003Cg transform=\"translate(214.835 -185.788)\">\u003Cpath d=\"M-67.945 121.751Q-67.945 121.626-67.921 121.520L-67.351 119.255L-68.128 119.255Q-68.234 119.223-68.234 119.126L-68.210 119.024Q-68.191 118.973-68.113 118.958L-67.281 118.958L-66.953 117.673Q-66.929 117.555-66.833 117.481Q-66.738 117.407-66.617 117.407Q-66.515 117.407-66.443 117.475Q-66.371 117.544-66.371 117.645Q-66.371 117.696-66.378 117.712L-66.691 118.958L-65.906 118.958Q-65.808 118.989-65.808 119.079L-65.832 119.184Q-65.839 119.235-65.921 119.255L-66.761 119.255L-67.343 121.575Q-67.386 121.739-67.386 121.895Q-67.386 122.231-67.167 122.231Q-66.832 122.231-66.580 121.915Q-66.328 121.598-66.183 121.208Q-66.152 121.161-66.105 121.161L-65.945 121.161Q-65.906 121.161-65.882 121.190Q-65.859 121.219-65.859 121.255Q-65.859 121.270-65.867 121.286Q-65.992 121.602-66.175 121.868Q-66.359 122.134-66.617 122.309Q-66.874 122.485-67.183 122.485Q-67.398 122.485-67.570 122.393Q-67.742 122.302-67.843 122.136Q-67.945 121.969-67.945 121.751M-65.457 122.247Q-65.457 122.208-65.449 122.184L-64.296 117.559Q-64.257 117.372-64.257 117.344Q-64.257 117.239-64.753 117.239Q-64.851 117.208-64.851 117.110L-64.824 117.009Q-64.816 116.962-64.738 116.942L-63.683 116.856Q-63.632 116.856-63.597 116.886Q-63.562 116.915-63.562 116.973L-64.167 119.399Q-63.941 119.157-63.650 119.018Q-63.359 118.880-63.042 118.880Q-62.765 118.880-62.558 118.979Q-62.351 119.079-62.236 119.274Q-62.121 119.469-62.121 119.743Q-62.121 120.071-62.267 120.536Q-62.414 121.001-62.632 121.575Q-62.730 121.802-62.730 122.009Q-62.730 122.231-62.570 122.231Q-62.273 122.231-62.087 121.921Q-61.902 121.610-61.808 121.231Q-61.781 121.161-61.722 121.161L-61.562 121.161Q-61.523 121.161-61.498 121.194Q-61.472 121.227-61.472 121.255Q-61.472 121.270-61.480 121.286Q-61.550 121.567-61.699 121.844Q-61.847 122.122-62.072 122.303Q-62.296 122.485-62.585 122.485Q-62.871 122.485-63.068 122.298Q-63.265 122.110-63.265 121.821Q-63.265 121.653-63.210 121.520Q-62.980 120.903-62.832 120.440Q-62.683 119.977-62.683 119.637Q-62.683 119.419-62.771 119.276Q-62.859 119.134-63.066 119.134Q-63.519 119.134-63.835 119.440Q-64.152 119.747-64.378 120.231L-64.874 122.239Q-64.906 122.344-65.001 122.415Q-65.097 122.485-65.203 122.485Q-65.316 122.485-65.386 122.421Q-65.457 122.356-65.457 122.247M-60.636 122.247Q-60.636 122.200-60.628 122.184L-60.035 119.790Q-59.988 119.587-59.988 119.469Q-59.988 119.134-60.203 119.134Q-60.414 119.134-60.529 119.419Q-60.644 119.704-60.753 120.134Q-60.765 120.208-60.835 120.208L-60.996 120.208Q-61.027 120.208-61.054 120.173Q-61.082 120.137-61.082 120.110L-61.082 120.079Q-60.960 119.591-60.763 119.235Q-60.566 118.880-60.195 118.880Q-59.933 118.880-59.722 119.022Q-59.511 119.165-59.449 119.407Q-59.035 118.880-58.441 118.880Q-58.113 118.880-57.853 119.022Q-57.593 119.165-57.593 119.462Q-57.593 119.653-57.712 119.794Q-57.832 119.934-58.019 119.934Q-58.140 119.934-58.228 119.854Q-58.316 119.774-58.316 119.653Q-58.316 119.524-58.234 119.413Q-58.152 119.302-58.035 119.262Q-58.191 119.134-58.460 119.134Q-58.824 119.134-59.076 119.415Q-59.328 119.696-59.523 120.126L-60.050 122.223Q-60.082 122.337-60.173 122.411Q-60.265 122.485-60.386 122.485Q-60.488 122.485-60.562 122.421Q-60.636 122.356-60.636 122.247\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(214.835 -185.788)\">\u003Cpath d=\"M-56.322 122.485Q-56.700 122.485-56.995 122.307Q-57.290 122.130-57.450 121.825Q-57.611 121.520-57.611 121.134Q-57.611 120.727-57.435 120.321Q-57.259 119.915-56.956 119.589Q-56.654 119.262-56.269 119.071Q-55.884 118.880-55.466 118.880Q-55.169 118.880-54.937 118.981Q-54.704 119.083-54.533 119.266Q-54.361 119.450-54.269 119.696Q-54.177 119.942-54.177 120.231Q-54.177 120.634-54.351 121.040Q-54.525 121.446-54.827 121.772Q-55.130 122.098-55.523 122.292Q-55.915 122.485-56.322 122.485M-56.306 122.231Q-55.958 122.231-55.673 122.003Q-55.388 121.774-55.197 121.415Q-55.005 121.055-54.908 120.661Q-54.810 120.266-54.810 119.942Q-54.810 119.735-54.882 119.550Q-54.954 119.364-55.105 119.249Q-55.255 119.134-55.482 119.134Q-55.939 119.134-56.283 119.516Q-56.626 119.899-56.802 120.436Q-56.978 120.973-56.978 121.423Q-56.978 121.759-56.802 121.995Q-56.626 122.231-56.306 122.231M-52.825 121.528Q-52.825 121.266-52.755 120.983Q-52.685 120.700-52.560 120.368Q-52.435 120.036-52.345 119.790Q-52.251 119.516-52.251 119.360Q-52.251 119.134-52.411 119.134Q-52.704 119.134-52.896 119.450Q-53.087 119.766-53.177 120.134Q-53.189 120.208-53.259 120.208L-53.419 120.208Q-53.450 120.208-53.478 120.173Q-53.505 120.137-53.505 120.110L-53.505 120.079Q-53.388 119.618-53.097 119.249Q-52.806 118.880-52.396 118.880Q-52.111 118.880-51.913 119.067Q-51.716 119.255-51.716 119.544Q-51.716 119.712-51.771 119.848Q-51.849 120.055-51.949 120.321Q-52.048 120.587-52.111 120.784Q-52.173 120.981-52.220 121.206Q-52.267 121.430-52.267 121.630Q-52.267 121.876-52.159 122.053Q-52.052 122.231-51.810 122.231Q-51.294 122.231-50.939 121.552L-50.931 121.520L-50.353 119.223Q-50.325 119.110-50.228 119.034Q-50.130 118.958-50.017 118.958Q-49.915 118.958-49.839 119.026Q-49.763 119.094-49.763 119.200Q-49.763 119.216-49.779 119.278L-50.353 121.575Q-50.396 121.766-50.396 121.895Q-50.396 122.231-50.177 122.231Q-49.857 122.231-49.634 121.231Q-49.607 121.161-49.544 121.161L-49.388 121.161Q-49.349 121.161-49.324 121.190Q-49.298 121.219-49.298 121.255Q-49.298 121.270-49.306 121.286Q-49.392 121.618-49.484 121.858Q-49.575 122.098-49.751 122.292Q-49.927 122.485-50.193 122.485Q-50.427 122.485-50.624 122.360Q-50.822 122.235-50.915 122.016Q-51.318 122.485-51.825 122.485Q-52.126 122.485-52.355 122.372Q-52.583 122.259-52.704 122.042Q-52.825 121.825-52.825 121.528M-49.056 123.567Q-49.056 123.384-48.931 123.247Q-48.806 123.110-48.626 123.110Q-48.509 123.110-48.423 123.188Q-48.337 123.266-48.337 123.391Q-48.337 123.602-48.521 123.735Q-48.329 123.782-47.927 123.782Q-47.689 123.782-47.468 123.659Q-47.247 123.536-47.095 123.337Q-46.943 123.137-46.880 122.895L-46.665 122.032Q-47.095 122.407-47.529 122.407Q-48.036 122.407-48.327 122.034Q-48.618 121.661-48.618 121.141Q-48.618 120.778-48.468 120.372Q-48.318 119.966-48.052 119.628Q-47.786 119.290-47.435 119.085Q-47.083 118.880-46.697 118.880Q-46.466 118.880-46.281 118.991Q-46.095 119.102-45.978 119.294Q-45.943 119.180-45.851 119.106Q-45.759 119.032-45.642 119.032Q-45.533 119.032-45.462 119.096Q-45.392 119.161-45.392 119.270Q-45.392 119.317-45.400 119.337L-46.306 122.950Q-46.384 123.282-46.640 123.530Q-46.896 123.778-47.240 123.909Q-47.583 124.040-47.935 124.040Q-48.212 124.040-48.445 124.016Q-48.677 123.993-48.867 123.887Q-49.056 123.782-49.056 123.567M-47.513 122.149Q-47.310 122.149-47.117 122.032Q-46.923 121.915-46.771 121.743Q-46.618 121.571-46.497 121.376L-46.122 119.864Q-46.158 119.567-46.304 119.350Q-46.450 119.134-46.712 119.134Q-47.103 119.134-47.394 119.548Q-47.685 119.962-47.843 120.520Q-48.001 121.079-48.001 121.462Q-48.001 121.731-47.880 121.940Q-47.759 122.149-47.513 122.149M-44.943 122.247Q-44.943 122.208-44.935 122.184L-43.783 117.559Q-43.743 117.372-43.743 117.344Q-43.743 117.239-44.240 117.239Q-44.337 117.208-44.337 117.110L-44.310 117.009Q-44.302 116.962-44.224 116.942L-43.169 116.856Q-43.118 116.856-43.083 116.886Q-43.048 116.915-43.048 116.973L-43.654 119.399Q-43.427 119.157-43.136 119.018Q-42.845 118.880-42.529 118.880Q-42.251 118.880-42.044 118.979Q-41.837 119.079-41.722 119.274Q-41.607 119.469-41.607 119.743Q-41.607 120.071-41.753 120.536Q-41.900 121.001-42.118 121.575Q-42.216 121.802-42.216 122.009Q-42.216 122.231-42.056 122.231Q-41.759 122.231-41.574 121.921Q-41.388 121.610-41.294 121.231Q-41.267 121.161-41.208 121.161L-41.048 121.161Q-41.009 121.161-40.984 121.194Q-40.958 121.227-40.958 121.255Q-40.958 121.270-40.966 121.286Q-41.036 121.567-41.185 121.844Q-41.333 122.122-41.558 122.303Q-41.783 122.485-42.072 122.485Q-42.357 122.485-42.554 122.298Q-42.751 122.110-42.751 121.821Q-42.751 121.653-42.697 121.520Q-42.466 120.903-42.318 120.440Q-42.169 119.977-42.169 119.637Q-42.169 119.419-42.257 119.276Q-42.345 119.134-42.552 119.134Q-43.005 119.134-43.322 119.440Q-43.638 119.747-43.865 120.231L-44.361 122.239Q-44.392 122.344-44.488 122.415Q-44.583 122.485-44.689 122.485Q-44.802 122.485-44.872 122.421Q-44.943 122.356-44.943 122.247\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(278.681 -185.055)\">\u003Cpath d=\"M-66.265 122.407L-68.257 122.407Q-68.296 122.407-68.324 122.366Q-68.351 122.325-68.351 122.278L-68.328 122.177Q-68.320 122.126-68.234 122.110Q-67.792 122.110-67.624 122.055Q-67.523 122.001-67.488 121.805L-66.410 117.485Q-66.386 117.415-66.386 117.344Q-66.386 117.239-66.960 117.239Q-67.066 117.208-67.066 117.110L-67.035 117.009Q-67.027 116.962-66.945 116.942L-64.953 116.942Q-64.914 116.942-64.886 116.979Q-64.859 117.016-64.859 117.063L-64.882 117.169Q-64.902 117.223-64.976 117.239Q-65.417 117.239-65.585 117.294Q-65.679 117.348-65.730 117.544L-66.195 119.415L-63.824 119.415L-63.343 117.485Q-63.320 117.415-63.320 117.344Q-63.320 117.239-63.898 117.239Q-63.999 117.212-63.999 117.110L-63.968 117.009Q-63.960 116.962-63.882 116.942L-61.890 116.942Q-61.847 116.942-61.820 116.979Q-61.792 117.016-61.792 117.063L-61.816 117.169Q-61.835 117.223-61.914 117.239Q-62.351 117.239-62.523 117.294Q-62.613 117.344-62.664 117.544L-63.746 121.864Q-63.761 121.958-63.769 122.009Q-63.769 122.110-63.183 122.110Q-63.136 122.122-63.109 122.153Q-63.082 122.184-63.082 122.231L-63.113 122.337Q-63.121 122.387-63.203 122.407L-65.195 122.407Q-65.234 122.407-65.261 122.366Q-65.289 122.325-65.289 122.278L-65.265 122.177Q-65.257 122.126-65.167 122.110Q-64.730 122.110-64.562 122.055Q-64.460 122.001-64.425 121.805L-63.898 119.712L-66.265 119.712L-66.808 121.864Q-66.824 121.958-66.832 122.009Q-66.832 122.110-66.249 122.110Q-66.144 122.141-66.144 122.231L-66.175 122.337Q-66.183 122.387-66.265 122.407M-60.378 122.485Q-60.757 122.485-61.052 122.307Q-61.347 122.130-61.507 121.825Q-61.667 121.520-61.667 121.134Q-61.667 120.727-61.492 120.321Q-61.316 119.915-61.013 119.589Q-60.710 119.262-60.326 119.071Q-59.941 118.880-59.523 118.880Q-59.226 118.880-58.994 118.981Q-58.761 119.083-58.589 119.266Q-58.417 119.450-58.326 119.696Q-58.234 119.942-58.234 120.231Q-58.234 120.634-58.408 121.040Q-58.582 121.446-58.884 121.772Q-59.187 122.098-59.580 122.292Q-59.972 122.485-60.378 122.485M-60.363 122.231Q-60.015 122.231-59.730 122.003Q-59.445 121.774-59.253 121.415Q-59.062 121.055-58.964 120.661Q-58.867 120.266-58.867 119.942Q-58.867 119.735-58.939 119.550Q-59.011 119.364-59.162 119.249Q-59.312 119.134-59.539 119.134Q-59.996 119.134-60.339 119.516Q-60.683 119.899-60.859 120.436Q-61.035 120.973-61.035 121.423Q-61.035 121.759-60.859 121.995Q-60.683 122.231-60.363 122.231M-56.882 121.528Q-56.882 121.266-56.812 120.983Q-56.742 120.700-56.617 120.368Q-56.492 120.036-56.402 119.790Q-56.308 119.516-56.308 119.360Q-56.308 119.134-56.468 119.134Q-56.761 119.134-56.953 119.450Q-57.144 119.766-57.234 120.134Q-57.246 120.208-57.316 120.208L-57.476 120.208Q-57.507 120.208-57.535 120.173Q-57.562 120.137-57.562 120.110L-57.562 120.079Q-57.445 119.618-57.154 119.249Q-56.863 118.880-56.453 118.880Q-56.167 118.880-55.970 119.067Q-55.773 119.255-55.773 119.544Q-55.773 119.712-55.828 119.848Q-55.906 120.055-56.005 120.321Q-56.105 120.587-56.167 120.784Q-56.230 120.981-56.277 121.206Q-56.324 121.430-56.324 121.630Q-56.324 121.876-56.216 122.053Q-56.109 122.231-55.867 122.231Q-55.351 122.231-54.996 121.552L-54.988 121.520L-54.410 119.223Q-54.382 119.110-54.285 119.034Q-54.187 118.958-54.074 118.958Q-53.972 118.958-53.896 119.026Q-53.820 119.094-53.820 119.200Q-53.820 119.216-53.835 119.278L-54.410 121.575Q-54.453 121.766-54.453 121.895Q-54.453 122.231-54.234 122.231Q-53.914 122.231-53.691 121.231Q-53.664 121.161-53.601 121.161L-53.445 121.161Q-53.406 121.161-53.380 121.190Q-53.355 121.219-53.355 121.255Q-53.355 121.270-53.363 121.286Q-53.449 121.618-53.541 121.858Q-53.632 122.098-53.808 122.292Q-53.984 122.485-54.249 122.485Q-54.484 122.485-54.681 122.360Q-54.878 122.235-54.972 122.016Q-55.374 122.485-55.882 122.485Q-56.183 122.485-56.412 122.372Q-56.640 122.259-56.761 122.042Q-56.882 121.825-56.882 121.528M-52.570 121.887Q-52.480 122.063-52.265 122.147Q-52.050 122.231-51.808 122.231Q-51.554 122.231-51.310 122.139Q-51.066 122.048-50.910 121.866Q-50.753 121.684-50.753 121.423Q-50.753 121.227-50.896 121.100Q-51.039 120.973-51.242 120.934L-51.656 120.848Q-51.941 120.782-52.126 120.569Q-52.312 120.356-52.312 120.071Q-52.312 119.719-52.124 119.448Q-51.937 119.177-51.626 119.028Q-51.316 118.880-50.968 118.880Q-50.753 118.880-50.539 118.954Q-50.324 119.028-50.187 119.182Q-50.050 119.337-50.050 119.567Q-50.050 119.747-50.148 119.886Q-50.246 120.024-50.417 120.024Q-50.523 120.024-50.603 119.950Q-50.683 119.876-50.683 119.774Q-50.683 119.653-50.609 119.555Q-50.535 119.458-50.410 119.423Q-50.480 119.278-50.640 119.206Q-50.800 119.134-50.984 119.134Q-51.304 119.134-51.544 119.311Q-51.785 119.489-51.785 119.798Q-51.785 119.946-51.681 120.046Q-51.578 120.145-51.425 120.184L-51.011 120.270Q-50.679 120.337-50.453 120.577Q-50.226 120.817-50.226 121.149Q-50.226 121.458-50.359 121.706Q-50.492 121.954-50.720 122.130Q-50.949 122.305-51.234 122.395Q-51.519 122.485-51.816 122.485Q-52.253 122.485-52.603 122.296Q-52.953 122.106-52.953 121.712Q-52.953 121.505-52.837 121.352Q-52.722 121.200-52.523 121.200Q-52.398 121.200-52.312 121.276Q-52.226 121.352-52.226 121.469Q-52.226 121.622-52.322 121.739Q-52.417 121.856-52.570 121.887M-49.082 121.751Q-49.082 121.626-49.058 121.520L-48.488 119.255L-49.265 119.255Q-49.371 119.223-49.371 119.126L-49.347 119.024Q-49.328 118.973-49.249 118.958L-48.417 118.958L-48.089 117.673Q-48.066 117.555-47.970 117.481Q-47.874 117.407-47.753 117.407Q-47.652 117.407-47.580 117.475Q-47.507 117.544-47.507 117.645Q-47.507 117.696-47.515 117.712L-47.828 118.958L-47.042 118.958Q-46.945 118.989-46.945 119.079L-46.968 119.184Q-46.976 119.235-47.058 119.255L-47.898 119.255L-48.480 121.575Q-48.523 121.739-48.523 121.895Q-48.523 122.231-48.304 122.231Q-47.968 122.231-47.716 121.915Q-47.464 121.598-47.320 121.208Q-47.289 121.161-47.242 121.161L-47.082 121.161Q-47.042 121.161-47.019 121.190Q-46.996 121.219-46.996 121.255Q-46.996 121.270-47.003 121.286Q-47.128 121.602-47.312 121.868Q-47.496 122.134-47.753 122.309Q-48.011 122.485-48.320 122.485Q-48.535 122.485-48.707 122.393Q-48.878 122.302-48.980 122.136Q-49.082 121.969-49.082 121.751M-45.035 122.485Q-45.414 122.485-45.708 122.307Q-46.003 122.130-46.164 121.825Q-46.324 121.520-46.324 121.134Q-46.324 120.727-46.148 120.321Q-45.972 119.915-45.669 119.589Q-45.367 119.262-44.982 119.071Q-44.597 118.880-44.179 118.880Q-43.882 118.880-43.650 118.981Q-43.417 119.083-43.246 119.266Q-43.074 119.450-42.982 119.696Q-42.890 119.942-42.890 120.231Q-42.890 120.634-43.064 121.040Q-43.238 121.446-43.541 121.772Q-43.843 122.098-44.236 122.292Q-44.628 122.485-45.035 122.485M-45.019 122.231Q-44.671 122.231-44.386 122.003Q-44.101 121.774-43.910 121.415Q-43.718 121.055-43.621 120.661Q-43.523 120.266-43.523 119.942Q-43.523 119.735-43.595 119.550Q-43.667 119.364-43.818 119.249Q-43.968 119.134-44.195 119.134Q-44.652 119.134-44.996 119.516Q-45.339 119.899-45.515 120.436Q-45.691 120.973-45.691 121.423Q-45.691 121.759-45.515 121.995Q-45.339 122.231-45.019 122.231M-41.773 122.247Q-41.773 122.200-41.765 122.184L-41.171 119.790Q-41.124 119.587-41.124 119.469Q-41.124 119.134-41.339 119.134Q-41.550 119.134-41.666 119.419Q-41.781 119.704-41.890 120.134Q-41.902 120.208-41.972 120.208L-42.132 120.208Q-42.164 120.208-42.191 120.173Q-42.218 120.137-42.218 120.110L-42.218 120.079Q-42.097 119.591-41.900 119.235Q-41.703 118.880-41.332 118.880Q-41.042 118.880-40.826 119.050Q-40.609 119.219-40.570 119.497Q-40.335 119.212-40.023 119.046Q-39.710 118.880-39.363 118.880Q-38.949 118.880-38.697 119.104Q-38.445 119.329-38.445 119.743Q-38.445 120.075-38.585 120.518Q-38.726 120.962-38.957 121.575Q-39.050 121.809-39.050 122.009Q-39.050 122.231-38.890 122.231Q-38.601 122.231-38.414 121.919Q-38.226 121.606-38.132 121.231Q-38.105 121.161-38.042 121.161L-37.882 121.161Q-37.843 121.161-37.820 121.190Q-37.796 121.219-37.796 121.255Q-37.796 121.270-37.804 121.286Q-37.874 121.567-38.023 121.844Q-38.171 122.122-38.396 122.303Q-38.621 122.485-38.906 122.485Q-39.195 122.485-39.390 122.298Q-39.585 122.110-39.585 121.821Q-39.585 121.653-39.531 121.520Q-39.300 120.903-39.152 120.440Q-39.003 119.977-39.003 119.637Q-39.003 119.419-39.091 119.276Q-39.179 119.134-39.378 119.134Q-40.179 119.134-40.691 120.231L-41.187 122.223Q-41.218 122.337-41.310 122.411Q-41.402 122.485-41.523 122.485Q-41.624 122.485-41.699 122.421Q-41.773 122.356-41.773 122.247\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-68.737-20.057h65.442V-54.2h-65.442Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-66.186 114.448L-68.028 110.117Q-68.096 109.974-68.277 109.940Q-68.458 109.906-68.722 109.906L-68.722 109.625L-66.753 109.625L-66.753 109.906Q-67.307 109.906-67.307 110.080Q-67.303 110.090-67.302 110.100Q-67.300 110.111-67.300 110.117L-65.779 113.693L-64.347 110.305Q-64.323 110.268-64.323 110.213Q-64.323 110.053-64.473 109.979Q-64.624 109.906-64.808 109.906L-64.808 109.625L-63.260 109.625L-63.260 109.906Q-63.520 109.906-63.730 110Q-63.940 110.094-64.036 110.305L-65.792 114.448Q-65.844 114.547-65.939 114.547L-66.039 114.547Q-66.138 114.547-66.186 114.448\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-63.407 112.872Q-63.407 112.551-63.282 112.262Q-63.157 111.973-62.931 111.750Q-62.706 111.526-62.410 111.406Q-62.115 111.286-61.797 111.286Q-61.469 111.286-61.207 111.386Q-60.946 111.485-60.770 111.667Q-60.594 111.850-60.500 112.108Q-60.406 112.366-60.406 112.698Q-60.406 112.790-60.488 112.811L-62.743 112.811L-62.743 112.872Q-62.743 113.460-62.460 113.843Q-62.176 114.226-61.609 114.226Q-61.287 114.226-61.019 114.033Q-60.751 113.840-60.662 113.525Q-60.655 113.484-60.580 113.470L-60.488 113.470Q-60.406 113.494-60.406 113.566Q-60.406 113.573-60.412 113.600Q-60.525 113.997-60.896 114.236Q-61.267 114.475-61.691 114.475Q-62.128 114.475-62.528 114.267Q-62.928 114.058-63.167 113.691Q-63.407 113.324-63.407 112.872M-62.737 112.602L-60.922 112.602Q-60.922 112.325-61.019 112.073Q-61.117 111.820-61.315 111.664Q-61.513 111.509-61.797 111.509Q-62.074 111.509-62.287 111.667Q-62.501 111.826-62.619 112.081Q-62.737 112.336-62.737 112.602M-58.068 114.407L-59.804 114.407L-59.804 114.127Q-59.575 114.127-59.426 114.093Q-59.278 114.058-59.278 113.918L-59.278 112.069Q-59.278 111.799-59.385 111.738Q-59.493 111.676-59.804 111.676L-59.804 111.396L-58.775 111.321L-58.775 112.028Q-58.645 111.720-58.403 111.521Q-58.160 111.321-57.842 111.321Q-57.623 111.321-57.452 111.445Q-57.282 111.570-57.282 111.782Q-57.282 111.919-57.381 112.018Q-57.480 112.117-57.613 112.117Q-57.750 112.117-57.849 112.018Q-57.948 111.919-57.948 111.782Q-57.948 111.642-57.849 111.543Q-58.139 111.543-58.339 111.739Q-58.539 111.936-58.632 112.230Q-58.724 112.524-58.724 112.804L-58.724 113.918Q-58.724 114.127-58.068 114.127L-58.068 114.407M-55.890 114.407L-56.157 114.407L-56.157 110.299Q-56.157 110.029-56.265 109.967Q-56.372 109.906-56.683 109.906L-56.683 109.625L-55.603 109.550L-55.603 111.720Q-55.395 111.529-55.109 111.425Q-54.824 111.321-54.527 111.321Q-54.209 111.321-53.911 111.442Q-53.614 111.563-53.392 111.779Q-53.170 111.994-53.043 112.279Q-52.917 112.565-52.917 112.896Q-52.917 113.341-53.156 113.705Q-53.395 114.069-53.788 114.272Q-54.181 114.475-54.626 114.475Q-54.821 114.475-55.010 114.419Q-55.200 114.363-55.361 114.258Q-55.521 114.154-55.661 113.993L-55.890 114.407M-55.576 112.062L-55.576 113.679Q-55.439 113.939-55.198 114.096Q-54.957 114.253-54.680 114.253Q-54.387 114.253-54.175 114.146Q-53.963 114.038-53.829 113.846Q-53.696 113.655-53.638 113.416Q-53.580 113.177-53.580 112.896Q-53.580 112.537-53.674 112.233Q-53.768 111.929-53.995 111.736Q-54.222 111.543-54.588 111.543Q-54.889 111.543-55.156 111.679Q-55.422 111.816-55.576 112.062M-51.782 115.637Q-51.782 115.603-51.755 115.576Q-51.485 115.347-51.336 115.024Q-51.187 114.701-51.187 114.345L-51.187 114.308Q-51.297 114.407-51.461 114.407Q-51.642 114.407-51.762 114.287Q-51.881 114.168-51.881 113.987Q-51.881 113.812-51.762 113.693Q-51.642 113.573-51.461 113.573Q-51.204 113.573-51.085 113.812Q-50.965 114.052-50.965 114.345Q-50.965 114.745-51.134 115.116Q-51.304 115.487-51.601 115.743Q-51.632 115.764-51.659 115.764Q-51.700 115.764-51.741 115.723Q-51.782 115.682-51.782 115.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-45.512 114.407L-47.245 114.407L-47.245 114.127Q-46.523 114.127-46.523 113.727L-46.523 109.940Q-46.756 109.906-47.245 109.906L-47.245 109.625L-45.888 109.625Q-45.847 109.639-45.826 109.653L-43.123 113.300L-43.123 110.305Q-43.123 109.906-43.844 109.906L-43.844 109.625L-42.107 109.625L-42.107 109.906Q-42.829 109.906-42.829 110.305L-42.829 114.315Q-42.846 114.390-42.914 114.407L-43.034 114.407Q-43.082 114.397-43.095 114.373L-46.229 110.152L-46.229 113.727Q-46.229 114.127-45.512 114.127L-45.512 114.407M-41.451 112.924Q-41.451 112.582-41.316 112.283Q-41.181 111.984-40.942 111.760Q-40.703 111.536-40.385 111.411Q-40.067 111.286-39.735 111.286Q-39.291 111.286-38.891 111.502Q-38.491 111.717-38.257 112.095Q-38.023 112.472-38.023 112.924Q-38.023 113.265-38.165 113.549Q-38.307 113.833-38.551 114.040Q-38.795 114.246-39.105 114.361Q-39.414 114.475-39.735 114.475Q-40.166 114.475-40.568 114.274Q-40.969 114.072-41.210 113.720Q-41.451 113.368-41.451 112.924M-39.735 114.226Q-39.134 114.226-38.910 113.848Q-38.686 113.470-38.686 112.838Q-38.686 112.226-38.920 111.867Q-39.154 111.509-39.735 111.509Q-40.788 111.509-40.788 112.838Q-40.788 113.470-40.562 113.848Q-40.337 114.226-39.735 114.226M-36.854 113.573L-36.854 112.069Q-36.854 111.799-36.962 111.738Q-37.069 111.676-37.380 111.676L-37.380 111.396L-36.273 111.321L-36.273 113.553L-36.273 113.573Q-36.273 113.853-36.222 113.997Q-36.170 114.140-36.029 114.197Q-35.887 114.253-35.600 114.253Q-35.347 114.253-35.142 114.113Q-34.937 113.973-34.820 113.747Q-34.704 113.522-34.704 113.272L-34.704 112.069Q-34.704 111.799-34.812 111.738Q-34.919 111.676-35.230 111.676L-35.230 111.396L-34.123 111.321L-34.123 113.734Q-34.123 113.925-34.070 114.007Q-34.017 114.089-33.916 114.108Q-33.815 114.127-33.600 114.127L-33.600 114.407L-34.677 114.475L-34.677 113.911Q-34.786 114.093-34.931 114.216Q-35.077 114.339-35.263 114.407Q-35.449 114.475-35.651 114.475Q-36.854 114.475-36.854 113.573M-31.331 114.407L-32.964 114.407L-32.964 114.127Q-32.735 114.127-32.587 114.093Q-32.438 114.058-32.438 113.918L-32.438 112.069Q-32.438 111.799-32.546 111.738Q-32.653 111.676-32.964 111.676L-32.964 111.396L-31.905 111.321L-31.905 111.970Q-31.734 111.662-31.430 111.491Q-31.125 111.321-30.780 111.321Q-30.274 111.321-29.991 111.544Q-29.707 111.768-29.707 112.264L-29.707 113.918Q-29.707 114.055-29.558 114.091Q-29.410 114.127-29.184 114.127L-29.184 114.407L-30.814 114.407L-30.814 114.127Q-30.585 114.127-30.437 114.093Q-30.288 114.058-30.288 113.918L-30.288 112.278Q-30.288 111.943-30.408 111.743Q-30.527 111.543-30.842 111.543Q-31.112 111.543-31.346 111.679Q-31.580 111.816-31.718 112.050Q-31.857 112.284-31.857 112.558L-31.857 113.918Q-31.857 114.055-31.707 114.091Q-31.556 114.127-31.331 114.127L-31.331 114.407M-28.097 115.637Q-28.097 115.603-28.070 115.576Q-27.800 115.347-27.651 115.024Q-27.502 114.701-27.502 114.345L-27.502 114.308Q-27.612 114.407-27.776 114.407Q-27.957 114.407-28.077 114.287Q-28.196 114.168-28.196 113.987Q-28.196 113.812-28.077 113.693Q-27.957 113.573-27.776 113.573Q-27.520 113.573-27.400 113.812Q-27.280 114.052-27.280 114.345Q-27.280 114.745-27.449 115.116Q-27.619 115.487-27.916 115.743Q-27.947 115.764-27.974 115.764Q-28.015 115.764-28.056 115.723Q-28.097 115.682-28.097 115.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-66.387 122.407L-68.120 122.407L-68.120 122.127Q-67.398 122.127-67.398 121.727L-67.398 117.940Q-67.631 117.906-68.120 117.906L-68.120 117.625L-66.763 117.625Q-66.722 117.639-66.701 117.653L-63.998 121.300L-63.998 118.305Q-63.998 117.906-64.719 117.906L-64.719 117.625L-62.982 117.625L-62.982 117.906Q-63.704 117.906-63.704 118.305L-63.704 122.315Q-63.721 122.390-63.789 122.407L-63.909 122.407Q-63.957 122.397-63.970 122.373L-67.104 118.152L-67.104 121.727Q-67.104 122.127-66.387 122.127L-66.387 122.407M-62.326 120.924Q-62.326 120.582-62.191 120.283Q-62.056 119.984-61.817 119.760Q-61.578 119.536-61.260 119.411Q-60.942 119.286-60.610 119.286Q-60.166 119.286-59.766 119.502Q-59.366 119.717-59.132 120.095Q-58.898 120.472-58.898 120.924Q-58.898 121.265-59.040 121.549Q-59.182 121.833-59.426 122.040Q-59.670 122.246-59.980 122.361Q-60.289 122.475-60.610 122.475Q-61.041 122.475-61.443 122.274Q-61.844 122.072-62.085 121.720Q-62.326 121.368-62.326 120.924M-60.610 122.226Q-60.009 122.226-59.785 121.848Q-59.561 121.470-59.561 120.838Q-59.561 120.226-59.795 119.867Q-60.029 119.509-60.610 119.509Q-61.663 119.509-61.663 120.838Q-61.663 121.470-61.437 121.848Q-61.212 122.226-60.610 122.226M-56.622 122.407L-58.255 122.407L-58.255 122.127Q-58.026 122.127-57.878 122.093Q-57.729 122.058-57.729 121.918L-57.729 120.069Q-57.729 119.799-57.837 119.738Q-57.944 119.676-58.255 119.676L-58.255 119.396L-57.196 119.321L-57.196 119.970Q-57.025 119.662-56.721 119.491Q-56.416 119.321-56.071 119.321Q-55.671 119.321-55.395 119.461Q-55.118 119.601-55.032 119.949Q-54.865 119.656-54.566 119.488Q-54.267 119.321-53.921 119.321Q-53.416 119.321-53.132 119.544Q-52.848 119.768-52.848 120.264L-52.848 121.918Q-52.848 122.055-52.699 122.091Q-52.551 122.127-52.325 122.127L-52.325 122.407L-53.956 122.407L-53.956 122.127Q-53.730 122.127-53.580 122.091Q-53.429 122.055-53.429 121.918L-53.429 120.278Q-53.429 119.943-53.549 119.743Q-53.668 119.543-53.983 119.543Q-54.253 119.543-54.487 119.679Q-54.721 119.816-54.860 120.050Q-54.998 120.284-54.998 120.558L-54.998 121.918Q-54.998 122.055-54.849 122.091Q-54.701 122.127-54.475 122.127L-54.475 122.407L-56.105 122.407L-56.105 122.127Q-55.876 122.127-55.728 122.093Q-55.579 122.058-55.579 121.918L-55.579 120.278Q-55.579 119.943-55.699 119.743Q-55.818 119.543-56.133 119.543Q-56.403 119.543-56.637 119.679Q-56.871 119.816-57.009 120.050Q-57.148 120.284-57.148 120.558L-57.148 121.918Q-57.148 122.055-56.998 122.091Q-56.847 122.127-56.622 122.127L-56.622 122.407M-51.238 123.637Q-51.238 123.603-51.211 123.576Q-50.941 123.347-50.792 123.024Q-50.644 122.701-50.644 122.345L-50.644 122.308Q-50.753 122.407-50.917 122.407Q-51.098 122.407-51.218 122.287Q-51.337 122.168-51.337 121.987Q-51.337 121.812-51.218 121.693Q-51.098 121.573-50.917 121.573Q-50.661 121.573-50.541 121.812Q-50.421 122.052-50.421 122.345Q-50.421 122.745-50.591 123.116Q-50.760 123.487-51.057 123.743Q-51.088 123.764-51.115 123.764Q-51.156 123.764-51.197 123.723Q-51.238 123.682-51.238 123.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-44.331 122.448L-46.173 118.117Q-46.241 117.974-46.422 117.940Q-46.603 117.906-46.867 117.906L-46.867 117.625L-44.898 117.625L-44.898 117.906Q-45.452 117.906-45.452 118.080Q-45.448 118.090-45.447 118.100Q-45.445 118.111-45.445 118.117L-43.924 121.693L-42.492 118.305Q-42.468 118.268-42.468 118.213Q-42.468 118.053-42.618 117.979Q-42.769 117.906-42.953 117.906L-42.953 117.625L-41.405 117.625L-41.405 117.906Q-41.665 117.906-41.875 118Q-42.085 118.094-42.181 118.305L-43.937 122.448Q-43.989 122.547-44.084 122.547L-44.184 122.547Q-44.283 122.547-44.331 122.448M-38.657 122.407L-40.790 122.407L-40.790 122.127Q-40.068 122.127-40.068 121.918L-40.068 118.117Q-40.068 117.906-40.790 117.906L-40.790 117.625L-38.124 117.625Q-37.713 117.625-37.293 117.779Q-36.873 117.933-36.589 118.237Q-36.305 118.541-36.305 118.955Q-36.305 119.273-36.473 119.519Q-36.640 119.765-36.917 119.931Q-37.194 120.096-37.515 120.180Q-37.836 120.264-38.124 120.264L-39.378 120.264L-39.378 121.918Q-39.378 122.127-38.657 122.127L-38.657 122.407M-39.405 118.117L-39.405 120.014L-38.318 120.014Q-37.710 120.014-37.395 119.777Q-37.081 119.539-37.081 118.955Q-37.081 118.562-37.226 118.328Q-37.372 118.094-37.643 118Q-37.915 117.906-38.318 117.906L-39.040 117.906Q-39.228 117.906-39.316 117.940Q-39.405 117.974-39.405 118.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-35.637 123.637Q-35.637 123.603-35.609 123.576Q-35.339 123.347-35.190 123.024Q-35.042 122.701-35.042 122.345L-35.042 122.308Q-35.151 122.407-35.315 122.407Q-35.496 122.407-35.616 122.287Q-35.736 122.168-35.736 121.987Q-35.736 121.812-35.616 121.693Q-35.496 121.573-35.315 121.573Q-35.059 121.573-34.939 121.812Q-34.820 122.052-34.820 122.345Q-34.820 122.745-34.989 123.116Q-35.158 123.487-35.455 123.743Q-35.486 123.764-35.513 123.764Q-35.554 123.764-35.596 123.723Q-35.637 123.682-35.637 123.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(11.771 -153.785)\">\u003Cpath d=\"M-31.003 122.469L-31.003 120.896Q-31.003 120.869-30.978 120.843Q-30.952 120.818-30.925 120.818L-30.812 120.818Q-30.784 120.818-30.761 120.845Q-30.737 120.872-30.737 120.896Q-30.737 121.241-30.605 121.505Q-30.473 121.768-30.244 121.937Q-30.015 122.106-29.713 122.187Q-29.410 122.267-29.069 122.267Q-28.802 122.267-28.566 122.139Q-28.330 122.011-28.185 121.788Q-28.040 121.566-28.040 121.300Q-28.040 121.077-28.146 120.881Q-28.252 120.684-28.433 120.549Q-28.614 120.414-28.840 120.363L-29.868 120.131Q-30.180 120.059-30.439 119.873Q-30.699 119.686-30.851 119.415Q-31.003 119.143-31.003 118.828Q-31.003 118.442-30.790 118.135Q-30.576 117.827-30.229 117.656Q-29.882 117.485-29.503 117.485Q-29.274 117.485-29.045 117.538Q-28.816 117.591-28.617 117.699Q-28.419 117.806-28.265 117.970L-27.971 117.530Q-27.948 117.485-27.907 117.485L-27.859 117.485Q-27.828 117.485-27.806 117.511Q-27.784 117.536-27.784 117.564L-27.784 119.139Q-27.784 119.160-27.807 119.187Q-27.831 119.215-27.859 119.215L-27.971 119.215Q-28.033 119.215-28.047 119.139Q-28.088 118.726-28.269 118.406Q-28.450 118.087-28.761 117.912Q-29.072 117.738-29.503 117.738Q-29.752 117.738-29.992 117.849Q-30.231 117.960-30.381 118.158Q-30.532 118.357-30.532 118.620Q-30.532 118.832-30.424 119.013Q-30.316 119.194-30.140 119.314Q-29.964 119.433-29.756 119.474L-28.727 119.703Q-28.409 119.775-28.142 119.980Q-27.876 120.185-27.724 120.479Q-27.572 120.773-27.572 121.105Q-27.572 121.498-27.777 121.833Q-27.982 122.168-28.327 122.357Q-28.672 122.547-29.069 122.547Q-29.489 122.547-29.868 122.434Q-30.248 122.322-30.518 122.072L-30.812 122.506Q-30.839 122.547-30.877 122.547L-30.925 122.547Q-30.952 122.547-30.978 122.522Q-31.003 122.496-31.003 122.469\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-3.295-20.057h65.441V-54.2H-3.295ZM62.146-20.057h65.441V-54.2h-65.44Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(146.376 -157.824)\">\u003Cpath d=\"M-68.448 122.469L-68.448 120.896Q-68.448 120.869-68.423 120.843Q-68.397 120.818-68.370 120.818L-68.257 120.818Q-68.229 120.818-68.206 120.845Q-68.182 120.872-68.182 120.896Q-68.182 121.241-68.050 121.505Q-67.918 121.768-67.689 121.937Q-67.460 122.106-67.158 122.187Q-66.855 122.267-66.514 122.267Q-66.247 122.267-66.011 122.139Q-65.775 122.011-65.630 121.788Q-65.485 121.566-65.485 121.300Q-65.485 121.077-65.591 120.881Q-65.697 120.684-65.878 120.549Q-66.059 120.414-66.285 120.363L-67.313 120.131Q-67.624 120.059-67.884 119.873Q-68.144 119.686-68.296 119.415Q-68.448 119.143-68.448 118.828Q-68.448 118.442-68.235 118.135Q-68.021 117.827-67.674 117.656Q-67.327 117.485-66.948 117.485Q-66.719 117.485-66.490 117.538Q-66.261 117.591-66.062 117.699Q-65.864 117.806-65.710 117.970L-65.416 117.530Q-65.393 117.485-65.352 117.485L-65.304 117.485Q-65.273 117.485-65.251 117.511Q-65.229 117.536-65.229 117.564L-65.229 119.139Q-65.229 119.160-65.252 119.187Q-65.276 119.215-65.304 119.215L-65.416 119.215Q-65.478 119.215-65.492 119.139Q-65.533 118.726-65.714 118.406Q-65.895 118.087-66.206 117.912Q-66.517 117.738-66.948 117.738Q-67.197 117.738-67.437 117.849Q-67.676 117.960-67.826 118.158Q-67.977 118.357-67.977 118.620Q-67.977 118.832-67.869 119.013Q-67.761 119.194-67.585 119.314Q-67.409 119.433-67.201 119.474L-66.172 119.703Q-65.854 119.775-65.587 119.980Q-65.321 120.185-65.169 120.479Q-65.017 120.773-65.017 121.105Q-65.017 121.498-65.222 121.833Q-65.427 122.168-65.772 122.357Q-66.117 122.547-66.514 122.547Q-66.934 122.547-67.313 122.434Q-67.693 122.322-67.963 122.072L-68.257 122.506Q-68.284 122.547-68.322 122.547L-68.370 122.547Q-68.397 122.547-68.423 122.522Q-68.448 122.496-68.448 122.469M-63.708 123.637Q-63.708 123.603-63.680 123.576Q-63.410 123.347-63.261 123.024Q-63.113 122.701-63.113 122.345L-63.113 122.308Q-63.222 122.407-63.386 122.407Q-63.567 122.407-63.687 122.287Q-63.807 122.168-63.807 121.987Q-63.807 121.812-63.687 121.693Q-63.567 121.573-63.386 121.573Q-63.130 121.573-63.010 121.812Q-62.891 122.052-62.891 122.345Q-62.891 122.745-63.060 123.116Q-63.229 123.487-63.526 123.743Q-63.557 123.764-63.584 123.764Q-63.625 123.764-63.666 123.723Q-63.708 123.682-63.708 123.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(146.376 -157.824)\">\u003Cpath d=\"M-56.811 122.448L-58.653 118.117Q-58.721 117.974-58.902 117.940Q-59.083 117.906-59.347 117.906L-59.347 117.625L-57.378 117.625L-57.378 117.906Q-57.932 117.906-57.932 118.080Q-57.928 118.090-57.927 118.100Q-57.925 118.111-57.925 118.117L-56.404 121.693L-54.972 118.305Q-54.948 118.268-54.948 118.213Q-54.948 118.053-55.098 117.979Q-55.249 117.906-55.433 117.906L-55.433 117.625L-53.885 117.625L-53.885 117.906Q-54.145 117.906-54.355 118Q-54.565 118.094-54.661 118.305L-56.417 122.448Q-56.469 122.547-56.564 122.547L-56.664 122.547Q-56.763 122.547-56.811 122.448M-51.137 122.407L-53.270 122.407L-53.270 122.127Q-52.548 122.127-52.548 121.918L-52.548 118.117Q-52.548 117.906-53.270 117.906L-53.270 117.625L-50.604 117.625Q-50.193 117.625-49.773 117.779Q-49.353 117.933-49.069 118.237Q-48.785 118.541-48.785 118.955Q-48.785 119.273-48.953 119.519Q-49.120 119.765-49.397 119.931Q-49.674 120.096-49.995 120.180Q-50.316 120.264-50.604 120.264L-51.858 120.264L-51.858 121.918Q-51.858 122.127-51.137 122.127L-51.137 122.407M-51.885 118.117L-51.885 120.014L-50.798 120.014Q-50.190 120.014-49.875 119.777Q-49.561 119.539-49.561 118.955Q-49.561 118.562-49.706 118.328Q-49.852 118.094-50.123 118Q-50.395 117.906-50.798 117.906L-51.520 117.906Q-51.708 117.906-51.796 117.940Q-51.885 117.974-51.885 118.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(146.376 -157.824)\">\u003Cpath d=\"M-48.117 123.637Q-48.117 123.603-48.089 123.576Q-47.819 123.347-47.670 123.024Q-47.522 122.701-47.522 122.345L-47.522 122.308Q-47.631 122.407-47.795 122.407Q-47.976 122.407-48.096 122.287Q-48.216 122.168-48.216 121.987Q-48.216 121.812-48.096 121.693Q-47.976 121.573-47.795 121.573Q-47.539 121.573-47.419 121.812Q-47.300 122.052-47.300 122.345Q-47.300 122.745-47.469 123.116Q-47.638 123.487-47.935 123.743Q-47.966 123.764-47.993 123.764Q-48.034 123.764-48.076 123.723Q-48.117 123.682-48.117 123.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(146.376 -157.824)\">\u003Cpath d=\"M-41.961 122.407L-43.704 122.407L-43.704 122.127Q-42.959 122.127-42.655 121.727L-41.367 120.021L-42.795 118.117Q-42.922 117.974-43.115 117.940Q-43.308 117.906-43.598 117.906L-43.598 117.625L-41.585 117.625L-41.585 117.906Q-41.705 117.906-41.855 117.950Q-42.006 117.994-42.006 118.080Q-42.006 118.090-41.999 118.100Q-41.992 118.111-41.989 118.117L-40.960 119.488L-40.064 118.305Q-40.023 118.254-40.023 118.186Q-40.023 118.049-40.143 117.977Q-40.263 117.906-40.409 117.906L-40.409 117.625L-38.666 117.625L-38.666 117.906Q-39.408 117.906-39.716 118.305L-40.785 119.727L-39.148 121.918Q-39.018 122.058-38.825 122.093Q-38.632 122.127-38.335 122.127L-38.335 122.407L-40.358 122.407L-40.358 122.127Q-40.239 122.127-40.088 122.082Q-39.938 122.038-39.938 121.952Q-39.938 121.935-39.940 121.928Q-39.941 121.922-39.945 121.918L-41.192 120.257L-42.306 121.727Q-42.347 121.782-42.347 121.846Q-42.347 121.976-42.226 122.052Q-42.105 122.127-41.961 122.127L-41.961 122.407M-34.746 122.407L-37.631 122.407L-37.631 122.205Q-37.631 122.175-37.603 122.147L-36.356 120.930Q-36.284 120.855-36.241 120.813Q-36.199 120.770-36.120 120.691Q-35.706 120.278-35.476 119.920Q-35.245 119.563-35.245 119.139Q-35.245 118.907-35.324 118.704Q-35.402 118.500-35.544 118.350Q-35.686 118.199-35.881 118.119Q-36.075 118.039-36.308 118.039Q-36.619 118.039-36.877 118.198Q-37.135 118.357-37.265 118.634L-37.244 118.634Q-37.077 118.634-36.969 118.745Q-36.862 118.856-36.862 119.020Q-36.862 119.177-36.971 119.290Q-37.080 119.403-37.244 119.403Q-37.405 119.403-37.518 119.290Q-37.631 119.177-37.631 119.020Q-37.631 118.644-37.422 118.357Q-37.214 118.070-36.879 117.914Q-36.544 117.759-36.188 117.759Q-35.764 117.759-35.385 117.917Q-35.006 118.076-34.772 118.393Q-34.537 118.709-34.537 119.139Q-34.537 119.450-34.678 119.719Q-34.818 119.987-35.023 120.192Q-35.228 120.397-35.590 120.679Q-35.952 120.961-36.062 121.057L-36.916 121.785L-36.274 121.785Q-36.011 121.785-35.722 121.783Q-35.433 121.782-35.214 121.773Q-34.995 121.764-34.978 121.747Q-34.917 121.682-34.879 121.515Q-34.842 121.347-34.804 121.105L-34.537 121.105\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M127.587-20.057h65.441V-54.2h-65.44Z\"\u002F>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:1.2\">\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"M193.428-20.457h65.442V-54.6h-65.442Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(277.659 -158.224)\">\u003Cpath d=\"M-68.448 122.469L-68.448 120.896Q-68.448 120.869-68.423 120.843Q-68.397 120.818-68.370 120.818L-68.257 120.818Q-68.229 120.818-68.206 120.845Q-68.182 120.872-68.182 120.896Q-68.182 121.241-68.050 121.505Q-67.918 121.768-67.689 121.937Q-67.460 122.106-67.158 122.187Q-66.855 122.267-66.514 122.267Q-66.247 122.267-66.011 122.139Q-65.775 122.011-65.630 121.788Q-65.485 121.566-65.485 121.300Q-65.485 121.077-65.591 120.881Q-65.697 120.684-65.878 120.549Q-66.059 120.414-66.285 120.363L-67.313 120.131Q-67.624 120.059-67.884 119.873Q-68.144 119.686-68.296 119.415Q-68.448 119.143-68.448 118.828Q-68.448 118.442-68.235 118.135Q-68.021 117.827-67.674 117.656Q-67.327 117.485-66.948 117.485Q-66.719 117.485-66.490 117.538Q-66.261 117.591-66.062 117.699Q-65.864 117.806-65.710 117.970L-65.416 117.530Q-65.393 117.485-65.352 117.485L-65.304 117.485Q-65.273 117.485-65.251 117.511Q-65.229 117.536-65.229 117.564L-65.229 119.139Q-65.229 119.160-65.252 119.187Q-65.276 119.215-65.304 119.215L-65.416 119.215Q-65.478 119.215-65.492 119.139Q-65.533 118.726-65.714 118.406Q-65.895 118.087-66.206 117.912Q-66.517 117.738-66.948 117.738Q-67.197 117.738-67.437 117.849Q-67.676 117.960-67.826 118.158Q-67.977 118.357-67.977 118.620Q-67.977 118.832-67.869 119.013Q-67.761 119.194-67.585 119.314Q-67.409 119.433-67.201 119.474L-66.172 119.703Q-65.854 119.775-65.587 119.980Q-65.321 120.185-65.169 120.479Q-65.017 120.773-65.017 121.105Q-65.017 121.498-65.222 121.833Q-65.427 122.168-65.772 122.357Q-66.117 122.547-66.514 122.547Q-66.934 122.547-67.313 122.434Q-67.693 122.322-67.963 122.072L-68.257 122.506Q-68.284 122.547-68.322 122.547L-68.370 122.547Q-68.397 122.547-68.423 122.522Q-68.448 122.496-68.448 122.469M-63.708 123.637Q-63.708 123.603-63.680 123.576Q-63.410 123.347-63.261 123.024Q-63.113 122.701-63.113 122.345L-63.113 122.308Q-63.222 122.407-63.386 122.407Q-63.567 122.407-63.687 122.287Q-63.807 122.168-63.807 121.987Q-63.807 121.812-63.687 121.693Q-63.567 121.573-63.386 121.573Q-63.130 121.573-63.010 121.812Q-62.891 122.052-62.891 122.345Q-62.891 122.745-63.060 123.116Q-63.229 123.487-63.526 123.743Q-63.557 123.764-63.584 123.764Q-63.625 123.764-63.666 123.723Q-63.708 123.682-63.708 123.637\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(277.659 -158.224)\">\u003Cpath d=\"M-56.811 122.448L-58.653 118.117Q-58.721 117.974-58.902 117.940Q-59.083 117.906-59.347 117.906L-59.347 117.625L-57.378 117.625L-57.378 117.906Q-57.932 117.906-57.932 118.080Q-57.928 118.090-57.927 118.100Q-57.925 118.111-57.925 118.117L-56.404 121.693L-54.972 118.305Q-54.948 118.268-54.948 118.213Q-54.948 118.053-55.098 117.979Q-55.249 117.906-55.433 117.906L-55.433 117.625L-53.885 117.625L-53.885 117.906Q-54.145 117.906-54.355 118Q-54.565 118.094-54.661 118.305L-56.417 122.448Q-56.469 122.547-56.564 122.547L-56.664 122.547Q-56.763 122.547-56.811 122.448M-51.137 122.407L-53.270 122.407L-53.270 122.127Q-52.548 122.127-52.548 121.918L-52.548 118.117Q-52.548 117.906-53.270 117.906L-53.270 117.625L-50.604 117.625Q-50.193 117.625-49.773 117.779Q-49.353 117.933-49.069 118.237Q-48.785 118.541-48.785 118.955Q-48.785 119.273-48.953 119.519Q-49.120 119.765-49.397 119.931Q-49.674 120.096-49.995 120.180Q-50.316 120.264-50.604 120.264L-51.858 120.264L-51.858 121.918Q-51.858 122.127-51.137 122.127L-51.137 122.407M-51.885 118.117L-51.885 120.014L-50.798 120.014Q-50.190 120.014-49.875 119.777Q-49.561 119.539-49.561 118.955Q-49.561 118.562-49.706 118.328Q-49.852 118.094-50.123 118Q-50.395 117.906-50.798 117.906L-51.520 117.906Q-51.708 117.906-51.796 117.940Q-51.885 117.974-51.885 118.117\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(277.659 -158.224)\">\u003Cpath d=\"M-48.117 123.637Q-48.117 123.603-48.089 123.576Q-47.819 123.347-47.670 123.024Q-47.522 122.701-47.522 122.345L-47.522 122.308Q-47.631 122.407-47.795 122.407Q-47.976 122.407-48.096 122.287Q-48.216 122.168-48.216 121.987Q-48.216 121.812-48.096 121.693Q-47.976 121.573-47.795 121.573Q-47.539 121.573-47.419 121.812Q-47.300 122.052-47.300 122.345Q-47.300 122.745-47.469 123.116Q-47.638 123.487-47.935 123.743Q-47.966 123.764-47.993 123.764Q-48.034 123.764-48.076 123.723Q-48.117 123.682-48.117 123.637\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(277.659 -158.224)\">\u003Cpath d=\"M-41.961 122.407L-43.704 122.407L-43.704 122.127Q-42.959 122.127-42.655 121.727L-41.367 120.021L-42.795 118.117Q-42.922 117.974-43.115 117.940Q-43.308 117.906-43.598 117.906L-43.598 117.625L-41.585 117.625L-41.585 117.906Q-41.705 117.906-41.855 117.950Q-42.006 117.994-42.006 118.080Q-42.006 118.090-41.999 118.100Q-41.992 118.111-41.989 118.117L-40.960 119.488L-40.064 118.305Q-40.023 118.254-40.023 118.186Q-40.023 118.049-40.143 117.977Q-40.263 117.906-40.409 117.906L-40.409 117.625L-38.666 117.625L-38.666 117.906Q-39.408 117.906-39.716 118.305L-40.785 119.727L-39.148 121.918Q-39.018 122.058-38.825 122.093Q-38.632 122.127-38.335 122.127L-38.335 122.407L-40.358 122.407L-40.358 122.127Q-40.239 122.127-40.088 122.082Q-39.938 122.038-39.938 121.952Q-39.938 121.935-39.940 121.928Q-39.941 121.922-39.945 121.918L-41.192 120.257L-42.306 121.727Q-42.347 121.782-42.347 121.846Q-42.347 121.976-42.226 122.052Q-42.105 122.127-41.961 122.127L-41.961 122.407M-34.746 122.407L-37.631 122.407L-37.631 122.205Q-37.631 122.175-37.603 122.147L-36.356 120.930Q-36.284 120.855-36.241 120.813Q-36.199 120.770-36.120 120.691Q-35.706 120.278-35.476 119.920Q-35.245 119.563-35.245 119.139Q-35.245 118.907-35.324 118.704Q-35.402 118.500-35.544 118.350Q-35.686 118.199-35.881 118.119Q-36.075 118.039-36.308 118.039Q-36.619 118.039-36.877 118.198Q-37.135 118.357-37.265 118.634L-37.244 118.634Q-37.077 118.634-36.969 118.745Q-36.862 118.856-36.862 119.020Q-36.862 119.177-36.971 119.290Q-37.080 119.403-37.244 119.403Q-37.405 119.403-37.518 119.290Q-37.631 119.177-37.631 119.020Q-37.631 118.644-37.422 118.357Q-37.214 118.070-36.879 117.914Q-36.544 117.759-36.188 117.759Q-35.764 117.759-35.385 117.917Q-35.006 118.076-34.772 118.393Q-34.537 118.709-34.537 119.139Q-34.537 119.450-34.678 119.719Q-34.818 119.987-35.023 120.192Q-35.228 120.397-35.590 120.679Q-35.952 120.961-36.062 121.057L-36.916 121.785L-36.274 121.785Q-36.011 121.785-35.722 121.783Q-35.433 121.782-35.214 121.773Q-34.995 121.764-34.978 121.747Q-34.917 121.682-34.879 121.515Q-34.842 121.347-34.804 121.105L-34.537 121.105\" 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-3.295 8.396h65.441v-34.143H-3.295Z\"\u002F>\u003Cg transform=\"translate(92.011 -128.69)\">\u003Cpath d=\"M-65.772 122.407L-68.544 122.407L-68.544 122.127Q-67.823 122.127-67.823 121.918L-67.823 118.117Q-67.823 117.906-68.544 117.906L-68.544 117.625L-65.772 117.625Q-65.287 117.625-64.851 117.820Q-64.415 118.015-64.092 118.357Q-63.769 118.699-63.591 119.139Q-63.414 119.580-63.414 120.062Q-63.414 120.548-63.598 120.971Q-63.783 121.395-64.106 121.717Q-64.429 122.038-64.861 122.222Q-65.293 122.407-65.772 122.407M-67.160 118.117L-67.160 121.918Q-67.160 122.058-67.071 122.093Q-66.982 122.127-66.794 122.127L-65.970 122.127Q-65.345 122.127-64.941 121.865Q-64.538 121.604-64.350 121.137Q-64.162 120.671-64.162 120.062Q-64.162 119.584-64.254 119.191Q-64.347 118.798-64.596 118.500Q-64.835 118.213-65.199 118.059Q-65.563 117.906-65.970 117.906L-66.794 117.906Q-66.982 117.906-67.071 117.940Q-67.160 117.974-67.160 118.117M-62.645 120.872Q-62.645 120.551-62.520 120.262Q-62.395 119.973-62.169 119.750Q-61.944 119.526-61.648 119.406Q-61.353 119.286-61.035 119.286Q-60.707 119.286-60.445 119.386Q-60.184 119.485-60.008 119.667Q-59.832 119.850-59.738 120.108Q-59.644 120.366-59.644 120.698Q-59.644 120.790-59.726 120.811L-61.981 120.811L-61.981 120.872Q-61.981 121.460-61.698 121.843Q-61.414 122.226-60.847 122.226Q-60.525 122.226-60.257 122.033Q-59.989 121.840-59.900 121.525Q-59.893 121.484-59.818 121.470L-59.726 121.470Q-59.644 121.494-59.644 121.566Q-59.644 121.573-59.650 121.600Q-59.763 121.997-60.134 122.236Q-60.505 122.475-60.929 122.475Q-61.366 122.475-61.766 122.267Q-62.166 122.058-62.405 121.691Q-62.645 121.324-62.645 120.872M-61.975 120.602L-60.160 120.602Q-60.160 120.325-60.257 120.073Q-60.354 119.820-60.553 119.664Q-60.751 119.509-61.035 119.509Q-61.312 119.509-61.525 119.667Q-61.739 119.826-61.857 120.081Q-61.975 120.336-61.975 120.602M-58.529 121.566L-58.529 119.669L-59.168 119.669L-59.168 119.447Q-58.851 119.447-58.634 119.237Q-58.416 119.027-58.316 118.717Q-58.215 118.408-58.215 118.100L-57.948 118.100L-57.948 119.389L-56.872 119.389L-56.872 119.669L-57.948 119.669L-57.948 121.553Q-57.948 121.829-57.844 122.028Q-57.740 122.226-57.480 122.226Q-57.323 122.226-57.217 122.122Q-57.111 122.017-57.061 121.864Q-57.012 121.710-57.012 121.553L-57.012 121.139L-56.745 121.139L-56.745 121.566Q-56.745 121.792-56.844 122.002Q-56.943 122.212-57.128 122.344Q-57.312 122.475-57.541 122.475Q-57.979 122.475-58.254 122.238Q-58.529 122-58.529 121.566\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M62.146 8.396h65.441v-34.143h-65.44Z\"\u002F>\u003Cg transform=\"translate(158.165 -128.69)\">\u003Cpath d=\"M-66.825 122.407L-68.558 122.407L-68.558 122.127Q-67.836 122.127-67.836 121.727L-67.836 117.940Q-68.069 117.906-68.558 117.906L-68.558 117.625L-67.201 117.625Q-67.160 117.639-67.139 117.653L-64.436 121.300L-64.436 118.305Q-64.436 117.906-65.157 117.906L-65.157 117.625L-63.420 117.625L-63.420 117.906Q-64.142 117.906-64.142 118.305L-64.142 122.315Q-64.159 122.390-64.227 122.407L-64.347 122.407Q-64.395 122.397-64.408 122.373L-67.542 118.152L-67.542 121.727Q-67.542 122.127-66.825 122.127L-66.825 122.407M-60.512 122.407L-62.645 122.407L-62.645 122.127Q-61.923 122.127-61.923 121.918L-61.923 118.117Q-61.923 117.906-62.645 117.906L-62.645 117.625L-59.979 117.625Q-59.568 117.625-59.148 117.779Q-58.728 117.933-58.444 118.237Q-58.160 118.541-58.160 118.955Q-58.160 119.273-58.328 119.519Q-58.495 119.765-58.772 119.931Q-59.049 120.096-59.370 120.180Q-59.691 120.264-59.979 120.264L-61.233 120.264L-61.233 121.918Q-61.233 122.127-60.512 122.127L-60.512 122.407M-61.260 118.117L-61.260 120.014L-60.173 120.014Q-59.565 120.014-59.250 119.777Q-58.936 119.539-58.936 118.955Q-58.936 118.562-59.081 118.328Q-59.227 118.094-59.498 118Q-59.770 117.906-60.173 117.906L-60.895 117.906Q-61.083 117.906-61.171 117.940Q-61.260 117.974-61.260 118.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M127.587 8.396h65.441v-34.143h-65.44Z\"\u002F>\u003Cpath fill=\"none\" d=\"M193.028 8.396h65.442v-34.143h-65.442Z\"\u002F>\u003Cg transform=\"translate(289.047 -128.69)\">\u003Cpath d=\"M-66.825 122.407L-68.558 122.407L-68.558 122.127Q-67.836 122.127-67.836 121.727L-67.836 117.940Q-68.069 117.906-68.558 117.906L-68.558 117.625L-67.201 117.625Q-67.160 117.639-67.139 117.653L-64.436 121.300L-64.436 118.305Q-64.436 117.906-65.157 117.906L-65.157 117.625L-63.420 117.625L-63.420 117.906Q-64.142 117.906-64.142 118.305L-64.142 122.315Q-64.159 122.390-64.227 122.407L-64.347 122.407Q-64.395 122.397-64.408 122.373L-67.542 118.152L-67.542 121.727Q-67.542 122.127-66.825 122.127L-66.825 122.407M-60.512 122.407L-62.645 122.407L-62.645 122.127Q-61.923 122.127-61.923 121.918L-61.923 118.117Q-61.923 117.906-62.645 117.906L-62.645 117.625L-59.979 117.625Q-59.568 117.625-59.148 117.779Q-58.728 117.933-58.444 118.237Q-58.160 118.541-58.160 118.955Q-58.160 119.273-58.328 119.519Q-58.495 119.765-58.772 119.931Q-59.049 120.096-59.370 120.180Q-59.691 120.264-59.979 120.264L-61.233 120.264L-61.233 121.918Q-61.233 122.127-60.512 122.127L-60.512 122.407M-61.260 118.117L-61.260 120.014L-60.173 120.014Q-59.565 120.014-59.250 119.777Q-58.936 119.539-58.936 118.955Q-58.936 118.562-59.081 118.328Q-59.227 118.094-59.498 118Q-59.770 117.906-60.173 117.906L-60.895 117.906Q-61.083 117.906-61.171 117.940Q-61.260 117.974-61.260 118.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M62.146 36.849h65.441V2.705h-65.44Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(143.734 -100.919)\">\u003Cpath d=\"M-66.825 122.407L-68.558 122.407L-68.558 122.127Q-67.836 122.127-67.836 121.727L-67.836 117.940Q-68.069 117.906-68.558 117.906L-68.558 117.625L-67.201 117.625Q-67.160 117.639-67.139 117.653L-64.436 121.300L-64.436 118.305Q-64.436 117.906-65.157 117.906L-65.157 117.625L-63.420 117.625L-63.420 117.906Q-64.142 117.906-64.142 118.305L-64.142 122.315Q-64.159 122.390-64.227 122.407L-64.347 122.407Q-64.395 122.397-64.408 122.373L-67.542 118.152L-67.542 121.727Q-67.542 122.127-66.825 122.127L-66.825 122.407M-62.764 120.924Q-62.764 120.582-62.629 120.283Q-62.494 119.984-62.255 119.760Q-62.016 119.536-61.698 119.411Q-61.380 119.286-61.048 119.286Q-60.604 119.286-60.204 119.502Q-59.804 119.717-59.570 120.095Q-59.336 120.472-59.336 120.924Q-59.336 121.265-59.478 121.549Q-59.620 121.833-59.864 122.040Q-60.108 122.246-60.418 122.361Q-60.727 122.475-61.048 122.475Q-61.479 122.475-61.881 122.274Q-62.282 122.072-62.523 121.720Q-62.764 121.368-62.764 120.924M-61.048 122.226Q-60.447 122.226-60.223 121.848Q-59.999 121.470-59.999 120.838Q-59.999 120.226-60.233 119.867Q-60.467 119.509-61.048 119.509Q-62.101 119.509-62.101 120.838Q-62.101 121.470-61.875 121.848Q-61.650 122.226-61.048 122.226M-57.060 122.407L-58.693 122.407L-58.693 122.127Q-58.464 122.127-58.316 122.093Q-58.167 122.058-58.167 121.918L-58.167 120.069Q-58.167 119.799-58.275 119.738Q-58.382 119.676-58.693 119.676L-58.693 119.396L-57.634 119.321L-57.634 119.970Q-57.463 119.662-57.159 119.491Q-56.854 119.321-56.509 119.321Q-56.109 119.321-55.833 119.461Q-55.556 119.601-55.470 119.949Q-55.303 119.656-55.004 119.488Q-54.705 119.321-54.359 119.321Q-53.854 119.321-53.570 119.544Q-53.286 119.768-53.286 120.264L-53.286 121.918Q-53.286 122.055-53.137 122.091Q-52.989 122.127-52.763 122.127L-52.763 122.407L-54.394 122.407L-54.394 122.127Q-54.168 122.127-54.018 122.091Q-53.867 122.055-53.867 121.918L-53.867 120.278Q-53.867 119.943-53.987 119.743Q-54.106 119.543-54.421 119.543Q-54.691 119.543-54.925 119.679Q-55.159 119.816-55.298 120.050Q-55.436 120.284-55.436 120.558L-55.436 121.918Q-55.436 122.055-55.287 122.091Q-55.139 122.127-54.913 122.127L-54.913 122.407L-56.543 122.407L-56.543 122.127Q-56.314 122.127-56.166 122.093Q-56.017 122.058-56.017 121.918L-56.017 120.278Q-56.017 119.943-56.137 119.743Q-56.256 119.543-56.571 119.543Q-56.841 119.543-57.075 119.679Q-57.309 119.816-57.447 120.050Q-57.586 120.284-57.586 120.558L-57.586 121.918Q-57.586 122.055-57.436 122.091Q-57.285 122.127-57.060 122.127L-57.060 122.407M-51.676 123.637Q-51.676 123.603-51.649 123.576Q-51.379 123.347-51.230 123.024Q-51.082 122.701-51.082 122.345L-51.082 122.308Q-51.191 122.407-51.355 122.407Q-51.536 122.407-51.656 122.287Q-51.775 122.168-51.775 121.987Q-51.775 121.812-51.656 121.693Q-51.536 121.573-51.355 121.573Q-51.099 121.573-50.979 121.812Q-50.859 122.052-50.859 122.345Q-50.859 122.745-51.029 123.116Q-51.198 123.487-51.495 123.743Q-51.526 123.764-51.553 123.764Q-51.594 123.764-51.635 123.723Q-51.676 123.682-51.676 123.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(143.734 -100.919)\">\u003Cpath d=\"M-45.408 122.407L-47.141 122.407L-47.141 122.127Q-46.419 122.127-46.419 121.727L-46.419 117.940Q-46.652 117.906-47.141 117.906L-47.141 117.625L-45.784 117.625Q-45.743 117.639-45.722 117.653L-43.019 121.300L-43.019 118.305Q-43.019 117.906-43.740 117.906L-43.740 117.625L-42.003 117.625L-42.003 117.906Q-42.725 117.906-42.725 118.305L-42.725 122.315Q-42.742 122.390-42.810 122.407L-42.930 122.407Q-42.978 122.397-42.991 122.373L-46.125 118.152L-46.125 121.727Q-46.125 122.127-45.408 122.127L-45.408 122.407M-41.347 120.924Q-41.347 120.582-41.212 120.283Q-41.077 119.984-40.838 119.760Q-40.599 119.536-40.281 119.411Q-39.963 119.286-39.631 119.286Q-39.187 119.286-38.787 119.502Q-38.387 119.717-38.153 120.095Q-37.919 120.472-37.919 120.924Q-37.919 121.265-38.061 121.549Q-38.203 121.833-38.447 122.040Q-38.691 122.246-39.001 122.361Q-39.310 122.475-39.631 122.475Q-40.062 122.475-40.464 122.274Q-40.865 122.072-41.106 121.720Q-41.347 121.368-41.347 120.924M-39.631 122.226Q-39.030 122.226-38.806 121.848Q-38.582 121.470-38.582 120.838Q-38.582 120.226-38.816 119.867Q-39.050 119.509-39.631 119.509Q-40.684 119.509-40.684 120.838Q-40.684 121.470-40.458 121.848Q-40.233 122.226-39.631 122.226M-36.750 121.573L-36.750 120.069Q-36.750 119.799-36.858 119.738Q-36.965 119.676-37.276 119.676L-37.276 119.396L-36.169 119.321L-36.169 121.553L-36.169 121.573Q-36.169 121.853-36.118 121.997Q-36.066 122.140-35.925 122.197Q-35.783 122.253-35.496 122.253Q-35.243 122.253-35.038 122.113Q-34.833 121.973-34.716 121.747Q-34.600 121.522-34.600 121.272L-34.600 120.069Q-34.600 119.799-34.708 119.738Q-34.815 119.676-35.126 119.676L-35.126 119.396L-34.019 119.321L-34.019 121.734Q-34.019 121.925-33.966 122.007Q-33.913 122.089-33.812 122.108Q-33.711 122.127-33.496 122.127L-33.496 122.407L-34.573 122.475L-34.573 121.911Q-34.682 122.093-34.827 122.216Q-34.973 122.339-35.159 122.407Q-35.345 122.475-35.547 122.475Q-36.750 122.475-36.750 121.573M-31.227 122.407L-32.860 122.407L-32.860 122.127Q-32.631 122.127-32.483 122.093Q-32.334 122.058-32.334 121.918L-32.334 120.069Q-32.334 119.799-32.442 119.738Q-32.549 119.676-32.860 119.676L-32.860 119.396L-31.801 119.321L-31.801 119.970Q-31.630 119.662-31.326 119.491Q-31.021 119.321-30.676 119.321Q-30.170 119.321-29.887 119.544Q-29.603 119.768-29.603 120.264L-29.603 121.918Q-29.603 122.055-29.454 122.091Q-29.306 122.127-29.080 122.127L-29.080 122.407L-30.710 122.407L-30.710 122.127Q-30.481 122.127-30.333 122.093Q-30.184 122.058-30.184 121.918L-30.184 120.278Q-30.184 119.943-30.304 119.743Q-30.423 119.543-30.738 119.543Q-31.008 119.543-31.242 119.679Q-31.476 119.816-31.614 120.050Q-31.753 120.284-31.753 120.558L-31.753 121.918Q-31.753 122.055-31.603 122.091Q-31.452 122.127-31.227 122.127\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M127.587 36.849h65.441V2.705h-65.44Z\"\u002F>\u003Cpath fill=\"none\" d=\"M193.028 36.849h65.442V2.705h-65.442Z\"\u002F>\u003Cg transform=\"translate(286.457 -100.238)\">\u003Cpath d=\"M-66.825 122.407L-68.558 122.407L-68.558 122.127Q-67.836 122.127-67.836 121.727L-67.836 117.940Q-68.069 117.906-68.558 117.906L-68.558 117.625L-67.201 117.625Q-67.160 117.639-67.139 117.653L-64.436 121.300L-64.436 118.305Q-64.436 117.906-65.157 117.906L-65.157 117.625L-63.420 117.625L-63.420 117.906Q-64.142 117.906-64.142 118.305L-64.142 122.315Q-64.159 122.390-64.227 122.407L-64.347 122.407Q-64.395 122.397-64.408 122.373L-67.542 118.152L-67.542 121.727Q-67.542 122.127-66.825 122.127L-66.825 122.407M-62.764 120.924Q-62.764 120.582-62.629 120.283Q-62.494 119.984-62.255 119.760Q-62.016 119.536-61.698 119.411Q-61.380 119.286-61.048 119.286Q-60.604 119.286-60.204 119.502Q-59.804 119.717-59.570 120.095Q-59.336 120.472-59.336 120.924Q-59.336 121.265-59.478 121.549Q-59.620 121.833-59.864 122.040Q-60.108 122.246-60.418 122.361Q-60.727 122.475-61.048 122.475Q-61.479 122.475-61.881 122.274Q-62.282 122.072-62.523 121.720Q-62.764 121.368-62.764 120.924M-61.048 122.226Q-60.447 122.226-60.223 121.848Q-59.999 121.470-59.999 120.838Q-59.999 120.226-60.233 119.867Q-60.467 119.509-61.048 119.509Q-62.101 119.509-62.101 120.838Q-62.101 121.470-61.875 121.848Q-61.650 122.226-61.048 122.226M-57.060 122.407L-58.693 122.407L-58.693 122.127Q-58.464 122.127-58.316 122.093Q-58.167 122.058-58.167 121.918L-58.167 120.069Q-58.167 119.799-58.275 119.738Q-58.382 119.676-58.693 119.676L-58.693 119.396L-57.634 119.321L-57.634 119.970Q-57.463 119.662-57.159 119.491Q-56.854 119.321-56.509 119.321Q-56.109 119.321-55.833 119.461Q-55.556 119.601-55.470 119.949Q-55.303 119.656-55.004 119.488Q-54.705 119.321-54.359 119.321Q-53.854 119.321-53.570 119.544Q-53.286 119.768-53.286 120.264L-53.286 121.918Q-53.286 122.055-53.137 122.091Q-52.989 122.127-52.763 122.127L-52.763 122.407L-54.394 122.407L-54.394 122.127Q-54.168 122.127-54.018 122.091Q-53.867 122.055-53.867 121.918L-53.867 120.278Q-53.867 119.943-53.987 119.743Q-54.106 119.543-54.421 119.543Q-54.691 119.543-54.925 119.679Q-55.159 119.816-55.298 120.050Q-55.436 120.284-55.436 120.558L-55.436 121.918Q-55.436 122.055-55.287 122.091Q-55.139 122.127-54.913 122.127L-54.913 122.407L-56.543 122.407L-56.543 122.127Q-56.314 122.127-56.166 122.093Q-56.017 122.058-56.017 121.918L-56.017 120.278Q-56.017 119.943-56.137 119.743Q-56.256 119.543-56.571 119.543Q-56.841 119.543-57.075 119.679Q-57.309 119.816-57.447 120.050Q-57.586 120.284-57.586 120.558L-57.586 121.918Q-57.586 122.055-57.436 122.091Q-57.285 122.127-57.060 122.127\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M127.587 65.301h65.441V31.158h-65.44Z\"\u002F>\u003Cg transform=\"translate(221.008 -72.466)\">\u003Cpath d=\"M-66.411 122.407L-68.544 122.407L-68.544 122.127Q-67.823 122.127-67.823 121.918L-67.823 118.117Q-67.823 117.906-68.544 117.906L-68.544 117.625L-65.878 117.625Q-65.468 117.625-65.047 117.779Q-64.627 117.933-64.343 118.237Q-64.060 118.541-64.060 118.955Q-64.060 119.273-64.227 119.519Q-64.395 119.765-64.671 119.931Q-64.948 120.096-65.270 120.180Q-65.591 120.264-65.878 120.264L-67.132 120.264L-67.132 121.918Q-67.132 122.127-66.411 122.127L-66.411 122.407M-67.160 118.117L-67.160 120.014L-66.073 120.014Q-65.464 120.014-65.150 119.777Q-64.835 119.539-64.835 118.955Q-64.835 118.562-64.981 118.328Q-65.126 118.094-65.398 118Q-65.669 117.906-66.073 117.906L-66.794 117.906Q-66.982 117.906-67.071 117.940Q-67.160 117.974-67.160 118.117M-61.503 122.407L-63.239 122.407L-63.239 122.127Q-63.010 122.127-62.862 122.093Q-62.713 122.058-62.713 121.918L-62.713 120.069Q-62.713 119.799-62.821 119.738Q-62.928 119.676-63.239 119.676L-63.239 119.396L-62.210 119.321L-62.210 120.028Q-62.081 119.720-61.838 119.521Q-61.595 119.321-61.277 119.321Q-61.059 119.321-60.888 119.445Q-60.717 119.570-60.717 119.782Q-60.717 119.919-60.816 120.018Q-60.915 120.117-61.048 120.117Q-61.185 120.117-61.284 120.018Q-61.383 119.919-61.383 119.782Q-61.383 119.642-61.284 119.543Q-61.575 119.543-61.775 119.739Q-61.975 119.936-62.067 120.230Q-62.159 120.524-62.159 120.804L-62.159 121.918Q-62.159 122.127-61.503 122.127L-61.503 122.407M-60.173 120.872Q-60.173 120.551-60.049 120.262Q-59.924 119.973-59.698 119.750Q-59.473 119.526-59.177 119.406Q-58.881 119.286-58.563 119.286Q-58.235 119.286-57.974 119.386Q-57.712 119.485-57.536 119.667Q-57.360 119.850-57.266 120.108Q-57.172 120.366-57.172 120.698Q-57.172 120.790-57.254 120.811L-59.510 120.811L-59.510 120.872Q-59.510 121.460-59.227 121.843Q-58.943 122.226-58.375 122.226Q-58.054 122.226-57.786 122.033Q-57.518 121.840-57.429 121.525Q-57.422 121.484-57.347 121.470L-57.254 121.470Q-57.172 121.494-57.172 121.566Q-57.172 121.573-57.179 121.600Q-57.292 121.997-57.663 122.236Q-58.034 122.475-58.458 122.475Q-58.895 122.475-59.295 122.267Q-59.695 122.058-59.934 121.691Q-60.173 121.324-60.173 120.872M-59.503 120.602L-57.688 120.602Q-57.688 120.325-57.786 120.073Q-57.883 119.820-58.082 119.664Q-58.280 119.509-58.563 119.509Q-58.840 119.509-59.054 119.667Q-59.268 119.826-59.385 120.081Q-59.503 120.336-59.503 120.602M-54.940 123.764L-56.571 123.764L-56.571 123.484Q-56.342 123.484-56.193 123.449Q-56.044 123.415-56.044 123.275L-56.044 119.929Q-56.044 119.758-56.181 119.717Q-56.318 119.676-56.571 119.676L-56.571 119.396L-55.491 119.321L-55.491 119.727Q-55.269 119.526-54.981 119.423Q-54.694 119.321-54.387 119.321Q-53.959 119.321-53.595 119.534Q-53.231 119.748-53.018 120.112Q-52.804 120.476-52.804 120.896Q-52.804 121.341-53.043 121.705Q-53.283 122.069-53.676 122.272Q-54.069 122.475-54.513 122.475Q-54.780 122.475-55.028 122.375Q-55.275 122.274-55.463 122.093L-55.463 123.275Q-55.463 123.412-55.315 123.448Q-55.166 123.484-54.940 123.484L-54.940 123.764M-55.463 120.076L-55.463 121.686Q-55.330 121.939-55.087 122.096Q-54.845 122.253-54.568 122.253Q-54.240 122.253-53.987 122.052Q-53.734 121.850-53.601 121.532Q-53.467 121.214-53.467 120.896Q-53.467 120.667-53.532 120.438Q-53.597 120.209-53.725 120.011Q-53.854 119.813-54.048 119.693Q-54.243 119.574-54.476 119.574Q-54.770 119.574-55.038 119.703Q-55.306 119.833-55.463 120.076\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M193.028 65.301h65.442V31.158h-65.442Z\"\u002F>\u003Cg transform=\"translate(289.31 -71.785)\">\u003Cpath d=\"M-66.411 122.407L-68.544 122.407L-68.544 122.127Q-67.823 122.127-67.823 121.918L-67.823 118.117Q-67.823 117.906-68.544 117.906L-68.544 117.625L-65.878 117.625Q-65.468 117.625-65.047 117.779Q-64.627 117.933-64.343 118.237Q-64.060 118.541-64.060 118.955Q-64.060 119.273-64.227 119.519Q-64.395 119.765-64.671 119.931Q-64.948 120.096-65.270 120.180Q-65.591 120.264-65.878 120.264L-67.132 120.264L-67.132 121.918Q-67.132 122.127-66.411 122.127L-66.411 122.407M-67.160 118.117L-67.160 120.014L-66.073 120.014Q-65.464 120.014-65.150 119.777Q-64.835 119.539-64.835 118.955Q-64.835 118.562-64.981 118.328Q-65.126 118.094-65.398 118Q-65.669 117.906-66.073 117.906L-66.794 117.906Q-66.982 117.906-67.071 117.940Q-67.160 117.974-67.160 118.117M-61.041 122.407L-63.174 122.407L-63.174 122.127Q-62.453 122.127-62.453 121.918L-62.453 118.117Q-62.453 117.906-63.174 117.906L-63.174 117.625L-60.508 117.625Q-60.098 117.625-59.678 117.779Q-59.257 117.933-58.974 118.237Q-58.690 118.541-58.690 118.955Q-58.690 119.273-58.857 119.519Q-59.025 119.765-59.302 119.931Q-59.579 120.096-59.900 120.180Q-60.221 120.264-60.508 120.264L-61.763 120.264L-61.763 121.918Q-61.763 122.127-61.041 122.127L-61.041 122.407M-61.790 118.117L-61.790 120.014L-60.703 120.014Q-60.095 120.014-59.780 119.777Q-59.466 119.539-59.466 118.955Q-59.466 118.562-59.611 118.328Q-59.756 118.094-60.028 118Q-60.300 117.906-60.703 117.906L-61.424 117.906Q-61.612 117.906-61.701 117.940Q-61.790 117.974-61.790 118.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M193.028 93.754h65.442V59.611h-65.442Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(264.283 -44.013)\">\u003Cpath d=\"M-66.825 122.407L-68.558 122.407L-68.558 122.127Q-67.836 122.127-67.836 121.727L-67.836 117.940Q-68.069 117.906-68.558 117.906L-68.558 117.625L-67.201 117.625Q-67.160 117.639-67.139 117.653L-64.436 121.300L-64.436 118.305Q-64.436 117.906-65.157 117.906L-65.157 117.625L-63.420 117.625L-63.420 117.906Q-64.142 117.906-64.142 118.305L-64.142 122.315Q-64.159 122.390-64.227 122.407L-64.347 122.407Q-64.395 122.397-64.408 122.373L-67.542 118.152L-67.542 121.727Q-67.542 122.127-66.825 122.127L-66.825 122.407M-60.512 122.407L-62.645 122.407L-62.645 122.127Q-61.923 122.127-61.923 121.918L-61.923 118.117Q-61.923 117.906-62.645 117.906L-62.645 117.625L-59.979 117.625Q-59.568 117.625-59.148 117.779Q-58.728 117.933-58.444 118.237Q-58.160 118.541-58.160 118.955Q-58.160 119.273-58.328 119.519Q-58.495 119.765-58.772 119.931Q-59.049 120.096-59.370 120.180Q-59.691 120.264-59.979 120.264L-61.233 120.264L-61.233 121.918Q-61.233 122.127-60.512 122.127L-60.512 122.407M-61.260 118.117L-61.260 120.014L-60.173 120.014Q-59.565 120.014-59.250 119.777Q-58.936 119.539-58.936 118.955Q-58.936 118.562-59.081 118.328Q-59.227 118.094-59.498 118Q-59.770 117.906-60.173 117.906L-60.895 117.906Q-61.083 117.906-61.171 117.940Q-61.260 117.974-61.260 118.117\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(264.283 -44.013)\">\u003Cpath d=\"M-57.492 123.637Q-57.492 123.603-57.464 123.576Q-57.194 123.347-57.045 123.024Q-56.897 122.701-56.897 122.345L-56.897 122.308Q-57.006 122.407-57.170 122.407Q-57.351 122.407-57.471 122.287Q-57.591 122.168-57.591 121.987Q-57.591 121.812-57.471 121.693Q-57.351 121.573-57.170 121.573Q-56.914 121.573-56.794 121.812Q-56.675 122.052-56.675 122.345Q-56.675 122.745-56.844 123.116Q-57.013 123.487-57.310 123.743Q-57.341 123.764-57.368 123.764Q-57.409 123.764-57.451 123.723Q-57.492 123.682-57.492 123.637\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(264.283 -44.013)\">\u003Cpath d=\"M-50.820 122.407L-52.953 122.407L-52.953 122.127Q-52.232 122.127-52.232 121.918L-52.232 118.117Q-52.232 117.906-52.953 117.906L-52.953 117.625L-50.287 117.625Q-49.877 117.625-49.456 117.779Q-49.036 117.933-48.752 118.237Q-48.469 118.541-48.469 118.955Q-48.469 119.273-48.636 119.519Q-48.804 119.765-49.080 119.931Q-49.357 120.096-49.679 120.180Q-50 120.264-50.287 120.264L-51.541 120.264L-51.541 121.918Q-51.541 122.127-50.820 122.127L-50.820 122.407M-51.569 118.117L-51.569 120.014L-50.482 120.014Q-49.873 120.014-49.559 119.777Q-49.244 119.539-49.244 118.955Q-49.244 118.562-49.390 118.328Q-49.535 118.094-49.807 118Q-50.078 117.906-50.482 117.906L-51.203 117.906Q-51.391 117.906-51.480 117.940Q-51.569 117.974-51.569 118.117M-45.912 122.407L-47.648 122.407L-47.648 122.127Q-47.419 122.127-47.271 122.093Q-47.122 122.058-47.122 121.918L-47.122 120.069Q-47.122 119.799-47.230 119.738Q-47.337 119.676-47.648 119.676L-47.648 119.396L-46.619 119.321L-46.619 120.028Q-46.490 119.720-46.247 119.521Q-46.004 119.321-45.686 119.321Q-45.468 119.321-45.297 119.445Q-45.126 119.570-45.126 119.782Q-45.126 119.919-45.225 120.018Q-45.324 120.117-45.457 120.117Q-45.594 120.117-45.693 120.018Q-45.792 119.919-45.792 119.782Q-45.792 119.642-45.693 119.543Q-45.984 119.543-46.184 119.739Q-46.384 119.936-46.476 120.230Q-46.568 120.524-46.568 120.804L-46.568 121.918Q-46.568 122.127-45.912 122.127L-45.912 122.407M-44.582 120.924Q-44.582 120.582-44.447 120.283Q-44.312 119.984-44.073 119.760Q-43.834 119.536-43.516 119.411Q-43.198 119.286-42.867 119.286Q-42.422 119.286-42.022 119.502Q-41.622 119.717-41.388 120.095Q-41.154 120.472-41.154 120.924Q-41.154 121.265-41.296 121.549Q-41.438 121.833-41.682 122.040Q-41.927 122.246-42.236 122.361Q-42.545 122.475-42.867 122.475Q-43.297 122.475-43.699 122.274Q-44.100 122.072-44.341 121.720Q-44.582 121.368-44.582 120.924M-42.867 122.226Q-42.265 122.226-42.041 121.848Q-41.817 121.470-41.817 120.838Q-41.817 120.226-42.051 119.867Q-42.285 119.509-42.867 119.509Q-43.919 119.509-43.919 120.838Q-43.919 121.470-43.694 121.848Q-43.468 122.226-42.867 122.226M-38.915 123.764L-40.546 123.764L-40.546 123.484Q-40.317 123.484-40.168 123.449Q-40.019 123.415-40.019 123.275L-40.019 119.929Q-40.019 119.758-40.156 119.717Q-40.293 119.676-40.546 119.676L-40.546 119.396L-39.466 119.321L-39.466 119.727Q-39.243 119.526-38.956 119.423Q-38.669 119.321-38.362 119.321Q-37.934 119.321-37.570 119.534Q-37.206 119.748-36.993 120.112Q-36.779 120.476-36.779 120.896Q-36.779 121.341-37.018 121.705Q-37.258 122.069-37.651 122.272Q-38.044 122.475-38.488 122.475Q-38.755 122.475-39.002 122.375Q-39.250 122.274-39.438 122.093L-39.438 123.275Q-39.438 123.412-39.290 123.448Q-39.141 123.484-38.915 123.484L-38.915 123.764M-39.438 120.076L-39.438 121.686Q-39.305 121.939-39.062 122.096Q-38.820 122.253-38.543 122.253Q-38.215 122.253-37.962 122.052Q-37.709 121.850-37.575 121.532Q-37.442 121.214-37.442 120.896Q-37.442 120.667-37.507 120.438Q-37.572 120.209-37.700 120.011Q-37.828 119.813-38.023 119.693Q-38.218 119.574-38.450 119.574Q-38.744 119.574-39.013 119.703Q-39.281 119.833-39.438 120.076\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(264.283 -44.013)\">\u003Cpath d=\"M-35.955 120.872Q-35.955 120.551-35.830 120.262Q-35.705 119.973-35.479 119.750Q-35.254 119.526-34.958 119.406Q-34.663 119.286-34.345 119.286Q-34.017 119.286-33.755 119.386Q-33.494 119.485-33.318 119.667Q-33.142 119.850-33.048 120.108Q-32.954 120.366-32.954 120.698Q-32.954 120.790-33.036 120.811L-35.291 120.811L-35.291 120.872Q-35.291 121.460-35.008 121.843Q-34.724 122.226-34.157 122.226Q-33.835 122.226-33.567 122.033Q-33.299 121.840-33.210 121.525Q-33.203 121.484-33.128 121.470L-33.036 121.470Q-32.954 121.494-32.954 121.566Q-32.954 121.573-32.960 121.600Q-33.073 121.997-33.444 122.236Q-33.815 122.475-34.239 122.475Q-34.676 122.475-35.076 122.267Q-35.476 122.058-35.715 121.691Q-35.955 121.324-35.955 120.872M-35.285 120.602L-33.470 120.602Q-33.470 120.325-33.567 120.073Q-33.665 119.820-33.863 119.664Q-34.061 119.509-34.345 119.509Q-34.622 119.509-34.835 119.667Q-35.049 119.826-35.167 120.081Q-35.285 120.336-35.285 120.602M-30.616 122.407L-32.352 122.407L-32.352 122.127Q-32.123 122.127-31.974 122.093Q-31.826 122.058-31.826 121.918L-31.826 120.069Q-31.826 119.799-31.933 119.738Q-32.041 119.676-32.352 119.676L-32.352 119.396L-31.323 119.321L-31.323 120.028Q-31.193 119.720-30.951 119.521Q-30.708 119.321-30.390 119.321Q-30.171 119.321-30 119.445Q-29.830 119.570-29.830 119.782Q-29.830 119.919-29.929 120.018Q-30.028 120.117-30.161 120.117Q-30.298 120.117-30.397 120.018Q-30.496 119.919-30.496 119.782Q-30.496 119.642-30.397 119.543Q-30.687 119.543-30.887 119.739Q-31.087 119.936-31.180 120.230Q-31.272 120.524-31.272 120.804L-31.272 121.918Q-31.272 122.127-30.616 122.127L-30.616 122.407M-27.362 121.153L-29.419 121.153L-29.419 120.650L-27.362 120.650L-27.362 121.153M-24.761 122.407L-26.494 122.407L-26.494 122.127Q-25.772 122.127-25.772 121.727L-25.772 117.940Q-26.005 117.906-26.494 117.906L-26.494 117.625L-25.137 117.625Q-25.096 117.639-25.075 117.653L-22.372 121.300L-22.372 118.305Q-22.372 117.906-23.093 117.906L-23.093 117.625L-21.356 117.625L-21.356 117.906Q-22.078 117.906-22.078 118.305L-22.078 122.315Q-22.095 122.390-22.163 122.407L-22.283 122.407Q-22.331 122.397-22.344 122.373L-25.478 118.152L-25.478 121.727Q-25.478 122.127-24.761 122.127L-24.761 122.407M-20.700 120.924Q-20.700 120.582-20.565 120.283Q-20.430 119.984-20.191 119.760Q-19.952 119.536-19.634 119.411Q-19.316 119.286-18.984 119.286Q-18.540 119.286-18.140 119.502Q-17.740 119.717-17.506 120.095Q-17.272 120.472-17.272 120.924Q-17.272 121.265-17.414 121.549Q-17.556 121.833-17.800 122.040Q-18.044 122.246-18.354 122.361Q-18.663 122.475-18.984 122.475Q-19.415 122.475-19.817 122.274Q-20.218 122.072-20.459 121.720Q-20.700 121.368-20.700 120.924M-18.984 122.226Q-18.383 122.226-18.159 121.848Q-17.935 121.470-17.935 120.838Q-17.935 120.226-18.169 119.867Q-18.403 119.509-18.984 119.509Q-20.037 119.509-20.037 120.838Q-20.037 121.470-19.811 121.848Q-19.586 122.226-18.984 122.226M-16.103 121.573L-16.103 120.069Q-16.103 119.799-16.211 119.738Q-16.318 119.676-16.629 119.676L-16.629 119.396L-15.522 119.321L-15.522 121.553L-15.522 121.573Q-15.522 121.853-15.471 121.997Q-15.419 122.140-15.278 122.197Q-15.136 122.253-14.849 122.253Q-14.596 122.253-14.391 122.113Q-14.186 121.973-14.069 121.747Q-13.953 121.522-13.953 121.272L-13.953 120.069Q-13.953 119.799-14.061 119.738Q-14.168 119.676-14.479 119.676L-14.479 119.396L-13.372 119.321L-13.372 121.734Q-13.372 121.925-13.319 122.007Q-13.266 122.089-13.165 122.108Q-13.064 122.127-12.849 122.127L-12.849 122.407L-13.926 122.475L-13.926 121.911Q-14.035 122.093-14.180 122.216Q-14.326 122.339-14.512 122.407Q-14.698 122.475-14.900 122.475Q-16.103 122.475-16.103 121.573M-10.580 122.407L-12.213 122.407L-12.213 122.127Q-11.984 122.127-11.836 122.093Q-11.687 122.058-11.687 121.918L-11.687 120.069Q-11.687 119.799-11.795 119.738Q-11.902 119.676-12.213 119.676L-12.213 119.396L-11.154 119.321L-11.154 119.970Q-10.983 119.662-10.679 119.491Q-10.374 119.321-10.029 119.321Q-9.523 119.321-9.240 119.544Q-8.956 119.768-8.956 120.264L-8.956 121.918Q-8.956 122.055-8.807 122.091Q-8.659 122.127-8.433 122.127L-8.433 122.407L-10.063 122.407L-10.063 122.127Q-9.834 122.127-9.686 122.093Q-9.537 122.058-9.537 121.918L-9.537 120.278Q-9.537 119.943-9.657 119.743Q-9.776 119.543-10.091 119.543Q-10.361 119.543-10.595 119.679Q-10.829 119.816-10.968 120.050Q-11.106 120.284-11.106 120.558L-11.106 121.918Q-11.106 122.055-10.956 122.091Q-10.805 122.127-10.580 122.127\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(336.43 -157.586)\">\u003Cpath d=\"M-66.907 124.157L-67.983 124.157L-67.983 117.157L-66.907 117.157L-66.907 117.499L-67.642 117.499L-67.642 123.815L-66.907 123.815L-66.907 124.157M-64.685 122.547Q-65.321 122.547-65.685 122.202Q-66.049 121.857-66.184 121.332Q-66.319 120.807-66.319 120.182Q-66.319 119.157-65.963 118.458Q-65.608 117.759-64.685 117.759Q-63.759 117.759-63.407 118.458Q-63.055 119.157-63.055 120.182Q-63.055 120.807-63.190 121.332Q-63.325 121.857-63.687 122.202Q-64.049 122.547-64.685 122.547M-64.685 122.322Q-64.248 122.322-64.034 121.947Q-63.820 121.573-63.771 121.106Q-63.721 120.640-63.721 120.062Q-63.721 119.509-63.771 119.081Q-63.820 118.654-64.032 118.319Q-64.244 117.984-64.685 117.984Q-65.027 117.984-65.230 118.191Q-65.434 118.398-65.521 118.710Q-65.608 119.023-65.630 119.339Q-65.652 119.656-65.652 120.062Q-65.652 120.479-65.630 120.821Q-65.608 121.163-65.519 121.511Q-65.430 121.860-65.225 122.091Q-65.020 122.322-64.685 122.322M-61.879 123.637Q-61.879 123.603-61.852 123.576Q-61.582 123.347-61.433 123.024Q-61.284 122.701-61.284 122.345L-61.284 122.308Q-61.394 122.407-61.558 122.407Q-61.739 122.407-61.858 122.287Q-61.978 122.168-61.978 121.987Q-61.978 121.812-61.858 121.693Q-61.739 121.573-61.558 121.573Q-61.301 121.573-61.182 121.812Q-61.062 122.052-61.062 122.345Q-61.062 122.745-61.231 123.116Q-61.400 123.487-61.698 123.743Q-61.729 123.764-61.756 123.764Q-61.797 123.764-61.838 123.723Q-61.879 123.682-61.879 123.637M-59.623 121.645L-59.654 121.645Q-59.517 121.942-59.220 122.118Q-58.922 122.294-58.594 122.294Q-58.232 122.294-58.005 122.116Q-57.777 121.939-57.683 121.650Q-57.589 121.361-57.589 120.999Q-57.589 120.684-57.644 120.399Q-57.699 120.114-57.871 119.908Q-58.044 119.703-58.358 119.703Q-58.632 119.703-58.815 119.770Q-58.998 119.837-59.102 119.926Q-59.206 120.014-59.302 120.124Q-59.397 120.233-59.442 120.243L-59.520 120.243Q-59.592 120.226-59.609 120.155L-59.609 117.837Q-59.609 117.803-59.585 117.781Q-59.562 117.759-59.527 117.759L-59.500 117.759Q-59.213 117.875-58.945 117.929Q-58.676 117.984-58.399 117.984Q-58.123 117.984-57.853 117.929Q-57.583 117.875-57.302 117.759L-57.278 117.759Q-57.244 117.759-57.220 117.782Q-57.196 117.806-57.196 117.837L-57.196 117.906Q-57.196 117.933-57.217 117.953Q-57.490 118.268-57.875 118.444Q-58.259 118.620-58.673 118.620Q-59.011 118.620-59.329 118.534L-59.329 119.816Q-58.933 119.481-58.358 119.481Q-57.955 119.481-57.618 119.691Q-57.282 119.902-57.089 120.254Q-56.895 120.606-56.895 121.006Q-56.895 121.337-57.036 121.623Q-57.176 121.908-57.420 122.118Q-57.665 122.328-57.967 122.438Q-58.270 122.547-58.587 122.547Q-58.946 122.547-59.273 122.383Q-59.599 122.219-59.794 121.927Q-59.989 121.635-59.989 121.272Q-59.989 121.122-59.883 121.016Q-59.777 120.910-59.623 120.910Q-59.469 120.910-59.365 121.014Q-59.261 121.118-59.261 121.272Q-59.261 121.429-59.365 121.537Q-59.469 121.645-59.623 121.645M-55.145 124.157L-56.222 124.157L-56.222 123.815L-55.487 123.815L-55.487 117.499L-56.222 117.499L-56.222 117.157L-55.145 117.157L-55.145 124.157M-53.471 121.987Q-53.471 121.819-53.348 121.696Q-53.225 121.573-53.050 121.573Q-52.883 121.573-52.760 121.696Q-52.637 121.819-52.637 121.987Q-52.637 122.161-52.760 122.284Q-52.883 122.407-53.050 122.407Q-53.225 122.407-53.348 122.284Q-53.471 122.161-53.471 121.987M-53.471 119.803Q-53.471 119.635-53.348 119.512Q-53.225 119.389-53.050 119.389Q-52.883 119.389-52.760 119.512Q-52.637 119.635-52.637 119.803Q-52.637 119.977-52.760 120.100Q-52.883 120.223-53.050 120.223Q-53.225 120.223-53.348 120.100Q-53.471 119.977-53.471 119.803\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(336.43 -144.956)\">\u003Cpath d=\"M-68.141 121.860Q-68.021 122.017-67.830 122.116Q-67.638 122.216-67.423 122.255Q-67.208 122.294-66.985 122.294Q-66.688 122.294-66.493 122.139Q-66.298 121.983-66.208 121.729Q-66.117 121.474-66.117 121.190Q-66.117 120.896-66.209 120.645Q-66.302 120.394-66.500 120.238Q-66.698 120.083-66.992 120.083L-67.508 120.083Q-67.536 120.083-67.561 120.057Q-67.587 120.032-67.587 120.008L-67.587 119.936Q-67.587 119.905-67.561 119.883Q-67.536 119.861-67.508 119.861L-67.067 119.830Q-66.705 119.830-66.485 119.473Q-66.264 119.115-66.264 118.726Q-66.264 118.398-66.459 118.194Q-66.654 117.991-66.985 117.991Q-67.272 117.991-67.525 118.075Q-67.778 118.158-67.942 118.346Q-67.795 118.346-67.695 118.461Q-67.594 118.575-67.594 118.726Q-67.594 118.876-67.700 118.986Q-67.806 119.095-67.963 119.095Q-68.124 119.095-68.233 118.986Q-68.342 118.876-68.342 118.726Q-68.342 118.401-68.134 118.182Q-67.925 117.964-67.609 117.861Q-67.293 117.759-66.985 117.759Q-66.667 117.759-66.339 117.863Q-66.011 117.967-65.784 118.189Q-65.557 118.411-65.557 118.726Q-65.557 119.160-65.844 119.485Q-66.131 119.809-66.565 119.956Q-66.254 120.021-65.974 120.187Q-65.693 120.353-65.516 120.611Q-65.338 120.869-65.338 121.190Q-65.338 121.600-65.582 121.910Q-65.827 122.219-66.208 122.383Q-66.589 122.547-66.985 122.547Q-67.354 122.547-67.712 122.434Q-68.069 122.322-68.313 122.072Q-68.558 121.823-68.558 121.453Q-68.558 121.282-68.441 121.170Q-68.325 121.057-68.154 121.057Q-68.045 121.057-67.954 121.108Q-67.864 121.159-67.809 121.252Q-67.754 121.344-67.754 121.453Q-67.754 121.621-67.867 121.740Q-67.980 121.860-68.141 121.860\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(336.43 -144.956)\">\u003Cpath d=\"M-60.298 123.764L-61.928 123.764L-61.928 123.484Q-61.699 123.484-61.550 123.449Q-61.402 123.415-61.402 123.275L-61.402 119.929Q-61.402 119.758-61.538 119.717Q-61.675 119.676-61.928 119.676L-61.928 119.396L-60.848 119.321L-60.848 119.727Q-60.626 119.526-60.339 119.423Q-60.051 119.321-59.744 119.321Q-59.317 119.321-58.953 119.534Q-58.589 119.748-58.375 120.112Q-58.161 120.476-58.161 120.896Q-58.161 121.341-58.401 121.705Q-58.640 122.069-59.033 122.272Q-59.426 122.475-59.870 122.475Q-60.137 122.475-60.385 122.375Q-60.632 122.274-60.820 122.093L-60.820 123.275Q-60.820 123.412-60.672 123.448Q-60.523 123.484-60.298 123.484L-60.298 123.764M-60.820 120.076L-60.820 121.686Q-60.687 121.939-60.444 122.096Q-60.202 122.253-59.925 122.253Q-59.597 122.253-59.344 122.052Q-59.091 121.850-58.958 121.532Q-58.824 121.214-58.824 120.896Q-58.824 120.667-58.889 120.438Q-58.954 120.209-59.082 120.011Q-59.211 119.813-59.405 119.693Q-59.600 119.574-59.833 119.574Q-60.127 119.574-60.395 119.703Q-60.663 119.833-60.820 120.076M-57.467 121.679Q-57.467 121.347-57.244 121.120Q-57.020 120.893-56.676 120.765Q-56.333 120.636-55.960 120.584Q-55.588 120.531-55.283 120.531L-55.283 120.278Q-55.283 120.073-55.391 119.893Q-55.499 119.714-55.680 119.611Q-55.861 119.509-56.069 119.509Q-56.476 119.509-56.712 119.601Q-56.623 119.638-56.577 119.722Q-56.531 119.806-56.531 119.908Q-56.531 120.004-56.577 120.083Q-56.623 120.161-56.704 120.206Q-56.784 120.250-56.873 120.250Q-57.023 120.250-57.124 120.153Q-57.225 120.055-57.225 119.908Q-57.225 119.286-56.069 119.286Q-55.858 119.286-55.608 119.350Q-55.359 119.413-55.157 119.532Q-54.955 119.652-54.829 119.837Q-54.702 120.021-54.702 120.264L-54.702 121.840Q-54.702 121.956-54.641 122.052Q-54.579 122.147-54.466 122.147Q-54.357 122.147-54.292 122.053Q-54.227 121.959-54.227 121.840L-54.227 121.392L-53.961 121.392L-53.961 121.840Q-53.961 122.110-54.188 122.275Q-54.415 122.441-54.695 122.441Q-54.904 122.441-55.041 122.287Q-55.177 122.134-55.201 121.918Q-55.348 122.185-55.630 122.330Q-55.912 122.475-56.237 122.475Q-56.514 122.475-56.798 122.400Q-57.081 122.325-57.274 122.146Q-57.467 121.966-57.467 121.679M-56.852 121.679Q-56.852 121.853-56.751 121.983Q-56.651 122.113-56.495 122.183Q-56.339 122.253-56.175 122.253Q-55.957 122.253-55.748 122.156Q-55.540 122.058-55.412 121.877Q-55.283 121.696-55.283 121.470L-55.283 120.742Q-55.608 120.742-55.974 120.833Q-56.339 120.924-56.596 121.136Q-56.852 121.347-56.852 121.679M-51.794 122.407L-53.530 122.407L-53.530 122.127Q-53.301 122.127-53.152 122.093Q-53.004 122.058-53.004 121.918L-53.004 120.069Q-53.004 119.799-53.111 119.738Q-53.219 119.676-53.530 119.676L-53.530 119.396L-52.501 119.321L-52.501 120.028Q-52.371 119.720-52.129 119.521Q-51.886 119.321-51.568 119.321Q-51.349 119.321-51.178 119.445Q-51.007 119.570-51.007 119.782Q-51.007 119.919-51.107 120.018Q-51.206 120.117-51.339 120.117Q-51.476 120.117-51.575 120.018Q-51.674 119.919-51.674 119.782Q-51.674 119.642-51.575 119.543Q-51.865 119.543-52.065 119.739Q-52.265 119.936-52.358 120.230Q-52.450 120.524-52.450 120.804L-52.450 121.918Q-52.450 122.127-51.794 122.127L-51.794 122.407M-50.423 122.400L-50.423 121.337Q-50.423 121.313-50.396 121.286Q-50.368 121.259-50.344 121.259L-50.235 121.259Q-50.170 121.259-50.156 121.317Q-50.061 121.751-49.815 122.002Q-49.569 122.253-49.155 122.253Q-48.813 122.253-48.560 122.120Q-48.307 121.987-48.307 121.679Q-48.307 121.522-48.401 121.407Q-48.495 121.293-48.634 121.224Q-48.772 121.156-48.940 121.118L-49.521 121.019Q-49.876 120.951-50.150 120.730Q-50.423 120.510-50.423 120.168Q-50.423 119.919-50.312 119.744Q-50.201 119.570-50.015 119.471Q-49.828 119.372-49.613 119.329Q-49.398 119.286-49.155 119.286Q-48.741 119.286-48.461 119.468L-48.246 119.293Q-48.235 119.290-48.229 119.288Q-48.222 119.286-48.212 119.286L-48.160 119.286Q-48.133 119.286-48.109 119.310Q-48.085 119.334-48.085 119.362L-48.085 120.209Q-48.085 120.230-48.109 120.257Q-48.133 120.284-48.160 120.284L-48.273 120.284Q-48.300 120.284-48.326 120.259Q-48.352 120.233-48.352 120.209Q-48.352 119.973-48.458 119.809Q-48.564 119.645-48.746 119.563Q-48.929 119.481-49.162 119.481Q-49.490 119.481-49.746 119.584Q-50.003 119.686-50.003 119.963Q-50.003 120.158-49.820 120.267Q-49.637 120.377-49.408 120.418L-48.834 120.524Q-48.588 120.572-48.374 120.700Q-48.160 120.828-48.024 121.031Q-47.887 121.235-47.887 121.484Q-47.887 121.997-48.253 122.236Q-48.618 122.475-49.155 122.475Q-49.651 122.475-49.982 122.181L-50.249 122.455Q-50.269 122.475-50.297 122.475L-50.344 122.475Q-50.368 122.475-50.396 122.448Q-50.423 122.421-50.423 122.400M-47.299 120.872Q-47.299 120.551-47.174 120.262Q-47.049 119.973-46.824 119.750Q-46.598 119.526-46.303 119.406Q-46.007 119.286-45.689 119.286Q-45.361 119.286-45.100 119.386Q-44.838 119.485-44.662 119.667Q-44.486 119.850-44.392 120.108Q-44.298 120.366-44.298 120.698Q-44.298 120.790-44.380 120.811L-46.636 120.811L-46.636 120.872Q-46.636 121.460-46.352 121.843Q-46.069 122.226-45.501 122.226Q-45.180 122.226-44.912 122.033Q-44.643 121.840-44.554 121.525Q-44.548 121.484-44.472 121.470L-44.380 121.470Q-44.298 121.494-44.298 121.566Q-44.298 121.573-44.305 121.600Q-44.418 121.997-44.788 122.236Q-45.159 122.475-45.583 122.475Q-46.021 122.475-46.421 122.267Q-46.820 122.058-47.060 121.691Q-47.299 121.324-47.299 120.872M-46.629 120.602L-44.814 120.602Q-44.814 120.325-44.912 120.073Q-45.009 119.820-45.207 119.664Q-45.405 119.509-45.689 119.509Q-45.966 119.509-46.180 119.667Q-46.393 119.826-46.511 120.081Q-46.629 120.336-46.629 120.602M-43.710 122.400L-43.710 121.337Q-43.710 121.313-43.683 121.286Q-43.655 121.259-43.631 121.259L-43.522 121.259Q-43.457 121.259-43.444 121.317Q-43.348 121.751-43.102 122.002Q-42.856 122.253-42.442 122.253Q-42.100 122.253-41.847 122.120Q-41.594 121.987-41.594 121.679Q-41.594 121.522-41.688 121.407Q-41.782 121.293-41.921 121.224Q-42.059 121.156-42.227 121.118L-42.808 121.019Q-43.163 120.951-43.437 120.730Q-43.710 120.510-43.710 120.168Q-43.710 119.919-43.599 119.744Q-43.488 119.570-43.302 119.471Q-43.115 119.372-42.900 119.329Q-42.685 119.286-42.442 119.286Q-42.028 119.286-41.748 119.468L-41.533 119.293Q-41.523 119.290-41.516 119.288Q-41.509 119.286-41.499 119.286L-41.447 119.286Q-41.420 119.286-41.396 119.310Q-41.372 119.334-41.372 119.362L-41.372 120.209Q-41.372 120.230-41.396 120.257Q-41.420 120.284-41.447 120.284L-41.560 120.284Q-41.588 120.284-41.613 120.259Q-41.639 120.233-41.639 120.209Q-41.639 119.973-41.745 119.809Q-41.851 119.645-42.034 119.563Q-42.216 119.481-42.449 119.481Q-42.777 119.481-43.033 119.584Q-43.290 119.686-43.290 119.963Q-43.290 120.158-43.107 120.267Q-42.924 120.377-42.695 120.418L-42.121 120.524Q-41.875 120.572-41.661 120.700Q-41.447 120.828-41.311 121.031Q-41.174 121.235-41.174 121.484Q-41.174 121.997-41.540 122.236Q-41.905 122.475-42.442 122.475Q-42.938 122.475-43.269 122.181L-43.536 122.455Q-43.556 122.475-43.584 122.475L-43.631 122.475Q-43.655 122.475-43.683 122.448Q-43.710 122.421-43.710 122.400\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">Completed CKY chart for &quot;Book the flight through Houston.&quot; Each cell [i,j] lists the nonterminals spanning words i..j. The top-right cell [0,5] holds three S&#39;s, one per parse. Empty cells are omitted.\u003C\u002Ffigcaption>",1785117825435]