Scilab Function

lusolve - sparse linear system solver

Calling Sequence

lusolve(hand,b)
lusolve(A,b)

Parameters

Description

solves the sparse linear system A*x = b.

[hand,rk]=lufact(A) is the output of lufact.

Examples

See Also