Giter Club home page Giter Club logo

java_matrix_operations's Introduction

Java Matrix Operations

Table of Content

Matrix Operations

Develop a console application with Java and build a UML Activity Diagram for your app. Your application must perform Matrix Operations per the user's choice and the data entered.

To Do

Implementation Notes

  1. Your app will have only one source file (.java). This source file will contain a main method, and many public methods to reflect matrix operations. The menu must display the names of team members and include some kind of ASCII art.
  2. Your application should continue running unless the user wants to terminate.
  3. You must inform the user about the constraint on the size of the matrix for each operation before getting related values. (e.g. n x n matrix must be given for inverse operation while 5ā‰„nā‰„2)
  4. Assume that, the user will select between 2 and 5 (including 2 and 5) for the number of rows and columns without making any mistake.
  5. Assume that, the user will enter values as double for each cell.
  6. If the operation fails, inform the user of the related reason. (e.g. The entered matrix is non-invertible)
  7. For each operation, the screen will be cleared.
  8. No other packages will be used other than the ones we see in lectures, except console clearing.

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.