Investigation of binary numbers

In summary, the conversation discusses the binary properties of numbers and the possibility of using a different approach for compiling neural nets/matrices by using induction instead of deduction. The concept of direction in scalars and the difference between measuring and counting is also brought up. The conversation ends with a request for resources on this topic in relation to curve fitting.
  • #1
HermyTheCrab
22
0
Hi :-)
I have questions regarding the binary properties of numbers.
I would like to discuss some very specific attributes of "scalar" values.

IF the goal is to compile a pattern recognition algorithm instead of training it with test sets,
Then I am investigating a method for the compilation of neural nets/matrices and attempting induction instead of deduction as in "Curve Fitting".

This attempt has introduced speculation that requires more information outside of the box "standard mathematics" in order to determine the validity of this direction of research.

To dicuss this, i need the proper forum and the proper individual(s) that can step outside of the box. Please point me where I can learn how to articulate the following in order to be able to ask the right questions.
#1
Inside of the box that is standard mathematics a scalar has magnitude and no direction.
x=100 in decimal or 1010 in binary is a count when using the base 10 algorithm and iterating from rightmost digit to leftmost digit.
effectively counting.

Outside of the box every scallar has direction when reversing the direction of the counting algorithm and using a measuring algorithm starting from left most digit to rightmost. in other words, the result when treating the scalar as a measure instead of a count, results in a "path" or measurement (not a count as in the previous example.)
1010 from left to right indicates the 1st half of the 2ndhalf of the 1sthalf of the 2ndhalf.

This behaviour facinates me.

has anyone any books, papers, or references on this strange topic in relation to curve fitting? A name, anything?
 
Last edited:
Mathematics news on Phys.org
  • #2
HermyTheCrab said:
Hi :-)
I have questions regarding the binary properties of numbers.
I would like to discuss some very specific attributes of "scalar" values.

IF the goal is to compile a pattern recognition algorithm instead of training it with test sets,
Then I am investigating a method for the compilation of neural nets/matrices and attempting induction instead of deduction as in "Curve Fitting".

This attempt has introduced speculation that requires more information outside of the box "standard mathematics" in order to determine the validity of this direction of research.

To dicuss this, i need the proper forum and the proper individual(s) that can step outside of the box. Please point me where I can learn how to articulate the following in order to be able to ask the right questions.
#1
Inside of the box that is standard mathematics a scalar has magnitude and no direction.
x=100 in decimal or 1010 in binary is a count when using the base 10 algorithm and iterating from rightmost digit to leftmost digit.
effectively counting.
Some scalars (such as real numbers) can be considered to have a direction, if you consider negative vs. positive scalars. Integers are used to count things, but rationals and real numbers are used for measurements.
HermyTheCrab said:
Outside of the box every scallar has direction when reversing the direction of the counting algorithm and using a measuring algorithm starting from left most digit to rightmost. in other words, the result when treating the scalar as a measure instead of a count, results in a "path" or measurement (not a count as in the previous example.)
1010 from left to right indicates the 1st half of the 2ndhalf of the 1sthalf of the 2ndhalf.
Could you elaborate on what you're doing here? How do you get "1st half of the 2nd half of the 1st half of the 2nd half" out of 1010?

If I'm following what you're saying, you aren't working with the properties of numbers - you are just encoding something in a string of numeric digits.
HermyTheCrab said:
This behaviour facinates me.

has anyone any books, papers, or references on this strange topic in relation to curve fitting? A name, anything?
 
  • #3
I really have no clue what you are talking about. If you are going to work "outside" the standard "box", you will have to define, very carefully, exactly what you mean by "measurement", "direction of a scalar" and other words that you are not using in the standard way.
 
  • #4
My apologies Halls of Ivy... you are correct, and i am ... a little sloppy. ;-) thanks. I'll do better. When you correct, I shall implement to the best of my ability.

Dead on Mark... except for the encoding statement. Encoding implies action. i took no action but on an existing property.
for the sake of argument let us suppose the proposition the subject is a property be true.

Then, Encoding takes advantage of this property i am attemting to isolate for observation. (After this, i can begin to use the scientific method)

The path is from discreet math and is something I found when experimenting with Morton Location Codes, compression, and hashing algorithms.
In this example, I am using the same principle, but with only one dimension and trying to keep it simple (no interleaving).

Counting: in binary, the decimal number 10 is represented as 1010 (lower limit = 0000 upper limit = 1111)
The set A is the set of all integers from lower limit 0 to upper limit 15(1111) or A = {a:a = 0..15}
Then, the 10th element is 9.

Measuring: in binary, the decimal number 10 is represented as 1010. Consider this a binary path into a binary space when using the divide and conquer algorithm.(less t, only 5 steps instead of the 10 required when counting or iterating)

Let a = 10-1 or 9 (binary 1001) (you have to subtract one because you are measuring and not counting.)

The set D is the set of all digits in the path we wish to consider or D = {d:d= 1,0,0,1}

Let set B = upper or lower half of set A or B={b:b = 0,1,2,3,4,5,6,7 OR 8,9,10,11,12,13,14,15} depending on the value of the current digit.

Consider d[0] of 1010 = 1. if d[x]=0, use lower half of set B, when d[x]=1 use upper half of Set B. cardinality of Set B now 15, will be half after this step.

