Skip to main content

A Simplified Science Formula Library, to solve science problems with few more easy steps.

Project description

Sciformlib

Sciformlib(Science Formula Library) is a library created to make science formulations and calculations easier. This library comprises many scientific formulations already written which is easy to use and deploy.

Installation

pip install sciformlib

How to use it?

from sciformlib import * Using this command you can import all the script files in the module

Script Usage

sum_of_pos_int_pow(base_value,start_point,end_point)

It is used to find the sum of same base integers with increasing power eg: if base value = 2 , start_point = 3 , end_point = 7 it evaluates as 2³+2⁴+2⁵+2⁶+2⁷ (Geometric Progression)

Mechanics - Instantaneous Velocity

mechanics_instant_velocity(pos,time)

pos = distance , and time = time

Mechanics - Average Velocity

mechanics_average_velocity(initial_pos,final_pos,initial_time,final_time)

Displacement - Formula 1

mechanics_displacement_f1(initial_velocity,acceleration,time

Displacement - Formula 2

mechanics_displacement_f2(initial_velocity,final_velocity,time)

Final Velocity - Formula 1

mechanics_velocity_f_f1(initial_velocity,acceleration,time)

Final Velocity - Formula 2

mechanics_velocity_f_f2(initial_velocity,acceleration,position)

This function gives value of "v not v²"

Acceleration

mechanics_acce_f1(initial_velocity,final_velocity,time)

Instantaneous Acceleration

mechanics_instant_acce(velocity,time)

Average Acceleration

mechanics_average_acce(final_velocity,initial_velocity,final_time,initial_time)

License

MIT LISCENSE

© 2021 Iamrealbhuvi .

This repository is licensed under the MIT license. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sciformlib-1.0.0.dev2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

sciformlib-1.0.0.dev2-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page