Using numpy and Python to solve a system from LU decomposition using back/forward subs

前端 未结 0 1031
慢半拍i
慢半拍i 2021-02-06 11:48

Trying to solve this LU decomposition system using. Here is the code I have so far and I\'m getting an error:

import numpy as np     
from copy import copy

L=np.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题