Our 1st digit is a 1, Then Let B = {b:b 8,9,10,11,12,13,14,15} and we now have only 8 elements to consider.
Our 2nd digit is a 0, then Let B={b:b 8,9,10,11}
Our 3rd digit is a 0, then Let B = {b:b 8,9}
Our 4th digit is a 1, then Let B={b:b 9}
When the cardinality of Set B is reduced to 1 using the divide and conquer algorithm, We have our answer and it is the same as when counting.

I hope I got close…. This is not easy to describe.
I want to know more about this if possible. I'm breaking my brain on how training a matrix allows it to recall patterns... I can't figure out how to reverse the process and compile a matrix. it should have been simple function composition but... sigh. lost again.

CLARIFICATION: if U is a vector space using the counting coordinate system and V is a vector space using the measuring system, then the operator I am looking for maps U to V. (it almost sounds right... need help... over my head ;-)
 
Last edited:
  • #5
Change:
Consider d[0] of 1010 = 1. if d[x]=0, use lower half of set B, when d[x]=1 use upper half of Set B. cardinality of Set B now 15, will be half after this step.
To: Consider d[0] of 1001 = 1. if d[x]=0, use lower half of set B, when d[x]=1 use upper half of Set B. cardinality of Set B now 15, will be half after this step.
 
  • #6
I do not see anything new, "outside the box" or whatever here.

In a similar way, you can consider 0.10012 = 1/2 + 0/4 + 0/8 + 1/16 = 9/16 where the subscript 2 denotes a binary number and the other parts are decimal.
 
  • #7
Yes sir...it is not out of the box, more appropriately worded as... "over my head"

MFB! Sir, what reference can I find on the expression you just used... it has that DARN harmonic series flavor... again.
That is SWEET! but it sucks as well, because it hints that wherever you point me, is going to put me back in imaginary space dealing with complex numbers and banging my head against Rieman Hypotheses.

I have to learn to articulate this base proposition or whatever it is before I can present the argument.

I would like to have an area of study, or a reference that would give me the starting point I need to choose the right forum to continue my line of questioning and research.
I need education before I can continue. just so that I can find the right words to communicate with you.

I'm asking here for that... direction.

Once I know the name, I can google pappers or textbooks that can continue my education.

I can't make a speculative statement like:
"The consequence of mixing counting and measuring algorithms without regard for unit of measure is that the -1 can behave as 1/2 under very specific operations resulting in a deviation similar to that of Li(x) and x/Log(x) from the zeta function"
because it has no base proposition that I can articulate and you will immediately cease contact.

I'm having to use a bit of geometry to get there and am having difficulties explaining a geometrical problem in mathematical terms.

I want to learn, and am unable to continue my education, and am hoping you might donate some of your time to ... show me the way.
 
Last edited:
  • #8
I'll make a guess about what Hermy is asking.

He wants to know a symbolic expression for a function f(S) whose domain is a string of N binary digits and whose range is a subset of the non-negative integers.

The function is defined by an algorithm that amounts to interpreting the string as process that cuts out pieces of a vector of numbers until only one number is left. (This is in contrast to the usual way of interpreting a string of binary digits, which amounts to adding up various powers of 2.)


The algorithm for computing the integer y as a function of the string S is as follows:

--------------

