- Category:
- matlab
- Tags:
-
[WORD]
- File Size:
- 21kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- 517501601
Description: Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:
- [Romberg] - Romberg integration algorithm (containin
- [sy] - Commonly used numerical integration meth
File list (Check if you may need any files):
Rombegrg算法.doc