Hi folks, I am relatively new to programming in Sage, and I am trying
to find a method in of creating a 5 x 6 array, with probabilities as
the the entrices to this array .

Here's the tricky part, then I have to create a coding program which
uses the probabilties in that array  for example

 For i=1 to 5;
       For j=1 to i-1;
          total_prob= (some type of simple formula which refers back
to entrices in the array)
       end;
end;



Is it possible to do this in Sage?


-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to