mathematics

Mathematics

math_formulas.pdf

more_formulas.pdf

http://www.mathpages.com

http://www.pm298.ru

http://www.teorver.ru

http://eqworld.ipmnet.ru/index.htm mathematical equations

http://www.math.gatech.edu/~cain/textbooks/onlinebooks.html

http://lib.kruzzz.com/10-61/math.html

http://www.krelib.com

MIT: http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm#Mathematics

http://projecteuclid.org

http://en.wikipedia.org/wiki/Combinatorics

Set with n elements has 2**n subsets (if we count the empty set and whole set as subsets). Prove:

There are 2 different ways of dealing with the first element - you can either include it or not. There are 2 different ways of dealing with the second element and the third and so on up to the n-th. So, there are 2 x 2 x 2 x to n factors = 2**n different ways of dealing with all n elements

Permutations with repetitions

When the order matters, and an object can be chosen more than once, the number of permutations is n**r where n is the number of objects from which you can choose and r is the number to be chosen.

Permutations without repetitions

The total number of permutations of n elements is n!

The total number of k-permutations of n elements is

P(n,k)=n · (n - 1) · (n - 2) · . . . · (n - k + 1) = n! /(n-k)!

Combinations without repetitions: Binomial coefficient

When the order does not matter and each object can be chosen only once. The number of distinct subsets with j elements that can be chosen from a set with n elements is denoted by (n k)

and is pronounced “n choose k.” The binomial coefficients are given by the formula:

C(n,k)=n!/(k!(n-k)!) =P(n,k)/k!

A die is rolled four times. What is the probability that we obtain

exactly one 6?

reshebnik.ru

http://www.reshebnik.ru/solutions/5/13/

Sequences

Stolz-Cesàro: Let and be two sequences of real numbers, such that is positive, strictly increasing and unbounded. Then,

,

if the limit on the right hand side exists.

Matrixes

http://elib.ispu.ru/library/math/sem1

Произведением матрицы

размером на матрицу размером назвается матрица размером у которой Обозначение: C = AB.

произведение определено только в том случае, если число столбцов первого сомножителя равно числу строк второго

Для квадратных матриц А и B, вообще говоря,

Транспонирование матриц

Свойства:


Ранг матрицы

Ранг матрицы - наивысший порядок отличных от нуля ее миноров. Обозначение: rank A.

Базисный минор матрицы - любой отличный от нуля минор порядка

r = rank A.

Determinant

При транспонировании матрицы определитель не меняется, то есть

. Определитель произведения квадратных матриц равен произведению определителей сомножителей, то есть

Если в матрице поменять местами две строки, то ее определитель сменит знак. Если матрица имеет две одинаковые строки, то ее определитель равен нулю. Если строку матрицы умножить на число , то ее определитель умножится на это число.

Если одна из строк матрицы равна другой, умноженной на число (строки пропорциональны), то определитель матрицы равен нулю

Inverse Matrix

Обратная матрица

Матрица

- обратная для матрицы A, если

Для квадратной матрицы A обратная существует тогда и только тогда, когда

где

- алгебраические дополнения элементов матрицы A.

Свойства:

Specia Matrixes I

Симметрические матрицы:

- симметрическая

Кососимметрические матрицы:

- кососимметрическая

Ортогональные матрицы:

- ортогональная

Невырожденные (неособенные) матрицы:

Вырожденные (особенные) матрицы:

Special Matrixes II

1. Toeplitz Matrix: This is a matrix where all elements on superdiagonals and subdiagonals are equal.

2. Hankel Matrix: This is a matrix where all elements on any superdiagonal and subdiagonal perpendicular to the main diagonal are equal.

3. Vandermonde Matrix: A matrix where first column is 1’s succesive columns being the second column with its elements raised to increasing integer powers.

4. Idempotent Matrix: A matrix that when raised to an integer power remains the same.

Matrix Decomposition

http://en.wikipedia.org/wiki/Matrix_decomposition

Laplace Transform

Inversion of Laplace Transform http://www.rose-hulman.edu/~bryan/invlap.pdf

Math Soft

http://www.sbml.org/SBML_Software_Guide/SBML_Software_Summary

http://en.wikipedia.org/wiki/Category:Mathematical_software

http://en.wikipedia.org/wiki/Category:Free_mathematics_software

http://en.wikipedia.org/wiki/List_of_numerical_analysis_software

http://en.wikipedia.org/wiki/Comparison_of_numerical_analysis_software

http://en.wikipedia.org/wiki/Category:Free_statistical_software

http://norma.mas.ecp.fr/wikimas/ScientificComputingSoftware

http://en.wikipedia.org/wiki/Interactive_geometry_software

www.sagemath.org/ SAGE composition of many open-source tools

http://code.google.com/p/sympy/ SymPy

http://www.cs.ucsb.edu/~cse/ StockKit

http://freemat.sourceforge.net/ FREEMAT - cfree clone of Matlab

http://www.geogebra.org/cms/

http://www.simfit.man.ac.uk/

http://www.scilab.org

ODE phase portraits

http://xmds.org eXtensible multi-dimensional Simulator

http://www.berkeleymadonna.com Diff Eq

http://www.phaser.com

http://odetoolkit.hmc.edu

http://www.vensim.com

http://tp.lc.ehu.es/jma/ds/ds.html Dynamics Solver

Statistics and Data Analysis:

http://root.cern.ch/ ROOT (data analysis)

http://en.wikipedia.org/wiki/Comparison_of_statistical_packages

http://en.wikipedia.org/wiki/Category:Free_statistical_software

http://www.makingsenseofdata.com/software/software.html Making Sense Of Data

http://www.eviews.com (student version $40)

http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page Maxima

http://www.impb.ru/index.php?id=div/lns/soft_ddes&lang=eng

http://www.math.sunysb.edu/dynamics/programs/index.html

http://wikicompany.org/fs/science.html#software_portals

Python Math

http://www.cam.cornell.edu/~rclewley/cgi-bin/moin.cgi/ DsTool (dynamical systems)

http://www.scipy.org/Topical_Software SciPy and all Python math

XPP/XPPAUT ODE solver:

http://freshmeat.net/projects/xppaut/

http://www.math.pitt.edu/~bard/xpp/xpp.html

http://www.scholarpedia.org/article/XPPAUT