看板 C_and_CPP 關於我們 聯絡資訊
開發平台(Platform): (Ex: VC++, GCC, Linux, ...) dev c++ 額外使用到的函數庫(Library Used): (Ex: OpenGL, ...) 問題(Question): 我有一個矩陣 x [x']=[a b c][ y ] 1 餵入的資料(Input): x'=154 x=626 y=116 x'=202 x=669 y=342 x'=376 x=852 y=262 要怎樣寫才能求得abc?? 預期的正確結果(Expected Output): 錯誤結果(Wrong Output): 程式碼(Code):(請善用置底文網頁, 記得排版) 補充說明(Supplement): -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 122.118.41.71
azureblaze:你可以把數學學好 12/04 23:19
ckvir:什麼意思= = 12/04 23:23
azureblaze:http://ppt.cc/pI(, 12/04 23:23
lsc36:ax+by+c=x' 12/04 23:25
jason12308:怎不用MATLAB.......何必自找麻煩? 12/04 23:26
ckvir:azureblaze似乎不明白我的意思,我當然會用手算,我的問題是 12/04 23:27
ckvir:如何用C++表示 ,是否有矩陣類別之類的 12/04 23:28
bernachom:MATLAB真的很快@@ 12/04 23:42
littleshan:boost有matrix class 12/04 23:43
azureblaze:如果你想要萬能解題機你應該開matlab 12/04 23:45
azureblaze:如果你想知道怎麼寫你至少該說明到底是哪裡不會 12/04 23:45
xatier:http://ppt.cc/RIws 前幾天看到的 12/05 03:02
diabloevagto:http://ppt.cc/7EQ! 12/05 07:56
flylover:題目定義好,用陣列算一算就好了吧= = 12/05 13:12