Graph that shows how symbols are used in an expression
Question about DynamicModule
General solution of inscribed square problem
Graph that shows how symbols are used in an expression I would like to make a graph to show how symbols build up an expression. For example, the matrix multiplication $$ \left( \begin{array}{ccc} a & b & c \\ d & e & f \\ \end{array} ...
- asked by ConvexMartian 4votes Question about DynamicModule http://mathematica.stackexchange.com/questions/134063/question-about-dynamicmodule
I have a such custom function: MyCopy := DynamicModule[{from, to}, Print@Grid[{{FileNameSetter[Dynamic[from], "Directory"], Dynamic[from]}, {FileNameSetter[Dynamic[to], "Directory"], ...
- asked by yode 3votes General solution of inscribed square problem http://mathematica.stackexchange.com/questions/134237/general-solution-of-inscribed-square-problem
There is my earlier question about Inscribed square problem Now I tried to find the general solution for any curve $f(x,y)=0$. For instance : $\qquad \left(x^2+y^2-1\right)^3-x^2 y^3=0$ ...
- asked by vito 5votes —