Math4501 Lecture 1
In many practical problems (ODEs (ordinary differential equations), PdEs (partial differential equations), System of equations)
closed-form analytical solutions are unknown.
-> resort ot computational algorithms (approximation)
For example,
Deep learning classifiers
Root finding
for .
find all roots of .
Investment
Invest a dollars every month return with the rate .
Say want for some .
use Newton’s method to find such that .
Since is non-linear, that is .
Let
be a system of equations . and .
If is linear, note that
where is the -th standard basis vector.
Gaussian elimination (LU factorization)
Last updated on