Skip to main content

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

scm20368114081_math-0.3.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scm20368114081_math-0.3.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

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

Hashes for scm20368114081_math-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ddbb59aa4b64d56d91505d24706a9460d692e1902fc50d5c877b9cf58bd7af94
MD5 b5732eb148f467a71baff56d8da9c0dd
BLAKE2b-256 7c47addad4929d3bbb315e7156030b76b2455ff8e7c34caa035b4ab2401cf192

See more details on using hashes here.

File details

Details for the file scm20368114081_math-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for scm20368114081_math-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ca57946fa3374db6a90cd6f777ef7d559944338047f435cf956fdae871256601
MD5 fa576c3e997daa27833de100405aa471
BLAKE2b-256 605f835659db446fb2e9f44cfbbf04fc3bb45e4d7eb380c7a42112f2c7e6ea9d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page