Changes

Jump to navigation Jump to search
300 bytes added ,  21:52, 30 March 2016
no edit summary
Line 30: Line 30:  
 
 
 
-Matrix Operators
+
=Matrix Operators=
 
|a|;
 
|a|;
   Line 38: Line 38:     
b=34
 
b=34
 +
 +
=Object Initialization=
    
a=[3,4,2..20]
 
a=[3,4,2..20]
Line 43: Line 45:  
a={"car":a}
 
a={"car":a}
    +
=Creating Multi-Dimensional Matrices of Required Sizes=
 
a=|4x3x3|
 
a=|4x3x3|
   −
+
=Matrix Operators=
 +
 
 
a=|3||*||4|
 
a=|3||*||4|
   Line 67: Line 71:     
1..100@"x^2"
 
1..100@"x^2"
 +
 +
 +
=Combanatorial Arguments and Implicit Looping=
    
CHIDIST(1..100,2..3) .graph(1,0)
 
CHIDIST(1..100,2..3) .graph(1,0)
 +
    
[Other]
 
[Other]
Line 126: Line 134:     
a=[1  (a+b); 2;[3,4]; 3]
 
a=[1  (a+b); 2;[3,4]; 3]
 +
 +
=Javascript Code & Z3=
    
function z()
 
function z()
Line 154: Line 164:     
[["cats1","dogs1"],"birds"]>>>>[[2,[COS]],[SIN]]
 
[["cats1","dogs1"],"birds"]>>>>[[2,[COS]],[SIN]]
 +
 +
=Series Comprehension=
    
[#a-z,#A-Z,1..10,4..500]
 
[#a-z,#A-Z,1..10,4..500]
Line 176: Line 188:     
a = a < 34 ? 3
 
a = a < 34 ? 3
 +
 +
=Range Referencing=
    
#TABLE3!A3:E6  
 
#TABLE3!A3:E6  
Line 206: Line 220:     
E=m*c^2;
 
E=m*c^2;
 +
 +
=Simple, Beautiful Notations=
    
a=5!;
 
a=5!;
 +
 +
b=5%;
    
a=(a+x)!;
 
a=(a+x)!;
Line 265: Line 283:     
FACTTRIPLE:=PRODUCT(n..1..-3)   
 
FACTTRIPLE:=PRODUCT(n..1..-3)   
 +
 +
=Conditional Matrix Projection=
    
1..10|x<4|
 
1..10|x<4|
2,824

edits

Navigation menu