[First post] Question ・ How to sweep out python

Matrix using python numpy [[3 1 1 2] [5 5 3 4] [2 0 6 2] [1 3 2 1]] I want to find the inverse matrix of. The algorithm is supposed to use the sweep method.

import math import numpy as np

I was able to introduce numpy

A = np.array([[3,1,1,2],[5,5,3,4],[2,0,6,2],[1,3,2,1]])

print ('Original matrix A is') print(A) print( )

I was able to display the original matrix

I can write so far.

Thank you.

Recommended Posts

[First post] Question ・ How to sweep out python
[Nanonets] How to post Memo [Python]
[Question] How to use plot_surface of python
How to install Python
How to install python
[2020.8 latest] How to install Python
Post from Python to Slack
How to install Python [Windows]
python3: How to use bottle (2)
[Python] How to use list 1
How to update Python Tkinter to 8.6
Post to Twitter using Python
How to use Python argparse
Python: How to use pydub
[Python] How to use checkio
How to run Notepad ++ Python
How to change Python version
How to develop in Python
[python] How to judge scalar
[Python] How to use input ()
How to use Python lambda
[Python] How to use virtualenv
python3: How to use bottle (3)
python3: How to use bottle
Post to Slack in Python
How to use Python bytes
How to install python using anaconda
How to write a Python class
[Python] How to FFT mp3 data
[Python] How to do PCA in Python
Python: How to use async with
[Python] How to derive nCk (ABC156-D)
[Python] How to use Pandas Series
How to collect images in Python
Post from python to facebook timeline
How to use Requests (Python Library)
How to use SQLite in Python
[Introduction to Python] How to parse JSON
[Lambda] [Python] Post to Twitter from Lambda!
How to get the Python version
How to get started with Python
[Python] How to import the library
Python (from first time to execution)
Post images from Python to Tumblr
[Python] How to use list 3 Added
How to use Mysql in python
How to use OpenPose's Python API
[Python] How to swap array values
How to wrap C in Python
How to use ChemSpider in Python
How to use FTP with Python
Python: How to use pydub (playback)
How to use PubChem in Python
How to speed up Python calculations
How to calculate date with python
How to access wikipedia from python
How to use python zip function
Easily post to twitter with Python 3
python beginners tried to find out
How to handle Japanese in Python
[Python] How to use Typetalk API