Form a vector of integers V[0] that lists the first 2^N non-negative integers.
(For example, if N = 4, V[0] = [0,1,2,...,15]

Set i = 0 and iterate the following steps until the process defines a vector V[i+1] that contains a single integer

Examine the i+1 digit in the string
if the digit is 0, form a new vector V[i+1] that consists of the integers listed in the first half of V
if the digit is 1, form a new vector V[i+1] that consists of the integers listed in the second half of V

(For example if the ith digit is 0 and V = [0,1,2,...7,8,...15] then V[i+1] = [0,1,2,..,7] )

if V[i+1] contains only a single integer y, the function returns y.

Otherwise set V = V[i+1], i = i+1 and repeat the above steps.

-----------
 
  • #9
Yes Sir... "In contrast" as in I just changed the direction of the algorithm. from one that has to ask more questions than the other.

Almost an inversion... but with a twist I am unable to identify.

It seems to appear in the strangest spaces. and mostly around the operators -1, 1/2, and the square root of a -1.

Mr. Tashi, What do I call the expression you used and what topic should I begin studying in order to express myself as you. I'm at the limit of my experience... sniff... ;-)

The only patent I've ever seen that took advantage is the "Bus-Switch Encoding" patent I found a few years back.
takes advantage of the fact that, for example, a 32 bit buss can send 4 channels of 8 bit operands at once.

by using this path thing, I can sort my operations into a subspace such that all of my 8 bit calculations, 16 bit, and 32 bit calculations can be... non-deterministic... I don't need to ask the question "carry?" as when counting. I just... navigate to the correct space ... perform the operation encoded in the element there.

effectivly, the encoding is a lookup into a set of 8,16,and 32 bit ORs without the hidden carry cost associated with most ALUs.

It should speed up my ALU simulator... but again, having problems describing what I'm doing.

CLARIFICATION:
by placing my simulated objects in an octree... I can easily use this property to do more adds per frame than most by taking advantage of this property that is built into the numbers of my x,y,and z members.
I do not have to ask the question "how small a bit vector is required for the operation"...it's what I couldn't express to the sweng@gamedev guys several years ago...and have been trying to learn how to express ever since.

I embarassed myself so bad with my barbarian grammar, that I can't go back there until I can explain myself. I HAVE to be able to communicate with people like Mr Crosbie Fitch whom I admire.
I rely on you for input.
 
Last edited:
  • #10
It might be helpful to note that the number of digits in the path is ALWAYS the number of operations required to reduce the set to 1 element.

Also, ... I intentionaly mapped the example vector spaces so that you could see the relation between counting and measuring that I am researching.

And,... it appears...until i learn more, that the ratio of energy consumed between the two types of work: counting and measuring, is 1/2.

WARNING: for your own health and sanity... do not play with a formula to observe the effects of randomly reversing the order of digits. Like to drove me nuts.
Also... you may not want to consider this in base 8,10, or 16 as it gets really hairy because of the addition of "base", Limit parameters.
 
Last edited:
  • #11
mfb said:
I do not see anything new, "outside the box" or whatever here.

In a similar way, you can consider 0.10012 = 1/2 + 0/4 + 0/8 + 1/16 = 9/16 where the subscript 2 denotes a binary number and the other parts are decimal.

HermyTheCrab said:
Yes sir...it is not out of the box, more appropriately worded as... "over my head"

MFB! Sir, what reference can I find on the expression you just used... it has that DARN harmonic series flavor... again.
What mfb showed has nothing to do with the harmonic series. It is how floating point numbers that aren't integers can be represented. The representation mfb showed is exactly the same as a decimal fraction, except that the numbers to the right of the "binary point" (not decimal point) are coefficients of (negative) powers of 2. In a decimal fraction, the digits are coefficients of negative powers of 10.

An example:

3/8 = .37510 = 3 x 10-1 + 7 x 10-2 + 5 x 10-3

3/8 = .0112 = 0 x 2-1 + 1 x 2-2 + 1 x 2-3
HermyTheCrab said:
That is SWEET! but it sucks as well, because it hints that wherever you point me, is going to put me back in imaginary space dealing with complex numbers and banging my head against Rieman Hypotheses.
?
Imaginary space?
Complex numbers?
Riemann hypothesis?
It seems to me you are throwing around terms that you don't understand.
HermyTheCrab said:
I have to learn to articulate this base proposition or whatever it is before I can present the argument.

I would like to have an area of study, or a reference that would give me the starting point I need to choose the right forum to continue my line of questioning and research.
I need education before I can continue. just so that I can find the right words to communicate with you.

I'm asking here for that... direction.

Once I know the name, I can google pappers or textbooks that can continue my education.

I can't make a speculative statement like:
"The consequence of mixing counting and measuring algorithms without regard for unit of measure is that the -1 can behave as 1/2 under very specific operations resulting in a deviation similar to that of Li(x) and x/Log(x) from the zeta function"
because it has no base proposition that I can articulate and you will immediately cease contact.

I'm having to use a bit of geometry to get there and am having difficulties explaining a geometrical problem in mathematical terms.

I want to learn, and am unable to continue my education, and am hoping you might donate some of your time to ... show me the way.
 
  • #12
HermyTheCrab said:
What do I call the expression you used and what topic should I begin studying in order to express myself as you..

I don't know if you are referring to a specific expression. My advice is that you study how to write. In order to write clearly, your language should be precise and it should not use terminology that you yourself have invented unless that terminology is explained. There are a small number of incoherent writers who know what they are doing, but have a particular disability when it comes to writing. A far larger number of incoherent writers can't express themselves clearly because they haven't figured out what they are doing.

If you are dealing with a problem of designing digital electronic circuits, you should ask about in another section of the forum where the readers are likely to be familiar with NAND gates, multiplexing, etc. You can't assume readers in the mathematics section understand this technology.

Technical writing should be concise if you expect it to attract readers. It shouldn't have all sorts of side-remarks and personal expressions of emotion. For what you have been able to express, your posts have been unnecessarily long.

If you need the answer to a mathematical question, you should study mathematics and learn its standard terminology. If you have question about algorithms, you should study computer programming and how algorithms can be represented in pseudo-code.
 
  • #13
Thank you Mr. Tashi. I have the opposite of dyslexia... an output handicap instead of input. I have to find opportunity to repeatedly train myself in technical writing or i'll never develop the skill. hard to do at 44 with a job and mired in with ... the uneducated.
verblexia ;-) I have the programming and need to learn the math as well as how to express myself.
I've read discreet math 3 times, Pattern Recognition and Machine Learning twice, self taught. comprehension without the training leaves me in a bind. I couldn't afford college in the 80s. so I'm trying to get "free aide" from you.
You give me a book...i'll devour it faster than you can spit... ask me to communicate and ... sigh.

MFB and Mr Tashi hit the nail on the head... can we just focus on what that is in purely mathematical terms and not my numerous encounters with my gripe at Riemann, rounding, and -1 and my very poor grammar. I desire to learn. I apologize profusely for speculating that this was even related to our inability to proof the hypothesis.

