Statistics
3 Questions
                        0 Answers
RANK
298,842
                          
                          
of 300,381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          3 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
0
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
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
I am trying to get the time for the 10^309 for the 3x+1 problem i am getting time until 10^308 but unable to get the time after 10^309 can you explain why?
% Code for 3x+1 Problem seed = 10^309; % Starting number x = seed; % Initialize x with the seed trajectory = x; % Store the t...
4 months ago | 0 answers | 0
0
answersQuestion
I am trying to generate a plot for the 3x+1 problem for the seed 10^310 but i am unable to get the plot? Why
% Code for 3x+1 Problem seed = 10^309; % Starting number x = seed; % Initialize x with the seed trajectory = x; % Store the t...
4 months ago | 1 answer | 0
1
answerQuestion
what is the highest number that matlab can handle. (especiially for the 3x+1 problem). i am trying to do the seed 10^310 i am not getting the plot or output why?
% Code for 3x+1 Problem seed = 10^309; % Starting number x = seed; % Initialize x with the seed trajectory = x; % Store the t...
4 months ago | 1 answer | 0