Jump to content



Photo
- - - - -

Stack Matrixes In Classpad


  • Please log in to reply
4 replies to this topic

#1 cvmdiseno

cvmdiseno

    Newbie

  • Members
  • Pip
  • 4 posts

  • Calculators:
    ClassPad 300

Posted 07 March 2006 - 07:23 AM

Hi everybody:

Some tiem ago I tried to assemble a matrix, but I only encounter the augment command, How can I to stack matrixes?

I appreciate some help.

Regards
Carlos Villase?or

*************************************************************************

Thanks for your answer!

Well, when I say stacking matrixes I mean that should exist a function thst "stacks" as supporting "augment" function, with the augment function we put a matrix A2 [m x n] aside A1 [m x n], a stack funtion should puts the matrix A2 [m x n] below A1 [m x n]. Executing a line like [[1,2],[3,4]] => A, only stacks vectors not matrixes or not?

?Does exists some function that make that in the Classpad? I hope so...


Thanks in advance.

Regards
Carlos Villase?or M.

#2 MicroPro

MicroPro

    Casio Overlord

  • Deputy
  • PipPipPipPipPipPipPip
  • 640 posts
  • Gender:Male
  • Location:Iran

  • Calculators:
    Casio ClassPad 300

Posted 07 March 2006 - 01:56 PM

Please describe clearer. By "stacking" and "assembling" matrices, you mean saving them? You can define a matrix and save it to the variable 'x' this way:

[[1 2][3 4]] => x
(Instead of "=>" put the ClassPad's arrow found in the first row of mth keypad.)

#3 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 07 March 2006 - 02:48 PM

you can also use fill(value, lines, cols), it returns a lines * cols matrix filled with value

#4 cvmdiseno

cvmdiseno

    Newbie

  • Members
  • Pip
  • 4 posts

  • Calculators:
    ClassPad 300

Posted 08 March 2006 - 05:06 AM

Thanks for your answer!

Well, when I say stacking matrixes I mean that should exist a function thst "stacks" as supporting "augment" function, with the augment function we put a matrix A2 [m x n] aside A1 [m x n], a stack funtion should puts the matrix A2 [m x n] below A1 [m x n]. Executing a line like [[1,2],[3,4]] => A, only stacks vectors not matrixes or not?

?Does exists some function that make that in the Classpad? I hope so...


Thanks in advance.

Regards
Carlos Villase?or M.

#5 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 08 March 2006 - 09:28 PM

I don't think there is such function, but you can put A2' aside A1' (' = transpose) and the transpose the result.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users