Coder Social home page Coder Social logo

computer-calculation-programming's Introduction

Computer calculation programming

Status GitHub Pull Requests License


The project was made mainly for the purpose of completing the course at the WSB Academy. The subject is called "Computer computing programming".

๐Ÿ“ Table of Contents

๐Ÿง About

Basic computer calculations are implemented in the project. Everything is written in Python version 3.7+. Parameters are changed directly in the program code. I also put in the raw code here, without any binaries, so unfortunately you have to get Python on your computer and the numpy library which I used mainly for the project.

๐Ÿ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

UNIX system especially

sudo apt-get install python3
sudo apt-get install python3-pip
python3-pip install numpy

Installing

A step by step series of examples that tell you how to get a development env running.

Input

$ python3 01.py

Example Output

7.0

Input

$ python3 02.py

Example Output

4.000000000000001
41.302691944111686
The matrix is well coditioned.

Input

$ python3 03.py

Example output

A = 
[[50.43 50.43 50.43]
 [53.71 53.71 53.71]
 [40.18 40.18 40.18]]
|A| = 
0.0

Input

$ python3 04.py

Example output

A = 
[[2 Fraction(-1, 1) Fraction(-1, 1)]
 [Fraction(2, 1) Fraction(1, 1) Fraction(-1, 1)]
 [Fraction(7, 2) Fraction(5, 4)
  Fraction(-7505999378950827, 18014398509481984)]]
Arrangement
[ 1.18268803 -0.76769025  0.94014241]

๐ŸŽˆ Usage

If you are interested in any of the functions, just change the parameters to those that you would like to check in the program.

๐Ÿš€ Deployment

There is nothing complicated here, just download the repository from GitHub and launch the files that really interest you.

โ›๏ธ Built Using

โœ๏ธ Authors

  • @53jk1 - Idea & Initial work
  • Jakub Balon - Code & Calculations

๐ŸŽ‰ Acknowledgements

  • To our friends.

computer-calculation-programming's People

Contributors

53jk1 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.