Need a cool function with this domain:

Jamin2112
Messages
973
Reaction score
12
So I made a program that, so far, converts a password to a string of the binary representation of its successive ASII characters. Here's some output for an example:

"gs0dpsrln2" --------> 01100111011100110011000001100100011100000111001101110010011011000110111000110010
"8zoxdsjt9y" --------> 00111000011110100110111101111000011001000111001101101010011101000011100101111001
"yok9hn9df0" --------> 01111001011011110110101100111001011010000110111000111001011001000110011000110000
"tg5kc1ujyl" --------> 01110100011001110011010101101011011000110011000101110101011010100111100101101100
"ucyljs" --------> 011101010110001101111001011011000110101001110011
"h7kl9f3odi" --------> 011010000011011101101011011011000011100101100110001100110110111101100100011010010
"dtgrv 3d7c" --------> 011001000111010001100111011100100111011000100000001100110110010000110111011000110
"ghp0" --------> 01100111011010000111000000110000
"dsw 0qukgk" --------> 011001000111001101110111001000000011000001110001011101010110101101100111011010110
"qh3zz0j1vk" --------> 011100010110100000110011011110100111101000110000011010100011000101110110011010110


Now I want something mathematical to do with these strings of 0's and 1's.
 
Mathematics news on Phys.org
Jamin2112 said:
So I made a program that, so far, converts a password to a string of the binary representation of its successive ASII characters. Here's some output for an example:

"gs0dpsrln2" --------> 01100111011100110011000001100100011100000111001101110010011011000110111000110010
"8zoxdsjt9y" --------> 00111000011110100110111101111000011001000111001101101010011101000011100101111001
"yok9hn9df0" --------> 01111001011011110110101100111001011010000110111000111001011001000110011000110000
"tg5kc1ujyl" --------> 01110100011001110011010101101011011000110011000101110101011010100111100101101100
"ucyljs" --------> 011101010110001101111001011011000110101001110011
"h7kl9f3odi" --------> 011010000011011101101011011011000011100101100110001100110110111101100100011010010
"dtgrv 3d7c" --------> 011001000111010001100111011100100111011000100000001100110110010000110111011000110
"ghp0" --------> 01100111011010000111000000110000
"dsw 0qukgk" --------> 011001000111001101110111001000000011000001110001011101010110101101100111011010110
"qh3zz0j1vk" --------> 011100010110100000110011011110100111101000110000011010100011000101110110011010110


Now I want something mathematical to do with these strings of 0's and 1's.

I've got a cool function!

##f: \mathbb{R}\rightarrow\mathbb{R} \\ f(x) = 0##It's a function that equals its derivative at every single point. It must be cool!
Specify what you want, please. :-p
 
Mandelbroth said:
##f: \mathbb{R}\rightarrow\mathbb{R} \\ f(x) = 0##It's a function that equals its derivative at every single point. It must be cool!
Specify what you want, please. :-p
Same is true of e^x and I'd say it's a lot more interesting than that. :)
 
Jamin2112 said:
Now I want something mathematical to do with these strings of 0's and 1's.

Look at cryptographically-secure hash functions.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top