Feeds
提问
simple matrix
how can i write the code that makes a 10X10 matrix that looks like this 00000000000 00000000001 00000000011 00000...
15 years 前 | 3 个回答 | 0
3
个回答提问
Integration using function calls
How can I use the gauss quadrature function to estimate the area under a function. I also want to be able to input the number of...
15 years 前 | 4 个回答 | 0
4
个回答提问
Calculate derivatives on the interval 0<x<2pi using forward, backward, centered, and fourth order accurate finite differences
f(x) = ax+bx^2+cx^3+dsin(mx)+gexp(hx) a=-5 b=.5 c=-.15 d=.2 m=6 g=-2 h=-3 Calculate first derivatives us...
15 years 前 | 2 个回答 | 0
