Skip to main content

A simple package for matrix operations

Project description

# jinyalan

A simple Python package for jinyalan including addition and multiplication.

## Installation

sh pip install jinyalan

## Usage

python from jinyalan import add_matrices, multiply_matrices

Define two matrices with different numbers

matrix1 = [[10, 20], [30, 40]] matrix2 = [[50, 60], [70, 80]]

Add matrices

result_add = add_matrices(matrix1, matrix2) print(result_add) # Output: [[60, 80], [100, 120]]

Multiply matrices

result_multiply = multiply_matrices(matrix1, matrix2) print(result_multiply) # Output: [[2300, 2800], [2600, 3200]]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

jinyalan-1.0.0-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file jinyalan-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: jinyalan-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.1

File hashes

Hashes for jinyalan-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 13ae4cd3524f557953d97d45849066e76baf09ca3f5aaa695a1757ab8fbedf3d
MD5 bd6d66e74c4c0b55579be4e53449bb83
BLAKE2b-256 4a1c215e7c7162f6b1a30238b8c9fb8ead807736c83781167e6d94718a5efcc0

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 Pingdom Monitoring Sentry Error logging StatusPage Status page