Skip to content
View more-joao's full-sized avatar
🎯
🎯

Block or report more-joao

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
more-joao/README.md

Hello! I'm João Alberto

LinkedIn  Lattes 

I am an undergraduate Mathematics student at UFSM.
My research interests include graph theory, spectral graph theory and combinatorics, as well as computational mathematics.
Currently working on software for graph theory visualization and experimentation. GraphBuilder

I am an IT intern at JFRS.

Pinned Loading

  1. dodecaphonic-sequences dodecaphonic-sequences Public

    A somewhat constructive approach to finding dodecaphonic sequences of interest using pure Python.

    Python 1

  2. graph-differential graph-differential Public

    Simple Python GUI application to explore the differential of a given simple, undirected graph.

    Python 1

  3. linear-algebra linear-algebra Public

    A repository containing implementations of results in linear algebra, as well as solutions to relevant exercises.

    Python

  4. numerical-methods numerical-methods Public

    A repository containing implementations of numerical methods and solutions for relevant exercises.

    Jupyter Notebook

  5. (Example) Finding approximations of ... (Example) Finding approximations of k-th roots of a real number
    1
    # we want to find approximations of k-th root of a
    2
    # where k is a positive integer
    3
    
                  
    4
    def find_nested_intervals(a, k, n_intervals=2):
    5
        # make use of the fact that nested intervals property is valid