few noob questions and numerical methods help ?

rosekidcute

New member
Joined
Jan 25, 2016
Messages
32
i was trying to work with few problems for my computer oriented numerical method ...which i had in college ...

i am not in college anymore ... but i failed that subject ... i am trying to improve this maths field as much as i possibly can , because its a difficult subject for me .....

let met start with a few things i am familiar with ...

When we know the degree we can also give the polynomial a name:
Degree Name Example
0 Constant 7
1 Linear 4x+3
2 Quadratic x2−3x+2
3 Cubic 2x3−5x2
4 Quartic x4+3x−2

then we have simulaneous equations ...which looks like these ...


x+2y-3z=10
2x-3y-4z=1
y-3x+z=-8


i think these two numerical methods can be applied to it if you have to deal with equations like these ...

http://www.ce.utexas.edu/prof/mckinney/ce311k/Overheads/12-LinEqs_Direct.pdf

http://www.ce.utexas.edu/prof/mckinney/ce311k/Overheads/13-LinEqs_Indirect.pdf

now could somebody please tell me to what sort of equations do i apply the rest of the three methods mentioned below ???



http://www.ce.utexas.edu/prof/mckinney/ce311k/Overheads/14-NonlinearEquations_1_FixedPoint.pdf

http://www.ce.utexas.edu/prof/mckinney/ce311k/Overheads/14-NonlinearEquations_2_Bisection.pdf

http://www.ce.utexas.edu/prof/mckinney/ce311k/Overheads/14-NonlinearEquations_3_Newton.pdf



are those methods for ??

transcendental functions ??
differentiation ???
intergration ??
differential equation ???
 
Top