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

0 Members 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: January 15, 2025, 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.

Offline Garfieldooley

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
    • View Profile
    • Geometry Dash
Re: TI Nspire CX program with solve
« Reply #2 on: February 11, 2025, 09:08:33 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?
One possible solution is to make sure that your system of equations is defined correctly and that you are using the correct syntax for the solver. If you are using a programming language or calculator with a solver function, make sure that the equations are entered correctly (e.g. as a matrix or as a set of equalities) and that any necessary variables are defined.