Shardul Kamble - 2021-07-12

I am facing error in line 2- Import error: No module named numerics in my IronPython script for shaft furnace model. I wanted to solve a system of linear equations using matrices in my script but numpy module is invalid in IronPython so I used numerics module but that is also not working. Please help me to sort out this.

Here is the link where I found about Numerics module to solve system of linear equations - https://www.extremeoptimization.com/QuickStart/IronPython/LinearEquations.aspx

Here is link for my script- https://drive.google.com/file/d/1oGabOncFXiZViadJbgONB2mavqnMrm_Q/view?usp=sharing

Thanks