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)
# สมมติเมทริกซ์ตัวอย่าง ขนาด 2x2
A = [[4, 7], [2, 6]]
B = [[1, 2], [3, 4]]

print("Add Matrix =", pkg.add_matrix(A, B))
print("Subtract Matrix =", pkg.subtract_matrix(A, B))
print("Multiply Matrix =", pkg.multiply_matrix(A, B))
print("Determinant =", pkg.determinant(A))
print("Inverse Matrix =", pkg.inverse_matrix(A))

👥 ผู้พัฒนา (Author)

  • ชื่อผู้พัฒนา: ชื่อ-นามสกุลจริงของคุณ
  • รหัสนักศึกษา: SCM20368114081

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.2.0.tar.gz (2.7 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.2.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file scm20368114081_math-0.2.0.tar.gz.

File metadata

  • Download URL: scm20368114081_math-0.2.0.tar.gz
  • Upload date:
  • Size: 2.7 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.2.0.tar.gz
Algorithm Hash digest
SHA256 e03b2ef271dbb6b162833dd1eff05b4e80f425636c3267b5e9850ebd1af40c80
MD5 d4822cdbb3fee8a378ff00aca706e3ba
BLAKE2b-256 338b3cb11b2ed8f7817f8f12741084cd56551787941b74d32ddc76e9ebc168dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for scm20368114081_math-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c4bbbda2f208469f09ffdae6f0306b867118bcb1424b0f53dc82ba02ff00ca5a
MD5 810d0ca7b4b979c98e7319984789d9dd
BLAKE2b-256 3ecba624d9c3e41898d886beca5bd86fb2eb1420caa80bb2c2c4c9c659a8a150

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