معرفی شرکت ها


SBPPhysicsEqResistance-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A scientific package to find equivalent resistance in physics
ویژگی مقدار
سیستم عامل OS Independent
نام فایل SBPPhysicsEqResistance-0.0.3
نام SBPPhysicsEqResistance
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mohammad Ghiasvand Mohammadkhani
ایمیل نویسنده mohammadmohammadkhani82@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/SBPPhysicsEqResistance/
مجوز -
# SBPPhysicsEqResistance Package Hi, I'm Mohammad Ghiasvand Mohammadkhani, the author of this python scientific package . To use this scientific package,at first you need to install it by pip command, then you have to code the text in the quotation, "from SBPPhysicsEqResistance import SBPPhysicsEqResistance" ;Then if you want to see an output from that, you can code one of the texts in the quotations, "print(SBPPhysicsEqResistance.series())" or "print(SBPPhysicsEqResistance.parallel())" ;You can pass the parallel or series function as many arguments as you want and you can also use the functions inside the other ones ;If you pay attention to the examples below, you will understand everything completely . print(SBPPhysicsEqResistance.parallel(12, 6, 4, 2, 1)) => output = 0.5 print(SBPPhysicsEqResistance.series(4, 3, 2, 1)) => output = 10 print(SBPPhysicsEqResistance.parallel(6, 3, SBPPhysicsEqResistance.series(1, 1))) => output = 1 print(SBPPhysicsEqResistance.series(4, 5, SBPPhysicsEqResistance.parallel(2, 2))) => output = 10 But please note that you will encounter to an error if you enter non-positive values for your resistors because a resistor with a non-positive value does not exist . Thanks, Hope to be helpful for you .


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl SBPPhysicsEqResistance-0.0.3:

    pip install SBPPhysicsEqResistance-0.0.3.whl


نصب پکیج tar.gz SBPPhysicsEqResistance-0.0.3:

    pip install SBPPhysicsEqResistance-0.0.3.tar.gz