Yes sir Mr. Mark. I am using the closest words to concepts I do not have the vocabulary for. I'm counting on you to guide me in. Not just throwing, not for pride as I have none... adjusting fire... heading to a goal with an incomplete plan and not paralized by indecision and pride. knowing, that no battle plan survives contact with the enemy. I can't let myself be stopped worrying about making a gramatical error, social mistake or miswording a concept I have no words for... I must learn and change. or fail.

It's faster to learn on my own when I can rely on synergy... aide from others.
sometimes friction, but still faster than repeated training. divide and conquer! my favorite algorithm.

Mark, the sum of the increasing power of two series or whatever it is... what is it if not harmonic? it was in MFBs denominators AND it's in the zeta function. HECK, middle C vibrates at 256, each octave up and down increases or decreases by a power of two. The perfect series. I just want to know what to call it, how to express it in symbolic language, and where I need to go to learn more.

I learned in discreet math that counting and measuring are indeed two different things.
I simply speculates that the reason we can't proof the hypothesis is because we mix counting and measuring without regard for unit of measure. I sure as heck can't proof it... I'm not alone in THAT!
I'm also not the first person to beat his head repeatedly on papers that begin "If the rieman hypothesis is true..."
It's everywhere, in every area of science. and it ticks me off that something I don't know is causing it. I have a burning desire to figure it out.

I will not make that mistake again sir. Again, I am so sorry I even mentioned it. Again... back to the operator MFB and Tashi mention so that I can continue my work on compiling pattern recognition(big darn polynomial) instead of training it.
No code, I just want to learn how to build the polynomial/matrix without training. Pure math I hope?
It can't be that hard right?
What is it and what do I need to learn to understand?
 
Last edited:
  • #14
I appears I'll have to go back to school to get the education and repetition I need as well as the training on technical writing. Unless you can get me an ordered list of the next few books i need to read... should keep me out of your hair for another couple of years. sigh.

Anybody know of any scholarships for old guys that have been driven crazy? ;-)
Thanks again for your assistance...i'm a lot further than I was last week with your help.
 
  • #15
Let set B = upper or lower half of set A or B={b:b = 0,1,2,3,4,5,6,7 OR 8,9,10,11,12,13,14,15} depending on the value of the current digit.

Consider d[0] of 1010 = 1. if d[x]=0, use lower half of set B, when d[x]=1 use upper half of Set B. cardinality of Set B now 15, will be half after this step.

Our 1st digit is a 1, Then Let B = {b:b 8,9,10,11,12,13,14,15} and we now have only 8 elements to consider.
Our 2nd digit is a 0, then Let B={b:b 8,9,10,11}
Our 3rd digit is a 0, then Let B = {b:b 8,9}
Our 4th digit is a 1, then Let B={b:b 9}

