|
mathmaker
0.4(alpha)
|
Expand (a+b)², (a-b)², (a+b)(a-b)... More...
Inherits S_Structure.
Public Member Functions | |
| def | __init__ |
| Constructor. | |
| def | write_answers |
| Writes to the output all exercises' answers. | |
Public Attributes | |
| derived | |
| header | |
| title | |
| subtitle | |
| text | |
| answers_title | |
Expand (a+b)², (a-b)², (a+b)(a-b)...
Definition at line 47 of file AlgebraBinomialIdentityExpansion.py.
| def sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.__init__ | ( | self, | |
| embedded_machine, | |||
| options | |||
| ) |
Constructor.
| embedded_machine | The machine to be used |
| **options | Any options |
Definition at line 59 of file AlgebraBinomialIdentityExpansion.py.
References sheet.AlgebraBalance_01.AlgebraBalance_01.answers_title, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.answers_title, sheet.AlgebraBalance_01.AlgebraBalance_01.derived, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.derived, sheet.AlgebraBalance_01.AlgebraBalance_01.header, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.header, sheet.exercise.question.Q_Structure.Q_Structure.machine, sheet.S_Structure.S_Structure.machine, sheet.exercise.X_Structure.X_Structure.machine, sheet.AlgebraBalance_01.AlgebraBalance_01.subtitle, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.subtitle, sheet.AlgebraBalance_01.AlgebraBalance_01.text, sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.text, sheet.AlgebraBalance_01.AlgebraBalance_01.title, and sheet.AlgebraBinomialIdentityExpansion.AlgebraBinomialIdentityExpansion.title.
1.7.6.1