Moralkompass
Aus Wiki1
(Unterschied zwischen Versionen)
Zeile 49: | Zeile 49: | ||
var A2=function(){return pol2.Area();} | var A2=function(){return pol2.Area();} | ||
- | brd.create('text',[1,2,function(){return 'grün='+Math.round(pol1.Area(), | + | brd.create('text',[1,2,function(){return 'grün='+Math.round(pol1.Area(),3);}]); |
- | brd.create('text',[1,1.5,'rot='+ | + | brd.create('text',[1,1.5,function(){return 'rot='+Math.round(pol2.Area(),3);}]); |
</jsxgraph> | </jsxgraph> |
Version vom 13:38, 10. Mär. 2024
Algorithmus zum moralischen Vergleich von 2 menschlichen Handlungen.
Parameter:
- Motivation
- Ergebnis
- Durchführung
- Optionen