Wouldn't the same be true of decimal left to right?
Only instead of halves(1/2) you have tenths(1/10) of the set.
so with a 2 digit number, such as 27, you take
0,1,..,98,99
divide into 10 groups
0-9,10-19,20-29,30-39,...80-89,90-99, take the (2+1)th(add 1 because we don't say 0th set for 0-9)
20-29, divide into 10 groups
20,21,22,24,...,28,29 and take the (7+1)th
and voila 27!

In fact, you could generalize it to any base relatively easily.

If we have a number is base b, whose length is n.
Define a set A, that has each digit as an element.
A = {a1, a2, a3,...,an-1,an}
Define another set B to have all integers less than b^n
B ={0, 1, 2,...,(b^n)-1, b^n}
You then divide B into b subsets of equal length and take the (a1+1)th one as your set, continue until |B| = 1

That should work for any number in any base?
 
  • #16
HermyTheCrab said:
Mark, the sum of the increasing power of two series or whatever it is... what is it if not harmonic?
The series that mfb and I wrote are power series, which generally look like this:
$$ \sum_{n = 0}^{\infty} a_nx^n~=~a_0 + a_1x + a_2x^2 + ... + a_nx^n + ...$$

The examples that mfb and I wrote were finite series, where the base was 1/2 (for binary fractions) or 1/10 (for decimal fractions).

The harmonic series, which is one of many kinds of series, looks like this:
$$ \sum_{n = 1}^{\infty} \frac{1}{n} = 1 + 1/2 + 1/3 + ... + 1/n + ...$$

Series are usually studied in engineering-level calculus (as oppose to "calculus for poets") in the 2nd semester or 3rd quarter. There are lots of calculus books out there, all available on amazon. Some that come to mind are the ones by Thomas/Finney (maybe just Thomas is writing now), Larson, Anton, Stewart, and a bunch of others.
HermyTheCrab said:
it was in MFBs denominators AND it's in the zeta function. HECK, middle C vibrates at 256, each octave up and down increases or decreases by a power of two. The perfect series. I just want to know what to call it, how to express it in symbolic language, and where I need to go to learn more.

I learned in discreet math that counting and measuring are indeed two different things.
I simply speculates that the reason we can't proof the hypothesis is because we mix counting and measuring without regard for unit of measure. I sure as heck can't proof it... I'm not alone in THAT!
I'm also not the first person to beat his head repeatedly on papers that begin "If the rieman hypothesis is true..."
It's everywhere, in every area of science. and it ticks me off that something I don't know is causing it. I have a burning desire to figure it out.

I will not make that mistake again sir. Again, I am so sorry I even mentioned it. Again... back to the operator MFB and Tashi mention so that I can continue my work on compiling pattern recognition(big darn polynomial) instead of training it.
No code, I just want to learn how to build the polynomial/matrix without training. Pure math I hope?
It can't be that hard right?
What is it and what do I need to learn to understand?
 
  • #17
THANKS a million, litterally. I KNEW once we got past my ... excitement at having been understood... and my mouth overflowing... that I'd score!
The two series are exactly what I need to learn.
Advanced Calculus and Series. On It!

Mark44, I'll have to read Thomas for technical writing? and another for engineering calculus? Is that right? Thanks. Any particular favorite? I prefer the writers be "long winded".

Zula, Yes, it appears so. for any base... I'm just particularly in love with it expressed in binary.How can I figure out how to take the next step and ... name "what ever it is" so that I can research it? I need the ability to then, express the "principle" in both propositional and symbolic form to allow for the use of multiple "fixed points." (without forgetting that it describes a location in a subspace).
Does anyone have an idea of where I would start on that line?

CLARIFICATION:
This axis I defined that all have noted and identifed, seems to run up and down the scalar's digits with the two different traversal methods and appears to be some function of... scale? I am wondering what area of study will allow me to express these concepts sybolically?
 
Last edited:
  • #18
If I could have just one more book gentlemen, it would be something that describes...
a three tiered architecture or way of looking at a math system such that the math simulation is in layer 2, operators and operator are in layer 1, and meta-operators would be in Layer 0?
 
Last edited:
  • #19
HermyTheCrab said:
Mark44, I'll have to read Thomas for technical writing? and another for engineering calculus? Is that right? Thanks. Any particular favorite? I prefer the writers be "long winded".
No, Thomas writes calculus books.
 
  • #20
HermyTheCrab said:
If I could have just one more book gentlemen, it would be something that describes...
a three tiered architecture or way of looking at a math system such that the math simulation is in layer 2, operators and operator are in layer 1, and meta-operators would be in Layer 0?
I'm not aware of any such book.
 
  • #21
Roger that Sir!
Thomas, Calculus.
HUAH!

Thanks to the forums input and pointers I'm feeling like the next year or so has a light at the end.
I'll google for technical writing as well as on the subjects ordered for study.
Train, learn, repeat. (I need a short cut. hint hint) The more you train the less you bleed. And this is a tough arena.
Huah!
I feel like a kid in a candy/hardware store. Where the big boys have all the killer tools and the tools are free... you just have to know what to ask for... DOH! identifies a serious trainng deficiency on my end. Thanks Again. This is GREAT.
 
  • #22
mfb said:
I do not see anything new, "outside the box" or whatever here.

In a similar way, you can consider 0.10012 = 1/2 + 0/4 + 0/8 + 1/16 = 9/16 where the subscript 2 denotes a binary number and the other parts are decimal.

Mark44 said:
What mfb showed has nothing to do with the harmonic series. It is how floating point numbers that aren't integers can be represented. The representation mfb showed is exactly the same as a decimal fraction, except that the numbers to the right of the "binary point" (not decimal point) are coefficients of (negative) powers of 2. In a decimal fraction, the digits are coefficients of negative powers of 10.

An example:

3/8 = .37510 = 3 x 10-1 + 7 x 10-2 + 5 x 10-3

3/8 = .0112 = 0 x 2-1 + 1 x 2-2 + 1 x 2-3
Mark44 said:
The series that mfb and I wrote are power series, which generally look like this:
$$ \sum_{n = 0}^{\infty} a_nx^n~=~a_0 + a_1x + a_2x^2 + ... + a_nx^n + ...$$

The examples that mfb and I wrote were finite series, where the base was 1/2 (for binary fractions) or 1/10 (for decimal fractions).

The harmonic series, which is one of many kinds of series, looks like this:
$$ \sum_{n = 1}^{\infty} \frac{1}{n} = 1 + 1/2 + 1/3 + ... + 1/n + ...$$
Mark44. I need to generalize "decimal point" and "binary point" to separate the context of point and base. Is there a way to extend the point concept in generic symbolic form (using mfb notation and zula's extension) such that the "point" and base indicate a very specific subspace defined by the properties of "location","digit width", "base", and "value" in the form:

0.10012.9910.etc3.etc2

Sir, what symbolic definition would be acceptable to you that I can use as a base proposition in an argument? or reference?
 
Last edited:
  • #23
HermyTheCrab said:
Mark44. I need to generalize "decimal point" and "binary point" to separate the context of point and base. Is there a way to extend the point concept in generic symbolic form (using mfb notation and zula's extension) such that the "point" and base indicate a very specific subspace defined by the properties of "location","digit width", "base", and "value" in the form:

0.10012.9910.etc3.etc2
I don't understand why you would need to do this. The purpose of the "point" (decimal, binary, whatever) is to separate the integer part of a number from the fractional part. For a given base, all of the digits to the left of the point are coefficients of nonnegative powers of the base. All of the digits to the right of the point are coefficients of negative powers of the base.

Some examples:

152.37510 means 1 X 102 + 5 X 101 + 2 X 100 + 3 X 10-1 + 7 X 10-2 + 5 X 10-3

The terms in blue, above, represent the integer part, or 152. The terms in red, above, represent the fractional part.

The same number in hexadecimal (base-16) is 98.616, or
9 X 161 + 8 X 160 + 6 X 16-1

The same number is binary is 10011000.0112.

To save myself some typing I will omit the terms where the coefficient is zero, and dispense with the colors.
10011000.0112 = 1 X 27 + 1 X 24 + 1 X 23 + 1 X 2-2 + 1 X 2-3

As a sanity check, the numbers above are 128 + 16 + 8 + 1/4 + 1/8 = 152 + 3/8 = 152.375

To get back to your question, what would your example (below) mean?
0.10012.9910.etc3.etc2

In any representation of a number, the meaning of a particular digit is tied to its position in the string of digits. A number to the left of another number is the coefficient of a higher power of the base, with nonnegative powers of the base to the left of the point, and negative powers to the right of the point.







HermyTheCrab said:
Sir, what symbolic definition would be acceptable to you that I can use as a base proposition in an argument? or reference?
 
  • #24
Mark44 said:
I don't understand why you would need to do this. The purpose of the "point" (decimal, binary, whatever) is to separate the integer part of a number from the fractional part. For a given base, all of the digits to the left of the point are coefficients of nonnegative powers of the base. All of the digits to the right of the point are coefficients of negative powers of the base.
{...}To get back to your question, what would your example (below) mean?In any representation of a number, the meaning of a particular digit is tied to its position in the string of digits. A number to the left of another number is the coefficient of a higher power of the base, with nonnegative powers of the base to the left of the point, and negative powers to the right of the point.
The purpose is to as you said "seperate" the integer part from the fraction part, i seek the same separation of the subspaces in a matrices weights? in the polynomials coefficients? for the purpose of identification and analysis and to graph behavior. Fractions of fractions of fractions that preserve unit of measure? relation?

Mark44, I often get in the "trap" of being asked to explain myself when someone I am asking then questions and I then wind up "verbalizing" to extreme and trying to explain myself. After Dr. Tashi's statement... I learned something important. I'm an incoherant writer. As Halls of Ivy directed... I must very carefully define terms I have invented or combined from different areas of study.

When the concepts that I comprehend are in a grammar that is the intersection of the grammar sets: programming, mathematics, and physics. I have difficulty expressing myself... The wrong word is recalled. so I have taken to using your definitions before I make statements. (my apologies, i just realized i barreled through to the goal and am being rude.)

So, please be forgiving of the grammar and don't whack me for attempting expression.

Given your confirmation or support on the extension of "fixed point" to a "relative point" and the physical properties of limit encoded therein, I would have and now am noting the "Benefits to Myself":
#1) I could then argue about subspaces, space time, and subsests of subsets.
#2) I could then discuss a position formula on this axis.
#3) I could then extend the principle to multiple dimensions using the concept of interleaving.
#4) I could then "parametize" the nDimensions in the same manner as we did above with the base parameter.
#5) I could then identify very specific quanta at very specific locations and times in these matrix subspaces.
- extend operators to these relative quanta (conjunctive, disjunctive, etc).
- extend calculus to these ".
#6) I could then use geometry to aide a proof in relation to #2. maybe win some cash, go back to school forever fantansy. you know... dream.
#7) I could then use calculus and physics to illustrate the rates of change of and in these subspaces during the process of "training".
#8) I could then use Graph Theory (a tree) to graph this relation and show the geometrical relations.
#9) Use the tool so defined to illustrate the difference between counting and measuring.
#10) And finally, figure out a method for compiling a NxM matrix from the composition of these relative... "quanta?".

"Everest? because it's there" - unknown
 
Last edited:
  • #25
The above really makes no sense without context. I wish I could go back in time and remove that last.

using item #2 on my wish list, a position formula on this axis, I was to extend the tool to include the mathematician as part of the equation. hence the "relative" comment about points that are relative to each other...and the mathematician/observer.

by using two of these relative points A and B, I "triangulate" the mathematicians position C on a line parallel to the axis we defined...
"with nonnegative powers of the base to the left of the point, and negative powers to the right of the point."

Such that... I could note when "my" velocity on this line changed in relation to that of the expression I was studying, using the multiple points to "pin" down values under observation at the same time I'm recording my own actions.

The Three points A,B,C form a plane or "frame" of temporal reference. When the velocity of point C changes to a positive or negative value.. from zero or back to zero... I've got interesting observations to share. When the distance between A and B change (without and corresponding change in B to C)... interesting observations again.

The result was such that it identified my choice of base in the polynomial had influenced the outcome of the results in a similar manner to my choices in rounding or threshold (floor, 1/2, ceiling) affecting the outcome or results. You know, how varying the pattern of my rounding can obfuscate an answer such that... another mathematician will not get the same answer unless he applies the exact same pattern of rules. Varying the sizes and types of these spaces between points I define added the same ability to confuse when considering a process off alternating the dimesionality, value, and "type" of the spaces between the points by another random factor. The converse... extracting a series of rounding patterns is possible...

A quick experiment in varying the "type" of coefficient in a matrix (integer, whole, and real, binary, and bipolar) showed additional subspaces I could leverage. It followed that if one point caused a division of subspace, that it should be possible to extend that to n points.

The extension of fixed points with the varying of base and dimension just give me additional partitioning ability with "fine tuning"? I'm at the limit of my grammar.
"Is there not an implicit "point" between EACH and every digit?" holy SMOKES! I'm almost there... I ALMOST get it. If you could just push this over the finish line for me...ARGH!
 
Last edited:
  • #26
This would almost be funny, if the image of you as lion, and me as a rabbit didn't scare the heck out of me. I've been shot at, held up, and almost blown up... and you scare me more.
I'm so sensitive to the ... implications, that I cannot write coherently.

A real landmine has more appeal to myself at this very second. I can clear that... but you?
I'd rather face the taliban without the grunts protecting me, with one round in my magazine, than do this again.

You sir, are intimidating me to the point I gibber. Caught between the briar patch and briar wolf with nothing left but... exhaustion.

My stomach hurts... "sick call!"
 
  • #27
HermyTheCrab said:
The above really makes no sense without context. I wish I could go back in time and remove that last.

using item #2 on my wish list, a position formula on this axis, I was to extend the tool to include the mathematician as part of the equation. hence the "relative" comment about points that are relative to each other...and the mathematician/observer.

by using two of these relative points A and B, I "triangulate" the mathematicians position C on a line parallel to the axis we defined...

Such that... I could note when "my" velocity on this line changed in relation to that of the expression I was studying, using the multiple points to "pin" down values under observation at the same time I'm recording my own actions.
Even with this additional explanation, this doesn't make much sense to me. You have two points A and B on an axis. What are the values being observed? Why is your velocity changing (which implies that you are accelerating or decelerating).

Points on a line are static. We can have particles that move along a straight line, a curve in the plane or in space. There's a topic in calculus, parametric equations, in which this is studied.
HermyTheCrab said:
The Three points A,B,C form a plane or "frame" of temporal reference. When the velocity of point C changes to a positive or negative value.. from zero or back to zero... I've got interesting observations to share. When the distance between A and B change (without and corresponding change in B to C)... interesting observations again.

The result was such that it identified my choice of base in the polynomial had influenced the outcome of the results in a similar manner to my choices in rounding or threshold (floor, 1/2, ceiling) affecting the outcome or results. You know, how varying the pattern of my rounding can obfuscate an answer such that... another mathematician will not get the same answer unless he applies the exact same pattern of rules. Varying the sizes and types of these spaces between points I define added the same ability to confuse when considering a process off alternating the dimesionality, value, and "type" of the spaces between the points by another random factor. The converse... extracting a series of rounding patterns is possible...
I don't understand at all what you are saying here.
HermyTheCrab said:
A quick experiment in varying the "type" of coefficient in a matrix (integer, whole, and real, binary, and bipolar) showed additional subspaces I could leverage.
Bipolar? Your other categories are not mutually exclusive. A whole number is an integer, but not necessarily the other way around. A number (real or integer) can have any number of representations, including binary.


HermyTheCrab said:
It followed that if one point caused a division of subspace, that it should be possible to extend that to n points.
The term "subspace" is precisely defined in mathematics, and is studied in Linear Algebra. You are using this term in what seems to be a completely different way.

Extend what?
HermyTheCrab said:
The extension of fixed points with the varying of base and dimension just give me additional partitioning ability with "fine tuning"? I'm at the limit of my grammar.
"Is there not an implicit "point" between EACH and every digit?"
No. There is an explicit point between the integer part and the fractional part (if any).
HermyTheCrab said:
holy SMOKES! I'm almost there... I ALMOST get it. If you could just push this over the finish line for me...ARGH!
 
  • #28
Hermy <= drinks his first glass of shut the hell up... not his last.

NOT a Lion, WORSE... you are a drill seargent.
I'm going to like you instead of fear you one day. train... bleed...

You have forced me to identify one of the concepts I was badly describing... to do the research to name the concept I was looking for. It is "radix point"... YES! and you made me look for it... It was worth it. So MUCH information.
A decimal point or binary point IS A radix point IS A point.

Point B was THE "radix point" in my poorly worded example.
Point A was the relative point a digit width up or down this axis I want you to define for me. (man up Hermy!, quit whining you baby.) In the space I have no name for.
Point C is the relative point locating the observer on a plane perpendicular to the darn “unnamed” axis in the dang “unnamed” space.

That was fun, challenging...ah! doh!
clearly define
i heard and failed to understand.

Another mistake I made was in confusing the difference between the symbolic representation of a number and the number. Beginners mistake... Thanks for the pointer. I didn't realize there was a difference.

SIR! I'm on it and will find the next definitions and terms required to define the point one digit (base) to the left of the radix point as -A, the point one digit (base) to the right of the radix point as +A. I will find the term to descibe point B and C as relative to each other on the "unamed axis" that point A and -A define with B at the origin. I will try and define the plane perpendicular to B on this axis.

Maybe figure out how to describe to you what it means when B and C are not coplanar and not at a right angle to the darn "unnamed axis"
Please give me just a little more time before you drop the next bomb. I have to find the right terms... clearly define! AH! references, etc.

Do you have hint on where to start on the correct term for the relation between the radix point and the observer? I know, go look it up, right?
 
Last edited:
  • #29
Mark44.
After last night, I've come to the conclusion that you are by far the most patient man I have ever met. If I had blabbed like this to a drill seargent...I'd be a dead man.

Instead, I feel like the biggest ... joke ... on the planet.
I can't believe I missed or forgot the differece between the digits and the numbers.
Sigh.
Mark44 said:
The series that mfb and I wrote are power series, which generally look like this:
$$ \sum_{n = 0}^{\infty} a_nx^n~=~a_0 + a_1x + a_2x^2 + ... + a_nx^n + ...$$

The examples that mfb and I wrote were finite series, where the base was 1/2 (for binary fractions) or 1/10 (for decimal fractions).

The harmonic series, which is one of many kinds of series, looks like this:
$$ \sum_{n = 1}^{\infty} \frac{1}{n} = 1 + 1/2 + 1/3 + ... + 1/n + ...$$
NOW, I understand what you were saying.
I was ... confused and dazed.
Right there in front of me, i bet you got a good laugh. The digit is the space and the value is the number. I was simply watching a ratio change. I was chasing this "thing" and when I bit it, it hurt... my own damn tail. I thought is was a STEAK!
You gave me the symbolic representations of the two functions... i'll find the plane where the first function is the x, and the second is the y for the other idea. I'm so sorry I took so long to "get" what you "said".

And... the pointer to engineering calculus...<drool> the p series... OMFG! the geometric series... ZOMG! <drool> You were DEAD on the money. Thomas is the MAN!... I've quite a bit of studying to do now... THANKS

Thanks again for your help.
 
Last edited:
  • #30
do they still allow auditing at universities? where if I keep my mouth shut, i can just sit and listen for free?
 
  • #31
At a large university the intro physics and math classes are so large they have no way of knowing who is or is not registered for the class. Go in sit down and listen.
 
  • #32
Roger that ;-) <evil grin>
getting lost in the crowd dictates silence on my part ;-)
except for my appearance, I can't hide butt ugly and old.

facinating... i mean... REALLY. mathematics is not just numbers, it's spaces, places, values, and time. Like building something from nothing...

Like watching an analog circut and it's sub circuts in slooooow motion. the frequency and width of the timing in each sub circuit appears different, but still relative. Engineering Calculus is my new thing... and this BDD thing I found yesterday? holy smokes. why reinvent the wheel. go to the "store" and buy one. duh

;-)

