I've google a bit about this topic but I've found no result.
I'm trying to write some notes for my University course. The topic is "numerical interpolation methods". More precisely I have to build a table of "finite differences" (here a description, about at mid page you can see a table of values which are "triangular", that's what I have to do) which is pretty easy to do with the \multirow{n}*{text} command.
What I need though is to add a line that "links", say, the first cell in the first column with the second cell in the second column. How would I do that?
Here's an example, you can see lines going from one cell to another.





\multiline? Can you provide a minimal example? – Marco Daniel Oct 23 '11 at 11:27\multirow, provided by the packagemultirow. I'll make a drawing to explain better. I cannot provide a MWE because I don't know how to do it, that's what I'm asking help for. :P – mmassaro Oct 23 '11 at 11:50\searrowand\nearrow. – yannisl Oct 23 '11 at 14:56