markdown# scm20368114081_math
แพ็กเกจรวมเครื่องมือคำนวณทางคณิตศาสตร์ แคลคูลัส (Calculus) และพีชคณิตเชิงเส้น (Linear Algebra)
การติดตั้ง (Installation)
pip install scm20368114081_math
วิธีการใช้งาน (Usage)
import scm20368114081_math as pkg
# 1. หมวดแคลคูลัส (Calculus)
print("Derivative =", pkg.derivative_power(3, 2, 5))
print("Integral =", pkg.integral_power(2, 3, 0, 2))
print("exp(1) =", pkg.exp_value(1))
print("ln(10) =", pkg.ln_value(10))
print("sin(pi/2) =", pkg.sin_value(3.1415926535 / 2))
# 2. หมวดพีชคณิตเชิงเส้น (Linear Algebra Module)
```python
A = [[4, 7], [2, 6]]
B = [[1, 2], [3, 4]]
print("Add =", pkg.add_matrix(A, B))
print("Subtract =", pkg.subtract_matrix(A, B))
print("Multiply (Dot) =", pkg.multiply_matrix(A, B))
print("Determinant =", pkg.determinant(A))
print("Inverse =", pkg.inverse_matrix(A))
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scm20368114081_math-0.3.0.tar.gz.
File metadata
- Download URL: scm20368114081_math-0.3.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddbb59aa4b64d56d91505d24706a9460d692e1902fc50d5c877b9cf58bd7af94
|
|
| MD5 |
b5732eb148f467a71baff56d8da9c0dd
|
|
| BLAKE2b-256 |
7c47addad4929d3bbb315e7156030b76b2455ff8e7c34caa035b4ab2401cf192
|
File details
Details for the file scm20368114081_math-0.3.0-py3-none-any.whl.
File metadata
- Download URL: scm20368114081_math-0.3.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca57946fa3374db6a90cd6f777ef7d559944338047f435cf956fdae871256601
|
|
| MD5 |
fa576c3e997daa27833de100405aa471
|
|
| BLAKE2b-256 |
605f835659db446fb2e9f44cfbbf04fc3bb45e4d7eb380c7a42112f2c7e6ea9d
|