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
Faiha Lesson 1, 2020: Python Basics
Example for striping string
Q2
Python My G(ame,uess)
playing around with python
normal,*args,**kwargs
Python code
Loop
replace
raja sainik