https://github.com/CodeWithTejpratab/MatrixCalculator
This an IOS app Developed using a matrix calculator using swift and c++
https://github.com/CodeWithTejpratab/MatrixCalculator
cpp objective-c swift swiftui
Last synced: 7 months ago
JSON representation
This an IOS app Developed using a matrix calculator using swift and c++
- Host: GitHub
- URL: https://github.com/CodeWithTejpratab/MatrixCalculator
- Owner: CodeWithTejpratab
- Created: 2023-11-20T23:31:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T03:05:48.000Z (over 2 years ago)
- Last Synced: 2025-01-20T21:51:26.582Z (about 1 year ago)
- Topics: cpp, objective-c, swift, swiftui
- Language: Swift
- Homepage:
- Size: 28.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Matrix Calculator: Gauss & Gauss-Jordan Methods
### Overview
This repository hosts the code for a sophisticated matrix calculator implemented in Swift, leveraging a C++ backend. It is designed to perform matrix calculations using the renowned Gauss and Gauss-Jordan elimination methods. This unique blend of Swift and C++ showcases an advanced approach to numerical computing on iOS platforms.
### Features
- **Matrix Operations**: Perform calculations on matrices using the Gauss and Gauss-Jordan elimination methods, widely used for solving linear equations.
- **Swift and C++ Integration**: A seamless integration of Swift's modern features with the robust computational abilities of C++.
### Implementation
- **Swift UI**: The user interface is built using SwiftUI, providing an intuitive and interactive experience for inputting matrices and displaying results.
- **C++ Backend**: The core computational logic, especially the implementation of Gauss and Gauss-Jordan methods, is handled by efficient C++ code.
- **Bridging Swift and C++**: A bridge between Swift and C++ is established, demonstrating an effective method of combining these two powerful languages.
### Usage
- Users can input matrices directly into the iOS app.
- Choose between Gauss and Gauss-Jordan methods for the calculation.
- View the results directly within the app.
### Building and Running
- Instructions on how to build and run the app are provided, including setting up the environment for Swift and C++ integration.
### Authors
- Brandon Yip
- Emil Levin
- Rahul Ramjeawon
- Stefan Magardino