Advertisement

Eigenmath is a free, easy to use, no installation, multiplatform computer algebra system, written in the C programming language.
It facilitates the manipulation of mathematical expressions in symbolic form. For example, it can assist in solving algebra and calculus problems. The application includes a great deal of math functions.
This application eases the use if mathematical expressions in symbolic form, eligible for students in college and university.
For example script, quantum harmonic oscillator
# “Harmonic oscillator” is the generic term for a system that has potential
# energy V proportional to x squared.
#
# For total energy E, kinetic energy K and potential energy V we have
#
# E = K + V
#
# For QHO the equivalent Schroedinger equation is:
#
# 2 2 2
# (2n + 1) psi = -d psi / dx + x psi
#
# This differential equation can only be solved for integer values of n.
# The fact that n must be an integer is in agreement with physical reality:
# the total energy of a QHO system is quantized.
#
# The solution to the above equation is
#
# 2
# psi(n,x) = exp(-1/2 x ) H (x)
# n
#
# H (x) is the nth Hermite polynomial in x.
# n
# Define the wave function.
psi(n) = exp(-1/2 x^2) hermite(x,n)
# We want to show that psi does indeed solve the Schroedinger equation.
# We start by defining the energy functions E, K and V.
E(n) = (2 n + 1) psi(n)
K(n) = -d(d(psi(n),x),x)
V(n) = x^2 psi(n)
# Text strings are displayed when the script runs.
“Checking E = K + V for n = 0 to 10″
# The check function stops with an error message if its argument is false.
for(n, 0, 10, check(E(n) = K(n) + V(n)))
# If we get here then everything worked out, print OK.
“OK”
# After a script runs, all of its functions and variables are available for
# immediate mode calculations.
# For example, try entering K(10).
Another example scripts:
- hydrogen wavefunctions
- gamma matrix algebra
- free particle dirac equation
- maxwell in tensor form
- static spherical metric
- bondi metric
- circular polarization
- elliptical polarization
- vector calculus demo
- rotation matrix demo
[download id="124" format="6"]
Advertisement
Suggested Freeware Software to Download
- Mathematics v.10 Free Download
Mathematics - with the help of this software you may learn yourself or teach students everything about Mathematics, in a simple and easy way.... - GeoGebra Portable 3.2.33.0 Free Download
GeoGebra is dynamic mathematics software for all levels of education that joins arithmetic, geometry, algebra and calculus. It offers multiple representations of objects in its graphics, algebra, and spreadsheet views that are all dynamically linked.
... - 7math 1.0.1.7 Free Download
7math 1.0.1.7: Simple but powerful software to solve equations... - Molecule Maker 2.5.1.1: A Simple Program for Making Molecule Diagrams on The Fly
Molecule Maker is a free tool designed by and for students to make taking notes with chemical structures using a computer faster and easier. Empowering students, teachers, and chemists to make Molecule Diagrams in chemistry field.... - Chemistry Add-in for Word 1.0.0.0 Beta 2: Powerful Tool for Teachers, Students and Chemists
Empowering students, teachers, and chemists to easily author documents in the language of chemistry is at the heart of the Chemistry Add-in for Word. Every discipline has its own language.... - FTrees 2.3.0 Free Download: Detect Novel Molecular Scaffolds
FTrees is a small, easy to use yet highly efficient application specially designed for fuzzy similarity searching facilitating virtual HTS. The ability to detect novel molecular scaffolds is one of several features that charaterizes FTrees capabilities. ... - Schoolhouse Technologies Math Resource Studio v4.4.8.1: Mathematics Worksheet Factory
The upgrade to Mathematics Worskheet Factory. Create single-page, single-concept math worksheets or multi-page, multi-concept math reviews with more than 70 unique math activities.... - WinLens3D Basic 1.1.10: On-axis System Generation Made Easy
WinLens3D Basic is an easy to use application designed to enable you to create on-axis and folded systems with LINOS Photonics and custom components.... - pElement 1.3.5: A Handy Chemistry Helper
A handy chemistry helper that shows you detailed information about the elements found in the periodic table... - Hot Potatoes 6.3.0.3: Create Interactive Web-based Teaching Exercises
The purpose of the Hot Potatoes is to enable you to create interactive Web-based teaching exercises...