Author Topic: TI Nspire CX program with solve  (Read 2000 times)

lolpro11 and 1 Guest are viewing this topic.

Offline mapm1998

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
TI Nspire CX program with solve
« on: December 01, 2022, 01:45:47 pm »
Hello to everyone.
I was trying to make a program with my calculator, and I need to solve a system of equations. However, I don't have any results if I only do the solve command. Does exist any solution to this problem?

Offline maleraccoo

  • LV0 Newcomer (Next: 5)
  • Posts: 2
  • Rating: +0/-0
    • View Profile
Re: TI Nspire CX program with solve
« Reply #1 on: Today at 01:59:57 am »
Hello to everyone.
I was trying to make a program with my calculator, and I need to solve a system of equations. However, I don't have any results if I only do the solve command. Does exist any solution to this problem?
Escape RoadYou can try out to show your skill
If the `solve` command isn't working as expected, you might need to check if you're properly defining the system (variables and equations) in the correct format. You could try using methods like substitution, Gaussian elimination, or matrix-based approaches (like using an inverse matrix if applicable). If you're using a specific programming language or library, make sure you're leveraging the correct functions for systems of equations—some libraries might require additional setup or specific syntax to handle these cases.