Giter VIP home page Giter VIP logo

matrix-operations's Introduction

Matrix-operations

C++ program to do Matrix operations The program use a defined string format to represent the matrix in the user input and output sections. the string representation of the Matrix is : [10 2.13 3;-5 0 4;16.5 1 8]

General Constraints: 1- User can input matrices of any size up to 100 x 100. 2- All values are of float data types. 3- Any error in user input, the program will output the word “ERROR” in uppercase letters and exits. List of Errors includes the following: a. Any missing or unexpected input in the entered string matrix. b. Invalid corresponding matrices size in +, -, * , / operators. c. Non square matrix in Inverse and Power operators. d. Non integer positive power in power operator.

Example (Add Operator) input [1 -2.5 3;4 5.25 6;7 8 9.12] + [3 4.2 10.2;12 -1 0;67 2 13] output [4 1.7 13.2;16 4.25 6;74 10 22.12]

matrix-operations's People

Contributors

abdelrhman-oun avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.