May 8th, 2013What can we do with euclidean division of polynomial:
· GCD
· polynomial equations
· modular inversion
· chinese remainder theorem
· Factorization, field of rational function.
March 23rd, 2013· Stochastic differential equation in higher dimension;
· Partial differential equation simulation using stochastic differential equation;
· Some improvement in documentation.
December 10th, 2012spectral theory of undirected graphs:
· adjacency matrix
· degree matrix
· laplacian matrix
· number of triangles
· number of connected components
· electromagnetic tensor and its properties
· odesolve : second order if a particular solution is known
November 3rd, 2012· odesolve : ordinary differential equation solver (for first order - using dsolve-, and second order if coefficients are constant)
· dsolve uses antider instead of integral (calling a smib program in the smib kernel (in C language))
· Syracuze conjecture (dynamic allocation of arrays)
· Mertens function & Redheffer matrix
October 1st, 2012· some optimizations in generalized stochastic differential equation
· Mertens fonction
· new documentation
June 9th, 2012· Quantum mechanic using smib
April 12th, 2012· antiderivative v2 : new version of defint too,
· perfect number & harmonic mean of divisors,
· bug corrections.
February 19th, 2012· rational fonction & decomposition
· antiderivative
· bug corrections
December 27th, 2011Some polynomial algebra :
· Bezout identity (extended greater divisor)
· squarefree factorization
· resultant
· discriminant
September 14th, 2011· generalized stochastic differential equation (not only with brownian motion): mean and variance computation
· Stratonovitch stochastic integral with brownian motion
· bug correction.
April 26th, 2011· Lagrange interpolation using Newton polynomials
· sample applied to quantile and median
March 9th, 2011· Derivation of samples (integer & fractional)
· Bug correction.
February 8th, 2011· Numerical application to special functions : Bessel functions, Hankel functions & Airy functions
· Some new example applied to differential geometry, probability & statistic.
December 3rd, 2010· tensor calculus finally documented
December 3rd, 2010numerical analysis:
· fractionnal derivative
· new version of Euler scheme : ODE and coupled ODEs are treated by one program
probability & statistic:
· gaussian random nuber
· new version of brownian motion
· bugs correction.
December 3rd, 2010numerical analysis:
· first order differential equation
· system of two first order differential equations (using Euler scheme).
probability & statistic:
· quantile & median
· stochastic differential equation (Euler-Murayama & Milstein schemes)
· new documentation.
December 3rd, 2010probality & statistic:
· expected value
· variance
· standard deviation
· skewness
· kurtosis
· least square line
differential geometry:
· planar curves
· 3D curves
· theory of surfaces using Gauss approach
improvement:
· simplify (if A=(x-1)*(x+1)/(x-1), simplify(A) returns : 1 + x) numint (if simpsonint = 1, Simpson scheme is used, else Gauss scheme is used), for probability, it is a good idea to set simsonint to 1.
February 8th, 2010· Quickref in english, more number theory.