I am trying to use WoflramAlpha to plot several gemoetries at once. It works fine up to an extent but after I add three different geometries to draw it just says it doesn't understand and picks something random from within my query to try and render.
My query is:
circle through (54,5) and (30,-5) centre (42, 0); line through (54,5) and (30,-5); x=54
It last worked before I added x=54
. I tried separating each plot with semi-colons instead of commas but that didn't work either. I want to show a line through X=54 too, so I can create a triangle (I'm doing Mohr's Circles and using Wolfram to generate my graphs).