Skip to content

Commit

Permalink
add math mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Lubliner committed Jan 5, 2025
1 parent 5bbf38d commit 246ddab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/logic-gates/ch-logic-gates.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<introduction>
<p>
This chapter explains how to process binary inputs in Sage to produce specific outputs based on basic logic gates, such as AND, OR, and NOT. Then, we show how these gates combine to form more complex circuits and integrate into everyday electronics, using built-in and customized Sage functions to simulate and analyze their behavior.
This chapter explains how to process binary inputs in Sage to produce specific outputs based on basic logic gates, such as <m>AND</m>, <m>OR</m>, and <m>NOT</m>. Then, we show how these gates combine to form more complex circuits and integrate into everyday electronics, using built-in and customized Sage functions to simulate and analyze their behavior.
</p>
</introduction>

Expand Down

0 comments on commit 246ddab

Please sign in to comment.