Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Bisection method
Game2
shuru11
Q1
Dont know, Dont care
Range List for Python
(P2) Ciągi 2
Python if condition
Exercise 4 for lesson 2
What regex will match these lines?
Please log in to post a comment.