Skip to content

A small program exploring the ratio between a binary number and its reverse

License

Notifications You must be signed in to change notification settings

onnoeberhard/matlab-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matlab-experiment

This is just a small project exploring the ratio between a binary number and its reverse:

0 <= x <= 0b10000000000
y = reverse(x) / x

The program returns this plot (fig1):

Figure 1

Or if you remove the log-scaling (fig2):

Figure 2

About

A small program exploring the ratio between a binary number and its reverse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages