Last edit (2023-01-26):
This question (and answer) has been closed as off-topic, even though the What to ask here for this site says:
Software that mathematicians use (except Mathematica, which has its own Stack Exchange site). Source: https://math.stackexchange.com/help/on-topic
I'm leaving this question/answer here because I really think it is useful for people who has never used an integrated CAS and equation typesetting editor.
I started a math course yesterday and we have to use Nspire from Texas Instruments but my computer is too old to run the current Nspire version.
So far I have tried GNU Octave and GNU Maxima (wxMaxima). Octave does not do what I need and it seems that Maxima can not write math symbols. I need at least TeX support.
I found a list on wikipedia of CAS tools, but it is very time consuming to install and try out all of them.
What CAS tool, that runs on macOS 10.13, is most similar to Nspire?
The math requirements are very modest - here is a list of things I need supported:
- Equations
- Graphs (I can also use GeoGebra)
- Statistics
- Regressions
- Save as PDF
- Write math symbols
I'm currently looking into GNU TeXmacs for math symbols everything I need.
Answers from people with experience with Nspire is greatly appreciated!
For my first assignment, I got some examples of how my deliverables are suppose to look like in Nspire:
In Europe, except the UK, Switzerland and Liechtenstein, we use comma as decimal separator. The calculations does not need to support comma as decimal separator.


EDIT: @Henry explained to me how to write math symbols in wxMaxima, so I might not need another CAS program. But still, when the course advances I might find that it is too difficult to keep using wxMaxima, so Nspire alternatives are still appreciated.
So far I've manage to finish my first assignment with TeXmacs + GNU Maxima.
Screen shot showing math symbols in text and calculations.
GNU Maxima can be downloaded at https://sourceforge.net/projects/maxima/files/Maxima-MacOS/. I downloaded version 5.41.0 (the big green button) but it appears that the newest version, that is not made for MacPorts, is version 5.43.0.
After downloading, you need to remove the Apple quarantine attribute because Maxima-5.[version number].0-VTK-macOS.dmg is not signed. You do that with the following command:
Above command will remove the quarantine attribute for Maxima version 5.43 .dmg file. The same command appears to work for all .dmg files.
TeXmacs can be downloaded at https://www.texmacs.org/tmweb/download/macosx.en.html. I am using version 2.1.1.
All of the available functions and constants are described at https://maxima.sourceforge.io/docs/manual/maxima_singlepage.html. I have also found a cheat sheet which covers most calculator features, for GNU Maxima.
Let me know if you are interested in how I made the assignment, in the screen shot above.
This answer is marked as a community wiki, so everyone can contribute with Nspire alternatives that can produce roughly equal content.