Thanks again.
 
  • #33
" butt ugly and old"? That describes a lot of us!
 
  • #34
LOL, both, and a bit... obtuse?

I just read an interesting post that... fits that long garbled journey above to find out the word radix... gah!... There's Zapper ... AGAIN. ok, two strikes, I'd better not make a 3rd.
I know what he meant, you guys TRIED to warn me. doh te doh!

To ALL FNGs (friggin new guys), READ THE FOLLOWING BEFORE you OPEN your MOUTH:
https://www.physicsforums.com/blog.php?b=3588

I didn't get it... I get it... Thanks for allowing me my "lumps" and helping me learn that... the "a priori" thing I do, is anoying, is illogical, and invalidates the question. sigh, so the references I used to do in formal communications... had a purpose other than... "work thyself to death student of mine"

I was so sure speed to my goal was more important than accuracy. FRAP!
Fast, Cheap, or Accurate, pick any two! And I picked the wrong two.

After this, and reading some posts on "asking questions"... I get it. They aren't censors, they are tired of wondering what the heck we are talking about.

I'm the FNG! You other FNGs don't cry if you get your feelings hurt.
 
Last edited by a moderator:

1. What are binary numbers and why are they important in science?

Binary numbers are a number system that uses only two digits, 0 and 1. They are important in science because computers use binary numbers to store and process data. This is because electronic devices can only recognize and process two states, on and off, which are represented by 0 and 1 respectively in binary code.

