Post Reply 
when will be ready a program editor for the CAS MODE ?
01-27-2014, 07:06 PM (This post was last modified: 01-27-2014 07:53 PM by compsystems.)
Post: #11
RE: when will be ready a program editor for the CAS MODE ?
OK

CAS MODE

convolution2([1,2,3,4],[5,6,7,8], ' "y" ' ); [enter] returns [5,16,34,60,61,52,32]

HOME MODE

convolution2([1,2,3,4],[5,6,7,8], ' "y" ' ); [enter] returns [5,16,34,60,61,52,32]

BUT

TYPE( "y" ) ; [enter] returns 2

TYPE( ' "y" ' ) ; [enter] returns 2

"y" = '"y"' =( // aca surge un problema cuando se desea detectar el tipo de entrada

Quote:TYPE  Syntax: TYPE(object) 
Returns the type of the object: 
0: Real 
1: Integer 
2: String 
3: Complex 
4: Matrix 
5: Error 
6: List 
8: Function 
9: Unit 
14.?: cas object. the fractional part is the cas type
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: when will be ready a program editor for the CAS MODE ? - compsystems - 01-27-2014 07:06 PM



User(s) browsing this thread: 1 Guest(s)