Skip to main navigation menu Skip to main content Skip to site footer

WORKING WITH MATRICES IN THE C++ PROGRAMMING LANGUAGE ENVIRONMENT

Abstract

The C++ programming language uses two-dimensional or multi-dimensional arrays to work with matrices. Matrix elements can be entered manually or by the user, displayed on the screen, and operations such as addition, multiplication, and transposition can be performed. Matrices are mainly used in scientific calculations, graphics, and image analysis. This thesis discusses the advantages of using matrices.

Keywords

addition, multiplication, transposition, symmetric, column, row .

DOWNLOAD PDF

References

  1. "C++ Primer" (Stanley B. Lippman, Josée Lajoie, Barbara E. Moo)
  2. "Programming: Principles and Practice Using C++" (Bjarne Stroustrup)
  3. "Data Structures and Algorithm Analysis in C++" (Mark Allen Weiss)
  4. "Introduction to Algorithms" (Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein)

Downloads

Download data is not yet available.