Skip to content
View vavu786's full-sized avatar

Block or report vavu786

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Mythical-Creatures-Website Mythical-Creatures-Website Public

    Website proving the existence of mythical creatures

    HTML 1

  2. Research-with-Prof-Schlegel Research-with-Prof-Schlegel Public

    1

  3. Reduced_Row_Echelon_Calculator Reduced_Row_Echelon_Calculator Public

    Makes a matrix of dimension n x n+1 into reduced row echelon form with steps

    Python

  4. Message_Encryption_and_Decryption_Project Message_Encryption_and_Decryption_Project Public

    Encrypts and decrypts messages using matrix multiplication. To encrypt, the message is first converted to numbers and split into small 1 x n matrices. Then, each one is multiplied by an encoding ma…

    Python

  5. Gram-Schmidt-Orthonormalization Gram-Schmidt-Orthonormalization Public

    Makes any set of basis vectors in the real numbers into an orthonormal basis

    Python

  6. Least_Squares_Problem Least_Squares_Problem Public

    Python