Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 314 Bytes

Maxima_vennplot

Plotting venn diagram for logical relations on Maxima.
Usage:
vennplot(logical_relation)
example,
vennplot(not(a));
vennplot(a and not(b));
vennplot(a and b or (c) or d);