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
Fgjei
PyWeekD
Reverse number
Find numbers with given sum of digits
factoriel function recursive
Game2
string without space into list
sen
Max
E