কীভাবে Absolute Value গণনা করবেন
Absolute Value কি?
Absolute value |x| is the distance of a number from zero on the number line, always non-negative. |3| = 3, |−3| = 3, |0| = 0. In complex numbers, absolute value is the distance from the origin: |a+bi| = √(a²+b²).
ধাপে ধাপে নির্দেশিকা
- 1|x| = x if x ≥ 0; |x| = −x if x < 0
- 2|x − y| = distance between x and y on the number line
- 3Triangle inequality: |a + b| ≤ |a| + |b|
- 4Properties: |ab| = |a||b|, |a/b| = |a|/|b|, |a|² = a²
সমাধান করা উদাহরণ
ইনপুট
|−7.5|
ফলাফল
7.5
Distance from zero, always positive
ইনপুট
|3 − 8|
ফলাফল
5
Distance between 3 and 8 on number line
গণনা করতে প্রস্তুত? বিনামূল্যে Absolute Value ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →