Feeds
提问
Lagrange Interpolation related problem (plotting a graph)
x = input('Enter values of x: '); y = input('Enter values of y: '); n = length(x); L = zeros(n,n); for i = 1:n V= 1; ...
5 years 前 | 1 个回答 | 0
1
个回答提问
Solving non- linear equations using newton Rapshson
function [k,p0,inc,error,y] = newton(f,dfv,p0,delta,max1) error = 10^-5 ; fprintf('k\t\t Seq Of P0\t\t Increment\t\t Value...
5 years 前 | 1 个回答 | 0