Feeds
질문
Numerical Integration with Trapezoidal and Simpson's Rule
I am doing numerical integration using the trapezoidal rule, and the simpson's 1/3, and simpson's 3/8 rule and checking the erro...
대략 8년 전 | 답변 수: 0 | 0
0
답변질문
Determine coefficients the result in the Least squares fit
y = a1*x + a2*x^2 Determine the coefficients that result in the least- squares fit for a second-order polynomial with a zero i...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
Gauss Seidel Method with Relaxation
I am working on a matlab code using the Gauss Seidel method with relaxation to solve a system to a specified tolerance of es = 5...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find the value of x such that the determinant of A is zero.
I am have matrix A with x as the parameter: A=[2,8,5;2,2,8*x;6*x^2,4*x+2,x^3]; I want to find the value of x such that the det...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
issue with fzero and root finding
I am writing a function that computes the time that the rocket reaches some velocity. I am solving in using fzero. For my initia...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Why do I get assertion failed?
I am writing a function to calculate an estimate of pi for a specified number of significant digits. When I test it, it says ass...
8년 초과 전 | 답변 수: 1 | 0