הבדלים בין גרסאות בדף "תבנית:Equation"

מתוך Math-Wiki
קפיצה אל: ניווט, חיפוש
מ
שורה 1: שורה 1:
 
<noinclude>
 
<noinclude>
 
הועתק מויקיפדיה
 
הועתק מויקיפדיה
 +
 +
יש להשתמש ב-&lrm;\vert במקום ב-| לצורך הצגת ערך מוחלט/מחלק/כך ש... (בקבוצות) כדי להציג <math>\vert</math> בנוסחאות המתמטיות (בפרמטרים ll, l, o, r, rr).
 
<div align="left" dir="ltr">
 
<div align="left" dir="ltr">
 
==Usage==
 
==Usage==
שורה 31: שורה 33:
 
<pre><nowiki>
 
<pre><nowiki>
 
{|
 
{|
{{equation|l=<math>21 \cdot 2</math>|r=<math>42</math>|cc=1.}}
+
{{equation|l=21x|r=42|rr=/\div 21|c=נחלק ב-21:|cc=1.}}
{{equation|o=<math><</math>|r=<math>50</math>|c=<math>42 < 50</math>, לכן:|cc=2.}}
+
{{equation|ll=\implies|l=x|r=2|cc=2.}}
{{equation|ll=<math>\implies</math>|l=<math>50</math>|o=<math>\not=</math>|r=<math>42</math>|cc=3.}}
+
{{equation|o=\not\in|r=\{a\vert a=3\}|cc=3.}}
 
|}
 
|}
 
</nowiki></pre>
 
</nowiki></pre>
שורה 41: שורה 43:
 
{|
 
{|
 
{{equation|l=21x|r=42|rr=/\div 21|c=נחלק ב-21:|cc=1.}}
 
{{equation|l=21x|r=42|rr=/\div 21|c=נחלק ב-21:|cc=1.}}
{{equation|ll=<math>\implies</math>|l=x|r=2|cc=2.}}
+
{{equation|ll=\implies|l=x|r=2|cc=2.}}
{{equation|o=<math>\not=</math>|r=3|cc=3.}}
+
{{equation|o=\not\in|r=\{a\vert a=3\}|cc=3.}}
 
|}
 
|}
 
</div>
 
</div>
שורה 50: שורה 52:
 
| align="right" dir="rtl" style="width:100%; padding:0 5px 0 20px;" | {{{c|}}}
 
| align="right" dir="rtl" style="width:100%; padding:0 5px 0 20px;" | {{{c|}}}
 
| align="left" | {{#תגית:math|{{{rr|}}}}}
 
| align="left" | {{#תגית:math|{{{rr|}}}}}
| align="left" style="padding:0 10px 0 7px;" | <math>{{{r|}}}</math>
+
| align="left" style="padding:0 10px 0 7px;" | {{#תגית:math|{{{r|}}}}}
| align="center" | {{{o|<math>=</math>}}}
+
| align="center" | {{#תגית:math|{{{o|=}}}}}
| align="right" style="padding:0 7px 0 10px;" | {{#tag:math|{{{l|}}}}}
+
| align="right" style="padding:0 7px 0 10px;" | {{#תגית:math|{{{l|}}}}}
| align="right" | {{{ll|}}}</includeonly>
+
| align="right" | {{#תגית:math|{{{ll|}}}}}</includeonly>

גרסה מ־18:11, 14 באוקטובר 2010

הועתק מויקיפדיה

יש להשתמש ב-‎\vert במקום ב-| לצורך הצגת ערך מוחלט/מחלק/כך ש... (בקבוצות) כדי להציג \vert בנוסחאות המתמטיות (בפרמטרים ll, l, o, r, rr).

Usage

Used to add new rows of aligned math text.

{| needs to be called first. You can add a new general row in the following manner:

{{equation |l= |r= }}

The different possible variables that can be used are:

1. ll - Furthest left column (used only when needed).

2. l - General left column.

3. o - Operator, defaults to =

4. r - General right column.

5. rr - Furthest right column (used only when needed).

6. c - Comment.

7. cc - Extra comment (used only when needed).

Once the full equation is completed, |} must be called.

Example

{|
{{equation|l=21x|r=42|rr=/\div 21|c=נחלק ב-21:|cc=1.}}
{{equation|ll=\implies|l=x|r=2|cc=2.}}
{{equation|o=\not\in|r=\{a\vert a=3\}|cc=3.}}
|}

gives:

1. נחלק ב-21: /\div 21 42 = 21x
2. 2 = x \implies
3. \{a\vert a=3\} \not\in