Computational Physics: - The Programming Language I'll Use Is
Computational Physics: - The Programming Language I'll Use Is
Computational Physics: - The Programming Language I'll Use Is
2
Solve for k
Newton–Raphson method in one dimension
and extension to higher dimensions.
2 . Interpolation and Curve fitting
fix(x) : fix(13/5)=2
ceil(x) : ceil(13/5)=3
rem(x,y) : rem(13,5)=3
A = [1 2 3;4 5 6;7 8 9]
A=2:3:17 A=linspace(x,y,n)
Matrix Operations
det(A) : determinant of A
trace(A) : Trace of A
for k=1:n
--------
--------
--------
end
Let us numerically prove the following.