|
rbmatlab 0.10.01
|
small script demonstrating interval integration of polynomials of degree pdeg with quadratures of degreed qdeg
More...
Go to the source code of this file.
Functions | |
| function qres = | demo_quadratures ( pdeg, qdeg) |
small script demonstrating interval integration of polynomials of degree pdeg with quadratures of degreed qdeg | |
small script demonstrating interval integration of polynomials of degree pdeg with quadratures of degreed qdeg
Definition in file demo_quadratures.m.
| function qres = demo_quadratures | ( | pdeg, | |
| qdeg | |||
| ) |
small script demonstrating interval integration of polynomials of degree pdeg with quadratures of degreed qdeg
| pdeg | polynomial degree (default = 25) |
| qdeg | quadrature degree (default = 23) |
| qres | a matrix with the integration results |
Definition at line 1 of file demo_quadratures.m.
1.7.4