linear algebra -凯发k8网页登录
blocks
topics
solve systems of linear equations.
simulink® model example that shows how to use the ldl factorization block.
use backward substitution block to solve a system of linear equations. verify the solution using matrix multiply block.
use forward substitution block to solve a system of linear equations. verify the solution using matrix multiply block.
find inverse of a square matrix using the lu inverse block.
use lu solver block to solve a matrix equation. verify the solution using matrix multiply block.
use svd solver block to solve a matrix equation. verify the solution using matrix multiply block.
use cholesky solver block to solve a matrix equation. verify the solution using matrix multiply block.
factorize a matrix using the lu factorization block.