Skip to content

Python code to solve the homogenous system Ax=0 and return the general solution in parametric vector form.

Notifications You must be signed in to change notification settings

riyasach189/Homogeneous-System-of-Equations-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Problem Statement

Write a program in Python to solve the homogenous system Ax=0 and write the general solution in parametric vector form. Your program should accept as input the size of the matrix, i.e. the number of rows and the number of columns of A, and also the entries of A. The input should ideally be read from a text file, but if you haven't learnt how to do this, you may hard-code your input, as long as you are able to explain to your TA how to change the input to your program. Your code should be based on algorithms learned in the course. No pre-existing routines from Python libraries should be used.

About

Python code to solve the homogenous system Ax=0 and return the general solution in parametric vector form.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages