资 源 简 介
Mallory - Mathematics ActionScript Library - Advanced Math for ActionScript 3.0
This is a library for doing advanced college level math (i.e. beyond calculus) with in ActionScript 3.0.
Parts
This library includes classes for working with
* Complex numbers
* Permutations
* Cycles
* Sets
* Algebraic structures(i.e. groups, rings, fields, etc.)
* Matrices (over algebraic structures)
* Numeric sequences
* Expression evaluation
* Vectors
* Polygons
* Statistical Analysis
* Graphing
Current Status
There are some sample programs made with Mallory here.
On January 8th, I released an major update. Unfortunately, I haven"t tested it very much so I know that it"s full of bugs.
I"ve improved the organization of the code somewhat, but it still needs a lot of work. I know specifically that the ComplexMath class has many comments that are completely wrong. I copied and mod