AlgoBook icon indicating copy to clipboard operation
AlgoBook copied to clipboard

Added a QR decomposition algorithm to math section in Python.

Open JaniniRami opened this issue 4 years ago • 2 comments

Issue Number: #197

Title

I have added an qr composition algorithm script in python that was assigned to me.

JaniniRami avatar Oct 18 '20 20:10 JaniniRami

I compiled it without any errors, I think you are getting the Syntax Error because of your input, it should consist of two numbers separated by a comma without spaces as shown in the program like this :

λ python3 app.py
Write the size of the matrix separated by a comma (eg: 3,3): 3,3

If that is not the problem, please reply with the Syntax Error you are getting, so I would be able to see the reason for this error.

JaniniRami avatar Oct 20 '20 10:10 JaniniRami

I compiled it without any errors, I think you are getting the Syntax Error because of your input, it should consist of two numbers separated by a comma without spaces as shown in the program like this :

λ python3 app.py
Write the size of the matrix separated by a comma (eg: 3,3): 3,3

If that is not the problem, please reply with the Syntax Error you are getting, so I would be able to see the reason for this error.

Hey @JaniniRami07, this is the error I am getting: tt

geekquad avatar Oct 23 '20 13:10 geekquad