Difference between revisions of "Manuals/calci/BINOMIALSERIES"
Jump to navigation
Jump to search
(Created page with "==BINOM") |
|||
| Line 1: | Line 1: | ||
| − | == | + | <div style="font-size:30px">'''BINOMIALSERIES (N,X,Y)'''</div><br/> |
| + | *<math>n_1,n_2,n_3...</math> are any real numbers. | ||
| + | |||
| + | ==Description== | ||
| + | *This function gives the coefficient of the Binomial series. | ||
| + | *BinomialSeries is also called Maclaurin series for the function f given by <math> f(x)=(1+x)^{\alpha}</math> and <math>\alpha</math> is belongs to any Complex number. | ||
| + | *In <math>BINOMIALSERIES(N,X,Y)</math>,<math>N</math> is any positive integer and x and y are any real numbers. | ||
| + | *If k is any number and then,http://tutorial.math.lamar.edu/Classes/CalcII/BinomialSeries.aspx.So similar to the binomial theorem except that it’s an infinite series and we must have in order to get convergence. | ||
| + | *This function will give the result as error when | ||
| + | #1. N is not positive number. | ||
| + | #2. N,X and Y is a Non-numeric. | ||
Revision as of 14:14, 13 December 2016
BINOMIALSERIES (N,X,Y)
- are any real numbers.
Description
- This function gives the coefficient of the Binomial series.
- BinomialSeries is also called Maclaurin series for the function f given by and is belongs to any Complex number.
- In , is any positive integer and x and y are any real numbers.
- If k is any number and then,http://tutorial.math.lamar.edu/Classes/CalcII/BinomialSeries.aspx.So similar to the binomial theorem except that it’s an infinite series and we must have in order to get convergence.
- This function will give the result as error when
- 1. N is not positive number.
- 2. N,X and Y is a Non-numeric.