# easycalculate **Repository Path**: JXX_CODE/easycalculate ## Basic Information - **Project Name**: easycalculate - **Description**: A package for calculate Math problem contain easy calculation and easy linear algebra problem. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-25 - **Last Updated**: 2024-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easycalculate A package for calculate Math problem contain easy calculation and easy linear algebra problem, in the future author will add functions to solve easy geometry problems. - Written by JinXinxi - Written with Python - Latest Version: 2024-1-26 0.1.5 Brief overview: - Sum(): Sum function - Subtract(): Subtract function - Multiply(): quadrature function - Divide(): a quotient function that gives a judgment on whether to divide by integers, 0: not divide by integers; 1: Dividing by whole - Sqare(): Find the root of the power, the y-th power of x - Square_ Root(): Open root function - Invert(): Find the inverse ordinal number - Determinant(): Find the value of the number of rows and columns - Cofactor(): finding algebraic cofactors ## E-Mail You can click on my username on the right to send me emails. ## Adding - matrix_show(): Format the output matrix by obtaining the input list, number of rows or columns, and by row or column. - cube_volume(): -> function's explanation - circle_square(): -> function's explanation - spherical_volume(): -> function's explanation - cuboid_volume(): -> function's explanation ## Setting Up ```shell pip install easycalculate ``` ## Usage ```shell import easycalculate # or from easycalculate import * ``` ## Others If you have any questions you can send me issues.