Interval package: Difference between revisions

12 bytes removed ,  6 November 2014
m
Updated accuracy of matrix operations
m (Updated accuracy of matrix operations)
Line 249: Line 249:
  B = 3×3 interval matrix
  B = 3×3 interval matrix
   
   
     [0]    [.25]     [-Inf, 0]
     [0]    [.25]   [Entire]
     [.5]  [-.125]  [-Inf, -.75]
     [.5]  [-.125]  [Entire]
     [0]      [0]       [1, Inf]
     [0]      [0]   [Entire]
   
   
  octave:3> A * B
  octave:3> A * B
Line 258: Line 258:
     [1]  [0]  [Entire]
     [1]  [0]  [Entire]
     [0]  [1]  [Entire]
     [0]  [1]  [Entire]
     [0]  [0]  [0, Inf]
     [0]  [0]  [Entire]
   
   


240

edits