Prayash Thapa
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
69,108
of 295,527
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Is there a way to get the pattern sequence form a generated graph?
The aim is to obtain a unique value (also know as the order in Shor's Algorithm) from the graph produced. The graph contains dis...
3 years ago | 1 answer | 0
1
answerQuestion
Is it possible to automatically output many possibilities using a loop?
I have the number let's say 100, I found its initial factors which are 4 and 50. I would then like to use these factors to divid...
3 years ago | 1 answer | 0
1
answerQuestion
How to zero the region of the FFT output?
How do I zero the rigion of the FFT output before plotting? The zero frequency region will be at the left hand side of the outpu...
3 years ago | 1 answer | 0
1
answerQuestion
Is there a way to count within the pattern, different points in a graph before repeating?
For these graphs shown (both are same), is there a way to find out how many unique points there are before repeating again? Fo...
4 years ago | 1 answer | 0
1
answerQuestion
Removing non integer values from an array.
Is there a way to remove non integer values from an array? This is not the full script but parts of it: arr = [1, G1, G2, G3...
4 years ago | 1 answer | 0
1
answerQuestion
How to find the number of values the equation outputs before repeating the same outputs again?
This script is based on implementing Shor's quantum factorization. For the equation 'fncT' whicn is alternative version to mod()...
4 years ago | 0 answers | 0
0
answersQuestion
Error trying to implement a 1-D fast fourier Transform
Im trying to get a 1D fft from a signal and keep getting this error saying: "Error using fft Invalid data type. First argumen...
4 years ago | 1 answer | 0
1
answerQuestion
How to implement a for loop for a equation and plot the values on a graph?
How can I correct the array values of 'fncT' when t becomes bigger than 19, the answers become incorrect for some reason. What i...
4 years ago | 1 answer | 0