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クライアントから使う