Posts by None • 15 points
2 posts
-
-5
votes3
answers71
viewsQ: Algebraic System - Python
Hello, I need to do an activity to solve lower triangular systems of n unknown and n independent terms. NOTE: none of the functions can have print inside them, and I can’t use the Matrix or numpy…
-
0
votes1
answer266
viewsQ: Table in Python
Good night, I need to make a Python function that receives a list of tuples with real dollar and real dollar dollar quotations return a string that, when printed, generates a table of quotations. I…