Help with python. (Beginner level) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help with python. (Beginner level)

How can I solve my 2 equations and return an expression of 'y' per x-value. Instead of one expression for 'y' and one for 'x'. If you run my code you will see. I want my program to rearrange my expression for x and insert it for my 't' in my y-expression. As a result, I want to output a function of y where x is the variable. https://code.sololearn.com/c8azc062cVLE/?ref=app

28th Sep 2022, 7:10 PM
mariusep
2 Answers
+ 1
If you are a beginner, why are you already using several libraries? Also, next time, it would be better to post your code as a Code Bit rather than plain text in the body of the question.
28th Sep 2022, 8:11 PM
Justice
Justice - avatar
0
I fixed it now. Didn't know it was possible to post your code like that. And also, I'm very new to python, just saw a tutorial how to use those libraries.
28th Sep 2022, 8:31 PM
mariusep