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

Uploaded Python 3

File details

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

File metadata

  • Download URL: scm20368114081_math-0.1.0.tar.gz
  • Upload date:
  • Size: 2.5 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.1.0.tar.gz
Algorithm Hash digest
SHA256 0515f1589b4dc0c95ab953f5cbef3a9146c987f9599c2808aeb528ae5e7dd6e3
MD5 447379f6528f5dce3c3c87b5a821905c
BLAKE2b-256 574ef56aa20c3fea19fab5ae8119f0455be890be9fe5883b42e91d1189f78cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for scm20368114081_math-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f965ca3da6d5ecca290a820f62f19e4b9cdf90676be29431a6f549d3dff36a5
MD5 ec67cf0881036b9bb3c9dc70cdf31815
BLAKE2b-256 0ea964a0ee83c95bb096e232ff2ff2e533a5ccefd20116fed67bc708f956faaf

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