Qurak

C

可用

The default generated parameter of `DSolve`, `RSolve`, `Reduce`, and `Solve`.

C[i]
"DSolve[y'[x] == y[x], y[x], x]" → {{y[x] -> E^x*C[1]}}Attributes[C] → {NHoldAll, Protected, ReadProtected}C = 12 → Set::wrsym: Symbol C is Protected. 12Unprotect[C]; C = 12; C → 12

使用於

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個