Example: marketing
MATLAB commands in numerical Python (NumPy)

MATLAB commands in numerical Python (NumPy)

Back to document page

2.4 root and logarithm Desc. matlab/Octave Python R Square root sqrt(a) math.sqrt(a) sqrt(a) √ a Logarithm, base e (natural) log(a) math.log(a) log(a) lna = log e a Logarithm, base log10(a) math.log10(a) log10(a) log 10 a Logarithm, base (binary) log2(a) math.log(a, 2) log2(a) log 2 a Exponential function exp(a) math.exp(a) exp(a) ea

  Python, Matlab, Algorithm

Download MATLAB commands in numerical Python (NumPy)


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries