Melody

avatar
Nombre de usuarioMelody
Puntuación118609
Membership
Stats
Preguntas 900
Respuestas 33641

-5
820
3
avatar+118609 
Melody  11 feb 2022
 #6
avatar+118609 
+2

Hi ProfesorNobody,             (I hope you realize that professor has 2 esses.    wink)

 

If you right click on the latex box you will bring up this 

 

 

Now, clik on       Tex Commands

and then you will be able to see the code.  

Highlight the code and press   [ctrl]  C to copy it.

Then you can paste with [cnrl]  V it where ever you want and then you can start makeing sense of it.

 

I will do some of that for you.

 

I have copied and pasted the code here.

 

\begin{array}{|rcrcrcrc|} \hline & &f(x+5,y+5) & & f(x-4,y) & & f(x,y-4) \\ \hline f(1,1) &\rightarrow & f(6,6) &\rightarrow & f(2,6) & \rightarrow & f(2,2) \\ &\rightarrow & f(7,7) &\rightarrow & f(3,7) & \rightarrow & f(3,3) & \\ &\rightarrow & f(8,8) &\rightarrow & f(4,8) & \rightarrow & f(4,4) & \\ &\rightarrow & f(9,9) &\rightarrow & f(5,9) \\ & & &\rightarrow & f(1,9) & \rightarrow & f(1,5) & \\ & & & & & \rightarrow & f(1,1) \\ \hline \end{array}

 

Now I can reoganise it so it makes more sense.

\begin{array}{|rcrcrcrc|} \hline & &f(x+5,y+5) & & f(x-4,y) & & f(x,y-4) \\

\hline f(1,1) &\rightarrow & f(6,6) &\rightarrow & f(2,6) & \rightarrow & f(2,2) \\

&\rightarrow & f(7,7) &\rightarrow & f(3,7) & \rightarrow & f(3,3) & \\

&\rightarrow & f(8,8) &\rightarrow & f(4,8) & \rightarrow & f(4,4) & \\ &\rightarrow & f(9,9) &\rightarrow & f(5,9) \\

& & &\rightarrow & f(1,9) & \rightarrow & f(1,5) & \\

& & & & & \rightarrow & f(1,1) \\

\hline \end{array}

 

the bars at the ends of this |rcrcrcrc| will give the vertical lines  and    \hline    gives the horizontal lines.

 

It is quite complicated. Heueka is excellent with Latex!

19 jun 2019