How to make matrix operation which displays choice for multiply, add, subtract, exit?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smriti naik
    New Member
    • Jan 2011
    • 1

    How to make matrix operation which displays choice for multiply, add, subtract, exit?

    hey,i want a program on matrix operation using function in c++ which includes a menu displaying choice for add,subtract,mu ltiply and exit
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    have a look at opensource programs on matrix operations, e.g.


    if it is numerical computations you are interested in look at GNU Octave
    GNU Octave is a programming language for scientific computing.

    Comment

    Working...