Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/almostinf/computational_mathematics

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/almostinf/computational_mathematics

  • v0.0.0-20230601180828-e2038b263cf6
  • Source
  • Go
  • Socket score

Version published
Created
Source

computational_mathematics

Task 1

  • direct problem of error theory
  • Complete inverse problem of error theory

This is my variant: z(x) =√sin(x+ 0.74) sh(0.8x2+ 0.1), x= 0.1(0.01)0.2;

Task 2

  • Implementation of LU decomposition of a matrix with selection of the leading element by column, also the check LU = PAQ is implemented Using the LU decomposition, we find:
    • matrix determinant
    • solution to SLAE Ax = b is found
    • inverse matrix
    • conditionality number
  • modified algorithm for finding the rank of degenerate matrices
  • QR decomposition
  • Jacobi and Seidel methods for solving SLAEs. A priori and posterior estimates are implemented

Task 3

Implementation of Newton method and modified Newton method of scalar nonlinear algebraic equation and system of nonlinear algebraic equations

Task 4

  • Newton-Cotes method implementation
  • implementation of Gauss method
  • error estimated by Richardson method
  • the speed of convergence is estimated by the Aitken rule

This is my variant: f(x) = 3 cos(1.5x) exp(x/4) + 4 sin(3.5x) exp(-3x) + 4x, a= 2.5, b= 3.3, α=2/3, β= 0

FAQs

Package last updated on 01 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc