Thanks for these suggestions. How would I go about using Latex to graph? Would I have to code or is there a program that has Latex integrated within it that I can use with greater ease?LaTeX can be a bit of a pain for graphing and graphics, but definitely many maths textbooks are typeset using it.
In uni, depending on the course you take, you might get exposure to some mathematical software package with graphing ability. For example, Matlab or its open source equivalent Octave, Wolfram Mathematica, R or Python+Numpy+Matplotlib.
LaTeX is really just for typesetting, you'd use TikZ or something like pgfplots to make a graph, but it would be pretty awful to actually experiment with unless you already knew exactly what you needed to graph. While you can download it, it can be annoying to setup, so check out Overleaf if you want to get started with LaTeX.Thanks for these suggestions. How would I go about using Latex to graph? Would I have to code or is there a program that has Latex integrated within it that I can use with greater ease?
Thanks for your help. I was able to follow a few tutorials and make this!LaTeX is really just for typesetting, you'd use TikZ or something like pgfplots to make a graph, but it would be pretty awful to actually experiment with unless you already knew exactly what you needed to graph. While you can download it, it can be annoying to setup, so check out Overleaf if you want to get started with LaTeX.
Using Matlab/Octave or Mathematica would have a better user experience, maybe check out whatever you can get access to for free as a student and you might need to use in the first year of uni.
If you've already got coding experience or want to get more into something like CS or data analytics, Python+Numpy+Matplotlib are pretty good too - maybe with a Jupyter notebook.
Dan's suggestion of Geogebra is good too, and is probably more accessible than anything i've mentioned. Both in terms of ease to get/install and also to use, as it's more designed for teaching and use in schools.
Nice! Looks like LaTeX, did you use Overleaf?Thanks for your help. I was able to follow a few tutorials and make this!
They don't use the classic Latex Computer Modern font, they use Times New Roman (and its latex math version StiX)Ahh I've been searching for the font NESA uses for ages.
Thanks for your help