def reduced_row_echelon_form(A, B):
# mentor edit: code removed
it returns this
is my code correct
Please do not post your code on the forum. That’s not allowed by the Code of Conduct. If a mentor needs to see your code, we will contact you with instructions via a personal message.
I cannot debug your code for you, but I will give three initial hints:
Thanks, and sorry.
If you are stuck on this assignment, I’ll review your code further.
Note that this assignment is extremely tricky and confusing, and DLAI is going to re-write it to address this issue.
Gaussian elimination is not really a critical skill in machine learning. But it’s a popular topic with math instructors.
Hi.
Is this the right way to loop over the array above the current array
for j in range(i):
Is the formula messing
and is this correct
the assignment before it I have only on test left exercise 2
That’s great news!
I’ll delete your code from this thread, since posting it isn’t allowed.
Please do not post your code on the forum. That’s not allowed by the Code of Conduct.
If a mentor needs to see your code, we will contact you with instructions.
Sorry sir!! I apologise I thought I could help?
can you pls review my code
Apologies, I was referring to Afzal_Khan_SK’s message, not yours.