1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00
triennale-appunti-steffo/docs/bundle.8b2a9.js
2020-01-20 16:52:01 +01:00

2 lines
No EOL
210 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!function(e){function t(a){if(n[a])return n[a].exports;var i=n[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,a){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:a})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s="pwNi")}({"+uq9":function(e){e.exports={latex:"latex__34DCT"}},"0lnO":function(){},"1EpE":function(e){e.exports={split:"split__2Bl8C",splitparent:"splitparent__nqY7W",splitchild:"splitchild__3Ip86"}},"36Ou":function(){},"5m9J":function(){},"6adR":function(e,t,n){var a;(function(){function i(e){"use strict";var t={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:"Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids",type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as <br> (GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex: <div>foo</div>",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var a in t)t.hasOwnProperty(a)&&(n[a]=t[a].defaultValue);return n}function r(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",a={valid:!0,error:""};o.helper.isArray(e)||(e=[e]);for(var i=0;i<e.length;++i){var r=n+" sub-extension "+i+": ",l=e[i];if("object"!=typeof l)return a.valid=!1,a.error=r+"must be an object, but "+typeof l+" given",a;if(!o.helper.isString(l.type))return a.valid=!1,a.error=r+'property "type" must be a string, but '+typeof l.type+" given",a;var c=l.type=l.type.toLowerCase();if("language"===c&&(c=l.type="lang"),"html"===c&&(c=l.type="output"),"lang"!==c&&"output"!==c&&"listener"!==c)return a.valid=!1,a.error=r+"type "+c+' is not recognized. Valid values: "lang/language", "output/html" or "listener"',a;if("listener"===c){if(o.helper.isUndefined(l.listeners))return a.valid=!1,a.error=r+'. Extensions of type "listener" must have a property called "listeners"',a}else if(o.helper.isUndefined(l.filter)&&o.helper.isUndefined(l.regex))return a.valid=!1,a.error=r+c+' extensions must define either a "regex" property or a "filter" method',a;if(l.listeners){if("object"!=typeof l.listeners)return a.valid=!1,a.error=r+'"listeners" property must be an object but '+typeof l.listeners+" given",a;for(var s in l.listeners)if(l.listeners.hasOwnProperty(s)&&"function"!=typeof l.listeners[s])return a.valid=!1,a.error=r+'"listeners" property must be an hash of [event name]: [callback]. listeners.'+s+" must be a function but "+typeof l.listeners[s]+" given",a}if(l.filter){if("function"!=typeof l.filter)return a.valid=!1,a.error=r+'"filter" must be a function, but '+typeof l.filter+" given",a}else if(l.regex){if(o.helper.isString(l.regex)&&(l.regex=new RegExp(l.regex,"g")),!(l.regex instanceof RegExp))return a.valid=!1,a.error=r+'"regex" property must either be a string or a RegExp object, but '+typeof l.regex+" given",a;if(o.helper.isUndefined(l.replace))return a.valid=!1,a.error=r+'"regex" extensions must implement a replace string or function',a}}return a}function l(e,t){"use strict";return"¨E"+t.charCodeAt(0)+"E"}var o={},c={},s={},u=i(!0),p="vanilla",h={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:i(!0),allOn:function(){"use strict";var e=i(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};o.helper={},o.extensions={},o.setOption=function(e,t){"use strict";return u[e]=t,this},o.getOption=function(e){"use strict";return u[e]},o.getOptions=function(){"use strict";return u},o.resetOptions=function(){"use strict";u=i(!0)},o.setFlavor=function(e){"use strict";if(!h.hasOwnProperty(e))throw Error(e+" flavor was not found");o.resetOptions();var t=h[e];p=e;for(var n in t)t.hasOwnProperty(n)&&(u[n]=t[n])},o.getFlavor=function(){"use strict";return p},o.getFlavorOptions=function(e){"use strict";if(h.hasOwnProperty(e))return h[e]},o.getDefaultOptions=function(e){"use strict";return i(e)},o.subParser=function(e,t){"use strict";if(o.helper.isString(e)){if(void 0===t){if(c.hasOwnProperty(e))return c[e];throw Error("SubParser named "+e+" not registered!")}c[e]=t}},o.extension=function(e,t){"use strict";if(!o.helper.isString(e))throw Error("Extension 'name' must be a string");if(e=o.helper.stdExtName(e),o.helper.isUndefined(t)){if(!s.hasOwnProperty(e))throw Error("Extension named "+e+" is not registered!");return s[e]}"function"==typeof t&&(t=t()),o.helper.isArray(t)||(t=[t]);var n=r(t,e);if(!n.valid)throw Error(n.error);s[e]=t},o.getAllExtensions=function(){"use strict";return s},o.removeExtension=function(e){"use strict";delete s[e]},o.resetExtensions=function(){"use strict";s={}},o.validateExtension=function(e){"use strict";var t=r(e,null);return!!t.valid||(console.warn(t.error),!1)},o.hasOwnProperty("helper")||(o.helper={}),o.helper.isString=function(e){"use strict";return"string"==typeof e||e instanceof String},o.helper.isFunction=function(e){"use strict";var t={};return e&&"[object Function]"===t.toString.call(e)},o.helper.isArray=function(e){"use strict";return Array.isArray(e)},o.helper.isUndefined=function(e){"use strict";return void 0===e},o.helper.forEach=function(e,t){"use strict";if(o.helper.isUndefined(e))throw new Error("obj param is required");if(o.helper.isUndefined(t))throw new Error("callback param is required");if(!o.helper.isFunction(t))throw new Error("callback param must be a function/closure");if("function"==typeof e.forEach)e.forEach(t);else if(o.helper.isArray(e))for(var n=0;n<e.length;n++)t(e[n],n,e);else{if("object"!=typeof e)throw new Error("obj does not seem to be an array or an iterable object");for(var a in e)e.hasOwnProperty(a)&&t(e[a],a,e)}},o.helper.stdExtName=function(e){"use strict";return e.replace(/[_?*+\/\\.^-]/g,"").replace(/\s/g,"").toLowerCase()},o.helper.escapeCharactersCallback=l,o.helper.escapeCharacters=function(e,t,n){"use strict";var a="(["+t.replace(/([\[\]\\])/g,"\\$1")+"])";return n&&(a="\\\\"+a),e=e.replace(new RegExp(a,"g"),l)},o.helper.unescapeHTMLEntities=function(e){"use strict";return e.replace(/&quot;/g,'"').replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")};var b=function(e,t,n,a){"use strict";var i,r,l,o,c,s=a||"",u=s.indexOf("g")>-1,p=new RegExp(t+"|"+n,"g"+s.replace(/g/g,"")),h=new RegExp(t,s.replace(/g/g,"")),b=[];do{for(i=0;l=p.exec(e);)if(h.test(l[0]))i++||(r=p.lastIndex,o=r-l[0].length);else if(i&&!--i){c=l.index+l[0].length;var d={left:{start:o,end:r},match:{start:r,end:l.index},right:{start:l.index,end:c},wholeMatch:{start:o,end:c}};if(b.push(d),!u)return b}}while(i&&(p.lastIndex=r));return b};o.helper.matchRecursiveRegExp=function(e,t,n,a){"use strict";for(var i=b(e,t,n,a),r=[],l=0;l<i.length;++l)r.push([e.slice(i[l].wholeMatch.start,i[l].wholeMatch.end),e.slice(i[l].match.start,i[l].match.end),e.slice(i[l].left.start,i[l].left.end),e.slice(i[l].right.start,i[l].right.end)]);return r},o.helper.replaceRecursiveRegExp=function(e,t,n,a,i){"use strict";if(!o.helper.isFunction(t)){var r=t;t=function(){return r}}var l=b(e,n,a,i),c=e,s=l.length;if(s>0){var u=[];0!==l[0].wholeMatch.start&&u.push(e.slice(0,l[0].wholeMatch.start));for(var p=0;p<s;++p)u.push(t(e.slice(l[p].wholeMatch.start,l[p].wholeMatch.end),e.slice(l[p].match.start,l[p].match.end),e.slice(l[p].left.start,l[p].left.end),e.slice(l[p].right.start,l[p].right.end))),p<s-1&&u.push(e.slice(l[p].wholeMatch.end,l[p+1].wholeMatch.start));l[s-1].wholeMatch.end<e.length&&u.push(e.slice(l[s-1].wholeMatch.end)),c=u.join("")}return c},o.helper.regexIndexOf=function(e,t,n){"use strict";if(!o.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";if(t instanceof RegExp==!1)throw"InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp";var a=e.substring(n||0).search(t);return a>=0?a+(n||0):a},o.helper.splitAtIndex=function(e,t){"use strict";if(!o.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},o.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e})},o.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):(t-=e.length,t>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),o.helper.regexes={asteriskDashAndColon:/([*_:~])/g},o.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️&zwj;♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴&zwj;♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱&zwj;♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇&zwj;♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷&zwj;♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨&zwj;❤️&zwj;👨",couple_with_heart_woman_woman:"👩&zwj;❤️&zwj;👩",couplekiss_man_man:"👨&zwj;❤️&zwj;💋&zwj;👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩&zwj;❤️&zwj;💋&zwj;👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯&zwj;♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁&zwj;🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨&zwj;👦",family_man_boy_boy:"👨&zwj;👦&zwj;👦",family_man_girl:"👨&zwj;👧",family_man_girl_boy:"👨&zwj;👧&zwj;👦",family_man_girl_girl:"👨&zwj;👧&zwj;👧",family_man_man_boy:"👨&zwj;👨&zwj;👦",family_man_man_boy_boy:"👨&zwj;👨&zwj;👦&zwj;👦",family_man_man_girl:"👨&zwj;👨&zwj;👧",family_man_man_girl_boy:"👨&zwj;👨&zwj;👧&zwj;👦",family_man_man_girl_girl:"👨&zwj;👨&zwj;👧&zwj;👧",family_man_woman_boy_boy:"👨&zwj;👩&zwj;👦&zwj;👦",family_man_woman_girl:"👨&zwj;👩&zwj;👧",family_man_woman_girl_boy:"👨&zwj;👩&zwj;👧&zwj;👦",family_man_woman_girl_girl:"👨&zwj;👩&zwj;👧&zwj;👧",family_woman_boy:"👩&zwj;👦",family_woman_boy_boy:"👩&zwj;👦&zwj;👦",family_woman_girl:"👩&zwj;👧",family_woman_girl_boy:"👩&zwj;👧&zwj;👦",family_woman_girl_girl:"👩&zwj;👧&zwj;👧",family_woman_woman_boy:"👩&zwj;👩&zwj;👦",family_woman_woman_boy_boy:"👩&zwj;👩&zwj;👦&zwj;👦",family_woman_woman_girl:"👩&zwj;👩&zwj;👧",family_woman_woman_girl_boy:"👩&zwj;👩&zwj;👧&zwj;👦",family_woman_woman_girl_girl:"👩&zwj;👩&zwj;👧&zwj;👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️&zwj;♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍&zwj;♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️&zwj;♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂&zwj;♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇&zwj;♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"",heavy_multiplication_x:"✖️",heavy_plus_sign:"",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨&zwj;🎨",man_astronaut:"👨&zwj;🚀",man_cartwheeling:"🤸&zwj;♂️",man_cook:"👨&zwj;🍳",man_dancing:"🕺",man_facepalming:"🤦&zwj;♂️",man_factory_worker:"👨&zwj;🏭",man_farmer:"👨&zwj;🌾",man_firefighter:"👨&zwj;🚒",man_health_worker:"👨&zwj;⚕️",man_in_tuxedo:"🤵",man_judge:"👨&zwj;⚖️",man_juggling:"🤹&zwj;♂️",man_mechanic:"👨&zwj;🔧",man_office_worker:"👨&zwj;💼",man_pilot:"👨&zwj;✈️",man_playing_handball:"🤾&zwj;♂️",man_playing_water_polo:"🤽&zwj;♂️",man_scientist:"👨&zwj;🔬",man_shrugging:"🤷&zwj;♂️",man_singer:"👨&zwj;🎤",man_student:"👨&zwj;🎓",man_teacher:"👨&zwj;🏫",man_technologist:"👨&zwj;💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆&zwj;♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼&zwj;♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵&zwj;♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅&zwj;♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆&zwj;♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮&zwj;♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎&zwj;♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️&zwj;🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋&zwj;♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣&zwj;♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃&zwj;♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄&zwj;♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊&zwj;♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁&zwj;♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶&zwj;♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️&zwj;♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩&zwj;🎨",woman_astronaut:"👩&zwj;🚀",woman_cartwheeling:"🤸&zwj;♀️",woman_cook:"👩&zwj;🍳",woman_facepalming:"🤦&zwj;♀️",woman_factory_worker:"👩&zwj;🏭",woman_farmer:"👩&zwj;🌾",woman_firefighter:"👩&zwj;🚒",woman_health_worker:"👩&zwj;⚕️",woman_judge:"👩&zwj;⚖️",woman_juggling:"🤹&zwj;♀️",woman_mechanic:"👩&zwj;🔧",woman_office_worker:"👩&zwj;💼",woman_pilot:"👩&zwj;✈️",woman_playing_handball:"🤾&zwj;♀️",woman_playing_water_polo:"🤽&zwj;♀️",woman_scientist:"👩&zwj;🔬",woman_shrugging:"🤷&zwj;♀️",woman_singer:"👩&zwj;🎤",woman_student:"👩&zwj;🎓",woman_teacher:"👩&zwj;🏫",woman_technologist:"👩&zwj;💻",woman_with_turban:"👳&zwj;♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼&zwj;♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:'<img alt=":octocat:" height="20" width="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">',showdown:"<span style=\"font-family: 'Anonymous Pro', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;\">S</span>"},o.Converter=function(e){"use strict";function t(e,t){if(t=t||null,o.helper.isString(e)){if(e=o.helper.stdExtName(e),t=e,o.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void n(o.extensions[e],e);if(o.helper.isUndefined(s[e]))throw Error('Extension "'+e+'" could not be loaded. It was either not found or is not a valid extension.');e=s[e]}"function"==typeof e&&(e=e()),o.helper.isArray(e)||(e=[e]);var i=r(e,t);if(!i.valid)throw Error(i.error);for(var l=0;l<e.length;++l){switch(e[l].type){case"lang":c.push(e[l]);break;case"output":b.push(e[l])}if(e[l].hasOwnProperty("listeners"))for(var u in e[l].listeners)e[l].listeners.hasOwnProperty(u)&&a(u,e[l].listeners[u])}}function n(e,t){"function"==typeof e&&(e=e(new o.Converter)),o.helper.isArray(e)||(e=[e]);var n=r(e,t);if(!n.valid)throw Error(n.error);for(var a=0;a<e.length;++a)switch(e[a].type){case"lang":c.push(e[a]);break;case"output":b.push(e[a]);break;default:throw Error("Extension loader error: Type unrecognized!!!")}}function a(e,t){if(!o.helper.isString(e))throw Error("Invalid argument in converter.listen() method: name must be a string, but "+typeof e+" given");if("function"!=typeof t)throw Error("Invalid argument in converter.listen() method: callback must be a function, but "+typeof t+" given");d.hasOwnProperty(e)||(d[e]=[]),d[e].push(t)}function i(e){var t=e.match(/^\s*/)[0].length;return e.replace(new RegExp("^\\s{0,"+t+"}","gm"),"")}var l={},c=[],b=[],d={},m=p,f={parsed:{},raw:"",format:""};!function(){e=e||{};for(var n in u)u.hasOwnProperty(n)&&(l[n]=u[n]);if("object"!=typeof e)throw Error("Converter expects the passed parameter to be an object, but "+typeof e+" was passed instead.");for(var a in e)e.hasOwnProperty(a)&&(l[a]=e[a]);l.extensions&&o.helper.forEach(l.extensions,t)}(),this._dispatch=function(e,t,n,a){if(d.hasOwnProperty(e))for(var i=0;i<d[e].length;++i){var r=d[e][i](e,t,this,n,a);r&&void 0!==r&&(t=r)}return t},this.listen=function(e,t){return a(e,t),this},this.makeHtml=function(e){if(!e)return e;var t={gHtmlBlocks:[],gHtmlMdBlocks:[],gHtmlSpans:[],gUrls:{},gTitles:{},gDimensions:{},gListLevel:0,hashLinkCounts:{},langExtensions:c,outputModifiers:b,converter:this,ghCodeBlocks:[],metadata:{parsed:{},raw:"",format:""}};return e=e.replace(/¨/g,"¨T"),e=e.replace(/\$/g,"¨D"),e=e.replace(/\r\n/g,"\n"),e=e.replace(/\r/g,"\n"),e=e.replace(/\u00A0/g,"&nbsp;"),l.smartIndentationFix&&(e=i(e)),e="\n\n"+e+"\n\n",e=o.subParser("detab")(e,l,t),e=e.replace(/^[ \t]+$/gm,""),o.helper.forEach(c,function(n){e=o.subParser("runExtension")(n,e,l,t)}),e=o.subParser("metadata")(e,l,t),e=o.subParser("hashPreCodeTags")(e,l,t),e=o.subParser("githubCodeBlocks")(e,l,t),e=o.subParser("hashHTMLBlocks")(e,l,t),e=o.subParser("hashCodeTags")(e,l,t),e=o.subParser("stripLinkDefinitions")(e,l,t),e=o.subParser("blockGamut")(e,l,t),e=o.subParser("unhashHTMLSpans")(e,l,t),e=o.subParser("unescapeSpecialChars")(e,l,t),e=e.replace(/¨D/g,"$$"),e=e.replace(/¨T/g,"¨"),e=o.subParser("completeHTMLDocument")(e,l,t),o.helper.forEach(b,function(n){e=o.subParser("runExtension")(n,e,l,t)}),f=t.metadata,e},this.makeMarkdown=this.makeMd=function(e,t){function n(e){for(var t=0;t<e.childNodes.length;++t){var a=e.childNodes[t];3===a.nodeType?/\S/.test(a.nodeValue)?(a.nodeValue=a.nodeValue.split("\n").join(" "),a.nodeValue=a.nodeValue.replace(/(\s)+/g,"$1")):(e.removeChild(a),--t):1===a.nodeType&&n(a)}}if(e=e.replace(/\r\n/g,"\n"),e=e.replace(/\r/g,"\n"),e=e.replace(/>[ \t]+</,">¨NBSP;<"),!t){if(!window||!window.document)throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");t=window.document}var a=t.createElement("div");a.innerHTML=e;var i={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],a=0;a<t.length;++a)if(1===t[a].childElementCount&&"code"===t[a].firstChild.tagName.toLowerCase()){var i=t[a].firstChild.innerHTML.trim(),r=t[a].firstChild.getAttribute("data-language")||"";if(""===r)for(var l=t[a].firstChild.className.split(" "),c=0;c<l.length;++c){var s=l[c].match(/^language-(.+)$/);if(null!==s){r=s[1];break}}i=o.helper.unescapeHTMLEntities(i),n.push(i),t[a].outerHTML='<precode language="'+r+'" precodenum="'+a.toString()+'"></precode>'}else n.push(t[a].innerHTML),t[a].innerHTML="",t[a].setAttribute("prenum",a.toString());return n}(a)};n(a);for(var r=a.childNodes,l="",c=0;c<r.length;c++)l+=o.subParser("makeMarkdown.node")(r[c],i);return l},this.setOption=function(e,t){l[e]=t},this.getOption=function(e){return l[e]},this.getOptions=function(){return l},this.addExtension=function(e,n){n=n||null,t(e,n)},this.useExtension=function(e){t(e)},this.setFlavor=function(e){if(!h.hasOwnProperty(e))throw Error(e+" flavor was not found");var t=h[e];m=e;for(var n in t)t.hasOwnProperty(n)&&(l[n]=t[n])},this.getFlavor=function(){return m},this.removeExtension=function(e){o.helper.isArray(e)||(e=[e]);for(var t=0;t<e.length;++t){for(var n=e[t],a=0;a<c.length;++a)c[a]===n&&c[a].splice(a,1);for(;0<b.length;++a)b[0]===n&&b[0].splice(a,1)}},this.getAllExtensions=function(){return{language:c,output:b}},this.getMetadata=function(e){return e?f.raw:f.parsed},this.getMetadataFormat=function(){return f.format},this._setMetadataPair=function(e,t){f.parsed[e]=t},this._setMetadataFormat=function(e){f.format=e},this._setMetadataRaw=function(e){f.raw=e}},o.subParser("anchors",function(e,t,n){"use strict";e=n.converter._dispatch("anchors.before",e,t,n);var a=function(e,a,i,r,l,c,s){if(o.helper.isUndefined(s)&&(s=""),i=i.toLowerCase(),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)r="";else if(!r){if(i||(i=a.toLowerCase().replace(/ ?\n/g," ")),r="#"+i,o.helper.isUndefined(n.gUrls[i]))return e;r=n.gUrls[i],o.helper.isUndefined(n.gTitles[i])||(s=n.gTitles[i])}r=r.replace(o.helper.regexes.asteriskDashAndColon,o.helper.escapeCharactersCallback);var u='<a href="'+r+'"';return""!==s&&null!==s&&(s=s.replace(/"/g,"&quot;"),s=s.replace(o.helper.regexes.asteriskDashAndColon,o.helper.escapeCharactersCallback),u+=' title="'+s+'"'),t.openLinksInNewWindow&&!/^#/.test(r)&&(u+=' rel="noopener noreferrer" target="¨E95Eblank"'),u+=">"+a+"</a>"};return e=e.replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,a),e=e.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,a),e=e.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,a),e=e.replace(/\[([^\[\]]+)]()()()()()/g,a),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,function(e,n,a,i,r){if("\\"===a)return n+i;if(!o.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var l=t.ghMentionsLink.replace(/\{u}/g,r),c="";return t.openLinksInNewWindow&&(c=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'<a href="'+l+'"'+c+">"+i+"</a>"})),e=n.converter._dispatch("anchors.after",e,t,n)});var d=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,m=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,f=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,g=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,_=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,j=function(e){"use strict";return function(t,n,a,i,r,l,c){a=a.replace(o.helper.regexes.asteriskDashAndColon,o.helper.escapeCharactersCallback);var s=a,u="",p="",h=n||"",b=c||"";return/^www\./i.test(a)&&(a=a.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&l&&(u=l),e.openLinksInNewWindow&&(p=' rel="noopener noreferrer" target="¨E95Eblank"'),h+'<a href="'+a+'"'+p+">"+s+"</a>"+u+b}},O=function(e,t){"use strict";return function(n,a,i){var r="mailto:";return a=a||"",i=o.subParser("unescapeSpecialChars")(i,e,t),e.encodeEmails?(r=o.helper.encodeEmailAddress(r+i),i=o.helper.encodeEmailAddress(i)):r+=i,a+'<a href="'+r+'">'+i+"</a>"}};o.subParser("autoLinks",function(e,t,n){"use strict";return e=n.converter._dispatch("autoLinks.before",e,t,n),e=e.replace(f,j(t)),e=e.replace(_,O(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)}),o.subParser("simplifiedAutoLinks",function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=t.excludeTrailingPunctuationFromURLs?e.replace(m,j(t)):e.replace(d,j(t)),e=e.replace(g,O(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e}),o.subParser("blockGamut",function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=o.subParser("blockQuotes")(e,t,n),e=o.subParser("headers")(e,t,n),e=o.subParser("horizontalRule")(e,t,n),e=o.subParser("lists")(e,t,n),e=o.subParser("codeBlocks")(e,t,n),e=o.subParser("tables")(e,t,n),e=o.subParser("hashHTMLBlocks")(e,t,n),e=o.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)}),o.subParser("blockQuotes",function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var a=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(a=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(a,function(e){return e=e.replace(/^[ \t]*>[ \t]?/gm,""),e=e.replace(/¨0/g,""),e=e.replace(/^[ \t]+$/gm,""),e=o.subParser("githubCodeBlocks")(e,t,n),e=o.subParser("blockGamut")(e,t,n),e=e.replace(/(^|\n)/g,"$1 "),e=e.replace(/(\s*<pre>[^\r]+?<\/pre>)/gm,function(e,t){var n=t;return n=n.replace(/^ /gm,"¨0"),n=n.replace(/¨0/g,"")}),o.subParser("hashBlock")("<blockquote>\n"+e+"\n</blockquote>",t,n)}),e=n.converter._dispatch("blockQuotes.after",e,t,n)}),o.subParser("codeBlocks",function(e,t,n){"use strict";return e=n.converter._dispatch("codeBlocks.before",e,t,n),e+="¨0",e=e.replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,function(e,a,i){var r=a,l=i,c="\n";return r=o.subParser("outdent")(r,t,n),r=o.subParser("encodeCode")(r,t,n),r=o.subParser("detab")(r,t,n),r=r.replace(/^\n+/g,""),r=r.replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(c=""),r="<pre><code>"+r+c+"</code></pre>",o.subParser("hashBlock")(r,t,n)+l}),e=e.replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)}),o.subParser("codeSpans",function(e,t,n){"use strict";return e=n.converter._dispatch("codeSpans.before",e,t,n),void 0===e&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,function(e,a,i,r){var l=r;return l=l.replace(/^([ \t]*)/g,""),l=l.replace(/[ \t]*$/g,""),l=o.subParser("encodeCode")(l,t,n),l=a+"<code>"+l+"</code>",l=o.subParser("hashHTMLSpans")(l,t,n)}),e=n.converter._dispatch("codeSpans.after",e,t,n)}),o.subParser("completeHTMLDocument",function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var a="html",i="<!DOCTYPE HTML>\n",r="",l='<meta charset="utf-8">\n',o="",c="";void 0!==n.metadata.parsed.doctype&&(i="<!DOCTYPE "+n.metadata.parsed.doctype+">\n","html"!==(a=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==a||(l='<meta charset="utf-8">'));for(var s in n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(s))switch(s.toLowerCase()){case"doctype":break;case"title":r="<title>"+n.metadata.parsed.title+"</title>\n";break;case"charset":l="html"===a||"html5"===a?'<meta charset="'+n.metadata.parsed.charset+'">\n':'<meta name="charset" content="'+n.metadata.parsed.charset+'">\n';break;case"language":case"lang":o=' lang="'+n.metadata.parsed[s]+'"',c+='<meta name="'+s+'" content="'+n.metadata.parsed[s]+'">\n';break;default:c+='<meta name="'+s+'" content="'+n.metadata.parsed[s]+'">\n'}return e=i+"<html"+o+">\n<head>\n"+r+l+c+"</head>\n<body>\n"+e.trim()+"\n</body>\n</html>",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)}),o.subParser("detab",function(e,t,n){"use strict";return e=n.converter._dispatch("detab.before",e,t,n),e=e.replace(/\t(?=\t)/g," "),e=e.replace(/\t/g,"¨A¨B"),e=e.replace(/¨B(.+?)¨A/g,function(e,t){for(var n=t,a=4-n.length%4,i=0;i<a;i++)n+=" ";return n}),e=e.replace(/¨A/g," "),e=e.replace(/¨B/g,""),e=n.converter._dispatch("detab.after",e,t,n)}),o.subParser("ellipsis",function(e,t,n){"use strict";return e=n.converter._dispatch("ellipsis.before",e,t,n),e=e.replace(/\.\.\./g,"…"),e=n.converter._dispatch("ellipsis.after",e,t,n)}),o.subParser("emoji",function(e,t,n){"use strict";return t.emoji?(e=n.converter._dispatch("emoji.before",e,t,n),e=e.replace(/:([\S]+?):/g,function(e,t){return o.helper.emojis.hasOwnProperty(t)?o.helper.emojis[t]:e}),e=n.converter._dispatch("emoji.after",e,t,n)):e}),o.subParser("encodeAmpsAndAngles",function(e,t,n){"use strict";return e=n.converter._dispatch("encodeAmpsAndAngles.before",e,t,n),e=e.replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g,"&amp;"),e=e.replace(/<(?![a-z\/?$!])/gi,"&lt;"),e=e.replace(/</g,"&lt;"),e=e.replace(/>/g,"&gt;"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)}),o.subParser("encodeBackslashEscapes",function(e,t,n){"use strict";return e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n),e=e.replace(/\\(\\)/g,o.helper.escapeCharactersCallback),e=e.replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,o.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)}),o.subParser("encodeCode",function(e,t,n){"use strict";return e=n.converter._dispatch("encodeCode.before",e,t,n),e=e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/([*_{}\[\]\\=~-])/g,o.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)}),o.subParser("escapeSpecialCharsWithinTagAttributes",function(e,t,n){"use strict";e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n);var a=/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,i=/<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi;return e=e.replace(a,function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,o.helper.escapeCharactersCallback)}),e=e.replace(i,function(e){return e.replace(/([\\`*_~=|])/g,o.helper.escapeCharactersCallback)}),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)}),o.subParser("githubCodeBlocks",function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e+="¨0",e=e.replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,function(e,a,i,r){var l=t.omitExtraWLInCodeBlocks?"":"\n";return r=o.subParser("encodeCode")(r,t,n),r=o.subParser("detab")(r,t,n),r=r.replace(/^\n+/g,""),r=r.replace(/\n+$/g,""),r="<pre><code"+(i?' class="'+i+" language-"+i+'"':"")+">"+r+l+"</code></pre>",r=o.subParser("hashBlock")(r,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:r})-1)+"G\n\n"}),e=e.replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e}),o.subParser("hashBlock",function(e,t,n){"use strict";return e=n.converter._dispatch("hashBlock.before",e,t,n),e=e.replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)}),o.subParser("hashCodeTags",function(e,t,n){"use strict";return e=n.converter._dispatch("hashCodeTags.before",e,t,n),e=o.helper.replaceRecursiveRegExp(e,function(e,a,i,r){var l=i+o.subParser("encodeCode")(a,t,n)+r;return"¨C"+(n.gHtmlSpans.push(l)-1)+"C"},"<code\\b[^>]*>","</code>","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)}),o.subParser("hashElement",function(e,t,n){"use strict";return function(e,t){var a=t;return a=a.replace(/\n\n/g,"\n"),a=a.replace(/^\n/,""),a=a.replace(/\n+$/g,""),a="\n\n¨K"+(n.gHtmlBlocks.push(a)-1)+"K\n\n"}}),o.subParser("hashHTMLBlocks",function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var a=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],i=function(e,t,a,i){var r=e;return-1!==a.search(/\bmarkdown\b/)&&(r=a+n.converter.makeHtml(t)+i),"\n\n¨K"+(n.gHtmlBlocks.push(r)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,function(e,t){return"&lt;"+t+"&gt;"}));for(var r=0;r<a.length;++r)for(var l,c=new RegExp("^ {0,3}(<"+a[r]+"\\b[^>]*>)","im"),s="<"+a[r]+"\\b[^>]*>",u="</"+a[r]+">";-1!==(l=o.helper.regexIndexOf(e,c));){var p=o.helper.splitAtIndex(e,l),h=o.helper.replaceRecursiveRegExp(p[1],i,s,u,"im");if(h===p[1])break;e=p[0].concat(h)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,o.subParser("hashElement")(e,t,n)),e=o.helper.replaceRecursiveRegExp(e,function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"},"^ {0,3}\x3c!--","--\x3e","gm"),e=e.replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,o.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)}),o.subParser("hashHTMLSpans",function(e,t,n){"use strict";function a(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=n.converter._dispatch("hashHTMLSpans.before",e,t,n),e=e.replace(/<[^>]+?\/>/gi,function(e){return a(e)}),e=e.replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,function(e){return a(e)}),e=e.replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,function(e){return a(e)}),e=e.replace(/<[^>]+?>/gi,function(e){return a(e)}),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)}),o.subParser("unhashHTMLSpans",function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var a=0;a<n.gHtmlSpans.length;++a){for(var i=n.gHtmlSpans[a],r=0;/¨C(\d+)C/.test(i);){var l=RegExp.$1;if(i=i.replace("¨C"+l+"C",n.gHtmlSpans[l]),10===r){console.error("maximum nesting of 10 spans reached!!!");break}++r}e=e.replace("¨C"+a+"C",i)}return e=n.converter._dispatch("unhashHTMLSpans.after",e,t,n)}),o.subParser("hashPreCodeTags",function(e,t,n){"use strict";return e=n.converter._dispatch("hashPreCodeTags.before",e,t,n),e=o.helper.replaceRecursiveRegExp(e,function(e,a,i,r){var l=i+o.subParser("encodeCode")(a,t,n)+r;return"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:l})-1)+"G\n\n"},"^ {0,3}<pre\\b[^>]*>\\s*<code\\b[^>]*>","^ {0,3}</code>\\s*</pre>","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)}),o.subParser("headers",function(e,t,n){"use strict";function a(e){var a,i;if(t.customizedHeaderId){var r=e.match(/\{([^{]+?)}\s*$/);r&&r[1]&&(e=r[1])}return a=e,i=o.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(a=i+a),a=t.ghCompatibleHeaderId?a.replace(/ /g,"-").replace(/&amp;/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?a.replace(/ /g,"-").replace(/&amp;/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():a.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(a=i+a),n.hashLinkCounts[a]?a=a+"-"+n.hashLinkCounts[a]++:n.hashLinkCounts[a]=1,a}e=n.converter._dispatch("headers.before",e,t,n);var i=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),r=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,l=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;return e=e.replace(r,function(e,r){var l=o.subParser("spanGamut")(r,t,n),c=t.noHeaderId?"":' id="'+a(r)+'"',s=i,u="<h"+s+c+">"+l+"</h"+s+">";return o.subParser("hashBlock")(u,t,n)}),e=e.replace(l,function(e,r){var l=o.subParser("spanGamut")(r,t,n),c=t.noHeaderId?"":' id="'+a(r)+'"',s=i+1,u="<h"+s+c+">"+l+"</h"+s+">";return o.subParser("hashBlock")(u,t,n)}),e=e.replace(t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm,function(e,r,l){var c=l;t.customizedHeaderId&&(c=l.replace(/\s?\{([^{]+?)}\s*$/,""));var s=o.subParser("spanGamut")(c,t,n),u=t.noHeaderId?"":' id="'+a(l)+'"',p=i-1+r.length,h="<h"+p+u+">"+s+"</h"+p+">";return o.subParser("hashBlock")(h,t,n)}),e=n.converter._dispatch("headers.after",e,t,n)}),o.subParser("horizontalRule",function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var a=o.subParser("hashBlock")("<hr />",t,n);return e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,a),e=e.replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,a),e=e.replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,a),e=n.converter._dispatch("horizontalRule.after",e,t,n)}),o.subParser("images",function(e,t,n){"use strict";function a(e,t,n,a,r,l,o,c){return a=a.replace(/\s/g,""),i(e,t,n,a,r,l,o,c)}function i(e,t,a,i,r,l,c,s){var u=n.gUrls,p=n.gTitles,h=n.gDimensions;if(a=a.toLowerCase(),s||(s=""),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)i="";else if(""===i||null===i){if(""!==a&&null!==a||(a=t.toLowerCase().replace(/ ?\n/g," ")),i="#"+a,o.helper.isUndefined(u[a]))return e;i=u[a],o.helper.isUndefined(p[a])||(s=p[a]),o.helper.isUndefined(h[a])||(r=h[a].width,l=h[a].height)}t=t.replace(/"/g,"&quot;").replace(o.helper.regexes.asteriskDashAndColon,o.helper.escapeCharactersCallback),i=i.replace(o.helper.regexes.asteriskDashAndColon,o.helper.escapeCharactersCallback);var b='<img src="'+i+'" alt="'+t+'"';return s&&o.helper.isString(s)&&(s=s.replace(/"/g,"&quot;").replace(o.helper.regexes.asteriskDashAndColon,o.helper.escapeCharactersCallback),b+=' title="'+s+'"'),r&&l&&(r="*"===r?"auto":r,l="*"===l?"auto":l,b+=' width="'+r+'"',b+=' height="'+l+'"'),b+=" />"}e=n.converter._dispatch("images.before",e,t,n);var r=/!\[([^\]]*?)][ \t]*()\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,l=/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,c=/!\[([^\]]*?)][ \t]*()\([ \t]?<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,s=/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,u=/!\[([^\[\]]+)]()()()()()/g;return e=e.replace(s,i),e=e.replace(c,a),e=e.replace(l,i),e=e.replace(r,i),e=e.replace(u,i),e=n.converter._dispatch("images.after",e,t,n)}),o.subParser("italicsAndBold",function(e,t,n){"use strict";function a(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,function(e,t){return a(t,"<strong><em>","</em></strong>")}),e=e.replace(/\b__(\S[\s\S]*?)__\b/g,function(e,t){return a(t,"<strong>","</strong>")}),e=e.replace(/\b_(\S[\s\S]*?)_\b/g,function(e,t){return a(t,"<em>","</em>")})):(e=e.replace(/___(\S[\s\S]*?)___/g,function(e,t){return/\S$/.test(t)?a(t,"<strong><em>","</em></strong>"):e}),e=e.replace(/__(\S[\s\S]*?)__/g,function(e,t){return/\S$/.test(t)?a(t,"<strong>","</strong>"):e}),e=e.replace(/_([^\s_][\s\S]*?)_/g,function(e,t){return/\S$/.test(t)?a(t,"<em>","</em>"):e})),t.literalMidWordAsterisks?(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,function(e,t,n){return a(n,t+"<strong><em>","</em></strong>")}),e=e.replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,function(e,t,n){return a(n,t+"<strong>","</strong>")}),e=e.replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,function(e,t,n){return a(n,t+"<em>","</em>")})):(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,function(e,t){return/\S$/.test(t)?a(t,"<strong><em>","</em></strong>"):e}),e=e.replace(/\*\*(\S[\s\S]*?)\*\*/g,function(e,t){return/\S$/.test(t)?a(t,"<strong>","</strong>"):e}),e=e.replace(/\*([^\s*][\s\S]*?)\*/g,function(e,t){return/\S$/.test(t)?a(t,"<em>","</em>"):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)}),o.subParser("lists",function(e,t,n){"use strict";function a(e,a){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n"),e+="¨0";var i=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,r=/\n[ \t]*\n(?!¨0)/.test(e);return t.disableForced4SpacesIndentedSublists&&(i=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=e.replace(i,function(e,a,i,l,c,s,u){u=u&&""!==u.trim();var p=o.subParser("outdent")(c,t,n),h="";return s&&t.tasklists&&(h=' class="task-list-item" style="list-style-type: none;"',p=p.replace(/^[ \t]*\[(x|X| )?]/m,function(){var e='<input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"';return u&&(e+=" checked"),e+=">"})),p=p.replace(/^([-*+]|\d\.)[ \t]+[\S\n ]*/g,function(e){return"¨A"+e}),a||p.search(/\n{2,}/)>-1?(p=o.subParser("githubCodeBlocks")(p,t,n),p=o.subParser("blockGamut")(p,t,n)):(p=o.subParser("lists")(p,t,n),p=p.replace(/\n$/,""),p=o.subParser("hashHTMLBlocks")(p,t,n),p=p.replace(/\n\n+/g,"\n\n"),p=r?o.subParser("paragraphs")(p,t,n):o.subParser("spanGamut")(p,t,n)),p=p.replace("¨A",""),p="<li"+h+">"+p+"</li>\n"}),e=e.replace(/¨0/g,""),n.gListLevel--,a&&(e=e.replace(/\s+$/,"")),e}function i(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function r(e,n,r){var l=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,o=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,c="ul"===n?l:o,s="";if(-1!==e.search(c))!function t(u){var p=u.search(c),h=i(e,n);-1!==p?(s+="\n\n<"+n+h+">\n"+a(u.slice(0,p),!!r)+"</"+n+">\n",n="ul"===n?"ol":"ul",c="ul"===n?l:o,t(u.slice(p))):s+="\n\n<"+n+h+">\n"+a(u,!!r)+"</"+n+">\n"}(e);else{var u=i(e,n);s="\n\n<"+n+u+">\n"+a(e,!!r)+"</"+n+">\n"}return s}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(e,t,n){return r(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)}):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(e,t,n,a){return r(n,a.search(/[*+-]/g)>-1?"ul":"ol",!1)}),e=e.replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)}),o.subParser("metadata",function(e,t,n){"use strict";function a(e){n.metadata.raw=e,e=e.replace(/&/g,"&amp;").replace(/"/g,"&quot;"),e=e.replace(/\n {4}/g," "),e.replace(/^([\S ]+): +([\s\S]+?)$/gm,function(e,t,a){return n.metadata.parsed[t]=a,""})}return t.metadata?(e=n.converter._dispatch("metadata.before",e,t,n),e=e.replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,function(e,t,n){return a(n),"¨M"}),e=e.replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,function(e,t,i){return t&&(n.metadata.format=t),a(i),"¨M"}),e=e.replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)):e}),o.subParser("outdent",function(e,t,n){"use strict";return e=n.converter._dispatch("outdent.before",e,t,n),e=e.replace(/^(\t|[ ]{1,4})/gm,"¨0"),e=e.replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)}),o.subParser("paragraphs",function(e,t,n){"use strict";e=n.converter._dispatch("paragraphs.before",e,t,n),e=e.replace(/^\n+/g,""),e=e.replace(/\n+$/g,"");for(var a=e.split(/\n{2,}/g),i=[],r=a.length,l=0;l<r;l++){var c=a[l];c.search(/¨(K|G)(\d+)\1/g)>=0?i.push(c):c.search(/\S/)>=0&&(c=o.subParser("spanGamut")(c,t,n),c=c.replace(/^([ \t]*)/g,"<p>"),c+="</p>",i.push(c))}for(r=i.length,l=0;l<r;l++){for(var s="",u=i[l],p=!1;/¨(K|G)(\d+)\1/.test(u);){var h=RegExp.$1,b=RegExp.$2;s="K"===h?n.gHtmlBlocks[b]:p?o.subParser("encodeCode")(n.ghCodeBlocks[b].text,t,n):n.ghCodeBlocks[b].codeblock,s=s.replace(/\$/g,"$$$$"),u=u.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,s),/^<pre\b[^>]*>\s*<code\b[^>]*>/.test(u)&&(p=!0)}i[l]=u}return e=i.join("\n"),e=e.replace(/^\n+/g,""),e=e.replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)}),o.subParser("runExtension",function(e,t,n,a){"use strict";if(e.filter)t=e.filter(t,a.converter,n);else if(e.regex){var i=e.regex;i instanceof RegExp||(i=new RegExp(i,"g")),t=t.replace(i,e.replace)}return t}),o.subParser("spanGamut",function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=o.subParser("codeSpans")(e,t,n),e=o.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=o.subParser("encodeBackslashEscapes")(e,t,n),e=o.subParser("images")(e,t,n),e=o.subParser("anchors")(e,t,n),e=o.subParser("autoLinks")(e,t,n),e=o.subParser("simplifiedAutoLinks")(e,t,n),e=o.subParser("emoji")(e,t,n),e=o.subParser("underline")(e,t,n),e=o.subParser("italicsAndBold")(e,t,n),e=o.subParser("strikethrough")(e,t,n),e=o.subParser("ellipsis")(e,t,n),e=o.subParser("hashHTMLSpans")(e,t,n),e=o.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"<br />\n")):e=e.replace(/ +\n/g,"<br />\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)}),o.subParser("strikethrough",function(e,t,n){"use strict";function a(e){return t.simplifiedAutoLink&&(e=o.subParser("simplifiedAutoLinks")(e,t,n)),"<del>"+e+"</del>"}return t.strikethrough&&(e=n.converter._dispatch("strikethrough.before",e,t,n),e=e.replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,function(e,t){return a(t)}),e=n.converter._dispatch("strikethrough.after",e,t,n)),e}),o.subParser("stripLinkDefinitions",function(e,t,n){"use strict";var a=/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?([^>\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,i=/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm;e+="¨0";var r=function(e,a,i,r,l,c,s){return a=a.toLowerCase(),n.gUrls[a]=i.match(/^data:.+?\/.+?;base64,/)?i.replace(/\s/g,""):o.subParser("encodeAmpsAndAngles")(i,t,n),c?c+s:(s&&(n.gTitles[a]=s.replace(/"|'/g,"&quot;")),t.parseImgDimensions&&r&&l&&(n.gDimensions[a]={width:r,height:l}),"")};return e=e.replace(i,r),e=e.replace(a,r),e=e.replace(/¨0/,"")}),o.subParser("tables",function(e,t,n){"use strict";function a(e){return/^:[ \t]*--*$/.test(e)?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(e)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(e)?' style="text-align:center;"':""}function i(e,a){var i="";return e=e.trim(),(t.tablesHeaderId||t.tableHeaderId)&&(i=' id="'+e.replace(/ /g,"_").toLowerCase()+'"'),e=o.subParser("spanGamut")(e,t,n),"<th"+i+a+">"+e+"</th>\n"}function r(e,a){return"<td"+a+">"+o.subParser("spanGamut")(e,t,n)+"</td>\n"}function l(e,t){for(var n="<table>\n<thead>\n<tr>\n",a=e.length,i=0;i<a;++i)n+=e[i];for(n+="</tr>\n</thead>\n<tbody>\n",i=0;i<t.length;++i){n+="<tr>\n";for(var r=0;r<a;++r)n+=t[i][r];n+="</tr>\n"}return n+="</tbody>\n</table>\n"}function c(e){var c,s=e.split("\n");for(c=0;c<s.length;++c)/^ {0,3}\|/.test(s[c])&&(s[c]=s[c].replace(/^ {0,3}\|/,"")),/\|[ \t]*$/.test(s[c])&&(s[c]=s[c].replace(/\|[ \t]*$/,"")),s[c]=o.subParser("codeSpans")(s[c],t,n);var u=s[0].split("|").map(function(e){return e.trim()}),p=s[1].split("|").map(function(e){return e.trim()}),h=[],b=[],d=[],m=[];for(s.shift(),s.shift(),c=0;c<s.length;++c)""!==s[c].trim()&&h.push(s[c].split("|").map(function(e){return e.trim()}));if(u.length<p.length)return e;for(c=0;c<p.length;++c)d.push(a(p[c]));for(c=0;c<u.length;++c)o.helper.isUndefined(d[c])&&(d[c]=""),b.push(i(u[c],d[c]));for(c=0;c<h.length;++c){for(var f=[],g=0;g<b.length;++g)o.helper.isUndefined(h[c][g]),f.push(r(h[c][g],d[g]));m.push(f)}return l(b,m)}if(!t.tables)return e;var s=/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,u=/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm;return e=n.converter._dispatch("tables.before",e,t,n),e=e.replace(/\\(\|)/g,o.helper.escapeCharactersCallback),e=e.replace(s,c),e=e.replace(u,c),e=n.converter._dispatch("tables.after",e,t,n)}),o.subParser("underline",function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,function(e,t){return"<u>"+t+"</u>"}),e=e.replace(/\b__(\S[\s\S]*?)__\b/g,function(e,t){return"<u>"+t+"</u>"})):(e=e.replace(/___(\S[\s\S]*?)___/g,function(e,t){return/\S$/.test(t)?"<u>"+t+"</u>":e}),e=e.replace(/__(\S[\s\S]*?)__/g,function(e,t){return/\S$/.test(t)?"<u>"+t+"</u>":e})),e=e.replace(/(_)/g,o.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e}),o.subParser("unescapeSpecialChars",function(e,t,n){"use strict";return e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n),e=e.replace(/¨E(\d+)E/g,function(e,t){var n=parseInt(t);return String.fromCharCode(n)}),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)}),o.subParser("makeMarkdown.blockquote",function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var a=e.childNodes,i=a.length,r=0;r<i;++r){var l=o.subParser("makeMarkdown.node")(a[r],t);""!==l&&(n+=l)}return n=n.trim(),n="> "+n.split("\n").join("\n> ")}),o.subParser("makeMarkdown.codeBlock",function(e,t){"use strict";return"```"+e.getAttribute("language")+"\n"+t.preList[e.getAttribute("precodenum")]+"\n```"}),o.subParser("makeMarkdown.codeSpan",function(e){"use strict";return"`"+e.innerHTML+"`"}),o.subParser("makeMarkdown.emphasis",function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var a=e.childNodes,i=a.length,r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t);n+="*"}return n}),o.subParser("makeMarkdown.header",function(e,t,n){"use strict";var a=new Array(n+1).join("#"),i="";if(e.hasChildNodes()){i=a+" ";for(var r=e.childNodes,l=r.length,c=0;c<l;++c)i+=o.subParser("makeMarkdown.node")(r[c],t)}return i}),o.subParser("makeMarkdown.hr",function(){"use strict";return"---"}),o.subParser("makeMarkdown.image",function(e){"use strict";var t="";return e.hasAttribute("src")&&(t+="!["+e.getAttribute("alt")+"](",t+="<"+e.getAttribute("src")+">",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t}),o.subParser("makeMarkdown.links",function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var a=e.childNodes,i=a.length;n="[";for(var r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t);n+="](",n+="<"+e.getAttribute("href")+">",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n}),o.subParser("makeMarkdown.list",function(e,t,n){"use strict";var a="";if(!e.hasChildNodes())return"";for(var i=e.childNodes,r=i.length,l=e.getAttribute("start")||1,c=0;c<r;++c)if(void 0!==i[c].tagName&&"li"===i[c].tagName.toLowerCase()){var s="";s="ol"===n?l.toString()+". ":"- ",a+=s+o.subParser("makeMarkdown.listItem")(i[c],t),++l}return a+="\n\x3c!-- --\x3e\n",a.trim()}),o.subParser("makeMarkdown.listItem",function(e,t){"use strict";for(var n="",a=e.childNodes,i=a.length,r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t);return/\n$/.test(n)?n=n.split("\n").join("\n ").replace(/^ {4}$/gm,"").replace(/\n\n+/g,"\n\n"):n+="\n",n}),o.subParser("makeMarkdown.node",function(e,t,n){"use strict";n=n||!1;var a="";if(3===e.nodeType)return o.subParser("makeMarkdown.txt")(e,t);if(8===e.nodeType)return"\x3c!--"+e.data+"--\x3e\n\n";if(1!==e.nodeType)return"";switch(e.tagName.toLowerCase()){case"h1":n||(a=o.subParser("makeMarkdown.header")(e,t,1)+"\n\n");break;case"h2":n||(a=o.subParser("makeMarkdown.header")(e,t,2)+"\n\n");break;case"h3":n||(a=o.subParser("makeMarkdown.header")(e,t,3)+"\n\n");break;case"h4":n||(a=o.subParser("makeMarkdown.header")(e,t,4)+"\n\n");break;case"h5":n||(a=o.subParser("makeMarkdown.header")(e,t,5)+"\n\n");break;case"h6":n||(a=o.subParser("makeMarkdown.header")(e,t,6)+"\n\n");break;case"p":n||(a=o.subParser("makeMarkdown.paragraph")(e,t)+"\n\n");break;case"blockquote":n||(a=o.subParser("makeMarkdown.blockquote")(e,t)+"\n\n");break;case"hr":n||(a=o.subParser("makeMarkdown.hr")(e,t)+"\n\n");break;case"ol":n||(a=o.subParser("makeMarkdown.list")(e,t,"ol")+"\n\n");break;case"ul":n||(a=o.subParser("makeMarkdown.list")(e,t,"ul")+"\n\n");break;case"precode":n||(a=o.subParser("makeMarkdown.codeBlock")(e,t)+"\n\n");break;case"pre":n||(a=o.subParser("makeMarkdown.pre")(e,t)+"\n\n");break;case"table":n||(a=o.subParser("makeMarkdown.table")(e,t)+"\n\n");break;case"code":a=o.subParser("makeMarkdown.codeSpan")(e,t);break;case"em":case"i":a=o.subParser("makeMarkdown.emphasis")(e,t);break;case"strong":case"b":a=o.subParser("makeMarkdown.strong")(e,t);break;case"del":a=o.subParser("makeMarkdown.strikethrough")(e,t);break;case"a":a=o.subParser("makeMarkdown.links")(e,t);break;case"img":a=o.subParser("makeMarkdown.image")(e,t);break;default:a=e.outerHTML+"\n\n"}return a}),o.subParser("makeMarkdown.paragraph",function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var a=e.childNodes,i=a.length,r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t);return n=n.trim()}),o.subParser("makeMarkdown.pre",function(e,t){"use strict";return"<pre>"+t.preList[e.getAttribute("prenum")]+"</pre>"}),o.subParser("makeMarkdown.strikethrough",function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var a=e.childNodes,i=a.length,r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t);n+="~~"}return n}),o.subParser("makeMarkdown.strong",function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="**";for(var a=e.childNodes,i=a.length,r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t);n+="**"}return n}),o.subParser("makeMarkdown.table",function(e,t){"use strict";var n,a,i="",r=[[],[]],l=e.querySelectorAll("thead>tr>th"),c=e.querySelectorAll("tbody>tr");for(n=0;n<l.length;++n){var s=o.subParser("makeMarkdown.tableCell")(l[n],t),u="---";if(l[n].hasAttribute("style")){switch(l[n].getAttribute("style").toLowerCase().replace(/\s/g,"")){case"text-align:left;":u=":---";break;case"text-align:right;":u="---:";break;case"text-align:center;":u=":---:"}}r[0][n]=s.trim(),r[1][n]=u}for(n=0;n<c.length;++n){var p=r.push([])-1,h=c[n].getElementsByTagName("td");for(a=0;a<l.length;++a){var b=" ";void 0!==h[a]&&(b=o.subParser("makeMarkdown.tableCell")(h[a],t)),r[p].push(b)}}var d=3;for(n=0;n<r.length;++n)for(a=0;a<r[n].length;++a){var m=r[n][a].length;m>d&&(d=m)}for(n=0;n<r.length;++n){for(a=0;a<r[n].length;++a)r[n][a]=1===n?":"===r[n][a].slice(-1)?o.helper.padEnd(r[n][a].slice(-1),d-1,"-")+":":o.helper.padEnd(r[n][a],d,"-"):o.helper.padEnd(r[n][a],d);i+="| "+r[n].join(" | ")+" |\n"}return i.trim()}),o.subParser("makeMarkdown.tableCell",function(e,t){"use strict";var n="";if(!e.hasChildNodes())return"";for(var a=e.childNodes,i=a.length,r=0;r<i;++r)n+=o.subParser("makeMarkdown.node")(a[r],t,!0);return n.trim()}),o.subParser("makeMarkdown.txt",function(e){"use strict";var t=e.nodeValue;return t=t.replace(/ +/g," "),t=t.replace(/¨NBSP;/g," "),t=o.helper.unescapeHTMLEntities(t),t=t.replace(/([*_~|`])/g,"\\$1"),t=t.replace(/^(\s*)>/g,"\\$1>"),t=t.replace(/^#/gm,"\\#"),t=t.replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3"),t=t.replace(/^( {0,3}\d+)\./gm,"$1\\."),t=t.replace(/^( {0,3})([+-])/gm,"$1\\$2"),t=t.replace(/]([\s]*)\(/g,"\\]$1\\("),t=t.replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")});void 0!==(a=function(){"use strict";return o}.call(t,n,t,e))&&(e.exports=a)}).call(this)},J9SO:function(e){e.exports={thesis:"thesis__3uAQ4"}},JkW7:function(e,t,n){"use strict";function a(e,t){for(var n in t)e[n]=t[n];return e}function i(e,t,n){var a,i=/(?:\?([^#]*))?(#.*)?$/,r=e.match(i),l={};if(r&&r[1])for(var c=r[1].split("&"),s=0;s<c.length;s++){var u=c[s].split("=");l[decodeURIComponent(u[0])]=decodeURIComponent(u.slice(1).join("="))}e=o(e.replace(i,"")),t=o(t||"");for(var p=Math.max(e.length,t.length),h=0;h<p;h++)if(t[h]&&":"===t[h].charAt(0)){var b=t[h].replace(/(^\:|[+*?]+$)/g,""),d=(t[h].match(/[+*?]+$/)||Ee)[0]||"",m=~d.indexOf("+"),f=~d.indexOf("*"),g=e[h]||"";if(!g&&!f&&(d.indexOf("?")<0||m)){a=!1;break}if(l[b]=decodeURIComponent(g),m||f){l[b]=e.slice(h).map(decodeURIComponent).join("/");break}}else if(t[h]!==e[h]){a=!1;break}return(!0===n.default||!1!==a)&&l}function r(e,t){return e.rank<t.rank?1:e.rank>t.rank?-1:e.index-t.index}function l(e,t){return e.index=t,e.rank=u(e),e.attributes}function o(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")}function c(e){return":"==e.charAt(0)?1+"*+?".indexOf(e.charAt(e.length-1))||4:5}function s(e){return o(e).map(c).join("")}function u(e){return e.attributes.default?0:s(e.attributes.path)}function p(e){return null!=e.__preactattr_||"undefined"!=typeof Symbol&&null!=e[Symbol.for("preactattr")]}function h(e,t){void 0===t&&(t="push"),xe&&xe[t]?xe[t](e):"undefined"!=typeof history&&history[t+"State"]&&history[t+"State"](null,null,e)}function b(){var e;return e=xe&&xe.location?xe.location:xe&&xe.getCurrentLocation?xe.getCurrentLocation():"undefined"!=typeof location?location:qe,""+(e.pathname||"")+(e.search||"")}function d(e,t){return void 0===t&&(t=!1),"string"!=typeof e&&e.url&&(t=e.replace,e=e.url),m(e)&&h(e,t?"replace":"push"),f(e)}function m(e){for(var t=Ce.length;t--;)if(Ce[t].canRoute(e))return!0;return!1}function f(e){for(var t=!1,n=0;n<Ce.length;n++)!0===Ce[n].routeTo(e)&&(t=!0);for(var a=Se.length;a--;)Se[a](e);return t}function g(e){if(e&&e.getAttribute){var t=e.getAttribute("href"),n=e.getAttribute("target");if(t&&t.match(/^\//g)&&(!n||n.match(/^_?self$/i)))return d(t)}}function _(e){if(0==e.button)return g(e.currentTarget||e.target||this),j(e)}function j(e){return e&&(e.stopImmediatePropagation&&e.stopImmediatePropagation(),e.stopPropagation&&e.stopPropagation(),e.preventDefault()),!1}function O(e){if(!(e.ctrlKey||e.metaKey||e.altKey||e.shiftKey||0!==e.button)){var t=e.target;do{if("A"===String(t.nodeName).toUpperCase()&&t.getAttribute("href")&&p(t)){if(t.hasAttribute("native"))return;if(g(t))return j(e)}}while(t=t.parentNode)}}function v(){Le||("function"==typeof addEventListener&&(xe||addEventListener("popstate",function(){f(b())}),addEventListener("click",O)),Le=!0)}function w(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function y(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function k(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function z(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function P(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function E(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function C(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function S(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function q(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function L(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function A(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function F(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function M(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function T(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function D(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function I(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function B(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function X(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function N(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function R(e,t){return e.raw=t,e}function U(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function V(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function H(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function G(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function W(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function $(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function K(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Z(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function Y(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function Q(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function J(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function ee(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function te(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ne(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function ae(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function ie(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function re(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function le(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function oe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ce(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function se(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function ue(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function he(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function be(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function de(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function me(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function fe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ge(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function _e(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function je(e,t){return e.raw=t,e}function Oe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ve(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function we(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function ye(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ke(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function ze(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var Pe=n("KM04"),Ee=(n("xHuH"),n("ZcXo"),{}),xe=null,Ce=[],Se=[],qe={},Le=!1,Ae=function(e){function t(t){e.call(this,t),t.history&&(xe=t.history),this.state={url:t.url||b()},v()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.shouldComponentUpdate=function(e){return!0!==e.static||(e.url!==this.props.url||e.onChange!==this.props.onChange)},t.prototype.canRoute=function(e){return this.getMatchingChildren(this.props.children,e,!1).length>0},t.prototype.routeTo=function(e){return this._didRoute=!1,this.setState({url:e}),this.updating?this.canRoute(e):(this.forceUpdate(),this._didRoute)},t.prototype.componentWillMount=function(){Ce.push(this),this.updating=!0},t.prototype.componentDidMount=function(){var e=this;xe&&(this.unlisten=xe.listen(function(t){e.routeTo(""+(t.pathname||"")+(t.search||""))})),this.updating=!1},t.prototype.componentWillUnmount=function(){"function"==typeof this.unlisten&&this.unlisten(),Ce.splice(Ce.indexOf(this),1)},t.prototype.componentWillUpdate=function(){this.updating=!0},t.prototype.componentDidUpdate=function(){this.updating=!1},t.prototype.getMatchingChildren=function(e,t,n){return e.filter(l).sort(r).map(function(e){var r=i(t,e.attributes.path,e.attributes);if(r){if(!1!==n){var l={url:t,matches:r};return a(l,r),delete l.ref,delete l.key,Object(Pe.cloneElement)(e,l)}return e}}).filter(Boolean)},t.prototype.render=function(e,t){var n=e.children,a=e.onChange,i=t.url,r=this.getMatchingChildren(n,i,!0),l=r[0]||null;this._didRoute=!!l;var o=this.previousUrl;return i!==o&&(this.previousUrl=i,"function"==typeof a&&a({router:this,url:i,previous:o,active:r,current:l})),l},t}(Pe.Component),Fe=function(e){return Object(Pe.h)("a",a({onClick:_},e))},Me=function(e){return Object(Pe.h)(e.component,e)};Ae.subscribers=Se,Ae.getCurrentUrl=b,Ae.route=d,Ae.Router=Ae,Ae.Route=Me,Ae.Link=Fe;var Te=Ae,De=n("36Ou"),Ie=n.n(De),Be=n("P9k+"),Xe=n.n(Be),Ne=function(e){function t(){return w(this,e.apply(this,arguments))}return y(t,e),t.prototype.getStyle=function(){return Xe.a.panel},t.prototype.render=function(){var e=null;return void 0!==this.props.title&&(e=Object(Pe.h)("h3",null,this.props.title)),Object(Pe.h)("div",{class:this.getStyle(),id:this.props.id},e,this.props.children)},t}(Pe.Component),Re=n("1EpE"),Ue=n.n(Re),Ve=function(e){function t(){return k(this,t),z(this,e.apply(this,arguments))}return P(t,e),t.prototype.render=function(){var e=null;void 0!==this.props.title&&(e=Object(Pe.h)("h2",null,this.props.title));var t=void 0;return t=Array.isArray(this.props.children)?this.props.children.map(function(e){return Object(Pe.h)("div",{class:Ue.a.splitchild},e)}):Object(Pe.h)("div",{class:Ue.a.splitchild},this.props.children),Object(Pe.h)("div",{class:Ue.a.split},e,Object(Pe.h)("div",{class:Ue.a.splitparent},t))},t}(Pe.Component),He=n("tO1d"),Ge=n.n(He),We=function(e){function t(){return E(this,t),x(this,e.apply(this,arguments))}return C(t,e),t.prototype.render=function(){return Object(Pe.h)("span",{class:Ge.a.todo},this.props.children)},t}(Pe.Component),$e=Object(Pe.h)("h1",null,"Indice"),Ke=Object(Pe.h)(Ve,{title:"Argomenti"},Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"/statistica"},"Statistica ed elementi di probabilità")},Object(Pe.h)("p",null,"Appunti scritti mentre studiavo per l'esame di ",Object(Pe.h)("a",{href:"http://personale.unimore.it/rubrica/contenutiad/llarocca/2019/58028/N0/N0/9999"},"Statistica ed elementi di probabilità")," del ",Object(Pe.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore")," del Prof. ",Object(Pe.h)("a",{href:"http://personale.unimore.it/rubrica/dettaglio/llarocca"},"Luca La Rocca"),"."),Object(Pe.h)("p",null,Object(Pe.h)(We,null,"TODO: è ancora incompleto!"))),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"https://github.com/Steffo99/cleaver"},"Cleaver")},Object(Pe.h)("p",null,"Progetto in Java sviluppato per l'esame di ",Object(Pe.h)("a",{href:"http://personale.unimore.it/rubrica/contenutiad/gcabri/2019/58026/N0/N0/9999"},"Programmazione ad Oggetti")," del ",Object(Pe.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore"),", tenuto dai Prof. ",Object(Pe.h)("a",{href:"http://personale.unimore.it/rubrica/dettaglio/gcabri"},"Giacomo Cabri")," e ",Object(Pe.h)("a",{href:"http://personale.unimore.it/Rubrica/Dettaglio/n.capodieci"},"Nicola Capodieci"),".")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"/fisica"},"Fisica")},Object(Pe.h)("p",null,"Appunti delle ",Object(Pe.h)("a",{href:"http://personale.unimore.it/rubrica/contenutiad/brunetti/2019/58025/N0/N0/9999"},"lezioni di Fisica")," del ",Object(Pe.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore"),", tenute dalla ",Object(Pe.h)("a",{href:"https://personale.unimore.it/rubrica/dettaglio/brunetti"},"Prof.ssa Rossella Brunetti")," nel primo semestre dell'Anno Accademico 2019/2020.")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"https://github.com/Steffo99/appunti-universitari/tree/master/2019_SistemiOperativi/Arzigogoli"},"Sistemi Operativi")},Object(Pe.h)("p",null,"Soluzioni agli ",Object(Pe.h)("a",{href:"https://weblab.ing.unimore.it/people/andreolini/didattica/sistemi-operativi/index.html#arzigogoli"},"Arzigogoli")," proposti dal ",Object(Pe.h)("a",{href:"https://personale.unimore.it/rubrica/dettaglio/andreolini"},"Prof. Mauro Andreolini")," durante le ",Object(Pe.h)("a",{href:"https://personale.unimore.it/rubrica/contenutiad/andreolini/2019/58027/N0/N0/9999"},"lezioni di Sistemi Operativi")," del ",Object(Pe.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore")," tenutesi nel primo semestre dell'Anno Accademico 2019/2020.")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"https://github.com/Steffo99/appunti-universitari/tree/master/2018_AlgoritmiEStruttureDati"},"Algoritmi e Strutture Dati")},Object(Pe.h)("p",null,"Appunti delle ",Object(Pe.h)("a",{href:"https://personale.unimore.it/rubrica/contenutiad/mmontangero/2018/58133/N0/N0/9999"},"lezioni di Algoritmi e Strutture Dati")," del ",Object(Pe.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore"),", tenute dalla ",Object(Pe.h)("a",{href:"https://personale.unimore.it/rubrica/dettaglio/mmontangero"},"Prof.ssa Manuela Montangero")," nel secondo semestre dell'Anno Accademico 2018/2019.")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"/vldigeometria"},"Videolezioni di Geometria")},Object(Pe.h)("p",null,"Ottime videolezioni di Geometria con licenza ",Object(Pe.h)("a",{href:"https://creativecommons.org/licenses/by-nc-sa/4.0/"},"CC BY-NC-SA 4.0")," che ho trovato sul ",Object(Pe.h)("a",{href:"https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0"},"portale Dolly 2018")," dell'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore"),".")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"/mingwinstall"},"Come installare MinGW")},Object(Pe.h)("p",null,"Un breve tutorial con immagini su come installare e configurare ",Object(Pe.h)("a",{href:"https://it.wikipedia.org/wiki/MinGW"},"MinGW")," per compilare programmi C e C++ su Windows."))),Ze=Object(Pe.h)(Ve,{title:"Altri collegamenti utili"},Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"https://t.me/unimoreinfo"},"@unimoreinfo")},Object(Pe.h)("p",null,"Il gruppo ",Object(Pe.h)("a",{href:"https://telegram.org/"},"Telegram")," del corso di Informatica dell'Unimore!")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"https://calendar.google.com/calendar?cid=MmYza2o2M3VuZWQ1cmZqaGpmOGY0MWFrNmdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ"},"Calendario Lezioni")},Object(Pe.h)("p",null,"Calendario Google ",Object(Pe.h)("small",null,"quasi")," sempre aggiornato delle lezioni e degli esami del secondo anno dell'",Object(Pe.h)("a",{href:"https://www.unimore.it/"},"Unimore")," durante l'Anno Accademico 2019/2020.")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"http://erre2.fermitech.info/dashboard"},"Erre2")},Object(Pe.h)("p",null,"Portale contenente appunti e riassunti mantenuto da ",Object(Pe.h)("a",{href:"https://github.com/LBindustries"},"Lorenzo Balugani"),".")),Object(Pe.h)(Ne,{title:Object(Pe.h)("a",{href:"https://github.com/vezzalinistefano/Appunti-Algoritmi"},"vezzalinistefano/Appunti-Algoritmi")},Object(Pe.h)("p",null,"Appunti di Algoritmi e Strutture Dati mantenuti da ",Object(Pe.h)("a",{href:"https://github.com/vezzalinistefano/"},"Vezzalini Stefano"),"."))),Ye=function(e){function t(){return S(this,t),q(this,e.apply(this,arguments))}return L(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{style:Ie.a.home},$e,Ke,Ze)},t}(Pe.Component),Qe=n("0lnO"),Je=n.n(Qe),et=n("+uq9"),tt=n.n(et),nt=function(e){function t(){return A(this,t),F(this,e.apply(this,arguments))}return M(t,e),t.prototype.render=function(){var e="{\\color{White} "+this.props.children+" }";return Object(Pe.h)("img",{src:"https://latex.codecogs.com/png.latex?"+e,alt:this.props.children,title:this.props.children,class:tt.a.latex})},t}(Pe.Component),at=n("ddTt"),it=n.n(at),rt=function(e){function t(){return T(this,t),D(this,e.apply(this,arguments))}return I(t,e),t.prototype.render=function(){return Object(Pe.h)("span",{class:it.a.plus},this.props.children)},t}(Pe.Component),lt=n("MeW5"),ot=n.n(lt),ct=function(e){function t(){return B(this,t),X(this,e.apply(this,arguments))}return N(t,e),t.prototype.render=function(){return Object(Pe.h)("span",{class:ot.a.minus},this.props.children)},t}(Pe.Component),st=R(["\vec{v} = \vec{v}_x + \vec{v}_y"],["\\vec{v} = \\vec{v}_x + \\vec{v}_y"]),ut=R(["left | \vec{v}_x \right | = left | \vec{v} \right | sin alpha"],["\\left | \\vec{v}_x \\right | = \\left | \\vec{v} \\right | \\sin \\alpha"]),pt=R(["left | \vec{v}_y \right | = left | \vec{v} \right | cos alpha"],["\\left | \\vec{v}_y \\right | = \\left | \\vec{v} \\right | \\cos \\alpha"]),ht=R(["\vec{v} + \vec{w} = (\vec{v}_x + \vec{w}_x) + (\vec{v}_y + \vec{w}_y)"],["\\vec{v} + \\vec{w} = (\\vec{v}_x + \\vec{w}_x) + (\\vec{v}_y + \\vec{w}_y)"]),bt=R(["\vec{v} - \vec{w} = (\vec{v}_x - \vec{w}_x) + (\vec{v}_y - \vec{w}_y)"],["\\vec{v} - \\vec{w} = (\\vec{v}_x - \\vec{w}_x) + (\\vec{v}_y - \\vec{w}_y)"]),dt=R(["\vec{v} cdot \vec{w} = left | \vec{v} \right | left | \vec{w} \right | cos alpha"],["\\vec{v} \\cdot \\vec{w} = \\left | \\vec{v} \\right | \\left | \\vec{w} \\right | \\cos \\alpha"]),mt=R(["\vec{a}"],["\\vec{a}"]),ft=R(["\vec{b}"],["\\vec{b}"]),gt=R(["\vec{c} = \vec{a} \times \vec{b}"],["\\vec{c} = \\vec{a} \\times \\vec{b}"]),_t=R(["left | \vec{c} \right | = left | \vec{a} \right | cdot left | \vec{b} \right | cdot sin(alpha)"],["\\left | \\vec{c} \\right | = \\left | \\vec{a} \\right | \\cdot \\left | \\vec{b} \\right | \\cdot \\sin(\\alpha)"]),jt=R(["Sigma \vec{F} = 0 Longleftrightarrow Delta v = 0"],["\\Sigma \\vec{F} = 0 \\Longleftrightarrow \\Delta v = 0"]),Ot=R(["Sigma \vec{F} = m \vec{a}"],["\\Sigma \\vec{F} = m \\vec{a}"]),vt=R(["\vec{F}_{21} = -\vec{F}_{12}"],["\\vec{F}_{21} = -\\vec{F}_{12}"]),wt=R(["left | \vec{F} \right | = G \frac{m_1 m_2}{s^2}"],["\\left | \\vec{F} \\right | = G \\frac{m_1 m_2}{s^2}"]),yt=R(["G = 6.67 cdot 10^{-11} \frac{N m^2}{{kg}^2}"],["G = 6.67 \\cdot 10^{-11} \\frac{N m^2}{{kg}^2}"]),kt=R(["left | \vec{F} \right | = g m"],["\\left | \\vec{F} \\right | = g m"]),zt=R(["g = 9.81 \frac{m}{s^2}"],["g = 9.81 \\frac{m}{s^2}"]),Pt=R(["g_{luna} = 1.62 \frac{m}{s^2}"],["g_{luna} = 1.62 \\frac{m}{s^2}"]),Et=R(["g_{marte} = 3.71 \frac{m}{s^2}"],["g_{marte} = 3.71 \\frac{m}{s^2}"]),xt=R(["left | \vec{F} \right | leq mu_{s} left | \vec{F}_{normale} \right |"],["\\left | \\vec{F} \\right | \\leq \\mu_{s} \\left | \\vec{F}_{normale} \\right |"]),Ct=R(["left | \vec{F} \right | leq mu_{d} left | \vec{F}_{normale} \right |"],["\\left | \\vec{F} \\right | \\leq \\mu_{d} \\left | \\vec{F}_{normale} \\right |"]),St=R(["F = -k x"],["F = -k x"]),qt=R(["Delta \vec{s} = \vec{s}(fine) - \vec{s}(inizio)"],["\\Delta \\vec{s} = \\vec{s}(fine) - \\vec{s}(inizio)"]),Lt=R(["\vec{v} = \frac{Delta \vec{s}}{Delta t}"],["\\vec{v} = \\frac{\\Delta \\vec{s}}{\\Delta t}"]),At=R(["\vec{v} = lim_{Delta t \to 0} \frac{Delta \vec{s}}{Delta t} = \frac{d \vec{s}}{dt}"],["\\vec{v} = \\lim_{\\Delta t \\to 0} \\frac{\\Delta \\vec{s}}{\\Delta t} = \\frac{d \\vec{s}}{dt}"]),Ft=R(["\vec{a} = \frac{Delta \vec{v}}{Delta t}"],["\\vec{a} = \\frac{\\Delta \\vec{v}}{\\Delta t}"]),Mt=R(["\vec{a} = lim_{Delta v \to 0} \frac{Delta \vec{v}}{Delta t} = \frac{d \vec{v}}{d t} = \frac{d^2 \vec{s}}{d t^2}"],["\\vec{a} = \\lim_{\\Delta v \\to 0} \\frac{\\Delta \\vec{v}}{\\Delta t} = \\frac{d \\vec{v}}{d t} = \\frac{d^2 \\vec{s}}{d t^2}"]),Tt=R(["\vec{p} = m \vec{v}"],["\\vec{p} = m \\vec{v}"]),Dt=R(["Sigma \vec{F} = 0 Longleftrightarrow Delta \vec{p} = 0"],["\\Sigma \\vec{F} = 0 \\Longleftrightarrow \\Delta \\vec{p} = 0"]),It=R(["s(t) = v cdot Delta t + s(0)"],["s(t) = v \\cdot \\Delta t + s(0)"]),Bt=R(["v(t) = k"],["v(t) = k"]),Xt=R(["a(t) = 0"],["a(t) = 0"]),Nt=R(["s(t) = \frac{1}{2} a cdot (Delta t)^2 + v(0) cdot (Delta t) + s(0)"],["s(t) = \\frac{1}{2} a \\cdot (\\Delta t)^2 + v(0) \\cdot (\\Delta t) + s(0)"]),Rt=R(["v(t) = a Delta t + v(0)"],["v(t) = a \\Delta t + v(0)"]),Ut=R(["a(t) = k"],["a(t) = k"]),Vt=R(["omega = \frac{2 pi}{T}"],["\\omega = \\frac{2 \\pi}{T}"]),Ht=R(["s(t) = A sin (omega cdot t + phi)"],["s(t) = A \\sin (\\omega \\cdot t + \\phi)"]),Gt=R(["\frac{pi}{2}"],["\\frac{\\pi}{2}"]),Wt=R(["v(t) = A sin (omega cdot t + phi + \frac{pi}{2})"],["v(t) = A \\sin (\\omega \\cdot t + \\phi + \\frac{\\pi}{2})"]),$t=R(["pi"],["\\pi"]),Kt=R(["a(t) = A sin (omega cdot t + phi + pi)"],["a(t) = A \\sin (\\omega \\cdot t + \\phi + \\pi)"]),Zt=R(["phi"],["\\phi"]),Yt=R(["v = \frac{Delta s}{t} = \frac{2 pi cdot r}{T} = omega r"],["v = \\frac{\\Delta s}{t} = \\frac{2 \\pi \\cdot r}{T} = \\omega r"]),Qt=R(["a = \frac{v^2}{r} = r cdot omega^2 = v cdot omega"],["a = \\frac{v^2}{r} = r \\cdot \\omega^2 = v \\cdot \\omega"]),Jt=R(["F = m cdot a"],["F = m \\cdot a"]),en=R(["W = \vec{F} cdot \vec{s} = F cdot Delta s cdot cos(alpha )"],["W = \\vec{F} \\cdot \\vec{s} = F \\cdot \\Delta s \\cdot cos(\\alpha )"]),tn=R(["E_c = \frac{1}{2} m v^2"],["E_c = \\frac{1}{2} m v^2"]),nn=R(["Delta E_c = W"],["\\Delta E_c = W"]),an=R(["E_{p_g} = m cdot g cdot h"],["E_{p_g} = m \\cdot g \\cdot h"]),rn=R(["E_{p_e} = \frac{1}{2} k x^2"],["E_{p_e} = \\frac{1}{2} k x^2"]),ln=R(["E = E_k + E_p"],["E = E_k + E_p"]),on=R(["P = \frac{Delta E}{Delta t}"],["P = \\frac{\\Delta E}{\\Delta t}"]),cn=R(["C_{elettrone} = 1.602 cdot 10^{-19}"],["C_{elettrone} = 1.602 \\cdot 10^{-19}"]),sn=R(["left | \vec{F}_{elettrica} \right | = \frac{-k cdot q_1 cdot q_2}{s^2}"],["\\left | \\vec{F}_{elettrica} \\right | = \\frac{-k \\cdot q_1 \\cdot q_2}{s^2}"]),un=R(["k"],["k"]),pn=R(["k = 8.99 cdot 10^9 \frac{N cdot m^2}{C^2}"],["k = 8.99 \\cdot 10^9 \\frac{N \\cdot m^2}{C^2}"]),hn=R(["epsilon_0"],["\\epsilon_0"]),bn=R(["k = \frac{1}{4 pi cdot epsilon_0}"],["k = \\frac{1}{4 \\pi \\cdot \\epsilon_0}"]),dn=R(["left | \vec{F}_{elettrica} \right | = \frac{q_1 cdot q_2}{4 pi cdot epsilon_0 cdot s^2}"],["\\left | \\vec{F}_{elettrica} \\right | = \\frac{q_1 \\cdot q_2}{4 \\pi \\cdot \\epsilon_0 \\cdot s^2}"]),mn=R(["\vec{E} = \frac{\vec{F}_{elettrica}}{q} = \frac{-k cdot q}{s^2}"],["\\vec{E} = \\frac{\\vec{F}_{elettrica}}{q} = \\frac{-k \\cdot q}{s^2}"]),fn=R(["Phi_E = \vec{E} cdot \vec{A}"],["\\Phi_E = \\vec{E} \\cdot \\vec{A}"]),gn=R(["Phi_E = \vec{E} cdot \vec{A} = E_perp cdot A cdot cos(alpha)"],["\\Phi_E = \\vec{E} \\cdot \\vec{A} = E_\\perp \\cdot A \\cdot \\cos(\\alpha)"]),_n=R(["Phi_E = 4 pi cdot k cdot q = \frac{q}{epsilon_0}"],["\\Phi_E = 4 \\pi \\cdot k \\cdot q = \\frac{q}{\\epsilon_0}"]),jn=R(["U_e"],["U_e"]),On=R(["V = \frac{U_e}{q}"],["V = \\frac{U_e}{q}"]),vn=R(["V"],["V"]),wn=R(["I = \frac{Delta q}{Delta t}"],["I = \\frac{\\Delta q}{\\Delta t}"]),yn=R(["A"],["A"]),kn=R(["P = \frac{Delta U_e}{Delta t} = I cdot Delta V = I^2 cdot R = \frac{(Delta V)^2}{R}"],["P = \\frac{\\Delta U_e}{\\Delta t} = I \\cdot \\Delta V = I^2 \\cdot R = \\frac{(\\Delta V)^2}{R}"]),zn=R(["V = R cdot I"],["V = R \\cdot I"]),Pn=R(["R"],["R"]),En=R(["Omega"],["\\Omega"]),xn=R(["R = \rho \frac{L_{unghezza}}{A_{rea}}"],["R = \\rho \\frac{L_{unghezza}}{A_{rea}}"]),Cn=R(["\rho"],["\\rho"]),Sn=R(["\rho = \rho_0 (1 + alpha(T - T_0))"],["\\rho = \\rho_0 (1 + \\alpha(T - T_0))"]),qn=R(["C = \frac{q_{massima}}{Delta V}"],["C = \\frac{q_{massima}}{\\Delta V}"]),Ln=R(["C_{nuova} = kappa cdot \frac{epsilon_0 cdot A}{s}"],["C_{nuova} = \\kappa \\cdot \\frac{\\epsilon_0 \\cdot A}{s}"]),An=R(["kappa"],["\\kappa"]),Fn=R(["s"],["s"]),Mn=R(["Fa"],["Fa"]),Tn=R(["R_{serie} = sum_{i=1}^{n} R_i"],["R_{serie} = \\sum_{i=1}^{n} R_i"]),Dn=R(["R_{parallelo} = \frac{1}{sum_{i=1}^{n} \frac{1}{R_i}}"],["R_{parallelo} = \\frac{1}{\\sum_{i=1}^{n} \\frac{1}{R_i}}"]),In=R(["C_{serie} = \frac{1}{sum_{i=1}^{n} \frac{1}{C_i}}"],["C_{serie} = \\frac{1}{\\sum_{i=1}^{n} \\frac{1}{C_i}}"]),Bn=R(["C_{parallelo} = sum_{i=1}^{n} C_n"],["C_{parallelo} = \\sum_{i=1}^{n} C_n"]),Xn=R(["mu_0 = 4 pi cdot 10^{-7} \frac{H}{m}"],["\\mu_0 = 4 \\pi \\cdot 10^{-7} \\frac{H}{m}"]),Nn=R(["\frac{N}{A^2}"],["\\frac{N}{A^2}"]),Rn=R(["B"],["B"]),Un=R(["Phi_{B_{i}} = \vec{B} cdot \vec{L}_n = B cdot L_i cdot sin(alpha) = B_parallel cdot L_i"],["\\Phi_{B_{i}} = \\vec{B} \\cdot \\vec{L}_n = B \\cdot L_i \\cdot \\sin(\\alpha) = B_\\parallel \\cdot L_i"]),Vn=R(["Phi_{B} = sum_{i=0}^{n_{lati}} Phi_{Bn}"],["\\Phi_{B} = \\sum_{i=0}^{n_{lati}} \\Phi_{Bn}"]),Hn=R(["Wb = T cdot m^2"],["Wb = T \\cdot m^2"]),Gn=R(["Phi_B = mu_0 cdot I"],["\\Phi_B = \\mu_0 \\cdot I"]),Wn=R(["\vec{F}_{B} = q cdot (\vec{v} \times \vec{B})"],["\\vec{F}_{B} = q \\cdot (\\vec{v} \\times \\vec{B})"]),$n=R(["\vec{B}"],["\\vec{B}"]),Kn=R(["\vec{v}"],["\\vec{v}"]),Zn=R(["\vec{F}_{magnetica} = I cdot (\vec{L} \times \vec{B})"],["\\vec{F}_{magnetica} = I \\cdot (\\vec{L} \\times \\vec{B})"]),Yn=R(["I"],["I"]),Qn=R(["\vec{L}"],["\\vec{L}"]),Jn=R(["left | \vec{B} \right | = mu_0 cdot I cdot \frac{A_{vvolgimenti}}{L_{unghezzafilo}}"],["\\left | \\vec{B} \\right | = \\mu_0 \\cdot I \\cdot \\frac{A_{vvolgimenti}}{L_{unghezzafilo}}"]),ea=R(["left | \vec{B} \right | = \frac{mu cdot I}{2 pi r}"],["\\left | \\vec{B} \\right | = \\frac{\\mu \\cdot I}{2 \\pi r}"]),ta=R(["Delta V_{indotta} = v cdot B cdot L"],["\\Delta V_{indotta} = v \\cdot B \\cdot L"]),na=R(["Phi_B = \vec{B} cdot \vec{A} = B cdot A cdot cos(alpha)"],["\\Phi_B = \\vec{B} \\cdot \\vec{A} = B \\cdot A \\cdot \\cos(\\alpha)"]),aa=R(["Delta V_{indotta} = - \frac{Delta Phi_B}{Delta t}"],["\\Delta V_{indotta} = - \\frac{\\Delta \\Phi_B}{\\Delta t}"]),ia=R(["Delta V_{indotta} = - \frac{N cdot Delta Phi_{B_{spira}}}{Delta t} = - \frac{N cdot B cdot A cdot cos(alpha)}{Delta t}"],["\\Delta V_{indotta} = - \\frac{N \\cdot \\Delta \\Phi_{B_{spira}}}{\\Delta t} = - \\frac{N \\cdot B \\cdot A \\cdot cos(\\alpha)}{\\Delta t}"]),ra=R(["N"],["N"]),la=R(["E"],["E"]),oa=R(["E = c cdot B"],["E = c \\cdot B"]),ca=R(["c"],["c"]),sa=R(["c = \frac{1}{sqrt{epsilon_0 cdot mu_0}} = 3.00 cdot 10^8 \frac{m}{s}"],["c = \\frac{1}{\\sqrt{\\epsilon_0 \\cdot \\mu_0}} = 3.00 \\cdot 10^8 \\frac{m}{s}"]),ua=R(["A(t) = A_{max} cdot sin left ( \frac{2 pi}{lambda} - omega t + phi \right )"],["A(t) = A_{max} \\cdot \\sin \\left ( \\frac{2 \\pi}{\\lambda} - \\omega t + \\phi \\right )"]),pa=R(["A_{max}"],["A_{max}"]),ha=R(["\frac{2 pi}{lambda} = left | \vec{k} \right |"],["\\frac{2 \\pi}{\\lambda} = \\left | \\vec{k} \\right |"]),ba=R(["omega"],["\\omega"]),da=R(["\frac{1}{lambda} = R left ( \frac{1}{4} - \frac{1}{n^2} \right )"],["\\frac{1}{\\lambda} = R \\left ( \\frac{1}{4} - \\frac{1}{n^2} \\right )"]),ma=R(["R = 1.097 cdot 10^7 \frac{1}{m}"],["R = 1.097 \\cdot 10^7 \\frac{1}{m}"]),fa=R(["n"],["n"]),ga=R(["h"],["h"]),_a=R(["hbar = left ( \frac{h}{2 pi} \right )"],["\\hbar = \\left ( \\frac{h}{2 \\pi} \\right )"]),ja=R(["m cdot v_n cdot 2 pi cdot r = n cdot h"],["m \\cdot v_n \\cdot 2 \\pi \\cdot r = n \\cdot h"]),Oa=R(["r_n = n^2 cdot a_0 = n^2 cdot \frac{hbar}{m_{elettrone} cdot k cdot e^2} "],["r_n = n^2 \\cdot a_0 = n^2 \\cdot \\frac{\\hbar}{m_{elettrone} \\cdot k \\cdot e^2} "]),va=R(["a_0 = left ( \frac{h}{2 pi} \right )^2 cdot \frac{1}{m_{elettrone} cdot k cdot e^2} = 5.29 cdot 10^{-11} m"],["a_0 = \\left ( \\frac{h}{2 \\pi} \\right )^2 \\cdot \\frac{1}{m_{elettrone} \\cdot k \\cdot e^2} = 5.29 \\cdot 10^{-11} m"]),wa=R(["E_n = \frac{1}{n^2} cdot E_1 = - \frac{1}{n^2} cdot \frac{a_0^2}{2 cdot m cdot hbar^4} = - \frac{1}{n^2} cdot \frac{m_{elettrone} cdot k^2 cdot e^4}{2 cdot hbar^2}"],["E_n = \\frac{1}{n^2} \\cdot E_1 = - \\frac{1}{n^2} \\cdot \\frac{a_0^2}{2 \\cdot m \\cdot \\hbar^4} = - \\frac{1}{n^2} \\cdot \\frac{m_{elettrone} \\cdot k^2 \\cdot e^4}{2 \\cdot \\hbar^2}"]),ya=R(["10^1 eV"],["10^1 eV"]),ka=R(["1 eV"],["1 eV"]),za=R(["lambda"],["\\lambda"]),Pa=R(["lambda_{max} cdot T"],["\\lambda_{max} \\cdot T"]),Ea=R(["E_{fotone} = h cdot f"],["E_{fotone} = h \\cdot f"]),xa=String.raw,Ca=Object(Pe.h)("h1",null,"Fisica"),Sa=Object(Pe.h)("p",null,"Usa le regole base della trigonometria:"),qa=Object(Pe.h)("p",null,"Scomponi in componenti, poi sommali:"),La=Object(Pe.h)("p",null,"Produce il vettore risultante dall'applicazione della regola del parallelogramma."),Aa=Object(Pe.h)("p",null,"Alla fine è sempre una somma:"),Fa=Object(Pe.h)("p",null,"Produce il vettore che parte da ",Object(Pe.h)(nt,null,"w")," e arriva a ",Object(Pe.h)(nt,null,"v"),"."),Ma=Object(Pe.h)("p",null,"Si chiama scalare perchè il risultato è uno scalare, non un vettore."),Ta=Object(Pe.h)("p",null,"Si chiama vettoriale perchè il risultato è un altro vettore."),Da=Object(Pe.h)("li",null,Object(Pe.h)("a",{href:"https://it.wikipedia.org/wiki/Regola_della_mano_destra"},"Regola della mano destra")),Ia=Object(Pe.h)("p",null,"Non è commutativo!"),Ba=Object(Pe.h)("p",null,"Se un corpo puntiforme ha forza risultante nulla, allora la sua velocità non cambia."),Xa=Object(Pe.h)("p",null,"La forza risultante di un corpo è direttamente proporzionale alla sua accelerazione, e la costante di proporzionalità è la ",Object(Pe.h)("i",null,"massa"),"."),Na=Object(Pe.h)("p",null,"Due corpi esercitano forze uguali e opposte uno sull'altro."),Ra=Object(Pe.h)("p",null,"Due corpi puntiformi si attirano uno verso l'altro con forza:"),Ua=Object(Pe.h)("p",null,Object(Pe.h)(nt,null,"G")," è la ",Object(Pe.h)("i",null,"costante di gravitazione universale")," e vale:"),Va=Object(Pe.h)("p",null,"Se nel sistema di riferimento consideriamo la Terra ferma, allora un corpo è attratto verso la Terra con forza ",Object(Pe.h)("i",null,"peso")," uguale a:"),Ha=Object(Pe.h)("p",null,Object(Pe.h)(nt,null,"g")," è la ",Object(Pe.h)("i",null,"costante di gravità")," della Terra, e vale:"),Ga=Object(Pe.h)("p",null,"Per pianeti diversi dalla Terra vale la stessa regola:"),Wa=Object(Pe.h)("p",null,"L'unica differenza è che cambia la ",Object(Pe.h)("i",null,"costante di gravità"),":"),$a=Object(Pe.h)(Ne,{title:"Normale"},Object(Pe.h)("p",null,"Si oppone alle forze applicate alla superficie di contatto."),Object(Pe.h)("p",null,"Un libro appoggiato su un tavolo ha la ",Object(Pe.h)("b",null,"forza di gravità")," che lo attira verso il terreno e la ",Object(Pe.h)("b",null,"forza normale")," che lo trattiene dal cadere.")),Ka=Object(Pe.h)("p",null,"Impedisce a un corpo di muoversi se non viene spinto da una forza che supera una certa soglia:"),Za=Object(Pe.h)("p",null,"Rallenta i corpi che si stanno muovendo finchè essi non si fermano:"),Ya=Object(Pe.h)(Ne,{title:"Tensione"},Object(Pe.h)("p",null,"E' forza trasmessa tra due estremi di una fune."),Object(Pe.h)("p",null,"Può essere redirezionata per mezzo di carrucole.")),Qa=Object(Pe.h)("p",null,"Una molla cerca sempre di tornare alla sua posizione indeformata con forza:"),Ja=Object(Pe.h)("p",null,"(E' negativa perchè la forza è opposta a quella applicata per deformarla.)"),ei=Object(Pe.h)("p",null,"È un vettore che indica la posizione di un corpo rispetto a un'origine."),ti=Object(Pe.h)("p",null,"È un vettore che misura la variazione di posizione nel tempo."),ni=Object(Pe.h)("p",null,"Se si considera un intervallo di tempo infinitesimale si dice ",Object(Pe.h)("i",null,"velocità istantanea"),":"),ai=Object(Pe.h)("p",null,"È un vettore che misura la variazione di velocità nel tempo."),ii=Object(Pe.h)("p",null,"Se si considera un intervallo di tempo infinitesimale si dice ",Object(Pe.h)("i",null,"accelerazione istantanea"),":"),ri=Object(Pe.h)("span",null,"Quantità di moto ",Object(Pe.h)("small",null,"(momento lineare)")),li=Object(Pe.h)("p",null,"La quantità di moto è una proprietà vettoriale dei corpi:"),oi=Object(Pe.h)("p",null,"Se la forza risultante è nulla, la quantità di moto non cambia."),ci=Object(Pe.h)("p",null,"La ",Object(Pe.h)("i",null,"legge oraria")," è:"),si=Object(Pe.h)("p",null,"È costante:"),ui=Object(Pe.h)("p",null,"La velocità non varia:"),pi=Object(Pe.h)(Ne,{title:"Forze"},Object(Pe.h)("p",null,"Si applica la prima legge di Newton:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,"f(t) = 0"))),hi=Object(Pe.h)("p",null,"La ",Object(Pe.h)("i",null,"legge oraria")," è:"),bi=Object(Pe.h)("p",null,"È una retta:"),di=Object(Pe.h)("p",null,"È costante:"),mi=Object(Pe.h)(Ne,{title:"Forze"},Object(Pe.h)("p",null,"Si applica la prima legge di Newton:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,"f(t) = m a"))),fi=Object(Pe.h)(Ne,{title:"Ampiezza"},Object(Pe.h)("p",null,"E' la distanza dal centro massima che raggiunge il corpo."),Object(Pe.h)("p",null,"(L'ampiezza di una sinusoide.)")),gi=Object(Pe.h)("p",null,"Indica quanto in fretta cambia la posizione del corpo."),_i=Object(Pe.h)("p",null,"Dipende dal periodo:"),ji=Object(Pe.h)("p",null,"E' una sinusoide:"),Oi=Object(Pe.h)(Ne,{title:"Forze"},Object(Pe.h)("p",null,"Si applica la prima legge di Newton:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,"f(t) = m a"))),vi=Object(Pe.h)(Ne,{title:"Moto parabolico"},Object(Pe.h)("p",null,"Il moto parabolico è dato sommando un moto rettilineo uniforme sull'asse orizzontale e un moto rettilineo uniformemente accelerato sull'asse verticale.")),wi=Object(Pe.h)("h3",null,"Velocità angolare"),yi=Object(Pe.h)("p",null,"Quanto cambia la fase nel tempo."),ki=Object(Pe.h)("p",null,"E' l'angolo percorso dal corpo rispetto alla posizione iniziale."),zi=Object(Pe.h)("p",null,"Si applicano le formule per la circonferenza:"),Pi=Object(Pe.h)("p",null,"Il corpo ha sempre un accelerazione verso il centro che gli impedisce di abbandonare il moto:"),Ei=Object(Pe.h)("p",null,"È verso il centro e si calcola con:"),xi=Object(Pe.h)("p",null,"E' compiuto da una forza che sposta un corpo."),Ci=Object(Pe.h)("p",null,"(Se la forza non è parallela allo spostamento, il prodotto scalare ci fa considerare solo la componente parallela.)"),Si=Object(Pe.h)("p",null,"Un corpo ha energia cinetica in ogni momento uguale a:"),qi=Object(Pe.h)("p",null,"Se una forza effettua lavoro su un corpo, cambia la sua energia cinetica pari al lavoro effettuato:"),Li=Object(Pe.h)("p",null,"Un corpo ha energia potenziale in ogni momento pari a:"),Ai=Object(Pe.h)("p",null,"(Con ",Object(Pe.h)(nt,null,"h")," uguale a un altezza scelta come punto di riferimento.)"),Fi=Object(Pe.h)("p",null,"Una molla ha sempre energia potenziale elastica pari a:"),Mi=Object(Pe.h)("p",null,"Sono conservative le forze per le quali il lavoro compiuto non dipende dal percorso seguito per andare dalla partenza all'arrivo."),Ti=Object(Pe.h)("p",null,"Ad esempio, è conservativa la ",Object(Pe.h)("i",null,"forza di gravità"),", ma ",Object(Pe.h)("b",null,"non")," è conservativa la forza di attrito."),Di=Object(Pe.h)("p",null,"Se in un sistema ci sono solo forze conservative, allora l'energia meccanica totale si conserva:"),Ii=Object(Pe.h)("p",null,"È la velocità di trasferimento di energia:"),Bi=Object(Pe.h)("p",null,"È una proprietà dei corpi che può essere ",Object(Pe.h)(rt,null,"positiva")," o ",Object(Pe.h)(ct,null,"negativa"),"."),Xi=Object(Pe.h)("p",null,"Si conserva: in un sistema chiuso la carica totale è costante."),Ni=Object(Pe.h)("p",null,"Cariche ",Object(Pe.h)(rt,null,"opp"),Object(Pe.h)(ct,null,"oste")," si attraggono; cariche ",Object(Pe.h)(rt,null,"uguali")," si respingono."),Ri=Object(Pe.h)(Ne,{title:"Conduttori e isolanti"},Object(Pe.h)("p",null,"Più ",Object(Pe.h)("a",{href:"https://it.wikipedia.org/wiki/Ione"},"ioni")," ha un corpo, meglio la carica si muove attraverso di esso."),Object(Pe.h)("p",null,"I corpi in cui la carica si muove bene sono ",Object(Pe.h)("i",null,"conduttori"),", mentre quelli in cui si muove difficilmente sono ",Object(Pe.h)("i",null,"isolanti"),"."),Object(Pe.h)("p",null,Object(Pe.h)("i",null,"Il corpo umano è un buon conduttore."))),Ui=Object(Pe.h)(Ve,{title:"Polarizzazione"},Object(Pe.h)(Ne,{title:"Polarizzazione"},Object(Pe.h)("p",null,"E' possibile polarizzare un corpo per accumulare la carica di un segno in una certa zona."))),Vi=Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Messa a terra"},Object(Pe.h)("p",null,"Se un corpo conduttore è in contatto con la Terra, le cariche su di esso saranno ",Object(Pe.h)("i",null,"equilibrate")," e il corpo diventerà elettricamente neutro (con stesso numero di ",Object(Pe.h)(rt,null,"cariche positive")," e ",Object(Pe.h)(ct,null,"negative")," all'interno)."))),Hi=Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Polarizzazione per strofinio"},Object(Pe.h)("p",null,"Strofinando tra loro due corpi isolanti, essi si ",Object(Pe.h)("i",null,"polarizzeranno per strofinio"),".")),Object(Pe.h)(Ne,{title:"Polarizzazione per contatto"},Object(Pe.h)("p",null,"Toccando un conduttore con un corpo carico, il conduttore potrà ",Object(Pe.h)("i",null,"polarizzarsi per contatto"),".")),Object(Pe.h)(Ne,{title:"Polarizzazione per induzione"},Object(Pe.h)("p",null,'Se un corpo conduttore ha cariche "esterne" di un ',Object(Pe.h)(rt,null,"certo segno")," vicino, esso avrà tutte le cariche del ",Object(Pe.h)(ct,null,"segno opposto")," in equilibrio vicino alle cariche esterne, e tutte le cariche dello ",Object(Pe.h)(rt,null,"stesso segno")," più lontano possibile da esse."),Object(Pe.h)("p",null,"Mettendo a terra il conduttore, nuove cariche del ",Object(Pe.h)(ct,null,"segno opposto")," saranno attratte all'interno del corpo per equilibrare le cariche che si sono allontanate."),Object(Pe.h)("p",null,"Staccando il conduttore da terra e rimuovendo le cariche esterne, esso si ritroverà ",Object(Pe.h)(ct,null,"caricato del segno opposto")," rispetto alle cariche esterne."))),Gi=Object(Pe.h)("p",null,"Due corpi carichi si attraggono tra loro con forza:"),Wi=Object(Pe.h)("i",null,"costante di Coulomb"),$i=Object(Pe.h)("i",null,"permeabilità del vuoto"),Ki=Object(Pe.h)("p",null,"Misura che forza viene applicata in ogni punto su una carica unitaria:"),Zi=Object(Pe.h)("p",null,'È la differenza tra "quanto" campo elettrico ',Object(Pe.h)(rt,null,"entra")," e quanto campo elettrico ",Object(Pe.h)(ct,null,"esce")," da una certa area."),Yi=Object(Pe.h)("p",null,"In qualsiasi superficie chiusa, il flusso elettrico è uguale alla componente perpendicolare del campo elettrico moltiplicato per l'area."),Qi=Object(Pe.h)("p",null,"Se il campo elettrico è uniforme, se ne può calcolare facilmente il valore:"),Ji=Object(Pe.h)("p",null,Object(Pe.h)(We,null,"Circa. E' una specie di integrale...")),er=Object(Pe.h)("p",null,"Il flusso elettrico è direttamente proporzionale alla carica presente all'interno della superficie."),tr=Object(Pe.h)("p",null,"Ovvero, i campi elettrostatici sono generati dalle cariche elettriche."),nr=Object(Pe.h)("i",null,"energia potenziale elettrica"),ar=Object(Pe.h)("span",null,"Potenziale elettrico ",Object(Pe.h)("small",null,"(tensione)")),ir=Object(Pe.h)("p",null,"È il valore dell'energia potenziale elettrica per una carica unitaria."),rr=Object(Pe.h)("p",null,"In una batteria è detto ",Object(Pe.h)("i",null,"forza elettromotrice"),", e corrisponde al lavoro compiuto da una batteria ideale per spostare una carica unitaria tra i due poli."),lr=Object(Pe.h)("span",null,"Corrente elettrica ",Object(Pe.h)("small",null,"(intensità)")),or=Object(Pe.h)("p",null,"Quanta carica passa attraverso un'area (perpendicolare al flusso) nel tempo."),cr=Object(Pe.h)("p",null,"Fintanto che c'è differenza di potenziale, ci sarà anche intensità non nulla."),sr=Object(Pe.h)(Ne,{title:Object(Pe.h)("span",null,"Corrente continua ",Object(Pe.h)("small",null,"(",Object(Pe.h)("abbr",{title:"Direct Current"},"DC"),")"))},Object(Pe.h)("p",null,"Quando in un circuito la direzione della corrente è costante.")),ur=Object(Pe.h)(Ne,{title:Object(Pe.h)("span",null,"Corrente alternata ",Object(Pe.h)("small",null,"(",Object(Pe.h)("abbr",{title:"Alternate Current"},"AC"),")"))},Object(Pe.h)("p",null,"Quando in un circuito la direzione della corrente si alterna periodicamente.")),pr=Object(Pe.h)("p",null,"Possiamo calcolare la potenza di un circuito:"),hr=Object(Pe.h)("p",null,"Riduce l'intensità di corrente, e converte parte del potenziale in calore."),br=Object(Pe.h)("p",null,"Il potenziale utilizzato è pari a:"),dr=Object(Pe.h)("i",null,"resistenza"),mr=Object(Pe.h)("p",null,"La resistenza di un conduttore vale:"),fr=Object(Pe.h)("i",null,"resistività"),gr=Object(Pe.h)("p",null,"Immagazzina potenziale elettrico, permettendo di riutilizzarla in seguito."),_r=Object(Pe.h)("p",null,"Per farlo, cattura cariche ",Object(Pe.h)(rt,null,"positive")," e ",Object(Pe.h)(ct,null,"negative")," sulle sue due armature; perchè questo avvenga, deve essere compiuto lavoro."),jr=Object(Pe.h)("p",null,"Ha una ",Object(Pe.h)("b",null,"capacità")," caratteristica, che in un condensatore a facce piane parallele è:"),Or=Object(Pe.h)("p",null,"Condensatori di capacità maggiore immagazzinano più potenziale con meno carica."),vr=Object(Pe.h)("p",null,"La capacità aumenta se viene messo qualcosa tra le armature:"),wr=Object(Pe.h)("i",null,"costante dielettrica relativa"),yr=Object(Pe.h)("p",null,"Se il campo elettrico creatosi tra le due armature supera la ",Object(Pe.h)("i",null,"rigidità dielettrica")," del condensatore, la carica immagazzinata viene persa e ha luogo un ",Object(Pe.h)("i",null,"breakdown"),"."),kr=Object(Pe.h)(Ne,{title:"Amperometro"},Object(Pe.h)("p",null,"Misura la corrente elettrica se messo in serie."),Object(Pe.h)("p",null,"(Funzionamento: ha una resistenza interna bassisima in modo da non influire significativamente sulla corrente.)")),zr=Object(Pe.h)(Ne,{title:"Voltmetro"},Object(Pe.h)("p",null,"Misura la differenza di potenziale se messo in parallelo."),Object(Pe.h)("p",null,"(Funzionamento: ha una resistenza altissima in modo da non influire significativamente sulla tensione.)")),Pr=Object(Pe.h)(Ve,{title:"Principi di Kirchhoff"},Object(Pe.h)(Ne,{title:"Legge dei nodi"},Object(Pe.h)("p",null,"Per nodo si intende un qualsiasi punto del circuito."),Object(Pe.h)("p",null,"Da un nodo entra ed esce la stessa corrente.")),Object(Pe.h)(Ne,{title:"Legge delle maglie"},Object(Pe.h)("p",null,"Per maglia si intende un qualsiasi percorso chiuso all'interno del circuito."),Object(Pe.h)("p",null,"In una maglia chiusa, la somma delle differenze di potenziale è 0."))),Er=Object(Pe.h)(Ve,{title:"Serie e Parallelo"},Object(Pe.h)(Ne,{title:"Circuito in serie"},Object(Pe.h)("p",null,"Più parti di circuito sono ",Object(Pe.h)("i",null,"in serie")," se sono consecutive e senza biforcazioni."),Object(Pe.h)("p",null,"Parti di circuito in serie sono attraversate dalla stessa corrente.")),Object(Pe.h)(Ne,{title:"Circuito in parallelo"},Object(Pe.h)("p",null,"Più parti di circuito sono ",Object(Pe.h)("i",null,"in parallelo")," tra loro se hanno lo stesso punto di partenza e lo stesso punto di arrivo."),Object(Pe.h)("p",null,"Parti di circuito in parallelo hanno la stessa differenza di potenziale."))),xr=Object(Pe.h)("p",null,"Nei circuiti in serie, tutte le resistenze possono essere sostituite con una equivalente dalla resistenza della somma di tutte le quelle sostituite:"),Cr=Object(Pe.h)("p",null,"Nei circuiti in parallelo, tutte le resistenze possono essere sostituite con una equivalente dalla resistenza di:"),Sr=Object(Pe.h)("p",null,"Nei circuiti in serie, tutti i condensatori possono essere sostituiti con uno equivalente dalla capacità di:"),qr=Object(Pe.h)("p",null,"Nei circuiti in parallelo, tutte i condensatori possono essere sostituite con uno equivalente dalla capacità della somma di tutti quelli sostituiti:"),Lr=Object(Pe.h)("p",null,"E' una costante fisica fondamentale che rappresenta quanto un materiale si magnetizza facilmente."),Ar=Object(Pe.h)("p",null,"Come un campo elettrico, ma per i magneti."),Fr=Object(Pe.h)(nt,null,"T"),Mr=Object(Pe.h)("p",null,'È "quanto" campo magnetico ',Object(Pe.h)("b",null,"attraversa")," un percorso chiuso."),Tr=Object(Pe.h)("p",null,'Per qualsiasi percorso chiuso, il flusso magnetico è uguale alla somma di tutti i "sottoflussi" magnetici calcolati sui suoi lati.'),Dr=Object(Pe.h)(Ne,{title:"Legge di Gauss per i campi magnetici"},Object(Pe.h)("p",null,"Il flusso magnetico attraverso qualsiasi superficie chiusa è sempre nullo."),Object(Pe.h)("p",null,"Ovvero, non esistono monopoli magnetici.")),Ir=Object(Pe.h)("p",null,"L'intensità di corrente che attraversa un percorso chiuso è direttamente proporzionale al flusso magnetico dello stesso percorso."),Br=Object(Pe.h)("span",null,"Forza magnetica su carica puntiforme ",Object(Pe.h)("small",null,"(Forza di Lorentz)")),Xr=Object(Pe.h)("p",null,"I campi magnetici applicano una forza sulle cariche vicine:"),Nr=Object(Pe.h)("p",null,"Si ha una forza massima se la velocità è perpendicolare al campo magnetico."),Rr=Object(Pe.h)("p",null,"In un campo magnetico uniforme, una velocità perpendicolare al campo porta alla creazione di un moto circolare uniforme."),Ur=Object(Pe.h)("p",null,"I campi magnetici influenzano ovviamente anche le cariche presenti in un conduttore:"),Vr=Object(Pe.h)("a",{href:"https://it.openprof.com/wb/forza_di_lorentz_su_un_filo_percorso_da_corrente?ch=360"},"[1]"),Hr=Object(Pe.h)(Ne,{title:"Campo magnetico in una spira"},Object(Pe.h)("p",null,"Una spira in cui passa corrente produce un campo magnetico perpendicolare al piano creato dalla spira.")),Gr=Object(Pe.h)("p",null,"Un solenoide sono tante spire avvolte in modo da formare una specie di cilindro."),Wr=Object(Pe.h)("p",null,"All'interno del solenoide si crea un campo (quasi) uniforme:"),$r=Object(Pe.h)("p",null,Object(Pe.h)("i",null,"Caso particolare della ",Object(Pe.h)("a",{href:"https://it.wikipedia.org/wiki/Legge_di_Amp%C3%A8re"},"Legge di Ampère"),".")),Kr=Object(Pe.h)("p",null,"Il modulo del campo magnetico ",Object(Pe.h)(nt,null,"B")," prodotto da un filo in cui passa una corrente continua ",Object(Pe.h)(nt,null,"I")," alla distanza ",Object(Pe.h)(nt,null,"s")," è:"),Zr=Object(Pe.h)("p",null,"Il campo magnetico così creato gira attorno al filo in senso antiorario."),Yr=Object(Pe.h)("p",null,"Due fili attraversati dalla ",Object(Pe.h)(rt,null,"stessa corrente")," si attraggono, due fili attraversati da ",Object(Pe.h)(rt,null,"corr"),Object(Pe.h)(ct,null,"enti")," ",Object(Pe.h)(rt,null,"opp"),Object(Pe.h)(ct,null,"oste")," si respingono."),Qr=Object(Pe.h)("p",null,"Un conduttore perpendicolare ad un campo magnetico può ottenere una differenza di potenziale se messo in movimento in un direzione perpendicolare alla direzione del conduttore e del campo."),Jr=Object(Pe.h)("p",null,"La differenza di potenziale si crea a causa della forza magnetica, che fa spostare tutti gli elettroni verso un capo del conduttore."),el=Object(Pe.h)("p",null,"Essa vale:"),tl=Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,"v")," è la velocità del conduttore, ",Object(Pe.h)(nt,null,"B")," è l'intensità del campo magnetico ed ",Object(Pe.h)(nt,null,"L")," è la lunghezza del conduttore."),nl=Object(Pe.h)("i",null,"Legge di Faraday-Neumann-Lenz"),al=Object(Pe.h)("p",null,"Dice che la forza elettromotrice media indotta in un percorso dipende dalla variazione nel tempo del flusso magnetico nello stesso percorso."),il=Object(Pe.h)("p",null,"Il meno è dovuto alla ",Object(Pe.h)("a",{href:"https://it.wikipedia.org/wiki/Legge_di_Lenz"},"Legge di Lenz"),", che specifica qualitativamente il verso della forza elettromotrice indotta."),rl=Object(Pe.h)("p",null,"In un solenoide, la forza elettromotrice indotta è uguale a:"),ll=Object(Pe.h)(Ne,{title:"Legge di Ampère-Maxwell"},Object(Pe.h)("p",null,"Correnti o campi elettrici variabili creano un campo magnetico.")),ol=Object(Pe.h)("p",null,"Si dice quindi che sono ",Object(Pe.h)("i",null,"onde elettromagnetiche"),"."),cl=Object(Pe.h)("p",null,"Esse sono legate dalla relazione:"),sl=Object(Pe.h)("p",null,"I solidi, se portati ad alta temperatura, emettono luce con uno ",Object(Pe.h)("a",{href:"https://it.wikipedia.org/wiki/Spettro_continuo"},"spettro continuo"),"."),ul=Object(Pe.h)("p",null,"I gas, invece, ad alta temperatura emettono luce solo con particolari lunghezze d'onda."),pl=Object(Pe.h)("p",null,"In un gas di idrogeno, le lunghezze d'onda emesse sono ricavabili con:"),hl=Object(Pe.h)("p",null,"Una grandezza si dice quantizzata (o discreta) se può assumere solo determinati valori."),bl=Object(Pe.h)("p",null,"Una grandezza si dice continua se può assumere qualsiasi valore e quindi se non è quantizzata."),dl=Object(Pe.h)("p",null,"Energia, momento angolare e raggio sono quantizzati."),ml=Object(Pe.h)("p",null,"L'energia degli elettroni è quantizzata."),fl=Object(Pe.h)("p",null,"Inoltre, per essi è valido che:"),gl=Object(Pe.h)("p",null,"Ancora, il raggio delle orbite è uguale a:"),_l=Object(Pe.h)("p",null,"Infine, in ogni stato, l'energia è pari a:"),jl=Object(Pe.h)("p",null,"Due elettroni non possono occupare lo stesso stato."),Ol=Object(Pe.h)("p",null,"Questo modello funziona solo per atomi con numero atomico basso. Atomi con molti elettroni hanno comportamenti diversi, descritti dal modello di"),vl=Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Nei solidi"},Object(Pe.h)("p",null,"Nei solidi, le lunghezze d'onda sono talmente tanto vicine da poter essere considerate una banda."),Object(Pe.h)("p",null,"Possono però comunque avere dei gap dovuti agli intervalli di energia non ammessi."))),wl=Object(Pe.h)("p",null,Object(Pe.h)(We,null,"Refactor this")),yl=Object(Pe.h)("p",null,"Se invece la banda di emissione si sovrappone a un altra, allora il corpo è un conduttore."),kl=Object(Pe.h)(Ne,{title:"Lacune"},Object(Pe.h)("p",null,"Legami in cui ",Object(Pe.h)(rt,null,"mancano elettroni"),"."),Object(Pe.h)("p",null,Object(Pe.h)(ct,null,"Elettroni")," di altri legami possono spostarsi per colmare le ",Object(Pe.h)(rt,null,"lacune"),", creandone altre, e spostandole in direzione opposta a quella della corrente.")),zl=Object(Pe.h)(Ne,{title:"Accettori e donori"},Object(Pe.h)("p",null,"Se si inserisce in un cristallo semiconduttore si inserisce un atomo con numero atomico diverso, si otterrà:"),Object(Pe.h)("ul",null,Object(Pe.h)("li",null,"Con numero atomico maggiore, un semiconduttore di ",Object(Pe.h)(ct,null,"tipo N")," con ",Object(Pe.h)(ct,null,"elettroni in eccesso")," liberi di scorrere."),Object(Pe.h)("li",null,"Con numero atomico minore, un semiconduttore di ",Object(Pe.h)(rt,null,"tipo P")," con ",Object(Pe.h)(rt,null,"lacune in eccesso")," libere di catturare elettroni da altri legami.")),Object(Pe.h)("p",null,"Maggiore impurezza porta a maggiore conduttività.")),Pl=Object(Pe.h)(Ne,{title:"Temperatura"},Object(Pe.h)("p",null,"Aumentando la temperatura di un semiconduttore si aumenta la conduttività, perchè eccita le particelle e favorisce il movimento di ",Object(Pe.h)(ct,null,"elettroni")," e ",Object(Pe.h)(rt,null,"lacune"),".")),El=Object(Pe.h)("span",null,"Ottica ",Object(Pe.h)("small",null,"(non l'abbiamo fatta)")),xl=Object(Pe.h)(Ne,{title:"Assorbimento e riflessione"},Object(Pe.h)("p",null,"I corpi possono assorbire o riflettere le onde elettromagnetiche che li colpiscono.")),Cl=Object(Pe.h)("p",null,"Un corpo nero è un corpo che assorbe tutte le onde elettromagnetiche che riceve senza rifletterne nessuna."),Sl=Object(Pe.h)(Ne,{title:"Teoria di Planck per il corpo nero"},Object(Pe.h)("p",null,"L'energia assorbita e emessa dai corpi neri è quantizzata.")),ql=Object(Pe.h)("p",null,"Un onda magnetica con un quanto di energia è detta ",Object(Pe.h)("i",null,"fotone"),":"),Ll=Object(Pe.h)(Ne,{title:"Effetto fotoelettrico"},Object(Pe.h)("p",null,"A volte, i fotoni che colpiscono un metallo possono estrarvi degli elettroni e creare una differenza di potenziale."),Object(Pe.h)("p",null,"Perchè avvenga, la frequenza deve essere maggiore di una certa soglia."),Object(Pe.h)("p",null,"Il numero di elettroni estratti dipende dall'intensità dell'onda, mentre l'energia cinetica degli elettroni dipende dalla frequenza."),Object(Pe.h)("p",null,"Non c'è nessun ritardo tra l'assorbimento del fotone e l'estrazione di elettroni.")),Al=function(e){function t(){return U(this,t),V(this,e.apply(this,arguments))}return H(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{style:Je.a.fisica},Ca,Object(Pe.h)(Ve,{title:"Vettori"},Object(Pe.h)(Ne,{title:"Componenti cartesiane"},Sa,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(st))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ut))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(pt)))),Object(Pe.h)(Ne,{title:"Somma"},qa,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ht))),La),Object(Pe.h)(Ne,{title:"Differenza"},Aa,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(bt))),Fa),Object(Pe.h)(Ne,{title:"Prodotto scalare"},Ma,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(dt))),Object(Pe.h)("p",null,"Produce il modulo della proiezione di ",Object(Pe.h)(nt,null,xa(mt))," su ",Object(Pe.h)(nt,null,xa(ft)),".")),Object(Pe.h)(Ne,{title:"Prodotto vettoriale"},Ta,Object(Pe.h)("ul",null,Object(Pe.h)("li",null,Object(Pe.h)(nt,null,xa(gt))),Object(Pe.h)("li",null,Object(Pe.h)(nt,null,xa(_t))),Da),Ia)),Object(Pe.h)(Ve,{title:"Leggi di Newton"},Object(Pe.h)(Ne,{title:"1ᵃ: Inerzia"},Ba,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(jt)))),Object(Pe.h)(Ne,{title:"2ᵃ: Proporzionalità"},Xa,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ot)))),Object(Pe.h)(Ne,{title:"3ᵃ: Azione e reazione"},Na,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(vt))))),Object(Pe.h)(Ve,{title:"Forza di gravità"},Object(Pe.h)(Ne,{title:"Tra due corpi"},Ra,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(wt))),Ua,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(yt)))),Object(Pe.h)(Ne,{title:"Verso la Terra"},Va,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(kt))),Ha,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(zt)))),Object(Pe.h)(Ne,{title:"Su pianeti diversi"},Ga,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(kt))),Wa,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Pt))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Et))))),Object(Pe.h)(Ve,{title:"Forze di contatto"},$a,Object(Pe.h)(Ne,{title:"Attrito statico"},Ka,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(xt)))),Object(Pe.h)(Ne,{title:"Attrito dinamico"},Za,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ct)))),Ya,Object(Pe.h)(Ne,{title:"Elastica"},Qa,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(St))),Ja)),Object(Pe.h)(Ve,{title:"Cinematica"},Object(Pe.h)(Ne,{title:"Spostamento"},ei,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(qt)))),Object(Pe.h)(Ne,{title:"Velocità"},ti,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Lt))),ni,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(At)))),Object(Pe.h)(Ne,{title:"Accelerazione"},ai,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ft))),ii,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Mt)))),Object(Pe.h)(Ne,{title:ri},li,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Tt))),oi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Dt))))),Object(Pe.h)(Ve,{title:"Moto rettilineo uniforme"},Object(Pe.h)(Ne,{title:"Spostamento"},ci,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(It)))),Object(Pe.h)(Ne,{title:"Velocità"},si,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Bt)))),Object(Pe.h)(Ne,{title:"Accelerazione"},ui,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Xt)))),pi),Object(Pe.h)(Ve,{title:"Moto rettilineo uniformemente accelerato"},Object(Pe.h)(Ne,{title:"Spostamento"},hi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Nt)))),Object(Pe.h)(Ne,{title:"Velocità"},bi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Rt)))),Object(Pe.h)(Ne,{title:"Accelerazione"},di,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ut)))),mi),Object(Pe.h)(Ve,{title:"Moto armonico semplice"},fi,Object(Pe.h)(Ne,{title:"Velocità angolare"},gi,_i,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Vt)))),Object(Pe.h)(Ne,{title:"Spostamento"},ji,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ht)))),Object(Pe.h)(Ne,{title:"Velocità"},Object(Pe.h)("p",null,"E' la sinusoide dello spostamento, sfasata di ",Object(Pe.h)(nt,null,xa(Gt)),":"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Wt)))),Object(Pe.h)(Ne,{title:"Accelerazione"},Object(Pe.h)("p",null,"E' la sinusoide della velocità, sfasata di ",Object(Pe.h)(nt,null,xa($t)),":"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Kt)))),Oi),Object(Pe.h)(Ve,{title:"Moti composti"},vi,Object(Pe.h)(Ne,{title:"Moto circolare uniforme"},Object(Pe.h)("p",null,"Il moto parabolico è dato sommando due moti armonici semplici: uno sull'asse X, e l'altro, sfasato di ",Object(Pe.h)(nt,null,xa(Gt)),", sull'asse Y."))),Object(Pe.h)(Ve,{title:"Moto circolare uniforme"},Object(Pe.h)(Ne,null,wi,yi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Vt)))),Object(Pe.h)(Ne,{title:"Fase"},ki,Object(Pe.h)("p",null,"Si indica con ",Object(Pe.h)(nt,null,xa(Zt)),", e generalmente si usa in radianti.")),Object(Pe.h)(Ne,{title:"Velocità"},zi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Yt)))),Object(Pe.h)(Ne,{title:"Accelerazione"},Pi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Qt)))),Object(Pe.h)(Ne,{title:"Forza centripeta"},Ei,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Jt))))),Object(Pe.h)(Ve,{title:"Lavoro ed energia"},Object(Pe.h)(Ne,{title:"Lavoro"},xi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(en))),Ci),Object(Pe.h)(Ne,{title:"Energia cinetica"},Si,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(tn))),qi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(nn)))),Object(Pe.h)(Ne,{title:"Energia potenziale gravitazionale"},Li,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(an))),Ai),Object(Pe.h)(Ne,{title:"Energia potenziale elastica"},Fi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(rn)))),Object(Pe.h)(Ne,{title:"Forze conservative"},Mi,Ti,Di,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ln)))),Object(Pe.h)(Ne,{title:"Potenza"},Ii,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(on))))),Object(Pe.h)(Ve,{title:"Elettrostatica"},Object(Pe.h)(Ne,{title:"Carica elettrica"},Bi,Xi,Object(Pe.h)("p",null,"Esiste un'unità elementare: ",Object(Pe.h)(nt,null,xa(cn)),"."),Ni),Ri),Ui,Vi,Hi,Object(Pe.h)(Ve,{title:"Forza elettrica"},Object(Pe.h)(Ne,{title:"Legge di Coulomb"},Gi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(sn))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(un))," è la ",Wi,", e vale ",Object(Pe.h)(nt,null,xa(pn)),".")),Object(Pe.h)(Ne,{title:"Permeabilità dello spazio vuoto"},Object(Pe.h)("p",null,"La costante ",Object(Pe.h)(nt,null,xa(un))," è in realtà dipendente da un altra costante, ",Object(Pe.h)(nt,null,xa(hn)),", la ",$i,"."),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(bn))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(dn)))),Object(Pe.h)(Ne,{title:"Campo elettrico"},Ki,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(mn)))),Object(Pe.h)(Ne,{title:"Flusso elettrico"},Zi,Yi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(fn))),Qi,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(gn))),Ji),Object(Pe.h)(Ne,{title:"Legge di Gauss per i campi elettrostatici"},er,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(_n))),tr)),Object(Pe.h)(Ve,{title:"Energia elettrica"},Object(Pe.h)(Ne,{title:"Energia potenziale elettrica"},Object(Pe.h)("p",null,"Un corpo carico vicino ad altre cariche possiede un'",nr," ",Object(Pe.h)(nt,null,xa(jn)),"."))),Object(Pe.h)(Ve,{title:"Circuiti elettrici"},Object(Pe.h)(Ne,{title:ar},ir,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(On))),Object(Pe.h)("p",null,"La sua unità di misura è il Volt (",Object(Pe.h)(nt,null,xa(vn)),")."),rr),Object(Pe.h)(Ne,{title:lr},or,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(wn))),cr,Object(Pe.h)("p",null,"La sua unità di misura è l'Ampere (",Object(Pe.h)(nt,null,xa(yn)),").")),sr,ur,Object(Pe.h)(Ne,{title:"Potenza elettrica"},pr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(kn))))),Object(Pe.h)(Ve,{title:"Elementi di un circuito"},Object(Pe.h)(Ne,{title:"Resistore"},hr,br,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(zn))),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa(Pn))," è una costante detta ",dr," con unità di misura Ohm (",Object(Pe.h)(nt,null,xa(En)),")."),mr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(xn))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Cn))," è la ",fr," del materiale, e varia in base alla temperatura:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Sn)))),Object(Pe.h)(Ne,{title:"Condensatore"},gr,_r,jr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(qn))),Or,vr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ln))),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa(An))," è la ",wr," del materiale inserito, ",Object(Pe.h)(nt,null,xa(yn))," l'area di una armatura e ",Object(Pe.h)(nt,null,xa(Fn))," la distanza tra le due armature."),yr,Object(Pe.h)("p",null,"La sua unità di misura è il Farad (",Object(Pe.h)(nt,null,xa(Mn)),")")),kr,zr),Pr,Er,Object(Pe.h)(Ve,{title:"Resistenze equivalenti"},Object(Pe.h)(Ne,{title:"Circuiti in serie"},xr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Tn)))),Object(Pe.h)(Ne,{title:"Circuiti in parallelo"},Cr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Dn))))),Object(Pe.h)(Ve,{title:"Condensatori equivalenti"},Object(Pe.h)(Ne,{title:"Circuiti in serie"},Sr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(In)))),Object(Pe.h)(Ne,{title:"Circuiti in parallelo"},qr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Bn))))),Object(Pe.h)(Ve,{title:"Magnetismo"},Object(Pe.h)(Ne,{title:"Permeabilità magnetica dello spazio vuoto"},Lr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Xn))," (",Object(Pe.h)(nt,null,xa(Nn)),")")),Object(Pe.h)(Ne,{title:"Campo magnetico"},Ar,Object(Pe.h)("p",null,"Il suo simbolo è ",Object(Pe.h)(nt,null,xa(Rn)),", e la sua unità di misura è il Tesla (",Fr,").")),Object(Pe.h)(Ne,{title:"Flusso magnetico"},Mr,Tr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Un))),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Vn))),Object(Pe.h)("p",null,"La sua unità di misura è il Weber (",Object(Pe.h)(nt,null,xa(Hn)),").")),Dr,Object(Pe.h)(Ne,{title:"Legge di Ampère"},Ir,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Gn))))),Object(Pe.h)(Ve,{title:"Forze magnetiche"},Object(Pe.h)(Ne,{title:Br},Xr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Wn))),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa($n))," è l'intensità del campo magnetico e ",Object(Pe.h)(nt,null,xa(Kn))," la velocità della carica considerata."),Nr,Rr),Object(Pe.h)(Ne,{title:"Forza magnetica in un filo"},Ur,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Zn))," ",Vr),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa(Yn))," è la corrente elettrica, ",Object(Pe.h)(nt,null,xa(Qn))," è un vettore che punta nella direzione di scorrimento della corrente e ha come modulo la lunghezza del conduttore."))),Object(Pe.h)(Ve,{title:"Campi magnetici"},Hr,Object(Pe.h)(Ne,{title:"Campo magnetico di un solenoide"},Gr,Wr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Jn)))),Object(Pe.h)(Ne,{title:"Legge di Oersted"},$r,Kr,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ea))),Zr,Yr)),Object(Pe.h)(Ve,{title:"Induzione elettromagnetica"},Object(Pe.h)(Ne,{title:"Forza elettromotrice indotta"},Qr,Jr,el,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ta))),tl),Object(Pe.h)(Ne,{title:"Flusso magnetico in una spira"},Object(Pe.h)("p",null,"In un campo magnetico ",Object(Pe.h)(nt,null,xa(Rn))," uniforme e perpendicolare al piano di una spira di area ",Object(Pe.h)(nt,null,xa(yn)),", il flusso magnetico si può determinare con la ",nl,":"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(na))))),Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Legge di Faraday-Neumann-Lenz"},al,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(aa))),il),Object(Pe.h)(Ne,{title:"Faraday in un solenoide"},rl,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ia))),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa(ra))," è il numero delle spire del solenoide.")),ll),Object(Pe.h)(Ve,{title:"Elettromagnetismo"},Object(Pe.h)(Ne,{title:"Onde elettromagnetiche"},Object(Pe.h)("p",null,"Nel vuoto, il campo elettrico ",Object(Pe.h)(nt,null,xa(la))," e il campo magnetico ",Object(Pe.h)(nt,null,xa(Rn))," sono perpendicolari tra loro e la direzione di propagazione, e sono entrambe funzioni del tempo."),ol,cl,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(oa))),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa(ca))," è la velocità delle onde (luce) nel vuoto, e a sua volta è uguale a:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(sa)))),Object(Pe.h)(Ne,{title:"Formula delle onde"},Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ua))),Object(Pe.h)("p",null,"Dove ",Object(Pe.h)(nt,null,xa(pa))," è l'ampiezza massima che può avere l'onda, ",Object(Pe.h)(nt,null,xa(ha))," è il vettore d'onda, ",Object(Pe.h)(nt,null,xa(ba))," la frequenza angolare e ",Object(Pe.h)(nt,null,xa(Zt))," la fase."))),Object(Pe.h)(Ve,{title:"Spettroscopia"},Object(Pe.h)(Ne,{title:"Emissione"},sl,ul,pl,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(da))),Object(Pe.h)("p",null,"Con ",Object(Pe.h)(nt,null,xa(ma)),", detta costante di Rydberg, e ",Object(Pe.h)(nt,null,xa(fa))," un numero intero.")),Object(Pe.h)(Ne,{title:"Grandezza quantizzata"},hl,bl,dl,Object(Pe.h)("p",null,"Nota costante quantica è ",Object(Pe.h)(nt,null,xa(ga)),", la costante di Planck, ovvero il valore minimo possibile per la carica (talvolta espressa come ",Object(Pe.h)(nt,null,xa(_a)),"."))),Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Modello di Bohr"},ml,fl,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(ja))),gl,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Oa))),Object(Pe.h)("p",null,"Con ",Object(Pe.h)(nt,null,xa(va)),"."),_l,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(wa))),jl,Ol)),vl,Object(Pe.h)(Ve,{title:"Semiconduttori"},Object(Pe.h)(Ne,{title:"Semiconduttori"},wl,Object(Pe.h)("p",null,"Se la banda di emissione con energia più alta di un corpo è assente o è separata da un gap dell'ordine di grandezza maggiore di ",Object(Pe.h)(nt,null,xa(ya)),", allora il corpo è un isolante."),yl,Object(Pe.h)("p",null,"Se il gap è invece dell'ordine di grandezza di ",Object(Pe.h)(nt,null,xa(ka)),", allora il corpo è un semiconduttore.")),kl,zl,Pl),Object(Pe.h)(Ve,{title:El},xl,Object(Pe.h)(Ne,{title:"Corpo nero"},Cl,Object(Pe.h)("p",null,"Le onde assorbite vengono poi riemesse sotto forma di un onda di ",Object(Pe.h)(nt,null,xa(za))," variabile in base alla temperatura."),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Pa))," è costante.")),Sl,Object(Pe.h)(Ne,{title:"Fotone"},ql,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,xa(Ea)))),Ll))},t}(Pe.Component),Fl=n("jHTF"),Ml=n.n(Fl),Tl=n("MKE3"),Dl=n.n(Tl),Il=n("6adR"),Bl=n.n(Il),Xl=function(e){function t(){return G(this,t),W(this,e.apply(this,arguments))}return $(t,e),t.prototype.render=function(){var e=new Bl.a.Converter;e.setFlavor("github");var t=e.makeHtml(""+this.props.children);return Object(Pe.h)("div",{style:Dl.a.markdown,dangerouslySetInnerHTML:{__html:t}})},t}(Pe.Component),Nl=function(e,t){return e.raw=t,e}(["\nTutte le videolezioni sono state pubblicate sotto licenza [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) dalla Prof.ssa Beatrice Ruini nell'anno accademico 2018/2019 sul [portale Dolly 2018](https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0) (Moodle).\n\nPer comodità, ho estratto l'url sorgente del video dall'embed presente nella rispettiva pagina.\n\n1. [Definizione di Spazio Vettoriale](https://www.youtube.com/watch?v=7eHEzf4403c) (1:17:29)\n2. [Sottospazi vettoriali I](https://www.youtube.com/watch?v=FPqrULk5HBU) (37:15)\n3. [Sottospazi vettoriali II](https://www.youtube.com/watch?v=ubDWUw9hk0k) (43:26)\n4. [Sottospazi vettoriali III](https://www.youtube.com/watch?v=381n4NPb6Oc) (40:29)\n5. [Lineare dipendenza e indipendenza](https://www.youtube.com/watch?v=9YVQ5olYrh0) (56:12)\n6. [Basi di uno spazio vettoriale I](https://www.youtube.com/watch?v=mEF_lcTzEoE) (25:52)\n7. [Basi di uno spazio vettoriale II](https://www.youtube.com/watch?v=k1r9JfXY53k) (48:24)\n8. [Teorema di Grassmann](https://www.youtube.com/watch?v=3sqB-MMyCWM) (32:36)\n9. [Basi e Matrici](https://www.youtube.com/watch?v=Rd6AB_jE7YI) (27:06)\n10. [Definizione di Applicazioni Lineari](https://www.youtube.com/watch?v=rmd7ffZeVYk) (16:23)\n11. [Proprietà delle Applicazioni Lineari](https://www.youtube.com/watch?v=MH7ztQGkqmw) (31:58)\n12. [Definizione di determinante](https://www.youtube.com/watch?v=EwubcLwBdzk) (36:43)\n13. [Proprietà e metodo di triangolazione](https://www.youtube.com/watch?v=SFusGarV6HI) (22:36)\n14. [Teorema di Laplace](https://www.youtube.com/watch?v=BqZDWnKl2nQ) (29:03)\n15. [4 applicazioni del Teorema di Laplace](https://www.youtube.com/watch?v=2tr3y725GY0) (47:53)\n16. [Spazi vettoriali euclidei reali - Parte 1](https://www.youtube.com/watch?v=W7Z1hm-jwMM) (28:46)\n17. [Spazi vettoriali euclidei reali - Parte 2](https://www.youtube.com/watch?v=zjmKE9TMGm8) (27:17)\n18. [Autovalori e autovettori](https://www.youtube.com/watch?v=XlrlcnvcTtQ) (33:00)\n19. [Polinomio caratteristico](https://www.youtube.com/watch?v=61icRbgWTdI) (31:31)\n20. [Teorema diagonalizzabilità](https://www.youtube.com/watch?v=wm5V6en9OFo) (18:49)\n21. [Spazi affini](https://player.vimeo.com/video/291457587) (20:46)\n22. [Sottospazi affini](https://player.vimeo.com/video/291458991) (21:32)\n23. [Parallelismo e Riferimenti Affini](https://player.vimeo.com/video/291510181) (16:57)\n24. [Rappresentazione di Sottospazi Affini](https://player.vimeo.com/video/291510296) (31:17)\n25. [Spazi Euclidei](https://player.vimeo.com/video/291510612) (35:57)\n26. [Teoria dei ranghi](https://player.vimeo.com/video/291510964) (9:44)\n27. [Teoria dei ranghi 2](https://player.vimeo.com/video/291510862) (14:44)\n\nNell'anno accademico 2018/2019 non sono stati trattati gli argomenti nei video 21, 22 e 23.\n "],["\nTutte le videolezioni sono state pubblicate sotto licenza [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) dalla Prof.ssa Beatrice Ruini nell'anno accademico 2018/2019 sul [portale Dolly 2018](https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0) (Moodle).\n\nPer comodità, ho estratto l'url sorgente del video dall'embed presente nella rispettiva pagina.\n\n1. [Definizione di Spazio Vettoriale](https://www.youtube.com/watch?v=7eHEzf4403c) (1:17:29)\n2. [Sottospazi vettoriali I](https://www.youtube.com/watch?v=FPqrULk5HBU) (37:15)\n3. [Sottospazi vettoriali II](https://www.youtube.com/watch?v=ubDWUw9hk0k) (43:26)\n4. [Sottospazi vettoriali III](https://www.youtube.com/watch?v=381n4NPb6Oc) (40:29)\n5. [Lineare dipendenza e indipendenza](https://www.youtube.com/watch?v=9YVQ5olYrh0) (56:12)\n6. [Basi di uno spazio vettoriale I](https://www.youtube.com/watch?v=mEF_lcTzEoE) (25:52)\n7. [Basi di uno spazio vettoriale II](https://www.youtube.com/watch?v=k1r9JfXY53k) (48:24)\n8. [Teorema di Grassmann](https://www.youtube.com/watch?v=3sqB-MMyCWM) (32:36)\n9. [Basi e Matrici](https://www.youtube.com/watch?v=Rd6AB_jE7YI) (27:06)\n10. [Definizione di Applicazioni Lineari](https://www.youtube.com/watch?v=rmd7ffZeVYk) (16:23)\n11. [Proprietà delle Applicazioni Lineari](https://www.youtube.com/watch?v=MH7ztQGkqmw) (31:58)\n12. [Definizione di determinante](https://www.youtube.com/watch?v=EwubcLwBdzk) (36:43)\n13. [Proprietà e metodo di triangolazione](https://www.youtube.com/watch?v=SFusGarV6HI) (22:36)\n14. [Teorema di Laplace](https://www.youtube.com/watch?v=BqZDWnKl2nQ) (29:03)\n15. [4 applicazioni del Teorema di Laplace](https://www.youtube.com/watch?v=2tr3y725GY0) (47:53)\n16. [Spazi vettoriali euclidei reali - Parte 1](https://www.youtube.com/watch?v=W7Z1hm-jwMM) (28:46)\n17. [Spazi vettoriali euclidei reali - Parte 2](https://www.youtube.com/watch?v=zjmKE9TMGm8) (27:17)\n18. [Autovalori e autovettori](https://www.youtube.com/watch?v=XlrlcnvcTtQ) (33:00)\n19. [Polinomio caratteristico](https://www.youtube.com/watch?v=61icRbgWTdI) (31:31)\n20. [Teorema diagonalizzabilità](https://www.youtube.com/watch?v=wm5V6en9OFo) (18:49)\n21. [Spazi affini](https://player.vimeo.com/video/291457587) (20:46)\n22. [Sottospazi affini](https://player.vimeo.com/video/291458991) (21:32)\n23. [Parallelismo e Riferimenti Affini](https://player.vimeo.com/video/291510181) (16:57)\n24. [Rappresentazione di Sottospazi Affini](https://player.vimeo.com/video/291510296) (31:17)\n25. [Spazi Euclidei](https://player.vimeo.com/video/291510612) (35:57)\n26. [Teoria dei ranghi](https://player.vimeo.com/video/291510964) (9:44)\n27. [Teoria dei ranghi 2](https://player.vimeo.com/video/291510862) (14:44)\n\nNell'anno accademico 2018/2019 non sono stati trattati gli argomenti nei video 21, 22 e 23.\n "]),Rl=String.raw,Ul=Object(Pe.h)("h1",null,"Videolezioni di Geometria"),Vl=function(e){function t(){return K(this,t),Z(this,e.apply(this,arguments))}return Y(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{style:Ml.a.vldigeometria},Ul,Object(Pe.h)(Ne,null,Object(Pe.h)(Xl,null,Rl(Nl))))},t}(Pe.Component),Hl=n("5m9J"),Gl=n.n(Hl),Wl=Object(Pe.h)("h1",null,"Come installare MinGW"),$l=Object(Pe.h)(Ne,null,Object(Pe.h)("p",null," Scaricate ",Object(Pe.h)("a",{href:"https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/"},"l'installer ufficiale"),", ed eseguitelo."),Object(Pe.h)("img",{src:"https://i.imgur.com/mDZSqjV.png",alt:""}),Object(Pe.h)("p",null," Dovrebbe comparire questa schermata. Cliccate su ",Object(Pe.h)("code",null,"Install"),", poi scegliete una cartella di installazione (ricordatevela!) e poi ",Object(Pe.h)("code",null,"Continue"),". Lasciate stare le altre opzioni, dovrebbero essere tutte spuntate, tranne ",Object(Pe.h)("code",null,"For all users"),", che dovrebbe essere disattivato."),Object(Pe.h)("img",{src:"https://i.imgur.com/brdw8Xy.png",alt:""}),Object(Pe.h)("p",null," Aspettate che finisca il download. Pochi secondi dopo, dovrebbe finire e dovrebbe apparire un tasto",Object(Pe.h)("code",null,"Continue"),". Premetelo."),Object(Pe.h)("img",{src:"https://i.imgur.com/aPTwrxz.png",alt:""}),Object(Pe.h)("p",null," Dovrebbe apparirvi questa finestra. L'installer di MinGW è una specie di gestore pacchetti (tipo ",Object(Pe.h)("code",null,"apt")," su Ubuntu); potete scegliere quali pacchetti installare, e quindi quali funzionalità."),Object(Pe.h)("img",{src:"https://i.imgur.com/5QLSkFN.png",alt:""}),Object(Pe.h)("p",null," Nel nostro caso, dovrebbero servirci ",Object(Pe.h)("code",null,"mingw32-base-bin")," (per il C e alcune librerie C++) e",Object(Pe.h)("code",null,"mingw32-gcc-g++-bin")," (per il C++). Cliccate, quindi, sui due quadratini corrispondenti, e premete",Object(Pe.h)("code",null,"Mark for Installation"),". Dovrebbe comparire una freccia gialla sul quadratino."),Object(Pe.h)("img",{src:"https://i.imgur.com/zP74nks.png",alt:""}),Object(Pe.h)("p",null," Ora, è il momento di installare i pacchetti. Aprite il menù ",Object(Pe.h)("code",null,"Installation"),", poi premete",Object(Pe.h)("code",null,"Apply Changes"),", e di nuovo ",Object(Pe.h)("code",null,"Apply"),"."),Object(Pe.h)("img",{src:"https://i.imgur.com/jp4uz5B.png",alt:""}),Object(Pe.h)("p",null," Lasciate che scarichi, ci vorrà un po'. Guardatevi un video nel frattempo, fatevi una partitina a qualcosa, tornate dopo circa 10 minuti."),Object(Pe.h)("img",{src:"https://i.imgur.com/Lq9IepY.png",alt:""}),Object(Pe.h)("p",null," Una volta installato, dobbiamo aggiungere ",Object(Pe.h)("code",null,"g++")," ai programmi eseguibili da Prompt dei Comandi: premete il tasto ",Object(Pe.h)("kbd",null,"Windows"),", e scrivete ",Object(Pe.h)("code",null,"PATH"),". Windows dovrebbe trovarvi automaticamente quell'opzione."),Object(Pe.h)("img",{src:"https://i.imgur.com/dy3b5Ub.png",alt:""}),Object(Pe.h)("p",null," Dentro la finestra di ",Object(Pe.h)("i",null,"Proprietà del Sistema"),", premete ",Object(Pe.h)("code",null,"Variabili d'ambiente"),"."),Object(Pe.h)("img",{src:"https://i.imgur.com/FjYpT1n.png",alt:""}),Object(Pe.h)("p",null," Trovate la variabile d'ambiente globale ",Object(Pe.h)("code",null,"Path"),", e fateci doppio click per modificarla."),Object(Pe.h)("img",{src:"https://i.imgur.com/klZQ9So.png",alt:""}),Object(Pe.h)("p",null," Ora dovreste vedere l'elenco di tutte le cartelle contenenti programmi eseguibili da terminale: dobbiamo aggiungere quella di MinGW! Premete ",Object(Pe.h)("code",null,"Sfoglia"),"."),Object(Pe.h)("img",{src:"https://i.imgur.com/F6lBCqS.png",alt:""}),Object(Pe.h)("p",null," Trovate la cartella in cui avete installato MinGW (vi avevo detto di ricordarvela!); entrateci, poi selezionate la sottocartella ",Object(Pe.h)("code",null,"bin")," e premete ",Object(Pe.h)("code",null,"OK")," su tutte le finestre che avete aperto fino ad ora, chiudendole."),Object(Pe.h)("p",null," Complimenti! Avete installato MinGW e potete compilare programmi C e C++ da Windows! Avete a disposizione",Object(Pe.h)("code",null,"gcc")," e ",Object(Pe.h)("code",null,"g++")," sul Prompt dei Comandi, e potete finalmente creare dei file .exe! ")),Kl=function(e){function t(){return Q(this,t),J(this,e.apply(this,arguments))}return ee(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{style:Gl.a.mingwinstall},Wl,$l)},t}(Pe.Component),Zl=n("qMTX"),Yl=n.n(Zl),Ql=Object(Pe.h)("a",{href:"https://creativecommons.org/licenses/by-sa/4.0/"},"CC BY-SA 4.0"),Jl=Object(Pe.h)("a",{href:"https://github.com/Steffo99/appuntiweb"},"Codice sorgente"),eo=function(e){function t(){return te(this,t),ne(this,e.apply(this,arguments))}return ae(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{class:Yl.a.copyright},"© 2019 - Stefano Pigozzi - ",Ql," - ",Jl)},t}(Pe.Component),to=n("WViY"),no=n.n(to),ao=n("oNmJ"),io=n.n(ao),ro=function(e){function t(){return ie(this,t),re(this,e.apply(this,arguments))}return le(t,e),t.prototype.getStyle=function(){return e.prototype.getStyle.call(this)+" "+io.a.theorem},t}(Ne),lo=n("pRAn"),oo=n.n(lo),co=Object(Pe.h)("h4",null,"Ipotesi"),so=function(e){function t(){return oe(this,t),ce(this,e.apply(this,arguments))}return se(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{class:oo.a.hypothesis},co,this.props.children)},t}(Pe.Component),uo=n("J9SO"),po=n.n(uo),ho=Object(Pe.h)("h4",null,"Tesi"),bo=function(e){function t(){return ue(this,t),pe(this,e.apply(this,arguments))}return he(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{class:po.a.thesis},ho,this.props.children)},t}(Pe.Component),mo=n("Oqef"),fo=n.n(mo),go=Object(Pe.h)("h4",null,"Dimostrazione"),_o=function(e){function t(){return be(this,t),de(this,e.apply(this,arguments))}return me(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{class:fo.a.proof},go,this.props.children)},t}(Pe.Component),jo=n("Xa+Z"),Oo=n.n(jo),vo=function(e){function t(){return fe(this,t),ge(this,e.apply(this,arguments))}return _e(t,e),t.prototype.render=function(){return Object(Pe.h)("blockquote",{class:Oo.a.example},this.props.children)},t}(Pe.Component),wo=je(["P(E) = \frac{casi favorevoli}{casi possibili}"],["P(E) = \\frac{casi\\ favorevoli}{casi\\ possibili}"]),yo=je(["P(E) = \frac{successi}{prove totali}"],["P(E) = \\frac{successi}{prove\\ totali}"]),ko=je(["Omega = left { 1, 2, 3, 4, 5, 6 \right }"],["\\Omega = \\left \\{ 1, 2, 3, 4, 5, 6 \\right \\}"]),zo=je(["omega = 1"],["\\omega = 1"]),Po=je(["E = left { 1, 2 \right }"],["E = \\left \\{ 1, 2 \\right \\}"]),Eo=je(["\bar{E} = left { 3, 4, 5, 6 \right }"],["\\bar{E} = \\left \\{ 3, 4, 5, 6 \\right \\}"]),xo=je(["E cap F = left { 1 \right }"],["E \\cap F = \\left \\{ 1 \\right \\}"]),Co=je(["E cup F = left { 1, 2, 3, 4 \right }"],["E \\cup F = \\left \\{ 1, 2, 3, 4 \\right \\}"]),So=je(["E setminus F = E cap \bar{F}"],["E \\setminus F = E \\cap \\bar{F}"]),qo=je(["E subseteq F"],["E \\subseteq F"]),Lo=je(["E = emptyset"],["E = \\emptyset"]),Ao=je(["E cap F = emptyset"],["E \\cap F = \\emptyset"]),Fo=je(["mathcal{F}"],["\\mathcal{F}"]),Mo=je(["sigma"],["\\sigma"]),To=je(["Omega in mathcal{F}"],["\\Omega \\in \\mathcal{F}"]),Do=je(["E in mathcal{F} implies \bar{E} in mathcal{F}"],["E \\in \\mathcal{F} \\implies \\bar{E} \\in \\mathcal{F}"]),Io=je(["(E, F) in mathcal{F} implies (E cup F, E cap F) in mathcal{F}"],["(E, F) \\in \\mathcal{F} \\implies (E \\cup F, E \\cap F) \\in \\mathcal{F}"]),Bo=je(["E in mathcal{F} implies mathcal{F} = { emptyset, E, \bar{E}, Omega }"],["E \\in \\mathcal{F} \\implies \\mathcal{F} = \\{ \\emptyset, E, \\bar{E}, \\Omega \\}"]),Xo=je(["E_i"],["E_i"]),No=je(["E_1"],["E_1"]),Ro=je(["E_2"],["E_2"]),Uo=je(["E_3"],["E_3"]),Vo=je(["E_n"],["E_n"]),Ho=je(["\forall E in mathcal{F}, 0 leq P(E) leq 1"],["\\forall E \\in \\mathcal{F}, 0 \\leq P(E) \\leq 1"]),Go=je(["P(Omega) = 1"],["P(\\Omega) = 1"]),Wo=je(["P left ( \bigcup_i E_i \right ) = sum_i P ( E_i )"],["P \\left ( \\bigcup_i E_i \\right ) = \\sum_i P ( E_i )"]),$o=je(["P(\bar{E}) = 1 - P({E})"],["P(\\bar{E}) = 1 - P({E})"]),Ko=je(["F subseteq E implies P(F) leq P(E)"],["F \\subseteq E \\implies P(F) \\leq P(E)"]),Zo=je(["P(E cup F) = P(E) + P(F) - P(E cap F)"],["P(E \\cup F) = P(E) + P(F) - P(E \\cap F)"]),Yo=je(["P(E) = \frac{len(E)}{len(Omega)}"],["P(E) = \\frac{len(E)}{len(\\Omega)}"]),Qo=je(["\boldsymbol{D}_{n, k} = \frac{n!}{(n - k)!}"],["\\boldsymbol{D}_{n, k} = \\frac{n!}{(n - k)!}"]),Jo=je(["\boldsymbol{D}^{r}_{n, k} = n^k"],["\\boldsymbol{D}^{r}_{n, k} = n^k"]),ec=je(["\boldsymbol{C}_{n, k} = \binom{n}{k} = \frac{n!}{(k)! cdot (n - k)!}"],["\\boldsymbol{C}_{n, k} = \\binom{n}{k} = \\frac{n!}{(k)! \\cdot (n - k)!}"]),tc=je(["\boldsymbol{C}^{r}_{n, k} = \binom{n + k - 1}{k} = \frac{(n + k - 1)!}{(k)! cdot (n - 1)!}"],["\\boldsymbol{C}^{r}_{n, k} = \\binom{n + k - 1}{k} = \\frac{(n + k - 1)!}{(k)! \\cdot (n - 1)!}"]),nc=je(["\boldsymbol{P}_n = n!"],["\\boldsymbol{P}_n = n!"]),ac=je(["P(E|F) = \frac{P(E cap F)}{P(F)}"],["P(E|F) = \\frac{P(E \\cap F)}{P(F)}"]),ic=je(["E cap F = emptyset Longleftrightarrow P(E|F) = P(F|E) = 0"],["E \\cap F = \\emptyset \\Longleftrightarrow P(E|F) = P(F|E) = 0"]),rc=je(["P(E_1 cap \times cap E_n) = P(E_1) \times P(E_2 | E_1) \times dots \times P(E_n | E_1 cap E_2 cap dots cap E_{n-1})"],["P(E_1 \\cap \\times \\cap E_n) = P(E_1) \\times P(E_2 | E_1) \\times \\dots \\times P(E_n | E_1 \\cap E_2 \\cap \\dots \\cap E_{n-1})"]),lc=je(["Omega"],["\\Omega"]),oc=je(["F"],["F"]),cc=je(["in Omega"],["\\in \\Omega"]),sc=je(["P(F) = sum_{i} P(F|E_i) cdot P(E_i)"],["P(F) = \\sum_{i} P(F|E_i) \\cdot P(E_i)"]),uc=je(["P(F|E_i) cdot P(E_i) = P(F cap E_i)"],["P(F|E_i) \\cdot P(E_i) = P(F \\cap E_i)"]),pc=je(["\forall i, exists! E_i"],["\\forall i, \\exists! E_i"]),hc=je(["sum_i P(F cap E_i) = P left( \bigcup_i (F cap E_i) \right)"],["\\sum_i P(F \\cap E_i) = P \\left( \\bigcup_i (F \\cap E_i) \\right)"]),bc=je(["\bigcup_i ( F cap E_i ) = F cap left( \bigcup_i E_i \right) = F cap Omega = F"],["\\bigcup_i ( F \\cap E_i ) = F \\cap \\left( \\bigcup_i E_i \\right) = F \\cap \\Omega = F"]),dc=je(["P(F|G) = sum_i P(F|E_i cap G) cdot P(E_i | G)"],["P(F|G) = \\sum_i P(F|E_i \\cap G) \\cdot P(E_i | G)"]),mc=je(["P(E_h | F) = \frac{P(F | E_h) cdot P(E_h)}{P(F)}"],["P(E_h | F) = \\frac{P(F | E_h) \\cdot P(E_h)}{P(F)}"]),fc=je(["P(E_h | F) cdot P(F) = P(E_h cap F) = P(F | E_h) cdot P(E_h)"],["P(E_h | F) \\cdot P(F) = P(E_h \\cap F) = P(F | E_h) \\cdot P(E_h)"]),gc=je(["P(E cap F) = P(E) cdot P(F) Longleftrightarrow P(E|F) = P(E) Longleftrightarrow P(F|E) = P(F)"],["P(E \\cap F) = P(E) \\cdot P(F) \\Longleftrightarrow P(E|F) = P(E) \\Longleftrightarrow P(F|E) = P(F)"]),_c=je(["P(E cap F cap G) = P(E) cdot P(F) cdot P(G)"],["P(E \\cap F \\cap G) = P(E) \\cdot P(F) \\cdot P(G)"]),jc=je(["X(omega) : Omega \to mathbb{R}"],["X(\\omega) : \\Omega \\to \\mathbb{R}"]),Oc=je(["A_t = { omega | X(omega) leq t }"],["A_t = \\{ \\omega | X(\\omega) \\leq t \\}"]),vc=je(["\forall t in mathbb{R}, A_t in mathcal{F}"],["\\forall t \\in \\mathbb{R}, A_t \\in \\mathcal{F}"]),wc=je(["p_X : X \to [0, 1]"],["p_X : X \\to [0, 1]"]),yc=je(["p_X (x) = \begin{cases}\n P([X = x]) quad se X mapsto x \\\n 0 qquad qquad quad se X \notmapsto x\n end{cases}"],["p_X (x) = \\begin{cases}\n P([X = x]) \\quad se\\ X \\mapsto x \\\\\n 0 \\qquad \\qquad \\quad se\\ X \\not\\mapsto x\n \\end{cases}"]),kc=je(["f_X : X \to [0, 1]"],["f_X : X \\to [0, 1]"]),zc=je(["P([a < X leq b]) = int_a^b f_X (x) dx"],["P([a < X \\leq b]) = \\int_a^b f_X (x) dx"]),Pc=je(["F_X : mathbb{R} \to [0, 1]"],["F_X : \\mathbb{R} \\to [0, 1]"]),Ec=je(["A_t"],["A_t"]),xc=je(["F_X (t) = P(A_t) = \begin{cases}\n sum_{x_i leq t} p_X (x_i) quad nel discreto\\\n \\\n int_{-infty}^t f_X (x) dx quad nel continuo\n end{cases}"],["F_X (t) = P(A_t) = \\begin{cases}\n \\sum_{x_i \\leq t} p_X (x_i) \\quad nel\\ discreto\\\\\n \\\\\n \\int_{-\\infty}^t f_X (x) dx \\quad nel\\ continuo\n \\end{cases}"]),Cc=je(["\forall x_0 in mathbb{R}, F_X (x_0) = lim_{t \to x^+_0} F_X (t)"],["\\forall x_0 \\in \\mathbb{R}, F_X (x_0) = \\lim_{t \\to x^+_0} F_X (t)"]),Sc=je(["P([X = x_0]) = lim_{t \to x^+_0} F_X (t) - lim_{t \to x^-_0} F_X (t)"],["P([X = x_0]) = \\lim_{t \\to x^+_0} F_X (t) - \\lim_{t \\to x^-_0} F_X (t)"]),qc=je(["f_Y (y) = int_{g(a)}^{g(b)} f_X ( g^{-1} (x) ) g^{-2} (x)"],["f_Y (y) = \\int_{g(a)}^{g(b)} f_X ( g^{-1} (x) ) g^{-2} (x)"]),Lc=je(["E(X) = int_0^{+infty} (1 - F_X (t)) dt - int_{-infty}^{0} F_X (t) dt"],["E(X) = \\int_0^{+infty} (1 - F_X (t)) dt - \\int_{-\\infty}^{0} F_X (t) dt"]),Ac=je(["E(X) = sum_i P(X = x_i) cdot x_i"],["E(X) = \\sum_i P(X = x_i) \\cdot x_i"]),Fc=je(["E(X) = int_{-infty}^{+infty} f_X (x) cdot x cdot dx"],["E(X) = \\int_{-\\infty}^{+\\infty} f_X (x) \\cdot x \\cdot dx"]),Mc=je(["x_{alpha}"],["x_{\\alpha}"]),Tc=je(["0 leq alpha leq 1"],["0 \\leq \\alpha \\leq 1"]),Dc=je(["P([X < x_{alpha}]) leq alpha leq P([X leq x_{alpha}])"],["P([X < x_{\\alpha}]) \\leq \\alpha \\leq P([X \\leq x_{\\alpha}])"]),Ic=je(["x_{0.5}"],["x_{0.5}"]),Bc=je(["x_{0.25}"],["x_{0.25}"]),Xc=je(["x_{0.75}"],["x_{0.75}"]),Nc=je(["\frac{n}{100}"],["\\frac{n}{100}"]),Rc=je(["Var(X) = E( (X - E(X) )^2 ) = E ( X^2 ) - (E(X))^2"],["Var(X) = E( (X - E(X) )^2 ) = E ( X^2 ) - (E(X))^2"]),Uc=je(["\forall K > 0, P([g(X) geq K]) leq \frac{E(g(X))}{K}"],["\\forall K > 0, P([g(X) \\geq K]) \\leq \\frac{E(g(X))}{K}"]),Vc=je(["epsilon"],["\\epsilon"]),Hc=je(["\frac{Var(X)}{epsilon^2}"],["\\frac{Var(X)}{\\epsilon^2}"]),Gc=je(["\forall epsilon > 0, P([ -epsilon leq left( X - E(X) \right) leq epsilon]) leq \frac{Var(X)}{epsilon^2}"],["\\forall \\epsilon > 0, P([ -\\epsilon \\leq \\left( X - E(X) \\right) \\leq \\epsilon]) \\leq \\frac{Var(X)}{\\epsilon^2}"]),Wc=je(["mu_k = E ( X^k ) = \begin{cases}\n sum_i x_i^k p_X (x_i) qquad nel discreto\\\n \\\n int_{-infty}^{+infty} x^k f_X (x) dx qquad nel continuo\n end{cases}"],["\\mu_k = E ( X^k ) = \\begin{cases}\n \\sum_i x_i^k p_X (x_i) \\qquad nel\\ discreto\\\\\n \\\\\n \\int_{-\\infty}^{+\\infty} x^k f_X (x) dx \\qquad nel\\ continuo\n \\end{cases}"]),$c=je(["m_X (t) = E( e^{t cdot X} )"],["m_X (t) = E( e^{t \\cdot X} )"]),Kc=je(["H_X (t) = E ( e^{i cdot t cdot X} )"],["H_X (t) = E ( e^{i \\cdot t \\cdot X} )"]),Zc=je(["X sim Distribuzione()"],["X \\sim Distribuzione()"]),Yc=je(["Ber(p)"],["Ber(p)"]),Qc=je(["f_X (k) : {0, 1} = \begin{cases}\n p quad se k = 1\\\n q quad se k = 0\\\n 0 quad altrimenti\n end{cases} = p^x cdot q^{1 - k}"],["f_X (k) : \\{0, 1\\} = \\begin{cases}\n p \\quad se\\ k = 1\\\\\n q \\quad se\\ k = 0\\\\\n 0 \\quad altrimenti\n \\end{cases} = p^x \\cdot q^{1 - k}"]),Jc=je(["Bin(n, p)"],["Bin(n, p)"]),es=je(["f_X (k) : {0..n} = \binom{n}{k} cdot p^k cdot q^{n - k}"],["f_X (k) : \\{0..n\\} = \\binom{n}{k} \\cdot p^k \\cdot q^{n - k}"]),ts=je(["m_X (t) = (q + p cdot e^t) ^ n"],["m_X (t) = (q + p \\cdot e^t) ^ n"]),ns=je(["E(X) = n cdot p"],["E(X) = n \\cdot p"]),as=je(["Var(X) = n cdot p cdot q"],["Var(X) = n \\cdot p \\cdot q"]),is=je(["f_X (k) : mathbb{N} = q^{k - 1} p"],["f_X (k) : \\mathbb{N} = q^{k - 1} p"]),rs=je(["m_X (t) = \frac{p cdot e^t}{1 - q cdot e^t}"],["m_X (t) = \\frac{p \\cdot e^t}{1 - q \\cdot e^t}"]),ls=je(["E(X) = \frac{1}{p}"],["E(X) = \\frac{1}{p}"]),os=je(["Var(X) = \frac{q}{p^2}"],["Var(X) = \\frac{q}{p^2}"]),cs=je(["overline{Bin}(n, p)"],["\\overline{Bin}(n, p)"]),ss=je(["f_X (k) : { n .. +infty } in mathbb{N} = \binom{k - 1}{n - 1} cdot p^n cdot q^{k - n} "],["f_X (k) : \\{ n .. +\\infty \\} \\in \\mathbb{N} = \\binom{k - 1}{n - 1} \\cdot p^n \\cdot q^{k - n} "]),us=je(["m_X (t) : { t < ln(\frac{1}{q}) } = left( \frac{p cdot e^t}{1 - q cdot e^t} \right) ^n"],["m_X (t) : \\{ t < ln(\\frac{1}{q}) \\} = \\left( \\frac{p \\cdot e^t}{1 - q \\cdot e^t} \\right) ^n"]),ps=je(["E(X) = \frac{n}{p}"],["E(X) = \\frac{n}{p}"]),hs=je(["Var(X) = \frac{n cdot q}{p^2}"],["Var(X) = \\frac{n \\cdot q}{p^2}"]),bs=je(["Geo(p)"],["Geo(p)"]),ds=je(["f_X (k) : mathbb{N} = p cdot q^k "],["f_X (k) : \\mathbb{N} = p \\cdot q^k "]),ms=je(["m_X (t) : left{ t < ln left( \frac{1}{q} \right) \right} = \frac{p}{1 - q cdot e^t}"],["m_X (t) : \\left\\{ t < ln \\left( \\frac{1}{q} \\right) \\right\\} = \\frac{p}{1 - q \\cdot e^t}"]),fs=je(["E(X) = \frac{q}{p}"],["E(X) = \\frac{q}{p}"]),gs=je(["f_X (k) : mathbb{N} = \binom{k + n - 1}{n - 1} cdot p^n cdot q^k "],["f_X (k) : \\mathbb{N} = \\binom{k + n - 1}{n - 1} \\cdot p^n \\cdot q^k "]),_s=je(["m_X (t) : left{ t < ln left( \frac{1}{q} \right) \right} = left( \frac{p cdot e^t}{1 - q cdot e^t} \right) ^n"],["m_X (t) : \\left\\{ t < ln \\left( \\frac{1}{q} \\right) \\right\\} = \\left( \\frac{p \\cdot e^t}{1 - q \\cdot e^t} \\right) ^n"]),js=je(["E(X) = \frac{n cdot q}{p}"],["E(X) = \\frac{n \\cdot q}{p}"]),Os=String.raw,vs=Object(Pe.h)("h1",null,"Statistica ed Elementi di Probabilità"),ws=Object(Pe.h)(Ne,{title:"Soggettiva"},Object(Pe.h)("p",null,"Il prezzo che un individuo coerente riterrebbe equo per ricevere ",Object(Pe.h)("b",null,"1")," nel caso l'evento si verificasse e ",Object(Pe.h)("b",null,"0")," nel caso l'evento non si verificasse.")),ys=Object(Pe.h)("blockquote",null,'"omegone"'),ks=Object(Pe.h)("p",null,"L'",Object(Pe.h)("b",null,"insieme")," di tutti gli esiti possibili di un esperimento."),zs=Object(Pe.h)("blockquote",null,'"omeghino"'),Ps=Object(Pe.h)("p",null,"Un ",Object(Pe.h)("b",null,"elemento")," dello spazio campionario."),Es=Object(Pe.h)("blockquote",null,'"e"'),xs=Object(Pe.h)("p",null,"Un ",Object(Pe.h)("b",null,"sottoinsieme")," dello spazio campionario."),Cs=Object(Pe.h)("p",null,"Lo spazio campionario stesso è un ",Object(Pe.h)("b",null,"evento certo"),"."),Ss=Object(Pe.h)("blockquote",null,'"not e"'),qs=Object(Pe.h)("p",null,"Il ",Object(Pe.h)("b",null,"complementare")," di un sottoinsieme."),Ls=Object(Pe.h)("blockquote",null,'"e intersecato effe"'),As=Object(Pe.h)("p",null,"L'",Object(Pe.h)("b",null,"intersezione")," di più sottoinsiemi."),Fs=Object(Pe.h)("blockquote",null,'"e unito a effe"'),Ms=Object(Pe.h)("p",null,"L'",Object(Pe.h)("b",null,"unione")," di più sottoinsiemi."),Ts=Object(Pe.h)("blockquote",null,'"e meno effe"'),Ds=Object(Pe.h)("blockquote",null,'"e contenuto in effe"'),Is=Object(Pe.h)("p",null,"L'",Object(Pe.h)("b",null,"inclusione")," del primo insieme in un altro."),Bs=Object(Pe.h)("p",null,"Se si verifica ",Object(Pe.h)(nt,null,"E"),", allora si verifica anche ",Object(Pe.h)(nt,null,"F"),"."),Xs=Object(Pe.h)("blockquote",null,'"e è impossibile"'),Ns=Object(Pe.h)("p",null,"Un sottoinsieme ",Object(Pe.h)("b",null,"vuoto"),"."),Rs=Object(Pe.h)("blockquote",null,'"e ed effe si escludono mutualmente"'),Us=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"disgiunzione")," di due insiemi."),Vs=Object(Pe.h)("blockquote",null,'"famiglia effe"'),Hs=Object(Pe.h)("p",null,"I sottoinsiemi dello spazio campionario formano una ",Object(Pe.h)("b",null,"famiglia")," di sottoinsiemi detta ",Object(Pe.h)("i",null,"famiglia degli eventi"),"."),Gs=Object(Pe.h)("blockquote",null,'"sigma algebra"'),Ws=Object(Pe.h)("blockquote",null,'"la partizione e composta da e uno, e due, e tre..."'),$s=Object(Pe.h)("p",null,"Un insieme di esiti e eventi:"),Ks=Object(Pe.h)("ul",null,Object(Pe.h)("li",null,Object(Pe.h)("b",null,"Finito"),"."),Object(Pe.h)("li",null,"In cui tutti gli eventi hanno ",Object(Pe.h)("b",null,"probabilità diversa da 0"),"."),Object(Pe.h)("li",null,"In cui tutti gli eventi sono ",Object(Pe.h)("b",null,"mutualmente esclusivi"),"."),Object(Pe.h)("li",null,"In cui l'unione di tutti i suoi elementi ",Object(Pe.h)("b",null,"copre lo spazio campionario"),".")),Zs=Object(Pe.h)(vo,null,"Se lo spazio campionario fosse una torta, una sua partizione sarebbe l'insieme delle fette di uno dei modi in cui si potrebbe tagliare."),Ys=Object(Pe.h)("p",null,"La probabilità di un evento è un numero tra 0 e 1."),Qs=Object(Pe.h)("p",null,"La probabilità dello spazio campionario è sempre 1."),Js=Object(Pe.h)("p",null,"La probabilità dell'unione di eventi indipendenti è uguale alla somma delle loro probabilità."),eu=Object(Pe.h)("p",null,"La probabilità di un evento negato è uguale a 1 meno la probabilità dell'evento non negato."),tu=Object(Pe.h)("p",null,"La probabilità di un evento incluso in un altro è sempre minore o uguale alla probabilità dell'evento in cui è incluso."),nu=Object(Pe.h)("p",null,"La probabilità di un evento unito a un altro è uguale alla somma delle probabilità dei due eventi meno la probabilità della loro intersezione."),au=Object(Pe.h)(vo,null,"Sommando le probabilità dei due eventi, l'intersezione viene contata due volte, e va quindi rimossa!"),iu=Object(Pe.h)("p",null,"Spazi campionari in cui ci sono un numero finito di esiti e ogni esito ha la stessa probabilità di verificarsi."),ru=Object(Pe.h)(Ne,{title:"Spazi equiprobabili geometrici"},Object(Pe.h)("p",null,"Gli spazi campionari possono avere un numero infinito di esiti: sono ",Object(Pe.h)("i",null,"equiprobabili geometrici")," se nessun esito è privilegiato rispetto agli altri.")),lu=Object(Pe.h)("p",null,"Estraggo un numero, da un sacchetto con ",Object(Pe.h)(nt,null,"n")," numeri, mi segno che numero ho estratto e lo ",Object(Pe.h)("b",null,"tengo fuori dal sacchetto"),". Ripeto per ",Object(Pe.h)(nt,null,"k")," volte."),ou=Object(Pe.h)("p",null,Object(Pe.h)("b",null,"Tengo conto")," dell'ordine in cui ho estratto i numeri."),cu=Object(Pe.h)("p",null,"Estraggo un numero, da un sacchetto con ",Object(Pe.h)(nt,null,"n")," numeri, mi segno che numero ho estratto e lo ",Object(Pe.h)("b",null,"rimetto nel sacchetto"),". Ripeto per ",Object(Pe.h)(nt,null,"k")," volte."),su=Object(Pe.h)("p",null,Object(Pe.h)("b",null,"Tengo conto")," dell'ordine in cui ho estratto i numeri."),uu=Object(Pe.h)("p",null,"Estraggo un numero, da un sacchetto con ",Object(Pe.h)(nt,null,"n")," numeri, mi segno che numero ho estratto e lo ",Object(Pe.h)("b",null,"tengo fuori dal sacchetto"),". Ripeto per ",Object(Pe.h)(nt,null,"k")," volte."),pu=Object(Pe.h)("p",null,Object(Pe.h)("b",null,"Non mi interessa")," l'ordine in cui ho estratto i numeri."),hu=Object(Pe.h)("p",null,"Estraggo un numero, da un sacchetto con ",Object(Pe.h)(nt,null,"n")," numeri, mi segno che numero ho estratto e lo ",Object(Pe.h)("b",null,"rimetto nel sacchetto"),". Ripeto per ",Object(Pe.h)(nt,null,"k")," volte."),bu=Object(Pe.h)("p",null,Object(Pe.h)("b",null,"Non mi interessa")," l'ordine in cui ho estratto i numeri."),du=Object(Pe.h)("p",null,"Estraggo ",Object(Pe.h)(nt,null,"n")," numeri e guardo in quanti ordini diversi li posso mettere."),mu=Object(Pe.h)("blockquote",null,'"E dato F"'),fu=Object(Pe.h)("p",null,"La probabilità che si verifichi ",Object(Pe.h)(nt,null,"E")," sapendo che ",Object(Pe.h)("b",null,"si è già verificato")," ",Object(Pe.h)(nt,null,"F"),"."),gu=Object(Pe.h)(vo,null,"Ricorda vagamente le pipe di ",Object(Pe.h)("code",null,"bash"),", però al contrario..."),_u=Object(Pe.h)("p",null,"Se due eventi sono mutualmente esclusivi, entrambe le loro probabilità condizionate saranno uguali a 0."),ju=Object(Pe.h)("p",null,"Si può sfruttare la formula inversa della probabilità condizionata per calcolare catene di intersezioni:"),Ou=Object(Pe.h)(nt,null,"E_i"),vu=Object(Pe.h)("b",null,"partizione"),wu=Object(Pe.h)("b",null,"evento"),yu=Object(Pe.h)("p",null,"La probabilità che si verifichi un evento è pari alla somma delle probabilità dell'evento stesso dati tutti gli eventi di una partizione."),ku=Object(Pe.h)("p",null,"Per la definizione di probabilità condizionata:"),zu=Object(Pe.h)("p",null,"Essendo parte di una partizione, tutti gli ",Object(Pe.h)(nt,null,"E_i")," sono distinti:"),Pu=Object(Pe.h)("p",null,"Essendo mutualmente esclusivi, le probabilità di tutti gli ",Object(Pe.h)(nt,null,"E_i")," possono essere sommate senza bisogno di sottrarvi l'intersezione:"),Eu=Object(Pe.h)(nt,null,"E"),xu=Object(Pe.h)("p",null,"La legge delle alternative funziona anche quando ad essere partizionato è un ",Object(Pe.h)("b",null,"evento"),":"),Cu=Object(Pe.h)(nt,null,"E_i"),Su=Object(Pe.h)("b",null,"partizione"),qu=Object(Pe.h)("b",null,"evento"),Lu=Object(Pe.h)("p",null,Object(Pe.h)(We,null,"TODO: ha un po' poco senso tbf")),Au=Object(Pe.h)("p",null,"Partiamo dalla definizione di probabilità condizionata:"),Fu=Object(Pe.h)("p",null,"Spostiamo al denominatore un pezzo:"),Mu=Object(Pe.h)("p",null,"Applichiamo la legge delle alternative sul denominatore:"),Tu=Object(Pe.h)("blockquote",null,'"eventi indipendenti a due a due"'),Du=Object(Pe.h)("p",null,"Se due eventi sono indipendenti, sapere che uno dei due si è verificato non influisce sulle probabilità che si sia verificato l'altro."),Iu=Object(Pe.h)("p",null,Object(Pe.h)(We,null,"TODO: ha una dimostrazione")),Bu=Object(Pe.h)("blockquote",null,'"eventi indipendenti a tre a tre, a quattro a quattro, a cinque a cinque..."'),Xu=Object(Pe.h)("p",null,"Si può verificare l'indipendenza di più eventi alla volta:"),Nu=Object(Pe.h)("p",null,"Eventi indipendenti a due a due non sono per forza indipendenti a tre a tre, e viceversa."),Ru=Object(Pe.h)(Ne,{title:"Famiglia di eventi indipendenti"},Object(Pe.h)("p",null,"Un insieme di ",Object(Pe.h)(nt,null,"n")," eventi è una ",Object(Pe.h)("i",null,"famiglia di eventi indipendenti")," se, preso un qualsiasi numero di eventi da essa, essi risulteranno indipendenti."),Object(Pe.h)(vo,null,"Tutti gli eventi provenienti da essa saranno indipendenti sia a due a due, sia a tre a tre, sia a quattro a quattro, e così via!")),Uu=Object(Pe.h)(We,null,"Titolo?"),Vu=Object(Pe.h)(nt,null,"t"),Hu=Object(Pe.h)("p",null,"Per definizione, tutte le variabili aleatorie devono rispettare questa condizione:"),Gu=Object(Pe.h)(vo,null,"All'aumentare di t, l'insieme conterrà sempre più elementi."),Wu=Object(Pe.h)(Ne,{title:"Supporto"},Object(Pe.h)("blockquote",null,'"supporto di X"'),Object(Pe.h)("p",null,"Il ",Object(Pe.h)("b",null,"codominio")," della variabile aleatoria è il suo ",Object(Pe.h)("i",null,"supporto"),"."),Object(Pe.h)("p",null,"Per indicare che un valore ",Object(Pe.h)(nt,null,"x_0")," appartiene al supporto di ",Object(Pe.h)(nt,null,"X"),", si usa la notazione ",Object(Pe.h)(nt,null,"X \\mapsto x_0"),".")),$u=Object(Pe.h)("i",null,"funzione probabilità"),Ku=Object(Pe.h)("b",null,"discreta"),Zu=Object(Pe.h)(nt,null,"X"),Yu=Object(Pe.h)("i",null,"funzione densità"),Qu=Object(Pe.h)("b",null,"continua"),Ju=Object(Pe.h)(nt,null,"X"),ep=Object(Pe.h)("p",null,"A differenza della funzione probabilità, è possibile che la funzione densità ",Object(Pe.h)("b",null,"non esista")," per una certa variabile aleatoria."),tp=Object(Pe.h)(vo,null,"Rappresenta \"quanta\" probabilità c'è in un'unità di x!"),np=Object(Pe.h)("i",null,"funzione di ripartizione"),ap=Object(Pe.h)(nt,null,"t"),ip=Object(Pe.h)("p",null,Object(Pe.h)(We,null,"TODO: sintassi del libro che non mi piace")),rp=Object(Pe.h)("li",null,"È sempre ",Object(Pe.h)("b",null,"monotona crescente")," (non strettamente)."),lp=Object(Pe.h)("br",null),op=Object(Pe.h)("li",null,"Vale ",Object(Pe.h)("b",null,"0")," a ",Object(Pe.h)(nt,null,"-\\infty")," e ",Object(Pe.h)("b",null,"1")," a ",Object(Pe.h)(nt,null,"+\\infty"),"."),cp=Object(Pe.h)("br",null),sp=Object(Pe.h)("b",null,"continua da destra"),up=Object(Pe.h)("p",null,"Possiamo usare la funzione di ripartizione per calcolare la probabilità di un certo valore reale:"),pp=Object(Pe.h)(Ne,{title:"Nel discreto"},Object(Pe.h)("p",null,"Nel discreto basta abbinare un nuovo valore a ogni valore della variabile originale.")),hp=Object(Pe.h)("p",null,"Nel continuo applichiamo la formula dell'integrazione per sostituzione:"),bp=Object(Pe.h)(Ne,{title:"Nel... digitale"},Object(Pe.h)("p",null,"Trasformare variabili aleatorie è molto utile nell'informatica per creare distribuzioni partendo da una funzione ",Object(Pe.h)("a",{href:"https://docs.python.org/3/library/random.html#random.random"},Object(Pe.h)("code",null,"random()"))," che restituisce numeri da 0 a 1 con una distribuzione lineare.")),dp=Object(Pe.h)("p",null,"Ogni variabile aleatoria che ha una ",Object(Pe.h)("b",null,"funzione di ripartizione")," e un ",Object(Pe.h)("b",null,"supporto finito")," ha anche una ",Object(Pe.h)("i",null,"media")," (o ",Object(Pe.h)("i",null,"valore medio")," o ",Object(Pe.h)("i",null,"atteso"),"):"),mp=Object(Pe.h)("p",null,"Nel discreto, si può calcolare con:"),fp=Object(Pe.h)("p",null,"Nel continuo, si può calcolare con:"),gp=Object(Pe.h)(Ne,{title:"Moda"},Object(Pe.h)("p",null,"Valore per cui la ",Object(Pe.h)("b",null,"funzione probabilità")," o ",Object(Pe.h)("b",null,"funzione densità")," è ",Object(Pe.h)("b",null,"massima"),".")),_p=Object(Pe.h)("i",null,"quantile"),jp=Object(Pe.h)(nt,null,"X"),Op=Object(Pe.h)("p",null),vp=Object(Pe.h)("i",null,"mediana"),wp=Object(Pe.h)("i",null,"quartili"),yp=Object(Pe.h)("i",null,Object(Pe.h)(nt,null,"n"),"-esima percentile"),kp=Object(Pe.h)("p",null,"È un valore che indica quanto la variabile aleatoria si discosta generalmente dalla media:"),zp=Object(Pe.h)("p",null,'La disuguaglianza di Markov serve a "stabilire un limite superiore al valore della probabilità" quando si è solo a conoscenza del valore atteso.'),Pp=Object(Pe.h)("blockquote",null,'"disuguaglianza di cebicev"'),Ep=Object(Pe.h)(nt,null,"X"),xp=Object(Pe.h)(vo,null,"Serve per semplificare i calcoli quando la funzione di ripartizione è difficile da calcolare!"),Cp=Object(Pe.h)("p",null,"Il ",Object(Pe.h)("i",null,"momento")," ",Object(Pe.h)(nt,null,"k"),"-esimo di una variabile aleatoria è:"),Sp=Object(Pe.h)(vo,null,"La media di una variabile aleatoria è anche il suo primo momento."),qp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("i",null,"funzione generatrice dei momenti")," è:"),Lp=Object(Pe.h)("p",null,"Se due variabile aleatorie hanno la stessa funzione generatrice dei momenti, allora esse hanno la ",Object(Pe.h)("b",null,"stessa distribuzione"),"."),Ap=Object(Pe.h)("p",null,"E' la ",Object(Pe.h)("b",null,"trasformata di Laplace")," della variabile aleatoria di X."),Fp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("i",null,"funzione caratteristica")," è:"),Mp=Object(Pe.h)("p",null,"Se due variabile aleatorie hanno la stessa funzione caratteristica, allora esse hanno la ",Object(Pe.h)("b",null,"stessa distribuzione"),"."),Tp=Object(Pe.h)("p",null,"E' la ",Object(Pe.h)("b",null,"trasformata di Fourier")," della variabile aleatoria di X."),Dp=Object(Pe.h)("p",null,"Per dire che una variabile ha una certa distribuzione, si usa la notazione:"),Ip=Object(Pe.h)(Ne,{title:"Prova di Bernoulli"},Object(Pe.h)("p",null,"Una prova con solo due possibili esiti: ",Object(Pe.h)(rt,null,"successo")," e ",Object(Pe.h)(ct,null,"insuccesso"),".")),Bp=Object(Pe.h)(Ne,{title:"Schema di Bernoulli"},Object(Pe.h)("p",null,"Una sequenza di prove di Bernoulli per le quali le probabilità di successo e fallimento rimangono invariate.")),Xp=Object(Pe.h)("p",null,"Una variabile aleatoria che rappresenta una prova di Bernoulli:"),Np=Object(Pe.h)("ul",null,Object(Pe.h)("li",null,"vale ",Object(Pe.h)(rt,null,"1")," in caso di ",Object(Pe.h)(rt,null,"successo"),"."),Object(Pe.h)("li",null,"vale ",Object(Pe.h)(ct,null,"0")," in caso di ",Object(Pe.h)(ct,null,"insuccesso"),".")),Rp=Object(Pe.h)("p",null,"La distribuzione bernoulliana ha come densità:"),Up=Object(Pe.h)("p",null,"Una variabile aleatoria che conta il numero di successi di ",Object(Pe.h)(nt,null,"n")," prove di uno schema di Bernoulli."),Vp=Object(Pe.h)("p",null,"La binomiale ha come densità:"),Hp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"funzione generatrice dei momenti")," della binomiale è:"),Gp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"media")," di una binomiale è:"),Wp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"varianza")," di una binomiale è:"),$p=Object(Pe.h)(Ne,{title:"Distribuzione geometrica"},Object(Pe.h)("p",null,"Una variabile aleatoria che conta il numero di prove in uno schema di Bernoulli fino alla comparsa del primo successo."),Object(Pe.h)("p",null,"Il suo simbolo è ",Object(Pe.h)(nt,null,"Geo(p)"),".")),Kp=Object(Pe.h)("p",null,"La geometrica ha come densità:"),Zp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"funzione generatrice dei momenti")," della geometrica è:"),Yp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"media")," della geometrica è:"),Qp=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"varianza")," della geometrica è:"),Jp=Object(Pe.h)(Ne,{title:"Assenza di memoria della geometrica"},Object(Pe.h)("p",null,Object(Pe.h)(We,null,"TODO: Quella di uno studente all'esame."))),eh=Object(Pe.h)("p",null,"Una variabile aleatoria che conta il numero di prove in uno schema di Bernoulli necessarie perchè si verifichi l'",Object(Pe.h)(nt,null,"n"),"-esimo successo."),th=Object(Pe.h)("p",null,"La binomiale negativa ha come densità:"),nh=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"funzione generatrice dei momenti")," della binomiale negativa è:"),ah=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"media")," della binomiale negativa è:"),ih=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"varianza")," della binomiale negativa è:"),rh=Object(Pe.h)("p",null,"Una variabile aleatoria che conta il numero ",Object(Pe.h)(nt,null,"k")," di insuccessi consecutivi in uno schema di Bernoulli:"),lh=Object(Pe.h)("p",null,"La geometrica traslata ha come densità:"),oh=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"funzione generatrice dei momenti")," della geometrica traslata è:"),ch=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"media")," della geometrica traslata è:"),sh=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"varianza")," della geometrica è:"),uh=Object(Pe.h)(Ne,{title:"Assenza di memoria della geometrica traslata"},Object(Pe.h)("p",null,Object(Pe.h)(We,null,"TODO: Quella di uno studente all'esame."))),ph=Object(Pe.h)("p",null,"Una variabile aleatoria che conta il numero di insuccessi in uno schema di Bernoulli prima che si verifichi l'",Object(Pe.h)(nt,null,"n"),"-esimo successo."),hh=Object(Pe.h)("p",null,"La binomiale negativa traslata ha come densità:"),bh=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"funzione generatrice dei momenti")," della binomiale negativa traslata è:"),dh=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"media")," della binomiale negativa traslata è:"),mh=Object(Pe.h)("p",null,"La ",Object(Pe.h)("b",null,"varianza")," della binomiale negativa traslata è:"),fh=Object(Pe.h)(Ve,{title:"Ipergeometrica"},Object(Pe.h)(We,null,"TODO: it's a bit weird")),gh=function(e){function t(){return Oe(this,t),ve(this,e.apply(this,arguments))}return we(t,e),t.prototype.render=function(){return Object(Pe.h)("div",{style:no.a.statistica},vs,Object(Pe.h)(Ve,{title:"Tipi di probabilità"},Object(Pe.h)(Ne,{title:"Classica"},Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(wo)))),Object(Pe.h)(Ne,{title:"Frequentista"},Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(yo)))),ws),Object(Pe.h)(Ve,{title:"Linguaggio matematico"},Object(Pe.h)(Ne,{title:"Spazio campionario"},ys,ks,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ko)))),Object(Pe.h)(Ne,{title:"Esito"},zs,Ps,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(zo)))),Object(Pe.h)(Ne,{title:"Evento"},Es,xs,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Po))),Cs),Object(Pe.h)(Ne,{title:"Not"},Ss,qs,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Eo)))),Object(Pe.h)(Ne,{title:"And"},Ls,As,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(xo)))),Object(Pe.h)(Ne,{title:"Or"},Fs,Ms,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Co)))),Object(Pe.h)(Ne,{title:"Differenza"},Ts,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(So)))),Object(Pe.h)(Ne,{title:"Implicazione"},Ds,Is,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(qo))),Bs),Object(Pe.h)(Ne,{title:"Evento impossibile"},Xs,Ns,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Lo)))),Object(Pe.h)(Ne,{title:"Mutua esclusione"},Rs,Us,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Ao))))),Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Famiglia degli eventi"},Vs,Hs,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Fo))),Object(Pe.h)("p",null,"Qualsiasi sottoinsieme appartenente a ",Object(Pe.h)(nt,null,Os(Fo))," è considerato un evento.")),Object(Pe.h)(Ne,{title:Object(Pe.h)("span",null,Object(Pe.h)(nt,null,Os(Mo)),"-algebra")},Gs,Object(Pe.h)("p",null,"Se la famiglia degli eventi soddisfa questi tre requisiti, allora viene detta ",Object(Pe.h)("i",null,Object(Pe.h)(nt,null,Os(Mo)),"-algebra"),":"),Object(Pe.h)("ol",null,Object(Pe.h)("li",null,"Lo spazio campionario è un evento: ",Object(Pe.h)(nt,null,Os(To))),Object(Pe.h)("li",null,"Se un sottoinsieme è un evento, allora anche il suo complementare lo è: ",Object(Pe.h)(nt,null,Os(Do))),Object(Pe.h)("li",null,"Se due sottoinsiemi sono eventi, allora lo sono anche la loro unione e intersezione: ",Object(Pe.h)(nt,null,Os(Io)))),Object(Pe.h)("p",null,"Un esempio: ",Object(Pe.h)(nt,null,Os(Bo))))),Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Partizione"},Ws,$s,Ks,Object(Pe.h)("p",null,"La partizione ",Object(Pe.h)(nt,null,Os(Xo))," è composta dagli eventi ",Object(Pe.h)(nt,null,Os(No)),", ",Object(Pe.h)(nt,null,Os(Ro)),", ",Object(Pe.h)(nt,null,Os(Uo)),", fino a ",Object(Pe.h)(nt,null,Os(Vo)),"."),Zs)),Object(Pe.h)(Ve,{title:"Assiomi della probabilità"},Object(Pe.h)(Ne,{title:"Primo assioma della probabilità"},Ys,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Ho)))),Object(Pe.h)(Ne,{title:"Secondo assioma della probabilità"},Qs,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Go)))),Object(Pe.h)(Ne,{title:"Terzo assioma della probabilità"},Js,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Wo))))),Object(Pe.h)(Ve,{title:"Conseguenze degli assiomi"},Object(Pe.h)(Ne,{title:"Probabilità di un evento negato"},eu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os($o)))),Object(Pe.h)(Ne,{title:"Probabilità di un evento incluso"},tu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Ko)))),Object(Pe.h)(Ne,{title:"Unione"},nu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Zo))),au)),Object(Pe.h)(Ve,{title:"Spazi equiprobabili"},Object(Pe.h)(Ne,{title:"Cosa sono?"},iu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Yo)))),ru),Object(Pe.h)(Ve,{title:"Calcolo combinatorio"},Object(Pe.h)(Ne,{title:"Disposizioni"},lu,ou,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Qo)))),Object(Pe.h)(Ne,{title:"Disposizioni con ripetizione"},cu,su,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Jo)))),Object(Pe.h)(Ne,{title:"Combinazioni"},uu,pu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ec)))),Object(Pe.h)(Ne,{title:"Combinazioni con ripetizione"},hu,bu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(tc)))),Object(Pe.h)(Ne,{title:"Permutazioni"},du,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(nc))))),Object(Pe.h)(Ve,{title:"Probabilità condizionata"},Object(Pe.h)(Ne,{title:"Eventi condizionati"},mu,fu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ac))),gu),Object(Pe.h)(Ne,{title:"Eventi mutualmente esclusivi"},_u,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ic))))),Object(Pe.h)(Ve,null,Object(Pe.h)(Ne,{title:"Regola della catena"},ju,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(rc))))),Object(Pe.h)(Ve,{title:"Legge delle alternative"},Object(Pe.h)(ro,{title:"Teorema"},Object(Pe.h)(so,null,Object(Pe.h)("ul",null,Object(Pe.h)("li",null,Ou," ",vu," di ",Object(Pe.h)(nt,null,Os(lc))),Object(Pe.h)("li",null,Object(Pe.h)(nt,null,Os(oc))," ",wu," ",Object(Pe.h)(nt,null,Os(cc))))),Object(Pe.h)(bo,null,yu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(sc)))),Object(Pe.h)(_o,null,ku,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(uc))),zu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(pc))),Pu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(hc))),Object(Pe.h)("p",null,"Essendo ",Eu," una partizione di ",Object(Pe.h)(nt,null,Os(lc)),", allora la unione di tutti gli eventi che la compongono riforma lo spazio campionario:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(bc))))),Object(Pe.h)(Ne,{title:"Legge condizionata delle alternative"},xu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(dc)))),Object(Pe.h)(ro,{title:"Formula di Bayes"},Object(Pe.h)(so,null,Object(Pe.h)("ul",null,Object(Pe.h)("li",null,Cu," ",Su," di ",Object(Pe.h)(nt,null,Os(lc))),Object(Pe.h)("li",null,Object(Pe.h)(nt,null,Os(oc))," ",qu," ",Object(Pe.h)(nt,null,Os(cc))))),Object(Pe.h)(bo,null,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(mc)))),Object(Pe.h)(_o,null,Lu,Au,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(fc))),Fu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(mc))),Mu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(mc)))))),Object(Pe.h)(Ve,{title:"Eventi indipendenti"},Object(Pe.h)(Ne,{title:"Due eventi indipendenti"},Tu,Du,Iu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(gc)))),Object(Pe.h)(Ne,{title:"Più eventi indipendenti"},Bu,Xu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(_c))),Nu),Ru),Object(Pe.h)(Ve,{title:"Variabili aleatorie"},Object(Pe.h)(Ne,{title:"Variabile aleatoria"},Object(Pe.h)("p",null,"Una funzione che fa corrispondere un numero reale a ogni possibile esito dello spazio campionario. ",Object(Pe.h)(nt,null,Os(jc)),".")),Object(Pe.h)(Ne,{title:Uu},Object(Pe.h)("p",null,"Ad ogni variabile aleatoria sono associati gli eventi ",Object(Pe.h)(nt,null,Os(Oc)),", che contengono tutti gli esiti a cui la variabile aleatoria associa un valore minore o uguale a ",Vu,"."),Hu,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(vc))),Gu),Wu),Object(Pe.h)(Ve,{title:"Densità"},Object(Pe.h)(Ne,{title:"Funzione probabilità"},Object(Pe.h)("p",null,"La ",$u," ",Object(Pe.h)(nt,null,Os(wc))," di una variabile aleatoria ",Ku," ",Zu," è la funzione che associa ad ogni esito la sua probabilità:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(yc)))),Object(Pe.h)(Ne,{title:"Funzione densità"},Object(Pe.h)("p",null,"La ",Yu," ",Object(Pe.h)(nt,null,Os(kc))," di una variabile aleatoria ",Qu," ",Ju," è l'equivalente continuo della funzione probabilità:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(zc))),ep,tp)),Object(Pe.h)(Ve,{title:"Funzione di ripartizione"},Object(Pe.h)(Ne,{title:"Definizione"},Object(Pe.h)("p",null,"Ogni variabile aleatoria ha una ",np," ",Object(Pe.h)(nt,null,Os(Pc))," associata, che rappresenta la probabilità che la variabile aleatoria assuma un valore minore o uguale a ",ap,":"),Object(Pe.h)("p",null,"Si può dire che essa rappresenti la probabilità dell'evento ",Object(Pe.h)(nt,null,Os(Ec)),":"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(xc))),ip),Object(Pe.h)(Ne,{title:"Proprietà della funzione"},Object(Pe.h)("ul",null,rp,lp,op,cp,Object(Pe.h)("li",null,"È ",sp,": ",Object(Pe.h)(nt,null,Os(Cc))))),Object(Pe.h)(Ne,{title:"Probabilità di un valore"},up,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Sc))))),Object(Pe.h)(Ve,{title:"Trasformazioni di variabili aleatorie"},pp,Object(Pe.h)(Ne,{title:"Nel continuo (invertibile)"},hp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(qc)))),bp),Object(Pe.h)(Ve,{title:"Informazioni delle variabili aleatorie"},Object(Pe.h)(Ne,{title:"Media"},dp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Lc))),mp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Ac))),fp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Fc))))),Object(Pe.h)(Ve,null,gp,Object(Pe.h)(Ne,{title:"Quantili"},Object(Pe.h)("p",null,"Il ",_p," ",Object(Pe.h)(nt,null,Os(Mc))," di ordine ",Object(Pe.h)(nt,null,Os(Tc))," della variabile aleatoria ",jp," è il più piccolo numero tale che:"),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Dc))),Op,Object(Pe.h)("p",null,"Il quantile di ordine 0.5 ",Object(Pe.h)(nt,null,Os(Ic))," è detto ",vp,"."),Object(Pe.h)("p",null,"I quantili di ordine 0.25 ",Object(Pe.h)(nt,null,Os(Bc))," e 0.75 ",Object(Pe.h)(nt,null,Os(Xc))," sono detti ",wp,"."),Object(Pe.h)("p",null,"I quantili di ordine ",Object(Pe.h)(nt,null,Os(Nc))," sono detti ",yp,".")),Object(Pe.h)(Ne,{title:"Varianza"},kp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Rc))))),Object(Pe.h)(Ve,{title:"Disuguaglianze notevoli"},Object(Pe.h)(Ne,{title:"Disuguaglianza di Markov"},zp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Uc)))),Object(Pe.h)(Ne,{title:"Disuguaglianza di Čebyšëv"},Pp,Object(Pe.h)("p",null,"Se la variabile aleatoria ",Ep," ha media e varianza, allora la probabilità che essa abbia un valore a più di ",Object(Pe.h)(nt,null,Os(Vc))," di distanza dal valore medio è minore o uguale a ",Object(Pe.h)(nt,null,Os(Hc)),"."),Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Gc))),xp)),Object(Pe.h)(Ve,{title:"Un momento...!"},Object(Pe.h)(Ne,{title:"Momento"},Cp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Wc))),Sp),Object(Pe.h)(Ne,{title:"Funzione generatrice dei momenti"},qp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os($c))),Lp,Ap),Object(Pe.h)(Ne,{title:"Funzione caratteristica"},Fp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Kc))),Mp,Tp)),Object(Pe.h)(Ve,{title:"Prove e schemi"},Object(Pe.h)(Ne,{title:"Variabile con distribuzione"},Dp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Zc)))),Ip,Bp),Object(Pe.h)(Ve,{title:"Bernoulliana"},Object(Pe.h)(Ne,{title:"Distribuzione bernoulliana"},Xp,Np,Object(Pe.h)("p",null,"Il suo simbolo è ",Object(Pe.h)(nt,null,Os(Yc)))),Object(Pe.h)(Ne,{title:"Densità della bernoulliana"},Rp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(Qc))))),Object(Pe.h)(Ve,{title:"Binomiale"},Object(Pe.h)(Ne,{title:"Distribuzione binomiale"},Up,Object(Pe.h)("p",null,"Il suo simbolo è ",Object(Pe.h)(nt,null,Os(Jc)),".")),Object(Pe.h)(Ne,{title:"Densità della binomiale"},Vp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(es)))),Object(Pe.h)(Ne,{title:"Momenti della binomiale"},Hp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ts))),Gp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ns))),Wp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(as))))),Object(Pe.h)(Ve,{title:"Geometrica"},$p,Object(Pe.h)(Ne,{title:"Densità della geometrica"},Kp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(is)))),Object(Pe.h)(Ne,{title:"Momenti della geometrica"},Zp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(rs))),Yp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ls))),Qp,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(os)))),Jp),Object(Pe.h)(Ve,{title:"Binomiale negativa"},Object(Pe.h)(Ne,{title:"Distribuzione binomiale negativa"},eh,Object(Pe.h)("p",null,"Il suo simbolo è ",Object(Pe.h)(nt,null,Os(cs)),".")),Object(Pe.h)(Ne,{title:"Densità della binomiale negativa"},th,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ss)))),Object(Pe.h)(Ne,{title:"Momenti della binomiale negativa"},Object(Pe.h)("p",null,nh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(us))),ah,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ps))),ih,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(hs)))))),Object(Pe.h)(Ve,{title:"Geometrica traslata"},Object(Pe.h)(Ne,{title:"Distribuzione geometrica traslata"},rh,Object(Pe.h)("p",null,"Il suo simbolo rimane ",Object(Pe.h)(nt,null,Os(bs)),".")),Object(Pe.h)(Ne,{title:"Densità della geometrica tralsata"},lh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ds)))),Object(Pe.h)(Ne,{title:"Momenti della geometrica traslata"},oh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(ms))),ch,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(fs))),sh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(os)))),uh),Object(Pe.h)(Ve,{title:"Binomiale negativa traslata"},Object(Pe.h)(Ne,{title:"Distribuzione binomiale negativa traslata"},ph,Object(Pe.h)("p",null,"Il suo simbolo rimane ",Object(Pe.h)(nt,null,Os(cs)),".")),Object(Pe.h)(Ne,{title:"Densità della binomiale negativa traslata"},hh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(gs)))),Object(Pe.h)(Ne,{title:"Momenti della binomiale negativa traslata"},Object(Pe.h)("p",null,bh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(_s))),dh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(js))),mh,Object(Pe.h)("p",null,Object(Pe.h)(nt,null,Os(hs)))))),fh)},t}(Pe.Component);n.d(t,"default",function(){return jh});var _h=Object(Pe.h)("div",{id:"app"},Object(Pe.h)("h1",null,Object(Pe.h)("a",{href:"/"},"Appuntiweb")," ",Object(Pe.h)("small",null,"di ",Object(Pe.h)("a",{href:"https://steffo.eu/"},"Steffo"))),Object(Pe.h)(Te,null,Object(Pe.h)(Ye,{path:"/"}),Object(Pe.h)(Al,{path:"/fisica"}),Object(Pe.h)(Vl,{path:"/vldigeometria"}),Object(Pe.h)(Kl,{path:"/mingwinstall"}),Object(Pe.h)(gh,{path:"/statistica"})),Object(Pe.h)(eo,null)),jh=function(e){function t(){return ye(this,t),ke(this,e.apply(this,arguments))}return ze(t,e),t.prototype.render=function(){return _h},t}(Pe.Component)},KM04:function(e){!function(){"use strict";function t(e,t){var n,a,i,r,l=A;for(r=arguments.length;r-- >2;)L.push(arguments[r]);for(t&&null!=t.children&&(L.length||L.push(t.children),delete t.children);L.length;)if((a=L.pop())&&void 0!==a.pop)for(r=a.length;r--;)L.push(a[r]);else"boolean"==typeof a&&(a=null),(i="function"!=typeof e)&&(null==a?a="":"number"==typeof a?a+="":"string"!=typeof a&&(i=!1)),i&&n?l[l.length-1]+=a:l===A?l=[a]:l.push(a),n=i;var o=new S;return o.nodeName=e,o.children=l,o.attributes=null==t?void 0:t,o.key=null==t?void 0:t.key,void 0!==q.vnode&&q.vnode(o),o}function n(e,t){for(var n in t)e[n]=t[n];return e}function a(e,t){e&&("function"==typeof e?e(t):e.current=t)}function i(e,a){return t(e.nodeName,n(n({},e.attributes),a),arguments.length>2?[].slice.call(arguments,2):e.children)}function r(e){!e.__d&&(e.__d=!0)&&1==T.push(e)&&(q.debounceRendering||F)(l)}function l(){for(var e;e=T.pop();)e.__d&&k(e)}function o(e,t,n){return"string"==typeof t||"number"==typeof t?void 0!==e.splitText:"string"==typeof t.nodeName?!e._componentConstructor&&c(e,t.nodeName):n||e._componentConstructor===t.nodeName}function c(e,t){return e.__n===t||e.nodeName.toLowerCase()===t.toLowerCase()}function s(e){var t=n({},e.attributes);t.children=e.children;var a=e.nodeName.defaultProps;if(void 0!==a)for(var i in a)void 0===t[i]&&(t[i]=a[i]);return t}function u(e,t){var n=t?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return n.__n=e,n}function p(e){var t=e.parentNode;t&&t.removeChild(e)}function h(e,t,n,i,r){if("className"===t&&(t="class"),"key"===t);else if("ref"===t)a(n,null),a(i,e);else if("class"!==t||r)if("style"===t){if(i&&"string"!=typeof i&&"string"!=typeof n||(e.style.cssText=i||""),i&&"object"==typeof i){if("string"!=typeof n)for(var l in n)l in i||(e.style[l]="");for(var l in i)e.style[l]="number"==typeof i[l]&&!1===M.test(l)?i[l]+"px":i[l]}}else if("dangerouslySetInnerHTML"===t)i&&(e.innerHTML=i.__html||"");else if("o"==t[0]&&"n"==t[1]){var o=t!==(t=t.replace(/Capture$/,""));t=t.toLowerCase().substring(2),i?n||e.addEventListener(t,b,o):e.removeEventListener(t,b,o),(e.__l||(e.__l={}))[t]=i}else if("list"!==t&&"type"!==t&&!r&&t in e){try{e[t]=null==i?"":i}catch(e){}null!=i&&!1!==i||"spellcheck"==t||e.removeAttribute(t)}else{var c=r&&t!==(t=t.replace(/^xlink:?/,""));null==i||!1===i?c?e.removeAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase()):e.removeAttribute(t):"function"!=typeof i&&(c?e.setAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase(),i):e.setAttribute(t,i))}else e.className=i||""}function b(e){return this.__l[e.type](q.event&&q.event(e)||e)}function d(){for(var e;e=D.shift();)q.afterMount&&q.afterMount(e),e.componentDidMount&&e.componentDidMount()}function m(e,t,n,a,i,r){I++||(B=null!=i&&void 0!==i.ownerSVGElement,X=null!=e&&!("__preactattr_"in e));var l=f(e,t,n,a,r);return i&&l.parentNode!==i&&i.appendChild(l),--I||(X=!1,r||d()),l}function f(e,t,n,a,i){var r=e,l=B;if(null!=t&&"boolean"!=typeof t||(t=""),"string"==typeof t||"number"==typeof t)return e&&void 0!==e.splitText&&e.parentNode&&(!e._component||i)?e.nodeValue!=t&&(e.nodeValue=t):(r=document.createTextNode(t),e&&(e.parentNode&&e.parentNode.replaceChild(r,e),_(e,!0))),r.__preactattr_=!0,r;var o=t.nodeName;if("function"==typeof o)return z(e,t,n,a);if(B="svg"===o||"foreignObject"!==o&&B,o+="",(!e||!c(e,o))&&(r=u(o,B),e)){for(;e.firstChild;)r.appendChild(e.firstChild);e.parentNode&&e.parentNode.replaceChild(r,e),_(e,!0)}var s=r.firstChild,p=r.__preactattr_,h=t.children;if(null==p){p=r.__preactattr_={};for(var b=r.attributes,d=b.length;d--;)p[b[d].name]=b[d].value}return!X&&h&&1===h.length&&"string"==typeof h[0]&&null!=s&&void 0!==s.splitText&&null==s.nextSibling?s.nodeValue!=h[0]&&(s.nodeValue=h[0]):(h&&h.length||null!=s)&&g(r,h,n,a,X||null!=p.dangerouslySetInnerHTML),O(r,t.attributes,p),B=l,r}function g(e,t,n,a,i){var r,l,c,s,u,h=e.childNodes,b=[],d={},m=0,g=0,j=h.length,O=0,v=t?t.length:0;if(0!==j)for(var w=0;w<j;w++){var y=h[w],k=y.__preactattr_,z=v&&k?y._component?y._component.__k:k.key:null;null!=z?(m++,d[z]=y):(k||(void 0!==y.splitText?!i||y.nodeValue.trim():i))&&(b[O++]=y)}if(0!==v)for(var w=0;w<v;w++){s=t[w],u=null;var z=s.key;if(null!=z)m&&void 0!==d[z]&&(u=d[z],d[z]=void 0,m--);else if(g<O)for(r=g;r<O;r++)if(void 0!==b[r]&&o(l=b[r],s,i)){u=l,b[r]=void 0,r===O-1&&O--,r===g&&g++;break}u=f(u,s,n,a),c=h[w],u&&u!==e&&u!==c&&(null==c?e.appendChild(u):u===c.nextSibling?p(c):e.insertBefore(u,c))}if(m)for(var w in d)void 0!==d[w]&&_(d[w],!1);for(;g<=O;)void 0!==(u=b[O--])&&_(u,!1)}function _(e,t){var n=e._component;n?P(n):(null!=e.__preactattr_&&a(e.__preactattr_.ref,null),!1!==t&&null!=e.__preactattr_||p(e),j(e))}function j(e){for(e=e.lastChild;e;){var t=e.previousSibling;_(e,!0),e=t}}function O(e,t,n){var a;for(a in n)t&&null!=t[a]||null==n[a]||h(e,a,n[a],n[a]=void 0,B);for(a in t)"children"===a||"innerHTML"===a||a in n&&t[a]===("value"===a||"checked"===a?e[a]:n[a])||h(e,a,n[a],n[a]=t[a],B)}function v(e,t,n){var a,i=N.length;for(e.prototype&&e.prototype.render?(a=new e(t,n),E.call(a,t,n)):(a=new E(t,n),a.constructor=e,a.render=w);i--;)if(N[i].constructor===e)return a.__b=N[i].__b,N.splice(i,1),a;return a}function w(e,t,n){return this.constructor(e,n)}function y(e,t,n,i,l){e.__x||(e.__x=!0,e.__r=t.ref,e.__k=t.key,delete t.ref,delete t.key,void 0===e.constructor.getDerivedStateFromProps&&(!e.base||l?e.componentWillMount&&e.componentWillMount():e.componentWillReceiveProps&&e.componentWillReceiveProps(t,i)),i&&i!==e.context&&(e.__c||(e.__c=e.context),e.context=i),e.__p||(e.__p=e.props),e.props=t,e.__x=!1,0!==n&&(1!==n&&!1===q.syncComponentUpdates&&e.base?r(e):k(e,1,l)),a(e.__r,e))}function k(e,t,a,i){if(!e.__x){var r,l,o,c=e.props,u=e.state,p=e.context,h=e.__p||c,b=e.__s||u,f=e.__c||p,g=e.base,j=e.__b,O=g||j,w=e._component,z=!1,E=f;if(e.constructor.getDerivedStateFromProps&&(u=n(n({},u),e.constructor.getDerivedStateFromProps(c,u)),e.state=u),g&&(e.props=h,e.state=b,e.context=f,2!==t&&e.shouldComponentUpdate&&!1===e.shouldComponentUpdate(c,u,p)?z=!0:e.componentWillUpdate&&e.componentWillUpdate(c,u,p),e.props=c,e.state=u,e.context=p),e.__p=e.__s=e.__c=e.__b=null,e.__d=!1,!z){r=e.render(c,u,p),e.getChildContext&&(p=n(n({},p),e.getChildContext())),g&&e.getSnapshotBeforeUpdate&&(E=e.getSnapshotBeforeUpdate(h,b));var x,C,S=r&&r.nodeName;if("function"==typeof S){var L=s(r);l=w,l&&l.constructor===S&&L.key==l.__k?y(l,L,1,p,!1):(x=l,e._component=l=v(S,L,p),l.__b=l.__b||j,l.__u=e,y(l,L,0,p,!1),k(l,1,a,!0)),C=l.base}else o=O,x=w,x&&(o=e._component=null),(O||1===t)&&(o&&(o._component=null),C=m(o,r,p,a||!g,O&&O.parentNode,!0));if(O&&C!==O&&l!==w){var A=O.parentNode;A&&C!==A&&(A.replaceChild(C,O),x||(O._component=null,_(O,!1)))}if(x&&P(x),e.base=C,C&&!i){for(var F=e,M=e;M=M.__u;)(F=M).base=C;C._component=F,C._componentConstructor=F.constructor}}for(!g||a?D.push(e):z||(e.componentDidUpdate&&e.componentDidUpdate(h,b,E),q.afterUpdate&&q.afterUpdate(e));e.__h.length;)e.__h.pop().call(e);I||i||d()}}function z(e,t,n,a){for(var i=e&&e._component,r=i,l=e,o=i&&e._componentConstructor===t.nodeName,c=o,u=s(t);i&&!c&&(i=i.__u);)c=i.constructor===t.nodeName;return i&&c&&(!a||i._component)?(y(i,u,3,n,a),e=i.base):(r&&!o&&(P(r),e=l=null),i=v(t.nodeName,u,n),e&&!i.__b&&(i.__b=e,l=null),y(i,u,1,n,a),e=i.base,l&&e!==l&&(l._component=null,_(l,!1))),e}function P(e){q.beforeUnmount&&q.beforeUnmount(e);var t=e.base;e.__x=!0,e.componentWillUnmount&&e.componentWillUnmount(),e.base=null;var n=e._component;n?P(n):t&&(null!=t.__preactattr_&&a(t.__preactattr_.ref,null),e.__b=t,p(t),N.push(e),j(t)),a(e.__r,null)}function E(e,t){this.__d=!0,this.context=t,this.props=e,this.state=this.state||{},this.__h=[]}function x(e,t,n){return m(n,e,{},!1,t,!1)}function C(){return{}}var S=function(){},q={},L=[],A=[],F="function"==typeof Promise?Promise.resolve().then.bind(Promise.resolve()):setTimeout,M=/acit|ex(?:s|g|n|p|$)|rph|ows|mnc|ntw|ine[ch]|zoo|^ord/i,T=[],D=[],I=0,B=!1,X=!1,N=[];n(E.prototype,{setState:function(e,t){this.__s||(this.__s=this.state),this.state=n(n({},this.state),"function"==typeof e?e(this.state,this.props):e),t&&this.__h.push(t),r(this)},forceUpdate:function(e){e&&this.__h.push(e),k(this,2)},render:function(){}});var R={h:t,createElement:t,cloneElement:i,createRef:C,Component:E,render:x,rerender:l,options:q};e.exports=R}()},MKE3:function(e){e.exports={markdown:"markdown__2fpjQ"}},MeW5:function(e){e.exports={minus:"minus__2d_8r"}},Oqef:function(){},"P9k+":function(e){e.exports={panel:"panel__22fOQ"}},WViY:function(){},"Xa+Z":function(e){e.exports={example:"example__2CnC8"}},ZcXo:function(e){e.exports={name:"Appunti Web",short_name:"Appunti Web",start_url:"/appuntiweb/",display:"standalone",orientation:"portrait",background_color:"#0d193b",theme_color:"#a0ccff",icons:[{src:"/assets/icon.png",type:"image/png",sizes:"800x800"}]}},ddTt:function(e){e.exports={plus:"plus__1JPyf"}},jHTF:function(){},oNmJ:function(e){e.exports={theorem:"theorem__yukmA"}},pRAn:function(e){e.exports={hypothesis:"hypothesis__Ma0m3"}},pwNi:function(e,t,n){"use strict";var a=n("KM04");"serviceWorker"in navigator&&"https:"===location.protocol&&navigator.serviceWorker.register(n.p+"sw.js");var i=function(e){return e&&e.default?e.default:e};if("function"==typeof i(n("JkW7"))){var r=document.body.firstElementChild,l=function(){var e=i(n("JkW7"));r=(0,a.render)((0,a.h)(e),document.body,r)};l()}},qMTX:function(e){e.exports={copyright:"copyright__TBGn1"}},tO1d:function(e){e.exports={todo:"todo__5Soco"}},xHuH:function(){}});
//# sourceMappingURL=bundle.8b2a9.js.map