2. How are binary numbers different from decimal numbers?

Binary numbers are different from decimal numbers in that they use a base of 2 instead of 10. This means that each digit in a binary number represents a power of 2, while in a decimal number each digit represents a power of 10. Additionally, binary numbers only use two digits, 0 and 1, while decimal numbers use 10 digits (0-9).

3. What is the process of converting decimal numbers to binary numbers?

The process of converting decimal numbers to binary numbers involves dividing the decimal number by 2 and noting the remainder. The remainder will either be 0 or 1, which represents the binary digit. This process is repeated until the quotient becomes 0. The binary digits are then read from bottom to top to get the binary equivalent of the decimal number.

4. How are binary numbers used in data storage and processing?

Binary numbers are used in data storage and processing because they can represent and manipulate large amounts of data using a relatively small number of digits. This is because each digit in a binary number can represent a different state, and by combining multiple digits, a wide range of values can be represented. This makes binary numbers ideal for use in electronic devices such as computers.

5. What are some real-world applications of binary numbers?

Binary numbers have many real-world applications, including data storage and processing, digital communication, and cryptography. They are also used in fields such as computer science, engineering, and physics, where precise and efficient data representation and manipulation are necessary. Additionally, binary numbers are used in everyday devices such as smartphones, GPS systems, and digital cameras.

Similar threads

Replies
14
Views
3K
Replies
16
Views
2K
Writing: Input Wanted Number of Androids on Spaceships
  • Sci-Fi Writing and World Building
Replies
9
Views
447
  • Engineering and Comp Sci Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • High Energy, Nuclear, Particle Physics
Replies
4
Views
2K
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
3K
  • Programming and Computer Science
Replies
18
Views
10K
Back
Top