Community Profile

photo

Michael Frietsch


Virginia Polytechnic Institute & State University

Aktiv seit 2013

Followers: 0   Following: 0

Kontakt

Statistiken

  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Composite Trapezoidal Rule for Numeric Integration
Use the trapezoidal rule to numerically integrate a function, _f(x)_, passed as the first argument, between upper and lower limi...

mehr als 10 Jahre vor

Gelöst


Lagrange Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

mehr als 10 Jahre vor

Gelöst


Fixed-Point Iteration
Perform fixed-point iteration to estimate the root of a nonlinear equation.

mehr als 10 Jahre vor

Gelöst


Newton Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

mehr als 10 Jahre vor

Gelöst


False position (linear interpolation) method of finding a root.
Test the false position algorithm described in Chapter 5 of Steven C. Chapra's textbook, *Applied Numerical Methods with MATLAB ...

mehr als 10 Jahre vor

Gelöst


Polynomial Interpolation
Given a set of measurements of dependent variables in a vector, Y, that vary with one independent variable in a vector, X, calcu...

mehr als 10 Jahre vor

Gelöst


Forward Elimination for Gauss Elimination
Perform forward elimination for a given pivot column in the augmented matrix, Ab=[A,b]

mehr als 10 Jahre vor