Workflow 5 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
payment[principal_, rate_, months_] := principal (rate/12)/(1 - (1 + rate/12)^(-months))No output - this step sets something up for the next one.
current = N[payment[400000, 0.065, 360]]2528.272093971862N[payment[400000, 0.08, 360]] - current406.7862015456485perPercentagePoint = N[D[payment[400000, r, 360], r] /. r -> 0.065]/100263.0602719400421Plot[payment[400000, r, 360], {r, 0.03, 0.10}]-Graphics-All recipes · Function reference · Use this from an MCP client