Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
solving a linear system of equations
#python 3.5.2 import numpy as np a=np.array([[1,3],[3,2]]) b=np.array([10,8]) #arrays are always nested lists, expect the case of one vector print(np.linalg.solve(a,b))
run
|
edit
|
history
|
help
0
Girrafe
ip2cidr
15
Determine the weight of tiles at 10 grams each
Contact Class 2.0
Chtkav
try
Python virables
sai hw
Transpose matrix