57 Pi: (Mathematica) Documentation (57.html)

                                Mathematica 9 logo


<--Back m Named Characters

To type a named character into m: 2. To look up a special character, use NetSurf in ubuntu and Edit->Find the string eg "imaginary"
in List of Named Characters

3. Greek alphabet:
alpha eta nu tau
beta theta xi upsilon
gamma iota omicronphi
delta kappa pi chi
epsilonlambdarho psi
zeta mu sigma omega


Back to top

































<--Back Examples

1. To Display a red disk:
Graphics[List[RGBColor[1, 0, 0],Disk[List[0, 0]]]]
2. Number formats:
Map[FullForm,{123,1/23,1.23,1+23\[ImaginaryI]}]
...produces {123,Rational[1,23],1.23`,Complex[1+23\[ImaginaryI]}
3. FullForm shows how to type an m expression on a keyboard:
FullForm[{\[AHat], 123, 1/23, 1.23, 1 + 23\[ImaginaryI]}]
...produces List[\[AHat], 123, Rational[1,23], 1.23`,Complex[1, 23]]

Back to top

































<--Back m Usage Notes


Back to top































<--Back Evolution

mathematica (m) was created ( by Stephen Wolfram ) and released in June 23, 1988. A major version is "mathematica 9" which was released on November 28, 2012. In Dec 14,2022, mathematica 13.2 was released. In 2023, mathematica 13.3 was released.

The reader is urged to read Source 04 which is an old (but useful) introduction to mathematica by Stephen Wong.

<--Back About

Web Sources

Web Source: S057:01 A Taste of m: WorkBook A
Web Source: S057:02 A New Kind of Science (PDF) by Stephen Wolfram
Web Source: S057:03 Mathematica 9 by Stephen Wolfram as of 2023 I Sep 13
Web Source: S057:04 Mathematica Tips & Tricks by Stephen Wong as of 2015

/w3schools: site
  Note that w3schools does not include mathematica information.
/WebMaster: David KC Cole
/created: 2015 C Mar 22
/updated: 2023 I Sep 13
/mDocumentation.html
/57.html

Back to top