Qurak

C

Khả dụng

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

Được dùng trong

Liên quan

Tất cả 6300 hàm · Dùng cái này từ một client MCP