| Symbolic Math Toolbox | ![]() |
Syntax
Description
vpa(A) uses variable-precision arithmetic (VPA) to compute each element of A to d decimal digits of accuracy, where d is the current setting of digits. Each element of the result is a symbolic expression.
vpa(A,d) uses d digits, instead of the current setting of digits.
Examples
vpa pi 75 computes
to 75 digits.
A = [ 1., .5000000000000000000000000] [.5000000000000000000000000, .3333333333333333333333333] B = [ 1., .50000] [.50000, .33333]
| triu | zeta | ![]() |