Skip to main content

A simple package for Fkillera

Project description

# Fkillera

A simple Python package for Fkillera including addition and multiplication.

## Installation

sh pip install Fkillera

## Usage

python from Fkillera import add_matrices, multiply_matrices

matrix1 = [[1, 2], [3, 4]] matrix2 = [[5, 6], [7, 8]]

Add matrices

result_add = add_matrices(matrix1, matrix2) print(result_add) # Output: [[6, 8], [10, 12]]

Multiply matrices

result_multiply = multiply_matrices(matrix1, matrix2) print(result_multiply) # Output: [[19, 22], [43, 50]]

Project details


Download files

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

Source Distribution

fkillera-1.0.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.

Fkillera-1.0.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file fkillera-1.0.0.tar.gz.

File metadata

  • Download URL: fkillera-1.0.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.5

File hashes

Hashes for fkillera-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a85395045dbaea5348b4125e81f6012d54973efed6bcbefc440a2fb8f1e3ddc3
MD5 6b6c2d38cd35ea84193ed67afe50a57d
BLAKE2b-256 6522358e690bfc72e623cb946827b6f9b3ca708e4094354c91fca9671da1ee4d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for Fkillera-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 baf939e3bb5f0866dc95a5261ff895dbb02e2839e0327fe5932741da7f386734
MD5 be81c89e752e982a7689b9e338e1b312
BLAKE2b-256 46f00b9c04c7d6e0a983a03698293ed37b3f6d292488b0d659464885e3412ddb

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