Skip to content
View viadean's full-sized avatar

Block or report viadean

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Bézout's Lemma | Patterns of Thought... Bézout's Lemma | Patterns of Thought plus AI Reasoning
    1
    import math
    2
    
                  
    3
    def extended_gcd(a, b):
    4
        """
    5
        Computes the greatest common divisor (GCD) of a and b, and also
  2. Algorithm to calculate Wr on arbitra... Algorithm to calculate Wr on arbitrary branches | The Omega Function in Action
    1
    function W_r_value = W_r(w, r, branch)
    2
        % Computes the r-Lambert function W_r(w) on an arbitrary branch
    3
        % using asymptotic expansion, Newton’s method, and perturbative correction.
    4
        %
    5
        % Inputs:
  3. Wiener Square Expectation Rule | Mat... Wiener Square Expectation Rule | Mathematical Finance and Computational Methods
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    
                  
    4
    # Parameters
    5
    dt = 0.01  # Small time step
  4. Schur Decomposition for an Eigenvalu... Schur Decomposition for an Eigenvalue Problem | Mathematical Building Blocks plus AI Reasoning
    1
    import numpy as np
    2
    from scipy.linalg import schur
    3
    
                  
    4
    # Define the matrix A
    5
    A = np.array([[4, 2],
  5. Ecological Models plus AI Reasoning ... Ecological Models plus AI Reasoning | ViaDean
    1
    {
    2
      "cells": [
    3
        {
    4
          "cell_type": "markdown",
    5
          "metadata": {
  6. Electrical Circuit Analysis plus AI ... Electrical Circuit Analysis plus AI Reasoning | ViaDean
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {