Posts Tagged ‘zeros’
Analysis of Functions, Interpolation, Curve Fitting, Integrals and Differential Equations
March 23rd, 2010 No Comments Posted in Documents
In this tutorial we will deal with analysis of functions, interpolation, curve fitting, integrals and differential equations. Firstly, we will need to use polynomials and therefore we have to be familiar with the representation of these. A general polynomial looks like: p(x)=anxn + an-1xn-1 +……….+ a1x + a0 and is represented by a vector in Matlab:
p=[ an an-1 ....... a1 a0 ] Read More
Working with Matrices in Matlab
August 5th, 2009 No Comments Posted in Documents
Generating Matrices
MATLAB software provides four functions that generate basic matrices. Read More