Statistica
MATLAB Answers
3 Domande
0 Risposte
RANK
100.501
of 301.577
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
0
RANK
of 175.550
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
10 mesi fa | 0 risposte | 0
0
risposteDomanda
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...
10 mesi fa | 1 risposta | 0
1
rispostaDomanda
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...
10 mesi fa | 1 risposta | 0