Skip to content

Commit 4b512c3

Browse files
author
[FacuFalcone]
committed
Add a sample of compound permutation in the readme
1 parent fcc2034 commit 4b512c3

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

Media/img/CP_sample.jpeg

31.3 KB
Loading

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,36 +74,46 @@ def ShowNewSkill():
7474
</tr>
7575
</table>
7676

77-
▶️ By **selecting option 4**, you will be able to perform the calculation through a _Composed Permutation_ using the formula: ⤵️
77+
▶️ By **selecting option 4**, you will be able to perform the calculation through a _Compound Permutation_ using the formula: ⤵️
7878
<table>
79-
<th>Composed Permutation's Formula</th>
79+
<th>Compound Permutation's Formula</th>
8080
<tr>
8181
<td>
8282
<img alt= "Menu" src="Media/img/CPF.png" height="80px">
8383
</td>
8484
</tr>
8585
</table>
8686

87-
▶️ By **selecting option 5**, you will be able to perform the calculation through a _Composed Variation_ using the formula: ⤵️
87+
▶️ By **selecting option 5**, you will be able to perform the calculation through a _Compound Variation_ using the formula: ⤵️
8888
<table>
89-
<th>Composed Variation's Formula</th>
89+
<th>Compound Variation's Formula</th>
9090
<tr>
9191
<td>
9292
<img alt= "Menu" src="Media/img/CVF.png" height="80px">
9393
</td>
9494
</tr>
9595
</table>
9696

97-
▶️ By **selecting option 6**, you will be able to perform the calculation through a _Composed Combination_ using the formula: ⤵️
97+
▶️ By **selecting option 6**, you will be able to perform the calculation through a _Compound Combination_ using the formula: ⤵️
9898
<table>
99-
<th>Composed Combination's Formula</th>
99+
<th>Compound Combination's Formula</th>
100100
<tr>
101101
<td>
102102
<img alt= "Menu" src="Media/img/CCF.png" height="80px">
103103
</td>
104104
</tr>
105105
</table>
106106

107+
When using each of the methods, the application will show you the chosen variables, the formula with those variables and of course, the result of said equation.
108+
109+
<table>
110+
<th>Compound Permutation's Sample</th>
111+
<tr>
112+
<td>
113+
<img alt= "Menu" src="Media/img/CP_sample.jpeg" height="200px">
114+
</td>
115+
</tr>
116+
</table>
107117

108118
---
109119
## Technologies used. 📌

0 commit comments

Comments
 (0)