المرجع الالكتروني للمعلوماتية
المرجع الألكتروني للمعلوماتية

الرياضيات
عدد المواضيع في هذا القسم 9764 موضوعاً
تاريخ الرياضيات
الرياضيات المتقطعة
الجبر
الهندسة
المعادلات التفاضلية و التكاملية
التحليل
علماء الرياضيات

Untitled Document
أبحث عن شيء أخر
كزانيا
2024-07-08
محلول النشا (1%)
2024-07-08
محلول كلورامين-T (0.01 M)
2024-07-08
تحضير بارا-برومو اسيتانلايد Preparation of p-Bromoacetanilide
2024-07-08
تحضير الاستانلايد ومعوضاته Preparation of Acetanilide and its substituents
2024-07-08
تحضير كلورامين-T
2024-07-08

الأفعال التي تنصب مفعولين
23-12-2014
صيغ المبالغة
18-02-2015
الجملة الإنشائية وأقسامها
26-03-2015
اولاد الامام الحسين (عليه السلام)
3-04-2015
معاني صيغ الزيادة
17-02-2015
انواع التمور في العراق
27-5-2016

Base  
  
2374   05:06 مساءً   date: 22-6-2019
Author : Allouche, J.-P. and Shallit, J.
Book or Source : "Representations in Negative Bases." §3.7 in Automatic Sequences: Theory, Applications, Generalizations. Cambridge, England: Cambridge University...
Page and Part : ...


Read More
Date: 25-3-2019 1578
Date: 5-9-2019 1101
Date: 18-8-2018 1668

Base

 

The word "base" in mathematics is used to refer to a particular mathematical object that is used as a building block. The most common uses are the related concepts of the number system whose digits are used to represent numbers and the number system in which logarithms are defined. It can also be used to refer to the bottom edge or surface of a geometric figure.

A real number x can be represented using any integer number b!=0 as a base (sometimes also called a radix or scale). The choice of a base yields to a representation of numbers known as a number system. In base b, the digits 0, 1, ..., |b|-1 are used (where, by convention, for bases larger than 10, the symbols A, B, C, ... are generally used as symbols representing the decimal numbers 10, 11, 12, ...).

The digits of a number x in base b (for integer b>1) can be obtained in the Wolfram Language using IntegerDigits[xb].

Let the base b representation of a number x be written

 (a_na_(n-1)...a_0.a_(-1)...)_b,

(1)

(e.g., 123.456_(10)). Then, for example, the number 10 is written in various bases as

10 = 1010_2

(2)

= 101_3

(3)

= 22_4

(4)

= 20_5

(5)

= 14_6

(6)

= 13_7

(7)

= 12_8

(8)

= 11_9

(9)

= 10_(10)

(10)

= A_(11),

(11)

since, for example,

10 = 1·2^3+1·2^1

(12)

= 1·3^2+1·3^0

(13)

= 2·4^1+2·4^0,

(14)

and so on.

Common bases are given special names based on the value of b, as summarized in the following table. The most common bases are binary and hexadecimal (used by computers) and decimal (used by people).

base number system
2 binary
3 ternary
4 quaternary
5 quinary
6 senary
7 septenary
8 octal
9 nonary
10 decimal
11 undenary
12 duodecimal
16 hexadecimal
20 vigesimal
60 sexagesimal

The index of the leading digit needed to represent the number is

 n=|_log_bx_|,

(15)

where |_x_| is the floor function. Now, recursively compute the successive digits

 a_i=|_(r_i)/(b^i)_|,

(16)

where r_n=x and

 r_(i-1)=r_i-a_ib^i

(17)

for i=nn-1, ..., 1, 0, .... This gives the base b representation of x. Note that if x is an integer, then i need only run through 0, and that if x has a fractional part, then the expansion may or may not terminate. For example, the hexadecimal representation of 0.1 (which terminates in decimal notation) is the infinite expression 0.19999..._h.

