I am trying my to figure out the Julian way to create a table of values 
(matrix) from a function that returns multiple values. As this is really 
thinking about the problem as a function that generates the rows of the 
table it feels super awkward to do this in Julia currently. For example, 
lets say I have a function of the form:

function exact_solution(t)

Reply via email to