ASCIIMathML.js is a JavaScript that translates simple ASCII mathematics expressions to MathML while the webpage is loading. It works in InternetExplorer+MathPlayer and Firefox. See http://www1.chapman.edu/~jipsen/asciimath.html for more details.\n
ASCIIsvg.js is a JavaScript that translates simple descriptions of diagrams into [[SVG]] while the webpage is loading. It works in InternetExplorer+SVGview and [[Firefox 1.5]]. See http://www1.chapman.edu/~jipsen/asciisvg.html for more details.\n
<html>\n<center>\n<embed width="100" height="100" src="d.svg" script='\nxmin=0; xmax=4; xscl=4; ymin=0; noaxes()\nfill="white"\nr=1\nxc=r*2\nyc=r*2\nalpha=1\nbeta=2\ncircle([xc,yc],r)\nline([r*cos(alpha)+xc,r*sin(alpha)+yc],[r*cos(beta)+xc,r*sin(beta)+yc])\n'>\n</center>\n</html>\n
TriGonometria CordaCerchio HelloThere MathExamples Download MainFeatures
Let
You can download your own copy of this math notebook by right-clicking on http://math.chapman.edu/~jipsen/tiddly/tiddlymath.html. This will allow you to add your own content.\n\nTo enable the math features you also should download the following ''three'' files into the same directory:\n\nhttp://math.chapman.edu/~jipsen/tiddly/ASCIIMathML.js\nhttp://math.chapman.edu/~jipsen/tiddly/ASCIIsvg.js\nhttp://math.chapman.edu/~jipsen/tiddly/d.svg\n\nOptionally you can also download [[jsMath]] from\n\nhttp://www.math.union.edu/~dpvc/jsMath/download/jsMath.html\n\nand unzip jsMath-2.3f.zip (or later version) in the same directory. This script parses a bigger subset of LaTeX and does not require MathML support.\n
Firefox 1.5 is a version of the Firefox browser that supports both MathML and [[SVG]] right out of the box. It's free, its easy to install, and its worth trying the current beta version: http://www.mozilla.org/products/firefox/
This is an adaptation of Jeremy Ruston's TiddlyWiki (version 1.2.37) that is suitable for writing mathematics notes (e.g. lecture notes, homework, projects, research notes, ...). See MainFeatures for a brief description of the three scripts that enable the math formulas, diagrams and graphs.\n\nThese features require InternetExplorer+MathPlayer+SVGview or [[Firefox 1.5]]. Take a look at the MathExamples below to see if your browser is setup okay.
JavaScript is a computer language that is implemented in many webbrowsers and is used to create dynamic webpages. In InternetExplorer it is called ~JScript, and part of the language has been standardized as ~ECMAscript. It is a weakly typed language with a syntax based on c and a prototype mechnism for handling objects. JavaScript programs are downloaded with the webpage, cached and interpreted on the client machine.
LaTeX is a standard mathematical typesetting language used all over the world for publishing scientific texts. An introduction can be found at http://www.latex-project.org/.
''Lemma'' Let
The MathML and SVG features work in Firefox 1.5 (RC2) and Internet Explorer (but the latter requires some plugins).\n\nASCIIMathML is used to translate notation like {{{\s
HelloThere\nTiddlyWiki\n[[Download]]\nMainFeatures\n[[Thanks]]\n\n<<newTiddler>>\n<<newJournal "DD MMM YYYY">>
A famous result due to [[Euler|http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Euler.html]] in ASCIIMathML:
MathML is the W3C standard for mathematics notation on webpages. See http://w3.org/Math for more details.
MathPlayer is a free plugin for InternetExplorer that allows this browser to display MathML. The plugin is freely available from http://dessci.com.
/***\nASCIIMathML plugin: see http://www1.chapman.edu/~jipsen/mathml/asciimathsyntax.html for syntax help.\n\n!Code:\n***/\n//{{{\nwindow.createTiddlerViewer_original_MathPlugin = window.createTiddlerViewer;\nwindow.createTiddlerViewer=function(title,highlightText,highlightCaseSensitive) {\n window.createTiddlerViewer_original_MathPlugin(title,highlightText,highlightCaseSensitive);\n var theViewer = document.getElementById("viewer"+title);\n if (theViewer) {\n if (jsMath.ConvertTeX) {\n jsMath.ConvertTeX(theViewer);\n jsMath.ProcessBeforeShowing(theViewer);\n }\n if (AMprocessNode) AMprocessNode(theViewer,false);\n if (drawPictures) setTimeout('drawPictures()',100);\n }\n}\n//}}}\n\n
SVG is the W3C standard for scalable vector graphics on webpages. See http://www.w3.org/Graphics/SVG/ for more details.
SVGview.exe is the filename of the Adobe SVG Viewer plugin for InternetExplorer. It is freely available from http://www.adobe.com/svg.
a web notebook for mathematics
TiddlyMath
http://www.math.chapman.edu/~jipsen/tiddly
Many thanks to all who have contributed to making this math notebook possible.\n\nTiddlyWiki is due to Jeremy Ruston (with contributions from other volunteers).\nThe MathPlugin is adapted from [[Franco Bagnoli's version of TiddlyWiki| http://didattica.dma.unifi.it/WebWrite/pub/Fisica/MeccanicaETermodinamicaIAT05-06/MTIAT0506.html]]\n[[jsMath]] is due to Davide Cervione.\nASCIIMathML and ASCIIsvg are scripts I wrote in early 2004.\nThanks also to the many individuals who have worked on creating MathML, LaTeX, [[SVG]], JavaScript, Firefox 1.5, InternetExplorer, MathPlayer and Adobe SVGview.
TiddlyMath can be helpful for students to create and keep track of definitions, lemmas, theorems, corollaries and their proofs. The trick is to develop a system for naming results, and for writing their proofs.\n\nEvery definition and result should have a (preferably short) meaningful name. Wellknown results mostly have names already, so that is no problem (e.g. [[Fundamental Theorem of Calculus Part I]], [[Cayley's Theorem]], ...). If a good name cannot be found, one can of course resort to something like [[Defn 1.1]], [[Lemma 2]], [[Theorem 3]], [[Cor 4.4]].\n\nProofs can be part of the same tiddler that states the result, or they can be in a separate one, e.g. ProofOfThm3. The latter allows tiddlers like HintForThm3 or ProofOutlineThm3. Steps within proofs should be justified by referring to the definitions and results in other tiddlers. Of course the nonlinear structure of TiddlyWiki can make it harder to spot circular reasoning. On the other hand it makes it easier to provide lots of detail in small pieces that can be skipped by experienced readers.
''Theorem'' Let
TiddlyMath is the current name for a version of Jeremy Ruston's TiddlyWiki that is suitable for writing mathematical tiddlers. It is freely available from http://math.chapman.edu/~jipsen/tiddly/tiddlymath.html.
Take a look at http://www.tiddlywiki.com for a description of TiddlyWiki and the latest version of Jeremy Ruston's fantastic script.
<html>\n<center>\n<embed width="500" height="600" src="d.svg" script='\nsetBorder(0)\ninitPicture(-2*pi-0.2,2*pi+0.2)\naxes(1, 1, "labels", "grid")\ndot([pi,0],"|",cpi,above)\ndot([-pi,0],"|","-"+cpi,above)\ndot([2*pi,0],"|","2"+cpi,above)\ndot([-2*pi,0],"|","-2"+cpi,above)\ndot([pi/2,0],"|",cpi+"/2",above)\ndot([-pi/2,0],"|","-"+cpi+"/2",above)\ndot([3*pi/2,0],"|","3"+cpi+"/2",above)\ndot([-3*pi/2,0],"|","-3"+cpi+"/2",above)\nstrokewidth = 1.5\n\nstroke = "blue"\nplot("cos(x)")\nfontfill = "blue"\ntext([-1.4,.8],"cos(x)")\n\nstroke = "green"\nplot("tan(x)",-2*pi-0.2,-3/2*pi-0.05)\nplot("tan(x)",-3/2*pi+0.05,-1/2*pi-0.05)\nplot("tan(x)",-1/2*pi+0.05,1/2*pi-0.05)\nplot("tan(x)",1/2*pi+0.05,3/2*pi-0.05)\nplot("tan(x)",3/2*pi+0.05,2*pi+0.2)\nfontfill = "green"\ntext([1.2,3],"tan(x)",aboveright)\n\nstroke = "black"\nplot("csc(x)",-2*pi+0.05,-pi-0.05)\nplot("csc(x)",-pi+0.05,-0.05)\nplot("csc(x)",0.05,pi-0.05)\nplot("csc(x)",pi+0.05,2*pi-0.05)\nfontfill = "none"\ntext([2.6,2],"csc(x)",aboveright)\n\nstroke = "red"\nplot("sin(x)")\nfontfill = "red"\ntext([2.9,.8],"sin(x)")\n'>\n</center>\n</html>\n\n
The abbreviation for the World Wide Web Consortium, online at http://w3.org.\n
Il '''teorema binomiale''' (o '''formula di Newton''', o ancora '''binomio di Newton''') è una formula\nche permette di ottenere lo sviluppo della [[potenza (matematica)|potenza]] ''n''-esima di un [[binomio]] qualsiasi. La forma algebrica di tale formula è:\n\n
<html>\n<center>\n<embed width="400" height="200" src="d.svg" script='\nxmin=-2pi; xmax=2pi; xscl=1; axes(); stroke="red"\nplot(ln(x))\n'>\n</center>\n</html>\n
<html>\n<center>\n\n<embed width="400" height="200" src="d.svg" script='\nxmin=-3; xmax=3; xscl=1; axes(); stroke="red"\nplot(-x^2 +3/2)\n'>\n</center>\n</html>\n
<html>\n<center>\n<embed width="400" height="200" src="d.svg" script='\nxmin=-2pi; xmax=2pi; xscl=1; axes(); stroke="red"\nplot(sin(x))\n'>\n</center>\n</html>\n
<embed width="500" height="500" src="d.svg" script='setBorder(0);'> \n\n<html>\n<center>\n<embed width="500" height="600" src="d.svg" script='\nsetBorder(0)\ninitPicture(-10,10);\naxes(1, 1, "labels", 1);\ntoll=prompt("tolleranza ",".1");\nnp=prompt("quanti punti? ","10000");\nfunction about(a,b){return Math.abs(a-b)<toll};\nf1=prompt("vincolo(x,y) ","about((x*x)/9- (y*y)/4,1)");\nwith(Math){\n initPicture(-10,10) ;\n axes();\n stroke="green" ;\n for (n = 0; n < np; n++){\n x=20*random()-10;\n y=20*random()-10; \n if(eval(f1)){\n circle([x, y],.1)\n } \n } \n}\n'>\n</center>\n</html>\n\n
circonferenza(O,r)$:={\sforall(A):d(A,O}=r}$\ncerchio(O,r)$:={\sforall(A):d(A,O}\sler}$\nasse(A,B)$:={\sforall(P):d(P,A}=d(P,B) }$\n
jsMath is a collection of ~JavaScripts, written by Davide Cervone that convert LaTeX formulas to typeset expressions within a webpage while the page is loading. The scripts can be freely downloaded from http://www.math.union.edu/~dpvc/jsMath/.
<html>\n<center>\n<embed width="300" height="300" src="/d.svg" \nscript='\nfunction update() {\n p = []\n with (Math) \n for (var t = 0; less(t,2.1*PI); t += 0.01)\n p[p.length] = [sin(a*t), sin(b*t)]\n path(p,"Lissajous")\n setText(a,"aval")\n setText(b,"bval")\n}\n initPicture(-1,1,-1,1)\n\n stroke = "red"\n\n axes()\n\n a = 2\n\n b = 3\n\n update()'>\n\n\n\n</script>\n</center>\n</html>
`sum_(n=1)^oo 1/n^2=pi^2/6`\n
{{Calcolo letterale}}\n\nIn [[matematica]] un '''monomio''' è un particolare tipo di [[polinomio]] composto semplicemente da un termine solo. Monomi quindi sono tutte le potenze della variabile ''x'', ovvero $x^n$, con ''n'' [[numero intero|intero]]. Se poi si hanno differenti variabili ''x'', ''y'', ''z'', un monomio prodotto di queste sarà della forma $x^ay^bz^c$, con ''a'', ''b'' e ''c'' numeri interi. Monomio è considerata anche un'espressione simile con un coefficiente diverso da 1 (solitamente sottinteso), come ad esempio ''Cx<sup>a</sup>y<sup>b</sup>z<sup>c</sup>'', con ''C'' un qualsiasi [[numero reale]]. Le [[operazioni coi monomi]] si eseguono così come avviene coi numeri: le differenze sono solo apparenti.\n\nOvviamente si può definire un qualsiasi polinomio come una [[combinazione lineare]] di monomi, che così possono essere presi come [[base]] dello [[spazio vettoriale]] dei polinomi. Dall'[[analisi funzionale]] deriva poi il fatto che un [[insieme]] completo di monomi non serve per misurare un [[sottospazio]] lineare di ''C''[0,1], che è denso per la [[norma uniforme]]: è sufficiente che la somma dei reciproci ''n''<sup>-1</sup> diverga.\n\nPer campi come le [[equazioni differenziali parziali]] è sempre richiesta una notazione a monomi. La ''notazione a multi-indici'' è molto utile: se si scrive ''&alpha;'' = (''a'', ''b'', ''c''), possiamo allora definire ''x<sup>&alpha;</sup>'' = ''x''<sub>1</sub>''<sup>a</sup>x''<sub>2</sub>''<sup>b</sup>x''<sub>3</sub>''<sup>c</sup>'', guadagnando in spazio e semplicità di scrittura.\n\n----\n\nIn [[geometria algebrica]] le varietà definite da equazioni di monomi del tipo ''x<sup>&alpha;</sup>'' = 0 per un certo insieme di ''&alpha;'' hanno speciali proprietà di omogeneità. Ciò può essere tradotto nel linguaggio dei [[gruppo algebrico|gruppi algebrici]] in termini di esistenza di un '''gruppo azione''' di un '''toro algebrico''' (ch è l'equivalente del gruppo moltiplicatico per le [[matrice diagonale|matrici diagonali]].\n\n----\n\nIn [[teoria dei gruppi]] si parla di [[rappresentazione monomio]], che è un particolare genere di [[rappresentazione indotta]].\n\n[[Categoria:Algebra]]\n\n[[de:monom]]\n[[en:monomial]]\n[[fr:monôme]]\n[[pl:Jednomian]]\n
$\slim_{N \sto \sinfty} \ssum_{k=1}^N f(t_k) \sDelta t.$\n$AA(A,B,C) : bar{sdgd}$
Insert: Á á É é Í í Ó ó Ú ú À à È è Ì ì Ò ò Ù ù  â Ê ê Î î Ô ô Û û Ä ä Ë ë Ï ï Ö ö Ü ü ß Ã ã Ñ ñ Õ õ Ç ç Ģ ģ Ķ ķ Ļ ļ Ņ ņ Ŗ ŗ Ş ş Ţ ţ Ć ć Ĺ ĺ Ń ń Ŕ ŕ Ś ś Ý ý Ź ź Đ đ Ů ů Č č Ď ď Ľ ľ Ň ň Ř ř Š š Ť ť Ž ž Ǎ ǎ Ě ě Ǐ ǐ Ǒ ǒ Ǔ ǔ Ā ā Ē ē Ī ī Ō ō Ū ū ǖ ǘ ǚ ǜ Ĉ ĉ Ĝ ĝ Ĥ ĥ Ĵ ĵ Ŝ ŝ Ŵ ŵ Ŷ ŷ Ă ă Ğ ğ Ŭ ŭ Ċ ċ Ė ė Ġ ġ İ ı Ż ż Ą ą Ę ę Į į Ų ų Ł ł Ő ő Ű ű Ŀ ŀ Ħ ħ Ð ð Þ þ Œ œ Æ æ Ø ø Å å Ə ə – — … [] [[]] {{}} ~ | ° § → ≈ ± − × ¹ ² ³ ‘ “ ’ ” £ € Α α Β β Γ γ Δ δ Ε ε Ζ ζ Η η Θ θ Ι ι Κ κ Λ λ Μ μ Ν ν Ξ ξ Ο ο Π π Ρ ρ Σ σ ς Τ τ Υ υ Φ φ Χ χ Ψ ψ Ω ω \n\nαβγδεζηθικλμνξ $\sroot{2}{x^2+y^2}$\nοπρςστυφχψω\nℕℙℚℝ\nΓΔΕΖΗΘΙΚΛΜΝΞΟΠ ΡΣΤΥΦΧΨΩ ∏∑\n×∓∘∙√∛∜ ∝∞∟ ∠\n∣∥∀∂∃∄∅∆∇\n∈∉∋∌∧∨∩∪⊂⊃\n⊆⊇ ∼∾≅≈≠≤≥⋀⋁⋂⋃\n⇒⇏⇔⇍⇐\n∫∬∭∮∯∰∱∲∳\n∀∂∃∄∅∆∇\n\n
The first law of thermodynamics \n{{Laws of thermodynamics}}\n{{main|First law of thermodynamics}}\n\nFor a thermodynamic system with a fixed number of particles, the first law of thermodynamics may be stated as:\n\n:$\sdelta Q = dU + \sdelta W$\n\nwhere $\sdelta Q$ is the amount of energy added to the system by a heating process, $\sdelta W$ is the amount of energy lost by the system due to work done by the system on its surroundings and $dU$ is the increase in the internal energy of the system.\n\nThe &delta;'s before the heat and work terms are used to indicate that they describe an increment of energy which is to be interpreted somewhat differently than the ''dU'' increment of internal energy. Work and heat are ''processes'' which add or subtract energy, while the internal energy ''U'' is a particular ''form'' of energy associated with the system. Thus the term "heat energy" for $\sdelta Q$ means "that amount of energy added as the result of heating" rather than referring to a particular form of energy. Likewise, the term "work energy" for $\sdelta w$ means "that amount of energy lost as the result of work". The most significant result of this distinction is the fact that one can clearly state the amount of internal energy posessed by a thermodynamic system, but one cannot tell how much energy has flowed into or out of the system as a result of its being heated or cooled, nor as the result of work being performed on or by the system.\n\nThe first law can be written exclusively in terms of system variables. The work done by the system may be written\n$ \sdelta w = P dV $\n\nwhere ''P'' is the [[pressure]] and ''dV'' is a small change in the [[volume]] of the system, each of which are system variables. The heat energy may be written\n\n:$\sdelta q = T\sdS$\n\nwhere ''T'' is the [[temperature]] and ''dS'' is a small change in the [[entropy]] of the system. Temperature and entropy are also system variables.\n
<html>\n<center>\n\n<embed width="400" height="200" src="d.svg" script='\n\nxmin=-3; xmax=3; xscl=1; axes(); stroke="red"\nplot(-1*x^2 +3/2); stroke="green"\nplot(-2*x^2 +3/2); stroke="blue"\nplot(-3*x^2 +3/2)\n\n'>\n</center>\n</html>\n