Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the implementation of Lanczos algorithm #12386

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2024

  1. Implemented Lanczos Algorithm

    Nanoemm committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f38f1a7 View commit details
    Browse the repository at this point in the history
  2. updating DIRECTORY.md

    Nanoemm committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ab24637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d470987 View commit details
    Browse the repository at this point in the history
  4. Modified file name to be lowercase and replaced - for _

    Changed argument name A to a
    Changed variable name V to v
    Added specifications for beta and alpha
    Changed np.random.randn
    Nanoemm committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    03a37eb View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/branche_de_pablo' into branche_d…

    …e_pablo
    
    # Conflicts:
    #	linear_algebra/lanczos_algorithm.py
    Nanoemm committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ec8ffd5 View commit details
    Browse the repository at this point in the history
  6. updating DIRECTORY.md

    Nanoemm committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    baf934f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d2afa4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7977b61 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Implemented Legendre polynomial computation algorithm

    Added an algorithm that calculates the coefficients of the Legendre polynomial of degree n using the recurrence relation.
    Nanoemm committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    15c9dbc View commit details
    Browse the repository at this point in the history
  2. updating DIRECTORY.md

    Nanoemm committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    06eec1e View commit details
    Browse the repository at this point in the history
  3. Undo the commit

    Nanoemm committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    1d1eda9 View commit details
    Browse the repository at this point in the history
  4. updating DIRECTORY.md

    Nanoemm committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    65d2719 View commit details
    Browse the repository at this point in the history