Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
値 x に応じて、ある部分が別の部分よりもティッカー ラインになるように関数 f(x) をプロットする方法は? (曲線は効率的なフロンティア - ポートフォリオの最適化)
f[x_] := x^2; Show[ Plot[f[x], {x, -1, 1}, PlotRange -> {{-1, 2}, {-1, 4}}], Plot[f[x], {x, 1, 2}, PlotStyle -> Thickness[.02]] ]