kmatrice tools

kmatrice

Linear Algebra

[en] [es] [de] [ja] [cn] [ru] [it] [pt]
kmatrice
Download
Manual
Contact

[k]

The manual is in constant upgrade, today only is aviable the html version but in the future will be aviable the pdf and txt version.

kmatrice MANUAL

  1. INTRODUCTION
  2. ENTER A MATRIX
  3. SUM OF MATRIX
  4. REST OF MATRIX
  5. MULTIPLY OF MATRIX
  6. DETERMINANT OF A MATRIX
  7. INVERSE MATRIX
  8. MULTIPLY A MATRIX BY A NUMBER
  9. TRANSPUESTA MATRIX
  10. THE TRAZA OF A MATRIX
  11. GENERATE A RANDOM MATRIX
  12. MATRIX IDENTITHY
  13. THE SHOW COMMAND
  14. THE EQUAL COMMAND
  15. THE HELP COMMAND
  16. THE QUIT COMMAND

INTRODUCTION

  • kmatrice is a software for help to learn and understand the Linear Algebra, is an educational program and is written in C you can run in all Operating Systems. In the future will be a code review and will be a port to pascal to fusion it with kalcula for offer a better software.

ENTER A MATRIX

  • Enter a matrix is easy, first the name and then the number of rows and columns.
  • The element will be entered by row.
  • Sintaxis:
    • kmatrice>>matrix name
    • kmatrice>>A
    • number of rows: m
    • number of cols: n
    • Enter the elements by row.
enter a matrix
Video
Math
Index

SUM OF MATRIX

  • Sintaxis:
    • kmatrice>>sum matrix name matrix name
    • kmatrice>>sum A B
    • Do you want assign the result to another matrix (y/n)?y
    • Write the matrix name: C
Sum of matrix
Video
Math
Index

REST OF MATRIX

  • Sintaxis:
    • kmatrice>>rest matrix name matrix name
    • kmatrice>>rest A B
    • Do you want assign the result to another matrix (y/n)?y
    • Write the matrix name: C
rest of matrix
Video
Math
Index

MULTIPLY OF MATRIX

  • Amxn * Bnxp = Cmxp.
  • Sintaxis:
    • kmatrice>>mult matrix name matrix name
    • kmatrice>>mult A B
    • Do you want assign the result to another matrix (y/n)?y
    • Write the matrix name: C
multiply of matrix
Video
Math
Index

INVERSE OF A MATRIX

  • The inverse matrix by Gauss-Jordan.
  • Sintaxis:
    • kmatrice>>inver matrix name
    • kmatrice>>inver A
    • Do you want assign the result to another matrix (y/n)?y
    • Write the matrix name: invA
inverse of a matrix
Video
Math
Index

DETERMINANT OF A MATRIX

  • The determinant of a matrix by Gauss-Jordan.
  • Sintaxis:
    • kmatrice>>deter matrix name
    • kmatrice>>deter A
determinant of a matrix
Video
Math
Index

MULTIPLY A MATRIX BY A NUMBER

  • Sintaxis:
    • kmatrice>>escal number matrix name
    • kmatrice>>escal 4.5 A
    • Do you want apply the transformation (y/n)?n
    • Do you want assign to another matrix (y/n)?y
    • Write the matrix name: B
multiply a matrix by a

number
Video
Math
Index

MATRIX TRANSPUESTA

  • Sintaxis:
    • kmatrice>>trans matrix name
    • kmatrice>>trans A
    • Do you want apply the transformation (y/n)?n
    • Do you want assign the result to another matrix (y/n)?y
    • Write the matrix name: B
Matrix transpuesta
Video
Math
Index

TRAZA OF A MATRIX

  • Sintaxis:
    • kmatrice>>traza matrix name
    • kmatrice>>traza A
traza of a matrix
Video
Math
Index

GENERATE A RANDOM MATRIX

  • With the rand function you can generate a matrix with random elements.
  • Sintaxis:
    • kmatrice>>rand
    • Do you want to generate a random matrix (y/n)?y
    • Write the matrix name: A
    • Enter the number of rows (integer): 4
    • Enter the number of cols (integer): 6
    • Enter the range number: 100
generate a random matrix
Video
Math
Index

GENERATE A IDENTITHY MATRIX

  • Sintaxis:
    • kmatrice>>ident matrix name n
    • kmatrice>>ident A 9
  • Generate a matrix with name A and dimension 9x9; [A]9x9
generate a identithy
Video
Math
Index

THE SHOW COMMAND

  • The command show print all matrices typed in a kmatrice session.
  • Sintaxis:
    • kmatrice>>show
Video
Math
Index

THE EQUAL COMMAND

  • The equal command copy a matrix to another matrix, both typed in a session.
  • Sintaxis:
    • kmatrice>>equal matrix name matrix name
    • kmatrice>>equal B A
  • Copia A to B, the matrix B will be equal to A.
Video
Math
Index

THE HELP COMMAND

  • The help command show information about the command of kmatrice.
  • Sintaxis:
    • kmatrice>>help
Video
Math
Index

THE QUIT COMMAND

  • The quit command end the application.
  • Sintaxis:
    • kmatrice>>quit
    • kmatrice>>q
Video
Math
Index


kmatrice Copyright © 2015 - 2016 Daniel Arroyo