Some number systems use a mixture of bases for counting. Examples include the Mayan calendar and the old British monetary system (in which ha'pennies, pennies, threepence, sixpence, shillings, half crowns, pounds, and guineas corresponded to units of 1/2, 1, 3, 6, 12, 30, 240, and 252, respectively).

Bergman (1957/58) considered an irrational base, and Knuth (1998) considered transcendental bases. This leads to some rather unfamiliar results, such as equating pi to 1 in "base pi," pi=10_pi. Even more unexpectedly, the representation of a given integer in an irrational base may be nonunique, for example

10 = 10100.010010101011_phi

(18)

= 10100.0101_phi,

(19)

where phi is the golden ratio.

It is also possible to consider negative bases such as negabinary and negadecimal (e.g., Allouche and Shallit 2003). The digits in a negative base may be obtained with the Wolfram Language code

  NegativeIntegerDigits[0, n_Integer?Negative] := {0}
  NegativeIntegerDigits[i_, n_Integer?Negative] :=
    Rest @ Reverse @ Mod[
      NestWhileList[(# - Mod[#, -n])/n& ,
        i, # != 0& ],
    -n]

The base of a logarithm is a number b used to define the number system in which the logarithm is computed. In general, the logarithm of a number x in base b is written log_bx. The symbol logx is an abbreviation regrettably used both for the common logarithm log_(10)x (by engineers and physicists and indicated on pocket calculators) and for the natural logarithm log_ex (by mathematicians). lnx denotes the natural logarithm log_ex (as used by engineers and physicists and indicated on pocket calculators), and lgx denotes log_2x. In this work, the notations logx=log_(10)x and lnx=log_ex are used.

To convert between logarithms in different bases, the formula

 log_bx=(lnx)/(lnb)

(20)

can be used.


REFERENCES:

Allouche, J.-P. and Shallit, J. "Representations in Negative Bases." §3.7 in Automatic Sequences: Theory, Applications, Generalizations. Cambridge, England: Cambridge University Press, pp. 103-105, 2003.

Abramowitz, M. and Stegun, I. A. (Eds.). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, p. 28, 1972.

Bergman, G. "A Number System with an Irrational Base." Math. Mag. 31, 98-110, 1957/58.

Bogomolny, A. "Base Converter." http://www.cut-the-knot.org/binary.shtml.

Knuth, D. E. "Positional Number Systems." §4.1 in The Art of Computer Programming, Vol. 2: Seminumerical Algorithms, 3rd ed. Reading, MA: Addison-Wesley, pp. 195-213, 1998.

Lauwerier, H. Fractals: Endlessly Repeated Geometric Figures. Princeton, NJ: Princeton University Press, pp. 6-11, 1991.




الجبر أحد الفروع الرئيسية في الرياضيات، حيث إن التمكن من الرياضيات يعتمد على الفهم السليم للجبر. ويستخدم المهندسون والعلماء الجبر يومياً، وتعول المشاريع التجارية والصناعية على الجبر لحل الكثير من المعضلات التي تتعرض لها. ونظراً لأهمية الجبر في الحياة العصرية فإنه يدرّس في المدارس والجامعات في جميع أنحاء العالم. ويُعجب الكثير من الدارسين للجبر بقدرته وفائدته الكبيرتين، إذ باستخدام الجبر يمكن للمرء أن يحل كثيرًا من المسائل التي يتعذر حلها باستخدام الحساب فقط.وجاء اسمه من كتاب عالم الرياضيات والفلك والرحالة محمد بن موسى الخورازمي.


يعتبر علم المثلثات Trigonometry علماً عربياً ، فرياضيو العرب فضلوا علم المثلثات عن علم الفلك كأنهما علمين متداخلين ، ونظموه تنظيماً فيه لكثير من الدقة ، وقد كان اليونان يستعملون وتر CORDE ضعف القوسي قياس الزوايا ، فاستعاض رياضيو العرب عن الوتر بالجيب SINUS فأنت هذه الاستعاضة إلى تسهيل كثير من الاعمال الرياضية.

تعتبر المعادلات التفاضلية خير وسيلة لوصف معظم المـسائل الهندسـية والرياضـية والعلمية على حد سواء، إذ يتضح ذلك جليا في وصف عمليات انتقال الحرارة، جريان الموائـع، الحركة الموجية، الدوائر الإلكترونية فضلاً عن استخدامها في مسائل الهياكل الإنشائية والوصف الرياضي للتفاعلات الكيميائية.
ففي في الرياضيات, يطلق اسم المعادلات التفاضلية على المعادلات التي تحوي مشتقات و تفاضلات لبعض الدوال الرياضية و تظهر فيها بشكل متغيرات المعادلة . و يكون الهدف من حل هذه المعادلات هو إيجاد هذه الدوال الرياضية التي تحقق مشتقات هذه المعادلات.