Hi folks, I am relatively new to programming in Sagemath, and I am
trying
to find a method in of creating a n x n array, with probabilities as
the entries of this array .

Here's the tricky part, then I have to create a coding program which
uses the values in this array.

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

Is it possible to do this in Sage?

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to