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
("Hello,world!")
питон
(P2) Ciągi 2
Prime numbers
binary
kenken1
binary
X
Pattern(L).py
LinkedList implementation