Feeds
提问
Helmholtz 1D Finite Difference Approximation using Algebraic Equation
I am trying to approximate Helmholtz's wave equation using algebraic equation. I think I have made correct algebraic equation, ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Solve IVP with Taylor method of order
I wanna implement this into a code. My code is followed by : syms x y(x) f = y(x) - x^3 + x + 1 df = diff(f, x) f = sub...
3 years 前 | 1 个回答 | 0
1
个回答提问
Whole derivation of two variable differential function
I am struggleing with the whole derivation of differential equation. Can y'all give me an advice how to implement that into a...
3 years 前 | 2 个回答 | 0
2
个回答已提交
Bairstow method; finding the roots of polynomial.
Using Division property: P(x) = (x^2 -ux +v)*Q(x) + R(x); To find correct u and v that makes R(x) = 0 so that (x^2 -ux + v) can ...
3 years 前 | 1 次下载 |


