Statistics
5 Questions
0 Answers
RANK
91,332
of 300,429
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,976
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168,781
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Creating a Random Upper Triangular Matrix with Unique Entries for Efficiently Computing Matrix Exponential.
Hi there. So I'm trying to create a function that does the following: Declares a parameter k Checks that k is a natural numb...
6 years ago | 2 answers | 0
2
answersQuestion
How to do a Gradient Search to Minimize the Coherence of this Matrix?
Hi all, thank you for taking a look at my question. I apologize for the initial wall of text but the code will be at the bottom ...
6 years ago | 0 answers | 0
0
answersQuestion
How can I calculate each entry for this 10x10 matrix?
Hi all, I'm trying to create a very specific matrix (N = 10, but the idea is it would work for any N) but I don't know how to do...
6 years ago | 0 answers | 0
0
answersQuestion
How to calculate the ratio of two primes in a given set of primes?
Hi all, I'm working on a personal project here. My goal is this: Fix some natural number n (greater than or equal to 3) and ...
7 years ago | 1 answer | 0
1
answerQuestion
Plotting the Phase Portrait of a System of Nonlinear ODEs
my first system of (nonlinear) ODEs is as follows: x′=4x−x^3 and y′=y^2−3y my second system of (nonlinear) ODEs is as foll...
8 years ago | 1 answer | 0