[{"data":1,"prerenderedAt":11870},["ShallowReactive",2],{"lesson:\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":3,"course-wordcounts":6115,"ref-card-index":7027,"nav:natural-language-processing":11711,"tikz:25132a524be42657d84a6b09fafed9a13046973787e2c02f2c1a2f5bc1fa2b0a":11861,"tikz:372f1db5ccc024b189a38dc70537a43a3a3ddc4a8eb297ab462ce9a0032b77b0":11862,"tikz:585787e289c2bc53396f07bb36b5e8898bfa0dfc255b5f73f51d96f076179af4":11863,"tikz:5bc16f4dc5f35269fc6abe3afa80626e966bd4e9155c9ef8de174b90c7a988a0":11864,"tikz:8a10e177f37a821897604a4c14a3a8c77a61f36a65fc33886fd72fcaf4859e34":11865,"tikz:13513e525ab5fb6a4d6970bdc01e08516192fe5fcb29d7ba8c2209ef7df8bef0":11866,"tikz:6a977a5b796c67b4ef239979a731a2cbac910fa616eabaede17ab9fc9c7819c7":11867,"tikz:88cd6a09b736b1fb42471178abc8f681c87b854c2c44006cc48475cee99854e7":11868,"tikz:cfdaaf91c55f5b9df950f47a40ad4933f502e56da82bfdfca90081d9b277bb62":11869},{"id":4,"title":5,"blurb":6,"body":7,"brief":6083,"category":6084,"description":6085,"draft":6086,"extension":6087,"meta":6088,"module":6091,"navigation":6092,"path":6093,"practice":6094,"rawbody":6095,"readingTime":6096,"seo":6101,"sources":6102,"status":6110,"stem":6111,"summary":6112,"topics":6113,"__hash__":6114},"course\u002F09.natural-language-processing\u002F08.speech\u002F03.automatic-speech-recognition.md","Automatic Speech Recognition","",{"type":8,"value":9,"toc":6069},"minimark",[10,23,158,182,187,190,226,340,345,384,388,391,395,414,417,477,526,601,672,946,966,1040,1317,1549,1576,1739,1746,1749,1758,1802,1806,1975,1978,2018,2037,2455,2767,3115,3147,3151,3179,3186,3189,3245,3248,3359,3604,3719,3722,3749,4097,4234,4296,4690,4815,5461,5577,5580,5714,5718,5754,5757,5760,5764,5775],[11,12,13,14,18,19,22],"p",{},"A microphone records air pressure over time: a ",[15,16,17],"strong",{},"waveform",", a single scalar sampled tens\nof thousands of times a second. The task of ",[15,20,21],{},"automatic speech recognition"," (ASR) is to map\nthat waveform to the words that produced it — to turn",[24,25,28],"span",{"className":26},[27],"katex-display",[24,29,32],{"className":30},[31],"katex",[24,33,37,142],{"className":34,"ariaHidden":36},[35],"katex-html","true",[24,38,41,46,52,57,61,66,71,76,79,82,86,89,92,95,100,103,106,109,112,115,120,123,127,131,136,139],{"className":39},[40],"base",[24,42],{"className":43,"style":45},[44],"strut","height:1em;vertical-align:-0.25em;",[24,47,51],{"className":48},[49,50],"mord","mathnormal","x",[24,53,56],{"className":54},[55],"mopen","[",[24,58,60],{"className":59},[49],"1",[24,62,65],{"className":63},[64],"mclose","]",[24,67,70],{"className":68},[69],"mpunct",",",[24,72],{"className":73,"style":75},[74],"mspace","margin-right:0.1667em;",[24,77,51],{"className":78},[49,50],[24,80,56],{"className":81},[55],[24,83,85],{"className":84},[49],"2",[24,87,65],{"className":88},[64],[24,90,70],{"className":91},[69],[24,93],{"className":94,"style":75},[74],[24,96,99],{"className":97},[98],"minner","…",[24,101],{"className":102,"style":75},[74],[24,104,70],{"className":105},[69],[24,107],{"className":108,"style":75},[74],[24,110,51],{"className":111},[49,50],[24,113,56],{"className":114},[55],[24,116,119],{"className":117,"style":118},[49,50],"margin-right:0.1389em;","T",[24,121,65],{"className":122},[64],[24,124],{"className":125,"style":126},[74],"margin-right:1em;",[24,128],{"className":129,"style":130},[74],"margin-right:0.2778em;",[24,132,135],{"className":133},[134],"mrel","⟼",[24,137],{"className":138,"style":126},[74],[24,140],{"className":141,"style":130},[74],[24,143,145,149],{"className":144},[40],[24,146],{"className":147,"style":148},[44],"height:0.6111em;",[24,150,153],{"className":151},[49,152],"text",[24,154,157],{"className":155},[49,156],"texttt","it’s time for lunch",[11,159,160,161,171,172,176,177,181],{},"with nothing in between but a learned function.",[162,163,164],"sup",{},[165,166,60],"a",{"href":167,"ariaDescribedBy":168,"dataFootnoteRef":6,"id":170},"#user-content-fn-jm-task",[169],"footnote-label","user-content-fnref-jm-task"," Stated that way it is the same\nshape as machine translation: a long input sequence in, a much shorter symbol sequence out.\nThat is not a loose analogy. Modern ASR is built from the exact\n",[165,173,175],{"href":174},"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention","encoder-decoder with attention","\nthis course already assembled for translation; the only genuinely new work is at the two\nends — turning sound into a sequence a network can read, and scoring the words that come\nout. This lesson does that work, and in doing so closes the loop back to the very first\nmodule: the metric for ASR is the edit distance from\n",[165,178,180],{"href":179},"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization","text normalization",".",[183,184,186],"h2",{"id":185},"why-the-task-is-hard","Why the task is hard",[11,188,189],{},"The mapping is many-to-one in a way that defeats any simple template match. The same word\nnever arrives twice as the same waveform.",[191,192,193,200,214,220],"ul",{},[194,195,196,199],"li",{},[15,197,198],{},"Speaker variation."," Vocal-tract length, pitch, accent, and speaking rate all reshape the\nsignal. A recognizer trained on standard-dialect adult speakers degrades sharply on\nregional or ethnic varieties and on children's speech.",[194,201,202,205,206,210,211,181],{},[15,203,204],{},"Coarticulation."," Phones overlap: the articulators are still moving\ntoward the next sound while producing the current one, so the acoustic realization of a\nphone bleeds into its neighbors — the \u002Ft\u002F in ",[207,208,209],"em",{},"time"," is not the \u002Ft\u002F in ",[207,212,213],{},"stop",[194,215,216,219],{},[15,217,218],{},"Channel and noise."," A close-talking headset in a quiet room is easy; a far-field\nmicrophone on a noisy street, or a telephone that band-limits everything above 4 kHz, is\nhard. Reverberation and background speakers make it harder still.",[194,221,222,225],{},[15,223,224],{},"Segmentation."," There are no spaces in speech. Word and phone boundaries are not marked\nin the signal; the recognizer has to find them.",[11,227,228,229,246,247,264,265,281,282,298,299,315,316,181,332,339],{},"These pressures show up directly in the error rates. Read speech from clean audio books sits\nnear a ",[24,230,232],{"className":231},[31],[24,233,235],{"className":234,"ariaHidden":36},[35],[24,236,238,242],{"className":237},[40],[24,239],{"className":240,"style":241},[44],"height:0.8056em;vertical-align:-0.0556em;",[24,243,245],{"className":244},[49],"2%"," word error rate — effectively solved. Conversational telephone speech between\nstrangers runs ",[24,248,250],{"className":249},[31],[24,251,253],{"className":252,"ariaHidden":36},[35],[24,254,256,260],{"className":255},[40],[24,257],{"className":258,"style":259},[44],"height:0.6444em;",[24,261,263],{"className":262},[49],"5","–",[24,266,268],{"className":267},[31],[24,269,271],{"className":270,"ariaHidden":36},[35],[24,272,274,277],{"className":273},[40],[24,275],{"className":276,"style":241},[44],[24,278,280],{"className":279},[49],"6%","; between family, ",[24,283,285],{"className":284},[31],[24,286,288],{"className":287,"ariaHidden":36},[35],[24,289,291,294],{"className":290},[40],[24,292],{"className":293,"style":241},[44],[24,295,297],{"className":296},[49],"11%",". Sociolinguistic-interview and multi-speaker\ndinner-party recordings run from ",[24,300,302],{"className":301},[31],[24,303,305],{"className":304,"ariaHidden":36},[35],[24,306,308,311],{"className":307},[40],[24,309],{"className":310,"style":241},[44],[24,312,314],{"className":313},[49],"27%"," up past ",[24,317,319],{"className":318},[31],[24,320,322],{"className":321,"ariaHidden":36},[35],[24,323,325,328],{"className":324},[40],[24,326],{"className":327,"style":241},[44],[24,329,331],{"className":330},[49],"80%",[162,333,334],{},[165,335,85],{"href":336,"ariaDescribedBy":337,"dataFootnoteRef":6,"id":338},"#user-content-fn-jm-hard",[169],"user-content-fnref-jm-hard"," The gap between the easy\nand hard ends of that range is the whole research problem.",[341,342,344],"h3",{"id":343},"phones-and-the-speech-signal","Phones and the speech signal",[11,346,347,348,351,352,355,356,359,360,363,364,181,367,375,376,379,380,383],{},"The atoms underneath the waveform are ",[15,349,350],{},"phones",", the individual speech sounds — the vowel\n",[24,353,354],{},"iy"," in ",[207,357,358],{},"beat",", the stop ",[24,361,362],{},"t",", the fricative ",[24,365,366],{},"s",[162,368,369],{},[165,370,374],{"href":371,"ariaDescribedBy":372,"dataFootnoteRef":6,"id":373},"#user-content-fn-jm-phon",[169],"user-content-fnref-jm-phon","3"," A phone is not visible in the raw\npressure trace, but it is visible in how the signal's ",[207,377,378],{},"energy is distributed across\nfrequency",". Vowels have sharp energy bands (formants) at characteristic frequencies;\nfricatives spread energy into a noisy high-frequency band; stops show a silence followed by\na burst. Plotting energy against both time and frequency gives a ",[15,381,382],{},"spectrogram",", and the\nwhole front end of an ASR system exists to compute a good one.",[385,386],"tikz-figure",{"hash":387},"25132a524be42657d84a6b09fafed9a13046973787e2c02f2c1a2f5bc1fa2b0a",[11,389,390],{},"The linguistic structure is visible in the spectrogram, which is why every recognizer\nbegins by computing one — and why the very first analog step is to sample and digitize the\npressure wave at all.",[183,392,394],{"id":393},"feature-extraction-the-log-mel-spectrogram","Feature extraction: the log mel spectrogram",[11,396,397,398,401,402,405,406],{},"The front end converts the raw waveform into a sequence of ",[15,399,400],{},"acoustic feature vectors",", one\nper short time slice, each summarizing the signal's spectral energy in that slice. The\nstandard feature is the ",[15,403,404],{},"log mel spectrum",". Four stages produce it.",[162,407,408],{},[165,409,413],{"href":410,"ariaDescribedBy":411,"dataFootnoteRef":6,"id":412},"#user-content-fn-jm-feat",[169],"user-content-fnref-jm-feat","4",[385,415],{"hash":416},"372f1db5ccc024b189a38dc70537a43a3a3ddc4a8eb297ab462ce9a0032b77b0",[11,418,419,422,423,426,427,430,431,434,435,460,461,181],{},[15,420,421],{},"Sampling and quantization."," A microphone converts pressure to an analog voltage; an\nanalog-to-digital converter samples that voltage at a fixed ",[15,424,425],{},"sampling rate"," and rounds each\nmeasurement to an integer (",[15,428,429],{},"quantization","). By the Nyquist argument you need at least two\nsamples per cycle to capture a frequency, so the highest recoverable frequency — the\n",[15,432,433],{},"Nyquist frequency"," — is half the sampling rate. Telephone speech is band-limited below\n4 kHz, so 8 kHz sampling suffices; wideband microphone speech uses 16 kHz. The result is the\ndigitized, quantized waveform ",[24,436,438],{"className":437},[31],[24,439,441],{"className":440,"ariaHidden":36},[35],[24,442,444,447,450,453,457],{"className":443},[40],[24,445],{"className":446,"style":45},[44],[24,448,51],{"className":449},[49,50],[24,451,56],{"className":452},[55],[24,454,456],{"className":455},[49,50],"n",[24,458,65],{"className":459},[64],", indexed by discrete time ",[24,462,464],{"className":463},[31],[24,465,467],{"className":466,"ariaHidden":36},[35],[24,468,470,474],{"className":469},[40],[24,471],{"className":472,"style":473},[44],"height:0.4306em;",[24,475,456],{"className":476},[49,50],[11,478,479,482,483,486,487,490,491,494,495,498,499,525],{},[15,480,481],{},"Framing and windowing."," Speech is ",[15,484,485],{},"non-stationary"," — its spectral character changes\ncontinuously — but within a short enough slice it is roughly ",[15,488,489],{},"stationary",". So we cut the\nsignal into overlapping ",[15,492,493],{},"frames",", typically a 25 ms window taken every 10 ms (a 25 ms\nwindow with a 10 ms ",[15,496,497],{},"stride",", so successive frames overlap by 15 ms). Cutting is\nmultiplication by a window function ",[24,500,502],{"className":501},[31],[24,503,505],{"className":504,"ariaHidden":36},[35],[24,506,508,511,516,519,522],{"className":507},[40],[24,509],{"className":510,"style":45},[44],[24,512,515],{"className":513,"style":514},[49,50],"margin-right:0.0269em;","w",[24,517,56],{"className":518},[55],[24,520,456],{"className":521},[49,50],[24,523,65],{"className":524},[64],":",[24,527,529],{"className":528},[27],[24,530,532],{"className":531},[31],[24,533,535,565],{"className":534,"ariaHidden":36},[35],[24,536,538,541,546,549,552,555,558,562],{"className":537},[40],[24,539],{"className":540,"style":45},[44],[24,542,545],{"className":543,"style":544},[49,50],"margin-right:0.0359em;","y",[24,547,56],{"className":548},[55],[24,550,456],{"className":551},[49,50],[24,553,65],{"className":554},[64],[24,556],{"className":557,"style":130},[74],[24,559,561],{"className":560},[134],"=",[24,563],{"className":564,"style":130},[74],[24,566,568,571,574,577,580,583,586,589,592,595,598],{"className":567},[40],[24,569],{"className":570,"style":45},[44],[24,572,515],{"className":573,"style":514},[49,50],[24,575,56],{"className":576},[55],[24,578,456],{"className":579},[49,50],[24,581,65],{"className":582},[64],[24,584],{"className":585,"style":75},[74],[24,587,51],{"className":588},[49,50],[24,590,56],{"className":591},[55],[24,593,456],{"className":594},[49,50],[24,596,65],{"className":597},[64],[24,599,181],{"className":600},[49],[11,602,603,604,607,608,650,651,667,668,671],{},"A ",[15,605,606],{},"rectangular"," window (",[24,609,611],{"className":610},[31],[24,612,614,641],{"className":613,"ariaHidden":36},[35],[24,615,617,620,623,626,629,632,635,638],{"className":616},[40],[24,618],{"className":619,"style":45},[44],[24,621,515],{"className":622,"style":514},[49,50],[24,624,56],{"className":625},[55],[24,627,456],{"className":628},[49,50],[24,630,65],{"className":631},[64],[24,633],{"className":634,"style":130},[74],[24,636,561],{"className":637},[134],[24,639],{"className":640,"style":130},[74],[24,642,644,647],{"className":643},[40],[24,645],{"className":646,"style":259},[44],[24,648,60],{"className":649},[49]," inside, ",[24,652,654],{"className":653},[31],[24,655,657],{"className":656,"ariaHidden":36},[35],[24,658,660,663],{"className":659},[40],[24,661],{"className":662,"style":259},[44],[24,664,666],{"className":665},[49],"0"," outside) chops the signal off abruptly at the\nedges, and those discontinuities create spurious high frequencies in the analysis. The\n",[15,669,670],{},"Hamming"," window tapers the ends smoothly toward zero instead:",[24,673,675],{"className":674},[27],[24,676,678],{"className":677},[31],[24,679,681,708,731,895,914,933],{"className":680,"ariaHidden":36},[35],[24,682,684,687,690,693,696,699,702,705],{"className":683},[40],[24,685],{"className":686,"style":45},[44],[24,688,515],{"className":689,"style":514},[49,50],[24,691,56],{"className":692},[55],[24,694,456],{"className":695},[49,50],[24,697,65],{"className":698},[64],[24,700],{"className":701,"style":130},[74],[24,703,561],{"className":704},[134],[24,706],{"className":707,"style":130},[74],[24,709,711,715,719,723,728],{"className":710},[40],[24,712],{"className":713,"style":714},[44],"height:0.7278em;vertical-align:-0.0833em;",[24,716,718],{"className":717},[49],"0.54",[24,720],{"className":721,"style":722},[74],"margin-right:0.2222em;",[24,724,727],{"className":725},[726],"mbin","−",[24,729],{"className":730,"style":722},[74],[24,732,734,738,742,745,754,758,761,869,872,875,879,882,885,888,892],{"className":733},[40],[24,735],{"className":736,"style":737},[44],"height:2.4em;vertical-align:-0.95em;",[24,739,741],{"className":740},[49],"0.46",[24,743],{"className":744,"style":75},[74],[24,746,749],{"className":747},[748],"mop",[24,750,753],{"className":751},[49,752],"mathrm","cos",[24,755],{"className":756,"style":757},[74],"margin-right:-0.1667em;",[24,759],{"className":760,"style":75},[74],[24,762,764,775,862],{"className":763},[98],[24,765,769],{"className":766,"style":768},[55,767],"delimcenter","top:0em;",[24,770,774],{"className":771},[772,773],"delimsizing","size3","(",[24,776,778,782,859],{"className":777},[49],[24,779],{"className":780},[55,781],"nulldelimiter",[24,783,786],{"className":784},[785],"mfrac",[24,787,791,850],{"className":788},[789,790],"vlist-t","vlist-t2",[24,792,795,845],{"className":793},[794],"vlist-r",[24,796,800,815,826],{"className":797,"style":799},[798],"vlist","height:1.3214em;",[24,801,803,808],{"style":802},"top:-2.314em;",[24,804],{"className":805,"style":807},[806],"pstrut","height:3em;",[24,809,811],{"className":810},[49],[24,812,814],{"className":813},[49,50],"L",[24,816,818,821],{"style":817},"top:-3.23em;",[24,819],{"className":820,"style":807},[806],[24,822],{"className":823,"style":825},[824],"frac-line","border-bottom-width:0.04em;",[24,827,829,832],{"style":828},"top:-3.677em;",[24,830],{"className":831,"style":807},[806],[24,833,835,838,842],{"className":834},[49],[24,836,85],{"className":837},[49],[24,839,841],{"className":840,"style":544},[49,50],"π",[24,843,456],{"className":844},[49,50],[24,846,849],{"className":847},[848],"vlist-s","​",[24,851,853],{"className":852},[794],[24,854,857],{"className":855,"style":856},[798],"height:0.686em;",[24,858],{},[24,860],{"className":861},[64,781],[24,863,865],{"className":864,"style":768},[64,767],[24,866,868],{"className":867},[772,773],")",[24,870],{"className":871,"style":75},[74],[24,873,70],{"className":874},[69],[24,876],{"className":877,"style":878},[74],"margin-right:2em;",[24,880],{"className":881,"style":75},[74],[24,883,666],{"className":884},[49],[24,886],{"className":887,"style":130},[74],[24,889,891],{"className":890},[134],"≤",[24,893],{"className":894,"style":130},[74],[24,896,898,902,905,908,911],{"className":897},[40],[24,899],{"className":900,"style":901},[44],"height:0.7719em;vertical-align:-0.136em;",[24,903,456],{"className":904},[49,50],[24,906],{"className":907,"style":130},[74],[24,909,891],{"className":910},[134],[24,912],{"className":913,"style":130},[74],[24,915,917,921,924,927,930],{"className":916},[40],[24,918],{"className":919,"style":920},[44],"height:0.7667em;vertical-align:-0.0833em;",[24,922,814],{"className":923},[49,50],[24,925],{"className":926,"style":722},[74],[24,928,727],{"className":929},[726],[24,931],{"className":932,"style":722},[74],[24,934,936,940,943],{"className":935},[40],[24,937],{"className":938,"style":939},[44],"height:0.8389em;vertical-align:-0.1944em;",[24,941,60],{"className":942},[49],[24,944,70],{"className":945},[69],[11,947,948,949,965],{},"for a window ",[24,950,952],{"className":951},[31],[24,953,955],{"className":954,"ariaHidden":36},[35],[24,956,958,962],{"className":957},[40],[24,959],{"className":960,"style":961},[44],"height:0.6833em;",[24,963,814],{"className":964},[49,50]," samples long. Tapering the edges is worth the mild loss of signal at the\nframe boundaries.",[11,967,968,971,972,975,976,993,994,1012,1013,1039],{},[15,969,970],{},"The discrete Fourier transform."," Each windowed frame is still amplitude-over-time; we need\nenergy-over-frequency. The ",[15,973,974],{},"discrete Fourier transform"," (DFT) extracts, for each of ",[24,977,979],{"className":978},[31],[24,980,982],{"className":981,"ariaHidden":36},[35],[24,983,985,988],{"className":984},[40],[24,986],{"className":987,"style":961},[44],[24,989,992],{"className":990,"style":991},[49,50],"margin-right:0.109em;","N","\nfrequency bands ",[24,995,997],{"className":996},[31],[24,998,1000],{"className":999,"ariaHidden":36},[35],[24,1001,1003,1007],{"className":1002},[40],[24,1004],{"className":1005,"style":1006},[44],"height:0.6944em;",[24,1008,1011],{"className":1009,"style":1010},[49,50],"margin-right:0.0315em;","k",", a complex number ",[24,1014,1016],{"className":1015},[31],[24,1017,1019],{"className":1018,"ariaHidden":36},[35],[24,1020,1022,1025,1030,1033,1036],{"className":1021},[40],[24,1023],{"className":1024,"style":45},[44],[24,1026,1029],{"className":1027,"style":1028},[49,50],"margin-right:0.0785em;","X",[24,1031,56],{"className":1032},[55],[24,1034,1011],{"className":1035,"style":1010},[49,50],[24,1037,65],{"className":1038},[64]," whose magnitude is the energy the frame carries\nat that frequency:",[24,1041,1043],{"className":1042},[27],[24,1044,1046],{"className":1045},[31],[24,1047,1049,1076],{"className":1048,"ariaHidden":36},[35],[24,1050,1052,1055,1058,1061,1064,1067,1070,1073],{"className":1051},[40],[24,1053],{"className":1054,"style":45},[44],[24,1056,1029],{"className":1057,"style":1028},[49,50],[24,1059,56],{"className":1060},[55],[24,1062,1011],{"className":1063,"style":1010},[49,50],[24,1065,65],{"className":1066},[64],[24,1068],{"className":1069,"style":130},[74],[24,1071,561],{"className":1072},[134],[24,1074],{"className":1075,"style":130},[74],[24,1077,1079,1083,1169,1172,1175,1178,1181,1184,1187,1314],{"className":1078},[40],[24,1080],{"className":1081,"style":1082},[44],"height:3.0954em;vertical-align:-1.2671em;",[24,1084,1087],{"className":1085},[748,1086],"op-limits",[24,1088,1090,1160],{"className":1089},[789,790],[24,1091,1093,1157],{"className":1092},[794],[24,1094,1097,1122,1136],{"className":1095,"style":1096},[798],"height:1.8283em;",[24,1098,1100,1104],{"style":1099},"top:-1.8829em;margin-left:0em;",[24,1101],{"className":1102,"style":1103},[806],"height:3.05em;",[24,1105,1110],{"className":1106},[1107,1108,773,1109],"sizing","reset-size6","mtight",[24,1111,1113,1116,1119],{"className":1112},[49,1109],[24,1114,456],{"className":1115},[49,50,1109],[24,1117,561],{"className":1118},[134,1109],[24,1120,666],{"className":1121},[49,1109],[24,1123,1125,1128],{"style":1124},"top:-3.05em;",[24,1126],{"className":1127,"style":1103},[806],[24,1129,1130],{},[24,1131,1135],{"className":1132},[748,1133,1134],"op-symbol","large-op","∑",[24,1137,1139,1142],{"style":1138},"top:-4.3em;margin-left:0em;",[24,1140],{"className":1141,"style":1103},[806],[24,1143,1145],{"className":1144},[1107,1108,773,1109],[24,1146,1148,1151,1154],{"className":1147},[49,1109],[24,1149,992],{"className":1150,"style":991},[49,50,1109],[24,1152,727],{"className":1153},[726,1109],[24,1155,60],{"className":1156},[49,1109],[24,1158,849],{"className":1159},[848],[24,1161,1163],{"className":1162},[794],[24,1164,1167],{"className":1165,"style":1166},[798],"height:1.2671em;",[24,1168],{},[24,1170],{"className":1171,"style":75},[74],[24,1173,51],{"className":1174},[49,50],[24,1176,56],{"className":1177},[55],[24,1179,456],{"className":1180},[49,50],[24,1182,65],{"className":1183},[64],[24,1185],{"className":1186,"style":75},[74],[24,1188,1190,1194],{"className":1189},[49],[24,1191,1193],{"className":1192},[49,50],"e",[24,1195,1198],{"className":1196},[1197],"msupsub",[24,1199,1201],{"className":1200},[789],[24,1202,1204],{"className":1203},[794],[24,1205,1208],{"className":1206,"style":1207},[798],"height:1.004em;",[24,1209,1211,1214],{"style":1210},"top:-3.413em;margin-right:0.05em;",[24,1212],{"className":1213,"style":807},[806],[24,1215,1217],{"className":1216},[1107,1108,773,1109],[24,1218,1220,1223,1228,1308,1311],{"className":1219},[49,1109],[24,1221,727],{"className":1222},[49,1109],[24,1224,1227],{"className":1225,"style":1226},[49,50,1109],"margin-right:0.0572em;","j",[24,1229,1231,1236,1305],{"className":1230},[49,1109],[24,1232],{"className":1233},[55,781,1107,1234,1235],"reset-size3","size6",[24,1237,1239],{"className":1238},[785],[24,1240,1242,1296],{"className":1241},[789,790],[24,1243,1245,1293],{"className":1244},[794],[24,1246,1249,1265,1275],{"className":1247,"style":1248},[798],"height:0.8443em;",[24,1250,1252,1255],{"style":1251},"top:-2.656em;",[24,1253],{"className":1254,"style":807},[806],[24,1256,1259],{"className":1257},[1107,1234,1258,1109],"size1",[24,1260,1262],{"className":1261},[49,1109],[24,1263,992],{"className":1264,"style":991},[49,50,1109],[24,1266,1268,1271],{"style":1267},"top:-3.2255em;",[24,1269],{"className":1270,"style":807},[806],[24,1272],{"className":1273,"style":1274},[824,1109],"border-bottom-width:0.049em;",[24,1276,1278,1281],{"style":1277},"top:-3.384em;",[24,1279],{"className":1280,"style":807},[806],[24,1282,1284],{"className":1283},[1107,1234,1258,1109],[24,1285,1287,1290],{"className":1286},[49,1109],[24,1288,85],{"className":1289},[49,1109],[24,1291,841],{"className":1292,"style":544},[49,50,1109],[24,1294,849],{"className":1295},[848],[24,1297,1299],{"className":1298},[794],[24,1300,1303],{"className":1301,"style":1302},[798],"height:0.344em;",[24,1304],{},[24,1306],{"className":1307},[64,781,1107,1234,1235],[24,1309,1011],{"className":1310,"style":1010},[49,50,1109],[24,1312,456],{"className":1313},[49,50,1109],[24,1315,70],{"className":1316},[69],[11,1318,1319,1320,1336,1337,1453,1454,1457,1458,1500,1501,1516,1517,1548],{},"with ",[24,1321,1323],{"className":1322},[31],[24,1324,1326],{"className":1325,"ariaHidden":36},[35],[24,1327,1329,1333],{"className":1328},[40],[24,1330],{"className":1331,"style":1332},[44],"height:0.854em;vertical-align:-0.1944em;",[24,1334,1227],{"className":1335,"style":1226},[49,50]," the imaginary unit (Euler's formula ",[24,1338,1340],{"className":1339},[31],[24,1341,1343,1398,1427],{"className":1342,"ariaHidden":36},[35],[24,1344,1346,1350,1389,1392,1395],{"className":1345},[40],[24,1347],{"className":1348,"style":1349},[44],"height:0.8491em;",[24,1351,1353,1356],{"className":1352},[49],[24,1354,1193],{"className":1355},[49,50],[24,1357,1359],{"className":1358},[1197],[24,1360,1362],{"className":1361},[789],[24,1363,1365],{"className":1364},[794],[24,1366,1368],{"className":1367,"style":1349},[798],[24,1369,1371,1375],{"style":1370},"top:-3.063em;margin-right:0.05em;",[24,1372],{"className":1373,"style":1374},[806],"height:2.7em;",[24,1376,1378],{"className":1377},[1107,1108,773,1109],[24,1379,1381,1384],{"className":1380},[49,1109],[24,1382,1227],{"className":1383,"style":1226},[49,50,1109],[24,1385,1388],{"className":1386,"style":1387},[49,50,1109],"margin-right:0.0278em;","θ",[24,1390],{"className":1391,"style":130},[74],[24,1393,561],{"className":1394},[134],[24,1396],{"className":1397,"style":130},[74],[24,1399,1401,1405,1411,1414,1417,1420,1424],{"className":1400},[40],[24,1402],{"className":1403,"style":1404},[44],"height:0.7778em;vertical-align:-0.0833em;",[24,1406,1408],{"className":1407},[748],[24,1409,753],{"className":1410},[49,752],[24,1412],{"className":1413,"style":75},[74],[24,1415,1388],{"className":1416,"style":1387},[49,50],[24,1418],{"className":1419,"style":722},[74],[24,1421,1423],{"className":1422},[726],"+",[24,1425],{"className":1426,"style":722},[74],[24,1428,1430,1434,1437,1440,1447,1450],{"className":1429},[40],[24,1431],{"className":1432,"style":1433},[44],"height:0.8889em;vertical-align:-0.1944em;",[24,1435,1227],{"className":1436,"style":1226},[49,50],[24,1438],{"className":1439,"style":75},[74],[24,1441,1443],{"className":1442},[748],[24,1444,1446],{"className":1445},[49,752],"sin",[24,1448],{"className":1449,"style":75},[74],[24,1451,1388],{"className":1452,"style":1387},[49,50]," is what\nmakes this a rotation through frequency). In practice the DFT is computed by the ",[15,1455,1456],{},"fast\nFourier transform"," (FFT), an ",[24,1459,1461],{"className":1460},[31],[24,1462,1464],{"className":1463,"ariaHidden":36},[35],[24,1465,1467,1470,1474,1477,1480,1483,1491,1494,1497],{"className":1466},[40],[24,1468],{"className":1469,"style":45},[44],[24,1471,1473],{"className":1472,"style":1387},[49,50],"O",[24,1475,774],{"className":1476},[55],[24,1478,992],{"className":1479,"style":991},[49,50],[24,1481],{"className":1482,"style":75},[74],[24,1484,1486],{"className":1485},[748],[24,1487,1490],{"className":1488,"style":1489},[49,752],"margin-right:0.0139em;","log",[24,1492],{"className":1493,"style":75},[74],[24,1495,992],{"className":1496,"style":991},[49,50],[24,1498,868],{"className":1499},[64]," algorithm that requires ",[24,1502,1504],{"className":1503},[31],[24,1505,1507],{"className":1506,"ariaHidden":36},[35],[24,1508,1510,1513],{"className":1509},[40],[24,1511],{"className":1512,"style":961},[44],[24,1514,992],{"className":1515,"style":991},[49,50]," to be a power of two.\nThe magnitudes ",[24,1518,1520],{"className":1519},[31],[24,1521,1523],{"className":1522,"ariaHidden":36},[35],[24,1524,1526,1529,1533,1536,1539,1542,1545],{"className":1525},[40],[24,1527],{"className":1528,"style":45},[44],[24,1530,1532],{"className":1531},[49],"∣",[24,1534,1029],{"className":1535,"style":1028},[49,50],[24,1537,56],{"className":1538},[55],[24,1540,1011],{"className":1541,"style":1010},[49,50],[24,1543,65],{"className":1544},[64],[24,1546,1532],{"className":1547},[49]," are the frame's spectrum.",[11,1550,1551,1554,1555,1558,1559,525],{},[15,1552,1553],{},"The mel filterbank and the log."," Human hearing is not linear in frequency: it resolves low\nfrequencies finely and high frequencies coarsely. The ",[15,1556,1557],{},"mel scale"," is an auditory frequency\naxis on which sounds equidistant in perceived pitch are equidistant in mels, and it is a log\nwarp of raw frequency ",[24,1560,1562],{"className":1561},[31],[24,1563,1565],{"className":1564,"ariaHidden":36},[35],[24,1566,1568,1571],{"className":1567},[40],[24,1569],{"className":1570,"style":1433},[44],[24,1572,1575],{"className":1573,"style":1574},[49,50],"margin-right:0.1076em;","f",[24,1577,1579],{"className":1578},[27],[24,1580,1582],{"className":1581},[31],[24,1583,1585,1616],{"className":1584,"ariaHidden":36},[35],[24,1586,1588,1591,1598,1601,1604,1607,1610,1613],{"className":1587},[40],[24,1589],{"className":1590,"style":45},[44],[24,1592,1594],{"className":1593},[49,152],[24,1595,1597],{"className":1596},[49],"mel",[24,1599,774],{"className":1600},[55],[24,1602,1575],{"className":1603,"style":1574},[49,50],[24,1605,868],{"className":1606},[64],[24,1608],{"className":1609,"style":130},[74],[24,1611,561],{"className":1612},[134],[24,1614],{"className":1615,"style":130},[74],[24,1617,1619,1622,1626,1629,1636,1639,1642,1733,1736],{"className":1618},[40],[24,1620],{"className":1621,"style":737},[44],[24,1623,1625],{"className":1624},[49],"1127",[24,1627],{"className":1628,"style":75},[74],[24,1630,1632],{"className":1631},[748],[24,1633,1635],{"className":1634},[49,752],"ln",[24,1637],{"className":1638,"style":757},[74],[24,1640],{"className":1641,"style":75},[74],[24,1643,1645,1651,1654,1657,1660,1663,1727],{"className":1644},[98],[24,1646,1648],{"className":1647,"style":768},[55,767],[24,1649,774],{"className":1650},[772,773],[24,1652,60],{"className":1653},[49],[24,1655],{"className":1656,"style":722},[74],[24,1658,1423],{"className":1659},[726],[24,1661],{"className":1662,"style":722},[74],[24,1664,1666,1669,1724],{"className":1665},[49],[24,1667],{"className":1668},[55,781],[24,1670,1672],{"className":1671},[785],[24,1673,1675,1716],{"className":1674},[789,790],[24,1676,1678,1713],{"className":1677},[794],[24,1679,1682,1694,1702],{"className":1680,"style":1681},[798],"height:1.3714em;",[24,1683,1684,1687],{"style":802},[24,1685],{"className":1686,"style":807},[806],[24,1688,1690],{"className":1689},[49],[24,1691,1693],{"className":1692},[49],"700",[24,1695,1696,1699],{"style":817},[24,1697],{"className":1698,"style":807},[806],[24,1700],{"className":1701,"style":825},[824],[24,1703,1704,1707],{"style":828},[24,1705],{"className":1706,"style":807},[806],[24,1708,1710],{"className":1709},[49],[24,1711,1575],{"className":1712,"style":1574},[49,50],[24,1714,849],{"className":1715},[848],[24,1717,1719],{"className":1718},[794],[24,1720,1722],{"className":1721,"style":856},[798],[24,1723],{},[24,1725],{"className":1726},[64,781],[24,1728,1730],{"className":1729,"style":768},[64,767],[24,1731,868],{"className":1732},[772,773],[24,1734],{"className":1735,"style":75},[74],[24,1737,181],{"className":1738},[49],[11,1740,1741,1742,1745],{},"We collect the DFT energies not band-by-band but through a bank of ",[15,1743,1744],{},"triangular filters","\nspaced evenly on the mel scale — closely packed at low frequencies, widely spaced at high\nones — so the feature has fine resolution exactly where hearing does.",[385,1747],{"hash":1748},"585787e289c2bc53396f07bb36b5e8898bfa0dfc255b5f73f51d96f076179af4",[11,1750,1751,1752,1754,1755,1757],{},"Finally we take the ",[15,1753,1490],{}," of each mel-band energy. Loudness perception is logarithmic too,\nand the log compresses the dynamic range so the feature is less sensitive to nuisance gain\nchanges — the speaker leaning toward or away from the microphone. The output of the four\nstages, for one frame, is the ",[15,1756,404],{}," vector; stacked over time it is the log\nmel spectrogram, and that is what the network reads.",[1759,1760,1762],"callout",{"type":1761},"definition",[11,1763,1764,1767,1768,1784,1785,1801],{},[15,1765,1766],{},"Definition (Log mel spectrogram)."," The sequence of feature vectors produced by\nframing the waveform, taking the DFT of each Hamming-windowed frame, projecting the\nmagnitude spectrum onto a bank of mel-spaced triangular filters, and taking the log of\neach filter's energy. Typically an ",[24,1769,1771],{"className":1770},[31],[24,1772,1774],{"className":1773,"ariaHidden":36},[35],[24,1775,1777,1780],{"className":1776},[40],[24,1778],{"className":1779,"style":259},[44],[24,1781,1783],{"className":1782},[49],"80","-dimensional vector every ",[24,1786,1788],{"className":1787},[31],[24,1789,1791],{"className":1790,"ariaHidden":36},[35],[24,1792,1794,1797],{"className":1793},[40],[24,1795],{"className":1796,"style":259},[44],[24,1798,1800],{"className":1799},[49],"10"," ms.",[183,1803,1805],{"id":1804},"the-recognition-architecture","The recognition architecture",[11,1807,1808,1809,1942,1943,1959,1960,1963,1964,1967,1968],{},"With the waveform reduced to a sequence of spectrogram frames ",[24,1810,1812],{"className":1811},[31],[24,1813,1815,1833],{"className":1814,"ariaHidden":36},[35],[24,1816,1818,1821,1824,1827,1830],{"className":1817},[40],[24,1819],{"className":1820,"style":961},[44],[24,1822,1029],{"className":1823,"style":1028},[49,50],[24,1825],{"className":1826,"style":130},[74],[24,1828,561],{"className":1829},[134],[24,1831],{"className":1832,"style":130},[74],[24,1834,1836,1840,1883,1886,1889,1892,1895,1898,1901],{"className":1835},[40],[24,1837],{"className":1838,"style":1839},[44],"height:0.625em;vertical-align:-0.1944em;",[24,1841,1843,1846],{"className":1842},[49],[24,1844,51],{"className":1845},[49,50],[24,1847,1849],{"className":1848},[1197],[24,1850,1852,1874],{"className":1851},[789,790],[24,1853,1855,1871],{"className":1854},[794],[24,1856,1859],{"className":1857,"style":1858},[798],"height:0.3011em;",[24,1860,1862,1865],{"style":1861},"top:-2.55em;margin-left:0em;margin-right:0.05em;",[24,1863],{"className":1864,"style":1374},[806],[24,1866,1868],{"className":1867},[1107,1108,773,1109],[24,1869,60],{"className":1870},[49,1109],[24,1872,849],{"className":1873},[848],[24,1875,1877],{"className":1876},[794],[24,1878,1881],{"className":1879,"style":1880},[798],"height:0.15em;",[24,1882],{},[24,1884,70],{"className":1885},[69],[24,1887],{"className":1888,"style":75},[74],[24,1890,99],{"className":1891},[98],[24,1893],{"className":1894,"style":75},[74],[24,1896,70],{"className":1897},[69],[24,1899],{"className":1900,"style":75},[74],[24,1902,1904,1907],{"className":1903},[49],[24,1905,51],{"className":1906},[49,50],[24,1908,1910],{"className":1909},[1197],[24,1911,1913,1934],{"className":1912},[789,790],[24,1914,1916,1931],{"className":1915},[794],[24,1917,1920],{"className":1918,"style":1919},[798],"height:0.2806em;",[24,1921,1922,1925],{"style":1861},[24,1923],{"className":1924,"style":1374},[806],[24,1926,1928],{"className":1927},[1107,1108,773,1109],[24,1929,362],{"className":1930},[49,50,1109],[24,1932,849],{"className":1933},[848],[24,1935,1937],{"className":1936},[794],[24,1938,1940],{"className":1939,"style":1880},[798],[24,1941],{},", ASR is\na sequence-to-sequence problem: map those frames to an output string ",[24,1944,1946],{"className":1945},[31],[24,1947,1949],{"className":1948,"ariaHidden":36},[35],[24,1950,1952,1955],{"className":1951},[40],[24,1953],{"className":1954,"style":961},[44],[24,1956,1958],{"className":1957,"style":722},[49,50],"Y"," of characters (or\nsubword pieces). The standard architecture is the ",[15,1961,1962],{},"attention-based encoder-decoder"," (AED),\nalso called ",[15,1965,1966],{},"listen, attend, and spell"," — the same encoder-decoder used for translation,\nwith the source-language embeddings replaced by acoustic frames.",[162,1969,1970],{},[165,1971,263],{"href":1972,"ariaDescribedBy":1973,"dataFootnoteRef":6,"id":1974},"#user-content-fn-jm-arch",[169],"user-content-fnref-jm-arch",[385,1976],{"hash":1977},"5bc16f4dc5f35269fc6abe3afa80626e966bd4e9155c9ef8de174b90c7a988a0",[11,1979,1980,1981,1997,1998,2013,2014,2017],{},"Two properties of speech shape the design. First, the input is enormously longer than the\noutput: a single 2-second word is ",[24,1982,1984],{"className":1983},[31],[24,1985,1987],{"className":1986,"ariaHidden":36},[35],[24,1988,1990,1993],{"className":1989},[40],[24,1991],{"className":1992,"style":259},[44],[24,1994,1996],{"className":1995},[49],"200"," frames of ",[24,1999,2001],{"className":2000},[31],[24,2002,2004],{"className":2003,"ariaHidden":36},[35],[24,2005,2007,2010],{"className":2006},[40],[24,2008],{"className":2009,"style":259},[44],[24,2011,1800],{"className":2012},[49]," ms each but only a handful of letters.\nSo encoder-decoders for speech insert a ",[15,2015,2016],{},"subsampling"," stage before the encoder that shortens\nthe frame sequence — the simplest scheme stacks each frame with its two predecessors and keeps\nevery third, cutting the sequence length by three. Second, the alignment between frames and\nletters is unknown and non-monotonic in duration: we do not know in advance which frames spell\nwhich letter.",[11,2019,2020,2021,2036],{},"Given the short sequence ",[24,2022,2024],{"className":2023},[31],[24,2025,2027],{"className":2026,"ariaHidden":36},[35],[24,2028,2030,2033],{"className":2029},[40],[24,2031],{"className":2032,"style":961},[44],[24,2034,1029],{"className":2035,"style":1028},[49,50],", the decoder is an ordinary conditional language model over the\noutput alphabet — for English, the letters plus space, punctuation, and an unknown token —\nfactoring the output probability autoregressively:",[24,2038,2040],{"className":2039},[27],[24,2041,2043],{"className":2042},[31],[24,2044,2046,2167,2188,2326],{"className":2045,"ariaHidden":36},[35],[24,2047,2049,2052,2055,2058,2099,2102,2105,2108,2111,2114,2117,2158,2161,2164],{"className":2048},[40],[24,2050],{"className":2051,"style":45},[44],[24,2053,11],{"className":2054},[49,50],[24,2056,774],{"className":2057},[55],[24,2059,2061,2064],{"className":2060},[49],[24,2062,545],{"className":2063,"style":544},[49,50],[24,2065,2067],{"className":2066},[1197],[24,2068,2070,2091],{"className":2069},[789,790],[24,2071,2073,2088],{"className":2072},[794],[24,2074,2076],{"className":2075,"style":1858},[798],[24,2077,2079,2082],{"style":2078},"top:-2.55em;margin-left:-0.0359em;margin-right:0.05em;",[24,2080],{"className":2081,"style":1374},[806],[24,2083,2085],{"className":2084},[1107,1108,773,1109],[24,2086,60],{"className":2087},[49,1109],[24,2089,849],{"className":2090},[848],[24,2092,2094],{"className":2093},[794],[24,2095,2097],{"className":2096,"style":1880},[798],[24,2098],{},[24,2100,70],{"className":2101},[69],[24,2103],{"className":2104,"style":75},[74],[24,2106,99],{"className":2107},[98],[24,2109],{"className":2110,"style":75},[74],[24,2112,70],{"className":2113},[69],[24,2115],{"className":2116,"style":75},[74],[24,2118,2120,2123],{"className":2119},[49],[24,2121,545],{"className":2122,"style":544},[49,50],[24,2124,2126],{"className":2125},[1197],[24,2127,2129,2150],{"className":2128},[789,790],[24,2130,2132,2147],{"className":2131},[794],[24,2133,2136],{"className":2134,"style":2135},[798],"height:0.1514em;",[24,2137,2138,2141],{"style":2078},[24,2139],{"className":2140,"style":1374},[806],[24,2142,2144],{"className":2143},[1107,1108,773,1109],[24,2145,456],{"className":2146},[49,50,1109],[24,2148,849],{"className":2149},[848],[24,2151,2153],{"className":2152},[794],[24,2154,2156],{"className":2155,"style":1880},[798],[24,2157],{},[24,2159],{"className":2160,"style":130},[74],[24,2162,1532],{"className":2163},[134],[24,2165],{"className":2166,"style":130},[74],[24,2168,2170,2173,2176,2179,2182,2185],{"className":2169},[40],[24,2171],{"className":2172,"style":45},[44],[24,2174,1029],{"className":2175,"style":1028},[49,50],[24,2177,868],{"className":2178},[64],[24,2180],{"className":2181,"style":130},[74],[24,2183,561],{"className":2184},[134],[24,2186],{"className":2187,"style":130},[74],[24,2189,2191,2195,2267,2270,2273,2276,2317,2320,2323],{"className":2190},[40],[24,2192],{"className":2193,"style":2194},[44],"height:2.9291em;vertical-align:-1.2777em;",[24,2196,2198],{"className":2197},[748,1086],[24,2199,2201,2258],{"className":2200},[789,790],[24,2202,2204,2255],{"className":2203},[794],[24,2205,2208,2230,2241],{"className":2206,"style":2207},[798],"height:1.6514em;",[24,2209,2211,2214],{"style":2210},"top:-1.8723em;margin-left:0em;",[24,2212],{"className":2213,"style":1103},[806],[24,2215,2217],{"className":2216},[1107,1108,773,1109],[24,2218,2220,2224,2227],{"className":2219},[49,1109],[24,2221,2223],{"className":2222},[49,50,1109],"i",[24,2225,561],{"className":2226},[134,1109],[24,2228,60],{"className":2229},[49,1109],[24,2231,2232,2235],{"style":1124},[24,2233],{"className":2234,"style":1103},[806],[24,2236,2237],{},[24,2238,2240],{"className":2239},[748,1133,1134],"∏",[24,2242,2243,2246],{"style":1138},[24,2244],{"className":2245,"style":1103},[806],[24,2247,2249],{"className":2248},[1107,1108,773,1109],[24,2250,2252],{"className":2251},[49,1109],[24,2253,456],{"className":2254},[49,50,1109],[24,2256,849],{"className":2257},[848],[24,2259,2261],{"className":2260},[794],[24,2262,2265],{"className":2263,"style":2264},[798],"height:1.2777em;",[24,2266],{},[24,2268],{"className":2269,"style":75},[74],[24,2271,11],{"className":2272},[49,50],[24,2274,774],{"className":2275},[55],[24,2277,2279,2282],{"className":2278},[49],[24,2280,545],{"className":2281,"style":544},[49,50],[24,2283,2285],{"className":2284},[1197],[24,2286,2288,2309],{"className":2287},[789,790],[24,2289,2291,2306],{"className":2290},[794],[24,2292,2295],{"className":2293,"style":2294},[798],"height:0.3117em;",[24,2296,2297,2300],{"style":2078},[24,2298],{"className":2299,"style":1374},[806],[24,2301,2303],{"className":2302},[1107,1108,773,1109],[24,2304,2223],{"className":2305},[49,50,1109],[24,2307,849],{"className":2308},[848],[24,2310,2312],{"className":2311},[794],[24,2313,2315],{"className":2314,"style":1880},[798],[24,2316],{},[24,2318],{"className":2319,"style":130},[74],[24,2321,1532],{"className":2322},[134],[24,2324],{"className":2325,"style":130},[74],[24,2327,2329,2332,2372,2375,2378,2381,2384,2387,2390,2440,2443,2446,2449,2452],{"className":2328},[40],[24,2330],{"className":2331,"style":45},[44],[24,2333,2335,2338],{"className":2334},[49],[24,2336,545],{"className":2337,"style":544},[49,50],[24,2339,2341],{"className":2340},[1197],[24,2342,2344,2364],{"className":2343},[789,790],[24,2345,2347,2361],{"className":2346},[794],[24,2348,2350],{"className":2349,"style":1858},[798],[24,2351,2352,2355],{"style":2078},[24,2353],{"className":2354,"style":1374},[806],[24,2356,2358],{"className":2357},[1107,1108,773,1109],[24,2359,60],{"className":2360},[49,1109],[24,2362,849],{"className":2363},[848],[24,2365,2367],{"className":2366},[794],[24,2368,2370],{"className":2369,"style":1880},[798],[24,2371],{},[24,2373,70],{"className":2374},[69],[24,2376],{"className":2377,"style":75},[74],[24,2379,99],{"className":2380},[98],[24,2382],{"className":2383,"style":75},[74],[24,2385,70],{"className":2386},[69],[24,2388],{"className":2389,"style":75},[74],[24,2391,2393,2396],{"className":2392},[49],[24,2394,545],{"className":2395,"style":544},[49,50],[24,2397,2399],{"className":2398},[1197],[24,2400,2402,2431],{"className":2401},[789,790],[24,2403,2405,2428],{"className":2404},[794],[24,2406,2408],{"className":2407,"style":2294},[798],[24,2409,2410,2413],{"style":2078},[24,2411],{"className":2412,"style":1374},[806],[24,2414,2416],{"className":2415},[1107,1108,773,1109],[24,2417,2419,2422,2425],{"className":2418},[49,1109],[24,2420,2223],{"className":2421},[49,50,1109],[24,2423,727],{"className":2424},[726,1109],[24,2426,60],{"className":2427},[49,1109],[24,2429,849],{"className":2430},[848],[24,2432,2434],{"className":2433},[794],[24,2435,2438],{"className":2436,"style":2437},[798],"height:0.2083em;",[24,2439],{},[24,2441,70],{"className":2442},[69],[24,2444],{"className":2445,"style":75},[74],[24,2447,1029],{"className":2448,"style":1028},[49,50],[24,2450,868],{"className":2451},[64],[24,2453,181],{"className":2454},[49],[11,2456,2457,2458,2766],{},"At each step it emits the most probable next character given the frames and the characters so\nfar (",[24,2459,2461],{"className":2460},[31],[24,2462,2464,2564,2650],{"className":2463,"ariaHidden":36},[35],[24,2465,2467,2470,2555,2558,2561],{"className":2466},[40],[24,2468],{"className":2469,"style":1433},[44],[24,2471,2473,2521],{"className":2472},[49],[24,2474,2477],{"className":2475},[49,2476],"accent",[24,2478,2480,2512],{"className":2479},[789,790],[24,2481,2483,2509],{"className":2482},[794],[24,2484,2486,2495],{"className":2485,"style":1006},[798],[24,2487,2489,2492],{"style":2488},"top:-3em;",[24,2490],{"className":2491,"style":807},[806],[24,2493,545],{"className":2494,"style":544},[49,50],[24,2496,2497,2500],{"style":2488},[24,2498],{"className":2499,"style":807},[806],[24,2501,2505],{"className":2502,"style":2504},[2503],"accent-body","left:-0.1944em;",[24,2506,2508],{"className":2507},[49],"^",[24,2510,849],{"className":2511},[848],[24,2513,2515],{"className":2514},[794],[24,2516,2519],{"className":2517,"style":2518},[798],"height:0.1944em;",[24,2520],{},[24,2522,2524],{"className":2523},[1197],[24,2525,2527,2547],{"className":2526},[789,790],[24,2528,2530,2544],{"className":2529},[794],[24,2531,2533],{"className":2532,"style":2294},[798],[24,2534,2535,2538],{"style":2078},[24,2536],{"className":2537,"style":1374},[806],[24,2539,2541],{"className":2540},[1107,1108,773,1109],[24,2542,2223],{"className":2543},[49,50,1109],[24,2545,849],{"className":2546},[848],[24,2548,2550],{"className":2549},[794],[24,2551,2553],{"className":2552,"style":1880},[798],[24,2554],{},[24,2556],{"className":2557,"style":130},[74],[24,2559,561],{"className":2560},[134],[24,2562],{"className":2563,"style":130},[74],[24,2565,2567,2570,2577,2580,2629,2632,2635,2638,2641,2644,2647],{"className":2566},[40],[24,2568],{"className":2569,"style":45},[44],[24,2571,2573,2574],{"className":2572},[748],"ar",[24,2575,2576],{"style":1489},"g",[24,2578],{"className":2579,"style":75},[74],[24,2581,2583,2590],{"className":2582},[748],[24,2584,2586],{"className":2585},[748],[24,2587,2589],{"className":2588},[49,752],"max",[24,2591,2593],{"className":2592},[1197],[24,2594,2596,2621],{"className":2595},[789,790],[24,2597,2599,2618],{"className":2598},[794],[24,2600,2602],{"className":2601,"style":2135},[798],[24,2603,2605,2608],{"style":2604},"top:-2.55em;margin-right:0.05em;",[24,2606],{"className":2607,"style":1374},[806],[24,2609,2611],{"className":2610},[1107,1108,773,1109],[24,2612,2614],{"className":2613},[49,1109],[24,2615,2617],{"className":2616},[49,50,1109],"c",[24,2619,849],{"className":2620},[848],[24,2622,2624],{"className":2623},[794],[24,2625,2627],{"className":2626,"style":1880},[798],[24,2628],{},[24,2630],{"className":2631,"style":75},[74],[24,2633,11],{"className":2634},[49,50],[24,2636,774],{"className":2637},[55],[24,2639,2617],{"className":2640},[49,50],[24,2642],{"className":2643,"style":130},[74],[24,2645,1532],{"className":2646},[134],[24,2648],{"className":2649,"style":130},[74],[24,2651,2653,2656,2696,2699,2702,2705,2754,2757,2760,2763],{"className":2652},[40],[24,2654],{"className":2655,"style":45},[44],[24,2657,2659,2662],{"className":2658},[49],[24,2660,545],{"className":2661,"style":544},[49,50],[24,2663,2665],{"className":2664},[1197],[24,2666,2668,2688],{"className":2667},[789,790],[24,2669,2671,2685],{"className":2670},[794],[24,2672,2674],{"className":2673,"style":1858},[798],[24,2675,2676,2679],{"style":2078},[24,2677],{"className":2678,"style":1374},[806],[24,2680,2682],{"className":2681},[1107,1108,773,1109],[24,2683,60],{"className":2684},[49,1109],[24,2686,849],{"className":2687},[848],[24,2689,2691],{"className":2690},[794],[24,2692,2694],{"className":2693,"style":1880},[798],[24,2695],{},[24,2697],{"className":2698,"style":75},[74],[24,2700,99],{"className":2701},[98],[24,2703],{"className":2704,"style":75},[74],[24,2706,2708,2711],{"className":2707},[49],[24,2709,545],{"className":2710,"style":544},[49,50],[24,2712,2714],{"className":2713},[1197],[24,2715,2717,2746],{"className":2716},[789,790],[24,2718,2720,2743],{"className":2719},[794],[24,2721,2723],{"className":2722,"style":2294},[798],[24,2724,2725,2728],{"style":2078},[24,2726],{"className":2727,"style":1374},[806],[24,2729,2731],{"className":2730},[1107,1108,773,1109],[24,2732,2734,2737,2740],{"className":2733},[49,1109],[24,2735,2223],{"className":2736},[49,50,1109],[24,2738,727],{"className":2739},[726,1109],[24,2741,60],{"className":2742},[49,1109],[24,2744,849],{"className":2745},[848],[24,2747,2749],{"className":2748},[794],[24,2750,2752],{"className":2751,"style":2437},[798],[24,2753],{},[24,2755,70],{"className":2756},[69],[24,2758],{"className":2759,"style":75},[74],[24,2761,1029],{"className":2762,"style":1028},[49,50],[24,2764,868],{"className":2765},[64],", or a beam search when a\nlanguage model is in play), and it is trained with the same cross-entropy loss and teacher\nforcing as any conditional language model:",[24,2768,2770],{"className":2769},[27],[24,2771,2773],{"className":2772},[31],[24,2774,2776,2840,2987],{"className":2775,"ariaHidden":36},[35],[24,2777,2779,2783,2831,2834,2837],{"className":2778},[40],[24,2780],{"className":2781,"style":2782},[44],"height:0.8333em;vertical-align:-0.15em;",[24,2784,2786,2789],{"className":2785},[49],[24,2787,814],{"className":2788},[49,50],[24,2790,2792],{"className":2791},[1197],[24,2793,2795,2823],{"className":2794},[789,790],[24,2796,2798,2820],{"className":2797},[794],[24,2799,2802],{"className":2800,"style":2801},[798],"height:0.3283em;",[24,2803,2804,2807],{"style":1861},[24,2805],{"className":2806,"style":1374},[806],[24,2808,2810],{"className":2809},[1107,1108,773,1109],[24,2811,2813],{"className":2812},[49,1109],[24,2814,2816],{"className":2815},[49,152,1109],[24,2817,2819],{"className":2818},[49,1109],"CE",[24,2821,849],{"className":2822},[848],[24,2824,2826],{"className":2825},[794],[24,2827,2829],{"className":2828,"style":1880},[798],[24,2830],{},[24,2832],{"className":2833,"style":130},[74],[24,2835,561],{"className":2836},[134],[24,2838],{"className":2839,"style":130},[74],[24,2841,2843,2846,2849,2852,2920,2923,2929,2932,2935,2938,2978,2981,2984],{"className":2842},[40],[24,2844],{"className":2845,"style":2194},[44],[24,2847,727],{"className":2848},[49],[24,2850],{"className":2851,"style":75},[74],[24,2853,2855],{"className":2854},[748,1086],[24,2856,2858,2912],{"className":2857},[789,790],[24,2859,2861,2909],{"className":2860},[794],[24,2862,2864,2884,2894],{"className":2863,"style":2207},[798],[24,2865,2866,2869],{"style":2210},[24,2867],{"className":2868,"style":1103},[806],[24,2870,2872],{"className":2871},[1107,1108,773,1109],[24,2873,2875,2878,2881],{"className":2874},[49,1109],[24,2876,2223],{"className":2877},[49,50,1109],[24,2879,561],{"className":2880},[134,1109],[24,2882,60],{"className":2883},[49,1109],[24,2885,2886,2889],{"style":1124},[24,2887],{"className":2888,"style":1103},[806],[24,2890,2891],{},[24,2892,1135],{"className":2893},[748,1133,1134],[24,2895,2896,2899],{"style":1138},[24,2897],{"className":2898,"style":1103},[806],[24,2900,2902],{"className":2901},[1107,1108,773,1109],[24,2903,2905],{"className":2904},[49,1109],[24,2906,2908],{"className":2907},[49,50,1109],"m",[24,2910,849],{"className":2911},[848],[24,2913,2915],{"className":2914},[794],[24,2916,2918],{"className":2917,"style":2264},[798],[24,2919],{},[24,2921],{"className":2922,"style":75},[74],[24,2924,2926],{"className":2925},[748],[24,2927,1490],{"className":2928,"style":1489},[49,752],[24,2930],{"className":2931,"style":75},[74],[24,2933,11],{"className":2934},[49,50],[24,2936,774],{"className":2937},[55],[24,2939,2941,2944],{"className":2940},[49],[24,2942,545],{"className":2943,"style":544},[49,50],[24,2945,2947],{"className":2946},[1197],[24,2948,2950,2970],{"className":2949},[789,790],[24,2951,2953,2967],{"className":2952},[794],[24,2954,2956],{"className":2955,"style":2294},[798],[24,2957,2958,2961],{"style":2078},[24,2959],{"className":2960,"style":1374},[806],[24,2962,2964],{"className":2963},[1107,1108,773,1109],[24,2965,2223],{"className":2966},[49,50,1109],[24,2968,849],{"className":2969},[848],[24,2971,2973],{"className":2972},[794],[24,2974,2976],{"className":2975,"style":1880},[798],[24,2977],{},[24,2979],{"className":2980,"style":130},[74],[24,2982,1532],{"className":2983},[134],[24,2985],{"className":2986,"style":130},[74],[24,2988,2990,2993,3033,3036,3039,3042,3045,3048,3051,3100,3103,3106,3109,3112],{"className":2989},[40],[24,2991],{"className":2992,"style":45},[44],[24,2994,2996,2999],{"className":2995},[49],[24,2997,545],{"className":2998,"style":544},[49,50],[24,3000,3002],{"className":3001},[1197],[24,3003,3005,3025],{"className":3004},[789,790],[24,3006,3008,3022],{"className":3007},[794],[24,3009,3011],{"className":3010,"style":1858},[798],[24,3012,3013,3016],{"style":2078},[24,3014],{"className":3015,"style":1374},[806],[24,3017,3019],{"className":3018},[1107,1108,773,1109],[24,3020,60],{"className":3021},[49,1109],[24,3023,849],{"className":3024},[848],[24,3026,3028],{"className":3027},[794],[24,3029,3031],{"className":3030,"style":1880},[798],[24,3032],{},[24,3034,70],{"className":3035},[69],[24,3037],{"className":3038,"style":75},[74],[24,3040,99],{"className":3041},[98],[24,3043],{"className":3044,"style":75},[74],[24,3046,70],{"className":3047},[69],[24,3049],{"className":3050,"style":75},[74],[24,3052,3054,3057],{"className":3053},[49],[24,3055,545],{"className":3056,"style":544},[49,50],[24,3058,3060],{"className":3059},[1197],[24,3061,3063,3092],{"className":3062},[789,790],[24,3064,3066,3089],{"className":3065},[794],[24,3067,3069],{"className":3068,"style":2294},[798],[24,3070,3071,3074],{"style":2078},[24,3072],{"className":3073,"style":1374},[806],[24,3075,3077],{"className":3076},[1107,1108,773,1109],[24,3078,3080,3083,3086],{"className":3079},[49,1109],[24,3081,2223],{"className":3082},[49,50,1109],[24,3084,727],{"className":3085},[726,1109],[24,3087,60],{"className":3088},[49,1109],[24,3090,849],{"className":3091},[848],[24,3093,3095],{"className":3094},[794],[24,3096,3098],{"className":3097,"style":2437},[798],[24,3099],{},[24,3101,70],{"className":3102},[69],[24,3104],{"className":3105,"style":75},[74],[24,3107,1029],{"className":3108,"style":1028},[49,50],[24,3110,868],{"className":3111},[64],[24,3113,181],{"className":3114},[49],[11,3116,3117,3118,3121,3122,3137,3138,3146],{},"Because the encoder-decoder is itself a conditional language model, it implicitly learns one\nover its output text — but speech transcripts are a thin source of language statistics\ncompared to the raw text on the web. So ASR systems usually ",[15,3119,3120],{},"rescore"," the decoder's\n",[24,3123,3125],{"className":3124},[31],[24,3126,3128],{"className":3127,"ariaHidden":36},[35],[24,3129,3131,3134],{"className":3130},[40],[24,3132],{"className":3133,"style":473},[44],[24,3135,456],{"className":3136},[49,50],"-best hypotheses with a large external language model, interpolating the two scores and\nadding a length term to offset the model's bias toward short strings.",[162,3139,3140],{},[165,3141,3145],{"href":3142,"ariaDescribedBy":3143,"dataFootnoteRef":6,"id":3144},"#user-content-fn-jm-lm",[169],"user-content-fnref-jm-lm","6"," This is the\nWhisper-style recipe: an off-the-shelf transformer encoder-decoder, fed log-mel frames,\ntrained end-to-end to output text.",[341,3148,3150],{"id":3149},"ctc-aligning-frames-to-letters","CTC: aligning frames to letters",[11,3152,3153,3154,3157,3158,3161,3162,3170,3171,3174,3175,3178],{},"The encoder-decoder handles the unknown alignment by letting attention sort it out. ",[15,3155,3156],{},"CTC"," —\n",[15,3159,3160],{},"Connectionist Temporal Classification"," — handles it differently, removing the decoder\nentirely.",[162,3163,3164],{},[165,3165,3169],{"href":3166,"ariaDescribedBy":3167,"dataFootnoteRef":6,"id":3168},"#user-content-fn-jm-ctc",[169],"user-content-fnref-jm-ctc","7"," The model\nemits ",[15,3172,3173],{},"one letter per input frame",", so the output is exactly as long as the input; a\n",[15,3176,3177],{},"collapse"," then reduces that per-frame letter sequence to the real transcript.",[11,3180,3181,3182,3185],{},"The naive collapse — merge runs of identical consecutive letters — almost works but breaks on\ntwo cases. Consider inference on the word ",[207,3183,3184],{},"dinner",", one letter chosen per frame:",[385,3187],{"hash":3188},"8a10e177f37a821897604a4c14a3a8c77a61f36a65fc33886fd72fcaf4859e34",[11,3190,3191,3192,3194,3195,3197,3198,3201,3202,3218,3219,3236,3237,3240,3241,3244],{},"The double ",[207,3193,456],{}," collapses to a single ",[207,3196,456],{},", and there is no way to mark a frame that spells no\nletter (silence, or a pause). CTC fixes both with one addition: a special ",[15,3199,3200],{},"blank"," token,\nwritten ",[24,3203,3205],{"className":3204},[31],[24,3206,3208],{"className":3207,"ariaHidden":36},[35],[24,3209,3211,3214],{"className":3210},[40],[24,3212],{"className":3213,"style":473},[44],[24,3215,3217],{"className":3216},[49,50],"ε",". The model may emit blank at any frame that commits to no\nletter. The collapse function ",[24,3220,3222],{"className":3221},[31],[24,3223,3225],{"className":3224,"ariaHidden":36},[35],[24,3226,3228,3231],{"className":3227},[40],[24,3229],{"className":3230,"style":961},[44],[24,3232,3235],{"className":3233,"style":3234},[49,50],"margin-right:0.0502em;","B"," then runs in a fixed order — ",[15,3238,3239],{},"first merge repeated letters,\nthen delete the blanks"," — so a blank placed ",[207,3242,3243],{},"between"," two identical letters survives long\nenough to keep them apart.",[385,3246],{"hash":3247},"13513e525ab5fb6a4d6970bdc01e08516192fe5fcb29d7ba8c2209ef7df8bef0",[11,3249,3250,3251,3267,3268,3283,3284,3342,3343,3358],{},"The collapse is many-to-one: many frame-level alignments ",[24,3252,3254],{"className":3253},[31],[24,3255,3257],{"className":3256,"ariaHidden":36},[35],[24,3258,3260,3263],{"className":3259},[40],[24,3261],{"className":3262,"style":961},[44],[24,3264,3266],{"className":3265},[49,50],"A"," map to the same transcript ",[24,3269,3271],{"className":3270},[31],[24,3272,3274],{"className":3273,"ariaHidden":36},[35],[24,3275,3277,3280],{"className":3276},[40],[24,3278],{"className":3279,"style":961},[44],[24,3281,1958],{"className":3282,"style":722},[49,50],",\nsince blanks and repeats can be arranged in many ways. Write ",[24,3285,3287],{"className":3286},[31],[24,3288,3290],{"className":3289,"ariaHidden":36},[35],[24,3291,3293,3297,3333,3336,3339],{"className":3292},[40],[24,3294],{"className":3295,"style":3296},[44],"height:1.0641em;vertical-align:-0.25em;",[24,3298,3300,3303],{"className":3299},[49],[24,3301,3235],{"className":3302,"style":3234},[49,50],[24,3304,3306],{"className":3305},[1197],[24,3307,3309],{"className":3308},[789],[24,3310,3312],{"className":3311},[794],[24,3313,3316],{"className":3314,"style":3315},[798],"height:0.8141em;",[24,3317,3318,3321],{"style":1370},[24,3319],{"className":3320,"style":1374},[806],[24,3322,3324],{"className":3323},[1107,1108,773,1109],[24,3325,3327,3330],{"className":3326},[49,1109],[24,3328,727],{"className":3329},[49,1109],[24,3331,60],{"className":3332},[49,1109],[24,3334,774],{"className":3335},[55],[24,3337,1958],{"className":3338,"style":722},[49,50],[24,3340,868],{"className":3341},[64]," for the set of all\nalignments that collapse to ",[24,3344,3346],{"className":3345},[31],[24,3347,3349],{"className":3348,"ariaHidden":36},[35],[24,3350,3352,3355],{"className":3351},[40],[24,3353],{"className":3354,"style":961},[44],[24,3356,1958],{"className":3357,"style":722},[49,50],". CTC makes a strong conditional-independence assumption — the\nper-frame outputs are independent given the input — so an alignment's probability is just the\nproduct of its per-frame probabilities:",[24,3360,3362],{"className":3361},[27],[24,3363,3365],{"className":3364},[31],[24,3366,3368,3437,3458,3589],{"className":3367,"ariaHidden":36},[35],[24,3369,3371,3374,3422,3425,3428,3431,3434],{"className":3370},[40],[24,3372],{"className":3373,"style":45},[44],[24,3375,3377,3381],{"className":3376},[49],[24,3378,3380],{"className":3379,"style":118},[49,50],"P",[24,3382,3384],{"className":3383},[1197],[24,3385,3387,3414],{"className":3386},[789,790],[24,3388,3390,3411],{"className":3389},[794],[24,3391,3393],{"className":3392,"style":2801},[798],[24,3394,3396,3399],{"style":3395},"top:-2.55em;margin-left:-0.1389em;margin-right:0.05em;",[24,3397],{"className":3398,"style":1374},[806],[24,3400,3402],{"className":3401},[1107,1108,773,1109],[24,3403,3405],{"className":3404},[49,1109],[24,3406,3408],{"className":3407},[49,152,1109],[24,3409,3156],{"className":3410},[49,1109],[24,3412,849],{"className":3413},[848],[24,3415,3417],{"className":3416},[794],[24,3418,3420],{"className":3419,"style":1880},[798],[24,3421],{},[24,3423,774],{"className":3424},[55],[24,3426,3266],{"className":3427},[49,50],[24,3429],{"className":3430,"style":130},[74],[24,3432,1532],{"className":3433},[134],[24,3435],{"className":3436,"style":130},[74],[24,3438,3440,3443,3446,3449,3452,3455],{"className":3439},[40],[24,3441],{"className":3442,"style":45},[44],[24,3444,1029],{"className":3445,"style":1028},[49,50],[24,3447,868],{"className":3448},[64],[24,3450],{"className":3451,"style":130},[74],[24,3453,561],{"className":3454},[134],[24,3456],{"className":3457,"style":130},[74],[24,3459,3461,3464,3531,3534,3537,3540,3580,3583,3586],{"className":3460},[40],[24,3462],{"className":3463,"style":1082},[44],[24,3465,3467],{"className":3466},[748,1086],[24,3468,3470,3523],{"className":3469},[789,790],[24,3471,3473,3520],{"className":3472},[794],[24,3474,3476,3496,3506],{"className":3475,"style":1096},[798],[24,3477,3478,3481],{"style":1099},[24,3479],{"className":3480,"style":1103},[806],[24,3482,3484],{"className":3483},[1107,1108,773,1109],[24,3485,3487,3490,3493],{"className":3486},[49,1109],[24,3488,362],{"className":3489},[49,50,1109],[24,3491,561],{"className":3492},[134,1109],[24,3494,60],{"className":3495},[49,1109],[24,3497,3498,3501],{"style":1124},[24,3499],{"className":3500,"style":1103},[806],[24,3502,3503],{},[24,3504,2240],{"className":3505},[748,1133,1134],[24,3507,3508,3511],{"style":1138},[24,3509],{"className":3510,"style":1103},[806],[24,3512,3514],{"className":3513},[1107,1108,773,1109],[24,3515,3517],{"className":3516},[49,1109],[24,3518,119],{"className":3519,"style":118},[49,50,1109],[24,3521,849],{"className":3522},[848],[24,3524,3526],{"className":3525},[794],[24,3527,3529],{"className":3528,"style":1166},[798],[24,3530],{},[24,3532],{"className":3533,"style":75},[74],[24,3535,11],{"className":3536},[49,50],[24,3538,774],{"className":3539},[55],[24,3541,3543,3546],{"className":3542},[49],[24,3544,165],{"className":3545},[49,50],[24,3547,3549],{"className":3548},[1197],[24,3550,3552,3572],{"className":3551},[789,790],[24,3553,3555,3569],{"className":3554},[794],[24,3556,3558],{"className":3557,"style":1919},[798],[24,3559,3560,3563],{"style":1861},[24,3561],{"className":3562,"style":1374},[806],[24,3564,3566],{"className":3565},[1107,1108,773,1109],[24,3567,362],{"className":3568},[49,50,1109],[24,3570,849],{"className":3571},[848],[24,3573,3575],{"className":3574},[794],[24,3576,3578],{"className":3577,"style":1880},[798],[24,3579],{},[24,3581],{"className":3582,"style":130},[74],[24,3584,1532],{"className":3585},[134],[24,3587],{"className":3588,"style":130},[74],[24,3590,3592,3595,3598,3601],{"className":3591},[40],[24,3593],{"className":3594,"style":45},[44],[24,3596,1029],{"className":3597,"style":1028},[49,50],[24,3599,868],{"className":3600},[64],[24,3602,181],{"className":3603},[49],[11,3605,3606,3607,3661,3662,3714,3715,3718],{},"Now the architecture is simpler than the encoder-decoder: an encoder produces a hidden state\n",[24,3608,3610],{"className":3609},[31],[24,3611,3613],{"className":3612,"ariaHidden":36},[35],[24,3614,3616,3620],{"className":3615},[40],[24,3617],{"className":3618,"style":3619},[44],"height:0.8444em;vertical-align:-0.15em;",[24,3621,3623,3627],{"className":3622},[49],[24,3624,3626],{"className":3625},[49,50],"h",[24,3628,3630],{"className":3629},[1197],[24,3631,3633,3653],{"className":3632},[789,790],[24,3634,3636,3650],{"className":3635},[794],[24,3637,3639],{"className":3638,"style":1919},[798],[24,3640,3641,3644],{"style":1861},[24,3642],{"className":3643,"style":1374},[806],[24,3645,3647],{"className":3646},[1107,1108,773,1109],[24,3648,362],{"className":3649},[49,50,1109],[24,3651,849],{"className":3652},[848],[24,3654,3656],{"className":3655},[794],[24,3657,3659],{"className":3658,"style":1880},[798],[24,3660],{}," per frame, a softmax over the alphabet-plus-blank reads a letter off each ",[24,3663,3665],{"className":3664},[31],[24,3666,3668],{"className":3667,"ariaHidden":36},[35],[24,3669,3671,3674],{"className":3670},[40],[24,3672],{"className":3673,"style":3619},[44],[24,3675,3677,3680],{"className":3676},[49],[24,3678,3626],{"className":3679},[49,50],[24,3681,3683],{"className":3682},[1197],[24,3684,3686,3706],{"className":3685},[789,790],[24,3687,3689,3703],{"className":3688},[794],[24,3690,3692],{"className":3691,"style":1919},[798],[24,3693,3694,3697],{"style":1861},[24,3695],{"className":3696,"style":1374},[806],[24,3698,3700],{"className":3699},[1107,1108,773,1109],[24,3701,362],{"className":3702},[49,50,1109],[24,3704,849],{"className":3705},[848],[24,3707,3709],{"className":3708},[794],[24,3710,3712],{"className":3711,"style":1880},[798],[24,3713],{},", and\nthere is ",[15,3716,3717],{},"no decoder"," because each output depends only on its own frame.",[385,3720],{"hash":3721},"6a977a5b796c67b4ef239979a731a2cbac910fa616eabaede17ab9fc9c7819c7",[11,3723,3724,3725,3728,3729,3732,3733,3748],{},"There is one flaw in reading off the single most probable letter per frame: the most probable\n",[207,3726,3727],{},"alignment"," need not collapse to the most probable ",[207,3730,3731],{},"transcript",", because many alignments vote\nfor the same ",[24,3734,3736],{"className":3735},[31],[24,3737,3739],{"className":3738,"ariaHidden":36},[35],[24,3740,3742,3745],{"className":3741},[40],[24,3743],{"className":3744,"style":961},[44],[24,3746,1958],{"className":3747,"style":722},[49,50],". The principled score sums over all of them,",[24,3750,3752],{"className":3751},[27],[24,3753,3755],{"className":3754},[31],[24,3756,3758,3825,3846,4082],{"className":3757,"ariaHidden":36},[35],[24,3759,3761,3764,3810,3813,3816,3819,3822],{"className":3760},[40],[24,3762],{"className":3763,"style":45},[44],[24,3765,3767,3770],{"className":3766},[49],[24,3768,3380],{"className":3769,"style":118},[49,50],[24,3771,3773],{"className":3772},[1197],[24,3774,3776,3802],{"className":3775},[789,790],[24,3777,3779,3799],{"className":3778},[794],[24,3780,3782],{"className":3781,"style":2801},[798],[24,3783,3784,3787],{"style":3395},[24,3785],{"className":3786,"style":1374},[806],[24,3788,3790],{"className":3789},[1107,1108,773,1109],[24,3791,3793],{"className":3792},[49,1109],[24,3794,3796],{"className":3795},[49,152,1109],[24,3797,3156],{"className":3798},[49,1109],[24,3800,849],{"className":3801},[848],[24,3803,3805],{"className":3804},[794],[24,3806,3808],{"className":3807,"style":1880},[798],[24,3809],{},[24,3811,774],{"className":3812},[55],[24,3814,1958],{"className":3815,"style":722},[49,50],[24,3817],{"className":3818,"style":130},[74],[24,3820,1532],{"className":3821},[134],[24,3823],{"className":3824,"style":130},[74],[24,3826,3828,3831,3834,3837,3840,3843],{"className":3827},[40],[24,3829],{"className":3830,"style":45},[44],[24,3832,1029],{"className":3833,"style":1028},[49,50],[24,3835,868],{"className":3836},[64],[24,3838],{"className":3839,"style":130},[74],[24,3841,561],{"className":3842},[134],[24,3844],{"className":3845,"style":130},[74],[24,3847,3849,3853,3954,3957,4024,4027,4030,4033,4073,4076,4079],{"className":3848},[40],[24,3850],{"className":3851,"style":3852},[44],"height:3.3443em;vertical-align:-1.516em;",[24,3854,3856],{"className":3855},[748,1086],[24,3857,3859,3945],{"className":3858},[789,790],[24,3860,3862,3942],{"className":3861},[794],[24,3863,3866,3932],{"className":3864,"style":3865},[798],"height:1.05em;",[24,3867,3869,3872],{"style":3868},"top:-1.809em;margin-left:0em;",[24,3870],{"className":3871,"style":1103},[806],[24,3873,3875],{"className":3874},[1107,1108,773,1109],[24,3876,3878,3881,3885,3923,3926,3929],{"className":3877},[49,1109],[24,3879,3266],{"className":3880},[49,50,1109],[24,3882,3884],{"className":3883},[134,1109],"∈",[24,3886,3888,3891],{"className":3887},[49,1109],[24,3889,3235],{"className":3890,"style":3234},[49,50,1109],[24,3892,3894],{"className":3893},[1197],[24,3895,3897],{"className":3896},[789],[24,3898,3900],{"className":3899},[794],[24,3901,3904],{"className":3902,"style":3903},[798],"height:0.7463em;",[24,3905,3907,3911],{"style":3906},"top:-2.786em;margin-right:0.0714em;",[24,3908],{"className":3909,"style":3910},[806],"height:2.5em;",[24,3912,3914],{"className":3913},[1107,1234,1258,1109],[24,3915,3917,3920],{"className":3916},[49,1109],[24,3918,727],{"className":3919},[49,1109],[24,3921,60],{"className":3922},[49,1109],[24,3924,774],{"className":3925},[55,1109],[24,3927,1958],{"className":3928,"style":722},[49,50,1109],[24,3930,868],{"className":3931},[64,1109],[24,3933,3934,3937],{"style":1124},[24,3935],{"className":3936,"style":1103},[806],[24,3938,3939],{},[24,3940,1135],{"className":3941},[748,1133,1134],[24,3943,849],{"className":3944},[848],[24,3946,3948],{"className":3947},[794],[24,3949,3952],{"className":3950,"style":3951},[798],"height:1.516em;",[24,3953],{},[24,3955],{"className":3956,"style":75},[74],[24,3958,3960],{"className":3959},[748,1086],[24,3961,3963,4016],{"className":3962},[789,790],[24,3964,3966,4013],{"className":3965},[794],[24,3967,3969,3989,3999],{"className":3968,"style":1096},[798],[24,3970,3971,3974],{"style":1099},[24,3972],{"className":3973,"style":1103},[806],[24,3975,3977],{"className":3976},[1107,1108,773,1109],[24,3978,3980,3983,3986],{"className":3979},[49,1109],[24,3981,362],{"className":3982},[49,50,1109],[24,3984,561],{"className":3985},[134,1109],[24,3987,60],{"className":3988},[49,1109],[24,3990,3991,3994],{"style":1124},[24,3992],{"className":3993,"style":1103},[806],[24,3995,3996],{},[24,3997,2240],{"className":3998},[748,1133,1134],[24,4000,4001,4004],{"style":1138},[24,4002],{"className":4003,"style":1103},[806],[24,4005,4007],{"className":4006},[1107,1108,773,1109],[24,4008,4010],{"className":4009},[49,1109],[24,4011,119],{"className":4012,"style":118},[49,50,1109],[24,4014,849],{"className":4015},[848],[24,4017,4019],{"className":4018},[794],[24,4020,4022],{"className":4021,"style":1166},[798],[24,4023],{},[24,4025],{"className":4026,"style":75},[74],[24,4028,11],{"className":4029},[49,50],[24,4031,774],{"className":4032},[55],[24,4034,4036,4039],{"className":4035},[49],[24,4037,165],{"className":4038},[49,50],[24,4040,4042],{"className":4041},[1197],[24,4043,4045,4065],{"className":4044},[789,790],[24,4046,4048,4062],{"className":4047},[794],[24,4049,4051],{"className":4050,"style":1919},[798],[24,4052,4053,4056],{"style":1861},[24,4054],{"className":4055,"style":1374},[806],[24,4057,4059],{"className":4058},[1107,1108,773,1109],[24,4060,362],{"className":4061},[49,50,1109],[24,4063,849],{"className":4064},[848],[24,4066,4068],{"className":4067},[794],[24,4069,4071],{"className":4070,"style":1880},[798],[24,4072],{},[24,4074],{"className":4075,"style":130},[74],[24,4077,1532],{"className":4078},[134],[24,4080],{"className":4081,"style":130},[74],[24,4083,4085,4088,4091,4094],{"className":4084},[40],[24,4086],{"className":4087,"style":45},[44],[24,4089,1029],{"className":4090,"style":1028},[49,50],[24,4092,868],{"className":4093},[64],[24,4095,70],{"className":4096},[69],[11,4098,4099,4100,4200,4201,4216,4217,4220,4221,4229,4230,4233],{},"and CTC training minimizes ",[24,4101,4103],{"className":4102},[31],[24,4104,4106,4188],{"className":4105,"ariaHidden":36},[35],[24,4107,4109,4112,4115,4118,4124,4127,4173,4176,4179,4182,4185],{"className":4108},[40],[24,4110],{"className":4111,"style":45},[44],[24,4113,727],{"className":4114},[49],[24,4116],{"className":4117,"style":75},[74],[24,4119,4121],{"className":4120},[748],[24,4122,1490],{"className":4123,"style":1489},[49,752],[24,4125],{"className":4126,"style":75},[74],[24,4128,4130,4133],{"className":4129},[49],[24,4131,3380],{"className":4132,"style":118},[49,50],[24,4134,4136],{"className":4135},[1197],[24,4137,4139,4165],{"className":4138},[789,790],[24,4140,4142,4162],{"className":4141},[794],[24,4143,4145],{"className":4144,"style":2801},[798],[24,4146,4147,4150],{"style":3395},[24,4148],{"className":4149,"style":1374},[806],[24,4151,4153],{"className":4152},[1107,1108,773,1109],[24,4154,4156],{"className":4155},[49,1109],[24,4157,4159],{"className":4158},[49,152,1109],[24,4160,3156],{"className":4161},[49,1109],[24,4163,849],{"className":4164},[848],[24,4166,4168],{"className":4167},[794],[24,4169,4171],{"className":4170,"style":1880},[798],[24,4172],{},[24,4174,774],{"className":4175},[55],[24,4177,1958],{"className":4178,"style":722},[49,50],[24,4180],{"className":4181,"style":130},[74],[24,4183,1532],{"className":4184},[134],[24,4186],{"className":4187,"style":130},[74],[24,4189,4191,4194,4197],{"className":4190},[40],[24,4192],{"className":4193,"style":45},[44],[24,4195,1029],{"className":4196,"style":1028},[49,50],[24,4198,868],{"className":4199},[64]," for the gold ",[24,4202,4204],{"className":4203},[31],[24,4205,4207],{"className":4206,"ariaHidden":36},[35],[24,4208,4210,4213],{"className":4209},[40],[24,4211],{"className":4212,"style":961},[44],[24,4214,1958],{"className":4215,"style":722},[49,50],". Naively that\nsum ranges over exponentially many alignments, so it is computed by dynamic programming — a\n",[15,4218,4219],{},"forward-backward"," recursion, the same one used to train HMMs — that merges alignments\nsharing a prefix.",[162,4222,4223],{},[165,4224,4228],{"href":4225,"ariaDescribedBy":4226,"dataFootnoteRef":6,"id":4227},"#user-content-fn-jm-ctc-train",[169],"user-content-fnref-jm-ctc-train","8"," The independence assumption that makes CTC cheap also means\nit learns no language model of its own, so like the encoder-decoder it is combined with an\nexternal one; unlike attention, though, CTC can emit letters left to right as frames arrive,\nwhich makes it the natural choice for ",[15,4231,4232],{},"streaming"," recognition. The two approaches can also\nbe trained together, weighting a CTC loss and an encoder-decoder loss on the same encoder.",[11,4235,4236,4237,4279,4280,4295],{},"A three-frame example shows how far best-path and summed decoding can\ndiverge. Suppose the alphabet is ",[24,4238,4240],{"className":4239},[31],[24,4241,4243],{"className":4242,"ariaHidden":36},[35],[24,4244,4246,4249,4253,4256,4259,4262,4266,4269,4272,4275],{"className":4245},[40],[24,4247],{"className":4248,"style":45},[44],[24,4250,4252],{"className":4251},[55],"{",[24,4254,165],{"className":4255},[49,50],[24,4257,70],{"className":4258},[69],[24,4260],{"className":4261,"style":75},[74],[24,4263,4265],{"className":4264},[49,50],"b",[24,4267,70],{"className":4268},[69],[24,4270],{"className":4271,"style":75},[74],[24,4273,3217],{"className":4274},[49,50],[24,4276,4278],{"className":4277},[64],"}"," and a three-frame input has\nthe following per-frame letter probabilities (rows sum to ",[24,4281,4283],{"className":4282},[31],[24,4284,4286],{"className":4285,"ariaHidden":36},[35],[24,4287,4289,4292],{"className":4288},[40],[24,4290],{"className":4291,"style":259},[44],[24,4293,60],{"className":4294},[49],"):",[24,4297,4299],{"className":4298},[27],[24,4300,4302],{"className":4301},[31],[24,4303,4305],{"className":4304,"ariaHidden":36},[35],[24,4306,4308,4312],{"className":4307},[40],[24,4309],{"className":4310,"style":4311},[44],"height:4.8em;vertical-align:-2.15em;",[24,4313,4315],{"className":4314},[49],[24,4316,4318,4682],{"className":4317},[789,790],[24,4319,4321,4679],{"className":4320},[794],[24,4322,4325,4669],{"className":4323,"style":4324},[798],"height:2.65em;",[24,4326,4328,4332],{"style":4327},"top:-4.65em;",[24,4329],{"className":4330,"style":4331},[806],"height:4.65em;",[24,4333,4336,4341,4411,4414,4419,4422,4501,4504,4507,4584,4587,4590,4666],{"className":4334},[4335],"mtable",[24,4337],{"className":4338,"style":4340},[4339],"arraycolsep","width:0.5em;",[24,4342,4345],{"className":4343},[4344],"col-align-c",[24,4346,4348,4402],{"className":4347},[789,790],[24,4349,4351,4399],{"className":4350},[794],[24,4352,4354,4363,4375,4387],{"className":4353,"style":4324},[798],[24,4355,4357,4360],{"style":4356},"top:-4.81em;",[24,4358],{"className":4359,"style":807},[806],[24,4361],{"className":4362},[49],[24,4364,4366,4369],{"style":4365},"top:-3.61em;",[24,4367],{"className":4368,"style":807},[806],[24,4370,4372],{"className":4371},[49],[24,4373,165],{"className":4374},[49,50],[24,4376,4378,4381],{"style":4377},"top:-2.41em;",[24,4379],{"className":4380,"style":807},[806],[24,4382,4384],{"className":4383},[49],[24,4385,4265],{"className":4386},[49,50],[24,4388,4390,4393],{"style":4389},"top:-1.21em;",[24,4391],{"className":4392,"style":807},[806],[24,4394,4396],{"className":4395},[49],[24,4397,3217],{"className":4398},[49,50],[24,4400,849],{"className":4401},[848],[24,4403,4405],{"className":4404},[794],[24,4406,4409],{"className":4407,"style":4408},[798],"height:2.15em;",[24,4410],{},[24,4412],{"className":4413,"style":4340},[4339],[24,4415],{"className":4416,"style":4418},[4417],"vertical-separator","height:4.8em;border-right-width:0.04em;border-right-style:solid;margin:0 -0.02em;vertical-align:-2.15em;",[24,4420],{"className":4421,"style":4340},[4339],[24,4423,4425],{"className":4424},[4344],[24,4426,4428,4493],{"className":4427},[789,790],[24,4429,4431,4490],{"className":4430},[794],[24,4432,4434,4454,4466,4478],{"className":4433,"style":4324},[798],[24,4435,4436,4439],{"style":4356},[24,4437],{"className":4438,"style":807},[806],[24,4440,4442,4445,4451],{"className":4441},[49],[24,4443,362],{"className":4444},[49,50],[24,4446,4448],{"className":4447},[49],[24,4449,561],{"className":4450},[134],[24,4452,60],{"className":4453},[49],[24,4455,4456,4459],{"style":4365},[24,4457],{"className":4458,"style":807},[806],[24,4460,4462],{"className":4461},[49],[24,4463,4465],{"className":4464},[49],"0.5",[24,4467,4468,4471],{"style":4377},[24,4469],{"className":4470,"style":807},[806],[24,4472,4474],{"className":4473},[49],[24,4475,4477],{"className":4476},[49],"0.3",[24,4479,4480,4483],{"style":4389},[24,4481],{"className":4482,"style":807},[806],[24,4484,4486],{"className":4485},[49],[24,4487,4489],{"className":4488},[49],"0.2",[24,4491,849],{"className":4492},[848],[24,4494,4496],{"className":4495},[794],[24,4497,4499],{"className":4498,"style":4408},[798],[24,4500],{},[24,4502],{"className":4503,"style":4340},[4339],[24,4505],{"className":4506,"style":4340},[4339],[24,4508,4510],{"className":4509},[4344],[24,4511,4513,4576],{"className":4512},[789,790],[24,4514,4516,4573],{"className":4515},[794],[24,4517,4519,4539,4550,4561],{"className":4518,"style":4324},[798],[24,4520,4521,4524],{"style":4356},[24,4522],{"className":4523,"style":807},[806],[24,4525,4527,4530,4536],{"className":4526},[49],[24,4528,362],{"className":4529},[49,50],[24,4531,4533],{"className":4532},[49],[24,4534,561],{"className":4535},[134],[24,4537,85],{"className":4538},[49],[24,4540,4541,4544],{"style":4365},[24,4542],{"className":4543,"style":807},[806],[24,4545,4547],{"className":4546},[49],[24,4548,4477],{"className":4549},[49],[24,4551,4552,4555],{"style":4377},[24,4553],{"className":4554,"style":807},[806],[24,4556,4558],{"className":4557},[49],[24,4559,4477],{"className":4560},[49],[24,4562,4563,4566],{"style":4389},[24,4564],{"className":4565,"style":807},[806],[24,4567,4569],{"className":4568},[49],[24,4570,4572],{"className":4571},[49],"0.4",[24,4574,849],{"className":4575},[848],[24,4577,4579],{"className":4578},[794],[24,4580,4582],{"className":4581,"style":4408},[798],[24,4583],{},[24,4585],{"className":4586,"style":4340},[4339],[24,4588],{"className":4589,"style":4340},[4339],[24,4591,4593],{"className":4592},[4344],[24,4594,4596,4658],{"className":4595},[789,790],[24,4597,4599,4655],{"className":4598},[794],[24,4600,4602,4622,4633,4644],{"className":4601,"style":4324},[798],[24,4603,4604,4607],{"style":4356},[24,4605],{"className":4606,"style":807},[806],[24,4608,4610,4613,4619],{"className":4609},[49],[24,4611,362],{"className":4612},[49,50],[24,4614,4616],{"className":4615},[49],[24,4617,561],{"className":4618},[134],[24,4620,374],{"className":4621},[49],[24,4623,4624,4627],{"style":4365},[24,4625],{"className":4626,"style":807},[806],[24,4628,4630],{"className":4629},[49],[24,4631,4489],{"className":4632},[49],[24,4634,4635,4638],{"style":4377},[24,4636],{"className":4637,"style":807},[806],[24,4639,4641],{"className":4640},[49],[24,4642,4572],{"className":4643},[49],[24,4645,4646,4649],{"style":4389},[24,4647],{"className":4648,"style":807},[806],[24,4650,4652],{"className":4651},[49],[24,4653,4572],{"className":4654},[49],[24,4656,849],{"className":4657},[848],[24,4659,4661],{"className":4660},[794],[24,4662,4664],{"className":4663,"style":4408},[798],[24,4665],{},[24,4667],{"className":4668,"style":4340},[4339],[24,4670,4672,4675],{"style":4671},"top:-6.1em;",[24,4673],{"className":4674,"style":4331},[806],[24,4676],{"className":4677,"style":825},[4678],"hline",[24,4680,849],{"className":4681},[848],[24,4683,4685],{"className":4684},[794],[24,4686,4688],{"className":4687,"style":4408},[798],[24,4689],{},[11,4691,4692,4693,4695,4696,4735,4736,4807,4808,4811,4812,4814],{},"The single most probable ",[15,4694,3727],{}," is the per-frame argmax, ",[24,4697,4699],{"className":4698},[31],[24,4700,4702],{"className":4701,"ariaHidden":36},[35],[24,4703,4705,4708,4711,4714,4717,4720,4723,4726,4729,4732],{"className":4704},[40],[24,4706],{"className":4707,"style":45},[44],[24,4709,56],{"className":4710},[55],[24,4712,165],{"className":4713},[49,50],[24,4715,70],{"className":4716},[69],[24,4718],{"className":4719,"style":75},[74],[24,4721,3217],{"className":4722},[49,50],[24,4724,70],{"className":4725},[69],[24,4727],{"className":4728,"style":75},[74],[24,4730,4265],{"className":4731},[49,50],[24,4733,65],{"className":4734},[64]," with\nprobability ",[24,4737,4739],{"className":4738},[31],[24,4740,4742,4761,4779,4797],{"className":4741,"ariaHidden":36},[35],[24,4743,4745,4748,4751,4754,4758],{"className":4744},[40],[24,4746],{"className":4747,"style":714},[44],[24,4749,4465],{"className":4750},[49],[24,4752],{"className":4753,"style":722},[74],[24,4755,4757],{"className":4756},[726],"×",[24,4759],{"className":4760,"style":722},[74],[24,4762,4764,4767,4770,4773,4776],{"className":4763},[40],[24,4765],{"className":4766,"style":714},[44],[24,4768,4572],{"className":4769},[49],[24,4771],{"className":4772,"style":722},[74],[24,4774,4757],{"className":4775},[726],[24,4777],{"className":4778,"style":722},[74],[24,4780,4782,4785,4788,4791,4794],{"className":4781},[40],[24,4783],{"className":4784,"style":259},[44],[24,4786,4572],{"className":4787},[49],[24,4789],{"className":4790,"style":130},[74],[24,4792,561],{"className":4793},[134],[24,4795],{"className":4796,"style":130},[74],[24,4798,4800,4803],{"className":4799},[40],[24,4801],{"className":4802,"style":259},[44],[24,4804,4806],{"className":4805},[49],"0.080",", which collapses to the transcript ",[207,4809,4810],{},"ab",". But\nthe transcript ",[207,4813,4265],{}," can be spelled many ways, and its total probability sums several\nalignments. Just three of them:",[24,4816,4818],{"className":4817},[27],[24,4819,4821],{"className":4820},[31],[24,4822,4824],{"className":4823,"ariaHidden":36},[35],[24,4825,4827,4831],{"className":4826},[40],[24,4828],{"className":4829,"style":4830},[44],"height:8.7em;vertical-align:-4.1em;",[24,4832,4834],{"className":4833},[49],[24,4835,4837,5079],{"className":4836},[4335],[24,4838,4841],{"className":4839},[4840],"col-align-r",[24,4842,4844,5070],{"className":4843},[789,790],[24,4845,4847,5067],{"className":4846},[794],[24,4848,4851,4887,4923,4959,4995,5031],{"className":4849,"style":4850},[798],"height:4.6em;",[24,4852,4854,4857],{"style":4853},"top:-6.76em;",[24,4855],{"className":4856,"style":807},[806],[24,4858,4860,4863,4866,4869,4872,4875,4878,4881,4884],{"className":4859},[49],[24,4861,56],{"className":4862},[55],[24,4864,3217],{"className":4865},[49,50],[24,4867,70],{"className":4868},[69],[24,4870],{"className":4871,"style":75},[74],[24,4873,4265],{"className":4874},[49,50],[24,4876,70],{"className":4877},[69],[24,4879],{"className":4880,"style":75},[74],[24,4882,3217],{"className":4883},[49,50],[24,4885,65],{"className":4886},[64],[24,4888,4890,4893],{"style":4889},"top:-5.26em;",[24,4891],{"className":4892,"style":807},[806],[24,4894,4896,4899,4902,4905,4908,4911,4914,4917,4920],{"className":4895},[49],[24,4897,56],{"className":4898},[55],[24,4900,4265],{"className":4901},[49,50],[24,4903,70],{"className":4904},[69],[24,4906],{"className":4907,"style":75},[74],[24,4909,3217],{"className":4910},[49,50],[24,4912,70],{"className":4913},[69],[24,4915],{"className":4916,"style":75},[74],[24,4918,3217],{"className":4919},[49,50],[24,4921,65],{"className":4922},[64],[24,4924,4926,4929],{"style":4925},"top:-3.76em;",[24,4927],{"className":4928,"style":807},[806],[24,4930,4932,4935,4938,4941,4944,4947,4950,4953,4956],{"className":4931},[49],[24,4933,56],{"className":4934},[55],[24,4936,3217],{"className":4937},[49,50],[24,4939,70],{"className":4940},[69],[24,4942],{"className":4943,"style":75},[74],[24,4945,3217],{"className":4946},[49,50],[24,4948,70],{"className":4949},[69],[24,4951],{"className":4952,"style":75},[74],[24,4954,4265],{"className":4955},[49,50],[24,4957,65],{"className":4958},[64],[24,4960,4962,4965],{"style":4961},"top:-2.26em;",[24,4963],{"className":4964,"style":807},[806],[24,4966,4968,4971,4974,4977,4980,4983,4986,4989,4992],{"className":4967},[49],[24,4969,56],{"className":4970},[55],[24,4972,4265],{"className":4973},[49,50],[24,4975,70],{"className":4976},[69],[24,4978],{"className":4979,"style":75},[74],[24,4981,4265],{"className":4982},[49,50],[24,4984,70],{"className":4985},[69],[24,4987],{"className":4988,"style":75},[74],[24,4990,4265],{"className":4991},[49,50],[24,4993,65],{"className":4994},[64],[24,4996,4998,5001],{"style":4997},"top:-0.76em;",[24,4999],{"className":5000,"style":807},[806],[24,5002,5004,5007,5010,5013,5016,5019,5022,5025,5028],{"className":5003},[49],[24,5005,56],{"className":5006},[55],[24,5008,4265],{"className":5009},[49,50],[24,5011,70],{"className":5012},[69],[24,5014],{"className":5015,"style":75},[74],[24,5017,4265],{"className":5018},[49,50],[24,5020,70],{"className":5021},[69],[24,5023],{"className":5024,"style":75},[74],[24,5026,3217],{"className":5027},[49,50],[24,5029,65],{"className":5030},[64],[24,5032,5034,5037],{"style":5033},"top:0.74em;",[24,5035],{"className":5036,"style":807},[806],[24,5038,5040,5043,5046,5049,5052,5055,5058,5061,5064],{"className":5039},[49],[24,5041,56],{"className":5042},[55],[24,5044,3217],{"className":5045},[49,50],[24,5047,70],{"className":5048},[69],[24,5050],{"className":5051,"style":75},[74],[24,5053,4265],{"className":5054},[49,50],[24,5056,70],{"className":5057},[69],[24,5059],{"className":5060,"style":75},[74],[24,5062,4265],{"className":5063},[49,50],[24,5065,65],{"className":5066},[64],[24,5068,849],{"className":5069},[848],[24,5071,5073],{"className":5072},[794],[24,5074,5077],{"className":5075,"style":5076},[798],"height:4.1em;",[24,5078],{},[24,5080,5083],{"className":5081},[5082],"col-align-l",[24,5084,5086,5453],{"className":5085},[789,790],[24,5087,5089,5450],{"className":5088},[794],[24,5090,5092,5152,5212,5272,5332,5391],{"className":5091,"style":4850},[798],[24,5093,5094,5097],{"style":4853},[24,5095],{"className":5096,"style":807},[806],[24,5098,5100,5103,5106,5109,5112,5115,5118,5121,5124,5127,5130,5133,5136,5139,5142,5145,5148],{"className":5099},[49],[24,5101],{"className":5102},[49],[24,5104],{"className":5105,"style":130},[74],[24,5107,525],{"className":5108},[134],[24,5110],{"className":5111,"style":130},[74],[24,5113,4489],{"className":5114},[49],[24,5116],{"className":5117,"style":722},[74],[24,5119,4757],{"className":5120},[726],[24,5122],{"className":5123,"style":722},[74],[24,5125,4477],{"className":5126},[49],[24,5128],{"className":5129,"style":722},[74],[24,5131,4757],{"className":5132},[726],[24,5134],{"className":5135,"style":722},[74],[24,5137,4572],{"className":5138},[49],[24,5140],{"className":5141,"style":130},[74],[24,5143,561],{"className":5144},[134],[24,5146],{"className":5147,"style":130},[74],[24,5149,5151],{"className":5150},[49],"0.024",[24,5153,5154,5157],{"style":4889},[24,5155],{"className":5156,"style":807},[806],[24,5158,5160,5163,5166,5169,5172,5175,5178,5181,5184,5187,5190,5193,5196,5199,5202,5205,5208],{"className":5159},[49],[24,5161],{"className":5162},[49],[24,5164],{"className":5165,"style":130},[74],[24,5167,525],{"className":5168},[134],[24,5170],{"className":5171,"style":130},[74],[24,5173,4477],{"className":5174},[49],[24,5176],{"className":5177,"style":722},[74],[24,5179,4757],{"className":5180},[726],[24,5182],{"className":5183,"style":722},[74],[24,5185,4572],{"className":5186},[49],[24,5188],{"className":5189,"style":722},[74],[24,5191,4757],{"className":5192},[726],[24,5194],{"className":5195,"style":722},[74],[24,5197,4572],{"className":5198},[49],[24,5200],{"className":5201,"style":130},[74],[24,5203,561],{"className":5204},[134],[24,5206],{"className":5207,"style":130},[74],[24,5209,5211],{"className":5210},[49],"0.048",[24,5213,5214,5217],{"style":4925},[24,5215],{"className":5216,"style":807},[806],[24,5218,5220,5223,5226,5229,5232,5235,5238,5241,5244,5247,5250,5253,5256,5259,5262,5265,5268],{"className":5219},[49],[24,5221],{"className":5222},[49],[24,5224],{"className":5225,"style":130},[74],[24,5227,525],{"className":5228},[134],[24,5230],{"className":5231,"style":130},[74],[24,5233,4489],{"className":5234},[49],[24,5236],{"className":5237,"style":722},[74],[24,5239,4757],{"className":5240},[726],[24,5242],{"className":5243,"style":722},[74],[24,5245,4572],{"className":5246},[49],[24,5248],{"className":5249,"style":722},[74],[24,5251,4757],{"className":5252},[726],[24,5254],{"className":5255,"style":722},[74],[24,5257,4572],{"className":5258},[49],[24,5260],{"className":5261,"style":130},[74],[24,5263,561],{"className":5264},[134],[24,5266],{"className":5267,"style":130},[74],[24,5269,5271],{"className":5270},[49],"0.032",[24,5273,5274,5277],{"style":4961},[24,5275],{"className":5276,"style":807},[806],[24,5278,5280,5283,5286,5289,5292,5295,5298,5301,5304,5307,5310,5313,5316,5319,5322,5325,5328],{"className":5279},[49],[24,5281],{"className":5282},[49],[24,5284],{"className":5285,"style":130},[74],[24,5287,525],{"className":5288},[134],[24,5290],{"className":5291,"style":130},[74],[24,5293,4477],{"className":5294},[49],[24,5296],{"className":5297,"style":722},[74],[24,5299,4757],{"className":5300},[726],[24,5302],{"className":5303,"style":722},[74],[24,5305,4477],{"className":5306},[49],[24,5308],{"className":5309,"style":722},[74],[24,5311,4757],{"className":5312},[726],[24,5314],{"className":5315,"style":722},[74],[24,5317,4572],{"className":5318},[49],[24,5320],{"className":5321,"style":130},[74],[24,5323,561],{"className":5324},[134],[24,5326],{"className":5327,"style":130},[74],[24,5329,5331],{"className":5330},[49],"0.036",[24,5333,5334,5337],{"style":4997},[24,5335],{"className":5336,"style":807},[806],[24,5338,5340,5343,5346,5349,5352,5355,5358,5361,5364,5367,5370,5373,5376,5379,5382,5385,5388],{"className":5339},[49],[24,5341],{"className":5342},[49],[24,5344],{"className":5345,"style":130},[74],[24,5347,525],{"className":5348},[134],[24,5350],{"className":5351,"style":130},[74],[24,5353,4477],{"className":5354},[49],[24,5356],{"className":5357,"style":722},[74],[24,5359,4757],{"className":5360},[726],[24,5362],{"className":5363,"style":722},[74],[24,5365,4477],{"className":5366},[49],[24,5368],{"className":5369,"style":722},[74],[24,5371,4757],{"className":5372},[726],[24,5374],{"className":5375,"style":722},[74],[24,5377,4572],{"className":5378},[49],[24,5380],{"className":5381,"style":130},[74],[24,5383,561],{"className":5384},[134],[24,5386],{"className":5387,"style":130},[74],[24,5389,5331],{"className":5390},[49],[24,5392,5393,5396],{"style":5033},[24,5394],{"className":5395,"style":807},[806],[24,5397,5399,5402,5405,5408,5411,5414,5417,5420,5423,5426,5429,5432,5435,5438,5441,5444,5447],{"className":5398},[49],[24,5400],{"className":5401},[49],[24,5403],{"className":5404,"style":130},[74],[24,5406,525],{"className":5407},[134],[24,5409],{"className":5410,"style":130},[74],[24,5412,4489],{"className":5413},[49],[24,5415],{"className":5416,"style":722},[74],[24,5418,4757],{"className":5419},[726],[24,5421],{"className":5422,"style":722},[74],[24,5424,4477],{"className":5425},[49],[24,5427],{"className":5428,"style":722},[74],[24,5430,4757],{"className":5431},[726],[24,5433],{"className":5434,"style":722},[74],[24,5436,4572],{"className":5437},[49],[24,5439],{"className":5440,"style":130},[74],[24,5442,561],{"className":5443},[134],[24,5445],{"className":5446,"style":130},[74],[24,5448,5151],{"className":5449},[49],[24,5451,849],{"className":5452},[848],[24,5454,5456],{"className":5455},[794],[24,5457,5459],{"className":5458,"style":5076},[798],[24,5460],{},[11,5462,5463,5464,5480,5481,5496,5497,5499,5500,5558,5559,5499,5561,5576],{},"Those six already sum to ",[24,5465,5467],{"className":5466},[31],[24,5468,5470],{"className":5469,"ariaHidden":36},[35],[24,5471,5473,5476],{"className":5472},[40],[24,5474],{"className":5475,"style":259},[44],[24,5477,5479],{"className":5478},[49],"0.200",", more than double the best single alignment's ",[24,5482,5484],{"className":5483},[31],[24,5485,5487],{"className":5486,"ariaHidden":36},[35],[24,5488,5490,5493],{"className":5489},[40],[24,5491],{"className":5492,"style":259},[44],[24,5494,4806],{"className":5495},[49],".\nThe best ",[207,5498,3727],{}," (",[24,5501,5503],{"className":5502},[31],[24,5504,5506,5549],{"className":5505,"ariaHidden":36},[35],[24,5507,5509,5512,5515,5518,5521,5524,5527,5530,5533,5536,5539,5542,5546],{"className":5508},[40],[24,5510],{"className":5511,"style":45},[44],[24,5513,56],{"className":5514},[55],[24,5516,165],{"className":5517},[49,50],[24,5519,70],{"className":5520},[69],[24,5522],{"className":5523,"style":75},[74],[24,5525,3217],{"className":5526},[49,50],[24,5528,70],{"className":5529},[69],[24,5531],{"className":5532,"style":75},[74],[24,5534,4265],{"className":5535},[49,50],[24,5537,65],{"className":5538},[64],[24,5540],{"className":5541,"style":130},[74],[24,5543,5545],{"className":5544},[134],"→",[24,5547],{"className":5548,"style":130},[74],[24,5550,5552,5555],{"className":5551},[40],[24,5553],{"className":5554,"style":1006},[44],[24,5556,4810],{"className":5557},[49,50],") and the best ",[207,5560,3731],{},[24,5562,5564],{"className":5563},[31],[24,5565,5567],{"className":5566,"ariaHidden":36},[35],[24,5568,5570,5573],{"className":5569},[40],[24,5571],{"className":5572,"style":1006},[44],[24,5574,4265],{"className":5575},[49,50],", once\nits alignments are pooled) disagree, and that disagreement is why CTC scores a transcript by the\nsum, not the max.",[385,5578],{"hash":5579},"88cd6a09b736b1fb42471178abc8f681c87b854c2c44006cc48475cee99854e7",[1759,5581,5582],{"type":1761},[11,5583,5584,5587,5588,5590,5591,5606,5607,5622,5623,5698,5699,181],{},[15,5585,5586],{},"Definition (CTC blank and collapse)."," CTC augments the output alphabet with a ",[15,5589,3200],{},"\ntoken ",[24,5592,5594],{"className":5593},[31],[24,5595,5597],{"className":5596,"ariaHidden":36},[35],[24,5598,5600,5603],{"className":5599},[40],[24,5601],{"className":5602,"style":473},[44],[24,5604,3217],{"className":5605},[49,50]," and defines a collapse ",[24,5608,5610],{"className":5609},[31],[24,5611,5613],{"className":5612,"ariaHidden":36},[35],[24,5614,5616,5619],{"className":5615},[40],[24,5617],{"className":5618,"style":961},[44],[24,5620,3235],{"className":5621,"style":3234},[49,50]," that first merges runs of identical letters,\nthen deletes all blanks. The blank lets a frame commit to no letter and, placed between\nrepeated letters, preserves genuine doublings. Training maximizes the total probability of\nall frame-level alignments ",[24,5624,5626],{"className":5625},[31],[24,5627,5629,5648],{"className":5628,"ariaHidden":36},[35],[24,5630,5632,5636,5639,5642,5645],{"className":5631},[40],[24,5633],{"className":5634,"style":5635},[44],"height:0.7224em;vertical-align:-0.0391em;",[24,5637,3266],{"className":5638},[49,50],[24,5640],{"className":5641,"style":130},[74],[24,5643,3884],{"className":5644},[134],[24,5646],{"className":5647,"style":130},[74],[24,5649,5651,5654,5689,5692,5695],{"className":5650},[40],[24,5652],{"className":5653,"style":3296},[44],[24,5655,5657,5660],{"className":5656},[49],[24,5658,3235],{"className":5659,"style":3234},[49,50],[24,5661,5663],{"className":5662},[1197],[24,5664,5666],{"className":5665},[789],[24,5667,5669],{"className":5668},[794],[24,5670,5672],{"className":5671,"style":3315},[798],[24,5673,5674,5677],{"style":1370},[24,5675],{"className":5676,"style":1374},[806],[24,5678,5680],{"className":5679},[1107,1108,773,1109],[24,5681,5683,5686],{"className":5682},[49,1109],[24,5684,727],{"className":5685},[49,1109],[24,5687,60],{"className":5688},[49,1109],[24,5690,774],{"className":5691},[55],[24,5693,1958],{"className":5694,"style":722},[49,50],[24,5696,868],{"className":5697},[64]," that collapse to the gold transcript ",[24,5700,5702],{"className":5701},[31],[24,5703,5705],{"className":5704,"ariaHidden":36},[35],[24,5706,5708,5711],{"className":5707},[40],[24,5709],{"className":5710,"style":961},[44],[24,5712,1958],{"className":5713,"style":722},[49,50],[341,5715,5717],{"id":5716},"rnn-t-putting-the-language-model-back","RNN-T: putting the language model back",[11,5719,5720,5721,5724,5725,5728,5729,5732,5733,5736,5737,5740,5741,5749,5750,5753],{},"CTC's independence assumption is what makes it streamable and also what caps its accuracy:\neach frame's output ignores the letters already emitted, so the model has no way to prefer\n",[207,5722,5723],{},"the"," over ",[207,5726,5727],{},"teh"," from its own history. The ",[15,5730,5731],{},"RNN-Transducer"," (RNN-T) keeps CTC's\nframe-synchronous, left-to-right decoding but repairs the independence gap. It adds a second\nnetwork — a ",[15,5734,5735],{},"prediction network",", an autoregressive model over the output letters emitted so\nfar, exactly a small language model — and a ",[15,5738,5739],{},"joint network"," that combines the encoder's\nacoustic state at the current frame with the prediction network's state to score the next\noutput.",[162,5742,5743],{},[165,5744,5748],{"href":5745,"ariaDescribedBy":5746,"dataFootnoteRef":6,"id":5747},"#user-content-fn-jm-rnnt",[169],"user-content-fnref-jm-rnnt","9"," The result conditions each output on both the acoustics ",[207,5751,5752],{},"and"," the letters\nbefore it, unlike CTC, while still consuming frames one at a time, unlike attention.",[385,5755],{"hash":5756},"cfdaaf91c55f5b9df950f47a40ad4933f502e56da82bfdfca90081d9b277bb62",[11,5758,5759],{},"RNN-T is the recognizer behind much on-device dictation, where streaming is required and a\nserver round-trip is not acceptable. It occupies the middle of the design space: more accurate\nthan CTC because it models output history, and streamable unlike the attention decoder, which\nmust see the whole utterance before it starts.",[183,5761,5763],{"id":5762},"from-transcribing-to-scoring","From transcribing to scoring",[11,5765,5766,5767,5770,5771,181],{},"At this point the recognizer is complete: a waveform goes in, the front end turns it into log-mel frames, and an encoder-decoder or a CTC model turns those frames into text. Two questions remain. How wrong is the output — how do we ",[207,5768,5769],{},"measure"," a transcript against a reference? And what happens if we run the whole pipeline backwards to turn text into speech? The next part answers both, and surveys the family of smaller speech tasks that reuse the same front end. This continues in ",[165,5772,5774],{"href":5773},"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications","ASR Evaluation and Speech Applications",[5776,5777,5780,5785],"section",{"className":5778,"dataFootnotes":6},[5779],"footnotes",[183,5781,5784],{"className":5782,"id":169},[5783],"sr-only","Footnotes",[5786,5787,5788,5806,5817,5828,5925,5936,5963,5990,6058],"ol",{},[194,5789,5791,5794,5795,5798,5799],{"id":5790},"user-content-fn-jm-task",[15,5792,5793],{},"Jurafsky & Martin",", ",[207,5796,5797],{},"Speech and Language Processing"," (3rd ed.), §26.1 — The Automatic Speech Recognition Task: ASR maps an acoustic waveform to a string of words; the task varies along vocabulary size, read versus conversational speech, channel and noise, and speaker or dialect. ",[165,5800,5805],{"href":5801,"ariaLabel":5802,"className":5803,"dataFootnoteBackref":6},"#user-content-fnref-jm-task","Back to reference 1",[5804],"data-footnote-backref","↩",[194,5807,5809,5811,5812],{"id":5808},"user-content-fn-jm-hard",[15,5810,5793],{},", §26.1 (Fig. 26.1) — reported word error rates around 2020: ~1.4–2.6% on LibriSpeech read audio books, 5.8% on Switchboard stranger conversations, 11% on CALLHOME, 27% on CORAAL sociolinguistic interviews, and up to 81.3% on distant-microphone dinner-party speech. ",[165,5813,5805],{"href":5814,"ariaLabel":5815,"className":5816,"dataFootnoteBackref":6},"#user-content-fnref-jm-hard","Back to reference 2",[5804],[194,5818,5820,5822,5823],{"id":5819},"user-content-fn-jm-phon",[15,5821,5793],{},", Ch. 25 — Phonetics: phones are the individual speech sounds; their acoustic realization appears in the spectrogram as characteristic distributions of energy across frequency (formants for vowels, high-frequency noise for fricatives, a silence-then-burst for stops), and coarticulation blends adjacent phones. ",[165,5824,5805],{"href":5825,"ariaLabel":5826,"className":5827,"dataFootnoteBackref":6},"#user-content-fnref-jm-phon","Back to reference 3",[5804],[194,5829,5831,5833,5834,5919,5920],{"id":5830},"user-content-fn-jm-feat",[15,5832,5793],{},", §26.2 — Feature Extraction for ASR: Log Mel Spectrum: sampling and quantization (§26.2.1), windowing into 25 ms frames at a 10 ms stride with a Hamming window (§26.2.2, Eqs. 26.1–26.3), the discrete Fourier transform (§26.2.3, Eqs. 26.4–26.5), and the mel filterbank with a log (§26.2.4, Eq. 26.6, ",[24,5835,5837],{"className":5836},[31],[24,5838,5840,5870,5903],{"className":5839,"ariaHidden":36},[35],[24,5841,5843,5846,5852,5855,5858,5861,5864,5867],{"className":5842},[40],[24,5844],{"className":5845,"style":45},[44],[24,5847,5849],{"className":5848},[49,152],[24,5850,1597],{"className":5851},[49],[24,5853,774],{"className":5854},[55],[24,5856,1575],{"className":5857,"style":1574},[49,50],[24,5859,868],{"className":5860},[64],[24,5862],{"className":5863,"style":130},[74],[24,5865,561],{"className":5866},[134],[24,5868],{"className":5869,"style":130},[74],[24,5871,5873,5876,5879,5882,5888,5891,5894,5897,5900],{"className":5872},[40],[24,5874],{"className":5875,"style":45},[44],[24,5877,1625],{"className":5878},[49],[24,5880],{"className":5881,"style":75},[74],[24,5883,5885],{"className":5884},[748],[24,5886,1635],{"className":5887},[49,752],[24,5889,774],{"className":5890},[55],[24,5892,60],{"className":5893},[49],[24,5895],{"className":5896,"style":722},[74],[24,5898,1423],{"className":5899},[726],[24,5901],{"className":5902,"style":722},[74],[24,5904,5906,5909,5912,5916],{"className":5905},[40],[24,5907],{"className":5908,"style":45},[44],[24,5910,1575],{"className":5911,"style":1574},[49,50],[24,5913,5915],{"className":5914},[49],"\u002F700",[24,5917,868],{"className":5918},[64],"). ",[165,5921,5805],{"href":5922,"ariaLabel":5923,"className":5924,"dataFootnoteBackref":6},"#user-content-fnref-jm-feat","Back to reference 4",[5804],[194,5926,5928,5930,5931],{"id":5927},"user-content-fn-jm-arch",[15,5929,5793],{},", §26.3 — Speech Recognition Architecture (Fig. 26.6): the attention-based encoder-decoder (AED \u002F listen, attend, and spell), the subsampling stage that shortens the long acoustic sequence, autoregressive decoding (Eqs. 26.7–26.8), and cross-entropy training with teacher forcing (§26.3.1, Eqs. 26.10–26.12). ",[165,5932,5805],{"href":5933,"ariaLabel":5934,"className":5935,"dataFootnoteBackref":6},"#user-content-fnref-jm-arch","Back to reference 5",[5804],[194,5937,5939,5941,5942,5957,5958],{"id":5938},"user-content-fn-jm-lm",[15,5940,5793],{},", §26.3 — Adding a language model: because encoder-decoders trained on speech transcripts learn a weak language model, an ",[24,5943,5945],{"className":5944},[31],[24,5946,5948],{"className":5947,"ariaHidden":36},[35],[24,5949,5951,5954],{"className":5950},[40],[24,5952],{"className":5953,"style":473},[44],[24,5955,456],{"className":5956},[49,50],"-best list is rescored by a large external language model, interpolated with the encoder-decoder score and a length normalization (Eq. 26.9). ",[165,5959,5805],{"href":5960,"ariaLabel":5961,"className":5962,"dataFootnoteBackref":6},"#user-content-fnref-jm-lm","Back to reference 6",[5804],[194,5964,5966,5968,5969,5984,5985],{"id":5965},"user-content-fn-jm-ctc",[15,5967,5793],{},", §26.4 — CTC (Connectionist Temporal Classification): emit one label per frame and collapse; the blank token and the collapse function ",[24,5970,5972],{"className":5971},[31],[24,5973,5975],{"className":5974,"ariaHidden":36},[35],[24,5976,5978,5981],{"className":5977},[40],[24,5979],{"className":5980,"style":961},[44],[24,5982,3235],{"className":5983,"style":3234},[49,50]," that merges repeated letters then removes blanks (Figs. 26.7–26.9); the per-frame conditional-independence assumption and best-path inference (Eqs. 26.13–26.14). ",[165,5986,5805],{"href":5987,"ariaLabel":5988,"className":5989,"dataFootnoteBackref":6},"#user-content-fnref-jm-ctc","Back to reference 7",[5804],[194,5991,5993,5995,5996,6052,6053],{"id":5992},"user-content-fn-jm-ctc-train",[15,5994,5793],{},", §26.4.1–26.4.2 — CTC inference and training: the most probable output sums over all alignments in ",[24,5997,5999],{"className":5998},[31],[24,6000,6002],{"className":6001,"ariaHidden":36},[35],[24,6003,6005,6008,6043,6046,6049],{"className":6004},[40],[24,6006],{"className":6007,"style":3296},[44],[24,6009,6011,6014],{"className":6010},[49],[24,6012,3235],{"className":6013,"style":3234},[49,50],[24,6015,6017],{"className":6016},[1197],[24,6018,6020],{"className":6019},[789],[24,6021,6023],{"className":6022},[794],[24,6024,6026],{"className":6025,"style":3315},[798],[24,6027,6028,6031],{"style":1370},[24,6029],{"className":6030,"style":1374},[806],[24,6032,6034],{"className":6033},[1107,1108,773,1109],[24,6035,6037,6040],{"className":6036},[49,1109],[24,6038,727],{"className":6039},[49,1109],[24,6041,60],{"className":6042},[49,1109],[24,6044,774],{"className":6045},[55],[24,6047,1958],{"className":6048,"style":722},[49,50],[24,6050,868],{"className":6051},[64]," (Eq. 26.15), the CTC negative-log-likelihood loss (Eqs. 26.17–26.18) computed by a forward-backward dynamic program, the need for an external language model given CTC's independence assumption, and CTC's suitability for streaming (§26.4.4). ",[165,6054,5805],{"href":6055,"ariaLabel":6056,"className":6057,"dataFootnoteBackref":6},"#user-content-fnref-jm-ctc-train","Back to reference 8",[5804],[194,6059,6061,6063,6064],{"id":6060},"user-content-fn-jm-rnnt",[15,6062,5793],{},", §26.4.4 — Streaming Models: the RNN-Transducer (Graves 2012; Graves et al. 2013) improves CTC by adding a prediction network (an autoregressive language model over emitted labels) and a joint network combining it with the encoder's acoustic state, so each output is conditioned on the output history CTC drops, while retaining CTC's streaming, frame-by-frame decoding. ",[165,6065,5805],{"href":6066,"ariaLabel":6067,"className":6068,"dataFootnoteBackref":6},"#user-content-fnref-jm-rnnt","Back to reference 9",[5804],{"title":6,"searchDepth":6070,"depth":6070,"links":6071},2,[6072,6076,6077,6081,6082],{"id":185,"depth":6070,"text":186,"children":6073},[6074],{"id":343,"depth":6075,"text":344},3,{"id":393,"depth":6070,"text":394},{"id":1804,"depth":6070,"text":1805,"children":6078},[6079,6080],{"id":3149,"depth":6075,"text":3150},{"id":5716,"depth":6075,"text":5717},{"id":5762,"depth":6070,"text":5763},{"id":169,"depth":6070,"text":5784},[],"computer-science","A microphone records air pressure over time: a waveform, a single scalar sampled tens\nof thousands of times a second. The task of automatic speech recognition (ASR) is to map\nthat waveform to the words that produced it — to turn",false,"md",{"moduleNumber":6089,"lessonNumber":6075,"order":6090},8,803,"Speech",true,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition",[],"---\ntitle: Automatic Speech Recognition\nmodule: Speech\nmoduleNumber: 8\nlessonNumber: 3\norder: 803\nsummary: >\n  Speech recognition maps an acoustic waveform to a string of words, and once the\n  waveform is turned into a sequence of log-mel spectrogram frames the problem is\n  the same sequence-to-sequence transduction the rest of the course already\n  solved. This first part builds the feature front end (framing, the DFT, the mel\n  filterbank, the log), then the modern architectures: the attention-based\n  encoder-decoder, the CTC alignment trick that collapses repeated and blank\n  frames, and RNN-T for streaming. Training-data advances, evaluation, TTS, and\n  the other speech tasks come next.\ntopics: [Speech]\nsources:\n  - book: Jurafsky\n    ref: \"Ch. 26 — §26.1 The Automatic Speech Recognition Task\"\n  - book: Jurafsky\n    ref: \"§26.2 Feature Extraction for ASR: Log Mel Spectrum; §26.3 Speech Recognition Architecture\"\n  - book: Jurafsky\n    ref: \"§26.4 CTC and Streaming Models (RNN-T)\"\n---\n\nA microphone records air pressure over time: a **waveform**, a single scalar sampled tens\nof thousands of times a second. The task of **automatic speech recognition** (ASR) is to map\nthat waveform to the words that produced it — to turn\n\n$$\nx[1], x[2], \\ldots, x[T] \\quad\\longmapsto\\quad \\texttt{it's time for lunch}\n$$\n\nwith nothing in between but a learned function.[^jm-task] Stated that way it is the same\nshape as machine translation: a long input sequence in, a much shorter symbol sequence out.\nThat is not a loose analogy. Modern ASR is built from the exact\n[encoder-decoder with attention](\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention)\nthis course already assembled for translation; the only genuinely new work is at the two\nends — turning sound into a sequence a network can read, and scoring the words that come\nout. This lesson does that work, and in doing so closes the loop back to the very first\nmodule: the metric for ASR is the edit distance from\n[text normalization](\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization).\n\n## Why the task is hard\n\nThe mapping is many-to-one in a way that defeats any simple template match. The same word\nnever arrives twice as the same waveform.\n\n- **Speaker variation.** Vocal-tract length, pitch, accent, and speaking rate all reshape the\n  signal. A recognizer trained on standard-dialect adult speakers degrades sharply on\n  regional or ethnic varieties and on children's speech.\n- **Coarticulation.** Phones overlap: the articulators are still moving\n  toward the next sound while producing the current one, so the acoustic realization of a\n  phone bleeds into its neighbors — the \u002Ft\u002F in _time_ is not the \u002Ft\u002F in _stop_.\n- **Channel and noise.** A close-talking headset in a quiet room is easy; a far-field\n  microphone on a noisy street, or a telephone that band-limits everything above 4 kHz, is\n  hard. Reverberation and background speakers make it harder still.\n- **Segmentation.** There are no spaces in speech. Word and phone boundaries are not marked\n  in the signal; the recognizer has to find them.\n\nThese pressures show up directly in the error rates. Read speech from clean audio books sits\nnear a $2\\%$ word error rate — effectively solved. Conversational telephone speech between\nstrangers runs $5$–$6\\%$; between family, $11\\%$. Sociolinguistic-interview and multi-speaker\ndinner-party recordings run from $27\\%$ up past $80\\%$.[^jm-hard] The gap between the easy\nand hard ends of that range is the whole research problem.\n\n### Phones and the speech signal\n\nThe atoms underneath the waveform are **phones**, the individual speech sounds — the vowel\n[iy] in _beat_, the stop [t], the fricative [s].[^jm-phon] A phone is not visible in the raw\npressure trace, but it is visible in how the signal's _energy is distributed across\nfrequency_. Vowels have sharp energy bands (formants) at characteristic frequencies;\nfricatives spread energy into a noisy high-frequency band; stops show a silence followed by\na burst. Plotting energy against both time and frequency gives a **spectrogram**, and the\nwhole front end of an ASR system exists to compute a good one.\n\n$$\n% caption: A waveform (top) plots amplitude against time; a spectrogram (bottom)\n% plots energy against time and frequency, and the phones become visible as\n% distinct patterns of spectral energy.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  % --- waveform panel ---\n  \\draw[black] (0,3.0) rectangle (10,4.6);\n  \\node[anchor=east, font=\\scriptsize] at (-0.15,3.8) {amplitude};\n  \\draw[black] (0,3.8) -- (10,3.8);\n  \\draw[acc, thick] (0,3.8)\n    \\foreach \\i in {1,...,60} { -- ++(0.1667, {0.55*sin(\\i*47)*(0.4+0.6*abs(sin(\\i*11)))}) };\n  \\node[anchor=south west, font=\\scriptsize] at (0.05,4.62) {waveform};\n  % --- spectrogram panel ---\n  \\draw[black] (0,0) rectangle (10,2.4);\n  \\node[anchor=east, font=\\scriptsize] at (-0.15,1.2) {frequency};\n  % faux spectral bands per phone region\n  \\foreach \\x\u002F\\lo\u002F\\hi in {0.2\u002F0.2\u002F0.7, 1.6\u002F0.9\u002F1.5, 3.4\u002F0.3\u002F0.6, 5.2\u002F1.2\u002F2.0, 7.0\u002F0.4\u002F1.9, 8.6\u002F0.5\u002F1.0} {\n    \\foreach \\b in {0,1,2,3,4,5} {\n      \\pgfmathsetmacro\\yy{\\lo + \\b*(\\hi-\\lo)\u002F5}\n      \\draw[black, line width=0.9pt] (\\x,\\yy) -- (\\x+1.2,\\yy);\n    }\n  }\n  \\draw[black, dashed] (1.4,0) -- (1.4,2.4);\n  \\draw[black, dashed] (3.2,0) -- (3.2,2.4);\n  \\draw[black, dashed] (5.0,0) -- (5.0,2.4);\n  \\draw[black, dashed] (6.8,0) -- (6.8,2.4);\n  \\draw[black, dashed] (8.4,0) -- (8.4,2.4);\n  \\node[anchor=south west, font=\\scriptsize] at (0.05,2.42) {spectrogram};\n  \\node[font=\\scriptsize] at (0.8,-0.35) {iy};\n  \\node[font=\\scriptsize] at (2.3,-0.35) {t};\n  \\node[font=\\scriptsize] at (4.1,-0.35) {s};\n  \\node[font=\\scriptsize] at (5.9,-0.35) {ay};\n  \\node[font=\\scriptsize] at (7.7,-0.35) {m};\n  \\draw[\u003C->, black] (0,-0.7) -- (10,-0.7) node[midway, below, font=\\scriptsize] {time};\n\\end{tikzpicture}\n$$\n\nThe linguistic structure is visible in the spectrogram, which is why every recognizer\nbegins by computing one — and why the very first analog step is to sample and digitize the\npressure wave at all.\n\n## Feature extraction: the log mel spectrogram\n\nThe front end converts the raw waveform into a sequence of **acoustic feature vectors**, one\nper short time slice, each summarizing the signal's spectral energy in that slice. The\nstandard feature is the **log mel spectrum**. Four stages produce it.[^jm-feat]\n\n$$\n% caption: The feature pipeline: sample and quantize the waveform, cut it into\n% overlapping frames, take the DFT of each, warp onto the mel filterbank, and take\n% the log to get one feature vector per frame.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  stage\u002F.style={draw, minimum width=17mm, minimum height=11mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[stage] (wav)  at (0,0)    {waveform\\\\$x[n]$};\n  \\node[stage] (frm)  at (2.5,0)  {frame\\\\+ taper};\n  \\node[stage] (dft)  at (5.0,0)  {DFT\\\\(FFT)};\n  \\node[stage] (mel)  at (7.5,0)  {mel\\\\f\\\u002Filterbank};\n  \\node[stage, draw=acc, text=acc] (log) at (10.0,0) {log};\n  \\draw[->, acc, thick] (wav) -- (frm);\n  \\draw[->, acc, thick] (frm) -- (dft);\n  \\draw[->, acc, thick] (dft) -- (mel);\n  \\draw[->, acc, thick] (mel) -- (log);\n  \\node[font=\\scriptsize, anchor=north] at (2.5,-0.85) {25 ms \u002F 10 ms};\n  \\node[font=\\scriptsize, anchor=north] at (5.0,-0.85) {energy per band};\n  \\node[font=\\scriptsize, anchor=north] at (10.0,-0.85) {feature vector};\n\\end{tikzpicture}\n$$\n\n**Sampling and quantization.** A microphone converts pressure to an analog voltage; an\nanalog-to-digital converter samples that voltage at a fixed **sampling rate** and rounds each\nmeasurement to an integer (**quantization**). By the Nyquist argument you need at least two\nsamples per cycle to capture a frequency, so the highest recoverable frequency — the\n**Nyquist frequency** — is half the sampling rate. Telephone speech is band-limited below\n4 kHz, so 8 kHz sampling suffices; wideband microphone speech uses 16 kHz. The result is the\ndigitized, quantized waveform $x[n]$, indexed by discrete time $n$.\n\n**Framing and windowing.** Speech is **non-stationary** — its spectral character changes\ncontinuously — but within a short enough slice it is roughly **stationary**. So we cut the\nsignal into overlapping **frames**, typically a 25 ms window taken every 10 ms (a 25 ms\nwindow with a 10 ms **stride**, so successive frames overlap by 15 ms). Cutting is\nmultiplication by a window function $w[n]$:\n\n$$\ny[n] = w[n]\\,x[n].\n$$\n\nA **rectangular** window ($w[n]=1$ inside, $0$ outside) chops the signal off abruptly at the\nedges, and those discontinuities create spurious high frequencies in the analysis. The\n**Hamming** window tapers the ends smoothly toward zero instead:\n\n$$\nw[n] = 0.54 - 0.46\\cos\\!\\left(\\frac{2\\pi n}{L}\\right), \\qquad 0 \\le n \\le L-1,\n$$\n\nfor a window $L$ samples long. Tapering the edges is worth the mild loss of signal at the\nframe boundaries.\n\n**The discrete Fourier transform.** Each windowed frame is still amplitude-over-time; we need\nenergy-over-frequency. The **discrete Fourier transform** (DFT) extracts, for each of $N$\nfrequency bands $k$, a complex number $X[k]$ whose magnitude is the energy the frame carries\nat that frequency:\n\n$$\nX[k] = \\sum_{n=0}^{N-1} x[n]\\, e^{-j\\frac{2\\pi}{N}kn},\n$$\n\nwith $j$ the imaginary unit (Euler's formula $e^{j\\theta} = \\cos\\theta + j\\sin\\theta$ is what\nmakes this a rotation through frequency). In practice the DFT is computed by the **fast\nFourier transform** (FFT), an $O(N\\log N)$ algorithm that requires $N$ to be a power of two.\nThe magnitudes $|X[k]|$ are the frame's spectrum.\n\n**The mel filterbank and the log.** Human hearing is not linear in frequency: it resolves low\nfrequencies finely and high frequencies coarsely. The **mel scale** is an auditory frequency\naxis on which sounds equidistant in perceived pitch are equidistant in mels, and it is a log\nwarp of raw frequency $f$:\n\n$$\n\\text{mel}(f) = 1127 \\ln\\!\\left(1 + \\frac{f}{700}\\right).\n$$\n\nWe collect the DFT energies not band-by-band but through a bank of **triangular filters**\nspaced evenly on the mel scale — closely packed at low frequencies, widely spaced at high\nones — so the feature has fine resolution exactly where hearing does.\n\n$$\n% caption: The mel filterbank is a row of triangular filters, densely packed at\n% low frequency and sparse at high frequency; multiplying the spectrum by each\n% filter and summing gives one mel-band energy $m_1, m_2, \\ldots, m_M$.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\draw[->, black] (0,0) -- (10.4,0) node[right, font=\\scriptsize] {frequency};\n  \\draw[->, black] (0,0) -- (0,2.4) node[above, font=\\scriptsize] {gain};\n  % triangular filters: narrow at left, widening to the right (log spacing)\n  \\def\\centers{0.5,1.0,1.6,2.35,3.3,4.5,6.0,7.9}\n  \\foreach \\c [count=\\i from 1] in {0.5,1.0,1.6,2.35,3.3,4.5,6.0,7.9} {\n    \\pgfmathsetmacro\\wprev{ifthenelse(\\i==1, 0.4, 0)}\n    \\pgfmathsetmacro\\wl{max(0.28, 0.36*\\c)}\n    \\draw[acc, thick] (\\c-\\wl,0) -- (\\c,1.9) -- (\\c+\\wl,0);\n  }\n  \\node[anchor=north, font=\\scriptsize] at (0.5,-0.12) {$m_1$};\n  \\node[anchor=north, font=\\scriptsize] at (1.6,-0.12) {$m_2$};\n  \\node[anchor=north, font=\\scriptsize] at (4.5,-0.12) {...};\n  \\node[anchor=north, font=\\scriptsize] at (7.9,-0.12) {$m_M$};\n\\end{tikzpicture}\n$$\n\nFinally we take the **log** of each mel-band energy. Loudness perception is logarithmic too,\nand the log compresses the dynamic range so the feature is less sensitive to nuisance gain\nchanges — the speaker leaning toward or away from the microphone. The output of the four\nstages, for one frame, is the **log mel spectrum** vector; stacked over time it is the log\nmel spectrogram, and that is what the network reads.\n\n> **Definition (Log mel spectrogram).** The sequence of feature vectors produced by\n> framing the waveform, taking the DFT of each Hamming-windowed frame, projecting the\n> magnitude spectrum onto a bank of mel-spaced triangular filters, and taking the log of\n> each filter's energy. Typically an $80$-dimensional vector every $10$ ms.\n\n## The recognition architecture\n\nWith the waveform reduced to a sequence of spectrogram frames $X = x_1, \\ldots, x_t$, ASR is\na sequence-to-sequence problem: map those frames to an output string $Y$ of characters (or\nsubword pieces). The standard architecture is the **attention-based encoder-decoder** (AED),\nalso called **listen, attend, and spell** — the same encoder-decoder used for translation,\nwith the source-language embeddings replaced by acoustic frames.[^jm-arch]\n\n$$\n% caption: The attention-based encoder-decoder for ASR. Feature computation and\n% subsampling turn the waveform into a short frame sequence X; the encoder maps it\n% to hidden states H; the decoder attends over H and emits characters one at a\n% time, each conditioned on the ones before.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  blk\u002F.style={draw, minimum width=22mm, minimum height=8mm, align=center, font=\\scriptsize},\n  trap\u002F.style={draw, trapezium, trapezium left angle=70, trapezium right angle=70, minimum width=20mm, minimum height=7mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  % bottom: waveform to features\n  \\node[font=\\scriptsize] (wav) at (0,0) {waveform};\n  \\node[blk] (feat) at (0,1.1) {feature computation};\n  \\node[trap] (sub) at (0,2.3) {subsampling};\n  \\node[font=\\scriptsize] at (2.9,2.3) {short seq. X};\n  \\node[blk, draw=acc, text=acc] (enc) at (0,3.6) {ENCODER};\n  \\node[blk, draw=acc, text=acc, minimum width=44mm] (dec) at (3.2,5.0) {DECODER};\n  \\draw[->, acc, thick] (wav) -- (feat);\n  \\draw[->, acc, thick] (feat) -- (sub);\n  \\draw[->, acc, thick] (sub) -- (enc);\n  \\draw[->, acc, thick] (enc.east) to[bend left=12] node[left, font=\\scriptsize, pos=0.4] {H (atten\\\u002Ftion)} (dec.west);\n  % decoder output tokens\n  \\foreach \\c\u002F\\x in {i\u002F1.3, t\u002F2.0, '\u002F2.55, t\u002F3.2, i\u002F3.9, m\u002F4.6} {\n    \\node[font=\\footnotesize\\ttfamily] at (\\x,6.0) {\\c};\n    \\draw[->, black] (\\x,5.45) -- (\\x,5.85);\n  }\n  \\node[font=\\scriptsize] at (5.3,6.0) {...};\n  % decoder input (teacher forcing \u002F prior token)\n  \\foreach \\c\u002F\\x in {$\u003C$s$>$\u002F1.3, i\u002F2.0, t\u002F2.55, '\u002F3.2, t\u002F3.9, i\u002F4.6} {\n    \\node[font=\\footnotesize\\ttfamily] at (\\x,4.0) {\\c};\n    \\draw[->, black] (\\x,4.15) -- (\\x,4.55);\n  }\n\\end{tikzpicture}\n$$\n\nTwo properties of speech shape the design. First, the input is enormously longer than the\noutput: a single 2-second word is $200$ frames of $10$ ms each but only a handful of letters.\nSo encoder-decoders for speech insert a **subsampling** stage before the encoder that shortens\nthe frame sequence — the simplest scheme stacks each frame with its two predecessors and keeps\nevery third, cutting the sequence length by three. Second, the alignment between frames and\nletters is unknown and non-monotonic in duration: we do not know in advance which frames spell\nwhich letter.\n\nGiven the short sequence $X$, the decoder is an ordinary conditional language model over the\noutput alphabet — for English, the letters plus space, punctuation, and an unknown token —\nfactoring the output probability autoregressively:\n\n$$\np(y_1, \\ldots, y_n \\mid X) = \\prod_{i=1}^{n} p(y_i \\mid y_1, \\ldots, y_{i-1}, X).\n$$\n\nAt each step it emits the most probable next character given the frames and the characters so\nfar ($\\hat{y}_i = \\arg\\max_{c} p(c \\mid y_1 \\ldots y_{i-1}, X)$, or a beam search when a\nlanguage model is in play), and it is trained with the same cross-entropy loss and teacher\nforcing as any conditional language model:\n\n$$\nL_{\\text{CE}} = -\\sum_{i=1}^{m} \\log p(y_i \\mid y_1, \\ldots, y_{i-1}, X).\n$$\n\nBecause the encoder-decoder is itself a conditional language model, it implicitly learns one\nover its output text — but speech transcripts are a thin source of language statistics\ncompared to the raw text on the web. So ASR systems usually **rescore** the decoder's\n$n$-best hypotheses with a large external language model, interpolating the two scores and\nadding a length term to offset the model's bias toward short strings.[^jm-lm] This is the\nWhisper-style recipe: an off-the-shelf transformer encoder-decoder, fed log-mel frames,\ntrained end-to-end to output text.\n\n### CTC: aligning frames to letters\n\nThe encoder-decoder handles the unknown alignment by letting attention sort it out. **CTC** —\n**Connectionist Temporal Classification** — handles it differently, removing the decoder\nentirely.[^jm-ctc] The model\nemits **one letter per input frame**, so the output is exactly as long as the input; a\n**collapse** then reduces that per-frame letter sequence to the real transcript.\n\nThe naive collapse — merge runs of identical consecutive letters — almost works but breaks on\ntwo cases. Consider inference on the word _dinner_, one letter chosen per frame:\n\n$$\n% caption: A naive per-frame alignment for \"dinner\". Collapsing runs of identical\n% letters merges the true double \"n\" and gives \"diner\", and there is no symbol for\n% frames that correspond to no letter.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  cell\u002F.style={draw, minimum width=6.2mm, minimum height=6mm, font=\\scriptsize},\n  cellr\u002F.style={draw, minimum width=6.2mm, minimum height=6mm, font=\\scriptsize, fill=red!8}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  \\node[anchor=east, font=\\scriptsize] at (-0.15,1.4) {Y (output)};\n  \\node[anchor=east, font=\\scriptsize] at (-0.15,0.4) {A (alignment)};\n  % alignment cells: d i i n n n n e r r r r r r  -> collapse -> d i n e r\n  \\foreach \\l [count=\\i from 0] in {d,i,i,n,n,n,n,e,r,r,r,r,r,r} {\n    \\node[cellr] at (\\i*0.66,0.4) {\\l};\n  }\n  % collapsed output\n  \\foreach \\l [count=\\i from 0] in {d,i,n,e,r} {\n    \\node[cell, fill=acc!8] at (\\i*0.66,1.4) {\\l};\n  }\n  \\node[red, anchor=west, font=\\scriptsize] at (9.7,0.9) {\"diner\", not \"dinner\"};\n\\end{tikzpicture}\n$$\n\nThe double _n_ collapses to a single _n_, and there is no way to mark a frame that spells no\nletter (silence, or a pause). CTC fixes both with one addition: a special **blank** token,\nwritten $\\varepsilon$. The model may emit blank at any frame that commits to no\nletter. The collapse function $B$ then runs in a fixed order — **first merge repeated letters,\nthen delete the blanks** — so a blank placed _between_ two identical letters survives long\nenough to keep them apart.\n\n$$\n% caption: The CTC collapse $B$ for \"dinner\". A blank (drawn as a dash) sits\n% between the two n's; merging repeats first and deleting blanks second preserves\n% the double letter that the naive scheme destroyed.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  cell\u002F.style={draw, minimum width=6.4mm, minimum height=6mm, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[anchor=east, font=\\scriptsize] at (-0.2,2.7) {Y (output)};\n  \\node[anchor=east, font=\\scriptsize] at (-0.2,1.8) {remove blanks};\n  \\node[anchor=east, font=\\scriptsize] at (-0.2,0.9) {merge repeats};\n  \\node[anchor=east, font=\\scriptsize] at (-0.2,0.0) {A (alignment)};\n  % alignment row: d i - n n - n e r r r r - -   (dash = blank)\n  \\foreach \\l [count=\\i from 0] in {d,i,-,n,n,-,n,e,r,r,r,r,-,-} {\n    \\node[cell, fill=red!7] at (\\i*0.68,0.0) {\\l};\n  }\n  % merged repeats: d i - n - n e r -\n  \\foreach \\l [count=\\i from 0] in {d,i,-,n,-,n,e,r,-} {\n    \\node[cell, fill=black!5] at (\\i*0.68,0.9) {\\l};\n  }\n  % blanks removed: d i n n e r\n  \\foreach \\l [count=\\i from 0] in {d,i,n,n,e,r} {\n    \\node[cell, fill=acc!8] at (\\i*0.68,1.8) {\\l};\n  }\n  % final output\n  \\foreach \\l [count=\\i from 0] in {d,i,n,n,e,r} {\n    \\node[cell, draw=acc, text=acc] at (\\i*0.68,2.7) {\\l};\n  }\n\\end{tikzpicture}\n$$\n\nThe collapse is many-to-one: many frame-level alignments $A$ map to the same transcript $Y$,\nsince blanks and repeats can be arranged in many ways. Write $B^{-1}(Y)$ for the set of all\nalignments that collapse to $Y$. CTC makes a strong conditional-independence assumption — the\nper-frame outputs are independent given the input — so an alignment's probability is just the\nproduct of its per-frame probabilities:\n\n$$\nP_{\\text{CTC}}(A \\mid X) = \\prod_{t=1}^{T} p(a_t \\mid X).\n$$\n\nNow the architecture is simpler than the encoder-decoder: an encoder produces a hidden state\n$h_t$ per frame, a softmax over the alphabet-plus-blank reads a letter off each $h_t$, and\nthere is **no decoder** because each output depends only on its own frame.\n\n$$\n% caption: CTC inference. An encoder emits a hidden state per frame; a per-frame\n% softmax picks a letter or blank; the collapse B removes blanks and merges\n% repeats. No decoder is needed because each output reads one frame.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  blk\u002F.style={draw, minimum width=20mm, minimum height=7mm, align=center, font=\\scriptsize},\n  sm\u002F.style={draw, circle, minimum size=4.5mm, inner sep=0pt, font=\\tiny}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\node[font=\\scriptsize] (wav) at (0,0) {waveform};\n  \\node[blk] (feat) at (0,1.0) {feature comp.};\n  \\node[blk, draw=acc, text=acc, minimum width=42mm] (enc) at (2.2,2.3) {ENCODER};\n  % per-frame softmaxes\n  \\foreach \\x in {0.6,1.4,2.2,3.0,3.8} { \\node[sm] at (\\x,3.3) {}; \\draw[->,black] (\\x,2.7) -- (\\x,3.1); }\n  % letters out\n  \\foreach \\c\u002F\\x in {d\u002F0.6, i\u002F1.4, n\u002F2.2, n\u002F3.0, e\u002F3.8} {\n    \\node[font=\\footnotesize\\ttfamily] at (\\x,3.9) {\\c};\n    \\draw[->,black] (\\x,3.5) -- (\\x,3.75);\n  }\n  \\node[font=\\scriptsize] at (4.5,3.9) {...};\n  \\draw[->, acc, thick] (wav) -- (feat);\n  \\draw[->, acc, thick] (feat) -- (enc);\n\\end{tikzpicture}\n$$\n\nThere is one flaw in reading off the single most probable letter per frame: the most probable\n_alignment_ need not collapse to the most probable _transcript_, because many alignments vote\nfor the same $Y$. The principled score sums over all of them,\n\n$$\nP_{\\text{CTC}}(Y \\mid X) = \\sum_{A \\in B^{-1}(Y)} \\prod_{t=1}^{T} p(a_t \\mid X),\n$$\n\nand CTC training minimizes $-\\log P_{\\text{CTC}}(Y \\mid X)$ for the gold $Y$. Naively that\nsum ranges over exponentially many alignments, so it is computed by dynamic programming — a\n**forward-backward** recursion, the same one used to train HMMs — that merges alignments\nsharing a prefix.[^jm-ctc-train] The independence assumption that makes CTC cheap also means\nit learns no language model of its own, so like the encoder-decoder it is combined with an\nexternal one; unlike attention, though, CTC can emit letters left to right as frames arrive,\nwhich makes it the natural choice for **streaming** recognition. The two approaches can also\nbe trained together, weighting a CTC loss and an encoder-decoder loss on the same encoder.\n\nA three-frame example shows how far best-path and summed decoding can\ndiverge. Suppose the alphabet is $\\{a, b, \\varepsilon\\}$ and a three-frame input has\nthe following per-frame letter probabilities (rows sum to $1$):\n\n$$\n\\begin{array}{c|ccc}\n & t{=}1 & t{=}2 & t{=}3 \\\\ \\hline\na          & 0.5 & 0.3 & 0.2 \\\\\nb          & 0.3 & 0.3 & 0.4 \\\\\n\\varepsilon & 0.2 & 0.4 & 0.4\n\\end{array}\n$$\n\nThe single most probable **alignment** is the per-frame argmax, $[a, \\varepsilon, b]$ with\nprobability $0.5 \\times 0.4 \\times 0.4 = 0.080$, which collapses to the transcript _ab_. But\nthe transcript _b_ can be spelled many ways, and its total probability sums several\nalignments. Just three of them:\n\n$$\n\\begin{aligned}\n[\\varepsilon, b, \\varepsilon] &: 0.2 \\times 0.3 \\times 0.4 = 0.024 \\\\\n[b, \\varepsilon, \\varepsilon] &: 0.3 \\times 0.4 \\times 0.4 = 0.048 \\\\\n[\\varepsilon, \\varepsilon, b] &: 0.2 \\times 0.4 \\times 0.4 = 0.032 \\\\\n[b, b, b] &: 0.3 \\times 0.3 \\times 0.4 = 0.036 \\\\\n[b, b, \\varepsilon] &: 0.3 \\times 0.3 \\times 0.4 = 0.036 \\\\\n[\\varepsilon, b, b] &: 0.2 \\times 0.3 \\times 0.4 = 0.024\n\\end{aligned}\n$$\n\nThose six already sum to $0.200$, more than double the best single alignment's $0.080$.\nThe best _alignment_ ($[a, \\varepsilon, b] \\to ab$) and the best _transcript_ ($b$, once\nits alignments are pooled) disagree, and that disagreement is why CTC scores a transcript by the\nsum, not the max.\n\n$$\n% caption: Best-path versus summed CTC decoding on the three-frame toy. The single most\n% probable alignment collapses to \"ab\" (probability 0.080), but pooling the alignments\n% that collapse to \"b\" totals 0.200 -- so the best alignment and the best transcript\n% disagree.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  cell\u002F.style={draw, minimum width=8mm, minimum height=6mm, font=\\scriptsize},\n  box\u002F.style={draw, minimum width=34mm, minimum height=8mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  \\definecolor{red}{HTML}{C0392B}\n  % best alignment path\n  \\node[anchor=east, font=\\scriptsize] at (-0.2,2.2) {best alignment:};\n  \\foreach \\l [count=\\i from 0] in {a,-,b} {\n    \\node[cell, fill=black!5] at (\\i*0.9,2.2) {\\l};\n  }\n  \\node[box, draw=acc, text=acc] (ab) at (5.0,2.2) {collapses to \"ab\" = 0.080};\n  \\draw[->, acc] (2.1,2.2) -- (ab.west);\n  % summed transcript\n  \\node[anchor=east, font=\\scriptsize] at (-0.2,0.6) {sum over \"b\":};\n  \\node[box] (paths) at (1.6,0.6) {many alignments};\n  \\node[box, draw=red, text=red] (b) at (5.0,0.6) {transcript \"b\" = 0.200};\n  \\draw[->, red, thick] (paths.east) -- (b.west);\n  \\node[red, anchor=west, font=\\scriptsize] at (7.0,0.6) {wins};\n\\end{tikzpicture}\n$$\n\n> **Definition (CTC blank and collapse).** CTC augments the output alphabet with a **blank**\n> token $\\varepsilon$ and defines a collapse $B$ that first merges runs of identical letters,\n> then deletes all blanks. The blank lets a frame commit to no letter and, placed between\n> repeated letters, preserves genuine doublings. Training maximizes the total probability of\n> all frame-level alignments $A \\in B^{-1}(Y)$ that collapse to the gold transcript $Y$.\n\n### RNN-T: putting the language model back\n\nCTC's independence assumption is what makes it streamable and also what caps its accuracy:\neach frame's output ignores the letters already emitted, so the model has no way to prefer\n_the_ over _teh_ from its own history. The **RNN-Transducer** (RNN-T) keeps CTC's\nframe-synchronous, left-to-right decoding but repairs the independence gap. It adds a second\nnetwork — a **prediction network**, an autoregressive model over the output letters emitted so\nfar, exactly a small language model — and a **joint network** that combines the encoder's\nacoustic state at the current frame with the prediction network's state to score the next\noutput.[^jm-rnnt] The result conditions each output on both the acoustics _and_ the letters\nbefore it, unlike CTC, while still consuming frames one at a time, unlike attention.\n\n$$\n% caption: The RNN-T. An encoder reads frames left to right; a prediction network is a\n% small language model over the letters emitted so far; a joint network combines the two\n% to score the next output. This restores output-history conditioning that CTC drops, while\n% keeping CTC's streaming, frame-by-frame decoding.\n\\begin{tikzpicture}[>=stealth, font=\\footnotesize,\n  blk\u002F.style={draw, minimum width=26mm, minimum height=8mm, align=center, font=\\scriptsize},\n  jn\u002F.style={draw=acc, text=acc, thick, minimum width=24mm, minimum height=8mm, align=center, font=\\scriptsize}]\n  \\definecolor{acc}{HTML}{2348F2}\n  % encoder (acoustic)\n  \\node[blk] (enc) at (0,0) {encoder\\\\(acoustic, frame t)};\n  \\node[anchor=north, font=\\scriptsize, text=black] at (0,-0.75) {reads frames left to right};\n  % prediction network (language)\n  \\node[blk] (pred) at (0,3.0) {prediction network\\\\(letters so far)};\n  \\node[anchor=south, font=\\scriptsize, text=black] at (0,3.75) {small language model};\n  % joint\n  \\node[jn] (joint) at (5.2,1.5) {joint network};\n  \\node[blk] (out) at (9.2,1.5) {next letter\\\\or blank};\n  \\draw[->, acc, thick] (enc.east) to[out=0,in=200] (joint.west);\n  \\draw[->, acc, thick] (pred.east) to[out=0,in=160] (joint.west);\n  \\draw[->, acc, thick] (joint) -- (out);\n  % feedback: emitted letter to prediction net\n  \\draw[->, black] (out.north) to[out=90,in=0] node[above, font=\\scriptsize, pos=0.4] {feed back} (pred.east);\n\\end{tikzpicture}\n$$\n\nRNN-T is the recognizer behind much on-device dictation, where streaming is required and a\nserver round-trip is not acceptable. It occupies the middle of the design space: more accurate\nthan CTC because it models output history, and streamable unlike the attention decoder, which\nmust see the whole utterance before it starts.\n\n## From transcribing to scoring\n\nAt this point the recognizer is complete: a waveform goes in, the front end turns it into log-mel frames, and an encoder-decoder or a CTC model turns those frames into text. Two questions remain. How wrong is the output — how do we _measure_ a transcript against a reference? And what happens if we run the whole pipeline backwards to turn text into speech? The next part answers both, and surveys the family of smaller speech tasks that reuse the same front end. This continues in [ASR Evaluation and Speech Applications](\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications).\n[^jm-task]: **Jurafsky & Martin**, _Speech and Language Processing_ (3rd ed.), §26.1 — The Automatic Speech Recognition Task: ASR maps an acoustic waveform to a string of words; the task varies along vocabulary size, read versus conversational speech, channel and noise, and speaker or dialect.\n[^jm-hard]: **Jurafsky & Martin**, §26.1 (Fig. 26.1) — reported word error rates around 2020: ~1.4–2.6% on LibriSpeech read audio books, 5.8% on Switchboard stranger conversations, 11% on CALLHOME, 27% on CORAAL sociolinguistic interviews, and up to 81.3% on distant-microphone dinner-party speech.\n[^jm-phon]: **Jurafsky & Martin**, Ch. 25 — Phonetics: phones are the individual speech sounds; their acoustic realization appears in the spectrogram as characteristic distributions of energy across frequency (formants for vowels, high-frequency noise for fricatives, a silence-then-burst for stops), and coarticulation blends adjacent phones.\n[^jm-feat]: **Jurafsky & Martin**, §26.2 — Feature Extraction for ASR: Log Mel Spectrum: sampling and quantization (§26.2.1), windowing into 25 ms frames at a 10 ms stride with a Hamming window (§26.2.2, Eqs. 26.1–26.3), the discrete Fourier transform (§26.2.3, Eqs. 26.4–26.5), and the mel filterbank with a log (§26.2.4, Eq. 26.6, $\\text{mel}(f)=1127\\ln(1+f\u002F700)$).\n[^jm-arch]: **Jurafsky & Martin**, §26.3 — Speech Recognition Architecture (Fig. 26.6): the attention-based encoder-decoder (AED \u002F listen, attend, and spell), the subsampling stage that shortens the long acoustic sequence, autoregressive decoding (Eqs. 26.7–26.8), and cross-entropy training with teacher forcing (§26.3.1, Eqs. 26.10–26.12).\n[^jm-lm]: **Jurafsky & Martin**, §26.3 — Adding a language model: because encoder-decoders trained on speech transcripts learn a weak language model, an $n$-best list is rescored by a large external language model, interpolated with the encoder-decoder score and a length normalization (Eq. 26.9).\n[^jm-ctc]: **Jurafsky & Martin**, §26.4 — CTC (Connectionist Temporal Classification): emit one label per frame and collapse; the blank token and the collapse function $B$ that merges repeated letters then removes blanks (Figs. 26.7–26.9); the per-frame conditional-independence assumption and best-path inference (Eqs. 26.13–26.14).\n[^jm-ctc-train]: **Jurafsky & Martin**, §26.4.1–26.4.2 — CTC inference and training: the most probable output sums over all alignments in $B^{-1}(Y)$ (Eq. 26.15), the CTC negative-log-likelihood loss (Eqs. 26.17–26.18) computed by a forward-backward dynamic program, the need for an external language model given CTC's independence assumption, and CTC's suitability for streaming (§26.4.4).\n[^jm-rnnt]: **Jurafsky & Martin**, §26.4.4 — Streaming Models: the RNN-Transducer (Graves 2012; Graves et al. 2013) improves CTC by adding a prediction network (an autoregressive language model over emitted labels) and a joint network combining it with the encoder's acoustic state, so each output is conditioned on the output history CTC drops, while retaining CTC's streaming, frame-by-frame decoding.\n",{"text":6097,"minutes":6098,"time":6099,"words":6100},"14 min read",13.01,780600,2602,{"title":5,"description":6085},[6103,6106,6108],{"book":6104,"ref":6105},"Jurafsky","Ch. 26 — §26.1 The Automatic Speech Recognition Task",{"book":6104,"ref":6107},"§26.2 Feature Extraction for ASR: Log Mel Spectrum; §26.3 Speech Recognition Architecture",{"book":6104,"ref":6109},"§26.4 CTC and Streaming Models (RNN-T)","available","09.natural-language-processing\u002F08.speech\u002F03.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",[6091],"_nP2J4KvAhb8Jr3iEl4ZgwzWr2JL92eWSbw-yMXD__Q",{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":6116,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":6117,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":6118,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":6119,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":6120,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":6121,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":6122,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":6123,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":6124,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":6125,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":6126,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":6127,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":6128,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":6129,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":6130,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":6131,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":6132,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":6133,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":6134,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":6135,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":6136,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":6137,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":6138,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":6139,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":6140,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":6141,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":6142,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":6143,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":6144,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":6145,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":6146,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":6147,"\u002Falgorithms\u002Fsequences\u002Ftries":6148,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":6149,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":6150,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":6151,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":6152,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":6153,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":6154,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":6155,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":6156,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":6157,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":6158,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":6159,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":6160,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":6161,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":6162,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":6163,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":6164,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":6165,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":6166,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":6167,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":6168,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":6169,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":6170,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":6171,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":6172,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":6173,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":6174,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":6175,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":6176,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":6177,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":6178,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":6179,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":6180,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":6181,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":6182,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":6183,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":6184,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":6185,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":6186,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":6187,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":6188,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":6189,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":6190,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":6191,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":6192,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":6193,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":6194,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":6195,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":6196,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":6197,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":6198,"\u002Falgorithms":6199,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":6200,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":6201,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":6202,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":6203,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":6204,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":6205,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":6206,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":6207,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":6208,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":6209,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":6210,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":6211,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":6212,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":6213,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":6214,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":6215,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":6216,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":6217,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":6218,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":6219,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":6220,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":6221,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":6222,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":6223,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":6224,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":6225,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":6226,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":6227,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":6228,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":6229,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":6230,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":6231,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":6232,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":6233,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":6214,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":6234,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":6235,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":6236,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":6204,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":6237,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":6238,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":6239,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":6240,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":6241,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":6242,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":6243,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":6244,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":6245,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":6246,"\u002Fcalculus":6247,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":6248,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":6249,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":6250,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":6251,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":6252,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":6253,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":6254,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":6255,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":6256,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":6257,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":6258,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":6259,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":6260,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":6261,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":6262,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":6263,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":6264,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":6265,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":6266,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":6267,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":6268,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":6269,"\u002Fmechanics\u002Frotation\u002Frolling-motion":6270,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":6271,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":6272,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":6273,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":6274,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":6275,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":6276,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":6277,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":6278,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":6279,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":6280,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":6281,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":6282,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":6283,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":6284,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":6285,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":6286,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":6287,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":6288,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":6289,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":6290,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":6291,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":6292,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":6293,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":6294,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":6295,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":6296,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":6297,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":6298,"\u002Fmechanics":6299,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":6300,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":6301,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":6302,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":6303,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":6304,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":6305,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":6306,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":6307,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":6308,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":6309,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":6310,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":6311,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":6288,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":6312,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":6313,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":6314,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":6284,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":6149,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":6315,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":6275,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":6316,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":6317,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":6318,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":6319,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":6320,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":6321,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":6322,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":6323,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":6324,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":6249,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":6325,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":6326,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":6327,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":6328,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":6329,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":6330,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":6331,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":6332,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":6267,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":6266,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":6333,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":6334,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":6335,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":6336,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":6337,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":6338,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":6339,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":6340,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":6341,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":6293,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":6291,"\u002Felectricity-and-magnetism":6342,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":6343,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":6344,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":6345,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":6346,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":6347,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":6348,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":6349,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":6350,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":6351,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":6201,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":6352,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":6353,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":6205,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":6354,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":6355,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":6356,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":6357,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":6358,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":6359,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":6360,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":6361,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":6362,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":6363,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":6364,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":6365,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":6366,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":6367,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":6368,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":6369,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":6370,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":6371,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":6372,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":6373,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":6240,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":6374,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":6375,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":6376,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":6377,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":6378,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":6379,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":6380,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":6381,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":6382,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":6383,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":6384,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":6385,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":6386,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":6387,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":6388,"\u002Flinear-algebra":6389,"\u002Ftheory-of-computation":6390,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":6391,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":6392,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":6393,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":6394,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":6395,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":6396,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":6397,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":6398,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":6399,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":6400,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":6401,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":6402,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":6403,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":6404,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":6405,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":6406,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":6407,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":6408,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":6409,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":6410,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":6411,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":6412,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":6413,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":6414,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":6415,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":6416,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":6417,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":6418,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":6419,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":6420,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":6421,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":6422,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":6423,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":6424,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":6425,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":6426,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":6427,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":6428,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":6429,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":6430,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":6431,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":6432,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":6433,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":6434,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":6435,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":6436,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":6437,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":6438,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":6439,"\u002Fcomputer-architecture":6390,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":6440,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":6441,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":6442,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":6205,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":6443,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":6204,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":6211,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":6444,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":6445,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":6245,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":6446,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":6447,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":6448,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":6449,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":6450,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":6451,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":6452,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":6453,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":6454,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":6455,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":6456,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":6457,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":6452,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":6458,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":6459,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":6460,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":6461,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":6462,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":6463,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":6464,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":6465,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":6466,"\u002Fdifferential-equations":6467,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":6468,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":6469,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":6470,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":6471,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":6350,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":6472,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":6473,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":6474,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":6475,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":6476,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":6477,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":6220,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":6478,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":6479,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":6480,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":6481,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":6482,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":6483,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":6484,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":6485,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":6486,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":6487,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":6442,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":6488,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":6489,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":6490,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":6491,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":6492,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":6371,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":6493,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":6494,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":6381,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":6495,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":6496,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":6497,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":6498,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":6499,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":6500,"\u002Frelativity":6501,"\u002Fphysical-computing":6390,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":6502,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":6481,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":6503,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":6504,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":6505,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":6506,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":6507,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":6508,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":6509,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":6457,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":6381,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":6510,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":6511,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":6512,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":6513,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":6509,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":6514,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":6489,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":6242,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":6515,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":6516,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":6222,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":6517,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":6518,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":6519,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":6520,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":6521,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":6522,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":6523,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":6524,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":6525,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":6481,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":6526,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":6527,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":6528,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":6515,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":6203,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":6529,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":6530,"\u002Fquantum-mechanics":6531,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":6465,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":6532,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":6533,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":6354,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":6534,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":6240,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":6535,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":6536,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":6377,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":6487,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":6537,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":6538,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":6539,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":6540,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":6541,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":6514,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":6542,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":6347,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":6543,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":6544,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":6201,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":6545,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":6546,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":6503,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":6230,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":6381,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":6547,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":6548,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":6366,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":6491,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":6549,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":6550,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":6551,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":6386,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":6552,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":6553,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":6554,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":6554,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":6555,"\u002Freal-analysis":6556,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":6557,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":6558,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":6559,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":6560,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":6561,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":6562,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":6563,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":6564,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":6565,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":6566,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":6530,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":6567,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":6559,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":6476,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":6568,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":6569,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":6570,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":6571,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":6572,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":6573,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":6574,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":6575,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":6569,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":6576,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":6545,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":6577,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":6578,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":6579,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":6580,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":6581,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":6582,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":6583,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":6584,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":6585,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":6586,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":6219,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":6587,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":6588,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":6461,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":6589,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":6590,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":6518,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":6590,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":6591,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":6592,"\u002Fabstract-algebra":6593,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":6594,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":6595,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":6596,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":6597,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":6598,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":6510,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":6599,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":6600,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":6601,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":6602,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":6603,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":6604,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":6605,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":6344,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":6473,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":6219,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":6606,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":6203,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":6607,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":6608,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":6241,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":6535,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":6609,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":6610,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":6611,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":6612,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":6613,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":6614,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":6615,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":6616,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":6617,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":6618,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":6619,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":6620,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":6621,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":6622,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":6566,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":6623,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":6624,"\u002Fatomic-physics":6625,"\u002Fdatabases":6390,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":6626,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":6627,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":6628,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":6557,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":6629,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":6630,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":6631,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":6632,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":6633,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":6634,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":6635,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":6636,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":6637,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":6638,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":6639,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":6640,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":6641,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":6642,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":6643,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":6644,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":6645,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":6646,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":6647,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":6648,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":6639,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":6649,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":6650,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":6651,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":6652,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":6653,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":6598,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":6654,"\u002Fcategory-theory":6655,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":6656,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":6657,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":6658,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":6659,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":6660,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":6661,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":6620,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":6662,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":6663,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":6664,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":6665,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":6666,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":6667,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":6668,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":6669,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":6670,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":6671,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":6672,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":6673,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":6674,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":6675,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":6676,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":6677,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":6678,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":6679,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":6100,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":6680,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":6681,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":6682,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":6683,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":6684,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":6685,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":6686,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":6687,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":6632,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":6688,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":6689,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":6690,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":6691,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":6692,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":6693,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":6694,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":6184,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":6695,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":6696,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":6420,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":6697,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":6698,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":6699,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":6700,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":6701,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":6702,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":6703,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":6704,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":6705,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":6706,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":6707,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":6708,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":6393,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":6709,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":6710,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":6711,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":6712,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":6430,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":6713,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":6714,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":6715,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":6716,"\u002Fdeep-learning":6390,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":6717,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":6515,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":6718,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":6719,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":6720,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":6721,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":6722,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":6723,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":6724,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":6725,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":6562,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":6726,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":6727,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":6728,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":6449,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":6242,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":6729,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":6730,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":6731,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":6376,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":6732,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":6733,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":6454,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":6381,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":6734,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":6350,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":6220,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":6236,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":6735,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":6736,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":6737,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":6368,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":6738,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":6230,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":6739,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":6740,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":6741,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":6742,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":6564,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":6743,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":6744,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":6745,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":6746,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":6510,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":6747,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":6488,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":6748,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":6349,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":6749,"\u002Fstatistical-mechanics":6750,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":6751,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":6215,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":6475,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":6752,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":6753,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":6754,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":6755,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":6756,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":6757,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":6348,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":6758,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":6759,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":6760,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":6761,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":6491,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":6762,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":6763,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":6764,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":6765,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":6766,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":6546,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":6490,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":6767,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":6768,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":6769,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":6770,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":6481,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":6771,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":6772,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":6717,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":6618,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":6345,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":6773,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":6211,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":6774,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":6775,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":6356,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":6776,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":6611,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":6777,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":6203,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":6778,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":6214,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":6779,"\u002Fcondensed-matter":6531,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":6780,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":6781,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":6782,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":6783,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":6228,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":6784,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":6785,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":6228,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":6786,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":6641,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":6787,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":6788,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":6789,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":6787,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":6790,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":6791,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":6792,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":6793,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":6794,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":6795,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":6796,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":6797,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":6718,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":6798,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":6791,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":6799,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":6800,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":6434,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":6801,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":6619,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":6802,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":6803,"\u002Flogic":6804,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":6805,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":6806,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":6420,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":6807,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":6808,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":6809,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":6810,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":6800,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":6811,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":6812,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":6813,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":6711,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":6814,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":6815,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":6816,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":6817,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":6818,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":6437,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":6819,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":6820,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":6821,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":6822,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":6628,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":6823,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":6799,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":6824,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":6825,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":6826,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":6448,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":6827,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":6578,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":6828,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":6829,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":6410,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":6830,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":6831,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":6832,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":6833,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":6834,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":6687,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":6835,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":6836,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":6837,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":6722,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":6838,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":6839,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":6840,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":6437,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":6504,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":6841,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":6842,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":6843,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":6844,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":6845,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":6846,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":6847,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":6848,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":6849,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":6850,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":6851,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":6852,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":6853,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":6854,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":6855,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":6856,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":6857,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":6858,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":6859,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":6860,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":6861,"\u002Freinforcement-learning":6390,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":6862,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":6863,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":6864,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":6865,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":6866,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":6867,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":6868,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":6869,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":6870,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":6871,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":6872,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":6873,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":6874,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":6716,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":6572,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":6875,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":6876,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":6877,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":6878,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":6879,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":6880,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":6698,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":6881,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":6882,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":6883,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":6884,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":6885,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":6886,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":6887,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":6888,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":6889,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":6890,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":6891,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":6892,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":6631,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":6882,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":6893,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":6171,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":6894,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":6895,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":6896,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":6897,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":6898,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":6100,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":6899,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":6900,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":6901,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":6902,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":6903,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":6904,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":6905,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":6906,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":6907,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":6908,"\u002Fartificial-intelligence":6390,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":6647,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":6909,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":6207,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":6205,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":6740,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":6910,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":6233,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":6543,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":6911,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":6912,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":6913,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":6603,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":6914,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":6915,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":6916,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":6801,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":6917,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":6918,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":6217,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":6446,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":6919,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":6547,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":6920,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":6921,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":6442,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":6530,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":6922,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":6923,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":6924,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":6212,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":6587,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":6449,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":6925,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":6497,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":6561,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":6926,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":6927,"\u002Fnuclear-physics":6928,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":6929,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":6930,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":6568,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":6931,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":6932,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":6933,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":6416,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":6934,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":6935,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":6712,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":6936,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":6881,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":6937,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":6938,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":6939,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":6940,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":6941,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":6942,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":6943,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":6394,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":6944,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":6945,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":6887,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":6946,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":6947,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":6948,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":6949,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":6950,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":6951,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":6952,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":6953,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":6811,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":6954,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":6955,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":6956,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":6957,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":6958,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":6959,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":6960,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":6961,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":6962,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":6963,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":6964,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":6965,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":6666,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":6832,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":6422,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":6966,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":6967,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":6968,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":6969,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":6100,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":6970,"\u002Fnatural-language-processing":6390,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":6971,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":6588,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":6972,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":6732,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":6973,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":6974,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":6922,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":6975,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":6976,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":6538,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":6240,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":6977,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":6492,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":6978,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":6525,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":6979,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":6778,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":6980,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":6981,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":6747,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":6982,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":6211,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":6983,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":6984,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":6985,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":6529,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":6744,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":6986,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":6987,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":6604,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":6988,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":6649,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":6989,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":6990,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":6538,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":6571,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":6991,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":6992,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":6993,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":6627,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":6994,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":6368,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":6995,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":6471,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":6996,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":6997,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":6794,"\u002Fparticle-physics":6998,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":6589,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":6742,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":6999,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":6528,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":7000,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":6588,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":6500,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":7001,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":7002,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":7003,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":7004,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":7005,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":6793,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":6724,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":7006,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":7007,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":7008,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":7009,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":6921,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":7010,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":6484,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":6547,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":6529,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":7011,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":6613,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":6229,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":7012,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":7013,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":6743,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":7014,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":7015,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":7016,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":7017,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":6210,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":7018,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":7019,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":6471,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":7020,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":7021,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":6736,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":6392,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":7022,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":7023,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":6649,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":6635,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":6647,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":6743,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":7024,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":6209,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":6401,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":7025,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":6488,"\u002Fastrophysics-cosmology":6593,"\u002Fcolophon":7026,"\u002F":6390},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,2563,2186,2985,2749,3364,2038,2282,2409,2126,2573,2206,2176,2268,2182,2402,2705,2633,2414,2213,2801,3313,3410,3195,1952,2017,1509,2537,2645,2027,2415,2838,2356,1906,3184,2950,2807,2954,1683,1316,1034,1138,1763,1822,1705,1246,1701,1097,1104,1187,1032,1083,1228,916,1489,1033,1652,997,692,837,1023,888,864,1089,1231,1214,1675,1156,1075,1520,1309,139,1205,1051,735,1123,1072,915,567,768,825,1253,983,1007,762,1058,861,862,971,1208,1149,1145,1029,1084,927,810,838,857,807,936,949,2321,1622,1069,1113,1057,854,1958,1528,1618,2049,1432,1679,1796,1685,1346,1275,1476,1505,1610,2018,1599,1215,1838,1909,132,3902,2215,2240,3266,3208,3073,2454,2969,2451,1875,2728,1884,2371,2516,2842,1690,1904,2346,3146,1386,2607,1966,2668,1665,2885,1606,2577,3074,2869,2403,2433,2082,1939,1587,2460,2747,2032,2642,1619,3123,1993,2090,2339,3829,1737,2622,2340,2322,3828,4409,2305,3411,2510,4527,3030,3569,3043,2457,1946,2277,2044,2909,1693,1945,2093,2399,2115,2898,2742,2242,3895,3378,3376,2769,2223,3062,3262,2651,2949,2768,3128,2423,1977,2087,2866,3388,2830,2210,2489,2884,3945,2099,2713,3402,1692,2931,4195,3989,3206,4391,3004,3704,3494,2902,999,881,901,919,748,869,1018,1045,1049,1333,954,1092,1019,976,1771,1480,1396,953,1026,161,3533,2495,1818,3007,2595,3427,3537,2216,1895,2304,3396,1739,2073,1962,2203,1767,2666,2264,2276,2852,1807,3735,1560,4144,1669,1676,1972,2418,3291,1525,2040,2766,2337,2220,2800,3001,2078,1759,2836,1896,2026,1758,1543,1047,896,946,1060,1384,1482,815,1414,1322,1440,1240,1468,1098,1133,847,1009,1381,1052,1191,1258,1370,1712,1441,1199,957,1079,150,1262,1417,1368,1219,1136,1064,1463,1636,1059,931,1115,1736,1174,1376,1363,1411,1247,1746,1313,1299,1617,1102,1076,1495,1265,1193,1263,80,{"\u002Falgorithms\u002Ffoundations\u002Fwhat-is-an-algorithm":7028,"\u002Falgorithms\u002Ffoundations\u002Fproof-techniques":7033,"\u002Falgorithms\u002Ffoundations\u002Fasymptotic-analysis":7037,"\u002Falgorithms\u002Ffoundations\u002Fgrowth-rates-and-loop-analysis":7041,"\u002Falgorithms\u002Ffoundations\u002Frecurrences":7045,"\u002Falgorithms\u002Ffoundations\u002Famortized-analysis":7049,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fmergesort":7053,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fquicksort":7058,"\u002Falgorithms\u002Fdivide-and-conquer\u002Fselection":7062,"\u002Falgorithms\u002Fdivide-and-conquer\u002Ffast-multiplication":7066,"\u002Falgorithms\u002Fsorting\u002Fheaps-and-heapsort":7070,"\u002Falgorithms\u002Fsorting\u002Fsorting-lower-bounds":7075,"\u002Falgorithms\u002Fsorting\u002Flinear-time-sorting":7079,"\u002Falgorithms\u002Fsorting\u002Fexternal-sorting":7083,"\u002Falgorithms\u002Fdata-structures\u002Felementary-structures":7087,"\u002Falgorithms\u002Fdata-structures\u002Fhash-tables":7092,"\u002Falgorithms\u002Fdata-structures\u002Fbinary-search-trees":7096,"\u002Falgorithms\u002Fdata-structures\u002Favl-trees":7100,"\u002Falgorithms\u002Fdata-structures\u002Fbalanced-trees":7104,"\u002Falgorithms\u002Fdata-structures\u002Funion-find":7108,"\u002Falgorithms\u002Fdata-structures\u002Ffenwick-and-segment-trees":7112,"\u002Falgorithms\u002Fdata-structures\u002Fspatial-data-structures":7116,"\u002Falgorithms\u002Fdata-structures\u002Fskip-lists-and-probabilistic-structures":7120,"\u002Falgorithms\u002Fdata-structures\u002Fb-trees":7124,"\u002Falgorithms\u002Fdata-structures\u002Fdata-stream-algorithms":7128,"\u002Falgorithms\u002Fdata-structures\u002Fstreaming-sketches":7132,"\u002Falgorithms\u002Fsequences\u002Ftwo-pointers-and-windows":7136,"\u002Falgorithms\u002Fsequences\u002Fprefix-sums":7141,"\u002Falgorithms\u002Fsequences\u002Fmonotonic-stacks":7145,"\u002Falgorithms\u002Fsequences\u002Fbinary-search-on-the-answer":7149,"\u002Falgorithms\u002Fsequences\u002Fstring-matching":7153,"\u002Falgorithms\u002Fsequences\u002Fkmp-and-z-function":7157,"\u002Falgorithms\u002Fsequences\u002Ftries":7161,"\u002Falgorithms\u002Fsequences\u002Fsuffix-arrays-and-aho-corasick":7165,"\u002Falgorithms\u002Fgraphs\u002Frepresentations-and-traversal":7169,"\u002Falgorithms\u002Fgraphs\u002Fdepth-first-search":7174,"\u002Falgorithms\u002Fgraphs\u002Ftopological-sort-and-scc":7178,"\u002Falgorithms\u002Fgraphs\u002Fminimum-spanning-trees":7182,"\u002Falgorithms\u002Fgraphs\u002Fkruskal-and-prim":7186,"\u002Falgorithms\u002Fgraphs\u002Fshortest-paths":7190,"\u002Falgorithms\u002Fgraphs\u002Fall-pairs-and-negative-weights":7194,"\u002Falgorithms\u002Fgraphs\u002Fnetwork-flow":7198,"\u002Falgorithms\u002Fgraphs\u002Fmax-flow-min-cut":7202,"\u002Falgorithms\u002Fgraphs\u002Fbridges-and-articulation-points":7206,"\u002Falgorithms\u002Fgraphs\u002Flowest-common-ancestor":7210,"\u002Falgorithms\u002Fgraphs\u002Ftwo-sat":7214,"\u002Falgorithms\u002Fgraphs\u002Feulerian-tours":7218,"\u002Falgorithms\u002Fgraphs\u002Fbipartite-matching":7222,"\u002Falgorithms\u002Fgreedy\u002Fthe-greedy-method":7226,"\u002Falgorithms\u002Fgreedy\u002Fscheduling-and-intervals":7231,"\u002Falgorithms\u002Fgreedy\u002Fhuffman-codes":7235,"\u002Falgorithms\u002Fgreedy\u002Fmatroids":7239,"\u002Falgorithms\u002Fgreedy\u002Fstable-matching":7243,"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples":7247,"\u002Falgorithms\u002Fdynamic-programming\u002Fsequence-dp":7252,"\u002Falgorithms\u002Fdynamic-programming\u002Flongest-increasing-subsequence":7256,"\u002Falgorithms\u002Fdynamic-programming\u002Fknapsack":7260,"\u002Falgorithms\u002Fdynamic-programming\u002Fcoin-change-and-unbounded":7264,"\u002Falgorithms\u002Fdynamic-programming\u002Finterval-dp":7268,"\u002Falgorithms\u002Fdynamic-programming\u002Ftree-dp":7272,"\u002Falgorithms\u002Fdynamic-programming\u002Fbitmask-dp":7276,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-optimizations":7280,"\u002Falgorithms\u002Fdynamic-programming\u002Fdp-on-graphs":7284,"\u002Falgorithms\u002Fdynamic-programming\u002Fdigit-and-probability-dp":7288,"\u002Falgorithms\u002Fbacktracking\u002Fbacktracking-fundamentals":7292,"\u002Falgorithms\u002Fbacktracking\u002Fconstraint-search":7297,"\u002Falgorithms\u002Fbacktracking\u002Fbranch-and-bound":7301,"\u002Falgorithms\u002Fbacktracking\u002Fgraph-backtracking":7305,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fnumber-theory-basics":7309,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmodular-exponentiation-and-primality":7314,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fsieve-and-factorization":7318,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fcombinatorics":7322,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fmatrix-exponentiation":7326,"\u002Falgorithms\u002Fmathematical-algorithms\u002Ffast-fourier-transform":7330,"\u002Falgorithms\u002Fmathematical-algorithms\u002Fgradient-descent":7334,"\u002Falgorithms\u002Fcomputational-geometry\u002Fgeometric-primitives":7338,"\u002Falgorithms\u002Fcomputational-geometry\u002Fconvex-hull":7343,"\u002Falgorithms\u002Fcomputational-geometry\u002Fsweep-line":7347,"\u002Falgorithms\u002Fcomputational-geometry\u002Fpolygons-and-proximity":7351,"\u002Falgorithms\u002Fintractability\u002Fp-np-reductions":7355,"\u002Falgorithms\u002Fintractability\u002Fnp-completeness":7360,"\u002Falgorithms\u002Fintractability\u002Fcoping-with-hardness":7364,"\u002Falgorithms\u002Fintractability\u002Fapproximation-algorithms":7368,"\u002Falgorithms":7372,"\u002Fcalculus\u002Flimits-and-continuity\u002Ffunctions-and-models":7375,"\u002Fcalculus\u002Flimits-and-continuity\u002Fthe-limit-of-a-function":7380,"\u002Fcalculus\u002Flimits-and-continuity\u002Flimit-laws-and-the-precise-definition":7384,"\u002Fcalculus\u002Flimits-and-continuity\u002Fcontinuity":7388,"\u002Fcalculus\u002Fderivatives\u002Fthe-derivative-and-rates-of-change":7392,"\u002Fcalculus\u002Fderivatives\u002Fdifferentiation-rules-and-the-chain-rule":7397,"\u002Fcalculus\u002Fderivatives\u002Fimplicit-differentiation-and-related-rates":7401,"\u002Fcalculus\u002Fderivatives\u002Flinear-approximations-and-differentials":7405,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fextrema-and-the-mean-value-theorem":7409,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fhow-derivatives-shape-a-graph":7414,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fcurve-sketching-and-optimization":7418,"\u002Fcalculus\u002Fapplications-of-derivatives\u002Fnewtons-method-and-antiderivatives":7422,"\u002Fcalculus\u002Fintegrals\u002Farea-and-the-definite-integral":7426,"\u002Fcalculus\u002Fintegrals\u002Fthe-fundamental-theorem-of-calculus":7431,"\u002Fcalculus\u002Fintegrals\u002Fthe-substitution-rule":7435,"\u002Fcalculus\u002Fapplications-of-integration\u002Fareas-and-volumes":7439,"\u002Fcalculus\u002Fapplications-of-integration\u002Fwork-average-value-and-arc-length":7444,"\u002Fcalculus\u002Fapplications-of-integration\u002Fphysics-economics-and-probability":7448,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Finverse-functions-logarithms-and-exponentials":7452,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Fgrowth-decay-inverse-trig-and-hyperbolic-functions":7457,"\u002Fcalculus\u002Fexponential-logarithmic-and-inverse-functions\u002Flhospitals-rule":7461,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fintegration-by-parts":7465,"\u002Fcalculus\u002Ftechniques-of-integration\u002Ftrigonometric-integrals-and-substitution":7470,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fpartial-fractions-and-integration-strategy":7474,"\u002Fcalculus\u002Ftechniques-of-integration\u002Fapproximate-and-improper-integrals":7478,"\u002Fcalculus\u002Fparametric-and-polar\u002Fparametric-curves-and-their-calculus":7482,"\u002Fcalculus\u002Fparametric-and-polar\u002Fpolar-coordinates":7487,"\u002Fcalculus\u002Fparametric-and-polar\u002Fconic-sections":7491,"\u002Fcalculus\u002Fsequences-and-series\u002Fsequences":7495,"\u002Fcalculus\u002Fsequences-and-series\u002Fseries-and-the-integral-test":7500,"\u002Fcalculus\u002Fsequences-and-series\u002Fthe-convergence-tests":7504,"\u002Fcalculus\u002Fsequences-and-series\u002Fpower-series":7508,"\u002Fcalculus\u002Fsequences-and-series\u002Ftaylor-and-maclaurin-series":7512,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvectors-and-the-dot-product":7516,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fthe-cross-product-lines-and-planes":7521,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fcylinders-and-quadric-surfaces":7525,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Fvector-functions-and-space-curves":7529,"\u002Fcalculus\u002Fvectors-and-space-curves\u002Farc-length-curvature-and-motion":7533,"\u002Fcalculus\u002Fpartial-derivatives\u002Ffunctions-of-several-variables":7537,"\u002Fcalculus\u002Fpartial-derivatives\u002Fpartial-derivatives":7542,"\u002Fcalculus\u002Fpartial-derivatives\u002Ftangent-planes-and-the-chain-rule":7545,"\u002Fcalculus\u002Fpartial-derivatives\u002Fdirectional-derivatives-and-the-gradient":7549,"\u002Fcalculus\u002Fpartial-derivatives\u002Foptimization-and-lagrange-multipliers":7553,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fdouble-integrals":7557,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Ftriple-integrals-and-coordinate-systems":7562,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fvector-fields-and-line-integrals":7566,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fgreens-theorem-curl-and-divergence":7570,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fsurface-integrals":7574,"\u002Fcalculus\u002Fmultiple-integrals-and-vector-calculus\u002Fstokes-and-the-divergence-theorem":7578,"\u002Fcalculus":7582,"\u002Fmechanics\u002Ffoundations\u002Fmeasurement-and-dimensions":7585,"\u002Fmechanics\u002Ffoundations\u002Fvector-algebra":7589,"\u002Fmechanics\u002Fkinematics\u002Fone-dimensional-motion":7593,"\u002Fmechanics\u002Fkinematics\u002Fmotion-graphs":7598,"\u002Fmechanics\u002Fkinematics\u002Fprojectile-motion":7602,"\u002Fmechanics\u002Fkinematics\u002Frelative-motion":7606,"\u002Fmechanics\u002Fkinematics\u002Fcircular-motion":7610,"\u002Fmechanics\u002Fdynamics\u002Fnewtons-laws":7614,"\u002Fmechanics\u002Fdynamics\u002Ffree-body-diagrams":7619,"\u002Fmechanics\u002Fdynamics\u002Ffriction-and-curved-motion":7623,"\u002Fmechanics\u002Fdynamics\u002Fnumerical-dynamics":7627,"\u002Fmechanics\u002Fdynamics\u002Fcenter-of-mass-systems":7631,"\u002Fmechanics\u002Fenergy\u002Fwork-and-kinetic-energy":7635,"\u002Fmechanics\u002Fenergy\u002Fpotential-energy":7640,"\u002Fmechanics\u002Fenergy\u002Fmultiparticle-work":7644,"\u002Fmechanics\u002Fenergy\u002Fmass-energy-and-binding":7648,"\u002Fmechanics\u002Fenergy\u002Fphotons-and-quantization":7652,"\u002Fmechanics\u002Fmomentum\u002Fmomentum-and-collisions":7656,"\u002Fmechanics\u002Fmomentum\u002Fcenter-of-mass-collisions":7661,"\u002Fmechanics\u002Fmomentum\u002Frocket-propulsion":7665,"\u002Fmechanics\u002Frotation\u002Frotational-inertia":7669,"\u002Fmechanics\u002Frotation\u002Frotational-dynamics":7674,"\u002Fmechanics\u002Frotation\u002Frolling-motion":7678,"\u002Fmechanics\u002Frotation\u002Fangular-momentum":7682,"\u002Fmechanics\u002Frotation\u002Frolling-resistance":7686,"\u002Fmechanics\u002Frotation\u002Fgyroscopic-precession":7690,"\u002Fmechanics\u002Fgravity-and-matter\u002Fkeplerian-orbits":7694,"\u002Fmechanics\u002Fgravity-and-matter\u002Fgravitational-fields":7699,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstatic-equilibrium":7703,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-statics":7707,"\u002Fmechanics\u002Fgravity-and-matter\u002Ffluid-flow":7711,"\u002Fmechanics\u002Fgravity-and-matter\u002Forbital-motion":7715,"\u002Fmechanics\u002Fgravity-and-matter\u002Fstress-and-elasticity":7719,"\u002Fmechanics\u002Foscillations-waves\u002Fdamped-oscillators":7723,"\u002Fmechanics\u002Foscillations-waves\u002Ftravelling-waves":7728,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-superposition":7732,"\u002Fmechanics\u002Foscillations-waves\u002Fstanding-waves":7736,"\u002Fmechanics\u002Foscillations-waves\u002Fsound-waves":7740,"\u002Fmechanics\u002Foscillations-waves\u002Fdoppler-effect":7744,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-packets":7748,"\u002Fmechanics\u002Foscillations-waves\u002Fbeats-and-coupling":7752,"\u002Fmechanics\u002Foscillations-waves\u002Fsimple-harmonic-motion":7756,"\u002Fmechanics\u002Foscillations-waves\u002Fpendulum-motion":7760,"\u002Fmechanics\u002Foscillations-waves\u002Fdriven-oscillators":7764,"\u002Fmechanics\u002Foscillations-waves\u002Fwave-boundaries":7768,"\u002Fmechanics\u002Fthermodynamics\u002Fkinetic-theory-of-ideal-gases":7772,"\u002Fmechanics\u002Fthermodynamics\u002Ffirst-law-of-thermodynamics":7777,"\u002Fmechanics\u002Fthermodynamics\u002Fentropy-and-the-second-law":7781,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-processes":7785,"\u002Fmechanics\u002Fthermodynamics\u002Fphase-changes":7789,"\u002Fmechanics\u002Fthermodynamics\u002Fthermal-machines":7793,"\u002Fmechanics":7797,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcharge-and-conductors":7800,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Fcoulombs-law":7805,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-and-force":7809,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-field-maps":7813,"\u002Felectricity-and-magnetism\u002Felectric-fields\u002Felectric-dipoles":7817,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fcontinuous-charge-fields":7821,"\u002Felectricity-and-magnetism\u002Fcontinuous-charge-distributions\u002Fgauss-law-and-conductors":7826,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpoint-charge-potential":7830,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fpotential-gradients-and-equipotentials":7835,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Felectrostatic-energy-and-pressure":7839,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Flaplace-boundary-problems":7843,"\u002Felectricity-and-magnetism\u002Felectric-potential\u002Fcontinuous-charge-potentials":7847,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitance-fundamentals":7851,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-networks":7856,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fcapacitor-energy-and-force":7860,"\u002Felectricity-and-magnetism\u002Fcapacitance\u002Fdielectric-polarization-and-breakdown":7864,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fcurrent-and-resistance":7868,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Fkirchhoff-network-analysis":7873,"\u002Felectricity-and-magnetism\u002Fdirect-current-circuits\u002Frc-transients":7877,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-trajectories":7881,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fhall-effect":7886,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-force-on-conductors":7890,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmagnetic-dipoles":7894,"\u002Felectricity-and-magnetism\u002Fmagnetic-field\u002Fmass-spectrometry":7898,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmoving-charge-fields":7902,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fbiot-savart-law":7907,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fcircular-current-loops":7911,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Famperes-law":7915,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fgauss-law-for-magnetism":7919,"\u002Felectricity-and-magnetism\u002Fmagnetic-sources\u002Fmagnetic-materials":7923,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-flux":7927,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Ffaradays-law":7932,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Flenzs-law":7936,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmotional-emf":7940,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Feddy-currents":7944,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fself-inductance":7948,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Fmagnetic-energy":7952,"\u002Felectricity-and-magnetism\u002Felectromagnetic-induction\u002Frl-circuits":7956,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-fundamentals":7960,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Freactance":7965,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Frlc-resonance":7969,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Fac-power":7973,"\u002Felectricity-and-magnetism\u002Falternating-current\u002Ftransformers":7977,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdisplacement-current":7981,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-waves":7986,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Felectromagnetic-momentum":7990,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fdipole-radiation":7994,"\u002Felectricity-and-magnetism\u002Fmaxwell-electromagnetic-waves\u002Fpolarization":7998,"\u002Felectricity-and-magnetism\u002Foptics\u002Freflection-and-refraction":8002,"\u002Felectricity-and-magnetism\u002Foptics\u002Fthin-lenses":8007,"\u002Felectricity-and-magnetism\u002Foptics\u002Fspherical-mirrors":8011,"\u002Felectricity-and-magnetism":8015,"\u002Flinear-algebra\u002Flinear-systems\u002Fsystems-and-echelon-forms":8018,"\u002Flinear-algebra\u002Flinear-systems\u002Fvector-and-matrix-equations":8023,"\u002Flinear-algebra\u002Flinear-systems\u002Fsolution-sets-and-applications":8027,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-independence":8031,"\u002Flinear-algebra\u002Flinear-systems\u002Flinear-transformations":8035,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-operations":8039,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fmatrix-inverse-and-invertibility":8044,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fpartitioned-matrices-and-lu":8048,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fsubspaces-dimension-rank":8052,"\u002Flinear-algebra\u002Fmatrix-algebra\u002Fapplications-leontief-and-graphics":8056,"\u002Flinear-algebra\u002Fdeterminants\u002Fdeterminants-and-cofactors":8060,"\u002Flinear-algebra\u002Fdeterminants\u002Fproperties-of-determinants":8065,"\u002Flinear-algebra\u002Fdeterminants\u002Fcramer-volume-and-area":8069,"\u002Flinear-algebra\u002Fvector-spaces\u002Fvector-spaces-and-subspaces":8073,"\u002Flinear-algebra\u002Fvector-spaces\u002Fnull-and-column-spaces":8078,"\u002Flinear-algebra\u002Fvector-spaces\u002Fbases-and-independent-sets":8082,"\u002Flinear-algebra\u002Fvector-spaces\u002Fcoordinate-systems":8086,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdimension-and-rank":8090,"\u002Flinear-algebra\u002Fvector-spaces\u002Fchange-of-basis":8094,"\u002Flinear-algebra\u002Fvector-spaces\u002Fdifference-equations-and-markov":8098,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-eigenvalues":8102,"\u002Flinear-algebra\u002Feigenvalues\u002Fthe-characteristic-equation":8107,"\u002Flinear-algebra\u002Feigenvalues\u002Fdiagonalization":8111,"\u002Flinear-algebra\u002Feigenvalues\u002Feigenvectors-and-linear-transformations":8115,"\u002Flinear-algebra\u002Feigenvalues\u002Fcomplex-eigenvalues":8119,"\u002Flinear-algebra\u002Feigenvalues\u002Fdynamical-systems":8123,"\u002Flinear-algebra\u002Feigenvalues\u002Fpower-method":8127,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-length-orthogonality":8131,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Forthogonal-sets-and-projections":8136,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fgram-schmidt-and-qr":8140,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-problems":8144,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Fleast-squares-applications":8148,"\u002Flinear-algebra\u002Forthogonality-least-squares\u002Finner-product-spaces":8152,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fdiagonalizing-symmetric-matrices":8156,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fquadratic-forms":8161,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fconstrained-optimization":8165,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsingular-value-decomposition":8169,"\u002Flinear-algebra\u002Fsymmetric-quadratic-svd\u002Fsvd-applications-pca-imaging":8173,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-thinking-and-matrix-computation":8177,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Flu-and-cholesky":8182,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fconditioning-and-floating-point":8186,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fstability-and-error-analysis":8190,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fqr-and-numerical-least-squares":8194,"\u002Flinear-algebra\u002Fnumerical-linear-algebra\u002Fnumerical-eigenvalues-and-svd":8198,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-combinations":8202,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Faffine-independence-and-barycentric-coordinates":8207,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fconvex-combinations-and-convex-sets":8211,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fhyperplanes-and-polytopes":8215,"\u002Flinear-algebra\u002Fgeometry-of-vector-spaces\u002Fcurves-and-surfaces":8219,"\u002Flinear-algebra":8223,"\u002Ftheory-of-computation":8226,"\u002Fcomputer-architecture\u002Ffoundations\u002Fbits-bytes-and-words":8229,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-representation":8233,"\u002Fcomputer-architecture\u002Ffoundations\u002Finteger-arithmetic":8237,"\u002Fcomputer-architecture\u002Ffoundations\u002Ffloating-point":8241,"\u002Fcomputer-architecture\u002Ffoundations\u002Fboolean-algebra-and-bit-manipulation":8245,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fthe-machines-view":8249,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fdata-movement":8254,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farithmetic-and-logic":8258,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fcontrol-flow":8262,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fprocedures":8266,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Farrays-structs-and-alignment":8270,"\u002Fcomputer-architecture\u002Fmachine-level-x86-64\u002Fmemory-layout-and-buffer-overflows":8274,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fwhat-an-isa-is":8278,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Finstruction-formats-and-operands":8283,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Faddressing-modes":8287,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fthe-y86-64-instruction-set":8291,"\u002Fcomputer-architecture\u002Finstruction-set-architecture\u002Fy86-64-programming":8295,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Ftransistors-gates-and-boolean-functions":8299,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fcombinational-logic-and-hcl":8304,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmultiplexers-decoders-and-the-alu":8308,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fmemory-elements-latches-flip-flops-and-clocking":8312,"\u002Fcomputer-architecture\u002Fdigital-logic\u002Fregister-files-and-random-access-memory":8316,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-fetch-decode-execute-cycle":8320,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fthe-seq-stages":8325,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fcontrol-logic-and-sequencing":8329,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Fassembling-seq":8333,"\u002Fcomputer-architecture\u002Fprocessor-design\u002Ftracing-a-program":8337,"\u002Fcomputer-architecture\u002Fpipelining\u002Fpipelining-principles":8341,"\u002Fcomputer-architecture\u002Fpipelining\u002Ffrom-seq-to-pipe":8346,"\u002Fcomputer-architecture\u002Fpipelining\u002Fdata-hazards-stalling-and-forwarding":8350,"\u002Fcomputer-architecture\u002Fpipelining\u002Fcontrol-hazards-and-branch-prediction":8354,"\u002Fcomputer-architecture\u002Fpipelining\u002Fthe-complete-pipe-processor":8358,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fstorage-technologies-and-the-latency-gap":8362,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Flocality":8367,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-memories-direct-mapped":8371,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fset-associative-and-write-policies":8375,"\u002Fcomputer-architecture\u002Fmemory-hierarchy\u002Fcache-performance-and-cache-friendly-code":8379,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Faddress-spaces-and-translation":8383,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fpage-tables-and-page-faults":8388,"\u002Fcomputer-architecture\u002Fvirtual-memory\u002Fthe-tlb-and-multi-level-page-tables":8392,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Fexceptional-control-flow":8396,"\u002Fcomputer-architecture\u002Fexceptions-and-io\u002Finterrupts-and-the-kernel":8401,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fprocesses-threads-and-parallelism":8405,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fhardware-multithreading":8410,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fcache-coherence":8414,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmemory-consistency-and-synchronization":8418,"\u002Fcomputer-architecture\u002Fmultithreading-and-multicore\u002Fmulticore-organization":8422,"\u002Fcomputer-architecture\u002Fcapstone\u002Fthe-whole-machine":8426,"\u002Fcomputer-architecture\u002Fcapstone\u002Fassembling-a-complete-cpu":8431,"\u002Fcomputer-architecture":8435,"\u002Fdifferential-equations\u002Ffoundations\u002Fmodels-and-direction-fields":8438,"\u002Fdifferential-equations\u002Ffoundations\u002Fclassification-and-terminology":8442,"\u002Fdifferential-equations\u002Ffirst-order\u002Flinear-first-order-integrating-factors":8446,"\u002Fdifferential-equations\u002Ffirst-order\u002Fseparable-and-exact":8451,"\u002Fdifferential-equations\u002Ffirst-order\u002Fmodeling-first-order":8455,"\u002Fdifferential-equations\u002Ffirst-order\u002Fautonomous-and-population-dynamics":8459,"\u002Fdifferential-equations\u002Ffirst-order\u002Fexistence-uniqueness-euler":8463,"\u002Fdifferential-equations\u002Ffirst-order\u002Ffirst-order-difference-equations":8467,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhomogeneous-constant-coefficients":8471,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fcomplex-and-repeated-roots":8476,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fnonhomogeneous-undetermined-coefficients":8480,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fvariation-of-parameters":8484,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fmechanical-electrical-vibrations":8488,"\u002Fdifferential-equations\u002Fsecond-order-linear\u002Fhigher-order-linear":8492,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fpower-series-ordinary-points":8496,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fregular-singular-frobenius":8501,"\u002Fdifferential-equations\u002Fseries-solutions\u002Fbessel-and-special-functions":8505,"\u002Fdifferential-equations\u002Flaplace\u002Flaplace-definition-ivps":8509,"\u002Fdifferential-equations\u002Flaplace\u002Fstep-impulse-convolution":8514,"\u002Fdifferential-equations\u002Fsystems\u002Fmatrices-eigenvalues-review":8518,"\u002Fdifferential-equations\u002Fsystems\u002Fconstant-coefficient-systems-phase-portraits":8523,"\u002Fdifferential-equations\u002Fsystems\u002Frepeated-eigenvalues-fundamental-matrices":8527,"\u002Fdifferential-equations\u002Fnumerical\u002Feuler-and-runge-kutta":8531,"\u002Fdifferential-equations\u002Fnumerical\u002Fmultistep-systems-stability":8536,"\u002Fdifferential-equations\u002Fnonlinear\u002Fphase-plane-autonomous-stability":8540,"\u002Fdifferential-equations\u002Fnonlinear\u002Flocally-linear-and-liapunov":8545,"\u002Fdifferential-equations\u002Fnonlinear\u002Fcompeting-species-predator-prey-limit-cycles":8549,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Ffourier-series":8553,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fheat-wave-laplace-equations":8558,"\u002Fdifferential-equations\u002Fpdes-fourier-bvp\u002Fsturm-liouville":8562,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fcalculus-of-variations":8566,"\u002Fdifferential-equations\u002Fhistory-variations\u002Fhistorical-notes":8571,"\u002Fdifferential-equations":8575,"\u002Frelativity\u002Ffoundations\u002Fspecial-relativity-postulates":8578,"\u002Frelativity\u002Ffoundations\u002Florentz-transformation-spacetime":8583,"\u002Frelativity\u002Ffoundations\u002Ftime-dilation-length-contraction":8587,"\u002Frelativity\u002Ffoundations\u002Frelativistic-momentum-energy":8591,"\u002Frelativity\u002Ffoundations\u002Fgeneral-relativity":8595,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fminkowski-spacetime-and-the-interval":8599,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Ffour-vectors-and-index-notation":8604,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fthe-lorentz-group-and-rapidity":8608,"\u002Frelativity\u002Fspacetime-and-the-lorentz-group\u002Fdoppler-aberration-and-appearance":8612,"\u002Frelativity\u002Frelativistic-dynamics\u002Ffour-momentum-force-and-accelerated-motion":8616,"\u002Frelativity\u002Frelativistic-dynamics\u002Fparticle-decays-and-two-body-kinematics":8621,"\u002Frelativity\u002Frelativistic-dynamics\u002Fcollisions-thresholds-and-the-cm-frame":8625,"\u002Frelativity\u002Frelativistic-dynamics\u002Fmandelstam-variables-and-invariants":8629,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ffour-current-and-the-four-potential":8633,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fthe-electromagnetic-field-tensor":8638,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Ftransformation-of-electric-and-magnetic-fields":8642,"\u002Frelativity\u002Fcovariant-electrodynamics\u002Fcovariant-maxwell-and-the-stress-energy-tensor":8646,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-equivalence-principle-formalized":8650,"\u002Frelativity\u002Fcurved-spacetime\u002Fmanifolds-vectors-and-the-metric":8655,"\u002Frelativity\u002Fcurved-spacetime\u002Fcovariant-derivative-and-christoffel-symbols":8659,"\u002Frelativity\u002Fcurved-spacetime\u002Fgeodesics-and-the-geodesic-equation":8663,"\u002Frelativity\u002Fcurved-spacetime\u002Fcurvature-riemann-and-geodesic-deviation":8667,"\u002Frelativity\u002Fcurved-spacetime\u002Fthe-einstein-field-equations":8671,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fthe-schwarzschild-metric":8675,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Fgeodesics-and-orbits-in-schwarzschild":8680,"\u002Frelativity\u002Fthe-schwarzschild-solution\u002Flight-bending-and-null-geodesics":8684,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fperihelion-precession-of-mercury":8688,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fdeflection-of-light-and-gravitational-lensing":8693,"\u002Frelativity\u002Ftests-of-general-relativity\u002Fgravitational-redshift-and-shapiro-delay":8697,"\u002Frelativity\u002Ftests-of-general-relativity\u002Frelativity-in-technology-gps":8701,"\u002Frelativity\u002Fblack-holes\u002Fhorizons-and-coordinate-singularities":8705,"\u002Frelativity\u002Fblack-holes\u002Frotating-and-charged-black-holes":8710,"\u002Frelativity\u002Fblack-holes\u002Fblack-hole-thermodynamics":8714,"\u002Frelativity\u002Fgravitational-waves\u002Flinearized-gravity-and-wave-solutions":8718,"\u002Frelativity\u002Fgravitational-waves\u002Fgeneration-and-the-quadrupole-formula":8723,"\u002Frelativity\u002Fgravitational-waves\u002Fdetection-ligo-and-the-first-events":8727,"\u002Frelativity\u002Fcosmological-bridge\u002Fthe-cosmological-principle-and-flrw-metric":8731,"\u002Frelativity\u002Fcosmological-bridge\u002Ffriedmann-equations-and-cosmic-dynamics":8736,"\u002Frelativity":8740,"\u002Fphysical-computing":8743,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fblackbody-radiation-and-the-planck-quantum":8746,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-photoelectric-effect-and-the-photon":8751,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fx-rays-and-the-compton-effect":8755,"\u002Fquantum-mechanics\u002Fold-quantum-theory\u002Fthe-old-quantum-theory-bohr-and-sommerfeld":8759,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fde-broglie-waves-and-electron-diffraction":8763,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fwave-packets-and-the-probability-interpretation":8768,"\u002Fquantum-mechanics\u002Fmatter-waves\u002Fthe-uncertainty-principle":8772,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-schrodinger-equation-in-one-dimension":8776,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-free-particle-and-wave-packet-dynamics":8781,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fparticle-in-infinite-and-finite-square-wells":8785,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Foperators-expectation-values-and-the-harmonic-oscillator":8789,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fthe-dirac-delta-potential":8793,"\u002Fquantum-mechanics\u002Fwave-mechanics-1d\u002Fbarrier-penetration-and-quantum-tunneling":8797,"\u002Fquantum-mechanics\u002Fformalism\u002Fhilbert-space-and-dirac-notation":8801,"\u002Fquantum-mechanics\u002Fformalism\u002Fobservables-hermitian-operators-and-eigenvalues":8806,"\u002Fquantum-mechanics\u002Fformalism\u002Fthe-postulates-and-quantum-measurement":8810,"\u002Fquantum-mechanics\u002Fformalism\u002Fposition-momentum-and-continuous-spectra":8814,"\u002Fquantum-mechanics\u002Fformalism\u002Fcommutators-and-the-generalized-uncertainty-principle":8818,"\u002Fquantum-mechanics\u002Fformalism\u002Ftime-evolution-schrodinger-and-heisenberg-pictures":8822,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fladder-operators-and-the-number-states":8826,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fcoherent-and-squeezed-states":8831,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fsymmetries-generators-and-conservation-laws":8835,"\u002Fquantum-mechanics\u002Foscillator-and-symmetry\u002Fparity-time-reversal-and-discrete-symmetries":8839,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Forbital-angular-momentum-and-spherical-harmonics":8843,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Fthe-angular-momentum-algebra":8847,"\u002Fquantum-mechanics\u002Fangular-momentum\u002Faddition-of-angular-momenta-and-clebsch-gordan":8851,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-schrodinger-equation-in-three-dimensions":8855,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-hydrogen-atom":8860,"\u002Fquantum-mechanics\u002Fcentral-potentials\u002Fthe-isotropic-oscillator-and-hidden-symmetry":8864,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-half-pauli-matrices-and-stern-gerlach":8868,"\u002Fquantum-mechanics\u002Fspin\u002Fspin-in-a-magnetic-field-precession-and-resonance":8873,"\u002Fquantum-mechanics\u002Fspin\u002Ftwo-level-systems-and-the-bloch-sphere":8877,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fidentical-particles-and-exchange-symmetry":8881,"\u002Fquantum-mechanics\u002Fidentical-particles\u002Fthe-pauli-principle-atoms-and-the-periodic-table":8886,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ftime-independent-perturbation-theory":8890,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Ffine-structure-and-the-real-hydrogen-atom":8895,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-zeeman-and-stark-effects":8899,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-variational-method":8903,"\u002Fquantum-mechanics\u002Fapproximation-methods\u002Fthe-wkb-approximation":8907,"\u002Fquantum-mechanics":8911,"\u002Freal-analysis\u002Ffoundations\u002Fsets-logic-functions":8914,"\u002Freal-analysis\u002Ffoundations\u002Fordered-fields-completeness":8919,"\u002Freal-analysis\u002Ffoundations\u002Fabsolute-value-bounds":8923,"\u002Freal-analysis\u002Ffoundations\u002Fintervals-uncountability":8927,"\u002Freal-analysis\u002Fsequences-series\u002Fsequences-limits":8931,"\u002Freal-analysis\u002Fsequences-series\u002Flimit-laws-monotone":8936,"\u002Freal-analysis\u002Fsequences-series\u002Flimsup-bolzano-weierstrass":8940,"\u002Freal-analysis\u002Fsequences-series\u002Fcauchy-completeness":8944,"\u002Freal-analysis\u002Fsequences-series\u002Fseries-convergence":8948,"\u002Freal-analysis\u002Fsequences-series\u002Fabsolute-conditional-rearrangement":8952,"\u002Freal-analysis\u002Fmetric-spaces\u002Fmetric-spaces-norms":8956,"\u002Freal-analysis\u002Fmetric-spaces\u002Fopen-closed-sets":8961,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconvergence-completeness":8965,"\u002Freal-analysis\u002Fmetric-spaces\u002Fcompactness":8969,"\u002Freal-analysis\u002Fmetric-spaces\u002Fconnectedness":8973,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-of-functions":8977,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuous-functions":8981,"\u002Freal-analysis\u002Fcontinuity\u002Fevt-ivt":8985,"\u002Freal-analysis\u002Fcontinuity\u002Funiform-continuity":8989,"\u002Freal-analysis\u002Fcontinuity\u002Fcontinuity-metric-spaces":8993,"\u002Freal-analysis\u002Fcontinuity\u002Flimits-infinity-monotone":8997,"\u002Freal-analysis\u002Fdifferentiation\u002Fthe-derivative":9001,"\u002Freal-analysis\u002Fdifferentiation\u002Fmean-value-theorem":9006,"\u002Freal-analysis\u002Fdifferentiation\u002Ftaylors-theorem":9010,"\u002Freal-analysis\u002Fdifferentiation\u002Finverse-function-1d":9014,"\u002Freal-analysis\u002Friemann-integration\u002Fdarboux-integral":9018,"\u002Freal-analysis\u002Friemann-integration\u002Fintegrability-classes":9023,"\u002Freal-analysis\u002Friemann-integration\u002Fproperties-of-the-integral":9027,"\u002Freal-analysis\u002Friemann-integration\u002Ffundamental-theorem":9031,"\u002Freal-analysis\u002Friemann-integration\u002Flog-exp-improper":9034,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpointwise-uniform-convergence":9038,"\u002Freal-analysis\u002Ffunction-sequences\u002Finterchange-of-limits":9043,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpower-series-weierstrass":9047,"\u002Freal-analysis\u002Ffunction-sequences\u002Fpicard-ode":9051,"\u002Freal-analysis\u002Fseveral-variables\u002Fdifferentiability-rn":9055,"\u002Freal-analysis\u002Fseveral-variables\u002Fgradient-chain-rule":9060,"\u002Freal-analysis\u002Fseveral-variables\u002Fhigher-derivatives-taylor-extrema":9064,"\u002Freal-analysis\u002Fseveral-variables\u002Finverse-implicit-theorems":9068,"\u002Freal-analysis\u002Fseveral-variables\u002Fmultiple-integrals":9072,"\u002Freal-analysis":9076,"\u002Fabstract-algebra\u002Ffoundations\u002Fsets-functions-relations":9079,"\u002Fabstract-algebra\u002Ffoundations\u002Fintegers-and-modular-arithmetic":9083,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fgroup-axioms-and-first-examples":9087,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fdihedral-and-symmetric-groups":9092,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fmatrix-and-quaternion-groups":9096,"\u002Fabstract-algebra\u002Fgroups-and-symmetry\u002Fhomomorphisms-and-group-actions":9100,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fsubgroups-and-substructures":9104,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcyclic-groups":9109,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fgeneration-and-subgroup-lattices":9113,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcosets-lagrange-and-normal-subgroups":9117,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fisomorphism-theorems":9121,"\u002Fabstract-algebra\u002Fsubgroups-and-quotients\u002Fcomposition-series-and-the-alternating-group":9125,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Factions-and-cayleys-theorem":9129,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fconjugation-and-the-class-equation":9134,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fsylow-theorems":9138,"\u002Fabstract-algebra\u002Fgroup-actions-and-sylow\u002Fautomorphisms-and-simple-groups":9142,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fdirect-products-and-finite-abelian-groups":9146,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fsemidirect-products":9151,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fnilpotent-and-solvable-groups":9155,"\u002Fabstract-algebra\u002Fproducts-and-group-structure\u002Fclassifying-small-groups":9159,"\u002Fabstract-algebra\u002Fring-theory\u002Frings-definitions-and-examples":9163,"\u002Fabstract-algebra\u002Fring-theory\u002Fideals-quotients-and-homomorphisms":9168,"\u002Fabstract-algebra\u002Fring-theory\u002Ffractions-and-the-chinese-remainder-theorem":9172,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Feuclidean-domains-pids-ufds":9176,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fpolynomial-rings-over-fields":9181,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Fgauss-lemma-and-unique-factorization":9185,"\u002Fabstract-algebra\u002Ffactorization-and-polynomials\u002Firreducibility-criteria-and-groebner":9189,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fintroduction-to-modules":9193,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ffree-modules-and-direct-sums":9198,"\u002Fabstract-algebra\u002Fmodule-theory\u002Ftensor-products-and-exact-sequences":9202,"\u002Fabstract-algebra\u002Fmodule-theory\u002Fvector-spaces-and-linear-maps":9206,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fstructure-theorem-over-pids":9210,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Frational-canonical-form":9215,"\u002Fabstract-algebra\u002Fmodules-over-pids\u002Fjordan-canonical-form":9219,"\u002Fabstract-algebra\u002Ffield-theory\u002Ffield-extensions-and-algebraic-elements":9223,"\u002Fabstract-algebra\u002Ffield-theory\u002Fstraightedge-and-compass-constructions":9228,"\u002Fabstract-algebra\u002Ffield-theory\u002Fsplitting-fields-and-algebraic-closure":9232,"\u002Fabstract-algebra\u002Ffield-theory\u002Fseparable-and-cyclotomic-extensions":9236,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fthe-galois-correspondence":9240,"\u002Fabstract-algebra\u002Fgalois-theory\u002Ffinite-fields":9245,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fcyclotomic-and-abelian-extensions":9249,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fgalois-groups-of-polynomials":9253,"\u002Fabstract-algebra\u002Fgalois-theory\u002Fsolvability-by-radicals-and-the-quintic":9257,"\u002Fabstract-algebra\u002Fcapstone\u002Fcommutative-algebra-and-algebraic-geometry":9261,"\u002Fabstract-algebra\u002Fcapstone\u002Frepresentation-and-character-theory":9266,"\u002Fabstract-algebra":9270,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fatomic-spectra-rutherford":9273,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-model-hydrogen":9278,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fx-ray-spectra-franck-hertz":9282,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fbohr-sommerfeld-old-quantum-theory":9286,"\u002Fatomic-physics\u002Fearly-models-and-old-quantum-theory\u002Fold-quantum-theory-limits-wkb":9290,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fschrodinger-3d-hydrogen":9294,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fhydrogen-wave-functions":9299,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fradial-equation-in-full":9303,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fsymmetry-degeneracy-runge-lenz":9307,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fexpectation-values-virial":9311,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Fquantum-defects-alkali-spectra":9315,"\u002Fatomic-physics\u002Fquantum-hydrogen-atom\u002Frydberg-atoms":9319,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Frelativistic-kinetic-correction":9323,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fspin-orbit-thomas-precession":9328,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdarwin-term-fine-structure-formula":9332,"\u002Fatomic-physics\u002Ffine-structure-and-the-dirac-atom\u002Fdirac-equation-hydrogen":9336,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Flamb-shift-qed":9340,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fhyperfine-structure-21cm":9345,"\u002Fatomic-physics\u002Fqed-corrections-and-hyperfine-structure\u002Fnuclear-effects-isotope-shift":9349,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fperiodic-table-atomic-spectra":9353,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fcentral-field-self-consistent":9358,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fidentical-particles-hartree-fock":9362,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhelium-two-electron-atom":9366,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fls-jj-coupling-term-symbols":9370,"\u002Fatomic-physics\u002Fmany-electron-atoms\u002Fhund-rules-ground-terms":9374,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fzeeman-effect":9378,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fpaschen-back-intermediate":9383,"\u002Fatomic-physics\u002Fatoms-in-external-fields\u002Fstark-effect-polarizability":9387,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Ftime-dependent-perturbation-golden-rule":9391,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fdipole-approximation-einstein-coefficients":9396,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Fselection-rules-forbidden-transitions":9400,"\u002Fatomic-physics\u002Fradiative-transitions-and-line-shapes\u002Flifetimes-and-line-shapes":9404,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Flaser-principles":9408,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fspectroscopy-techniques":9413,"\u002Fatomic-physics\u002Flasers-and-spectroscopy\u002Fline-catalog-nist-asd":9417,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Flaser-cooling-doppler":9421,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fsub-doppler-trapping":9426,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Fbose-einstein-condensation":9430,"\u002Fatomic-physics\u002Fmodern-atomic-physics\u002Foptical-clocks-precision":9434,"\u002Fatomic-physics":9438,"\u002Fdatabases":9441,"\u002Fcategory-theory\u002Ffoundations\u002Fwhat-is-a-category":9444,"\u002Fcategory-theory\u002Ffoundations\u002Fexamples-of-categories":9448,"\u002Fcategory-theory\u002Ffoundations\u002Fspecial-morphisms":9452,"\u002Fcategory-theory\u002Ffoundations\u002Ffunctors":9456,"\u002Fcategory-theory\u002Ffoundations\u002Fnatural-transformations":9460,"\u002Fcategory-theory\u002Ffoundations\u002Fsize-and-set-theory":9464,"\u002Fcategory-theory\u002Funiversal-properties\u002Funiversal-properties":9468,"\u002Fcategory-theory\u002Funiversal-properties\u002Fproducts-and-coproducts":9473,"\u002Fcategory-theory\u002Funiversal-properties\u002Fconstructions-on-categories":9477,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Frepresentable-functors":9481,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-lemma":9486,"\u002Fcategory-theory\u002Frepresentables-yoneda\u002Fyoneda-consequences":9490,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits":9494,"\u002Fcategory-theory\u002Flimits-colimits\u002Fproducts-equalizers-pullbacks":9499,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcolimits":9503,"\u002Fcategory-theory\u002Flimits-colimits\u002Fcomputing-limits":9507,"\u002Fcategory-theory\u002Flimits-colimits\u002Flimits-and-functors":9511,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions":9515,"\u002Fcategory-theory\u002Fadjunctions\u002Funits-and-counits":9520,"\u002Fcategory-theory\u002Fadjunctions\u002Fadjunctions-via-universal-arrows":9524,"\u002Fcategory-theory\u002Fadjunctions\u002Ffree-forgetful-adjunctions":9528,"\u002Fcategory-theory\u002Fadjoints-limits\u002Flimits-via-adjoints":9532,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fpresheaf-limits-colimits":9537,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoints-preserve-limits":9541,"\u002Fcategory-theory\u002Fadjoints-limits\u002Fadjoint-functor-theorem":9545,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fmonads":9549,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-eilenberg-moore":9554,"\u002Fcategory-theory\u002Fmonads-algebras\u002Fkleisli-and-programming":9558,"\u002Fcategory-theory\u002Fmonads-algebras\u002Falgebras-for-endofunctors":9562,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Fcartesian-closed-categories":9566,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Flambda-calculus-correspondence":9571,"\u002Fcategory-theory\u002Fcartesian-closed-lambda\u002Ffixed-points-and-recursion":9575,"\u002Fcategory-theory":9579,"\u002Fdeep-learning\u002Fmathematical-background\u002Flinear-algebra-for-deep-learning":9582,"\u002Fdeep-learning\u002Fmathematical-background\u002Fprobability-and-information-theory":9586,"\u002Fdeep-learning\u002Fmathematical-background\u002Fnumerical-computation":9590,"\u002Fdeep-learning\u002Fmathematical-background\u002Fcalculus":9594,"\u002Fdeep-learning\u002Ffoundations\u002Fwhat-is-deep-learning":9597,"\u002Fdeep-learning\u002Ffoundations\u002Fmachine-learning-refresher":9601,"\u002Fdeep-learning\u002Ffoundations\u002Flinear-models-and-the-perceptron":9605,"\u002Fdeep-learning\u002Fneural-networks\u002Fthe-multilayer-perceptron":9609,"\u002Fdeep-learning\u002Fneural-networks\u002Factivation-functions":9614,"\u002Fdeep-learning\u002Fneural-networks\u002Funiversal-approximation":9618,"\u002Fdeep-learning\u002Fneural-networks\u002Fbackpropagation":9622,"\u002Fdeep-learning\u002Fneural-networks\u002Floss-functions-and-output-units":9626,"\u002Fdeep-learning\u002Foptimization\u002Fgradient-descent-and-sgd":9630,"\u002Fdeep-learning\u002Foptimization\u002Fmomentum-and-adaptive-methods":9635,"\u002Fdeep-learning\u002Foptimization\u002Finitialization":9639,"\u002Fdeep-learning\u002Foptimization\u002Fthe-optimization-landscape":9643,"\u002Fdeep-learning\u002Foptimization\u002Fsecond-order-and-approximate-methods":9647,"\u002Fdeep-learning\u002Fregularization\u002Fregularization-overview":9651,"\u002Fdeep-learning\u002Fregularization\u002Fdropout-and-data-augmentation":9656,"\u002Fdeep-learning\u002Fregularization\u002Fearly-stopping-and-parameter-sharing":9660,"\u002Fdeep-learning\u002Fregularization\u002Fnormalization":9664,"\u002Fdeep-learning\u002Farchitectures\u002Fconvolutional-networks":9668,"\u002Fdeep-learning\u002Farchitectures\u002Fcnn-architectures":9673,"\u002Fdeep-learning\u002Farchitectures\u002Frecurrent-networks":9677,"\u002Fdeep-learning\u002Farchitectures\u002Flstm-and-gru":9681,"\u002Fdeep-learning\u002Farchitectures\u002Fattention-and-transformers":9685,"\u002Fdeep-learning\u002Farchitectures\u002Fthe-transformer-architecture":9689,"\u002Fdeep-learning\u002Farchitectures\u002Ftransformers-in-practice":9693,"\u002Fdeep-learning\u002Farchitectures\u002Fgraph-neural-networks":9697,"\u002Fdeep-learning\u002Farchitectures\u002Fstate-space-models":9701,"\u002Fdeep-learning\u002Ftheory\u002Fgeneralization-theory":9705,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-robustness":9710,"\u002Fdeep-learning\u002Ftheory\u002Fadversarial-defenses":9714,"\u002Fdeep-learning\u002Ftheory\u002Fbayesian-and-ensemble-methods":9718,"\u002Fdeep-learning\u002Ftheory\u002Fdeep-equilibrium-models":9722,"\u002Fdeep-learning\u002Fgenerative-models\u002Flinear-factor-models":9726,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoencoders":9731,"\u002Fdeep-learning\u002Fgenerative-models\u002Fvariational-autoencoders":9735,"\u002Fdeep-learning\u002Fgenerative-models\u002Fgenerative-adversarial-networks":9739,"\u002Fdeep-learning\u002Fgenerative-models\u002Fautoregressive-and-normalizing-flows":9743,"\u002Fdeep-learning\u002Fgenerative-models\u002Fenergy-based-and-boltzmann-machines":9747,"\u002Fdeep-learning\u002Fgenerative-models\u002Fdiffusion-and-score-based-models":9751,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fstructured-probabilistic-models":9755,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fmonte-carlo-and-mcmc":9760,"\u002Fdeep-learning\u002Fprobabilistic-methods\u002Fapproximate-inference":9764,"\u002Fdeep-learning\u002Fpractical\u002Fpractical-methodology":9768,"\u002Fdeep-learning\u002Fpractical\u002Fhyperparameters-and-debugging":9773,"\u002Fdeep-learning\u002Fpractical\u002Frepresentation-learning":9777,"\u002Fdeep-learning\u002Fpractical\u002Ftransfer-learning":9781,"\u002Fdeep-learning\u002Fpractical\u002Fapplications":9785,"\u002Fdeep-learning\u002Fpractical\u002Fmodel-compression-and-distillation":9789,"\u002Fdeep-learning\u002Fpractical\u002Fmeta-learning-and-few-shot":9793,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Flarge-language-models":9797,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fscaling-inference-and-alignment":9802,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fseq2seq-pretraining-and-bart":9806,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ftext-to-text-transfer-and-conditional-generation":9810,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fspeech-and-audio-models":9814,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fself-supervised-speech-and-synthesis":9818,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fai-agents":9822,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fagent-memory-retrieval-and-orchestration":9826,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmixture-of-experts":9830,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Fmultimodal-models":9834,"\u002Fdeep-learning\u002Flarge-models-and-agents\u002Ffusion-and-vision-language-models":9838,"\u002Fdeep-learning\u002Freinforcement-learning\u002Ffoundations-of-reinforcement-learning":9842,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fmodel-free-prediction-and-control":9847,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fdeep-q-networks":9851,"\u002Fdeep-learning\u002Freinforcement-learning\u002Fpolicy-gradients-and-actor-critic":9855,"\u002Fdeep-learning\u002Freinforcement-learning\u002Frl-from-human-feedback":9859,"\u002Fdeep-learning":9863,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fequilibrium-state-variables-zeroth-law":9866,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Ffirst-law-heat-and-work":9870,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fsecond-law-entropy-and-the-carnot-bound":9874,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fthermodynamic-potentials-and-maxwell-relations":9878,"\u002Fstatistical-mechanics\u002Fthermodynamics\u002Fstability-response-functions-and-the-third-law":9882,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fclassical-statistics-and-equipartition":9886,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fphase-space-and-liouvilles-theorem":9891,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fensembles-and-the-equal-probability-postulate":9895,"\u002Fstatistical-mechanics\u002Ffoundations\u002Fstatistical-entropy-boltzmann-and-gibbs":9899,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fmicrocanonical-ensemble-and-entropy":9903,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fequilibrium-conditions-temperature-pressure-chemical-potential":9908,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Fideal-gas-phase-space-and-the-sackur-tetrode-entropy":9912,"\u002Fstatistical-mechanics\u002Fmicrocanonical\u002Ftwo-state-systems-paramagnets-and-negative-temperature":9916,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fcanonical-ensemble-and-the-boltzmann-distribution":9920,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fpartition-function-and-the-helmholtz-free-energy":9925,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fenergy-fluctuations-and-ensemble-equivalence":9929,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fthe-einstein-solid-and-harmonic-systems":9933,"\u002Fstatistical-mechanics\u002Fcanonical\u002Fparamagnetism-and-the-schottky-anomaly":9937,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fideal-gas-partition-function-and-the-gibbs-paradox":9941,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fequipartition-and-the-virial-theorem":9946,"\u002Fstatistical-mechanics\u002Fclassical-gas\u002Fmolecular-gases-rotation-and-vibration":9950,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fgrand-canonical-ensemble-and-the-grand-partition-function":9954,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fchemical-potential-fugacity-and-number-fluctuations":9959,"\u002Fstatistical-mechanics\u002Fgrand-canonical\u002Fensemble-summary-and-the-thermodynamic-web":9963,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fquantum-statistics-bose-einstein-and-fermi-dirac":9967,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fderiving-the-quantum-distributions":9972,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fthe-classical-limit-and-quantum-concentration":9976,"\u002Fstatistical-mechanics\u002Fquantum-statistics\u002Fideal-quantum-gases-general-framework":9980,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-and-the-fermion-gas":9984,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthe-photon-gas-and-plancks-radiation-law":9989,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fblackbody-thermodynamics-and-radiation-pressure":9993,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fphonons-and-the-debye-model":9997,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fbose-einstein-condensation-derived":10001,"\u002Fstatistical-mechanics\u002Fbose-systems\u002Fthermodynamics-of-the-bose-gas-and-superfluidity":10005,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fthe-ideal-fermi-gas-at-zero-temperature":10009,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fsommerfeld-expansion-and-electrons-in-metals":10014,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":10018,"\u002Fstatistical-mechanics\u002Ffermi-gas\u002Fneutron-stars-and-nuclear-matter":10022,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-cluster-expansion-and-virial-coefficients":10026,"\u002Fstatistical-mechanics\u002Finteractions\u002Fthe-van-der-waals-gas-and-liquid-gas-coexistence":10031,"\u002Fstatistical-mechanics\u002Finteractions\u002Fquantum-gases-with-interactions-and-exchange":10035,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fphases-coexistence-and-classification":10039,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-ising-model-and-exact-solutions":10044,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fmean-field-theory-and-the-weiss-model":10048,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fcritical-exponents-and-landau-theory":10052,"\u002Fstatistical-mechanics\u002Fphase-transitions\u002Fthe-renormalization-group-idea":10056,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fthermodynamic-fluctuations-and-response":10060,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Fbrownian-motion-and-the-langevin-equation":10065,"\u002Fstatistical-mechanics\u002Ffluctuations\u002Flinear-response-and-the-fluctuation-dissipation-theorem":10069,"\u002Fstatistical-mechanics":10073,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fbonding-mechanisms":10076,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fmolecular-orbitals-and-h2-plus":10081,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fhydrogen-molecule-and-exchange":10085,"\u002Fcondensed-matter\u002Fmolecules-and-bonding\u002Fvan-der-waals-forces":10089,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Frotational-vibrational-spectra":10093,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Fanharmonicity-and-rovibrational-structure":10098,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Framan-and-electronic-bands":10102,"\u002Fcondensed-matter\u002Fmolecular-spectra\u002Flasers-and-masers":10106,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fstructure-of-solids":10110,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fbravais-lattices-and-crystal-systems":10115,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Freciprocal-lattice-and-brillouin-zones":10119,"\u002Fcondensed-matter\u002Fcrystal-structure\u002Fdiffraction-and-structure-factors":10123,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonon-dispersion":10127,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fphonons-quantization-and-dos":10132,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fdebye-einstein-heat-capacity":10136,"\u002Fcondensed-matter\u002Flattice-dynamics\u002Fanharmonicity-and-thermal-transport":10140,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ffree-electron-gas-and-conduction":10144,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fsommerfeld-model-and-heat-capacity":10149,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Ftransport-and-the-hall-effect":10153,"\u002Fcondensed-matter\u002Ffree-electron-fermi-gas\u002Fscreening-and-plasmons":10157,"\u002Fcondensed-matter\u002Fband-theory\u002Fblochs-theorem-and-energy-bands":10161,"\u002Fcondensed-matter\u002Fband-theory\u002Fnearly-free-electron-model":10166,"\u002Fcondensed-matter\u002Fband-theory\u002Ftight-binding-method":10170,"\u002Fcondensed-matter\u002Fband-theory\u002Ffermi-surfaces-and-semiclassical-dynamics":10174,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fsemiconductor-bands-and-junctions":10178,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fintrinsic-and-extrinsic-semiconductors":10183,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fcarrier-transport-and-recombination":10187,"\u002Fcondensed-matter\u002Fsemiconductors\u002Fthe-pn-junction":10191,"\u002Fcondensed-matter\u002Fsemiconductors\u002Ftransistors-and-optoelectronics":10195,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fdielectrics-and-polarization":10199,"\u002Fcondensed-matter\u002Fdielectrics-and-ferroelectrics\u002Fferroelectrics-and-piezoelectrics":10204,"\u002Fcondensed-matter\u002Fmagnetism\u002Fdiamagnetism-and-paramagnetism":10208,"\u002Fcondensed-matter\u002Fmagnetism\u002Fexchange-and-ferromagnetism":10213,"\u002Fcondensed-matter\u002Fmagnetism\u002Fantiferromagnetism-and-domains":10217,"\u002Fcondensed-matter\u002Fmagnetism\u002Fspin-waves-and-magnons":10221,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fsuperconductivity-phenomenology":10225,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Flondon-theory-and-the-meissner-effect":10230,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fginzburg-landau-theory":10234,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fbcs-theory":10238,"\u002Fcondensed-matter\u002Fsuperconductivity\u002Fjosephson-and-high-tc":10242,"\u002Fcondensed-matter\u002Fnanostructures\u002Fquantum-wells-wires-and-dots":10246,"\u002Fcondensed-matter\u002Fnanostructures\u002Finteger-quantum-hall-effect":10251,"\u002Fcondensed-matter\u002Fnanostructures\u002Ffractional-quantum-hall-and-topology":10255,"\u002Fcondensed-matter\u002Fnanostructures\u002Fgraphene-and-dirac-materials":10259,"\u002Fcondensed-matter":10263,"\u002Flogic\u002Ffoundations\u002Flogic-as-a-mathematical-model":10266,"\u002Flogic\u002Fsentential-logic\u002Fformal-languages-and-well-formed-formulas":10270,"\u002Flogic\u002Fsentential-logic\u002Ftruth-assignments-and-tautologies":10275,"\u002Flogic\u002Fsentential-logic\u002Funique-readability-and-parsing":10279,"\u002Flogic\u002Fsentential-logic\u002Finduction-and-recursion":10283,"\u002Flogic\u002Fsentential-logic\u002Fexpressive-completeness-and-normal-forms":10287,"\u002Flogic\u002Fsentential-logic\u002Fboolean-circuits":10291,"\u002Flogic\u002Fsentential-logic\u002Fcompactness-and-effectiveness":10295,"\u002Flogic\u002Ffirst-order-languages\u002Ffirst-order-languages":10299,"\u002Flogic\u002Ffirst-order-languages\u002Fstructures-truth-and-satisfaction":10304,"\u002Flogic\u002Ffirst-order-languages\u002Fdefinability-and-elementary-equivalence":10308,"\u002Flogic\u002Ffirst-order-languages\u002Fterms-substitution-and-parsing":10312,"\u002Flogic\u002Fdeductive-calculus\u002Fa-deductive-calculus":10316,"\u002Flogic\u002Fdeductive-calculus\u002Fdeduction-theorem-and-derived-rules":10321,"\u002Flogic\u002Fdeductive-calculus\u002Fsoundness":10325,"\u002Flogic\u002Fdeductive-calculus\u002Fcompleteness-and-consistency":10329,"\u002Flogic\u002Fmodels-and-theories\u002Fcompactness-and-lowenheim-skolem":10333,"\u002Flogic\u002Fmodels-and-theories\u002Ftheories-elementary-classes-and-categoricity":10338,"\u002Flogic\u002Fmodels-and-theories\u002Finterpretations-between-theories":10342,"\u002Flogic\u002Fmodels-and-theories\u002Fnonstandard-analysis":10346,"\u002Flogic\u002Farithmetic-and-definability\u002Fdefinability-in-arithmetic":10350,"\u002Flogic\u002Farithmetic-and-definability\u002Fnatural-numbers-with-successor":10355,"\u002Flogic\u002Farithmetic-and-definability\u002Fpresburger-and-reducts":10359,"\u002Flogic\u002Farithmetic-and-definability\u002Fa-subtheory-and-representability":10363,"\u002Flogic\u002Fincompleteness\u002Farithmetization-of-syntax":10367,"\u002Flogic\u002Fincompleteness\u002Fincompleteness-and-undecidability":10372,"\u002Flogic\u002Fincompleteness\u002Fsecond-incompleteness-theorem":10376,"\u002Flogic\u002Fcomputability-and-representability\u002Frecursive-functions":10380,"\u002Flogic\u002Fcomputability-and-representability\u002Frepresenting-exponentiation":10385,"\u002Flogic\u002Fsecond-order-logic\u002Fsecond-order-languages":10389,"\u002Flogic\u002Fsecond-order-logic\u002Fskolem-functions-and-many-sorted-logic":10394,"\u002Flogic\u002Fsecond-order-logic\u002Fgeneral-structures":10398,"\u002Flogic":10402,"\u002Freinforcement-learning\u002Ffoundations\u002Fwhat-is-reinforcement-learning":10405,"\u002Freinforcement-learning\u002Ffoundations\u002Fa-brief-history-of-rl":10409,"\u002Freinforcement-learning\u002Ffoundations\u002Fmulti-armed-bandits":10413,"\u002Freinforcement-learning\u002Ffoundations\u002Fbandit-exploration-algorithms":10417,"\u002Freinforcement-learning\u002Ffoundations\u002Fmarkov-decision-processes":10421,"\u002Freinforcement-learning\u002Ffoundations\u002Fvalue-functions-and-optimality":10425,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdynamic-programming":10429,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdp-async-and-gpi":10433,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-methods":10437,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-off-policy":10441,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftemporal-difference-learning":10445,"\u002Freinforcement-learning\u002Ftabular-methods\u002Ftd-control-sarsa-and-q-learning":10449,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-bootstrapping":10453,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fn-step-off-policy-methods":10457,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-and-learning":10461,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fplanning-focusing-and-decision-time":10465,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fdecision-time-planning":10469,"\u002Freinforcement-learning\u002Ftabular-methods\u002Fmonte-carlo-tree-search":10473,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-prediction":10477,"\u002Freinforcement-learning\u002Fapproximation\u002Ffeature-construction-and-nonlinear":10482,"\u002Freinforcement-learning\u002Fapproximation\u002Fon-policy-control":10486,"\u002Freinforcement-learning\u002Fapproximation\u002Faverage-reward-control":10490,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-and-the-deadly-triad":10494,"\u002Freinforcement-learning\u002Fapproximation\u002Fbellman-error-and-gradient-td":10498,"\u002Freinforcement-learning\u002Fapproximation\u002Feligibility-traces":10502,"\u002Freinforcement-learning\u002Fapproximation\u002Ftrue-online-and-sarsa-lambda":10506,"\u002Freinforcement-learning\u002Fapproximation\u002Fpolicy-gradient-methods":10510,"\u002Freinforcement-learning\u002Fapproximation\u002Factor-critic-and-continuous-actions":10514,"\u002Freinforcement-learning\u002Fapproximation\u002Fleast-squares-and-memory-based-methods":10518,"\u002Freinforcement-learning\u002Fapproximation\u002Fmemory-and-kernel-methods":10522,"\u002Freinforcement-learning\u002Fapproximation\u002Foff-policy-eligibility-traces":10526,"\u002Freinforcement-learning\u002Fapproximation\u002Fstable-off-policy-traces":10530,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdeep-q-networks":10534,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fdqn-improvements":10538,"\u002Freinforcement-learning\u002Fdeep-rl\u002Factor-critic-and-ppo":10542,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fppo-and-continuous-control":10546,"\u002Freinforcement-learning\u002Fdeep-rl\u002Fcase-studies":10550,"\u002Freinforcement-learning\u002Fdeep-rl\u002Frl-beyond-games":10554,"\u002Freinforcement-learning\u002Fdeep-rl\u002Ffrontiers":10558,"\u002Freinforcement-learning\u002Fdeep-rl\u002Freward-design-and-open-problems":10562,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow":10566,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fdistributional-and-rainbow-part-2":10571,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control":10575,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fcontinuous-control-part-2":10579,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl":10583,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmodel-based-rl-part-2":10587,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration":10591,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fexploration-part-2":10595,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl":10599,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Foffline-rl-part-2":10603,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl":10607,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fimitation-and-inverse-rl-part-2":10611,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl":10615,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmulti-agent-rl-part-2":10619,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl":10623,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fhierarchical-rl-part-2":10627,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Frlhf-and-language-models":10631,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps":10635,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fpartial-observability-pomdps-part-2":10639,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl":10643,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fsafe-and-constrained-rl-part-2":10647,"\u002Freinforcement-learning\u002Fmodern-deep-rl\u002Fmeta-rl-and-generalization":10651,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fpsychology-of-reinforcement":10655,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Finstrumental-conditioning-and-control":10660,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-and-td-error":10664,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fdopamine-in-the-brain":10668,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fanimal-learning-and-cognition":10672,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fcognitive-maps-and-planning":10676,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fneuroscience-of-reinforcement":10680,"\u002Freinforcement-learning\u002Fminds-and-brains\u002Fseveral-learning-systems":10684,"\u002Freinforcement-learning":10688,"\u002Fartificial-intelligence\u002Ffoundations\u002Fwhat-is-ai":10690,"\u002Fartificial-intelligence\u002Ffoundations\u002Ffoundations-of-ai":10694,"\u002Fartificial-intelligence\u002Ffoundations\u002Fintelligent-agents":10698,"\u002Fartificial-intelligence\u002Ffoundations\u002Fagent-architectures":10702,"\u002Fartificial-intelligence\u002Fsearch\u002Funinformed-search":10706,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-strategies-compared":10711,"\u002Fartificial-intelligence\u002Fsearch\u002Finformed-search":10715,"\u002Fartificial-intelligence\u002Fsearch\u002Fheuristic-functions":10719,"\u002Fartificial-intelligence\u002Fsearch\u002Flocal-search":10723,"\u002Fartificial-intelligence\u002Fsearch\u002Fpopulation-and-continuous-search":10727,"\u002Fartificial-intelligence\u002Fsearch\u002Fadversarial-search":10731,"\u002Fartificial-intelligence\u002Fsearch\u002Fgames-of-chance-and-imperfect-information":10735,"\u002Fartificial-intelligence\u002Fsearch\u002Fconstraint-satisfaction":10739,"\u002Fartificial-intelligence\u002Fsearch\u002Fcsp-search-and-structure":10743,"\u002Fartificial-intelligence\u002Fsearch\u002Fsearch-under-uncertainty":10747,"\u002Fartificial-intelligence\u002Fsearch\u002Fbelief-state-and-online-search":10751,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-logic":10755,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fpropositional-inference":10760,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic":10764,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-logic-in-use":10768,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Finference-and-resolution":10772,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Ffirst-order-resolution":10776,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fclassical-planning":10780,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-graphs-and-graphplan":10784,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-in-the-real-world":10788,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fplanning-under-uncertainty":10792,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Fknowledge-representation":10796,"\u002Fartificial-intelligence\u002Flogic-and-planning\u002Freasoning-systems-and-defaults":10800,"\u002Fartificial-intelligence\u002Funcertainty\u002Fprobability-and-bayes":10804,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayes-rule-and-naive-bayes":10809,"\u002Fartificial-intelligence\u002Funcertainty\u002Fbayesian-networks":10813,"\u002Fartificial-intelligence\u002Funcertainty\u002Finference-in-bayesian-networks":10817,"\u002Fartificial-intelligence\u002Funcertainty\u002Freasoning-over-time":10821,"\u002Fartificial-intelligence\u002Funcertainty\u002Ftracking-and-data-association":10825,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmaking-decisions":10829,"\u002Fartificial-intelligence\u002Funcertainty\u002Fmarkov-decision-processes":10833,"\u002Fartificial-intelligence\u002Funcertainty\u002Fdecision-networks-and-game-theory":10836,"\u002Fartificial-intelligence\u002Funcertainty\u002Fgame-theory-and-mechanism-design":10840,"\u002Fartificial-intelligence\u002Flearning\u002Flearning-from-examples":10844,"\u002Fartificial-intelligence\u002Flearning\u002Ftheory-and-model-families":10849,"\u002Fartificial-intelligence\u002Flearning\u002Fprobabilistic-learning":10853,"\u002Fartificial-intelligence\u002Flearning\u002Fexpectation-maximization":10857,"\u002Fartificial-intelligence\u002Flearning\u002Freinforcement-learning":10861,"\u002Fartificial-intelligence\u002Flearning\u002Fgeneralization-and-policy-search":10864,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-in-learning":10868,"\u002Fartificial-intelligence\u002Flearning\u002Fknowledge-based-learning-methods":10872,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fvision-and-perception":10876,"\u002Fartificial-intelligence\u002Ffrontiers\u002Freconstructing-the-3d-world":10881,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobotics":10885,"\u002Fartificial-intelligence\u002Ffrontiers\u002Frobot-planning-and-control":10889,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnatural-language-in-ai":10893,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fnlp-grammar-translation-and-speech":10897,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fphilosophy-and-future":10901,"\u002Fartificial-intelligence\u002Ffrontiers\u002Fai-ethics-and-future":10905,"\u002Fartificial-intelligence":10909,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-constituents-nuclide-chart":10912,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-size-charge-distributions":10917,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-masses-binding-energy":10921,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fsemi-empirical-mass-formula":10925,"\u002Fnuclear-physics\u002Fnuclear-properties\u002Fnuclear-moments-multipoles":10929,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnuclear-force-shell-overview":10933,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fthe-deuteron":10938,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fnucleon-nucleon-scattering":10942,"\u002Fnuclear-physics\u002Fnuclear-force-deuteron\u002Fmeson-theory-isospin":10946,"\u002Fnuclear-physics\u002Fnuclear-models\u002Ffermi-gas-model":10950,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fliquid-drop-collective-coordinates":10955,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fshell-model-single-particle":10959,"\u002Fnuclear-physics\u002Fnuclear-models\u002Fcollective-model-rotations-vibrations":10963,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-law-modes":10967,"\u002Fnuclear-physics\u002Fradioactive-decay\u002Fdecay-kinetics-equilibrium":10972,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-decay-gamow-theory":10976,"\u002Fnuclear-physics\u002Falpha-decay\u002Falpha-fine-structure-hindrance":10981,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fbeta-decay-energetics-neutrino":10985,"\u002Fnuclear-physics\u002Fbeta-decay\u002Ffermi-theory-beta-decay":10990,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fweak-interaction-parity-violation":10994,"\u002Fnuclear-physics\u002Fbeta-decay\u002Fdouble-beta-decay-neutrino-mass":10998,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fgamma-multipole-radiation":11002,"\u002Fnuclear-physics\u002Fgamma-decay\u002Finternal-conversion-isomers":11007,"\u002Fnuclear-physics\u002Fgamma-decay\u002Fangular-correlations-mossbauer":11011,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Freaction-kinematics-cross-sections":11015,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fcompound-nucleus-resonances":11020,"\u002Fnuclear-physics\u002Fnuclear-reactions\u002Fdirect-reactions-optical-model":11024,"\u002Fnuclear-physics\u002Ffission\u002Ffission-barrier-dynamics":11028,"\u002Fnuclear-physics\u002Ffission\u002Fchain-reactions-reactor-physics":11033,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Ffusion-reactions-confinement":11037,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fstellar-nucleosynthesis":11042,"\u002Fnuclear-physics\u002Ffusion-nucleosynthesis\u002Fbig-bang-nucleosynthesis":11046,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fcharged-particle-stopping-power":11050,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fphoton-neutron-interactions":11055,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fradiation-detectors":11059,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fdosimetry-radiation-biology":11063,"\u002Fnuclear-physics\u002Fradiation-matter-applications\u002Fnuclear-applications-dating-medicine":11067,"\u002Fnuclear-physics":11071,"\u002Fnatural-language-processing\u002Ffoundations\u002Fwhat-is-nlp":11074,"\u002Fnatural-language-processing\u002Ffoundations\u002Fregex-and-text-normalization":11078,"\u002Fnatural-language-processing\u002Ffoundations\u002Fminimum-edit-distance":11081,"\u002Fnatural-language-processing\u002Ffoundations\u002Fn-gram-language-models":11085,"\u002Fnatural-language-processing\u002Ffoundations\u002Fsmoothing-and-backoff":11089,"\u002Fnatural-language-processing\u002Fclassification\u002Fnaive-bayes-and-sentiment":11093,"\u002Fnatural-language-processing\u002Fclassification\u002Fevaluating-classifiers":11098,"\u002Fnatural-language-processing\u002Fclassification\u002Flogistic-regression":11102,"\u002Fnatural-language-processing\u002Fclassification\u002Fsentiment-and-affect-lexicons":11106,"\u002Fnatural-language-processing\u002Fsemantics\u002Fvector-semantics-and-embeddings":11110,"\u002Fnatural-language-processing\u002Fsemantics\u002Fstatic-word-embeddings":11115,"\u002Fnatural-language-processing\u002Fsemantics\u002Fneural-language-models":11119,"\u002Fnatural-language-processing\u002Fsequences\u002Fsequence-labeling":11123,"\u002Fnatural-language-processing\u002Fsequences\u002Fcrfs-and-neural-taggers":11127,"\u002Fnatural-language-processing\u002Fsequences\u002Frnns-and-lstms":11131,"\u002Fnatural-language-processing\u002Ftransformers\u002Ftransformers-and-attention":11135,"\u002Fnatural-language-processing\u002Ftransformers\u002Fthe-transformer-architecture":11138,"\u002Fnatural-language-processing\u002Ftransformers\u002Flarge-language-models":11141,"\u002Fnatural-language-processing\u002Ftransformers\u002Fllm-pretraining-and-scaling":11144,"\u002Fnatural-language-processing\u002Ftransformers\u002Ffine-tuning-and-prompting":11148,"\u002Fnatural-language-processing\u002Ftransformers\u002Fprompting-and-alignment":11152,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing":11156,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation":11161,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdependency-parsing":11165,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fgraph-based-and-neural-dependency-parsing":11169,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fword-senses-and-wsd":11173,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fwsd-in-practice-and-induction":11177,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-roles-and-information-extraction":11181,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Frelations-events-and-templates":11185,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoreference-and-discourse":11189,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcoherence-and-discourse-structure":11193,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Flogical-semantics":11197,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcompositional-semantics-and-description-logics":11201,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fsemantic-parsing":11205,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fneural-semantic-parsing":11209,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Finformation-extraction":11213,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftimes-events-and-templates":11217,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fdiscourse-coherence":11221,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fentity-based-and-global-coherence":11225,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-grammars":11229,"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Ftreebanks-and-lexicalized-grammars":11233,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation":11237,"\u002Fnatural-language-processing\u002Fapplications\u002Fmachine-translation-decoding-and-evaluation":11241,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering":11245,"\u002Fnatural-language-processing\u002Fapplications\u002Fquestion-answering-knowledge-and-llms":11249,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-and-chatbots":11253,"\u002Fnatural-language-processing\u002Fapplications\u002Fdialogue-systems-and-assistants":11257,"\u002Fnatural-language-processing\u002Fapplications\u002Ftext-summarization":11261,"\u002Fnatural-language-processing\u002Fapplications\u002Fabstractive-summarization-and-evaluation":11265,"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics":11269,"\u002Fnatural-language-processing\u002Fspeech\u002Facoustic-phonetics":11273,"\u002Fnatural-language-processing\u002Fspeech\u002Fautomatic-speech-recognition":11277,"\u002Fnatural-language-processing\u002Fspeech\u002Fasr-evaluation-and-applications":11278,"\u002Fnatural-language-processing":11280,"\u002Fparticle-physics\u002Ffoundations\u002Fhistorical-overview-particle-zoo":11283,"\u002Fparticle-physics\u002Ffoundations\u002Fparticle-physics-basic-concepts":11287,"\u002Fparticle-physics\u002Ffoundations\u002Ffundamental-interactions-force-carriers":11291,"\u002Fparticle-physics\u002Funits-kinematics\u002Fnatural-units-and-scales":11295,"\u002Fparticle-physics\u002Funits-kinematics\u002Ffour-vectors-invariant-mass":11300,"\u002Fparticle-physics\u002Funits-kinematics\u002Fdecay-scattering-kinematics-mandelstam":11304,"\u002Fparticle-physics\u002Funits-kinematics\u002Fcross-sections-golden-rule":11308,"\u002Fparticle-physics\u002Fsymmetries\u002Fconservation-laws-symmetries":11312,"\u002Fparticle-physics\u002Fsymmetries\u002Fdiscrete-symmetries-cpt":11317,"\u002Fparticle-physics\u002Fsymmetries\u002Fparity-violation-weak":11321,"\u002Fparticle-physics\u002Fsymmetries\u002Fsu2-su3-flavor-symmetry":11325,"\u002Fparticle-physics\u002Fquark-model\u002Feightfold-way-su3":11329,"\u002Fparticle-physics\u002Fquark-model\u002Fmeson-spectroscopy":11334,"\u002Fparticle-physics\u002Fquark-model\u002Fbaryon-spectroscopy":11338,"\u002Fparticle-physics\u002Fquark-model\u002Fcolor-confinement-exotics":11342,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fklein-gordon-equation":11346,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fdirac-equation-spinors":11351,"\u002Fparticle-physics\u002Frelativistic-wave-equations\u002Fantiparticles-hole-theory":11355,"\u002Fparticle-physics\u002Fqed\u002Ffeynman-rules-qed":11359,"\u002Fparticle-physics\u002Fqed\u002Fqed-tree-processes":11364,"\u002Fparticle-physics\u002Fqed\u002Frenormalization-running-coupling":11368,"\u002Fparticle-physics\u002Fqed\u002Felectron-g-2":11372,"\u002Fparticle-physics\u002Fweak-interaction\u002Fva-structure-weak":11376,"\u002Fparticle-physics\u002Fweak-interaction\u002Fw-z-bosons-decays":11381,"\u002Fparticle-physics\u002Fweak-interaction\u002Fckm-matrix":11385,"\u002Fparticle-physics\u002Fweak-interaction\u002Fcp-violation-kaons-b-mesons":11389,"\u002Fparticle-physics\u002Fqcd\u002Fcolor-su3-gluons":11393,"\u002Fparticle-physics\u002Fqcd\u002Fasymptotic-freedom-confinement":11398,"\u002Fparticle-physics\u002Fqcd\u002Fdeep-inelastic-scattering-partons":11402,"\u002Fparticle-physics\u002Fqcd\u002Fjets-hadronization":11406,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Felectroweak-su2-u1":11410,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fspontaneous-symmetry-breaking":11415,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-mechanism":11419,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fhiggs-boson-discovery":11423,"\u002Fparticle-physics\u002Felectroweak-higgs\u002Fstandard-model":11427,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-oscillations":11431,"\u002Fparticle-physics\u002Fneutrinos\u002Fneutrino-mass-pmns":11436,"\u002Fparticle-physics\u002Fneutrinos\u002Fdirac-majorana-experiments":11440,"\u002Fparticle-physics\u002Fexperiment\u002Faccelerators-luminosity":11444,"\u002Fparticle-physics\u002Fexperiment\u002Fdetectors-subsystems":11449,"\u002Fparticle-physics\u002Fexperiment\u002Fhow-discoveries-are-made":11453,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fbeyond-standard-model":11457,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fgrand-unified-theories":11461,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fsupersymmetry":11465,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fhierarchy-problem-naturalness":11469,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fdark-matter-candidates":11473,"\u002Fparticle-physics\u002Fbeyond-standard-model\u002Fmatter-antimatter-open-questions":11477,"\u002Fparticle-physics":11481,"\u002Fastrophysics-cosmology\u002Forientation\u002Fthe-sun-and-stars":11484,"\u002Fastrophysics-cosmology\u002Forientation\u002Fstellar-death-final-states":11489,"\u002Fastrophysics-cosmology\u002Forientation\u002Fgalaxies-and-cosmology":11493,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fmagnitudes-fluxes-and-the-distance-modulus":11497,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fstellar-spectra-and-spectral-classification":11502,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Ftelescopes-and-detectors-across-the-spectrum":11506,"\u002Fastrophysics-cosmology\u002Fobservational-foundations\u002Fthe-cosmic-distance-ladder":11510,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fblackbody-radiation-and-specific-intensity":11514,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fradiative-transfer-and-the-transfer-equation":11519,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fspectral-line-formation-and-broadening":11523,"\u002Fastrophysics-cosmology\u002Fradiation-and-matter\u002Fopacity-and-the-rosseland-mean":11527,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fhydrostatic-equilibrium-and-the-virial-theorem":11531,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equations-of-stellar-structure":11536,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-equation-of-state-and-polytropes":11540,"\u002Fastrophysics-cosmology\u002Fstellar-structure\u002Fthe-standard-solar-model":11544,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fthermonuclear-reaction-rates-and-the-gamow-peak":11548,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhydrogen-burning-pp-chains-and-cno":11553,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fhelium-burning-and-the-triple-alpha-process":11557,"\u002Fastrophysics-cosmology\u002Fnuclear-astrophysics\u002Fadvanced-burning-and-neutron-capture-nucleosynthesis":11561,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fphases-of-the-interstellar-medium":11565,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fmolecular-clouds-and-gravitational-collapse":11570,"\u002Fastrophysics-cosmology\u002Fism-and-star-formation\u002Fprotostars-and-the-pre-main-sequence":11574,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-main-sequence-and-its-structure":11578,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fpost-main-sequence-low-mass-evolution":11583,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fthe-evolution-of-massive-stars":11587,"\u002Fastrophysics-cosmology\u002Fstellar-evolution\u002Fstellar-pulsation-and-the-instability-strip":11591,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fwhite-dwarfs-and-the-chandrasekhar-limit":11595,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fcore-collapse-supernovae":11599,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fthermonuclear-supernovae-type-ia":11603,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fneutron-stars-and-pulsars":11607,"\u002Fastrophysics-cosmology\u002Fstellar-death-and-compact-remnants\u002Fblack-holes-schwarzschild-and-kerr":11611,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fbinary-systems-and-mass-transfer":11615,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Faccreting-compact-objects":11620,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fgravitational-waves-from-inspiraling-binaries":11624,"\u002Fastrophysics-cosmology\u002Fbinaries-and-gravitational-waves\u002Fmultimessenger-astronomy-and-gamma-ray-bursts":11628,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fthe-milky-way":11632,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-morphology-and-classification":11637,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-rotation-curves-and-dark-matter":11641,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Factive-galactic-nuclei-and-supermassive-black-holes":11645,"\u002Fastrophysics-cosmology\u002Fgalaxies\u002Fgalaxy-clusters-and-large-scale-structure":11649,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-expanding-universe-and-hubbles-law":11653,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-frw-metric-and-cosmological-redshift":11658,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fthe-friedmann-equations-and-cosmic-dynamics":11662,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fcosmological-models-and-distances":11665,"\u002Fastrophysics-cosmology\u002Fcosmology-expansion-and-dynamics\u002Fdark-energy-and-the-accelerating-universe":11669,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fthe-thermal-history-of-the-universe":11673,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fbig-bang-nucleosynthesis":11678,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Frecombination-and-the-cosmic-microwave-background":11682,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcmb-anisotropies-and-cosmological-parameters":11686,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fcosmic-inflation":11690,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fstructure-formation-and-the-growth-of-perturbations":11694,"\u002Fastrophysics-cosmology\u002Fthe-hot-big-bang\u002Fdark-matter-dark-energy-and-open-questions":11698,"\u002Fastrophysics-cosmology":11702,"\u002Fcolophon":11705,"\u002F":11708},{"path":7029,"title":7030,"module":7031,"summary":7032},"\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":7034,"title":7035,"module":7031,"summary":7036},"\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":7038,"title":7039,"module":7031,"summary":7040},"\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":7042,"title":7043,"module":7031,"summary":7044},"\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":7046,"title":7047,"module":7031,"summary":7048},"\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":7050,"title":7051,"module":7031,"summary":7052},"\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":7054,"title":7055,"module":7056,"summary":7057},"\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":7059,"title":7060,"module":7056,"summary":7061},"\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":7063,"title":7064,"module":7056,"summary":7065},"\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":7067,"title":7068,"module":7056,"summary":7069},"\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":7071,"title":7072,"module":7073,"summary":7074},"\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":7076,"title":7077,"module":7073,"summary":7078},"\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":7080,"title":7081,"module":7073,"summary":7082},"\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":7084,"title":7085,"module":7073,"summary":7086},"\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":7088,"title":7089,"module":7090,"summary":7091},"\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":7093,"title":7094,"module":7090,"summary":7095},"\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":7097,"title":7098,"module":7090,"summary":7099},"\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":7101,"title":7102,"module":7090,"summary":7103},"\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":7105,"title":7106,"module":7090,"summary":7107},"\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":7109,"title":7110,"module":7090,"summary":7111},"\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":7113,"title":7114,"module":7090,"summary":7115},"\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":7117,"title":7118,"module":7090,"summary":7119},"\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":7121,"title":7122,"module":7090,"summary":7123},"\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":7125,"title":7126,"module":7090,"summary":7127},"\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":7129,"title":7130,"module":7090,"summary":7131},"\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":7133,"title":7134,"module":7090,"summary":7135},"\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":7137,"title":7138,"module":7139,"summary":7140},"\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":7142,"title":7143,"module":7139,"summary":7144},"\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":7146,"title":7147,"module":7139,"summary":7148},"\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":7150,"title":7151,"module":7139,"summary":7152},"\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":7154,"title":7155,"module":7139,"summary":7156},"\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":7158,"title":7159,"module":7139,"summary":7160},"\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":7162,"title":7163,"module":7139,"summary":7164},"\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":7166,"title":7167,"module":7139,"summary":7168},"\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":7170,"title":7171,"module":7172,"summary":7173},"\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":7175,"title":7176,"module":7172,"summary":7177},"\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":7179,"title":7180,"module":7172,"summary":7181},"\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":7183,"title":7184,"module":7172,"summary":7185},"\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":7187,"title":7188,"module":7172,"summary":7189},"\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":7191,"title":7192,"module":7172,"summary":7193},"\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":7195,"title":7196,"module":7172,"summary":7197},"\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":7199,"title":7200,"module":7172,"summary":7201},"\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":7203,"title":7204,"module":7172,"summary":7205},"\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":7207,"title":7208,"module":7172,"summary":7209},"\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":7211,"title":7212,"module":7172,"summary":7213},"\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":7215,"title":7216,"module":7172,"summary":7217},"\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":7219,"title":7220,"module":7172,"summary":7221},"\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":7223,"title":7224,"module":7172,"summary":7225},"\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":7227,"title":7228,"module":7229,"summary":7230},"\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":7232,"title":7233,"module":7229,"summary":7234},"\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":7236,"title":7237,"module":7229,"summary":7238},"\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":7240,"title":7241,"module":7229,"summary":7242},"\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":7244,"title":7245,"module":7229,"summary":7246},"\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":7248,"title":7249,"module":7250,"summary":7251},"\u002Falgorithms\u002Fdynamic-programming\u002Fprinciples","Principles of Dynamic Programming","Dynamic Programming","Dynamic programming is recursion with memory: when a recursive solution\nre-solves the same subproblems again and again, we solve each one once and\nstore the answer. We identify the two structural conditions that make this\nwork — overlapping subproblems and optimal substructure — contrast top-down\nmemoization with bottom-up tabulation, and distil the whole method into a\nfive-step recipe.\n",{"path":7253,"title":7254,"module":7250,"summary":7255},"\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":7257,"title":7258,"module":7250,"summary":7259},"\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":7261,"title":7262,"module":7250,"summary":7263},"\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":7265,"title":7266,"module":7250,"summary":7267},"\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":7269,"title":7270,"module":7250,"summary":7271},"\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":7273,"title":7274,"module":7250,"summary":7275},"\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":7277,"title":7278,"module":7250,"summary":7279},"\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":7281,"title":7282,"module":7250,"summary":7283},"\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":7285,"title":7286,"module":7250,"summary":7287},"\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":7289,"title":7290,"module":7250,"summary":7291},"\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":7293,"title":7294,"module":7295,"summary":7296},"\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":7298,"title":7299,"module":7295,"summary":7300},"\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":7302,"title":7303,"module":7295,"summary":7304},"\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":7306,"title":7307,"module":7295,"summary":7308},"\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":7310,"title":7311,"module":7312,"summary":7313},"\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":7315,"title":7316,"module":7312,"summary":7317},"\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":7319,"title":7320,"module":7312,"summary":7321},"\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":7323,"title":7324,"module":7312,"summary":7325},"\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":7327,"title":7328,"module":7312,"summary":7329},"\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":7331,"title":7332,"module":7312,"summary":7333},"\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":7335,"title":7336,"module":7312,"summary":7337},"\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":7339,"title":7340,"module":7341,"summary":7342},"\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":7344,"title":7345,"module":7341,"summary":7346},"\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":7348,"title":7349,"module":7341,"summary":7350},"\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":7352,"title":7353,"module":7341,"summary":7354},"\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":7356,"title":7357,"module":7358,"summary":7359},"\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":7361,"title":7362,"module":7358,"summary":7363},"\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":7365,"title":7366,"module":7358,"summary":7367},"\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":7369,"title":7370,"module":7358,"summary":7371},"\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":7373,"title":7374,"module":6,"summary":6},"\u002Falgorithms","Algorithms",{"path":7376,"title":7377,"module":7378,"summary":7379},"\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":7381,"title":7382,"module":7378,"summary":7383},"\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":7385,"title":7386,"module":7378,"summary":7387},"\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":7389,"title":7390,"module":7378,"summary":7391},"\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":7393,"title":7394,"module":7395,"summary":7396},"\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":7398,"title":7399,"module":7395,"summary":7400},"\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":7402,"title":7403,"module":7395,"summary":7404},"\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":7406,"title":7407,"module":7395,"summary":7408},"\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":7410,"title":7411,"module":7412,"summary":7413},"\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":7415,"title":7416,"module":7412,"summary":7417},"\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":7419,"title":7420,"module":7412,"summary":7421},"\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":7423,"title":7424,"module":7412,"summary":7425},"\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":7427,"title":7428,"module":7429,"summary":7430},"\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":7432,"title":7433,"module":7429,"summary":7434},"\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":7436,"title":7437,"module":7429,"summary":7438},"\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":7440,"title":7441,"module":7442,"summary":7443},"\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":7445,"title":7446,"module":7442,"summary":7447},"\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":7449,"title":7450,"module":7442,"summary":7451},"\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":7453,"title":7454,"module":7455,"summary":7456},"\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":7458,"title":7459,"module":7455,"summary":7460},"\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":7462,"title":7463,"module":7455,"summary":7464},"\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":7466,"title":7467,"module":7468,"summary":7469},"\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":7471,"title":7472,"module":7468,"summary":7473},"\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":7475,"title":7476,"module":7468,"summary":7477},"\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":7479,"title":7480,"module":7468,"summary":7481},"\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":7483,"title":7484,"module":7485,"summary":7486},"\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":7488,"title":7489,"module":7485,"summary":7490},"\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":7492,"title":7493,"module":7485,"summary":7494},"\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":7496,"title":7497,"module":7498,"summary":7499},"\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":7501,"title":7502,"module":7498,"summary":7503},"\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":7505,"title":7506,"module":7498,"summary":7507},"\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":7509,"title":7510,"module":7498,"summary":7511},"\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":7513,"title":7514,"module":7498,"summary":7515},"\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":7517,"title":7518,"module":7519,"summary":7520},"\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":7522,"title":7523,"module":7519,"summary":7524},"\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":7526,"title":7527,"module":7519,"summary":7528},"\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":7530,"title":7531,"module":7519,"summary":7532},"\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":7534,"title":7535,"module":7519,"summary":7536},"\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":7538,"title":7539,"module":7540,"summary":7541},"\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":7543,"title":7540,"module":7540,"summary":7544},"\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":7546,"title":7547,"module":7540,"summary":7548},"\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":7550,"title":7551,"module":7540,"summary":7552},"\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":7554,"title":7555,"module":7540,"summary":7556},"\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":7558,"title":7559,"module":7560,"summary":7561},"\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":7563,"title":7564,"module":7560,"summary":7565},"\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":7567,"title":7568,"module":7560,"summary":7569},"\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":7571,"title":7572,"module":7560,"summary":7573},"\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":7575,"title":7576,"module":7560,"summary":7577},"\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":7579,"title":7580,"module":7560,"summary":7581},"\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":7583,"title":7584,"module":6,"summary":6},"\u002Fcalculus","Calculus",{"path":7586,"title":7587,"module":7031,"summary":7588},"\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":7590,"title":7591,"module":7031,"summary":7592},"\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":7594,"title":7595,"module":7596,"summary":7597},"\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":7599,"title":7600,"module":7596,"summary":7601},"\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":7603,"title":7604,"module":7596,"summary":7605},"\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":7607,"title":7608,"module":7596,"summary":7609},"\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":7611,"title":7612,"module":7596,"summary":7613},"\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":7615,"title":7616,"module":7617,"summary":7618},"\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":7620,"title":7621,"module":7617,"summary":7622},"\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":7624,"title":7625,"module":7617,"summary":7626},"\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":7628,"title":7629,"module":7617,"summary":7630},"\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":7632,"title":7633,"module":7617,"summary":7634},"\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":7636,"title":7637,"module":7638,"summary":7639},"\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":7641,"title":7642,"module":7638,"summary":7643},"\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":7645,"title":7646,"module":7638,"summary":7647},"\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":7649,"title":7650,"module":7638,"summary":7651},"\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":7653,"title":7654,"module":7638,"summary":7655},"\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":7657,"title":7658,"module":7659,"summary":7660},"\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":7662,"title":7663,"module":7659,"summary":7664},"\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":7666,"title":7667,"module":7659,"summary":7668},"\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":7670,"title":7671,"module":7672,"summary":7673},"\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":7675,"title":7676,"module":7672,"summary":7677},"\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":7679,"title":7680,"module":7672,"summary":7681},"\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":7683,"title":7684,"module":7672,"summary":7685},"\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":7687,"title":7688,"module":7672,"summary":7689},"\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":7691,"title":7692,"module":7672,"summary":7693},"\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":7695,"title":7696,"module":7697,"summary":7698},"\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":7700,"title":7701,"module":7697,"summary":7702},"\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":7704,"title":7705,"module":7697,"summary":7706},"\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":7708,"title":7709,"module":7697,"summary":7710},"\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":7712,"title":7713,"module":7697,"summary":7714},"\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":7716,"title":7717,"module":7697,"summary":7718},"\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":7720,"title":7721,"module":7697,"summary":7722},"\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":7724,"title":7725,"module":7726,"summary":7727},"\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":7729,"title":7730,"module":7726,"summary":7731},"\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":7733,"title":7734,"module":7726,"summary":7735},"\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":7737,"title":7738,"module":7726,"summary":7739},"\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":7741,"title":7742,"module":7726,"summary":7743},"\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":7745,"title":7746,"module":7726,"summary":7747},"\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":7749,"title":7750,"module":7726,"summary":7751},"\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":7753,"title":7754,"module":7726,"summary":7755},"\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":7757,"title":7758,"module":7726,"summary":7759},"\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":7761,"title":7762,"module":7726,"summary":7763},"\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":7765,"title":7766,"module":7726,"summary":7767},"\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":7769,"title":7770,"module":7726,"summary":7771},"\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":7773,"title":7774,"module":7775,"summary":7776},"\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":7778,"title":7779,"module":7775,"summary":7780},"\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":7782,"title":7783,"module":7775,"summary":7784},"\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":7786,"title":7787,"module":7775,"summary":7788},"\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":7790,"title":7791,"module":7775,"summary":7792},"\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":7794,"title":7795,"module":7775,"summary":7796},"\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":7798,"title":7799,"module":6,"summary":6},"\u002Fmechanics","Mechanics & Dynamics",{"path":7801,"title":7802,"module":7803,"summary":7804},"\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":7806,"title":7807,"module":7803,"summary":7808},"\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":7810,"title":7811,"module":7803,"summary":7812},"\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":7814,"title":7815,"module":7803,"summary":7816},"\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":7818,"title":7819,"module":7803,"summary":7820},"\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":7822,"title":7823,"module":7824,"summary":7825},"\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":7827,"title":7828,"module":7824,"summary":7829},"\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":7831,"title":7832,"module":7833,"summary":7834},"\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":7836,"title":7837,"module":7833,"summary":7838},"\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":7840,"title":7841,"module":7833,"summary":7842},"\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":7844,"title":7845,"module":7833,"summary":7846},"\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":7848,"title":7849,"module":7833,"summary":7850},"\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":7852,"title":7853,"module":7854,"summary":7855},"\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":7857,"title":7858,"module":7854,"summary":7859},"\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":7861,"title":7862,"module":7854,"summary":7863},"\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":7865,"title":7866,"module":7854,"summary":7867},"\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":7869,"title":7870,"module":7871,"summary":7872},"\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":7874,"title":7875,"module":7871,"summary":7876},"\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":7878,"title":7879,"module":7871,"summary":7880},"\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":7882,"title":7883,"module":7884,"summary":7885},"\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":7887,"title":7888,"module":7884,"summary":7889},"\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":7891,"title":7892,"module":7884,"summary":7893},"\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":7895,"title":7896,"module":7884,"summary":7897},"\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":7899,"title":7900,"module":7884,"summary":7901},"\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":7903,"title":7904,"module":7905,"summary":7906},"\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":7908,"title":7909,"module":7905,"summary":7910},"\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":7912,"title":7913,"module":7905,"summary":7914},"\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":7916,"title":7917,"module":7905,"summary":7918},"\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":7920,"title":7921,"module":7905,"summary":7922},"\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":7924,"title":7925,"module":7905,"summary":7926},"\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":7928,"title":7929,"module":7930,"summary":7931},"\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":7933,"title":7934,"module":7930,"summary":7935},"\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":7937,"title":7938,"module":7930,"summary":7939},"\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":7941,"title":7942,"module":7930,"summary":7943},"\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":7945,"title":7946,"module":7930,"summary":7947},"\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":7949,"title":7950,"module":7930,"summary":7951},"\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":7953,"title":7954,"module":7930,"summary":7955},"\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":7957,"title":7958,"module":7930,"summary":7959},"\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":7961,"title":7962,"module":7963,"summary":7964},"\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":7966,"title":7967,"module":7963,"summary":7968},"\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":7970,"title":7971,"module":7963,"summary":7972},"\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":7974,"title":7975,"module":7963,"summary":7976},"\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":7978,"title":7979,"module":7963,"summary":7980},"\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":7982,"title":7983,"module":7984,"summary":7985},"\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":7987,"title":7988,"module":7984,"summary":7989},"\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":7991,"title":7992,"module":7984,"summary":7993},"\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":7995,"title":7996,"module":7984,"summary":7997},"\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":7999,"title":8000,"module":7984,"summary":8001},"\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":8003,"title":8004,"module":8005,"summary":8006},"\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":8008,"title":8009,"module":8005,"summary":8010},"\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":8012,"title":8013,"module":8005,"summary":8014},"\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":8016,"title":8017,"module":6,"summary":6},"\u002Felectricity-and-magnetism","Electricity & Magnetism",{"path":8019,"title":8020,"module":8021,"summary":8022},"\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":8024,"title":8025,"module":8021,"summary":8026},"\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":8028,"title":8029,"module":8021,"summary":8030},"\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":8032,"title":8033,"module":8021,"summary":8034},"\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":8036,"title":8037,"module":8021,"summary":8038},"\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":8040,"title":8041,"module":8042,"summary":8043},"\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":8045,"title":8046,"module":8042,"summary":8047},"\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":8049,"title":8050,"module":8042,"summary":8051},"\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":8053,"title":8054,"module":8042,"summary":8055},"\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":8057,"title":8058,"module":8042,"summary":8059},"\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":8061,"title":8062,"module":8063,"summary":8064},"\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":8066,"title":8067,"module":8063,"summary":8068},"\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":8070,"title":8071,"module":8063,"summary":8072},"\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":8074,"title":8075,"module":8076,"summary":8077},"\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":8079,"title":8080,"module":8076,"summary":8081},"\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":8083,"title":8084,"module":8076,"summary":8085},"\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":8087,"title":8088,"module":8076,"summary":8089},"\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":8091,"title":8092,"module":8076,"summary":8093},"\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":8095,"title":8096,"module":8076,"summary":8097},"\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":8099,"title":8100,"module":8076,"summary":8101},"\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":8103,"title":8104,"module":8105,"summary":8106},"\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":8108,"title":8109,"module":8105,"summary":8110},"\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":8112,"title":8113,"module":8105,"summary":8114},"\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":8116,"title":8117,"module":8105,"summary":8118},"\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":8120,"title":8121,"module":8105,"summary":8122},"\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":8124,"title":8125,"module":8105,"summary":8126},"\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":8128,"title":8129,"module":8105,"summary":8130},"\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":8132,"title":8133,"module":8134,"summary":8135},"\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":8137,"title":8138,"module":8134,"summary":8139},"\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":8141,"title":8142,"module":8134,"summary":8143},"\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":8145,"title":8146,"module":8134,"summary":8147},"\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":8149,"title":8150,"module":8134,"summary":8151},"\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":8153,"title":8154,"module":8134,"summary":8155},"\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":8157,"title":8158,"module":8159,"summary":8160},"\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":8162,"title":8163,"module":8159,"summary":8164},"\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":8166,"title":8167,"module":8159,"summary":8168},"\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":8170,"title":8171,"module":8159,"summary":8172},"\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":8174,"title":8175,"module":8159,"summary":8176},"\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":8178,"title":8179,"module":8180,"summary":8181},"\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":8183,"title":8184,"module":8180,"summary":8185},"\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":8187,"title":8188,"module":8180,"summary":8189},"\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":8191,"title":8192,"module":8180,"summary":8193},"\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":8195,"title":8196,"module":8180,"summary":8197},"\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":8199,"title":8200,"module":8180,"summary":8201},"\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":8203,"title":8204,"module":8205,"summary":8206},"\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":8208,"title":8209,"module":8205,"summary":8210},"\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":8212,"title":8213,"module":8205,"summary":8214},"\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":8216,"title":8217,"module":8205,"summary":8218},"\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":8220,"title":8221,"module":8205,"summary":8222},"\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":8224,"title":8225,"module":6,"summary":6},"\u002Flinear-algebra","Linear Algebra",{"path":8227,"title":8228,"module":6,"summary":6},"\u002Ftheory-of-computation","Theory of Computation",{"path":8230,"title":8231,"module":7031,"summary":8232},"\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":8234,"title":8235,"module":7031,"summary":8236},"\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":8238,"title":8239,"module":7031,"summary":8240},"\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":8242,"title":8243,"module":7031,"summary":8244},"\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":8246,"title":8247,"module":7031,"summary":8248},"\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":8250,"title":8251,"module":8252,"summary":8253},"\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":8255,"title":8256,"module":8252,"summary":8257},"\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":8259,"title":8260,"module":8252,"summary":8261},"\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":8263,"title":8264,"module":8252,"summary":8265},"\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":8267,"title":8268,"module":8252,"summary":8269},"\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":8271,"title":8272,"module":8252,"summary":8273},"\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":8275,"title":8276,"module":8252,"summary":8277},"\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":8279,"title":8280,"module":8281,"summary":8282},"\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":8284,"title":8285,"module":8281,"summary":8286},"\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":8288,"title":8289,"module":8281,"summary":8290},"\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":8292,"title":8293,"module":8281,"summary":8294},"\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":8296,"title":8297,"module":8281,"summary":8298},"\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":8300,"title":8301,"module":8302,"summary":8303},"\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":8305,"title":8306,"module":8302,"summary":8307},"\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":8309,"title":8310,"module":8302,"summary":8311},"\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":8313,"title":8314,"module":8302,"summary":8315},"\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":8317,"title":8318,"module":8302,"summary":8319},"\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":8321,"title":8322,"module":8323,"summary":8324},"\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":8326,"title":8327,"module":8323,"summary":8328},"\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":8330,"title":8331,"module":8323,"summary":8332},"\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":8334,"title":8335,"module":8323,"summary":8336},"\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":8338,"title":8339,"module":8323,"summary":8340},"\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":8342,"title":8343,"module":8344,"summary":8345},"\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":8347,"title":8348,"module":8344,"summary":8349},"\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":8351,"title":8352,"module":8344,"summary":8353},"\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":8355,"title":8356,"module":8344,"summary":8357},"\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":8359,"title":8360,"module":8344,"summary":8361},"\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":8363,"title":8364,"module":8365,"summary":8366},"\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":8368,"title":8369,"module":8365,"summary":8370},"\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":8372,"title":8373,"module":8365,"summary":8374},"\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":8376,"title":8377,"module":8365,"summary":8378},"\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":8380,"title":8381,"module":8365,"summary":8382},"\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":8384,"title":8385,"module":8386,"summary":8387},"\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":8389,"title":8390,"module":8386,"summary":8391},"\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":8393,"title":8394,"module":8386,"summary":8395},"\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":8397,"title":8398,"module":8399,"summary":8400},"\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":8402,"title":8403,"module":8399,"summary":8404},"\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":8406,"title":8407,"module":8408,"summary":8409},"\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":8411,"title":8412,"module":8408,"summary":8413},"\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":8415,"title":8416,"module":8408,"summary":8417},"\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":8419,"title":8420,"module":8408,"summary":8421},"\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":8423,"title":8424,"module":8408,"summary":8425},"\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":8427,"title":8428,"module":8429,"summary":8430},"\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":8432,"title":8433,"module":8429,"summary":8434},"\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":8436,"title":8437,"module":6,"summary":6},"\u002Fcomputer-architecture","Computer Architecture",{"path":8439,"title":8440,"module":7031,"summary":8441},"\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":8443,"title":8444,"module":7031,"summary":8445},"\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":8447,"title":8448,"module":8449,"summary":8450},"\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":8452,"title":8453,"module":8449,"summary":8454},"\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":8456,"title":8457,"module":8449,"summary":8458},"\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":8460,"title":8461,"module":8449,"summary":8462},"\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":8464,"title":8465,"module":8449,"summary":8466},"\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":8468,"title":8469,"module":8449,"summary":8470},"\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":8472,"title":8473,"module":8474,"summary":8475},"\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":8477,"title":8478,"module":8474,"summary":8479},"\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":8481,"title":8482,"module":8474,"summary":8483},"\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":8485,"title":8486,"module":8474,"summary":8487},"\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":8489,"title":8490,"module":8474,"summary":8491},"\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":8493,"title":8494,"module":8474,"summary":8495},"\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":8497,"title":8498,"module":8499,"summary":8500},"\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":8502,"title":8503,"module":8499,"summary":8504},"\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":8506,"title":8507,"module":8499,"summary":8508},"\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":8510,"title":8511,"module":8512,"summary":8513},"\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":8515,"title":8516,"module":8512,"summary":8517},"\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":8519,"title":8520,"module":8521,"summary":8522},"\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":8524,"title":8525,"module":8521,"summary":8526},"\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":8528,"title":8529,"module":8521,"summary":8530},"\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":8532,"title":8533,"module":8534,"summary":8535},"\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":8537,"title":8538,"module":8534,"summary":8539},"\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":8541,"title":8542,"module":8543,"summary":8544},"\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":8546,"title":8547,"module":8543,"summary":8548},"\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":8550,"title":8551,"module":8543,"summary":8552},"\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":8554,"title":8555,"module":8556,"summary":8557},"\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":8559,"title":8560,"module":8556,"summary":8561},"\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":8563,"title":8564,"module":8556,"summary":8565},"\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":8567,"title":8568,"module":8569,"summary":8570},"\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":8572,"title":8573,"module":8569,"summary":8574},"\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":8576,"title":8577,"module":6,"summary":6},"\u002Fdifferential-equations","Differential Equations",{"path":8579,"title":8580,"module":8581,"summary":8582},"\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":8584,"title":8585,"module":8581,"summary":8586},"\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":8588,"title":8589,"module":8581,"summary":8590},"\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":8592,"title":8593,"module":8581,"summary":8594},"\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":8596,"title":8597,"module":8581,"summary":8598},"\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":8600,"title":8601,"module":8602,"summary":8603},"\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":8605,"title":8606,"module":8602,"summary":8607},"\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":8609,"title":8610,"module":8602,"summary":8611},"\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":8613,"title":8614,"module":8602,"summary":8615},"\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":8617,"title":8618,"module":8619,"summary":8620},"\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":8622,"title":8623,"module":8619,"summary":8624},"\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":8626,"title":8627,"module":8619,"summary":8628},"\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":8630,"title":8631,"module":8619,"summary":8632},"\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":8634,"title":8635,"module":8636,"summary":8637},"\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":8639,"title":8640,"module":8636,"summary":8641},"\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":8643,"title":8644,"module":8636,"summary":8645},"\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":8647,"title":8648,"module":8636,"summary":8649},"\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":8651,"title":8652,"module":8653,"summary":8654},"\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":8656,"title":8657,"module":8653,"summary":8658},"\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":8660,"title":8661,"module":8653,"summary":8662},"\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":8664,"title":8665,"module":8653,"summary":8666},"\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":8668,"title":8669,"module":8653,"summary":8670},"\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":8672,"title":8673,"module":8653,"summary":8674},"\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":8676,"title":8677,"module":8678,"summary":8679},"\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":8681,"title":8682,"module":8678,"summary":8683},"\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":8685,"title":8686,"module":8678,"summary":8687},"\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":8689,"title":8690,"module":8691,"summary":8692},"\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":8694,"title":8695,"module":8691,"summary":8696},"\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":8698,"title":8699,"module":8691,"summary":8700},"\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":8702,"title":8703,"module":8691,"summary":8704},"\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":8706,"title":8707,"module":8708,"summary":8709},"\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":8711,"title":8712,"module":8708,"summary":8713},"\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":8715,"title":8716,"module":8708,"summary":8717},"\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":8719,"title":8720,"module":8721,"summary":8722},"\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":8724,"title":8725,"module":8721,"summary":8726},"\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":8728,"title":8729,"module":8721,"summary":8730},"\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":8732,"title":8733,"module":8734,"summary":8735},"\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":8737,"title":8738,"module":8734,"summary":8739},"\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":8741,"title":8742,"module":6,"summary":6},"\u002Frelativity","Relativity",{"path":8744,"title":8745,"module":6,"summary":6},"\u002Fphysical-computing","Physical Computing",{"path":8747,"title":8748,"module":8749,"summary":8750},"\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":8752,"title":8753,"module":8749,"summary":8754},"\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":8756,"title":8757,"module":8749,"summary":8758},"\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":8760,"title":8761,"module":8749,"summary":8762},"\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":8764,"title":8765,"module":8766,"summary":8767},"\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":8769,"title":8770,"module":8766,"summary":8771},"\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":8773,"title":8774,"module":8766,"summary":8775},"\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":8777,"title":8778,"module":8779,"summary":8780},"\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":8782,"title":8783,"module":8779,"summary":8784},"\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":8786,"title":8787,"module":8779,"summary":8788},"\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":8790,"title":8791,"module":8779,"summary":8792},"\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":8794,"title":8795,"module":8779,"summary":8796},"\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":8798,"title":8799,"module":8779,"summary":8800},"\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":8802,"title":8803,"module":8804,"summary":8805},"\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":8807,"title":8808,"module":8804,"summary":8809},"\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":8811,"title":8812,"module":8804,"summary":8813},"\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":8815,"title":8816,"module":8804,"summary":8817},"\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":8819,"title":8820,"module":8804,"summary":8821},"\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":8823,"title":8824,"module":8804,"summary":8825},"\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":8827,"title":8828,"module":8829,"summary":8830},"\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":8832,"title":8833,"module":8829,"summary":8834},"\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":8836,"title":8837,"module":8829,"summary":8838},"\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":8840,"title":8841,"module":8829,"summary":8842},"\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":8844,"title":8845,"module":7684,"summary":8846},"\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":8848,"title":8849,"module":7684,"summary":8850},"\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":8852,"title":8853,"module":7684,"summary":8854},"\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":8856,"title":8857,"module":8858,"summary":8859},"\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":8861,"title":8862,"module":8858,"summary":8863},"\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":8865,"title":8866,"module":8858,"summary":8867},"\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":8869,"title":8870,"module":8871,"summary":8872},"\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":8874,"title":8875,"module":8871,"summary":8876},"\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":8878,"title":8879,"module":8871,"summary":8880},"\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":8882,"title":8883,"module":8884,"summary":8885},"\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":8887,"title":8888,"module":8884,"summary":8889},"\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":8891,"title":8892,"module":8893,"summary":8894},"\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":8896,"title":8897,"module":8893,"summary":8898},"\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":8900,"title":8901,"module":8893,"summary":8902},"\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":8904,"title":8905,"module":8893,"summary":8906},"\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":8908,"title":8909,"module":8893,"summary":8910},"\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":8912,"title":8913,"module":6,"summary":6},"\u002Fquantum-mechanics","Quantum Mechanics",{"path":8915,"title":8916,"module":8917,"summary":8918},"\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":8920,"title":8921,"module":8917,"summary":8922},"\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":8924,"title":8925,"module":8917,"summary":8926},"\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":8928,"title":8929,"module":8917,"summary":8930},"\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":8932,"title":8933,"module":8934,"summary":8935},"\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":8937,"title":8938,"module":8934,"summary":8939},"\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":8941,"title":8942,"module":8934,"summary":8943},"\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":8945,"title":8946,"module":8934,"summary":8947},"\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":8949,"title":8950,"module":8934,"summary":8951},"\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":8953,"title":8954,"module":8934,"summary":8955},"\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":8957,"title":8958,"module":8959,"summary":8960},"\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":8962,"title":8963,"module":8959,"summary":8964},"\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":8966,"title":8967,"module":8959,"summary":8968},"\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":8970,"title":8971,"module":8959,"summary":8972},"\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":8974,"title":8975,"module":8959,"summary":8976},"\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":8978,"title":8979,"module":7378,"summary":8980},"\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":8982,"title":8983,"module":7378,"summary":8984},"\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":8986,"title":8987,"module":7378,"summary":8988},"\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":8990,"title":8991,"module":7378,"summary":8992},"\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":8994,"title":8995,"module":7378,"summary":8996},"\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":8998,"title":8999,"module":7378,"summary":9000},"\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":9002,"title":9003,"module":9004,"summary":9005},"\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":9007,"title":9008,"module":9004,"summary":9009},"\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":9011,"title":9012,"module":9004,"summary":9013},"\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":9015,"title":9016,"module":9004,"summary":9017},"\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":9019,"title":9020,"module":9021,"summary":9022},"\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":9024,"title":9025,"module":9021,"summary":9026},"\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":9028,"title":9029,"module":9021,"summary":9030},"\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":9032,"title":7433,"module":9021,"summary":9033},"\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":9035,"title":9036,"module":9021,"summary":9037},"\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":9039,"title":9040,"module":9041,"summary":9042},"\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":9044,"title":9045,"module":9041,"summary":9046},"\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":9048,"title":9049,"module":9041,"summary":9050},"\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":9052,"title":9053,"module":9041,"summary":9054},"\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":9056,"title":9057,"module":9058,"summary":9059},"\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":9061,"title":9062,"module":9058,"summary":9063},"\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":9065,"title":9066,"module":9058,"summary":9067},"\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":9069,"title":9070,"module":9058,"summary":9071},"\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":9073,"title":9074,"module":9058,"summary":9075},"\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":9077,"title":9078,"module":6,"summary":6},"\u002Freal-analysis","Real Analysis",{"path":9080,"title":9081,"module":7031,"summary":9082},"\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":9084,"title":9085,"module":7031,"summary":9086},"\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":9088,"title":9089,"module":9090,"summary":9091},"\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":9093,"title":9094,"module":9090,"summary":9095},"\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":9097,"title":9098,"module":9090,"summary":9099},"\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":9101,"title":9102,"module":9090,"summary":9103},"\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":9105,"title":9106,"module":9107,"summary":9108},"\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":9110,"title":9111,"module":9107,"summary":9112},"\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":9114,"title":9115,"module":9107,"summary":9116},"\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":9118,"title":9119,"module":9107,"summary":9120},"\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":9122,"title":9123,"module":9107,"summary":9124},"\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":9126,"title":9127,"module":9107,"summary":9128},"\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":9130,"title":9131,"module":9132,"summary":9133},"\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":9135,"title":9136,"module":9132,"summary":9137},"\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":9139,"title":9140,"module":9132,"summary":9141},"\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":9143,"title":9144,"module":9132,"summary":9145},"\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":9147,"title":9148,"module":9149,"summary":9150},"\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":9152,"title":9153,"module":9149,"summary":9154},"\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":9156,"title":9157,"module":9149,"summary":9158},"\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":9160,"title":9161,"module":9149,"summary":9162},"\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":9164,"title":9165,"module":9166,"summary":9167},"\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":9169,"title":9170,"module":9166,"summary":9171},"\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":9173,"title":9174,"module":9166,"summary":9175},"\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":9177,"title":9178,"module":9179,"summary":9180},"\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":9182,"title":9183,"module":9179,"summary":9184},"\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":9186,"title":9187,"module":9179,"summary":9188},"\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":9190,"title":9191,"module":9179,"summary":9192},"\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":9194,"title":9195,"module":9196,"summary":9197},"\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":9199,"title":9200,"module":9196,"summary":9201},"\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":9203,"title":9204,"module":9196,"summary":9205},"\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":9207,"title":9208,"module":9196,"summary":9209},"\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":9211,"title":9212,"module":9213,"summary":9214},"\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":9216,"title":9217,"module":9213,"summary":9218},"\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":9220,"title":9221,"module":9213,"summary":9222},"\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":9224,"title":9225,"module":9226,"summary":9227},"\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":9229,"title":9230,"module":9226,"summary":9231},"\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":9233,"title":9234,"module":9226,"summary":9235},"\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":9237,"title":9238,"module":9226,"summary":9239},"\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":9241,"title":9242,"module":9243,"summary":9244},"\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":9246,"title":9247,"module":9243,"summary":9248},"\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":9250,"title":9251,"module":9243,"summary":9252},"\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":9254,"title":9255,"module":9243,"summary":9256},"\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":9258,"title":9259,"module":9243,"summary":9260},"\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":9262,"title":9263,"module":9264,"summary":9265},"\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":9267,"title":9268,"module":9264,"summary":9269},"\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":9271,"title":9272,"module":6,"summary":6},"\u002Fabstract-algebra","Abstract Algebra",{"path":9274,"title":9275,"module":9276,"summary":9277},"\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":9279,"title":9280,"module":9276,"summary":9281},"\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":9283,"title":9284,"module":9276,"summary":9285},"\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":9287,"title":9288,"module":9276,"summary":9289},"\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":9291,"title":9292,"module":9276,"summary":9293},"\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":9295,"title":9296,"module":9297,"summary":9298},"\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":9300,"title":9301,"module":9297,"summary":9302},"\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":9304,"title":9305,"module":9297,"summary":9306},"\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":9308,"title":9309,"module":9297,"summary":9310},"\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":9312,"title":9313,"module":9297,"summary":9314},"\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":9316,"title":9317,"module":9297,"summary":9318},"\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":9320,"title":9321,"module":9297,"summary":9322},"\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":9324,"title":9325,"module":9326,"summary":9327},"\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":9329,"title":9330,"module":9326,"summary":9331},"\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":9333,"title":9334,"module":9326,"summary":9335},"\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":9337,"title":9338,"module":9326,"summary":9339},"\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":9341,"title":9342,"module":9343,"summary":9344},"\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":9346,"title":9347,"module":9343,"summary":9348},"\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":9350,"title":9351,"module":9343,"summary":9352},"\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":9354,"title":9355,"module":9356,"summary":9357},"\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":9359,"title":9360,"module":9356,"summary":9361},"\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":9363,"title":9364,"module":9356,"summary":9365},"\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":9367,"title":9368,"module":9356,"summary":9369},"\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":9371,"title":9372,"module":9356,"summary":9373},"\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":9375,"title":9376,"module":9356,"summary":9377},"\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":9379,"title":9380,"module":9381,"summary":9382},"\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":9384,"title":9385,"module":9381,"summary":9386},"\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":9388,"title":9389,"module":9381,"summary":9390},"\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":9392,"title":9393,"module":9394,"summary":9395},"\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":9397,"title":9398,"module":9394,"summary":9399},"\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":9401,"title":9402,"module":9394,"summary":9403},"\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":9405,"title":9406,"module":9394,"summary":9407},"\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":9409,"title":9410,"module":9411,"summary":9412},"\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":9414,"title":9415,"module":9411,"summary":9416},"\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":9418,"title":9419,"module":9411,"summary":9420},"\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":9422,"title":9423,"module":9424,"summary":9425},"\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":9427,"title":9428,"module":9424,"summary":9429},"\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":9431,"title":9432,"module":9424,"summary":9433},"\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":9435,"title":9436,"module":9424,"summary":9437},"\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":9439,"title":9440,"module":6,"summary":6},"\u002Fatomic-physics","Atomic Physics",{"path":9442,"title":9443,"module":6,"summary":6},"\u002Fdatabases","Databases",{"path":9445,"title":9446,"module":7031,"summary":9447},"\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":9449,"title":9450,"module":7031,"summary":9451},"\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":9453,"title":9454,"module":7031,"summary":9455},"\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":9457,"title":9458,"module":7031,"summary":9459},"\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":9461,"title":9462,"module":7031,"summary":9463},"\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":9465,"title":9466,"module":7031,"summary":9467},"\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":9469,"title":9470,"module":9471,"summary":9472},"\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":9474,"title":9475,"module":9471,"summary":9476},"\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":9478,"title":9479,"module":9471,"summary":9480},"\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":9482,"title":9483,"module":9484,"summary":9485},"\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":9487,"title":9488,"module":9484,"summary":9489},"\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":9491,"title":9492,"module":9484,"summary":9493},"\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":9495,"title":9496,"module":9497,"summary":9498},"\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":9500,"title":9501,"module":9497,"summary":9502},"\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":9504,"title":9505,"module":9497,"summary":9506},"\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":9508,"title":9509,"module":9497,"summary":9510},"\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":9512,"title":9513,"module":9497,"summary":9514},"\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":9516,"title":9517,"module":9518,"summary":9519},"\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":9521,"title":9522,"module":9518,"summary":9523},"\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":9525,"title":9526,"module":9518,"summary":9527},"\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":9529,"title":9530,"module":9518,"summary":9531},"\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":9533,"title":9534,"module":9535,"summary":9536},"\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":9538,"title":9539,"module":9535,"summary":9540},"\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":9542,"title":9543,"module":9535,"summary":9544},"\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":9546,"title":9547,"module":9535,"summary":9548},"\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":9550,"title":9551,"module":9552,"summary":9553},"\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":9555,"title":9556,"module":9552,"summary":9557},"\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":9559,"title":9560,"module":9552,"summary":9561},"\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":9563,"title":9564,"module":9552,"summary":9565},"\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":9567,"title":9568,"module":9569,"summary":9570},"\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":9572,"title":9573,"module":9569,"summary":9574},"\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":9576,"title":9577,"module":9569,"summary":9578},"\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":9580,"title":9581,"module":6,"summary":6},"\u002Fcategory-theory","Category Theory",{"path":9583,"title":8225,"module":9584,"summary":9585},"\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":9587,"title":9588,"module":9584,"summary":9589},"\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":9591,"title":9592,"module":9584,"summary":9593},"\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":9595,"title":7584,"module":9584,"summary":9596},"\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":9598,"title":9599,"module":7031,"summary":9600},"\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":9602,"title":9603,"module":7031,"summary":9604},"\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":9606,"title":9607,"module":7031,"summary":9608},"\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":9610,"title":9611,"module":9612,"summary":9613},"\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":9615,"title":9616,"module":9612,"summary":9617},"\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":9619,"title":9620,"module":9612,"summary":9621},"\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":9623,"title":9624,"module":9612,"summary":9625},"\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":9627,"title":9628,"module":9612,"summary":9629},"\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":9631,"title":9632,"module":9633,"summary":9634},"\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":9636,"title":9637,"module":9633,"summary":9638},"\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":9640,"title":9641,"module":9633,"summary":9642},"\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":9644,"title":9645,"module":9633,"summary":9646},"\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":9648,"title":9649,"module":9633,"summary":9650},"\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":9652,"title":9653,"module":9654,"summary":9655},"\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":9657,"title":9658,"module":9654,"summary":9659},"\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":9661,"title":9662,"module":9654,"summary":9663},"\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":9665,"title":9666,"module":9654,"summary":9667},"\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":9669,"title":9670,"module":9671,"summary":9672},"\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":9674,"title":9675,"module":9671,"summary":9676},"\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":9678,"title":9679,"module":9671,"summary":9680},"\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":9682,"title":9683,"module":9671,"summary":9684},"\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":9686,"title":9687,"module":9671,"summary":9688},"\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":9690,"title":9691,"module":9671,"summary":9692},"\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":9694,"title":9695,"module":9671,"summary":9696},"\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":9698,"title":9699,"module":9671,"summary":9700},"\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":9702,"title":9703,"module":9671,"summary":9704},"\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":9706,"title":9707,"module":9708,"summary":9709},"\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":9711,"title":9712,"module":9708,"summary":9713},"\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":9715,"title":9716,"module":9708,"summary":9717},"\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":9719,"title":9720,"module":9708,"summary":9721},"\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":9723,"title":9724,"module":9708,"summary":9725},"\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":9727,"title":9728,"module":9729,"summary":9730},"\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":9732,"title":9733,"module":9729,"summary":9734},"\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":9736,"title":9737,"module":9729,"summary":9738},"\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":9740,"title":9741,"module":9729,"summary":9742},"\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":9744,"title":9745,"module":9729,"summary":9746},"\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":9748,"title":9749,"module":9729,"summary":9750},"\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":9752,"title":9753,"module":9729,"summary":9754},"\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":9756,"title":9757,"module":9758,"summary":9759},"\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":9761,"title":9762,"module":9758,"summary":9763},"\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":9765,"title":9766,"module":9758,"summary":9767},"\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":9769,"title":9770,"module":9771,"summary":9772},"\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":9774,"title":9775,"module":9771,"summary":9776},"\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":9778,"title":9779,"module":9771,"summary":9780},"\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":9782,"title":9783,"module":9771,"summary":9784},"\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":9786,"title":9787,"module":9771,"summary":9788},"\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":9790,"title":9791,"module":9771,"summary":9792},"\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":9794,"title":9795,"module":9771,"summary":9796},"\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":9798,"title":9799,"module":9800,"summary":9801},"\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":9803,"title":9804,"module":9800,"summary":9805},"\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":9807,"title":9808,"module":9800,"summary":9809},"\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":9811,"title":9812,"module":9800,"summary":9813},"\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":9815,"title":9816,"module":9800,"summary":9817},"\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":9819,"title":9820,"module":9800,"summary":9821},"\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":9823,"title":9824,"module":9800,"summary":9825},"\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":9827,"title":9828,"module":9800,"summary":9829},"\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":9831,"title":9832,"module":9800,"summary":9833},"\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":9835,"title":9836,"module":9800,"summary":9837},"\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":9839,"title":9840,"module":9800,"summary":9841},"\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":9843,"title":9844,"module":9845,"summary":9846},"\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":9848,"title":9849,"module":9845,"summary":9850},"\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":9852,"title":9853,"module":9845,"summary":9854},"\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":9856,"title":9857,"module":9845,"summary":9858},"\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":9860,"title":9861,"module":9845,"summary":9862},"\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":9864,"title":9865,"module":6,"summary":6},"\u002Fdeep-learning","Deep Learning",{"path":9867,"title":9868,"module":7775,"summary":9869},"\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":9871,"title":9872,"module":7775,"summary":9873},"\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":9875,"title":9876,"module":7775,"summary":9877},"\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":9879,"title":9880,"module":7775,"summary":9881},"\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":9883,"title":9884,"module":7775,"summary":9885},"\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":9887,"title":9888,"module":9889,"summary":9890},"\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":9892,"title":9893,"module":9889,"summary":9894},"\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":9896,"title":9897,"module":9889,"summary":9898},"\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":9900,"title":9901,"module":9889,"summary":9902},"\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":9904,"title":9905,"module":9906,"summary":9907},"\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":9909,"title":9910,"module":9906,"summary":9911},"\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":9913,"title":9914,"module":9906,"summary":9915},"\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":9917,"title":9918,"module":9906,"summary":9919},"\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":9921,"title":9922,"module":9923,"summary":9924},"\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":9926,"title":9927,"module":9923,"summary":9928},"\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":9930,"title":9931,"module":9923,"summary":9932},"\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":9934,"title":9935,"module":9923,"summary":9936},"\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":9938,"title":9939,"module":9923,"summary":9940},"\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":9942,"title":9943,"module":9944,"summary":9945},"\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":9947,"title":9948,"module":9944,"summary":9949},"\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":9951,"title":9952,"module":9944,"summary":9953},"\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":9955,"title":9956,"module":9957,"summary":9958},"\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":9960,"title":9961,"module":9957,"summary":9962},"\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":9964,"title":9965,"module":9957,"summary":9966},"\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":9968,"title":9969,"module":9970,"summary":9971},"\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":9973,"title":9974,"module":9970,"summary":9975},"\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":9977,"title":9978,"module":9970,"summary":9979},"\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":9981,"title":9982,"module":9970,"summary":9983},"\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":9985,"title":9986,"module":9987,"summary":9988},"\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":9990,"title":9991,"module":9987,"summary":9992},"\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":9994,"title":9995,"module":9987,"summary":9996},"\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":9998,"title":9999,"module":9987,"summary":10000},"\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":10002,"title":10003,"module":9987,"summary":10004},"\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":10006,"title":10007,"module":9987,"summary":10008},"\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":10010,"title":10011,"module":10012,"summary":10013},"\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":10015,"title":10016,"module":10012,"summary":10017},"\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":10019,"title":10020,"module":10012,"summary":10021},"\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":10023,"title":10024,"module":10012,"summary":10025},"\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":10027,"title":10028,"module":10029,"summary":10030},"\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":10032,"title":10033,"module":10029,"summary":10034},"\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":10036,"title":10037,"module":10029,"summary":10038},"\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":10040,"title":10041,"module":10042,"summary":10043},"\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":10045,"title":10046,"module":10042,"summary":10047},"\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":10049,"title":10050,"module":10042,"summary":10051},"\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":10053,"title":10054,"module":10042,"summary":10055},"\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":10057,"title":10058,"module":10042,"summary":10059},"\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":10061,"title":10062,"module":10063,"summary":10064},"\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":10066,"title":10067,"module":10063,"summary":10068},"\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":10070,"title":10071,"module":10063,"summary":10072},"\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":10074,"title":10075,"module":6,"summary":6},"\u002Fstatistical-mechanics","Statistical Mechanics",{"path":10077,"title":10078,"module":10079,"summary":10080},"\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":10082,"title":10083,"module":10079,"summary":10084},"\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":10086,"title":10087,"module":10079,"summary":10088},"\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":10090,"title":10091,"module":10079,"summary":10092},"\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":10094,"title":10095,"module":10096,"summary":10097},"\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":10099,"title":10100,"module":10096,"summary":10101},"\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":10103,"title":10104,"module":10096,"summary":10105},"\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":10107,"title":10108,"module":10096,"summary":10109},"\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":10111,"title":10112,"module":10113,"summary":10114},"\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":10116,"title":10117,"module":10113,"summary":10118},"\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":10120,"title":10121,"module":10113,"summary":10122},"\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":10124,"title":10125,"module":10113,"summary":10126},"\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":10128,"title":10129,"module":10130,"summary":10131},"\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":10133,"title":10134,"module":10130,"summary":10135},"\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":10137,"title":10138,"module":10130,"summary":10139},"\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":10141,"title":10142,"module":10130,"summary":10143},"\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":10145,"title":10146,"module":10147,"summary":10148},"\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":10150,"title":10151,"module":10147,"summary":10152},"\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":10154,"title":10155,"module":10147,"summary":10156},"\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":10158,"title":10159,"module":10147,"summary":10160},"\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":10162,"title":10163,"module":10164,"summary":10165},"\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":10167,"title":10168,"module":10164,"summary":10169},"\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":10171,"title":10172,"module":10164,"summary":10173},"\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":10175,"title":10176,"module":10164,"summary":10177},"\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":10179,"title":10180,"module":10181,"summary":10182},"\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":10184,"title":10185,"module":10181,"summary":10186},"\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":10188,"title":10189,"module":10181,"summary":10190},"\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":10192,"title":10193,"module":10181,"summary":10194},"\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":10196,"title":10197,"module":10181,"summary":10198},"\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":10200,"title":10201,"module":10202,"summary":10203},"\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":10205,"title":10206,"module":10202,"summary":10207},"\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":10209,"title":10210,"module":10211,"summary":10212},"\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":10214,"title":10215,"module":10211,"summary":10216},"\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":10218,"title":10219,"module":10211,"summary":10220},"\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":10222,"title":10223,"module":10211,"summary":10224},"\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":10226,"title":10227,"module":10228,"summary":10229},"\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":10231,"title":10232,"module":10228,"summary":10233},"\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":10235,"title":10236,"module":10228,"summary":10237},"\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":10239,"title":10240,"module":10228,"summary":10241},"\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":10243,"title":10244,"module":10228,"summary":10245},"\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":10247,"title":10248,"module":10249,"summary":10250},"\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":10252,"title":10253,"module":10249,"summary":10254},"\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":10256,"title":10257,"module":10249,"summary":10258},"\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":10260,"title":10261,"module":10249,"summary":10262},"\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":10264,"title":10265,"module":6,"summary":6},"\u002Fcondensed-matter","Condensed Matter Physics",{"path":10267,"title":10268,"module":7031,"summary":10269},"\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":10271,"title":10272,"module":10273,"summary":10274},"\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":10276,"title":10277,"module":10273,"summary":10278},"\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":10280,"title":10281,"module":10273,"summary":10282},"\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":10284,"title":10285,"module":10273,"summary":10286},"\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":10288,"title":10289,"module":10273,"summary":10290},"\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":10292,"title":10293,"module":10273,"summary":10294},"\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":10296,"title":10297,"module":10273,"summary":10298},"\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":10300,"title":10301,"module":10302,"summary":10303},"\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":10305,"title":10306,"module":10302,"summary":10307},"\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":10309,"title":10310,"module":10302,"summary":10311},"\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":10313,"title":10314,"module":10302,"summary":10315},"\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":10317,"title":10318,"module":10319,"summary":10320},"\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":10322,"title":10323,"module":10319,"summary":10324},"\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":10326,"title":10327,"module":10319,"summary":10328},"\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":10330,"title":10331,"module":10319,"summary":10332},"\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":10334,"title":10335,"module":10336,"summary":10337},"\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":10339,"title":10340,"module":10336,"summary":10341},"\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":10343,"title":10344,"module":10336,"summary":10345},"\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":10347,"title":10348,"module":10336,"summary":10349},"\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":10351,"title":10352,"module":10353,"summary":10354},"\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":10356,"title":10357,"module":10353,"summary":10358},"\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":10360,"title":10361,"module":10353,"summary":10362},"\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":10364,"title":10365,"module":10353,"summary":10366},"\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":10368,"title":10369,"module":10370,"summary":10371},"\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":10373,"title":10374,"module":10370,"summary":10375},"\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":10377,"title":10378,"module":10370,"summary":10379},"\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":10381,"title":10382,"module":10383,"summary":10384},"\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":10386,"title":10387,"module":10383,"summary":10388},"\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":10390,"title":10391,"module":10392,"summary":10393},"\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":10395,"title":10396,"module":10392,"summary":10397},"\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":10399,"title":10400,"module":10392,"summary":10401},"\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":10403,"title":10404,"module":6,"summary":6},"\u002Flogic","Logic",{"path":10406,"title":10407,"module":7031,"summary":10408},"\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":10410,"title":10411,"module":7031,"summary":10412},"\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":10414,"title":10415,"module":7031,"summary":10416},"\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":10418,"title":10419,"module":7031,"summary":10420},"\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":10422,"title":10423,"module":7031,"summary":10424},"\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":10426,"title":10427,"module":7031,"summary":10428},"\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":10430,"title":7250,"module":10431,"summary":10432},"\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":10434,"title":10435,"module":10431,"summary":10436},"\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":10438,"title":10439,"module":10431,"summary":10440},"\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":10442,"title":10443,"module":10431,"summary":10444},"\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":10446,"title":10447,"module":10431,"summary":10448},"\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":10450,"title":10451,"module":10431,"summary":10452},"\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":10454,"title":10455,"module":10431,"summary":10456},"\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":10458,"title":10459,"module":10431,"summary":10460},"\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":10462,"title":10463,"module":10431,"summary":10464},"\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":10466,"title":10467,"module":10431,"summary":10468},"\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":10470,"title":10471,"module":10431,"summary":10472},"\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":10474,"title":10475,"module":10431,"summary":10476},"\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":10478,"title":10479,"module":10480,"summary":10481},"\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":10483,"title":10484,"module":10480,"summary":10485},"\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":10487,"title":10488,"module":10480,"summary":10489},"\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":10491,"title":10492,"module":10480,"summary":10493},"\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":10495,"title":10496,"module":10480,"summary":10497},"\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":10499,"title":10500,"module":10480,"summary":10501},"\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":10503,"title":10504,"module":10480,"summary":10505},"\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":10507,"title":10508,"module":10480,"summary":10509},"\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":10511,"title":10512,"module":10480,"summary":10513},"\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":10515,"title":10516,"module":10480,"summary":10517},"\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":10519,"title":10520,"module":10480,"summary":10521},"\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":10523,"title":10524,"module":10480,"summary":10525},"\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":10527,"title":10528,"module":10480,"summary":10529},"\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":10531,"title":10532,"module":10480,"summary":10533},"\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":10535,"title":9853,"module":10536,"summary":10537},"\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":10539,"title":10540,"module":10536,"summary":10541},"\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":10543,"title":10544,"module":10536,"summary":10545},"\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":10547,"title":10548,"module":10536,"summary":10549},"\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":10551,"title":10552,"module":10536,"summary":10553},"\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":10555,"title":10556,"module":10536,"summary":10557},"\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":10559,"title":10560,"module":10536,"summary":10561},"\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":10563,"title":10564,"module":10536,"summary":10565},"\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":10567,"title":10568,"module":10569,"summary":10570},"\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":10572,"title":10573,"module":10569,"summary":10574},"\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":10576,"title":10577,"module":10569,"summary":10578},"\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":10580,"title":10581,"module":10569,"summary":10582},"\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":10584,"title":10585,"module":10569,"summary":10586},"\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":10588,"title":10589,"module":10569,"summary":10590},"\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":10592,"title":10593,"module":10569,"summary":10594},"\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":10596,"title":10597,"module":10569,"summary":10598},"\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":10600,"title":10601,"module":10569,"summary":10602},"\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":10604,"title":10605,"module":10569,"summary":10606},"\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":10608,"title":10609,"module":10569,"summary":10610},"\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":10612,"title":10613,"module":10569,"summary":10614},"\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":10616,"title":10617,"module":10569,"summary":10618},"\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":10620,"title":10621,"module":10569,"summary":10622},"\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":10624,"title":10625,"module":10569,"summary":10626},"\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":10628,"title":10629,"module":10569,"summary":10630},"\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":10632,"title":10633,"module":10569,"summary":10634},"\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":10636,"title":10637,"module":10569,"summary":10638},"\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":10640,"title":10641,"module":10569,"summary":10642},"\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":10644,"title":10645,"module":10569,"summary":10646},"\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":10648,"title":10649,"module":10569,"summary":10650},"\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":10652,"title":10653,"module":10569,"summary":10654},"\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":10656,"title":10657,"module":10658,"summary":10659},"\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":10661,"title":10662,"module":10658,"summary":10663},"\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":10665,"title":10666,"module":10658,"summary":10667},"\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":10669,"title":10670,"module":10658,"summary":10671},"\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":10673,"title":10674,"module":10658,"summary":10675},"\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":10677,"title":10678,"module":10658,"summary":10679},"\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":10681,"title":10682,"module":10658,"summary":10683},"\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":10685,"title":10686,"module":10658,"summary":10687},"\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":10689,"title":9845,"module":6,"summary":6},"\u002Freinforcement-learning",{"path":10691,"title":10692,"module":7031,"summary":10693},"\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":10695,"title":10696,"module":7031,"summary":10697},"\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":10699,"title":10700,"module":7031,"summary":10701},"\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":10703,"title":10704,"module":7031,"summary":10705},"\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":10707,"title":10708,"module":10709,"summary":10710},"\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":10712,"title":10713,"module":10709,"summary":10714},"\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":10716,"title":10717,"module":10709,"summary":10718},"\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":10720,"title":10721,"module":10709,"summary":10722},"\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":10724,"title":10725,"module":10709,"summary":10726},"\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":10728,"title":10729,"module":10709,"summary":10730},"\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":10732,"title":10733,"module":10709,"summary":10734},"\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":10736,"title":10737,"module":10709,"summary":10738},"\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":10740,"title":10741,"module":10709,"summary":10742},"\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":10744,"title":10745,"module":10709,"summary":10746},"\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":10748,"title":10749,"module":10709,"summary":10750},"\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":10752,"title":10753,"module":10709,"summary":10754},"\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":10756,"title":10757,"module":10758,"summary":10759},"\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":10761,"title":10762,"module":10758,"summary":10763},"\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":10765,"title":10766,"module":10758,"summary":10767},"\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":10769,"title":10770,"module":10758,"summary":10771},"\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":10773,"title":10774,"module":10758,"summary":10775},"\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":10777,"title":10778,"module":10758,"summary":10779},"\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":10781,"title":10782,"module":10758,"summary":10783},"\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":10785,"title":10786,"module":10758,"summary":10787},"\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":10789,"title":10790,"module":10758,"summary":10791},"\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":10793,"title":10794,"module":10758,"summary":10795},"\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":10797,"title":10798,"module":10758,"summary":10799},"\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":10801,"title":10802,"module":10758,"summary":10803},"\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":10805,"title":10806,"module":10807,"summary":10808},"\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":10810,"title":10811,"module":10807,"summary":10812},"\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":10814,"title":10815,"module":10807,"summary":10816},"\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":10818,"title":10819,"module":10807,"summary":10820},"\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":10822,"title":10823,"module":10807,"summary":10824},"\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":10826,"title":10827,"module":10807,"summary":10828},"\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":10830,"title":10831,"module":10807,"summary":10832},"\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":10834,"title":10423,"module":10807,"summary":10835},"\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":10837,"title":10838,"module":10807,"summary":10839},"\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":10841,"title":10842,"module":10807,"summary":10843},"\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":10845,"title":10846,"module":10847,"summary":10848},"\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":10850,"title":10851,"module":10847,"summary":10852},"\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":10854,"title":10855,"module":10847,"summary":10856},"\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":10858,"title":10859,"module":10847,"summary":10860},"\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":10862,"title":9845,"module":10847,"summary":10863},"\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":10865,"title":10866,"module":10847,"summary":10867},"\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":10869,"title":10870,"module":10847,"summary":10871},"\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":10873,"title":10874,"module":10847,"summary":10875},"\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":10877,"title":10878,"module":10879,"summary":10880},"\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":10882,"title":10883,"module":10879,"summary":10884},"\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":10886,"title":10887,"module":10879,"summary":10888},"\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":10890,"title":10891,"module":10879,"summary":10892},"\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":10894,"title":10895,"module":10879,"summary":10896},"\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":10898,"title":10899,"module":10879,"summary":10900},"\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":10902,"title":10903,"module":10879,"summary":10904},"\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":10906,"title":10907,"module":10879,"summary":10908},"\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":10910,"title":10911,"module":6,"summary":6},"\u002Fartificial-intelligence","Artificial Intelligence",{"path":10913,"title":10914,"module":10915,"summary":10916},"\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":10918,"title":10919,"module":10915,"summary":10920},"\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":10922,"title":10923,"module":10915,"summary":10924},"\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":10926,"title":10927,"module":10915,"summary":10928},"\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":10930,"title":10931,"module":10915,"summary":10932},"\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":10934,"title":10935,"module":10936,"summary":10937},"\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":10939,"title":10940,"module":10936,"summary":10941},"\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":10943,"title":10944,"module":10936,"summary":10945},"\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":10947,"title":10948,"module":10936,"summary":10949},"\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":10951,"title":10952,"module":10953,"summary":10954},"\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":10956,"title":10957,"module":10953,"summary":10958},"\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":10960,"title":10961,"module":10953,"summary":10962},"\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":10964,"title":10965,"module":10953,"summary":10966},"\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":10968,"title":10969,"module":10970,"summary":10971},"\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":10973,"title":10974,"module":10970,"summary":10975},"\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":10977,"title":10978,"module":10979,"summary":10980},"\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":10982,"title":10983,"module":10979,"summary":10984},"\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":10986,"title":10987,"module":10988,"summary":10989},"\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":10991,"title":10992,"module":10988,"summary":10993},"\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":10995,"title":10996,"module":10988,"summary":10997},"\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":10999,"title":11000,"module":10988,"summary":11001},"\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":11003,"title":11004,"module":11005,"summary":11006},"\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":11008,"title":11009,"module":11005,"summary":11010},"\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":11012,"title":11013,"module":11005,"summary":11014},"\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":11016,"title":11017,"module":11018,"summary":11019},"\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":11021,"title":11022,"module":11018,"summary":11023},"\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":11025,"title":11026,"module":11018,"summary":11027},"\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":11029,"title":11030,"module":11031,"summary":11032},"\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":11034,"title":11035,"module":11031,"summary":11036},"\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":11038,"title":11039,"module":11040,"summary":11041},"\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":11043,"title":11044,"module":11040,"summary":11045},"\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":11047,"title":11048,"module":11040,"summary":11049},"\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":11051,"title":11052,"module":11053,"summary":11054},"\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":11056,"title":11057,"module":11053,"summary":11058},"\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":11060,"title":11061,"module":11053,"summary":11062},"\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":11064,"title":11065,"module":11053,"summary":11066},"\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":11068,"title":11069,"module":11053,"summary":11070},"\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":11072,"title":11073,"module":6,"summary":6},"\u002Fnuclear-physics","Nuclear Physics",{"path":11075,"title":11076,"module":7031,"summary":11077},"\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":179,"title":11079,"module":7031,"summary":11080},"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":11082,"title":11083,"module":7031,"summary":11084},"\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":11086,"title":11087,"module":7031,"summary":11088},"\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":11090,"title":11091,"module":7031,"summary":11092},"\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":11094,"title":11095,"module":11096,"summary":11097},"\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":11099,"title":11100,"module":11096,"summary":11101},"\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":11103,"title":11104,"module":11096,"summary":11105},"\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":11107,"title":11108,"module":11096,"summary":11109},"\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":11111,"title":11112,"module":11113,"summary":11114},"\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":11116,"title":11117,"module":11113,"summary":11118},"\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":11120,"title":11121,"module":11113,"summary":11122},"\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":11124,"title":11125,"module":7497,"summary":11126},"\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":11128,"title":11129,"module":7497,"summary":11130},"\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":11132,"title":11133,"module":7497,"summary":11134},"\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":174,"title":11136,"module":7979,"summary":11137},"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":11139,"title":9691,"module":7979,"summary":11140},"\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":11142,"title":9799,"module":7979,"summary":11143},"\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":11145,"title":11146,"module":7979,"summary":11147},"\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":11149,"title":11150,"module":7979,"summary":11151},"\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":11153,"title":11154,"module":7979,"summary":11155},"\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":11157,"title":11158,"module":11159,"summary":11160},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fconstituency-parsing","Constituency Parsing","Linguistic Structure","A constituency parse groups a sentence into nested phrases described by a context-free grammar. We build the CFG formalism, read the phrase structure of English off a treebank, confront the structural ambiguity that makes parsing hard, convert to Chomsky normal form, and then solve it with CKY — the dynamic-programming chart that fills a triangular table bottom-up. Probabilistic and neural span parsers, evaluation, and shallow parsing follow in the companion lesson.\n",{"path":11162,"title":11163,"module":11159,"summary":11164},"\u002Fnatural-language-processing\u002Flinguistic-structure\u002Fcky-scoring-and-evaluation","CKY Scoring, Evaluation, and Shallow Parsing","The CKY chart returns every parse but does not say which is correct. Disambiguation needs a score on trees. This lesson attaches probabilities to a grammar (the PCFG and lexicalization), replaces the grammar with a neural span scorer over a pretrained encoder, states the self-attentive results that made it the state of the art, evaluates parsers against a treebank with PARSEVAL, and closes with chunking and shallow parsing for tasks that need only the flat phrases.\n",{"path":11166,"title":11167,"module":11159,"summary":11168},"\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":11170,"title":11171,"module":11159,"summary":11172},"\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":11174,"title":11175,"module":11159,"summary":11176},"\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":11178,"title":11179,"module":11159,"summary":11180},"\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":11182,"title":11183,"module":11159,"summary":11184},"\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":11186,"title":11187,"module":11159,"summary":11188},"\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":11190,"title":11191,"module":11159,"summary":11192},"\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":11194,"title":11195,"module":11159,"summary":11196},"\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":11198,"title":11199,"module":11159,"summary":11200},"\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":11202,"title":11203,"module":11159,"summary":11204},"\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":11206,"title":11207,"module":11159,"summary":11208},"\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":11210,"title":11211,"module":11159,"summary":11212},"\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":11214,"title":11215,"module":11159,"summary":11216},"\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":11218,"title":11219,"module":11159,"summary":11220},"\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":11222,"title":11223,"module":11159,"summary":11224},"\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":11226,"title":11227,"module":11159,"summary":11228},"\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":11230,"title":11231,"module":11159,"summary":11232},"\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":11234,"title":11235,"module":11159,"summary":11236},"\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":11238,"title":11239,"module":9787,"summary":11240},"\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":11242,"title":11243,"module":9787,"summary":11244},"\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":11246,"title":11247,"module":9787,"summary":11248},"\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":11250,"title":11251,"module":9787,"summary":11252},"\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":11254,"title":11255,"module":9787,"summary":11256},"\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":11258,"title":11259,"module":9787,"summary":11260},"\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":11262,"title":11263,"module":9787,"summary":11264},"\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":11266,"title":11267,"module":9787,"summary":11268},"\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":11270,"title":11271,"module":6091,"summary":11272},"\u002Fnatural-language-processing\u002Fspeech\u002Fphonetics","Phonetics","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":11274,"title":11275,"module":6091,"summary":11276},"\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":6093,"title":5,"module":6091,"summary":6112},{"path":5773,"title":5774,"module":6091,"summary":11279},"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":11281,"title":11282,"module":6,"summary":6},"\u002Fnatural-language-processing","Natural Language Processing",{"path":11284,"title":11285,"module":7031,"summary":11286},"\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":11288,"title":11289,"module":7031,"summary":11290},"\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":11292,"title":11293,"module":7031,"summary":11294},"\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":11296,"title":11297,"module":11298,"summary":11299},"\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":11301,"title":11302,"module":11298,"summary":11303},"\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":11305,"title":11306,"module":11298,"summary":11307},"\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":11309,"title":11310,"module":11298,"summary":11311},"\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":11313,"title":11314,"module":11315,"summary":11316},"\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":11318,"title":11319,"module":11315,"summary":11320},"\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":11322,"title":11323,"module":11315,"summary":11324},"\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":11326,"title":11327,"module":11315,"summary":11328},"\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":11330,"title":11331,"module":11332,"summary":11333},"\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":11335,"title":11336,"module":11332,"summary":11337},"\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":11339,"title":11340,"module":11332,"summary":11341},"\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":11343,"title":11344,"module":11332,"summary":11345},"\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":11347,"title":11348,"module":11349,"summary":11350},"\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":11352,"title":11353,"module":11349,"summary":11354},"\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":11356,"title":11357,"module":11349,"summary":11358},"\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":11360,"title":11361,"module":11362,"summary":11363},"\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":11365,"title":11366,"module":11362,"summary":11367},"\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":11369,"title":11370,"module":11362,"summary":11371},"\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":11373,"title":11374,"module":11362,"summary":11375},"\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":11377,"title":11378,"module":11379,"summary":11380},"\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":11382,"title":11383,"module":11379,"summary":11384},"\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":11386,"title":11387,"module":11379,"summary":11388},"\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":11390,"title":11391,"module":11379,"summary":11392},"\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":11394,"title":11395,"module":11396,"summary":11397},"\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":11399,"title":11400,"module":11396,"summary":11401},"\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":11403,"title":11404,"module":11396,"summary":11405},"\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":11407,"title":11408,"module":11396,"summary":11409},"\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":11411,"title":11412,"module":11413,"summary":11414},"\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":11416,"title":11417,"module":11413,"summary":11418},"\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":11420,"title":11421,"module":11413,"summary":11422},"\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":11424,"title":11425,"module":11413,"summary":11426},"\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":11428,"title":11429,"module":11413,"summary":11430},"\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":11432,"title":11433,"module":11434,"summary":11435},"\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":11437,"title":11438,"module":11434,"summary":11439},"\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":11441,"title":11442,"module":11434,"summary":11443},"\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":11445,"title":11446,"module":11447,"summary":11448},"\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":11450,"title":11451,"module":11447,"summary":11452},"\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":11454,"title":11455,"module":11447,"summary":11456},"\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":11458,"title":11459,"module":11459,"summary":11460},"\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":11462,"title":11463,"module":11459,"summary":11464},"\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":11466,"title":11467,"module":11459,"summary":11468},"\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":11470,"title":11471,"module":11459,"summary":11472},"\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":11474,"title":11475,"module":11459,"summary":11476},"\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":11478,"title":11479,"module":11459,"summary":11480},"\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":11482,"title":11483,"module":6,"summary":6},"\u002Fparticle-physics","Particle Physics",{"path":11485,"title":11486,"module":11487,"summary":11488},"\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":11490,"title":11491,"module":11487,"summary":11492},"\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":11494,"title":11495,"module":11487,"summary":11496},"\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":11498,"title":11499,"module":11500,"summary":11501},"\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":11503,"title":11504,"module":11500,"summary":11505},"\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":11507,"title":11508,"module":11500,"summary":11509},"\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":11511,"title":11512,"module":11500,"summary":11513},"\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":11515,"title":11516,"module":11517,"summary":11518},"\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":11520,"title":11521,"module":11517,"summary":11522},"\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":11524,"title":11525,"module":11517,"summary":11526},"\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":11528,"title":11529,"module":11517,"summary":11530},"\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":11532,"title":11533,"module":11534,"summary":11535},"\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":11537,"title":11538,"module":11534,"summary":11539},"\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":11541,"title":11542,"module":11534,"summary":11543},"\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":11545,"title":11546,"module":11534,"summary":11547},"\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":11549,"title":11550,"module":11551,"summary":11552},"\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":11554,"title":11555,"module":11551,"summary":11556},"\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":11558,"title":11559,"module":11551,"summary":11560},"\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":11562,"title":11563,"module":11551,"summary":11564},"\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":11566,"title":11567,"module":11568,"summary":11569},"\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":11571,"title":11572,"module":11568,"summary":11573},"\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":11575,"title":11576,"module":11568,"summary":11577},"\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":11579,"title":11580,"module":11581,"summary":11582},"\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":11584,"title":11585,"module":11581,"summary":11586},"\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":11588,"title":11589,"module":11581,"summary":11590},"\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":11592,"title":11593,"module":11581,"summary":11594},"\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":11596,"title":10020,"module":11597,"summary":11598},"\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":11600,"title":11601,"module":11597,"summary":11602},"\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":11604,"title":11605,"module":11597,"summary":11606},"\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":11608,"title":11609,"module":11597,"summary":11610},"\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":11612,"title":11613,"module":11597,"summary":11614},"\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":11616,"title":11617,"module":11618,"summary":11619},"\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":11621,"title":11622,"module":11618,"summary":11623},"\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":11625,"title":11626,"module":11618,"summary":11627},"\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":11629,"title":11630,"module":11618,"summary":11631},"\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":11633,"title":11634,"module":11635,"summary":11636},"\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":11638,"title":11639,"module":11635,"summary":11640},"\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":11642,"title":11643,"module":11635,"summary":11644},"\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":11646,"title":11647,"module":11635,"summary":11648},"\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":11650,"title":11651,"module":11635,"summary":11652},"\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":11654,"title":11655,"module":11656,"summary":11657},"\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":11659,"title":11660,"module":11656,"summary":11661},"\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":11663,"title":8738,"module":11656,"summary":11664},"\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":11666,"title":11667,"module":11656,"summary":11668},"\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":11670,"title":11671,"module":11656,"summary":11672},"\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":11674,"title":11675,"module":11676,"summary":11677},"\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":11679,"title":11680,"module":11676,"summary":11681},"\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":11683,"title":11684,"module":11676,"summary":11685},"\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":11687,"title":11688,"module":11676,"summary":11689},"\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":11691,"title":11692,"module":11676,"summary":11693},"\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":11695,"title":11696,"module":11676,"summary":11697},"\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":11699,"title":11700,"module":11676,"summary":11701},"\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":11703,"title":11704,"module":6,"summary":6},"\u002Fastrophysics-cosmology","Astrophysics & Cosmology",{"path":11706,"title":11707,"module":6,"summary":6},"\u002Fcolophon","Colophon",{"path":11709,"title":11710,"module":6,"summary":6},"\u002F","Study Notes",[11712,11728,11740,11749,11758,11774,11831,11850],{"module":7031,"moduleNumber":11713,"slug":11714,"lessons":11715},1,"foundations",[11716,11718,11720,11722,11725],{"title":11076,"path":11075,"lessonNumber":11713,"topics":11717,"summary":11077},[7031],{"title":11079,"path":179,"lessonNumber":6070,"topics":11719,"summary":11080},[7031],{"title":11083,"path":11082,"lessonNumber":6075,"topics":11721,"summary":11084},[7031],{"title":11087,"path":11086,"lessonNumber":11723,"topics":11724,"summary":11088},4,[7031],{"title":11091,"path":11090,"lessonNumber":11726,"topics":11727,"summary":11092},5,[7031],{"module":11096,"moduleNumber":6070,"slug":11729,"lessons":11730},"classification",[11731,11734,11736,11738],{"title":11095,"path":11094,"lessonNumber":11713,"topics":11732,"summary":11097},[11733],"Classification",{"title":11100,"path":11099,"lessonNumber":6070,"topics":11735,"summary":11101},[11733],{"title":11104,"path":11103,"lessonNumber":6075,"topics":11737,"summary":11105},[11733],{"title":11108,"path":11107,"lessonNumber":11723,"topics":11739,"summary":11109},[11733],{"module":11113,"moduleNumber":6075,"slug":11741,"lessons":11742},"semantics",[11743,11745,11747],{"title":11112,"path":11111,"lessonNumber":11713,"topics":11744,"summary":11114},[11113],{"title":11117,"path":11116,"lessonNumber":6070,"topics":11746,"summary":11118},[11113],{"title":11121,"path":11120,"lessonNumber":6075,"topics":11748,"summary":11122},[11113],{"module":7497,"moduleNumber":11723,"slug":11750,"lessons":11751},"sequences",[11752,11754,11756],{"title":11125,"path":11124,"lessonNumber":11713,"topics":11753,"summary":11126},[7497],{"title":11129,"path":11128,"lessonNumber":6070,"topics":11755,"summary":11130},[7497],{"title":11133,"path":11132,"lessonNumber":6075,"topics":11757,"summary":11134},[7497],{"module":7979,"moduleNumber":11726,"slug":11759,"lessons":11760},"transformers",[11761,11763,11765,11767,11769,11771],{"title":11136,"path":174,"lessonNumber":11713,"topics":11762,"summary":11137},[7979],{"title":9691,"path":11139,"lessonNumber":6070,"topics":11764,"summary":11140},[7979],{"title":9799,"path":11142,"lessonNumber":6075,"topics":11766,"summary":11143},[7979],{"title":11146,"path":11145,"lessonNumber":11723,"topics":11768,"summary":11147},[7979],{"title":11150,"path":11149,"lessonNumber":11726,"topics":11770,"summary":11151},[7979],{"title":11154,"path":11153,"lessonNumber":11772,"topics":11773,"summary":11155},6,[7979],{"module":11159,"moduleNumber":11772,"slug":11775,"lessons":11776},"linguistic-structure",[11777,11780,11782,11784,11786,11788,11790,11793,11795,11798,11801,11804,11807,11810,11813,11816,11819,11822,11825,11828],{"title":11158,"path":11157,"lessonNumber":11713,"topics":11778,"summary":11160},[11779],"Structure",{"title":11163,"path":11162,"lessonNumber":6070,"topics":11781,"summary":11164},[11779],{"title":11167,"path":11166,"lessonNumber":6075,"topics":11783,"summary":11168},[11779],{"title":11171,"path":11170,"lessonNumber":11723,"topics":11785,"summary":11172},[11779],{"title":11175,"path":11174,"lessonNumber":11726,"topics":11787,"summary":11176},[11779],{"title":11179,"path":11178,"lessonNumber":11772,"topics":11789,"summary":11180},[11779],{"title":11183,"path":11182,"lessonNumber":11791,"topics":11792,"summary":11184},7,[11779],{"title":11187,"path":11186,"lessonNumber":6089,"topics":11794,"summary":11188},[11779],{"title":11191,"path":11190,"lessonNumber":11796,"topics":11797,"summary":11192},9,[11779],{"title":11195,"path":11194,"lessonNumber":11799,"topics":11800,"summary":11196},10,[11779],{"title":11199,"path":11198,"lessonNumber":11802,"topics":11803,"summary":11200},11,[11779],{"title":11203,"path":11202,"lessonNumber":11805,"topics":11806,"summary":11204},12,[11779],{"title":11207,"path":11206,"lessonNumber":11808,"topics":11809,"summary":11208},13,[11779],{"title":11211,"path":11210,"lessonNumber":11811,"topics":11812,"summary":11212},14,[11779],{"title":11215,"path":11214,"lessonNumber":11814,"topics":11815,"summary":11216},15,[11779],{"title":11219,"path":11218,"lessonNumber":11817,"topics":11818,"summary":11220},16,[11779],{"title":11223,"path":11222,"lessonNumber":11820,"topics":11821,"summary":11224},17,[11779],{"title":11227,"path":11226,"lessonNumber":11823,"topics":11824,"summary":11228},18,[11779],{"title":11231,"path":11230,"lessonNumber":11826,"topics":11827,"summary":11232},19,[11779],{"title":11235,"path":11234,"lessonNumber":11829,"topics":11830,"summary":11236},20,[11779],{"module":9787,"moduleNumber":11791,"slug":11832,"lessons":11833},"applications",[11834,11836,11838,11840,11842,11844,11846,11848],{"title":11239,"path":11238,"lessonNumber":11713,"topics":11835,"summary":11240},[9787],{"title":11243,"path":11242,"lessonNumber":6070,"topics":11837,"summary":11244},[9787],{"title":11247,"path":11246,"lessonNumber":6075,"topics":11839,"summary":11248},[9787],{"title":11251,"path":11250,"lessonNumber":11723,"topics":11841,"summary":11252},[9787],{"title":11255,"path":11254,"lessonNumber":11726,"topics":11843,"summary":11256},[9787],{"title":11259,"path":11258,"lessonNumber":11772,"topics":11845,"summary":11260},[9787],{"title":11263,"path":11262,"lessonNumber":11791,"topics":11847,"summary":11264},[9787],{"title":11267,"path":11266,"lessonNumber":6089,"topics":11849,"summary":11268},[9787],{"module":6091,"moduleNumber":6089,"slug":11851,"lessons":11852},"speech",[11853,11855,11857,11859],{"title":11271,"path":11270,"lessonNumber":11713,"topics":11854,"summary":11272},[6091],{"title":11275,"path":11274,"lessonNumber":6070,"topics":11856,"summary":11276},[6091],{"title":5,"path":6093,"lessonNumber":6075,"topics":11858,"summary":6112},[6091],{"title":5774,"path":5773,"lessonNumber":11723,"topics":11860,"summary":11279},[6091],"\u003Csvg style=\"width:100%;max-width:453.959px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 340.469 180.670\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-22.789-14.45v-45.524h284.527v45.524Zm284.527-45.524\"\u002F>\u003Cg transform=\"translate(-42.815 -106.37)\">\u003Cpath d=\"M-22.416 70.181Q-22.416 69.849-22.193 69.622Q-21.969 69.395-21.625 69.267Q-21.282 69.138-20.909 69.086Q-20.537 69.033-20.232 69.033L-20.232 68.780Q-20.232 68.575-20.340 68.395Q-20.448 68.216-20.629 68.113Q-20.810 68.011-21.018 68.011Q-21.425 68.011-21.661 68.103Q-21.572 68.140-21.526 68.224Q-21.480 68.308-21.480 68.410Q-21.480 68.506-21.526 68.585Q-21.572 68.663-21.653 68.708Q-21.733 68.752-21.822 68.752Q-21.972 68.752-22.073 68.655Q-22.174 68.557-22.174 68.410Q-22.174 67.788-21.018 67.788Q-20.807 67.788-20.557 67.852Q-20.308 67.915-20.106 68.034Q-19.904 68.154-19.778 68.339Q-19.651 68.523-19.651 68.766L-19.651 70.342Q-19.651 70.458-19.590 70.554Q-19.528 70.649-19.415 70.649Q-19.306 70.649-19.241 70.555Q-19.176 70.461-19.176 70.342L-19.176 69.894L-18.910 69.894L-18.910 70.342Q-18.910 70.612-19.137 70.777Q-19.364 70.943-19.644 70.943Q-19.853 70.943-19.990 70.789Q-20.126 70.636-20.150 70.420Q-20.297 70.687-20.579 70.832Q-20.861 70.977-21.186 70.977Q-21.463 70.977-21.747 70.902Q-22.030 70.827-22.223 70.648Q-22.416 70.468-22.416 70.181M-21.801 70.181Q-21.801 70.355-21.700 70.485Q-21.600 70.615-21.444 70.685Q-21.289 70.755-21.124 70.755Q-20.906 70.755-20.697 70.658Q-20.489 70.560-20.361 70.379Q-20.232 70.198-20.232 69.972L-20.232 69.244Q-20.557 69.244-20.923 69.335Q-21.289 69.426-21.545 69.638Q-21.801 69.849-21.801 70.181M-16.811 70.909L-18.445 70.909L-18.445 70.629Q-18.216 70.629-18.067 70.595Q-17.918 70.560-17.918 70.420L-17.918 68.571Q-17.918 68.301-18.026 68.240Q-18.134 68.178-18.445 68.178L-18.445 67.898L-17.385 67.823L-17.385 68.472Q-17.214 68.164-16.910 67.993Q-16.606 67.823-16.261 67.823Q-15.861 67.823-15.584 67.963Q-15.307 68.103-15.222 68.451Q-15.054 68.158-14.755 67.990Q-14.456 67.823-14.111 67.823Q-13.605 67.823-13.321 68.046Q-13.038 68.270-13.038 68.766L-13.038 70.420Q-13.038 70.557-12.889 70.593Q-12.740 70.629-12.515 70.629L-12.515 70.909L-14.145 70.909L-14.145 70.629Q-13.919 70.629-13.769 70.593Q-13.619 70.557-13.619 70.420L-13.619 68.780Q-13.619 68.445-13.738 68.245Q-13.858 68.045-14.172 68.045Q-14.442 68.045-14.676 68.181Q-14.911 68.318-15.049 68.552Q-15.187 68.786-15.187 69.060L-15.187 70.420Q-15.187 70.557-15.039 70.593Q-14.890 70.629-14.664 70.629L-14.664 70.909L-16.295 70.909L-16.295 70.629Q-16.066 70.629-15.917 70.595Q-15.768 70.560-15.768 70.420L-15.768 68.780Q-15.768 68.445-15.888 68.245Q-16.008 68.045-16.322 68.045Q-16.592 68.045-16.826 68.181Q-17.060 68.318-17.199 68.552Q-17.337 68.786-17.337 69.060L-17.337 70.420Q-17.337 70.557-17.187 70.593Q-17.037 70.629-16.811 70.629L-16.811 70.909M-10.283 72.266L-11.913 72.266L-11.913 71.986Q-11.684 71.986-11.535 71.951Q-11.387 71.917-11.387 71.777L-11.387 68.431Q-11.387 68.260-11.523 68.219Q-11.660 68.178-11.913 68.178L-11.913 67.898L-10.833 67.823L-10.833 68.229Q-10.611 68.028-10.324 67.925Q-10.037 67.823-9.729 67.823Q-9.302 67.823-8.938 68.036Q-8.574 68.250-8.360 68.614Q-8.146 68.978-8.146 69.398Q-8.146 69.843-8.386 70.207Q-8.625 70.571-9.018 70.774Q-9.411 70.977-9.855 70.977Q-10.122 70.977-10.370 70.877Q-10.618 70.776-10.806 70.595L-10.806 71.777Q-10.806 71.914-10.657 71.950Q-10.508 71.986-10.283 71.986L-10.283 72.266M-10.806 68.578L-10.806 70.188Q-10.672 70.441-10.430 70.598Q-10.187 70.755-9.910 70.755Q-9.582 70.755-9.329 70.554Q-9.076 70.352-8.943 70.034Q-8.810 69.716-8.810 69.398Q-8.810 69.169-8.874 68.940Q-8.939 68.711-9.068 68.513Q-9.196 68.315-9.391 68.195Q-9.585 68.076-9.818 68.076Q-10.112 68.076-10.380 68.205Q-10.648 68.335-10.806 68.578M-5.843 70.909L-7.446 70.909L-7.446 70.629Q-7.220 70.629-7.071 70.595Q-6.923 70.560-6.923 70.420L-6.923 66.801Q-6.923 66.531-7.030 66.469Q-7.138 66.408-7.446 66.408L-7.446 66.127L-6.369 66.052L-6.369 70.420Q-6.369 70.557-6.219 70.593Q-6.068 70.629-5.843 70.629L-5.843 70.909M-3.631 70.909L-5.183 70.909L-5.183 70.629Q-4.957 70.629-4.809 70.595Q-4.660 70.560-4.660 70.420L-4.660 68.571Q-4.660 68.383-4.708 68.299Q-4.756 68.216-4.853 68.197Q-4.951 68.178-5.163 68.178L-5.163 67.898L-4.106 67.823L-4.106 70.420Q-4.106 70.560-3.975 70.595Q-3.843 70.629-3.631 70.629L-3.631 70.909M-4.903 66.602Q-4.903 66.431-4.780 66.312Q-4.657 66.192-4.486 66.192Q-4.318 66.192-4.195 66.312Q-4.072 66.431-4.072 66.602Q-4.072 66.777-4.195 66.900Q-4.318 67.023-4.486 67.023Q-4.657 67.023-4.780 66.900Q-4.903 66.777-4.903 66.602M-2.459 70.068L-2.459 68.171L-3.098 68.171L-3.098 67.949Q-2.780 67.949-2.563 67.739Q-2.346 67.529-2.245 67.219Q-2.144 66.910-2.144 66.602L-1.878 66.602L-1.878 67.891L-0.801 67.891L-0.801 68.171L-1.878 68.171L-1.878 70.055Q-1.878 70.331-1.774 70.530Q-1.669 70.728-1.410 70.728Q-1.252 70.728-1.146 70.624Q-1.040 70.519-0.991 70.366Q-0.941 70.212-0.941 70.055L-0.941 69.641L-0.675 69.641L-0.675 70.068Q-0.675 70.294-0.774 70.504Q-0.873 70.714-1.058 70.846Q-1.242 70.977-1.471 70.977Q-1.909 70.977-2.184 70.740Q-2.459 70.502-2.459 70.068M0.710 70.075L0.710 68.571Q0.710 68.301 0.602 68.240Q0.494 68.178 0.183 68.178L0.183 67.898L1.291 67.823L1.291 70.055L1.291 70.075Q1.291 70.355 1.342 70.499Q1.393 70.642 1.535 70.699Q1.677 70.755 1.964 70.755Q2.217 70.755 2.422 70.615Q2.627 70.475 2.743 70.249Q2.859 70.024 2.859 69.774L2.859 68.571Q2.859 68.301 2.752 68.240Q2.644 68.178 2.333 68.178L2.333 67.898L3.440 67.823L3.440 70.236Q3.440 70.427 3.493 70.509Q3.546 70.591 3.647 70.610Q3.748 70.629 3.963 70.629L3.963 70.909L2.887 70.977L2.887 70.413Q2.777 70.595 2.632 70.718Q2.487 70.841 2.301 70.909Q2.114 70.977 1.913 70.977Q0.710 70.977 0.710 70.075M4.551 69.398Q4.551 69.060 4.691 68.769Q4.832 68.479 5.076 68.265Q5.320 68.052 5.625 67.937Q5.929 67.823 6.253 67.823Q6.523 67.823 6.787 67.922Q7.050 68.021 7.241 68.199L7.241 66.801Q7.241 66.531 7.134 66.469Q7.026 66.408 6.715 66.408L6.715 66.127L7.792 66.052L7.792 70.236Q7.792 70.424 7.846 70.507Q7.901 70.591 8.002 70.610Q8.103 70.629 8.318 70.629L8.318 70.909L7.211 70.977L7.211 70.560Q6.794 70.977 6.168 70.977Q5.737 70.977 5.365 70.765Q4.992 70.554 4.772 70.193Q4.551 69.832 4.551 69.398M6.226 70.755Q6.435 70.755 6.621 70.683Q6.807 70.612 6.961 70.475Q7.115 70.338 7.211 70.160L7.211 68.551Q7.125 68.404 6.980 68.284Q6.835 68.164 6.665 68.105Q6.496 68.045 6.315 68.045Q5.754 68.045 5.486 68.434Q5.218 68.824 5.218 69.405Q5.218 69.976 5.452 70.366Q5.686 70.755 6.226 70.755M8.926 69.374Q8.926 69.053 9.051 68.764Q9.176 68.475 9.401 68.252Q9.627 68.028 9.923 67.908Q10.218 67.788 10.536 67.788Q10.864 67.788 11.126 67.888Q11.387 67.987 11.563 68.169Q11.739 68.352 11.833 68.610Q11.927 68.868 11.927 69.200Q11.927 69.292 11.845 69.313L9.589 69.313L9.589 69.374Q9.589 69.962 9.873 70.345Q10.157 70.728 10.724 70.728Q11.045 70.728 11.314 70.535Q11.582 70.342 11.671 70.027Q11.678 69.986 11.753 69.972L11.845 69.972Q11.927 69.996 11.927 70.068Q11.927 70.075 11.920 70.102Q11.808 70.499 11.437 70.738Q11.066 70.977 10.642 70.977Q10.205 70.977 9.805 70.769Q9.405 70.560 9.166 70.193Q8.926 69.826 8.926 69.374M9.596 69.104L11.411 69.104Q11.411 68.827 11.314 68.575Q11.216 68.322 11.018 68.166Q10.820 68.011 10.536 68.011Q10.259 68.011 10.046 68.169Q9.832 68.328 9.714 68.583Q9.596 68.838 9.596 69.104\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-22.789-37.212h284.527\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-22.789-37.212 4.743-5.888 4.743-9.752 4.743-7.157 4.744 1.778L.927-46.803 5.67-32.291l4.743 7.936 4.743-4.312 4.743-13.84 4.743-14.173 4.744-5.59 4.743 5.384 4.743 11.261 4.743 9.16 4.743 2.25 4.743-3.664 4.743-7.268 4.743-7.41 4.744-1.318 4.743 7.903 4.743 13.537 4.743 10.466 4.743-.266 4.743-11.59L95.79-49.38l4.744-9.41 4.743 2.288 4.743 11.323 4.743 12.1 4.743 5.478 4.743-2.724 4.743-6.8 4.743-6.302 4.744-3.195 4.743 4.322 4.743 11.201 4.743 11.48 4.743 3.44 4.743-8.182 4.743-15.27 4.744-12.497 4.743-1.614 4.743 9.777 4.743 14.034 4.743 9.12 4.743-.4 4.743-7.493 4.743-8.167 4.744-3.865 4.743 1.37 4.743 8.071 4.743 10.901 4.743 6.14 4.743-4.282 4.743-13.385 4.744-14.25 4.743-5.604 4.743 6.82 4.743 14.475 4.743 12.462\" style=\"stroke-width:.8\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(4.956 -134.984)\">\u003Cpath d=\"M-21.087 70.882L-22.068 68.383Q-22.129 68.240-22.247 68.205Q-22.365 68.171-22.581 68.171L-22.581 67.891L-21.101 67.891L-21.101 68.171Q-21.480 68.171-21.480 68.332Q-21.480 68.342-21.466 68.383L-20.752 70.215L-20.079 68.510Q-20.109 68.438-20.109 68.410Q-20.109 68.383-20.137 68.383Q-20.198 68.236-20.316 68.204Q-20.434 68.171-20.646 68.171L-20.646 67.891L-19.248 67.891L-19.248 68.171Q-19.624 68.171-19.624 68.332Q-19.624 68.363-19.617 68.383L-18.862 70.321L-18.175 68.571Q-18.154 68.520-18.154 68.465Q-18.154 68.325-18.267 68.248Q-18.380 68.171-18.520 68.171L-18.520 67.891L-17.300 67.891L-17.300 68.171Q-17.505 68.171-17.660 68.277Q-17.816 68.383-17.888 68.571L-18.793 70.882Q-18.828 70.977-18.940 70.977L-19.009 70.977Q-19.118 70.977-19.156 70.882L-19.938 68.879L-20.725 70.882Q-20.759 70.977-20.872 70.977L-20.940 70.977Q-21.049 70.977-21.087 70.882\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(4.956 -134.984)\">\u003Cpath d=\"M-16.923 70.181Q-16.923 69.849-16.700 69.622Q-16.476 69.395-16.132 69.267Q-15.789 69.138-15.416 69.086Q-15.044 69.033-14.739 69.033L-14.739 68.780Q-14.739 68.575-14.847 68.395Q-14.955 68.216-15.136 68.113Q-15.317 68.011-15.525 68.011Q-15.932 68.011-16.168 68.103Q-16.079 68.140-16.033 68.224Q-15.987 68.308-15.987 68.410Q-15.987 68.506-16.033 68.585Q-16.079 68.663-16.160 68.708Q-16.240 68.752-16.329 68.752Q-16.479 68.752-16.580 68.655Q-16.681 68.557-16.681 68.410Q-16.681 67.788-15.525 67.788Q-15.314 67.788-15.064 67.852Q-14.815 67.915-14.613 68.034Q-14.411 68.154-14.285 68.339Q-14.158 68.523-14.158 68.766L-14.158 70.342Q-14.158 70.458-14.097 70.554Q-14.035 70.649-13.922 70.649Q-13.813 70.649-13.748 70.555Q-13.683 70.461-13.683 70.342L-13.683 69.894L-13.417 69.894L-13.417 70.342Q-13.417 70.612-13.644 70.777Q-13.871 70.943-14.151 70.943Q-14.360 70.943-14.497 70.789Q-14.633 70.636-14.657 70.420Q-14.804 70.687-15.086 70.832Q-15.368 70.977-15.693 70.977Q-15.970 70.977-16.254 70.902Q-16.537 70.827-16.730 70.648Q-16.923 70.468-16.923 70.181M-16.308 70.181Q-16.308 70.355-16.207 70.485Q-16.107 70.615-15.951 70.685Q-15.796 70.755-15.631 70.755Q-15.413 70.755-15.204 70.658Q-14.996 70.560-14.868 70.379Q-14.739 70.198-14.739 69.972L-14.739 69.244Q-15.064 69.244-15.430 69.335Q-15.796 69.426-16.052 69.638Q-16.308 69.849-16.308 70.181\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(4.956 -134.984)\">\u003Cpath d=\"M-11.621 70.882L-12.749 68.383Q-12.821 68.236-12.951 68.204Q-13.081 68.171-13.310 68.171L-13.310 67.891L-11.796 67.891L-11.796 68.171Q-12.148 68.171-12.148 68.318Q-12.148 68.363-12.137 68.383L-11.273 70.301L-10.493 68.571Q-10.459 68.503-10.459 68.424Q-10.459 68.311-10.543 68.241Q-10.627 68.171-10.746 68.171L-10.746 67.891L-9.550 67.891L-9.550 68.171Q-9.769 68.171-9.940 68.274Q-10.110 68.376-10.199 68.571L-11.235 70.882Q-11.283 70.977-11.389 70.977L-11.467 70.977Q-11.573 70.977-11.621 70.882\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(4.956 -134.984)\">\u003Cpath d=\"M-9.266 69.374Q-9.266 69.053-9.141 68.764Q-9.016 68.475-8.790 68.252Q-8.565 68.028-8.269 67.908Q-7.974 67.788-7.656 67.788Q-7.328 67.788-7.066 67.888Q-6.805 67.987-6.629 68.169Q-6.453 68.352-6.359 68.610Q-6.265 68.868-6.265 69.200Q-6.265 69.292-6.347 69.313L-8.602 69.313L-8.602 69.374Q-8.602 69.962-8.319 70.345Q-8.035 70.728-7.468 70.728Q-7.146 70.728-6.878 70.535Q-6.610 70.342-6.521 70.027Q-6.514 69.986-6.439 69.972L-6.347 69.972Q-6.265 69.996-6.265 70.068Q-6.265 70.075-6.271 70.102Q-6.384 70.499-6.755 70.738Q-7.126 70.977-7.550 70.977Q-7.987 70.977-8.387 70.769Q-8.787 70.560-9.026 70.193Q-9.266 69.826-9.266 69.374M-8.596 69.104L-6.781 69.104Q-6.781 68.827-6.878 68.575Q-6.976 68.322-7.174 68.166Q-7.372 68.011-7.656 68.011Q-7.933 68.011-8.146 68.169Q-8.360 68.328-8.478 68.583Q-8.596 68.838-8.596 69.104M-3.879 70.909L-5.612 70.909L-5.612 70.629Q-5.386 70.629-5.237 70.595Q-5.089 70.560-5.089 70.420L-5.089 68.171L-5.677 68.171L-5.677 67.891L-5.089 67.891L-5.089 67.074Q-5.089 66.756-4.911 66.508Q-4.733 66.261-4.443 66.120Q-4.152 65.980-3.841 65.980Q-3.585 65.980-3.382 66.122Q-3.178 66.264-3.178 66.507Q-3.178 66.643-3.277 66.742Q-3.376 66.842-3.513 66.842Q-3.650 66.842-3.749 66.742Q-3.848 66.643-3.848 66.507Q-3.848 66.326-3.708 66.233Q-3.787 66.206-3.886 66.206Q-4.094 66.206-4.248 66.339Q-4.402 66.472-4.482 66.676Q-4.562 66.879-4.562 67.088L-4.562 67.891L-3.674 67.891L-3.674 68.171L-4.535 68.171L-4.535 70.420Q-4.535 70.629-3.879 70.629L-3.879 70.909M-3.240 69.426Q-3.240 69.084-3.105 68.785Q-2.970 68.486-2.730 68.262Q-2.491 68.038-2.173 67.913Q-1.855 67.788-1.524 67.788Q-1.080 67.788-0.680 68.004Q-0.280 68.219-0.046 68.597Q0.189 68.974 0.189 69.426Q0.189 69.767 0.047 70.051Q-0.095 70.335-0.340 70.542Q-0.584 70.748-0.893 70.863Q-1.203 70.977-1.524 70.977Q-1.955 70.977-2.356 70.776Q-2.758 70.574-2.999 70.222Q-3.240 69.870-3.240 69.426M-1.524 70.728Q-0.922 70.728-0.698 70.350Q-0.475 69.972-0.475 69.340Q-0.475 68.728-0.709 68.369Q-0.943 68.011-1.524 68.011Q-2.577 68.011-2.577 69.340Q-2.577 69.972-2.351 70.350Q-2.125 70.728-1.524 70.728M2.533 70.909L0.797 70.909L0.797 70.629Q1.026 70.629 1.175 70.595Q1.323 70.560 1.323 70.420L1.323 68.571Q1.323 68.301 1.216 68.240Q1.108 68.178 0.797 68.178L0.797 67.898L1.826 67.823L1.826 68.530Q1.956 68.222 2.198 68.023Q2.441 67.823 2.759 67.823Q2.978 67.823 3.149 67.947Q3.319 68.072 3.319 68.284Q3.319 68.421 3.220 68.520Q3.121 68.619 2.988 68.619Q2.851 68.619 2.752 68.520Q2.653 68.421 2.653 68.284Q2.653 68.144 2.752 68.045Q2.461 68.045 2.262 68.241Q2.062 68.438 1.969 68.732Q1.877 69.026 1.877 69.306L1.877 70.420Q1.877 70.629 2.533 70.629L2.533 70.909M5.586 70.909L3.952 70.909L3.952 70.629Q4.181 70.629 4.329 70.595Q4.478 70.560 4.478 70.420L4.478 68.571Q4.478 68.301 4.370 68.240Q4.263 68.178 3.952 68.178L3.952 67.898L5.011 67.823L5.011 68.472Q5.182 68.164 5.486 67.993Q5.791 67.823 6.136 67.823Q6.536 67.823 6.813 67.963Q7.089 68.103 7.175 68.451Q7.342 68.158 7.641 67.990Q7.940 67.823 8.286 67.823Q8.792 67.823 9.075 68.046Q9.359 68.270 9.359 68.766L9.359 70.420Q9.359 70.557 9.508 70.593Q9.656 70.629 9.882 70.629L9.882 70.909L8.252 70.909L8.252 70.629Q8.477 70.629 8.628 70.593Q8.778 70.557 8.778 70.420L8.778 68.780Q8.778 68.445 8.658 68.245Q8.539 68.045 8.224 68.045Q7.954 68.045 7.720 68.181Q7.486 68.318 7.347 68.552Q7.209 68.786 7.209 69.060L7.209 70.420Q7.209 70.557 7.358 70.593Q7.506 70.629 7.732 70.629L7.732 70.909L6.102 70.909L6.102 70.629Q6.331 70.629 6.479 70.595Q6.628 70.560 6.628 70.420L6.628 68.780Q6.628 68.445 6.508 68.245Q6.389 68.045 6.074 68.045Q5.804 68.045 5.570 68.181Q5.336 68.318 5.198 68.552Q5.059 68.786 5.059 69.060L5.059 70.420Q5.059 70.557 5.210 70.593Q5.360 70.629 5.586 70.629\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-22.789 70.909V2.622h284.527V70.91ZM261.738 2.622\"\u002F>\u003Cg transform=\"translate(-41.308 -32.393)\">\u003Cpath d=\"M-20.677 70.909L-22.410 70.909L-22.410 70.629Q-22.184 70.629-22.035 70.595Q-21.887 70.560-21.887 70.420L-21.887 68.171L-22.475 68.171L-22.475 67.891L-21.887 67.891L-21.887 67.074Q-21.887 66.756-21.709 66.508Q-21.531 66.261-21.241 66.120Q-20.950 65.980-20.639 65.980Q-20.383 65.980-20.179 66.122Q-19.976 66.264-19.976 66.507Q-19.976 66.643-20.075 66.742Q-20.174 66.842-20.311 66.842Q-20.448 66.842-20.547 66.742Q-20.646 66.643-20.646 66.507Q-20.646 66.326-20.506 66.233Q-20.584 66.206-20.684 66.206Q-20.892 66.206-21.046 66.339Q-21.200 66.472-21.280 66.676Q-21.360 66.879-21.360 67.088L-21.360 67.891L-20.472 67.891L-20.472 68.171L-21.333 68.171L-21.333 70.420Q-21.333 70.629-20.677 70.629L-20.677 70.909M-18.247 70.909L-19.983 70.909L-19.983 70.629Q-19.754 70.629-19.605 70.595Q-19.456 70.560-19.456 70.420L-19.456 68.571Q-19.456 68.301-19.564 68.240Q-19.672 68.178-19.983 68.178L-19.983 67.898L-18.954 67.823L-18.954 68.530Q-18.824 68.222-18.581 68.023Q-18.339 67.823-18.021 67.823Q-17.802 67.823-17.631 67.947Q-17.460 68.072-17.460 68.284Q-17.460 68.421-17.560 68.520Q-17.659 68.619-17.792 68.619Q-17.929 68.619-18.028 68.520Q-18.127 68.421-18.127 68.284Q-18.127 68.144-18.028 68.045Q-18.318 68.045-18.518 68.241Q-18.718 68.438-18.810 68.732Q-18.903 69.026-18.903 69.306L-18.903 70.420Q-18.903 70.629-18.247 70.629L-18.247 70.909M-16.917 69.374Q-16.917 69.053-16.792 68.764Q-16.667 68.475-16.442 68.252Q-16.216 68.028-15.921 67.908Q-15.625 67.788-15.307 67.788Q-14.979 67.788-14.717 67.888Q-14.456 67.987-14.280 68.169Q-14.104 68.352-14.010 68.610Q-13.916 68.868-13.916 69.200Q-13.916 69.292-13.998 69.313L-16.254 69.313L-16.254 69.374Q-16.254 69.962-15.970 70.345Q-15.686 70.728-15.119 70.728Q-14.798 70.728-14.529 70.535Q-14.261 70.342-14.172 70.027Q-14.165 69.986-14.090 69.972L-13.998 69.972Q-13.916 69.996-13.916 70.068Q-13.916 70.075-13.923 70.102Q-14.036 70.499-14.406 70.738Q-14.777 70.977-15.201 70.977Q-15.639 70.977-16.039 70.769Q-16.438 70.560-16.678 70.193Q-16.917 69.826-16.917 69.374M-16.247 69.104L-14.432 69.104Q-14.432 68.827-14.529 68.575Q-14.627 68.322-14.825 68.166Q-15.023 68.011-15.307 68.011Q-15.584 68.011-15.798 68.169Q-16.011 68.328-16.129 68.583Q-16.247 68.838-16.247 69.104M-11.705 70.977Q-12.135 70.977-12.511 70.765Q-12.887 70.554-13.108 70.193Q-13.328 69.832-13.328 69.398Q-13.328 68.954-13.091 68.593Q-12.853 68.233-12.467 68.028Q-12.081 67.823-11.640 67.823Q-11.322 67.823-11.038 67.978Q-10.754 68.134-10.570 68.410L-10.324 67.823L-10.088 67.823L-10.088 71.777Q-10.088 71.914-9.937 71.950Q-9.787 71.986-9.561 71.986L-9.561 72.266L-11.192 72.266L-11.192 71.986Q-10.966 71.986-10.818 71.951Q-10.669 71.917-10.669 71.777L-10.669 70.516Q-10.867 70.735-11.139 70.856Q-11.411 70.977-11.705 70.977M-11.653 70.755Q-11.322 70.755-11.050 70.550Q-10.778 70.345-10.638 70.020L-10.638 68.886Q-10.696 68.663-10.828 68.481Q-10.959 68.298-11.149 68.187Q-11.339 68.076-11.564 68.076Q-11.893 68.076-12.144 68.272Q-12.395 68.469-12.528 68.776Q-12.662 69.084-12.662 69.405Q-12.662 69.706-12.545 70.022Q-12.429 70.338-12.200 70.547Q-11.971 70.755-11.653 70.755M-8.553 70.075L-8.553 68.571Q-8.553 68.301-8.661 68.240Q-8.768 68.178-9.080 68.178L-9.080 67.898L-7.972 67.823L-7.972 70.055L-7.972 70.075Q-7.972 70.355-7.921 70.499Q-7.870 70.642-7.728 70.699Q-7.586 70.755-7.299 70.755Q-7.046 70.755-6.841 70.615Q-6.636 70.475-6.519 70.249Q-6.403 70.024-6.403 69.774L-6.403 68.571Q-6.403 68.301-6.511 68.240Q-6.619 68.178-6.930 68.178L-6.930 67.898L-5.822 67.823L-5.822 70.236Q-5.822 70.427-5.769 70.509Q-5.716 70.591-5.615 70.610Q-5.515 70.629-5.299 70.629L-5.299 70.909L-6.376 70.977L-6.376 70.413Q-6.485 70.595-6.631 70.718Q-6.776 70.841-6.962 70.909Q-7.148 70.977-7.350 70.977Q-8.553 70.977-8.553 70.075M-4.752 69.374Q-4.752 69.053-4.628 68.764Q-4.503 68.475-4.277 68.252Q-4.052 68.028-3.756 67.908Q-3.460 67.788-3.143 67.788Q-2.814 67.788-2.553 67.888Q-2.291 67.987-2.115 68.169Q-1.939 68.352-1.845 68.610Q-1.751 68.868-1.751 69.200Q-1.751 69.292-1.833 69.313L-4.089 69.313L-4.089 69.374Q-4.089 69.962-3.806 70.345Q-3.522 70.728-2.955 70.728Q-2.633 70.728-2.365 70.535Q-2.097 70.342-2.008 70.027Q-2.001 69.986-1.926 69.972L-1.833 69.972Q-1.751 69.996-1.751 70.068Q-1.751 70.075-1.758 70.102Q-1.871 70.499-2.242 70.738Q-2.613 70.977-3.037 70.977Q-3.474 70.977-3.874 70.769Q-4.274 70.560-4.513 70.193Q-4.752 69.826-4.752 69.374M-4.082 69.104L-2.268 69.104Q-2.268 68.827-2.365 68.575Q-2.462 68.322-2.661 68.166Q-2.859 68.011-3.143 68.011Q-3.419 68.011-3.633 68.169Q-3.847 68.328-3.965 68.583Q-4.082 68.838-4.082 69.104M0.518 70.909L-1.116 70.909L-1.116 70.629Q-0.887 70.629-0.738 70.595Q-0.589 70.560-0.589 70.420L-0.589 68.571Q-0.589 68.301-0.697 68.240Q-0.805 68.178-1.116 68.178L-1.116 67.898L-0.056 67.823L-0.056 68.472Q0.115 68.164 0.419 67.993Q0.723 67.823 1.068 67.823Q1.574 67.823 1.858 68.046Q2.142 68.270 2.142 68.766L2.142 70.420Q2.142 70.557 2.290 70.593Q2.439 70.629 2.665 70.629L2.665 70.909L1.034 70.909L1.034 70.629Q1.263 70.629 1.412 70.595Q1.561 70.560 1.561 70.420L1.561 68.780Q1.561 68.445 1.441 68.245Q1.321 68.045 1.007 68.045Q0.737 68.045 0.503 68.181Q0.269 68.318 0.130 68.552Q-0.008 68.786-0.008 69.060L-0.008 70.420Q-0.008 70.557 0.142 70.593Q0.293 70.629 0.518 70.629L0.518 70.909M3.253 69.398Q3.253 69.070 3.388 68.769Q3.523 68.469 3.758 68.248Q3.994 68.028 4.298 67.908Q4.603 67.788 4.927 67.788Q5.433 67.788 5.782 67.891Q6.130 67.993 6.130 68.369Q6.130 68.516 6.033 68.617Q5.936 68.718 5.789 68.718Q5.635 68.718 5.536 68.619Q5.437 68.520 5.437 68.369Q5.437 68.181 5.577 68.089Q5.375 68.038 4.934 68.038Q4.579 68.038 4.350 68.234Q4.121 68.431 4.020 68.740Q3.919 69.050 3.919 69.398Q3.919 69.747 4.045 70.053Q4.172 70.359 4.427 70.543Q4.681 70.728 5.037 70.728Q5.259 70.728 5.443 70.644Q5.628 70.560 5.763 70.405Q5.898 70.249 5.956 70.041Q5.970 69.986 6.024 69.986L6.137 69.986Q6.168 69.986 6.190 70.010Q6.212 70.034 6.212 70.068L6.212 70.089Q6.127 70.376 5.939 70.574Q5.751 70.772 5.486 70.875Q5.221 70.977 4.927 70.977Q4.497 70.977 4.109 70.771Q3.721 70.564 3.487 70.201Q3.253 69.839 3.253 69.398M7.135 72.044Q7.265 72.112 7.402 72.112Q7.573 72.112 7.723 72.023Q7.874 71.934 7.985 71.789Q8.096 71.644 8.174 71.476L8.438 70.909L7.269 68.383Q7.193 68.236 7.064 68.204Q6.934 68.171 6.701 68.171L6.701 67.891L8.222 67.891L8.222 68.171Q7.874 68.171 7.874 68.318Q7.877 68.339 7.879 68.356Q7.880 68.373 7.880 68.383L8.738 70.242L9.511 68.571Q9.545 68.503 9.545 68.424Q9.545 68.311 9.461 68.241Q9.378 68.171 9.265 68.171L9.265 67.891L10.461 67.891L10.461 68.171Q10.242 68.171 10.070 68.275Q9.897 68.380 9.805 68.571L8.468 71.476Q8.297 71.846 8.027 72.092Q7.757 72.338 7.402 72.338Q7.132 72.338 6.913 72.172Q6.694 72.006 6.694 71.743Q6.694 71.606 6.787 71.517Q6.879 71.429 7.019 71.429Q7.156 71.429 7.245 71.517Q7.334 71.606 7.334 71.743Q7.334 71.846 7.281 71.924Q7.228 72.003 7.135 72.044\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-17.098 65.218h34.143M-17.098 62.373h34.143M-17.098 59.528h34.143M-17.098 56.683h34.143M-17.098 53.837h34.143M-17.098 50.992h34.143M22.736 45.301h34.143M22.736 41.887h34.143M22.736 38.473h34.143M22.736 35.058h34.143M22.736 31.644h34.143M22.736 28.23h34.143M73.95 62.373h34.143M73.95 60.666h34.143M73.95 58.958h34.143M73.95 57.251h34.143M73.95 55.544h34.143M73.95 53.837h34.143M125.165 36.765h34.143M125.165 32.213h34.143M125.165 27.66h34.143M125.165 23.108h34.143M125.165 18.556h34.143M125.165 14.003h34.143M176.38 59.528h34.143M176.38 50.992h34.143M176.38 42.456h34.143M176.38 33.92h34.143M176.38 25.384h34.143M176.38 16.849h34.143M221.905 56.682h34.143M221.905 53.837h34.143M221.905 50.992h34.143M221.905 48.147h34.143M221.905 45.301h34.143M221.905 42.456h34.143\" style=\"stroke-width:.9\"\u002F>\u003Cpath fill=\"none\" d=\"M17.045 70.909V2.622M68.26 70.909V2.622M119.475 70.909V2.622M170.69 70.909V2.622M216.214 70.909V2.622\" style=\"stroke-dasharray:3.0,3.0\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(4.956 -73.75)\">\u003Cpath d=\"M-22.475 70.902L-22.475 69.839Q-22.475 69.815-22.447 69.788Q-22.420 69.761-22.396 69.761L-22.287 69.761Q-22.222 69.761-22.208 69.819Q-22.112 70.253-21.866 70.504Q-21.620 70.755-21.206 70.755Q-20.865 70.755-20.612 70.622Q-20.359 70.489-20.359 70.181Q-20.359 70.024-20.453 69.909Q-20.547 69.795-20.685 69.726Q-20.824 69.658-20.991 69.620L-21.572 69.521Q-21.928 69.453-22.201 69.232Q-22.475 69.012-22.475 68.670Q-22.475 68.421-22.363 68.246Q-22.252 68.072-22.066 67.973Q-21.880 67.874-21.664 67.831Q-21.449 67.788-21.206 67.788Q-20.793 67.788-20.513 67.970L-20.297 67.795Q-20.287 67.792-20.280 67.790Q-20.273 67.788-20.263 67.788L-20.212 67.788Q-20.185 67.788-20.161 67.812Q-20.137 67.836-20.137 67.864L-20.137 68.711Q-20.137 68.732-20.161 68.759Q-20.185 68.786-20.212 68.786L-20.325 68.786Q-20.352 68.786-20.378 68.761Q-20.403 68.735-20.403 68.711Q-20.403 68.475-20.509 68.311Q-20.615 68.147-20.798 68.065Q-20.981 67.983-21.213 67.983Q-21.541 67.983-21.798 68.086Q-22.054 68.188-22.054 68.465Q-22.054 68.660-21.871 68.769Q-21.688 68.879-21.459 68.920L-20.885 69.026Q-20.639 69.074-20.425 69.202Q-20.212 69.330-20.075 69.533Q-19.938 69.737-19.938 69.986Q-19.938 70.499-20.304 70.738Q-20.670 70.977-21.206 70.977Q-21.702 70.977-22.034 70.683L-22.300 70.957Q-22.321 70.977-22.348 70.977L-22.396 70.977Q-22.420 70.977-22.447 70.950Q-22.475 70.923-22.475 70.902M-17.665 72.266L-19.296 72.266L-19.296 71.986Q-19.067 71.986-18.918 71.951Q-18.769 71.917-18.769 71.777L-18.769 68.431Q-18.769 68.260-18.906 68.219Q-19.043 68.178-19.296 68.178L-19.296 67.898L-18.216 67.823L-18.216 68.229Q-17.994 68.028-17.706 67.925Q-17.419 67.823-17.112 67.823Q-16.685 67.823-16.320 68.036Q-15.956 68.250-15.743 68.614Q-15.529 68.978-15.529 69.398Q-15.529 69.843-15.768 70.207Q-16.008 70.571-16.401 70.774Q-16.794 70.977-17.238 70.977Q-17.505 70.977-17.753 70.877Q-18 70.776-18.188 70.595L-18.188 71.777Q-18.188 71.914-18.040 71.950Q-17.891 71.986-17.665 71.986L-17.665 72.266M-18.188 68.578L-18.188 70.188Q-18.055 70.441-17.812 70.598Q-17.570 70.755-17.293 70.755Q-16.965 70.755-16.712 70.554Q-16.459 70.352-16.326 70.034Q-16.192 69.716-16.192 69.398Q-16.192 69.169-16.257 68.940Q-16.322 68.711-16.450 68.513Q-16.579 68.315-16.773 68.195Q-16.968 68.076-17.201 68.076Q-17.495 68.076-17.763 68.205Q-18.031 68.335-18.188 68.578\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(4.956 -73.75)\">\u003Cpath d=\"M-14.716 69.374Q-14.716 69.053-14.591 68.764Q-14.466 68.475-14.240 68.252Q-14.015 68.028-13.719 67.908Q-13.424 67.788-13.106 67.788Q-12.778 67.788-12.516 67.888Q-12.255 67.987-12.079 68.169Q-11.903 68.352-11.809 68.610Q-11.715 68.868-11.715 69.200Q-11.715 69.292-11.797 69.313L-14.052 69.313L-14.052 69.374Q-14.052 69.962-13.769 70.345Q-13.485 70.728-12.918 70.728Q-12.596 70.728-12.328 70.535Q-12.060 70.342-11.971 70.027Q-11.964 69.986-11.889 69.972L-11.797 69.972Q-11.715 69.996-11.715 70.068Q-11.715 70.075-11.721 70.102Q-11.834 70.499-12.205 70.738Q-12.576 70.977-13 70.977Q-13.437 70.977-13.837 70.769Q-14.237 70.560-14.476 70.193Q-14.716 69.826-14.716 69.374M-14.046 69.104L-12.231 69.104Q-12.231 68.827-12.328 68.575Q-12.426 68.322-12.624 68.166Q-12.822 68.011-13.106 68.011Q-13.383 68.011-13.596 68.169Q-13.810 68.328-13.928 68.583Q-14.046 68.838-14.046 69.104M-11.127 69.398Q-11.127 69.070-10.992 68.769Q-10.857 68.469-10.621 68.248Q-10.385 68.028-10.081 67.908Q-9.777 67.788-9.452 67.788Q-8.946 67.788-8.597 67.891Q-8.249 67.993-8.249 68.369Q-8.249 68.516-8.346 68.617Q-8.444 68.718-8.591 68.718Q-8.744 68.718-8.843 68.619Q-8.943 68.520-8.943 68.369Q-8.943 68.181-8.802 68.089Q-9.004 68.038-9.445 68.038Q-9.801 68.038-10.030 68.234Q-10.259 68.431-10.359 68.740Q-10.460 69.050-10.460 69.398Q-10.460 69.747-10.334 70.053Q-10.207 70.359-9.953 70.543Q-9.698 70.728-9.343 70.728Q-9.120 70.728-8.936 70.644Q-8.751 70.560-8.616 70.405Q-8.481 70.249-8.423 70.041Q-8.409 69.986-8.355 69.986L-8.242 69.986Q-8.211 69.986-8.189 70.010Q-8.167 70.034-8.167 70.068L-8.167 70.089Q-8.252 70.376-8.440 70.574Q-8.628 70.772-8.893 70.875Q-9.158 70.977-9.452 70.977Q-9.883 70.977-10.270 70.771Q-10.658 70.564-10.893 70.201Q-11.127 69.839-11.127 69.398M-7.052 70.068L-7.052 68.171L-7.692 68.171L-7.692 67.949Q-7.374 67.949-7.157 67.739Q-6.940 67.529-6.839 67.219Q-6.738 66.910-6.738 66.602L-6.471 66.602L-6.471 67.891L-5.395 67.891L-5.395 68.171L-6.471 68.171L-6.471 70.055Q-6.471 70.331-6.367 70.530Q-6.263 70.728-6.003 70.728Q-5.846 70.728-5.740 70.624Q-5.634 70.519-5.584 70.366Q-5.535 70.212-5.535 70.055L-5.535 69.641L-5.268 69.641L-5.268 70.068Q-5.268 70.294-5.367 70.504Q-5.467 70.714-5.651 70.846Q-5.836 70.977-6.065 70.977Q-6.502 70.977-6.777 70.740Q-7.052 70.502-7.052 70.068M-2.708 70.909L-4.445 70.909L-4.445 70.629Q-4.216 70.629-4.067 70.595Q-3.918 70.560-3.918 70.420L-3.918 68.571Q-3.918 68.301-4.026 68.240Q-4.134 68.178-4.445 68.178L-4.445 67.898L-3.416 67.823L-3.416 68.530Q-3.286 68.222-3.043 68.023Q-2.801 67.823-2.483 67.823Q-2.264 67.823-2.093 67.947Q-1.922 68.072-1.922 68.284Q-1.922 68.421-2.021 68.520Q-2.120 68.619-2.254 68.619Q-2.390 68.619-2.489 68.520Q-2.589 68.421-2.589 68.284Q-2.589 68.144-2.489 68.045Q-2.780 68.045-2.980 68.241Q-3.180 68.438-3.272 68.732Q-3.364 69.026-3.364 69.306L-3.364 70.420Q-3.364 70.629-2.708 70.629L-2.708 70.909M-1.379 69.426Q-1.379 69.084-1.244 68.785Q-1.109 68.486-0.869 68.262Q-0.630 68.038-0.312 67.913Q0.006 67.788 0.337 67.788Q0.782 67.788 1.181 68.004Q1.581 68.219 1.815 68.597Q2.050 68.974 2.050 69.426Q2.050 69.767 1.908 70.051Q1.766 70.335 1.521 70.542Q1.277 70.748 0.968 70.863Q0.658 70.977 0.337 70.977Q-0.093 70.977-0.495 70.776Q-0.897 70.574-1.138 70.222Q-1.379 69.870-1.379 69.426M0.337 70.728Q0.939 70.728 1.163 70.350Q1.386 69.972 1.386 69.340Q1.386 68.728 1.152 68.369Q0.918 68.011 0.337 68.011Q-0.716 68.011-0.716 69.340Q-0.716 69.972-0.490 70.350Q-0.264 70.728 0.337 70.728M2.603 71.442Q2.603 71.196 2.800 71.012Q2.996 70.827 3.253 70.748Q3.116 70.636 3.044 70.475Q2.972 70.314 2.972 70.133Q2.972 69.812 3.184 69.566Q2.849 69.268 2.849 68.858Q2.849 68.397 3.239 68.110Q3.629 67.823 4.107 67.823Q4.579 67.823 4.914 68.069Q5.088 67.915 5.298 67.833Q5.509 67.751 5.738 67.751Q5.902 67.751 6.023 67.858Q6.144 67.966 6.144 68.130Q6.144 68.226 6.073 68.298Q6.001 68.369 5.908 68.369Q5.809 68.369 5.739 68.296Q5.669 68.222 5.669 68.123Q5.669 68.069 5.683 68.038L5.690 68.024Q5.697 68.004 5.705 67.993Q5.714 67.983 5.717 67.976Q5.362 67.976 5.074 68.199Q5.362 68.492 5.362 68.858Q5.362 69.173 5.177 69.405Q4.992 69.638 4.704 69.766Q4.415 69.894 4.107 69.894Q3.906 69.894 3.714 69.844Q3.523 69.795 3.345 69.685Q3.253 69.812 3.253 69.955Q3.253 70.137 3.381 70.272Q3.509 70.407 3.694 70.407L4.326 70.407Q4.774 70.407 5.143 70.478Q5.512 70.550 5.772 70.779Q6.032 71.008 6.032 71.442Q6.032 71.763 5.736 71.965Q5.440 72.167 5.037 72.256Q4.634 72.345 4.319 72.345Q4.001 72.345 3.598 72.256Q3.195 72.167 2.899 71.965Q2.603 71.763 2.603 71.442M3.058 71.442Q3.058 71.671 3.277 71.820Q3.495 71.969 3.788 72.037Q4.080 72.105 4.319 72.105Q4.483 72.105 4.692 72.069Q4.900 72.034 5.107 71.953Q5.314 71.873 5.445 71.745Q5.577 71.617 5.577 71.442Q5.577 71.090 5.196 70.996Q4.815 70.902 4.312 70.902L3.694 70.902Q3.454 70.902 3.256 71.053Q3.058 71.203 3.058 71.442M4.107 69.655Q4.774 69.655 4.774 68.858Q4.774 68.058 4.107 68.058Q3.437 68.058 3.437 68.858Q3.437 69.655 4.107 69.655M8.376 70.909L6.640 70.909L6.640 70.629Q6.869 70.629 7.018 70.595Q7.166 70.560 7.166 70.420L7.166 68.571Q7.166 68.301 7.059 68.240Q6.951 68.178 6.640 68.178L6.640 67.898L7.669 67.823L7.669 68.530Q7.799 68.222 8.041 68.023Q8.284 67.823 8.602 67.823Q8.821 67.823 8.991 67.947Q9.162 68.072 9.162 68.284Q9.162 68.421 9.063 68.520Q8.964 68.619 8.831 68.619Q8.694 68.619 8.595 68.520Q8.496 68.421 8.496 68.284Q8.496 68.144 8.595 68.045Q8.304 68.045 8.105 68.241Q7.905 68.438 7.812 68.732Q7.720 69.026 7.720 69.306L7.720 70.420Q7.720 70.629 8.376 70.629L8.376 70.909M9.805 70.181Q9.805 69.849 10.029 69.622Q10.253 69.395 10.596 69.267Q10.940 69.138 11.312 69.086Q11.685 69.033 11.989 69.033L11.989 68.780Q11.989 68.575 11.881 68.395Q11.774 68.216 11.593 68.113Q11.411 68.011 11.203 68.011Q10.796 68.011 10.560 68.103Q10.649 68.140 10.695 68.224Q10.741 68.308 10.741 68.410Q10.741 68.506 10.695 68.585Q10.649 68.663 10.569 68.708Q10.489 68.752 10.400 68.752Q10.249 68.752 10.148 68.655Q10.048 68.557 10.048 68.410Q10.048 67.788 11.203 67.788Q11.415 67.788 11.664 67.852Q11.914 67.915 12.115 68.034Q12.317 68.154 12.444 68.339Q12.570 68.523 12.570 68.766L12.570 70.342Q12.570 70.458 12.632 70.554Q12.693 70.649 12.806 70.649Q12.915 70.649 12.980 70.555Q13.045 70.461 13.045 70.342L13.045 69.894L13.312 69.894L13.312 70.342Q13.312 70.612 13.084 70.777Q12.857 70.943 12.577 70.943Q12.368 70.943 12.232 70.789Q12.095 70.636 12.071 70.420Q11.924 70.687 11.642 70.832Q11.360 70.977 11.035 70.977Q10.759 70.977 10.475 70.902Q10.191 70.827 9.998 70.648Q9.805 70.468 9.805 70.181M10.420 70.181Q10.420 70.355 10.521 70.485Q10.622 70.615 10.777 70.685Q10.933 70.755 11.097 70.755Q11.316 70.755 11.524 70.658Q11.733 70.560 11.861 70.379Q11.989 70.198 11.989 69.972L11.989 69.244Q11.664 69.244 11.299 69.335Q10.933 69.426 10.677 69.638Q10.420 69.849 10.420 70.181M15.410 70.909L13.777 70.909L13.777 70.629Q14.006 70.629 14.154 70.595Q14.303 70.560 14.303 70.420L14.303 68.571Q14.303 68.301 14.195 68.240Q14.088 68.178 13.777 68.178L13.777 67.898L14.836 67.823L14.836 68.472Q15.007 68.164 15.311 67.993Q15.615 67.823 15.961 67.823Q16.361 67.823 16.637 67.963Q16.914 68.103 17 68.451Q17.167 68.158 17.466 67.990Q17.765 67.823 18.111 67.823Q18.616 67.823 18.900 68.046Q19.184 68.270 19.184 68.766L19.184 70.420Q19.184 70.557 19.333 70.593Q19.481 70.629 19.707 70.629L19.707 70.909L18.076 70.909L18.076 70.629Q18.302 70.629 18.452 70.593Q18.603 70.557 18.603 70.420L18.603 68.780Q18.603 68.445 18.483 68.245Q18.364 68.045 18.049 68.045Q17.779 68.045 17.545 68.181Q17.311 68.318 17.172 68.552Q17.034 68.786 17.034 69.060L17.034 70.420Q17.034 70.557 17.183 70.593Q17.331 70.629 17.557 70.629L17.557 70.909L15.927 70.909L15.927 70.629Q16.156 70.629 16.304 70.595Q16.453 70.560 16.453 70.420L16.453 68.780Q16.453 68.445 16.333 68.245Q16.214 68.045 15.899 68.045Q15.629 68.045 15.395 68.181Q15.161 68.318 15.022 68.552Q14.884 68.786 14.884 69.060L14.884 70.420Q14.884 70.557 15.034 70.593Q15.185 70.629 15.410 70.629\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(19.53 11.632)\">\u003Cpath d=\"M-20.858 70.909L-22.410 70.909L-22.410 70.629Q-22.184 70.629-22.035 70.595Q-21.887 70.560-21.887 70.420L-21.887 68.571Q-21.887 68.383-21.935 68.299Q-21.982 68.216-22.080 68.197Q-22.177 68.178-22.389 68.178L-22.389 67.898L-21.333 67.823L-21.333 70.420Q-21.333 70.560-21.201 70.595Q-21.070 70.629-20.858 70.629L-20.858 70.909M-22.129 66.602Q-22.129 66.431-22.006 66.312Q-21.883 66.192-21.712 66.192Q-21.545 66.192-21.422 66.312Q-21.299 66.431-21.299 66.602Q-21.299 66.777-21.422 66.900Q-21.545 67.023-21.712 67.023Q-21.883 67.023-22.006 66.900Q-22.129 66.777-22.129 66.602M-19.877 72.044Q-19.747 72.112-19.610 72.112Q-19.439 72.112-19.289 72.023Q-19.139 71.934-19.028 71.789Q-18.916 71.644-18.838 71.476L-18.575 70.909L-19.744 68.383Q-19.819 68.236-19.949 68.204Q-20.079 68.171-20.311 68.171L-20.311 67.891L-18.790 67.891L-18.790 68.171Q-19.139 68.171-19.139 68.318Q-19.135 68.339-19.133 68.356Q-19.132 68.373-19.132 68.383L-18.274 70.242L-17.501 68.571Q-17.467 68.503-17.467 68.424Q-17.467 68.311-17.551 68.241Q-17.635 68.171-17.747 68.171L-17.747 67.891L-16.551 67.891L-16.551 68.171Q-16.770 68.171-16.943 68.275Q-17.115 68.380-17.207 68.571L-18.544 71.476Q-18.715 71.846-18.985 72.092Q-19.255 72.338-19.610 72.338Q-19.880 72.338-20.099 72.172Q-20.318 72.006-20.318 71.743Q-20.318 71.606-20.226 71.517Q-20.133 71.429-19.993 71.429Q-19.856 71.429-19.768 71.517Q-19.679 71.606-19.679 71.743Q-19.679 71.846-19.732 71.924Q-19.785 72.003-19.877 72.044\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(63.879 12.111)\">\u003Cpath d=\"M-21.948 70.068L-21.948 68.171L-22.587 68.171L-22.587 67.949Q-22.269 67.949-22.052 67.739Q-21.835 67.529-21.735 67.219Q-21.634 66.910-21.634 66.602L-21.367 66.602L-21.367 67.891L-20.290 67.891L-20.290 68.171L-21.367 68.171L-21.367 70.055Q-21.367 70.331-21.263 70.530Q-21.159 70.728-20.899 70.728Q-20.742 70.728-20.636 70.624Q-20.530 70.519-20.480 70.366Q-20.431 70.212-20.431 70.055L-20.431 69.641L-20.164 69.641L-20.164 70.068Q-20.164 70.294-20.263 70.504Q-20.362 70.714-20.547 70.846Q-20.731 70.977-20.960 70.977Q-21.398 70.977-21.673 70.740Q-21.948 70.502-21.948 70.068\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(115.072 11.466)\">\u003Cpath d=\"M-22.475 70.902L-22.475 69.839Q-22.475 69.815-22.447 69.788Q-22.420 69.761-22.396 69.761L-22.287 69.761Q-22.222 69.761-22.208 69.819Q-22.112 70.253-21.866 70.504Q-21.620 70.755-21.206 70.755Q-20.865 70.755-20.612 70.622Q-20.359 70.489-20.359 70.181Q-20.359 70.024-20.453 69.909Q-20.547 69.795-20.685 69.726Q-20.824 69.658-20.991 69.620L-21.572 69.521Q-21.928 69.453-22.201 69.232Q-22.475 69.012-22.475 68.670Q-22.475 68.421-22.363 68.246Q-22.252 68.072-22.066 67.973Q-21.880 67.874-21.664 67.831Q-21.449 67.788-21.206 67.788Q-20.793 67.788-20.513 67.970L-20.297 67.795Q-20.287 67.792-20.280 67.790Q-20.273 67.788-20.263 67.788L-20.212 67.788Q-20.185 67.788-20.161 67.812Q-20.137 67.836-20.137 67.864L-20.137 68.711Q-20.137 68.732-20.161 68.759Q-20.185 68.786-20.212 68.786L-20.325 68.786Q-20.352 68.786-20.378 68.761Q-20.403 68.735-20.403 68.711Q-20.403 68.475-20.509 68.311Q-20.615 68.147-20.798 68.065Q-20.981 67.983-21.213 67.983Q-21.541 67.983-21.798 68.086Q-22.054 68.188-22.054 68.465Q-22.054 68.660-21.871 68.769Q-21.688 68.879-21.459 68.920L-20.885 69.026Q-20.639 69.074-20.425 69.202Q-20.212 69.330-20.075 69.533Q-19.938 69.737-19.938 69.986Q-19.938 70.499-20.304 70.738Q-20.670 70.977-21.206 70.977Q-21.702 70.977-22.034 70.683L-22.300 70.957Q-22.321 70.977-22.348 70.977L-22.396 70.977Q-22.420 70.977-22.447 70.950Q-22.475 70.923-22.475 70.902\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(163.885 10.785)\">\u003Cpath d=\"M-22.416 70.181Q-22.416 69.849-22.193 69.622Q-21.969 69.395-21.625 69.267Q-21.282 69.138-20.909 69.086Q-20.537 69.033-20.232 69.033L-20.232 68.780Q-20.232 68.575-20.340 68.395Q-20.448 68.216-20.629 68.113Q-20.810 68.011-21.018 68.011Q-21.425 68.011-21.661 68.103Q-21.572 68.140-21.526 68.224Q-21.480 68.308-21.480 68.410Q-21.480 68.506-21.526 68.585Q-21.572 68.663-21.653 68.708Q-21.733 68.752-21.822 68.752Q-21.972 68.752-22.073 68.655Q-22.174 68.557-22.174 68.410Q-22.174 67.788-21.018 67.788Q-20.807 67.788-20.557 67.852Q-20.308 67.915-20.106 68.034Q-19.904 68.154-19.778 68.339Q-19.651 68.523-19.651 68.766L-19.651 70.342Q-19.651 70.458-19.590 70.554Q-19.528 70.649-19.415 70.649Q-19.306 70.649-19.241 70.555Q-19.176 70.461-19.176 70.342L-19.176 69.894L-18.910 69.894L-18.910 70.342Q-18.910 70.612-19.137 70.777Q-19.364 70.943-19.644 70.943Q-19.853 70.943-19.990 70.789Q-20.126 70.636-20.150 70.420Q-20.297 70.687-20.579 70.832Q-20.861 70.977-21.186 70.977Q-21.463 70.977-21.747 70.902Q-22.030 70.827-22.223 70.648Q-22.416 70.468-22.416 70.181M-21.801 70.181Q-21.801 70.355-21.700 70.485Q-21.600 70.615-21.444 70.685Q-21.289 70.755-21.124 70.755Q-20.906 70.755-20.697 70.658Q-20.489 70.560-20.361 70.379Q-20.232 70.198-20.232 69.972L-20.232 69.244Q-20.557 69.244-20.923 69.335Q-21.289 69.426-21.545 69.638Q-21.801 69.849-21.801 70.181\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(163.885 10.785)\">\u003Cpath d=\"M-18.369 72.044Q-18.239 72.112-18.102 72.112Q-17.931 72.112-17.781 72.023Q-17.630 71.934-17.519 71.789Q-17.408 71.644-17.330 71.476L-17.066 70.909L-18.235 68.383Q-18.310 68.236-18.440 68.204Q-18.570 68.171-18.803 68.171L-18.803 67.891L-17.282 67.891L-17.282 68.171Q-17.630 68.171-17.630 68.318Q-17.627 68.339-17.625 68.356Q-17.623 68.373-17.623 68.383L-16.766 70.242L-15.993 68.571Q-15.959 68.503-15.959 68.424Q-15.959 68.311-16.043 68.241Q-16.126 68.171-16.239 68.171L-16.239 67.891L-15.043 67.891L-15.043 68.171Q-15.262 68.171-15.434 68.275Q-15.607 68.380-15.699 68.571L-17.036 71.476Q-17.206 71.846-17.476 72.092Q-17.747 72.338-18.102 72.338Q-18.372 72.338-18.591 72.172Q-18.810 72.006-18.810 71.743Q-18.810 71.606-18.717 71.517Q-18.625 71.429-18.485 71.429Q-18.348 71.429-18.259 71.517Q-18.170 71.606-18.170 71.743Q-18.170 71.846-18.223 71.924Q-18.276 72.003-18.369 72.044\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(215.801 11.466)\">\u003Cpath d=\"M-20.793 70.909L-22.427 70.909L-22.427 70.629Q-22.198 70.629-22.049 70.595Q-21.900 70.560-21.900 70.420L-21.900 68.571Q-21.900 68.301-22.008 68.240Q-22.116 68.178-22.427 68.178L-22.427 67.898L-21.367 67.823L-21.367 68.472Q-21.196 68.164-20.892 67.993Q-20.588 67.823-20.243 67.823Q-19.843 67.823-19.566 67.963Q-19.289 68.103-19.204 68.451Q-19.036 68.158-18.737 67.990Q-18.438 67.823-18.093 67.823Q-17.587 67.823-17.303 68.046Q-17.019 68.270-17.019 68.766L-17.019 70.420Q-17.019 70.557-16.871 70.593Q-16.722 70.629-16.497 70.629L-16.497 70.909L-18.127 70.909L-18.127 70.629Q-17.901 70.629-17.751 70.593Q-17.601 70.557-17.601 70.420L-17.601 68.780Q-17.601 68.445-17.720 68.245Q-17.840 68.045-18.154 68.045Q-18.424 68.045-18.658 68.181Q-18.893 68.318-19.031 68.552Q-19.169 68.786-19.169 69.060L-19.169 70.420Q-19.169 70.557-19.021 70.593Q-18.872 70.629-18.646 70.629L-18.646 70.909L-20.277 70.909L-20.277 70.629Q-20.048 70.629-19.899 70.595Q-19.750 70.560-19.750 70.420L-19.750 68.780Q-19.750 68.445-19.870 68.245Q-19.990 68.045-20.304 68.045Q-20.574 68.045-20.808 68.181Q-21.042 68.318-21.181 68.552Q-21.319 68.786-21.319 69.060L-21.319 70.420Q-21.319 70.557-21.169 70.593Q-21.018 70.629-20.793 70.629\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-20.789 90.825h280.528\"\u002F>\u003Cpath stroke=\"none\" d=\"m-22.789 90.825 3.2 1.6-1.2-1.6 1.2-1.6M261.738 90.825l-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg transform=\"translate(134.507 28.158)\">\u003Cpath d=\"M-21.948 70.068L-21.948 68.171L-22.587 68.171L-22.587 67.949Q-22.269 67.949-22.052 67.739Q-21.835 67.529-21.735 67.219Q-21.634 66.910-21.634 66.602L-21.367 66.602L-21.367 67.891L-20.290 67.891L-20.290 68.171L-21.367 68.171L-21.367 70.055Q-21.367 70.331-21.263 70.530Q-21.159 70.728-20.899 70.728Q-20.742 70.728-20.636 70.624Q-20.530 70.519-20.480 70.366Q-20.431 70.212-20.431 70.055L-20.431 69.641L-20.164 69.641L-20.164 70.068Q-20.164 70.294-20.263 70.504Q-20.362 70.714-20.547 70.846Q-20.731 70.977-20.960 70.977Q-21.398 70.977-21.673 70.740Q-21.948 70.502-21.948 70.068M-17.737 70.909L-19.289 70.909L-19.289 70.629Q-19.063 70.629-18.915 70.595Q-18.766 70.560-18.766 70.420L-18.766 68.571Q-18.766 68.383-18.814 68.299Q-18.862 68.216-18.959 68.197Q-19.057 68.178-19.268 68.178L-19.268 67.898L-18.212 67.823L-18.212 70.420Q-18.212 70.560-18.081 70.595Q-17.949 70.629-17.737 70.629L-17.737 70.909M-19.009 66.602Q-19.009 66.431-18.886 66.312Q-18.763 66.192-18.592 66.192Q-18.424 66.192-18.301 66.312Q-18.178 66.431-18.178 66.602Q-18.178 66.777-18.301 66.900Q-18.424 67.023-18.592 67.023Q-18.763 67.023-18.886 66.900Q-19.009 66.777-19.009 66.602M-15.410 70.909L-17.043 70.909L-17.043 70.629Q-16.814 70.629-16.666 70.595Q-16.517 70.560-16.517 70.420L-16.517 68.571Q-16.517 68.301-16.625 68.240Q-16.732 68.178-17.043 68.178L-17.043 67.898L-15.984 67.823L-15.984 68.472Q-15.813 68.164-15.509 67.993Q-15.205 67.823-14.859 67.823Q-14.459 67.823-14.183 67.963Q-13.906 68.103-13.820 68.451Q-13.653 68.158-13.354 67.990Q-13.055 67.823-12.709 67.823Q-12.204 67.823-11.920 68.046Q-11.636 68.270-11.636 68.766L-11.636 70.420Q-11.636 70.557-11.487 70.593Q-11.339 70.629-11.113 70.629L-11.113 70.909L-12.744 70.909L-12.744 70.629Q-12.518 70.629-12.368 70.593Q-12.217 70.557-12.217 70.420L-12.217 68.780Q-12.217 68.445-12.337 68.245Q-12.456 68.045-12.771 68.045Q-13.041 68.045-13.275 68.181Q-13.509 68.318-13.648 68.552Q-13.786 68.786-13.786 69.060L-13.786 70.420Q-13.786 70.557-13.637 70.593Q-13.489 70.629-13.263 70.629L-13.263 70.909L-14.893 70.909L-14.893 70.629Q-14.664 70.629-14.516 70.595Q-14.367 70.560-14.367 70.420L-14.367 68.780Q-14.367 68.445-14.487 68.245Q-14.606 68.045-14.921 68.045Q-15.191 68.045-15.425 68.181Q-15.659 68.318-15.798 68.552Q-15.936 68.786-15.936 69.060L-15.936 70.420Q-15.936 70.557-15.786 70.593Q-15.635 70.629-15.410 70.629L-15.410 70.909M-10.566 69.374Q-10.566 69.053-10.442 68.764Q-10.317 68.475-10.091 68.252Q-9.866 68.028-9.570 67.908Q-9.274 67.788-8.956 67.788Q-8.628 67.788-8.367 67.888Q-8.105 67.987-7.929 68.169Q-7.753 68.352-7.659 68.610Q-7.565 68.868-7.565 69.200Q-7.565 69.292-7.647 69.313L-9.903 69.313L-9.903 69.374Q-9.903 69.962-9.620 70.345Q-9.336 70.728-8.768 70.728Q-8.447 70.728-8.179 70.535Q-7.911 70.342-7.822 70.027Q-7.815 69.986-7.740 69.972L-7.647 69.972Q-7.565 69.996-7.565 70.068Q-7.565 70.075-7.572 70.102Q-7.685 70.499-8.056 70.738Q-8.427 70.977-8.851 70.977Q-9.288 70.977-9.688 70.769Q-10.088 70.560-10.327 70.193Q-10.566 69.826-10.566 69.374M-9.896 69.104L-8.081 69.104Q-8.081 68.827-8.179 68.575Q-8.276 68.322-8.475 68.166Q-8.673 68.011-8.956 68.011Q-9.233 68.011-9.447 68.169Q-9.661 68.328-9.779 68.583Q-9.896 68.838-9.896 69.104\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A waveform (top) plots amplitude against time; a spectrogram (bottom) plots energy against time and frequency, and the phones become visible as distinct patterns of spectral energy.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:465.397px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 349.047 59.900\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-65.403-40.772h48.37V-72.07h-48.37Z\"\u002F>\u003Cg stroke=\"none\" font-size=\"7\">\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-39.517-64.448L-40.498-66.947Q-40.559-67.090-40.677-67.125Q-40.795-67.159-41.011-67.159L-41.011-67.439L-39.531-67.439L-39.531-67.159Q-39.910-67.159-39.910-66.998Q-39.910-66.988-39.896-66.947L-39.182-65.115L-38.509-66.820Q-38.539-66.892-38.539-66.920Q-38.539-66.947-38.567-66.947Q-38.628-67.094-38.746-67.126Q-38.864-67.159-39.076-67.159L-39.076-67.439L-37.678-67.439L-37.678-67.159Q-38.054-67.159-38.054-66.998Q-38.054-66.967-38.047-66.947L-37.292-65.009L-36.605-66.759Q-36.584-66.810-36.584-66.865Q-36.584-67.005-36.697-67.082Q-36.810-67.159-36.950-67.159L-36.950-67.439L-35.730-67.439L-35.730-67.159Q-35.935-67.159-36.090-67.053Q-36.246-66.947-36.318-66.759L-37.223-64.448Q-37.258-64.353-37.370-64.353L-37.439-64.353Q-37.548-64.353-37.586-64.448L-38.368-66.451L-39.155-64.448Q-39.189-64.353-39.302-64.353L-39.370-64.353Q-39.479-64.353-39.517-64.448\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-35.352-65.149Q-35.352-65.481-35.129-65.708Q-34.905-65.935-34.561-66.063Q-34.218-66.192-33.845-66.244Q-33.473-66.297-33.168-66.297L-33.168-66.550Q-33.168-66.755-33.276-66.935Q-33.384-67.114-33.565-67.217Q-33.746-67.319-33.954-67.319Q-34.361-67.319-34.597-67.227Q-34.508-67.190-34.462-67.106Q-34.416-67.022-34.416-66.920Q-34.416-66.824-34.462-66.745Q-34.508-66.667-34.589-66.622Q-34.669-66.578-34.758-66.578Q-34.908-66.578-35.009-66.675Q-35.110-66.773-35.110-66.920Q-35.110-67.542-33.954-67.542Q-33.743-67.542-33.493-67.478Q-33.244-67.415-33.042-67.296Q-32.840-67.176-32.714-66.991Q-32.587-66.807-32.587-66.564L-32.587-64.988Q-32.587-64.872-32.526-64.776Q-32.464-64.681-32.351-64.681Q-32.242-64.681-32.177-64.775Q-32.112-64.869-32.112-64.988L-32.112-65.436L-31.846-65.436L-31.846-64.988Q-31.846-64.718-32.073-64.553Q-32.300-64.387-32.580-64.387Q-32.789-64.387-32.926-64.541Q-33.062-64.694-33.086-64.910Q-33.233-64.643-33.515-64.498Q-33.797-64.353-34.122-64.353Q-34.399-64.353-34.683-64.428Q-34.966-64.503-35.159-64.682Q-35.352-64.862-35.352-65.149M-34.737-65.149Q-34.737-64.975-34.636-64.845Q-34.536-64.715-34.380-64.645Q-34.225-64.575-34.060-64.575Q-33.842-64.575-33.633-64.672Q-33.425-64.770-33.297-64.951Q-33.168-65.132-33.168-65.358L-33.168-66.086Q-33.493-66.086-33.859-65.995Q-34.225-65.904-34.481-65.692Q-34.737-65.481-34.737-65.149\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-30.051-64.448L-31.179-66.947Q-31.251-67.094-31.381-67.126Q-31.511-67.159-31.740-67.159L-31.740-67.439L-30.226-67.439L-30.226-67.159Q-30.578-67.159-30.578-67.012Q-30.578-66.967-30.567-66.947L-29.703-65.029L-28.923-66.759Q-28.889-66.827-28.889-66.906Q-28.889-67.019-28.973-67.089Q-29.057-67.159-29.176-67.159L-29.176-67.439L-27.980-67.439L-27.980-67.159Q-28.199-67.159-28.370-67.056Q-28.540-66.954-28.629-66.759L-29.665-64.448Q-29.713-64.353-29.819-64.353L-29.897-64.353Q-30.003-64.353-30.051-64.448\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-27.695-65.956Q-27.695-66.277-27.570-66.566Q-27.445-66.855-27.219-67.078Q-26.994-67.302-26.698-67.422Q-26.403-67.542-26.085-67.542Q-25.757-67.542-25.495-67.442Q-25.234-67.343-25.058-67.161Q-24.882-66.978-24.788-66.720Q-24.694-66.462-24.694-66.130Q-24.694-66.038-24.776-66.017L-27.031-66.017L-27.031-65.956Q-27.031-65.368-26.748-64.985Q-26.464-64.602-25.897-64.602Q-25.575-64.602-25.307-64.795Q-25.039-64.988-24.950-65.303Q-24.943-65.344-24.868-65.358L-24.776-65.358Q-24.694-65.334-24.694-65.262Q-24.694-65.255-24.700-65.228Q-24.813-64.831-25.184-64.592Q-25.555-64.353-25.979-64.353Q-26.416-64.353-26.816-64.561Q-27.216-64.770-27.455-65.137Q-27.695-65.504-27.695-65.956M-27.025-66.226L-25.210-66.226Q-25.210-66.503-25.307-66.755Q-25.405-67.008-25.603-67.164Q-25.801-67.319-26.085-67.319Q-26.362-67.319-26.575-67.161Q-26.789-67.002-26.907-66.747Q-27.025-66.492-27.025-66.226M-22.308-64.421L-24.041-64.421L-24.041-64.701Q-23.815-64.701-23.666-64.735Q-23.518-64.770-23.518-64.910L-23.518-67.159L-24.106-67.159L-24.106-67.439L-23.518-67.439L-23.518-68.256Q-23.518-68.574-23.340-68.822Q-23.162-69.069-22.872-69.210Q-22.581-69.350-22.270-69.350Q-22.014-69.350-21.811-69.208Q-21.607-69.066-21.607-68.823Q-21.607-68.687-21.706-68.588Q-21.805-68.488-21.942-68.488Q-22.079-68.488-22.178-68.588Q-22.277-68.687-22.277-68.823Q-22.277-69.004-22.137-69.097Q-22.216-69.124-22.315-69.124Q-22.523-69.124-22.677-68.991Q-22.831-68.858-22.911-68.654Q-22.991-68.451-22.991-68.242L-22.991-67.439L-22.103-67.439L-22.103-67.159L-22.964-67.159L-22.964-64.910Q-22.964-64.701-22.308-64.701L-22.308-64.421M-21.669-65.904Q-21.669-66.246-21.534-66.545Q-21.399-66.844-21.159-67.068Q-20.920-67.292-20.602-67.417Q-20.284-67.542-19.953-67.542Q-19.509-67.542-19.109-67.326Q-18.709-67.111-18.475-66.733Q-18.240-66.356-18.240-65.904Q-18.240-65.563-18.382-65.279Q-18.524-64.995-18.769-64.788Q-19.013-64.582-19.322-64.467Q-19.632-64.353-19.953-64.353Q-20.384-64.353-20.785-64.554Q-21.187-64.756-21.428-65.108Q-21.669-65.460-21.669-65.904M-19.953-64.602Q-19.351-64.602-19.127-64.980Q-18.904-65.358-18.904-65.990Q-18.904-66.602-19.138-66.961Q-19.372-67.319-19.953-67.319Q-21.006-67.319-21.006-65.990Q-21.006-65.358-20.780-64.980Q-20.554-64.602-19.953-64.602M-15.896-64.421L-17.632-64.421L-17.632-64.701Q-17.403-64.701-17.254-64.735Q-17.106-64.770-17.106-64.910L-17.106-66.759Q-17.106-67.029-17.213-67.090Q-17.321-67.152-17.632-67.152L-17.632-67.432L-16.603-67.507L-16.603-66.800Q-16.473-67.108-16.231-67.307Q-15.988-67.507-15.670-67.507Q-15.451-67.507-15.280-67.383Q-15.110-67.258-15.110-67.046Q-15.110-66.909-15.209-66.810Q-15.308-66.711-15.441-66.711Q-15.578-66.711-15.677-66.810Q-15.776-66.909-15.776-67.046Q-15.776-67.186-15.677-67.285Q-15.968-67.285-16.167-67.089Q-16.367-66.892-16.460-66.598Q-16.552-66.304-16.552-66.024L-16.552-64.910Q-16.552-64.701-15.896-64.701L-15.896-64.421M-12.843-64.421L-14.477-64.421L-14.477-64.701Q-14.248-64.701-14.100-64.735Q-13.951-64.770-13.951-64.910L-13.951-66.759Q-13.951-67.029-14.059-67.090Q-14.166-67.152-14.477-67.152L-14.477-67.432L-13.418-67.507L-13.418-66.858Q-13.247-67.166-12.943-67.337Q-12.638-67.507-12.293-67.507Q-11.893-67.507-11.616-67.367Q-11.340-67.227-11.254-66.879Q-11.087-67.172-10.788-67.340Q-10.489-67.507-10.143-67.507Q-9.637-67.507-9.354-67.284Q-9.070-67.060-9.070-66.564L-9.070-64.910Q-9.070-64.773-8.921-64.737Q-8.773-64.701-8.547-64.701L-8.547-64.421L-10.177-64.421L-10.177-64.701Q-9.952-64.701-9.801-64.737Q-9.651-64.773-9.651-64.910L-9.651-66.550Q-9.651-66.885-9.771-67.085Q-9.890-67.285-10.205-67.285Q-10.475-67.285-10.709-67.149Q-10.943-67.012-11.082-66.778Q-11.220-66.544-11.220-66.270L-11.220-64.910Q-11.220-64.773-11.071-64.737Q-10.923-64.701-10.697-64.701L-10.697-64.421L-12.327-64.421L-12.327-64.701Q-12.098-64.701-11.950-64.735Q-11.801-64.770-11.801-64.910L-11.801-66.550Q-11.801-66.885-11.921-67.085Q-12.040-67.285-12.355-67.285Q-12.625-67.285-12.859-67.149Q-13.093-67.012-13.231-66.778Q-13.370-66.544-13.370-66.270L-13.370-64.910Q-13.370-64.773-13.219-64.737Q-13.069-64.701-12.843-64.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-31.004-56.681Q-30.861-56.575-30.632-56.575Q-30.406-56.575-30.232-56.771Q-30.057-56.968-30.003-57.197L-29.688-58.458Q-29.616-58.725-29.616-58.858Q-29.616-59.049-29.728-59.167Q-29.839-59.285-30.030-59.285Q-30.259-59.285-30.457-59.161Q-30.656-59.036-30.797-58.832Q-30.939-58.629-30.997-58.410Q-31.008-58.345-31.066-58.345L-31.178-58.345Q-31.209-58.345-31.233-58.376Q-31.257-58.407-31.257-58.431L-31.257-58.458Q-31.144-58.885-30.791-59.196Q-30.437-59.507-30.016-59.507Q-29.845-59.507-29.681-59.454Q-29.517-59.401-29.384-59.297Q-29.251-59.193-29.176-59.039Q-29.035-59.244-28.834-59.376Q-28.632-59.507-28.413-59.507Q-28.123-59.507-27.894-59.372Q-27.665-59.237-27.665-58.967Q-27.665-58.848-27.718-58.744Q-27.771-58.639-27.868-58.576Q-27.966-58.513-28.085-58.513Q-28.201-58.513-28.283-58.586Q-28.365-58.660-28.365-58.779Q-28.365-58.920-28.275-59.034Q-28.184-59.149-28.051-59.179Q-28.205-59.285-28.427-59.285Q-28.581-59.285-28.711-59.191Q-28.841-59.097-28.929-58.961Q-29.018-58.824-29.066-58.660L-29.381-57.402Q-29.442-57.118-29.442-57.002Q-29.442-56.811-29.331-56.693Q-29.220-56.575-29.029-56.575Q-28.854-56.575-28.695-56.650Q-28.536-56.725-28.406-56.855Q-28.277-56.985-28.188-57.142Q-28.099-57.299-28.065-57.450Q-28.041-57.511-27.986-57.511L-27.877-57.511Q-27.843-57.511-27.820-57.486Q-27.798-57.460-27.798-57.429Q-27.798-57.416-27.805-57.402Q-27.873-57.122-28.058-56.882Q-28.242-56.643-28.502-56.498Q-28.762-56.353-29.046-56.353Q-29.312-56.353-29.541-56.472Q-29.770-56.592-29.883-56.821Q-30.013-56.623-30.216-56.488Q-30.420-56.353-30.649-56.353Q-30.929-56.353-31.160-56.488Q-31.390-56.623-31.390-56.889Q-31.390-57.070-31.269-57.207Q-31.148-57.344-30.970-57.344Q-30.850-57.344-30.770-57.272Q-30.690-57.200-30.690-57.081Q-30.690-56.941-30.777-56.826Q-30.864-56.712-31.004-56.681\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-25.174-54.671L-26.250-54.671L-26.250-61.671L-25.174-61.671L-25.174-61.329L-25.909-61.329L-25.909-55.013L-25.174-55.013\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-24.157-56.575Q-24.157-56.623-24.150-56.647L-23.638-58.711Q-23.604-58.838-23.604-58.954Q-23.604-59.094-23.657-59.190Q-23.710-59.285-23.833-59.285Q-24.055-59.285-24.156-59.058Q-24.256-58.831-24.366-58.410Q-24.376-58.345-24.438-58.345L-24.547-58.345Q-24.578-58.345-24.602-58.376Q-24.626-58.407-24.626-58.431L-24.626-58.458Q-24.513-58.892-24.332-59.200Q-24.150-59.507-23.819-59.507Q-23.634-59.507-23.455-59.432Q-23.275-59.357-23.163-59.217Q-23.050-59.077-23.050-58.885Q-22.903-59.070-22.722-59.210Q-22.541-59.350-22.327-59.429Q-22.113-59.507-21.881-59.507Q-21.471-59.507-21.214-59.311Q-20.958-59.114-20.958-58.718Q-20.958-58.434-21.086-58.036Q-21.214-57.638-21.413-57.149Q-21.488-56.954-21.488-56.807Q-21.488-56.575-21.320-56.575Q-21.044-56.575-20.850-56.852Q-20.657-57.129-20.579-57.450Q-20.555-57.511-20.503-57.511L-20.391-57.511Q-20.357-57.511-20.334-57.482Q-20.312-57.453-20.312-57.429Q-20.312-57.416-20.319-57.402Q-20.380-57.152-20.522-56.910Q-20.664-56.667-20.873-56.510Q-21.081-56.353-21.334-56.353Q-21.618-56.353-21.819-56.515Q-22.021-56.677-22.021-56.947Q-22.021-57.064-21.973-57.197Q-21.502-58.376-21.502-58.814Q-21.502-59.022-21.597-59.154Q-21.693-59.285-21.895-59.285Q-22.650-59.285-23.176-58.270L-23.590-56.609Q-23.614-56.503-23.708-56.428Q-23.802-56.353-23.918-56.353Q-24.017-56.353-24.087-56.414Q-24.157-56.476-24.157-56.575\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 5.556)\">\u003Cpath d=\"M-18.695-54.671L-19.771-54.671L-19.771-55.013L-19.037-55.013L-19.037-61.329L-19.771-61.329L-19.771-61.671L-18.695-61.671\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M5.728-40.772h48.37V-72.07H5.728Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(57.503 5.75)\">\u003Cpath d=\"M-35.336-64.421L-37.069-64.421L-37.069-64.701Q-36.843-64.701-36.694-64.735Q-36.546-64.770-36.546-64.910L-36.546-67.159L-37.134-67.159L-37.134-67.439L-36.546-67.439L-36.546-68.256Q-36.546-68.574-36.368-68.822Q-36.190-69.069-35.900-69.210Q-35.609-69.350-35.298-69.350Q-35.042-69.350-34.838-69.208Q-34.635-69.066-34.635-68.823Q-34.635-68.687-34.734-68.588Q-34.833-68.488-34.970-68.488Q-35.107-68.488-35.206-68.588Q-35.305-68.687-35.305-68.823Q-35.305-69.004-35.165-69.097Q-35.243-69.124-35.343-69.124Q-35.551-69.124-35.705-68.991Q-35.859-68.858-35.939-68.654Q-36.019-68.451-36.019-68.242L-36.019-67.439L-35.131-67.439L-35.131-67.159L-35.992-67.159L-35.992-64.910Q-35.992-64.701-35.336-64.701L-35.336-64.421M-32.906-64.421L-34.642-64.421L-34.642-64.701Q-34.413-64.701-34.264-64.735Q-34.115-64.770-34.115-64.910L-34.115-66.759Q-34.115-67.029-34.223-67.090Q-34.331-67.152-34.642-67.152L-34.642-67.432L-33.613-67.507L-33.613-66.800Q-33.483-67.108-33.240-67.307Q-32.998-67.507-32.680-67.507Q-32.461-67.507-32.290-67.383Q-32.119-67.258-32.119-67.046Q-32.119-66.909-32.219-66.810Q-32.318-66.711-32.451-66.711Q-32.588-66.711-32.687-66.810Q-32.786-66.909-32.786-67.046Q-32.786-67.186-32.687-67.285Q-32.977-67.285-33.177-67.089Q-33.377-66.892-33.469-66.598Q-33.562-66.304-33.562-66.024L-33.562-64.910Q-33.562-64.701-32.906-64.701L-32.906-64.421M-31.477-65.149Q-31.477-65.481-31.253-65.708Q-31.029-65.935-30.686-66.063Q-30.342-66.192-29.969-66.244Q-29.597-66.297-29.293-66.297L-29.293-66.550Q-29.293-66.755-29.400-66.935Q-29.508-67.114-29.689-67.217Q-29.870-67.319-30.079-67.319Q-30.486-67.319-30.721-67.227Q-30.633-67.190-30.586-67.106Q-30.540-67.022-30.540-66.920Q-30.540-66.824-30.586-66.745Q-30.633-66.667-30.713-66.622Q-30.793-66.578-30.882-66.578Q-31.032-66.578-31.133-66.675Q-31.234-66.773-31.234-66.920Q-31.234-67.542-30.079-67.542Q-29.867-67.542-29.617-67.478Q-29.368-67.415-29.166-67.296Q-28.965-67.176-28.838-66.991Q-28.712-66.807-28.712-66.564L-28.712-64.988Q-28.712-64.872-28.650-64.776Q-28.589-64.681-28.476-64.681Q-28.366-64.681-28.302-64.775Q-28.237-64.869-28.237-64.988L-28.237-65.436L-27.970-65.436L-27.970-64.988Q-27.970-64.718-28.197-64.553Q-28.425-64.387-28.705-64.387Q-28.913-64.387-29.050-64.541Q-29.187-64.694-29.211-64.910Q-29.358-64.643-29.640-64.498Q-29.922-64.353-30.246-64.353Q-30.523-64.353-30.807-64.428Q-31.091-64.503-31.284-64.682Q-31.477-64.862-31.477-65.149M-30.862-65.149Q-30.862-64.975-30.761-64.845Q-30.660-64.715-30.504-64.645Q-30.349-64.575-30.185-64.575Q-29.966-64.575-29.758-64.672Q-29.549-64.770-29.421-64.951Q-29.293-65.132-29.293-65.358L-29.293-66.086Q-29.617-66.086-29.983-65.995Q-30.349-65.904-30.605-65.692Q-30.862-65.481-30.862-65.149M-25.871-64.421L-27.505-64.421L-27.505-64.701Q-27.276-64.701-27.127-64.735Q-26.979-64.770-26.979-64.910L-26.979-66.759Q-26.979-67.029-27.086-67.090Q-27.194-67.152-27.505-67.152L-27.505-67.432L-26.446-67.507L-26.446-66.858Q-26.275-67.166-25.970-67.337Q-25.666-67.507-25.321-67.507Q-24.921-67.507-24.644-67.367Q-24.367-67.227-24.282-66.879Q-24.115-67.172-23.815-67.340Q-23.516-67.507-23.171-67.507Q-22.665-67.507-22.382-67.284Q-22.098-67.060-22.098-66.564L-22.098-64.910Q-22.098-64.773-21.949-64.737Q-21.801-64.701-21.575-64.701L-21.575-64.421L-23.205-64.421L-23.205-64.701Q-22.980-64.701-22.829-64.737Q-22.679-64.773-22.679-64.910L-22.679-66.550Q-22.679-66.885-22.799-67.085Q-22.918-67.285-23.233-67.285Q-23.503-67.285-23.737-67.149Q-23.971-67.012-24.109-66.778Q-24.248-66.544-24.248-66.270L-24.248-64.910Q-24.248-64.773-24.099-64.737Q-23.950-64.701-23.725-64.701L-23.725-64.421L-25.355-64.421L-25.355-64.701Q-25.126-64.701-24.978-64.735Q-24.829-64.770-24.829-64.910L-24.829-66.550Q-24.829-66.885-24.948-67.085Q-25.068-67.285-25.383-67.285Q-25.653-67.285-25.887-67.149Q-26.121-67.012-26.259-66.778Q-26.398-66.544-26.398-66.270L-26.398-64.910Q-26.398-64.773-26.247-64.737Q-26.097-64.701-25.871-64.701L-25.871-64.421M-21.028-65.956Q-21.028-66.277-20.903-66.566Q-20.779-66.855-20.553-67.078Q-20.327-67.302-20.032-67.422Q-19.736-67.542-19.418-67.542Q-19.090-67.542-18.829-67.442Q-18.567-67.343-18.391-67.161Q-18.215-66.978-18.121-66.720Q-18.027-66.462-18.027-66.130Q-18.027-66.038-18.109-66.017L-20.365-66.017L-20.365-65.956Q-20.365-65.368-20.081-64.985Q-19.798-64.602-19.230-64.602Q-18.909-64.602-18.641-64.795Q-18.372-64.988-18.283-65.303Q-18.277-65.344-18.201-65.358L-18.109-65.358Q-18.027-65.334-18.027-65.262Q-18.027-65.255-18.034-65.228Q-18.147-64.831-18.518-64.592Q-18.888-64.353-19.312-64.353Q-19.750-64.353-20.150-64.561Q-20.550-64.770-20.789-65.137Q-21.028-65.504-21.028-65.956M-20.358-66.226L-18.543-66.226Q-18.543-66.503-18.641-66.755Q-18.738-67.008-18.936-67.164Q-19.135-67.319-19.418-67.319Q-19.695-67.319-19.909-67.161Q-20.122-67.002-20.240-66.747Q-20.358-66.492-20.358-66.226\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(57.503 5.75)\">\u003Cpath d=\"M-38.321-55.741L-38.321-57.997L-40.570-57.997Q-40.638-58.007-40.684-58.053Q-40.730-58.099-40.730-58.171Q-40.730-58.315-40.570-58.338L-38.321-58.338L-38.321-60.594Q-38.310-60.663-38.264-60.709Q-38.218-60.755-38.146-60.755Q-38.003-60.755-37.979-60.594L-37.979-58.338L-35.737-58.338Q-35.576-58.315-35.576-58.171Q-35.576-58.099-35.622-58.053Q-35.668-58.007-35.737-57.997L-37.979-57.997L-37.979-55.741Q-38.003-55.580-38.146-55.580Q-38.218-55.580-38.264-55.626Q-38.310-55.672-38.321-55.741\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(57.503 5.75)\">\u003Cpath d=\"M-31.544-57.262L-31.544-59.159L-32.183-59.159L-32.183-59.381Q-31.865-59.381-31.648-59.591Q-31.431-59.801-31.331-60.111Q-31.230-60.420-31.230-60.728L-30.963-60.728L-30.963-59.439L-29.886-59.439L-29.886-59.159L-30.963-59.159L-30.963-57.275Q-30.963-56.999-30.859-56.800Q-30.755-56.602-30.495-56.602Q-30.338-56.602-30.232-56.706Q-30.126-56.811-30.076-56.964Q-30.027-57.118-30.027-57.275L-30.027-57.689L-29.760-57.689L-29.760-57.262Q-29.760-57.036-29.859-56.826Q-29.958-56.616-30.143-56.484Q-30.327-56.353-30.556-56.353Q-30.994-56.353-31.269-56.590Q-31.544-56.828-31.544-57.262M-28.892-57.149Q-28.892-57.481-28.668-57.708Q-28.444-57.935-28.101-58.063Q-27.757-58.192-27.385-58.244Q-27.012-58.297-26.708-58.297L-26.708-58.550Q-26.708-58.755-26.815-58.935Q-26.923-59.114-27.104-59.217Q-27.285-59.319-27.494-59.319Q-27.901-59.319-28.136-59.227Q-28.048-59.190-28.001-59.106Q-27.955-59.022-27.955-58.920Q-27.955-58.824-28.001-58.745Q-28.048-58.667-28.128-58.622Q-28.208-58.578-28.297-58.578Q-28.447-58.578-28.548-58.675Q-28.649-58.773-28.649-58.920Q-28.649-59.542-27.494-59.542Q-27.282-59.542-27.032-59.478Q-26.783-59.415-26.581-59.296Q-26.380-59.176-26.253-58.991Q-26.127-58.807-26.127-58.564L-26.127-56.988Q-26.127-56.872-26.065-56.776Q-26.004-56.681-25.891-56.681Q-25.781-56.681-25.717-56.775Q-25.652-56.869-25.652-56.988L-25.652-57.436L-25.385-57.436L-25.385-56.988Q-25.385-56.718-25.612-56.553Q-25.840-56.387-26.120-56.387Q-26.328-56.387-26.465-56.541Q-26.602-56.694-26.626-56.910Q-26.773-56.643-27.055-56.498Q-27.337-56.353-27.661-56.353Q-27.938-56.353-28.222-56.428Q-28.506-56.503-28.699-56.682Q-28.892-56.862-28.892-57.149M-28.277-57.149Q-28.277-56.975-28.176-56.845Q-28.075-56.715-27.919-56.645Q-27.764-56.575-27.600-56.575Q-27.381-56.575-27.173-56.672Q-26.964-56.770-26.836-56.951Q-26.708-57.132-26.708-57.358L-26.708-58.086Q-27.032-58.086-27.398-57.995Q-27.764-57.904-28.020-57.692Q-28.277-57.481-28.277-57.149M-23.324-55.064L-24.954-55.064L-24.954-55.344Q-24.725-55.344-24.577-55.379Q-24.428-55.413-24.428-55.553L-24.428-58.899Q-24.428-59.070-24.565-59.111Q-24.701-59.152-24.954-59.152L-24.954-59.432L-23.874-59.507L-23.874-59.101Q-23.652-59.302-23.365-59.405Q-23.078-59.507-22.770-59.507Q-22.343-59.507-21.979-59.294Q-21.615-59.080-21.401-58.716Q-21.188-58.352-21.188-57.932Q-21.188-57.487-21.427-57.123Q-21.666-56.759-22.059-56.556Q-22.452-56.353-22.897-56.353Q-23.163-56.353-23.411-56.453Q-23.659-56.554-23.847-56.735L-23.847-55.553Q-23.847-55.416-23.698-55.380Q-23.550-55.344-23.324-55.344L-23.324-55.064M-23.847-58.752L-23.847-57.142Q-23.714-56.889-23.471-56.732Q-23.228-56.575-22.951-56.575Q-22.623-56.575-22.370-56.776Q-22.117-56.978-21.984-57.296Q-21.851-57.614-21.851-57.932Q-21.851-58.161-21.916-58.390Q-21.981-58.619-22.109-58.817Q-22.237-59.015-22.432-59.135Q-22.627-59.254-22.859-59.254Q-23.153-59.254-23.421-59.125Q-23.690-58.995-23.847-58.752\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(57.503 5.75)\">\u003Cpath d=\"M-20.369-57.956Q-20.369-58.277-20.244-58.566Q-20.119-58.855-19.893-59.078Q-19.668-59.302-19.372-59.422Q-19.077-59.542-18.759-59.542Q-18.431-59.542-18.169-59.442Q-17.908-59.343-17.732-59.161Q-17.556-58.978-17.462-58.720Q-17.368-58.462-17.368-58.130Q-17.368-58.038-17.450-58.017L-19.705-58.017L-19.705-57.956Q-19.705-57.368-19.422-56.985Q-19.138-56.602-18.571-56.602Q-18.249-56.602-17.981-56.795Q-17.713-56.988-17.624-57.303Q-17.617-57.344-17.542-57.358L-17.450-57.358Q-17.368-57.334-17.368-57.262Q-17.368-57.255-17.374-57.228Q-17.487-56.831-17.858-56.592Q-18.229-56.353-18.653-56.353Q-19.090-56.353-19.490-56.561Q-19.890-56.770-20.129-57.137Q-20.369-57.504-20.369-57.956M-19.699-58.226L-17.884-58.226Q-17.884-58.503-17.981-58.755Q-18.079-59.008-18.277-59.164Q-18.475-59.319-18.759-59.319Q-19.036-59.319-19.249-59.161Q-19.463-59.002-19.581-58.747Q-19.699-58.492-19.699-58.226M-15.030-56.421L-16.766-56.421L-16.766-56.701Q-16.537-56.701-16.388-56.735Q-16.240-56.770-16.240-56.910L-16.240-58.759Q-16.240-59.029-16.347-59.090Q-16.455-59.152-16.766-59.152L-16.766-59.432L-15.737-59.507L-15.737-58.800Q-15.607-59.108-15.365-59.307Q-15.122-59.507-14.804-59.507Q-14.585-59.507-14.414-59.383Q-14.244-59.258-14.244-59.046Q-14.244-58.909-14.343-58.810Q-14.442-58.711-14.575-58.711Q-14.712-58.711-14.811-58.810Q-14.910-58.909-14.910-59.046Q-14.910-59.186-14.811-59.285Q-15.101-59.285-15.301-59.089Q-15.501-58.892-15.594-58.598Q-15.686-58.304-15.686-58.024L-15.686-56.910Q-15.686-56.701-15.030-56.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M76.86-40.772h48.37V-72.07H76.86Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(131.125 5.517)\">\u003Cpath d=\"M-35.359-64.421L-38.131-64.421L-38.131-64.701Q-37.410-64.701-37.410-64.910L-37.410-68.711Q-37.410-68.922-38.131-68.922L-38.131-69.203L-35.359-69.203Q-34.874-69.203-34.438-69.008Q-34.002-68.813-33.679-68.471Q-33.356-68.129-33.178-67.689Q-33.001-67.248-33.001-66.766Q-33.001-66.280-33.185-65.857Q-33.370-65.433-33.693-65.111Q-34.016-64.790-34.448-64.606Q-34.880-64.421-35.359-64.421M-36.747-68.711L-36.747-64.910Q-36.747-64.770-36.658-64.735Q-36.569-64.701-36.381-64.701L-35.557-64.701Q-34.932-64.701-34.528-64.963Q-34.125-65.224-33.937-65.691Q-33.749-66.157-33.749-66.766Q-33.749-67.244-33.841-67.637Q-33.934-68.030-34.183-68.328Q-34.422-68.615-34.786-68.769Q-35.150-68.922-35.557-68.922L-36.381-68.922Q-36.569-68.922-36.658-68.888Q-36.747-68.854-36.747-68.711M-29.812-64.421L-32.126-64.421L-32.126-64.701Q-31.404-64.701-31.404-64.910L-31.404-68.711Q-31.404-68.922-32.126-68.922L-32.126-69.203L-27.942-69.203L-27.730-67.566L-27.997-67.566Q-28.075-68.177-28.227-68.456Q-28.379-68.734-28.684-68.828Q-28.988-68.922-29.613-68.922L-30.348-68.922Q-30.536-68.922-30.625-68.888Q-30.714-68.854-30.714-68.711L-30.714-66.954L-30.160-66.954Q-29.791-66.954-29.607-67.008Q-29.422-67.063-29.343-67.236Q-29.265-67.408-29.265-67.774L-28.998-67.774L-28.998-65.857L-29.265-65.857Q-29.265-66.222-29.343-66.395Q-29.422-66.567-29.607-66.620Q-29.791-66.673-30.160-66.673L-30.714-66.673L-30.714-64.910Q-30.714-64.701-29.812-64.701L-29.812-64.421M-23.126-64.421L-25.864-64.421L-25.864-64.701Q-25.515-64.701-25.179-64.737Q-24.842-64.773-24.842-64.910L-24.842-68.711Q-24.842-68.854-24.931-68.888Q-25.020-68.922-25.204-68.922L-25.563-68.922Q-25.864-68.922-26.079-68.875Q-26.295-68.827-26.452-68.670Q-26.588-68.536-26.648-68.258Q-26.708-67.979-26.746-67.566L-27.012-67.566L-26.865-69.203L-22.131-69.203L-21.984-67.566L-22.251-67.566Q-22.289-67.979-22.345-68.256Q-22.401-68.533-22.545-68.670Q-22.706-68.830-22.918-68.876Q-23.129-68.922-23.434-68.922L-23.786-68.922Q-23.970-68.922-24.059-68.888Q-24.148-68.854-24.148-68.711L-24.148-64.910Q-24.148-64.773-23.811-64.737Q-23.475-64.701-23.126-64.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(131.125 5.517)\">\u003Cpath d=\"M-38.775-54.671Q-39.325-55.071-39.696-55.626Q-40.067-56.182-40.248-56.828Q-40.429-57.474-40.429-58.171Q-40.429-58.684-40.329-59.179Q-40.228-59.675-40.023-60.126Q-39.818-60.577-39.505-60.969Q-39.192-61.360-38.775-61.664Q-38.765-61.668-38.758-61.669Q-38.751-61.671-38.741-61.671L-38.673-61.671Q-38.638-61.671-38.616-61.647Q-38.594-61.623-38.594-61.586Q-38.594-61.541-38.621-61.524Q-38.970-61.223-39.223-60.839Q-39.476-60.454-39.628-60.013Q-39.780-59.572-39.852-59.116Q-39.924-58.660-39.924-58.171Q-39.924-57.170-39.614-56.283Q-39.305-55.396-38.621-54.811Q-38.594-54.794-38.594-54.750Q-38.594-54.712-38.616-54.688Q-38.638-54.664-38.673-54.664L-38.741-54.664Q-38.748-54.668-38.756-54.669Q-38.765-54.671-38.775-54.671M-35.405-56.421L-37.719-56.421L-37.719-56.701Q-36.998-56.701-36.998-56.910L-36.998-60.711Q-36.998-60.922-37.719-60.922L-37.719-61.203L-33.535-61.203L-33.323-59.566L-33.590-59.566Q-33.669-60.177-33.821-60.456Q-33.973-60.734-34.277-60.828Q-34.581-60.922-35.207-60.922L-35.942-60.922Q-36.130-60.922-36.219-60.888Q-36.307-60.854-36.307-60.711L-36.307-58.954L-35.754-58.954Q-35.385-58.954-35.200-59.008Q-35.015-59.063-34.937-59.236Q-34.858-59.408-34.858-59.774L-34.592-59.774L-34.592-57.857L-34.858-57.857Q-34.858-58.222-34.937-58.395Q-35.015-58.567-35.200-58.620Q-35.385-58.673-35.754-58.673L-36.307-58.673L-36.307-56.910Q-36.307-56.701-35.405-56.701L-35.405-56.421M-30.247-56.421L-32.561-56.421L-32.561-56.701Q-31.840-56.701-31.840-56.910L-31.840-60.711Q-31.840-60.922-32.561-60.922L-32.561-61.203L-28.378-61.203L-28.166-59.566L-28.432-59.566Q-28.511-60.177-28.663-60.456Q-28.815-60.734-29.119-60.828Q-29.424-60.922-30.049-60.922L-30.784-60.922Q-30.972-60.922-31.061-60.888Q-31.150-60.854-31.150-60.711L-31.150-58.954L-30.596-58.954Q-30.227-58.954-30.042-59.008Q-29.858-59.063-29.779-59.236Q-29.700-59.408-29.700-59.774L-29.434-59.774L-29.434-57.857L-29.700-57.857Q-29.700-58.222-29.779-58.395Q-29.858-58.567-30.042-58.620Q-30.227-58.673-30.596-58.673L-31.150-58.673L-31.150-56.910Q-31.150-56.701-30.247-56.701L-30.247-56.421M-23.562-56.421L-26.300-56.421L-26.300-56.701Q-25.951-56.701-25.614-56.737Q-25.278-56.773-25.278-56.910L-25.278-60.711Q-25.278-60.854-25.366-60.888Q-25.455-60.922-25.640-60.922L-25.999-60.922Q-26.300-60.922-26.515-60.875Q-26.730-60.827-26.887-60.670Q-27.024-60.536-27.084-60.258Q-27.144-59.979-27.181-59.566L-27.448-59.566L-27.301-61.203L-22.567-61.203L-22.420-59.566L-22.687-59.566Q-22.724-59.979-22.781-60.256Q-22.837-60.533-22.981-60.670Q-23.141-60.830-23.353-60.876Q-23.565-60.922-23.869-60.922L-24.221-60.922Q-24.406-60.922-24.495-60.888Q-24.584-60.854-24.584-60.711L-24.584-56.910Q-24.584-56.773-24.247-56.737Q-23.910-56.701-23.562-56.701L-23.562-56.421M-21.443-54.664L-21.511-54.664Q-21.545-54.664-21.567-54.690Q-21.590-54.715-21.590-54.750Q-21.590-54.794-21.559-54.811Q-21.203-55.115-20.954-55.505Q-20.704-55.895-20.552-56.327Q-20.400-56.759-20.330-57.228Q-20.260-57.696-20.260-58.171Q-20.260-58.650-20.330-59.116Q-20.400-59.583-20.554-60.018Q-20.708-60.454-20.959-60.842Q-21.210-61.230-21.559-61.524Q-21.590-61.541-21.590-61.586Q-21.590-61.620-21.567-61.645Q-21.545-61.671-21.511-61.671L-21.443-61.671Q-21.432-61.671-21.424-61.669Q-21.415-61.668-21.405-61.664Q-20.862-61.264-20.489-60.711Q-20.116-60.157-19.935-59.511Q-19.754-58.865-19.754-58.171Q-19.754-57.470-19.935-56.823Q-20.116-56.175-20.491-55.621Q-20.865-55.067-21.405-54.671Q-21.415-54.671-21.424-54.669Q-21.432-54.668-21.443-54.664\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M147.992-40.772h48.37V-72.07h-48.37Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(196.2 6.43)\">\u003Cpath d=\"M-28.221-64.421L-29.855-64.421L-29.855-64.701Q-29.626-64.701-29.477-64.735Q-29.328-64.770-29.328-64.910L-29.328-66.759Q-29.328-67.029-29.436-67.090Q-29.544-67.152-29.855-67.152L-29.855-67.432L-28.795-67.507L-28.795-66.858Q-28.624-67.166-28.320-67.337Q-28.016-67.507-27.671-67.507Q-27.271-67.507-26.994-67.367Q-26.717-67.227-26.632-66.879Q-26.464-67.172-26.165-67.340Q-25.866-67.507-25.521-67.507Q-25.015-67.507-24.731-67.284Q-24.447-67.060-24.447-66.564L-24.447-64.910Q-24.447-64.773-24.299-64.737Q-24.150-64.701-23.925-64.701L-23.925-64.421L-25.555-64.421L-25.555-64.701Q-25.329-64.701-25.179-64.737Q-25.029-64.773-25.029-64.910L-25.029-66.550Q-25.029-66.885-25.148-67.085Q-25.268-67.285-25.582-67.285Q-25.852-67.285-26.086-67.149Q-26.321-67.012-26.459-66.778Q-26.597-66.544-26.597-66.270L-26.597-64.910Q-26.597-64.773-26.449-64.737Q-26.300-64.701-26.074-64.701L-26.074-64.421L-27.705-64.421L-27.705-64.701Q-27.476-64.701-27.327-64.735Q-27.178-64.770-27.178-64.910L-27.178-66.550Q-27.178-66.885-27.298-67.085Q-27.418-67.285-27.732-67.285Q-28.002-67.285-28.236-67.149Q-28.470-67.012-28.609-66.778Q-28.747-66.544-28.747-66.270L-28.747-64.910Q-28.747-64.773-28.597-64.737Q-28.446-64.701-28.221-64.701L-28.221-64.421M-23.378-65.956Q-23.378-66.277-23.253-66.566Q-23.128-66.855-22.903-67.078Q-22.677-67.302-22.381-67.422Q-22.086-67.542-21.768-67.542Q-21.440-67.542-21.178-67.442Q-20.917-67.343-20.741-67.161Q-20.565-66.978-20.471-66.720Q-20.377-66.462-20.377-66.130Q-20.377-66.038-20.459-66.017L-22.715-66.017L-22.715-65.956Q-22.715-65.368-22.431-64.985Q-22.147-64.602-21.580-64.602Q-21.259-64.602-20.990-64.795Q-20.722-64.988-20.633-65.303Q-20.626-65.344-20.551-65.358L-20.459-65.358Q-20.377-65.334-20.377-65.262Q-20.377-65.255-20.384-65.228Q-20.496-64.831-20.867-64.592Q-21.238-64.353-21.662-64.353Q-22.099-64.353-22.499-64.561Q-22.899-64.770-23.138-65.137Q-23.378-65.504-23.378-65.956M-22.708-66.226L-20.893-66.226Q-20.893-66.503-20.990-66.755Q-21.088-67.008-21.286-67.164Q-21.484-67.319-21.768-67.319Q-22.045-67.319-22.258-67.161Q-22.472-67.002-22.590-66.747Q-22.708-66.492-22.708-66.226M-18.121-64.421L-19.724-64.421L-19.724-64.701Q-19.498-64.701-19.350-64.735Q-19.201-64.770-19.201-64.910L-19.201-68.529Q-19.201-68.799-19.309-68.861Q-19.416-68.922-19.724-68.922L-19.724-69.203L-18.647-69.278L-18.647-64.910Q-18.647-64.773-18.497-64.737Q-18.346-64.701-18.121-64.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.2 6.43)\">\u003Cpath d=\"M-39.107-56.421L-40.840-56.421L-40.840-56.701Q-40.614-56.701-40.465-56.735Q-40.317-56.770-40.317-56.910L-40.317-59.159L-40.905-59.159L-40.905-59.439L-40.317-59.439L-40.317-60.256Q-40.317-60.574-40.139-60.822Q-39.961-61.069-39.671-61.210Q-39.380-61.350-39.069-61.350Q-38.813-61.350-38.609-61.208Q-38.406-61.066-38.406-60.823Q-38.406-60.687-38.505-60.588Q-38.604-60.488-38.741-60.488Q-38.878-60.488-38.977-60.588Q-39.076-60.687-39.076-60.823Q-39.076-61.004-38.936-61.097Q-39.014-61.124-39.114-61.124Q-39.322-61.124-39.476-60.991Q-39.630-60.858-39.710-60.654Q-39.790-60.451-39.790-60.242L-39.790-59.439L-38.902-59.439L-38.902-59.159L-39.763-59.159L-39.763-56.910Q-39.763-56.701-39.107-56.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(196.2 6.43)\">\u003Cpath d=\"M-36.249-56.421L-37.801-56.421L-37.801-56.701Q-37.575-56.701-37.426-56.735Q-37.278-56.770-37.278-56.910L-37.278-58.759Q-37.278-58.947-37.326-59.031Q-37.373-59.114-37.471-59.133Q-37.568-59.152-37.780-59.152L-37.780-59.432L-36.724-59.507L-36.724-56.910Q-36.724-56.770-36.592-56.735Q-36.461-56.701-36.249-56.701L-36.249-56.421M-37.520-60.728Q-37.520-60.899-37.397-61.018Q-37.274-61.138-37.103-61.138Q-36.936-61.138-36.813-61.018Q-36.690-60.899-36.690-60.728Q-36.690-60.553-36.813-60.430Q-36.936-60.307-37.103-60.307Q-37.274-60.307-37.397-60.430Q-37.520-60.553-37.520-60.728M-33.935-56.421L-35.538-56.421L-35.538-56.701Q-35.312-56.701-35.164-56.735Q-35.015-56.770-35.015-56.910L-35.015-60.529Q-35.015-60.799-35.123-60.861Q-35.230-60.922-35.538-60.922L-35.538-61.203L-34.461-61.278L-34.461-56.910Q-34.461-56.773-34.311-56.737Q-34.160-56.701-33.935-56.701L-33.935-56.421M-32.814-57.262L-32.814-59.159L-33.453-59.159L-33.453-59.381Q-33.135-59.381-32.918-59.591Q-32.701-59.801-32.600-60.111Q-32.499-60.420-32.499-60.728L-32.233-60.728L-32.233-59.439L-31.156-59.439L-31.156-59.159L-32.233-59.159L-32.233-57.275Q-32.233-56.999-32.128-56.800Q-32.024-56.602-31.764-56.602Q-31.607-56.602-31.501-56.706Q-31.395-56.811-31.346-56.964Q-31.296-57.118-31.296-57.275L-31.296-57.689L-31.030-57.689L-31.030-57.262Q-31.030-57.036-31.129-56.826Q-31.228-56.616-31.412-56.484Q-31.597-56.353-31.826-56.353Q-32.263-56.353-32.539-56.590Q-32.814-56.828-32.814-57.262M-30.261-57.956Q-30.261-58.277-30.136-58.566Q-30.011-58.855-29.785-59.078Q-29.560-59.302-29.264-59.422Q-28.969-59.542-28.651-59.542Q-28.323-59.542-28.061-59.442Q-27.800-59.343-27.624-59.161Q-27.448-58.978-27.354-58.720Q-27.260-58.462-27.260-58.130Q-27.260-58.038-27.342-58.017L-29.597-58.017L-29.597-57.956Q-29.597-57.368-29.314-56.985Q-29.030-56.602-28.463-56.602Q-28.141-56.602-27.873-56.795Q-27.605-56.988-27.516-57.303Q-27.509-57.344-27.434-57.358L-27.342-57.358Q-27.260-57.334-27.260-57.262Q-27.260-57.255-27.266-57.228Q-27.379-56.831-27.750-56.592Q-28.121-56.353-28.545-56.353Q-28.982-56.353-29.382-56.561Q-29.782-56.770-30.021-57.137Q-30.261-57.504-30.261-57.956M-29.591-58.226L-27.776-58.226Q-27.776-58.503-27.873-58.755Q-27.971-59.008-28.169-59.164Q-28.367-59.319-28.651-59.319Q-28.928-59.319-29.141-59.161Q-29.355-59.002-29.473-58.747Q-29.591-58.492-29.591-58.226M-24.922-56.421L-26.658-56.421L-26.658-56.701Q-26.429-56.701-26.280-56.735Q-26.132-56.770-26.132-56.910L-26.132-58.759Q-26.132-59.029-26.239-59.090Q-26.347-59.152-26.658-59.152L-26.658-59.432L-25.629-59.507L-25.629-58.800Q-25.499-59.108-25.257-59.307Q-25.014-59.507-24.696-59.507Q-24.477-59.507-24.306-59.383Q-24.136-59.258-24.136-59.046Q-24.136-58.909-24.235-58.810Q-24.334-58.711-24.467-58.711Q-24.604-58.711-24.703-58.810Q-24.802-58.909-24.802-59.046Q-24.802-59.186-24.703-59.285Q-24.993-59.285-25.193-59.089Q-25.393-58.892-25.486-58.598Q-25.578-58.304-25.578-58.024L-25.578-56.910Q-25.578-56.701-24.922-56.701L-24.922-56.421M-22.744-56.421L-23.011-56.421L-23.011-60.529Q-23.011-60.799-23.119-60.861Q-23.226-60.922-23.537-60.922L-23.537-61.203L-22.457-61.278L-22.457-59.108Q-22.249-59.299-21.963-59.403Q-21.678-59.507-21.381-59.507Q-21.063-59.507-20.765-59.386Q-20.468-59.265-20.246-59.049Q-20.024-58.834-19.897-58.549Q-19.771-58.263-19.771-57.932Q-19.771-57.487-20.010-57.123Q-20.249-56.759-20.642-56.556Q-21.035-56.353-21.480-56.353Q-21.675-56.353-21.864-56.409Q-22.054-56.465-22.215-56.570Q-22.375-56.674-22.515-56.835L-22.744-56.421M-22.430-58.766L-22.430-57.149Q-22.293-56.889-22.052-56.732Q-21.811-56.575-21.534-56.575Q-21.241-56.575-21.029-56.682Q-20.817-56.790-20.683-56.982Q-20.550-57.173-20.492-57.412Q-20.434-57.651-20.434-57.932Q-20.434-58.291-20.528-58.595Q-20.622-58.899-20.849-59.092Q-21.076-59.285-21.442-59.285Q-21.743-59.285-22.010-59.149Q-22.276-59.012-22.430-58.766M-19.077-57.149Q-19.077-57.481-18.853-57.708Q-18.629-57.935-18.286-58.063Q-17.942-58.192-17.570-58.244Q-17.197-58.297-16.893-58.297L-16.893-58.550Q-16.893-58.755-17.001-58.935Q-17.108-59.114-17.289-59.217Q-17.471-59.319-17.679-59.319Q-18.086-59.319-18.322-59.227Q-18.233-59.190-18.187-59.106Q-18.140-59.022-18.140-58.920Q-18.140-58.824-18.187-58.745Q-18.233-58.667-18.313-58.622Q-18.393-58.578-18.482-58.578Q-18.633-58.578-18.733-58.675Q-18.834-58.773-18.834-58.920Q-18.834-59.542-17.679-59.542Q-17.467-59.542-17.218-59.478Q-16.968-59.415-16.766-59.296Q-16.565-59.176-16.438-58.991Q-16.312-58.807-16.312-58.564L-16.312-56.988Q-16.312-56.872-16.250-56.776Q-16.189-56.681-16.076-56.681Q-15.967-56.681-15.902-56.775Q-15.837-56.869-15.837-56.988L-15.837-57.436L-15.570-57.436L-15.570-56.988Q-15.570-56.718-15.797-56.553Q-16.025-56.387-16.305-56.387Q-16.513-56.387-16.650-56.541Q-16.787-56.694-16.811-56.910Q-16.958-56.643-17.240-56.498Q-17.522-56.353-17.847-56.353Q-18.123-56.353-18.407-56.428Q-18.691-56.503-18.884-56.682Q-19.077-56.862-19.077-57.149M-18.462-57.149Q-18.462-56.975-18.361-56.845Q-18.260-56.715-18.105-56.645Q-17.949-56.575-17.785-56.575Q-17.566-56.575-17.358-56.672Q-17.149-56.770-17.021-56.951Q-16.893-57.132-16.893-57.358L-16.893-58.086Q-17.218-58.086-17.583-57.995Q-17.949-57.904-18.205-57.692Q-18.462-57.481-18.462-57.149M-13.472-56.421L-15.105-56.421L-15.105-56.701Q-14.876-56.701-14.728-56.735Q-14.579-56.770-14.579-56.910L-14.579-58.759Q-14.579-59.029-14.687-59.090Q-14.794-59.152-15.105-59.152L-15.105-59.432L-14.046-59.507L-14.046-58.858Q-13.875-59.166-13.571-59.337Q-13.266-59.507-12.921-59.507Q-12.415-59.507-12.132-59.284Q-11.848-59.060-11.848-58.564L-11.848-56.910Q-11.848-56.773-11.699-56.737Q-11.551-56.701-11.325-56.701L-11.325-56.421L-12.955-56.421L-12.955-56.701Q-12.726-56.701-12.578-56.735Q-12.429-56.770-12.429-56.910L-12.429-58.550Q-12.429-58.885-12.549-59.085Q-12.668-59.285-12.983-59.285Q-13.253-59.285-13.487-59.149Q-13.721-59.012-13.859-58.778Q-13.998-58.544-13.998-58.270L-13.998-56.910Q-13.998-56.773-13.847-56.737Q-13.697-56.701-13.472-56.701L-13.472-56.421M-9.141-56.421L-10.723-56.421L-10.723-56.701Q-10.494-56.701-10.346-56.735Q-10.197-56.770-10.197-56.910L-10.197-60.529Q-10.197-60.799-10.305-60.861Q-10.412-60.922-10.723-60.922L-10.723-61.203L-9.643-61.278L-9.643-57.990L-8.659-58.759Q-8.454-58.896-8.454-59.046Q-8.454-59.090-8.495-59.125Q-8.536-59.159-8.580-59.159L-8.580-59.439L-7.217-59.439L-7.217-59.159Q-7.705-59.159-8.225-58.759L-8.782-58.325L-7.805-57.101Q-7.603-56.855-7.470-56.778Q-7.336-56.701-7.049-56.701L-7.049-56.421L-8.481-56.421L-8.481-56.701Q-8.293-56.701-8.293-56.814Q-8.293-56.910-8.447-57.101L-9.182-58.010L-9.664-57.631L-9.664-56.910Q-9.664-56.773-9.515-56.737Q-9.367-56.701-9.141-56.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M219.124-40.772h48.37V-72.07h-48.37Z\"\u002F>\u003Cg transform=\"translate(279.41 1.75)\">\u003Cpath d=\"M-39.237-56.421L-40.840-56.421L-40.840-56.701Q-40.614-56.701-40.465-56.735Q-40.317-56.770-40.317-56.910L-40.317-60.529Q-40.317-60.799-40.424-60.861Q-40.532-60.922-40.840-60.922L-40.840-61.203L-39.763-61.278L-39.763-56.910Q-39.763-56.773-39.613-56.737Q-39.462-56.701-39.237-56.701L-39.237-56.421M-38.683-57.904Q-38.683-58.246-38.548-58.545Q-38.413-58.844-38.174-59.068Q-37.934-59.292-37.616-59.417Q-37.299-59.542-36.967-59.542Q-36.523-59.542-36.123-59.326Q-35.723-59.111-35.489-58.733Q-35.255-58.356-35.255-57.904Q-35.255-57.563-35.396-57.279Q-35.538-56.995-35.783-56.788Q-36.027-56.582-36.336-56.467Q-36.646-56.353-36.967-56.353Q-37.398-56.353-37.799-56.554Q-38.201-56.756-38.442-57.108Q-38.683-57.460-38.683-57.904M-36.967-56.602Q-36.365-56.602-36.142-56.980Q-35.918-57.358-35.918-57.990Q-35.918-58.602-36.152-58.961Q-36.386-59.319-36.967-59.319Q-38.020-59.319-38.020-57.990Q-38.020-57.358-37.794-56.980Q-37.569-56.602-36.967-56.602M-34.701-55.888Q-34.701-56.134-34.504-56.318Q-34.308-56.503-34.052-56.582Q-34.188-56.694-34.260-56.855Q-34.332-57.016-34.332-57.197Q-34.332-57.518-34.120-57.764Q-34.455-58.062-34.455-58.472Q-34.455-58.933-34.065-59.220Q-33.676-59.507-33.197-59.507Q-32.725-59.507-32.390-59.261Q-32.216-59.415-32.006-59.497Q-31.796-59.579-31.567-59.579Q-31.403-59.579-31.281-59.472Q-31.160-59.364-31.160-59.200Q-31.160-59.104-31.232-59.032Q-31.303-58.961-31.396-58.961Q-31.495-58.961-31.565-59.034Q-31.635-59.108-31.635-59.207Q-31.635-59.261-31.621-59.292L-31.615-59.306Q-31.608-59.326-31.599-59.337Q-31.591-59.347-31.587-59.354Q-31.943-59.354-32.230-59.131Q-31.943-58.838-31.943-58.472Q-31.943-58.157-32.127-57.925Q-32.312-57.692-32.601-57.564Q-32.889-57.436-33.197-57.436Q-33.399-57.436-33.590-57.486Q-33.782-57.535-33.959-57.645Q-34.052-57.518-34.052-57.375Q-34.052-57.193-33.923-57.058Q-33.795-56.923-33.611-56.923L-32.978-56.923Q-32.531-56.923-32.161-56.852Q-31.792-56.780-31.532-56.551Q-31.273-56.322-31.273-55.888Q-31.273-55.567-31.568-55.365Q-31.864-55.163-32.267-55.074Q-32.671-54.985-32.985-54.985Q-33.303-54.985-33.706-55.074Q-34.110-55.163-34.405-55.365Q-34.701-55.567-34.701-55.888M-34.246-55.888Q-34.246-55.659-34.028-55.510Q-33.809-55.361-33.517-55.293Q-33.224-55.225-32.985-55.225Q-32.821-55.225-32.613-55.261Q-32.404-55.296-32.197-55.377Q-31.990-55.457-31.859-55.585Q-31.727-55.713-31.727-55.888Q-31.727-56.240-32.108-56.334Q-32.490-56.428-32.992-56.428L-33.611-56.428Q-33.850-56.428-34.048-56.277Q-34.246-56.127-34.246-55.888M-33.197-57.675Q-32.531-57.675-32.531-58.472Q-32.531-59.272-33.197-59.272Q-33.867-59.272-33.867-58.472Q-33.867-57.675-33.197-57.675\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-16.834-56.421H2.93\"\u002F>\u003Cpath stroke=\"none\" d=\"m5.529-56.421-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M54.298-56.421H74.06\"\u002F>\u003Cpath stroke=\"none\" d=\"m76.66-56.421-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M125.43-56.421h19.762\"\u002F>\u003Cpath stroke=\"none\" d=\"m147.792-56.421-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M196.562-56.421h19.762\"\u002F>\u003Cpath stroke=\"none\" d=\"m218.924-56.421-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(46.04 32.968)\">\u003Cpath d=\"M-37.893-56.421L-40.778-56.421L-40.778-56.623Q-40.778-56.653-40.751-56.681L-39.503-57.898Q-39.431-57.973-39.389-58.015Q-39.346-58.058-39.267-58.137Q-38.854-58.550-38.623-58.908Q-38.392-59.265-38.392-59.689Q-38.392-59.921-38.471-60.124Q-38.550-60.328-38.691-60.478Q-38.833-60.629-39.028-60.709Q-39.223-60.789-39.455-60.789Q-39.766-60.789-40.024-60.630Q-40.282-60.471-40.412-60.194L-40.392-60.194Q-40.224-60.194-40.117-60.083Q-40.009-59.972-40.009-59.808Q-40.009-59.651-40.118-59.538Q-40.228-59.425-40.392-59.425Q-40.552-59.425-40.665-59.538Q-40.778-59.651-40.778-59.808Q-40.778-60.184-40.570-60.471Q-40.361-60.758-40.026-60.914Q-39.691-61.069-39.336-61.069Q-38.912-61.069-38.532-60.911Q-38.153-60.752-37.919-60.435Q-37.685-60.119-37.685-59.689Q-37.685-59.378-37.825-59.109Q-37.965-58.841-38.170-58.636Q-38.375-58.431-38.738-58.149Q-39.100-57.867-39.209-57.771L-40.064-57.043L-39.421-57.043Q-39.158-57.043-38.869-57.045Q-38.580-57.046-38.362-57.055Q-38.143-57.064-38.126-57.081Q-38.064-57.146-38.027-57.313Q-37.989-57.481-37.951-57.723L-37.685-57.723L-37.893-56.421M-36.430-57.183L-36.461-57.183Q-36.324-56.886-36.027-56.710Q-35.730-56.534-35.402-56.534Q-35.039-56.534-34.812-56.712Q-34.585-56.889-34.491-57.178Q-34.397-57.467-34.397-57.829Q-34.397-58.144-34.451-58.429Q-34.506-58.714-34.679-58.920Q-34.851-59.125-35.166-59.125Q-35.439-59.125-35.622-59.058Q-35.805-58.991-35.909-58.902Q-36.013-58.814-36.109-58.704Q-36.205-58.595-36.249-58.585L-36.328-58.585Q-36.400-58.602-36.417-58.673L-36.417-60.991Q-36.417-61.025-36.393-61.047Q-36.369-61.069-36.335-61.069L-36.307-61.069Q-36.020-60.953-35.752-60.899Q-35.484-60.844-35.207-60.844Q-34.930-60.844-34.660-60.899Q-34.390-60.953-34.110-61.069L-34.086-61.069Q-34.052-61.069-34.028-61.046Q-34.004-61.022-34.004-60.991L-34.004-60.922Q-34.004-60.895-34.024-60.875Q-34.298-60.560-34.682-60.384Q-35.067-60.208-35.480-60.208Q-35.819-60.208-36.136-60.294L-36.136-59.012Q-35.740-59.347-35.166-59.347Q-34.762-59.347-34.426-59.137Q-34.089-58.926-33.896-58.574Q-33.703-58.222-33.703-57.822Q-33.703-57.491-33.843-57.205Q-33.983-56.920-34.228-56.710Q-34.472-56.500-34.774-56.390Q-35.077-56.281-35.395-56.281Q-35.754-56.281-36.080-56.445Q-36.407-56.609-36.601-56.901Q-36.796-57.193-36.796-57.556Q-36.796-57.706-36.690-57.812Q-36.584-57.918-36.430-57.918Q-36.277-57.918-36.172-57.814Q-36.068-57.710-36.068-57.556Q-36.068-57.399-36.172-57.291Q-36.277-57.183-36.430-57.183\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(46.04 32.968)\">\u003Cpath d=\"M-28.556-56.421L-30.190-56.421L-30.190-56.701Q-29.961-56.701-29.812-56.735Q-29.663-56.770-29.663-56.910L-29.663-58.759Q-29.663-59.029-29.771-59.090Q-29.879-59.152-30.190-59.152L-30.190-59.432L-29.130-59.507L-29.130-58.858Q-28.959-59.166-28.655-59.337Q-28.351-59.507-28.006-59.507Q-27.606-59.507-27.329-59.367Q-27.052-59.227-26.967-58.879Q-26.799-59.172-26.500-59.340Q-26.201-59.507-25.856-59.507Q-25.350-59.507-25.066-59.284Q-24.782-59.060-24.782-58.564L-24.782-56.910Q-24.782-56.773-24.634-56.737Q-24.485-56.701-24.260-56.701L-24.260-56.421L-25.890-56.421L-25.890-56.701Q-25.664-56.701-25.514-56.737Q-25.364-56.773-25.364-56.910L-25.364-58.550Q-25.364-58.885-25.483-59.085Q-25.603-59.285-25.917-59.285Q-26.187-59.285-26.421-59.149Q-26.656-59.012-26.794-58.778Q-26.932-58.544-26.932-58.270L-26.932-56.910Q-26.932-56.773-26.784-56.737Q-26.635-56.701-26.409-56.701L-26.409-56.421L-28.040-56.421L-28.040-56.701Q-27.811-56.701-27.662-56.735Q-27.513-56.770-27.513-56.910L-27.513-58.550Q-27.513-58.885-27.633-59.085Q-27.753-59.285-28.067-59.285Q-28.337-59.285-28.571-59.149Q-28.805-59.012-28.944-58.778Q-29.082-58.544-29.082-58.270L-29.082-56.910Q-29.082-56.773-28.932-56.737Q-28.781-56.701-28.556-56.701L-28.556-56.421M-23.672-56.428L-23.672-57.491Q-23.672-57.515-23.644-57.542Q-23.617-57.569-23.593-57.569L-23.484-57.569Q-23.419-57.569-23.405-57.511Q-23.309-57.077-23.063-56.826Q-22.817-56.575-22.404-56.575Q-22.062-56.575-21.809-56.708Q-21.556-56.841-21.556-57.149Q-21.556-57.306-21.650-57.421Q-21.744-57.535-21.882-57.604Q-22.021-57.672-22.188-57.710L-22.769-57.809Q-23.125-57.877-23.398-58.098Q-23.672-58.318-23.672-58.660Q-23.672-58.909-23.561-59.084Q-23.449-59.258-23.263-59.357Q-23.077-59.456-22.862-59.499Q-22.646-59.542-22.404-59.542Q-21.990-59.542-21.710-59.360L-21.494-59.535Q-21.484-59.538-21.477-59.540Q-21.470-59.542-21.460-59.542L-21.409-59.542Q-21.382-59.542-21.358-59.518Q-21.334-59.494-21.334-59.466L-21.334-58.619Q-21.334-58.598-21.358-58.571Q-21.382-58.544-21.409-58.544L-21.522-58.544Q-21.549-58.544-21.575-58.569Q-21.600-58.595-21.600-58.619Q-21.600-58.855-21.706-59.019Q-21.812-59.183-21.995-59.265Q-22.178-59.347-22.410-59.347Q-22.739-59.347-22.995-59.244Q-23.251-59.142-23.251-58.865Q-23.251-58.670-23.068-58.561Q-22.885-58.451-22.656-58.410L-22.082-58.304Q-21.836-58.256-21.623-58.128Q-21.409-58-21.272-57.797Q-21.135-57.593-21.135-57.344Q-21.135-56.831-21.501-56.592Q-21.867-56.353-22.404-56.353Q-22.899-56.353-23.231-56.647L-23.497-56.373Q-23.518-56.353-23.545-56.353L-23.593-56.353Q-23.617-56.353-23.644-56.380Q-23.672-56.407-23.672-56.428\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(46.04 32.968)\">\u003Cpath d=\"M-17.631-54.838Q-17.631-54.856-17.618-54.903L-14.962-61.565Q-14.907-61.671-14.801-61.671Q-14.736-61.671-14.685-61.620Q-14.634-61.568-14.634-61.504Q-14.634-61.480-14.635-61.468Q-14.637-61.456-14.641-61.439L-17.293-54.777Q-17.365-54.671-17.453-54.671Q-17.522-54.671-17.577-54.722Q-17.631-54.774-17.631-54.838\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(46.04 32.968)\">\u003Cpath d=\"M-8.113-56.421L-10.643-56.421L-10.643-56.701Q-9.675-56.701-9.675-56.910L-9.675-60.529Q-10.068-60.341-10.690-60.341L-10.690-60.622Q-10.273-60.622-9.909-60.723Q-9.545-60.823-9.289-61.069L-9.163-61.069Q-9.098-61.052-9.081-60.984L-9.081-56.910Q-9.081-56.701-8.113-56.701L-8.113-56.421M-5.468-56.281Q-6.104-56.281-6.468-56.626Q-6.832-56.971-6.967-57.496Q-7.102-58.021-7.102-58.646Q-7.102-59.671-6.746-60.370Q-6.391-61.069-5.468-61.069Q-4.542-61.069-4.189-60.370Q-3.837-59.671-3.837-58.646Q-3.837-58.021-3.972-57.496Q-4.107-56.971-4.470-56.626Q-4.832-56.281-5.468-56.281M-5.468-56.506Q-5.030-56.506-4.817-56.881Q-4.603-57.255-4.554-57.722Q-4.504-58.188-4.504-58.766Q-4.504-59.319-4.554-59.747Q-4.603-60.174-4.815-60.509Q-5.027-60.844-5.468-60.844Q-5.810-60.844-6.013-60.637Q-6.216-60.430-6.304-60.118Q-6.391-59.805-6.413-59.489Q-6.435-59.172-6.435-58.766Q-6.435-58.349-6.413-58.007Q-6.391-57.665-6.302-57.317Q-6.213-56.968-6.008-56.737Q-5.803-56.506-5.468-56.506\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(46.04 32.968)\">\u003Cpath d=\"M1.224-56.421L-0.410-56.421L-0.410-56.701Q-0.181-56.701-0.032-56.735Q0.117-56.770 0.117-56.910L0.117-58.759Q0.117-59.029 0.009-59.090Q-0.099-59.152-0.410-59.152L-0.410-59.432L0.650-59.507L0.650-58.858Q0.821-59.166 1.125-59.337Q1.429-59.507 1.774-59.507Q2.174-59.507 2.451-59.367Q2.728-59.227 2.813-58.879Q2.981-59.172 3.280-59.340Q3.579-59.507 3.924-59.507Q4.430-59.507 4.714-59.284Q4.998-59.060 4.998-58.564L4.998-56.910Q4.998-56.773 5.146-56.737Q5.295-56.701 5.520-56.701L5.520-56.421L3.890-56.421L3.890-56.701Q4.116-56.701 4.266-56.737Q4.416-56.773 4.416-56.910L4.416-58.550Q4.416-58.885 4.297-59.085Q4.177-59.285 3.863-59.285Q3.593-59.285 3.359-59.149Q3.124-59.012 2.986-58.778Q2.848-58.544 2.848-58.270L2.848-56.910Q2.848-56.773 2.996-56.737Q3.145-56.701 3.371-56.701L3.371-56.421L1.740-56.421L1.740-56.701Q1.969-56.701 2.118-56.735Q2.267-56.770 2.267-56.910L2.267-58.550Q2.267-58.885 2.147-59.085Q2.027-59.285 1.713-59.285Q1.443-59.285 1.209-59.149Q0.975-59.012 0.836-58.778Q0.698-58.544 0.698-58.270L0.698-56.910Q0.698-56.773 0.848-56.737Q0.999-56.701 1.224-56.701L1.224-56.421M6.108-56.428L6.108-57.491Q6.108-57.515 6.136-57.542Q6.163-57.569 6.187-57.569L6.296-57.569Q6.361-57.569 6.375-57.511Q6.471-57.077 6.717-56.826Q6.963-56.575 7.376-56.575Q7.718-56.575 7.971-56.708Q8.224-56.841 8.224-57.149Q8.224-57.306 8.130-57.421Q8.036-57.535 7.898-57.604Q7.759-57.672 7.592-57.710L7.011-57.809Q6.655-57.877 6.382-58.098Q6.108-58.318 6.108-58.660Q6.108-58.909 6.219-59.084Q6.331-59.258 6.517-59.357Q6.703-59.456 6.918-59.499Q7.134-59.542 7.376-59.542Q7.790-59.542 8.070-59.360L8.286-59.535Q8.296-59.538 8.303-59.540Q8.310-59.542 8.320-59.542L8.371-59.542Q8.398-59.542 8.422-59.518Q8.446-59.494 8.446-59.466L8.446-58.619Q8.446-58.598 8.422-58.571Q8.398-58.544 8.371-58.544L8.258-58.544Q8.231-58.544 8.205-58.569Q8.180-58.595 8.180-58.619Q8.180-58.855 8.074-59.019Q7.968-59.183 7.785-59.265Q7.602-59.347 7.370-59.347Q7.041-59.347 6.785-59.244Q6.529-59.142 6.529-58.865Q6.529-58.670 6.712-58.561Q6.895-58.451 7.124-58.410L7.698-58.304Q7.944-58.256 8.157-58.128Q8.371-58 8.508-57.797Q8.645-57.593 8.645-57.344Q8.645-56.831 8.279-56.592Q7.913-56.353 7.376-56.353Q6.881-56.353 6.549-56.647L6.283-56.373Q6.262-56.353 6.235-56.353L6.187-56.353Q6.163-56.353 6.136-56.380Q6.108-56.407 6.108-56.428\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(113.875 32.58)\">\u003Cpath d=\"M-40.946-57.956Q-40.946-58.277-40.821-58.566Q-40.696-58.855-40.470-59.078Q-40.245-59.302-39.949-59.422Q-39.654-59.542-39.336-59.542Q-39.008-59.542-38.746-59.442Q-38.485-59.343-38.309-59.161Q-38.133-58.978-38.039-58.720Q-37.945-58.462-37.945-58.130Q-37.945-58.038-38.027-58.017L-40.282-58.017L-40.282-57.956Q-40.282-57.368-39.999-56.985Q-39.715-56.602-39.148-56.602Q-38.826-56.602-38.558-56.795Q-38.290-56.988-38.201-57.303Q-38.194-57.344-38.119-57.358L-38.027-57.358Q-37.945-57.334-37.945-57.262Q-37.945-57.255-37.951-57.228Q-38.064-56.831-38.435-56.592Q-38.806-56.353-39.230-56.353Q-39.667-56.353-40.067-56.561Q-40.467-56.770-40.706-57.137Q-40.946-57.504-40.946-57.956M-40.276-58.226L-38.461-58.226Q-38.461-58.503-38.558-58.755Q-38.656-59.008-38.854-59.164Q-39.052-59.319-39.336-59.319Q-39.613-59.319-39.826-59.161Q-40.040-59.002-40.158-58.747Q-40.276-58.492-40.276-58.226M-35.675-56.421L-37.309-56.421L-37.309-56.701Q-37.080-56.701-36.931-56.735Q-36.782-56.770-36.782-56.910L-36.782-58.759Q-36.782-59.029-36.890-59.090Q-36.998-59.152-37.309-59.152L-37.309-59.432L-36.249-59.507L-36.249-58.858Q-36.078-59.166-35.774-59.337Q-35.470-59.507-35.125-59.507Q-34.619-59.507-34.335-59.284Q-34.052-59.060-34.052-58.564L-34.052-56.910Q-34.052-56.773-33.903-56.737Q-33.754-56.701-33.529-56.701L-33.529-56.421L-35.159-56.421L-35.159-56.701Q-34.930-56.701-34.781-56.735Q-34.633-56.770-34.633-56.910L-34.633-58.550Q-34.633-58.885-34.752-59.085Q-34.872-59.285-35.186-59.285Q-35.456-59.285-35.690-59.149Q-35.925-59.012-36.063-58.778Q-36.201-58.544-36.201-58.270L-36.201-56.910Q-36.201-56.773-36.051-56.737Q-35.901-56.701-35.675-56.701L-35.675-56.421M-32.982-57.956Q-32.982-58.277-32.857-58.566Q-32.732-58.855-32.507-59.078Q-32.281-59.302-31.985-59.422Q-31.690-59.542-31.372-59.542Q-31.044-59.542-30.782-59.442Q-30.521-59.343-30.345-59.161Q-30.169-58.978-30.075-58.720Q-29.981-58.462-29.981-58.130Q-29.981-58.038-30.063-58.017L-32.319-58.017L-32.319-57.956Q-32.319-57.368-32.035-56.985Q-31.751-56.602-31.184-56.602Q-30.863-56.602-30.594-56.795Q-30.326-56.988-30.237-57.303Q-30.230-57.344-30.155-57.358L-30.063-57.358Q-29.981-57.334-29.981-57.262Q-29.981-57.255-29.988-57.228Q-30.100-56.831-30.471-56.592Q-30.842-56.353-31.266-56.353Q-31.703-56.353-32.103-56.561Q-32.503-56.770-32.742-57.137Q-32.982-57.504-32.982-57.956M-32.312-58.226L-30.497-58.226Q-30.497-58.503-30.594-58.755Q-30.692-59.008-30.890-59.164Q-31.088-59.319-31.372-59.319Q-31.649-59.319-31.862-59.161Q-32.076-59.002-32.194-58.747Q-32.312-58.492-32.312-58.226M-27.643-56.421L-29.379-56.421L-29.379-56.701Q-29.150-56.701-29.001-56.735Q-28.853-56.770-28.853-56.910L-28.853-58.759Q-28.853-59.029-28.960-59.090Q-29.068-59.152-29.379-59.152L-29.379-59.432L-28.350-59.507L-28.350-58.800Q-28.220-59.108-27.978-59.307Q-27.735-59.507-27.417-59.507Q-27.198-59.507-27.028-59.383Q-26.857-59.258-26.857-59.046Q-26.857-58.909-26.956-58.810Q-27.055-58.711-27.188-58.711Q-27.325-58.711-27.424-58.810Q-27.523-58.909-27.523-59.046Q-27.523-59.186-27.424-59.285Q-27.715-59.285-27.915-59.089Q-28.115-58.892-28.207-58.598Q-28.299-58.304-28.299-58.024L-28.299-56.910Q-28.299-56.701-27.643-56.701L-27.643-56.421M-26.313-55.888Q-26.313-56.134-26.117-56.318Q-25.920-56.503-25.664-56.582Q-25.801-56.694-25.872-56.855Q-25.944-57.016-25.944-57.197Q-25.944-57.518-25.732-57.764Q-26.067-58.062-26.067-58.472Q-26.067-58.933-25.677-59.220Q-25.288-59.507-24.809-59.507Q-24.338-59.507-24.003-59.261Q-23.828-59.415-23.618-59.497Q-23.408-59.579-23.179-59.579Q-23.015-59.579-22.894-59.472Q-22.772-59.364-22.772-59.200Q-22.772-59.104-22.844-59.032Q-22.916-58.961-23.008-58.961Q-23.107-58.961-23.177-59.034Q-23.247-59.108-23.247-59.207Q-23.247-59.261-23.234-59.292L-23.227-59.306Q-23.220-59.326-23.211-59.337Q-23.203-59.347-23.199-59.354Q-23.555-59.354-23.842-59.131Q-23.555-58.838-23.555-58.472Q-23.555-58.157-23.740-57.925Q-23.924-57.692-24.213-57.564Q-24.502-57.436-24.809-57.436Q-25.011-57.436-25.202-57.486Q-25.394-57.535-25.572-57.645Q-25.664-57.518-25.664-57.375Q-25.664-57.193-25.536-57.058Q-25.407-56.923-25.223-56.923L-24.591-56.923Q-24.143-56.923-23.774-56.852Q-23.405-56.780-23.145-56.551Q-22.885-56.322-22.885-55.888Q-22.885-55.567-23.181-55.365Q-23.476-55.163-23.880-55.074Q-24.283-54.985-24.597-54.985Q-24.915-54.985-25.319-55.074Q-25.722-55.163-26.018-55.365Q-26.313-55.567-26.313-55.888M-25.859-55.888Q-25.859-55.659-25.640-55.510Q-25.421-55.361-25.129-55.293Q-24.837-55.225-24.597-55.225Q-24.433-55.225-24.225-55.261Q-24.016-55.296-23.810-55.377Q-23.603-55.457-23.471-55.585Q-23.340-55.713-23.340-55.888Q-23.340-56.240-23.721-56.334Q-24.102-56.428-24.604-56.428L-25.223-56.428Q-25.462-56.428-25.660-56.277Q-25.859-56.127-25.859-55.888M-24.809-57.675Q-24.143-57.675-24.143-58.472Q-24.143-59.272-24.809-59.272Q-25.479-59.272-25.479-58.472Q-25.479-57.675-24.809-57.675M-21.955-55.286Q-21.825-55.218-21.689-55.218Q-21.518-55.218-21.367-55.307Q-21.217-55.396-21.106-55.541Q-20.995-55.686-20.916-55.854L-20.653-56.421L-21.822-58.947Q-21.897-59.094-22.027-59.126Q-22.157-59.159-22.389-59.159L-22.389-59.439L-20.868-59.439L-20.868-59.159Q-21.217-59.159-21.217-59.012Q-21.214-58.991-21.212-58.974Q-21.210-58.957-21.210-58.947L-20.352-57.088L-19.580-58.759Q-19.546-58.827-19.546-58.906Q-19.546-59.019-19.629-59.089Q-19.713-59.159-19.826-59.159L-19.826-59.439L-18.630-59.439L-18.630-59.159Q-18.848-59.159-19.021-59.055Q-19.194-58.950-19.286-58.759L-20.622-55.854Q-20.793-55.484-21.063-55.238Q-21.333-54.992-21.689-54.992Q-21.959-54.992-22.177-55.158Q-22.396-55.324-22.396-55.587Q-22.396-55.724-22.304-55.813Q-22.212-55.901-22.072-55.901Q-21.935-55.901-21.846-55.813Q-21.757-55.724-21.757-55.587Q-21.757-55.484-21.810-55.406Q-21.863-55.327-21.955-55.286\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(113.875 32.58)\">\u003Cpath d=\"M-13.726-55.064L-15.356-55.064L-15.356-55.344Q-15.127-55.344-14.978-55.379Q-14.830-55.413-14.830-55.553L-14.830-58.899Q-14.830-59.070-14.966-59.111Q-15.103-59.152-15.356-59.152L-15.356-59.432L-14.276-59.507L-14.276-59.101Q-14.054-59.302-13.767-59.405Q-13.479-59.507-13.172-59.507Q-12.745-59.507-12.381-59.294Q-12.017-59.080-11.803-58.716Q-11.589-58.352-11.589-57.932Q-11.589-57.487-11.829-57.123Q-12.068-56.759-12.461-56.556Q-12.854-56.353-13.298-56.353Q-13.565-56.353-13.813-56.453Q-14.060-56.554-14.248-56.735L-14.248-55.553Q-14.248-55.416-14.100-55.380Q-13.951-55.344-13.726-55.344L-13.726-55.064M-14.248-58.752L-14.248-57.142Q-14.115-56.889-13.872-56.732Q-13.630-56.575-13.353-56.575Q-13.025-56.575-12.772-56.776Q-12.519-56.978-12.386-57.296Q-12.252-57.614-12.252-57.932Q-12.252-58.161-12.317-58.390Q-12.382-58.619-12.510-58.817Q-12.639-59.015-12.833-59.135Q-13.028-59.254-13.261-59.254Q-13.555-59.254-13.823-59.125Q-14.091-58.995-14.248-58.752\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(113.875 32.58)\">\u003Cpath d=\"M-10.779-57.956Q-10.779-58.277-10.654-58.566Q-10.529-58.855-10.303-59.078Q-10.078-59.302-9.782-59.422Q-9.487-59.542-9.169-59.542Q-8.841-59.542-8.579-59.442Q-8.318-59.343-8.142-59.161Q-7.966-58.978-7.872-58.720Q-7.778-58.462-7.778-58.130Q-7.778-58.038-7.860-58.017L-10.115-58.017L-10.115-57.956Q-10.115-57.368-9.832-56.985Q-9.548-56.602-8.981-56.602Q-8.659-56.602-8.391-56.795Q-8.123-56.988-8.034-57.303Q-8.027-57.344-7.952-57.358L-7.860-57.358Q-7.778-57.334-7.778-57.262Q-7.778-57.255-7.784-57.228Q-7.897-56.831-8.268-56.592Q-8.639-56.353-9.063-56.353Q-9.500-56.353-9.900-56.561Q-10.300-56.770-10.539-57.137Q-10.779-57.504-10.779-57.956M-10.109-58.226L-8.294-58.226Q-8.294-58.503-8.391-58.755Q-8.489-59.008-8.687-59.164Q-8.885-59.319-9.169-59.319Q-9.446-59.319-9.659-59.161Q-9.873-59.002-9.991-58.747Q-10.109-58.492-10.109-58.226M-5.440-56.421L-7.176-56.421L-7.176-56.701Q-6.947-56.701-6.798-56.735Q-6.650-56.770-6.650-56.910L-6.650-58.759Q-6.650-59.029-6.757-59.090Q-6.865-59.152-7.176-59.152L-7.176-59.432L-6.147-59.507L-6.147-58.800Q-6.017-59.108-5.775-59.307Q-5.532-59.507-5.214-59.507Q-4.995-59.507-4.824-59.383Q-4.654-59.258-4.654-59.046Q-4.654-58.909-4.753-58.810Q-4.852-58.711-4.985-58.711Q-5.122-58.711-5.221-58.810Q-5.320-58.909-5.320-59.046Q-5.320-59.186-5.221-59.285Q-5.511-59.285-5.711-59.089Q-5.911-58.892-6.004-58.598Q-6.096-58.304-6.096-58.024L-6.096-56.910Q-6.096-56.701-5.440-56.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(113.875 32.58)\">\u003Cpath d=\"M-0.556-56.421L-0.823-56.421L-0.823-60.529Q-0.823-60.799-0.930-60.861Q-1.038-60.922-1.349-60.922L-1.349-61.203L-0.269-61.278L-0.269-59.108Q-0.060-59.299 0.225-59.403Q0.511-59.507 0.808-59.507Q1.126-59.507 1.423-59.386Q1.720-59.265 1.943-59.049Q2.165-58.834 2.291-58.549Q2.418-58.263 2.418-57.932Q2.418-57.487 2.178-57.123Q1.939-56.759 1.546-56.556Q1.153-56.353 0.709-56.353Q0.514-56.353 0.324-56.409Q0.135-56.465-0.026-56.570Q-0.187-56.674-0.327-56.835L-0.556-56.421M-0.241-58.766L-0.241-57.149Q-0.105-56.889 0.136-56.732Q0.377-56.575 0.654-56.575Q0.948-56.575 1.160-56.682Q1.372-56.790 1.505-56.982Q1.638-57.173 1.697-57.412Q1.755-57.651 1.755-57.932Q1.755-58.291 1.661-58.595Q1.567-58.899 1.339-59.092Q1.112-59.285 0.746-59.285Q0.446-59.285 0.179-59.149Q-0.088-59.012-0.241-58.766M3.112-57.149Q3.112-57.481 3.335-57.708Q3.559-57.935 3.903-58.063Q4.246-58.192 4.619-58.244Q4.991-58.297 5.296-58.297L5.296-58.550Q5.296-58.755 5.188-58.935Q5.080-59.114 4.899-59.217Q4.718-59.319 4.510-59.319Q4.103-59.319 3.867-59.227Q3.956-59.190 4.002-59.106Q4.048-59.022 4.048-58.920Q4.048-58.824 4.002-58.745Q3.956-58.667 3.875-58.622Q3.795-58.578 3.706-58.578Q3.556-58.578 3.455-58.675Q3.354-58.773 3.354-58.920Q3.354-59.542 4.510-59.542Q4.721-59.542 4.971-59.478Q5.220-59.415 5.422-59.296Q5.624-59.176 5.750-58.991Q5.877-58.807 5.877-58.564L5.877-56.988Q5.877-56.872 5.938-56.776Q6-56.681 6.113-56.681Q6.222-56.681 6.287-56.775Q6.352-56.869 6.352-56.988L6.352-57.436L6.618-57.436L6.618-56.988Q6.618-56.718 6.391-56.553Q6.164-56.387 5.884-56.387Q5.675-56.387 5.538-56.541Q5.402-56.694 5.378-56.910Q5.231-56.643 4.949-56.498Q4.667-56.353 4.342-56.353Q4.065-56.353 3.781-56.428Q3.498-56.503 3.305-56.682Q3.112-56.862 3.112-57.149M3.727-57.149Q3.727-56.975 3.828-56.845Q3.928-56.715 4.084-56.645Q4.240-56.575 4.404-56.575Q4.622-56.575 4.831-56.672Q5.039-56.770 5.167-56.951Q5.296-57.132 5.296-57.358L5.296-58.086Q4.971-58.086 4.605-57.995Q4.240-57.904 3.983-57.692Q3.727-57.481 3.727-57.149M8.717-56.421L7.083-56.421L7.083-56.701Q7.312-56.701 7.461-56.735Q7.610-56.770 7.610-56.910L7.610-58.759Q7.610-59.029 7.502-59.090Q7.394-59.152 7.083-59.152L7.083-59.432L8.143-59.507L8.143-58.858Q8.314-59.166 8.618-59.337Q8.922-59.507 9.267-59.507Q9.773-59.507 10.057-59.284Q10.341-59.060 10.341-58.564L10.341-56.910Q10.341-56.773 10.489-56.737Q10.638-56.701 10.864-56.701L10.864-56.421L9.233-56.421L9.233-56.701Q9.462-56.701 9.611-56.735Q9.760-56.770 9.760-56.910L9.760-58.550Q9.760-58.885 9.640-59.085Q9.520-59.285 9.206-59.285Q8.936-59.285 8.702-59.149Q8.468-59.012 8.329-58.778Q8.191-58.544 8.191-58.270L8.191-56.910Q8.191-56.773 8.341-56.737Q8.491-56.701 8.717-56.701L8.717-56.421M11.451-57.932Q11.451-58.270 11.592-58.561Q11.732-58.851 11.976-59.065Q12.220-59.278 12.525-59.393Q12.829-59.507 13.154-59.507Q13.424-59.507 13.687-59.408Q13.950-59.309 14.141-59.131L14.141-60.529Q14.141-60.799 14.034-60.861Q13.926-60.922 13.615-60.922L13.615-61.203L14.692-61.278L14.692-57.094Q14.692-56.906 14.746-56.823Q14.801-56.739 14.902-56.720Q15.003-56.701 15.218-56.701L15.218-56.421L14.111-56.353L14.111-56.770Q13.694-56.353 13.068-56.353Q12.637-56.353 12.265-56.565Q11.892-56.776 11.672-57.137Q11.451-57.498 11.451-57.932M13.126-56.575Q13.335-56.575 13.521-56.647Q13.707-56.718 13.861-56.855Q14.015-56.992 14.111-57.170L14.111-58.779Q14.025-58.926 13.880-59.046Q13.735-59.166 13.565-59.225Q13.396-59.285 13.215-59.285Q12.655-59.285 12.386-58.896Q12.118-58.506 12.118-57.925Q12.118-57.354 12.352-56.964Q12.586-56.575 13.126-56.575\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(260.392 32.58)\">\u003Cpath d=\"M-39.107-56.421L-40.840-56.421L-40.840-56.701Q-40.614-56.701-40.465-56.735Q-40.317-56.770-40.317-56.910L-40.317-59.159L-40.905-59.159L-40.905-59.439L-40.317-59.439L-40.317-60.256Q-40.317-60.574-40.139-60.822Q-39.961-61.069-39.671-61.210Q-39.380-61.350-39.069-61.350Q-38.813-61.350-38.609-61.208Q-38.406-61.066-38.406-60.823Q-38.406-60.687-38.505-60.588Q-38.604-60.488-38.741-60.488Q-38.878-60.488-38.977-60.588Q-39.076-60.687-39.076-60.823Q-39.076-61.004-38.936-61.097Q-39.014-61.124-39.114-61.124Q-39.322-61.124-39.476-60.991Q-39.630-60.858-39.710-60.654Q-39.790-60.451-39.790-60.242L-39.790-59.439L-38.902-59.439L-38.902-59.159L-39.763-59.159L-39.763-56.910Q-39.763-56.701-39.107-56.701L-39.107-56.421M-38.468-57.956Q-38.468-58.277-38.343-58.566Q-38.218-58.855-37.992-59.078Q-37.767-59.302-37.471-59.422Q-37.176-59.542-36.858-59.542Q-36.530-59.542-36.268-59.442Q-36.007-59.343-35.831-59.161Q-35.655-58.978-35.561-58.720Q-35.467-58.462-35.467-58.130Q-35.467-58.038-35.549-58.017L-37.804-58.017L-37.804-57.956Q-37.804-57.368-37.521-56.985Q-37.237-56.602-36.670-56.602Q-36.348-56.602-36.080-56.795Q-35.812-56.988-35.723-57.303Q-35.716-57.344-35.641-57.358L-35.549-57.358Q-35.467-57.334-35.467-57.262Q-35.467-57.255-35.473-57.228Q-35.586-56.831-35.957-56.592Q-36.328-56.353-36.752-56.353Q-37.189-56.353-37.589-56.561Q-37.989-56.770-38.228-57.137Q-38.468-57.504-38.468-57.956M-37.798-58.226L-35.983-58.226Q-35.983-58.503-36.080-58.755Q-36.177-59.008-36.376-59.164Q-36.574-59.319-36.858-59.319Q-37.135-59.319-37.348-59.161Q-37.562-59.002-37.680-58.747Q-37.798-58.492-37.798-58.226M-34.821-57.149Q-34.821-57.481-34.597-57.708Q-34.373-57.935-34.029-58.063Q-33.686-58.192-33.313-58.244Q-32.941-58.297-32.636-58.297L-32.636-58.550Q-32.636-58.755-32.744-58.935Q-32.852-59.114-33.033-59.217Q-33.214-59.319-33.423-59.319Q-33.829-59.319-34.065-59.227Q-33.976-59.190-33.930-59.106Q-33.884-59.022-33.884-58.920Q-33.884-58.824-33.930-58.745Q-33.976-58.667-34.057-58.622Q-34.137-58.578-34.226-58.578Q-34.376-58.578-34.477-58.675Q-34.578-58.773-34.578-58.920Q-34.578-59.542-33.423-59.542Q-33.211-59.542-32.961-59.478Q-32.712-59.415-32.510-59.296Q-32.308-59.176-32.182-58.991Q-32.055-58.807-32.055-58.564L-32.055-56.988Q-32.055-56.872-31.994-56.776Q-31.932-56.681-31.820-56.681Q-31.710-56.681-31.645-56.775Q-31.580-56.869-31.580-56.988L-31.580-57.436L-31.314-57.436L-31.314-56.988Q-31.314-56.718-31.541-56.553Q-31.768-56.387-32.049-56.387Q-32.257-56.387-32.394-56.541Q-32.531-56.694-32.554-56.910Q-32.701-56.643-32.983-56.498Q-33.265-56.353-33.590-56.353Q-33.867-56.353-34.151-56.428Q-34.434-56.503-34.627-56.682Q-34.821-56.862-34.821-57.149M-34.205-57.149Q-34.205-56.975-34.104-56.845Q-34.004-56.715-33.848-56.645Q-33.693-56.575-33.529-56.575Q-33.310-56.575-33.101-56.672Q-32.893-56.770-32.765-56.951Q-32.636-57.132-32.636-57.358L-32.636-58.086Q-32.961-58.086-33.327-57.995Q-33.693-57.904-33.949-57.692Q-34.205-57.481-34.205-57.149M-30.370-57.262L-30.370-59.159L-31.010-59.159L-31.010-59.381Q-30.692-59.381-30.475-59.591Q-30.258-59.801-30.157-60.111Q-30.056-60.420-30.056-60.728L-29.789-60.728L-29.789-59.439L-28.713-59.439L-28.713-59.159L-29.789-59.159L-29.789-57.275Q-29.789-56.999-29.685-56.800Q-29.581-56.602-29.321-56.602Q-29.164-56.602-29.058-56.706Q-28.952-56.811-28.902-56.964Q-28.853-57.118-28.853-57.275L-28.853-57.689L-28.586-57.689L-28.586-57.262Q-28.586-57.036-28.685-56.826Q-28.784-56.616-28.969-56.484Q-29.154-56.353-29.383-56.353Q-29.820-56.353-30.095-56.590Q-30.370-56.828-30.370-57.262M-27.202-57.255L-27.202-58.759Q-27.202-59.029-27.310-59.090Q-27.417-59.152-27.728-59.152L-27.728-59.432L-26.621-59.507L-26.621-57.275L-26.621-57.255Q-26.621-56.975-26.570-56.831Q-26.518-56.688-26.376-56.631Q-26.235-56.575-25.948-56.575Q-25.695-56.575-25.490-56.715Q-25.284-56.855-25.168-57.081Q-25.052-57.306-25.052-57.556L-25.052-58.759Q-25.052-59.029-25.160-59.090Q-25.267-59.152-25.578-59.152L-25.578-59.432L-24.471-59.507L-24.471-57.094Q-24.471-56.903-24.418-56.821Q-24.365-56.739-24.264-56.720Q-24.163-56.701-23.948-56.701L-23.948-56.421L-25.025-56.353L-25.025-56.917Q-25.134-56.735-25.279-56.612Q-25.425-56.489-25.611-56.421Q-25.797-56.353-25.999-56.353Q-27.202-56.353-27.202-57.255M-21.610-56.421L-23.346-56.421L-23.346-56.701Q-23.117-56.701-22.969-56.735Q-22.820-56.770-22.820-56.910L-22.820-58.759Q-22.820-59.029-22.928-59.090Q-23.035-59.152-23.346-59.152L-23.346-59.432L-22.318-59.507L-22.318-58.800Q-22.188-59.108-21.945-59.307Q-21.702-59.507-21.385-59.507Q-21.166-59.507-20.995-59.383Q-20.824-59.258-20.824-59.046Q-20.824-58.909-20.923-58.810Q-21.022-58.711-21.156-58.711Q-21.292-58.711-21.391-58.810Q-21.490-58.909-21.490-59.046Q-21.490-59.186-21.391-59.285Q-21.682-59.285-21.882-59.089Q-22.082-58.892-22.174-58.598Q-22.266-58.304-22.266-58.024L-22.266-56.910Q-22.266-56.701-21.610-56.701L-21.610-56.421M-20.281-57.956Q-20.281-58.277-20.156-58.566Q-20.031-58.855-19.805-59.078Q-19.580-59.302-19.284-59.422Q-18.989-59.542-18.671-59.542Q-18.343-59.542-18.081-59.442Q-17.820-59.343-17.644-59.161Q-17.468-58.978-17.374-58.720Q-17.280-58.462-17.280-58.130Q-17.280-58.038-17.362-58.017L-19.617-58.017L-19.617-57.956Q-19.617-57.368-19.334-56.985Q-19.050-56.602-18.483-56.602Q-18.161-56.602-17.893-56.795Q-17.625-56.988-17.536-57.303Q-17.529-57.344-17.454-57.358L-17.362-57.358Q-17.280-57.334-17.280-57.262Q-17.280-57.255-17.286-57.228Q-17.399-56.831-17.770-56.592Q-18.141-56.353-18.565-56.353Q-19.002-56.353-19.402-56.561Q-19.802-56.770-20.041-57.137Q-20.281-57.504-20.281-57.956M-19.611-58.226L-17.796-58.226Q-17.796-58.503-17.893-58.755Q-17.990-59.008-18.189-59.164Q-18.387-59.319-18.671-59.319Q-18.948-59.319-19.161-59.161Q-19.375-59.002-19.493-58.747Q-19.611-58.492-19.611-58.226\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(260.392 32.58)\">\u003Cpath d=\"M-12.377-56.448L-13.505-58.947Q-13.577-59.094-13.707-59.126Q-13.837-59.159-14.066-59.159L-14.066-59.439L-12.552-59.439L-12.552-59.159Q-12.904-59.159-12.904-59.012Q-12.904-58.967-12.893-58.947L-12.029-57.029L-11.249-58.759Q-11.215-58.827-11.215-58.906Q-11.215-59.019-11.299-59.089Q-11.383-59.159-11.502-59.159L-11.502-59.439L-10.306-59.439L-10.306-59.159Q-10.525-59.159-10.696-59.056Q-10.866-58.954-10.955-58.759L-11.991-56.448Q-12.039-56.353-12.145-56.353L-12.223-56.353Q-12.329-56.353-12.377-56.448\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(260.392 32.58)\">\u003Cpath d=\"M-10.022-57.956Q-10.022-58.277-9.897-58.566Q-9.772-58.855-9.546-59.078Q-9.321-59.302-9.025-59.422Q-8.730-59.542-8.412-59.542Q-8.084-59.542-7.822-59.442Q-7.561-59.343-7.385-59.161Q-7.209-58.978-7.115-58.720Q-7.021-58.462-7.021-58.130Q-7.021-58.038-7.103-58.017L-9.358-58.017L-9.358-57.956Q-9.358-57.368-9.075-56.985Q-8.791-56.602-8.224-56.602Q-7.902-56.602-7.634-56.795Q-7.366-56.988-7.277-57.303Q-7.270-57.344-7.195-57.358L-7.103-57.358Q-7.021-57.334-7.021-57.262Q-7.021-57.255-7.027-57.228Q-7.140-56.831-7.511-56.592Q-7.882-56.353-8.306-56.353Q-8.743-56.353-9.143-56.561Q-9.543-56.770-9.782-57.137Q-10.022-57.504-10.022-57.956M-9.352-58.226L-7.537-58.226Q-7.537-58.503-7.634-58.755Q-7.732-59.008-7.930-59.164Q-8.128-59.319-8.412-59.319Q-8.689-59.319-8.902-59.161Q-9.116-59.002-9.234-58.747Q-9.352-58.492-9.352-58.226M-6.433-57.932Q-6.433-58.260-6.298-58.561Q-6.163-58.861-5.927-59.082Q-5.691-59.302-5.387-59.422Q-5.083-59.542-4.758-59.542Q-4.252-59.542-3.903-59.439Q-3.555-59.337-3.555-58.961Q-3.555-58.814-3.652-58.713Q-3.750-58.612-3.897-58.612Q-4.050-58.612-4.149-58.711Q-4.249-58.810-4.249-58.961Q-4.249-59.149-4.108-59.241Q-4.310-59.292-4.751-59.292Q-5.107-59.292-5.336-59.096Q-5.565-58.899-5.665-58.590Q-5.766-58.280-5.766-57.932Q-5.766-57.583-5.640-57.277Q-5.513-56.971-5.259-56.787Q-5.004-56.602-4.649-56.602Q-4.426-56.602-4.242-56.686Q-4.057-56.770-3.922-56.925Q-3.787-57.081-3.729-57.289Q-3.715-57.344-3.661-57.344L-3.548-57.344Q-3.517-57.344-3.495-57.320Q-3.473-57.296-3.473-57.262L-3.473-57.241Q-3.558-56.954-3.746-56.756Q-3.934-56.558-4.199-56.455Q-4.464-56.353-4.758-56.353Q-5.189-56.353-5.576-56.559Q-5.964-56.766-6.199-57.129Q-6.433-57.491-6.433-57.932M-2.358-57.262L-2.358-59.159L-2.998-59.159L-2.998-59.381Q-2.680-59.381-2.463-59.591Q-2.246-59.801-2.145-60.111Q-2.044-60.420-2.044-60.728L-1.777-60.728L-1.777-59.439L-0.701-59.439L-0.701-59.159L-1.777-59.159L-1.777-57.275Q-1.777-56.999-1.673-56.800Q-1.569-56.602-1.309-56.602Q-1.152-56.602-1.046-56.706Q-0.940-56.811-0.890-56.964Q-0.841-57.118-0.841-57.275L-0.841-57.689L-0.574-57.689L-0.574-57.262Q-0.574-57.036-0.673-56.826Q-0.773-56.616-0.957-56.484Q-1.142-56.353-1.371-56.353Q-1.808-56.353-2.083-56.590Q-2.358-56.828-2.358-57.262M0.195-57.904Q0.195-58.246 0.330-58.545Q0.465-58.844 0.704-59.068Q0.943-59.292 1.261-59.417Q1.579-59.542 1.911-59.542Q2.355-59.542 2.755-59.326Q3.155-59.111 3.389-58.733Q3.623-58.356 3.623-57.904Q3.623-57.563 3.481-57.279Q3.339-56.995 3.095-56.788Q2.851-56.582 2.541-56.467Q2.232-56.353 1.911-56.353Q1.480-56.353 1.078-56.554Q0.677-56.756 0.436-57.108Q0.195-57.460 0.195-57.904M1.911-56.602Q2.512-56.602 2.736-56.980Q2.960-57.358 2.960-57.990Q2.960-58.602 2.726-58.961Q2.492-59.319 1.911-59.319Q0.858-59.319 0.858-57.990Q0.858-57.358 1.083-56.980Q1.309-56.602 1.911-56.602M5.968-56.421L4.231-56.421L4.231-56.701Q4.460-56.701 4.609-56.735Q4.758-56.770 4.758-56.910L4.758-58.759Q4.758-59.029 4.650-59.090Q4.542-59.152 4.231-59.152L4.231-59.432L5.260-59.507L5.260-58.800Q5.390-59.108 5.633-59.307Q5.875-59.507 6.193-59.507Q6.412-59.507 6.583-59.383Q6.754-59.258 6.754-59.046Q6.754-58.909 6.655-58.810Q6.556-58.711 6.422-58.711Q6.286-58.711 6.186-58.810Q6.087-58.909 6.087-59.046Q6.087-59.186 6.186-59.285Q5.896-59.285 5.696-59.089Q5.496-58.892 5.404-58.598Q5.311-58.304 5.311-58.024L5.311-56.910Q5.311-56.701 5.968-56.701\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The feature pipeline: sample and quantize the waveform, cut it into overlapping frames, take the DFT of each, warp onto the mel filterbank, and take the log to get one feature vector per frame.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:475.032px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 356.274 101.521\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-58.277 8.952H235.63\"\u002F>\u003Cpath stroke=\"none\" d=\"m237.631 8.952-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003Cg transform=\"translate(299.441 1.75)\">\u003Cpath d=\"M-56.165 8.952L-57.898 8.952L-57.898 8.672Q-57.672 8.672-57.523 8.638Q-57.375 8.603-57.375 8.463L-57.375 6.214L-57.963 6.214L-57.963 5.934L-57.375 5.934L-57.375 5.117Q-57.375 4.799-57.197 4.551Q-57.019 4.304-56.729 4.163Q-56.438 4.023-56.127 4.023Q-55.871 4.023-55.667 4.165Q-55.464 4.307-55.464 4.550Q-55.464 4.686-55.563 4.785Q-55.662 4.885-55.799 4.885Q-55.936 4.885-56.035 4.785Q-56.134 4.686-56.134 4.550Q-56.134 4.369-55.994 4.276Q-56.072 4.249-56.172 4.249Q-56.380 4.249-56.534 4.382Q-56.688 4.515-56.768 4.719Q-56.848 4.922-56.848 5.131L-56.848 5.934L-55.960 5.934L-55.960 6.214L-56.821 6.214L-56.821 8.463Q-56.821 8.672-56.165 8.672L-56.165 8.952M-53.735 8.952L-55.471 8.952L-55.471 8.672Q-55.242 8.672-55.093 8.638Q-54.944 8.603-54.944 8.463L-54.944 6.614Q-54.944 6.344-55.052 6.283Q-55.160 6.221-55.471 6.221L-55.471 5.941L-54.442 5.866L-54.442 6.573Q-54.312 6.265-54.069 6.066Q-53.827 5.866-53.509 5.866Q-53.290 5.866-53.119 5.990Q-52.948 6.115-52.948 6.327Q-52.948 6.464-53.048 6.563Q-53.147 6.662-53.280 6.662Q-53.417 6.662-53.516 6.563Q-53.615 6.464-53.615 6.327Q-53.615 6.187-53.516 6.088Q-53.806 6.088-54.006 6.284Q-54.206 6.481-54.298 6.775Q-54.391 7.069-54.391 7.349L-54.391 8.463Q-54.391 8.672-53.735 8.672L-53.735 8.952M-52.405 7.417Q-52.405 7.096-52.280 6.807Q-52.155 6.518-51.930 6.295Q-51.704 6.071-51.409 5.951Q-51.113 5.831-50.795 5.831Q-50.467 5.831-50.205 5.931Q-49.944 6.030-49.768 6.212Q-49.592 6.395-49.498 6.653Q-49.404 6.911-49.404 7.243Q-49.404 7.335-49.486 7.356L-51.742 7.356L-51.742 7.417Q-51.742 8.005-51.458 8.388Q-51.174 8.771-50.607 8.771Q-50.286 8.771-50.017 8.578Q-49.749 8.385-49.660 8.070Q-49.653 8.029-49.578 8.015L-49.486 8.015Q-49.404 8.039-49.404 8.111Q-49.404 8.118-49.411 8.145Q-49.524 8.542-49.894 8.781Q-50.265 9.020-50.689 9.020Q-51.127 9.020-51.527 8.812Q-51.926 8.603-52.166 8.236Q-52.405 7.869-52.405 7.417M-51.735 7.147L-49.920 7.147Q-49.920 6.870-50.017 6.618Q-50.115 6.365-50.313 6.209Q-50.511 6.054-50.795 6.054Q-51.072 6.054-51.286 6.212Q-51.499 6.371-51.617 6.626Q-51.735 6.881-51.735 7.147M-47.193 9.020Q-47.623 9.020-47.999 8.808Q-48.375 8.597-48.596 8.236Q-48.816 7.875-48.816 7.441Q-48.816 6.997-48.579 6.636Q-48.341 6.276-47.955 6.071Q-47.569 5.866-47.128 5.866Q-46.810 5.866-46.526 6.021Q-46.242 6.177-46.058 6.453L-45.812 5.866L-45.576 5.866L-45.576 9.820Q-45.576 9.957-45.425 9.993Q-45.275 10.029-45.049 10.029L-45.049 10.309L-46.680 10.309L-46.680 10.029Q-46.454 10.029-46.306 9.994Q-46.157 9.960-46.157 9.820L-46.157 8.559Q-46.355 8.778-46.627 8.899Q-46.899 9.020-47.193 9.020M-47.141 8.798Q-46.810 8.798-46.538 8.593Q-46.266 8.388-46.126 8.063L-46.126 6.929Q-46.184 6.706-46.316 6.524Q-46.447 6.341-46.637 6.230Q-46.827 6.119-47.052 6.119Q-47.381 6.119-47.632 6.315Q-47.883 6.512-48.016 6.819Q-48.150 7.127-48.150 7.448Q-48.150 7.749-48.033 8.065Q-47.917 8.381-47.688 8.590Q-47.459 8.798-47.141 8.798M-44.041 8.118L-44.041 6.614Q-44.041 6.344-44.149 6.283Q-44.256 6.221-44.568 6.221L-44.568 5.941L-43.460 5.866L-43.460 8.098L-43.460 8.118Q-43.460 8.398-43.409 8.542Q-43.358 8.685-43.216 8.742Q-43.074 8.798-42.787 8.798Q-42.534 8.798-42.329 8.658Q-42.124 8.518-42.007 8.292Q-41.891 8.067-41.891 7.817L-41.891 6.614Q-41.891 6.344-41.999 6.283Q-42.107 6.221-42.418 6.221L-42.418 5.941L-41.310 5.866L-41.310 8.279Q-41.310 8.470-41.257 8.552Q-41.204 8.634-41.103 8.653Q-41.003 8.672-40.787 8.672L-40.787 8.952L-41.864 9.020L-41.864 8.456Q-41.973 8.638-42.119 8.761Q-42.264 8.884-42.450 8.952Q-42.636 9.020-42.838 9.020Q-44.041 9.020-44.041 8.118M-40.240 7.417Q-40.240 7.096-40.116 6.807Q-39.991 6.518-39.765 6.295Q-39.540 6.071-39.244 5.951Q-38.948 5.831-38.631 5.831Q-38.302 5.831-38.041 5.931Q-37.779 6.030-37.603 6.212Q-37.427 6.395-37.333 6.653Q-37.239 6.911-37.239 7.243Q-37.239 7.335-37.321 7.356L-39.577 7.356L-39.577 7.417Q-39.577 8.005-39.294 8.388Q-39.010 8.771-38.443 8.771Q-38.121 8.771-37.853 8.578Q-37.585 8.385-37.496 8.070Q-37.489 8.029-37.414 8.015L-37.321 8.015Q-37.239 8.039-37.239 8.111Q-37.239 8.118-37.246 8.145Q-37.359 8.542-37.730 8.781Q-38.101 9.020-38.525 9.020Q-38.962 9.020-39.362 8.812Q-39.762 8.603-40.001 8.236Q-40.240 7.869-40.240 7.417M-39.570 7.147L-37.756 7.147Q-37.756 6.870-37.853 6.618Q-37.950 6.365-38.149 6.209Q-38.347 6.054-38.631 6.054Q-38.907 6.054-39.121 6.212Q-39.335 6.371-39.453 6.626Q-39.570 6.881-39.570 7.147M-34.970 8.952L-36.604 8.952L-36.604 8.672Q-36.375 8.672-36.226 8.638Q-36.077 8.603-36.077 8.463L-36.077 6.614Q-36.077 6.344-36.185 6.283Q-36.293 6.221-36.604 6.221L-36.604 5.941L-35.544 5.866L-35.544 6.515Q-35.373 6.207-35.069 6.036Q-34.765 5.866-34.420 5.866Q-33.914 5.866-33.630 6.089Q-33.346 6.313-33.346 6.809L-33.346 8.463Q-33.346 8.600-33.198 8.636Q-33.049 8.672-32.823 8.672L-32.823 8.952L-34.454 8.952L-34.454 8.672Q-34.225 8.672-34.076 8.638Q-33.927 8.603-33.927 8.463L-33.927 6.823Q-33.927 6.488-34.047 6.288Q-34.167 6.088-34.481 6.088Q-34.751 6.088-34.985 6.224Q-35.219 6.361-35.358 6.595Q-35.496 6.829-35.496 7.103L-35.496 8.463Q-35.496 8.600-35.346 8.636Q-35.195 8.672-34.970 8.672L-34.970 8.952M-32.235 7.441Q-32.235 7.113-32.100 6.812Q-31.965 6.512-31.730 6.291Q-31.494 6.071-31.190 5.951Q-30.885 5.831-30.561 5.831Q-30.055 5.831-29.706 5.934Q-29.358 6.036-29.358 6.412Q-29.358 6.559-29.455 6.660Q-29.552 6.761-29.699 6.761Q-29.853 6.761-29.952 6.662Q-30.051 6.563-30.051 6.412Q-30.051 6.224-29.911 6.132Q-30.113 6.081-30.554 6.081Q-30.909 6.081-31.138 6.277Q-31.367 6.474-31.468 6.783Q-31.569 7.093-31.569 7.441Q-31.569 7.790-31.443 8.096Q-31.316 8.402-31.061 8.586Q-30.807 8.771-30.451 8.771Q-30.229 8.771-30.045 8.687Q-29.860 8.603-29.725 8.448Q-29.590 8.292-29.532 8.084Q-29.518 8.029-29.464 8.029L-29.351 8.029Q-29.320 8.029-29.298 8.053Q-29.276 8.077-29.276 8.111L-29.276 8.132Q-29.361 8.419-29.549 8.617Q-29.737 8.815-30.002 8.918Q-30.267 9.020-30.561 9.020Q-30.991 9.020-31.379 8.814Q-31.767 8.607-32.001 8.244Q-32.235 7.882-32.235 7.441M-28.353 10.087Q-28.223 10.155-28.086 10.155Q-27.915 10.155-27.765 10.066Q-27.614 9.977-27.503 9.832Q-27.392 9.687-27.314 9.519L-27.050 8.952L-28.219 6.426Q-28.295 6.279-28.424 6.247Q-28.554 6.214-28.787 6.214L-28.787 5.934L-27.266 5.934L-27.266 6.214Q-27.614 6.214-27.614 6.361Q-27.611 6.382-27.609 6.399Q-27.608 6.416-27.608 6.426L-26.750 8.285L-25.977 6.614Q-25.943 6.546-25.943 6.467Q-25.943 6.354-26.027 6.284Q-26.110 6.214-26.223 6.214L-26.223 5.934L-25.027 5.934L-25.027 6.214Q-25.246 6.214-25.418 6.318Q-25.591 6.423-25.683 6.614L-27.020 9.519Q-27.191 9.889-27.461 10.135Q-27.731 10.381-28.086 10.381Q-28.356 10.381-28.575 10.215Q-28.794 10.049-28.794 9.786Q-28.794 9.649-28.701 9.560Q-28.609 9.472-28.469 9.472Q-28.332 9.472-28.243 9.560Q-28.154 9.649-28.154 9.786Q-28.154 9.889-28.207 9.967Q-28.260 10.046-28.353 10.087\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-58.277 8.952v-66.287\"\u002F>\u003Cpath stroke=\"none\" d=\"m-58.277-59.335-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(-7.326 -73.18)\">\u003Cpath d=\"M-58.004 9.485Q-58.004 9.239-57.807 9.055Q-57.610 8.870-57.354 8.791Q-57.491 8.679-57.563 8.518Q-57.634 8.357-57.634 8.176Q-57.634 7.855-57.423 7.609Q-57.757 7.311-57.757 6.901Q-57.757 6.440-57.368 6.153Q-56.978 5.866-56.500 5.866Q-56.028 5.866-55.693 6.112Q-55.519 5.958-55.308 5.876Q-55.098 5.794-54.869 5.794Q-54.705 5.794-54.584 5.901Q-54.463 6.009-54.463 6.173Q-54.463 6.269-54.534 6.341Q-54.606 6.412-54.698 6.412Q-54.798 6.412-54.868 6.339Q-54.938 6.265-54.938 6.166Q-54.938 6.112-54.924 6.081L-54.917 6.067Q-54.910 6.047-54.902 6.036Q-54.893 6.026-54.890 6.019Q-55.245 6.019-55.532 6.242Q-55.245 6.535-55.245 6.901Q-55.245 7.216-55.430 7.448Q-55.614 7.681-55.903 7.809Q-56.192 7.937-56.500 7.937Q-56.701 7.937-56.893 7.887Q-57.084 7.838-57.262 7.728Q-57.354 7.855-57.354 7.998Q-57.354 8.180-57.226 8.315Q-57.098 8.450-56.913 8.450L-56.281 8.450Q-55.833 8.450-55.464 8.521Q-55.095 8.593-54.835 8.822Q-54.575 9.051-54.575 9.485Q-54.575 9.806-54.871 10.008Q-55.167 10.210-55.570 10.299Q-55.973 10.388-56.288 10.388Q-56.606 10.388-57.009 10.299Q-57.412 10.210-57.708 10.008Q-58.004 9.806-58.004 9.485M-57.549 9.485Q-57.549 9.714-57.330 9.863Q-57.111 10.012-56.819 10.080Q-56.527 10.148-56.288 10.148Q-56.124 10.148-55.915 10.112Q-55.707 10.077-55.500 9.996Q-55.293 9.916-55.162 9.788Q-55.030 9.660-55.030 9.485Q-55.030 9.133-55.411 9.039Q-55.792 8.945-56.295 8.945L-56.913 8.945Q-57.152 8.945-57.351 9.096Q-57.549 9.246-57.549 9.485M-56.500 7.698Q-55.833 7.698-55.833 6.901Q-55.833 6.101-56.500 6.101Q-57.170 6.101-57.170 6.901Q-57.170 7.698-56.500 7.698M-53.923 8.224Q-53.923 7.892-53.699 7.665Q-53.475 7.438-53.131 7.310Q-52.788 7.181-52.415 7.129Q-52.043 7.076-51.738 7.076L-51.738 6.823Q-51.738 6.618-51.846 6.438Q-51.954 6.259-52.135 6.156Q-52.316 6.054-52.525 6.054Q-52.931 6.054-53.167 6.146Q-53.078 6.183-53.032 6.267Q-52.986 6.351-52.986 6.453Q-52.986 6.549-53.032 6.628Q-53.078 6.706-53.159 6.751Q-53.239 6.795-53.328 6.795Q-53.478 6.795-53.579 6.698Q-53.680 6.600-53.680 6.453Q-53.680 5.831-52.525 5.831Q-52.313 5.831-52.063 5.895Q-51.814 5.958-51.612 6.077Q-51.410 6.197-51.284 6.382Q-51.157 6.566-51.157 6.809L-51.157 8.385Q-51.157 8.501-51.096 8.597Q-51.034 8.692-50.922 8.692Q-50.812 8.692-50.747 8.598Q-50.682 8.504-50.682 8.385L-50.682 7.937L-50.416 7.937L-50.416 8.385Q-50.416 8.655-50.643 8.820Q-50.870 8.986-51.151 8.986Q-51.359 8.986-51.496 8.832Q-51.632 8.679-51.656 8.463Q-51.803 8.730-52.085 8.875Q-52.367 9.020-52.692 9.020Q-52.969 9.020-53.253 8.945Q-53.536 8.870-53.729 8.691Q-53.923 8.511-53.923 8.224M-53.307 8.224Q-53.307 8.398-53.206 8.528Q-53.106 8.658-52.950 8.728Q-52.795 8.798-52.631 8.798Q-52.412 8.798-52.203 8.701Q-51.995 8.603-51.867 8.422Q-51.738 8.241-51.738 8.015L-51.738 7.287Q-52.063 7.287-52.429 7.378Q-52.795 7.469-53.051 7.681Q-53.307 7.892-53.307 8.224M-48.382 8.952L-49.934 8.952L-49.934 8.672Q-49.708 8.672-49.559 8.638Q-49.411 8.603-49.411 8.463L-49.411 6.614Q-49.411 6.426-49.459 6.342Q-49.506 6.259-49.604 6.240Q-49.701 6.221-49.913 6.221L-49.913 5.941L-48.857 5.866L-48.857 8.463Q-48.857 8.603-48.725 8.638Q-48.594 8.672-48.382 8.672L-48.382 8.952M-49.653 4.645Q-49.653 4.474-49.530 4.355Q-49.407 4.235-49.236 4.235Q-49.069 4.235-48.946 4.355Q-48.823 4.474-48.823 4.645Q-48.823 4.820-48.946 4.943Q-49.069 5.066-49.236 5.066Q-49.407 5.066-49.530 4.943Q-49.653 4.820-49.653 4.645M-46.054 8.952L-47.688 8.952L-47.688 8.672Q-47.459 8.672-47.310 8.638Q-47.162 8.603-47.162 8.463L-47.162 6.614Q-47.162 6.344-47.269 6.283Q-47.377 6.221-47.688 6.221L-47.688 5.941L-46.629 5.866L-46.629 6.515Q-46.458 6.207-46.153 6.036Q-45.849 5.866-45.504 5.866Q-44.998 5.866-44.715 6.089Q-44.431 6.313-44.431 6.809L-44.431 8.463Q-44.431 8.600-44.282 8.636Q-44.133 8.672-43.908 8.672L-43.908 8.952L-45.538 8.952L-45.538 8.672Q-45.309 8.672-45.161 8.638Q-45.012 8.603-45.012 8.463L-45.012 6.823Q-45.012 6.488-45.131 6.288Q-45.251 6.088-45.566 6.088Q-45.836 6.088-46.070 6.224Q-46.304 6.361-46.442 6.595Q-46.581 6.829-46.581 7.103L-46.581 8.463Q-46.581 8.600-46.430 8.636Q-46.280 8.672-46.054 8.672\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-52.018 8.952 7.967-54.06 7.967 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-40.068 8.952 10.243-54.06 10.243 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-29.141 8.952 16.388-54.06L3.636 8.952\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m-15.484 8.952 24.07-54.06 24.072 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m1.815 8.952 33.802-54.06 33.801 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m23.667 8.952 46.093-54.06 46.093 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m50.981 8.952 61.458-54.06 61.458 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cpath fill=\"none\" stroke=\"var(--tk-accent)\" d=\"m85.58 8.952 80.92-54.06 80.919 54.06\" style=\"stroke-width:.8\"\u002F>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(8.727 9.961)\">\u003Cpath d=\"M-57.494 8.798Q-57.494 8.750-57.487 8.726L-56.975 6.662Q-56.941 6.535-56.941 6.419Q-56.941 6.279-56.994 6.183Q-57.047 6.088-57.170 6.088Q-57.392 6.088-57.493 6.315Q-57.593 6.542-57.703 6.963Q-57.713 7.028-57.775 7.028L-57.884 7.028Q-57.915 7.028-57.939 6.997Q-57.963 6.966-57.963 6.942L-57.963 6.915Q-57.850 6.481-57.669 6.173Q-57.487 5.866-57.156 5.866Q-56.971 5.866-56.792 5.941Q-56.612 6.016-56.500 6.156Q-56.387 6.296-56.387 6.488Q-56.240 6.303-56.059 6.163Q-55.878 6.023-55.664 5.944Q-55.450 5.866-55.218 5.866Q-54.852 5.866-54.574 6.040Q-54.295 6.214-54.295 6.559Q-54.066 6.245-53.752 6.055Q-53.437 5.866-53.068 5.866Q-52.658 5.866-52.402 6.062Q-52.145 6.259-52.145 6.655Q-52.145 6.939-52.273 7.337Q-52.402 7.735-52.600 8.224Q-52.678 8.426-52.678 8.566Q-52.678 8.798-52.507 8.798Q-52.234 8.798-52.039 8.518Q-51.844 8.238-51.766 7.923Q-51.742 7.862-51.691 7.862L-51.578 7.862Q-51.544 7.862-51.523 7.887Q-51.503 7.913-51.503 7.944Q-51.503 7.957-51.509 7.971Q-51.571 8.221-51.713 8.463Q-51.855 8.706-52.065 8.863Q-52.275 9.020-52.525 9.020Q-52.805 9.020-53.006 8.858Q-53.208 8.696-53.208 8.426Q-53.208 8.309-53.160 8.176Q-52.955 7.657-52.824 7.252Q-52.692 6.847-52.692 6.559Q-52.692 6.348-52.786 6.218Q-52.880 6.088-53.082 6.088Q-53.837 6.088-54.363 7.103L-54.777 8.764Q-54.801 8.870-54.895 8.945Q-54.989 9.020-55.105 9.020Q-55.204 9.020-55.274 8.959Q-55.344 8.897-55.344 8.798Q-55.344 8.750-55.338 8.726L-54.897 6.963Q-54.839 6.679-54.839 6.559Q-54.839 6.351-54.934 6.219Q-55.030 6.088-55.232 6.088Q-55.987 6.088-56.513 7.103L-56.927 8.764Q-56.951 8.870-57.045 8.945Q-57.139 9.020-57.255 9.020Q-57.354 9.020-57.424 8.959Q-57.494 8.897-57.494 8.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(8.727 9.961)\">\u003Cpath d=\"M-48.400 9.952L-50.441 9.952L-50.441 9.713Q-49.660 9.713-49.660 9.593L-49.660 7.047Q-49.838 7.122-50.042 7.152Q-50.246 7.181-50.475 7.181L-50.475 6.942Q-50.139 6.942-49.855 6.873Q-49.572 6.805-49.362 6.622L-49.257 6.622Q-49.230 6.622-49.206 6.646Q-49.181 6.671-49.181 6.698L-49.181 9.593Q-49.181 9.713-48.400 9.713\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(40.025 9.961)\">\u003Cpath d=\"M-57.494 8.798Q-57.494 8.750-57.487 8.726L-56.975 6.662Q-56.941 6.535-56.941 6.419Q-56.941 6.279-56.994 6.183Q-57.047 6.088-57.170 6.088Q-57.392 6.088-57.493 6.315Q-57.593 6.542-57.703 6.963Q-57.713 7.028-57.775 7.028L-57.884 7.028Q-57.915 7.028-57.939 6.997Q-57.963 6.966-57.963 6.942L-57.963 6.915Q-57.850 6.481-57.669 6.173Q-57.487 5.866-57.156 5.866Q-56.971 5.866-56.792 5.941Q-56.612 6.016-56.500 6.156Q-56.387 6.296-56.387 6.488Q-56.240 6.303-56.059 6.163Q-55.878 6.023-55.664 5.944Q-55.450 5.866-55.218 5.866Q-54.852 5.866-54.574 6.040Q-54.295 6.214-54.295 6.559Q-54.066 6.245-53.752 6.055Q-53.437 5.866-53.068 5.866Q-52.658 5.866-52.402 6.062Q-52.145 6.259-52.145 6.655Q-52.145 6.939-52.273 7.337Q-52.402 7.735-52.600 8.224Q-52.678 8.426-52.678 8.566Q-52.678 8.798-52.507 8.798Q-52.234 8.798-52.039 8.518Q-51.844 8.238-51.766 7.923Q-51.742 7.862-51.691 7.862L-51.578 7.862Q-51.544 7.862-51.523 7.887Q-51.503 7.913-51.503 7.944Q-51.503 7.957-51.509 7.971Q-51.571 8.221-51.713 8.463Q-51.855 8.706-52.065 8.863Q-52.275 9.020-52.525 9.020Q-52.805 9.020-53.006 8.858Q-53.208 8.696-53.208 8.426Q-53.208 8.309-53.160 8.176Q-52.955 7.657-52.824 7.252Q-52.692 6.847-52.692 6.559Q-52.692 6.348-52.786 6.218Q-52.880 6.088-53.082 6.088Q-53.837 6.088-54.363 7.103L-54.777 8.764Q-54.801 8.870-54.895 8.945Q-54.989 9.020-55.105 9.020Q-55.204 9.020-55.274 8.959Q-55.344 8.897-55.344 8.798Q-55.344 8.750-55.338 8.726L-54.897 6.963Q-54.839 6.679-54.839 6.559Q-54.839 6.351-54.934 6.219Q-55.030 6.088-55.232 6.088Q-55.987 6.088-56.513 7.103L-56.927 8.764Q-56.951 8.870-57.045 8.945Q-57.139 9.020-57.255 9.020Q-57.354 9.020-57.424 8.959Q-57.494 8.897-57.494 8.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(40.025 9.961)\">\u003Cpath d=\"M-48.400 9.952L-50.727 9.952L-50.727 9.771Q-50.724 9.759-50.705 9.732L-49.665 8.856Q-49.357 8.597-49.203 8.453Q-49.050 8.309-48.920 8.092Q-48.791 7.874-48.791 7.633Q-48.791 7.391-48.918 7.215Q-49.045 7.039-49.249 6.950Q-49.452 6.861-49.692 6.861Q-49.899 6.861-50.095 6.949Q-50.290 7.037-50.395 7.203Q-50.275 7.203-50.198 7.295Q-50.121 7.386-50.121 7.501Q-50.121 7.628-50.208 7.717Q-50.295 7.806-50.422 7.806Q-50.551 7.806-50.639 7.716Q-50.727 7.625-50.727 7.501Q-50.727 7.220-50.554 7.021Q-50.380 6.822-50.109 6.722Q-49.838 6.622-49.565 6.622Q-49.240 6.622-48.935 6.729Q-48.630 6.837-48.433 7.064Q-48.237 7.291-48.237 7.628Q-48.237 7.865-48.350 8.057Q-48.464 8.250-48.624 8.388Q-48.784 8.526-49.066 8.714Q-49.348 8.902-49.426 8.961L-50.092 9.452L-49.636 9.452Q-49.203 9.452-48.909 9.445Q-48.615 9.439-48.600 9.427Q-48.522 9.329-48.466 8.968L-48.237 8.968\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg transform=\"translate(124.641 7.753)\">\u003Cpath d=\"M-57.563 8.532Q-57.563 8.364-57.440 8.241Q-57.317 8.118-57.142 8.118Q-56.975 8.118-56.852 8.241Q-56.729 8.364-56.729 8.532Q-56.729 8.706-56.852 8.829Q-56.975 8.952-57.142 8.952Q-57.317 8.952-57.440 8.829Q-57.563 8.706-57.563 8.532M-55.300 8.532Q-55.300 8.364-55.177 8.241Q-55.054 8.118-54.880 8.118Q-54.712 8.118-54.589 8.241Q-54.466 8.364-54.466 8.532Q-54.466 8.706-54.589 8.829Q-54.712 8.952-54.880 8.952Q-55.054 8.952-55.177 8.829Q-55.300 8.706-55.300 8.532M-53.037 8.532Q-53.037 8.364-52.914 8.241Q-52.791 8.118-52.617 8.118Q-52.449 8.118-52.326 8.241Q-52.203 8.364-52.203 8.532Q-52.203 8.706-52.326 8.829Q-52.449 8.952-52.617 8.952Q-52.791 8.952-52.914 8.829Q-53.037 8.706-53.037 8.532\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\">\u003Cg transform=\"translate(217.496 9.961)\">\u003Cpath d=\"M-57.494 8.798Q-57.494 8.750-57.487 8.726L-56.975 6.662Q-56.941 6.535-56.941 6.419Q-56.941 6.279-56.994 6.183Q-57.047 6.088-57.170 6.088Q-57.392 6.088-57.493 6.315Q-57.593 6.542-57.703 6.963Q-57.713 7.028-57.775 7.028L-57.884 7.028Q-57.915 7.028-57.939 6.997Q-57.963 6.966-57.963 6.942L-57.963 6.915Q-57.850 6.481-57.669 6.173Q-57.487 5.866-57.156 5.866Q-56.971 5.866-56.792 5.941Q-56.612 6.016-56.500 6.156Q-56.387 6.296-56.387 6.488Q-56.240 6.303-56.059 6.163Q-55.878 6.023-55.664 5.944Q-55.450 5.866-55.218 5.866Q-54.852 5.866-54.574 6.040Q-54.295 6.214-54.295 6.559Q-54.066 6.245-53.752 6.055Q-53.437 5.866-53.068 5.866Q-52.658 5.866-52.402 6.062Q-52.145 6.259-52.145 6.655Q-52.145 6.939-52.273 7.337Q-52.402 7.735-52.600 8.224Q-52.678 8.426-52.678 8.566Q-52.678 8.798-52.507 8.798Q-52.234 8.798-52.039 8.518Q-51.844 8.238-51.766 7.923Q-51.742 7.862-51.691 7.862L-51.578 7.862Q-51.544 7.862-51.523 7.887Q-51.503 7.913-51.503 7.944Q-51.503 7.957-51.509 7.971Q-51.571 8.221-51.713 8.463Q-51.855 8.706-52.065 8.863Q-52.275 9.020-52.525 9.020Q-52.805 9.020-53.006 8.858Q-53.208 8.696-53.208 8.426Q-53.208 8.309-53.160 8.176Q-52.955 7.657-52.824 7.252Q-52.692 6.847-52.692 6.559Q-52.692 6.348-52.786 6.218Q-52.880 6.088-53.082 6.088Q-53.837 6.088-54.363 7.103L-54.777 8.764Q-54.801 8.870-54.895 8.945Q-54.989 9.020-55.105 9.020Q-55.204 9.020-55.274 8.959Q-55.344 8.897-55.344 8.798Q-55.344 8.750-55.338 8.726L-54.897 6.963Q-54.839 6.679-54.839 6.559Q-54.839 6.351-54.934 6.219Q-55.030 6.088-55.232 6.088Q-55.987 6.088-56.513 7.103L-56.927 8.764Q-56.951 8.870-57.045 8.945Q-57.139 9.020-57.255 9.020Q-57.354 9.020-57.424 8.959Q-57.494 8.897-57.494 8.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(217.496 9.961)\">\u003Cpath d=\"M-49.291 9.957L-50.507 9.957Q-50.534 9.957-50.555 9.930Q-50.576 9.903-50.576 9.872Q-50.576 9.737-50.480 9.718Q-50.265 9.718-50.114 9.660Q-49.963 9.603-49.916 9.437L-49.277 6.881Q-49.272 6.866-49.272 6.837Q-49.272 6.812-49.286 6.808Q-49.411 6.783-49.706 6.783Q-49.738 6.783-49.760 6.758Q-49.782 6.732-49.782 6.698Q-49.782 6.561-49.687 6.541L-48.701 6.541Q-48.608 6.541-48.591 6.622L-47.951 9.476L-45.886 6.622Q-45.822 6.541-45.737 6.541L-44.787 6.541Q-44.760 6.541-44.736 6.567Q-44.711 6.593-44.711 6.622Q-44.711 6.761-44.806 6.783Q-45.117 6.783-45.226 6.803Q-45.309 6.822-45.341 6.922L-46.010 9.618Q-46.020 9.647-46.020 9.662Q-46.020 9.686-46.005 9.691Q-45.876 9.718-45.580 9.718Q-45.549 9.718-45.528 9.742Q-45.507 9.767-45.507 9.796Q-45.507 9.937-45.600 9.957L-47.040 9.957Q-47.070 9.957-47.090 9.930Q-47.111 9.903-47.111 9.872Q-47.111 9.737-47.016 9.718Q-46.706 9.718-46.596 9.698Q-46.513 9.676-46.481 9.576L-45.781 6.766L-48.032 9.872Q-48.080 9.957-48.181 9.957L-48.205 9.957Q-48.300 9.957-48.315 9.872L-49.001 6.812L-49.672 9.476Q-49.672 9.498-49.673 9.509Q-49.675 9.520-49.677 9.532Q-49.677 9.654-49.557 9.686Q-49.438 9.718-49.272 9.718Q-49.240 9.718-49.218 9.742Q-49.196 9.767-49.196 9.796Q-49.196 9.937-49.291 9.957\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.150\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The mel filterbank is a row of triangular filters, densely packed at low frequency and sparse at high frequency; multiplying the spectrum by each filter and summing gives one mel-band energy \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.625em;vertical-align:-0.1944em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">m\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">1\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">m\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3011em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mtight\">2\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"minner\">…\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mpunct\">,\u003C\u002Fspan>\u003Cspan class=\"mspace\" style=\"margin-right:0.1667em;\">\u003C\u002Fspan>\u003Cspan class=\"mord\">\u003Cspan class=\"mord mathnormal\">m\u003C\u002Fspan>\u003Cspan class=\"msupsub\">\u003Cspan class=\"vlist-t vlist-t2\">\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.3283em;\">\u003Cspan style=\"top:-2.55em;margin-left:0em;margin-right:0.05em;\">\u003Cspan class=\"pstrut\" style=\"height:2.7em;\">\u003C\u002Fspan>\u003Cspan class=\"sizing reset-size6 size3 mtight\">\u003Cspan class=\"mord mathnormal mtight\" style=\"margin-right:0.109em;\">M\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-s\">​\u003C\u002Fspan>\u003C\u002Fspan>\u003Cspan class=\"vlist-r\">\u003Cspan class=\"vlist\" style=\"height:0.15em;\">\u003Cspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:283.638px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 212.729 188.257\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-21.368 104.197L-22.349 101.698Q-22.410 101.555-22.528 101.520Q-22.646 101.486-22.862 101.486L-22.862 101.206L-21.382 101.206L-21.382 101.486Q-21.761 101.486-21.761 101.647Q-21.761 101.657-21.747 101.698L-21.033 103.530L-20.360 101.825Q-20.390 101.753-20.390 101.725Q-20.390 101.698-20.418 101.698Q-20.479 101.551-20.597 101.519Q-20.715 101.486-20.927 101.486L-20.927 101.206L-19.529 101.206L-19.529 101.486Q-19.905 101.486-19.905 101.647Q-19.905 101.678-19.898 101.698L-19.143 103.636L-18.456 101.886Q-18.435 101.835-18.435 101.780Q-18.435 101.640-18.548 101.563Q-18.661 101.486-18.801 101.486L-18.801 101.206L-17.581 101.206L-17.581 101.486Q-17.786 101.486-17.941 101.592Q-18.097 101.698-18.169 101.886L-19.074 104.197Q-19.109 104.292-19.221 104.292L-19.290 104.292Q-19.399 104.292-19.437 104.197L-20.219 102.194L-21.006 104.197Q-21.040 104.292-21.153 104.292L-21.221 104.292Q-21.330 104.292-21.368 104.197\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-17.204 103.496Q-17.204 103.164-16.981 102.937Q-16.757 102.710-16.413 102.582Q-16.070 102.453-15.697 102.401Q-15.325 102.348-15.020 102.348L-15.020 102.095Q-15.020 101.890-15.128 101.710Q-15.236 101.531-15.417 101.428Q-15.598 101.326-15.806 101.326Q-16.213 101.326-16.449 101.418Q-16.360 101.455-16.314 101.539Q-16.268 101.623-16.268 101.725Q-16.268 101.821-16.314 101.900Q-16.360 101.978-16.441 102.023Q-16.521 102.067-16.610 102.067Q-16.760 102.067-16.861 101.970Q-16.962 101.872-16.962 101.725Q-16.962 101.103-15.806 101.103Q-15.595 101.103-15.345 101.167Q-15.096 101.230-14.894 101.349Q-14.692 101.469-14.566 101.654Q-14.439 101.838-14.439 102.081L-14.439 103.657Q-14.439 103.773-14.378 103.869Q-14.316 103.964-14.203 103.964Q-14.094 103.964-14.029 103.870Q-13.964 103.776-13.964 103.657L-13.964 103.209L-13.698 103.209L-13.698 103.657Q-13.698 103.927-13.925 104.092Q-14.152 104.258-14.432 104.258Q-14.641 104.258-14.778 104.104Q-14.914 103.951-14.938 103.735Q-15.085 104.002-15.367 104.147Q-15.649 104.292-15.974 104.292Q-16.251 104.292-16.535 104.217Q-16.818 104.142-17.011 103.963Q-17.204 103.783-17.204 103.496M-16.589 103.496Q-16.589 103.670-16.488 103.800Q-16.388 103.930-16.232 104Q-16.077 104.070-15.912 104.070Q-15.694 104.070-15.485 103.973Q-15.277 103.875-15.149 103.694Q-15.020 103.513-15.020 103.287L-15.020 102.559Q-15.345 102.559-15.711 102.650Q-16.077 102.741-16.333 102.953Q-16.589 103.164-16.589 103.496\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-11.902 104.197L-13.030 101.698Q-13.102 101.551-13.232 101.519Q-13.362 101.486-13.591 101.486L-13.591 101.206L-12.077 101.206L-12.077 101.486Q-12.429 101.486-12.429 101.633Q-12.429 101.678-12.418 101.698L-11.554 103.616L-10.774 101.886Q-10.740 101.818-10.740 101.739Q-10.740 101.626-10.824 101.556Q-10.908 101.486-11.027 101.486L-11.027 101.206L-9.831 101.206L-9.831 101.486Q-10.050 101.486-10.221 101.589Q-10.391 101.691-10.480 101.886L-11.516 104.197Q-11.564 104.292-11.670 104.292L-11.748 104.292Q-11.854 104.292-11.902 104.197\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-9.547 102.689Q-9.547 102.368-9.422 102.079Q-9.297 101.790-9.071 101.567Q-8.846 101.343-8.550 101.223Q-8.255 101.103-7.937 101.103Q-7.609 101.103-7.347 101.203Q-7.086 101.302-6.910 101.484Q-6.734 101.667-6.640 101.925Q-6.546 102.183-6.546 102.515Q-6.546 102.607-6.628 102.628L-8.883 102.628L-8.883 102.689Q-8.883 103.277-8.600 103.660Q-8.316 104.043-7.749 104.043Q-7.427 104.043-7.159 103.850Q-6.891 103.657-6.802 103.342Q-6.795 103.301-6.720 103.287L-6.628 103.287Q-6.546 103.311-6.546 103.383Q-6.546 103.390-6.552 103.417Q-6.665 103.814-7.036 104.053Q-7.407 104.292-7.831 104.292Q-8.268 104.292-8.668 104.084Q-9.068 103.875-9.307 103.508Q-9.547 103.141-9.547 102.689M-8.877 102.419L-7.062 102.419Q-7.062 102.142-7.159 101.890Q-7.257 101.637-7.455 101.481Q-7.653 101.326-7.937 101.326Q-8.214 101.326-8.427 101.484Q-8.641 101.643-8.759 101.898Q-8.877 102.153-8.877 102.419M-4.160 104.224L-5.893 104.224L-5.893 103.944Q-5.667 103.944-5.518 103.910Q-5.370 103.875-5.370 103.735L-5.370 101.486L-5.958 101.486L-5.958 101.206L-5.370 101.206L-5.370 100.389Q-5.370 100.071-5.192 99.823Q-5.014 99.576-4.724 99.435Q-4.433 99.295-4.122 99.295Q-3.866 99.295-3.663 99.437Q-3.459 99.579-3.459 99.822Q-3.459 99.958-3.558 100.057Q-3.657 100.157-3.794 100.157Q-3.931 100.157-4.030 100.057Q-4.129 99.958-4.129 99.822Q-4.129 99.641-3.989 99.548Q-4.068 99.521-4.167 99.521Q-4.375 99.521-4.529 99.654Q-4.683 99.787-4.763 99.991Q-4.843 100.194-4.843 100.403L-4.843 101.206L-3.955 101.206L-3.955 101.486L-4.816 101.486L-4.816 103.735Q-4.816 103.944-4.160 103.944L-4.160 104.224M-3.521 102.741Q-3.521 102.399-3.386 102.100Q-3.251 101.801-3.011 101.577Q-2.772 101.353-2.454 101.228Q-2.136 101.103-1.805 101.103Q-1.361 101.103-0.961 101.319Q-0.561 101.534-0.327 101.912Q-0.092 102.289-0.092 102.741Q-0.092 103.082-0.234 103.366Q-0.376 103.650-0.621 103.857Q-0.865 104.063-1.174 104.178Q-1.484 104.292-1.805 104.292Q-2.236 104.292-2.637 104.091Q-3.039 103.889-3.280 103.537Q-3.521 103.185-3.521 102.741M-1.805 104.043Q-1.203 104.043-0.979 103.665Q-0.756 103.287-0.756 102.655Q-0.756 102.043-0.990 101.684Q-1.224 101.326-1.805 101.326Q-2.858 101.326-2.858 102.655Q-2.858 103.287-2.632 103.665Q-2.406 104.043-1.805 104.043M2.252 104.224L0.516 104.224L0.516 103.944Q0.745 103.944 0.894 103.910Q1.042 103.875 1.042 103.735L1.042 101.886Q1.042 101.616 0.935 101.555Q0.827 101.493 0.516 101.493L0.516 101.213L1.545 101.138L1.545 101.845Q1.675 101.537 1.917 101.338Q2.160 101.138 2.478 101.138Q2.697 101.138 2.867 101.262Q3.038 101.387 3.038 101.599Q3.038 101.736 2.939 101.835Q2.840 101.934 2.707 101.934Q2.570 101.934 2.471 101.835Q2.372 101.736 2.372 101.599Q2.372 101.459 2.471 101.360Q2.180 101.360 1.981 101.556Q1.781 101.753 1.688 102.047Q1.596 102.341 1.596 102.621L1.596 103.735Q1.596 103.944 2.252 103.944L2.252 104.224M5.305 104.224L3.671 104.224L3.671 103.944Q3.900 103.944 4.048 103.910Q4.197 103.875 4.197 103.735L4.197 101.886Q4.197 101.616 4.089 101.555Q3.982 101.493 3.671 101.493L3.671 101.213L4.730 101.138L4.730 101.787Q4.901 101.479 5.205 101.308Q5.510 101.138 5.855 101.138Q6.255 101.138 6.532 101.278Q6.808 101.418 6.894 101.766Q7.061 101.473 7.360 101.305Q7.659 101.138 8.005 101.138Q8.511 101.138 8.794 101.361Q9.078 101.585 9.078 102.081L9.078 103.735Q9.078 103.872 9.227 103.908Q9.375 103.944 9.601 103.944L9.601 104.224L7.971 104.224L7.971 103.944Q8.196 103.944 8.347 103.908Q8.497 103.872 8.497 103.735L8.497 102.095Q8.497 101.760 8.377 101.560Q8.258 101.360 7.943 101.360Q7.673 101.360 7.439 101.496Q7.205 101.633 7.066 101.867Q6.928 102.101 6.928 102.375L6.928 103.735Q6.928 103.872 7.077 103.908Q7.225 103.944 7.451 103.944L7.451 104.224L5.821 104.224L5.821 103.944Q6.050 103.944 6.198 103.910Q6.347 103.875 6.347 103.735L6.347 102.095Q6.347 101.760 6.227 101.560Q6.108 101.360 5.793 101.360Q5.523 101.360 5.289 101.496Q5.055 101.633 4.917 101.867Q4.778 102.101 4.778 102.375L4.778 103.735Q4.778 103.872 4.929 103.908Q5.079 103.944 5.305 103.944\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-61.795 84.307h77.45V61.545h-77.45Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-35.393 -29.548)\">\u003Cpath d=\"M-20.958 104.224L-22.691 104.224L-22.691 103.944Q-22.465 103.944-22.316 103.910Q-22.168 103.875-22.168 103.735L-22.168 101.486L-22.756 101.486L-22.756 101.206L-22.168 101.206L-22.168 100.389Q-22.168 100.071-21.990 99.823Q-21.812 99.576-21.522 99.435Q-21.231 99.295-20.920 99.295Q-20.664 99.295-20.460 99.437Q-20.257 99.579-20.257 99.822Q-20.257 99.958-20.356 100.057Q-20.455 100.157-20.592 100.157Q-20.729 100.157-20.828 100.057Q-20.927 99.958-20.927 99.822Q-20.927 99.641-20.787 99.548Q-20.865 99.521-20.965 99.521Q-21.173 99.521-21.327 99.654Q-21.481 99.787-21.561 99.991Q-21.641 100.194-21.641 100.403L-21.641 101.206L-20.753 101.206L-20.753 101.486L-21.614 101.486L-21.614 103.735Q-21.614 103.944-20.958 103.944L-20.958 104.224M-20.319 102.689Q-20.319 102.368-20.194 102.079Q-20.069 101.790-19.843 101.567Q-19.618 101.343-19.322 101.223Q-19.027 101.103-18.709 101.103Q-18.381 101.103-18.119 101.203Q-17.858 101.302-17.682 101.484Q-17.506 101.667-17.412 101.925Q-17.318 102.183-17.318 102.515Q-17.318 102.607-17.400 102.628L-19.655 102.628L-19.655 102.689Q-19.655 103.277-19.372 103.660Q-19.088 104.043-18.521 104.043Q-18.199 104.043-17.931 103.850Q-17.663 103.657-17.574 103.342Q-17.567 103.301-17.492 103.287L-17.400 103.287Q-17.318 103.311-17.318 103.383Q-17.318 103.390-17.324 103.417Q-17.437 103.814-17.808 104.053Q-18.179 104.292-18.603 104.292Q-19.040 104.292-19.440 104.084Q-19.840 103.875-20.079 103.508Q-20.319 103.141-20.319 102.689M-19.649 102.419L-17.834 102.419Q-17.834 102.142-17.931 101.890Q-18.028 101.637-18.227 101.481Q-18.425 101.326-18.709 101.326Q-18.986 101.326-19.199 101.484Q-19.413 101.643-19.531 101.898Q-19.649 102.153-19.649 102.419M-16.672 103.496Q-16.672 103.164-16.448 102.937Q-16.224 102.710-15.880 102.582Q-15.537 102.453-15.164 102.401Q-14.792 102.348-14.487 102.348L-14.487 102.095Q-14.487 101.890-14.595 101.710Q-14.703 101.531-14.884 101.428Q-15.065 101.326-15.274 101.326Q-15.680 101.326-15.916 101.418Q-15.827 101.455-15.781 101.539Q-15.735 101.623-15.735 101.725Q-15.735 101.821-15.781 101.900Q-15.827 101.978-15.908 102.023Q-15.988 102.067-16.077 102.067Q-16.227 102.067-16.328 101.970Q-16.429 101.872-16.429 101.725Q-16.429 101.103-15.274 101.103Q-15.062 101.103-14.812 101.167Q-14.563 101.230-14.361 101.349Q-14.159 101.469-14.033 101.654Q-13.906 101.838-13.906 102.081L-13.906 103.657Q-13.906 103.773-13.845 103.869Q-13.783 103.964-13.671 103.964Q-13.561 103.964-13.496 103.870Q-13.431 103.776-13.431 103.657L-13.431 103.209L-13.165 103.209L-13.165 103.657Q-13.165 103.927-13.392 104.092Q-13.619 104.258-13.900 104.258Q-14.108 104.258-14.245 104.104Q-14.382 103.951-14.405 103.735Q-14.552 104.002-14.834 104.147Q-15.116 104.292-15.441 104.292Q-15.718 104.292-16.002 104.217Q-16.285 104.142-16.478 103.963Q-16.672 103.783-16.672 103.496M-16.056 103.496Q-16.056 103.670-15.955 103.800Q-15.855 103.930-15.699 104Q-15.544 104.070-15.380 104.070Q-15.161 104.070-14.952 103.973Q-14.744 103.875-14.616 103.694Q-14.487 103.513-14.487 103.287L-14.487 102.559Q-14.812 102.559-15.178 102.650Q-15.544 102.741-15.800 102.953Q-16.056 103.164-16.056 103.496M-12.221 103.383L-12.221 101.486L-12.861 101.486L-12.861 101.264Q-12.543 101.264-12.326 101.054Q-12.109 100.844-12.008 100.534Q-11.907 100.225-11.907 99.917L-11.640 99.917L-11.640 101.206L-10.564 101.206L-10.564 101.486L-11.640 101.486L-11.640 103.370Q-11.640 103.646-11.536 103.845Q-11.432 104.043-11.172 104.043Q-11.015 104.043-10.909 103.939Q-10.803 103.834-10.753 103.681Q-10.704 103.527-10.704 103.370L-10.704 102.956L-10.437 102.956L-10.437 103.383Q-10.437 103.609-10.536 103.819Q-10.635 104.029-10.820 104.161Q-11.005 104.292-11.234 104.292Q-11.671 104.292-11.946 104.055Q-12.221 103.817-12.221 103.383M-9.053 103.390L-9.053 101.886Q-9.053 101.616-9.161 101.555Q-9.268 101.493-9.579 101.493L-9.579 101.213L-8.472 101.138L-8.472 103.370L-8.472 103.390Q-8.472 103.670-8.421 103.814Q-8.369 103.957-8.227 104.014Q-8.086 104.070-7.799 104.070Q-7.546 104.070-7.341 103.930Q-7.135 103.790-7.019 103.564Q-6.903 103.339-6.903 103.089L-6.903 101.886Q-6.903 101.616-7.011 101.555Q-7.118 101.493-7.429 101.493L-7.429 101.213L-6.322 101.138L-6.322 103.551Q-6.322 103.742-6.269 103.824Q-6.216 103.906-6.115 103.925Q-6.014 103.944-5.799 103.944L-5.799 104.224L-6.876 104.292L-6.876 103.728Q-6.985 103.910-7.130 104.033Q-7.276 104.156-7.462 104.224Q-7.648 104.292-7.850 104.292Q-9.053 104.292-9.053 103.390M-3.461 104.224L-5.197 104.224L-5.197 103.944Q-4.968 103.944-4.820 103.910Q-4.671 103.875-4.671 103.735L-4.671 101.886Q-4.671 101.616-4.779 101.555Q-4.886 101.493-5.197 101.493L-5.197 101.213L-4.169 101.138L-4.169 101.845Q-4.039 101.537-3.796 101.338Q-3.553 101.138-3.236 101.138Q-3.017 101.138-2.846 101.262Q-2.675 101.387-2.675 101.599Q-2.675 101.736-2.774 101.835Q-2.873 101.934-3.007 101.934Q-3.143 101.934-3.242 101.835Q-3.341 101.736-3.341 101.599Q-3.341 101.459-3.242 101.360Q-3.533 101.360-3.733 101.556Q-3.933 101.753-4.025 102.047Q-4.117 102.341-4.117 102.621L-4.117 103.735Q-4.117 103.944-3.461 103.944L-3.461 104.224M-2.132 102.689Q-2.132 102.368-2.007 102.079Q-1.882 101.790-1.656 101.567Q-1.431 101.343-1.135 101.223Q-0.840 101.103-0.522 101.103Q-0.194 101.103 0.068 101.203Q0.329 101.302 0.505 101.484Q0.681 101.667 0.775 101.925Q0.869 102.183 0.869 102.515Q0.869 102.607 0.787 102.628L-1.468 102.628L-1.468 102.689Q-1.468 103.277-1.185 103.660Q-0.901 104.043-0.334 104.043Q-0.012 104.043 0.256 103.850Q0.524 103.657 0.613 103.342Q0.620 103.301 0.695 103.287L0.787 103.287Q0.869 103.311 0.869 103.383Q0.869 103.390 0.863 103.417Q0.750 103.814 0.379 104.053Q0.008 104.292-0.416 104.292Q-0.853 104.292-1.253 104.084Q-1.653 103.875-1.892 103.508Q-2.132 103.141-2.132 102.689M-1.462 102.419L0.353 102.419Q0.353 102.142 0.256 101.890Q0.159 101.637-0.040 101.481Q-0.238 101.326-0.522 101.326Q-0.799 101.326-1.012 101.484Q-1.226 101.643-1.344 101.898Q-1.462 102.153-1.462 102.419\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-35.393 -29.548)\">\u003Cpath d=\"M4.182 102.713Q4.182 102.385 4.317 102.084Q4.452 101.784 4.688 101.563Q4.924 101.343 5.228 101.223Q5.533 101.103 5.857 101.103Q6.363 101.103 6.712 101.206Q7.060 101.308 7.060 101.684Q7.060 101.831 6.963 101.932Q6.866 102.033 6.719 102.033Q6.565 102.033 6.466 101.934Q6.367 101.835 6.367 101.684Q6.367 101.496 6.507 101.404Q6.305 101.353 5.864 101.353Q5.509 101.353 5.280 101.549Q5.051 101.746 4.950 102.055Q4.849 102.365 4.849 102.713Q4.849 103.062 4.975 103.368Q5.102 103.674 5.357 103.858Q5.611 104.043 5.967 104.043Q6.189 104.043 6.373 103.959Q6.558 103.875 6.693 103.720Q6.828 103.564 6.886 103.356Q6.900 103.301 6.954 103.301L7.067 103.301Q7.098 103.301 7.120 103.325Q7.142 103.349 7.142 103.383L7.142 103.404Q7.057 103.691 6.869 103.889Q6.681 104.087 6.416 104.190Q6.151 104.292 5.857 104.292Q5.427 104.292 5.039 104.086Q4.651 103.879 4.417 103.516Q4.182 103.154 4.182 102.713M7.689 102.741Q7.689 102.399 7.824 102.100Q7.959 101.801 8.199 101.577Q8.438 101.353 8.756 101.228Q9.074 101.103 9.405 101.103Q9.849 101.103 10.249 101.319Q10.649 101.534 10.883 101.912Q11.118 102.289 11.118 102.741Q11.118 103.082 10.976 103.366Q10.834 103.650 10.589 103.857Q10.345 104.063 10.036 104.178Q9.726 104.292 9.405 104.292Q8.974 104.292 8.573 104.091Q8.171 103.889 7.930 103.537Q7.689 103.185 7.689 102.741M9.405 104.043Q10.007 104.043 10.231 103.665Q10.454 103.287 10.454 102.655Q10.454 102.043 10.220 101.684Q9.986 101.326 9.405 101.326Q8.352 101.326 8.352 102.655Q8.352 103.287 8.578 103.665Q8.804 104.043 9.405 104.043M13.394 104.224L11.760 104.224L11.760 103.944Q11.989 103.944 12.138 103.910Q12.286 103.875 12.286 103.735L12.286 101.886Q12.286 101.616 12.179 101.555Q12.071 101.493 11.760 101.493L11.760 101.213L12.820 101.138L12.820 101.787Q12.991 101.479 13.295 101.308Q13.599 101.138 13.944 101.138Q14.344 101.138 14.621 101.278Q14.898 101.418 14.983 101.766Q15.151 101.473 15.450 101.305Q15.749 101.138 16.094 101.138Q16.600 101.138 16.884 101.361Q17.167 101.585 17.167 102.081L17.167 103.735Q17.167 103.872 17.316 103.908Q17.465 103.944 17.690 103.944L17.690 104.224L16.060 104.224L16.060 103.944Q16.285 103.944 16.436 103.908Q16.586 103.872 16.586 103.735L16.586 102.095Q16.586 101.760 16.467 101.560Q16.347 101.360 16.033 101.360Q15.763 101.360 15.528 101.496Q15.294 101.633 15.156 101.867Q15.017 102.101 15.017 102.375L15.017 103.735Q15.017 103.872 15.166 103.908Q15.315 103.944 15.540 103.944L15.540 104.224L13.910 104.224L13.910 103.944Q14.139 103.944 14.288 103.910Q14.436 103.875 14.436 103.735L14.436 102.095Q14.436 101.760 14.317 101.560Q14.197 101.360 13.883 101.360Q13.613 101.360 13.378 101.496Q13.144 101.633 13.006 101.867Q12.868 102.101 12.868 102.375L12.868 103.735Q12.868 103.872 13.018 103.908Q13.168 103.944 13.394 103.944L13.394 104.224M19.922 105.581L18.292 105.581L18.292 105.301Q18.521 105.301 18.670 105.266Q18.818 105.232 18.818 105.092L18.818 101.746Q18.818 101.575 18.681 101.534Q18.545 101.493 18.292 101.493L18.292 101.213L19.372 101.138L19.372 101.544Q19.594 101.343 19.881 101.240Q20.168 101.138 20.476 101.138Q20.903 101.138 21.267 101.351Q21.631 101.565 21.845 101.929Q22.058 102.293 22.058 102.713Q22.058 103.158 21.819 103.522Q21.580 103.886 21.187 104.089Q20.794 104.292 20.349 104.292Q20.083 104.292 19.835 104.192Q19.587 104.091 19.399 103.910L19.399 105.092Q19.399 105.229 19.548 105.265Q19.697 105.301 19.922 105.301L19.922 105.581M19.399 101.893L19.399 103.503Q19.533 103.756 19.775 103.913Q20.018 104.070 20.295 104.070Q20.623 104.070 20.876 103.869Q21.129 103.667 21.262 103.349Q21.395 103.031 21.395 102.713Q21.395 102.484 21.330 102.255Q21.265 102.026 21.137 101.828Q21.009 101.630 20.814 101.510Q20.619 101.391 20.387 101.391Q20.093 101.391 19.825 101.520Q19.556 101.650 19.399 101.893M23.268 103.390L23.268 101.886Q23.268 101.616 23.161 101.555Q23.053 101.493 22.742 101.493L22.742 101.213L23.849 101.138L23.849 103.370L23.849 103.390Q23.849 103.670 23.901 103.814Q23.952 103.957 24.094 104.014Q24.236 104.070 24.523 104.070Q24.776 104.070 24.981 103.930Q25.186 103.790 25.302 103.564Q25.418 103.339 25.418 103.089L25.418 101.886Q25.418 101.616 25.311 101.555Q25.203 101.493 24.892 101.493L24.892 101.213L25.999 101.138L25.999 103.551Q25.999 103.742 26.052 103.824Q26.105 103.906 26.206 103.925Q26.307 103.944 26.522 103.944L26.522 104.224L25.446 104.292L25.446 103.728Q25.336 103.910 25.191 104.033Q25.046 104.156 24.859 104.224Q24.673 104.292 24.472 104.292Q23.268 104.292 23.268 103.390M27.637 103.383L27.637 101.486L26.997 101.486L26.997 101.264Q27.315 101.264 27.532 101.054Q27.749 100.844 27.850 100.534Q27.951 100.225 27.951 99.917L28.218 99.917L28.218 101.206L29.294 101.206L29.294 101.486L28.218 101.486L28.218 103.370Q28.218 103.646 28.322 103.845Q28.426 104.043 28.686 104.043Q28.843 104.043 28.949 103.939Q29.055 103.834 29.105 103.681Q29.154 103.527 29.154 103.370L29.154 102.956L29.421 102.956L29.421 103.383Q29.421 103.609 29.322 103.819Q29.222 104.029 29.038 104.161Q28.853 104.292 28.624 104.292Q28.187 104.292 27.912 104.055Q27.637 103.817 27.637 103.383M30.289 103.496Q30.289 103.164 30.513 102.937Q30.737 102.710 31.080 102.582Q31.424 102.453 31.796 102.401Q32.169 102.348 32.473 102.348L32.473 102.095Q32.473 101.890 32.365 101.710Q32.258 101.531 32.076 101.428Q31.895 101.326 31.687 101.326Q31.280 101.326 31.044 101.418Q31.133 101.455 31.179 101.539Q31.225 101.623 31.225 101.725Q31.225 101.821 31.179 101.900Q31.133 101.978 31.053 102.023Q30.972 102.067 30.884 102.067Q30.733 102.067 30.632 101.970Q30.532 101.872 30.532 101.725Q30.532 101.103 31.687 101.103Q31.899 101.103 32.148 101.167Q32.398 101.230 32.599 101.349Q32.801 101.469 32.928 101.654Q33.054 101.838 33.054 102.081L33.054 103.657Q33.054 103.773 33.116 103.869Q33.177 103.964 33.290 103.964Q33.399 103.964 33.464 103.870Q33.529 103.776 33.529 103.657L33.529 103.209L33.796 103.209L33.796 103.657Q33.796 103.927 33.568 104.092Q33.341 104.258 33.061 104.258Q32.852 104.258 32.716 104.104Q32.579 103.951 32.555 103.735Q32.408 104.002 32.126 104.147Q31.844 104.292 31.519 104.292Q31.243 104.292 30.959 104.217Q30.675 104.142 30.482 103.963Q30.289 103.783 30.289 103.496M30.904 103.496Q30.904 103.670 31.005 103.800Q31.106 103.930 31.261 104Q31.417 104.070 31.581 104.070Q31.800 104.070 32.008 103.973Q32.217 103.875 32.345 103.694Q32.473 103.513 32.473 103.287L32.473 102.559Q32.148 102.559 31.783 102.650Q31.417 102.741 31.160 102.953Q30.904 103.164 30.904 103.496M34.739 103.383L34.739 101.486L34.100 101.486L34.100 101.264Q34.418 101.264 34.635 101.054Q34.852 100.844 34.953 100.534Q35.054 100.225 35.054 99.917L35.320 99.917L35.320 101.206L36.397 101.206L36.397 101.486L35.320 101.486L35.320 103.370Q35.320 103.646 35.424 103.845Q35.529 104.043 35.788 104.043Q35.946 104.043 36.052 103.939Q36.158 103.834 36.207 103.681Q36.257 103.527 36.257 103.370L36.257 102.956L36.523 102.956L36.523 103.383Q36.523 103.609 36.424 103.819Q36.325 104.029 36.140 104.161Q35.956 104.292 35.727 104.292Q35.289 104.292 35.014 104.055Q34.739 103.817 34.739 103.383M38.950 104.224L37.398 104.224L37.398 103.944Q37.624 103.944 37.773 103.910Q37.921 103.875 37.921 103.735L37.921 101.886Q37.921 101.698 37.873 101.614Q37.826 101.531 37.728 101.512Q37.631 101.493 37.419 101.493L37.419 101.213L38.475 101.138L38.475 103.735Q38.475 103.875 38.607 103.910Q38.738 103.944 38.950 103.944L38.950 104.224M37.679 99.917Q37.679 99.746 37.802 99.627Q37.925 99.507 38.096 99.507Q38.263 99.507 38.386 99.627Q38.509 99.746 38.509 99.917Q38.509 100.092 38.386 100.215Q38.263 100.338 38.096 100.338Q37.925 100.338 37.802 100.215Q37.679 100.092 37.679 99.917M39.555 102.741Q39.555 102.399 39.690 102.100Q39.825 101.801 40.064 101.577Q40.304 101.353 40.621 101.228Q40.939 101.103 41.271 101.103Q41.715 101.103 42.115 101.319Q42.515 101.534 42.749 101.912Q42.983 102.289 42.983 102.741Q42.983 103.082 42.841 103.366Q42.700 103.650 42.455 103.857Q42.211 104.063 41.901 104.178Q41.592 104.292 41.271 104.292Q40.840 104.292 40.439 104.091Q40.037 103.889 39.796 103.537Q39.555 103.185 39.555 102.741M41.271 104.043Q41.872 104.043 42.096 103.665Q42.320 103.287 42.320 102.655Q42.320 102.043 42.086 101.684Q41.852 101.326 41.271 101.326Q40.218 101.326 40.218 102.655Q40.218 103.287 40.444 103.665Q40.669 104.043 41.271 104.043M45.260 104.224L43.626 104.224L43.626 103.944Q43.855 103.944 44.003 103.910Q44.152 103.875 44.152 103.735L44.152 101.886Q44.152 101.616 44.045 101.555Q43.937 101.493 43.626 101.493L43.626 101.213L44.685 101.138L44.685 101.787Q44.856 101.479 45.160 101.308Q45.465 101.138 45.810 101.138Q46.316 101.138 46.599 101.361Q46.883 101.585 46.883 102.081L46.883 103.735Q46.883 103.872 47.032 103.908Q47.181 103.944 47.406 103.944L47.406 104.224L45.776 104.224L45.776 103.944Q46.005 103.944 46.153 103.910Q46.302 103.875 46.302 103.735L46.302 102.095Q46.302 101.760 46.182 101.560Q46.063 101.360 45.748 101.360Q45.478 101.360 45.244 101.496Q45.010 101.633 44.872 101.867Q44.733 102.101 44.733 102.375L44.733 103.735Q44.733 103.872 44.884 103.908Q45.034 103.944 45.260 103.944\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"m-68.737 48.74 7.247-19.916h76.84l7.247 19.917Z\"\u002F>\u003Cg transform=\"translate(-21.536 -63.691)\">\u003Cpath d=\"M-22.756 104.217L-22.756 103.154Q-22.756 103.130-22.728 103.103Q-22.701 103.076-22.677 103.076L-22.568 103.076Q-22.503 103.076-22.489 103.134Q-22.393 103.568-22.147 103.819Q-21.901 104.070-21.487 104.070Q-21.146 104.070-20.893 103.937Q-20.640 103.804-20.640 103.496Q-20.640 103.339-20.734 103.224Q-20.828 103.110-20.966 103.041Q-21.105 102.973-21.272 102.935L-21.853 102.836Q-22.209 102.768-22.482 102.547Q-22.756 102.327-22.756 101.985Q-22.756 101.736-22.644 101.561Q-22.533 101.387-22.347 101.288Q-22.161 101.189-21.945 101.146Q-21.730 101.103-21.487 101.103Q-21.074 101.103-20.794 101.285L-20.578 101.110Q-20.568 101.107-20.561 101.105Q-20.554 101.103-20.544 101.103L-20.493 101.103Q-20.466 101.103-20.442 101.127Q-20.418 101.151-20.418 101.179L-20.418 102.026Q-20.418 102.047-20.442 102.074Q-20.466 102.101-20.493 102.101L-20.606 102.101Q-20.633 102.101-20.659 102.076Q-20.684 102.050-20.684 102.026Q-20.684 101.790-20.790 101.626Q-20.896 101.462-21.079 101.380Q-21.262 101.298-21.494 101.298Q-21.822 101.298-22.079 101.401Q-22.335 101.503-22.335 101.780Q-22.335 101.975-22.152 102.084Q-21.969 102.194-21.740 102.235L-21.166 102.341Q-20.920 102.389-20.706 102.517Q-20.493 102.645-20.356 102.848Q-20.219 103.052-20.219 103.301Q-20.219 103.814-20.585 104.053Q-20.951 104.292-21.487 104.292Q-21.983 104.292-22.315 103.998L-22.581 104.272Q-22.602 104.292-22.629 104.292L-22.677 104.292Q-22.701 104.292-22.728 104.265Q-22.756 104.238-22.756 104.217M-19.016 103.390L-19.016 101.886Q-19.016 101.616-19.124 101.555Q-19.232 101.493-19.543 101.493L-19.543 101.213L-18.435 101.138L-18.435 103.370L-18.435 103.390Q-18.435 103.670-18.384 103.814Q-18.333 103.957-18.191 104.014Q-18.049 104.070-17.762 104.070Q-17.509 104.070-17.304 103.930Q-17.099 103.790-16.983 103.564Q-16.866 103.339-16.866 103.089L-16.866 101.886Q-16.866 101.616-16.974 101.555Q-17.082 101.493-17.393 101.493L-17.393 101.213L-16.285 101.138L-16.285 103.551Q-16.285 103.742-16.232 103.824Q-16.179 103.906-16.079 103.925Q-15.978 103.944-15.762 103.944L-15.762 104.224L-16.839 104.292L-16.839 103.728Q-16.948 103.910-17.094 104.033Q-17.239 104.156-17.425 104.224Q-17.612 104.292-17.813 104.292Q-19.016 104.292-19.016 103.390M-14.368 104.224L-14.634 104.224L-14.634 100.116Q-14.634 99.846-14.742 99.784Q-14.850 99.723-15.161 99.723L-15.161 99.442L-14.081 99.367L-14.081 101.537Q-13.872 101.346-13.587 101.242Q-13.301 101.138-13.004 101.138Q-12.686 101.138-12.389 101.259Q-12.091 101.380-11.869 101.596Q-11.647 101.811-11.521 102.096Q-11.394 102.382-11.394 102.713Q-11.394 103.158-11.633 103.522Q-11.873 103.886-12.266 104.089Q-12.659 104.292-13.103 104.292Q-13.298 104.292-13.488 104.236Q-13.677 104.180-13.838 104.075Q-13.999 103.971-14.139 103.810L-14.368 104.224M-14.053 101.879L-14.053 103.496Q-13.917 103.756-13.676 103.913Q-13.435 104.070-13.158 104.070Q-12.864 104.070-12.652 103.963Q-12.440 103.855-12.307 103.663Q-12.174 103.472-12.115 103.233Q-12.057 102.994-12.057 102.713Q-12.057 102.354-12.151 102.050Q-12.245 101.746-12.473 101.553Q-12.700 101.360-13.066 101.360Q-13.366 101.360-13.633 101.496Q-13.900 101.633-14.053 101.879M-10.758 104.217L-10.758 103.154Q-10.758 103.130-10.731 103.103Q-10.704 103.076-10.680 103.076L-10.570 103.076Q-10.506 103.076-10.492 103.134Q-10.396 103.568-10.150 103.819Q-9.904 104.070-9.490 104.070Q-9.149 104.070-8.896 103.937Q-8.643 103.804-8.643 103.496Q-8.643 103.339-8.737 103.224Q-8.831 103.110-8.969 103.041Q-9.108 102.973-9.275 102.935L-9.856 102.836Q-10.212 102.768-10.485 102.547Q-10.758 102.327-10.758 101.985Q-10.758 101.736-10.647 101.561Q-10.536 101.387-10.350 101.288Q-10.164 101.189-9.948 101.146Q-9.733 101.103-9.490 101.103Q-9.077 101.103-8.797 101.285L-8.581 101.110Q-8.571 101.107-8.564 101.105Q-8.557 101.103-8.547 101.103L-8.496 101.103Q-8.468 101.103-8.445 101.127Q-8.421 101.151-8.421 101.179L-8.421 102.026Q-8.421 102.047-8.445 102.074Q-8.468 102.101-8.496 102.101L-8.609 102.101Q-8.636 102.101-8.662 102.076Q-8.687 102.050-8.687 102.026Q-8.687 101.790-8.793 101.626Q-8.899 101.462-9.082 101.380Q-9.265 101.298-9.497 101.298Q-9.825 101.298-10.082 101.401Q-10.338 101.503-10.338 101.780Q-10.338 101.975-10.155 102.084Q-9.972 102.194-9.743 102.235L-9.169 102.341Q-8.923 102.389-8.709 102.517Q-8.496 102.645-8.359 102.848Q-8.222 103.052-8.222 103.301Q-8.222 103.814-8.588 104.053Q-8.954 104.292-9.490 104.292Q-9.986 104.292-10.318 103.998L-10.584 104.272Q-10.605 104.292-10.632 104.292L-10.680 104.292Q-10.704 104.292-10.731 104.265Q-10.758 104.238-10.758 104.217M-7.535 103.496Q-7.535 103.164-7.311 102.937Q-7.088 102.710-6.744 102.582Q-6.401 102.453-6.028 102.401Q-5.655 102.348-5.351 102.348L-5.351 102.095Q-5.351 101.890-5.459 101.710Q-5.567 101.531-5.748 101.428Q-5.929 101.326-6.137 101.326Q-6.544 101.326-6.780 101.418Q-6.691 101.455-6.645 101.539Q-6.599 101.623-6.599 101.725Q-6.599 101.821-6.645 101.900Q-6.691 101.978-6.771 102.023Q-6.852 102.067-6.941 102.067Q-7.091 102.067-7.192 101.970Q-7.293 101.872-7.293 101.725Q-7.293 101.103-6.137 101.103Q-5.925 101.103-5.676 101.167Q-5.426 101.230-5.225 101.349Q-5.023 101.469-4.897 101.654Q-4.770 101.838-4.770 102.081L-4.770 103.657Q-4.770 103.773-4.709 103.869Q-4.647 103.964-4.534 103.964Q-4.425 103.964-4.360 103.870Q-4.295 103.776-4.295 103.657L-4.295 103.209L-4.028 103.209L-4.028 103.657Q-4.028 103.927-4.256 104.092Q-4.483 104.258-4.763 104.258Q-4.972 104.258-5.109 104.104Q-5.245 103.951-5.269 103.735Q-5.416 104.002-5.698 104.147Q-5.980 104.292-6.305 104.292Q-6.582 104.292-6.865 104.217Q-7.149 104.142-7.342 103.963Q-7.535 103.783-7.535 103.496M-6.920 103.496Q-6.920 103.670-6.819 103.800Q-6.718 103.930-6.563 104Q-6.407 104.070-6.243 104.070Q-6.025 104.070-5.816 103.973Q-5.608 103.875-5.479 103.694Q-5.351 103.513-5.351 103.287L-5.351 102.559Q-5.676 102.559-6.042 102.650Q-6.407 102.741-6.664 102.953Q-6.920 103.164-6.920 103.496M-1.930 104.224L-3.564 104.224L-3.564 103.944Q-3.335 103.944-3.186 103.910Q-3.037 103.875-3.037 103.735L-3.037 101.886Q-3.037 101.616-3.145 101.555Q-3.253 101.493-3.564 101.493L-3.564 101.213L-2.504 101.138L-2.504 101.787Q-2.333 101.479-2.029 101.308Q-1.725 101.138-1.380 101.138Q-0.980 101.138-0.703 101.278Q-0.426 101.418-0.341 101.766Q-0.173 101.473 0.126 101.305Q0.425 101.138 0.770 101.138Q1.276 101.138 1.560 101.361Q1.844 101.585 1.844 102.081L1.844 103.735Q1.844 103.872 1.992 103.908Q2.141 103.944 2.367 103.944L2.367 104.224L0.736 104.224L0.736 103.944Q0.962 103.944 1.112 103.908Q1.263 103.872 1.263 103.735L1.263 102.095Q1.263 101.760 1.143 101.560Q1.023 101.360 0.709 101.360Q0.439 101.360 0.205 101.496Q-0.029 101.633-0.168 101.867Q-0.306 102.101-0.306 102.375L-0.306 103.735Q-0.306 103.872-0.158 103.908Q-0.009 103.944 0.217 103.944L0.217 104.224L-1.414 104.224L-1.414 103.944Q-1.185 103.944-1.036 103.910Q-0.887 103.875-0.887 103.735L-0.887 102.095Q-0.887 101.760-1.007 101.560Q-1.127 101.360-1.441 101.360Q-1.711 101.360-1.945 101.496Q-2.179 101.633-2.318 101.867Q-2.456 102.101-2.456 102.375L-2.456 103.735Q-2.456 103.872-2.306 103.908Q-2.155 103.944-1.930 103.944L-1.930 104.224M4.598 105.581L2.968 105.581L2.968 105.301Q3.197 105.301 3.346 105.266Q3.494 105.232 3.494 105.092L3.494 101.746Q3.494 101.575 3.358 101.534Q3.221 101.493 2.968 101.493L2.968 101.213L4.048 101.138L4.048 101.544Q4.270 101.343 4.557 101.240Q4.845 101.138 5.152 101.138Q5.579 101.138 5.943 101.351Q6.307 101.565 6.521 101.929Q6.735 102.293 6.735 102.713Q6.735 103.158 6.495 103.522Q6.256 103.886 5.863 104.089Q5.470 104.292 5.026 104.292Q4.759 104.292 4.511 104.192Q4.263 104.091 4.076 103.910L4.076 105.092Q4.076 105.229 4.224 105.265Q4.373 105.301 4.598 105.301L4.598 105.581M4.076 101.893L4.076 103.503Q4.209 103.756 4.451 103.913Q4.694 104.070 4.971 104.070Q5.299 104.070 5.552 103.869Q5.805 103.667 5.938 103.349Q6.072 103.031 6.072 102.713Q6.072 102.484 6.007 102.255Q5.942 102.026 5.814 101.828Q5.685 101.630 5.491 101.510Q5.296 101.391 5.063 101.391Q4.769 101.391 4.501 101.520Q4.233 101.650 4.076 101.893M9.038 104.224L7.435 104.224L7.435 103.944Q7.661 103.944 7.810 103.910Q7.958 103.875 7.958 103.735L7.958 100.116Q7.958 99.846 7.851 99.784Q7.743 99.723 7.435 99.723L7.435 99.442L8.512 99.367L8.512 103.735Q8.512 103.872 8.662 103.908Q8.813 103.944 9.038 103.944L9.038 104.224M11.250 104.224L9.698 104.224L9.698 103.944Q9.924 103.944 10.072 103.910Q10.221 103.875 10.221 103.735L10.221 101.886Q10.221 101.698 10.173 101.614Q10.125 101.531 10.028 101.512Q9.930 101.493 9.719 101.493L9.719 101.213L10.775 101.138L10.775 103.735Q10.775 103.875 10.906 103.910Q11.038 103.944 11.250 103.944L11.250 104.224M9.978 99.917Q9.978 99.746 10.101 99.627Q10.224 99.507 10.395 99.507Q10.563 99.507 10.686 99.627Q10.809 99.746 10.809 99.917Q10.809 100.092 10.686 100.215Q10.563 100.338 10.395 100.338Q10.224 100.338 10.101 100.215Q9.978 100.092 9.978 99.917M13.577 104.224L11.944 104.224L11.944 103.944Q12.173 103.944 12.321 103.910Q12.470 103.875 12.470 103.735L12.470 101.886Q12.470 101.616 12.362 101.555Q12.255 101.493 11.944 101.493L11.944 101.213L13.003 101.138L13.003 101.787Q13.174 101.479 13.478 101.308Q13.783 101.138 14.128 101.138Q14.634 101.138 14.917 101.361Q15.201 101.585 15.201 102.081L15.201 103.735Q15.201 103.872 15.350 103.908Q15.498 103.944 15.724 103.944L15.724 104.224L14.094 104.224L14.094 103.944Q14.323 103.944 14.471 103.910Q14.620 103.875 14.620 103.735L14.620 102.095Q14.620 101.760 14.500 101.560Q14.381 101.360 14.066 101.360Q13.796 101.360 13.562 101.496Q13.328 101.633 13.190 101.867Q13.051 102.101 13.051 102.375L13.051 103.735Q13.051 103.872 13.201 103.908Q13.352 103.944 13.577 103.944L13.577 104.224M16.271 104.757Q16.271 104.511 16.467 104.327Q16.664 104.142 16.920 104.063Q16.784 103.951 16.712 103.790Q16.640 103.629 16.640 103.448Q16.640 103.127 16.852 102.881Q16.517 102.583 16.517 102.173Q16.517 101.712 16.907 101.425Q17.296 101.138 17.775 101.138Q18.246 101.138 18.581 101.384Q18.756 101.230 18.966 101.148Q19.176 101.066 19.405 101.066Q19.569 101.066 19.690 101.173Q19.812 101.281 19.812 101.445Q19.812 101.541 19.740 101.613Q19.668 101.684 19.576 101.684Q19.477 101.684 19.407 101.611Q19.337 101.537 19.337 101.438Q19.337 101.384 19.350 101.353L19.357 101.339Q19.364 101.319 19.373 101.308Q19.381 101.298 19.385 101.291Q19.029 101.291 18.742 101.514Q19.029 101.807 19.029 102.173Q19.029 102.488 18.845 102.720Q18.660 102.953 18.371 103.081Q18.082 103.209 17.775 103.209Q17.573 103.209 17.382 103.159Q17.190 103.110 17.013 103Q16.920 103.127 16.920 103.270Q16.920 103.452 17.048 103.587Q17.177 103.722 17.361 103.722L17.993 103.722Q18.441 103.722 18.810 103.793Q19.180 103.865 19.439 104.094Q19.699 104.323 19.699 104.757Q19.699 105.078 19.403 105.280Q19.108 105.482 18.704 105.571Q18.301 105.660 17.987 105.660Q17.669 105.660 17.265 105.571Q16.862 105.482 16.566 105.280Q16.271 105.078 16.271 104.757M16.725 104.757Q16.725 104.986 16.944 105.135Q17.163 105.284 17.455 105.352Q17.747 105.420 17.987 105.420Q18.151 105.420 18.359 105.384Q18.568 105.349 18.774 105.268Q18.981 105.188 19.113 105.060Q19.244 104.932 19.244 104.757Q19.244 104.405 18.863 104.311Q18.482 104.217 17.980 104.217L17.361 104.217Q17.122 104.217 16.924 104.368Q16.725 104.518 16.725 104.757M17.775 102.970Q18.441 102.970 18.441 102.173Q18.441 101.373 17.775 101.373Q17.105 101.373 17.105 102.173Q17.105 102.970 17.775 102.970\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(60.931 -63.691)\">\u003Cpath d=\"M-22.756 104.217L-22.756 103.154Q-22.756 103.130-22.728 103.103Q-22.701 103.076-22.677 103.076L-22.568 103.076Q-22.503 103.076-22.489 103.134Q-22.393 103.568-22.147 103.819Q-21.901 104.070-21.487 104.070Q-21.146 104.070-20.893 103.937Q-20.640 103.804-20.640 103.496Q-20.640 103.339-20.734 103.224Q-20.828 103.110-20.966 103.041Q-21.105 102.973-21.272 102.935L-21.853 102.836Q-22.209 102.768-22.482 102.547Q-22.756 102.327-22.756 101.985Q-22.756 101.736-22.644 101.561Q-22.533 101.387-22.347 101.288Q-22.161 101.189-21.945 101.146Q-21.730 101.103-21.487 101.103Q-21.074 101.103-20.794 101.285L-20.578 101.110Q-20.568 101.107-20.561 101.105Q-20.554 101.103-20.544 101.103L-20.493 101.103Q-20.466 101.103-20.442 101.127Q-20.418 101.151-20.418 101.179L-20.418 102.026Q-20.418 102.047-20.442 102.074Q-20.466 102.101-20.493 102.101L-20.606 102.101Q-20.633 102.101-20.659 102.076Q-20.684 102.050-20.684 102.026Q-20.684 101.790-20.790 101.626Q-20.896 101.462-21.079 101.380Q-21.262 101.298-21.494 101.298Q-21.822 101.298-22.079 101.401Q-22.335 101.503-22.335 101.780Q-22.335 101.975-22.152 102.084Q-21.969 102.194-21.740 102.235L-21.166 102.341Q-20.920 102.389-20.706 102.517Q-20.493 102.645-20.356 102.848Q-20.219 103.052-20.219 103.301Q-20.219 103.814-20.585 104.053Q-20.951 104.292-21.487 104.292Q-21.983 104.292-22.315 103.998L-22.581 104.272Q-22.602 104.292-22.629 104.292L-22.677 104.292Q-22.701 104.292-22.728 104.265Q-22.756 104.238-22.756 104.217M-17.909 104.224L-19.543 104.224L-19.543 103.944Q-19.314 103.944-19.165 103.910Q-19.016 103.875-19.016 103.735L-19.016 100.116Q-19.016 99.846-19.124 99.784Q-19.232 99.723-19.543 99.723L-19.543 99.442L-18.463 99.367L-18.463 101.753Q-18.357 101.568-18.179 101.426Q-18.001 101.285-17.793 101.211Q-17.584 101.138-17.359 101.138Q-16.853 101.138-16.569 101.361Q-16.285 101.585-16.285 102.081L-16.285 103.735Q-16.285 103.872-16.137 103.908Q-15.988 103.944-15.762 103.944L-15.762 104.224L-17.393 104.224L-17.393 103.944Q-17.164 103.944-17.015 103.910Q-16.866 103.875-16.866 103.735L-16.866 102.095Q-16.866 101.760-16.986 101.560Q-17.106 101.360-17.420 101.360Q-17.690 101.360-17.924 101.496Q-18.158 101.633-18.297 101.867Q-18.435 102.101-18.435 102.375L-18.435 103.735Q-18.435 103.872-18.285 103.908Q-18.134 103.944-17.909 103.944L-17.909 104.224M-15.216 102.741Q-15.216 102.399-15.080 102.100Q-14.945 101.801-14.706 101.577Q-14.467 101.353-14.149 101.228Q-13.831 101.103-13.500 101.103Q-13.055 101.103-12.655 101.319Q-12.256 101.534-12.021 101.912Q-11.787 102.289-11.787 102.741Q-11.787 103.082-11.929 103.366Q-12.071 103.650-12.315 103.857Q-12.560 104.063-12.869 104.178Q-13.178 104.292-13.500 104.292Q-13.930 104.292-14.332 104.091Q-14.734 103.889-14.975 103.537Q-15.216 103.185-15.216 102.741M-13.500 104.043Q-12.898 104.043-12.674 103.665Q-12.450 103.287-12.450 102.655Q-12.450 102.043-12.685 101.684Q-12.919 101.326-13.500 101.326Q-14.552 101.326-14.552 102.655Q-14.552 103.287-14.327 103.665Q-14.101 104.043-13.500 104.043M-9.443 104.224L-11.179 104.224L-11.179 103.944Q-10.950 103.944-10.801 103.910Q-10.653 103.875-10.653 103.735L-10.653 101.886Q-10.653 101.616-10.760 101.555Q-10.868 101.493-11.179 101.493L-11.179 101.213L-10.150 101.138L-10.150 101.845Q-10.020 101.537-9.778 101.338Q-9.535 101.138-9.217 101.138Q-8.998 101.138-8.827 101.262Q-8.656 101.387-8.656 101.599Q-8.656 101.736-8.756 101.835Q-8.855 101.934-8.988 101.934Q-9.125 101.934-9.224 101.835Q-9.323 101.736-9.323 101.599Q-9.323 101.459-9.224 101.360Q-9.514 101.360-9.714 101.556Q-9.914 101.753-10.007 102.047Q-10.099 102.341-10.099 102.621L-10.099 103.735Q-10.099 103.944-9.443 103.944L-9.443 104.224M-7.546 103.383L-7.546 101.486L-8.185 101.486L-8.185 101.264Q-7.867 101.264-7.650 101.054Q-7.433 100.844-7.332 100.534Q-7.231 100.225-7.231 99.917L-6.965 99.917L-6.965 101.206L-5.888 101.206L-5.888 101.486L-6.965 101.486L-6.965 103.370Q-6.965 103.646-6.860 103.845Q-6.756 104.043-6.496 104.043Q-6.339 104.043-6.233 103.939Q-6.127 103.834-6.078 103.681Q-6.028 103.527-6.028 103.370L-6.028 102.956L-5.761 102.956L-5.761 103.383Q-5.761 103.609-5.861 103.819Q-5.960 104.029-6.144 104.161Q-6.329 104.292-6.558 104.292Q-6.995 104.292-7.270 104.055Q-7.546 103.817-7.546 103.383\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(60.931 -63.691)\">\u003Cpath d=\"M-2.240 104.217L-2.240 103.154Q-2.240 103.130-2.212 103.103Q-2.185 103.076-2.161 103.076L-2.052 103.076Q-1.987 103.076-1.973 103.134Q-1.877 103.568-1.631 103.819Q-1.385 104.070-0.971 104.070Q-0.630 104.070-0.377 103.937Q-0.124 103.804-0.124 103.496Q-0.124 103.339-0.218 103.224Q-0.312 103.110-0.450 103.041Q-0.589 102.973-0.756 102.935L-1.337 102.836Q-1.693 102.768-1.966 102.547Q-2.240 102.327-2.240 101.985Q-2.240 101.736-2.128 101.561Q-2.017 101.387-1.831 101.288Q-1.645 101.189-1.429 101.146Q-1.214 101.103-0.971 101.103Q-0.558 101.103-0.278 101.285L-0.062 101.110Q-0.052 101.107-0.045 101.105Q-0.038 101.103-0.028 101.103L0.023 101.103Q0.050 101.103 0.074 101.127Q0.098 101.151 0.098 101.179L0.098 102.026Q0.098 102.047 0.074 102.074Q0.050 102.101 0.023 102.101L-0.090 102.101Q-0.117 102.101-0.143 102.076Q-0.168 102.050-0.168 102.026Q-0.168 101.790-0.274 101.626Q-0.380 101.462-0.563 101.380Q-0.746 101.298-0.978 101.298Q-1.306 101.298-1.563 101.401Q-1.819 101.503-1.819 101.780Q-1.819 101.975-1.636 102.084Q-1.453 102.194-1.224 102.235L-0.650 102.341Q-0.404 102.389-0.190 102.517Q0.023 102.645 0.160 102.848Q0.297 103.052 0.297 103.301Q0.297 103.814-0.069 104.053Q-0.435 104.292-0.971 104.292Q-1.467 104.292-1.799 103.998L-2.065 104.272Q-2.086 104.292-2.113 104.292L-2.161 104.292Q-2.185 104.292-2.212 104.265Q-2.240 104.238-2.240 104.217M0.884 102.689Q0.884 102.368 1.009 102.079Q1.134 101.790 1.360 101.567Q1.585 101.343 1.881 101.223Q2.176 101.103 2.494 101.103Q2.822 101.103 3.084 101.203Q3.345 101.302 3.521 101.484Q3.697 101.667 3.791 101.925Q3.885 102.183 3.885 102.515Q3.885 102.607 3.803 102.628L1.548 102.628L1.548 102.689Q1.548 103.277 1.831 103.660Q2.115 104.043 2.682 104.043Q3.004 104.043 3.272 103.850Q3.540 103.657 3.629 103.342Q3.636 103.301 3.711 103.287L3.803 103.287Q3.885 103.311 3.885 103.383Q3.885 103.390 3.879 103.417Q3.766 103.814 3.395 104.053Q3.024 104.292 2.600 104.292Q2.163 104.292 1.763 104.084Q1.363 103.875 1.124 103.508Q0.884 103.141 0.884 102.689M1.554 102.419L3.369 102.419Q3.369 102.142 3.272 101.890Q3.175 101.637 2.976 101.481Q2.778 101.326 2.494 101.326Q2.217 101.326 2.004 101.484Q1.790 101.643 1.672 101.898Q1.554 102.153 1.554 102.419M6.097 104.292Q5.666 104.292 5.290 104.080Q4.914 103.869 4.694 103.508Q4.473 103.147 4.473 102.713Q4.473 102.269 4.711 101.908Q4.948 101.548 5.335 101.343Q5.721 101.138 6.162 101.138Q6.480 101.138 6.763 101.293Q7.047 101.449 7.232 101.725L7.478 101.138L7.714 101.138L7.714 105.092Q7.714 105.229 7.864 105.265Q8.014 105.301 8.240 105.301L8.240 105.581L6.610 105.581L6.610 105.301Q6.835 105.301 6.984 105.266Q7.133 105.232 7.133 105.092L7.133 103.831Q6.934 104.050 6.663 104.171Q6.391 104.292 6.097 104.292M6.148 104.070Q6.480 104.070 6.751 103.865Q7.023 103.660 7.163 103.335L7.163 102.201Q7.105 101.978 6.974 101.796Q6.842 101.613 6.652 101.502Q6.463 101.391 6.237 101.391Q5.909 101.391 5.658 101.587Q5.406 101.784 5.273 102.091Q5.140 102.399 5.140 102.720Q5.140 103.021 5.256 103.337Q5.372 103.653 5.601 103.862Q5.830 104.070 6.148 104.070M9.074 103.804Q9.074 103.636 9.197 103.513Q9.320 103.390 9.494 103.390Q9.662 103.390 9.785 103.513Q9.908 103.636 9.908 103.804Q9.908 103.978 9.785 104.101Q9.662 104.224 9.494 104.224Q9.320 104.224 9.197 104.101Q9.074 103.978 9.074 103.804\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(60.931 -63.691)\">\u003Cpath d=\"M16.200 104.224L14.457 104.224L14.457 103.944Q15.202 103.944 15.506 103.544L16.794 101.838L15.366 99.934Q15.239 99.791 15.046 99.757Q14.853 99.723 14.563 99.723L14.563 99.442L16.576 99.442L16.576 99.723Q16.456 99.723 16.306 99.767Q16.155 99.811 16.155 99.897Q16.155 99.907 16.162 99.917Q16.169 99.928 16.172 99.934L17.201 101.305L18.097 100.122Q18.138 100.071 18.138 100.003Q18.138 99.866 18.018 99.794Q17.898 99.723 17.752 99.723L17.752 99.442L19.495 99.442L19.495 99.723Q18.753 99.723 18.445 100.122L17.376 101.544L19.013 103.735Q19.143 103.875 19.336 103.910Q19.529 103.944 19.826 103.944L19.826 104.224L17.803 104.224L17.803 103.944Q17.922 103.944 18.073 103.899Q18.223 103.855 18.223 103.769Q18.223 103.752 18.221 103.745Q18.220 103.739 18.216 103.735L16.969 102.074L15.855 103.544Q15.814 103.599 15.814 103.663Q15.814 103.793 15.935 103.869Q16.056 103.944 16.200 103.944\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-54.368 13.175H8.228V-9.587h-62.596Z\"\u002F>\u003Cg transform=\"translate(-20.163 -100.038)\">\u003Cpath d=\"M-18.288 104.224L-22.691 104.224L-22.691 103.944Q-21.969 103.944-21.969 103.735L-21.969 99.934Q-21.969 99.723-22.691 99.723L-22.691 99.442L-18.401 99.442L-18.193 101.079L-18.456 101.079Q-18.514 100.608-18.616 100.343Q-18.719 100.078-18.903 99.945Q-19.088 99.811-19.360 99.767Q-19.632 99.723-20.131 99.723L-20.913 99.723Q-21.101 99.723-21.190 99.757Q-21.279 99.791-21.279 99.934L-21.279 101.599L-20.705 101.599Q-20.315 101.599-20.132 101.548Q-19.949 101.496-19.867 101.324Q-19.785 101.151-19.785 100.779L-19.522 100.779L-19.522 102.700L-19.785 102.700Q-19.785 102.327-19.867 102.154Q-19.949 101.982-20.132 101.931Q-20.315 101.879-20.705 101.879L-21.279 101.879L-21.279 103.735Q-21.279 103.875-21.190 103.910Q-21.101 103.944-20.913 103.944L-20.066 103.944Q-19.536 103.944-19.226 103.875Q-18.917 103.807-18.729 103.640Q-18.541 103.472-18.434 103.170Q-18.326 102.867-18.240 102.354L-17.974 102.354L-18.288 104.224M-15.588 104.224L-17.321 104.224L-17.321 103.944Q-16.600 103.944-16.600 103.544L-16.600 99.757Q-16.832 99.723-17.321 99.723L-17.321 99.442L-15.964 99.442Q-15.923 99.456-15.903 99.470L-13.199 103.117L-13.199 100.122Q-13.199 99.723-13.920 99.723L-13.920 99.442L-12.184 99.442L-12.184 99.723Q-12.905 99.723-12.905 100.122L-12.905 104.132Q-12.922 104.207-12.990 104.224L-13.110 104.224Q-13.158 104.214-13.172 104.190L-16.306 99.969L-16.306 103.544Q-16.306 103.944-15.588 103.944L-15.588 104.224M-11.312 101.831Q-11.312 101.305-11.095 100.837Q-10.878 100.369-10.495 100.023Q-10.112 99.678-9.629 99.490Q-9.145 99.302-8.615 99.302Q-8.212 99.302-7.848 99.459Q-7.484 99.617-7.200 99.911L-6.777 99.329Q-6.742 99.302-6.718 99.302L-6.671 99.302Q-6.640 99.302-6.616 99.326Q-6.592 99.350-6.592 99.381L-6.592 101.244Q-6.592 101.267-6.618 101.293Q-6.643 101.319-6.671 101.319L-6.797 101.319Q-6.859 101.319-6.872 101.244Q-6.903 100.929-7.038 100.625Q-7.173 100.321-7.388 100.087Q-7.604 99.852-7.893 99.717Q-8.181 99.582-8.509 99.582Q-9.152 99.582-9.610 99.876Q-10.068 100.170-10.300 100.683Q-10.533 101.196-10.533 101.831Q-10.533 102.303-10.403 102.712Q-10.273 103.120-10.013 103.433Q-9.754 103.745-9.374 103.915Q-8.995 104.084-8.503 104.084Q-8.174 104.084-7.881 103.968Q-7.587 103.851-7.352 103.636Q-7.118 103.421-6.988 103.132Q-6.859 102.843-6.859 102.515Q-6.859 102.488-6.831 102.464Q-6.804 102.440-6.783 102.440L-6.671 102.440Q-6.633 102.440-6.612 102.465Q-6.592 102.491-6.592 102.529Q-6.592 102.925-6.758 103.262Q-6.924 103.599-7.211 103.846Q-7.498 104.094-7.867 104.229Q-8.236 104.364-8.615 104.364Q-9.135 104.364-9.627 104.174Q-10.119 103.985-10.499 103.641Q-10.878 103.298-11.095 102.829Q-11.312 102.361-11.312 101.831M-5.608 101.859Q-5.608 101.172-5.259 100.582Q-4.910 99.993-4.316 99.647Q-3.721 99.302-3.030 99.302Q-2.340 99.302-1.745 99.647Q-1.151 99.993-0.802 100.582Q-0.453 101.172-0.453 101.859Q-0.453 102.546-0.805 103.120Q-1.157 103.694-1.750 104.029Q-2.343 104.364-3.030 104.364Q-3.543 104.364-4.011 104.171Q-4.480 103.978-4.839 103.636Q-5.197 103.294-5.403 102.833Q-5.608 102.371-5.608 101.859M-3.030 104.104Q-2.425 104.104-2.019 103.759Q-1.612 103.414-1.422 102.876Q-1.233 102.337-1.233 101.739Q-1.233 101.305-1.344 100.917Q-1.455 100.529-1.680 100.222Q-1.906 99.914-2.248 99.734Q-2.590 99.555-3.030 99.555Q-3.468 99.555-3.806 99.731Q-4.145 99.907-4.374 100.222Q-4.603 100.536-4.716 100.929Q-4.828 101.322-4.828 101.739Q-4.828 102.327-4.637 102.870Q-4.445 103.414-4.039 103.759Q-3.632 104.104-3.030 104.104M3.207 104.224L0.435 104.224L0.435 103.944Q1.157 103.944 1.157 103.735L1.157 99.934Q1.157 99.723 0.435 99.723L0.435 99.442L3.207 99.442Q3.693 99.442 4.128 99.637Q4.564 99.832 4.887 100.174Q5.210 100.516 5.388 100.956Q5.566 101.397 5.566 101.879Q5.566 102.365 5.381 102.788Q5.197 103.212 4.874 103.534Q4.551 103.855 4.118 104.039Q3.686 104.224 3.207 104.224M1.820 99.934L1.820 103.735Q1.820 103.875 1.909 103.910Q1.997 103.944 2.185 103.944L3.009 103.944Q3.635 103.944 4.038 103.682Q4.441 103.421 4.629 102.954Q4.817 102.488 4.817 101.879Q4.817 101.401 4.725 101.008Q4.633 100.615 4.383 100.317Q4.144 100.030 3.780 99.876Q3.416 99.723 3.009 99.723L2.185 99.723Q1.997 99.723 1.909 99.757Q1.820 99.791 1.820 99.934M10.843 104.224L6.441 104.224L6.441 103.944Q7.162 103.944 7.162 103.735L7.162 99.934Q7.162 99.723 6.441 99.723L6.441 99.442L10.730 99.442L10.939 101.079L10.676 101.079Q10.617 100.608 10.515 100.343Q10.412 100.078 10.228 99.945Q10.043 99.811 9.772 99.767Q9.500 99.723 9.001 99.723L8.218 99.723Q8.030 99.723 7.941 99.757Q7.852 99.791 7.852 99.934L7.852 101.599L8.427 101.599Q8.816 101.599 8.999 101.548Q9.182 101.496 9.264 101.324Q9.346 101.151 9.346 100.779L9.609 100.779L9.609 102.700L9.346 102.700Q9.346 102.327 9.264 102.154Q9.182 101.982 8.999 101.931Q8.816 101.879 8.427 101.879L7.852 101.879L7.852 103.735Q7.852 103.875 7.941 103.910Q8.030 103.944 8.218 103.944L9.066 103.944Q9.596 103.944 9.905 103.875Q10.214 103.807 10.402 103.640Q10.590 103.472 10.698 103.170Q10.805 102.867 10.891 102.354L11.158 102.354L10.843 104.224M13.930 104.224L11.824 104.224L11.824 103.944Q12.545 103.944 12.545 103.735L12.545 99.934Q12.545 99.723 11.824 99.723L11.824 99.442L14.162 99.442Q14.473 99.442 14.816 99.516Q15.160 99.589 15.481 99.745Q15.803 99.900 16.004 100.146Q16.206 100.392 16.206 100.717Q16.206 101.004 16.018 101.235Q15.830 101.466 15.553 101.614Q15.276 101.763 14.986 101.845Q15.321 101.948 15.555 102.180Q15.789 102.412 15.833 102.741L15.919 103.349Q15.946 103.561 15.992 103.730Q16.038 103.899 16.143 104.019Q16.247 104.139 16.435 104.139Q16.650 104.139 16.766 103.954Q16.883 103.769 16.883 103.537Q16.900 103.472 16.975 103.455L17.067 103.455Q17.149 103.475 17.149 103.557Q17.149 103.763 17.059 103.949Q16.968 104.135 16.802 104.250Q16.637 104.364 16.435 104.364Q16.097 104.364 15.803 104.263Q15.509 104.162 15.324 103.940Q15.139 103.718 15.139 103.370L15.139 102.761Q15.139 102.512 14.996 102.325Q14.852 102.139 14.628 102.040Q14.405 101.941 14.155 101.941L13.208 101.941L13.208 103.735Q13.208 103.944 13.930 103.944L13.930 104.224M13.208 99.934L13.208 101.719L14.063 101.719Q14.350 101.719 14.589 101.676Q14.828 101.633 15.016 101.524Q15.204 101.414 15.315 101.216Q15.427 101.018 15.427 100.717Q15.427 100.140 15.059 99.931Q14.692 99.723 14.063 99.723L13.574 99.723Q13.386 99.723 13.297 99.757Q13.208 99.791 13.208 99.934\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M5.383-26.659h125.192V-49.42H5.383Z\"\u002F>\u003Cg transform=\"translate(70.826 -139.872)\">\u003Cpath d=\"M-19.905 104.224L-22.677 104.224L-22.677 103.944Q-21.956 103.944-21.956 103.735L-21.956 99.934Q-21.956 99.723-22.677 99.723L-22.677 99.442L-19.905 99.442Q-19.420 99.442-18.984 99.637Q-18.548 99.832-18.225 100.174Q-17.902 100.516-17.724 100.956Q-17.547 101.397-17.547 101.879Q-17.547 102.365-17.731 102.788Q-17.916 103.212-18.239 103.534Q-18.562 103.855-18.994 104.039Q-19.426 104.224-19.905 104.224M-21.293 99.934L-21.293 103.735Q-21.293 103.875-21.204 103.910Q-21.115 103.944-20.927 103.944L-20.103 103.944Q-19.478 103.944-19.074 103.682Q-18.671 103.421-18.483 102.954Q-18.295 102.488-18.295 101.879Q-18.295 101.401-18.387 101.008Q-18.480 100.615-18.729 100.317Q-18.968 100.030-19.332 99.876Q-19.696 99.723-20.103 99.723L-20.927 99.723Q-21.115 99.723-21.204 99.757Q-21.293 99.791-21.293 99.934M-12.269 104.224L-16.672 104.224L-16.672 103.944Q-15.950 103.944-15.950 103.735L-15.950 99.934Q-15.950 99.723-16.672 99.723L-16.672 99.442L-12.382 99.442L-12.174 101.079L-12.437 101.079Q-12.495 100.608-12.597 100.343Q-12.700 100.078-12.884 99.945Q-13.069 99.811-13.341 99.767Q-13.612 99.723-14.112 99.723L-14.894 99.723Q-15.082 99.723-15.171 99.757Q-15.260 99.791-15.260 99.934L-15.260 101.599L-14.686 101.599Q-14.296 101.599-14.113 101.548Q-13.930 101.496-13.848 101.324Q-13.766 101.151-13.766 100.779L-13.503 100.779L-13.503 102.700L-13.766 102.700Q-13.766 102.327-13.848 102.154Q-13.930 101.982-14.113 101.931Q-14.296 101.879-14.686 101.879L-15.260 101.879L-15.260 103.735Q-15.260 103.875-15.171 103.910Q-15.082 103.944-14.894 103.944L-14.047 103.944Q-13.517 103.944-13.207 103.875Q-12.898 103.807-12.710 103.640Q-12.522 103.472-12.414 103.170Q-12.307 102.867-12.221 102.354L-11.955 102.354L-12.269 104.224M-11.193 101.831Q-11.193 101.305-10.976 100.837Q-10.758 100.369-10.376 100.023Q-9.993 99.678-9.509 99.490Q-9.026 99.302-8.496 99.302Q-8.092 99.302-7.728 99.459Q-7.364 99.617-7.081 99.911L-6.657 99.329Q-6.623 99.302-6.599 99.302L-6.551 99.302Q-6.520 99.302-6.496 99.326Q-6.472 99.350-6.472 99.381L-6.472 101.244Q-6.472 101.267-6.498 101.293Q-6.524 101.319-6.551 101.319L-6.677 101.319Q-6.739 101.319-6.753 101.244Q-6.783 100.929-6.918 100.625Q-7.053 100.321-7.269 100.087Q-7.484 99.852-7.773 99.717Q-8.062 99.582-8.390 99.582Q-9.032 99.582-9.490 99.876Q-9.948 100.170-10.181 100.683Q-10.413 101.196-10.413 101.831Q-10.413 102.303-10.283 102.712Q-10.153 103.120-9.894 103.433Q-9.634 103.745-9.255 103.915Q-8.875 104.084-8.383 104.084Q-8.055 104.084-7.761 103.968Q-7.467 103.851-7.233 103.636Q-6.999 103.421-6.869 103.132Q-6.739 102.843-6.739 102.515Q-6.739 102.488-6.712 102.464Q-6.684 102.440-6.664 102.440L-6.551 102.440Q-6.513 102.440-6.493 102.465Q-6.472 102.491-6.472 102.529Q-6.472 102.925-6.638 103.262Q-6.804 103.599-7.091 103.846Q-7.378 104.094-7.747 104.229Q-8.116 104.364-8.496 104.364Q-9.015 104.364-9.508 104.174Q-10 103.985-10.379 103.641Q-10.758 103.298-10.976 102.829Q-11.193 102.361-11.193 101.831M-5.488 101.859Q-5.488 101.172-5.139 100.582Q-4.791 99.993-4.196 99.647Q-3.601 99.302-2.911 99.302Q-2.220 99.302-1.626 99.647Q-1.031 99.993-0.682 100.582Q-0.334 101.172-0.334 101.859Q-0.334 102.546-0.686 103.120Q-1.038 103.694-1.631 104.029Q-2.224 104.364-2.911 104.364Q-3.424 104.364-3.892 104.171Q-4.360 103.978-4.719 103.636Q-5.078 103.294-5.283 102.833Q-5.488 102.371-5.488 101.859M-2.911 104.104Q-2.306 104.104-1.899 103.759Q-1.492 103.414-1.303 102.876Q-1.113 102.337-1.113 101.739Q-1.113 101.305-1.224 100.917Q-1.335 100.529-1.561 100.222Q-1.786 99.914-2.128 99.734Q-2.470 99.555-2.911 99.555Q-3.348 99.555-3.687 99.731Q-4.025 99.907-4.254 100.222Q-4.483 100.536-4.596 100.929Q-4.709 101.322-4.709 101.739Q-4.709 102.327-4.517 102.870Q-4.326 103.414-3.919 103.759Q-3.512 104.104-2.911 104.104M3.327 104.224L0.555 104.224L0.555 103.944Q1.276 103.944 1.276 103.735L1.276 99.934Q1.276 99.723 0.555 99.723L0.555 99.442L3.327 99.442Q3.812 99.442 4.248 99.637Q4.684 99.832 5.007 100.174Q5.330 100.516 5.508 100.956Q5.685 101.397 5.685 101.879Q5.685 102.365 5.501 102.788Q5.316 103.212 4.993 103.534Q4.670 103.855 4.238 104.039Q3.805 104.224 3.327 104.224M1.939 99.934L1.939 103.735Q1.939 103.875 2.028 103.910Q2.117 103.944 2.305 103.944L3.129 103.944Q3.754 103.944 4.158 103.682Q4.561 103.421 4.749 102.954Q4.937 102.488 4.937 101.879Q4.937 101.401 4.845 101.008Q4.752 100.615 4.503 100.317Q4.263 100.030 3.899 99.876Q3.535 99.723 3.129 99.723L2.305 99.723Q2.117 99.723 2.028 99.757Q1.939 99.791 1.939 99.934M10.963 104.224L6.560 104.224L6.560 103.944Q7.282 103.944 7.282 103.735L7.282 99.934Q7.282 99.723 6.560 99.723L6.560 99.442L10.850 99.442L11.058 101.079L10.795 101.079Q10.737 100.608 10.635 100.343Q10.532 100.078 10.347 99.945Q10.163 99.811 9.891 99.767Q9.619 99.723 9.120 99.723L8.338 99.723Q8.150 99.723 8.061 99.757Q7.972 99.791 7.972 99.934L7.972 101.599L8.546 101.599Q8.936 101.599 9.119 101.548Q9.302 101.496 9.384 101.324Q9.466 101.151 9.466 100.779L9.729 100.779L9.729 102.700L9.466 102.700Q9.466 102.327 9.384 102.154Q9.302 101.982 9.119 101.931Q8.936 101.879 8.546 101.879L7.972 101.879L7.972 103.735Q7.972 103.875 8.061 103.910Q8.150 103.944 8.338 103.944L9.185 103.944Q9.715 103.944 10.024 103.875Q10.334 103.807 10.522 103.640Q10.710 103.472 10.817 103.170Q10.925 102.867 11.011 102.354L11.277 102.354L10.963 104.224M14.049 104.224L11.944 104.224L11.944 103.944Q12.665 103.944 12.665 103.735L12.665 99.934Q12.665 99.723 11.944 99.723L11.944 99.442L14.282 99.442Q14.593 99.442 14.936 99.516Q15.280 99.589 15.601 99.745Q15.922 99.900 16.124 100.146Q16.326 100.392 16.326 100.717Q16.326 101.004 16.138 101.235Q15.950 101.466 15.673 101.614Q15.396 101.763 15.105 101.845Q15.440 101.948 15.674 102.180Q15.909 102.412 15.953 102.741L16.038 103.349Q16.066 103.561 16.112 103.730Q16.158 103.899 16.262 104.019Q16.367 104.139 16.555 104.139Q16.770 104.139 16.886 103.954Q17.002 103.769 17.002 103.537Q17.019 103.472 17.095 103.455L17.187 103.455Q17.269 103.475 17.269 103.557Q17.269 103.763 17.178 103.949Q17.088 104.135 16.922 104.250Q16.756 104.364 16.555 104.364Q16.216 104.364 15.922 104.263Q15.628 104.162 15.444 103.940Q15.259 103.718 15.259 103.370L15.259 102.761Q15.259 102.512 15.116 102.325Q14.972 102.139 14.748 102.040Q14.524 101.941 14.275 101.941L13.328 101.941L13.328 103.735Q13.328 103.944 14.049 103.944L14.049 104.224M13.328 99.934L13.328 101.719L14.182 101.719Q14.470 101.719 14.709 101.676Q14.948 101.633 15.136 101.524Q15.324 101.414 15.435 101.216Q15.546 101.018 15.546 100.717Q15.546 100.140 15.179 99.931Q14.811 99.723 14.182 99.723L13.694 99.723Q13.506 99.723 13.417 99.757Q13.328 99.791 13.328 99.934\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-23.07 98.26V87.107\"\u002F>\u003Cpath stroke=\"none\" d=\"m-23.07 84.507-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m-23.068 61.345.003-9.803\"\u002F>\u003Cpath stroke=\"none\" d=\"m-23.065 48.942-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"m-23.066 28.622-.003-12.647\"\u002F>\u003Cpath stroke=\"none\" d=\"m-23.07 13.375-2.079 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M8.428 1.794c-4.47-14.94-5.238-24.368-3.577-37.255\"\u002F>\u003Cpath stroke=\"none\" d=\"m5.183-38.04-2.595 3.86 2.263-1.281 1.863 1.813\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-22.73 -116.7)\">\u003Cpath d=\"M-20.558 104.224L-22.691 104.224L-22.691 103.944Q-21.969 103.944-21.969 103.735L-21.969 99.934Q-21.969 99.723-22.691 99.723L-22.691 99.442L-20.558 99.442L-20.558 99.723Q-21.279 99.723-21.279 99.934L-21.279 101.599L-18.968 101.599L-18.968 99.934Q-18.968 99.723-19.690 99.723L-19.690 99.442L-17.553 99.442L-17.553 99.723Q-18.275 99.723-18.275 99.934L-18.275 103.735Q-18.275 103.944-17.553 103.944L-17.553 104.224L-19.690 104.224L-19.690 103.944Q-18.968 103.944-18.968 103.735L-18.968 101.879L-21.279 101.879L-21.279 103.735Q-21.279 103.944-20.558 103.944\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-22.73 -116.7)\">\u003Cpath d=\"M-12.029 105.974Q-12.579 105.574-12.950 105.019Q-13.321 104.463-13.502 103.817Q-13.683 103.171-13.683 102.474Q-13.683 101.961-13.583 101.466Q-13.482 100.970-13.277 100.519Q-13.072 100.068-12.759 99.676Q-12.446 99.285-12.029 98.981Q-12.019 98.977-12.012 98.976Q-12.005 98.974-11.995 98.974L-11.927 98.974Q-11.892 98.974-11.870 98.998Q-11.848 99.022-11.848 99.059Q-11.848 99.104-11.875 99.121Q-12.224 99.422-12.477 99.806Q-12.730 100.191-12.882 100.632Q-13.034 101.073-13.106 101.529Q-13.178 101.985-13.178 102.474Q-13.178 103.475-12.868 104.362Q-12.559 105.249-11.875 105.834Q-11.848 105.851-11.848 105.895Q-11.848 105.933-11.870 105.957Q-11.892 105.981-11.927 105.981L-11.995 105.981Q-12.002 105.977-12.010 105.976Q-12.019 105.974-12.029 105.974M-10.980 103.496Q-10.980 103.164-10.756 102.937Q-10.532 102.710-10.189 102.582Q-9.845 102.453-9.473 102.401Q-9.100 102.348-8.796 102.348L-8.796 102.095Q-8.796 101.890-8.903 101.710Q-9.011 101.531-9.192 101.428Q-9.373 101.326-9.582 101.326Q-9.989 101.326-10.224 101.418Q-10.136 101.455-10.089 101.539Q-10.043 101.623-10.043 101.725Q-10.043 101.821-10.089 101.900Q-10.136 101.978-10.216 102.023Q-10.296 102.067-10.385 102.067Q-10.536 102.067-10.636 101.970Q-10.737 101.872-10.737 101.725Q-10.737 101.103-9.582 101.103Q-9.370 101.103-9.120 101.167Q-8.871 101.230-8.669 101.349Q-8.468 101.469-8.341 101.654Q-8.215 101.838-8.215 102.081L-8.215 103.657Q-8.215 103.773-8.153 103.869Q-8.092 103.964-7.979 103.964Q-7.869 103.964-7.805 103.870Q-7.740 103.776-7.740 103.657L-7.740 103.209L-7.473 103.209L-7.473 103.657Q-7.473 103.927-7.700 104.092Q-7.928 104.258-8.208 104.258Q-8.416 104.258-8.553 104.104Q-8.690 103.951-8.714 103.735Q-8.861 104.002-9.143 104.147Q-9.425 104.292-9.749 104.292Q-10.026 104.292-10.310 104.217Q-10.594 104.142-10.787 103.963Q-10.980 103.783-10.980 103.496M-10.365 103.496Q-10.365 103.670-10.264 103.800Q-10.163 103.930-10.007 104Q-9.852 104.070-9.688 104.070Q-9.469 104.070-9.261 103.973Q-9.052 103.875-8.924 103.694Q-8.796 103.513-8.796 103.287L-8.796 102.559Q-9.120 102.559-9.486 102.650Q-9.852 102.741-10.108 102.953Q-10.365 103.164-10.365 103.496M-6.530 103.383L-6.530 101.486L-7.169 101.486L-7.169 101.264Q-6.851 101.264-6.634 101.054Q-6.417 100.844-6.316 100.534Q-6.215 100.225-6.215 99.917L-5.949 99.917L-5.949 101.206L-4.872 101.206L-4.872 101.486L-5.949 101.486L-5.949 103.370Q-5.949 103.646-5.844 103.845Q-5.740 104.043-5.480 104.043Q-5.323 104.043-5.217 103.939Q-5.111 103.834-5.062 103.681Q-5.012 103.527-5.012 103.370L-5.012 102.956L-4.745 102.956L-4.745 103.383Q-4.745 103.609-4.845 103.819Q-4.944 104.029-5.128 104.161Q-5.313 104.292-5.542 104.292Q-5.979 104.292-6.254 104.055Q-6.530 103.817-6.530 103.383M-3.409 103.383L-3.409 101.486L-4.048 101.486L-4.048 101.264Q-3.730 101.264-3.513 101.054Q-3.296 100.844-3.195 100.534Q-3.095 100.225-3.095 99.917L-2.828 99.917L-2.828 101.206L-1.751 101.206L-1.751 101.486L-2.828 101.486L-2.828 103.370Q-2.828 103.646-2.724 103.845Q-2.619 104.043-2.360 104.043Q-2.202 104.043-2.097 103.939Q-1.991 103.834-1.941 103.681Q-1.891 103.527-1.891 103.370L-1.891 102.956L-1.625 102.956L-1.625 103.383Q-1.625 103.609-1.724 103.819Q-1.823 104.029-2.008 104.161Q-2.192 104.292-2.421 104.292Q-2.859 104.292-3.134 104.055Q-3.409 103.817-3.409 103.383M-0.856 102.689Q-0.856 102.368-0.731 102.079Q-0.606 101.790-0.381 101.567Q-0.155 101.343 0.141 101.223Q0.436 101.103 0.754 101.103Q1.082 101.103 1.344 101.203Q1.605 101.302 1.781 101.484Q1.957 101.667 2.051 101.925Q2.145 102.183 2.145 102.515Q2.145 102.607 2.063 102.628L-0.193 102.628L-0.193 102.689Q-0.193 103.277 0.091 103.660Q0.375 104.043 0.942 104.043Q1.263 104.043 1.532 103.850Q1.800 103.657 1.889 103.342Q1.896 103.301 1.971 103.287L2.063 103.287Q2.145 103.311 2.145 103.383Q2.145 103.390 2.138 103.417Q2.026 103.814 1.655 104.053Q1.284 104.292 0.860 104.292Q0.423 104.292 0.023 104.084Q-0.377 103.875-0.617 103.508Q-0.856 103.141-0.856 102.689M-0.186 102.419L1.629 102.419Q1.629 102.142 1.532 101.890Q1.434 101.637 1.236 101.481Q1.038 101.326 0.754 101.326Q0.477 101.326 0.264 101.484Q0.050 101.643-0.068 101.898Q-0.186 102.153-0.186 102.419M4.415 104.224L2.781 104.224L2.781 103.944Q3.010 103.944 3.159 103.910Q3.307 103.875 3.307 103.735L3.307 101.886Q3.307 101.616 3.200 101.555Q3.092 101.493 2.781 101.493L2.781 101.213L3.840 101.138L3.840 101.787Q4.011 101.479 4.316 101.308Q4.620 101.138 4.965 101.138Q5.471 101.138 5.755 101.361Q6.038 101.585 6.038 102.081L6.038 103.735Q6.038 103.872 6.187 103.908Q6.336 103.944 6.561 103.944L6.561 104.224L4.931 104.224L4.931 103.944Q5.160 103.944 5.308 103.910Q5.457 103.875 5.457 103.735L5.457 102.095Q5.457 101.760 5.338 101.560Q5.218 101.360 4.903 101.360Q4.633 101.360 4.399 101.496Q4.165 101.633 4.027 101.867Q3.888 102.101 3.888 102.375L3.888 103.735Q3.888 103.872 4.039 103.908Q4.189 103.944 4.415 103.944L4.415 104.224M7.675 103.383L7.675 101.486L7.036 101.486L7.036 101.264Q7.354 101.264 7.571 101.054Q7.788 100.844 7.889 100.534Q7.990 100.225 7.990 99.917L8.256 99.917L8.256 101.206L9.333 101.206L9.333 101.486L8.256 101.486L8.256 103.370Q8.256 103.646 8.361 103.845Q8.465 104.043 8.725 104.043Q8.882 104.043 8.988 103.939Q9.094 103.834 9.143 103.681Q9.193 103.527 9.193 103.370L9.193 102.956L9.460 102.956L9.460 103.383Q9.460 103.609 9.360 103.819Q9.261 104.029 9.077 104.161Q8.892 104.292 8.663 104.292Q8.226 104.292 7.951 104.055Q7.675 103.817 7.675 103.383M11.886 104.224L10.335 104.224L10.335 103.944Q10.560 103.944 10.709 103.910Q10.858 103.875 10.858 103.735L10.858 101.886Q10.858 101.698 10.810 101.614Q10.762 101.531 10.664 101.512Q10.567 101.493 10.355 101.493L10.355 101.213L11.411 101.138L11.411 103.735Q11.411 103.875 11.543 103.910Q11.674 103.944 11.886 103.944L11.886 104.224M10.615 99.917Q10.615 99.746 10.738 99.627Q10.861 99.507 11.032 99.507Q11.199 99.507 11.322 99.627Q11.445 99.746 11.445 99.917Q11.445 100.092 11.322 100.215Q11.199 100.338 11.032 100.338Q10.861 100.338 10.738 100.215Q10.615 100.092 10.615 99.917M12.491 102.741Q12.491 102.399 12.626 102.100Q12.761 101.801 13.001 101.577Q13.240 101.353 13.558 101.228Q13.876 101.103 14.207 101.103Q14.652 101.103 15.051 101.319Q15.451 101.534 15.685 101.912Q15.920 102.289 15.920 102.741Q15.920 103.082 15.778 103.366Q15.636 103.650 15.392 103.857Q15.147 104.063 14.838 104.178Q14.528 104.292 14.207 104.292Q13.777 104.292 13.375 104.091Q12.973 103.889 12.732 103.537Q12.491 103.185 12.491 102.741M14.207 104.043Q14.809 104.043 15.033 103.665Q15.256 103.287 15.256 102.655Q15.256 102.043 15.022 101.684Q14.788 101.326 14.207 101.326Q13.154 101.326 13.154 102.655Q13.154 103.287 13.380 103.665Q13.606 104.043 14.207 104.043M18.196 104.224L16.562 104.224L16.562 103.944Q16.791 103.944 16.940 103.910Q17.089 103.875 17.089 103.735L17.089 101.886Q17.089 101.616 16.981 101.555Q16.873 101.493 16.562 101.493L16.562 101.213L17.622 101.138L17.622 101.787Q17.793 101.479 18.097 101.308Q18.401 101.138 18.746 101.138Q19.252 101.138 19.536 101.361Q19.819 101.585 19.819 102.081L19.819 103.735Q19.819 103.872 19.968 103.908Q20.117 103.944 20.342 103.944L20.342 104.224L18.712 104.224L18.712 103.944Q18.941 103.944 19.090 103.910Q19.238 103.875 19.238 103.735L19.238 102.095Q19.238 101.760 19.119 101.560Q18.999 101.360 18.685 101.360Q18.415 101.360 18.181 101.496Q17.946 101.633 17.808 101.867Q17.670 102.101 17.670 102.375L17.670 103.735Q17.670 103.872 17.820 103.908Q17.970 103.944 18.196 103.944L18.196 104.224M21.252 105.981L21.183 105.981Q21.149 105.981 21.127 105.955Q21.105 105.930 21.105 105.895Q21.105 105.851 21.135 105.834Q21.491 105.530 21.740 105.140Q21.990 104.750 22.142 104.318Q22.294 103.886 22.364 103.417Q22.434 102.949 22.434 102.474Q22.434 101.995 22.364 101.529Q22.294 101.062 22.140 100.627Q21.986 100.191 21.735 99.803Q21.484 99.415 21.135 99.121Q21.105 99.104 21.105 99.059Q21.105 99.025 21.127 99Q21.149 98.974 21.183 98.974L21.252 98.974Q21.262 98.974 21.270 98.976Q21.279 98.977 21.289 98.981Q21.833 99.381 22.205 99.934Q22.578 100.488 22.759 101.134Q22.940 101.780 22.940 102.474Q22.940 103.175 22.759 103.822Q22.578 104.470 22.204 105.024Q21.829 105.578 21.289 105.974Q21.279 105.974 21.270 105.976Q21.262 105.977 21.252 105.981\" 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(34.864 -168.272)\">\u003Cpath d=\"M-22.453 103.986L-22.453 103.896Q-22.402 103.689-22.207 103.665L-21.168 103.665L-21.168 101.337L-22.140 101.337Q-22.340 101.314-22.390 101.095L-22.390 101.009Q-22.340 100.798-22.140 100.775L-20.773 100.775Q-20.578 100.794-20.527 101.009L-20.527 103.665L-19.613 103.665Q-19.418 103.689-19.367 103.896L-19.367 103.986Q-19.418 104.201-19.613 104.224L-22.207 104.224Q-22.402 104.201-22.453 103.986M-21.422 99.798L-21.422 99.744Q-21.422 99.572-21.285 99.451Q-21.148 99.329-20.972 99.329Q-20.800 99.329-20.664 99.451Q-20.527 99.572-20.527 99.744L-20.527 99.798Q-20.527 99.974-20.664 100.095Q-20.800 100.216-20.972 100.216Q-21.148 100.216-21.285 100.095Q-21.422 99.974-21.422 99.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M13.919-50.843v-9.382\"\u002F>\u003Cpath stroke=\"none\" d=\"m13.919-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(54.78 -168.502)\">\u003Cpath d=\"M-21.871 103.119L-21.871 101.337L-22.621 101.337Q-22.820 101.314-22.871 101.095L-22.871 101.009Q-22.820 100.798-22.621 100.775L-21.871 100.775L-21.871 100.025Q-21.820 99.818-21.621 99.790L-21.476 99.790Q-21.281 99.818-21.230 100.025L-21.230 100.775L-19.871 100.775Q-19.679 100.794-19.621 101.009L-19.621 101.095Q-19.675 101.314-19.871 101.337L-21.230 101.337L-21.230 103.087Q-21.230 103.704-20.656 103.704Q-20.406 103.704-20.242 103.519Q-20.078 103.333-20.078 103.087Q-20.078 102.994-20.006 102.923Q-19.933 102.853-19.832 102.841L-19.687 102.841Q-19.488 102.865-19.437 103.072L-19.437 103.119Q-19.437 103.443-19.621 103.706Q-19.804 103.970-20.097 104.117Q-20.390 104.263-20.711 104.263Q-21.222 104.263-21.547 103.953Q-21.871 103.642-21.871 103.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M33.836-50.843v-9.382\"\u002F>\u003Cpath stroke=\"none\" d=\"m33.836-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(70.43 -168.272)\">\u003Cpath d=\"M-21.644 101.615Q-21.644 101.462-21.504 101.384Q-21.187 101.228-21.006 100.929Q-20.824 100.630-20.824 100.287L-20.824 100.216L-20.871 100.224L-20.902 100.232L-20.949 100.232Q-21.133 100.232-21.265 100.099Q-21.398 99.966-21.398 99.783Q-21.398 99.603-21.265 99.470Q-21.133 99.337-20.949 99.337Q-20.601 99.337-20.431 99.626Q-20.261 99.915-20.261 100.287Q-20.261 100.615-20.383 100.923Q-20.504 101.232-20.726 101.480Q-20.949 101.728-21.238 101.872Q-21.289 101.904-21.359 101.904Q-21.472 101.904-21.558 101.814Q-21.644 101.724-21.644 101.615\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M49.485-50.843v-9.382\"\u002F>\u003Cpath stroke=\"none\" d=\"m49.485-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(88.924 -168.502)\">\u003Cpath d=\"M-21.871 103.119L-21.871 101.337L-22.621 101.337Q-22.820 101.314-22.871 101.095L-22.871 101.009Q-22.820 100.798-22.621 100.775L-21.871 100.775L-21.871 100.025Q-21.820 99.818-21.621 99.790L-21.476 99.790Q-21.281 99.818-21.230 100.025L-21.230 100.775L-19.871 100.775Q-19.679 100.794-19.621 101.009L-19.621 101.095Q-19.675 101.314-19.871 101.337L-21.230 101.337L-21.230 103.087Q-21.230 103.704-20.656 103.704Q-20.406 103.704-20.242 103.519Q-20.078 103.333-20.078 103.087Q-20.078 102.994-20.006 102.923Q-19.933 102.853-19.832 102.841L-19.687 102.841Q-19.488 102.865-19.437 103.072L-19.437 103.119Q-19.437 103.443-19.621 103.706Q-19.804 103.970-20.097 104.117Q-20.390 104.263-20.711 104.263Q-21.222 104.263-21.547 103.953Q-21.871 103.642-21.871 103.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M67.979-50.843v-9.382\"\u002F>\u003Cpath stroke=\"none\" d=\"m67.979-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(108.84 -168.272)\">\u003Cpath d=\"M-22.453 103.986L-22.453 103.896Q-22.402 103.689-22.207 103.665L-21.168 103.665L-21.168 101.337L-22.140 101.337Q-22.340 101.314-22.390 101.095L-22.390 101.009Q-22.340 100.798-22.140 100.775L-20.773 100.775Q-20.578 100.794-20.527 101.009L-20.527 103.665L-19.613 103.665Q-19.418 103.689-19.367 103.896L-19.367 103.986Q-19.418 104.201-19.613 104.224L-22.207 104.224Q-22.402 104.201-22.453 103.986M-21.422 99.798L-21.422 99.744Q-21.422 99.572-21.285 99.451Q-21.148 99.329-20.972 99.329Q-20.800 99.329-20.664 99.451Q-20.527 99.572-20.527 99.744L-20.527 99.798Q-20.527 99.974-20.664 100.095Q-20.800 100.216-20.972 100.216Q-21.148 100.216-21.285 100.095Q-21.422 99.974-21.422 99.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M87.896-50.843v-9.382\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.896-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(128.758 -168.994)\">\u003Cpath d=\"M-23.125 103.986L-23.125 103.896Q-23.074 103.685-22.879 103.665L-22.679 103.665L-22.679 101.337L-22.879 101.337Q-23.086 101.314-23.125 101.095L-23.125 101.009Q-23.074 100.794-22.879 100.775L-22.398 100.775Q-22.207 100.798-22.148 101.009Q-21.828 100.736-21.414 100.736Q-21.222 100.736-21.054 100.845Q-20.886 100.954-20.812 101.126Q-20.636 100.935-20.414 100.835Q-20.191 100.736-19.949 100.736Q-19.531 100.736-19.377 101.078Q-19.222 101.419-19.222 101.888L-19.222 103.665L-19.023 103.665Q-18.812 103.689-18.773 103.896L-18.773 103.986Q-18.824 104.201-19.023 104.224L-19.840 104.224Q-20.035 104.201-20.086 103.986L-20.086 103.896Q-20.035 103.689-19.840 103.665L-19.750 103.665L-19.750 101.919Q-19.750 101.294-20 101.294Q-20.332 101.294-20.509 101.605Q-20.687 101.915-20.687 102.279L-20.687 103.665L-20.484 103.665Q-20.277 103.689-20.238 103.896L-20.238 103.986Q-20.289 104.201-20.484 104.224L-21.300 104.224Q-21.500 104.201-21.550 103.986L-21.550 103.896Q-21.500 103.689-21.300 103.665L-21.215 103.665L-21.215 101.919Q-21.215 101.294-21.461 101.294Q-21.793 101.294-21.970 101.607Q-22.148 101.919-22.148 102.279L-22.148 103.665L-21.949 103.665Q-21.742 103.689-21.703 103.896L-21.703 103.986Q-21.754 104.204-21.949 104.224L-22.879 104.224Q-23.086 104.201-23.125 103.986\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M107.813-50.843v-9.382\"\u002F>\u003Cpath stroke=\"none\" d=\"m107.813-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(147.404 -170.314)\">\u003Cpath d=\"M-22.356 103.804Q-22.356 103.636-22.233 103.513Q-22.110 103.390-21.935 103.390Q-21.768 103.390-21.645 103.513Q-21.522 103.636-21.522 103.804Q-21.522 103.978-21.645 104.101Q-21.768 104.224-21.935 104.224Q-22.110 104.224-22.233 104.101Q-22.356 103.978-22.356 103.804M-20.093 103.804Q-20.093 103.636-19.970 103.513Q-19.847 103.390-19.673 103.390Q-19.505 103.390-19.382 103.513Q-19.259 103.636-19.259 103.804Q-19.259 103.978-19.382 104.101Q-19.505 104.224-19.673 104.224Q-19.847 104.224-19.970 104.101Q-20.093 103.978-20.093 103.804M-17.830 103.804Q-17.830 103.636-17.707 103.513Q-17.584 103.390-17.410 103.390Q-17.242 103.390-17.119 103.513Q-16.996 103.636-16.996 103.804Q-16.996 103.978-17.119 104.101Q-17.242 104.224-17.410 104.224Q-17.584 104.224-17.707 104.101Q-17.830 103.978-17.830 103.804\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-size=\"8\">\u003Cg transform=\"translate(28.252 -111.811)\">\u003Cpath d=\"M-17.437 104.720L-22.254 102.384Q-22.359 102.345-22.359 102.224Q-22.359 102.119-22.246 102.056L-17.437 99.728Q-17.390 99.712-17.367 99.712Q-17.293 99.712-17.238 99.767Q-17.183 99.822-17.183 99.896Q-17.183 100.001-17.285 100.064L-21.750 102.224L-17.277 104.392Q-17.234 104.412-17.209 104.454Q-17.183 104.497-17.183 104.552Q-17.183 104.626-17.238 104.681Q-17.293 104.736-17.367 104.736Q-17.390 104.736-17.437 104.720\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(28.252 -111.811)\">\u003Cpath d=\"M-15.873 104.025L-15.873 103.111Q-15.846 102.904-15.635 102.880L-15.467 102.880Q-15.303 102.904-15.244 103.064Q-15.041 103.704-14.314 103.704Q-14.107 103.704-13.879 103.669Q-13.650 103.634-13.482 103.519Q-13.314 103.404-13.314 103.201Q-13.314 102.990-13.537 102.876Q-13.760 102.763-14.033 102.720L-14.732 102.607Q-15.873 102.396-15.873 101.673Q-15.873 101.384-15.729 101.195Q-15.584 101.005-15.344 100.898Q-15.104 100.790-14.848 100.751Q-14.592 100.712-14.314 100.712Q-14.064 100.712-13.871 100.742Q-13.678 100.771-13.514 100.849Q-13.436 100.732-13.307 100.712L-13.229 100.712Q-13.131 100.724-13.068 100.787Q-13.006 100.849-12.994 100.943L-12.994 101.650Q-13.006 101.744-13.068 101.810Q-13.131 101.876-13.229 101.888L-13.396 101.888Q-13.490 101.876-13.557 101.810Q-13.623 101.744-13.635 101.650Q-13.635 101.271-14.330 101.271Q-14.678 101.271-14.996 101.353Q-15.314 101.435-15.314 101.681Q-15.314 101.947-14.643 102.056L-13.939 102.177Q-13.455 102.259-13.105 102.507Q-12.756 102.755-12.756 103.201Q-12.756 103.591-12.992 103.833Q-13.229 104.076-13.578 104.169Q-13.928 104.263-14.314 104.263Q-14.893 104.263-15.291 104.009Q-15.361 104.134-15.410 104.191Q-15.459 104.247-15.564 104.263L-15.635 104.263Q-15.850 104.240-15.873 104.025\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(28.252 -111.811)\">\u003Cpath d=\"M-11.498 104.552Q-11.498 104.447-11.385 104.384L-6.928 102.224L-11.393 100.056Q-11.498 100.017-11.498 99.896Q-11.498 99.818-11.445 99.765Q-11.393 99.712-11.314 99.712Q-11.295 99.712-11.232 99.728L-6.416 102.056Q-6.322 102.111-6.322 102.224Q-6.322 102.329-6.424 102.392L-11.232 104.720Q-11.295 104.736-11.314 104.736Q-11.393 104.736-11.445 104.683Q-11.498 104.630-11.498 104.552\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M13.919-13.855v-9.381\"\u002F>\u003Cpath stroke=\"none\" d=\"m13.919-25.236-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(54.78 -111.367)\">\u003Cpath d=\"M-22.453 103.986L-22.453 103.896Q-22.402 103.689-22.207 103.665L-21.168 103.665L-21.168 101.337L-22.140 101.337Q-22.340 101.314-22.390 101.095L-22.390 101.009Q-22.340 100.798-22.140 100.775L-20.773 100.775Q-20.578 100.794-20.527 101.009L-20.527 103.665L-19.613 103.665Q-19.418 103.689-19.367 103.896L-19.367 103.986Q-19.418 104.201-19.613 104.224L-22.207 104.224Q-22.402 104.201-22.453 103.986M-21.422 99.798L-21.422 99.744Q-21.422 99.572-21.285 99.451Q-21.148 99.329-20.972 99.329Q-20.800 99.329-20.664 99.451Q-20.527 99.572-20.527 99.744L-20.527 99.798Q-20.527 99.974-20.664 100.095Q-20.800 100.216-20.972 100.216Q-21.148 100.216-21.285 100.095Q-21.422 99.974-21.422 99.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M33.836-13.855v-9.381\"\u002F>\u003Cpath stroke=\"none\" d=\"m33.836-25.236-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(70.43 -111.597)\">\u003Cpath d=\"M-21.871 103.119L-21.871 101.337L-22.621 101.337Q-22.820 101.314-22.871 101.095L-22.871 101.009Q-22.820 100.798-22.621 100.775L-21.871 100.775L-21.871 100.025Q-21.820 99.818-21.621 99.790L-21.476 99.790Q-21.281 99.818-21.230 100.025L-21.230 100.775L-19.871 100.775Q-19.679 100.794-19.621 101.009L-19.621 101.095Q-19.675 101.314-19.871 101.337L-21.230 101.337L-21.230 103.087Q-21.230 103.704-20.656 103.704Q-20.406 103.704-20.242 103.519Q-20.078 103.333-20.078 103.087Q-20.078 102.994-20.006 102.923Q-19.933 102.853-19.832 102.841L-19.687 102.841Q-19.488 102.865-19.437 103.072L-19.437 103.119Q-19.437 103.443-19.621 103.706Q-19.804 103.970-20.097 104.117Q-20.390 104.263-20.711 104.263Q-21.222 104.263-21.547 103.953Q-21.871 103.642-21.871 103.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M49.485-13.855v-9.381\"\u002F>\u003Cpath stroke=\"none\" d=\"m49.485-25.236-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(88.924 -111.367)\">\u003Cpath d=\"M-21.644 101.615Q-21.644 101.462-21.504 101.384Q-21.187 101.228-21.006 100.929Q-20.824 100.630-20.824 100.287L-20.824 100.216L-20.871 100.224L-20.902 100.232L-20.949 100.232Q-21.133 100.232-21.265 100.099Q-21.398 99.966-21.398 99.783Q-21.398 99.603-21.265 99.470Q-21.133 99.337-20.949 99.337Q-20.601 99.337-20.431 99.626Q-20.261 99.915-20.261 100.287Q-20.261 100.615-20.383 100.923Q-20.504 101.232-20.726 101.480Q-20.949 101.728-21.238 101.872Q-21.289 101.904-21.359 101.904Q-21.472 101.904-21.558 101.814Q-21.644 101.724-21.644 101.615\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M67.979-13.855v-9.381\"\u002F>\u003Cpath stroke=\"none\" d=\"m67.979-25.236-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(108.84 -111.597)\">\u003Cpath d=\"M-21.871 103.119L-21.871 101.337L-22.621 101.337Q-22.820 101.314-22.871 101.095L-22.871 101.009Q-22.820 100.798-22.621 100.775L-21.871 100.775L-21.871 100.025Q-21.820 99.818-21.621 99.790L-21.476 99.790Q-21.281 99.818-21.230 100.025L-21.230 100.775L-19.871 100.775Q-19.679 100.794-19.621 101.009L-19.621 101.095Q-19.675 101.314-19.871 101.337L-21.230 101.337L-21.230 103.087Q-21.230 103.704-20.656 103.704Q-20.406 103.704-20.242 103.519Q-20.078 103.333-20.078 103.087Q-20.078 102.994-20.006 102.923Q-19.933 102.853-19.832 102.841L-19.687 102.841Q-19.488 102.865-19.437 103.072L-19.437 103.119Q-19.437 103.443-19.621 103.706Q-19.804 103.970-20.097 104.117Q-20.390 104.263-20.711 104.263Q-21.222 104.263-21.547 103.953Q-21.871 103.642-21.871 103.119\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M87.896-13.855v-9.381\"\u002F>\u003Cpath stroke=\"none\" d=\"m87.896-25.236-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(128.758 -111.367)\">\u003Cpath d=\"M-22.453 103.986L-22.453 103.896Q-22.402 103.689-22.207 103.665L-21.168 103.665L-21.168 101.337L-22.140 101.337Q-22.340 101.314-22.390 101.095L-22.390 101.009Q-22.340 100.798-22.140 100.775L-20.773 100.775Q-20.578 100.794-20.527 101.009L-20.527 103.665L-19.613 103.665Q-19.418 103.689-19.367 103.896L-19.367 103.986Q-19.418 104.201-19.613 104.224L-22.207 104.224Q-22.402 104.201-22.453 103.986M-21.422 99.798L-21.422 99.744Q-21.422 99.572-21.285 99.451Q-21.148 99.329-20.972 99.329Q-20.800 99.329-20.664 99.451Q-20.527 99.572-20.527 99.744L-20.527 99.798Q-20.527 99.974-20.664 100.095Q-20.800 100.216-20.972 100.216Q-21.148 100.216-21.285 100.095Q-21.422 99.974-21.422 99.798\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M107.813-13.855v-9.381\"\u002F>\u003Cpath stroke=\"none\" d=\"m107.813-25.236-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The attention-based encoder-decoder for ASR. Feature computation and subsampling turn the waveform into a short frame sequence X; the encoder maps it to hidden states H; the decoder attends over H and emits characters one at a time, each conditioned on the ones before.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:579.072px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 434.304 51.924\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-46.134 -38.084)\">\u003Cpath d=\"M2.081-23.701L-0.031-23.701L-0.031-23.981Q0.690-23.981 0.690-24.190L0.690-25.612L-0.961-27.991Q-1.080-28.134-1.273-28.168Q-1.466-28.202-1.754-28.202L-1.754-28.483L0.277-28.483L0.277-28.202Q-0.171-28.202-0.171-28.062Q-0.171-28.028-0.150-27.991L1.258-25.964L2.539-27.803Q2.594-27.878 2.594-27.970Q2.594-28.093 2.492-28.148Q2.389-28.202 2.246-28.202L2.246-28.483L3.804-28.483L3.804-28.202Q3.510-28.202 3.269-28.108Q3.028-28.014 2.881-27.803L1.353-25.612L1.353-24.190Q1.353-23.981 2.081-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-46.134 -38.084)\">\u003Cpath d=\"M9.120-21.951Q8.570-22.351 8.199-22.906Q7.828-23.462 7.647-24.108Q7.466-24.754 7.466-25.451Q7.466-25.964 7.566-26.459Q7.667-26.955 7.872-27.406Q8.077-27.857 8.390-28.249Q8.703-28.640 9.120-28.944Q9.130-28.948 9.137-28.949Q9.144-28.951 9.154-28.951L9.222-28.951Q9.257-28.951 9.279-28.927Q9.301-28.903 9.301-28.866Q9.301-28.821 9.274-28.804Q8.925-28.503 8.672-28.119Q8.419-27.734 8.267-27.293Q8.115-26.852 8.043-26.396Q7.971-25.940 7.971-25.451Q7.971-24.450 8.281-23.563Q8.590-22.676 9.274-22.091Q9.301-22.074 9.301-22.030Q9.301-21.992 9.279-21.968Q9.257-21.944 9.222-21.944L9.154-21.944Q9.147-21.948 9.139-21.949Q9.130-21.951 9.120-21.951M10.070-25.184Q10.070-25.526 10.205-25.825Q10.340-26.124 10.579-26.348Q10.819-26.572 11.136-26.697Q11.454-26.822 11.786-26.822Q12.230-26.822 12.630-26.606Q13.030-26.391 13.264-26.013Q13.498-25.636 13.498-25.184Q13.498-24.843 13.356-24.559Q13.215-24.275 12.970-24.068Q12.726-23.862 12.416-23.747Q12.107-23.633 11.786-23.633Q11.355-23.633 10.954-23.834Q10.552-24.036 10.311-24.388Q10.070-24.740 10.070-25.184M11.786-23.882Q12.387-23.882 12.611-24.260Q12.835-24.638 12.835-25.270Q12.835-25.882 12.601-26.241Q12.367-26.599 11.786-26.599Q10.733-26.599 10.733-25.270Q10.733-24.638 10.959-24.260Q11.184-23.882 11.786-23.882M14.667-24.535L14.667-26.039Q14.667-26.309 14.560-26.370Q14.452-26.432 14.141-26.432L14.141-26.712L15.248-26.787L15.248-24.555L15.248-24.535Q15.248-24.255 15.300-24.111Q15.351-23.968 15.493-23.911Q15.634-23.855 15.922-23.855Q16.175-23.855 16.380-23.995Q16.585-24.135 16.701-24.361Q16.817-24.586 16.817-24.836L16.817-26.039Q16.817-26.309 16.709-26.370Q16.602-26.432 16.291-26.432L16.291-26.712L17.398-26.787L17.398-24.374Q17.398-24.183 17.451-24.101Q17.504-24.019 17.605-24Q17.706-23.981 17.921-23.981L17.921-23.701L16.844-23.633L16.844-24.197Q16.735-24.015 16.590-23.892Q16.445-23.769 16.258-23.701Q16.072-23.633 15.870-23.633Q14.667-23.633 14.667-24.535M19.035-24.542L19.035-26.439L18.396-26.439L18.396-26.661Q18.714-26.661 18.931-26.871Q19.148-27.081 19.249-27.391Q19.350-27.700 19.350-28.008L19.616-28.008L19.616-26.719L20.693-26.719L20.693-26.439L19.616-26.439L19.616-24.555Q19.616-24.279 19.721-24.080Q19.825-23.882 20.085-23.882Q20.242-23.882 20.348-23.986Q20.454-24.091 20.503-24.244Q20.553-24.398 20.553-24.555L20.553-24.969L20.820-24.969L20.820-24.542Q20.820-24.316 20.720-24.106Q20.621-23.896 20.437-23.764Q20.252-23.633 20.023-23.633Q19.586-23.633 19.311-23.870Q19.035-24.108 19.035-24.542M23.274-22.344L21.643-22.344L21.643-22.624Q21.872-22.624 22.021-22.659Q22.170-22.693 22.170-22.833L22.170-26.179Q22.170-26.350 22.033-26.391Q21.896-26.432 21.643-26.432L21.643-26.712L22.723-26.787L22.723-26.381Q22.946-26.582 23.233-26.685Q23.520-26.787 23.827-26.787Q24.255-26.787 24.619-26.574Q24.983-26.360 25.196-25.996Q25.410-25.632 25.410-25.212Q25.410-24.767 25.171-24.403Q24.931-24.039 24.538-23.836Q24.145-23.633 23.701-23.633Q23.434-23.633 23.186-23.733Q22.939-23.834 22.751-24.015L22.751-22.833Q22.751-22.696 22.899-22.660Q23.048-22.624 23.274-22.624L23.274-22.344M22.751-26.032L22.751-24.422Q22.884-24.169 23.127-24.012Q23.369-23.855 23.646-23.855Q23.974-23.855 24.227-24.056Q24.480-24.258 24.614-24.576Q24.747-24.894 24.747-25.212Q24.747-25.441 24.682-25.670Q24.617-25.899 24.489-26.097Q24.361-26.295 24.166-26.415Q23.971-26.534 23.739-26.534Q23.445-26.534 23.176-26.405Q22.908-26.275 22.751-26.032M26.620-24.535L26.620-26.039Q26.620-26.309 26.512-26.370Q26.405-26.432 26.093-26.432L26.093-26.712L27.201-26.787L27.201-24.555L27.201-24.535Q27.201-24.255 27.252-24.111Q27.303-23.968 27.445-23.911Q27.587-23.855 27.874-23.855Q28.127-23.855 28.332-23.995Q28.537-24.135 28.654-24.361Q28.770-24.586 28.770-24.836L28.770-26.039Q28.770-26.309 28.662-26.370Q28.554-26.432 28.243-26.432L28.243-26.712L29.351-26.787L29.351-24.374Q29.351-24.183 29.404-24.101Q29.457-24.019 29.558-24Q29.658-23.981 29.874-23.981L29.874-23.701L28.797-23.633L28.797-24.197Q28.688-24.015 28.542-23.892Q28.397-23.769 28.211-23.701Q28.025-23.633 27.823-23.633Q26.620-23.633 26.620-24.535M30.988-24.542L30.988-26.439L30.349-26.439L30.349-26.661Q30.667-26.661 30.884-26.871Q31.101-27.081 31.202-27.391Q31.302-27.700 31.302-28.008L31.569-28.008L31.569-26.719L32.646-26.719L32.646-26.439L31.569-26.439L31.569-24.555Q31.569-24.279 31.673-24.080Q31.778-23.882 32.037-23.882Q32.195-23.882 32.301-23.986Q32.406-24.091 32.456-24.244Q32.506-24.398 32.506-24.555L32.506-24.969L32.772-24.969L32.772-24.542Q32.772-24.316 32.673-24.106Q32.574-23.896 32.389-23.764Q32.205-23.633 31.976-23.633Q31.538-23.633 31.263-23.870Q30.988-24.108 30.988-24.542M33.904-21.944L33.835-21.944Q33.801-21.944 33.779-21.970Q33.757-21.995 33.757-22.030Q33.757-22.074 33.787-22.091Q34.143-22.395 34.392-22.785Q34.642-23.175 34.794-23.607Q34.946-24.039 35.016-24.508Q35.086-24.976 35.086-25.451Q35.086-25.930 35.016-26.396Q34.946-26.863 34.792-27.298Q34.638-27.734 34.387-28.122Q34.136-28.510 33.787-28.804Q33.757-28.821 33.757-28.866Q33.757-28.900 33.779-28.925Q33.801-28.951 33.835-28.951L33.904-28.951Q33.914-28.951 33.922-28.949Q33.931-28.948 33.941-28.944Q34.485-28.544 34.857-27.991Q35.230-27.437 35.411-26.791Q35.592-26.145 35.592-25.451Q35.592-24.750 35.411-24.103Q35.230-23.455 34.855-22.901Q34.481-22.347 33.941-21.951Q33.931-21.951 33.922-21.949Q33.914-21.948 33.904-21.944\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-57.016 -9.63)\">\u003Cpath d=\"M-0.017-23.701L-1.607-23.701L-1.607-23.981Q-0.964-23.981-0.807-24.381L0.837-28.596Q0.871-28.691 0.984-28.691L1.066-28.691Q1.176-28.691 1.217-28.596L2.936-24.190Q3.004-24.050 3.194-24.015Q3.384-23.981 3.657-23.981L3.657-23.701L1.658-23.701L1.658-23.981Q2.222-23.981 2.222-24.156Q2.222-24.173 2.220-24.180Q2.218-24.186 2.215-24.190L1.794-25.256L-0.164-25.256L-0.506-24.381Q-0.520-24.381-0.520-24.303Q-0.520-24.142-0.357-24.062Q-0.195-23.981-0.017-23.981L-0.017-23.701M0.817-27.775L-0.051-25.536L1.692-25.536\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.016 -9.63)\">\u003Cpath d=\"M9.120-21.951Q8.570-22.351 8.199-22.906Q7.828-23.462 7.647-24.108Q7.466-24.754 7.466-25.451Q7.466-25.964 7.566-26.459Q7.667-26.955 7.872-27.406Q8.077-27.857 8.390-28.249Q8.703-28.640 9.120-28.944Q9.130-28.948 9.137-28.949Q9.144-28.951 9.154-28.951L9.222-28.951Q9.257-28.951 9.279-28.927Q9.301-28.903 9.301-28.866Q9.301-28.821 9.274-28.804Q8.925-28.503 8.672-28.119Q8.419-27.734 8.267-27.293Q8.115-26.852 8.043-26.396Q7.971-25.940 7.971-25.451Q7.971-24.450 8.281-23.563Q8.590-22.676 9.274-22.091Q9.301-22.074 9.301-22.030Q9.301-21.992 9.279-21.968Q9.257-21.944 9.222-21.944L9.154-21.944Q9.147-21.948 9.139-21.949Q9.130-21.951 9.120-21.951M10.169-24.429Q10.169-24.761 10.393-24.988Q10.617-25.215 10.960-25.343Q11.304-25.472 11.676-25.524Q12.049-25.577 12.353-25.577L12.353-25.830Q12.353-26.035 12.246-26.215Q12.138-26.394 11.957-26.497Q11.776-26.599 11.567-26.599Q11.160-26.599 10.925-26.507Q11.013-26.470 11.060-26.386Q11.106-26.302 11.106-26.200Q11.106-26.104 11.060-26.025Q11.013-25.947 10.933-25.902Q10.853-25.858 10.764-25.858Q10.614-25.858 10.513-25.955Q10.412-26.053 10.412-26.200Q10.412-26.822 11.567-26.822Q11.779-26.822 12.029-26.758Q12.278-26.695 12.480-26.576Q12.681-26.456 12.808-26.271Q12.934-26.087 12.934-25.844L12.934-24.268Q12.934-24.152 12.996-24.056Q13.057-23.961 13.170-23.961Q13.280-23.961 13.344-24.055Q13.409-24.149 13.409-24.268L13.409-24.716L13.676-24.716L13.676-24.268Q13.676-23.998 13.449-23.833Q13.221-23.667 12.941-23.667Q12.733-23.667 12.596-23.821Q12.459-23.974 12.435-24.190Q12.288-23.923 12.006-23.778Q11.724-23.633 11.400-23.633Q11.123-23.633 10.839-23.708Q10.555-23.783 10.362-23.962Q10.169-24.142 10.169-24.429M10.784-24.429Q10.784-24.255 10.885-24.125Q10.986-23.995 11.142-23.925Q11.297-23.855 11.461-23.855Q11.680-23.855 11.888-23.952Q12.097-24.050 12.225-24.231Q12.353-24.412 12.353-24.638L12.353-25.366Q12.029-25.366 11.663-25.275Q11.297-25.184 11.041-24.972Q10.784-24.761 10.784-24.429M15.761-23.701L14.158-23.701L14.158-23.981Q14.384-23.981 14.532-24.015Q14.681-24.050 14.681-24.190L14.681-27.809Q14.681-28.079 14.573-28.141Q14.466-28.202 14.158-28.202L14.158-28.483L15.235-28.558L15.235-24.190Q15.235-24.053 15.385-24.017Q15.535-23.981 15.761-23.981L15.761-23.701M17.972-23.701L16.421-23.701L16.421-23.981Q16.646-23.981 16.795-24.015Q16.944-24.050 16.944-24.190L16.944-26.039Q16.944-26.227 16.896-26.311Q16.848-26.394 16.750-26.413Q16.653-26.432 16.441-26.432L16.441-26.712L17.497-26.787L17.497-24.190Q17.497-24.050 17.629-24.015Q17.760-23.981 17.972-23.981L17.972-23.701M16.701-28.008Q16.701-28.179 16.824-28.298Q16.947-28.418 17.118-28.418Q17.285-28.418 17.408-28.298Q17.531-28.179 17.531-28.008Q17.531-27.833 17.408-27.710Q17.285-27.587 17.118-27.587Q16.947-27.587 16.824-27.710Q16.701-27.833 16.701-28.008M18.577-23.168Q18.577-23.414 18.774-23.598Q18.970-23.783 19.227-23.862Q19.090-23.974 19.018-24.135Q18.947-24.296 18.947-24.477Q18.947-24.798 19.158-25.044Q18.823-25.342 18.823-25.752Q18.823-26.213 19.213-26.500Q19.603-26.787 20.081-26.787Q20.553-26.787 20.888-26.541Q21.062-26.695 21.272-26.777Q21.483-26.859 21.712-26.859Q21.876-26.859 21.997-26.752Q22.118-26.644 22.118-26.480Q22.118-26.384 22.047-26.312Q21.975-26.241 21.883-26.241Q21.783-26.241 21.713-26.314Q21.643-26.388 21.643-26.487Q21.643-26.541 21.657-26.572L21.664-26.586Q21.671-26.606 21.679-26.617Q21.688-26.627 21.691-26.634Q21.336-26.634 21.049-26.411Q21.336-26.118 21.336-25.752Q21.336-25.437 21.151-25.205Q20.967-24.972 20.678-24.844Q20.389-24.716 20.081-24.716Q19.880-24.716 19.688-24.766Q19.497-24.815 19.319-24.925Q19.227-24.798 19.227-24.655Q19.227-24.473 19.355-24.338Q19.483-24.203 19.668-24.203L20.300-24.203Q20.748-24.203 21.117-24.132Q21.486-24.060 21.746-23.831Q22.006-23.602 22.006-23.168Q22.006-22.847 21.710-22.645Q21.414-22.443 21.011-22.354Q20.608-22.265 20.293-22.265Q19.975-22.265 19.572-22.354Q19.169-22.443 18.873-22.645Q18.577-22.847 18.577-23.168M19.032-23.168Q19.032-22.939 19.251-22.790Q19.469-22.641 19.762-22.573Q20.054-22.505 20.293-22.505Q20.457-22.505 20.666-22.541Q20.874-22.576 21.081-22.657Q21.288-22.737 21.419-22.865Q21.551-22.993 21.551-23.168Q21.551-23.520 21.170-23.614Q20.789-23.708 20.286-23.708L19.668-23.708Q19.428-23.708 19.230-23.557Q19.032-23.407 19.032-23.168M20.081-24.955Q20.748-24.955 20.748-25.752Q20.748-26.552 20.081-26.552Q19.411-26.552 19.411-25.752Q19.411-24.955 20.081-24.955M24.282-23.701L22.648-23.701L22.648-23.981Q22.877-23.981 23.026-24.015Q23.175-24.050 23.175-24.190L23.175-26.039Q23.175-26.309 23.067-26.370Q22.959-26.432 22.648-26.432L22.648-26.712L23.708-26.787L23.708-26.138Q23.879-26.446 24.183-26.617Q24.487-26.787 24.832-26.787Q25.338-26.787 25.622-26.564Q25.905-26.340 25.905-25.844L25.905-24.190Q25.905-24.053 26.054-24.017Q26.203-23.981 26.428-23.981L26.428-23.701L24.798-23.701L24.798-23.981Q25.027-23.981 25.176-24.015Q25.324-24.050 25.324-24.190L25.324-25.830Q25.324-26.165 25.205-26.365Q25.085-26.565 24.771-26.565Q24.501-26.565 24.267-26.429Q24.032-26.292 23.894-26.058Q23.756-25.824 23.756-25.550L23.756-24.190Q23.756-24.053 23.906-24.017Q24.056-23.981 24.282-23.981L24.282-23.701M28.698-23.701L27.064-23.701L27.064-23.981Q27.293-23.981 27.442-24.015Q27.591-24.050 27.591-24.190L27.591-26.039Q27.591-26.309 27.483-26.370Q27.375-26.432 27.064-26.432L27.064-26.712L28.124-26.787L28.124-26.138Q28.295-26.446 28.599-26.617Q28.903-26.787 29.248-26.787Q29.648-26.787 29.925-26.647Q30.202-26.507 30.287-26.159Q30.455-26.452 30.754-26.620Q31.053-26.787 31.398-26.787Q31.904-26.787 32.188-26.564Q32.471-26.340 32.471-25.844L32.471-24.190Q32.471-24.053 32.620-24.017Q32.769-23.981 32.994-23.981L32.994-23.701L31.364-23.701L31.364-23.981Q31.590-23.981 31.740-24.017Q31.890-24.053 31.890-24.190L31.890-25.830Q31.890-26.165 31.771-26.365Q31.651-26.565 31.337-26.565Q31.067-26.565 30.832-26.429Q30.598-26.292 30.460-26.058Q30.322-25.824 30.322-25.550L30.322-24.190Q30.322-24.053 30.470-24.017Q30.619-23.981 30.844-23.981L30.844-23.701L29.214-23.701L29.214-23.981Q29.443-23.981 29.592-24.015Q29.740-24.050 29.740-24.190L29.740-25.830Q29.740-26.165 29.621-26.365Q29.501-26.565 29.187-26.565Q28.917-26.565 28.683-26.429Q28.448-26.292 28.310-26.058Q28.172-25.824 28.172-25.550L28.172-24.190Q28.172-24.053 28.322-24.017Q28.472-23.981 28.698-23.981L28.698-23.701M33.541-25.236Q33.541-25.557 33.666-25.846Q33.791-26.135 34.016-26.358Q34.242-26.582 34.538-26.702Q34.833-26.822 35.151-26.822Q35.479-26.822 35.741-26.722Q36.002-26.623 36.178-26.441Q36.354-26.258 36.448-26Q36.542-25.742 36.542-25.410Q36.542-25.318 36.460-25.297L34.204-25.297L34.204-25.236Q34.204-24.648 34.488-24.265Q34.772-23.882 35.339-23.882Q35.660-23.882 35.929-24.075Q36.197-24.268 36.286-24.583Q36.293-24.624 36.368-24.638L36.460-24.638Q36.542-24.614 36.542-24.542Q36.542-24.535 36.535-24.508Q36.423-24.111 36.052-23.872Q35.681-23.633 35.257-23.633Q34.820-23.633 34.420-23.841Q34.020-24.050 33.780-24.417Q33.541-24.784 33.541-25.236M34.211-25.506L36.026-25.506Q36.026-25.783 35.929-26.035Q35.831-26.288 35.633-26.444Q35.435-26.599 35.151-26.599Q34.874-26.599 34.661-26.441Q34.447-26.282 34.329-26.027Q34.211-25.772 34.211-25.506M38.812-23.701L37.178-23.701L37.178-23.981Q37.407-23.981 37.556-24.015Q37.704-24.050 37.704-24.190L37.704-26.039Q37.704-26.309 37.597-26.370Q37.489-26.432 37.178-26.432L37.178-26.712L38.238-26.787L38.238-26.138Q38.408-26.446 38.713-26.617Q39.017-26.787 39.362-26.787Q39.868-26.787 40.152-26.564Q40.435-26.340 40.435-25.844L40.435-24.190Q40.435-24.053 40.584-24.017Q40.733-23.981 40.958-23.981L40.958-23.701L39.328-23.701L39.328-23.981Q39.557-23.981 39.706-24.015Q39.854-24.050 39.854-24.190L39.854-25.830Q39.854-26.165 39.735-26.365Q39.615-26.565 39.301-26.565Q39.030-26.565 38.796-26.429Q38.562-26.292 38.424-26.058Q38.285-25.824 38.285-25.550L38.285-24.190Q38.285-24.053 38.436-24.017Q38.586-23.981 38.812-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.016 -9.63)\">\u003Cpath d=\"M41.886-24.542L41.886-26.439L41.247-26.439L41.247-26.661Q41.565-26.661 41.782-26.871Q41.999-27.081 42.099-27.391Q42.200-27.700 42.200-28.008L42.467-28.008L42.467-26.719L43.544-26.719L43.544-26.439L42.467-26.439L42.467-24.555Q42.467-24.279 42.571-24.080Q42.675-23.882 42.935-23.882Q43.092-23.882 43.198-23.986Q43.304-24.091 43.354-24.244Q43.403-24.398 43.403-24.555L43.403-24.969L43.670-24.969L43.670-24.542Q43.670-24.316 43.571-24.106Q43.472-23.896 43.287-23.764Q43.103-23.633 42.874-23.633Q42.436-23.633 42.161-23.870Q41.886-24.108 41.886-24.542M44.801-21.944L44.733-21.944Q44.699-21.944 44.677-21.970Q44.654-21.995 44.654-22.030Q44.654-22.074 44.685-22.091Q45.041-22.395 45.290-22.785Q45.540-23.175 45.692-23.607Q45.844-24.039 45.914-24.508Q45.984-24.976 45.984-25.451Q45.984-25.930 45.914-26.396Q45.844-26.863 45.690-27.298Q45.536-27.734 45.285-28.122Q45.034-28.510 44.685-28.804Q44.654-28.821 44.654-28.866Q44.654-28.900 44.677-28.925Q44.699-28.951 44.733-28.951L44.801-28.951Q44.812-28.951 44.820-28.949Q44.829-28.948 44.839-28.944Q45.382-28.544 45.755-27.991Q46.128-27.437 46.309-26.791Q46.490-26.145 46.490-25.451Q46.490-24.750 46.309-24.103Q46.128-23.455 45.753-22.901Q45.379-22.347 44.839-21.951Q44.829-21.951 44.820-21.949Q44.812-21.948 44.801-21.944\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M-10.741-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(-2.208 -8.95)\">\u003Cpath d=\"M-1.607-25.212Q-1.607-25.550-1.466-25.841Q-1.326-26.131-1.082-26.345Q-0.838-26.558-0.533-26.673Q-0.229-26.787 0.096-26.787Q0.366-26.787 0.629-26.688Q0.892-26.589 1.083-26.411L1.083-27.809Q1.083-28.079 0.976-28.141Q0.868-28.202 0.557-28.202L0.557-28.483L1.634-28.558L1.634-24.374Q1.634-24.186 1.688-24.103Q1.743-24.019 1.844-24Q1.945-23.981 2.160-23.981L2.160-23.701L1.053-23.633L1.053-24.050Q0.636-23.633 0.010-23.633Q-0.421-23.633-0.793-23.845Q-1.166-24.056-1.386-24.417Q-1.607-24.778-1.607-25.212M0.068-23.855Q0.277-23.855 0.463-23.927Q0.649-23.998 0.803-24.135Q0.957-24.272 1.053-24.450L1.053-26.059Q0.967-26.206 0.822-26.326Q0.677-26.446 0.507-26.505Q0.338-26.565 0.157-26.565Q-0.403-26.565-0.672-26.176Q-0.940-25.786-0.940-25.205Q-0.940-24.634-0.706-24.244Q-0.472-23.855 0.068-23.855\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M8.038-26.546h17.64v-17.071H8.038Z\"\u002F>\u003Cg transform=\"translate(17.647 -9.027)\">\u003Cpath d=\"M0.010-23.701L-1.542-23.701L-1.542-23.981Q-1.316-23.981-1.167-24.015Q-1.019-24.050-1.019-24.190L-1.019-26.039Q-1.019-26.227-1.067-26.311Q-1.114-26.394-1.212-26.413Q-1.309-26.432-1.521-26.432L-1.521-26.712L-0.465-26.787L-0.465-24.190Q-0.465-24.050-0.333-24.015Q-0.202-23.981 0.010-23.981L0.010-23.701M-1.261-28.008Q-1.261-28.179-1.138-28.298Q-1.015-28.418-0.844-28.418Q-0.677-28.418-0.554-28.298Q-0.431-28.179-0.431-28.008Q-0.431-27.833-0.554-27.710Q-0.677-27.587-0.844-27.587Q-1.015-27.587-1.138-27.710Q-1.261-27.833-1.261-28.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M26.817-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(36.426 -9.027)\">\u003Cpath d=\"M0.010-23.701L-1.542-23.701L-1.542-23.981Q-1.316-23.981-1.167-24.015Q-1.019-24.050-1.019-24.190L-1.019-26.039Q-1.019-26.227-1.067-26.311Q-1.114-26.394-1.212-26.413Q-1.309-26.432-1.521-26.432L-1.521-26.712L-0.465-26.787L-0.465-24.190Q-0.465-24.050-0.333-24.015Q-0.202-23.981 0.010-23.981L0.010-23.701M-1.261-28.008Q-1.261-28.179-1.138-28.298Q-1.015-28.418-0.844-28.418Q-0.677-28.418-0.554-28.298Q-0.431-28.179-0.431-28.008Q-0.431-27.833-0.554-27.710Q-0.677-27.587-0.844-27.587Q-1.015-27.587-1.138-27.710Q-1.261-27.833-1.261-28.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M45.596-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(54.128 -9.874)\">\u003Cpath d=\"M0.075-23.701L-1.559-23.701L-1.559-23.981Q-1.330-23.981-1.181-24.015Q-1.032-24.050-1.032-24.190L-1.032-26.039Q-1.032-26.309-1.140-26.370Q-1.248-26.432-1.559-26.432L-1.559-26.712L-0.499-26.787L-0.499-26.138Q-0.328-26.446-0.024-26.617Q0.280-26.787 0.625-26.787Q1.131-26.787 1.415-26.564Q1.699-26.340 1.699-25.844L1.699-24.190Q1.699-24.053 1.847-24.017Q1.996-23.981 2.222-23.981L2.222-23.701L0.591-23.701L0.591-23.981Q0.820-23.981 0.969-24.015Q1.118-24.050 1.118-24.190L1.118-25.830Q1.118-26.165 0.998-26.365Q0.878-26.565 0.564-26.565Q0.294-26.565 0.060-26.429Q-0.174-26.292-0.313-26.058Q-0.451-25.824-0.451-25.550L-0.451-24.190Q-0.451-24.053-0.301-24.017Q-0.150-23.981 0.075-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M64.374-26.546h17.641v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(72.907 -9.874)\">\u003Cpath d=\"M0.075-23.701L-1.559-23.701L-1.559-23.981Q-1.330-23.981-1.181-24.015Q-1.032-24.050-1.032-24.190L-1.032-26.039Q-1.032-26.309-1.140-26.370Q-1.248-26.432-1.559-26.432L-1.559-26.712L-0.499-26.787L-0.499-26.138Q-0.328-26.446-0.024-26.617Q0.280-26.787 0.625-26.787Q1.131-26.787 1.415-26.564Q1.699-26.340 1.699-25.844L1.699-24.190Q1.699-24.053 1.847-24.017Q1.996-23.981 2.222-23.981L2.222-23.701L0.591-23.701L0.591-23.981Q0.820-23.981 0.969-24.015Q1.118-24.050 1.118-24.190L1.118-25.830Q1.118-26.165 0.998-26.365Q0.878-26.565 0.564-26.565Q0.294-26.565 0.060-26.429Q-0.174-26.292-0.313-26.058Q-0.451-25.824-0.451-25.550L-0.451-24.190Q-0.451-24.053-0.301-24.017Q-0.150-23.981 0.075-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M83.153-26.546h17.641v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(91.686 -9.874)\">\u003Cpath d=\"M0.075-23.701L-1.559-23.701L-1.559-23.981Q-1.330-23.981-1.181-24.015Q-1.032-24.050-1.032-24.190L-1.032-26.039Q-1.032-26.309-1.140-26.370Q-1.248-26.432-1.559-26.432L-1.559-26.712L-0.499-26.787L-0.499-26.138Q-0.328-26.446-0.024-26.617Q0.280-26.787 0.625-26.787Q1.131-26.787 1.415-26.564Q1.699-26.340 1.699-25.844L1.699-24.190Q1.699-24.053 1.847-24.017Q1.996-23.981 2.222-23.981L2.222-23.701L0.591-23.701L0.591-23.981Q0.820-23.981 0.969-24.015Q1.118-24.050 1.118-24.190L1.118-25.830Q1.118-26.165 0.998-26.365Q0.878-26.565 0.564-26.565Q0.294-26.565 0.060-26.429Q-0.174-26.292-0.313-26.058Q-0.451-25.824-0.451-25.550L-0.451-24.190Q-0.451-24.053-0.301-24.017Q-0.150-23.981 0.075-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M101.932-26.546h17.641v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(110.465 -9.874)\">\u003Cpath d=\"M0.075-23.701L-1.559-23.701L-1.559-23.981Q-1.330-23.981-1.181-24.015Q-1.032-24.050-1.032-24.190L-1.032-26.039Q-1.032-26.309-1.140-26.370Q-1.248-26.432-1.559-26.432L-1.559-26.712L-0.499-26.787L-0.499-26.138Q-0.328-26.446-0.024-26.617Q0.280-26.787 0.625-26.787Q1.131-26.787 1.415-26.564Q1.699-26.340 1.699-25.844L1.699-24.190Q1.699-24.053 1.847-24.017Q1.996-23.981 2.222-23.981L2.222-23.701L0.591-23.701L0.591-23.981Q0.820-23.981 0.969-24.015Q1.118-24.050 1.118-24.190L1.118-25.830Q1.118-26.165 0.998-26.365Q0.878-26.565 0.564-26.565Q0.294-26.565 0.060-26.429Q-0.174-26.292-0.313-26.058Q-0.451-25.824-0.451-25.550L-0.451-24.190Q-0.451-24.053-0.301-24.017Q-0.150-23.981 0.075-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M120.711-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(129.675 -9.874)\">\u003Cpath d=\"M-1.648-25.236Q-1.648-25.557-1.523-25.846Q-1.398-26.135-1.172-26.358Q-0.947-26.582-0.651-26.702Q-0.356-26.822-0.038-26.822Q0.290-26.822 0.552-26.722Q0.813-26.623 0.989-26.441Q1.165-26.258 1.259-26Q1.353-25.742 1.353-25.410Q1.353-25.318 1.271-25.297L-0.984-25.297L-0.984-25.236Q-0.984-24.648-0.701-24.265Q-0.417-23.882 0.150-23.882Q0.472-23.882 0.740-24.075Q1.008-24.268 1.097-24.583Q1.104-24.624 1.179-24.638L1.271-24.638Q1.353-24.614 1.353-24.542Q1.353-24.535 1.347-24.508Q1.234-24.111 0.863-23.872Q0.492-23.633 0.068-23.633Q-0.369-23.633-0.769-23.841Q-1.169-24.050-1.408-24.417Q-1.648-24.784-1.648-25.236M-0.978-25.506L0.837-25.506Q0.837-25.783 0.740-26.035Q0.642-26.288 0.444-26.444Q0.246-26.599-0.038-26.599Q-0.315-26.599-0.528-26.441Q-0.742-26.282-0.860-26.027Q-0.978-25.772-0.978-25.506\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M139.49-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(148.669 -9.874)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M158.27-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(167.448 -9.874)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M177.048-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(186.227 -9.874)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M195.827-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(205.006 -9.874)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M214.606-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(223.784 -9.874)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M233.385-26.546h17.64v-17.071h-17.64Z\"\u002F>\u003Cg transform=\"translate(242.563 -9.874)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M-10.741-54.998h17.64V-72.07h-17.64Z\"\u002F>\u003Cg transform=\"translate(-2.208 -37.403)\">\u003Cpath d=\"M-1.607-25.212Q-1.607-25.550-1.466-25.841Q-1.326-26.131-1.082-26.345Q-0.838-26.558-0.533-26.673Q-0.229-26.787 0.096-26.787Q0.366-26.787 0.629-26.688Q0.892-26.589 1.083-26.411L1.083-27.809Q1.083-28.079 0.976-28.141Q0.868-28.202 0.557-28.202L0.557-28.483L1.634-28.558L1.634-24.374Q1.634-24.186 1.688-24.103Q1.743-24.019 1.844-24Q1.945-23.981 2.160-23.981L2.160-23.701L1.053-23.633L1.053-24.050Q0.636-23.633 0.010-23.633Q-0.421-23.633-0.793-23.845Q-1.166-24.056-1.386-24.417Q-1.607-24.778-1.607-25.212M0.068-23.855Q0.277-23.855 0.463-23.927Q0.649-23.998 0.803-24.135Q0.957-24.272 1.053-24.450L1.053-26.059Q0.967-26.206 0.822-26.326Q0.677-26.446 0.507-26.505Q0.338-26.565 0.157-26.565Q-0.403-26.565-0.672-26.176Q-0.940-25.786-0.940-25.205Q-0.940-24.634-0.706-24.244Q-0.472-23.855 0.068-23.855\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M8.038-54.998h17.64V-72.07H8.038Z\"\u002F>\u003Cg transform=\"translate(17.647 -37.48)\">\u003Cpath d=\"M0.010-23.701L-1.542-23.701L-1.542-23.981Q-1.316-23.981-1.167-24.015Q-1.019-24.050-1.019-24.190L-1.019-26.039Q-1.019-26.227-1.067-26.311Q-1.114-26.394-1.212-26.413Q-1.309-26.432-1.521-26.432L-1.521-26.712L-0.465-26.787L-0.465-24.190Q-0.465-24.050-0.333-24.015Q-0.202-23.981 0.010-23.981L0.010-23.701M-1.261-28.008Q-1.261-28.179-1.138-28.298Q-1.015-28.418-0.844-28.418Q-0.677-28.418-0.554-28.298Q-0.431-28.179-0.431-28.008Q-0.431-27.833-0.554-27.710Q-0.677-27.587-0.844-27.587Q-1.015-27.587-1.138-27.710Q-1.261-27.833-1.261-28.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M26.817-54.998h17.64V-72.07h-17.64Z\"\u002F>\u003Cg transform=\"translate(35.35 -38.327)\">\u003Cpath d=\"M0.075-23.701L-1.559-23.701L-1.559-23.981Q-1.330-23.981-1.181-24.015Q-1.032-24.050-1.032-24.190L-1.032-26.039Q-1.032-26.309-1.140-26.370Q-1.248-26.432-1.559-26.432L-1.559-26.712L-0.499-26.787L-0.499-26.138Q-0.328-26.446-0.024-26.617Q0.280-26.787 0.625-26.787Q1.131-26.787 1.415-26.564Q1.699-26.340 1.699-25.844L1.699-24.190Q1.699-24.053 1.847-24.017Q1.996-23.981 2.222-23.981L2.222-23.701L0.591-23.701L0.591-23.981Q0.820-23.981 0.969-24.015Q1.118-24.050 1.118-24.190L1.118-25.830Q1.118-26.165 0.998-26.365Q0.878-26.565 0.564-26.565Q0.294-26.565 0.060-26.429Q-0.174-26.292-0.313-26.058Q-0.451-25.824-0.451-25.550L-0.451-24.190Q-0.451-24.053-0.301-24.017Q-0.150-23.981 0.075-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M45.596-54.998h17.64V-72.07h-17.64Z\"\u002F>\u003Cg transform=\"translate(54.559 -38.327)\">\u003Cpath d=\"M-1.648-25.236Q-1.648-25.557-1.523-25.846Q-1.398-26.135-1.172-26.358Q-0.947-26.582-0.651-26.702Q-0.356-26.822-0.038-26.822Q0.290-26.822 0.552-26.722Q0.813-26.623 0.989-26.441Q1.165-26.258 1.259-26Q1.353-25.742 1.353-25.410Q1.353-25.318 1.271-25.297L-0.984-25.297L-0.984-25.236Q-0.984-24.648-0.701-24.265Q-0.417-23.882 0.150-23.882Q0.472-23.882 0.740-24.075Q1.008-24.268 1.097-24.583Q1.104-24.624 1.179-24.638L1.271-24.638Q1.353-24.614 1.353-24.542Q1.353-24.535 1.347-24.508Q1.234-24.111 0.863-23.872Q0.492-23.633 0.068-23.633Q-0.369-23.633-0.769-23.841Q-1.169-24.050-1.408-24.417Q-1.648-24.784-1.648-25.236M-0.978-25.506L0.837-25.506Q0.837-25.783 0.740-26.035Q0.642-26.288 0.444-26.444Q0.246-26.599-0.038-26.599Q-0.315-26.599-0.528-26.441Q-0.742-26.282-0.860-26.027Q-0.978-25.772-0.978-25.506\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M64.374-54.998h17.641V-72.07h-17.64Z\"\u002F>\u003Cg transform=\"translate(73.553 -38.327)\">\u003Cpath d=\"M0.143-23.701L-1.593-23.701L-1.593-23.981Q-1.364-23.981-1.215-24.015Q-1.067-24.050-1.067-24.190L-1.067-26.039Q-1.067-26.309-1.174-26.370Q-1.282-26.432-1.593-26.432L-1.593-26.712L-0.564-26.787L-0.564-26.080Q-0.434-26.388-0.192-26.587Q0.051-26.787 0.369-26.787Q0.588-26.787 0.759-26.663Q0.930-26.538 0.930-26.326Q0.930-26.189 0.830-26.090Q0.731-25.991 0.598-25.991Q0.461-25.991 0.362-26.090Q0.263-26.189 0.263-26.326Q0.263-26.466 0.362-26.565Q0.072-26.565-0.128-26.369Q-0.328-26.172-0.421-25.878Q-0.513-25.584-0.513-25.304L-0.513-24.190Q-0.513-23.981 0.143-23.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(279.524 -23.857)\">\u003Cpath d=\"M-1.507-26.493Q-1.507-26.534-1.480-26.558Q-1.302-26.702-1.167-26.899Q-1.032-27.095-0.962-27.324Q-0.892-27.553-0.892-27.789L-0.892-27.837Q-1.002-27.727-1.186-27.727Q-1.367-27.727-1.487-27.847Q-1.607-27.967-1.607-28.144Q-1.607-28.319-1.487-28.438Q-1.367-28.558-1.186-28.558Q-0.916-28.558-0.791-28.320Q-0.667-28.083-0.667-27.789Q-0.667-27.580-0.714-27.380Q-0.762-27.180-0.841-27.015Q-0.920-26.849-1.043-26.687Q-1.166-26.524-1.326-26.388Q-1.357-26.367-1.381-26.367Q-1.429-26.367-1.468-26.410Q-1.507-26.452-1.507-26.493M-0.004-26.493Q-0.004-26.534 0.024-26.558Q0.202-26.702 0.337-26.899Q0.472-27.095 0.542-27.324Q0.612-27.553 0.612-27.789L0.612-27.837Q0.502-27.727 0.318-27.727Q0.140-27.727 0.019-27.849Q-0.103-27.970-0.103-28.144Q-0.103-28.315 0.019-28.437Q0.140-28.558 0.318-28.558Q0.588-28.558 0.713-28.320Q0.837-28.083 0.837-27.789Q0.837-27.580 0.789-27.380Q0.742-27.180 0.663-27.015Q0.584-26.849 0.461-26.687Q0.338-26.524 0.178-26.388Q0.147-26.367 0.123-26.367Q0.079-26.367 0.037-26.408Q-0.004-26.449-0.004-26.493M2.375-25.212Q2.375-25.550 2.516-25.841Q2.656-26.131 2.900-26.345Q3.144-26.558 3.449-26.673Q3.753-26.787 4.078-26.787Q4.348-26.787 4.611-26.688Q4.874-26.589 5.065-26.411L5.065-27.809Q5.065-28.079 4.958-28.141Q4.850-28.202 4.539-28.202L4.539-28.483L5.616-28.558L5.616-24.374Q5.616-24.186 5.670-24.103Q5.725-24.019 5.826-24Q5.927-23.981 6.142-23.981L6.142-23.701L5.035-23.633L5.035-24.050Q4.618-23.633 3.992-23.633Q3.561-23.633 3.189-23.845Q2.816-24.056 2.596-24.417Q2.375-24.778 2.375-25.212M4.050-23.855Q4.259-23.855 4.445-23.927Q4.631-23.998 4.785-24.135Q4.939-24.272 5.035-24.450L5.035-26.059Q4.949-26.206 4.804-26.326Q4.659-26.446 4.489-26.505Q4.320-26.565 4.139-26.565Q3.579-26.565 3.310-26.176Q3.042-25.786 3.042-25.205Q3.042-24.634 3.276-24.244Q3.510-23.855 4.050-23.855M8.408-23.701L6.856-23.701L6.856-23.981Q7.082-23.981 7.231-24.015Q7.379-24.050 7.379-24.190L7.379-26.039Q7.379-26.227 7.331-26.311Q7.284-26.394 7.186-26.413Q7.089-26.432 6.877-26.432L6.877-26.712L7.933-26.787L7.933-24.190Q7.933-24.050 8.065-24.015Q8.196-23.981 8.408-23.981L8.408-23.701M7.137-28.008Q7.137-28.179 7.260-28.298Q7.383-28.418 7.554-28.418Q7.721-28.418 7.844-28.298Q7.967-28.179 7.967-28.008Q7.967-27.833 7.844-27.710Q7.721-27.587 7.554-27.587Q7.383-27.587 7.260-27.710Q7.137-27.833 7.137-28.008M10.736-23.701L9.102-23.701L9.102-23.981Q9.331-23.981 9.480-24.015Q9.628-24.050 9.628-24.190L9.628-26.039Q9.628-26.309 9.521-26.370Q9.413-26.432 9.102-26.432L9.102-26.712L10.162-26.787L10.162-26.138Q10.332-26.446 10.637-26.617Q10.941-26.787 11.286-26.787Q11.792-26.787 12.076-26.564Q12.359-26.340 12.359-25.844L12.359-24.190Q12.359-24.053 12.508-24.017Q12.657-23.981 12.882-23.981L12.882-23.701L11.252-23.701L11.252-23.981Q11.481-23.981 11.630-24.015Q11.778-24.050 11.778-24.190L11.778-25.830Q11.778-26.165 11.659-26.365Q11.539-26.565 11.225-26.565Q10.954-26.565 10.720-26.429Q10.486-26.292 10.348-26.058Q10.209-25.824 10.209-25.550L10.209-24.190Q10.209-24.053 10.360-24.017Q10.510-23.981 10.736-23.981L10.736-23.701M13.429-25.236Q13.429-25.557 13.554-25.846Q13.679-26.135 13.904-26.358Q14.130-26.582 14.425-26.702Q14.721-26.822 15.039-26.822Q15.367-26.822 15.629-26.722Q15.890-26.623 16.066-26.441Q16.242-26.258 16.336-26Q16.430-25.742 16.430-25.410Q16.430-25.318 16.348-25.297L14.092-25.297L14.092-25.236Q14.092-24.648 14.376-24.265Q14.660-23.882 15.227-23.882Q15.548-23.882 15.817-24.075Q16.085-24.268 16.174-24.583Q16.181-24.624 16.256-24.638L16.348-24.638Q16.430-24.614 16.430-24.542Q16.430-24.535 16.423-24.508Q16.310-24.111 15.940-23.872Q15.569-23.633 15.145-23.633Q14.707-23.633 14.308-23.841Q13.908-24.050 13.668-24.417Q13.429-24.784 13.429-25.236M14.099-25.506L15.914-25.506Q15.914-25.783 15.817-26.035Q15.719-26.288 15.521-26.444Q15.323-26.599 15.039-26.599Q14.762-26.599 14.548-26.441Q14.335-26.282 14.217-26.027Q14.099-25.772 14.099-25.506M18.768-23.701L17.032-23.701L17.032-23.981Q17.261-23.981 17.409-24.015Q17.558-24.050 17.558-24.190L17.558-26.039Q17.558-26.309 17.450-26.370Q17.343-26.432 17.032-26.432L17.032-26.712L18.060-26.787L18.060-26.080Q18.190-26.388 18.433-26.587Q18.676-26.787 18.994-26.787Q19.212-26.787 19.383-26.663Q19.554-26.538 19.554-26.326Q19.554-26.189 19.455-26.090Q19.356-25.991 19.223-25.991Q19.086-25.991 18.987-26.090Q18.888-26.189 18.888-26.326Q18.888-26.466 18.987-26.565Q18.696-26.565 18.496-26.369Q18.296-26.172 18.204-25.878Q18.112-25.584 18.112-25.304L18.112-24.190Q18.112-23.981 18.768-23.981L18.768-23.701M20.238-26.493Q20.238-26.534 20.265-26.558Q20.443-26.702 20.578-26.899Q20.713-27.095 20.783-27.324Q20.853-27.553 20.853-27.789L20.853-27.837Q20.744-27.727 20.559-27.727Q20.378-27.727 20.258-27.847Q20.139-27.967 20.139-28.144Q20.139-28.319 20.258-28.438Q20.378-28.558 20.559-28.558Q20.829-28.558 20.954-28.320Q21.079-28.083 21.079-27.789Q21.079-27.580 21.031-27.380Q20.983-27.180 20.904-27.015Q20.826-26.849 20.703-26.687Q20.579-26.524 20.419-26.388Q20.388-26.367 20.364-26.367Q20.316-26.367 20.277-26.410Q20.238-26.452 20.238-26.493M21.742-26.493Q21.742-26.534 21.769-26.558Q21.947-26.702 22.082-26.899Q22.217-27.095 22.287-27.324Q22.357-27.553 22.357-27.789L22.357-27.837Q22.247-27.727 22.063-27.727Q21.885-27.727 21.764-27.849Q21.642-27.970 21.642-28.144Q21.642-28.315 21.764-28.437Q21.885-28.558 22.063-28.558Q22.333-28.558 22.458-28.320Q22.582-28.083 22.582-27.789Q22.582-27.580 22.535-27.380Q22.487-27.180 22.408-27.015Q22.329-26.849 22.206-26.687Q22.083-26.524 21.923-26.388Q21.892-26.367 21.868-26.367Q21.824-26.367 21.783-26.408Q21.742-26.449 21.742-26.493M24.620-22.471Q24.620-22.505 24.647-22.532Q24.917-22.761 25.066-23.084Q25.214-23.407 25.214-23.763L25.214-23.800Q25.105-23.701 24.941-23.701Q24.760-23.701 24.640-23.821Q24.520-23.940 24.520-24.121Q24.520-24.296 24.640-24.415Q24.760-24.535 24.941-24.535Q25.197-24.535 25.317-24.296Q25.436-24.056 25.436-23.763Q25.436-23.363 25.267-22.992Q25.098-22.621 24.801-22.365Q24.770-22.344 24.743-22.344Q24.702-22.344 24.661-22.385Q24.620-22.426 24.620-22.471\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(279.524 -23.857)\">\u003Cpath d=\"M30.784-23.701L29.150-23.701L29.150-23.981Q29.379-23.981 29.528-24.015Q29.677-24.050 29.677-24.190L29.677-26.039Q29.677-26.309 29.569-26.370Q29.461-26.432 29.150-26.432L29.150-26.712L30.210-26.787L30.210-26.138Q30.381-26.446 30.685-26.617Q30.989-26.787 31.334-26.787Q31.840-26.787 32.124-26.564Q32.408-26.340 32.408-25.844L32.408-24.190Q32.408-24.053 32.556-24.017Q32.705-23.981 32.931-23.981L32.931-23.701L31.300-23.701L31.300-23.981Q31.529-23.981 31.678-24.015Q31.827-24.050 31.827-24.190L31.827-25.830Q31.827-26.165 31.707-26.365Q31.587-26.565 31.273-26.565Q31.003-26.565 30.769-26.429Q30.535-26.292 30.396-26.058Q30.258-25.824 30.258-25.550L30.258-24.190Q30.258-24.053 30.408-24.017Q30.559-23.981 30.784-23.981L30.784-23.701M33.477-25.184Q33.477-25.526 33.612-25.825Q33.747-26.124 33.987-26.348Q34.226-26.572 34.544-26.697Q34.862-26.822 35.193-26.822Q35.638-26.822 36.038-26.606Q36.437-26.391 36.672-26.013Q36.906-25.636 36.906-25.184Q36.906-24.843 36.764-24.559Q36.622-24.275 36.378-24.068Q36.133-23.862 35.824-23.747Q35.515-23.633 35.193-23.633Q34.763-23.633 34.361-23.834Q33.959-24.036 33.718-24.388Q33.477-24.740 33.477-25.184M35.193-23.882Q35.795-23.882 36.019-24.260Q36.243-24.638 36.243-25.270Q36.243-25.882 36.008-26.241Q35.774-26.599 35.193-26.599Q34.141-26.599 34.141-25.270Q34.141-24.638 34.366-24.260Q34.592-23.882 35.193-23.882M38.027-24.542L38.027-26.439L37.388-26.439L37.388-26.661Q37.705-26.661 37.923-26.871Q38.140-27.081 38.240-27.391Q38.341-27.700 38.341-28.008L38.608-28.008L38.608-26.719L39.684-26.719L39.684-26.439L38.608-26.439L38.608-24.555Q38.608-24.279 38.712-24.080Q38.816-23.882 39.076-23.882Q39.233-23.882 39.339-23.986Q39.445-24.091 39.495-24.244Q39.544-24.398 39.544-24.555L39.544-24.969L39.811-24.969L39.811-24.542Q39.811-24.316 39.712-24.106Q39.613-23.896 39.428-23.764Q39.244-23.633 39.015-23.633Q38.577-23.633 38.302-23.870Q38.027-24.108 38.027-24.542\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(279.524 -23.857)\">\u003Cpath d=\"M43.424-26.493Q43.424-26.534 43.451-26.558Q43.629-26.702 43.764-26.899Q43.899-27.095 43.969-27.324Q44.039-27.553 44.039-27.789L44.039-27.837Q43.929-27.727 43.745-27.727Q43.564-27.727 43.444-27.847Q43.324-27.967 43.324-28.144Q43.324-28.319 43.444-28.438Q43.564-28.558 43.745-28.558Q44.015-28.558 44.140-28.320Q44.264-28.083 44.264-27.789Q44.264-27.580 44.217-27.380Q44.169-27.180 44.090-27.015Q44.011-26.849 43.888-26.687Q43.765-26.524 43.605-26.388Q43.574-26.367 43.550-26.367Q43.502-26.367 43.463-26.410Q43.424-26.452 43.424-26.493M44.927-26.493Q44.927-26.534 44.955-26.558Q45.133-26.702 45.268-26.899Q45.403-27.095 45.473-27.324Q45.543-27.553 45.543-27.789L45.543-27.837Q45.433-27.727 45.249-27.727Q45.071-27.727 44.950-27.849Q44.828-27.970 44.828-28.144Q44.828-28.315 44.950-28.437Q45.071-28.558 45.249-28.558Q45.519-28.558 45.644-28.320Q45.768-28.083 45.768-27.789Q45.768-27.580 45.720-27.380Q45.673-27.180 45.594-27.015Q45.515-26.849 45.392-26.687Q45.269-26.524 45.109-26.388Q45.078-26.367 45.054-26.367Q45.010-26.367 44.968-26.408Q44.927-26.449 44.927-26.493M47.306-25.212Q47.306-25.550 47.447-25.841Q47.587-26.131 47.831-26.345Q48.075-26.558 48.380-26.673Q48.684-26.787 49.009-26.787Q49.279-26.787 49.542-26.688Q49.805-26.589 49.996-26.411L49.996-27.809Q49.996-28.079 49.889-28.141Q49.781-28.202 49.470-28.202L49.470-28.483L50.547-28.558L50.547-24.374Q50.547-24.186 50.601-24.103Q50.656-24.019 50.757-24Q50.858-23.981 51.073-23.981L51.073-23.701L49.966-23.633L49.966-24.050Q49.549-23.633 48.923-23.633Q48.492-23.633 48.120-23.845Q47.747-24.056 47.527-24.417Q47.306-24.778 47.306-25.212M48.981-23.855Q49.190-23.855 49.376-23.927Q49.562-23.998 49.716-24.135Q49.870-24.272 49.966-24.450L49.966-26.059Q49.880-26.206 49.735-26.326Q49.590-26.446 49.420-26.505Q49.251-26.565 49.070-26.565Q48.510-26.565 48.241-26.176Q47.973-25.786 47.973-25.205Q47.973-24.634 48.207-24.244Q48.441-23.855 48.981-23.855M53.339-23.701L51.787-23.701L51.787-23.981Q52.013-23.981 52.162-24.015Q52.310-24.050 52.310-24.190L52.310-26.039Q52.310-26.227 52.262-26.311Q52.215-26.394 52.117-26.413Q52.020-26.432 51.808-26.432L51.808-26.712L52.864-26.787L52.864-24.190Q52.864-24.050 52.996-24.015Q53.127-23.981 53.339-23.981L53.339-23.701M52.068-28.008Q52.068-28.179 52.191-28.298Q52.314-28.418 52.485-28.418Q52.652-28.418 52.775-28.298Q52.898-28.179 52.898-28.008Q52.898-27.833 52.775-27.710Q52.652-27.587 52.485-27.587Q52.314-27.587 52.191-27.710Q52.068-27.833 52.068-28.008M55.667-23.701L54.033-23.701L54.033-23.981Q54.262-23.981 54.411-24.015Q54.559-24.050 54.559-24.190L54.559-26.039Q54.559-26.309 54.452-26.370Q54.344-26.432 54.033-26.432L54.033-26.712L55.093-26.787L55.093-26.138Q55.263-26.446 55.568-26.617Q55.872-26.787 56.217-26.787Q56.723-26.787 57.007-26.564Q57.290-26.340 57.290-25.844L57.290-24.190Q57.290-24.053 57.439-24.017Q57.588-23.981 57.813-23.981L57.813-23.701L56.183-23.701L56.183-23.981Q56.412-23.981 56.561-24.015Q56.709-24.050 56.709-24.190L56.709-25.830Q56.709-26.165 56.590-26.365Q56.470-26.565 56.156-26.565Q55.885-26.565 55.651-26.429Q55.417-26.292 55.279-26.058Q55.140-25.824 55.140-25.550L55.140-24.190Q55.140-24.053 55.291-24.017Q55.441-23.981 55.667-23.981L55.667-23.701M60.083-23.701L58.449-23.701L58.449-23.981Q58.678-23.981 58.827-24.015Q58.975-24.050 58.975-24.190L58.975-26.039Q58.975-26.309 58.868-26.370Q58.760-26.432 58.449-26.432L58.449-26.712L59.509-26.787L59.509-26.138Q59.679-26.446 59.984-26.617Q60.288-26.787 60.633-26.787Q61.139-26.787 61.423-26.564Q61.706-26.340 61.706-25.844L61.706-24.190Q61.706-24.053 61.855-24.017Q62.004-23.981 62.229-23.981L62.229-23.701L60.599-23.701L60.599-23.981Q60.828-23.981 60.977-24.015Q61.125-24.050 61.125-24.190L61.125-25.830Q61.125-26.165 61.006-26.365Q60.886-26.565 60.572-26.565Q60.302-26.565 60.067-26.429Q59.833-26.292 59.695-26.058Q59.556-25.824 59.556-25.550L59.556-24.190Q59.556-24.053 59.707-24.017Q59.857-23.981 60.083-23.981L60.083-23.701M62.776-25.236Q62.776-25.557 62.901-25.846Q63.026-26.135 63.251-26.358Q63.477-26.582 63.772-26.702Q64.068-26.822 64.386-26.822Q64.714-26.822 64.976-26.722Q65.237-26.623 65.413-26.441Q65.589-26.258 65.683-26Q65.777-25.742 65.777-25.410Q65.777-25.318 65.695-25.297L63.439-25.297L63.439-25.236Q63.439-24.648 63.723-24.265Q64.007-23.882 64.574-23.882Q64.895-23.882 65.164-24.075Q65.432-24.268 65.521-24.583Q65.528-24.624 65.603-24.638L65.695-24.638Q65.777-24.614 65.777-24.542Q65.777-24.535 65.770-24.508Q65.657-24.111 65.287-23.872Q64.916-23.633 64.492-23.633Q64.054-23.633 63.655-23.841Q63.255-24.050 63.015-24.417Q62.776-24.784 62.776-25.236M63.446-25.506L65.261-25.506Q65.261-25.783 65.164-26.035Q65.066-26.288 64.868-26.444Q64.670-26.599 64.386-26.599Q64.109-26.599 63.895-26.441Q63.682-26.282 63.564-26.027Q63.446-25.772 63.446-25.506M68.115-23.701L66.379-23.701L66.379-23.981Q66.608-23.981 66.756-24.015Q66.905-24.050 66.905-24.190L66.905-26.039Q66.905-26.309 66.797-26.370Q66.690-26.432 66.379-26.432L66.379-26.712L67.407-26.787L67.407-26.080Q67.537-26.388 67.780-26.587Q68.023-26.787 68.341-26.787Q68.559-26.787 68.730-26.663Q68.901-26.538 68.901-26.326Q68.901-26.189 68.802-26.090Q68.703-25.991 68.570-25.991Q68.433-25.991 68.334-26.090Q68.235-26.189 68.235-26.326Q68.235-26.466 68.334-26.565Q68.043-26.565 67.843-26.369Q67.643-26.172 67.551-25.878Q67.459-25.584 67.459-25.304L67.459-24.190Q67.459-23.981 68.115-23.981L68.115-23.701M69.585-26.493Q69.585-26.534 69.612-26.558Q69.790-26.702 69.925-26.899Q70.060-27.095 70.130-27.324Q70.200-27.553 70.200-27.789L70.200-27.837Q70.091-27.727 69.906-27.727Q69.725-27.727 69.605-27.847Q69.486-27.967 69.486-28.144Q69.486-28.319 69.605-28.438Q69.725-28.558 69.906-28.558Q70.176-28.558 70.301-28.320Q70.426-28.083 70.426-27.789Q70.426-27.580 70.378-27.380Q70.330-27.180 70.251-27.015Q70.173-26.849 70.050-26.687Q69.927-26.524 69.766-26.388Q69.735-26.367 69.711-26.367Q69.663-26.367 69.624-26.410Q69.585-26.452 69.585-26.493M71.089-26.493Q71.089-26.534 71.116-26.558Q71.294-26.702 71.429-26.899Q71.564-27.095 71.634-27.324Q71.704-27.553 71.704-27.789L71.704-27.837Q71.594-27.727 71.410-27.727Q71.232-27.727 71.111-27.849Q70.989-27.970 70.989-28.144Q70.989-28.315 71.111-28.437Q71.232-28.558 71.410-28.558Q71.680-28.558 71.805-28.320Q71.929-28.083 71.929-27.789Q71.929-27.580 71.882-27.380Q71.834-27.180 71.755-27.015Q71.677-26.849 71.553-26.687Q71.430-26.524 71.270-26.388Q71.239-26.367 71.215-26.367Q71.171-26.367 71.130-26.408Q71.089-26.449 71.089-26.493\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">A naive per-frame alignment for &quot;dinner&quot;. Collapsing runs of identical letters merges the true double &quot;n&quot; and gives &quot;diner&quot;, and there is no symbol for frames that correspond to no letter.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:447.677px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 335.757 100.294\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-47.557 -75.072)\">\u003Cpath d=\"M0.665 13.288L-1.447 13.288L-1.447 13.008Q-0.726 13.008-0.726 12.799L-0.726 11.377L-2.377 8.998Q-2.496 8.855-2.689 8.821Q-2.882 8.787-3.170 8.787L-3.170 8.506L-1.139 8.506L-1.139 8.787Q-1.587 8.787-1.587 8.927Q-1.587 8.961-1.566 8.998L-0.158 11.025L1.123 9.186Q1.178 9.111 1.178 9.019Q1.178 8.896 1.076 8.841Q0.973 8.787 0.830 8.787L0.830 8.506L2.388 8.506L2.388 8.787Q2.094 8.787 1.853 8.881Q1.612 8.975 1.465 9.186L-0.063 11.377L-0.063 12.799Q-0.063 13.008 0.665 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-47.557 -75.072)\">\u003Cpath d=\"M7.704 15.038Q7.154 14.638 6.783 14.083Q6.412 13.527 6.231 12.881Q6.050 12.235 6.050 11.538Q6.050 11.025 6.150 10.530Q6.251 10.034 6.456 9.583Q6.661 9.132 6.974 8.740Q7.287 8.349 7.704 8.045Q7.714 8.041 7.721 8.040Q7.728 8.038 7.738 8.038L7.806 8.038Q7.841 8.038 7.863 8.062Q7.885 8.086 7.885 8.123Q7.885 8.168 7.858 8.185Q7.509 8.486 7.256 8.870Q7.003 9.255 6.851 9.696Q6.699 10.137 6.627 10.593Q6.555 11.049 6.555 11.538Q6.555 12.539 6.865 13.426Q7.174 14.313 7.858 14.898Q7.885 14.915 7.885 14.959Q7.885 14.997 7.863 15.021Q7.841 15.045 7.806 15.045L7.738 15.045Q7.731 15.041 7.723 15.040Q7.714 15.038 7.704 15.038M8.654 11.805Q8.654 11.463 8.789 11.164Q8.924 10.865 9.163 10.641Q9.403 10.417 9.720 10.292Q10.038 10.167 10.370 10.167Q10.814 10.167 11.214 10.383Q11.614 10.598 11.848 10.976Q12.082 11.353 12.082 11.805Q12.082 12.146 11.940 12.430Q11.799 12.714 11.554 12.921Q11.310 13.127 11 13.242Q10.691 13.356 10.370 13.356Q9.939 13.356 9.538 13.155Q9.136 12.953 8.895 12.601Q8.654 12.249 8.654 11.805M10.370 13.107Q10.971 13.107 11.195 12.729Q11.419 12.351 11.419 11.719Q11.419 11.107 11.185 10.748Q10.951 10.390 10.370 10.390Q9.317 10.390 9.317 11.719Q9.317 12.351 9.543 12.729Q9.768 13.107 10.370 13.107M13.251 12.454L13.251 10.950Q13.251 10.680 13.144 10.619Q13.036 10.557 12.725 10.557L12.725 10.277L13.832 10.202L13.832 12.434L13.832 12.454Q13.832 12.734 13.884 12.878Q13.935 13.021 14.077 13.078Q14.218 13.134 14.506 13.134Q14.759 13.134 14.964 12.994Q15.169 12.854 15.285 12.628Q15.401 12.403 15.401 12.153L15.401 10.950Q15.401 10.680 15.293 10.619Q15.186 10.557 14.875 10.557L14.875 10.277L15.982 10.202L15.982 12.615Q15.982 12.806 16.035 12.888Q16.088 12.970 16.189 12.989Q16.290 13.008 16.505 13.008L16.505 13.288L15.428 13.356L15.428 12.792Q15.319 12.974 15.174 13.097Q15.029 13.220 14.842 13.288Q14.656 13.356 14.454 13.356Q13.251 13.356 13.251 12.454M17.619 12.447L17.619 10.550L16.980 10.550L16.980 10.328Q17.298 10.328 17.515 10.118Q17.732 9.908 17.833 9.598Q17.934 9.289 17.934 8.981L18.200 8.981L18.200 10.270L19.277 10.270L19.277 10.550L18.200 10.550L18.200 12.434Q18.200 12.710 18.305 12.909Q18.409 13.107 18.669 13.107Q18.826 13.107 18.932 13.003Q19.038 12.898 19.087 12.745Q19.137 12.591 19.137 12.434L19.137 12.020L19.404 12.020L19.404 12.447Q19.404 12.673 19.304 12.883Q19.205 13.093 19.021 13.225Q18.836 13.356 18.607 13.356Q18.170 13.356 17.895 13.119Q17.619 12.881 17.619 12.447M21.858 14.645L20.227 14.645L20.227 14.365Q20.456 14.365 20.605 14.330Q20.754 14.296 20.754 14.156L20.754 10.810Q20.754 10.639 20.617 10.598Q20.480 10.557 20.227 10.557L20.227 10.277L21.307 10.202L21.307 10.608Q21.530 10.407 21.817 10.304Q22.104 10.202 22.411 10.202Q22.839 10.202 23.203 10.415Q23.567 10.629 23.780 10.993Q23.994 11.357 23.994 11.777Q23.994 12.222 23.755 12.586Q23.515 12.950 23.122 13.153Q22.729 13.356 22.285 13.356Q22.018 13.356 21.770 13.256Q21.523 13.155 21.335 12.974L21.335 14.156Q21.335 14.293 21.483 14.329Q21.632 14.365 21.858 14.365L21.858 14.645M21.335 10.957L21.335 12.567Q21.468 12.820 21.711 12.977Q21.953 13.134 22.230 13.134Q22.558 13.134 22.811 12.933Q23.064 12.731 23.197 12.413Q23.331 12.095 23.331 11.777Q23.331 11.548 23.266 11.319Q23.201 11.090 23.073 10.892Q22.945 10.694 22.750 10.574Q22.555 10.455 22.322 10.455Q22.029 10.455 21.760 10.584Q21.492 10.714 21.335 10.957M25.204 12.454L25.204 10.950Q25.204 10.680 25.096 10.619Q24.989 10.557 24.677 10.557L24.677 10.277L25.785 10.202L25.785 12.434L25.785 12.454Q25.785 12.734 25.836 12.878Q25.887 13.021 26.029 13.078Q26.171 13.134 26.458 13.134Q26.711 13.134 26.916 12.994Q27.121 12.854 27.238 12.628Q27.354 12.403 27.354 12.153L27.354 10.950Q27.354 10.680 27.246 10.619Q27.138 10.557 26.827 10.557L26.827 10.277L27.935 10.202L27.935 12.615Q27.935 12.806 27.988 12.888Q28.041 12.970 28.142 12.989Q28.242 13.008 28.458 13.008L28.458 13.288L27.381 13.356L27.381 12.792Q27.272 12.974 27.126 13.097Q26.981 13.220 26.795 13.288Q26.609 13.356 26.407 13.356Q25.204 13.356 25.204 12.454M29.572 12.447L29.572 10.550L28.933 10.550L28.933 10.328Q29.251 10.328 29.468 10.118Q29.685 9.908 29.786 9.598Q29.886 9.289 29.886 8.981L30.153 8.981L30.153 10.270L31.230 10.270L31.230 10.550L30.153 10.550L30.153 12.434Q30.153 12.710 30.257 12.909Q30.362 13.107 30.621 13.107Q30.779 13.107 30.885 13.003Q30.990 12.898 31.040 12.745Q31.090 12.591 31.090 12.434L31.090 12.020L31.356 12.020L31.356 12.447Q31.356 12.673 31.257 12.883Q31.158 13.093 30.973 13.225Q30.789 13.356 30.560 13.356Q30.122 13.356 29.847 13.119Q29.572 12.881 29.572 12.447M32.488 15.045L32.419 15.045Q32.385 15.045 32.363 15.019Q32.341 14.994 32.341 14.959Q32.341 14.915 32.371 14.898Q32.727 14.594 32.976 14.204Q33.226 13.814 33.378 13.382Q33.530 12.950 33.600 12.481Q33.670 12.013 33.670 11.538Q33.670 11.059 33.600 10.593Q33.530 10.126 33.376 9.691Q33.222 9.255 32.971 8.867Q32.720 8.479 32.371 8.185Q32.341 8.168 32.341 8.123Q32.341 8.089 32.363 8.064Q32.385 8.038 32.419 8.038L32.488 8.038Q32.498 8.038 32.506 8.040Q32.515 8.041 32.525 8.045Q33.069 8.445 33.441 8.998Q33.814 9.552 33.995 10.198Q34.176 10.844 34.176 11.538Q34.176 12.239 33.995 12.886Q33.814 13.534 33.439 14.088Q33.065 14.642 32.525 15.038Q32.515 15.038 32.506 15.040Q32.498 15.041 32.488 15.045\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-58.933 -48.784)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008L-1.273 13.288M0.057 11.753Q0.057 11.432 0.182 11.143Q0.307 10.854 0.532 10.631Q0.758 10.407 1.053 10.287Q1.349 10.167 1.667 10.167Q1.995 10.167 2.257 10.267Q2.518 10.366 2.694 10.548Q2.870 10.731 2.964 10.989Q3.058 11.247 3.058 11.579Q3.058 11.671 2.976 11.692L0.720 11.692L0.720 11.753Q0.720 12.341 1.004 12.724Q1.288 13.107 1.855 13.107Q2.176 13.107 2.444 12.914Q2.713 12.721 2.802 12.406Q2.809 12.365 2.884 12.351L2.976 12.351Q3.058 12.375 3.058 12.447Q3.058 12.454 3.051 12.481Q2.938 12.878 2.568 13.117Q2.197 13.356 1.773 13.356Q1.335 13.356 0.935 13.148Q0.536 12.939 0.296 12.572Q0.057 12.205 0.057 11.753M0.727 11.483L2.542 11.483Q2.542 11.206 2.444 10.954Q2.347 10.701 2.149 10.545Q1.951 10.390 1.667 10.390Q1.390 10.390 1.176 10.548Q0.963 10.707 0.845 10.962Q0.727 11.217 0.727 11.483M5.328 13.288L3.694 13.288L3.694 13.008Q3.923 13.008 4.071 12.974Q4.220 12.939 4.220 12.799L4.220 10.950Q4.220 10.680 4.112 10.619Q4.005 10.557 3.694 10.557L3.694 10.277L4.753 10.202L4.753 10.851Q4.924 10.543 5.228 10.372Q5.533 10.202 5.878 10.202Q6.278 10.202 6.555 10.342Q6.831 10.482 6.917 10.830Q7.084 10.537 7.383 10.369Q7.683 10.202 8.028 10.202Q8.534 10.202 8.817 10.425Q9.101 10.649 9.101 11.145L9.101 12.799Q9.101 12.936 9.250 12.972Q9.398 13.008 9.624 13.008L9.624 13.288L7.994 13.288L7.994 13.008Q8.219 13.008 8.370 12.972Q8.520 12.936 8.520 12.799L8.520 11.159Q8.520 10.824 8.400 10.624Q8.281 10.424 7.966 10.424Q7.696 10.424 7.462 10.560Q7.228 10.697 7.090 10.931Q6.951 11.165 6.951 11.439L6.951 12.799Q6.951 12.936 7.100 12.972Q7.248 13.008 7.474 13.008L7.474 13.288L5.844 13.288L5.844 13.008Q6.073 13.008 6.221 12.974Q6.370 12.939 6.370 12.799L6.370 11.159Q6.370 10.824 6.250 10.624Q6.131 10.424 5.816 10.424Q5.546 10.424 5.312 10.560Q5.078 10.697 4.940 10.931Q4.801 11.165 4.801 11.439L4.801 12.799Q4.801 12.936 4.952 12.972Q5.102 13.008 5.328 13.008L5.328 13.288M10.171 11.805Q10.171 11.463 10.306 11.164Q10.441 10.865 10.680 10.641Q10.919 10.417 11.237 10.292Q11.555 10.167 11.887 10.167Q12.331 10.167 12.731 10.383Q13.131 10.598 13.365 10.976Q13.599 11.353 13.599 11.805Q13.599 12.146 13.457 12.430Q13.315 12.714 13.071 12.921Q12.827 13.127 12.517 13.242Q12.208 13.356 11.887 13.356Q11.456 13.356 11.054 13.155Q10.653 12.953 10.412 12.601Q10.171 12.249 10.171 11.805M11.887 13.107Q12.488 13.107 12.712 12.729Q12.936 12.351 12.936 11.719Q12.936 11.107 12.702 10.748Q12.468 10.390 11.887 10.390Q10.834 10.390 10.834 11.719Q10.834 12.351 11.059 12.729Q11.285 13.107 11.887 13.107\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-58.933 -48.784)\">\u003Cpath d=\"M15.588 13.261L14.460 10.762Q14.388 10.615 14.258 10.583Q14.128 10.550 13.899 10.550L13.899 10.270L15.413 10.270L15.413 10.550Q15.061 10.550 15.061 10.697Q15.061 10.742 15.072 10.762L15.936 12.680L16.716 10.950Q16.750 10.882 16.750 10.803Q16.750 10.690 16.666 10.620Q16.582 10.550 16.463 10.550L16.463 10.270L17.659 10.270L17.659 10.550Q17.440 10.550 17.269 10.653Q17.099 10.755 17.010 10.950L15.974 13.261Q15.926 13.356 15.820 13.356L15.742 13.356Q15.636 13.356 15.588 13.261\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-58.933 -48.784)\">\u003Cpath d=\"M17.943 11.753Q17.943 11.432 18.068 11.143Q18.193 10.854 18.419 10.631Q18.644 10.407 18.940 10.287Q19.235 10.167 19.553 10.167Q19.881 10.167 20.143 10.267Q20.404 10.366 20.580 10.548Q20.756 10.731 20.850 10.989Q20.944 11.247 20.944 11.579Q20.944 11.671 20.862 11.692L18.607 11.692L18.607 11.753Q18.607 12.341 18.890 12.724Q19.174 13.107 19.741 13.107Q20.063 13.107 20.331 12.914Q20.599 12.721 20.688 12.406Q20.695 12.365 20.770 12.351L20.862 12.351Q20.944 12.375 20.944 12.447Q20.944 12.454 20.938 12.481Q20.825 12.878 20.454 13.117Q20.083 13.356 19.659 13.356Q19.222 13.356 18.822 13.148Q18.422 12.939 18.183 12.572Q17.943 12.205 17.943 11.753M18.613 11.483L20.428 11.483Q20.428 11.206 20.331 10.954Q20.233 10.701 20.035 10.545Q19.837 10.390 19.553 10.390Q19.276 10.390 19.063 10.548Q18.849 10.707 18.731 10.962Q18.613 11.217 18.613 11.483\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-58.933 -48.784)\">\u003Cpath d=\"M25.041 13.288L24.774 13.288L24.774 9.180Q24.774 8.910 24.667 8.848Q24.559 8.787 24.248 8.787L24.248 8.506L25.328 8.431L25.328 10.601Q25.537 10.410 25.822 10.306Q26.108 10.202 26.405 10.202Q26.723 10.202 27.020 10.323Q27.317 10.444 27.540 10.660Q27.762 10.875 27.888 11.160Q28.015 11.446 28.015 11.777Q28.015 12.222 27.775 12.586Q27.536 12.950 27.143 13.153Q26.750 13.356 26.306 13.356Q26.111 13.356 25.921 13.300Q25.732 13.244 25.571 13.139Q25.410 13.035 25.270 12.874L25.041 13.288M25.356 10.943L25.356 12.560Q25.492 12.820 25.733 12.977Q25.974 13.134 26.251 13.134Q26.545 13.134 26.757 13.027Q26.969 12.919 27.102 12.727Q27.235 12.536 27.294 12.297Q27.352 12.058 27.352 11.777Q27.352 11.418 27.258 11.114Q27.164 10.810 26.936 10.617Q26.709 10.424 26.343 10.424Q26.043 10.424 25.776 10.560Q25.509 10.697 25.356 10.943M30.318 13.288L28.715 13.288L28.715 13.008Q28.941 13.008 29.090 12.974Q29.238 12.939 29.238 12.799L29.238 9.180Q29.238 8.910 29.131 8.848Q29.023 8.787 28.715 8.787L28.715 8.506L29.792 8.431L29.792 12.799Q29.792 12.936 29.942 12.972Q30.093 13.008 30.318 13.008L30.318 13.288M30.971 12.560Q30.971 12.228 31.195 12.001Q31.419 11.774 31.763 11.646Q32.106 11.517 32.479 11.465Q32.851 11.412 33.155 11.412L33.155 11.159Q33.155 10.954 33.048 10.774Q32.940 10.595 32.759 10.492Q32.578 10.390 32.369 10.390Q31.962 10.390 31.727 10.482Q31.816 10.519 31.862 10.603Q31.908 10.687 31.908 10.789Q31.908 10.885 31.862 10.964Q31.816 11.042 31.735 11.087Q31.655 11.131 31.566 11.131Q31.416 11.131 31.315 11.034Q31.214 10.936 31.214 10.789Q31.214 10.167 32.369 10.167Q32.581 10.167 32.831 10.231Q33.080 10.294 33.282 10.413Q33.483 10.533 33.610 10.718Q33.736 10.902 33.736 11.145L33.736 12.721Q33.736 12.837 33.798 12.933Q33.859 13.028 33.972 13.028Q34.082 13.028 34.147 12.934Q34.212 12.840 34.212 12.721L34.212 12.273L34.478 12.273L34.478 12.721Q34.478 12.991 34.251 13.156Q34.024 13.322 33.743 13.322Q33.535 13.322 33.398 13.168Q33.261 13.015 33.237 12.799Q33.090 13.066 32.808 13.211Q32.526 13.356 32.202 13.356Q31.925 13.356 31.641 13.281Q31.358 13.206 31.164 13.027Q30.971 12.847 30.971 12.560M31.587 12.560Q31.587 12.734 31.687 12.864Q31.788 12.994 31.944 13.064Q32.099 13.134 32.263 13.134Q32.482 13.134 32.691 13.037Q32.899 12.939 33.027 12.758Q33.155 12.577 33.155 12.351L33.155 11.623Q32.831 11.623 32.465 11.714Q32.099 11.805 31.843 12.017Q31.587 12.228 31.587 12.560M36.577 13.288L34.943 13.288L34.943 13.008Q35.172 13.008 35.321 12.974Q35.469 12.939 35.469 12.799L35.469 10.950Q35.469 10.680 35.362 10.619Q35.254 10.557 34.943 10.557L34.943 10.277L36.003 10.202L36.003 10.851Q36.173 10.543 36.478 10.372Q36.782 10.202 37.127 10.202Q37.633 10.202 37.917 10.425Q38.200 10.649 38.200 11.145L38.200 12.799Q38.200 12.936 38.349 12.972Q38.498 13.008 38.723 13.008L38.723 13.288L37.093 13.288L37.093 13.008Q37.322 13.008 37.471 12.974Q37.619 12.939 37.619 12.799L37.619 11.159Q37.619 10.824 37.500 10.624Q37.380 10.424 37.066 10.424Q36.795 10.424 36.561 10.560Q36.327 10.697 36.189 10.931Q36.050 11.165 36.050 11.439L36.050 12.799Q36.050 12.936 36.201 12.972Q36.351 13.008 36.577 13.008L36.577 13.288M40.907 13.288L39.325 13.288L39.325 13.008Q39.554 13.008 39.702 12.974Q39.851 12.939 39.851 12.799L39.851 9.180Q39.851 8.910 39.743 8.848Q39.636 8.787 39.325 8.787L39.325 8.506L40.405 8.431L40.405 11.719L41.389 10.950Q41.594 10.813 41.594 10.663Q41.594 10.619 41.553 10.584Q41.512 10.550 41.468 10.550L41.468 10.270L42.832 10.270L42.832 10.550Q42.343 10.550 41.823 10.950L41.266 11.384L42.244 12.608Q42.445 12.854 42.579 12.931Q42.712 13.008 42.999 13.008L42.999 13.288L41.567 13.288L41.567 13.008Q41.755 13.008 41.755 12.895Q41.755 12.799 41.601 12.608L40.866 11.699L40.384 12.078L40.384 12.799Q40.384 12.936 40.533 12.972Q40.682 13.008 40.907 13.008L40.907 13.288M43.512 13.281L43.512 12.218Q43.512 12.194 43.539 12.167Q43.566 12.140 43.590 12.140L43.700 12.140Q43.765 12.140 43.778 12.198Q43.874 12.632 44.120 12.883Q44.366 13.134 44.780 13.134Q45.122 13.134 45.375 13.001Q45.628 12.868 45.628 12.560Q45.628 12.403 45.534 12.288Q45.440 12.174 45.301 12.105Q45.163 12.037 44.995 11.999L44.414 11.900Q44.059 11.832 43.785 11.611Q43.512 11.391 43.512 11.049Q43.512 10.800 43.623 10.625Q43.734 10.451 43.920 10.352Q44.107 10.253 44.322 10.210Q44.537 10.167 44.780 10.167Q45.193 10.167 45.474 10.349L45.689 10.174Q45.699 10.171 45.706 10.169Q45.713 10.167 45.723 10.167L45.774 10.167Q45.802 10.167 45.826 10.191Q45.850 10.215 45.850 10.243L45.850 11.090Q45.850 11.111 45.826 11.138Q45.802 11.165 45.774 11.165L45.662 11.165Q45.634 11.165 45.609 11.140Q45.583 11.114 45.583 11.090Q45.583 10.854 45.477 10.690Q45.371 10.526 45.188 10.444Q45.005 10.362 44.773 10.362Q44.445 10.362 44.189 10.465Q43.932 10.567 43.932 10.844Q43.932 11.039 44.115 11.148Q44.298 11.258 44.527 11.299L45.101 11.405Q45.347 11.453 45.561 11.581Q45.774 11.709 45.911 11.912Q46.048 12.116 46.048 12.365Q46.048 12.878 45.682 13.117Q45.316 13.356 44.780 13.356Q44.284 13.356 43.953 13.062L43.686 13.336Q43.666 13.356 43.638 13.356L43.590 13.356Q43.566 13.356 43.539 13.329Q43.512 13.302 43.512 13.281\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-57.857 -24.135)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.391 10.202-0.114 10.342Q0.163 10.482 0.248 10.830Q0.416 10.537 0.715 10.369Q1.014 10.202 1.359 10.202Q1.865 10.202 2.149 10.425Q2.433 10.649 2.433 11.145L2.433 12.799Q2.433 12.936 2.581 12.972Q2.730 13.008 2.955 13.008L2.955 13.288L1.325 13.288L1.325 13.008Q1.551 13.008 1.701 12.972Q1.851 12.936 1.851 12.799L1.851 11.159Q1.851 10.824 1.732 10.624Q1.612 10.424 1.298 10.424Q1.028 10.424 0.794 10.560Q0.559 10.697 0.421 10.931Q0.283 11.165 0.283 11.439L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008L-1.341 13.288M3.502 11.753Q3.502 11.432 3.627 11.143Q3.752 10.854 3.977 10.631Q4.203 10.407 4.499 10.287Q4.794 10.167 5.112 10.167Q5.440 10.167 5.702 10.267Q5.963 10.366 6.139 10.548Q6.315 10.731 6.409 10.989Q6.503 11.247 6.503 11.579Q6.503 11.671 6.421 11.692L4.165 11.692L4.165 11.753Q4.165 12.341 4.449 12.724Q4.733 13.107 5.300 13.107Q5.621 13.107 5.890 12.914Q6.158 12.721 6.247 12.406Q6.254 12.365 6.329 12.351L6.421 12.351Q6.503 12.375 6.503 12.447Q6.503 12.454 6.496 12.481Q6.384 12.878 6.013 13.117Q5.642 13.356 5.218 13.356Q4.781 13.356 4.381 13.148Q3.981 12.939 3.742 12.572Q3.502 12.205 3.502 11.753M4.172 11.483L5.987 11.483Q5.987 11.206 5.890 10.954Q5.792 10.701 5.594 10.545Q5.396 10.390 5.112 10.390Q4.835 10.390 4.622 10.548Q4.408 10.707 4.290 10.962Q4.172 11.217 4.172 11.483M8.841 13.288L7.105 13.288L7.105 13.008Q7.334 13.008 7.483 12.974Q7.631 12.939 7.631 12.799L7.631 10.950Q7.631 10.680 7.524 10.619Q7.416 10.557 7.105 10.557L7.105 10.277L8.134 10.202L8.134 10.909Q8.264 10.601 8.506 10.402Q8.749 10.202 9.067 10.202Q9.286 10.202 9.456 10.326Q9.627 10.451 9.627 10.663Q9.627 10.800 9.528 10.899Q9.429 10.998 9.296 10.998Q9.159 10.998 9.060 10.899Q8.961 10.800 8.961 10.663Q8.961 10.523 9.060 10.424Q8.769 10.424 8.569 10.620Q8.370 10.817 8.277 11.111Q8.185 11.405 8.185 11.685L8.185 12.799Q8.185 13.008 8.841 13.008L8.841 13.288M10.171 13.821Q10.171 13.575 10.367 13.391Q10.564 13.206 10.820 13.127Q10.684 13.015 10.612 12.854Q10.540 12.693 10.540 12.512Q10.540 12.191 10.752 11.945Q10.417 11.647 10.417 11.237Q10.417 10.776 10.807 10.489Q11.196 10.202 11.675 10.202Q12.146 10.202 12.481 10.448Q12.656 10.294 12.866 10.212Q13.076 10.130 13.305 10.130Q13.469 10.130 13.590 10.237Q13.712 10.345 13.712 10.509Q13.712 10.605 13.640 10.677Q13.568 10.748 13.476 10.748Q13.377 10.748 13.307 10.675Q13.237 10.601 13.237 10.502Q13.237 10.448 13.250 10.417L13.257 10.403Q13.264 10.383 13.273 10.372Q13.281 10.362 13.285 10.355Q12.929 10.355 12.642 10.578Q12.929 10.871 12.929 11.237Q12.929 11.552 12.745 11.784Q12.560 12.017 12.271 12.145Q11.982 12.273 11.675 12.273Q11.473 12.273 11.282 12.223Q11.090 12.174 10.913 12.064Q10.820 12.191 10.820 12.334Q10.820 12.516 10.948 12.651Q11.077 12.786 11.261 12.786L11.893 12.786Q12.341 12.786 12.710 12.857Q13.080 12.929 13.339 13.158Q13.599 13.387 13.599 13.821Q13.599 14.142 13.303 14.344Q13.008 14.546 12.604 14.635Q12.201 14.724 11.887 14.724Q11.569 14.724 11.165 14.635Q10.762 14.546 10.466 14.344Q10.171 14.142 10.171 13.821M10.625 13.821Q10.625 14.050 10.844 14.199Q11.063 14.348 11.355 14.416Q11.647 14.484 11.887 14.484Q12.051 14.484 12.259 14.448Q12.468 14.413 12.674 14.332Q12.881 14.252 13.013 14.124Q13.144 13.996 13.144 13.821Q13.144 13.469 12.763 13.375Q12.382 13.281 11.880 13.281L11.261 13.281Q11.022 13.281 10.824 13.432Q10.625 13.582 10.625 13.821M11.675 12.034Q12.341 12.034 12.341 11.237Q12.341 10.437 11.675 10.437Q11.005 10.437 11.005 11.237Q11.005 12.034 11.675 12.034M14.153 11.753Q14.153 11.432 14.278 11.143Q14.402 10.854 14.628 10.631Q14.853 10.407 15.149 10.287Q15.445 10.167 15.763 10.167Q16.091 10.167 16.352 10.267Q16.614 10.366 16.790 10.548Q16.966 10.731 17.060 10.989Q17.154 11.247 17.154 11.579Q17.154 11.671 17.072 11.692L14.816 11.692L14.816 11.753Q14.816 12.341 15.100 12.724Q15.383 13.107 15.951 13.107Q16.272 13.107 16.540 12.914Q16.809 12.721 16.897 12.406Q16.904 12.365 16.979 12.351L17.072 12.351Q17.154 12.375 17.154 12.447Q17.154 12.454 17.147 12.481Q17.034 12.878 16.663 13.117Q16.292 13.356 15.869 13.356Q15.431 13.356 15.031 13.148Q14.631 12.939 14.392 12.572Q14.153 12.205 14.153 11.753M14.823 11.483L16.638 11.483Q16.638 11.206 16.540 10.954Q16.443 10.701 16.245 10.545Q16.046 10.390 15.763 10.390Q15.486 10.390 15.272 10.548Q15.059 10.707 14.941 10.962Q14.823 11.217 14.823 11.483\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.857 -24.135)\">\u003Cpath d=\"M22.213 13.288L20.477 13.288L20.477 13.008Q20.706 13.008 20.855 12.974Q21.003 12.939 21.003 12.799L21.003 10.950Q21.003 10.680 20.896 10.619Q20.788 10.557 20.477 10.557L20.477 10.277L21.506 10.202L21.506 10.909Q21.636 10.601 21.878 10.402Q22.121 10.202 22.439 10.202Q22.658 10.202 22.829 10.326Q23 10.451 23 10.663Q23 10.800 22.900 10.899Q22.801 10.998 22.668 10.998Q22.531 10.998 22.432 10.899Q22.333 10.800 22.333 10.663Q22.333 10.523 22.432 10.424Q22.142 10.424 21.942 10.620Q21.742 10.817 21.649 11.111Q21.557 11.405 21.557 11.685L21.557 12.799Q21.557 13.008 22.213 13.008L22.213 13.288M23.543 11.753Q23.543 11.432 23.668 11.143Q23.793 10.854 24.018 10.631Q24.244 10.407 24.539 10.287Q24.835 10.167 25.153 10.167Q25.481 10.167 25.743 10.267Q26.004 10.366 26.180 10.548Q26.356 10.731 26.450 10.989Q26.544 11.247 26.544 11.579Q26.544 11.671 26.462 11.692L24.206 11.692L24.206 11.753Q24.206 12.341 24.490 12.724Q24.774 13.107 25.341 13.107Q25.662 13.107 25.930 12.914Q26.199 12.721 26.288 12.406Q26.295 12.365 26.370 12.351L26.462 12.351Q26.544 12.375 26.544 12.447Q26.544 12.454 26.537 12.481Q26.424 12.878 26.054 13.117Q25.683 13.356 25.259 13.356Q24.821 13.356 24.421 13.148Q24.022 12.939 23.782 12.572Q23.543 12.205 23.543 11.753M24.213 11.483L26.028 11.483Q26.028 11.206 25.930 10.954Q25.833 10.701 25.635 10.545Q25.437 10.390 25.153 10.390Q24.876 10.390 24.662 10.548Q24.449 10.707 24.331 10.962Q24.213 11.217 24.213 11.483M28.776 14.645L27.146 14.645L27.146 14.365Q27.375 14.365 27.523 14.330Q27.672 14.296 27.672 14.156L27.672 10.810Q27.672 10.639 27.535 10.598Q27.399 10.557 27.146 10.557L27.146 10.277L28.226 10.202L28.226 10.608Q28.448 10.407 28.735 10.304Q29.022 10.202 29.330 10.202Q29.757 10.202 30.121 10.415Q30.485 10.629 30.699 10.993Q30.912 11.357 30.912 11.777Q30.912 12.222 30.673 12.586Q30.434 12.950 30.041 13.153Q29.648 13.356 29.203 13.356Q28.937 13.356 28.689 13.256Q28.441 13.155 28.253 12.974L28.253 14.156Q28.253 14.293 28.402 14.329Q28.550 14.365 28.776 14.365L28.776 14.645M28.253 10.957L28.253 12.567Q28.386 12.820 28.629 12.977Q28.872 13.134 29.149 13.134Q29.477 13.134 29.730 12.933Q29.982 12.731 30.116 12.413Q30.249 12.095 30.249 11.777Q30.249 11.548 30.184 11.319Q30.119 11.090 29.991 10.892Q29.863 10.694 29.668 10.574Q29.473 10.455 29.241 10.455Q28.947 10.455 28.679 10.584Q28.410 10.714 28.253 10.957\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.857 -24.135)\">\u003Cpath d=\"M31.735 11.753Q31.735 11.432 31.860 11.143Q31.985 10.854 32.211 10.631Q32.436 10.407 32.732 10.287Q33.027 10.167 33.345 10.167Q33.673 10.167 33.935 10.267Q34.196 10.366 34.372 10.548Q34.548 10.731 34.642 10.989Q34.736 11.247 34.736 11.579Q34.736 11.671 34.654 11.692L32.399 11.692L32.399 11.753Q32.399 12.341 32.682 12.724Q32.966 13.107 33.533 13.107Q33.855 13.107 34.123 12.914Q34.391 12.721 34.480 12.406Q34.487 12.365 34.562 12.351L34.654 12.351Q34.736 12.375 34.736 12.447Q34.736 12.454 34.730 12.481Q34.617 12.878 34.246 13.117Q33.875 13.356 33.451 13.356Q33.014 13.356 32.614 13.148Q32.214 12.939 31.975 12.572Q31.735 12.205 31.735 11.753M32.405 11.483L34.220 11.483Q34.220 11.206 34.123 10.954Q34.025 10.701 33.827 10.545Q33.629 10.390 33.345 10.390Q33.068 10.390 32.855 10.548Q32.641 10.707 32.523 10.962Q32.405 11.217 32.405 11.483M35.382 12.560Q35.382 12.228 35.606 12.001Q35.830 11.774 36.174 11.646Q36.517 11.517 36.890 11.465Q37.262 11.412 37.566 11.412L37.566 11.159Q37.566 10.954 37.459 10.774Q37.351 10.595 37.170 10.492Q36.989 10.390 36.780 10.390Q36.374 10.390 36.138 10.482Q36.227 10.519 36.273 10.603Q36.319 10.687 36.319 10.789Q36.319 10.885 36.273 10.964Q36.227 11.042 36.146 11.087Q36.066 11.131 35.977 11.131Q35.827 11.131 35.726 11.034Q35.625 10.936 35.625 10.789Q35.625 10.167 36.780 10.167Q36.992 10.167 37.242 10.231Q37.491 10.294 37.693 10.413Q37.895 10.533 38.021 10.718Q38.148 10.902 38.148 11.145L38.148 12.721Q38.148 12.837 38.209 12.933Q38.271 13.028 38.383 13.028Q38.493 13.028 38.558 12.934Q38.623 12.840 38.623 12.721L38.623 12.273L38.889 12.273L38.889 12.721Q38.889 12.991 38.662 13.156Q38.435 13.322 38.154 13.322Q37.946 13.322 37.809 13.168Q37.672 13.015 37.649 12.799Q37.502 13.066 37.220 13.211Q36.938 13.356 36.613 13.356Q36.336 13.356 36.052 13.281Q35.769 13.206 35.576 13.027Q35.382 12.847 35.382 12.560M35.998 12.560Q35.998 12.734 36.098 12.864Q36.199 12.994 36.355 13.064Q36.510 13.134 36.674 13.134Q36.893 13.134 37.102 13.037Q37.310 12.939 37.438 12.758Q37.566 12.577 37.566 12.351L37.566 11.623Q37.242 11.623 36.876 11.714Q36.510 11.805 36.254 12.017Q35.998 12.228 35.998 12.560M39.833 12.447L39.833 10.550L39.193 10.550L39.193 10.328Q39.511 10.328 39.728 10.118Q39.945 9.908 40.046 9.598Q40.147 9.289 40.147 8.981L40.414 8.981L40.414 10.270L41.490 10.270L41.490 10.550L40.414 10.550L40.414 12.434Q40.414 12.710 40.518 12.909Q40.622 13.107 40.882 13.107Q41.039 13.107 41.145 13.003Q41.251 12.898 41.301 12.745Q41.350 12.591 41.350 12.434L41.350 12.020L41.617 12.020L41.617 12.447Q41.617 12.673 41.518 12.883Q41.419 13.093 41.234 13.225Q41.049 13.356 40.820 13.356Q40.383 13.356 40.108 13.119Q39.833 12.881 39.833 12.447M42.427 13.281L42.427 12.218Q42.427 12.194 42.454 12.167Q42.482 12.140 42.505 12.140L42.615 12.140Q42.680 12.140 42.693 12.198Q42.789 12.632 43.035 12.883Q43.281 13.134 43.695 13.134Q44.037 13.134 44.290 13.001Q44.543 12.868 44.543 12.560Q44.543 12.403 44.449 12.288Q44.355 12.174 44.216 12.105Q44.078 12.037 43.910 11.999L43.329 11.900Q42.974 11.832 42.700 11.611Q42.427 11.391 42.427 11.049Q42.427 10.800 42.538 10.625Q42.649 10.451 42.835 10.352Q43.022 10.253 43.237 10.210Q43.452 10.167 43.695 10.167Q44.108 10.167 44.389 10.349L44.604 10.174Q44.614 10.171 44.621 10.169Q44.628 10.167 44.638 10.167L44.690 10.167Q44.717 10.167 44.741 10.191Q44.765 10.215 44.765 10.243L44.765 11.090Q44.765 11.111 44.741 11.138Q44.717 11.165 44.690 11.165L44.577 11.165Q44.549 11.165 44.524 11.140Q44.498 11.114 44.498 11.090Q44.498 10.854 44.392 10.690Q44.286 10.526 44.103 10.444Q43.920 10.362 43.688 10.362Q43.360 10.362 43.104 10.465Q42.847 10.567 42.847 10.844Q42.847 11.039 43.030 11.148Q43.213 11.258 43.442 11.299L44.016 11.405Q44.262 11.453 44.476 11.581Q44.690 11.709 44.826 11.912Q44.963 12.116 44.963 12.365Q44.963 12.878 44.597 13.117Q44.232 13.356 43.695 13.356Q43.199 13.356 42.868 13.062L42.601 13.336Q42.581 13.356 42.553 13.356L42.505 13.356Q42.482 13.356 42.454 13.329Q42.427 13.302 42.427 13.281\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-58.439 1.75)\">\u003Cpath d=\"M-1.433 13.288L-3.023 13.288L-3.023 13.008Q-2.380 13.008-2.223 12.608L-0.579 8.393Q-0.545 8.298-0.432 8.298L-0.350 8.298Q-0.240 8.298-0.199 8.393L1.520 12.799Q1.588 12.939 1.778 12.974Q1.968 13.008 2.241 13.008L2.241 13.288L0.242 13.288L0.242 13.008Q0.806 13.008 0.806 12.833Q0.806 12.816 0.804 12.809Q0.802 12.803 0.799 12.799L0.378 11.733L-1.580 11.733L-1.922 12.608Q-1.936 12.608-1.936 12.686Q-1.936 12.847-1.773 12.927Q-1.611 13.008-1.433 13.008L-1.433 13.288M-0.599 9.214L-1.467 11.453L0.276 11.453\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-58.439 1.75)\">\u003Cpath d=\"M7.704 15.038Q7.154 14.638 6.783 14.083Q6.412 13.527 6.231 12.881Q6.050 12.235 6.050 11.538Q6.050 11.025 6.150 10.530Q6.251 10.034 6.456 9.583Q6.661 9.132 6.974 8.740Q7.287 8.349 7.704 8.045Q7.714 8.041 7.721 8.040Q7.728 8.038 7.738 8.038L7.806 8.038Q7.841 8.038 7.863 8.062Q7.885 8.086 7.885 8.123Q7.885 8.168 7.858 8.185Q7.509 8.486 7.256 8.870Q7.003 9.255 6.851 9.696Q6.699 10.137 6.627 10.593Q6.555 11.049 6.555 11.538Q6.555 12.539 6.865 13.426Q7.174 14.313 7.858 14.898Q7.885 14.915 7.885 14.959Q7.885 14.997 7.863 15.021Q7.841 15.045 7.806 15.045L7.738 15.045Q7.731 15.041 7.723 15.040Q7.714 15.038 7.704 15.038M8.753 12.560Q8.753 12.228 8.977 12.001Q9.201 11.774 9.544 11.646Q9.888 11.517 10.260 11.465Q10.633 11.412 10.937 11.412L10.937 11.159Q10.937 10.954 10.830 10.774Q10.722 10.595 10.541 10.492Q10.360 10.390 10.151 10.390Q9.744 10.390 9.509 10.482Q9.597 10.519 9.644 10.603Q9.690 10.687 9.690 10.789Q9.690 10.885 9.644 10.964Q9.597 11.042 9.517 11.087Q9.437 11.131 9.348 11.131Q9.197 11.131 9.097 11.034Q8.996 10.936 8.996 10.789Q8.996 10.167 10.151 10.167Q10.363 10.167 10.613 10.231Q10.862 10.294 11.064 10.413Q11.265 10.533 11.392 10.718Q11.518 10.902 11.518 11.145L11.518 12.721Q11.518 12.837 11.580 12.933Q11.641 13.028 11.754 13.028Q11.864 13.028 11.928 12.934Q11.993 12.840 11.993 12.721L11.993 12.273L12.260 12.273L12.260 12.721Q12.260 12.991 12.033 13.156Q11.805 13.322 11.525 13.322Q11.317 13.322 11.180 13.168Q11.043 13.015 11.019 12.799Q10.872 13.066 10.590 13.211Q10.308 13.356 9.984 13.356Q9.707 13.356 9.423 13.281Q9.139 13.206 8.946 13.027Q8.753 12.847 8.753 12.560M9.368 12.560Q9.368 12.734 9.469 12.864Q9.570 12.994 9.726 13.064Q9.881 13.134 10.045 13.134Q10.264 13.134 10.472 13.037Q10.681 12.939 10.809 12.758Q10.937 12.577 10.937 12.351L10.937 11.623Q10.613 11.623 10.247 11.714Q9.881 11.805 9.625 12.017Q9.368 12.228 9.368 12.560M14.345 13.288L12.742 13.288L12.742 13.008Q12.968 13.008 13.116 12.974Q13.265 12.939 13.265 12.799L13.265 9.180Q13.265 8.910 13.157 8.848Q13.050 8.787 12.742 8.787L12.742 8.506L13.819 8.431L13.819 12.799Q13.819 12.936 13.969 12.972Q14.119 13.008 14.345 13.008L14.345 13.288M16.556 13.288L15.005 13.288L15.005 13.008Q15.230 13.008 15.379 12.974Q15.528 12.939 15.528 12.799L15.528 10.950Q15.528 10.762 15.480 10.678Q15.432 10.595 15.334 10.576Q15.237 10.557 15.025 10.557L15.025 10.277L16.081 10.202L16.081 12.799Q16.081 12.939 16.213 12.974Q16.344 13.008 16.556 13.008L16.556 13.288M15.285 8.981Q15.285 8.810 15.408 8.691Q15.531 8.571 15.702 8.571Q15.869 8.571 15.992 8.691Q16.115 8.810 16.115 8.981Q16.115 9.156 15.992 9.279Q15.869 9.402 15.702 9.402Q15.531 9.402 15.408 9.279Q15.285 9.156 15.285 8.981M17.161 13.821Q17.161 13.575 17.358 13.391Q17.554 13.206 17.811 13.127Q17.674 13.015 17.602 12.854Q17.531 12.693 17.531 12.512Q17.531 12.191 17.742 11.945Q17.407 11.647 17.407 11.237Q17.407 10.776 17.797 10.489Q18.187 10.202 18.665 10.202Q19.137 10.202 19.472 10.448Q19.646 10.294 19.856 10.212Q20.067 10.130 20.296 10.130Q20.460 10.130 20.581 10.237Q20.702 10.345 20.702 10.509Q20.702 10.605 20.631 10.677Q20.559 10.748 20.467 10.748Q20.367 10.748 20.297 10.675Q20.227 10.601 20.227 10.502Q20.227 10.448 20.241 10.417L20.248 10.403Q20.255 10.383 20.263 10.372Q20.272 10.362 20.275 10.355Q19.920 10.355 19.633 10.578Q19.920 10.871 19.920 11.237Q19.920 11.552 19.735 11.784Q19.551 12.017 19.262 12.145Q18.973 12.273 18.665 12.273Q18.464 12.273 18.272 12.223Q18.081 12.174 17.903 12.064Q17.811 12.191 17.811 12.334Q17.811 12.516 17.939 12.651Q18.067 12.786 18.252 12.786L18.884 12.786Q19.332 12.786 19.701 12.857Q20.070 12.929 20.330 13.158Q20.590 13.387 20.590 13.821Q20.590 14.142 20.294 14.344Q19.998 14.546 19.595 14.635Q19.192 14.724 18.877 14.724Q18.559 14.724 18.156 14.635Q17.753 14.546 17.457 14.344Q17.161 14.142 17.161 13.821M17.616 13.821Q17.616 14.050 17.835 14.199Q18.053 14.348 18.346 14.416Q18.638 14.484 18.877 14.484Q19.041 14.484 19.250 14.448Q19.458 14.413 19.665 14.332Q19.872 14.252 20.003 14.124Q20.135 13.996 20.135 13.821Q20.135 13.469 19.754 13.375Q19.373 13.281 18.870 13.281L18.252 13.281Q18.012 13.281 17.814 13.432Q17.616 13.582 17.616 13.821M18.665 12.034Q19.332 12.034 19.332 11.237Q19.332 10.437 18.665 10.437Q17.995 10.437 17.995 11.237Q17.995 12.034 18.665 12.034M22.866 13.288L21.232 13.288L21.232 13.008Q21.461 13.008 21.610 12.974Q21.759 12.939 21.759 12.799L21.759 10.950Q21.759 10.680 21.651 10.619Q21.543 10.557 21.232 10.557L21.232 10.277L22.292 10.202L22.292 10.851Q22.463 10.543 22.767 10.372Q23.071 10.202 23.416 10.202Q23.922 10.202 24.206 10.425Q24.489 10.649 24.489 11.145L24.489 12.799Q24.489 12.936 24.638 12.972Q24.787 13.008 25.012 13.008L25.012 13.288L23.382 13.288L23.382 13.008Q23.611 13.008 23.760 12.974Q23.908 12.939 23.908 12.799L23.908 11.159Q23.908 10.824 23.789 10.624Q23.669 10.424 23.355 10.424Q23.085 10.424 22.851 10.560Q22.616 10.697 22.478 10.931Q22.340 11.165 22.340 11.439L22.340 12.799Q22.340 12.936 22.490 12.972Q22.640 13.008 22.866 13.008L22.866 13.288M27.282 13.288L25.648 13.288L25.648 13.008Q25.877 13.008 26.026 12.974Q26.175 12.939 26.175 12.799L26.175 10.950Q26.175 10.680 26.067 10.619Q25.959 10.557 25.648 10.557L25.648 10.277L26.708 10.202L26.708 10.851Q26.879 10.543 27.183 10.372Q27.487 10.202 27.832 10.202Q28.232 10.202 28.509 10.342Q28.786 10.482 28.871 10.830Q29.039 10.537 29.338 10.369Q29.637 10.202 29.982 10.202Q30.488 10.202 30.772 10.425Q31.055 10.649 31.055 11.145L31.055 12.799Q31.055 12.936 31.204 12.972Q31.353 13.008 31.578 13.008L31.578 13.288L29.948 13.288L29.948 13.008Q30.174 13.008 30.324 12.972Q30.474 12.936 30.474 12.799L30.474 11.159Q30.474 10.824 30.355 10.624Q30.235 10.424 29.921 10.424Q29.651 10.424 29.416 10.560Q29.182 10.697 29.044 10.931Q28.906 11.165 28.906 11.439L28.906 12.799Q28.906 12.936 29.054 12.972Q29.203 13.008 29.428 13.008L29.428 13.288L27.798 13.288L27.798 13.008Q28.027 13.008 28.176 12.974Q28.324 12.939 28.324 12.799L28.324 11.159Q28.324 10.824 28.205 10.624Q28.085 10.424 27.771 10.424Q27.501 10.424 27.267 10.560Q27.032 10.697 26.894 10.931Q26.756 11.165 26.756 11.439L26.756 12.799Q26.756 12.936 26.906 12.972Q27.056 13.008 27.282 13.008L27.282 13.288M32.125 11.753Q32.125 11.432 32.250 11.143Q32.375 10.854 32.600 10.631Q32.826 10.407 33.122 10.287Q33.417 10.167 33.735 10.167Q34.063 10.167 34.325 10.267Q34.586 10.366 34.762 10.548Q34.938 10.731 35.032 10.989Q35.126 11.247 35.126 11.579Q35.126 11.671 35.044 11.692L32.788 11.692L32.788 11.753Q32.788 12.341 33.072 12.724Q33.356 13.107 33.923 13.107Q34.244 13.107 34.513 12.914Q34.781 12.721 34.870 12.406Q34.877 12.365 34.952 12.351L35.044 12.351Q35.126 12.375 35.126 12.447Q35.126 12.454 35.119 12.481Q35.007 12.878 34.636 13.117Q34.265 13.356 33.841 13.356Q33.404 13.356 33.004 13.148Q32.604 12.939 32.364 12.572Q32.125 12.205 32.125 11.753M32.795 11.483L34.610 11.483Q34.610 11.206 34.513 10.954Q34.415 10.701 34.217 10.545Q34.019 10.390 33.735 10.390Q33.458 10.390 33.245 10.548Q33.031 10.707 32.913 10.962Q32.795 11.217 32.795 11.483M37.396 13.288L35.762 13.288L35.762 13.008Q35.991 13.008 36.140 12.974Q36.288 12.939 36.288 12.799L36.288 10.950Q36.288 10.680 36.181 10.619Q36.073 10.557 35.762 10.557L35.762 10.277L36.822 10.202L36.822 10.851Q36.992 10.543 37.297 10.372Q37.601 10.202 37.946 10.202Q38.452 10.202 38.736 10.425Q39.019 10.649 39.019 11.145L39.019 12.799Q39.019 12.936 39.168 12.972Q39.317 13.008 39.542 13.008L39.542 13.288L37.912 13.288L37.912 13.008Q38.141 13.008 38.290 12.974Q38.438 12.939 38.438 12.799L38.438 11.159Q38.438 10.824 38.319 10.624Q38.199 10.424 37.885 10.424Q37.614 10.424 37.380 10.560Q37.146 10.697 37.008 10.931Q36.869 11.165 36.869 11.439L36.869 12.799Q36.869 12.936 37.020 12.972Q37.170 13.008 37.396 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-58.439 1.75)\">\u003Cpath d=\"M40.470 12.447L40.470 10.550L39.831 10.550L39.831 10.328Q40.149 10.328 40.366 10.118Q40.583 9.908 40.683 9.598Q40.784 9.289 40.784 8.981L41.051 8.981L41.051 10.270L42.128 10.270L42.128 10.550L41.051 10.550L41.051 12.434Q41.051 12.710 41.155 12.909Q41.259 13.107 41.519 13.107Q41.676 13.107 41.782 13.003Q41.888 12.898 41.938 12.745Q41.987 12.591 41.987 12.434L41.987 12.020L42.254 12.020L42.254 12.447Q42.254 12.673 42.155 12.883Q42.056 13.093 41.871 13.225Q41.687 13.356 41.458 13.356Q41.020 13.356 40.745 13.119Q40.470 12.881 40.470 12.447M43.385 15.045L43.317 15.045Q43.283 15.045 43.261 15.019Q43.238 14.994 43.238 14.959Q43.238 14.915 43.269 14.898Q43.625 14.594 43.874 14.204Q44.124 13.814 44.276 13.382Q44.428 12.950 44.498 12.481Q44.568 12.013 44.568 11.538Q44.568 11.059 44.498 10.593Q44.428 10.126 44.274 9.691Q44.120 9.255 43.869 8.867Q43.618 8.479 43.269 8.185Q43.238 8.168 43.238 8.123Q43.238 8.089 43.261 8.064Q43.283 8.038 43.317 8.038L43.385 8.038Q43.396 8.038 43.404 8.040Q43.413 8.041 43.423 8.045Q43.966 8.445 44.339 8.998Q44.712 9.552 44.893 10.198Q45.074 10.844 45.074 11.538Q45.074 12.239 44.893 12.886Q44.712 13.534 44.337 14.088Q43.963 14.642 43.423 15.038Q43.413 15.038 43.404 15.040Q43.396 15.041 43.385 15.045\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M-12.442 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(-2.208 2.43)\">\u003Cpath d=\"M-3.023 11.777Q-3.023 11.439-2.882 11.148Q-2.742 10.858-2.498 10.644Q-2.254 10.431-1.949 10.316Q-1.645 10.202-1.320 10.202Q-1.050 10.202-0.787 10.301Q-0.524 10.400-0.333 10.578L-0.333 9.180Q-0.333 8.910-0.440 8.848Q-0.548 8.787-0.859 8.787L-0.859 8.506L0.218 8.431L0.218 12.615Q0.218 12.803 0.272 12.886Q0.327 12.970 0.428 12.989Q0.529 13.008 0.744 13.008L0.744 13.288L-0.363 13.356L-0.363 12.939Q-0.780 13.356-1.406 13.356Q-1.837 13.356-2.209 13.144Q-2.582 12.933-2.802 12.572Q-3.023 12.211-3.023 11.777M-1.348 13.134Q-1.139 13.134-0.953 13.062Q-0.767 12.991-0.613 12.854Q-0.459 12.717-0.363 12.539L-0.363 10.930Q-0.449 10.783-0.594 10.663Q-0.739 10.543-0.909 10.484Q-1.078 10.424-1.259 10.424Q-1.819 10.424-2.088 10.813Q-2.356 11.203-2.356 11.784Q-2.356 12.355-2.122 12.745Q-1.888 13.134-1.348 13.134\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M6.906 21.824h18.21V4.752H6.906Z\"\u002F>\u003Cg transform=\"translate(18.216 2.354)\">\u003Cpath d=\"M-1.406 13.288L-2.958 13.288L-2.958 13.008Q-2.732 13.008-2.583 12.974Q-2.435 12.939-2.435 12.799L-2.435 10.950Q-2.435 10.762-2.483 10.678Q-2.530 10.595-2.628 10.576Q-2.725 10.557-2.937 10.557L-2.937 10.277L-1.881 10.202L-1.881 12.799Q-1.881 12.939-1.749 12.974Q-1.618 13.008-1.406 13.008L-1.406 13.288M-2.677 8.981Q-2.677 8.810-2.554 8.691Q-2.431 8.571-2.260 8.571Q-2.093 8.571-1.970 8.691Q-1.847 8.810-1.847 8.981Q-1.847 9.156-1.970 9.279Q-2.093 9.402-2.260 9.402Q-2.431 9.402-2.554 9.279Q-2.677 9.156-2.677 8.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M26.253 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(37.348 1.507)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M45.601 21.824h18.21V4.752H45.6Z\"\u002F>\u003Cg transform=\"translate(55.835 1.507)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M64.949 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(75.182 1.507)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M84.296 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(95.391 1.507)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M103.644 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(113.878 1.507)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M122.992 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(133.656 1.507)\">\u003Cpath d=\"M-3.064 11.753Q-3.064 11.432-2.939 11.143Q-2.814 10.854-2.588 10.631Q-2.363 10.407-2.067 10.287Q-1.772 10.167-1.454 10.167Q-1.126 10.167-0.864 10.267Q-0.603 10.366-0.427 10.548Q-0.251 10.731-0.157 10.989Q-0.063 11.247-0.063 11.579Q-0.063 11.671-0.145 11.692L-2.400 11.692L-2.400 11.753Q-2.400 12.341-2.117 12.724Q-1.833 13.107-1.266 13.107Q-0.944 13.107-0.676 12.914Q-0.408 12.721-0.319 12.406Q-0.312 12.365-0.237 12.351L-0.145 12.351Q-0.063 12.375-0.063 12.447Q-0.063 12.454-0.069 12.481Q-0.182 12.878-0.553 13.117Q-0.924 13.356-1.348 13.356Q-1.785 13.356-2.185 13.148Q-2.585 12.939-2.824 12.572Q-3.064 12.205-3.064 11.753M-2.394 11.483L-0.579 11.483Q-0.579 11.206-0.676 10.954Q-0.774 10.701-0.972 10.545Q-1.170 10.390-1.454 10.390Q-1.731 10.390-1.944 10.548Q-2.158 10.707-2.276 10.962Q-2.394 11.217-2.394 11.483\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M142.34 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(153.219 1.507)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M161.687 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(172.566 1.507)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M181.035 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(191.914 1.507)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M200.382 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(211.262 1.507)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M219.73 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(230.825 1.507)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-warn)\">\u003Cpath d=\"M239.078 21.824h18.21V4.752h-18.21Z\"\u002F>\u003Cg transform=\"translate(250.172 1.507)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" 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=\"M-12.442-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(-2.208 -23.177)\">\u003Cpath d=\"M-3.023 11.777Q-3.023 11.439-2.882 11.148Q-2.742 10.858-2.498 10.644Q-2.254 10.431-1.949 10.316Q-1.645 10.202-1.320 10.202Q-1.050 10.202-0.787 10.301Q-0.524 10.400-0.333 10.578L-0.333 9.180Q-0.333 8.910-0.440 8.848Q-0.548 8.787-0.859 8.787L-0.859 8.506L0.218 8.431L0.218 12.615Q0.218 12.803 0.272 12.886Q0.327 12.970 0.428 12.989Q0.529 13.008 0.744 13.008L0.744 13.288L-0.363 13.356L-0.363 12.939Q-0.780 13.356-1.406 13.356Q-1.837 13.356-2.209 13.144Q-2.582 12.933-2.802 12.572Q-3.023 12.211-3.023 11.777M-1.348 13.134Q-1.139 13.134-0.953 13.062Q-0.767 12.991-0.613 12.854Q-0.459 12.717-0.363 12.539L-0.363 10.930Q-0.449 10.783-0.594 10.663Q-0.739 10.543-0.909 10.484Q-1.078 10.424-1.259 10.424Q-1.819 10.424-2.088 10.813Q-2.356 11.203-2.356 11.784Q-2.356 12.355-2.122 12.745Q-1.888 13.134-1.348 13.134\" 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=\"M6.906-3.783h18.21v-17.072H6.906Z\"\u002F>\u003Cg transform=\"translate(18.216 -23.253)\">\u003Cpath d=\"M-1.406 13.288L-2.958 13.288L-2.958 13.008Q-2.732 13.008-2.583 12.974Q-2.435 12.939-2.435 12.799L-2.435 10.950Q-2.435 10.762-2.483 10.678Q-2.530 10.595-2.628 10.576Q-2.725 10.557-2.937 10.557L-2.937 10.277L-1.881 10.202L-1.881 12.799Q-1.881 12.939-1.749 12.974Q-1.618 13.008-1.406 13.008L-1.406 13.288M-2.677 8.981Q-2.677 8.810-2.554 8.691Q-2.431 8.571-2.260 8.571Q-2.093 8.571-1.970 8.691Q-1.847 8.810-1.847 8.981Q-1.847 9.156-1.970 9.279Q-2.093 9.402-2.260 9.402Q-2.431 9.402-2.554 9.279Q-2.677 9.156-2.677 8.981\" 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=\"M26.253-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(37.348 -24.1)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" 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=\"M45.601-3.783h18.21v-17.072H45.6Z\"\u002F>\u003Cg transform=\"translate(55.835 -24.1)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" 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=\"M64.949-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(76.043 -24.1)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" 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=\"M84.296-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(94.53 -24.1)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" 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=\"M103.644-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(114.308 -24.1)\">\u003Cpath d=\"M-3.064 11.753Q-3.064 11.432-2.939 11.143Q-2.814 10.854-2.588 10.631Q-2.363 10.407-2.067 10.287Q-1.772 10.167-1.454 10.167Q-1.126 10.167-0.864 10.267Q-0.603 10.366-0.427 10.548Q-0.251 10.731-0.157 10.989Q-0.063 11.247-0.063 11.579Q-0.063 11.671-0.145 11.692L-2.400 11.692L-2.400 11.753Q-2.400 12.341-2.117 12.724Q-1.833 13.107-1.266 13.107Q-0.944 13.107-0.676 12.914Q-0.408 12.721-0.319 12.406Q-0.312 12.365-0.237 12.351L-0.145 12.351Q-0.063 12.375-0.063 12.447Q-0.063 12.454-0.069 12.481Q-0.182 12.878-0.553 13.117Q-0.924 13.356-1.348 13.356Q-1.785 13.356-2.185 13.148Q-2.585 12.939-2.824 12.572Q-3.064 12.205-3.064 11.753M-2.394 11.483L-0.579 11.483Q-0.579 11.206-0.676 10.954Q-0.774 10.701-0.972 10.545Q-1.170 10.390-1.454 10.390Q-1.731 10.390-1.944 10.548Q-2.158 10.707-2.276 10.962Q-2.394 11.217-2.394 11.483\" 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=\"M122.992-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(133.871 -24.1)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" 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=\"M142.34-3.783h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(153.434 -24.1)\">\u003Cpath d=\"M-1.139 12.034L-3.197 12.034L-3.197 11.531L-1.139 11.531\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M-12.442-29.391h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(-2.208 -48.784)\">\u003Cpath d=\"M-3.023 11.777Q-3.023 11.439-2.882 11.148Q-2.742 10.858-2.498 10.644Q-2.254 10.431-1.949 10.316Q-1.645 10.202-1.320 10.202Q-1.050 10.202-0.787 10.301Q-0.524 10.400-0.333 10.578L-0.333 9.180Q-0.333 8.910-0.440 8.848Q-0.548 8.787-0.859 8.787L-0.859 8.506L0.218 8.431L0.218 12.615Q0.218 12.803 0.272 12.886Q0.327 12.970 0.428 12.989Q0.529 13.008 0.744 13.008L0.744 13.288L-0.363 13.356L-0.363 12.939Q-0.780 13.356-1.406 13.356Q-1.837 13.356-2.209 13.144Q-2.582 12.933-2.802 12.572Q-3.023 12.211-3.023 11.777M-1.348 13.134Q-1.139 13.134-0.953 13.062Q-0.767 12.991-0.613 12.854Q-0.459 12.717-0.363 12.539L-0.363 10.930Q-0.449 10.783-0.594 10.663Q-0.739 10.543-0.909 10.484Q-1.078 10.424-1.259 10.424Q-1.819 10.424-2.088 10.813Q-2.356 11.203-2.356 11.784Q-2.356 12.355-2.122 12.745Q-1.888 13.134-1.348 13.134\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M6.906-29.391h18.21v-17.072H6.906Z\"\u002F>\u003Cg transform=\"translate(18.216 -48.86)\">\u003Cpath d=\"M-1.406 13.288L-2.958 13.288L-2.958 13.008Q-2.732 13.008-2.583 12.974Q-2.435 12.939-2.435 12.799L-2.435 10.950Q-2.435 10.762-2.483 10.678Q-2.530 10.595-2.628 10.576Q-2.725 10.557-2.937 10.557L-2.937 10.277L-1.881 10.202L-1.881 12.799Q-1.881 12.939-1.749 12.974Q-1.618 13.008-1.406 13.008L-1.406 13.288M-2.677 8.981Q-2.677 8.810-2.554 8.691Q-2.431 8.571-2.260 8.571Q-2.093 8.571-1.970 8.691Q-1.847 8.810-1.847 8.981Q-1.847 9.156-1.970 9.279Q-2.093 9.402-2.260 9.402Q-2.431 9.402-2.554 9.279Q-2.677 9.156-2.677 8.981\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M26.253-29.391h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(36.487 -49.708)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M45.601-29.391h18.21v-17.072H45.6Z\"\u002F>\u003Cg transform=\"translate(55.835 -49.708)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M64.949-29.391h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(75.613 -49.708)\">\u003Cpath d=\"M-3.064 11.753Q-3.064 11.432-2.939 11.143Q-2.814 10.854-2.588 10.631Q-2.363 10.407-2.067 10.287Q-1.772 10.167-1.454 10.167Q-1.126 10.167-0.864 10.267Q-0.603 10.366-0.427 10.548Q-0.251 10.731-0.157 10.989Q-0.063 11.247-0.063 11.579Q-0.063 11.671-0.145 11.692L-2.400 11.692L-2.400 11.753Q-2.400 12.341-2.117 12.724Q-1.833 13.107-1.266 13.107Q-0.944 13.107-0.676 12.914Q-0.408 12.721-0.319 12.406Q-0.312 12.365-0.237 12.351L-0.145 12.351Q-0.063 12.375-0.063 12.447Q-0.063 12.454-0.069 12.481Q-0.182 12.878-0.553 13.117Q-0.924 13.356-1.348 13.356Q-1.785 13.356-2.185 13.148Q-2.585 12.939-2.824 12.572Q-3.064 12.205-3.064 11.753M-2.394 11.483L-0.579 11.483Q-0.579 11.206-0.676 10.954Q-0.774 10.701-0.972 10.545Q-1.170 10.390-1.454 10.390Q-1.731 10.390-1.944 10.548Q-2.158 10.707-2.276 10.962Q-2.394 11.217-2.394 11.483\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-soft-accent)\">\u003Cpath d=\"M84.296-29.391h18.21v-17.072h-18.21Z\"\u002F>\u003Cg transform=\"translate(95.176 -49.708)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-12.442-54.998h18.21V-72.07h-18.21Z\"\u002F>\u003Cg transform=\"translate(-2.208 -74.392)\">\u003Cpath d=\"M-3.023 11.777Q-3.023 11.439-2.882 11.148Q-2.742 10.858-2.498 10.644Q-2.254 10.431-1.949 10.316Q-1.645 10.202-1.320 10.202Q-1.050 10.202-0.787 10.301Q-0.524 10.400-0.333 10.578L-0.333 9.180Q-0.333 8.910-0.440 8.848Q-0.548 8.787-0.859 8.787L-0.859 8.506L0.218 8.431L0.218 12.615Q0.218 12.803 0.272 12.886Q0.327 12.970 0.428 12.989Q0.529 13.008 0.744 13.008L0.744 13.288L-0.363 13.356L-0.363 12.939Q-0.780 13.356-1.406 13.356Q-1.837 13.356-2.209 13.144Q-2.582 12.933-2.802 12.572Q-3.023 12.211-3.023 11.777M-1.348 13.134Q-1.139 13.134-0.953 13.062Q-0.767 12.991-0.613 12.854Q-0.459 12.717-0.363 12.539L-0.363 10.930Q-0.449 10.783-0.594 10.663Q-0.739 10.543-0.909 10.484Q-1.078 10.424-1.259 10.424Q-1.819 10.424-2.088 10.813Q-2.356 11.203-2.356 11.784Q-2.356 12.355-2.122 12.745Q-1.888 13.134-1.348 13.134\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M6.906-54.998h18.21V-72.07H6.906Z\"\u002F>\u003Cg transform=\"translate(18.216 -74.468)\">\u003Cpath d=\"M-1.406 13.288L-2.958 13.288L-2.958 13.008Q-2.732 13.008-2.583 12.974Q-2.435 12.939-2.435 12.799L-2.435 10.950Q-2.435 10.762-2.483 10.678Q-2.530 10.595-2.628 10.576Q-2.725 10.557-2.937 10.557L-2.937 10.277L-1.881 10.202L-1.881 12.799Q-1.881 12.939-1.749 12.974Q-1.618 13.008-1.406 13.008L-1.406 13.288M-2.677 8.981Q-2.677 8.810-2.554 8.691Q-2.431 8.571-2.260 8.571Q-2.093 8.571-1.970 8.691Q-1.847 8.810-1.847 8.981Q-1.847 9.156-1.970 9.279Q-2.093 9.402-2.260 9.402Q-2.431 9.402-2.554 9.279Q-2.677 9.156-2.677 8.981\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M26.253-54.998h18.21V-72.07h-18.21Z\"\u002F>\u003Cg transform=\"translate(36.487 -75.315)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M45.601-54.998h18.21V-72.07H45.6Z\"\u002F>\u003Cg transform=\"translate(55.835 -75.315)\">\u003Cpath d=\"M-1.341 13.288L-2.975 13.288L-2.975 13.008Q-2.746 13.008-2.597 12.974Q-2.448 12.939-2.448 12.799L-2.448 10.950Q-2.448 10.680-2.556 10.619Q-2.664 10.557-2.975 10.557L-2.975 10.277L-1.915 10.202L-1.915 10.851Q-1.744 10.543-1.440 10.372Q-1.136 10.202-0.791 10.202Q-0.285 10.202-0.001 10.425Q0.283 10.649 0.283 11.145L0.283 12.799Q0.283 12.936 0.431 12.972Q0.580 13.008 0.806 13.008L0.806 13.288L-0.825 13.288L-0.825 13.008Q-0.596 13.008-0.447 12.974Q-0.298 12.939-0.298 12.799L-0.298 11.159Q-0.298 10.824-0.418 10.624Q-0.538 10.424-0.852 10.424Q-1.122 10.424-1.356 10.560Q-1.590 10.697-1.729 10.931Q-1.867 11.165-1.867 11.439L-1.867 12.799Q-1.867 12.936-1.717 12.972Q-1.566 13.008-1.341 13.008\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M64.949-54.998h18.21V-72.07h-18.21Z\"\u002F>\u003Cg transform=\"translate(75.613 -75.315)\">\u003Cpath d=\"M-3.064 11.753Q-3.064 11.432-2.939 11.143Q-2.814 10.854-2.588 10.631Q-2.363 10.407-2.067 10.287Q-1.772 10.167-1.454 10.167Q-1.126 10.167-0.864 10.267Q-0.603 10.366-0.427 10.548Q-0.251 10.731-0.157 10.989Q-0.063 11.247-0.063 11.579Q-0.063 11.671-0.145 11.692L-2.400 11.692L-2.400 11.753Q-2.400 12.341-2.117 12.724Q-1.833 13.107-1.266 13.107Q-0.944 13.107-0.676 12.914Q-0.408 12.721-0.319 12.406Q-0.312 12.365-0.237 12.351L-0.145 12.351Q-0.063 12.375-0.063 12.447Q-0.063 12.454-0.069 12.481Q-0.182 12.878-0.553 13.117Q-0.924 13.356-1.348 13.356Q-1.785 13.356-2.185 13.148Q-2.585 12.939-2.824 12.572Q-3.064 12.205-3.064 11.753M-2.394 11.483L-0.579 11.483Q-0.579 11.206-0.676 10.954Q-0.774 10.701-0.972 10.545Q-1.170 10.390-1.454 10.390Q-1.731 10.390-1.944 10.548Q-2.158 10.707-2.276 10.962Q-2.394 11.217-2.394 11.483\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M84.296-54.998h18.21V-72.07h-18.21Z\"\u002F>\u003Cg transform=\"translate(95.176 -75.315)\">\u003Cpath d=\"M-1.273 13.288L-3.009 13.288L-3.009 13.008Q-2.780 13.008-2.631 12.974Q-2.483 12.939-2.483 12.799L-2.483 10.950Q-2.483 10.680-2.590 10.619Q-2.698 10.557-3.009 10.557L-3.009 10.277L-1.980 10.202L-1.980 10.909Q-1.850 10.601-1.608 10.402Q-1.365 10.202-1.047 10.202Q-0.828 10.202-0.657 10.326Q-0.486 10.451-0.486 10.663Q-0.486 10.800-0.586 10.899Q-0.685 10.998-0.818 10.998Q-0.955 10.998-1.054 10.899Q-1.153 10.800-1.153 10.663Q-1.153 10.523-1.054 10.424Q-1.344 10.424-1.544 10.620Q-1.744 10.817-1.837 11.111Q-1.929 11.405-1.929 11.685L-1.929 12.799Q-1.929 13.008-1.273 13.008\" 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 CTC collapse \u003Cspan class=\"katex\">\u003Cspan class=\"katex-html\" aria-hidden=\"true\">\u003Cspan class=\"base\">\u003Cspan class=\"strut\" style=\"height:0.6833em;\">\u003C\u002Fspan>\u003Cspan class=\"mord mathnormal\" style=\"margin-right:0.0502em;\">B\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan>\u003C\u002Fspan> for &quot;dinner&quot;. A blank (drawn as a dash) sits between the two n&#39;s; merging repeats first and deleting blanks second preserves the double letter that the naive scheme destroyed.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:234.781px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 176.086 128.506\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-35.249 44.446L-36.230 41.947Q-36.291 41.804-36.409 41.769Q-36.527 41.735-36.743 41.735L-36.743 41.455L-35.263 41.455L-35.263 41.735Q-35.642 41.735-35.642 41.896Q-35.642 41.906-35.628 41.947L-34.914 43.779L-34.241 42.074Q-34.271 42.002-34.271 41.974Q-34.271 41.947-34.299 41.947Q-34.360 41.800-34.478 41.768Q-34.596 41.735-34.808 41.735L-34.808 41.455L-33.410 41.455L-33.410 41.735Q-33.786 41.735-33.786 41.896Q-33.786 41.927-33.779 41.947L-33.024 43.885L-32.337 42.135Q-32.316 42.084-32.316 42.029Q-32.316 41.889-32.429 41.812Q-32.542 41.735-32.682 41.735L-32.682 41.455L-31.462 41.455L-31.462 41.735Q-31.667 41.735-31.822 41.841Q-31.978 41.947-32.050 42.135L-32.955 44.446Q-32.990 44.541-33.102 44.541L-33.171 44.541Q-33.280 44.541-33.318 44.446L-34.100 42.443L-34.887 44.446Q-34.921 44.541-35.034 44.541L-35.102 44.541Q-35.211 44.541-35.249 44.446\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-31.085 43.745Q-31.085 43.413-30.862 43.186Q-30.638 42.959-30.294 42.831Q-29.951 42.702-29.578 42.650Q-29.206 42.597-28.901 42.597L-28.901 42.344Q-28.901 42.139-29.009 41.959Q-29.117 41.780-29.298 41.677Q-29.479 41.575-29.687 41.575Q-30.094 41.575-30.330 41.667Q-30.241 41.704-30.195 41.788Q-30.149 41.872-30.149 41.974Q-30.149 42.070-30.195 42.149Q-30.241 42.227-30.322 42.272Q-30.402 42.316-30.491 42.316Q-30.641 42.316-30.742 42.219Q-30.843 42.121-30.843 41.974Q-30.843 41.352-29.687 41.352Q-29.476 41.352-29.226 41.416Q-28.977 41.479-28.775 41.598Q-28.573 41.718-28.447 41.903Q-28.320 42.087-28.320 42.330L-28.320 43.906Q-28.320 44.022-28.259 44.118Q-28.197 44.213-28.084 44.213Q-27.975 44.213-27.910 44.119Q-27.845 44.025-27.845 43.906L-27.845 43.458L-27.579 43.458L-27.579 43.906Q-27.579 44.176-27.806 44.341Q-28.033 44.507-28.313 44.507Q-28.522 44.507-28.659 44.353Q-28.795 44.200-28.819 43.984Q-28.966 44.251-29.248 44.396Q-29.530 44.541-29.855 44.541Q-30.132 44.541-30.416 44.466Q-30.699 44.391-30.892 44.212Q-31.085 44.032-31.085 43.745M-30.470 43.745Q-30.470 43.919-30.369 44.049Q-30.269 44.179-30.113 44.249Q-29.958 44.319-29.793 44.319Q-29.575 44.319-29.366 44.222Q-29.158 44.124-29.030 43.943Q-28.901 43.762-28.901 43.536L-28.901 42.808Q-29.226 42.808-29.592 42.899Q-29.958 42.990-30.214 43.202Q-30.470 43.413-30.470 43.745\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-25.783 44.446L-26.911 41.947Q-26.983 41.800-27.113 41.768Q-27.243 41.735-27.472 41.735L-27.472 41.455L-25.958 41.455L-25.958 41.735Q-26.310 41.735-26.310 41.882Q-26.310 41.927-26.299 41.947L-25.435 43.865L-24.655 42.135Q-24.621 42.067-24.621 41.988Q-24.621 41.875-24.705 41.805Q-24.789 41.735-24.908 41.735L-24.908 41.455L-23.712 41.455L-23.712 41.735Q-23.931 41.735-24.102 41.838Q-24.272 41.940-24.361 42.135L-25.397 44.446Q-25.445 44.541-25.551 44.541L-25.629 44.541Q-25.735 44.541-25.783 44.446\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-16.483 2.43)\">\u003Cpath d=\"M-23.428 42.938Q-23.428 42.617-23.303 42.328Q-23.178 42.039-22.952 41.816Q-22.727 41.592-22.431 41.472Q-22.136 41.352-21.818 41.352Q-21.490 41.352-21.228 41.452Q-20.967 41.551-20.791 41.733Q-20.615 41.916-20.521 42.174Q-20.427 42.432-20.427 42.764Q-20.427 42.856-20.509 42.877L-22.764 42.877L-22.764 42.938Q-22.764 43.526-22.481 43.909Q-22.197 44.292-21.630 44.292Q-21.308 44.292-21.040 44.099Q-20.772 43.906-20.683 43.591Q-20.676 43.550-20.601 43.536L-20.509 43.536Q-20.427 43.560-20.427 43.632Q-20.427 43.639-20.433 43.666Q-20.546 44.063-20.917 44.302Q-21.288 44.541-21.712 44.541Q-22.149 44.541-22.549 44.333Q-22.949 44.124-23.188 43.757Q-23.428 43.390-23.428 42.938M-22.758 42.668L-20.943 42.668Q-20.943 42.391-21.040 42.139Q-21.138 41.886-21.336 41.730Q-21.534 41.575-21.818 41.575Q-22.095 41.575-22.308 41.733Q-22.522 41.892-22.640 42.147Q-22.758 42.402-22.758 42.668M-18.041 44.473L-19.774 44.473L-19.774 44.193Q-19.548 44.193-19.399 44.159Q-19.251 44.124-19.251 43.984L-19.251 41.735L-19.839 41.735L-19.839 41.455L-19.251 41.455L-19.251 40.638Q-19.251 40.320-19.073 40.072Q-18.895 39.825-18.605 39.684Q-18.314 39.544-18.003 39.544Q-17.747 39.544-17.544 39.686Q-17.340 39.828-17.340 40.071Q-17.340 40.207-17.439 40.306Q-17.538 40.406-17.675 40.406Q-17.812 40.406-17.911 40.306Q-18.010 40.207-18.010 40.071Q-18.010 39.890-17.870 39.797Q-17.949 39.770-18.048 39.770Q-18.256 39.770-18.410 39.903Q-18.564 40.036-18.644 40.240Q-18.724 40.443-18.724 40.652L-18.724 41.455L-17.836 41.455L-17.836 41.735L-18.697 41.735L-18.697 43.984Q-18.697 44.193-18.041 44.193L-18.041 44.473M-17.402 42.990Q-17.402 42.648-17.267 42.349Q-17.132 42.050-16.892 41.826Q-16.653 41.602-16.335 41.477Q-16.017 41.352-15.686 41.352Q-15.242 41.352-14.842 41.568Q-14.442 41.783-14.208 42.161Q-13.973 42.538-13.973 42.990Q-13.973 43.331-14.115 43.615Q-14.257 43.899-14.502 44.106Q-14.746 44.312-15.055 44.427Q-15.365 44.541-15.686 44.541Q-16.117 44.541-16.518 44.340Q-16.920 44.138-17.161 43.786Q-17.402 43.434-17.402 42.990M-15.686 44.292Q-15.084 44.292-14.860 43.914Q-14.637 43.536-14.637 42.904Q-14.637 42.292-14.871 41.933Q-15.105 41.575-15.686 41.575Q-16.739 41.575-16.739 42.904Q-16.739 43.536-16.513 43.914Q-16.287 44.292-15.686 44.292M-11.629 44.473L-13.365 44.473L-13.365 44.193Q-13.136 44.193-12.987 44.159Q-12.839 44.124-12.839 43.984L-12.839 42.135Q-12.839 41.865-12.946 41.804Q-13.054 41.742-13.365 41.742L-13.365 41.462L-12.336 41.387L-12.336 42.094Q-12.206 41.786-11.964 41.587Q-11.721 41.387-11.403 41.387Q-11.184 41.387-11.014 41.511Q-10.843 41.636-10.843 41.848Q-10.843 41.985-10.942 42.084Q-11.041 42.183-11.174 42.183Q-11.311 42.183-11.410 42.084Q-11.509 41.985-11.509 41.848Q-11.509 41.708-11.410 41.609Q-11.701 41.609-11.900 41.805Q-12.100 42.002-12.193 42.296Q-12.285 42.590-12.285 42.870L-12.285 43.984Q-12.285 44.193-11.629 44.193L-11.629 44.473M-8.576 44.473L-10.210 44.473L-10.210 44.193Q-9.981 44.193-9.833 44.159Q-9.684 44.124-9.684 43.984L-9.684 42.135Q-9.684 41.865-9.792 41.804Q-9.899 41.742-10.210 41.742L-10.210 41.462L-9.151 41.387L-9.151 42.036Q-8.980 41.728-8.676 41.557Q-8.371 41.387-8.026 41.387Q-7.626 41.387-7.349 41.527Q-7.073 41.667-6.987 42.015Q-6.820 41.722-6.521 41.554Q-6.222 41.387-5.876 41.387Q-5.370 41.387-5.087 41.610Q-4.803 41.834-4.803 42.330L-4.803 43.984Q-4.803 44.121-4.654 44.157Q-4.506 44.193-4.280 44.193L-4.280 44.473L-5.910 44.473L-5.910 44.193Q-5.685 44.193-5.534 44.157Q-5.384 44.121-5.384 43.984L-5.384 42.344Q-5.384 42.009-5.504 41.809Q-5.623 41.609-5.938 41.609Q-6.208 41.609-6.442 41.745Q-6.676 41.882-6.815 42.116Q-6.953 42.350-6.953 42.624L-6.953 43.984Q-6.953 44.121-6.804 44.157Q-6.656 44.193-6.430 44.193L-6.430 44.473L-8.060 44.473L-8.060 44.193Q-7.831 44.193-7.683 44.159Q-7.534 44.124-7.534 43.984L-7.534 42.344Q-7.534 42.009-7.654 41.809Q-7.773 41.609-8.088 41.609Q-8.358 41.609-8.592 41.745Q-8.826 41.882-8.964 42.116Q-9.103 42.350-9.103 42.624L-9.103 43.984Q-9.103 44.121-8.952 44.157Q-8.802 44.193-8.576 44.193\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-65.403 25.979h56.905V6.062h-56.905Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-23.865 -26.703)\">\u003Cpath d=\"M-34.839 44.473L-36.572 44.473L-36.572 44.193Q-36.346 44.193-36.197 44.159Q-36.049 44.124-36.049 43.984L-36.049 41.735L-36.637 41.735L-36.637 41.455L-36.049 41.455L-36.049 40.638Q-36.049 40.320-35.871 40.072Q-35.693 39.825-35.403 39.684Q-35.112 39.544-34.801 39.544Q-34.545 39.544-34.341 39.686Q-34.138 39.828-34.138 40.071Q-34.138 40.207-34.237 40.306Q-34.336 40.406-34.473 40.406Q-34.610 40.406-34.709 40.306Q-34.808 40.207-34.808 40.071Q-34.808 39.890-34.668 39.797Q-34.746 39.770-34.846 39.770Q-35.054 39.770-35.208 39.903Q-35.362 40.036-35.442 40.240Q-35.522 40.443-35.522 40.652L-35.522 41.455L-34.634 41.455L-34.634 41.735L-35.495 41.735L-35.495 43.984Q-35.495 44.193-34.839 44.193L-34.839 44.473M-34.200 42.938Q-34.200 42.617-34.075 42.328Q-33.950 42.039-33.724 41.816Q-33.499 41.592-33.203 41.472Q-32.908 41.352-32.590 41.352Q-32.262 41.352-32 41.452Q-31.739 41.551-31.563 41.733Q-31.387 41.916-31.293 42.174Q-31.199 42.432-31.199 42.764Q-31.199 42.856-31.281 42.877L-33.536 42.877L-33.536 42.938Q-33.536 43.526-33.253 43.909Q-32.969 44.292-32.402 44.292Q-32.080 44.292-31.812 44.099Q-31.544 43.906-31.455 43.591Q-31.448 43.550-31.373 43.536L-31.281 43.536Q-31.199 43.560-31.199 43.632Q-31.199 43.639-31.205 43.666Q-31.318 44.063-31.689 44.302Q-32.060 44.541-32.484 44.541Q-32.921 44.541-33.321 44.333Q-33.721 44.124-33.960 43.757Q-34.200 43.390-34.200 42.938M-33.530 42.668L-31.715 42.668Q-31.715 42.391-31.812 42.139Q-31.909 41.886-32.108 41.730Q-32.306 41.575-32.590 41.575Q-32.867 41.575-33.080 41.733Q-33.294 41.892-33.412 42.147Q-33.530 42.402-33.530 42.668M-30.553 43.745Q-30.553 43.413-30.329 43.186Q-30.105 42.959-29.761 42.831Q-29.418 42.702-29.045 42.650Q-28.673 42.597-28.368 42.597L-28.368 42.344Q-28.368 42.139-28.476 41.959Q-28.584 41.780-28.765 41.677Q-28.946 41.575-29.155 41.575Q-29.561 41.575-29.797 41.667Q-29.708 41.704-29.662 41.788Q-29.616 41.872-29.616 41.974Q-29.616 42.070-29.662 42.149Q-29.708 42.227-29.789 42.272Q-29.869 42.316-29.958 42.316Q-30.108 42.316-30.209 42.219Q-30.310 42.121-30.310 41.974Q-30.310 41.352-29.155 41.352Q-28.943 41.352-28.693 41.416Q-28.444 41.479-28.242 41.598Q-28.040 41.718-27.914 41.903Q-27.787 42.087-27.787 42.330L-27.787 43.906Q-27.787 44.022-27.726 44.118Q-27.664 44.213-27.552 44.213Q-27.442 44.213-27.377 44.119Q-27.312 44.025-27.312 43.906L-27.312 43.458L-27.046 43.458L-27.046 43.906Q-27.046 44.176-27.273 44.341Q-27.500 44.507-27.781 44.507Q-27.989 44.507-28.126 44.353Q-28.263 44.200-28.286 43.984Q-28.433 44.251-28.715 44.396Q-28.997 44.541-29.322 44.541Q-29.599 44.541-29.883 44.466Q-30.166 44.391-30.359 44.212Q-30.553 44.032-30.553 43.745M-29.937 43.745Q-29.937 43.919-29.836 44.049Q-29.736 44.179-29.580 44.249Q-29.425 44.319-29.261 44.319Q-29.042 44.319-28.833 44.222Q-28.625 44.124-28.497 43.943Q-28.368 43.762-28.368 43.536L-28.368 42.808Q-28.693 42.808-29.059 42.899Q-29.425 42.990-29.681 43.202Q-29.937 43.413-29.937 43.745M-26.102 43.632L-26.102 41.735L-26.742 41.735L-26.742 41.513Q-26.424 41.513-26.207 41.303Q-25.990 41.093-25.889 40.783Q-25.788 40.474-25.788 40.166L-25.521 40.166L-25.521 41.455L-24.445 41.455L-24.445 41.735L-25.521 41.735L-25.521 43.619Q-25.521 43.895-25.417 44.094Q-25.313 44.292-25.053 44.292Q-24.896 44.292-24.790 44.188Q-24.684 44.083-24.634 43.930Q-24.585 43.776-24.585 43.619L-24.585 43.205L-24.318 43.205L-24.318 43.632Q-24.318 43.858-24.417 44.068Q-24.516 44.278-24.701 44.410Q-24.886 44.541-25.115 44.541Q-25.552 44.541-25.827 44.304Q-26.102 44.066-26.102 43.632M-22.934 43.639L-22.934 42.135Q-22.934 41.865-23.042 41.804Q-23.149 41.742-23.460 41.742L-23.460 41.462L-22.353 41.387L-22.353 43.619L-22.353 43.639Q-22.353 43.919-22.302 44.063Q-22.250 44.206-22.108 44.263Q-21.967 44.319-21.680 44.319Q-21.427 44.319-21.222 44.179Q-21.016 44.039-20.900 43.813Q-20.784 43.588-20.784 43.338L-20.784 42.135Q-20.784 41.865-20.892 41.804Q-20.999 41.742-21.310 41.742L-21.310 41.462L-20.203 41.387L-20.203 43.800Q-20.203 43.991-20.150 44.073Q-20.097 44.155-19.996 44.174Q-19.895 44.193-19.680 44.193L-19.680 44.473L-20.757 44.541L-20.757 43.977Q-20.866 44.159-21.011 44.282Q-21.157 44.405-21.343 44.473Q-21.529 44.541-21.731 44.541Q-22.934 44.541-22.934 43.639M-17.342 44.473L-19.078 44.473L-19.078 44.193Q-18.849 44.193-18.701 44.159Q-18.552 44.124-18.552 43.984L-18.552 42.135Q-18.552 41.865-18.660 41.804Q-18.767 41.742-19.078 41.742L-19.078 41.462L-18.050 41.387L-18.050 42.094Q-17.920 41.786-17.677 41.587Q-17.434 41.387-17.117 41.387Q-16.898 41.387-16.727 41.511Q-16.556 41.636-16.556 41.848Q-16.556 41.985-16.655 42.084Q-16.754 42.183-16.888 42.183Q-17.024 42.183-17.123 42.084Q-17.222 41.985-17.222 41.848Q-17.222 41.708-17.123 41.609Q-17.414 41.609-17.614 41.805Q-17.814 42.002-17.906 42.296Q-17.998 42.590-17.998 42.870L-17.998 43.984Q-17.998 44.193-17.342 44.193L-17.342 44.473M-16.013 42.938Q-16.013 42.617-15.888 42.328Q-15.763 42.039-15.537 41.816Q-15.312 41.592-15.016 41.472Q-14.721 41.352-14.403 41.352Q-14.075 41.352-13.813 41.452Q-13.552 41.551-13.376 41.733Q-13.200 41.916-13.106 42.174Q-13.012 42.432-13.012 42.764Q-13.012 42.856-13.094 42.877L-15.349 42.877L-15.349 42.938Q-15.349 43.526-15.066 43.909Q-14.782 44.292-14.215 44.292Q-13.893 44.292-13.625 44.099Q-13.357 43.906-13.268 43.591Q-13.261 43.550-13.186 43.536L-13.094 43.536Q-13.012 43.560-13.012 43.632Q-13.012 43.639-13.018 43.666Q-13.131 44.063-13.502 44.302Q-13.873 44.541-14.297 44.541Q-14.734 44.541-15.134 44.333Q-15.534 44.124-15.773 43.757Q-16.013 43.390-16.013 42.938M-15.343 42.668L-13.528 42.668Q-13.528 42.391-13.625 42.139Q-13.722 41.886-13.921 41.730Q-14.119 41.575-14.403 41.575Q-14.680 41.575-14.893 41.733Q-15.107 41.892-15.225 42.147Q-15.343 42.402-15.343 42.668\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-23.865 -26.703)\">\u003Cpath d=\"M-9.699 42.962Q-9.699 42.634-9.564 42.333Q-9.429 42.033-9.193 41.812Q-8.957 41.592-8.653 41.472Q-8.348 41.352-8.024 41.352Q-7.518 41.352-7.169 41.455Q-6.821 41.557-6.821 41.933Q-6.821 42.080-6.918 42.181Q-7.015 42.282-7.162 42.282Q-7.316 42.282-7.415 42.183Q-7.514 42.084-7.514 41.933Q-7.514 41.745-7.374 41.653Q-7.576 41.602-8.017 41.602Q-8.372 41.602-8.601 41.798Q-8.830 41.995-8.931 42.304Q-9.032 42.614-9.032 42.962Q-9.032 43.311-8.906 43.617Q-8.779 43.923-8.524 44.107Q-8.270 44.292-7.914 44.292Q-7.692 44.292-7.508 44.208Q-7.323 44.124-7.188 43.969Q-7.053 43.813-6.995 43.605Q-6.981 43.550-6.927 43.550L-6.814 43.550Q-6.783 43.550-6.761 43.574Q-6.739 43.598-6.739 43.632L-6.739 43.653Q-6.824 43.940-7.012 44.138Q-7.200 44.336-7.465 44.439Q-7.730 44.541-8.024 44.541Q-8.454 44.541-8.842 44.335Q-9.230 44.128-9.464 43.765Q-9.699 43.403-9.699 42.962M-6.192 42.990Q-6.192 42.648-6.057 42.349Q-5.922 42.050-5.682 41.826Q-5.443 41.602-5.125 41.477Q-4.807 41.352-4.476 41.352Q-4.032 41.352-3.632 41.568Q-3.232 41.783-2.998 42.161Q-2.763 42.538-2.763 42.990Q-2.763 43.331-2.905 43.615Q-3.047 43.899-3.292 44.106Q-3.536 44.312-3.845 44.427Q-4.155 44.541-4.476 44.541Q-4.907 44.541-5.308 44.340Q-5.710 44.138-5.951 43.786Q-6.192 43.434-6.192 42.990M-4.476 44.292Q-3.874 44.292-3.650 43.914Q-3.427 43.536-3.427 42.904Q-3.427 42.292-3.661 41.933Q-3.895 41.575-4.476 41.575Q-5.529 41.575-5.529 42.904Q-5.529 43.536-5.303 43.914Q-5.077 44.292-4.476 44.292M-0.487 44.473L-2.121 44.473L-2.121 44.193Q-1.892 44.193-1.743 44.159Q-1.595 44.124-1.595 43.984L-1.595 42.135Q-1.595 41.865-1.702 41.804Q-1.810 41.742-2.121 41.742L-2.121 41.462L-1.061 41.387L-1.061 42.036Q-0.890 41.728-0.586 41.557Q-0.282 41.387 0.063 41.387Q0.463 41.387 0.740 41.527Q1.017 41.667 1.102 42.015Q1.270 41.722 1.569 41.554Q1.868 41.387 2.213 41.387Q2.719 41.387 3.003 41.610Q3.286 41.834 3.286 42.330L3.286 43.984Q3.286 44.121 3.435 44.157Q3.584 44.193 3.809 44.193L3.809 44.473L2.179 44.473L2.179 44.193Q2.404 44.193 2.555 44.157Q2.705 44.121 2.705 43.984L2.705 42.344Q2.705 42.009 2.586 41.809Q2.466 41.609 2.152 41.609Q1.882 41.609 1.647 41.745Q1.413 41.882 1.275 42.116Q1.136 42.350 1.136 42.624L1.136 43.984Q1.136 44.121 1.285 44.157Q1.434 44.193 1.659 44.193L1.659 44.473L0.029 44.473L0.029 44.193Q0.258 44.193 0.407 44.159Q0.555 44.124 0.555 43.984L0.555 42.344Q0.555 42.009 0.436 41.809Q0.316 41.609 0.002 41.609Q-0.268 41.609-0.503 41.745Q-0.737 41.882-0.875 42.116Q-1.013 42.350-1.013 42.624L-1.013 43.984Q-1.013 44.121-0.863 44.157Q-0.713 44.193-0.487 44.193L-0.487 44.473M6.041 45.830L4.411 45.830L4.411 45.550Q4.640 45.550 4.789 45.515Q4.937 45.481 4.937 45.341L4.937 41.995Q4.937 41.824 4.800 41.783Q4.664 41.742 4.411 41.742L4.411 41.462L5.491 41.387L5.491 41.793Q5.713 41.592 6 41.489Q6.287 41.387 6.595 41.387Q7.022 41.387 7.386 41.600Q7.750 41.814 7.964 42.178Q8.177 42.542 8.177 42.962Q8.177 43.407 7.938 43.771Q7.699 44.135 7.306 44.338Q6.913 44.541 6.468 44.541Q6.202 44.541 5.954 44.441Q5.706 44.340 5.518 44.159L5.518 45.341Q5.518 45.478 5.667 45.514Q5.816 45.550 6.041 45.550L6.041 45.830M5.518 42.142L5.518 43.752Q5.652 44.005 5.894 44.162Q6.137 44.319 6.414 44.319Q6.742 44.319 6.995 44.118Q7.248 43.916 7.381 43.598Q7.514 43.280 7.514 42.962Q7.514 42.733 7.449 42.504Q7.384 42.275 7.256 42.077Q7.128 41.879 6.933 41.759Q6.738 41.640 6.506 41.640Q6.212 41.640 5.944 41.769Q5.675 41.899 5.518 42.142M9.213 44.053Q9.213 43.885 9.336 43.762Q9.459 43.639 9.633 43.639Q9.801 43.639 9.924 43.762Q10.047 43.885 10.047 44.053Q10.047 44.227 9.924 44.350Q9.801 44.473 9.633 44.473Q9.459 44.473 9.336 44.350Q9.213 44.227 9.213 44.053\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M-34.105-11.01H85.396v-19.917H-34.105Z\"\u002F>\u003Cg transform=\"translate(42.433 -63.05)\">\u003Cpath d=\"M-32.169 44.473L-36.572 44.473L-36.572 44.193Q-35.850 44.193-35.850 43.984L-35.850 40.183Q-35.850 39.972-36.572 39.972L-36.572 39.691L-32.282 39.691L-32.074 41.328L-32.337 41.328Q-32.395 40.857-32.497 40.592Q-32.600 40.327-32.784 40.194Q-32.969 40.060-33.241 40.016Q-33.513 39.972-34.012 39.972L-34.794 39.972Q-34.982 39.972-35.071 40.006Q-35.160 40.040-35.160 40.183L-35.160 41.848L-34.586 41.848Q-34.196 41.848-34.013 41.797Q-33.830 41.745-33.748 41.573Q-33.666 41.400-33.666 41.028L-33.403 41.028L-33.403 42.949L-33.666 42.949Q-33.666 42.576-33.748 42.403Q-33.830 42.231-34.013 42.180Q-34.196 42.128-34.586 42.128L-35.160 42.128L-35.160 43.984Q-35.160 44.124-35.071 44.159Q-34.982 44.193-34.794 44.193L-33.947 44.193Q-33.417 44.193-33.107 44.124Q-32.798 44.056-32.610 43.889Q-32.422 43.721-32.315 43.419Q-32.207 43.116-32.121 42.603L-31.855 42.603L-32.169 44.473M-29.469 44.473L-31.202 44.473L-31.202 44.193Q-30.481 44.193-30.481 43.793L-30.481 40.006Q-30.713 39.972-31.202 39.972L-31.202 39.691L-29.845 39.691Q-29.804 39.705-29.784 39.719L-27.080 43.366L-27.080 40.371Q-27.080 39.972-27.801 39.972L-27.801 39.691L-26.065 39.691L-26.065 39.972Q-26.786 39.972-26.786 40.371L-26.786 44.381Q-26.803 44.456-26.871 44.473L-26.991 44.473Q-27.039 44.463-27.053 44.439L-30.187 40.218L-30.187 43.793Q-30.187 44.193-29.469 44.193L-29.469 44.473M-25.193 42.080Q-25.193 41.554-24.976 41.086Q-24.759 40.618-24.376 40.272Q-23.993 39.927-23.510 39.739Q-23.026 39.551-22.496 39.551Q-22.093 39.551-21.729 39.708Q-21.365 39.866-21.081 40.160L-20.658 39.578Q-20.623 39.551-20.599 39.551L-20.552 39.551Q-20.521 39.551-20.497 39.575Q-20.473 39.599-20.473 39.630L-20.473 41.493Q-20.473 41.516-20.499 41.542Q-20.524 41.568-20.552 41.568L-20.678 41.568Q-20.740 41.568-20.753 41.493Q-20.784 41.178-20.919 40.874Q-21.054 40.570-21.269 40.336Q-21.485 40.101-21.774 39.966Q-22.062 39.831-22.390 39.831Q-23.033 39.831-23.491 40.125Q-23.949 40.419-24.181 40.932Q-24.414 41.445-24.414 42.080Q-24.414 42.552-24.284 42.961Q-24.154 43.369-23.894 43.682Q-23.635 43.994-23.255 44.164Q-22.876 44.333-22.384 44.333Q-22.055 44.333-21.762 44.217Q-21.468 44.100-21.233 43.885Q-20.999 43.670-20.869 43.381Q-20.740 43.092-20.740 42.764Q-20.740 42.737-20.712 42.713Q-20.685 42.689-20.664 42.689L-20.552 42.689Q-20.514 42.689-20.493 42.714Q-20.473 42.740-20.473 42.778Q-20.473 43.174-20.639 43.511Q-20.805 43.848-21.092 44.095Q-21.379 44.343-21.748 44.478Q-22.117 44.613-22.496 44.613Q-23.016 44.613-23.508 44.423Q-24 44.234-24.380 43.890Q-24.759 43.547-24.976 43.078Q-25.193 42.610-25.193 42.080M-19.489 42.108Q-19.489 41.421-19.140 40.831Q-18.791 40.242-18.197 39.896Q-17.602 39.551-16.911 39.551Q-16.221 39.551-15.626 39.896Q-15.032 40.242-14.683 40.831Q-14.334 41.421-14.334 42.108Q-14.334 42.795-14.686 43.369Q-15.038 43.943-15.631 44.278Q-16.224 44.613-16.911 44.613Q-17.424 44.613-17.892 44.420Q-18.361 44.227-18.720 43.885Q-19.078 43.543-19.284 43.082Q-19.489 42.620-19.489 42.108M-16.911 44.353Q-16.306 44.353-15.900 44.008Q-15.493 43.663-15.303 43.125Q-15.114 42.586-15.114 41.988Q-15.114 41.554-15.225 41.166Q-15.336 40.778-15.561 40.471Q-15.787 40.163-16.129 39.983Q-16.471 39.804-16.911 39.804Q-17.349 39.804-17.687 39.980Q-18.026 40.156-18.255 40.471Q-18.484 40.785-18.597 41.178Q-18.709 41.571-18.709 41.988Q-18.709 42.576-18.518 43.119Q-18.326 43.663-17.920 44.008Q-17.513 44.353-16.911 44.353M-10.674 44.473L-13.446 44.473L-13.446 44.193Q-12.724 44.193-12.724 43.984L-12.724 40.183Q-12.724 39.972-13.446 39.972L-13.446 39.691L-10.674 39.691Q-10.188 39.691-9.753 39.886Q-9.317 40.081-8.994 40.423Q-8.671 40.765-8.493 41.205Q-8.315 41.646-8.315 42.128Q-8.315 42.614-8.500 43.037Q-8.684 43.461-9.007 43.783Q-9.330 44.104-9.763 44.288Q-10.195 44.473-10.674 44.473M-12.061 40.183L-12.061 43.984Q-12.061 44.124-11.972 44.159Q-11.884 44.193-11.696 44.193L-10.872 44.193Q-10.246 44.193-9.843 43.931Q-9.440 43.670-9.252 43.203Q-9.064 42.737-9.064 42.128Q-9.064 41.650-9.156 41.257Q-9.248 40.864-9.498 40.566Q-9.737 40.279-10.101 40.125Q-10.465 39.972-10.872 39.972L-11.696 39.972Q-11.884 39.972-11.972 40.006Q-12.061 40.040-12.061 40.183M-3.038 44.473L-7.440 44.473L-7.440 44.193Q-6.719 44.193-6.719 43.984L-6.719 40.183Q-6.719 39.972-7.440 39.972L-7.440 39.691L-3.151 39.691L-2.942 41.328L-3.205 41.328Q-3.264 40.857-3.366 40.592Q-3.469 40.327-3.653 40.194Q-3.838 40.060-4.109 40.016Q-4.381 39.972-4.880 39.972L-5.663 39.972Q-5.851 39.972-5.940 40.006Q-6.029 40.040-6.029 40.183L-6.029 41.848L-5.454 41.848Q-5.065 41.848-4.882 41.797Q-4.699 41.745-4.617 41.573Q-4.535 41.400-4.535 41.028L-4.272 41.028L-4.272 42.949L-4.535 42.949Q-4.535 42.576-4.617 42.403Q-4.699 42.231-4.882 42.180Q-5.065 42.128-5.454 42.128L-6.029 42.128L-6.029 43.984Q-6.029 44.124-5.940 44.159Q-5.851 44.193-5.663 44.193L-4.815 44.193Q-4.285 44.193-3.976 44.124Q-3.667 44.056-3.479 43.889Q-3.291 43.721-3.183 43.419Q-3.076 43.116-2.990 42.603L-2.723 42.603L-3.038 44.473M0.049 44.473L-2.057 44.473L-2.057 44.193Q-1.336 44.193-1.336 43.984L-1.336 40.183Q-1.336 39.972-2.057 39.972L-2.057 39.691L0.281 39.691Q0.592 39.691 0.935 39.765Q1.279 39.838 1.600 39.994Q1.922 40.149 2.123 40.395Q2.325 40.641 2.325 40.966Q2.325 41.253 2.137 41.484Q1.949 41.715 1.672 41.863Q1.395 42.012 1.105 42.094Q1.440 42.197 1.674 42.429Q1.908 42.661 1.952 42.990L2.038 43.598Q2.065 43.810 2.111 43.979Q2.157 44.148 2.262 44.268Q2.366 44.388 2.554 44.388Q2.769 44.388 2.885 44.203Q3.002 44.018 3.002 43.786Q3.019 43.721 3.094 43.704L3.186 43.704Q3.268 43.724 3.268 43.806Q3.268 44.012 3.178 44.198Q3.087 44.384 2.921 44.499Q2.756 44.613 2.554 44.613Q2.216 44.613 1.922 44.512Q1.628 44.411 1.443 44.189Q1.258 43.967 1.258 43.619L1.258 43.010Q1.258 42.761 1.115 42.574Q0.971 42.388 0.747 42.289Q0.524 42.190 0.274 42.190L-0.673 42.190L-0.673 43.984Q-0.673 44.193 0.049 44.193L0.049 44.473M-0.673 40.183L-0.673 41.968L0.182 41.968Q0.469 41.968 0.708 41.925Q0.947 41.882 1.135 41.773Q1.323 41.663 1.434 41.465Q1.546 41.267 1.546 40.966Q1.546 40.389 1.178 40.180Q0.811 39.972 0.182 39.972L-0.307 39.972Q-0.495 39.972-0.584 40.006Q-0.673 40.040-0.673 40.183\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-13.477-49.421a6.402 6.402 0 1 0-12.804 0 6.402 6.402 0 0 0 12.804 0ZM-19.879-32.35v-9.38\"\u002F>\u003Cpath stroke=\"none\" d=\"m-19.879-43.73-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M9.285-49.421a6.402 6.402 0 1 0-12.804 0 6.402 6.402 0 0 0 12.804 0ZM2.883-32.35v-9.38\"\u002F>\u003Cpath stroke=\"none\" d=\"m2.883-43.73-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M32.047-49.421a6.402 6.402 0 1 0-12.803 0 6.402 6.402 0 0 0 12.803 0ZM25.645-32.35v-9.38\"\u002F>\u003Cpath stroke=\"none\" d=\"m25.645-43.73-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M54.81-49.421a6.402 6.402 0 1 0-12.804 0 6.402 6.402 0 0 0 12.803 0ZM48.408-32.35v-9.38\"\u002F>\u003Cpath stroke=\"none\" d=\"m48.408-43.73-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cpath fill=\"none\" d=\"M77.572-49.421a6.402 6.402 0 1 0-12.804 0 6.402 6.402 0 0 0 12.804 0ZM71.17-32.35v-9.38\"\u002F>\u003Cpath stroke=\"none\" d=\"m71.17-43.73-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(14.947 -108.521)\">\u003Cpath d=\"M-35.088 44.512Q-35.553 44.512-35.918 44.262Q-36.283 44.012-36.488 43.608Q-36.693 43.203-36.693 42.746Q-36.693 42.403-36.568 42.082Q-36.443 41.762-36.211 41.512Q-35.978 41.262-35.674 41.123Q-35.369 40.985-35.014 40.985Q-34.502 40.985-34.096 41.305L-34.096 40.145L-34.517 40.145Q-34.728 40.121-34.767 39.907L-34.767 39.817Q-34.728 39.610-34.517 39.586L-33.705 39.586Q-33.506 39.610-33.455 39.817L-33.455 43.914L-33.029 43.914Q-32.822 43.938-32.783 44.145L-32.783 44.235Q-32.822 44.450-33.029 44.473L-33.846 44.473Q-34.045 44.450-34.096 44.235L-34.096 44.106Q-34.291 44.297-34.553 44.405Q-34.814 44.512-35.088 44.512M-35.049 43.953Q-34.689 43.953-34.437 43.684Q-34.185 43.414-34.096 43.039L-34.096 42.207Q-34.154 42.020-34.281 41.869Q-34.408 41.719-34.586 41.631Q-34.764 41.543-34.959 41.543Q-35.267 41.543-35.517 41.713Q-35.767 41.883-35.912 42.168Q-36.056 42.453-36.056 42.754Q-36.056 43.203-35.771 43.578Q-35.486 43.953-35.049 43.953\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-19.879-55.112v-5.113\"\u002F>\u003Cpath stroke=\"none\" d=\"m-19.879-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(37.709 -108.521)\">\u003Cpath d=\"M-36.334 44.235L-36.334 44.145Q-36.283 43.938-36.088 43.914L-35.049 43.914L-35.049 41.586L-36.021 41.586Q-36.221 41.563-36.271 41.344L-36.271 41.258Q-36.221 41.047-36.021 41.024L-34.654 41.024Q-34.459 41.043-34.408 41.258L-34.408 43.914L-33.494 43.914Q-33.299 43.938-33.248 44.145L-33.248 44.235Q-33.299 44.450-33.494 44.473L-36.088 44.473Q-36.283 44.450-36.334 44.235M-35.303 40.047L-35.303 39.993Q-35.303 39.821-35.166 39.700Q-35.029 39.578-34.853 39.578Q-34.681 39.578-34.545 39.700Q-34.408 39.821-34.408 39.993L-34.408 40.047Q-34.408 40.223-34.545 40.344Q-34.681 40.465-34.853 40.465Q-35.029 40.465-35.166 40.344Q-35.303 40.223-35.303 40.047\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M2.883-55.112v-5.113\"\u002F>\u003Cpath stroke=\"none\" d=\"m2.883-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(60.47 -109.243)\">\u003Cpath d=\"M-36.881 44.235L-36.881 44.145Q-36.838 43.938-36.631 43.914L-36.209 43.914L-36.209 41.586L-36.631 41.586Q-36.838 41.563-36.881 41.344L-36.881 41.258Q-36.834 41.047-36.631 41.024L-35.814 41.024Q-35.619 41.047-35.568 41.258L-35.568 41.344L-35.576 41.368Q-35.349 41.188-35.076 41.086Q-34.803 40.985-34.510 40.985Q-34.162 40.985-33.924 41.125Q-33.685 41.266-33.570 41.524Q-33.455 41.782-33.455 42.137L-33.455 43.914L-33.029 43.914Q-32.822 43.938-32.783 44.145L-32.783 44.235Q-32.822 44.450-33.029 44.473L-34.424 44.473Q-34.619 44.450-34.670 44.235L-34.670 44.145Q-34.619 43.934-34.424 43.914L-34.096 43.914L-34.096 42.168Q-34.096 41.860-34.185 41.702Q-34.275 41.543-34.568 41.543Q-34.838 41.543-35.066 41.674Q-35.295 41.805-35.431 42.034Q-35.568 42.262-35.568 42.528L-35.568 43.914L-35.142 43.914Q-34.935 43.938-34.896 44.145L-34.896 44.235Q-34.935 44.450-35.142 44.473L-36.631 44.473Q-36.838 44.450-36.881 44.235\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M25.645-55.112v-5.113\"\u002F>\u003Cpath stroke=\"none\" d=\"m25.645-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(83.233 -109.243)\">\u003Cpath d=\"M-36.881 44.235L-36.881 44.145Q-36.838 43.938-36.631 43.914L-36.209 43.914L-36.209 41.586L-36.631 41.586Q-36.838 41.563-36.881 41.344L-36.881 41.258Q-36.834 41.047-36.631 41.024L-35.814 41.024Q-35.619 41.047-35.568 41.258L-35.568 41.344L-35.576 41.368Q-35.349 41.188-35.076 41.086Q-34.803 40.985-34.510 40.985Q-34.162 40.985-33.924 41.125Q-33.685 41.266-33.570 41.524Q-33.455 41.782-33.455 42.137L-33.455 43.914L-33.029 43.914Q-32.822 43.938-32.783 44.145L-32.783 44.235Q-32.822 44.450-33.029 44.473L-34.424 44.473Q-34.619 44.450-34.670 44.235L-34.670 44.145Q-34.619 43.934-34.424 43.914L-34.096 43.914L-34.096 42.168Q-34.096 41.860-34.185 41.702Q-34.275 41.543-34.568 41.543Q-34.838 41.543-35.066 41.674Q-35.295 41.805-35.431 42.034Q-35.568 42.262-35.568 42.528L-35.568 43.914L-35.142 43.914Q-34.935 43.938-34.896 44.145L-34.896 44.235Q-34.935 44.450-35.142 44.473L-36.631 44.473Q-36.838 44.450-36.881 44.235\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M48.408-55.112v-5.113\"\u002F>\u003Cpath stroke=\"none\" d=\"m48.408-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(105.995 -109.243)\">\u003Cpath d=\"M-33.439 42.985L-35.881 42.985Q-35.826 43.262-35.629 43.485Q-35.431 43.707-35.154 43.830Q-34.877 43.953-34.592 43.953Q-34.119 43.953-33.896 43.664Q-33.889 43.653-33.832 43.547Q-33.775 43.442-33.726 43.399Q-33.678 43.356-33.584 43.344L-33.439 43.344Q-33.248 43.364-33.189 43.578L-33.189 43.633Q-33.256 43.934-33.486 44.131Q-33.717 44.328-34.029 44.420Q-34.342 44.512-34.646 44.512Q-35.131 44.512-35.570 44.284Q-36.010 44.055-36.277 43.655Q-36.545 43.254-36.545 42.762L-36.545 42.703Q-36.545 42.235-36.299 41.832Q-36.053 41.430-35.644 41.196Q-35.236 40.961-34.767 40.961Q-34.264 40.961-33.910 41.184Q-33.556 41.407-33.373 41.795Q-33.189 42.184-33.189 42.688L-33.189 42.746Q-33.248 42.961-33.439 42.985M-35.873 42.434L-33.846 42.434Q-33.892 42.024-34.131 41.772Q-34.369 41.520-34.767 41.520Q-35.162 41.520-35.469 41.782Q-35.775 42.043-35.873 42.434\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.240\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M71.17-55.112v-5.113\"\u002F>\u003Cpath stroke=\"none\" d=\"m71.17-62.225-1.6 3.2 1.6-1.2 1.6 1.2\"\u002F>\u003Cg transform=\"translate(124.642 -110.563)\">\u003Cpath d=\"M-36.237 44.053Q-36.237 43.885-36.114 43.762Q-35.991 43.639-35.816 43.639Q-35.649 43.639-35.526 43.762Q-35.403 43.885-35.403 44.053Q-35.403 44.227-35.526 44.350Q-35.649 44.473-35.816 44.473Q-35.991 44.473-36.114 44.350Q-36.237 44.227-36.237 44.053M-33.974 44.053Q-33.974 43.885-33.851 43.762Q-33.728 43.639-33.554 43.639Q-33.386 43.639-33.263 43.762Q-33.140 43.885-33.140 44.053Q-33.140 44.227-33.263 44.350Q-33.386 44.473-33.554 44.473Q-33.728 44.473-33.851 44.350Q-33.974 44.227-33.974 44.053M-31.711 44.053Q-31.711 43.885-31.588 43.762Q-31.465 43.639-31.291 43.639Q-31.123 43.639-31 43.762Q-30.877 43.885-30.877 44.053Q-30.877 44.227-31 44.350Q-31.123 44.473-31.291 44.473Q-31.465 44.473-31.588 44.350Q-31.711 44.227-31.711 44.053\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-36.95 38.51v-9.731\"\u002F>\u003Cpath stroke=\"none\" d=\"m-36.95 26.179-2.08 4.16 2.08-1.56 2.08 1.56\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M-19.761 5.862 6.223-9.488\"\u002F>\u003Cpath stroke=\"none\" d=\"m8.462-10.81-4.64.325 2.401.997-.285 2.584\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">CTC inference. An encoder emits a hidden state per frame; a per-frame softmax picks a letter or blank; the collapse B removes blanks and merges repeats. No decoder is needed because each output reads one frame.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:405.274px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 303.956 74.686\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-63.03 -60.846)\">\u003Cpath d=\"M5.215 1.907L4.948 1.907L4.948-2.201Q4.948-2.471 4.841-2.533Q4.733-2.594 4.422-2.594L4.422-2.875L5.502-2.950L5.502-0.780Q5.711-0.971 5.996-1.075Q6.282-1.179 6.579-1.179Q6.897-1.179 7.194-1.058Q7.491-0.937 7.714-0.721Q7.936-0.506 8.062-0.221Q8.189 0.065 8.189 0.396Q8.189 0.841 7.949 1.205Q7.710 1.569 7.317 1.772Q6.924 1.975 6.480 1.975Q6.285 1.975 6.095 1.919Q5.906 1.863 5.745 1.758Q5.584 1.654 5.444 1.493L5.215 1.907M5.530-0.438L5.530 1.179Q5.666 1.439 5.907 1.596Q6.148 1.753 6.425 1.753Q6.719 1.753 6.931 1.646Q7.143 1.538 7.276 1.346Q7.409 1.155 7.468 0.916Q7.526 0.677 7.526 0.396Q7.526 0.037 7.432-0.267Q7.338-0.571 7.110-0.764Q6.883-0.957 6.517-0.957Q6.217-0.957 5.950-0.821Q5.683-0.684 5.530-0.438\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-63.03 -60.846)\">\u003Cpath d=\"M8.999 0.372Q8.999 0.051 9.124-0.238Q9.249-0.527 9.475-0.750Q9.700-0.974 9.996-1.094Q10.291-1.214 10.609-1.214Q10.937-1.214 11.199-1.114Q11.460-1.015 11.636-0.833Q11.812-0.650 11.906-0.392Q12-0.134 12 0.198Q12 0.290 11.918 0.311L9.663 0.311L9.663 0.372Q9.663 0.960 9.946 1.343Q10.230 1.726 10.797 1.726Q11.119 1.726 11.387 1.533Q11.655 1.340 11.744 1.025Q11.751 0.984 11.826 0.970L11.918 0.970Q12 0.994 12 1.066Q12 1.073 11.994 1.100Q11.881 1.497 11.510 1.736Q11.139 1.975 10.715 1.975Q10.278 1.975 9.878 1.767Q9.478 1.558 9.239 1.191Q8.999 0.824 8.999 0.372M9.669 0.102L11.484 0.102Q11.484-0.175 11.387-0.427Q11.289-0.680 11.091-0.836Q10.893-0.991 10.609-0.991Q10.332-0.991 10.119-0.833Q9.905-0.674 9.787-0.419Q9.669-0.164 9.669 0.102M12.588 1.900L12.588 0.837Q12.588 0.813 12.616 0.786Q12.643 0.759 12.667 0.759L12.776 0.759Q12.841 0.759 12.855 0.817Q12.951 1.251 13.197 1.502Q13.443 1.753 13.856 1.753Q14.198 1.753 14.451 1.620Q14.704 1.487 14.704 1.179Q14.704 1.022 14.610 0.907Q14.516 0.793 14.378 0.724Q14.239 0.656 14.072 0.618L13.491 0.519Q13.135 0.451 12.862 0.230Q12.588 0.010 12.588-0.332Q12.588-0.581 12.699-0.756Q12.810-0.930 12.997-1.029Q13.183-1.128 13.398-1.171Q13.614-1.214 13.856-1.214Q14.270-1.214 14.550-1.032L14.766-1.207Q14.776-1.210 14.783-1.212Q14.789-1.214 14.800-1.214L14.851-1.214Q14.878-1.214 14.902-1.190Q14.926-1.166 14.926-1.138L14.926-0.291Q14.926-0.270 14.902-0.243Q14.878-0.216 14.851-0.216L14.738-0.216Q14.711-0.216 14.685-0.241Q14.660-0.267 14.660-0.291Q14.660-0.527 14.554-0.691Q14.448-0.855 14.265-0.937Q14.082-1.019 13.850-1.019Q13.521-1.019 13.265-0.916Q13.009-0.814 13.009-0.537Q13.009-0.342 13.192-0.233Q13.374-0.123 13.603-0.082L14.178 0.024Q14.424 0.072 14.637 0.200Q14.851 0.328 14.988 0.531Q15.124 0.735 15.124 0.984Q15.124 1.497 14.759 1.736Q14.393 1.975 13.856 1.975Q13.361 1.975 13.029 1.681L12.763 1.955Q12.742 1.975 12.715 1.975L12.667 1.975Q12.643 1.975 12.616 1.948Q12.588 1.921 12.588 1.900M16.280 1.066L16.280-0.831L15.641-0.831L15.641-1.053Q15.958-1.053 16.175-1.263Q16.393-1.473 16.493-1.783Q16.594-2.092 16.594-2.400L16.861-2.400L16.861-1.111L17.937-1.111L17.937-0.831L16.861-0.831L16.861 1.053Q16.861 1.329 16.965 1.528Q17.069 1.726 17.329 1.726Q17.486 1.726 17.592 1.622Q17.698 1.517 17.748 1.364Q17.797 1.210 17.797 1.053L17.797 0.639L18.064 0.639L18.064 1.066Q18.064 1.292 17.965 1.502Q17.866 1.712 17.681 1.844Q17.497 1.975 17.268 1.975Q16.830 1.975 16.555 1.738Q16.280 1.500 16.280 1.066\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-63.03 -60.846)\">\u003Cpath d=\"M21.642 1.179Q21.642 0.847 21.865 0.620Q22.089 0.393 22.433 0.265Q22.776 0.136 23.149 0.084Q23.521 0.031 23.826 0.031L23.826-0.222Q23.826-0.427 23.718-0.607Q23.610-0.786 23.429-0.889Q23.248-0.991 23.040-0.991Q22.633-0.991 22.397-0.899Q22.486-0.862 22.532-0.778Q22.578-0.694 22.578-0.592Q22.578-0.496 22.532-0.417Q22.486-0.339 22.405-0.294Q22.325-0.250 22.236-0.250Q22.086-0.250 21.985-0.347Q21.884-0.445 21.884-0.592Q21.884-1.214 23.040-1.214Q23.251-1.214 23.501-1.150Q23.750-1.087 23.952-0.968Q24.154-0.848 24.280-0.663Q24.407-0.479 24.407-0.236L24.407 1.340Q24.407 1.456 24.468 1.552Q24.530 1.647 24.643 1.647Q24.752 1.647 24.817 1.553Q24.882 1.459 24.882 1.340L24.882 0.892L25.148 0.892L25.148 1.340Q25.148 1.610 24.921 1.775Q24.694 1.941 24.414 1.941Q24.205 1.941 24.068 1.787Q23.932 1.634 23.908 1.418Q23.761 1.685 23.479 1.830Q23.197 1.975 22.872 1.975Q22.595 1.975 22.311 1.900Q22.028 1.825 21.835 1.646Q21.642 1.466 21.642 1.179M22.257 1.179Q22.257 1.353 22.358 1.483Q22.458 1.613 22.614 1.683Q22.769 1.753 22.934 1.753Q23.152 1.753 23.361 1.656Q23.569 1.558 23.697 1.377Q23.826 1.196 23.826 0.970L23.826 0.242Q23.501 0.242 23.135 0.333Q22.769 0.424 22.513 0.636Q22.257 0.847 22.257 1.179M27.233 1.907L25.630 1.907L25.630 1.627Q25.856 1.627 26.005 1.593Q26.153 1.558 26.153 1.418L26.153-2.201Q26.153-2.471 26.046-2.533Q25.938-2.594 25.630-2.594L25.630-2.875L26.707-2.950L26.707 1.418Q26.707 1.555 26.857 1.591Q27.008 1.627 27.233 1.627L27.233 1.907M29.445 1.907L27.893 1.907L27.893 1.627Q28.119 1.627 28.267 1.593Q28.416 1.558 28.416 1.418L28.416-0.431Q28.416-0.619 28.368-0.703Q28.320-0.786 28.223-0.805Q28.125-0.824 27.914-0.824L27.914-1.104L28.970-1.179L28.970 1.418Q28.970 1.558 29.101 1.593Q29.233 1.627 29.445 1.627L29.445 1.907M28.173-2.400Q28.173-2.571 28.296-2.690Q28.419-2.810 28.590-2.810Q28.758-2.810 28.881-2.690Q29.004-2.571 29.004-2.400Q29.004-2.225 28.881-2.102Q28.758-1.979 28.590-1.979Q28.419-1.979 28.296-2.102Q28.173-2.225 28.173-2.400M30.050 2.440Q30.050 2.194 30.246 2.010Q30.443 1.825 30.699 1.746Q30.562 1.634 30.491 1.473Q30.419 1.312 30.419 1.131Q30.419 0.810 30.631 0.564Q30.296 0.266 30.296-0.144Q30.296-0.605 30.686-0.892Q31.075-1.179 31.554-1.179Q32.025-1.179 32.360-0.933Q32.535-1.087 32.745-1.169Q32.955-1.251 33.184-1.251Q33.348-1.251 33.469-1.144Q33.591-1.036 33.591-0.872Q33.591-0.776 33.519-0.704Q33.447-0.633 33.355-0.633Q33.256-0.633 33.186-0.706Q33.116-0.780 33.116-0.879Q33.116-0.933 33.129-0.964L33.136-0.978Q33.143-0.998 33.152-1.009Q33.160-1.019 33.164-1.026Q32.808-1.026 32.521-0.803Q32.808-0.510 32.808-0.144Q32.808 0.171 32.623 0.403Q32.439 0.636 32.150 0.764Q31.861 0.892 31.554 0.892Q31.352 0.892 31.161 0.842Q30.969 0.793 30.791 0.683Q30.699 0.810 30.699 0.953Q30.699 1.135 30.827 1.270Q30.956 1.405 31.140 1.405L31.772 1.405Q32.220 1.405 32.589 1.476Q32.958 1.548 33.218 1.777Q33.478 2.006 33.478 2.440Q33.478 2.761 33.182 2.963Q32.887 3.165 32.483 3.254Q32.080 3.343 31.766 3.343Q31.448 3.343 31.044 3.254Q30.641 3.165 30.345 2.963Q30.050 2.761 30.050 2.440M30.504 2.440Q30.504 2.669 30.723 2.818Q30.942 2.967 31.234 3.035Q31.526 3.103 31.766 3.103Q31.930 3.103 32.138 3.067Q32.347 3.032 32.553 2.951Q32.760 2.871 32.892 2.743Q33.023 2.615 33.023 2.440Q33.023 2.088 32.642 1.994Q32.261 1.900 31.759 1.900L31.140 1.900Q30.901 1.900 30.703 2.051Q30.504 2.201 30.504 2.440M31.554 0.653Q32.220 0.653 32.220-0.144Q32.220-0.944 31.554-0.944Q30.884-0.944 30.884-0.144Q30.884 0.653 31.554 0.653M35.754 1.907L34.121 1.907L34.121 1.627Q34.350 1.627 34.498 1.593Q34.647 1.558 34.647 1.418L34.647-0.431Q34.647-0.701 34.539-0.762Q34.432-0.824 34.121-0.824L34.121-1.104L35.180-1.179L35.180-0.530Q35.351-0.838 35.655-1.009Q35.959-1.179 36.305-1.179Q36.811-1.179 37.094-0.956Q37.378-0.732 37.378-0.236L37.378 1.418Q37.378 1.555 37.527 1.591Q37.675 1.627 37.901 1.627L37.901 1.907L36.270 1.907L36.270 1.627Q36.499 1.627 36.648 1.593Q36.797 1.558 36.797 1.418L36.797-0.222Q36.797-0.557 36.677-0.757Q36.558-0.957 36.243-0.957Q35.973-0.957 35.739-0.821Q35.505-0.684 35.366-0.450Q35.228-0.216 35.228 0.058L35.228 1.418Q35.228 1.555 35.378 1.591Q35.529 1.627 35.754 1.627L35.754 1.907M40.170 1.907L38.537 1.907L38.537 1.627Q38.766 1.627 38.914 1.593Q39.063 1.558 39.063 1.418L39.063-0.431Q39.063-0.701 38.955-0.762Q38.848-0.824 38.537-0.824L38.537-1.104L39.596-1.179L39.596-0.530Q39.767-0.838 40.071-1.009Q40.375-1.179 40.721-1.179Q41.121-1.179 41.397-1.039Q41.674-0.899 41.760-0.551Q41.927-0.844 42.226-1.012Q42.525-1.179 42.871-1.179Q43.376-1.179 43.660-0.956Q43.944-0.732 43.944-0.236L43.944 1.418Q43.944 1.555 44.092 1.591Q44.241 1.627 44.467 1.627L44.467 1.907L42.836 1.907L42.836 1.627Q43.062 1.627 43.212 1.591Q43.363 1.555 43.363 1.418L43.363-0.222Q43.363-0.557 43.243-0.757Q43.123-0.957 42.809-0.957Q42.539-0.957 42.305-0.821Q42.071-0.684 41.932-0.450Q41.794-0.216 41.794 0.058L41.794 1.418Q41.794 1.555 41.943 1.591Q42.091 1.627 42.317 1.627L42.317 1.907L40.686 1.907L40.686 1.627Q40.915 1.627 41.064 1.593Q41.213 1.558 41.213 1.418L41.213-0.222Q41.213-0.557 41.093-0.757Q40.974-0.957 40.659-0.957Q40.389-0.957 40.155-0.821Q39.921-0.684 39.782-0.450Q39.644-0.216 39.644 0.058L39.644 1.418Q39.644 1.555 39.794 1.591Q39.945 1.627 40.170 1.627L40.170 1.907M45.014 0.372Q45.014 0.051 45.138-0.238Q45.263-0.527 45.489-0.750Q45.714-0.974 46.010-1.094Q46.306-1.214 46.623-1.214Q46.952-1.214 47.213-1.114Q47.475-1.015 47.651-0.833Q47.827-0.650 47.921-0.392Q48.015-0.134 48.015 0.198Q48.015 0.290 47.933 0.311L45.677 0.311L45.677 0.372Q45.677 0.960 45.960 1.343Q46.244 1.726 46.811 1.726Q47.133 1.726 47.401 1.533Q47.669 1.340 47.758 1.025Q47.765 0.984 47.840 0.970L47.933 0.970Q48.015 0.994 48.015 1.066Q48.015 1.073 48.008 1.100Q47.895 1.497 47.524 1.736Q47.153 1.975 46.729 1.975Q46.292 1.975 45.892 1.767Q45.492 1.558 45.253 1.191Q45.014 0.824 45.014 0.372M45.684 0.102L47.498 0.102Q47.498-0.175 47.401-0.427Q47.304-0.680 47.105-0.836Q46.907-0.991 46.623-0.991Q46.347-0.991 46.133-0.833Q45.919-0.674 45.801-0.419Q45.684-0.164 45.684 0.102M50.284 1.907L48.650 1.907L48.650 1.627Q48.879 1.627 49.028 1.593Q49.177 1.558 49.177 1.418L49.177-0.431Q49.177-0.701 49.069-0.762Q48.961-0.824 48.650-0.824L48.650-1.104L49.710-1.179L49.710-0.530Q49.881-0.838 50.185-1.009Q50.489-1.179 50.834-1.179Q51.340-1.179 51.624-0.956Q51.908-0.732 51.908-0.236L51.908 1.418Q51.908 1.555 52.056 1.591Q52.205 1.627 52.431 1.627L52.431 1.907L50.800 1.907L50.800 1.627Q51.029 1.627 51.178 1.593Q51.327 1.558 51.327 1.418L51.327-0.222Q51.327-0.557 51.207-0.757Q51.087-0.957 50.773-0.957Q50.503-0.957 50.269-0.821Q50.035-0.684 49.896-0.450Q49.758-0.216 49.758 0.058L49.758 1.418Q49.758 1.555 49.908 1.591Q50.059 1.627 50.284 1.627\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-63.03 -60.846)\">\u003Cpath d=\"M53.353 1.066L53.353-0.831L52.714-0.831L52.714-1.053Q53.032-1.053 53.249-1.263Q53.466-1.473 53.566-1.783Q53.667-2.092 53.667-2.400L53.934-2.400L53.934-1.111L55.011-1.111L55.011-0.831L53.934-0.831L53.934 1.053Q53.934 1.329 54.038 1.528Q54.142 1.726 54.402 1.726Q54.559 1.726 54.665 1.622Q54.771 1.517 54.821 1.364Q54.870 1.210 54.870 1.053L54.870 0.639L55.137 0.639L55.137 1.066Q55.137 1.292 55.038 1.502Q54.939 1.712 54.754 1.844Q54.570 1.975 54.341 1.975Q53.903 1.975 53.628 1.738Q53.353 1.500 53.353 1.066M56.347 1.487Q56.347 1.319 56.470 1.196Q56.593 1.073 56.767 1.073Q56.935 1.073 57.058 1.196Q57.181 1.319 57.181 1.487Q57.181 1.661 57.058 1.784Q56.935 1.907 56.767 1.907Q56.593 1.907 56.470 1.784Q56.347 1.661 56.347 1.487M56.347-0.697Q56.347-0.865 56.470-0.988Q56.593-1.111 56.767-1.111Q56.935-1.111 57.058-0.988Q57.181-0.865 57.181-0.697Q57.181-0.523 57.058-0.400Q56.935-0.277 56.767-0.277Q56.593-0.277 56.470-0.400Q56.347-0.523 56.347-0.697\" 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=\"M-7.288-52.153h22.763v-17.072H-7.288Z\"\u002F>\u003Cg transform=\"translate(-1.993 -61.089)\">\u003Cpath d=\"M4.467 1.179Q4.467 0.847 4.690 0.620Q4.914 0.393 5.258 0.265Q5.601 0.136 5.974 0.084Q6.346 0.031 6.651 0.031L6.651-0.222Q6.651-0.427 6.543-0.607Q6.435-0.786 6.254-0.889Q6.073-0.991 5.865-0.991Q5.458-0.991 5.222-0.899Q5.311-0.862 5.357-0.778Q5.403-0.694 5.403-0.592Q5.403-0.496 5.357-0.417Q5.311-0.339 5.230-0.294Q5.150-0.250 5.061-0.250Q4.911-0.250 4.810-0.347Q4.709-0.445 4.709-0.592Q4.709-1.214 5.865-1.214Q6.076-1.214 6.326-1.150Q6.575-1.087 6.777-0.968Q6.979-0.848 7.105-0.663Q7.232-0.479 7.232-0.236L7.232 1.340Q7.232 1.456 7.293 1.552Q7.355 1.647 7.468 1.647Q7.577 1.647 7.642 1.553Q7.707 1.459 7.707 1.340L7.707 0.892L7.973 0.892L7.973 1.340Q7.973 1.610 7.746 1.775Q7.519 1.941 7.239 1.941Q7.030 1.941 6.893 1.787Q6.757 1.634 6.733 1.418Q6.586 1.685 6.304 1.830Q6.022 1.975 5.697 1.975Q5.420 1.975 5.136 1.900Q4.853 1.825 4.660 1.646Q4.467 1.466 4.467 1.179M5.082 1.179Q5.082 1.353 5.183 1.483Q5.283 1.613 5.439 1.683Q5.594 1.753 5.759 1.753Q5.977 1.753 6.186 1.656Q6.394 1.558 6.522 1.377Q6.651 1.196 6.651 0.970L6.651 0.242Q6.326 0.242 5.960 0.333Q5.594 0.424 5.338 0.636Q5.082 0.847 5.082 1.179\" 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=\"M18.32-52.153h22.762v-17.072H18.32Z\"\u002F>\u003Cg transform=\"translate(24.26 -61.089)\">\u003Cpath d=\"M6.292 0.653L4.234 0.653L4.234 0.150L6.292 0.150\" 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=\"M43.927-52.153H66.69v-17.072H43.927Z\"\u002F>\u003Cg transform=\"translate(49.006 -60.165)\">\u003Cpath d=\"M5.215 1.907L4.948 1.907L4.948-2.201Q4.948-2.471 4.841-2.533Q4.733-2.594 4.422-2.594L4.422-2.875L5.502-2.950L5.502-0.780Q5.711-0.971 5.996-1.075Q6.282-1.179 6.579-1.179Q6.897-1.179 7.194-1.058Q7.491-0.937 7.714-0.721Q7.936-0.506 8.062-0.221Q8.189 0.065 8.189 0.396Q8.189 0.841 7.949 1.205Q7.710 1.569 7.317 1.772Q6.924 1.975 6.480 1.975Q6.285 1.975 6.095 1.919Q5.906 1.863 5.745 1.758Q5.584 1.654 5.444 1.493L5.215 1.907M5.530-0.438L5.530 1.179Q5.666 1.439 5.907 1.596Q6.148 1.753 6.425 1.753Q6.719 1.753 6.931 1.646Q7.143 1.538 7.276 1.346Q7.409 1.155 7.468 0.916Q7.526 0.677 7.526 0.396Q7.526 0.037 7.432-0.267Q7.338-0.571 7.110-0.764Q6.883-0.957 6.517-0.957Q6.217-0.957 5.950-0.821Q5.683-0.684 5.530-0.438\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M97.988-49.308h96.739V-72.07h-96.74Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(97.776 -60.846)\">\u003Cpath d=\"M4.408 0.396Q4.408 0.068 4.543-0.233Q4.678-0.533 4.914-0.754Q5.150-0.974 5.454-1.094Q5.759-1.214 6.083-1.214Q6.589-1.214 6.938-1.111Q7.286-1.009 7.286-0.633Q7.286-0.486 7.189-0.385Q7.092-0.284 6.945-0.284Q6.791-0.284 6.692-0.383Q6.593-0.482 6.593-0.633Q6.593-0.821 6.733-0.913Q6.531-0.964 6.090-0.964Q5.735-0.964 5.506-0.768Q5.277-0.571 5.176-0.262Q5.075 0.048 5.075 0.396Q5.075 0.745 5.201 1.051Q5.328 1.357 5.583 1.541Q5.837 1.726 6.193 1.726Q6.415 1.726 6.599 1.642Q6.784 1.558 6.919 1.403Q7.054 1.247 7.112 1.039Q7.126 0.984 7.180 0.984L7.293 0.984Q7.324 0.984 7.346 1.008Q7.368 1.032 7.368 1.066L7.368 1.087Q7.283 1.374 7.095 1.572Q6.907 1.770 6.642 1.873Q6.377 1.975 6.083 1.975Q5.653 1.975 5.265 1.769Q4.877 1.562 4.643 1.199Q4.408 0.837 4.408 0.396M7.915 0.424Q7.915 0.082 8.050-0.217Q8.185-0.516 8.425-0.740Q8.664-0.964 8.982-1.089Q9.300-1.214 9.631-1.214Q10.075-1.214 10.475-0.998Q10.875-0.783 11.109-0.405Q11.344-0.028 11.344 0.424Q11.344 0.765 11.202 1.049Q11.060 1.333 10.815 1.540Q10.571 1.746 10.262 1.861Q9.952 1.975 9.631 1.975Q9.200 1.975 8.799 1.774Q8.397 1.572 8.156 1.220Q7.915 0.868 7.915 0.424M9.631 1.726Q10.233 1.726 10.457 1.348Q10.680 0.970 10.680 0.338Q10.680-0.274 10.446-0.633Q10.212-0.991 9.631-0.991Q8.578-0.991 8.578 0.338Q8.578 0.970 8.804 1.348Q9.030 1.726 9.631 1.726M13.606 1.907L12.003 1.907L12.003 1.627Q12.229 1.627 12.377 1.593Q12.526 1.558 12.526 1.418L12.526-2.201Q12.526-2.471 12.418-2.533Q12.311-2.594 12.003-2.594L12.003-2.875L13.080-2.950L13.080 1.418Q13.080 1.555 13.230 1.591Q13.381 1.627 13.606 1.627L13.606 1.907M15.869 1.907L14.266 1.907L14.266 1.627Q14.491 1.627 14.640 1.593Q14.789 1.558 14.789 1.418L14.789-2.201Q14.789-2.471 14.681-2.533Q14.573-2.594 14.266-2.594L14.266-2.875L15.343-2.950L15.343 1.418Q15.343 1.555 15.493 1.591Q15.643 1.627 15.869 1.627L15.869 1.907M16.522 1.179Q16.522 0.847 16.746 0.620Q16.969 0.393 17.313 0.265Q17.657 0.136 18.029 0.084Q18.402 0.031 18.706 0.031L18.706-0.222Q18.706-0.427 18.598-0.607Q18.490-0.786 18.309-0.889Q18.128-0.991 17.920-0.991Q17.513-0.991 17.277-0.899Q17.366-0.862 17.412-0.778Q17.458-0.694 17.458-0.592Q17.458-0.496 17.412-0.417Q17.366-0.339 17.286-0.294Q17.205-0.250 17.116-0.250Q16.966-0.250 16.865-0.347Q16.764-0.445 16.764-0.592Q16.764-1.214 17.920-1.214Q18.132-1.214 18.381-1.150Q18.631-1.087 18.832-0.968Q19.034-0.848 19.160-0.663Q19.287-0.479 19.287-0.236L19.287 1.340Q19.287 1.456 19.348 1.552Q19.410 1.647 19.523 1.647Q19.632 1.647 19.697 1.553Q19.762 1.459 19.762 1.340L19.762 0.892L20.029 0.892L20.029 1.340Q20.029 1.610 19.801 1.775Q19.574 1.941 19.294 1.941Q19.085 1.941 18.948 1.787Q18.812 1.634 18.788 1.418Q18.641 1.685 18.359 1.830Q18.077 1.975 17.752 1.975Q17.475 1.975 17.192 1.900Q16.908 1.825 16.715 1.646Q16.522 1.466 16.522 1.179M17.137 1.179Q17.137 1.353 17.238 1.483Q17.339 1.613 17.494 1.683Q17.650 1.753 17.814 1.753Q18.032 1.753 18.241 1.656Q18.449 1.558 18.578 1.377Q18.706 1.196 18.706 0.970L18.706 0.242Q18.381 0.242 18.015 0.333Q17.650 0.424 17.393 0.636Q17.137 0.847 17.137 1.179M22.090 3.264L20.459 3.264L20.459 2.984Q20.688 2.984 20.837 2.949Q20.986 2.915 20.986 2.775L20.986-0.571Q20.986-0.742 20.849-0.783Q20.712-0.824 20.459-0.824L20.459-1.104L21.539-1.179L21.539-0.773Q21.761-0.974 22.049-1.077Q22.336-1.179 22.643-1.179Q23.071-1.179 23.435-0.966Q23.799-0.752 24.012-0.388Q24.226-0.024 24.226 0.396Q24.226 0.841 23.987 1.205Q23.747 1.569 23.354 1.772Q22.961 1.975 22.517 1.975Q22.250 1.975 22.002 1.875Q21.755 1.774 21.567 1.593L21.567 2.775Q21.567 2.912 21.715 2.948Q21.864 2.984 22.090 2.984L22.090 3.264M21.567-0.424L21.567 1.186Q21.700 1.439 21.943 1.596Q22.185 1.753 22.462 1.753Q22.790 1.753 23.043 1.552Q23.296 1.350 23.429 1.032Q23.563 0.714 23.563 0.396Q23.563 0.167 23.498-0.062Q23.433-0.291 23.305-0.489Q23.177-0.687 22.982-0.807Q22.787-0.926 22.554-0.926Q22.261-0.926 21.992-0.797Q21.724-0.667 21.567-0.424M24.862 1.900L24.862 0.837Q24.862 0.813 24.889 0.786Q24.916 0.759 24.940 0.759L25.050 0.759Q25.115 0.759 25.128 0.817Q25.224 1.251 25.470 1.502Q25.716 1.753 26.130 1.753Q26.471 1.753 26.724 1.620Q26.977 1.487 26.977 1.179Q26.977 1.022 26.883 0.907Q26.789 0.793 26.651 0.724Q26.512 0.656 26.345 0.618L25.764 0.519Q25.408 0.451 25.135 0.230Q24.862 0.010 24.862-0.332Q24.862-0.581 24.973-0.756Q25.084-0.930 25.270-1.029Q25.456-1.128 25.672-1.171Q25.887-1.214 26.130-1.214Q26.543-1.214 26.823-1.032L27.039-1.207Q27.049-1.210 27.056-1.212Q27.063-1.214 27.073-1.214L27.124-1.214Q27.152-1.214 27.176-1.190Q27.199-1.166 27.199-1.138L27.199-0.291Q27.199-0.270 27.176-0.243Q27.152-0.216 27.124-0.216L27.011-0.216Q26.984-0.216 26.959-0.241Q26.933-0.267 26.933-0.291Q26.933-0.527 26.827-0.691Q26.721-0.855 26.538-0.937Q26.355-1.019 26.123-1.019Q25.795-1.019 25.538-0.916Q25.282-0.814 25.282-0.537Q25.282-0.342 25.465-0.233Q25.648-0.123 25.877-0.082L26.451 0.024Q26.697 0.072 26.911 0.200Q27.124 0.328 27.261 0.531Q27.398 0.735 27.398 0.984Q27.398 1.497 27.032 1.736Q26.666 1.975 26.130 1.975Q25.634 1.975 25.302 1.681L25.036 1.955Q25.015 1.975 24.988 1.975L24.940 1.975Q24.916 1.975 24.889 1.948Q24.862 1.921 24.862 1.900M27.986 0.372Q27.986 0.051 28.110-0.238Q28.235-0.527 28.461-0.750Q28.686-0.974 28.982-1.094Q29.278-1.214 29.595-1.214Q29.924-1.214 30.185-1.114Q30.447-1.015 30.623-0.833Q30.799-0.650 30.893-0.392Q30.987-0.134 30.987 0.198Q30.987 0.290 30.905 0.311L28.649 0.311L28.649 0.372Q28.649 0.960 28.932 1.343Q29.216 1.726 29.783 1.726Q30.105 1.726 30.373 1.533Q30.641 1.340 30.730 1.025Q30.737 0.984 30.812 0.970L30.905 0.970Q30.987 0.994 30.987 1.066Q30.987 1.073 30.980 1.100Q30.867 1.497 30.496 1.736Q30.125 1.975 29.701 1.975Q29.264 1.975 28.864 1.767Q28.464 1.558 28.225 1.191Q27.986 0.824 27.986 0.372M28.656 0.102L30.470 0.102Q30.470-0.175 30.373-0.427Q30.276-0.680 30.077-0.836Q29.879-0.991 29.595-0.991Q29.319-0.991 29.105-0.833Q28.891-0.674 28.773-0.419Q28.656-0.164 28.656 0.102M31.574 1.900L31.574 0.837Q31.574 0.813 31.602 0.786Q31.629 0.759 31.653 0.759L31.762 0.759Q31.827 0.759 31.841 0.817Q31.937 1.251 32.183 1.502Q32.429 1.753 32.843 1.753Q33.184 1.753 33.437 1.620Q33.690 1.487 33.690 1.179Q33.690 1.022 33.596 0.907Q33.502 0.793 33.364 0.724Q33.225 0.656 33.058 0.618L32.477 0.519Q32.121 0.451 31.848 0.230Q31.574 0.010 31.574-0.332Q31.574-0.581 31.686-0.756Q31.797-0.930 31.983-1.029Q32.169-1.128 32.385-1.171Q32.600-1.214 32.843-1.214Q33.256-1.214 33.536-1.032L33.752-1.207Q33.762-1.210 33.769-1.212Q33.776-1.214 33.786-1.214L33.837-1.214Q33.865-1.214 33.888-1.190Q33.912-1.166 33.912-1.138L33.912-0.291Q33.912-0.270 33.888-0.243Q33.865-0.216 33.837-0.216L33.724-0.216Q33.697-0.216 33.671-0.241Q33.646-0.267 33.646-0.291Q33.646-0.527 33.540-0.691Q33.434-0.855 33.251-0.937Q33.068-1.019 32.836-1.019Q32.508-1.019 32.251-0.916Q31.995-0.814 31.995-0.537Q31.995-0.342 32.178-0.233Q32.361-0.123 32.590-0.082L33.164 0.024Q33.410 0.072 33.624 0.200Q33.837 0.328 33.974 0.531Q34.111 0.735 34.111 0.984Q34.111 1.497 33.745 1.736Q33.379 1.975 32.843 1.975Q32.347 1.975 32.015 1.681L31.749 1.955Q31.728 1.975 31.701 1.975L31.653 1.975Q31.629 1.975 31.602 1.948Q31.574 1.921 31.574 1.900\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(97.776 -60.846)\">\u003Cpath d=\"M37.993 1.066L37.993-0.831L37.354-0.831L37.354-1.053Q37.672-1.053 37.889-1.263Q38.106-1.473 38.206-1.783Q38.307-2.092 38.307-2.400L38.574-2.400L38.574-1.111L39.651-1.111L39.651-0.831L38.574-0.831L38.574 1.053Q38.574 1.329 38.678 1.528Q38.782 1.726 39.042 1.726Q39.199 1.726 39.305 1.622Q39.411 1.517 39.461 1.364Q39.510 1.210 39.510 1.053L39.510 0.639L39.777 0.639L39.777 1.066Q39.777 1.292 39.678 1.502Q39.579 1.712 39.394 1.844Q39.210 1.975 38.981 1.975Q38.543 1.975 38.268 1.738Q37.993 1.500 37.993 1.066M40.546 0.424Q40.546 0.082 40.681-0.217Q40.816-0.516 41.055-0.740Q41.295-0.964 41.612-1.089Q41.930-1.214 42.262-1.214Q42.706-1.214 43.106-0.998Q43.506-0.783 43.740-0.405Q43.974-0.028 43.974 0.424Q43.974 0.765 43.832 1.049Q43.691 1.333 43.446 1.540Q43.202 1.746 42.892 1.861Q42.583 1.975 42.262 1.975Q41.831 1.975 41.430 1.774Q41.028 1.572 40.787 1.220Q40.546 0.868 40.546 0.424M42.262 1.726Q42.863 1.726 43.087 1.348Q43.311 0.970 43.311 0.338Q43.311-0.274 43.077-0.633Q42.843-0.991 42.262-0.991Q41.209-0.991 41.209 0.338Q41.209 0.970 41.435 1.348Q41.660 1.726 42.262 1.726\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(97.776 -60.846)\">\u003Cpath d=\"M47.372-0.885Q47.372-0.926 47.399-0.950Q47.577-1.094 47.712-1.291Q47.847-1.487 47.917-1.716Q47.987-1.945 47.987-2.181L47.987-2.229Q47.877-2.119 47.693-2.119Q47.512-2.119 47.392-2.239Q47.272-2.359 47.272-2.536Q47.272-2.711 47.392-2.830Q47.512-2.950 47.693-2.950Q47.963-2.950 48.088-2.712Q48.212-2.475 48.212-2.181Q48.212-1.972 48.165-1.772Q48.117-1.572 48.038-1.407Q47.959-1.241 47.836-1.079Q47.713-0.916 47.553-0.780Q47.522-0.759 47.498-0.759Q47.450-0.759 47.411-0.802Q47.372-0.844 47.372-0.885M48.875-0.885Q48.875-0.926 48.903-0.950Q49.081-1.094 49.216-1.291Q49.351-1.487 49.421-1.716Q49.491-1.945 49.491-2.181L49.491-2.229Q49.381-2.119 49.197-2.119Q49.019-2.119 48.898-2.241Q48.776-2.362 48.776-2.536Q48.776-2.707 48.898-2.829Q49.019-2.950 49.197-2.950Q49.467-2.950 49.592-2.712Q49.716-2.475 49.716-2.181Q49.716-1.972 49.668-1.772Q49.621-1.572 49.542-1.407Q49.463-1.241 49.340-1.079Q49.217-0.916 49.057-0.780Q49.026-0.759 49.002-0.759Q48.958-0.759 48.916-0.800Q48.875-0.841 48.875-0.885M51.312 1.179Q51.312 0.847 51.536 0.620Q51.760 0.393 52.104 0.265Q52.447 0.136 52.820 0.084Q53.192 0.031 53.497 0.031L53.497-0.222Q53.497-0.427 53.389-0.607Q53.281-0.786 53.100-0.889Q52.919-0.991 52.710-0.991Q52.304-0.991 52.068-0.899Q52.157-0.862 52.203-0.778Q52.249-0.694 52.249-0.592Q52.249-0.496 52.203-0.417Q52.157-0.339 52.076-0.294Q51.996-0.250 51.907-0.250Q51.757-0.250 51.656-0.347Q51.555-0.445 51.555-0.592Q51.555-1.214 52.710-1.214Q52.922-1.214 53.172-1.150Q53.421-1.087 53.623-0.968Q53.825-0.848 53.951-0.663Q54.078-0.479 54.078-0.236L54.078 1.340Q54.078 1.456 54.139 1.552Q54.201 1.647 54.313 1.647Q54.423 1.647 54.488 1.553Q54.553 1.459 54.553 1.340L54.553 0.892L54.819 0.892L54.819 1.340Q54.819 1.610 54.592 1.775Q54.365 1.941 54.084 1.941Q53.876 1.941 53.739 1.787Q53.603 1.634 53.579 1.418Q53.432 1.685 53.150 1.830Q52.868 1.975 52.543 1.975Q52.266 1.975 51.982 1.900Q51.699 1.825 51.506 1.646Q51.312 1.466 51.312 1.179M51.928 1.179Q51.928 1.353 52.029 1.483Q52.129 1.613 52.285 1.683Q52.440 1.753 52.604 1.753Q52.823 1.753 53.032 1.656Q53.240 1.558 53.368 1.377Q53.497 1.196 53.497 0.970L53.497 0.242Q53.172 0.242 52.806 0.333Q52.440 0.424 52.184 0.636Q51.928 0.847 51.928 1.179M56.043 1.907L55.776 1.907L55.776-2.201Q55.776-2.471 55.669-2.533Q55.561-2.594 55.250-2.594L55.250-2.875L56.330-2.950L56.330-0.780Q56.539-0.971 56.824-1.075Q57.109-1.179 57.407-1.179Q57.725-1.179 58.022-1.058Q58.319-0.937 58.541-0.721Q58.764-0.506 58.890-0.221Q59.017 0.065 59.017 0.396Q59.017 0.841 58.777 1.205Q58.538 1.569 58.145 1.772Q57.752 1.975 57.308 1.975Q57.113 1.975 56.923 1.919Q56.733 1.863 56.573 1.758Q56.412 1.654 56.272 1.493L56.043 1.907M56.357-0.438L56.357 1.179Q56.494 1.439 56.735 1.596Q56.976 1.753 57.253 1.753Q57.547 1.753 57.759 1.646Q57.971 1.538 58.104 1.346Q58.237 1.155 58.295 0.916Q58.354 0.677 58.354 0.396Q58.354 0.037 58.260-0.267Q58.166-0.571 57.938-0.764Q57.711-0.957 57.345-0.957Q57.044-0.957 56.778-0.821Q56.511-0.684 56.357-0.438M59.751-0.885Q59.751-0.926 59.779-0.950Q59.957-1.094 60.092-1.291Q60.227-1.487 60.297-1.716Q60.367-1.945 60.367-2.181L60.367-2.229Q60.257-2.119 60.073-2.119Q59.892-2.119 59.772-2.239Q59.652-2.359 59.652-2.536Q59.652-2.711 59.772-2.830Q59.892-2.950 60.073-2.950Q60.343-2.950 60.468-2.712Q60.592-2.475 60.592-2.181Q60.592-1.972 60.544-1.772Q60.497-1.572 60.418-1.407Q60.339-1.241 60.216-1.079Q60.093-0.916 59.933-0.780Q59.902-0.759 59.878-0.759Q59.830-0.759 59.791-0.802Q59.751-0.844 59.751-0.885M61.255-0.885Q61.255-0.926 61.283-0.950Q61.460-1.094 61.595-1.291Q61.730-1.487 61.801-1.716Q61.871-1.945 61.871-2.181L61.871-2.229Q61.761-2.119 61.577-2.119Q61.399-2.119 61.278-2.241Q61.156-2.362 61.156-2.536Q61.156-2.707 61.278-2.829Q61.399-2.950 61.577-2.950Q61.847-2.950 61.971-2.712Q62.096-2.475 62.096-2.181Q62.096-1.972 62.048-1.772Q62-1.572 61.922-1.407Q61.843-1.241 61.720-1.079Q61.597-0.916 61.437-0.780Q61.406-0.759 61.382-0.759Q61.337-0.759 61.296-0.800Q61.255-0.841 61.255-0.885\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(97.776 -60.846)\">\u003Cpath d=\"M71.509 1.100L66.676 1.100Q66.608 1.090 66.562 1.044Q66.516 0.998 66.516 0.926Q66.516 0.861 66.562 0.815Q66.608 0.769 66.676 0.759L71.509 0.759Q71.578 0.769 71.624 0.815Q71.670 0.861 71.670 0.926Q71.670 0.998 71.624 1.044Q71.578 1.090 71.509 1.100M71.509-0.438L66.676-0.438Q66.608-0.448 66.562-0.494Q66.516-0.540 66.516-0.612Q66.516-0.756 66.676-0.780L71.509-0.780Q71.670-0.756 71.670-0.612Q71.670-0.540 71.624-0.494Q71.578-0.448 71.509-0.438\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(97.776 -60.846)\">\u003Cpath d=\"M76.850 2.047Q76.215 2.047 75.851 1.702Q75.486 1.357 75.351 0.832Q75.216 0.307 75.216-0.318Q75.216-1.343 75.572-2.042Q75.927-2.741 76.850-2.741Q77.777-2.741 78.129-2.042Q78.481-1.343 78.481-0.318Q78.481 0.307 78.346 0.832Q78.211 1.357 77.848 1.702Q77.486 2.047 76.850 2.047M76.850 1.822Q77.288 1.822 77.501 1.447Q77.715 1.073 77.765 0.606Q77.814 0.140 77.814-0.438Q77.814-0.991 77.765-1.419Q77.715-1.846 77.503-2.181Q77.291-2.516 76.850-2.516Q76.508-2.516 76.305-2.309Q76.102-2.102 76.015-1.790Q75.927-1.477 75.905-1.161Q75.883-0.844 75.883-0.438Q75.883-0.021 75.905 0.321Q75.927 0.663 76.016 1.011Q76.105 1.360 76.310 1.591Q76.515 1.822 76.850 1.822M79.557 1.487Q79.557 1.319 79.680 1.196Q79.803 1.073 79.978 1.073Q80.145 1.073 80.268 1.196Q80.391 1.319 80.391 1.487Q80.391 1.661 80.268 1.784Q80.145 1.907 79.978 1.907Q79.803 1.907 79.680 1.784Q79.557 1.661 79.557 1.487M83.095 2.047Q82.459 2.047 82.095 1.702Q81.731 1.357 81.596 0.832Q81.461 0.307 81.461-0.318Q81.461-1.343 81.817-2.042Q82.172-2.741 83.095-2.741Q84.021-2.741 84.373-2.042Q84.725-1.343 84.725-0.318Q84.725 0.307 84.590 0.832Q84.455 1.357 84.093 1.702Q83.731 2.047 83.095 2.047M83.095 1.822Q83.532 1.822 83.746 1.447Q83.960 1.073 84.009 0.606Q84.059 0.140 84.059-0.438Q84.059-0.991 84.009-1.419Q83.960-1.846 83.748-2.181Q83.536-2.516 83.095-2.516Q82.753-2.516 82.550-2.309Q82.346-2.102 82.259-1.790Q82.172-1.477 82.150-1.161Q82.128-0.844 82.128-0.438Q82.128-0.021 82.150 0.321Q82.172 0.663 82.261 1.011Q82.350 1.360 82.555 1.591Q82.760 1.822 83.095 1.822M85.467 0.830Q85.467 0.389 85.769 0.068Q86.072-0.253 86.523-0.445L86.284-0.585Q86.014-0.745 85.848-1.003Q85.682-1.261 85.682-1.559Q85.682-1.911 85.887-2.183Q86.092-2.454 86.414-2.598Q86.735-2.741 87.077-2.741Q87.398-2.741 87.721-2.625Q88.044-2.509 88.256-2.268Q88.468-2.027 88.468-1.692Q88.468-1.330 88.224-1.067Q87.979-0.803 87.600-0.626L88-0.390Q88.194-0.277 88.353-0.108Q88.512 0.061 88.600 0.270Q88.687 0.478 88.687 0.711Q88.687 1.114 88.453 1.418Q88.218 1.722 87.844 1.885Q87.470 2.047 87.077 2.047Q86.691 2.047 86.321 1.910Q85.952 1.774 85.710 1.497Q85.467 1.220 85.467 0.830M85.915 0.830Q85.915 1.117 86.084 1.340Q86.253 1.562 86.521 1.678Q86.790 1.794 87.077 1.794Q87.514 1.794 87.877 1.577Q88.239 1.360 88.239 0.953Q88.239 0.752 88.111 0.574Q87.983 0.396 87.805 0.297L86.783-0.298Q86.544-0.188 86.345-0.022Q86.147 0.143 86.031 0.359Q85.915 0.574 85.915 0.830M86.438-1.299L87.357-0.766Q87.665-0.926 87.866-1.159Q88.068-1.391 88.068-1.692Q88.068-1.931 87.923-2.121Q87.778-2.311 87.545-2.410Q87.313-2.509 87.077-2.509Q86.855-2.509 86.626-2.439Q86.397-2.369 86.239-2.212Q86.082-2.054 86.082-1.825Q86.082-1.511 86.438-1.299M91.059 2.047Q90.423 2.047 90.059 1.702Q89.695 1.357 89.560 0.832Q89.425 0.307 89.425-0.318Q89.425-1.343 89.780-2.042Q90.136-2.741 91.059-2.741Q91.985-2.741 92.337-2.042Q92.689-1.343 92.689-0.318Q92.689 0.307 92.554 0.832Q92.419 1.357 92.057 1.702Q91.694 2.047 91.059 2.047M91.059 1.822Q91.496 1.822 91.710 1.447Q91.924 1.073 91.973 0.606Q92.023 0.140 92.023-0.438Q92.023-0.991 91.973-1.419Q91.924-1.846 91.712-2.181Q91.500-2.516 91.059-2.516Q90.717-2.516 90.514-2.309Q90.310-2.102 90.223-1.790Q90.136-1.477 90.114-1.161Q90.091-0.844 90.091-0.438Q90.091-0.021 90.114 0.321Q90.136 0.663 90.225 1.011Q90.314 1.360 90.519 1.591Q90.724 1.822 91.059 1.822\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\">\u003Cpath fill=\"none\" d=\"M63.845-60.689h31.943\"\u002F>\u003Cpath stroke=\"none\" d=\"m97.788-60.689-3.2-1.6 1.2 1.6-1.2 1.6\"\u002F>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-57.857 -14.641)\">\u003Cpath d=\"M4.408 1.900L4.408 0.837Q4.408 0.813 4.436 0.786Q4.463 0.759 4.487 0.759L4.596 0.759Q4.661 0.759 4.675 0.817Q4.771 1.251 5.017 1.502Q5.263 1.753 5.677 1.753Q6.018 1.753 6.271 1.620Q6.524 1.487 6.524 1.179Q6.524 1.022 6.430 0.907Q6.336 0.793 6.198 0.724Q6.059 0.656 5.892 0.618L5.311 0.519Q4.955 0.451 4.682 0.230Q4.408 0.010 4.408-0.332Q4.408-0.581 4.520-0.756Q4.631-0.930 4.817-1.029Q5.003-1.128 5.219-1.171Q5.434-1.214 5.677-1.214Q6.090-1.214 6.370-1.032L6.586-1.207Q6.596-1.210 6.603-1.212Q6.610-1.214 6.620-1.214L6.671-1.214Q6.698-1.214 6.722-1.190Q6.746-1.166 6.746-1.138L6.746-0.291Q6.746-0.270 6.722-0.243Q6.698-0.216 6.671-0.216L6.558-0.216Q6.531-0.216 6.505-0.241Q6.480-0.267 6.480-0.291Q6.480-0.527 6.374-0.691Q6.268-0.855 6.085-0.937Q5.902-1.019 5.670-1.019Q5.342-1.019 5.085-0.916Q4.829-0.814 4.829-0.537Q4.829-0.342 5.012-0.233Q5.195-0.123 5.424-0.082L5.998 0.024Q6.244 0.072 6.458 0.200Q6.671 0.328 6.808 0.531Q6.945 0.735 6.945 0.984Q6.945 1.497 6.579 1.736Q6.213 1.975 5.677 1.975Q5.181 1.975 4.849 1.681L4.583 1.955Q4.562 1.975 4.535 1.975L4.487 1.975Q4.463 1.975 4.436 1.948Q4.408 1.921 4.408 1.900M8.148 1.073L8.148-0.431Q8.148-0.701 8.040-0.762Q7.932-0.824 7.621-0.824L7.621-1.104L8.729-1.179L8.729 1.053L8.729 1.073Q8.729 1.353 8.780 1.497Q8.831 1.640 8.973 1.697Q9.115 1.753 9.402 1.753Q9.655 1.753 9.860 1.613Q10.065 1.473 10.181 1.247Q10.298 1.022 10.298 0.772L10.298-0.431Q10.298-0.701 10.190-0.762Q10.082-0.824 9.771-0.824L9.771-1.104L10.879-1.179L10.879 1.234Q10.879 1.425 10.932 1.507Q10.985 1.589 11.085 1.608Q11.186 1.627 11.402 1.627L11.402 1.907L10.325 1.975L10.325 1.411Q10.216 1.593 10.070 1.716Q9.925 1.839 9.739 1.907Q9.552 1.975 9.351 1.975Q8.148 1.975 8.148 1.073M13.671 1.907L12.037 1.907L12.037 1.627Q12.266 1.627 12.415 1.593Q12.564 1.558 12.564 1.418L12.564-0.431Q12.564-0.701 12.456-0.762Q12.348-0.824 12.037-0.824L12.037-1.104L13.097-1.179L13.097-0.530Q13.268-0.838 13.572-1.009Q13.876-1.179 14.221-1.179Q14.621-1.179 14.898-1.039Q15.175-0.899 15.261-0.551Q15.428-0.844 15.727-1.012Q16.026-1.179 16.371-1.179Q16.877-1.179 17.161-0.956Q17.445-0.732 17.445-0.236L17.445 1.418Q17.445 1.555 17.593 1.591Q17.742 1.627 17.968 1.627L17.968 1.907L16.337 1.907L16.337 1.627Q16.563 1.627 16.713 1.591Q16.864 1.555 16.864 1.418L16.864-0.222Q16.864-0.557 16.744-0.757Q16.624-0.957 16.310-0.957Q16.040-0.957 15.806-0.821Q15.572-0.684 15.433-0.450Q15.295-0.216 15.295 0.058L15.295 1.418Q15.295 1.555 15.443 1.591Q15.592 1.627 15.818 1.627L15.818 1.907L14.187 1.907L14.187 1.627Q14.416 1.627 14.565 1.593Q14.714 1.558 14.714 1.418L14.714-0.222Q14.714-0.557 14.594-0.757Q14.474-0.957 14.160-0.957Q13.890-0.957 13.656-0.821Q13.422-0.684 13.283-0.450Q13.145-0.216 13.145 0.058L13.145 1.418Q13.145 1.555 13.295 1.591Q13.446 1.627 13.671 1.627\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.857 -14.641)\">\u003Cpath d=\"M21.215 0.424Q21.215 0.082 21.350-0.217Q21.485-0.516 21.725-0.740Q21.964-0.964 22.282-1.089Q22.600-1.214 22.931-1.214Q23.376-1.214 23.775-0.998Q24.175-0.783 24.410-0.405Q24.644-0.028 24.644 0.424Q24.644 0.765 24.502 1.049Q24.360 1.333 24.116 1.540Q23.871 1.746 23.562 1.861Q23.253 1.975 22.931 1.975Q22.501 1.975 22.099 1.774Q21.697 1.572 21.456 1.220Q21.215 0.868 21.215 0.424M22.931 1.726Q23.533 1.726 23.757 1.348Q23.981 0.970 23.981 0.338Q23.981-0.274 23.746-0.633Q23.512-0.991 22.931-0.991Q21.879-0.991 21.879 0.338Q21.879 0.970 22.104 1.348Q22.330 1.726 22.931 1.726\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.857 -14.641)\">\u003Cpath d=\"M26.617 1.880L25.489-0.619Q25.417-0.766 25.287-0.798Q25.157-0.831 24.928-0.831L24.928-1.111L26.442-1.111L26.442-0.831Q26.090-0.831 26.090-0.684Q26.090-0.639 26.101-0.619L26.965 1.299L27.745-0.431Q27.779-0.499 27.779-0.578Q27.779-0.691 27.695-0.761Q27.611-0.831 27.492-0.831L27.492-1.111L28.688-1.111L28.688-0.831Q28.469-0.831 28.298-0.728Q28.128-0.626 28.039-0.431L27.003 1.880Q26.955 1.975 26.849 1.975L26.771 1.975Q26.665 1.975 26.617 1.880\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.857 -14.641)\">\u003Cpath d=\"M28.972 0.372Q28.972 0.051 29.097-0.238Q29.222-0.527 29.448-0.750Q29.673-0.974 29.969-1.094Q30.264-1.214 30.582-1.214Q30.910-1.214 31.172-1.114Q31.433-1.015 31.609-0.833Q31.785-0.650 31.879-0.392Q31.973-0.134 31.973 0.198Q31.973 0.290 31.891 0.311L29.636 0.311L29.636 0.372Q29.636 0.960 29.919 1.343Q30.203 1.726 30.770 1.726Q31.092 1.726 31.360 1.533Q31.628 1.340 31.717 1.025Q31.724 0.984 31.799 0.970L31.891 0.970Q31.973 0.994 31.973 1.066Q31.973 1.073 31.967 1.100Q31.854 1.497 31.483 1.736Q31.112 1.975 30.688 1.975Q30.251 1.975 29.851 1.767Q29.451 1.558 29.212 1.191Q28.972 0.824 28.972 0.372M29.642 0.102L31.457 0.102Q31.457-0.175 31.360-0.427Q31.262-0.680 31.064-0.836Q30.866-0.991 30.582-0.991Q30.305-0.991 30.092-0.833Q29.878-0.674 29.760-0.419Q29.642-0.164 29.642 0.102M34.311 1.907L32.575 1.907L32.575 1.627Q32.804 1.627 32.953 1.593Q33.101 1.558 33.101 1.418L33.101-0.431Q33.101-0.701 32.994-0.762Q32.886-0.824 32.575-0.824L32.575-1.104L33.604-1.179L33.604-0.472Q33.734-0.780 33.976-0.979Q34.219-1.179 34.537-1.179Q34.756-1.179 34.927-1.055Q35.097-0.930 35.097-0.718Q35.097-0.581 34.998-0.482Q34.899-0.383 34.766-0.383Q34.629-0.383 34.530-0.482Q34.431-0.581 34.431-0.718Q34.431-0.858 34.530-0.957Q34.240-0.957 34.040-0.761Q33.840-0.564 33.747-0.270Q33.655 0.024 33.655 0.304L33.655 1.418Q33.655 1.627 34.311 1.627\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-57.857 -14.641)\">\u003Cpath d=\"M38.488-0.885Q38.488-0.926 38.515-0.950Q38.693-1.094 38.828-1.291Q38.963-1.487 39.033-1.716Q39.103-1.945 39.103-2.181L39.103-2.229Q38.993-2.119 38.809-2.119Q38.628-2.119 38.508-2.239Q38.388-2.359 38.388-2.536Q38.388-2.711 38.508-2.830Q38.628-2.950 38.809-2.950Q39.079-2.950 39.204-2.712Q39.328-2.475 39.328-2.181Q39.328-1.972 39.281-1.772Q39.233-1.572 39.154-1.407Q39.075-1.241 38.952-1.079Q38.829-0.916 38.669-0.780Q38.638-0.759 38.614-0.759Q38.566-0.759 38.527-0.802Q38.488-0.844 38.488-0.885M39.991-0.885Q39.991-0.926 40.019-0.950Q40.197-1.094 40.332-1.291Q40.467-1.487 40.537-1.716Q40.607-1.945 40.607-2.181L40.607-2.229Q40.497-2.119 40.313-2.119Q40.135-2.119 40.014-2.241Q39.892-2.362 39.892-2.536Q39.892-2.707 40.014-2.829Q40.135-2.950 40.313-2.950Q40.583-2.950 40.708-2.712Q40.832-2.475 40.832-2.181Q40.832-1.972 40.784-1.772Q40.737-1.572 40.658-1.407Q40.579-1.241 40.456-1.079Q40.333-0.916 40.173-0.780Q40.142-0.759 40.118-0.759Q40.074-0.759 40.032-0.800Q39.991-0.841 39.991-0.885M43.177 1.907L42.910 1.907L42.910-2.201Q42.910-2.471 42.803-2.533Q42.695-2.594 42.384-2.594L42.384-2.875L43.464-2.950L43.464-0.780Q43.673-0.971 43.958-1.075Q44.243-1.179 44.541-1.179Q44.859-1.179 45.156-1.058Q45.453-0.937 45.676-0.721Q45.898-0.506 46.024-0.221Q46.151 0.065 46.151 0.396Q46.151 0.841 45.911 1.205Q45.672 1.569 45.279 1.772Q44.886 1.975 44.442 1.975Q44.247 1.975 44.057 1.919Q43.867 1.863 43.707 1.758Q43.546 1.654 43.406 1.493L43.177 1.907M43.491-0.438L43.491 1.179Q43.628 1.439 43.869 1.596Q44.110 1.753 44.387 1.753Q44.681 1.753 44.893 1.646Q45.105 1.538 45.238 1.346Q45.371 1.155 45.429 0.916Q45.488 0.677 45.488 0.396Q45.488 0.037 45.394-0.267Q45.300-0.571 45.072-0.764Q44.845-0.957 44.479-0.957Q44.178-0.957 43.912-0.821Q43.645-0.684 43.491-0.438M46.886-0.885Q46.886-0.926 46.913-0.950Q47.091-1.094 47.226-1.291Q47.361-1.487 47.431-1.716Q47.501-1.945 47.501-2.181L47.501-2.229Q47.391-2.119 47.207-2.119Q47.026-2.119 46.906-2.239Q46.786-2.359 46.786-2.536Q46.786-2.711 46.906-2.830Q47.026-2.950 47.207-2.950Q47.477-2.950 47.602-2.712Q47.726-2.475 47.726-2.181Q47.726-1.972 47.678-1.772Q47.631-1.572 47.552-1.407Q47.473-1.241 47.350-1.079Q47.227-0.916 47.067-0.780Q47.036-0.759 47.012-0.759Q46.964-0.759 46.925-0.802Q46.886-0.844 46.886-0.885M48.389-0.885Q48.389-0.926 48.417-0.950Q48.595-1.094 48.730-1.291Q48.865-1.487 48.935-1.716Q49.005-1.945 49.005-2.181L49.005-2.229Q48.895-2.119 48.711-2.119Q48.533-2.119 48.412-2.241Q48.290-2.362 48.290-2.536Q48.290-2.707 48.412-2.829Q48.533-2.950 48.711-2.950Q48.981-2.950 49.105-2.712Q49.230-2.475 49.230-2.181Q49.230-1.972 49.182-1.772Q49.135-1.572 49.056-1.407Q48.977-1.241 48.854-1.079Q48.731-0.916 48.571-0.780Q48.540-0.759 48.516-0.759Q48.471-0.759 48.430-0.800Q48.389-0.841 48.389-0.885M51.168 1.487Q51.168 1.319 51.291 1.196Q51.414 1.073 51.589 1.073Q51.756 1.073 51.879 1.196Q52.002 1.319 52.002 1.487Q52.002 1.661 51.879 1.784Q51.756 1.907 51.589 1.907Q51.414 1.907 51.291 1.784Q51.168 1.661 51.168 1.487M51.168-0.697Q51.168-0.865 51.291-0.988Q51.414-1.111 51.589-1.111Q51.756-1.111 51.879-0.988Q52.002-0.865 52.002-0.697Q52.002-0.523 51.879-0.400Q51.756-0.277 51.589-0.277Q51.414-0.277 51.291-0.400Q51.168-0.523 51.168-0.697\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M1.248-3.784h96.74v-22.762H1.248Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(15.93 -15.322)\">\u003Cpath d=\"M6.090 1.907L4.456 1.907L4.456 1.627Q4.685 1.627 4.834 1.593Q4.983 1.558 4.983 1.418L4.983-0.431Q4.983-0.701 4.875-0.762Q4.767-0.824 4.456-0.824L4.456-1.104L5.516-1.179L5.516-0.530Q5.687-0.838 5.991-1.009Q6.295-1.179 6.640-1.179Q7.040-1.179 7.317-1.039Q7.594-0.899 7.679-0.551Q7.847-0.844 8.146-1.012Q8.445-1.179 8.790-1.179Q9.296-1.179 9.580-0.956Q9.864-0.732 9.864-0.236L9.864 1.418Q9.864 1.555 10.012 1.591Q10.161 1.627 10.386 1.627L10.386 1.907L8.756 1.907L8.756 1.627Q8.982 1.627 9.132 1.591Q9.282 1.555 9.282 1.418L9.282-0.222Q9.282-0.557 9.163-0.757Q9.043-0.957 8.729-0.957Q8.459-0.957 8.225-0.821Q7.990-0.684 7.852-0.450Q7.714-0.216 7.714 0.058L7.714 1.418Q7.714 1.555 7.862 1.591Q8.011 1.627 8.237 1.627L8.237 1.907L6.606 1.907L6.606 1.627Q6.835 1.627 6.984 1.593Q7.133 1.558 7.133 1.418L7.133-0.222Q7.133-0.557 7.013-0.757Q6.893-0.957 6.579-0.957Q6.309-0.957 6.075-0.821Q5.841-0.684 5.702-0.450Q5.564-0.216 5.564 0.058L5.564 1.418Q5.564 1.555 5.714 1.591Q5.865 1.627 6.090 1.627L6.090 1.907M11.032 1.179Q11.032 0.847 11.256 0.620Q11.480 0.393 11.824 0.265Q12.167 0.136 12.540 0.084Q12.912 0.031 13.217 0.031L13.217-0.222Q13.217-0.427 13.109-0.607Q13.001-0.786 12.820-0.889Q12.639-0.991 12.430-0.991Q12.024-0.991 11.788-0.899Q11.877-0.862 11.923-0.778Q11.969-0.694 11.969-0.592Q11.969-0.496 11.923-0.417Q11.877-0.339 11.796-0.294Q11.716-0.250 11.627-0.250Q11.477-0.250 11.376-0.347Q11.275-0.445 11.275-0.592Q11.275-1.214 12.430-1.214Q12.642-1.214 12.892-1.150Q13.141-1.087 13.343-0.968Q13.545-0.848 13.671-0.663Q13.798-0.479 13.798-0.236L13.798 1.340Q13.798 1.456 13.859 1.552Q13.921 1.647 14.033 1.647Q14.143 1.647 14.208 1.553Q14.273 1.459 14.273 1.340L14.273 0.892L14.539 0.892L14.539 1.340Q14.539 1.610 14.312 1.775Q14.085 1.941 13.804 1.941Q13.596 1.941 13.459 1.787Q13.323 1.634 13.299 1.418Q13.152 1.685 12.870 1.830Q12.588 1.975 12.263 1.975Q11.986 1.975 11.702 1.900Q11.419 1.825 11.226 1.646Q11.032 1.466 11.032 1.179M11.648 1.179Q11.648 1.353 11.749 1.483Q11.849 1.613 12.005 1.683Q12.160 1.753 12.324 1.753Q12.543 1.753 12.752 1.656Q12.960 1.558 13.088 1.377Q13.217 1.196 13.217 0.970L13.217 0.242Q12.892 0.242 12.526 0.333Q12.160 0.424 11.904 0.636Q11.648 0.847 11.648 1.179M16.638 1.907L15.004 1.907L15.004 1.627Q15.233 1.627 15.382 1.593Q15.531 1.558 15.531 1.418L15.531-0.431Q15.531-0.701 15.423-0.762Q15.315-0.824 15.004-0.824L15.004-1.104L16.064-1.179L16.064-0.530Q16.235-0.838 16.539-1.009Q16.843-1.179 17.188-1.179Q17.694-1.179 17.978-0.956Q18.261-0.732 18.261-0.236L18.261 1.418Q18.261 1.555 18.410 1.591Q18.559 1.627 18.784 1.627L18.784 1.907L17.154 1.907L17.154 1.627Q17.383 1.627 17.532 1.593Q17.680 1.558 17.680 1.418L17.680-0.222Q17.680-0.557 17.561-0.757Q17.441-0.957 17.127-0.957Q16.857-0.957 16.623-0.821Q16.388-0.684 16.250-0.450Q16.112-0.216 16.112 0.058L16.112 1.418Q16.112 1.555 16.262 1.591Q16.412 1.627 16.638 1.627\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.93 -15.322)\">\u003Cpath d=\"M19.500 3.042Q19.630 3.110 19.767 3.110Q19.938 3.110 20.088 3.021Q20.239 2.932 20.350 2.787Q20.461 2.642 20.539 2.474L20.803 1.907L19.634-0.619Q19.559-0.766 19.429-0.798Q19.299-0.831 19.066-0.831L19.066-1.111L20.587-1.111L20.587-0.831Q20.239-0.831 20.239-0.684Q20.242-0.663 20.244-0.646Q20.246-0.629 20.246-0.619L21.103 1.240L21.876-0.431Q21.910-0.499 21.910-0.578Q21.910-0.691 21.826-0.761Q21.743-0.831 21.630-0.831L21.630-1.111L22.826-1.111L22.826-0.831Q22.607-0.831 22.435-0.727Q22.262-0.622 22.170-0.431L20.833 2.474Q20.663 2.844 20.393 3.090Q20.122 3.336 19.767 3.336Q19.497 3.336 19.278 3.170Q19.059 3.004 19.059 2.741Q19.059 2.604 19.152 2.515Q19.244 2.427 19.384 2.427Q19.521 2.427 19.610 2.515Q19.699 2.604 19.699 2.741Q19.699 2.844 19.646 2.922Q19.593 3.001 19.500 3.042\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.93 -15.322)\">\u003Cpath d=\"M26.119 1.179Q26.119 0.847 26.342 0.620Q26.566 0.393 26.910 0.265Q27.253 0.136 27.626 0.084Q27.998 0.031 28.303 0.031L28.303-0.222Q28.303-0.427 28.195-0.607Q28.087-0.786 27.906-0.889Q27.725-0.991 27.517-0.991Q27.110-0.991 26.874-0.899Q26.963-0.862 27.009-0.778Q27.055-0.694 27.055-0.592Q27.055-0.496 27.009-0.417Q26.963-0.339 26.882-0.294Q26.802-0.250 26.713-0.250Q26.563-0.250 26.462-0.347Q26.361-0.445 26.361-0.592Q26.361-1.214 27.517-1.214Q27.728-1.214 27.978-1.150Q28.227-1.087 28.429-0.968Q28.631-0.848 28.757-0.663Q28.884-0.479 28.884-0.236L28.884 1.340Q28.884 1.456 28.945 1.552Q29.007 1.647 29.120 1.647Q29.229 1.647 29.294 1.553Q29.359 1.459 29.359 1.340L29.359 0.892L29.625 0.892L29.625 1.340Q29.625 1.610 29.398 1.775Q29.171 1.941 28.891 1.941Q28.682 1.941 28.545 1.787Q28.409 1.634 28.385 1.418Q28.238 1.685 27.956 1.830Q27.674 1.975 27.349 1.975Q27.072 1.975 26.788 1.900Q26.505 1.825 26.312 1.646Q26.119 1.466 26.119 1.179M26.734 1.179Q26.734 1.353 26.835 1.483Q26.935 1.613 27.091 1.683Q27.246 1.753 27.411 1.753Q27.629 1.753 27.838 1.656Q28.046 1.558 28.174 1.377Q28.303 1.196 28.303 0.970L28.303 0.242Q27.978 0.242 27.612 0.333Q27.246 0.424 26.990 0.636Q26.734 0.847 26.734 1.179M31.710 1.907L30.107 1.907L30.107 1.627Q30.333 1.627 30.482 1.593Q30.630 1.558 30.630 1.418L30.630-2.201Q30.630-2.471 30.523-2.533Q30.415-2.594 30.107-2.594L30.107-2.875L31.184-2.950L31.184 1.418Q31.184 1.555 31.334 1.591Q31.485 1.627 31.710 1.627L31.710 1.907M33.922 1.907L32.370 1.907L32.370 1.627Q32.596 1.627 32.744 1.593Q32.893 1.558 32.893 1.418L32.893-0.431Q32.893-0.619 32.845-0.703Q32.797-0.786 32.700-0.805Q32.602-0.824 32.391-0.824L32.391-1.104L33.447-1.179L33.447 1.418Q33.447 1.558 33.578 1.593Q33.710 1.627 33.922 1.627L33.922 1.907M32.650-2.400Q32.650-2.571 32.773-2.690Q32.896-2.810 33.067-2.810Q33.235-2.810 33.358-2.690Q33.481-2.571 33.481-2.400Q33.481-2.225 33.358-2.102Q33.235-1.979 33.067-1.979Q32.896-1.979 32.773-2.102Q32.650-2.225 32.650-2.400M34.527 2.440Q34.527 2.194 34.723 2.010Q34.920 1.825 35.176 1.746Q35.039 1.634 34.968 1.473Q34.896 1.312 34.896 1.131Q34.896 0.810 35.108 0.564Q34.773 0.266 34.773-0.144Q34.773-0.605 35.163-0.892Q35.552-1.179 36.031-1.179Q36.502-1.179 36.837-0.933Q37.012-1.087 37.222-1.169Q37.432-1.251 37.661-1.251Q37.825-1.251 37.946-1.144Q38.068-1.036 38.068-0.872Q38.068-0.776 37.996-0.704Q37.924-0.633 37.832-0.633Q37.733-0.633 37.663-0.706Q37.593-0.780 37.593-0.879Q37.593-0.933 37.606-0.964L37.613-0.978Q37.620-0.998 37.629-1.009Q37.637-1.019 37.641-1.026Q37.285-1.026 36.998-0.803Q37.285-0.510 37.285-0.144Q37.285 0.171 37.100 0.403Q36.916 0.636 36.627 0.764Q36.338 0.892 36.031 0.892Q35.829 0.892 35.638 0.842Q35.446 0.793 35.268 0.683Q35.176 0.810 35.176 0.953Q35.176 1.135 35.304 1.270Q35.433 1.405 35.617 1.405L36.249 1.405Q36.697 1.405 37.066 1.476Q37.435 1.548 37.695 1.777Q37.955 2.006 37.955 2.440Q37.955 2.761 37.659 2.963Q37.364 3.165 36.960 3.254Q36.557 3.343 36.243 3.343Q35.925 3.343 35.521 3.254Q35.118 3.165 34.822 2.963Q34.527 2.761 34.527 2.440M34.981 2.440Q34.981 2.669 35.200 2.818Q35.419 2.967 35.711 3.035Q36.003 3.103 36.243 3.103Q36.407 3.103 36.615 3.067Q36.824 3.032 37.030 2.951Q37.237 2.871 37.369 2.743Q37.500 2.615 37.500 2.440Q37.500 2.088 37.119 1.994Q36.738 1.900 36.236 1.900L35.617 1.900Q35.378 1.900 35.180 2.051Q34.981 2.201 34.981 2.440M36.031 0.653Q36.697 0.653 36.697-0.144Q36.697-0.944 36.031-0.944Q35.361-0.944 35.361-0.144Q35.361 0.653 36.031 0.653M40.231 1.907L38.598 1.907L38.598 1.627Q38.827 1.627 38.975 1.593Q39.124 1.558 39.124 1.418L39.124-0.431Q39.124-0.701 39.016-0.762Q38.909-0.824 38.598-0.824L38.598-1.104L39.657-1.179L39.657-0.530Q39.828-0.838 40.132-1.009Q40.436-1.179 40.782-1.179Q41.288-1.179 41.571-0.956Q41.855-0.732 41.855-0.236L41.855 1.418Q41.855 1.555 42.004 1.591Q42.152 1.627 42.378 1.627L42.378 1.907L40.747 1.907L40.747 1.627Q40.976 1.627 41.125 1.593Q41.274 1.558 41.274 1.418L41.274-0.222Q41.274-0.557 41.154-0.757Q41.035-0.957 40.720-0.957Q40.450-0.957 40.216-0.821Q39.982-0.684 39.843-0.450Q39.705-0.216 39.705 0.058L39.705 1.418Q39.705 1.555 39.855 1.591Q40.006 1.627 40.231 1.627L40.231 1.907M44.647 1.907L43.014 1.907L43.014 1.627Q43.243 1.627 43.391 1.593Q43.540 1.558 43.540 1.418L43.540-0.431Q43.540-0.701 43.432-0.762Q43.325-0.824 43.014-0.824L43.014-1.104L44.073-1.179L44.073-0.530Q44.244-0.838 44.548-1.009Q44.852-1.179 45.198-1.179Q45.598-1.179 45.874-1.039Q46.151-0.899 46.237-0.551Q46.404-0.844 46.703-1.012Q47.002-1.179 47.348-1.179Q47.853-1.179 48.137-0.956Q48.421-0.732 48.421-0.236L48.421 1.418Q48.421 1.555 48.569 1.591Q48.718 1.627 48.944 1.627L48.944 1.907L47.313 1.907L47.313 1.627Q47.539 1.627 47.689 1.591Q47.840 1.555 47.840 1.418L47.840-0.222Q47.840-0.557 47.720-0.757Q47.600-0.957 47.286-0.957Q47.016-0.957 46.782-0.821Q46.548-0.684 46.409-0.450Q46.271-0.216 46.271 0.058L46.271 1.418Q46.271 1.555 46.420 1.591Q46.568 1.627 46.794 1.627L46.794 1.907L45.163 1.907L45.163 1.627Q45.392 1.627 45.541 1.593Q45.690 1.558 45.690 1.418L45.690-0.222Q45.690-0.557 45.570-0.757Q45.451-0.957 45.136-0.957Q44.866-0.957 44.632-0.821Q44.398-0.684 44.259-0.450Q44.121-0.216 44.121 0.058L44.121 1.418Q44.121 1.555 44.271 1.591Q44.422 1.627 44.647 1.627L44.647 1.907M49.491 0.372Q49.491 0.051 49.615-0.238Q49.740-0.527 49.966-0.750Q50.191-0.974 50.487-1.094Q50.783-1.214 51.100-1.214Q51.429-1.214 51.690-1.114Q51.952-1.015 52.128-0.833Q52.304-0.650 52.398-0.392Q52.492-0.134 52.492 0.198Q52.492 0.290 52.410 0.311L50.154 0.311L50.154 0.372Q50.154 0.960 50.437 1.343Q50.721 1.726 51.288 1.726Q51.610 1.726 51.878 1.533Q52.146 1.340 52.235 1.025Q52.242 0.984 52.317 0.970L52.410 0.970Q52.492 0.994 52.492 1.066Q52.492 1.073 52.485 1.100Q52.372 1.497 52.001 1.736Q51.630 1.975 51.206 1.975Q50.769 1.975 50.369 1.767Q49.969 1.558 49.730 1.191Q49.491 0.824 49.491 0.372M50.161 0.102L51.975 0.102Q51.975-0.175 51.878-0.427Q51.781-0.680 51.582-0.836Q51.384-0.991 51.100-0.991Q50.824-0.991 50.610-0.833Q50.396-0.674 50.278-0.419Q50.161-0.164 50.161 0.102M54.761 1.907L53.127 1.907L53.127 1.627Q53.356 1.627 53.505 1.593Q53.654 1.558 53.654 1.418L53.654-0.431Q53.654-0.701 53.546-0.762Q53.438-0.824 53.127-0.824L53.127-1.104L54.187-1.179L54.187-0.530Q54.358-0.838 54.662-1.009Q54.966-1.179 55.311-1.179Q55.817-1.179 56.101-0.956Q56.385-0.732 56.385-0.236L56.385 1.418Q56.385 1.555 56.533 1.591Q56.682 1.627 56.908 1.627L56.908 1.907L55.277 1.907L55.277 1.627Q55.506 1.627 55.655 1.593Q55.804 1.558 55.804 1.418L55.804-0.222Q55.804-0.557 55.684-0.757Q55.564-0.957 55.250-0.957Q54.980-0.957 54.746-0.821Q54.512-0.684 54.373-0.450Q54.235-0.216 54.235 0.058L54.235 1.418Q54.235 1.555 54.385 1.591Q54.536 1.627 54.761 1.627\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(15.93 -15.322)\">\u003Cpath d=\"M57.831 1.066L57.831-0.831L57.192-0.831L57.192-1.053Q57.510-1.053 57.727-1.263Q57.944-1.473 58.044-1.783Q58.145-2.092 58.145-2.400L58.412-2.400L58.412-1.111L59.489-1.111L59.489-0.831L58.412-0.831L58.412 1.053Q58.412 1.329 58.516 1.528Q58.620 1.726 58.880 1.726Q59.037 1.726 59.143 1.622Q59.249 1.517 59.299 1.364Q59.348 1.210 59.348 1.053L59.348 0.639L59.615 0.639L59.615 1.066Q59.615 1.292 59.516 1.502Q59.417 1.712 59.232 1.844Q59.048 1.975 58.819 1.975Q58.381 1.975 58.106 1.738Q57.831 1.500 57.831 1.066M60.425 1.900L60.425 0.837Q60.425 0.813 60.452 0.786Q60.480 0.759 60.504 0.759L60.613 0.759Q60.678 0.759 60.692 0.817Q60.787 1.251 61.033 1.502Q61.280 1.753 61.693 1.753Q62.035 1.753 62.288 1.620Q62.541 1.487 62.541 1.179Q62.541 1.022 62.447 0.907Q62.353 0.793 62.214 0.724Q62.076 0.656 61.908 0.618L61.327 0.519Q60.972 0.451 60.698 0.230Q60.425 0.010 60.425-0.332Q60.425-0.581 60.536-0.756Q60.647-0.930 60.834-1.029Q61.020-1.128 61.235-1.171Q61.450-1.214 61.693-1.214Q62.107-1.214 62.387-1.032L62.602-1.207Q62.613-1.210 62.619-1.212Q62.626-1.214 62.636-1.214L62.688-1.214Q62.715-1.214 62.739-1.190Q62.763-1.166 62.763-1.138L62.763-0.291Q62.763-0.270 62.739-0.243Q62.715-0.216 62.688-0.216L62.575-0.216Q62.548-0.216 62.522-0.241Q62.496-0.267 62.496-0.291Q62.496-0.527 62.390-0.691Q62.284-0.855 62.102-0.937Q61.919-1.019 61.686-1.019Q61.358-1.019 61.102-0.916Q60.845-0.814 60.845-0.537Q60.845-0.342 61.028-0.233Q61.211-0.123 61.440-0.082L62.014 0.024Q62.261 0.072 62.474 0.200Q62.688 0.328 62.824 0.531Q62.961 0.735 62.961 0.984Q62.961 1.497 62.595 1.736Q62.230 1.975 61.693 1.975Q61.198 1.975 60.866 1.681L60.599 1.955Q60.579 1.975 60.552 1.975L60.504 1.975Q60.480 1.975 60.452 1.948Q60.425 1.921 60.425 1.900\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-warn)\">\u003Cpath fill=\"none\" d=\"M97.988-3.784h96.739v-22.762h-96.74Z\"\u002F>\u003Cg fill=\"var(--tk-warn)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(102.7 -15.322)\">\u003Cpath d=\"M4.935 1.066L4.935-0.831L4.296-0.831L4.296-1.053Q4.614-1.053 4.831-1.263Q5.048-1.473 5.148-1.783Q5.249-2.092 5.249-2.400L5.516-2.400L5.516-1.111L6.593-1.111L6.593-0.831L5.516-0.831L5.516 1.053Q5.516 1.329 5.620 1.528Q5.724 1.726 5.984 1.726Q6.141 1.726 6.247 1.622Q6.353 1.517 6.403 1.364Q6.452 1.210 6.452 1.053L6.452 0.639L6.719 0.639L6.719 1.066Q6.719 1.292 6.620 1.502Q6.521 1.712 6.336 1.844Q6.152 1.975 5.923 1.975Q5.485 1.975 5.210 1.738Q4.935 1.500 4.935 1.066M9.279 1.907L7.543 1.907L7.543 1.627Q7.772 1.627 7.920 1.593Q8.069 1.558 8.069 1.418L8.069-0.431Q8.069-0.701 7.961-0.762Q7.854-0.824 7.543-0.824L7.543-1.104L8.572-1.179L8.572-0.472Q8.701-0.780 8.944-0.979Q9.187-1.179 9.505-1.179Q9.723-1.179 9.894-1.055Q10.065-0.930 10.065-0.718Q10.065-0.581 9.966-0.482Q9.867-0.383 9.734-0.383Q9.597-0.383 9.498-0.482Q9.399-0.581 9.399-0.718Q9.399-0.858 9.498-0.957Q9.207-0.957 9.007-0.761Q8.807-0.564 8.715-0.270Q8.623 0.024 8.623 0.304L8.623 1.418Q8.623 1.627 9.279 1.627L9.279 1.907M10.708 1.179Q10.708 0.847 10.932 0.620Q11.156 0.393 11.499 0.265Q11.843 0.136 12.215 0.084Q12.588 0.031 12.892 0.031L12.892-0.222Q12.892-0.427 12.784-0.607Q12.677-0.786 12.495-0.889Q12.314-0.991 12.106-0.991Q11.699-0.991 11.463-0.899Q11.552-0.862 11.598-0.778Q11.644-0.694 11.644-0.592Q11.644-0.496 11.598-0.417Q11.552-0.339 11.472-0.294Q11.391-0.250 11.302-0.250Q11.152-0.250 11.051-0.347Q10.950-0.445 10.950-0.592Q10.950-1.214 12.106-1.214Q12.318-1.214 12.567-1.150Q12.817-1.087 13.018-0.968Q13.220-0.848 13.346-0.663Q13.473-0.479 13.473-0.236L13.473 1.340Q13.473 1.456 13.534 1.552Q13.596 1.647 13.709 1.647Q13.818 1.647 13.883 1.553Q13.948 1.459 13.948 1.340L13.948 0.892L14.215 0.892L14.215 1.340Q14.215 1.610 13.987 1.775Q13.760 1.941 13.480 1.941Q13.271 1.941 13.135 1.787Q12.998 1.634 12.974 1.418Q12.827 1.685 12.545 1.830Q12.263 1.975 11.938 1.975Q11.661 1.975 11.378 1.900Q11.094 1.825 10.901 1.646Q10.708 1.466 10.708 1.179M11.323 1.179Q11.323 1.353 11.424 1.483Q11.525 1.613 11.680 1.683Q11.836 1.753 12 1.753Q12.219 1.753 12.427 1.656Q12.636 1.558 12.764 1.377Q12.892 1.196 12.892 0.970L12.892 0.242Q12.567 0.242 12.201 0.333Q11.836 0.424 11.579 0.636Q11.323 0.847 11.323 1.179M16.313 1.907L14.679 1.907L14.679 1.627Q14.908 1.627 15.057 1.593Q15.206 1.558 15.206 1.418L15.206-0.431Q15.206-0.701 15.098-0.762Q14.990-0.824 14.679-0.824L14.679-1.104L15.739-1.179L15.739-0.530Q15.910-0.838 16.214-1.009Q16.518-1.179 16.864-1.179Q17.369-1.179 17.653-0.956Q17.937-0.732 17.937-0.236L17.937 1.418Q17.937 1.555 18.085 1.591Q18.234 1.627 18.460 1.627L18.460 1.907L16.829 1.907L16.829 1.627Q17.058 1.627 17.207 1.593Q17.356 1.558 17.356 1.418L17.356-0.222Q17.356-0.557 17.236-0.757Q17.116-0.957 16.802-0.957Q16.532-0.957 16.298-0.821Q16.064-0.684 15.925-0.450Q15.787-0.216 15.787 0.058L15.787 1.418Q15.787 1.555 15.937 1.591Q16.088 1.627 16.313 1.627L16.313 1.907M19.048 1.900L19.048 0.837Q19.048 0.813 19.075 0.786Q19.102 0.759 19.126 0.759L19.236 0.759Q19.301 0.759 19.314 0.817Q19.410 1.251 19.656 1.502Q19.902 1.753 20.316 1.753Q20.657 1.753 20.910 1.620Q21.163 1.487 21.163 1.179Q21.163 1.022 21.069 0.907Q20.975 0.793 20.837 0.724Q20.698 0.656 20.531 0.618L19.950 0.519Q19.594 0.451 19.321 0.230Q19.048 0.010 19.048-0.332Q19.048-0.581 19.159-0.756Q19.270-0.930 19.456-1.029Q19.642-1.128 19.858-1.171Q20.073-1.214 20.316-1.214Q20.729-1.214 21.010-1.032L21.225-1.207Q21.235-1.210 21.242-1.212Q21.249-1.214 21.259-1.214L21.310-1.214Q21.338-1.214 21.362-1.190Q21.386-1.166 21.386-1.138L21.386-0.291Q21.386-0.270 21.362-0.243Q21.338-0.216 21.310-0.216L21.198-0.216Q21.170-0.216 21.145-0.241Q21.119-0.267 21.119-0.291Q21.119-0.527 21.013-0.691Q20.907-0.855 20.724-0.937Q20.541-1.019 20.309-1.019Q19.981-1.019 19.724-0.916Q19.468-0.814 19.468-0.537Q19.468-0.342 19.651-0.233Q19.834-0.123 20.063-0.082L20.637 0.024Q20.883 0.072 21.097 0.200Q21.310 0.328 21.447 0.531Q21.584 0.735 21.584 0.984Q21.584 1.497 21.218 1.736Q20.852 1.975 20.316 1.975Q19.820 1.975 19.489 1.681L19.222 1.955Q19.201 1.975 19.174 1.975L19.126 1.975Q19.102 1.975 19.075 1.948Q19.048 1.921 19.048 1.900M22.213 0.396Q22.213 0.068 22.348-0.233Q22.483-0.533 22.719-0.754Q22.954-0.974 23.259-1.094Q23.563-1.214 23.887-1.214Q24.393-1.214 24.742-1.111Q25.091-1.009 25.091-0.633Q25.091-0.486 24.993-0.385Q24.896-0.284 24.749-0.284Q24.595-0.284 24.496-0.383Q24.397-0.482 24.397-0.633Q24.397-0.821 24.537-0.913Q24.335-0.964 23.894-0.964Q23.539-0.964 23.310-0.768Q23.081-0.571 22.980-0.262Q22.879 0.048 22.879 0.396Q22.879 0.745 23.006 1.051Q23.132 1.357 23.387 1.541Q23.641 1.726 23.997 1.726Q24.219 1.726 24.404 1.642Q24.588 1.558 24.723 1.403Q24.858 1.247 24.916 1.039Q24.930 0.984 24.985 0.984L25.097 0.984Q25.128 0.984 25.150 1.008Q25.173 1.032 25.173 1.066L25.173 1.087Q25.087 1.374 24.899 1.572Q24.711 1.770 24.446 1.873Q24.181 1.975 23.887 1.975Q23.457 1.975 23.069 1.769Q22.681 1.562 22.447 1.199Q22.213 0.837 22.213 0.396M27.511 1.907L25.774 1.907L25.774 1.627Q26.003 1.627 26.152 1.593Q26.301 1.558 26.301 1.418L26.301-0.431Q26.301-0.701 26.193-0.762Q26.085-0.824 25.774-0.824L25.774-1.104L26.803-1.179L26.803-0.472Q26.933-0.780 27.176-0.979Q27.418-1.179 27.736-1.179Q27.955-1.179 28.126-1.055Q28.297-0.930 28.297-0.718Q28.297-0.581 28.198-0.482Q28.098-0.383 27.965-0.383Q27.828-0.383 27.729-0.482Q27.630-0.581 27.630-0.718Q27.630-0.858 27.729-0.957Q27.439-0.957 27.239-0.761Q27.039-0.564 26.947-0.270Q26.854 0.024 26.854 0.304L26.854 1.418Q26.854 1.627 27.511 1.627L27.511 1.907M30.498 1.907L28.946 1.907L28.946 1.627Q29.172 1.627 29.320 1.593Q29.469 1.558 29.469 1.418L29.469-0.431Q29.469-0.619 29.421-0.703Q29.373-0.786 29.276-0.805Q29.178-0.824 28.967-0.824L28.967-1.104L30.023-1.179L30.023 1.418Q30.023 1.558 30.154 1.593Q30.286 1.627 30.498 1.627L30.498 1.907M29.226-2.400Q29.226-2.571 29.349-2.690Q29.472-2.810 29.643-2.810Q29.811-2.810 29.934-2.690Q30.057-2.571 30.057-2.400Q30.057-2.225 29.934-2.102Q29.811-1.979 29.643-1.979Q29.472-1.979 29.349-2.102Q29.226-2.225 29.226-2.400M32.788 3.264L31.157 3.264L31.157 2.984Q31.386 2.984 31.535 2.949Q31.684 2.915 31.684 2.775L31.684-0.571Q31.684-0.742 31.547-0.783Q31.410-0.824 31.157-0.824L31.157-1.104L32.238-1.179L32.238-0.773Q32.460-0.974 32.747-1.077Q33.034-1.179 33.342-1.179Q33.769-1.179 34.133-0.966Q34.497-0.752 34.710-0.388Q34.924-0.024 34.924 0.396Q34.924 0.841 34.685 1.205Q34.446 1.569 34.052 1.772Q33.659 1.975 33.215 1.975Q32.948 1.975 32.701 1.875Q32.453 1.774 32.265 1.593L32.265 2.775Q32.265 2.912 32.414 2.948Q32.562 2.984 32.788 2.984L32.788 3.264M32.265-0.424L32.265 1.186Q32.398 1.439 32.641 1.596Q32.884 1.753 33.160 1.753Q33.489 1.753 33.741 1.552Q33.994 1.350 34.128 1.032Q34.261 0.714 34.261 0.396Q34.261 0.167 34.196-0.062Q34.131-0.291 34.003-0.489Q33.875-0.687 33.680-0.807Q33.485-0.926 33.253-0.926Q32.959-0.926 32.690-0.797Q32.422-0.667 32.265-0.424M36.086 1.066L36.086-0.831L35.447-0.831L35.447-1.053Q35.765-1.053 35.982-1.263Q36.199-1.473 36.300-1.783Q36.401-2.092 36.401-2.400L36.667-2.400L36.667-1.111L37.744-1.111L37.744-0.831L36.667-0.831L36.667 1.053Q36.667 1.329 36.771 1.528Q36.876 1.726 37.136 1.726Q37.293 1.726 37.399 1.622Q37.505 1.517 37.554 1.364Q37.604 1.210 37.604 1.053L37.604 0.639L37.870 0.639L37.870 1.066Q37.870 1.292 37.771 1.502Q37.672 1.712 37.488 1.844Q37.303 1.975 37.074 1.975Q36.636 1.975 36.361 1.738Q36.086 1.500 36.086 1.066\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.7 -15.322)\">\u003Cpath d=\"M41.509-0.885Q41.509-0.926 41.536-0.950Q41.714-1.094 41.849-1.291Q41.984-1.487 42.054-1.716Q42.124-1.945 42.124-2.181L42.124-2.229Q42.014-2.119 41.830-2.119Q41.649-2.119 41.529-2.239Q41.409-2.359 41.409-2.536Q41.409-2.711 41.529-2.830Q41.649-2.950 41.830-2.950Q42.100-2.950 42.225-2.712Q42.349-2.475 42.349-2.181Q42.349-1.972 42.302-1.772Q42.254-1.572 42.175-1.407Q42.096-1.241 41.973-1.079Q41.850-0.916 41.690-0.780Q41.659-0.759 41.635-0.759Q41.587-0.759 41.548-0.802Q41.509-0.844 41.509-0.885M43.012-0.885Q43.012-0.926 43.040-0.950Q43.218-1.094 43.353-1.291Q43.488-1.487 43.558-1.716Q43.628-1.945 43.628-2.181L43.628-2.229Q43.518-2.119 43.334-2.119Q43.156-2.119 43.035-2.241Q42.913-2.362 42.913-2.536Q42.913-2.707 43.035-2.829Q43.156-2.950 43.334-2.950Q43.604-2.950 43.729-2.712Q43.853-2.475 43.853-2.181Q43.853-1.972 43.805-1.772Q43.758-1.572 43.679-1.407Q43.600-1.241 43.477-1.079Q43.354-0.916 43.194-0.780Q43.163-0.759 43.139-0.759Q43.095-0.759 43.053-0.800Q43.012-0.841 43.012-0.885M46.198 1.907L45.931 1.907L45.931-2.201Q45.931-2.471 45.824-2.533Q45.716-2.594 45.405-2.594L45.405-2.875L46.485-2.950L46.485-0.780Q46.694-0.971 46.979-1.075Q47.264-1.179 47.562-1.179Q47.880-1.179 48.177-1.058Q48.474-0.937 48.697-0.721Q48.919-0.506 49.045-0.221Q49.172 0.065 49.172 0.396Q49.172 0.841 48.932 1.205Q48.693 1.569 48.300 1.772Q47.907 1.975 47.463 1.975Q47.268 1.975 47.078 1.919Q46.888 1.863 46.728 1.758Q46.567 1.654 46.427 1.493L46.198 1.907M46.512-0.438L46.512 1.179Q46.649 1.439 46.890 1.596Q47.131 1.753 47.408 1.753Q47.702 1.753 47.914 1.646Q48.126 1.538 48.259 1.346Q48.392 1.155 48.450 0.916Q48.509 0.677 48.509 0.396Q48.509 0.037 48.415-0.267Q48.321-0.571 48.093-0.764Q47.866-0.957 47.500-0.957Q47.199-0.957 46.933-0.821Q46.666-0.684 46.512-0.438M49.907-0.885Q49.907-0.926 49.934-0.950Q50.112-1.094 50.247-1.291Q50.382-1.487 50.452-1.716Q50.522-1.945 50.522-2.181L50.522-2.229Q50.412-2.119 50.228-2.119Q50.047-2.119 49.927-2.239Q49.807-2.359 49.807-2.536Q49.807-2.711 49.927-2.830Q50.047-2.950 50.228-2.950Q50.498-2.950 50.623-2.712Q50.747-2.475 50.747-2.181Q50.747-1.972 50.699-1.772Q50.652-1.572 50.573-1.407Q50.494-1.241 50.371-1.079Q50.248-0.916 50.088-0.780Q50.057-0.759 50.033-0.759Q49.985-0.759 49.946-0.802Q49.907-0.844 49.907-0.885M51.410-0.885Q51.410-0.926 51.438-0.950Q51.616-1.094 51.751-1.291Q51.886-1.487 51.956-1.716Q52.026-1.945 52.026-2.181L52.026-2.229Q51.916-2.119 51.732-2.119Q51.554-2.119 51.433-2.241Q51.311-2.362 51.311-2.536Q51.311-2.707 51.433-2.829Q51.554-2.950 51.732-2.950Q52.002-2.950 52.126-2.712Q52.251-2.475 52.251-2.181Q52.251-1.972 52.203-1.772Q52.156-1.572 52.077-1.407Q51.998-1.241 51.875-1.079Q51.752-0.916 51.592-0.780Q51.561-0.759 51.537-0.759Q51.492-0.759 51.451-0.800Q51.410-0.841 51.410-0.885\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.7 -15.322)\">\u003Cpath d=\"M61.661 1.100L56.828 1.100Q56.760 1.090 56.714 1.044Q56.668 0.998 56.668 0.926Q56.668 0.861 56.714 0.815Q56.760 0.769 56.828 0.759L61.661 0.759Q61.730 0.769 61.776 0.815Q61.822 0.861 61.822 0.926Q61.822 0.998 61.776 1.044Q61.730 1.090 61.661 1.100M61.661-0.438L56.828-0.438Q56.760-0.448 56.714-0.494Q56.668-0.540 56.668-0.612Q56.668-0.756 56.828-0.780L61.661-0.780Q61.822-0.756 61.822-0.612Q61.822-0.540 61.776-0.494Q61.730-0.448 61.661-0.438\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(102.7 -15.322)\">\u003Cpath d=\"M67.001 2.047Q66.366 2.047 66.002 1.702Q65.637 1.357 65.502 0.832Q65.367 0.307 65.367-0.318Q65.367-1.343 65.723-2.042Q66.078-2.741 67.001-2.741Q67.928-2.741 68.280-2.042Q68.632-1.343 68.632-0.318Q68.632 0.307 68.497 0.832Q68.362 1.357 67.999 1.702Q67.637 2.047 67.001 2.047M67.001 1.822Q67.439 1.822 67.652 1.447Q67.866 1.073 67.916 0.606Q67.965 0.140 67.965-0.438Q67.965-0.991 67.916-1.419Q67.866-1.846 67.654-2.181Q67.442-2.516 67.001-2.516Q66.659-2.516 66.456-2.309Q66.253-2.102 66.166-1.790Q66.078-1.477 66.056-1.161Q66.034-0.844 66.034-0.438Q66.034-0.021 66.056 0.321Q66.078 0.663 66.167 1.011Q66.256 1.360 66.461 1.591Q66.666 1.822 67.001 1.822M69.708 1.487Q69.708 1.319 69.831 1.196Q69.954 1.073 70.129 1.073Q70.296 1.073 70.419 1.196Q70.542 1.319 70.542 1.487Q70.542 1.661 70.419 1.784Q70.296 1.907 70.129 1.907Q69.954 1.907 69.831 1.784Q69.708 1.661 69.708 1.487M74.582 1.907L71.698 1.907L71.698 1.705Q71.698 1.675 71.725 1.647L72.972 0.430Q73.044 0.355 73.087 0.313Q73.130 0.270 73.208 0.191Q73.622-0.222 73.853-0.580Q74.083-0.937 74.083-1.361Q74.083-1.593 74.005-1.796Q73.926-2 73.784-2.150Q73.642-2.301 73.448-2.381Q73.253-2.461 73.020-2.461Q72.709-2.461 72.451-2.302Q72.193-2.143 72.063-1.866L72.084-1.866Q72.251-1.866 72.359-1.755Q72.467-1.644 72.467-1.480Q72.467-1.323 72.357-1.210Q72.248-1.097 72.084-1.097Q71.923-1.097 71.810-1.210Q71.698-1.323 71.698-1.480Q71.698-1.856 71.906-2.143Q72.115-2.430 72.450-2.586Q72.784-2.741 73.140-2.741Q73.564-2.741 73.943-2.583Q74.323-2.424 74.557-2.107Q74.791-1.791 74.791-1.361Q74.791-1.050 74.651-0.781Q74.511-0.513 74.305-0.308Q74.100-0.103 73.738 0.179Q73.376 0.461 73.266 0.557L72.412 1.285L73.054 1.285Q73.318 1.285 73.606 1.283Q73.895 1.282 74.114 1.273Q74.333 1.264 74.350 1.247Q74.411 1.182 74.449 1.015Q74.487 0.847 74.524 0.605L74.791 0.605L74.582 1.907M77.228 2.047Q76.592 2.047 76.228 1.702Q75.864 1.357 75.729 0.832Q75.594 0.307 75.594-0.318Q75.594-1.343 75.950-2.042Q76.305-2.741 77.228-2.741Q78.154-2.741 78.506-2.042Q78.858-1.343 78.858-0.318Q78.858 0.307 78.723 0.832Q78.588 1.357 78.226 1.702Q77.864 2.047 77.228 2.047M77.228 1.822Q77.665 1.822 77.879 1.447Q78.093 1.073 78.142 0.606Q78.192 0.140 78.192-0.438Q78.192-0.991 78.142-1.419Q78.093-1.846 77.881-2.181Q77.669-2.516 77.228-2.516Q76.886-2.516 76.683-2.309Q76.479-2.102 76.392-1.790Q76.305-1.477 76.283-1.161Q76.261-0.844 76.261-0.438Q76.261-0.021 76.283 0.321Q76.305 0.663 76.394 1.011Q76.483 1.360 76.688 1.591Q76.893 1.822 77.228 1.822M81.210 2.047Q80.574 2.047 80.210 1.702Q79.846 1.357 79.711 0.832Q79.576 0.307 79.576-0.318Q79.576-1.343 79.931-2.042Q80.287-2.741 81.210-2.741Q82.136-2.741 82.488-2.042Q82.840-1.343 82.840-0.318Q82.840 0.307 82.705 0.832Q82.570 1.357 82.208 1.702Q81.845 2.047 81.210 2.047M81.210 1.822Q81.647 1.822 81.861 1.447Q82.075 1.073 82.124 0.606Q82.174 0.140 82.174-0.438Q82.174-0.991 82.124-1.419Q82.075-1.846 81.863-2.181Q81.651-2.516 81.210-2.516Q80.868-2.516 80.665-2.309Q80.461-2.102 80.374-1.790Q80.287-1.477 80.265-1.161Q80.242-0.844 80.242-0.438Q80.242-0.021 80.265 0.321Q80.287 0.663 80.376 1.011Q80.465 1.360 80.670 1.591Q80.875 1.822 81.210 1.822\" fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M98.188-15.165h2.2\"\u002F>\u003Cpath stroke=\"none\" d=\"m97.788-15.165 4.16 2.08-1.56-2.08 1.56-2.08\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-warn)\" stroke=\"var(--tk-warn)\">\u003Cg transform=\"translate(202.702 -14.718)\">\u003Cpath d=\"M5.796 1.880L4.815-0.619Q4.754-0.762 4.636-0.797Q4.518-0.831 4.302-0.831L4.302-1.111L5.782-1.111L5.782-0.831Q5.403-0.831 5.403-0.670Q5.403-0.660 5.417-0.619L6.131 1.213L6.804-0.492Q6.774-0.564 6.774-0.592Q6.774-0.619 6.746-0.619Q6.685-0.766 6.567-0.798Q6.449-0.831 6.237-0.831L6.237-1.111L7.635-1.111L7.635-0.831Q7.259-0.831 7.259-0.670Q7.259-0.639 7.266-0.619L8.021 1.319L8.708-0.431Q8.729-0.482 8.729-0.537Q8.729-0.677 8.616-0.754Q8.503-0.831 8.363-0.831L8.363-1.111L9.583-1.111L9.583-0.831Q9.378-0.831 9.223-0.725Q9.067-0.619 8.995-0.431L8.090 1.880Q8.055 1.975 7.943 1.975L7.874 1.975Q7.765 1.975 7.727 1.880L6.945-0.123L6.158 1.880Q6.124 1.975 6.011 1.975L5.943 1.975Q5.834 1.975 5.796 1.880M11.730 1.907L10.178 1.907L10.178 1.627Q10.404 1.627 10.552 1.593Q10.701 1.558 10.701 1.418L10.701-0.431Q10.701-0.619 10.653-0.703Q10.605-0.786 10.508-0.805Q10.410-0.824 10.198-0.824L10.198-1.104L11.255-1.179L11.255 1.418Q11.255 1.558 11.386 1.593Q11.518 1.627 11.730 1.627L11.730 1.907M10.458-2.400Q10.458-2.571 10.581-2.690Q10.704-2.810 10.875-2.810Q11.043-2.810 11.166-2.690Q11.289-2.571 11.289-2.400Q11.289-2.225 11.166-2.102Q11.043-1.979 10.875-1.979Q10.704-1.979 10.581-2.102Q10.458-2.225 10.458-2.400M14.057 1.907L12.424 1.907L12.424 1.627Q12.653 1.627 12.801 1.593Q12.950 1.558 12.950 1.418L12.950-0.431Q12.950-0.701 12.842-0.762Q12.735-0.824 12.424-0.824L12.424-1.104L13.483-1.179L13.483-0.530Q13.654-0.838 13.958-1.009Q14.262-1.179 14.608-1.179Q15.114-1.179 15.397-0.956Q15.681-0.732 15.681-0.236L15.681 1.418Q15.681 1.555 15.830 1.591Q15.978 1.627 16.204 1.627L16.204 1.907L14.573 1.907L14.573 1.627Q14.802 1.627 14.951 1.593Q15.100 1.558 15.100 1.418L15.100-0.222Q15.100-0.557 14.980-0.757Q14.861-0.957 14.546-0.957Q14.276-0.957 14.042-0.821Q13.808-0.684 13.669-0.450Q13.531-0.216 13.531 0.058L13.531 1.418Q13.531 1.555 13.681 1.591Q13.832 1.627 14.057 1.627L14.057 1.907M16.792 1.900L16.792 0.837Q16.792 0.813 16.819 0.786Q16.846 0.759 16.870 0.759L16.980 0.759Q17.045 0.759 17.058 0.817Q17.154 1.251 17.400 1.502Q17.646 1.753 18.060 1.753Q18.402 1.753 18.655 1.620Q18.907 1.487 18.907 1.179Q18.907 1.022 18.813 0.907Q18.719 0.793 18.581 0.724Q18.443 0.656 18.275 0.618L17.694 0.519Q17.339 0.451 17.065 0.230Q16.792 0.010 16.792-0.332Q16.792-0.581 16.903-0.756Q17.014-0.930 17.200-1.029Q17.386-1.128 17.602-1.171Q17.817-1.214 18.060-1.214Q18.473-1.214 18.754-1.032L18.969-1.207Q18.979-1.210 18.986-1.212Q18.993-1.214 19.003-1.214L19.054-1.214Q19.082-1.214 19.106-1.190Q19.130-1.166 19.130-1.138L19.130-0.291Q19.130-0.270 19.106-0.243Q19.082-0.216 19.054-0.216L18.942-0.216Q18.914-0.216 18.889-0.241Q18.863-0.267 18.863-0.291Q18.863-0.527 18.757-0.691Q18.651-0.855 18.468-0.937Q18.285-1.019 18.053-1.019Q17.725-1.019 17.469-0.916Q17.212-0.814 17.212-0.537Q17.212-0.342 17.395-0.233Q17.578-0.123 17.807-0.082L18.381 0.024Q18.627 0.072 18.841 0.200Q19.054 0.328 19.191 0.531Q19.328 0.735 19.328 0.984Q19.328 1.497 18.962 1.736Q18.596 1.975 18.060 1.975Q17.564 1.975 17.233 1.681L16.966 1.955Q16.946 1.975 16.918 1.975L16.870 1.975Q16.846 1.975 16.819 1.948Q16.792 1.921 16.792 1.900\" 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\">Best-path versus summed CTC decoding on the three-frame toy. The single most probable alignment collapses to &quot;ab&quot; (probability 0.080), but pooling the alignments that collapse to &quot;b&quot; totals 0.200 -- so the best alignment and the best transcript disagree.\u003C\u002Ffigcaption>","\u003Csvg style=\"width:100%;max-width:473.593px;height:auto\" xmlns=\"http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg\" viewBox=\"-75 -75 355.195 183.501\">\u003Cg stroke=\"currentColor\" style=\"stroke-miterlimit:10;stroke-width:.4\">\u003Cpath fill=\"none\" d=\"M-59.018 82.184H14.96V59.422h-73.977Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-32.4 5.556)\">\u003Cpath d=\"M-2.769 61.268Q-2.769 60.947-2.644 60.658Q-2.519 60.369-2.293 60.146Q-2.068 59.922-1.772 59.802Q-1.477 59.682-1.159 59.682Q-0.831 59.682-0.569 59.782Q-0.308 59.881-0.132 60.063Q0.044 60.246 0.138 60.504Q0.232 60.762 0.232 61.094Q0.232 61.186 0.150 61.207L-2.105 61.207L-2.105 61.268Q-2.105 61.856-1.822 62.239Q-1.538 62.622-0.971 62.622Q-0.649 62.622-0.381 62.429Q-0.113 62.236-0.024 61.921Q-0.017 61.880 0.058 61.866L0.150 61.866Q0.232 61.890 0.232 61.962Q0.232 61.969 0.226 61.996Q0.113 62.393-0.258 62.632Q-0.629 62.871-1.053 62.871Q-1.490 62.871-1.890 62.663Q-2.290 62.454-2.529 62.087Q-2.769 61.720-2.769 61.268M-2.099 60.998L-0.284 60.998Q-0.284 60.721-0.381 60.469Q-0.479 60.216-0.677 60.060Q-0.875 59.905-1.159 59.905Q-1.436 59.905-1.649 60.063Q-1.863 60.222-1.981 60.477Q-2.099 60.732-2.099 60.998M2.502 62.803L0.868 62.803L0.868 62.523Q1.097 62.523 1.246 62.489Q1.395 62.454 1.395 62.314L1.395 60.465Q1.395 60.195 1.287 60.134Q1.179 60.072 0.868 60.072L0.868 59.792L1.928 59.717L1.928 60.366Q2.099 60.058 2.403 59.887Q2.707 59.717 3.052 59.717Q3.558 59.717 3.842 59.940Q4.125 60.164 4.125 60.660L4.125 62.314Q4.125 62.451 4.274 62.487Q4.423 62.523 4.648 62.523L4.648 62.803L3.018 62.803L3.018 62.523Q3.247 62.523 3.396 62.489Q3.544 62.454 3.544 62.314L3.544 60.674Q3.544 60.339 3.425 60.139Q3.305 59.939 2.991 59.939Q2.721 59.939 2.487 60.075Q2.252 60.212 2.114 60.446Q1.976 60.680 1.976 60.954L1.976 62.314Q1.976 62.451 2.126 62.487Q2.276 62.523 2.502 62.523L2.502 62.803M5.236 61.292Q5.236 60.964 5.371 60.663Q5.506 60.363 5.742 60.142Q5.978 59.922 6.282 59.802Q6.586 59.682 6.911 59.682Q7.417 59.682 7.766 59.785Q8.114 59.887 8.114 60.263Q8.114 60.410 8.017 60.511Q7.919 60.612 7.772 60.612Q7.619 60.612 7.520 60.513Q7.420 60.414 7.420 60.263Q7.420 60.075 7.561 59.983Q7.359 59.932 6.918 59.932Q6.562 59.932 6.333 60.128Q6.104 60.325 6.004 60.634Q5.903 60.944 5.903 61.292Q5.903 61.641 6.029 61.947Q6.156 62.253 6.410 62.437Q6.665 62.622 7.021 62.622Q7.243 62.622 7.427 62.538Q7.612 62.454 7.747 62.299Q7.882 62.143 7.940 61.935Q7.954 61.880 8.008 61.880L8.121 61.880Q8.152 61.880 8.174 61.904Q8.196 61.928 8.196 61.962L8.196 61.983Q8.111 62.270 7.923 62.468Q7.735 62.666 7.470 62.769Q7.205 62.871 6.911 62.871Q6.480 62.871 6.093 62.665Q5.705 62.458 5.470 62.095Q5.236 61.733 5.236 61.292M8.743 61.320Q8.743 60.978 8.878 60.679Q9.013 60.380 9.252 60.156Q9.492 59.932 9.810 59.807Q10.127 59.682 10.459 59.682Q10.903 59.682 11.303 59.898Q11.703 60.113 11.937 60.491Q12.171 60.868 12.171 61.320Q12.171 61.661 12.030 61.945Q11.888 62.229 11.643 62.436Q11.399 62.642 11.090 62.757Q10.780 62.871 10.459 62.871Q10.028 62.871 9.627 62.670Q9.225 62.468 8.984 62.116Q8.743 61.764 8.743 61.320M10.459 62.622Q11.061 62.622 11.284 62.244Q11.508 61.866 11.508 61.234Q11.508 60.622 11.274 60.263Q11.040 59.905 10.459 59.905Q9.406 59.905 9.406 61.234Q9.406 61.866 9.632 62.244Q9.857 62.622 10.459 62.622\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.4 5.556)\">\u003Cpath d=\"M13.001 61.292Q13.001 60.954 13.142 60.663Q13.282 60.373 13.526 60.159Q13.770 59.946 14.075 59.831Q14.379 59.717 14.704 59.717Q14.974 59.717 15.237 59.816Q15.500 59.915 15.691 60.093L15.691 58.695Q15.691 58.425 15.584 58.363Q15.476 58.302 15.165 58.302L15.165 58.021L16.242 57.946L16.242 62.130Q16.242 62.318 16.296 62.401Q16.351 62.485 16.452 62.504Q16.553 62.523 16.768 62.523L16.768 62.803L15.661 62.871L15.661 62.454Q15.244 62.871 14.618 62.871Q14.187 62.871 13.815 62.659Q13.442 62.448 13.222 62.087Q13.001 61.726 13.001 61.292M14.676 62.649Q14.885 62.649 15.071 62.577Q15.257 62.506 15.411 62.369Q15.565 62.232 15.661 62.054L15.661 60.445Q15.575 60.298 15.430 60.178Q15.285 60.058 15.115 59.999Q14.946 59.939 14.765 59.939Q14.205 59.939 13.936 60.328Q13.668 60.718 13.668 61.299Q13.668 61.870 13.902 62.260Q14.136 62.649 14.676 62.649M17.376 61.268Q17.376 60.947 17.501 60.658Q17.626 60.369 17.852 60.146Q18.077 59.922 18.373 59.802Q18.668 59.682 18.986 59.682Q19.314 59.682 19.576 59.782Q19.837 59.881 20.013 60.063Q20.189 60.246 20.283 60.504Q20.377 60.762 20.377 61.094Q20.377 61.186 20.295 61.207L18.040 61.207L18.040 61.268Q18.040 61.856 18.323 62.239Q18.607 62.622 19.174 62.622Q19.496 62.622 19.764 62.429Q20.032 62.236 20.121 61.921Q20.128 61.880 20.203 61.866L20.295 61.866Q20.377 61.890 20.377 61.962Q20.377 61.969 20.371 61.996Q20.258 62.393 19.887 62.632Q19.516 62.871 19.092 62.871Q18.655 62.871 18.255 62.663Q17.855 62.454 17.616 62.087Q17.376 61.720 17.376 61.268M18.046 60.998L19.861 60.998Q19.861 60.721 19.764 60.469Q19.666 60.216 19.468 60.060Q19.270 59.905 18.986 59.905Q18.709 59.905 18.496 60.063Q18.282 60.222 18.164 60.477Q18.046 60.732 18.046 60.998M22.715 62.803L20.979 62.803L20.979 62.523Q21.208 62.523 21.357 62.489Q21.505 62.454 21.505 62.314L21.505 60.465Q21.505 60.195 21.398 60.134Q21.290 60.072 20.979 60.072L20.979 59.792L22.008 59.717L22.008 60.424Q22.138 60.116 22.380 59.917Q22.623 59.717 22.941 59.717Q23.160 59.717 23.331 59.841Q23.501 59.966 23.501 60.178Q23.501 60.315 23.402 60.414Q23.303 60.513 23.170 60.513Q23.033 60.513 22.934 60.414Q22.835 60.315 22.835 60.178Q22.835 60.038 22.934 59.939Q22.644 59.939 22.444 60.135Q22.244 60.332 22.151 60.626Q22.059 60.920 22.059 61.200L22.059 62.314Q22.059 62.523 22.715 62.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.4 5.556)\">\u003Cpath d=\"M-19.585 72.553Q-20.135 72.153-20.506 71.598Q-20.877 71.042-21.058 70.396Q-21.239 69.750-21.239 69.053Q-21.239 68.540-21.139 68.045Q-21.038 67.549-20.833 67.098Q-20.628 66.647-20.315 66.255Q-20.002 65.864-19.585 65.560Q-19.575 65.556-19.568 65.555Q-19.561 65.553-19.551 65.553L-19.483 65.553Q-19.448 65.553-19.426 65.577Q-19.404 65.601-19.404 65.638Q-19.404 65.683-19.431 65.700Q-19.780 66.001-20.033 66.385Q-20.286 66.770-20.438 67.211Q-20.590 67.652-20.662 68.108Q-20.734 68.564-20.734 69.053Q-20.734 70.054-20.424 70.941Q-20.115 71.828-19.431 72.413Q-19.404 72.430-19.404 72.474Q-19.404 72.512-19.426 72.536Q-19.448 72.560-19.483 72.560L-19.551 72.560Q-19.558 72.556-19.566 72.555Q-19.575 72.553-19.585 72.553M-18.536 70.075Q-18.536 69.743-18.312 69.516Q-18.088 69.289-17.745 69.161Q-17.401 69.032-17.029 68.980Q-16.656 68.927-16.352 68.927L-16.352 68.674Q-16.352 68.469-16.459 68.289Q-16.567 68.110-16.748 68.007Q-16.929 67.905-17.138 67.905Q-17.545 67.905-17.780 67.997Q-17.692 68.034-17.645 68.118Q-17.599 68.202-17.599 68.304Q-17.599 68.400-17.645 68.479Q-17.692 68.557-17.772 68.602Q-17.852 68.646-17.941 68.646Q-18.091 68.646-18.192 68.549Q-18.293 68.451-18.293 68.304Q-18.293 67.682-17.138 67.682Q-16.926 67.682-16.676 67.746Q-16.427 67.809-16.225 67.928Q-16.024 68.048-15.897 68.233Q-15.771 68.417-15.771 68.660L-15.771 70.236Q-15.771 70.352-15.709 70.448Q-15.648 70.543-15.535 70.543Q-15.425 70.543-15.361 70.449Q-15.296 70.355-15.296 70.236L-15.296 69.788L-15.029 69.788L-15.029 70.236Q-15.029 70.506-15.256 70.671Q-15.484 70.837-15.764 70.837Q-15.972 70.837-16.109 70.683Q-16.246 70.530-16.270 70.314Q-16.417 70.581-16.699 70.726Q-16.981 70.871-17.305 70.871Q-17.582 70.871-17.866 70.796Q-18.150 70.721-18.343 70.542Q-18.536 70.362-18.536 70.075M-17.921 70.075Q-17.921 70.249-17.820 70.379Q-17.719 70.509-17.563 70.579Q-17.408 70.649-17.244 70.649Q-17.025 70.649-16.817 70.552Q-16.608 70.454-16.480 70.273Q-16.352 70.092-16.352 69.866L-16.352 69.138Q-16.676 69.138-17.042 69.229Q-17.408 69.320-17.664 69.532Q-17.921 69.743-17.921 70.075M-14.612 69.292Q-14.612 68.964-14.477 68.663Q-14.342 68.363-14.106 68.142Q-13.870 67.922-13.566 67.802Q-13.262 67.682-12.937 67.682Q-12.431 67.682-12.083 67.785Q-11.734 67.887-11.734 68.263Q-11.734 68.410-11.831 68.511Q-11.929 68.612-12.076 68.612Q-12.230 68.612-12.329 68.513Q-12.428 68.414-12.428 68.263Q-12.428 68.075-12.288 67.983Q-12.489 67.932-12.930 67.932Q-13.286 67.932-13.515 68.128Q-13.744 68.325-13.845 68.634Q-13.946 68.944-13.946 69.292Q-13.946 69.641-13.819 69.947Q-13.693 70.253-13.438 70.437Q-13.183 70.622-12.828 70.622Q-12.606 70.622-12.421 70.538Q-12.237 70.454-12.102 70.299Q-11.966 70.143-11.908 69.935Q-11.895 69.880-11.840 69.880L-11.727 69.880Q-11.696 69.880-11.674 69.904Q-11.652 69.928-11.652 69.962L-11.652 69.983Q-11.737 70.270-11.925 70.468Q-12.113 70.666-12.378 70.769Q-12.643 70.871-12.937 70.871Q-13.368 70.871-13.756 70.665Q-14.144 70.458-14.378 70.095Q-14.612 69.733-14.612 69.292M-11.105 69.320Q-11.105 68.978-10.970 68.679Q-10.835 68.380-10.596 68.156Q-10.357 67.932-10.039 67.807Q-9.721 67.682-9.389 67.682Q-8.945 67.682-8.545 67.898Q-8.145 68.113-7.911 68.491Q-7.677 68.868-7.677 69.320Q-7.677 69.661-7.819 69.945Q-7.961 70.229-8.205 70.436Q-8.449 70.642-8.759 70.757Q-9.068 70.871-9.389 70.871Q-9.820 70.871-10.222 70.670Q-10.623 70.468-10.864 70.116Q-11.105 69.764-11.105 69.320M-9.389 70.622Q-8.788 70.622-8.564 70.244Q-8.340 69.866-8.340 69.234Q-8.340 68.622-8.574 68.263Q-8.808 67.905-9.389 67.905Q-10.442 67.905-10.442 69.234Q-10.442 69.866-10.216 70.244Q-9.991 70.622-9.389 70.622M-6.508 69.969L-6.508 68.465Q-6.508 68.195-6.616 68.134Q-6.723 68.072-7.034 68.072L-7.034 67.792L-5.927 67.717L-5.927 69.949L-5.927 69.969Q-5.927 70.249-5.876 70.393Q-5.824 70.536-5.683 70.593Q-5.541 70.649-5.254 70.649Q-5.001 70.649-4.796 70.509Q-4.591 70.369-4.474 70.143Q-4.358 69.918-4.358 69.668L-4.358 68.465Q-4.358 68.195-4.466 68.134Q-4.573 68.072-4.884 68.072L-4.884 67.792L-3.777 67.717L-3.777 70.130Q-3.777 70.321-3.724 70.403Q-3.671 70.485-3.570 70.504Q-3.469 70.523-3.254 70.523L-3.254 70.803L-4.331 70.871L-4.331 70.307Q-4.440 70.489-4.585 70.612Q-4.731 70.735-4.917 70.803Q-5.103 70.871-5.305 70.871Q-6.508 70.871-6.508 69.969M-2.666 70.796L-2.666 69.733Q-2.666 69.709-2.639 69.682Q-2.612 69.655-2.588 69.655L-2.478 69.655Q-2.413 69.655-2.400 69.713Q-2.304 70.147-2.058 70.398Q-1.812 70.649-1.398 70.649Q-1.056 70.649-0.803 70.516Q-0.550 70.383-0.550 70.075Q-0.550 69.918-0.644 69.803Q-0.738 69.689-0.877 69.620Q-1.015 69.552-1.183 69.514L-1.764 69.415Q-2.119 69.347-2.393 69.126Q-2.666 68.906-2.666 68.564Q-2.666 68.315-2.555 68.140Q-2.444 67.966-2.258 67.867Q-2.071 67.768-1.856 67.725Q-1.641 67.682-1.398 67.682Q-0.985 67.682-0.704 67.864L-0.489 67.689Q-0.479 67.686-0.472 67.684Q-0.465 67.682-0.455 67.682L-0.404 67.682Q-0.376 67.682-0.352 67.706Q-0.328 67.730-0.328 67.758L-0.328 68.605Q-0.328 68.626-0.352 68.653Q-0.376 68.680-0.404 68.680L-0.516 68.680Q-0.544 68.680-0.569 68.655Q-0.595 68.629-0.595 68.605Q-0.595 68.369-0.701 68.205Q-0.807 68.041-0.990 67.959Q-1.173 67.877-1.405 67.877Q-1.733 67.877-1.989 67.980Q-2.246 68.082-2.246 68.359Q-2.246 68.554-2.063 68.663Q-1.880 68.773-1.651 68.814L-1.077 68.920Q-0.831 68.968-0.617 69.096Q-0.404 69.224-0.267 69.427Q-0.130 69.631-0.130 69.880Q-0.130 70.393-0.496 70.632Q-0.862 70.871-1.398 70.871Q-1.894 70.871-2.225 70.577L-2.492 70.851Q-2.512 70.871-2.540 70.871L-2.588 70.871Q-2.612 70.871-2.639 70.844Q-2.666 70.817-2.666 70.796M1.025 69.962L1.025 68.065L0.386 68.065L0.386 67.843Q0.704 67.843 0.921 67.633Q1.138 67.423 1.239 67.113Q1.340 66.804 1.340 66.496L1.606 66.496L1.606 67.785L2.683 67.785L2.683 68.065L1.606 68.065L1.606 69.949Q1.606 70.225 1.711 70.424Q1.815 70.622 2.075 70.622Q2.232 70.622 2.338 70.518Q2.444 70.413 2.493 70.260Q2.543 70.106 2.543 69.949L2.543 69.535L2.809 69.535L2.809 69.962Q2.809 70.188 2.710 70.398Q2.611 70.608 2.427 70.740Q2.242 70.871 2.013 70.871Q1.575 70.871 1.300 70.634Q1.025 70.396 1.025 69.962M5.236 70.803L3.684 70.803L3.684 70.523Q3.910 70.523 4.059 70.489Q4.207 70.454 4.207 70.314L4.207 68.465Q4.207 68.277 4.159 68.193Q4.112 68.110 4.014 68.091Q3.917 68.072 3.705 68.072L3.705 67.792L4.761 67.717L4.761 70.314Q4.761 70.454 4.893 70.489Q5.024 70.523 5.236 70.523L5.236 70.803M3.965 66.496Q3.965 66.325 4.088 66.206Q4.211 66.086 4.382 66.086Q4.549 66.086 4.672 66.206Q4.795 66.325 4.795 66.496Q4.795 66.671 4.672 66.794Q4.549 66.917 4.382 66.917Q4.211 66.917 4.088 66.794Q3.965 66.671 3.965 66.496M5.882 69.292Q5.882 68.964 6.017 68.663Q6.152 68.363 6.388 68.142Q6.624 67.922 6.928 67.802Q7.232 67.682 7.557 67.682Q8.063 67.682 8.411 67.785Q8.760 67.887 8.760 68.263Q8.760 68.410 8.663 68.511Q8.565 68.612 8.418 68.612Q8.264 68.612 8.165 68.513Q8.066 68.414 8.066 68.263Q8.066 68.075 8.206 67.983Q8.005 67.932 7.564 67.932Q7.208 67.932 6.979 68.128Q6.750 68.325 6.649 68.634Q6.549 68.944 6.549 69.292Q6.549 69.641 6.675 69.947Q6.802 70.253 7.056 70.437Q7.311 70.622 7.666 70.622Q7.888 70.622 8.073 70.538Q8.258 70.454 8.393 70.299Q8.528 70.143 8.586 69.935Q8.599 69.880 8.654 69.880L8.767 69.880Q8.798 69.880 8.820 69.904Q8.842 69.928 8.842 69.962L8.842 69.983Q8.757 70.270 8.569 70.468Q8.381 70.666 8.116 70.769Q7.851 70.871 7.557 70.871Q7.126 70.871 6.738 70.665Q6.350 70.458 6.116 70.095Q5.882 69.733 5.882 69.292M9.929 72.033Q9.929 71.999 9.956 71.972Q10.226 71.743 10.375 71.420Q10.524 71.097 10.524 70.741L10.524 70.704Q10.414 70.803 10.250 70.803Q10.069 70.803 9.950 70.683Q9.830 70.564 9.830 70.383Q9.830 70.208 9.950 70.089Q10.069 69.969 10.250 69.969Q10.507 69.969 10.626 70.208Q10.746 70.448 10.746 70.741Q10.746 71.141 10.577 71.512Q10.408 71.883 10.110 72.139Q10.079 72.160 10.052 72.160Q10.011 72.160 9.970 72.119Q9.929 72.078 9.929 72.033\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.4 5.556)\">\u003Cpath d=\"M16.223 70.803L14.490 70.803L14.490 70.523Q14.716 70.523 14.865 70.489Q15.013 70.454 15.013 70.314L15.013 68.065L14.425 68.065L14.425 67.785L15.013 67.785L15.013 66.968Q15.013 66.650 15.191 66.402Q15.369 66.155 15.659 66.014Q15.950 65.874 16.261 65.874Q16.517 65.874 16.721 66.016Q16.924 66.158 16.924 66.401Q16.924 66.537 16.825 66.636Q16.726 66.736 16.589 66.736Q16.452 66.736 16.353 66.636Q16.254 66.537 16.254 66.401Q16.254 66.220 16.394 66.127Q16.316 66.100 16.216 66.100Q16.008 66.100 15.854 66.233Q15.700 66.366 15.620 66.570Q15.540 66.773 15.540 66.982L15.540 67.785L16.428 67.785L16.428 68.065L15.567 68.065L15.567 70.314Q15.567 70.523 16.223 70.523L16.223 70.803M18.653 70.803L16.917 70.803L16.917 70.523Q17.146 70.523 17.295 70.489Q17.444 70.454 17.444 70.314L17.444 68.465Q17.444 68.195 17.336 68.134Q17.228 68.072 16.917 68.072L16.917 67.792L17.946 67.717L17.946 68.424Q18.076 68.116 18.319 67.917Q18.561 67.717 18.879 67.717Q19.098 67.717 19.269 67.841Q19.440 67.966 19.440 68.178Q19.440 68.315 19.340 68.414Q19.241 68.513 19.108 68.513Q18.971 68.513 18.872 68.414Q18.773 68.315 18.773 68.178Q18.773 68.038 18.872 67.939Q18.582 67.939 18.382 68.135Q18.182 68.332 18.090 68.626Q17.997 68.920 17.997 69.200L17.997 70.314Q17.997 70.523 18.653 70.523L18.653 70.803M20.082 70.075Q20.082 69.743 20.306 69.516Q20.530 69.289 20.873 69.161Q21.217 69.032 21.590 68.980Q21.962 68.927 22.266 68.927L22.266 68.674Q22.266 68.469 22.159 68.289Q22.051 68.110 21.870 68.007Q21.689 67.905 21.480 67.905Q21.073 67.905 20.838 67.997Q20.926 68.034 20.973 68.118Q21.019 68.202 21.019 68.304Q21.019 68.400 20.973 68.479Q20.926 68.557 20.846 68.602Q20.766 68.646 20.677 68.646Q20.527 68.646 20.426 68.549Q20.325 68.451 20.325 68.304Q20.325 67.682 21.480 67.682Q21.692 67.682 21.942 67.746Q22.191 67.809 22.393 67.928Q22.594 68.048 22.721 68.233Q22.847 68.417 22.847 68.660L22.847 70.236Q22.847 70.352 22.909 70.448Q22.970 70.543 23.083 70.543Q23.193 70.543 23.257 70.449Q23.322 70.355 23.322 70.236L23.322 69.788L23.589 69.788L23.589 70.236Q23.589 70.506 23.362 70.671Q23.134 70.837 22.854 70.837Q22.646 70.837 22.509 70.683Q22.372 70.530 22.348 70.314Q22.201 70.581 21.919 70.726Q21.637 70.871 21.313 70.871Q21.036 70.871 20.752 70.796Q20.468 70.721 20.275 70.542Q20.082 70.362 20.082 70.075M20.697 70.075Q20.697 70.249 20.798 70.379Q20.899 70.509 21.055 70.579Q21.210 70.649 21.374 70.649Q21.593 70.649 21.801 70.552Q22.010 70.454 22.138 70.273Q22.266 70.092 22.266 69.866L22.266 69.138Q21.942 69.138 21.576 69.229Q21.210 69.320 20.954 69.532Q20.697 69.743 20.697 70.075M25.688 70.803L24.054 70.803L24.054 70.523Q24.283 70.523 24.432 70.489Q24.580 70.454 24.580 70.314L24.580 68.465Q24.580 68.195 24.473 68.134Q24.365 68.072 24.054 68.072L24.054 67.792L25.113 67.717L25.113 68.366Q25.284 68.058 25.589 67.887Q25.893 67.717 26.238 67.717Q26.638 67.717 26.915 67.857Q27.192 67.997 27.277 68.345Q27.444 68.052 27.744 67.884Q28.043 67.717 28.388 67.717Q28.894 67.717 29.177 67.940Q29.461 68.164 29.461 68.660L29.461 70.314Q29.461 70.451 29.610 70.487Q29.758 70.523 29.984 70.523L29.984 70.803L28.354 70.803L28.354 70.523Q28.579 70.523 28.730 70.487Q28.880 70.451 28.880 70.314L28.880 68.674Q28.880 68.339 28.760 68.139Q28.641 67.939 28.326 67.939Q28.056 67.939 27.822 68.075Q27.588 68.212 27.450 68.446Q27.311 68.680 27.311 68.954L27.311 70.314Q27.311 70.451 27.460 70.487Q27.609 70.523 27.834 70.523L27.834 70.803L26.204 70.803L26.204 70.523Q26.433 70.523 26.581 70.489Q26.730 70.454 26.730 70.314L26.730 68.674Q26.730 68.339 26.611 68.139Q26.491 67.939 26.176 67.939Q25.906 67.939 25.672 68.075Q25.438 68.212 25.300 68.446Q25.161 68.680 25.161 68.954L25.161 70.314Q25.161 70.451 25.312 70.487Q25.462 70.523 25.688 70.523L25.688 70.803M30.531 69.268Q30.531 68.947 30.656 68.658Q30.780 68.369 31.006 68.146Q31.232 67.922 31.527 67.802Q31.823 67.682 32.141 67.682Q32.469 67.682 32.730 67.782Q32.992 67.881 33.168 68.063Q33.344 68.246 33.438 68.504Q33.532 68.762 33.532 69.094Q33.532 69.186 33.450 69.207L31.194 69.207L31.194 69.268Q31.194 69.856 31.478 70.239Q31.761 70.622 32.329 70.622Q32.650 70.622 32.918 70.429Q33.187 70.236 33.276 69.921Q33.282 69.880 33.358 69.866L33.450 69.866Q33.532 69.890 33.532 69.962Q33.532 69.969 33.525 69.996Q33.412 70.393 33.041 70.632Q32.671 70.871 32.247 70.871Q31.809 70.871 31.409 70.663Q31.009 70.454 30.770 70.087Q30.531 69.720 30.531 69.268M31.201 68.998L33.016 68.998Q33.016 68.721 32.918 68.469Q32.821 68.216 32.623 68.060Q32.424 67.905 32.141 67.905Q31.864 67.905 31.650 68.063Q31.437 68.222 31.319 68.477Q31.201 68.732 31.201 68.998\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.4 5.556)\">\u003Cpath d=\"M37.362 69.962L37.362 68.065L36.723 68.065L36.723 67.843Q37.041 67.843 37.258 67.633Q37.475 67.423 37.575 67.113Q37.676 66.804 37.676 66.496L37.943 66.496L37.943 67.785L39.020 67.785L39.020 68.065L37.943 68.065L37.943 69.949Q37.943 70.225 38.047 70.424Q38.151 70.622 38.411 70.622Q38.568 70.622 38.674 70.518Q38.780 70.413 38.830 70.260Q38.879 70.106 38.879 69.949L38.879 69.535L39.146 69.535L39.146 69.962Q39.146 70.188 39.047 70.398Q38.948 70.608 38.763 70.740Q38.579 70.871 38.350 70.871Q37.912 70.871 37.637 70.634Q37.362 70.396 37.362 69.962M40.277 72.560L40.209 72.560Q40.175 72.560 40.153 72.534Q40.130 72.509 40.130 72.474Q40.130 72.430 40.161 72.413Q40.517 72.109 40.766 71.719Q41.016 71.329 41.168 70.897Q41.320 70.465 41.390 69.996Q41.460 69.528 41.460 69.053Q41.460 68.574 41.390 68.108Q41.320 67.641 41.166 67.206Q41.012 66.770 40.761 66.382Q40.510 65.994 40.161 65.700Q40.130 65.683 40.130 65.638Q40.130 65.604 40.153 65.579Q40.175 65.553 40.209 65.553L40.277 65.553Q40.288 65.553 40.296 65.555Q40.305 65.556 40.315 65.560Q40.858 65.960 41.231 66.513Q41.604 67.067 41.785 67.713Q41.966 68.359 41.966 69.053Q41.966 69.754 41.785 70.401Q41.604 71.049 41.229 71.603Q40.855 72.157 40.315 72.553Q40.305 72.553 40.296 72.555Q40.288 72.556 40.277 72.560\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-43.575 29.734)\">\u003Cpath d=\"M-19.965 70.803L-21.701 70.803L-21.701 70.523Q-21.472 70.523-21.323 70.489Q-21.175 70.454-21.175 70.314L-21.175 68.465Q-21.175 68.195-21.282 68.134Q-21.390 68.072-21.701 68.072L-21.701 67.792L-20.672 67.717L-20.672 68.424Q-20.542 68.116-20.300 67.917Q-20.057 67.717-19.739 67.717Q-19.520 67.717-19.349 67.841Q-19.178 67.966-19.178 68.178Q-19.178 68.315-19.278 68.414Q-19.377 68.513-19.510 68.513Q-19.647 68.513-19.746 68.414Q-19.845 68.315-19.845 68.178Q-19.845 68.038-19.746 67.939Q-20.036 67.939-20.236 68.135Q-20.436 68.332-20.529 68.626Q-20.621 68.920-20.621 69.200L-20.621 70.314Q-20.621 70.523-19.965 70.523L-19.965 70.803M-18.635 69.268Q-18.635 68.947-18.510 68.658Q-18.385 68.369-18.160 68.146Q-17.934 67.922-17.639 67.802Q-17.343 67.682-17.025 67.682Q-16.697 67.682-16.435 67.782Q-16.174 67.881-15.998 68.063Q-15.822 68.246-15.728 68.504Q-15.634 68.762-15.634 69.094Q-15.634 69.186-15.716 69.207L-17.972 69.207L-17.972 69.268Q-17.972 69.856-17.688 70.239Q-17.404 70.622-16.837 70.622Q-16.516 70.622-16.248 70.429Q-15.979 70.236-15.890 69.921Q-15.883 69.880-15.808 69.866L-15.716 69.866Q-15.634 69.890-15.634 69.962Q-15.634 69.969-15.641 69.996Q-15.754 70.393-16.124 70.632Q-16.495 70.871-16.919 70.871Q-17.357 70.871-17.757 70.663Q-18.156 70.454-18.396 70.087Q-18.635 69.720-18.635 69.268M-17.965 68.998L-16.150 68.998Q-16.150 68.721-16.248 68.469Q-16.345 68.216-16.543 68.060Q-16.741 67.905-17.025 67.905Q-17.302 67.905-17.516 68.063Q-17.729 68.222-17.847 68.477Q-17.965 68.732-17.965 68.998M-14.988 70.075Q-14.988 69.743-14.764 69.516Q-14.540 69.289-14.197 69.161Q-13.853 69.032-13.481 68.980Q-13.108 68.927-12.804 68.927L-12.804 68.674Q-12.804 68.469-12.912 68.289Q-13.019 68.110-13.200 68.007Q-13.382 67.905-13.590 67.905Q-13.997 67.905-14.233 67.997Q-14.144 68.034-14.098 68.118Q-14.051 68.202-14.051 68.304Q-14.051 68.400-14.098 68.479Q-14.144 68.557-14.224 68.602Q-14.304 68.646-14.393 68.646Q-14.544 68.646-14.644 68.549Q-14.745 68.451-14.745 68.304Q-14.745 67.682-13.590 67.682Q-13.378 67.682-13.129 67.746Q-12.879 67.809-12.677 67.928Q-12.476 68.048-12.349 68.233Q-12.223 68.417-12.223 68.660L-12.223 70.236Q-12.223 70.352-12.161 70.448Q-12.100 70.543-11.987 70.543Q-11.878 70.543-11.813 70.449Q-11.748 70.355-11.748 70.236L-11.748 69.788L-11.481 69.788L-11.481 70.236Q-11.481 70.506-11.708 70.671Q-11.936 70.837-12.216 70.837Q-12.425 70.837-12.561 70.683Q-12.698 70.530-12.722 70.314Q-12.869 70.581-13.151 70.726Q-13.433 70.871-13.758 70.871Q-14.034 70.871-14.318 70.796Q-14.602 70.721-14.795 70.542Q-14.988 70.362-14.988 70.075M-14.373 70.075Q-14.373 70.249-14.272 70.379Q-14.171 70.509-14.016 70.579Q-13.860 70.649-13.696 70.649Q-13.477 70.649-13.269 70.552Q-13.060 70.454-12.932 70.273Q-12.804 70.092-12.804 69.866L-12.804 69.138Q-13.129 69.138-13.494 69.229Q-13.860 69.320-14.116 69.532Q-14.373 69.743-14.373 70.075M-11.064 69.292Q-11.064 68.954-10.924 68.663Q-10.784 68.373-10.539 68.159Q-10.295 67.946-9.991 67.831Q-9.687 67.717-9.362 67.717Q-9.092 67.717-8.829 67.816Q-8.566 67.915-8.374 68.093L-8.374 66.695Q-8.374 66.425-8.482 66.363Q-8.590 66.302-8.901 66.302L-8.901 66.021L-7.824 65.946L-7.824 70.130Q-7.824 70.318-7.769 70.401Q-7.715 70.485-7.614 70.504Q-7.513 70.523-7.298 70.523L-7.298 70.803L-8.405 70.871L-8.405 70.454Q-8.822 70.871-9.447 70.871Q-9.878 70.871-10.251 70.659Q-10.623 70.448-10.844 70.087Q-11.064 69.726-11.064 69.292M-9.389 70.649Q-9.181 70.649-8.995 70.577Q-8.808 70.506-8.654 70.369Q-8.501 70.232-8.405 70.054L-8.405 68.445Q-8.490 68.298-8.636 68.178Q-8.781 68.058-8.950 67.999Q-9.119 67.939-9.300 67.939Q-9.861 67.939-10.129 68.328Q-10.398 68.718-10.398 69.299Q-10.398 69.870-10.164 70.260Q-9.929 70.649-9.389 70.649M-6.648 70.796L-6.648 69.733Q-6.648 69.709-6.621 69.682Q-6.593 69.655-6.570 69.655L-6.460 69.655Q-6.395 69.655-6.382 69.713Q-6.286 70.147-6.040 70.398Q-5.794 70.649-5.380 70.649Q-5.038 70.649-4.785 70.516Q-4.532 70.383-4.532 70.075Q-4.532 69.918-4.626 69.803Q-4.720 69.689-4.859 69.620Q-4.997 69.552-5.165 69.514L-5.746 69.415Q-6.101 69.347-6.375 69.126Q-6.648 68.906-6.648 68.564Q-6.648 68.315-6.537 68.140Q-6.426 67.966-6.240 67.867Q-6.053 67.768-5.838 67.725Q-5.623 67.682-5.380 67.682Q-4.966 67.682-4.686 67.864L-4.471 67.689Q-4.461 67.686-4.454 67.684Q-4.447 67.682-4.437 67.682L-4.385 67.682Q-4.358 67.682-4.334 67.706Q-4.310 67.730-4.310 67.758L-4.310 68.605Q-4.310 68.626-4.334 68.653Q-4.358 68.680-4.385 68.680L-4.498 68.680Q-4.526 68.680-4.551 68.655Q-4.577 68.629-4.577 68.605Q-4.577 68.369-4.683 68.205Q-4.789 68.041-4.972 67.959Q-5.154 67.877-5.387 67.877Q-5.715 67.877-5.971 67.980Q-6.228 68.082-6.228 68.359Q-6.228 68.554-6.045 68.663Q-5.862 68.773-5.633 68.814L-5.059 68.920Q-4.813 68.968-4.599 69.096Q-4.385 69.224-4.249 69.427Q-4.112 69.631-4.112 69.880Q-4.112 70.393-4.478 70.632Q-4.843 70.871-5.380 70.871Q-5.876 70.871-6.207 70.577L-6.474 70.851Q-6.494 70.871-6.522 70.871L-6.570 70.871Q-6.593 70.871-6.621 70.844Q-6.648 70.817-6.648 70.796\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-43.575 29.734)\">\u003Cpath d=\"M1.029 70.803L-0.704 70.803L-0.704 70.523Q-0.478 70.523-0.329 70.489Q-0.181 70.454-0.181 70.314L-0.181 68.065L-0.769 68.065L-0.769 67.785L-0.181 67.785L-0.181 66.968Q-0.181 66.650-0.003 66.402Q0.175 66.155 0.465 66.014Q0.756 65.874 1.067 65.874Q1.323 65.874 1.527 66.016Q1.730 66.158 1.730 66.401Q1.730 66.537 1.631 66.636Q1.532 66.736 1.395 66.736Q1.258 66.736 1.159 66.636Q1.060 66.537 1.060 66.401Q1.060 66.220 1.200 66.127Q1.122 66.100 1.022 66.100Q0.814 66.100 0.660 66.233Q0.506 66.366 0.426 66.570Q0.346 66.773 0.346 66.982L0.346 67.785L1.234 67.785L1.234 68.065L0.373 68.065L0.373 70.314Q0.373 70.523 1.029 70.523L1.029 70.803M3.459 70.803L1.723 70.803L1.723 70.523Q1.952 70.523 2.101 70.489Q2.250 70.454 2.250 70.314L2.250 68.465Q2.250 68.195 2.142 68.134Q2.034 68.072 1.723 68.072L1.723 67.792L2.752 67.717L2.752 68.424Q2.882 68.116 3.125 67.917Q3.367 67.717 3.685 67.717Q3.904 67.717 4.075 67.841Q4.246 67.966 4.246 68.178Q4.246 68.315 4.146 68.414Q4.047 68.513 3.914 68.513Q3.777 68.513 3.678 68.414Q3.579 68.315 3.579 68.178Q3.579 68.038 3.678 67.939Q3.388 67.939 3.188 68.135Q2.988 68.332 2.896 68.626Q2.803 68.920 2.803 69.200L2.803 70.314Q2.803 70.523 3.459 70.523L3.459 70.803M4.888 70.075Q4.888 69.743 5.112 69.516Q5.336 69.289 5.679 69.161Q6.023 69.032 6.396 68.980Q6.768 68.927 7.072 68.927L7.072 68.674Q7.072 68.469 6.965 68.289Q6.857 68.110 6.676 68.007Q6.495 67.905 6.286 67.905Q5.879 67.905 5.644 67.997Q5.732 68.034 5.779 68.118Q5.825 68.202 5.825 68.304Q5.825 68.400 5.779 68.479Q5.732 68.557 5.652 68.602Q5.572 68.646 5.483 68.646Q5.333 68.646 5.232 68.549Q5.131 68.451 5.131 68.304Q5.131 67.682 6.286 67.682Q6.498 67.682 6.748 67.746Q6.997 67.809 7.199 67.928Q7.400 68.048 7.527 68.233Q7.653 68.417 7.653 68.660L7.653 70.236Q7.653 70.352 7.715 70.448Q7.776 70.543 7.889 70.543Q7.999 70.543 8.063 70.449Q8.128 70.355 8.128 70.236L8.128 69.788L8.395 69.788L8.395 70.236Q8.395 70.506 8.168 70.671Q7.940 70.837 7.660 70.837Q7.452 70.837 7.315 70.683Q7.178 70.530 7.154 70.314Q7.007 70.581 6.725 70.726Q6.443 70.871 6.119 70.871Q5.842 70.871 5.558 70.796Q5.274 70.721 5.081 70.542Q4.888 70.362 4.888 70.075M5.503 70.075Q5.503 70.249 5.604 70.379Q5.705 70.509 5.861 70.579Q6.016 70.649 6.180 70.649Q6.399 70.649 6.607 70.552Q6.816 70.454 6.944 70.273Q7.072 70.092 7.072 69.866L7.072 69.138Q6.748 69.138 6.382 69.229Q6.016 69.320 5.760 69.532Q5.503 69.743 5.503 70.075M10.494 70.803L8.860 70.803L8.860 70.523Q9.089 70.523 9.238 70.489Q9.386 70.454 9.386 70.314L9.386 68.465Q9.386 68.195 9.279 68.134Q9.171 68.072 8.860 68.072L8.860 67.792L9.919 67.717L9.919 68.366Q10.090 68.058 10.395 67.887Q10.699 67.717 11.044 67.717Q11.444 67.717 11.721 67.857Q11.998 67.997 12.083 68.345Q12.250 68.052 12.550 67.884Q12.849 67.717 13.194 67.717Q13.700 67.717 13.983 67.940Q14.267 68.164 14.267 68.660L14.267 70.314Q14.267 70.451 14.416 70.487Q14.564 70.523 14.790 70.523L14.790 70.803L13.160 70.803L13.160 70.523Q13.385 70.523 13.536 70.487Q13.686 70.451 13.686 70.314L13.686 68.674Q13.686 68.339 13.566 68.139Q13.447 67.939 13.132 67.939Q12.862 67.939 12.628 68.075Q12.394 68.212 12.256 68.446Q12.117 68.680 12.117 68.954L12.117 70.314Q12.117 70.451 12.266 70.487Q12.415 70.523 12.640 70.523L12.640 70.803L11.010 70.803L11.010 70.523Q11.239 70.523 11.387 70.489Q11.536 70.454 11.536 70.314L11.536 68.674Q11.536 68.339 11.417 68.139Q11.297 67.939 10.982 67.939Q10.712 67.939 10.478 68.075Q10.244 68.212 10.106 68.446Q9.967 68.680 9.967 68.954L9.967 70.314Q9.967 70.451 10.118 70.487Q10.268 70.523 10.494 70.523L10.494 70.803M15.337 69.268Q15.337 68.947 15.462 68.658Q15.586 68.369 15.812 68.146Q16.038 67.922 16.333 67.802Q16.629 67.682 16.947 67.682Q17.275 67.682 17.536 67.782Q17.798 67.881 17.974 68.063Q18.150 68.246 18.244 68.504Q18.338 68.762 18.338 69.094Q18.338 69.186 18.256 69.207L16 69.207L16 69.268Q16 69.856 16.284 70.239Q16.567 70.622 17.135 70.622Q17.456 70.622 17.724 70.429Q17.993 70.236 18.082 69.921Q18.088 69.880 18.164 69.866L18.256 69.866Q18.338 69.890 18.338 69.962Q18.338 69.969 18.331 69.996Q18.218 70.393 17.847 70.632Q17.477 70.871 17.053 70.871Q16.615 70.871 16.215 70.663Q15.815 70.454 15.576 70.087Q15.337 69.720 15.337 69.268M16.007 68.998L17.822 68.998Q17.822 68.721 17.724 68.469Q17.627 68.216 17.429 68.060Q17.230 67.905 16.947 67.905Q16.670 67.905 16.456 68.063Q16.243 68.222 16.125 68.477Q16.007 68.732 16.007 68.998M18.926 70.796L18.926 69.733Q18.926 69.709 18.953 69.682Q18.980 69.655 19.004 69.655L19.114 69.655Q19.179 69.655 19.192 69.713Q19.288 70.147 19.534 70.398Q19.780 70.649 20.194 70.649Q20.536 70.649 20.789 70.516Q21.042 70.383 21.042 70.075Q21.042 69.918 20.948 69.803Q20.854 69.689 20.715 69.620Q20.577 69.552 20.409 69.514L19.828 69.415Q19.473 69.347 19.199 69.126Q18.926 68.906 18.926 68.564Q18.926 68.315 19.037 68.140Q19.148 67.966 19.334 67.867Q19.521 67.768 19.736 67.725Q19.951 67.682 20.194 67.682Q20.607 67.682 20.888 67.864L21.103 67.689Q21.113 67.686 21.120 67.684Q21.127 67.682 21.137 67.682L21.188 67.682Q21.216 67.682 21.240 67.706Q21.264 67.730 21.264 67.758L21.264 68.605Q21.264 68.626 21.240 68.653Q21.216 68.680 21.188 68.680L21.076 68.680Q21.048 68.680 21.023 68.655Q20.997 68.629 20.997 68.605Q20.997 68.369 20.891 68.205Q20.785 68.041 20.602 67.959Q20.419 67.877 20.187 67.877Q19.859 67.877 19.603 67.980Q19.346 68.082 19.346 68.359Q19.346 68.554 19.529 68.663Q19.712 68.773 19.941 68.814L20.515 68.920Q20.761 68.968 20.975 69.096Q21.188 69.224 21.325 69.427Q21.462 69.631 21.462 69.880Q21.462 70.393 21.096 70.632Q20.730 70.871 20.194 70.871Q19.698 70.871 19.367 70.577L19.100 70.851Q19.080 70.871 19.052 70.871L19.004 70.871Q18.980 70.871 18.953 70.844Q18.926 70.817 18.926 70.796\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-43.575 29.734)\">\u003Cpath d=\"M26.477 70.803L24.874 70.803L24.874 70.523Q25.100 70.523 25.249 70.489Q25.397 70.454 25.397 70.314L25.397 66.695Q25.397 66.425 25.290 66.363Q25.182 66.302 24.874 66.302L24.874 66.021L25.951 65.946L25.951 70.314Q25.951 70.451 26.101 70.487Q26.252 70.523 26.477 70.523L26.477 70.803M27.031 69.268Q27.031 68.947 27.156 68.658Q27.281 68.369 27.506 68.146Q27.732 67.922 28.027 67.802Q28.323 67.682 28.641 67.682Q28.969 67.682 29.231 67.782Q29.492 67.881 29.668 68.063Q29.844 68.246 29.938 68.504Q30.032 68.762 30.032 69.094Q30.032 69.186 29.950 69.207L27.694 69.207L27.694 69.268Q27.694 69.856 27.978 70.239Q28.262 70.622 28.829 70.622Q29.150 70.622 29.419 70.429Q29.687 70.236 29.776 69.921Q29.783 69.880 29.858 69.866L29.950 69.866Q30.032 69.890 30.032 69.962Q30.032 69.969 30.025 69.996Q29.912 70.393 29.542 70.632Q29.171 70.871 28.747 70.871Q28.309 70.871 27.910 70.663Q27.510 70.454 27.270 70.087Q27.031 69.720 27.031 69.268M27.701 68.998L29.516 68.998Q29.516 68.721 29.419 68.469Q29.321 68.216 29.123 68.060Q28.925 67.905 28.641 67.905Q28.364 67.905 28.151 68.063Q27.937 68.222 27.819 68.477Q27.701 68.732 27.701 68.998M32.418 70.803L30.685 70.803L30.685 70.523Q30.911 70.523 31.059 70.489Q31.208 70.454 31.208 70.314L31.208 68.065L30.620 68.065L30.620 67.785L31.208 67.785L31.208 66.968Q31.208 66.650 31.386 66.402Q31.563 66.155 31.854 66.014Q32.144 65.874 32.455 65.874Q32.712 65.874 32.915 66.016Q33.119 66.158 33.119 66.401Q33.119 66.537 33.019 66.636Q32.920 66.736 32.784 66.736Q32.647 66.736 32.548 66.636Q32.449 66.537 32.449 66.401Q32.449 66.220 32.589 66.127Q32.510 66.100 32.411 66.100Q32.203 66.100 32.049 66.233Q31.895 66.366 31.815 66.570Q31.734 66.773 31.734 66.982L31.734 67.785L32.623 67.785L32.623 68.065L31.762 68.065L31.762 70.314Q31.762 70.523 32.418 70.523L32.418 70.803M33.624 69.962L33.624 68.065L32.985 68.065L32.985 67.843Q33.303 67.843 33.520 67.633Q33.737 67.423 33.838 67.113Q33.939 66.804 33.939 66.496L34.205 66.496L34.205 67.785L35.282 67.785L35.282 68.065L34.205 68.065L34.205 69.949Q34.205 70.225 34.310 70.424Q34.414 70.622 34.674 70.622Q34.831 70.622 34.937 70.518Q35.043 70.413 35.092 70.260Q35.142 70.106 35.142 69.949L35.142 69.535L35.409 69.535L35.409 69.962Q35.409 70.188 35.309 70.398Q35.210 70.608 35.026 70.740Q34.841 70.871 34.612 70.871Q34.175 70.871 33.900 70.634Q33.624 70.396 33.624 69.962\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-43.575 29.734)\">\u003Cpath d=\"M39.454 69.962L39.454 68.065L38.815 68.065L38.815 67.843Q39.133 67.843 39.350 67.633Q39.567 67.423 39.667 67.113Q39.768 66.804 39.768 66.496L40.035 66.496L40.035 67.785L41.112 67.785L41.112 68.065L40.035 68.065L40.035 69.949Q40.035 70.225 40.139 70.424Q40.243 70.622 40.503 70.622Q40.660 70.622 40.766 70.518Q40.872 70.413 40.922 70.260Q40.971 70.106 40.971 69.949L40.971 69.535L41.238 69.535L41.238 69.962Q41.238 70.188 41.139 70.398Q41.040 70.608 40.855 70.740Q40.671 70.871 40.442 70.871Q40.004 70.871 39.729 70.634Q39.454 70.396 39.454 69.962M42.007 69.320Q42.007 68.978 42.142 68.679Q42.277 68.380 42.516 68.156Q42.756 67.932 43.073 67.807Q43.391 67.682 43.723 67.682Q44.167 67.682 44.567 67.898Q44.967 68.113 45.201 68.491Q45.435 68.868 45.435 69.320Q45.435 69.661 45.293 69.945Q45.152 70.229 44.907 70.436Q44.663 70.642 44.353 70.757Q44.044 70.871 43.723 70.871Q43.292 70.871 42.891 70.670Q42.489 70.468 42.248 70.116Q42.007 69.764 42.007 69.320M43.723 70.622Q44.324 70.622 44.548 70.244Q44.772 69.866 44.772 69.234Q44.772 68.622 44.538 68.263Q44.304 67.905 43.723 67.905Q42.670 67.905 42.670 69.234Q42.670 69.866 42.896 70.244Q43.121 70.622 43.723 70.622\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-43.575 29.734)\">\u003Cpath d=\"M50.482 70.803L48.746 70.803L48.746 70.523Q48.975 70.523 49.124 70.489Q49.272 70.454 49.272 70.314L49.272 68.465Q49.272 68.195 49.165 68.134Q49.057 68.072 48.746 68.072L48.746 67.792L49.775 67.717L49.775 68.424Q49.905 68.116 50.147 67.917Q50.390 67.717 50.708 67.717Q50.927 67.717 51.098 67.841Q51.269 67.966 51.269 68.178Q51.269 68.315 51.169 68.414Q51.070 68.513 50.937 68.513Q50.800 68.513 50.701 68.414Q50.602 68.315 50.602 68.178Q50.602 68.038 50.701 67.939Q50.411 67.939 50.211 68.135Q50.011 68.332 49.918 68.626Q49.826 68.920 49.826 69.200L49.826 70.314Q49.826 70.523 50.482 70.523L50.482 70.803M53.470 70.803L51.918 70.803L51.918 70.523Q52.144 70.523 52.292 70.489Q52.441 70.454 52.441 70.314L52.441 68.465Q52.441 68.277 52.393 68.193Q52.345 68.110 52.248 68.091Q52.150 68.072 51.939 68.072L51.939 67.792L52.995 67.717L52.995 70.314Q52.995 70.454 53.126 70.489Q53.258 70.523 53.470 70.523L53.470 70.803M52.198 66.496Q52.198 66.325 52.321 66.206Q52.444 66.086 52.615 66.086Q52.783 66.086 52.906 66.206Q53.029 66.325 53.029 66.496Q53.029 66.671 52.906 66.794Q52.783 66.917 52.615 66.917Q52.444 66.917 52.321 66.794Q52.198 66.671 52.198 66.496M54.075 71.336Q54.075 71.090 54.271 70.906Q54.468 70.721 54.724 70.642Q54.587 70.530 54.516 70.369Q54.444 70.208 54.444 70.027Q54.444 69.706 54.656 69.460Q54.321 69.162 54.321 68.752Q54.321 68.291 54.710 68.004Q55.100 67.717 55.579 67.717Q56.050 67.717 56.385 67.963Q56.560 67.809 56.770 67.727Q56.980 67.645 57.209 67.645Q57.373 67.645 57.494 67.752Q57.616 67.860 57.616 68.024Q57.616 68.120 57.544 68.192Q57.472 68.263 57.380 68.263Q57.281 68.263 57.211 68.190Q57.141 68.116 57.141 68.017Q57.141 67.963 57.154 67.932L57.161 67.918Q57.168 67.898 57.177 67.887Q57.185 67.877 57.189 67.870Q56.833 67.870 56.546 68.093Q56.833 68.386 56.833 68.752Q56.833 69.067 56.648 69.299Q56.464 69.532 56.175 69.660Q55.886 69.788 55.579 69.788Q55.377 69.788 55.186 69.738Q54.994 69.689 54.816 69.579Q54.724 69.706 54.724 69.849Q54.724 70.031 54.852 70.166Q54.980 70.301 55.165 70.301L55.797 70.301Q56.245 70.301 56.614 70.372Q56.983 70.444 57.243 70.673Q57.503 70.902 57.503 71.336Q57.503 71.657 57.207 71.859Q56.912 72.061 56.508 72.150Q56.105 72.239 55.791 72.239Q55.473 72.239 55.069 72.150Q54.666 72.061 54.370 71.859Q54.075 71.657 54.075 71.336M54.529 71.336Q54.529 71.565 54.748 71.714Q54.967 71.863 55.259 71.931Q55.551 71.999 55.791 71.999Q55.955 71.999 56.163 71.963Q56.372 71.928 56.578 71.847Q56.785 71.767 56.917 71.639Q57.048 71.511 57.048 71.336Q57.048 70.984 56.667 70.890Q56.286 70.796 55.784 70.796L55.165 70.796Q54.926 70.796 54.728 70.947Q54.529 71.097 54.529 71.336M55.579 69.549Q56.245 69.549 56.245 68.752Q56.245 67.952 55.579 67.952Q54.909 67.952 54.909 68.752Q54.909 69.549 55.579 69.549M59.779 70.803L58.146 70.803L58.146 70.523Q58.375 70.523 58.523 70.489Q58.672 70.454 58.672 70.314L58.672 66.695Q58.672 66.425 58.564 66.363Q58.457 66.302 58.146 66.302L58.146 66.021L59.226 65.946L59.226 68.332Q59.332 68.147 59.509 68.005Q59.687 67.864 59.896 67.790Q60.104 67.717 60.330 67.717Q60.835 67.717 61.119 67.940Q61.403 68.164 61.403 68.660L61.403 70.314Q61.403 70.451 61.552 70.487Q61.700 70.523 61.926 70.523L61.926 70.803L60.295 70.803L60.295 70.523Q60.524 70.523 60.673 70.489Q60.822 70.454 60.822 70.314L60.822 68.674Q60.822 68.339 60.702 68.139Q60.583 67.939 60.268 67.939Q59.998 67.939 59.764 68.075Q59.530 68.212 59.391 68.446Q59.253 68.680 59.253 68.954L59.253 70.314Q59.253 70.451 59.403 70.487Q59.554 70.523 59.779 70.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-43.575 29.734)\">\u003Cpath d=\"M62.836 69.962L62.836 68.065L62.197 68.065L62.197 67.843Q62.515 67.843 62.732 67.633Q62.949 67.423 63.049 67.113Q63.150 66.804 63.150 66.496L63.417 66.496L63.417 67.785L64.494 67.785L64.494 68.065L63.417 68.065L63.417 69.949Q63.417 70.225 63.521 70.424Q63.625 70.622 63.885 70.622Q64.042 70.622 64.148 70.518Q64.254 70.413 64.304 70.260Q64.353 70.106 64.353 69.949L64.353 69.535L64.620 69.535L64.620 69.962Q64.620 70.188 64.521 70.398Q64.422 70.608 64.237 70.740Q64.053 70.871 63.824 70.871Q63.386 70.871 63.111 70.634Q62.836 70.396 62.836 69.962\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M-59.018-3.174H14.96v-22.762h-73.977Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M-20.071 64.160L-21.701 64.160L-21.701 63.880Q-21.472 63.880-21.323 63.845Q-21.175 63.811-21.175 63.671L-21.175 60.325Q-21.175 60.154-21.311 60.113Q-21.448 60.072-21.701 60.072L-21.701 59.792L-20.621 59.717L-20.621 60.123Q-20.399 59.922-20.112 59.819Q-19.824 59.717-19.517 59.717Q-19.090 59.717-18.726 59.930Q-18.362 60.144-18.148 60.508Q-17.934 60.872-17.934 61.292Q-17.934 61.737-18.174 62.101Q-18.413 62.465-18.806 62.668Q-19.199 62.871-19.643 62.871Q-19.910 62.871-20.158 62.771Q-20.405 62.670-20.593 62.489L-20.593 63.671Q-20.593 63.808-20.445 63.844Q-20.296 63.880-20.071 63.880L-20.071 64.160M-20.593 60.472L-20.593 62.082Q-20.460 62.335-20.217 62.492Q-19.975 62.649-19.698 62.649Q-19.370 62.649-19.117 62.448Q-18.864 62.246-18.731 61.928Q-18.597 61.610-18.597 61.292Q-18.597 61.063-18.662 60.834Q-18.727 60.605-18.855 60.407Q-18.984 60.209-19.178 60.089Q-19.373 59.970-19.606 59.970Q-19.900 59.970-20.168 60.099Q-20.436 60.229-20.593 60.472M-15.549 62.803L-17.285 62.803L-17.285 62.523Q-17.056 62.523-16.907 62.489Q-16.758 62.454-16.758 62.314L-16.758 60.465Q-16.758 60.195-16.866 60.134Q-16.974 60.072-17.285 60.072L-17.285 59.792L-16.256 59.717L-16.256 60.424Q-16.126 60.116-15.883 59.917Q-15.641 59.717-15.323 59.717Q-15.104 59.717-14.933 59.841Q-14.762 59.966-14.762 60.178Q-14.762 60.315-14.862 60.414Q-14.961 60.513-15.094 60.513Q-15.231 60.513-15.330 60.414Q-15.429 60.315-15.429 60.178Q-15.429 60.038-15.330 59.939Q-15.620 59.939-15.820 60.135Q-16.020 60.332-16.112 60.626Q-16.205 60.920-16.205 61.200L-16.205 62.314Q-16.205 62.523-15.549 62.523L-15.549 62.803M-14.219 61.268Q-14.219 60.947-14.094 60.658Q-13.969 60.369-13.744 60.146Q-13.518 59.922-13.223 59.802Q-12.927 59.682-12.609 59.682Q-12.281 59.682-12.019 59.782Q-11.758 59.881-11.582 60.063Q-11.406 60.246-11.312 60.504Q-11.218 60.762-11.218 61.094Q-11.218 61.186-11.300 61.207L-13.556 61.207L-13.556 61.268Q-13.556 61.856-13.272 62.239Q-12.988 62.622-12.421 62.622Q-12.100 62.622-11.831 62.429Q-11.563 62.236-11.474 61.921Q-11.467 61.880-11.392 61.866L-11.300 61.866Q-11.218 61.890-11.218 61.962Q-11.218 61.969-11.225 61.996Q-11.338 62.393-11.708 62.632Q-12.079 62.871-12.503 62.871Q-12.941 62.871-13.341 62.663Q-13.740 62.454-13.980 62.087Q-14.219 61.720-14.219 61.268M-13.549 60.998L-11.734 60.998Q-11.734 60.721-11.831 60.469Q-11.929 60.216-12.127 60.060Q-12.325 59.905-12.609 59.905Q-12.886 59.905-13.100 60.063Q-13.313 60.222-13.431 60.477Q-13.549 60.732-13.549 60.998M-10.630 61.292Q-10.630 60.954-10.490 60.663Q-10.350 60.373-10.105 60.159Q-9.861 59.946-9.557 59.831Q-9.253 59.717-8.928 59.717Q-8.658 59.717-8.395 59.816Q-8.132 59.915-7.940 60.093L-7.940 58.695Q-7.940 58.425-8.048 58.363Q-8.155 58.302-8.466 58.302L-8.466 58.021L-7.390 57.946L-7.390 62.130Q-7.390 62.318-7.335 62.401Q-7.280 62.485-7.180 62.504Q-7.079 62.523-6.863 62.523L-6.863 62.803L-7.971 62.871L-7.971 62.454Q-8.388 62.871-9.013 62.871Q-9.444 62.871-9.817 62.659Q-10.189 62.448-10.410 62.087Q-10.630 61.726-10.630 61.292M-8.955 62.649Q-8.747 62.649-8.560 62.577Q-8.374 62.506-8.220 62.369Q-8.067 62.232-7.971 62.054L-7.971 60.445Q-8.056 60.298-8.202 60.178Q-8.347 60.058-8.516 59.999Q-8.685 59.939-8.866 59.939Q-9.427 59.939-9.695 60.328Q-9.964 60.718-9.964 61.299Q-9.964 61.870-9.729 62.260Q-9.495 62.649-8.955 62.649M-4.597 62.803L-6.149 62.803L-6.149 62.523Q-5.924 62.523-5.775 62.489Q-5.626 62.454-5.626 62.314L-5.626 60.465Q-5.626 60.277-5.674 60.193Q-5.722 60.110-5.819 60.091Q-5.917 60.072-6.129 60.072L-6.129 59.792L-5.072 59.717L-5.072 62.314Q-5.072 62.454-4.941 62.489Q-4.809 62.523-4.597 62.523L-4.597 62.803M-5.869 58.496Q-5.869 58.325-5.746 58.206Q-5.623 58.086-5.452 58.086Q-5.284 58.086-5.161 58.206Q-5.038 58.325-5.038 58.496Q-5.038 58.671-5.161 58.794Q-5.284 58.917-5.452 58.917Q-5.623 58.917-5.746 58.794Q-5.869 58.671-5.869 58.496M-3.951 61.292Q-3.951 60.964-3.816 60.663Q-3.681 60.363-3.446 60.142Q-3.210 59.922-2.905 59.802Q-2.601 59.682-2.277 59.682Q-1.771 59.682-1.422 59.785Q-1.073 59.887-1.073 60.263Q-1.073 60.410-1.171 60.511Q-1.268 60.612-1.415 60.612Q-1.569 60.612-1.668 60.513Q-1.767 60.414-1.767 60.263Q-1.767 60.075-1.627 59.983Q-1.829 59.932-2.270 59.932Q-2.625 59.932-2.854 60.128Q-3.083 60.325-3.184 60.634Q-3.285 60.944-3.285 61.292Q-3.285 61.641-3.158 61.947Q-3.032 62.253-2.777 62.437Q-2.523 62.622-2.167 62.622Q-1.945 62.622-1.760 62.538Q-1.576 62.454-1.441 62.299Q-1.306 62.143-1.248 61.935Q-1.234 61.880-1.179 61.880L-1.067 61.880Q-1.036 61.880-1.014 61.904Q-0.991 61.928-0.991 61.962L-0.991 61.983Q-1.077 62.270-1.265 62.468Q-1.453 62.666-1.718 62.769Q-1.983 62.871-2.277 62.871Q-2.707 62.871-3.095 62.665Q-3.483 62.458-3.717 62.095Q-3.951 61.733-3.951 61.292M0.123 61.962L0.123 60.065L-0.516 60.065L-0.516 59.843Q-0.198 59.843 0.019 59.633Q0.236 59.423 0.336 59.113Q0.437 58.804 0.437 58.496L0.704 58.496L0.704 59.785L1.781 59.785L1.781 60.065L0.704 60.065L0.704 61.949Q0.704 62.225 0.808 62.424Q0.912 62.622 1.172 62.622Q1.329 62.622 1.435 62.518Q1.541 62.413 1.591 62.260Q1.640 62.106 1.640 61.949L1.640 61.535L1.907 61.535L1.907 61.962Q1.907 62.188 1.808 62.398Q1.709 62.608 1.524 62.740Q1.340 62.871 1.111 62.871Q0.673 62.871 0.398 62.634Q0.123 62.396 0.123 61.962M4.334 62.803L2.782 62.803L2.782 62.523Q3.008 62.523 3.156 62.489Q3.305 62.454 3.305 62.314L3.305 60.465Q3.305 60.277 3.257 60.193Q3.209 60.110 3.112 60.091Q3.014 60.072 2.803 60.072L2.803 59.792L3.859 59.717L3.859 62.314Q3.859 62.454 3.990 62.489Q4.122 62.523 4.334 62.523L4.334 62.803M3.062 58.496Q3.062 58.325 3.185 58.206Q3.308 58.086 3.479 58.086Q3.647 58.086 3.770 58.206Q3.893 58.325 3.893 58.496Q3.893 58.671 3.770 58.794Q3.647 58.917 3.479 58.917Q3.308 58.917 3.185 58.794Q3.062 58.671 3.062 58.496M4.939 61.320Q4.939 60.978 5.074 60.679Q5.209 60.380 5.448 60.156Q5.687 59.932 6.005 59.807Q6.323 59.682 6.655 59.682Q7.099 59.682 7.499 59.898Q7.899 60.113 8.133 60.491Q8.367 60.868 8.367 61.320Q8.367 61.661 8.225 61.945Q8.083 62.229 7.839 62.436Q7.595 62.642 7.285 62.757Q6.976 62.871 6.655 62.871Q6.224 62.871 5.822 62.670Q5.421 62.468 5.180 62.116Q4.939 61.764 4.939 61.320M6.655 62.622Q7.256 62.622 7.480 62.244Q7.704 61.866 7.704 61.234Q7.704 60.622 7.470 60.263Q7.236 59.905 6.655 59.905Q5.602 59.905 5.602 61.234Q5.602 61.866 5.827 62.244Q6.053 62.622 6.655 62.622M10.643 62.803L9.010 62.803L9.010 62.523Q9.239 62.523 9.387 62.489Q9.536 62.454 9.536 62.314L9.536 60.465Q9.536 60.195 9.428 60.134Q9.321 60.072 9.010 60.072L9.010 59.792L10.069 59.717L10.069 60.366Q10.240 60.058 10.544 59.887Q10.848 59.717 11.194 59.717Q11.700 59.717 11.983 59.940Q12.267 60.164 12.267 60.660L12.267 62.314Q12.267 62.451 12.416 62.487Q12.564 62.523 12.790 62.523L12.790 62.803L11.159 62.803L11.159 62.523Q11.388 62.523 11.537 62.489Q11.686 62.454 11.686 62.314L11.686 60.674Q11.686 60.339 11.566 60.139Q11.447 59.939 11.132 59.939Q10.862 59.939 10.628 60.075Q10.394 60.212 10.255 60.446Q10.117 60.680 10.117 60.954L10.117 62.314Q10.117 62.451 10.267 62.487Q10.418 62.523 10.643 62.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M17.786 62.803L16.152 62.803L16.152 62.523Q16.381 62.523 16.530 62.489Q16.679 62.454 16.679 62.314L16.679 60.465Q16.679 60.195 16.571 60.134Q16.463 60.072 16.152 60.072L16.152 59.792L17.212 59.717L17.212 60.366Q17.383 60.058 17.687 59.887Q17.991 59.717 18.336 59.717Q18.842 59.717 19.126 59.940Q19.410 60.164 19.410 60.660L19.410 62.314Q19.410 62.451 19.558 62.487Q19.707 62.523 19.933 62.523L19.933 62.803L18.302 62.803L18.302 62.523Q18.531 62.523 18.680 62.489Q18.829 62.454 18.829 62.314L18.829 60.674Q18.829 60.339 18.709 60.139Q18.589 59.939 18.275 59.939Q18.005 59.939 17.771 60.075Q17.537 60.212 17.398 60.446Q17.260 60.680 17.260 60.954L17.260 62.314Q17.260 62.451 17.410 62.487Q17.561 62.523 17.786 62.523L17.786 62.803M20.479 61.268Q20.479 60.947 20.604 60.658Q20.729 60.369 20.955 60.146Q21.180 59.922 21.476 59.802Q21.771 59.682 22.089 59.682Q22.417 59.682 22.679 59.782Q22.940 59.881 23.116 60.063Q23.292 60.246 23.386 60.504Q23.480 60.762 23.480 61.094Q23.480 61.186 23.398 61.207L21.143 61.207L21.143 61.268Q21.143 61.856 21.426 62.239Q21.710 62.622 22.277 62.622Q22.599 62.622 22.867 62.429Q23.135 62.236 23.224 61.921Q23.231 61.880 23.306 61.866L23.398 61.866Q23.480 61.890 23.480 61.962Q23.480 61.969 23.474 61.996Q23.361 62.393 22.990 62.632Q22.619 62.871 22.195 62.871Q21.758 62.871 21.358 62.663Q20.958 62.454 20.719 62.087Q20.479 61.720 20.479 61.268M21.149 60.998L22.964 60.998Q22.964 60.721 22.867 60.469Q22.769 60.216 22.571 60.060Q22.373 59.905 22.089 59.905Q21.812 59.905 21.599 60.063Q21.385 60.222 21.267 60.477Q21.149 60.732 21.149 60.998M24.595 61.962L24.595 60.065L23.956 60.065L23.956 59.843Q24.273 59.843 24.490 59.633Q24.707 59.423 24.808 59.113Q24.909 58.804 24.909 58.496L25.176 58.496L25.176 59.785L26.252 59.785L26.252 60.065L25.176 60.065L25.176 61.949Q25.176 62.225 25.280 62.424Q25.384 62.622 25.644 62.622Q25.801 62.622 25.907 62.518Q26.013 62.413 26.063 62.260Q26.112 62.106 26.112 61.949L26.112 61.535L26.379 61.535L26.379 61.962Q26.379 62.188 26.280 62.398Q26.181 62.608 25.996 62.740Q25.811 62.871 25.582 62.871Q25.145 62.871 24.870 62.634Q24.595 62.396 24.595 61.962\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M28.374 62.776L27.393 60.277Q27.332 60.134 27.214 60.099Q27.096 60.065 26.880 60.065L26.880 59.785L28.360 59.785L28.360 60.065Q27.981 60.065 27.981 60.226Q27.981 60.236 27.995 60.277L28.709 62.109L29.382 60.404Q29.352 60.332 29.352 60.304Q29.352 60.277 29.324 60.277Q29.263 60.130 29.145 60.098Q29.027 60.065 28.815 60.065L28.815 59.785L30.213 59.785L30.213 60.065Q29.837 60.065 29.837 60.226Q29.837 60.257 29.844 60.277L30.599 62.215L31.286 60.465Q31.307 60.414 31.307 60.359Q31.307 60.219 31.194 60.142Q31.081 60.065 30.941 60.065L30.941 59.785L32.161 59.785L32.161 60.065Q31.956 60.065 31.801 60.171Q31.645 60.277 31.573 60.465L30.668 62.776Q30.633 62.871 30.521 62.871L30.452 62.871Q30.343 62.871 30.305 62.776L29.523 60.773L28.736 62.776Q28.702 62.871 28.589 62.871L28.521 62.871Q28.412 62.871 28.374 62.776\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M32.439 61.320Q32.439 60.978 32.574 60.679Q32.709 60.380 32.949 60.156Q33.188 59.932 33.506 59.807Q33.824 59.682 34.155 59.682Q34.600 59.682 34.999 59.898Q35.399 60.113 35.634 60.491Q35.868 60.868 35.868 61.320Q35.868 61.661 35.726 61.945Q35.584 62.229 35.340 62.436Q35.095 62.642 34.786 62.757Q34.477 62.871 34.155 62.871Q33.725 62.871 33.323 62.670Q32.921 62.468 32.680 62.116Q32.439 61.764 32.439 61.320M34.155 62.622Q34.757 62.622 34.981 62.244Q35.205 61.866 35.205 61.234Q35.205 60.622 34.970 60.263Q34.736 59.905 34.155 59.905Q33.103 59.905 33.103 61.234Q33.103 61.866 33.328 62.244Q33.554 62.622 34.155 62.622M38.212 62.803L36.476 62.803L36.476 62.523Q36.705 62.523 36.854 62.489Q37.002 62.454 37.002 62.314L37.002 60.465Q37.002 60.195 36.895 60.134Q36.787 60.072 36.476 60.072L36.476 59.792L37.505 59.717L37.505 60.424Q37.635 60.116 37.877 59.917Q38.120 59.717 38.438 59.717Q38.657 59.717 38.828 59.841Q38.999 59.966 38.999 60.178Q38.999 60.315 38.899 60.414Q38.800 60.513 38.667 60.513Q38.530 60.513 38.431 60.414Q38.332 60.315 38.332 60.178Q38.332 60.038 38.431 59.939Q38.141 59.939 37.941 60.135Q37.741 60.332 37.648 60.626Q37.556 60.920 37.556 61.200L37.556 62.314Q37.556 62.523 38.212 62.523L38.212 62.803M41.179 62.803L39.597 62.803L39.597 62.523Q39.826 62.523 39.974 62.489Q40.123 62.454 40.123 62.314L40.123 58.695Q40.123 58.425 40.015 58.363Q39.908 58.302 39.597 58.302L39.597 58.021L40.677 57.946L40.677 61.234L41.661 60.465Q41.866 60.328 41.866 60.178Q41.866 60.134 41.825 60.099Q41.784 60.065 41.740 60.065L41.740 59.785L43.103 59.785L43.103 60.065Q42.615 60.065 42.095 60.465L41.538 60.899L42.516 62.123Q42.717 62.369 42.851 62.446Q42.984 62.523 43.271 62.523L43.271 62.803L41.839 62.803L41.839 62.523Q42.027 62.523 42.027 62.410Q42.027 62.314 41.873 62.123L41.138 61.214L40.656 61.593L40.656 62.314Q40.656 62.451 40.805 62.487Q40.954 62.523 41.179 62.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M-11.982 72.553Q-12.532 72.153-12.903 71.598Q-13.274 71.042-13.455 70.396Q-13.636 69.750-13.636 69.053Q-13.636 68.540-13.536 68.045Q-13.435 67.549-13.230 67.098Q-13.025 66.647-12.712 66.255Q-12.399 65.864-11.982 65.560Q-11.972 65.556-11.965 65.555Q-11.958 65.553-11.948 65.553L-11.880 65.553Q-11.845 65.553-11.823 65.577Q-11.801 65.601-11.801 65.638Q-11.801 65.683-11.828 65.700Q-12.177 66.001-12.430 66.385Q-12.683 66.770-12.835 67.211Q-12.987 67.652-13.059 68.108Q-13.131 68.564-13.131 69.053Q-13.131 70.054-12.821 70.941Q-12.512 71.828-11.828 72.413Q-11.801 72.430-11.801 72.474Q-11.801 72.512-11.823 72.536Q-11.845 72.560-11.880 72.560L-11.948 72.560Q-11.955 72.556-11.963 72.555Q-11.972 72.553-11.982 72.553M-9.323 70.803L-10.926 70.803L-10.926 70.523Q-10.700 70.523-10.552 70.489Q-10.403 70.454-10.403 70.314L-10.403 66.695Q-10.403 66.425-10.511 66.363Q-10.618 66.302-10.926 66.302L-10.926 66.021L-9.849 65.946L-9.849 70.314Q-9.849 70.451-9.699 70.487Q-9.549 70.523-9.323 70.523L-9.323 70.803M-8.769 69.268Q-8.769 68.947-8.645 68.658Q-8.520 68.369-8.294 68.146Q-8.069 67.922-7.773 67.802Q-7.477 67.682-7.159 67.682Q-6.831 67.682-6.570 67.782Q-6.308 67.881-6.132 68.063Q-5.956 68.246-5.862 68.504Q-5.768 68.762-5.768 69.094Q-5.768 69.186-5.850 69.207L-8.106 69.207L-8.106 69.268Q-8.106 69.856-7.822 70.239Q-7.539 70.622-6.971 70.622Q-6.650 70.622-6.382 70.429Q-6.114 70.236-6.025 69.921Q-6.018 69.880-5.943 69.866L-5.850 69.866Q-5.768 69.890-5.768 69.962Q-5.768 69.969-5.775 69.996Q-5.888 70.393-6.259 70.632Q-6.630 70.871-7.053 70.871Q-7.491 70.871-7.891 70.663Q-8.291 70.454-8.530 70.087Q-8.769 69.720-8.769 69.268M-8.099 68.998L-6.284 68.998Q-6.284 68.721-6.382 68.469Q-6.479 68.216-6.677 68.060Q-6.876 67.905-7.159 67.905Q-7.436 67.905-7.650 68.063Q-7.864 68.222-7.981 68.477Q-8.099 68.732-8.099 68.998M-4.654 69.962L-4.654 68.065L-5.293 68.065L-5.293 67.843Q-4.975 67.843-4.758 67.633Q-4.541 67.423-4.440 67.113Q-4.340 66.804-4.340 66.496L-4.073 66.496L-4.073 67.785L-2.996 67.785L-2.996 68.065L-4.073 68.065L-4.073 69.949Q-4.073 70.225-3.969 70.424Q-3.864 70.622-3.605 70.622Q-3.447 70.622-3.342 70.518Q-3.236 70.413-3.186 70.260Q-3.136 70.106-3.136 69.949L-3.136 69.535L-2.870 69.535L-2.870 69.962Q-2.870 70.188-2.969 70.398Q-3.068 70.608-3.253 70.740Q-3.437 70.871-3.666 70.871Q-4.104 70.871-4.379 70.634Q-4.654 70.396-4.654 69.962M-1.533 69.962L-1.533 68.065L-2.173 68.065L-2.173 67.843Q-1.855 67.843-1.638 67.633Q-1.421 67.423-1.320 67.113Q-1.219 66.804-1.219 66.496L-0.952 66.496L-0.952 67.785L0.124 67.785L0.124 68.065L-0.952 68.065L-0.952 69.949Q-0.952 70.225-0.848 70.424Q-0.744 70.622-0.484 70.622Q-0.327 70.622-0.221 70.518Q-0.115 70.413-0.065 70.260Q-0.016 70.106-0.016 69.949L-0.016 69.535L0.251 69.535L0.251 69.962Q0.251 70.188 0.152 70.398Q0.053 70.608-0.132 70.740Q-0.317 70.871-0.546 70.871Q-0.983 70.871-1.258 70.634Q-1.533 70.396-1.533 69.962M1.020 69.268Q1.020 68.947 1.145 68.658Q1.269 68.369 1.495 68.146Q1.720 67.922 2.016 67.802Q2.312 67.682 2.630 67.682Q2.958 67.682 3.219 67.782Q3.481 67.881 3.657 68.063Q3.833 68.246 3.927 68.504Q4.021 68.762 4.021 69.094Q4.021 69.186 3.939 69.207L1.683 69.207L1.683 69.268Q1.683 69.856 1.967 70.239Q2.250 70.622 2.818 70.622Q3.139 70.622 3.407 70.429Q3.676 70.236 3.764 69.921Q3.771 69.880 3.846 69.866L3.939 69.866Q4.021 69.890 4.021 69.962Q4.021 69.969 4.014 69.996Q3.901 70.393 3.530 70.632Q3.159 70.871 2.736 70.871Q2.298 70.871 1.898 70.663Q1.498 70.454 1.259 70.087Q1.020 69.720 1.020 69.268M1.690 68.998L3.505 68.998Q3.505 68.721 3.407 68.469Q3.310 68.216 3.112 68.060Q2.913 67.905 2.630 67.905Q2.353 67.905 2.139 68.063Q1.926 68.222 1.808 68.477Q1.690 68.732 1.690 68.998M6.359 70.803L4.622 70.803L4.622 70.523Q4.851 70.523 5 70.489Q5.149 70.454 5.149 70.314L5.149 68.465Q5.149 68.195 5.041 68.134Q4.933 68.072 4.622 68.072L4.622 67.792L5.651 67.717L5.651 68.424Q5.781 68.116 6.024 67.917Q6.266 67.717 6.584 67.717Q6.803 67.717 6.974 67.841Q7.145 67.966 7.145 68.178Q7.145 68.315 7.046 68.414Q6.947 68.513 6.813 68.513Q6.677 68.513 6.577 68.414Q6.478 68.315 6.478 68.178Q6.478 68.038 6.577 67.939Q6.287 67.939 6.087 68.135Q5.887 68.332 5.795 68.626Q5.702 68.920 5.702 69.200L5.702 70.314Q5.702 70.523 6.359 70.523L6.359 70.803M7.729 70.796L7.729 69.733Q7.729 69.709 7.757 69.682Q7.784 69.655 7.808 69.655L7.917 69.655Q7.982 69.655 7.996 69.713Q8.092 70.147 8.338 70.398Q8.584 70.649 8.997 70.649Q9.339 70.649 9.592 70.516Q9.845 70.383 9.845 70.075Q9.845 69.918 9.751 69.803Q9.657 69.689 9.519 69.620Q9.380 69.552 9.213 69.514L8.632 69.415Q8.276 69.347 8.003 69.126Q7.729 68.906 7.729 68.564Q7.729 68.315 7.840 68.140Q7.951 67.966 8.138 67.867Q8.324 67.768 8.539 67.725Q8.755 67.682 8.997 67.682Q9.411 67.682 9.691 67.864L9.907 67.689Q9.917 67.686 9.924 67.684Q9.930 67.682 9.941 67.682L9.992 67.682Q10.019 67.682 10.043 67.706Q10.067 67.730 10.067 67.758L10.067 68.605Q10.067 68.626 10.043 68.653Q10.019 68.680 9.992 68.680L9.879 68.680Q9.852 68.680 9.826 68.655Q9.801 68.629 9.801 68.605Q9.801 68.369 9.695 68.205Q9.589 68.041 9.406 67.959Q9.223 67.877 8.991 67.877Q8.662 67.877 8.406 67.980Q8.150 68.082 8.150 68.359Q8.150 68.554 8.333 68.663Q8.515 68.773 8.744 68.814L9.319 68.920Q9.565 68.968 9.778 69.096Q9.992 69.224 10.129 69.427Q10.265 69.631 10.265 69.880Q10.265 70.393 9.900 70.632Q9.534 70.871 8.997 70.871Q8.502 70.871 8.170 70.577L7.904 70.851Q7.883 70.871 7.856 70.871L7.808 70.871Q7.784 70.871 7.757 70.844Q7.729 70.817 7.729 70.796\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M13.625 70.796L13.625 69.733Q13.625 69.709 13.653 69.682Q13.680 69.655 13.704 69.655L13.813 69.655Q13.878 69.655 13.892 69.713Q13.988 70.147 14.234 70.398Q14.480 70.649 14.894 70.649Q15.235 70.649 15.488 70.516Q15.741 70.383 15.741 70.075Q15.741 69.918 15.647 69.803Q15.553 69.689 15.415 69.620Q15.276 69.552 15.109 69.514L14.528 69.415Q14.172 69.347 13.899 69.126Q13.625 68.906 13.625 68.564Q13.625 68.315 13.737 68.140Q13.848 67.966 14.034 67.867Q14.220 67.768 14.436 67.725Q14.651 67.682 14.894 67.682Q15.307 67.682 15.587 67.864L15.803 67.689Q15.813 67.686 15.820 67.684Q15.827 67.682 15.837 67.682L15.888 67.682Q15.915 67.682 15.939 67.706Q15.963 67.730 15.963 67.758L15.963 68.605Q15.963 68.626 15.939 68.653Q15.915 68.680 15.888 68.680L15.775 68.680Q15.748 68.680 15.722 68.655Q15.697 68.629 15.697 68.605Q15.697 68.369 15.591 68.205Q15.485 68.041 15.302 67.959Q15.119 67.877 14.887 67.877Q14.559 67.877 14.302 67.980Q14.046 68.082 14.046 68.359Q14.046 68.554 14.229 68.663Q14.412 68.773 14.641 68.814L15.215 68.920Q15.461 68.968 15.675 69.096Q15.888 69.224 16.025 69.427Q16.162 69.631 16.162 69.880Q16.162 70.393 15.796 70.632Q15.430 70.871 14.894 70.871Q14.398 70.871 14.066 70.577L13.800 70.851Q13.779 70.871 13.752 70.871L13.704 70.871Q13.680 70.871 13.653 70.844Q13.625 70.817 13.625 70.796M16.749 69.320Q16.749 68.978 16.884 68.679Q17.019 68.380 17.259 68.156Q17.498 67.932 17.816 67.807Q18.134 67.682 18.465 67.682Q18.910 67.682 19.310 67.898Q19.709 68.113 19.944 68.491Q20.178 68.868 20.178 69.320Q20.178 69.661 20.036 69.945Q19.894 70.229 19.650 70.436Q19.405 70.642 19.096 70.757Q18.787 70.871 18.465 70.871Q18.035 70.871 17.633 70.670Q17.231 70.468 16.990 70.116Q16.749 69.764 16.749 69.320M18.465 70.622Q19.067 70.622 19.291 70.244Q19.515 69.866 19.515 69.234Q19.515 68.622 19.280 68.263Q19.046 67.905 18.465 67.905Q17.413 67.905 17.413 69.234Q17.413 69.866 17.638 70.244Q17.864 70.622 18.465 70.622\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-32.754 -79.803)\">\u003Cpath d=\"M25.272 70.803L23.539 70.803L23.539 70.523Q23.765 70.523 23.914 70.489Q24.062 70.454 24.062 70.314L24.062 68.065L23.474 68.065L23.474 67.785L24.062 67.785L24.062 66.968Q24.062 66.650 24.240 66.402Q24.418 66.155 24.708 66.014Q24.999 65.874 25.310 65.874Q25.566 65.874 25.770 66.016Q25.973 66.158 25.973 66.401Q25.973 66.537 25.874 66.636Q25.775 66.736 25.638 66.736Q25.501 66.736 25.402 66.636Q25.303 66.537 25.303 66.401Q25.303 66.220 25.443 66.127Q25.365 66.100 25.265 66.100Q25.057 66.100 24.903 66.233Q24.749 66.366 24.669 66.570Q24.589 66.773 24.589 66.982L24.589 67.785L25.477 67.785L25.477 68.065L24.616 68.065L24.616 70.314Q24.616 70.523 25.272 70.523L25.272 70.803M26.011 70.075Q26.011 69.743 26.234 69.516Q26.458 69.289 26.802 69.161Q27.145 69.032 27.518 68.980Q27.890 68.927 28.195 68.927L28.195 68.674Q28.195 68.469 28.087 68.289Q27.979 68.110 27.798 68.007Q27.617 67.905 27.409 67.905Q27.002 67.905 26.766 67.997Q26.855 68.034 26.901 68.118Q26.947 68.202 26.947 68.304Q26.947 68.400 26.901 68.479Q26.855 68.557 26.775 68.602Q26.694 68.646 26.605 68.646Q26.455 68.646 26.354 68.549Q26.253 68.451 26.253 68.304Q26.253 67.682 27.409 67.682Q27.620 67.682 27.870 67.746Q28.119 67.809 28.321 67.928Q28.523 68.048 28.649 68.233Q28.776 68.417 28.776 68.660L28.776 70.236Q28.776 70.352 28.837 70.448Q28.899 70.543 29.012 70.543Q29.121 70.543 29.186 70.449Q29.251 70.355 29.251 70.236L29.251 69.788L29.517 69.788L29.517 70.236Q29.517 70.506 29.290 70.671Q29.063 70.837 28.783 70.837Q28.574 70.837 28.437 70.683Q28.301 70.530 28.277 70.314Q28.130 70.581 27.848 70.726Q27.566 70.871 27.241 70.871Q26.964 70.871 26.681 70.796Q26.397 70.721 26.204 70.542Q26.011 70.362 26.011 70.075M26.626 70.075Q26.626 70.249 26.727 70.379Q26.827 70.509 26.983 70.579Q27.139 70.649 27.303 70.649Q27.521 70.649 27.730 70.552Q27.938 70.454 28.066 70.273Q28.195 70.092 28.195 69.866L28.195 69.138Q27.870 69.138 27.504 69.229Q27.139 69.320 26.882 69.532Q26.626 69.743 26.626 70.075M31.684 70.803L29.948 70.803L29.948 70.523Q30.177 70.523 30.326 70.489Q30.474 70.454 30.474 70.314L30.474 68.465Q30.474 68.195 30.367 68.134Q30.259 68.072 29.948 68.072L29.948 67.792L30.977 67.717L30.977 68.424Q31.107 68.116 31.349 67.917Q31.592 67.717 31.910 67.717Q32.129 67.717 32.300 67.841Q32.471 67.966 32.471 68.178Q32.471 68.315 32.371 68.414Q32.272 68.513 32.139 68.513Q32.002 68.513 31.903 68.414Q31.804 68.315 31.804 68.178Q31.804 68.038 31.903 67.939Q31.613 67.939 31.413 68.135Q31.213 68.332 31.120 68.626Q31.028 68.920 31.028 69.200L31.028 70.314Q31.028 70.523 31.684 70.523L31.684 70.803M33.376 72.560L33.308 72.560Q33.274 72.560 33.252 72.534Q33.229 72.509 33.229 72.474Q33.229 72.430 33.260 72.413Q33.616 72.109 33.865 71.719Q34.115 71.329 34.267 70.897Q34.419 70.465 34.489 69.996Q34.559 69.528 34.559 69.053Q34.559 68.574 34.489 68.108Q34.419 67.641 34.265 67.206Q34.111 66.770 33.860 66.382Q33.609 65.994 33.260 65.700Q33.229 65.683 33.229 65.638Q33.229 65.604 33.252 65.579Q33.274 65.553 33.308 65.553L33.376 65.553Q33.387 65.553 33.395 65.555Q33.404 65.556 33.414 65.560Q33.957 65.960 34.330 66.513Q34.702 67.067 34.884 67.713Q35.065 68.359 35.065 69.053Q35.065 69.754 34.884 70.401Q34.702 71.049 34.328 71.603Q33.954 72.157 33.414 72.553Q33.404 72.553 33.395 72.555Q33.387 72.556 33.376 72.560\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(-37.622 -111.592)\">\u003Cpath d=\"M-21.715 70.796L-21.715 69.733Q-21.715 69.709-21.687 69.682Q-21.660 69.655-21.636 69.655L-21.527 69.655Q-21.462 69.655-21.448 69.713Q-21.352 70.147-21.106 70.398Q-20.860 70.649-20.446 70.649Q-20.105 70.649-19.852 70.516Q-19.599 70.383-19.599 70.075Q-19.599 69.918-19.693 69.803Q-19.787 69.689-19.925 69.620Q-20.064 69.552-20.231 69.514L-20.812 69.415Q-21.168 69.347-21.441 69.126Q-21.715 68.906-21.715 68.564Q-21.715 68.315-21.603 68.140Q-21.492 67.966-21.306 67.867Q-21.120 67.768-20.904 67.725Q-20.689 67.682-20.446 67.682Q-20.033 67.682-19.753 67.864L-19.537 67.689Q-19.527 67.686-19.520 67.684Q-19.513 67.682-19.503 67.682L-19.452 67.682Q-19.425 67.682-19.401 67.706Q-19.377 67.730-19.377 67.758L-19.377 68.605Q-19.377 68.626-19.401 68.653Q-19.425 68.680-19.452 68.680L-19.565 68.680Q-19.592 68.680-19.618 68.655Q-19.643 68.629-19.643 68.605Q-19.643 68.369-19.749 68.205Q-19.855 68.041-20.038 67.959Q-20.221 67.877-20.453 67.877Q-20.781 67.877-21.038 67.980Q-21.294 68.082-21.294 68.359Q-21.294 68.554-21.111 68.663Q-20.928 68.773-20.699 68.814L-20.125 68.920Q-19.879 68.968-19.665 69.096Q-19.452 69.224-19.315 69.427Q-19.178 69.631-19.178 69.880Q-19.178 70.393-19.544 70.632Q-19.910 70.871-20.446 70.871Q-20.942 70.871-21.274 70.577L-21.540 70.851Q-21.561 70.871-21.588 70.871L-21.636 70.871Q-21.660 70.871-21.687 70.844Q-21.715 70.817-21.715 70.796M-16.868 70.803L-18.502 70.803L-18.502 70.523Q-18.273 70.523-18.124 70.489Q-17.975 70.454-17.975 70.314L-17.975 68.465Q-17.975 68.195-18.083 68.134Q-18.191 68.072-18.502 68.072L-18.502 67.792L-17.442 67.717L-17.442 68.366Q-17.271 68.058-16.967 67.887Q-16.663 67.717-16.318 67.717Q-15.918 67.717-15.641 67.857Q-15.364 67.997-15.279 68.345Q-15.111 68.052-14.812 67.884Q-14.513 67.717-14.168 67.717Q-13.662 67.717-13.378 67.940Q-13.094 68.164-13.094 68.660L-13.094 70.314Q-13.094 70.451-12.946 70.487Q-12.797 70.523-12.571 70.523L-12.571 70.803L-14.202 70.803L-14.202 70.523Q-13.976 70.523-13.826 70.487Q-13.675 70.451-13.675 70.314L-13.675 68.674Q-13.675 68.339-13.795 68.139Q-13.915 67.939-14.229 67.939Q-14.499 67.939-14.733 68.075Q-14.967 68.212-15.106 68.446Q-15.244 68.680-15.244 68.954L-15.244 70.314Q-15.244 70.451-15.096 70.487Q-14.947 70.523-14.721 70.523L-14.721 70.803L-16.352 70.803L-16.352 70.523Q-16.123 70.523-15.974 70.489Q-15.825 70.454-15.825 70.314L-15.825 68.674Q-15.825 68.339-15.945 68.139Q-16.065 67.939-16.379 67.939Q-16.649 67.939-16.883 68.075Q-17.117 68.212-17.256 68.446Q-17.394 68.680-17.394 68.954L-17.394 70.314Q-17.394 70.451-17.244 70.487Q-17.093 70.523-16.868 70.523L-16.868 70.803M-11.925 70.075Q-11.925 69.743-11.702 69.516Q-11.478 69.289-11.134 69.161Q-10.791 69.032-10.418 68.980Q-10.046 68.927-9.741 68.927L-9.741 68.674Q-9.741 68.469-9.849 68.289Q-9.957 68.110-10.138 68.007Q-10.319 67.905-10.528 67.905Q-10.934 67.905-11.170 67.997Q-11.081 68.034-11.035 68.118Q-10.989 68.202-10.989 68.304Q-10.989 68.400-11.035 68.479Q-11.081 68.557-11.162 68.602Q-11.242 68.646-11.331 68.646Q-11.481 68.646-11.582 68.549Q-11.683 68.451-11.683 68.304Q-11.683 67.682-10.528 67.682Q-10.316 67.682-10.066 67.746Q-9.817 67.809-9.615 67.928Q-9.413 68.048-9.287 68.233Q-9.160 68.417-9.160 68.660L-9.160 70.236Q-9.160 70.352-9.099 70.448Q-9.037 70.543-8.925 70.543Q-8.815 70.543-8.750 70.449Q-8.685 70.355-8.685 70.236L-8.685 69.788L-8.419 69.788L-8.419 70.236Q-8.419 70.506-8.646 70.671Q-8.873 70.837-9.154 70.837Q-9.362 70.837-9.499 70.683Q-9.635 70.530-9.659 70.314Q-9.806 70.581-10.088 70.726Q-10.370 70.871-10.695 70.871Q-10.972 70.871-11.256 70.796Q-11.539 70.721-11.732 70.542Q-11.925 70.362-11.925 70.075M-11.310 70.075Q-11.310 70.249-11.209 70.379Q-11.109 70.509-10.953 70.579Q-10.798 70.649-10.633 70.649Q-10.415 70.649-10.206 70.552Q-9.998 70.454-9.870 70.273Q-9.741 70.092-9.741 69.866L-9.741 69.138Q-10.066 69.138-10.432 69.229Q-10.798 69.320-11.054 69.532Q-11.310 69.743-11.310 70.075M-6.334 70.803L-7.937 70.803L-7.937 70.523Q-7.711 70.523-7.562 70.489Q-7.414 70.454-7.414 70.314L-7.414 66.695Q-7.414 66.425-7.521 66.363Q-7.629 66.302-7.937 66.302L-7.937 66.021L-6.860 65.946L-6.860 70.314Q-6.860 70.451-6.710 70.487Q-6.559 70.523-6.334 70.523L-6.334 70.803M-4.071 70.803L-5.674 70.803L-5.674 70.523Q-5.448 70.523-5.300 70.489Q-5.151 70.454-5.151 70.314L-5.151 66.695Q-5.151 66.425-5.259 66.363Q-5.366 66.302-5.674 66.302L-5.674 66.021L-4.597 65.946L-4.597 70.314Q-4.597 70.451-4.447 70.487Q-4.297 70.523-4.071 70.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-37.622 -111.592)\">\u003Cpath d=\"M0.899 70.803L-0.704 70.803L-0.704 70.523Q-0.478 70.523-0.329 70.489Q-0.181 70.454-0.181 70.314L-0.181 66.695Q-0.181 66.425-0.288 66.363Q-0.396 66.302-0.704 66.302L-0.704 66.021L0.373 65.946L0.373 70.314Q0.373 70.451 0.523 70.487Q0.674 70.523 0.899 70.523L0.899 70.803M1.552 70.075Q1.552 69.743 1.776 69.516Q2 69.289 2.344 69.161Q2.687 69.032 3.060 68.980Q3.432 68.927 3.736 68.927L3.736 68.674Q3.736 68.469 3.629 68.289Q3.521 68.110 3.340 68.007Q3.159 67.905 2.950 67.905Q2.543 67.905 2.308 67.997Q2.396 68.034 2.443 68.118Q2.489 68.202 2.489 68.304Q2.489 68.400 2.443 68.479Q2.396 68.557 2.316 68.602Q2.236 68.646 2.147 68.646Q1.997 68.646 1.896 68.549Q1.795 68.451 1.795 68.304Q1.795 67.682 2.950 67.682Q3.162 67.682 3.412 67.746Q3.661 67.809 3.863 67.928Q4.064 68.048 4.191 68.233Q4.317 68.417 4.317 68.660L4.317 70.236Q4.317 70.352 4.379 70.448Q4.440 70.543 4.553 70.543Q4.663 70.543 4.728 70.449Q4.792 70.355 4.792 70.236L4.792 69.788L5.059 69.788L5.059 70.236Q5.059 70.506 4.832 70.671Q4.604 70.837 4.324 70.837Q4.116 70.837 3.979 70.683Q3.842 70.530 3.818 70.314Q3.671 70.581 3.389 70.726Q3.107 70.871 2.783 70.871Q2.506 70.871 2.222 70.796Q1.938 70.721 1.745 70.542Q1.552 70.362 1.552 70.075M2.167 70.075Q2.167 70.249 2.268 70.379Q2.369 70.509 2.525 70.579Q2.680 70.649 2.844 70.649Q3.063 70.649 3.271 70.552Q3.480 70.454 3.608 70.273Q3.736 70.092 3.736 69.866L3.736 69.138Q3.412 69.138 3.046 69.229Q2.680 69.320 2.424 69.532Q2.167 69.743 2.167 70.075M7.158 70.803L5.524 70.803L5.524 70.523Q5.753 70.523 5.902 70.489Q6.050 70.454 6.050 70.314L6.050 68.465Q6.050 68.195 5.943 68.134Q5.835 68.072 5.524 68.072L5.524 67.792L6.584 67.717L6.584 68.366Q6.754 68.058 7.059 67.887Q7.363 67.717 7.708 67.717Q8.214 67.717 8.498 67.940Q8.781 68.164 8.781 68.660L8.781 70.314Q8.781 70.451 8.930 70.487Q9.079 70.523 9.304 70.523L9.304 70.803L7.674 70.803L7.674 70.523Q7.903 70.523 8.052 70.489Q8.200 70.454 8.200 70.314L8.200 68.674Q8.200 68.339 8.081 68.139Q7.961 67.939 7.646 67.939Q7.376 67.939 7.142 68.075Q6.908 68.212 6.770 68.446Q6.631 68.680 6.631 68.954L6.631 70.314Q6.631 70.451 6.782 70.487Q6.932 70.523 7.158 70.523L7.158 70.803M9.851 71.336Q9.851 71.090 10.048 70.906Q10.244 70.721 10.500 70.642Q10.364 70.530 10.292 70.369Q10.220 70.208 10.220 70.027Q10.220 69.706 10.432 69.460Q10.097 69.162 10.097 68.752Q10.097 68.291 10.487 68.004Q10.876 67.717 11.355 67.717Q11.827 67.717 12.162 67.963Q12.336 67.809 12.546 67.727Q12.756 67.645 12.985 67.645Q13.149 67.645 13.271 67.752Q13.392 67.860 13.392 68.024Q13.392 68.120 13.320 68.192Q13.249 68.263 13.156 68.263Q13.057 68.263 12.987 68.190Q12.917 68.116 12.917 68.017Q12.917 67.963 12.931 67.932L12.938 67.918Q12.944 67.898 12.953 67.887Q12.961 67.877 12.965 67.870Q12.609 67.870 12.322 68.093Q12.609 68.386 12.609 68.752Q12.609 69.067 12.425 69.299Q12.240 69.532 11.951 69.660Q11.663 69.788 11.355 69.788Q11.153 69.788 10.962 69.738Q10.771 69.689 10.593 69.579Q10.500 69.706 10.500 69.849Q10.500 70.031 10.629 70.166Q10.757 70.301 10.941 70.301L11.574 70.301Q12.021 70.301 12.391 70.372Q12.760 70.444 13.020 70.673Q13.279 70.902 13.279 71.336Q13.279 71.657 12.984 71.859Q12.688 72.061 12.285 72.150Q11.881 72.239 11.567 72.239Q11.249 72.239 10.846 72.150Q10.442 72.061 10.147 71.859Q9.851 71.657 9.851 71.336M10.306 71.336Q10.306 71.565 10.524 71.714Q10.743 71.863 11.035 71.931Q11.328 71.999 11.567 71.999Q11.731 71.999 11.939 71.963Q12.148 71.928 12.355 71.847Q12.562 71.767 12.693 71.639Q12.825 71.511 12.825 71.336Q12.825 70.984 12.444 70.890Q12.063 70.796 11.560 70.796L10.941 70.796Q10.702 70.796 10.504 70.947Q10.306 71.097 10.306 71.336M11.355 69.549Q12.021 69.549 12.021 68.752Q12.021 67.952 11.355 67.952Q10.685 67.952 10.685 68.752Q10.685 69.549 11.355 69.549M14.448 69.969L14.448 68.465Q14.448 68.195 14.341 68.134Q14.233 68.072 13.922 68.072L13.922 67.792L15.029 67.717L15.029 69.949L15.029 69.969Q15.029 70.249 15.081 70.393Q15.132 70.536 15.274 70.593Q15.416 70.649 15.703 70.649Q15.956 70.649 16.161 70.509Q16.366 70.369 16.482 70.143Q16.598 69.918 16.598 69.668L16.598 68.465Q16.598 68.195 16.490 68.134Q16.383 68.072 16.072 68.072L16.072 67.792L17.179 67.717L17.179 70.130Q17.179 70.321 17.232 70.403Q17.285 70.485 17.386 70.504Q17.487 70.523 17.702 70.523L17.702 70.803L16.625 70.871L16.625 70.307Q16.516 70.489 16.371 70.612Q16.226 70.735 16.039 70.803Q15.853 70.871 15.651 70.871Q14.448 70.871 14.448 69.969M18.348 70.075Q18.348 69.743 18.572 69.516Q18.796 69.289 19.139 69.161Q19.483 69.032 19.855 68.980Q20.228 68.927 20.532 68.927L20.532 68.674Q20.532 68.469 20.425 68.289Q20.317 68.110 20.136 68.007Q19.955 67.905 19.746 67.905Q19.339 67.905 19.104 67.997Q19.192 68.034 19.239 68.118Q19.285 68.202 19.285 68.304Q19.285 68.400 19.239 68.479Q19.192 68.557 19.112 68.602Q19.032 68.646 18.943 68.646Q18.792 68.646 18.692 68.549Q18.591 68.451 18.591 68.304Q18.591 67.682 19.746 67.682Q19.958 67.682 20.208 67.746Q20.457 67.809 20.659 67.928Q20.860 68.048 20.987 68.233Q21.113 68.417 21.113 68.660L21.113 70.236Q21.113 70.352 21.175 70.448Q21.236 70.543 21.349 70.543Q21.459 70.543 21.523 70.449Q21.588 70.355 21.588 70.236L21.588 69.788L21.855 69.788L21.855 70.236Q21.855 70.506 21.628 70.671Q21.400 70.837 21.120 70.837Q20.912 70.837 20.775 70.683Q20.638 70.530 20.614 70.314Q20.467 70.581 20.185 70.726Q19.903 70.871 19.579 70.871Q19.302 70.871 19.018 70.796Q18.734 70.721 18.541 70.542Q18.348 70.362 18.348 70.075M18.963 70.075Q18.963 70.249 19.064 70.379Q19.165 70.509 19.321 70.579Q19.476 70.649 19.640 70.649Q19.859 70.649 20.067 70.552Q20.276 70.454 20.404 70.273Q20.532 70.092 20.532 69.866L20.532 69.138Q20.208 69.138 19.842 69.229Q19.476 69.320 19.220 69.532Q18.963 69.743 18.963 70.075M22.231 71.336Q22.231 71.090 22.427 70.906Q22.624 70.721 22.880 70.642Q22.744 70.530 22.672 70.369Q22.600 70.208 22.600 70.027Q22.600 69.706 22.812 69.460Q22.477 69.162 22.477 68.752Q22.477 68.291 22.867 68.004Q23.256 67.717 23.735 67.717Q24.207 67.717 24.542 67.963Q24.716 67.809 24.926 67.727Q25.136 67.645 25.365 67.645Q25.529 67.645 25.651 67.752Q25.772 67.860 25.772 68.024Q25.772 68.120 25.700 68.192Q25.628 68.263 25.536 68.263Q25.437 68.263 25.367 68.190Q25.297 68.116 25.297 68.017Q25.297 67.963 25.311 67.932L25.317 67.918Q25.324 67.898 25.333 67.887Q25.341 67.877 25.345 67.870Q24.989 67.870 24.702 68.093Q24.989 68.386 24.989 68.752Q24.989 69.067 24.805 69.299Q24.620 69.532 24.331 69.660Q24.042 69.788 23.735 69.788Q23.533 69.788 23.342 69.738Q23.150 69.689 22.973 69.579Q22.880 69.706 22.880 69.849Q22.880 70.031 23.009 70.166Q23.137 70.301 23.321 70.301L23.954 70.301Q24.401 70.301 24.771 70.372Q25.140 70.444 25.399 70.673Q25.659 70.902 25.659 71.336Q25.659 71.657 25.364 71.859Q25.068 72.061 24.665 72.150Q24.261 72.239 23.947 72.239Q23.629 72.239 23.226 72.150Q22.822 72.061 22.527 71.859Q22.231 71.657 22.231 71.336M22.686 71.336Q22.686 71.565 22.904 71.714Q23.123 71.863 23.415 71.931Q23.708 71.999 23.947 71.999Q24.111 71.999 24.319 71.963Q24.528 71.928 24.735 71.847Q24.941 71.767 25.073 71.639Q25.205 71.511 25.205 71.336Q25.205 70.984 24.823 70.890Q24.442 70.796 23.940 70.796L23.321 70.796Q23.082 70.796 22.884 70.947Q22.686 71.097 22.686 71.336M23.735 69.549Q24.401 69.549 24.401 68.752Q24.401 67.952 23.735 67.952Q23.065 67.952 23.065 68.752Q23.065 69.549 23.735 69.549M26.213 69.268Q26.213 68.947 26.338 68.658Q26.462 68.369 26.688 68.146Q26.914 67.922 27.209 67.802Q27.505 67.682 27.823 67.682Q28.151 67.682 28.412 67.782Q28.674 67.881 28.850 68.063Q29.026 68.246 29.120 68.504Q29.214 68.762 29.214 69.094Q29.214 69.186 29.132 69.207L26.876 69.207L26.876 69.268Q26.876 69.856 27.160 70.239Q27.443 70.622 28.011 70.622Q28.332 70.622 28.600 70.429Q28.869 70.236 28.958 69.921Q28.964 69.880 29.040 69.866L29.132 69.866Q29.214 69.890 29.214 69.962Q29.214 69.969 29.207 69.996Q29.094 70.393 28.723 70.632Q28.353 70.871 27.929 70.871Q27.491 70.871 27.091 70.663Q26.691 70.454 26.452 70.087Q26.213 69.720 26.213 69.268M26.883 68.998L28.698 68.998Q28.698 68.721 28.600 68.469Q28.503 68.216 28.305 68.060Q28.106 67.905 27.823 67.905Q27.546 67.905 27.332 68.063Q27.119 68.222 27.001 68.477Q26.883 68.732 26.883 68.998\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-37.622 -111.592)\">\u003Cpath d=\"M34.205 70.803L32.571 70.803L32.571 70.523Q32.800 70.523 32.949 70.489Q33.098 70.454 33.098 70.314L33.098 68.465Q33.098 68.195 32.990 68.134Q32.882 68.072 32.571 68.072L32.571 67.792L33.631 67.717L33.631 68.366Q33.802 68.058 34.106 67.887Q34.410 67.717 34.755 67.717Q35.155 67.717 35.432 67.857Q35.709 67.997 35.794 68.345Q35.962 68.052 36.261 67.884Q36.560 67.717 36.905 67.717Q37.411 67.717 37.695 67.940Q37.979 68.164 37.979 68.660L37.979 70.314Q37.979 70.451 38.127 70.487Q38.276 70.523 38.501 70.523L38.501 70.803L36.871 70.803L36.871 70.523Q37.097 70.523 37.247 70.487Q37.397 70.451 37.397 70.314L37.397 68.674Q37.397 68.339 37.278 68.139Q37.158 67.939 36.844 67.939Q36.574 67.939 36.340 68.075Q36.105 68.212 35.967 68.446Q35.829 68.680 35.829 68.954L35.829 70.314Q35.829 70.451 35.977 70.487Q36.126 70.523 36.352 70.523L36.352 70.803L34.721 70.803L34.721 70.523Q34.950 70.523 35.099 70.489Q35.248 70.454 35.248 70.314L35.248 68.674Q35.248 68.339 35.128 68.139Q35.008 67.939 34.694 67.939Q34.424 67.939 34.190 68.075Q33.956 68.212 33.817 68.446Q33.679 68.680 33.679 68.954L33.679 70.314Q33.679 70.451 33.829 70.487Q33.980 70.523 34.205 70.523L34.205 70.803M39.048 69.320Q39.048 68.978 39.183 68.679Q39.318 68.380 39.558 68.156Q39.797 67.932 40.115 67.807Q40.433 67.682 40.764 67.682Q41.209 67.682 41.608 67.898Q42.008 68.113 42.242 68.491Q42.477 68.868 42.477 69.320Q42.477 69.661 42.335 69.945Q42.193 70.229 41.949 70.436Q41.704 70.642 41.395 70.757Q41.085 70.871 40.764 70.871Q40.334 70.871 39.932 70.670Q39.530 70.468 39.289 70.116Q39.048 69.764 39.048 69.320M40.764 70.622Q41.366 70.622 41.590 70.244Q41.813 69.866 41.813 69.234Q41.813 68.622 41.579 68.263Q41.345 67.905 40.764 67.905Q39.711 67.905 39.711 69.234Q39.711 69.866 39.937 70.244Q40.163 70.622 40.764 70.622\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(-37.622 -111.592)\">\u003Cpath d=\"M43.294 69.292Q43.294 68.954 43.435 68.663Q43.575 68.373 43.819 68.159Q44.063 67.946 44.368 67.831Q44.672 67.717 44.997 67.717Q45.267 67.717 45.530 67.816Q45.793 67.915 45.984 68.093L45.984 66.695Q45.984 66.425 45.877 66.363Q45.769 66.302 45.458 66.302L45.458 66.021L46.535 65.946L46.535 70.130Q46.535 70.318 46.589 70.401Q46.644 70.485 46.745 70.504Q46.846 70.523 47.061 70.523L47.061 70.803L45.954 70.871L45.954 70.454Q45.537 70.871 44.911 70.871Q44.480 70.871 44.108 70.659Q43.735 70.448 43.515 70.087Q43.294 69.726 43.294 69.292M44.969 70.649Q45.178 70.649 45.364 70.577Q45.550 70.506 45.704 70.369Q45.858 70.232 45.954 70.054L45.954 68.445Q45.868 68.298 45.723 68.178Q45.578 68.058 45.408 67.999Q45.239 67.939 45.058 67.939Q44.498 67.939 44.229 68.328Q43.961 68.718 43.961 69.299Q43.961 69.870 44.195 70.260Q44.429 70.649 44.969 70.649M47.669 69.268Q47.669 68.947 47.794 68.658Q47.919 68.369 48.145 68.146Q48.370 67.922 48.666 67.802Q48.961 67.682 49.279 67.682Q49.607 67.682 49.869 67.782Q50.130 67.881 50.306 68.063Q50.482 68.246 50.576 68.504Q50.670 68.762 50.670 69.094Q50.670 69.186 50.588 69.207L48.333 69.207L48.333 69.268Q48.333 69.856 48.616 70.239Q48.900 70.622 49.467 70.622Q49.789 70.622 50.057 70.429Q50.325 70.236 50.414 69.921Q50.421 69.880 50.496 69.866L50.588 69.866Q50.670 69.890 50.670 69.962Q50.670 69.969 50.664 69.996Q50.551 70.393 50.180 70.632Q49.809 70.871 49.385 70.871Q48.948 70.871 48.548 70.663Q48.148 70.454 47.909 70.087Q47.669 69.720 47.669 69.268M48.339 68.998L50.154 68.998Q50.154 68.721 50.057 68.469Q49.959 68.216 49.761 68.060Q49.563 67.905 49.279 67.905Q49.002 67.905 48.789 68.063Q48.575 68.222 48.457 68.477Q48.339 68.732 48.339 68.998M52.926 70.803L51.323 70.803L51.323 70.523Q51.549 70.523 51.698 70.489Q51.846 70.454 51.846 70.314L51.846 66.695Q51.846 66.425 51.739 66.363Q51.631 66.302 51.323 66.302L51.323 66.021L52.400 65.946L52.400 70.314Q52.400 70.451 52.550 70.487Q52.701 70.523 52.926 70.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M91.782 39.505h68.286V16.743H91.782Z\"\u002F>\u003Cg fill=\"var(--tk-accent)\" stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(124.735 -40.93)\">\u003Cpath d=\"M-22.244 71.651Q-22.244 71.500-22.144 71.403Q-22.043 71.305-21.896 71.305Q-21.807 71.305-21.727 71.350Q-21.646 71.394-21.600 71.473Q-21.554 71.552-21.554 71.651Q-21.554 71.852-21.715 71.951Q-21.574 72.006-21.369 72.006Q-21.099 72.006-20.983 71.733Q-20.867 71.459-20.867 71.145L-20.867 68.465Q-20.867 68.199-20.993 68.135Q-21.120 68.072-21.448 68.072L-21.448 67.792L-20.313 67.717L-20.313 71.165Q-20.313 71.452-20.460 71.697Q-20.607 71.941-20.858 72.086Q-21.110 72.232-21.386 72.232Q-21.715 72.232-21.979 72.090Q-22.244 71.948-22.244 71.651M-21.147 66.496Q-21.147 66.325-21.024 66.206Q-20.901 66.086-20.727 66.086Q-20.559 66.086-20.436 66.206Q-20.313 66.325-20.313 66.496Q-20.313 66.671-20.436 66.794Q-20.559 66.917-20.727 66.917Q-20.901 66.917-21.024 66.794Q-21.147 66.671-21.147 66.496M-19.278 69.320Q-19.278 68.978-19.143 68.679Q-19.008 68.380-18.768 68.156Q-18.529 67.932-18.211 67.807Q-17.893 67.682-17.562 67.682Q-17.117 67.682-16.717 67.898Q-16.318 68.113-16.083 68.491Q-15.849 68.868-15.849 69.320Q-15.849 69.661-15.991 69.945Q-16.133 70.229-16.377 70.436Q-16.622 70.642-16.931 70.757Q-17.240 70.871-17.562 70.871Q-17.992 70.871-18.394 70.670Q-18.796 70.468-19.037 70.116Q-19.278 69.764-19.278 69.320M-17.562 70.622Q-16.960 70.622-16.736 70.244Q-16.512 69.866-16.512 69.234Q-16.512 68.622-16.747 68.263Q-16.981 67.905-17.562 67.905Q-18.614 67.905-18.614 69.234Q-18.614 69.866-18.389 70.244Q-18.163 70.622-17.562 70.622M-13.638 70.803L-15.190 70.803L-15.190 70.523Q-14.964 70.523-14.815 70.489Q-14.667 70.454-14.667 70.314L-14.667 68.465Q-14.667 68.277-14.715 68.193Q-14.762 68.110-14.860 68.091Q-14.957 68.072-15.169 68.072L-15.169 67.792L-14.113 67.717L-14.113 70.314Q-14.113 70.454-13.981 70.489Q-13.850 70.523-13.638 70.523L-13.638 70.803M-14.909 66.496Q-14.909 66.325-14.786 66.206Q-14.663 66.086-14.492 66.086Q-14.325 66.086-14.202 66.206Q-14.079 66.325-14.079 66.496Q-14.079 66.671-14.202 66.794Q-14.325 66.917-14.492 66.917Q-14.663 66.917-14.786 66.794Q-14.909 66.671-14.909 66.496M-11.310 70.803L-12.944 70.803L-12.944 70.523Q-12.715 70.523-12.566 70.489Q-12.418 70.454-12.418 70.314L-12.418 68.465Q-12.418 68.195-12.525 68.134Q-12.633 68.072-12.944 68.072L-12.944 67.792L-11.884 67.717L-11.884 68.366Q-11.714 68.058-11.409 67.887Q-11.105 67.717-10.760 67.717Q-10.254 67.717-9.970 67.940Q-9.687 68.164-9.687 68.660L-9.687 70.314Q-9.687 70.451-9.538 70.487Q-9.389 70.523-9.164 70.523L-9.164 70.803L-10.794 70.803L-10.794 70.523Q-10.565 70.523-10.416 70.489Q-10.268 70.454-10.268 70.314L-10.268 68.674Q-10.268 68.339-10.387 68.139Q-10.507 67.939-10.821 67.939Q-11.091 67.939-11.326 68.075Q-11.560 68.212-11.698 68.446Q-11.837 68.680-11.837 68.954L-11.837 70.314Q-11.837 70.451-11.686 70.487Q-11.536 70.523-11.310 70.523\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(124.735 -40.93)\">\u003Cpath d=\"M-8.258 69.962L-8.258 68.065L-8.897 68.065L-8.897 67.843Q-8.579 67.843-8.362 67.633Q-8.145 67.423-8.045 67.113Q-7.944 66.804-7.944 66.496L-7.677 66.496L-7.677 67.785L-6.600 67.785L-6.600 68.065L-7.677 68.065L-7.677 69.949Q-7.677 70.225-7.573 70.424Q-7.469 70.622-7.209 70.622Q-7.052 70.622-6.946 70.518Q-6.840 70.413-6.790 70.260Q-6.741 70.106-6.741 69.949L-6.741 69.535L-6.474 69.535L-6.474 69.962Q-6.474 70.188-6.573 70.398Q-6.672 70.608-6.857 70.740Q-7.041 70.871-7.270 70.871Q-7.708 70.871-7.983 70.634Q-8.258 70.396-8.258 69.962\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(124.735 -40.93)\">\u003Cpath d=\"M-1.283 70.803L-2.917 70.803L-2.917 70.523Q-2.688 70.523-2.539 70.489Q-2.390 70.454-2.390 70.314L-2.390 68.465Q-2.390 68.195-2.498 68.134Q-2.606 68.072-2.917 68.072L-2.917 67.792L-1.857 67.717L-1.857 68.366Q-1.686 68.058-1.382 67.887Q-1.078 67.717-0.733 67.717Q-0.227 67.717 0.057 67.940Q0.341 68.164 0.341 68.660L0.341 70.314Q0.341 70.451 0.489 70.487Q0.638 70.523 0.864 70.523L0.864 70.803L-0.767 70.803L-0.767 70.523Q-0.538 70.523-0.389 70.489Q-0.240 70.454-0.240 70.314L-0.240 68.674Q-0.240 68.339-0.360 68.139Q-0.480 67.939-0.794 67.939Q-1.064 67.939-1.298 68.075Q-1.532 68.212-1.671 68.446Q-1.809 68.680-1.809 68.954L-1.809 70.314Q-1.809 70.451-1.659 70.487Q-1.508 70.523-1.283 70.523L-1.283 70.803M1.410 69.268Q1.410 68.947 1.535 68.658Q1.660 68.369 1.886 68.146Q2.111 67.922 2.407 67.802Q2.702 67.682 3.020 67.682Q3.348 67.682 3.610 67.782Q3.871 67.881 4.047 68.063Q4.223 68.246 4.317 68.504Q4.411 68.762 4.411 69.094Q4.411 69.186 4.329 69.207L2.074 69.207L2.074 69.268Q2.074 69.856 2.357 70.239Q2.641 70.622 3.208 70.622Q3.530 70.622 3.798 70.429Q4.066 70.236 4.155 69.921Q4.162 69.880 4.237 69.866L4.329 69.866Q4.411 69.890 4.411 69.962Q4.411 69.969 4.405 69.996Q4.292 70.393 3.921 70.632Q3.550 70.871 3.126 70.871Q2.689 70.871 2.289 70.663Q1.889 70.454 1.650 70.087Q1.410 69.720 1.410 69.268M2.080 68.998L3.895 68.998Q3.895 68.721 3.798 68.469Q3.700 68.216 3.502 68.060Q3.304 67.905 3.020 67.905Q2.743 67.905 2.530 68.063Q2.316 68.222 2.198 68.477Q2.080 68.732 2.080 68.998M5.526 69.962L5.526 68.065L4.887 68.065L4.887 67.843Q5.204 67.843 5.421 67.633Q5.638 67.423 5.739 67.113Q5.840 66.804 5.840 66.496L6.107 66.496L6.107 67.785L7.183 67.785L7.183 68.065L6.107 68.065L6.107 69.949Q6.107 70.225 6.211 70.424Q6.315 70.622 6.575 70.622Q6.732 70.622 6.838 70.518Q6.944 70.413 6.994 70.260Q7.043 70.106 7.043 69.949L7.043 69.535L7.310 69.535L7.310 69.962Q7.310 70.188 7.211 70.398Q7.112 70.608 6.927 70.740Q6.742 70.871 6.513 70.871Q6.076 70.871 5.801 70.634Q5.526 70.396 5.526 69.962\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(124.735 -40.93)\">\u003Cpath d=\"M9.305 70.776L8.324 68.277Q8.263 68.134 8.145 68.099Q8.027 68.065 7.811 68.065L7.811 67.785L9.291 67.785L9.291 68.065Q8.912 68.065 8.912 68.226Q8.912 68.236 8.926 68.277L9.640 70.109L10.313 68.404Q10.283 68.332 10.283 68.304Q10.283 68.277 10.255 68.277Q10.194 68.130 10.076 68.098Q9.958 68.065 9.746 68.065L9.746 67.785L11.144 67.785L11.144 68.065Q10.768 68.065 10.768 68.226Q10.768 68.257 10.775 68.277L11.530 70.215L12.217 68.465Q12.238 68.414 12.238 68.359Q12.238 68.219 12.125 68.142Q12.012 68.065 11.872 68.065L11.872 67.785L13.092 67.785L13.092 68.065Q12.887 68.065 12.732 68.171Q12.576 68.277 12.504 68.465L11.599 70.776Q11.564 70.871 11.452 70.871L11.383 70.871Q11.274 70.871 11.236 70.776L10.454 68.773L9.667 70.776Q9.633 70.871 9.520 70.871L9.452 70.871Q9.343 70.871 9.305 70.776\" fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(124.735 -40.93)\">\u003Cpath d=\"M13.369 69.320Q13.369 68.978 13.504 68.679Q13.639 68.380 13.879 68.156Q14.118 67.932 14.436 67.807Q14.754 67.682 15.085 67.682Q15.530 67.682 15.929 67.898Q16.329 68.113 16.564 68.491Q16.798 68.868 16.798 69.320Q16.798 69.661 16.656 69.945Q16.514 70.229 16.270 70.436Q16.025 70.642 15.716 70.757Q15.407 70.871 15.085 70.871Q14.655 70.871 14.253 70.670Q13.851 70.468 13.610 70.116Q13.369 69.764 13.369 69.320M15.085 70.622Q15.687 70.622 15.911 70.244Q16.135 69.866 16.135 69.234Q16.135 68.622 15.900 68.263Q15.666 67.905 15.085 67.905Q14.033 67.905 14.033 69.234Q14.033 69.866 14.258 70.244Q14.484 70.622 15.085 70.622M19.142 70.803L17.406 70.803L17.406 70.523Q17.635 70.523 17.784 70.489Q17.932 70.454 17.932 70.314L17.932 68.465Q17.932 68.195 17.825 68.134Q17.717 68.072 17.406 68.072L17.406 67.792L18.435 67.717L18.435 68.424Q18.565 68.116 18.807 67.917Q19.050 67.717 19.368 67.717Q19.587 67.717 19.758 67.841Q19.929 67.966 19.929 68.178Q19.929 68.315 19.829 68.414Q19.730 68.513 19.597 68.513Q19.460 68.513 19.361 68.414Q19.262 68.315 19.262 68.178Q19.262 68.038 19.361 67.939Q19.071 67.939 18.871 68.135Q18.671 68.332 18.578 68.626Q18.486 68.920 18.486 69.200L18.486 70.314Q18.486 70.523 19.142 70.523L19.142 70.803M22.109 70.803L20.527 70.803L20.527 70.523Q20.756 70.523 20.904 70.489Q21.053 70.454 21.053 70.314L21.053 66.695Q21.053 66.425 20.945 66.363Q20.838 66.302 20.527 66.302L20.527 66.021L21.607 65.946L21.607 69.234L22.591 68.465Q22.796 68.328 22.796 68.178Q22.796 68.134 22.755 68.099Q22.714 68.065 22.670 68.065L22.670 67.785L24.034 67.785L24.034 68.065Q23.545 68.065 23.025 68.465L22.468 68.899L23.446 70.123Q23.647 70.369 23.781 70.446Q23.914 70.523 24.201 70.523L24.201 70.803L22.769 70.803L22.769 70.523Q22.957 70.523 22.957 70.410Q22.957 70.314 22.803 70.123L22.068 69.214L21.586 69.593L21.586 70.314Q21.586 70.451 21.735 70.487Q21.884 70.523 22.109 70.523\" 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=\"M202.747 39.505h73.978V16.743h-73.978Z\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(243.394 -36.249)\">\u003Cpath d=\"M-20.033 62.803L-21.667 62.803L-21.667 62.523Q-21.438 62.523-21.289 62.489Q-21.140 62.454-21.140 62.314L-21.140 60.465Q-21.140 60.195-21.248 60.134Q-21.356 60.072-21.667 60.072L-21.667 59.792L-20.607 59.717L-20.607 60.366Q-20.436 60.058-20.132 59.887Q-19.828 59.717-19.483 59.717Q-18.977 59.717-18.693 59.940Q-18.409 60.164-18.409 60.660L-18.409 62.314Q-18.409 62.451-18.261 62.487Q-18.112 62.523-17.886 62.523L-17.886 62.803L-19.517 62.803L-19.517 62.523Q-19.288 62.523-19.139 62.489Q-18.990 62.454-18.990 62.314L-18.990 60.674Q-18.990 60.339-19.110 60.139Q-19.230 59.939-19.544 59.939Q-19.814 59.939-20.048 60.075Q-20.282 60.212-20.421 60.446Q-20.559 60.680-20.559 60.954L-20.559 62.314Q-20.559 62.451-20.409 62.487Q-20.258 62.523-20.033 62.523L-20.033 62.803M-17.340 61.268Q-17.340 60.947-17.215 60.658Q-17.090 60.369-16.864 60.146Q-16.639 59.922-16.343 59.802Q-16.048 59.682-15.730 59.682Q-15.402 59.682-15.140 59.782Q-14.879 59.881-14.703 60.063Q-14.527 60.246-14.433 60.504Q-14.339 60.762-14.339 61.094Q-14.339 61.186-14.421 61.207L-16.676 61.207L-16.676 61.268Q-16.676 61.856-16.393 62.239Q-16.109 62.622-15.542 62.622Q-15.220 62.622-14.952 62.429Q-14.684 62.236-14.595 61.921Q-14.588 61.880-14.513 61.866L-14.421 61.866Q-14.339 61.890-14.339 61.962Q-14.339 61.969-14.345 61.996Q-14.458 62.393-14.829 62.632Q-15.200 62.871-15.624 62.871Q-16.061 62.871-16.461 62.663Q-16.861 62.454-17.100 62.087Q-17.340 61.720-17.340 61.268M-16.670 60.998L-14.855 60.998Q-14.855 60.721-14.952 60.469Q-15.050 60.216-15.248 60.060Q-15.446 59.905-15.730 59.905Q-16.007 59.905-16.220 60.063Q-16.434 60.222-16.552 60.477Q-16.670 60.732-16.670 60.998M-12.568 62.803L-13.891 62.803L-13.891 62.523Q-13.330 62.523-12.951 62.123L-12.237 61.326L-13.149 60.277Q-13.286 60.130-13.435 60.098Q-13.583 60.065-13.850 60.065L-13.850 59.785L-12.349 59.785L-12.349 60.065Q-12.541 60.065-12.541 60.199Q-12.541 60.229-12.510 60.277L-11.915 60.961L-11.474 60.465Q-11.362 60.335-11.362 60.219Q-11.362 60.157-11.399 60.111Q-11.437 60.065-11.495 60.065L-11.495 59.785L-10.179 59.785L-10.179 60.065Q-10.739 60.065-11.119 60.465L-11.741 61.166L-10.746 62.314Q-10.647 62.413-10.546 62.458Q-10.446 62.502-10.334 62.512Q-10.223 62.523-10.046 62.523L-10.046 62.803L-11.539 62.803L-11.539 62.523Q-11.474 62.523-11.414 62.489Q-11.355 62.454-11.355 62.389Q-11.355 62.342-11.385 62.314L-12.062 61.528L-12.595 62.123Q-12.708 62.253-12.708 62.369Q-12.708 62.434-12.667 62.478Q-12.626 62.523-12.568 62.523L-12.568 62.803M-9.024 61.962L-9.024 60.065L-9.663 60.065L-9.663 59.843Q-9.345 59.843-9.128 59.633Q-8.911 59.423-8.810 59.113Q-8.709 58.804-8.709 58.496L-8.443 58.496L-8.443 59.785L-7.366 59.785L-7.366 60.065L-8.443 60.065L-8.443 61.949Q-8.443 62.225-8.338 62.424Q-8.234 62.622-7.974 62.622Q-7.817 62.622-7.711 62.518Q-7.605 62.413-7.556 62.260Q-7.506 62.106-7.506 61.949L-7.506 61.535L-7.239 61.535L-7.239 61.962Q-7.239 62.188-7.339 62.398Q-7.438 62.608-7.622 62.740Q-7.807 62.871-8.036 62.871Q-8.473 62.871-8.748 62.634Q-9.024 62.396-9.024 61.962\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(243.394 -36.249)\">\u003Cpath d=\"M-2.054 62.803L-3.657 62.803L-3.657 62.523Q-3.431 62.523-3.282 62.489Q-3.134 62.454-3.134 62.314L-3.134 58.695Q-3.134 58.425-3.241 58.363Q-3.349 58.302-3.657 58.302L-3.657 58.021L-2.580 57.946L-2.580 62.314Q-2.580 62.451-2.430 62.487Q-2.279 62.523-2.054 62.523L-2.054 62.803M-1.500 61.268Q-1.500 60.947-1.375 60.658Q-1.250 60.369-1.025 60.146Q-0.799 59.922-0.504 59.802Q-0.208 59.682 0.110 59.682Q0.438 59.682 0.700 59.782Q0.961 59.881 1.137 60.063Q1.313 60.246 1.407 60.504Q1.501 60.762 1.501 61.094Q1.501 61.186 1.419 61.207L-0.837 61.207L-0.837 61.268Q-0.837 61.856-0.553 62.239Q-0.269 62.622 0.298 62.622Q0.619 62.622 0.888 62.429Q1.156 62.236 1.245 61.921Q1.252 61.880 1.327 61.866L1.419 61.866Q1.501 61.890 1.501 61.962Q1.501 61.969 1.494 61.996Q1.381 62.393 1.011 62.632Q0.640 62.871 0.216 62.871Q-0.222 62.871-0.621 62.663Q-1.021 62.454-1.261 62.087Q-1.500 61.720-1.500 61.268M-0.830 60.998L0.985 60.998Q0.985 60.721 0.888 60.469Q0.790 60.216 0.592 60.060Q0.394 59.905 0.110 59.905Q-0.167 59.905-0.380 60.063Q-0.594 60.222-0.712 60.477Q-0.830 60.732-0.830 60.998M2.615 61.962L2.615 60.065L1.976 60.065L1.976 59.843Q2.294 59.843 2.511 59.633Q2.728 59.423 2.829 59.113Q2.930 58.804 2.930 58.496L3.196 58.496L3.196 59.785L4.273 59.785L4.273 60.065L3.196 60.065L3.196 61.949Q3.196 62.225 3.301 62.424Q3.405 62.622 3.665 62.622Q3.822 62.622 3.928 62.518Q4.034 62.413 4.083 62.260Q4.133 62.106 4.133 61.949L4.133 61.535L4.400 61.535L4.400 61.962Q4.400 62.188 4.300 62.398Q4.201 62.608 4.017 62.740Q3.832 62.871 3.603 62.871Q3.166 62.871 2.891 62.634Q2.615 62.396 2.615 61.962M5.736 61.962L5.736 60.065L5.097 60.065L5.097 59.843Q5.415 59.843 5.632 59.633Q5.849 59.423 5.950 59.113Q6.050 58.804 6.050 58.496L6.317 58.496L6.317 59.785L7.394 59.785L7.394 60.065L6.317 60.065L6.317 61.949Q6.317 62.225 6.421 62.424Q6.526 62.622 6.785 62.622Q6.943 62.622 7.048 62.518Q7.154 62.413 7.204 62.260Q7.254 62.106 7.254 61.949L7.254 61.535L7.520 61.535L7.520 61.962Q7.520 62.188 7.421 62.398Q7.322 62.608 7.137 62.740Q6.953 62.871 6.724 62.871Q6.286 62.871 6.011 62.634Q5.736 62.396 5.736 61.962M8.289 61.268Q8.289 60.947 8.414 60.658Q8.539 60.369 8.764 60.146Q8.990 59.922 9.286 59.802Q9.581 59.682 9.899 59.682Q10.227 59.682 10.489 59.782Q10.750 59.881 10.926 60.063Q11.102 60.246 11.196 60.504Q11.290 60.762 11.290 61.094Q11.290 61.186 11.208 61.207L8.952 61.207L8.952 61.268Q8.952 61.856 9.236 62.239Q9.520 62.622 10.087 62.622Q10.408 62.622 10.677 62.429Q10.945 62.236 11.034 61.921Q11.041 61.880 11.116 61.866L11.208 61.866Q11.290 61.890 11.290 61.962Q11.290 61.969 11.283 61.996Q11.171 62.393 10.800 62.632Q10.429 62.871 10.005 62.871Q9.568 62.871 9.168 62.663Q8.768 62.454 8.528 62.087Q8.289 61.720 8.289 61.268M8.959 60.998L10.774 60.998Q10.774 60.721 10.677 60.469Q10.579 60.216 10.381 60.060Q10.183 59.905 9.899 59.905Q9.622 59.905 9.409 60.063Q9.195 60.222 9.077 60.477Q8.959 60.732 8.959 60.998M13.628 62.803L11.892 62.803L11.892 62.523Q12.121 62.523 12.269 62.489Q12.418 62.454 12.418 62.314L12.418 60.465Q12.418 60.195 12.310 60.134Q12.203 60.072 11.892 60.072L11.892 59.792L12.921 59.717L12.921 60.424Q13.050 60.116 13.293 59.917Q13.536 59.717 13.854 59.717Q14.072 59.717 14.243 59.841Q14.414 59.966 14.414 60.178Q14.414 60.315 14.315 60.414Q14.216 60.513 14.083 60.513Q13.946 60.513 13.847 60.414Q13.748 60.315 13.748 60.178Q13.748 60.038 13.847 59.939Q13.556 59.939 13.356 60.135Q13.156 60.332 13.064 60.626Q12.972 60.920 12.972 61.200L12.972 62.314Q12.972 62.523 13.628 62.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(243.394 -36.249)\">\u003Cpath d=\"M-17.930 69.320Q-17.930 68.978-17.795 68.679Q-17.660 68.380-17.420 68.156Q-17.181 67.932-16.863 67.807Q-16.545 67.682-16.214 67.682Q-15.769 67.682-15.370 67.898Q-14.970 68.113-14.735 68.491Q-14.501 68.868-14.501 69.320Q-14.501 69.661-14.643 69.945Q-14.785 70.229-15.029 70.436Q-15.274 70.642-15.583 70.757Q-15.892 70.871-16.214 70.871Q-16.644 70.871-17.046 70.670Q-17.448 70.468-17.689 70.116Q-17.930 69.764-17.930 69.320M-16.214 70.622Q-15.612 70.622-15.388 70.244Q-15.164 69.866-15.164 69.234Q-15.164 68.622-15.399 68.263Q-15.633 67.905-16.214 67.905Q-17.266 67.905-17.266 69.234Q-17.266 69.866-17.041 70.244Q-16.815 70.622-16.214 70.622M-12.157 70.803L-13.893 70.803L-13.893 70.523Q-13.664 70.523-13.515 70.489Q-13.367 70.454-13.367 70.314L-13.367 68.465Q-13.367 68.195-13.474 68.134Q-13.582 68.072-13.893 68.072L-13.893 67.792L-12.864 67.717L-12.864 68.424Q-12.734 68.116-12.492 67.917Q-12.249 67.717-11.931 67.717Q-11.712 67.717-11.541 67.841Q-11.370 67.966-11.370 68.178Q-11.370 68.315-11.470 68.414Q-11.569 68.513-11.702 68.513Q-11.839 68.513-11.938 68.414Q-12.037 68.315-12.037 68.178Q-12.037 68.038-11.938 67.939Q-12.228 67.939-12.428 68.135Q-12.628 68.332-12.721 68.626Q-12.813 68.920-12.813 69.200L-12.813 70.314Q-12.813 70.523-12.157 70.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(243.394 -36.249)\">\u003Cpath d=\"M-7.276 70.803L-7.543 70.803L-7.543 66.695Q-7.543 66.425-7.650 66.363Q-7.758 66.302-8.069 66.302L-8.069 66.021L-6.989 65.946L-6.989 68.116Q-6.780 67.925-6.495 67.821Q-6.210 67.717-5.912 67.717Q-5.594 67.717-5.297 67.838Q-5 67.959-4.777 68.175Q-4.555 68.390-4.429 68.675Q-4.302 68.961-4.302 69.292Q-4.302 69.737-4.542 70.101Q-4.781 70.465-5.174 70.668Q-5.567 70.871-6.011 70.871Q-6.206 70.871-6.396 70.815Q-6.585 70.759-6.746 70.654Q-6.907 70.550-7.047 70.389L-7.276 70.803M-6.961 68.458L-6.961 70.075Q-6.825 70.335-6.584 70.492Q-6.343 70.649-6.066 70.649Q-5.772 70.649-5.560 70.542Q-5.348 70.434-5.215 70.242Q-5.082 70.051-5.023 69.812Q-4.965 69.573-4.965 69.292Q-4.965 68.933-5.059 68.629Q-5.153 68.325-5.381 68.132Q-5.608 67.939-5.974 67.939Q-6.274 67.939-6.541 68.075Q-6.808 68.212-6.961 68.458M-1.999 70.803L-3.602 70.803L-3.602 70.523Q-3.376 70.523-3.227 70.489Q-3.079 70.454-3.079 70.314L-3.079 66.695Q-3.079 66.425-3.186 66.363Q-3.294 66.302-3.602 66.302L-3.602 66.021L-2.525 65.946L-2.525 70.314Q-2.525 70.451-2.375 70.487Q-2.224 70.523-1.999 70.523L-1.999 70.803M-1.346 70.075Q-1.346 69.743-1.122 69.516Q-0.898 69.289-0.554 69.161Q-0.211 69.032 0.162 68.980Q0.534 68.927 0.838 68.927L0.838 68.674Q0.838 68.469 0.731 68.289Q0.623 68.110 0.442 68.007Q0.261 67.905 0.052 67.905Q-0.355 67.905-0.590 67.997Q-0.501 68.034-0.455 68.118Q-0.409 68.202-0.409 68.304Q-0.409 68.400-0.455 68.479Q-0.501 68.557-0.582 68.602Q-0.662 68.646-0.751 68.646Q-0.901 68.646-1.002 68.549Q-1.103 68.451-1.103 68.304Q-1.103 67.682 0.052 67.682Q0.264 67.682 0.514 67.746Q0.763 67.809 0.965 67.928Q1.166 68.048 1.293 68.233Q1.419 68.417 1.419 68.660L1.419 70.236Q1.419 70.352 1.481 70.448Q1.542 70.543 1.655 70.543Q1.765 70.543 1.830 70.449Q1.895 70.355 1.895 70.236L1.895 69.788L2.161 69.788L2.161 70.236Q2.161 70.506 1.934 70.671Q1.707 70.837 1.426 70.837Q1.218 70.837 1.081 70.683Q0.944 70.530 0.920 70.314Q0.773 70.581 0.491 70.726Q0.209 70.871-0.115 70.871Q-0.392 70.871-0.676 70.796Q-0.960 70.721-1.153 70.542Q-1.346 70.362-1.346 70.075M-0.730 70.075Q-0.730 70.249-0.630 70.379Q-0.529 70.509-0.373 70.579Q-0.218 70.649-0.054 70.649Q0.165 70.649 0.374 70.552Q0.582 70.454 0.710 70.273Q0.838 70.092 0.838 69.866L0.838 69.138Q0.514 69.138 0.148 69.229Q-0.218 69.320-0.474 69.532Q-0.730 69.743-0.730 70.075M4.260 70.803L2.626 70.803L2.626 70.523Q2.855 70.523 3.004 70.489Q3.152 70.454 3.152 70.314L3.152 68.465Q3.152 68.195 3.045 68.134Q2.937 68.072 2.626 68.072L2.626 67.792L3.686 67.717L3.686 68.366Q3.856 68.058 4.161 67.887Q4.465 67.717 4.810 67.717Q5.316 67.717 5.600 67.940Q5.883 68.164 5.883 68.660L5.883 70.314Q5.883 70.451 6.032 70.487Q6.181 70.523 6.406 70.523L6.406 70.803L4.776 70.803L4.776 70.523Q5.005 70.523 5.154 70.489Q5.302 70.454 5.302 70.314L5.302 68.674Q5.302 68.339 5.183 68.139Q5.063 67.939 4.749 67.939Q4.478 67.939 4.244 68.075Q4.010 68.212 3.872 68.446Q3.733 68.680 3.733 68.954L3.733 70.314Q3.733 70.451 3.884 70.487Q4.034 70.523 4.260 70.523L4.260 70.803M8.590 70.803L7.008 70.803L7.008 70.523Q7.237 70.523 7.385 70.489Q7.534 70.454 7.534 70.314L7.534 66.695Q7.534 66.425 7.426 66.363Q7.319 66.302 7.008 66.302L7.008 66.021L8.088 65.946L8.088 69.234L9.072 68.465Q9.277 68.328 9.277 68.178Q9.277 68.134 9.236 68.099Q9.195 68.065 9.151 68.065L9.151 67.785L10.515 67.785L10.515 68.065Q10.026 68.065 9.506 68.465L8.949 68.899L9.927 70.123Q10.128 70.369 10.262 70.446Q10.395 70.523 10.682 70.523L10.682 70.803L9.250 70.803L9.250 70.523Q9.438 70.523 9.438 70.410Q9.438 70.314 9.284 70.123L8.549 69.214L8.067 69.593L8.067 70.314Q8.067 70.451 8.216 70.487Q8.365 70.523 8.590 70.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M15.16 70.803c34.103 0 44.175-31.015 73.779-41.79\"\u002F>\u003Cpath stroke=\"none\" d=\"m91.382 28.124-4.62-.532 2.177 1.421-.755 2.488\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M15.16-14.555c34.103 0 44.175 31.015 73.779 41.79\"\u002F>\u003Cpath stroke=\"none\" d=\"m91.382 28.124-3.198-3.377.755 2.488-2.178 1.42\"\u002F>\u003C\u002Fg>\u003Cg fill=\"var(--tk-accent)\" stroke=\"var(--tk-accent)\" style=\"stroke-width:.8\">\u003Cpath fill=\"none\" d=\"M160.468 28.124h39.48\"\u002F>\u003Cpath stroke=\"none\" d=\"m202.547 28.124-4.16-2.08 1.56 2.08-1.56 2.08\"\u002F>\u003C\u002Fg>\u003Cpath fill=\"none\" d=\"M239.736 16.543c0-88.613-135.964-31.098-222.577-31.098\"\u002F>\u003Cpath stroke=\"none\" d=\"m15.16-14.555 3.2 1.6-1.2-1.6 1.2-1.6\"\u002F>\u003Cg stroke=\"none\" font-family=\"cmr7\" font-size=\"7\">\u003Cg transform=\"translate(191.913 -107.02)\">\u003Cpath d=\"M-19.917 70.803L-21.650 70.803L-21.650 70.523Q-21.424 70.523-21.275 70.489Q-21.127 70.454-21.127 70.314L-21.127 68.065L-21.715 68.065L-21.715 67.785L-21.127 67.785L-21.127 66.968Q-21.127 66.650-20.949 66.402Q-20.771 66.155-20.481 66.014Q-20.190 65.874-19.879 65.874Q-19.623 65.874-19.419 66.016Q-19.216 66.158-19.216 66.401Q-19.216 66.537-19.315 66.636Q-19.414 66.736-19.551 66.736Q-19.688 66.736-19.787 66.636Q-19.886 66.537-19.886 66.401Q-19.886 66.220-19.746 66.127Q-19.824 66.100-19.924 66.100Q-20.132 66.100-20.286 66.233Q-20.440 66.366-20.520 66.570Q-20.600 66.773-20.600 66.982L-20.600 67.785L-19.712 67.785L-19.712 68.065L-20.573 68.065L-20.573 70.314Q-20.573 70.523-19.917 70.523L-19.917 70.803M-19.278 69.268Q-19.278 68.947-19.153 68.658Q-19.028 68.369-18.802 68.146Q-18.577 67.922-18.281 67.802Q-17.986 67.682-17.668 67.682Q-17.340 67.682-17.078 67.782Q-16.817 67.881-16.641 68.063Q-16.465 68.246-16.371 68.504Q-16.277 68.762-16.277 69.094Q-16.277 69.186-16.359 69.207L-18.614 69.207L-18.614 69.268Q-18.614 69.856-18.331 70.239Q-18.047 70.622-17.480 70.622Q-17.158 70.622-16.890 70.429Q-16.622 70.236-16.533 69.921Q-16.526 69.880-16.451 69.866L-16.359 69.866Q-16.277 69.890-16.277 69.962Q-16.277 69.969-16.283 69.996Q-16.396 70.393-16.767 70.632Q-17.138 70.871-17.562 70.871Q-17.999 70.871-18.399 70.663Q-18.799 70.454-19.038 70.087Q-19.278 69.720-19.278 69.268M-18.608 68.998L-16.793 68.998Q-16.793 68.721-16.890 68.469Q-16.987 68.216-17.186 68.060Q-17.384 67.905-17.668 67.905Q-17.945 67.905-18.158 68.063Q-18.372 68.222-18.490 68.477Q-18.608 68.732-18.608 68.998M-15.730 69.268Q-15.730 68.947-15.605 68.658Q-15.480 68.369-15.255 68.146Q-15.029 67.922-14.733 67.802Q-14.438 67.682-14.120 67.682Q-13.792 67.682-13.530 67.782Q-13.269 67.881-13.093 68.063Q-12.917 68.246-12.823 68.504Q-12.729 68.762-12.729 69.094Q-12.729 69.186-12.811 69.207L-15.067 69.207L-15.067 69.268Q-15.067 69.856-14.783 70.239Q-14.499 70.622-13.932 70.622Q-13.611 70.622-13.342 70.429Q-13.074 70.236-12.985 69.921Q-12.978 69.880-12.903 69.866L-12.811 69.866Q-12.729 69.890-12.729 69.962Q-12.729 69.969-12.736 69.996Q-12.848 70.393-13.219 70.632Q-13.590 70.871-14.014 70.871Q-14.451 70.871-14.851 70.663Q-15.251 70.454-15.490 70.087Q-15.730 69.720-15.730 69.268M-15.060 68.998L-13.245 68.998Q-13.245 68.721-13.342 68.469Q-13.440 68.216-13.638 68.060Q-13.836 67.905-14.120 67.905Q-14.397 67.905-14.610 68.063Q-14.824 68.222-14.942 68.477Q-15.060 68.732-15.060 68.998M-12.141 69.292Q-12.141 68.954-12.001 68.663Q-11.861 68.373-11.616 68.159Q-11.372 67.946-11.068 67.831Q-10.763 67.717-10.439 67.717Q-10.169 67.717-9.905 67.816Q-9.642 67.915-9.451 68.093L-9.451 66.695Q-9.451 66.425-9.559 66.363Q-9.666 66.302-9.977 66.302L-9.977 66.021L-8.901 65.946L-8.901 70.130Q-8.901 70.318-8.846 70.401Q-8.791 70.485-8.690 70.504Q-8.590 70.523-8.374 70.523L-8.374 70.803L-9.482 70.871L-9.482 70.454Q-9.899 70.871-10.524 70.871Q-10.955 70.871-11.327 70.659Q-11.700 70.448-11.920 70.087Q-12.141 69.726-12.141 69.292M-10.466 70.649Q-10.258 70.649-10.071 70.577Q-9.885 70.506-9.731 70.369Q-9.577 70.232-9.482 70.054L-9.482 68.445Q-9.567 68.298-9.712 68.178Q-9.858 68.058-10.027 67.999Q-10.196 67.939-10.377 67.939Q-10.938 67.939-11.206 68.328Q-11.474 68.718-11.474 69.299Q-11.474 69.870-11.240 70.260Q-11.006 70.649-10.466 70.649\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(191.913 -107.02)\">\u003Cpath d=\"M-4.207 70.803L-4.474 70.803L-4.474 66.695Q-4.474 66.425-4.581 66.363Q-4.689 66.302-5 66.302L-5 66.021L-3.920 65.946L-3.920 68.116Q-3.711 67.925-3.426 67.821Q-3.141 67.717-2.843 67.717Q-2.525 67.717-2.228 67.838Q-1.931 67.959-1.708 68.175Q-1.486 68.390-1.360 68.675Q-1.233 68.961-1.233 69.292Q-1.233 69.737-1.473 70.101Q-1.712 70.465-2.105 70.668Q-2.498 70.871-2.942 70.871Q-3.137 70.871-3.327 70.815Q-3.516 70.759-3.677 70.654Q-3.838 70.550-3.978 70.389L-4.207 70.803M-3.892 68.458L-3.892 70.075Q-3.756 70.335-3.515 70.492Q-3.274 70.649-2.997 70.649Q-2.703 70.649-2.491 70.542Q-2.279 70.434-2.146 70.242Q-2.013 70.051-1.954 69.812Q-1.896 69.573-1.896 69.292Q-1.896 68.933-1.990 68.629Q-2.084 68.325-2.312 68.132Q-2.539 67.939-2.905 67.939Q-3.205 67.939-3.472 68.075Q-3.739 68.212-3.892 68.458M-0.539 70.075Q-0.539 69.743-0.316 69.516Q-0.092 69.289 0.252 69.161Q0.595 69.032 0.968 68.980Q1.340 68.927 1.645 68.927L1.645 68.674Q1.645 68.469 1.537 68.289Q1.429 68.110 1.248 68.007Q1.067 67.905 0.859 67.905Q0.452 67.905 0.216 67.997Q0.305 68.034 0.351 68.118Q0.397 68.202 0.397 68.304Q0.397 68.400 0.351 68.479Q0.305 68.557 0.224 68.602Q0.144 68.646 0.055 68.646Q-0.095 68.646-0.196 68.549Q-0.297 68.451-0.297 68.304Q-0.297 67.682 0.859 67.682Q1.070 67.682 1.320 67.746Q1.569 67.809 1.771 67.928Q1.973 68.048 2.099 68.233Q2.226 68.417 2.226 68.660L2.226 70.236Q2.226 70.352 2.287 70.448Q2.349 70.543 2.462 70.543Q2.571 70.543 2.636 70.449Q2.701 70.355 2.701 70.236L2.701 69.788L2.967 69.788L2.967 70.236Q2.967 70.506 2.740 70.671Q2.513 70.837 2.233 70.837Q2.024 70.837 1.887 70.683Q1.751 70.530 1.727 70.314Q1.580 70.581 1.298 70.726Q1.016 70.871 0.691 70.871Q0.414 70.871 0.130 70.796Q-0.153 70.721-0.346 70.542Q-0.539 70.362-0.539 70.075M0.076 70.075Q0.076 70.249 0.177 70.379Q0.277 70.509 0.433 70.579Q0.589 70.649 0.753 70.649Q0.971 70.649 1.180 70.552Q1.388 70.454 1.516 70.273Q1.645 70.092 1.645 69.866L1.645 69.138Q1.320 69.138 0.954 69.229Q0.589 69.320 0.332 69.532Q0.076 69.743 0.076 70.075M3.384 69.292Q3.384 68.964 3.519 68.663Q3.654 68.363 3.890 68.142Q4.126 67.922 4.430 67.802Q4.734 67.682 5.059 67.682Q5.565 67.682 5.914 67.785Q6.262 67.887 6.262 68.263Q6.262 68.410 6.165 68.511Q6.068 68.612 5.921 68.612Q5.767 68.612 5.668 68.513Q5.568 68.414 5.568 68.263Q5.568 68.075 5.709 67.983Q5.507 67.932 5.066 67.932Q4.711 67.932 4.482 68.128Q4.253 68.325 4.152 68.634Q4.051 68.944 4.051 69.292Q4.051 69.641 4.177 69.947Q4.304 70.253 4.558 70.437Q4.813 70.622 5.169 70.622Q5.391 70.622 5.575 70.538Q5.760 70.454 5.895 70.299Q6.030 70.143 6.088 69.935Q6.102 69.880 6.156 69.880L6.269 69.880Q6.300 69.880 6.322 69.904Q6.344 69.928 6.344 69.962L6.344 69.983Q6.259 70.270 6.071 70.468Q5.883 70.666 5.618 70.769Q5.353 70.871 5.059 70.871Q4.629 70.871 4.241 70.665Q3.853 70.458 3.619 70.095Q3.384 69.733 3.384 69.292\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003Cg transform=\"translate(191.913 -107.02)\">\u003Cpath d=\"M8.326 70.803L6.743 70.803L6.743 70.523Q6.972 70.523 7.121 70.489Q7.269 70.454 7.269 70.314L7.269 66.695Q7.269 66.425 7.162 66.363Q7.054 66.302 6.743 66.302L6.743 66.021L7.823 65.946L7.823 69.234L8.808 68.465Q9.013 68.328 9.013 68.178Q9.013 68.134 8.972 68.099Q8.931 68.065 8.886 68.065L8.886 67.785L10.250 67.785L10.250 68.065Q9.761 68.065 9.242 68.465L8.685 68.899L9.662 70.123Q9.864 70.369 9.997 70.446Q10.130 70.523 10.417 70.523L10.417 70.803L8.985 70.803L8.985 70.523Q9.173 70.523 9.173 70.410Q9.173 70.314 9.019 70.123L8.285 69.214L7.803 69.593L7.803 70.314Q7.803 70.451 7.951 70.487Q8.100 70.523 8.326 70.523\" fill=\"currentColor\" stroke=\"currentColor\" class=\"tikz-text\" style=\"stroke-width:0.210\"\u002F>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fg>\u003C\u002Fsvg>\u003Cfigcaption class=\"tikz-cap\">The RNN-T. An encoder reads frames left to right; a prediction network is a small language model over the letters emitted so far; a joint network combines the two to score the next output. This restores output-history conditioning that CTC drops, while keeping CTC&#39;s streaming, frame-by-frame decoding.\u003C\u002Ffigcaption>",1785117834047]