Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2010-08-08 13:17:41
Base 3 -> Base 10 Code. Computer NewbI have zero experience with computers outside the webnets and HTML. How would I make a code that converts a base 3 number (such as 2011) to a base 10 number (58)? Would it have a limit to its compacity (outside of my computers processing power)? #2 2010-08-08 14:02:30
Re: Base 3 -> Base 10 Code. Computer NewbHi Philip II; I don't recommend being shown this conversion. I think it is a very important step in a beginners computer education. The method to convert follows directly from the representation of the number in base 3. Starting from the right and working left. Do you see a method now? In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #3 2010-08-08 14:15:51
Re: Base 3 -> Base 10 Code. Computer NewbThis may also help: Base Conversion Method "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #5 2010-08-09 07:41:37
Re: Base 3 -> Base 10 Code. Computer NewbHi Philip II; In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #7 2010-08-09 14:28:36
Re: Base 3 -> Base 10 Code. Computer Newb
No, that is not what I said! Not learn computers, learn a programming language. At least have one installed so you can run code!!!!! It wouldn't hurt to learn something.
Code for what? What languages do you speak? What languages do you have access to. Do you have some dialect of BASIC. QBASIC, Liberty Basic, Visual Basic? Do have a Borland C++, Microsoft C, GNU C? Delphi, Lisp, Forth, Python on your machine, what?
That was good advice there are probably 100 such programs for download on the internet right now. They are execs and you just have to run them. In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. #8 2010-08-09 16:06:28
Re: Base 3 -> Base 10 Code. Computer NewbAs bobbym suggests, first you need a language to code in. You can, for example, use actionscript to make flash animations, or PHP, java, javascript etc to make code for a website, C. C++, VB.net, etc to make desktop applications, just to name a few. "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #9 2010-11-30 11:17:07
Re: Base 3 -> Base 10 Code. Computer Newb//C++ FUNCTION: #10 2010-11-30 12:18:04
Re: Base 3 -> Base 10 Code. Computer NewbHi; In mathematics, you don't understand things. You just get used to them. 90% of mathematicians do not understand 90% of currently published mathematics. I am willing to wager that over 75% of the new words that appeared were nothing more than spelling errors that caught on. |