AI math handbook calculator - Fractional Calculus Computer Algebra System software DrHuang.com | list | math | function | coding | graphics | example | help | ? | 中文
+ + + =

`int ` 数学手册 dx = `sum ` MathHandbook.com

Content 1 - Content 2 - Content 3 - Content 4 - Index

Content 3

  1. Algebra, triangle formula and elementary function ?
  2. Elementary geometry graph computation and plot ?
  3. Algebraic equation ?
  4. Matrix · determinant · system of linear equations ?
  5. Differential calculus ?
  6. Integral calculus ?
  7. Analytic geometry and differential geometry ?
  8. Vector algorithms and tensor field and theory algorithms and Riemannian geometry ?
  9. Abstract algebraic - linear space - Functional Analysis ?
  10. Complex function ?
  11. Integral transform ?
  12. Special Function ?
  13. Ordinary Differential Equations (ODE) ?
  14. Partial Differential Equations (PDE) ?
  15. Integral equations ?
  16. Statistical probability and stochastic processes ?
  17. Error theory and experimental data processing ?
  18. Optimization methods ?
  19. Finite element method ?
  20. Elementary number theory ?
  21. Set theory and general topology ?

Elementary Math
Chapter 1
Algebra, triangle formula and elementary function

Chapter 2
Elementary geometry, graph computation and plot
  1. §1 triangle and quadrangle
  2. §2 circle and regular polygon
  3. §3 practical geometry mapping
  4. §4 solid figure volume, surface area, side area
Chapter 3
Algebraic equation
  1. §1 root expression of two, three, quartic order equation
    1. Second Order Equation x^2+b*x+c=0
    2. Solve equation by solve() solve( x^2+5*x+6=0 )
    3. Numerical Solve equation by nsolve() nsolve( x^2+5*x+6=0 )
  2. §2 algebraic equation nature
  3. §3 special solution of algebraic equation
  4. §4 approximate calculation of real roots
Higher Math
Chapter 4
Matrix · determinant · system of linear equations
  1. §1 matrix and determinant
  2. §2 matrix operation
  3. §3 system of linear equations
Chapter 5
Differential calculus
  1. sequence and function limit
  2. Convergence and operation of series
  3. differential `d/dx` sin(x)
  4. Fractional differential calculus `d^1.5/dx^1.5` cos(x)
Chapter 6
Integral calculus
  1. single variable function integral
  2. definite integral `int_0^1` sin(x) dx
  3. multiple integrals, curvilinear integral and surface integral
  4. integral application
  5. region function `delta(x)`
  6. Integral table `int` sin(x) dx
  7. Fractional integral calculus `int` cos(x) `(dx)^0.5`

Chapter 7
Analytic geometry and differential geometry

Chapter 8
Vector algorithms and tensor field and theory algorithms and Riemannian geometry

Chapter 9
Abstract algebraic - linear space - Functional Analysis

Chapter 10
Complex function

Chapter 11
Integral transform

Chapter 12
Special Function

  1. Bessel function
    1. First kind of Bessel function besselJ(n,x)
    2. Second kind of Bessel function besselY(n,x)
    3. Third kind of Bessel function hankel1(n,x)
  2. Beta function Beta(a,b)
  3. beta function `beta(x)`
  4. Elliptic integral
  5. Elliptic function
  6. error function erf(x) erfi(x)
  7. eta function `eta(x)`
  8. Exponential integral Ei(x) Ein(x) En(x)
  9. Fresnel function fresnelS(x) = S(x) fresnelC(x)
  10. Gamma function
    1. Gamma function `Gamma(x)`
    2. log Gamma `logGamma(x)`
    3. digamma function digamma(x) `psi(x)` = polygamma(x)
    4. trigamma function trigamma(x) `psi^((1))(x)` = polygamma(1,x)
    5. polygamma function polygamma(n,x) = `psi^((n))(x)`
    6. Incomplete Gamma function `Gamma(n,x)`
    7. small gamma function smallgamma(n,x) `gamma(n,x)` = `Gamma(n,0,x)`
  11. Gaussian integral `Phi(x)`
  12. harmonic number harmonic(x) H(x)
  13. hypergeometric function
  14. Legendre function
  15. Lerch L(x,a,b)
  16. logarithmic integral li(x)
  17. sine and cosine integral si(x) ci(x)
  18. Mittag-Leffler function `E_0.5(x)`
  19. orthogonal polynomials
  20. polylog function polylog(n,x)
  21. zeta function `zeta(x)`

Chapter 13
Ordinary Differential Equations ( ODE )

  1. General concept of differential equations
  2. Differential equations y' -2y = 0
  3. linear differential equation
  4. higher order and a system of differential equations
    `d^2/dx^2` y - 4y =0
    `dx/dt=x, dy/dt=x-y`
  5. stability theory
  6. Numerical Solution of Ordinary Differential Equations
  7. Solve Differential equation for y by dsolve()
    dsolve( y'-2y=0 )
  8. Test solution for (fractional) differential equation by test()

  9. test( exp(2x), dy/dx = 2y )
  10. Solve Fractional differential equation by dsolve()
    dsolve( `d^0.5/dx^0.5 y=2y` )
  11. Test solution for (fractional) differential equation by test()
    test( exp(4x), `d^0.5/dx^0.5 y=2y` )
Chapter 14
Partial Differential Equations ( PDE )
  1. general concept of partial differential equations and problems
  2. first order partial differential equations
  3. second order partial differential equations
  4. numerical solution of partial differential equations
  5. Solve Fractional Partial differential equation by pdsolve()
    pdsolve( `dy/dt - d^0.5/dx^0.5 y = 2y` )
  6. Test solution for (fractional) differential equation by test()

Chapter 15
Integral equations

  1. The general concept
    `int` y dx = 2y
  2. singular integral equation
  3. Volterra integral equations
  4. Approximate Solution of Integral Equation
  5. nonlinear integral equation
  6. Solve Fractional integral equation for y by dsolve()
    dsolve( `int` y dx = 2y )
    dsolve( `d^-0.5/dx^-0.5 y=2y` )
  7. Test solution for (fractional) integral equation by test()
    test( exp(1/4 x), `d^-0.5/dx^-0.5 y=2y` )
Chapter 16
Statistical probability and stochastic processes

Chapter 17
Error theory and experimental data processing

Chapter 18
Optimization methods

Chapter 19
Finite element method

Chapter 20
Elementary number theory

Chapter 21
Set theory and general topology

Reference

  1. Digital Library of Mathematical Functions
  2. math handbook 2016
  3. math handbook (Russian)
  4. Handbook of Special Functions

See Also

Home | list | wiki | about | donate | index | forum | help | chat | translated from Chinese | 中文