1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

本記事は未完成です。
内容は随時更新していきます。

はじめに

大学入試問題シリーズ第2弾です。
今回は、Swift を使って解いてみたいと思います。
macOS の iPhone エミュレータで動作を確認します。

第1弾は以下を参照してください。
大学入試問題をoctaveで解く #Octave - Qiita

入試問題

解答の対象となる入試問題です。第1弾と同じ問題です。

\begin{align}
|x| + |y| - 2 & \leq 0 \tag{1} \\
x^2 + 2x - 2y - 1 & \geq 0 \tag{2} \\
\end{align}
\begin{array}{c}
(1), (2) を同時に満たす点(x, y)の全体からなる領域を D とする。 \\
D を図示し、その面積を求めよ。 \\
\end{array}

解答

利用するフレームワーク・ライブラリ

作図

作成中...

面積

作成中...

おまけ

SwiftUI 公式チュートリアル

SwiftUI を触ったことがなかったので、勉強のために実施しました。

SwiftUI essentials

Drawing and animation

App design and layout

Framework integration

Xcode

コーディングが捗る設定やショートカットです。

Vim Mode

Editor > Vim Mode

インデント、コード整形

Ctrl + I

コメントアウト

Command + /

選択行の上下移動

Command + Option + [
Command + Option + ]

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?