高校数学の質問スレ(医者・東大卒専用) Part438 (979レス)
高校数学の質問スレ(医者・東大卒専用) Part438 http://rio2016.5ch.net/test/read.cgi/math/1723152147/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
97: 132人目の素数さん [] 2024/08/19(月) 22:51:33.83 ID:XQP/Eri1 関連はようございます https://i.imgur.com/qmb6Gyk.jpg https://i.imgur.com/wbdW1SY.png http://rio2016.5ch.net/test/read.cgi/math/1723152147/97
193: 132人目の素数さん [sage] 2024/08/29(木) 17:48:56.83 ID:Mdm5M0Mq 課題:算出する公式とシミュレーションコードを投稿せよ。 ゴルゴ13は100発100中 ゴルゴ14は10発10中 ゴルゴ15は1発1中 とする。 各々10000発撃ったとき各ゴルゴの命中数の期待値はいくらか? http://rio2016.5ch.net/test/read.cgi/math/1723152147/193
238: 132人目の素数さん [sage] 2024/10/25(金) 19:11:16.83 ID:AKAjfr56 1月から内視鏡バイトの勤務日をもう1日増やしてくれと打診された。 スタッフが優秀でストレスのない職場なので、次の医師がみつかるまで という条件で引き受けた。 まあ、次の医師がみつかるのは新年度だろうな。 仕事をふやしても年金支給停止額が増えるだけ。 http://rio2016.5ch.net/test/read.cgi/math/1723152147/238
433: 132人目の素数さん [sage] 2024/12/19(木) 22:38:46.83 ID:i1LFwmF3 >>431 じゃあ何でスレタイ読めないんだよアホが http://rio2016.5ch.net/test/read.cgi/math/1723152147/433
454: 132人目の素数さん [sage] 2024/12/22(日) 12:40:56.83 ID:rWRciXK9 >>453 算出のために作った関数の動作確認の図 https://i.imgur.com/0mvHN8w.png http://rio2016.5ch.net/test/read.cgi/math/1723152147/454
463: 132人目の素数さん [sage] 2024/12/22(日) 18:41:54.83 ID:rWRciXK9 >444に答えてあげればいいのに。 それもできないのでFラン確定! fd=\(lat1,lon1,lat2,lon2,R){ R*acos( sin(lat1)*sin(lat2)+cos(lat1)*cos(lat2)*cos(lon1-lon2) ) } fd(pi/5,0,pi/3,pi/2,1) http://rio2016.5ch.net/test/read.cgi/math/1723152147/463
563: 132人目の素数さん [sage] 2025/01/14(火) 18:27:07.83 ID:KQCqu9ZF " Fくんが2日前(48時間とする)に喫食した食材でノロウイルスによる食中毒が発生したとする。 https://i.imgur.com/Aaz7iOi.png のデータから現在無症状のFくんが今後、発症する確率を算出しなさい。 算出に必要な条件は適宜設定してよい。 " rm(list=ls()) library(fitdistrplus) solve=\(hours,distr=c("lnorm","gamma","weibull"),verbose=FALSE){ noro=c( runif(2,21,24), runif(2,25,28), runif(16,29,32), runif(16,33,36), runif(14,37,40), runif(2,41,44), runif(5,45,48) ) aic=NULL for(i in 1:length(distr)) aic=c(aic,gofstat(fitdist(noro,distr[i]))$aic) best_fit=distr[which.min(aic)] fit=fitdist(noro,best_fit) par=fit$estimate if(verbose){ hist(noro,freq=F,main='Noro Virus incubation',col=4,axes=FALSE,xlab='hours',ylab='') ; axis(1) curve(dgamma(x,par[1],par[2]),add=TRUE) } paste0('p',best_fit,'(hours,par[1],par[2],lower.tail = FALSE)') |> str2lang() |> eval() } solve(48,verbose=TRUE) k=1e4 p48=replicate(k,solve(48,c("lnorm","gamma","weibull"))) round(HDInterval::hdi(p48),3)[1:2] median(p48) mean(p48) BEST::plotPost(p48,showCurve = F,col='lightgreen',xlab='p[hour>48]') http://rio2016.5ch.net/test/read.cgi/math/1723152147/563
568: 132人目の素数さん [sage] 2025/01/15(水) 07:08:29.83 ID:hqU0L6Kn もう医者板で脳内医者なのはとっくにバレてるのに妄想止まらないみたいだね 実に哀れ http://rio2016.5ch.net/test/read.cgi/math/1723152147/568
668: 132人目の素数さん [sage] 2025/02/05(水) 17:56:28.83 ID:kKoXjxuf 1 名前:132人目の素数さん[] 投稿日:2025/02/05(水) 17:12:46.65 ID:BTDmhNiP [1/2] 平行四辺形abcdで、点eは辺adを2:1に分ける点でまた、点fは線分acと線分beの交点点gは線分beと線分cdをそれぞれ延長した直線の交点である 2 名前:132人目の素数さん[] 投稿日:2025/02/05(水) 17:14:46.36 ID:BTDmhNiP [2/2] 三角形afeと三角形cfbの相似関係の証明 辺AFと辺fcの比 線分bfが6cmの場合線分egの長さ http://rio2016.5ch.net/test/read.cgi/math/1723152147/668
708: 132人目の素数さん [sage] 2025/02/08(土) 11:38:07.83 ID:oEq2Oy5v >>705 お前、友達いないだろw http://rio2016.5ch.net/test/read.cgi/math/1723152147/708
835: 132人目の素数さん [sage] 2025/05/13(火) 13:21:14.83 ID:L+Wotuil 第7法則 ド底辺医大卒は「実力で入った」と言うが、その“実力”の定義を決して口にしない。 A Do-Teihen graduate may claim, “I got in on merit,” but they will never define what that 'merit' actually was. 第8法則 ド底辺医大卒の最大の敵は、同級生ではなく、偏差値という現実である。 The greatest enemy of a Do-Teihen graduate is not their classmates—but the cold, numerical reality of standardized test scores. 第9法則 ド底辺医大では、人格者は浮く。媚びる者とカネ持ちが残る。 In Do-Teihen med schools, the virtuous are outcasts; only flatterers and the wealthy thrive. 第10法則 ド底辺医大に入る者は、嘘をついて入学し、嘘をつき続けて卒業する。 Those who enter Do-Teihen medical schools do so with lies—and graduate by continuing to lie. 第11法則 ド底辺医大卒は、知性を持つ批判者を最も憎む。それは、自分が決してなれない姿だからだ。 Graduates of Do-Teihen reserve their deepest hatred for intelligent critics—because those critics reflect everything they can never become. 第12法則 ド底辺医大は、医者を育てる場ではない。医師免許を与える「通行証発行所」である。 Do-Teihen is not a school to train doctors. It is a toll booth that issues medical licenses for a price. http://rio2016.5ch.net/test/read.cgi/math/1723152147/835
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.032s