Difference between revisions of "Manuals/calci/MATRIXWITH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 23: Line 23:
  
 
==Examples==
 
==Examples==
 +
1. MATRIXWITH(3,"POSITIVE",119)
 +
{| class="wikitable"
 +
|-
 +
| 91.92203927339416 || 113.70685216876332 || 98.46838945896954
 +
|-
 +
| 27.573411175160505 || 110.55159130996103 || 2.8722976353782315
 +
|-
 +
| 39.21735835362318 || 102.06216316379523 || 50.69435258518497
 +
|}
 +
2. MATRIXWITH(6,"NEGATIVE:INTEGER",-876)
 +
{| class="wikitable"
 +
|-
 +
| -747 || -712 || -582 || -134 || -65 || -136
 +
|-
 +
| -612 || -721 || -99 || -403 || -104 || -418
 +
|-
 +
| -525 || -381 || -453 || -259 || -132 || -410
 +
|-
 +
| -419 || -772 || -76 || -697 || -366 || -707
 +
|-
 +
| -398 || -264 || -851 || -815 || -241 || -291
 +
|-
 +
| -22 || -548 || -630 || -570 || -661 || -280
 +
|}
 +
3. MATRIXWITH(2,"INTEGER",76,[[2.98,265.54],[654.23,876.005]])
 +
{| class="wikitable"
 +
|-
 +
| 2 || 265
 +
|-
 +
|654 || 876
 +
|}
 +
  
 
==See Also==
 
==See Also==

Revision as of 15:35, 6 July 2017

MATRIXWITH (Size,Properties,Seed,GivenMatrix)


  • is the order of the matrix.
  • is any type of the matrix.
  • maximum limit of the matrix entries.
  • is any matrix.

Description

  • This function shows the different types of matrix with given properties and order.
  • In , is the order of the matrix.
  • is the type of the matrix.
  • is the maximum limit of the matrix numbers.
  • is any matrix without satisfies the given properties.
  • Here this function will display more types of matrix with in the given seed value.
  • Suppose we want to get a positive matrix with the limit number 7 and the given matrix are having negative numbers.
  • Then the negative numbers also convert in to positive numbers.
  • Types of the matrix are given below:
1.Positive (Decimals)
2.Negative (Decimals) 
3.Positive:Integer 
4.Negative:Integer 
5.Zero 
6.Integer

Examples

1. MATRIXWITH(3,"POSITIVE",119)

91.92203927339416 113.70685216876332 98.46838945896954
27.573411175160505 110.55159130996103 2.8722976353782315
39.21735835362318 102.06216316379523 50.69435258518497

2. MATRIXWITH(6,"NEGATIVE:INTEGER",-876)

-747 -712 -582 -134 -65 -136
-612 -721 -99 -403 -104 -418
-525 -381 -453 -259 -132 -410
-419 -772 -76 -697 -366 -707
-398 -264 -851 -815 -241 -291
-22 -548 -630 -570 -661 -280

3. MATRIXWITH(2,"INTEGER",76,[[2.98,265.54],[654.23,876.005]])

2 265
654 876


See Also

References