学年

教科

質問の種類

化学 大学生・専門学校生・社会人

大学受験で、周期表はどこまで覚えた方が良いでしょうか?流石に全部覚える必要はないですか?

1 ヘリウム 4.003 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 H |2Hel 水素 1.008 Lia Bel 2 リチウム ベリリウム 6.941 9.012 典型元素 5B 6C N O F Ne 10] ホウ素 遷移元素 10.81 炭素 12.01 窒素 14.01 酸素 16.00 フッ素 ネオン 19.00 20.18 3 11.Na12Mg ナトリウム マグネシウム 22.99 24.31 13A 14S 15P 16S 17CI 19 Ar アルミニウム ケイ素 26.98 リン 硫黄 塩素 アルゴン 28.09 30.97 32.07 35.45 39.95 4 19K 20Ca 21Sc 22Ti 23V 24 Cr 25Mn 26Fe27Co 26 Ni 29Cu30Zn32Ga32Ge33As 31Se 35 Br 36Kr 39.10 カリウム カルシウム スカンジウム チタン バナジウム クロム 40.08 44.96 47.87 50.94 52.00 マンガン 20 コバルト ニッケル 54.94 55.85 58.93 58.69 63.55 65.38 69.72 鉛 ガリウム ゲルマニウム ヒ素 72.63 74.92 セレン 臭素 78.97 79.90 クリプトン 83.80 5 37Rb 39Sr 39Y 40Zr 42Nb 42 Mo 43TC 44 Ru 45 Rh 46Pd 47Ag 48Cd 49In 50Sn 51Sb52Te 531 530Xe 544 87.62 88.91 91.22 92.91 ルビジウム ストロンチウムイットリウムジルコニウム ニオブ モリブデン テクネチウムルテニウム ロジウム パラジウム 85.47 | カドミウム インジウム スズ アンチモン テルル ヨウ素 キセノン 95.95 (99) 101.1 102.9 106.4 107.9 112.4 114.8 118.7 121.8 127.6 126.9 131.3 60 55 SCs ss Bal 57~71 72Hf 73Ta 74W 75Re 76Os 77lr 78Pt 70 Au 30Hg 81 TI 02Pb 83 Bi 34 Poss At 86 Rn 80 132 178.5 セシウムバリウム ランタノイド ハフニウム タンタル タングステン レニウム オスミウム イリジウム 白金 17.3. 180.9 183.8 192.2 金 186.2 190.2 195.1 197.0 水銀 タリウム 200.6 鉛 204.4 207.2 ビスマス ポロニウム アスタチン 209.0 ラドン (210) (210) (222) |37 Fring Ral | 89~103 104Rf 105Db 106Sg 107 Bh 108HS 100Mt 110DS 12Rg 112Cn 113Nh 114F 115MC 116 Lv 117 TS 1180g | フランシウム ラジウム アクチノイドラザホージウムドブニウム シーボーギウム ボーリウム ハッシウムマイトネリウム ダームスタチウムレントゲニウム コペルニシウム ニホニウム フレロビウム モスコビウムリバモリウム テネシン オガネソン (223) (226) (268) (271) (272) (280) (285) (293) (267) (277) (276) (281) (278) (289) (289) (293) (294) 7

回答募集中 回答数: 0
TOEIC・英語 大学生・専門学校生・社会人

下線部(1)の文構造が分かりません。特に2行目の文構造が分かりません。強調のdoであることは分かりますが、その後のthat以降が関係詞?かすらも分からないので、誰か教えて下さい!

次の英文は1991年に出版された本からのもので、 研究分野としての「人工知 能」 (Artificial Intelligence) について述べています。 下線部(1)~(3)を日本語に訳 しなさい。 What is Artificial Intelligence (AI)? Just about the only characterization of Al that would meet with universal acceptance is that it involves trying to make machines do tasks which are normally seen as requiring intelligence. There are countless refinements of this characterization: what sort of machines we want to consider; how we decide what tasks require intelligence and so on. One of the most important questions concerns the reasons why we want to make machines do such tasks. AI has always been split between people who want to make machines do tasks that require intelligence because they want more useful machines, and people who want to do it because they see it as a way of exploring how humans do such tasks. We will call the two approaches the engineering approach and the cognitive-science respectively. (2) (1) approach The techniques required for the two approaches are not always very different. For many of the tasks that engineering AI wants solutions to, the only systems we know about that can perform them are humans), so that, at least initially, the obvious way to design solutions is to try to mimic what we know about humans. For many of the tasks that cognitive-science Al wants solutions to, the evidence on how humans do them is too hard to interpret to enable us to construct computational models, so the only approach is to try to design solutions from scratch" and then see how well they fit what we know about humans. The main visible difference between the two approaches is in (3) their criteria for success; an engineer would be delighted to have create something that outperformed a person; a cognitive scientist would regard it as a failure. -1- M7 (492-61

未解決 回答数: 1
情報 大学生・専門学校生・社会人

Oracle certified Java Programmer Gold SE11 IT系ベンダー資格のOracle certified Java Programmer Gold SE11の資格勉強をしているのですが、もし、Javaに詳しい人がいるのでしたら、 第6章... 続きを読む

8. 次のコードをコンパイル、 実行したときの結果として、正しいものを びなさい。 (1つ選択) } var sql = "select * from item where id = ?": try (var ps = con.prepareStatement (sql)){ ResultSet rs = ps.executeQuery(); // do something 0件の検索結果が戻される 11. 次のコードをコンパイル、実行したときの結果として、正しいものを選 びなさい。(1つ選択) var sql = "select * from emp"; try (PreparedStatement ps = con.prepareStatement(sql){ ResultSet rsps.executeQuery(); System.out.println(rs.getString(2)); なお、 検索する対象となるempテーブルは、以下のレコードが登録さ れているものとする。 DEPARTMENT A. B. 全件の検索結果が戻される C. コンパイルエラーが発生する D. 実行時に例外がスローされる ID NAME 1 ALLEN R&D A. B. executeQueryメソッド C. executeメソッド D. executeBatch メソッド メソッドとして、最も適切なものを選びなさい。 (1つ選択) executeUpdate メソッド 19. JDBCを使ったデータベースプログラミングをしている。 UPDATE文を 実行した結果、 何件更新されたかを調べたい。 PreparedStatementの P314 2 SCOTT SALES 3 BILL ACCOUNTING A. 「1」 と表示される Marit B. 「2」 と表示される C. 「ALLEN」 と表示される D. 「SCOTT」 と表示される E. コンパイルエラーが発生する F. 実行時に例外がスローされる 第6章 JDBCによるデータベース連携 (問題) <->P316 P314 10. 次のコードをコンパイル、 実行したときの結果として、正しいものを選 びなさい。 (1つ選択) var sql = "delete from item where id = ?"; try (var ps = con.prepareStatement(sql))( ps.setInt(1, 1); ps.executeUpdate("update item set name="test' where id = ?'); 12. 次のコードをコンパイル、 実行したときの結果として、正しいものを選 びなさい。 (1つ選択) var sql = "select count(*) from item"; try (PreparedStatement ps = con.prepareStatement(sql)){ System.out.println(ps.execute()); なお、検索する対象となるitemテーブルは、以下のレコードが登録さ れているものとする。 A. DELETE文が実行される id name 1 B. UPDATE文が実行される banana 2 C. コンパイルエラーが発生する apple 3 D. 実行時に例外がスローされる P316 orange 298 ※次ページに続く 299

回答募集中 回答数: 0
数学 大学生・専門学校生・社会人

多様体を構成するために、位相空間に完全アトラスを導入するところで質問です。 完全アトラスを導入するメリットとして、この文章の下線部を「異なる座標系を用いたのに同じ計算ができてしまうという問題が解消される」解釈したのですが、そこがよくわかりません。座標系を変えて計算する... 続きを読む

1 Two n-dimensional coordinate systems & and ŋ in S overlap smoothly provided the functions on¯¹ and ŋo §¯¹ are both smooth. Explicitly, if : U → R" and ŋ: R", then ŋ 1 is defined on the open set ε (ur) → ° (UV) V and carries it to n(u)—while its inverse function § 4-1 runs in the opposite direction (see Figure 1). These functions are then required to be smooth in the usual Euclidean sense defined above. This condition is con- sidered to hold trivially if u and do not meet. Č (UV) R" Ĕ(U) n(UV) R" S n(v) Figure 1. 1. Definition. An atlas A of dimension n on a space S is a collection of n-dimensional coordinate systems in S such that (A1) each point of S is contained in the domain of some coordinate system in, and (A2) any two coordinate systems in ✅ overlap smoothly. An atlas on S makes it possible to do calculus consistently on all of S. But different atlases may produce the same calculus, a technical difficulty eliminated as follows. Call an atlas Con S complete if C contains each co- ordinate system in S that overlaps smoothly with every coordinate system in C. 2. Lemma. Each atlas ✅ on S is contained in a unique complete atlas. Proof. If has dimension n, let A' be the set of all n-dimensional coordinate systems in S that overlap smoothly with every one contained in A. (a) A' is an atlas (of the same dimension as ✅).

未解決 回答数: 0
数学 大学生・専門学校生・社会人

(2)の考え方を教えていただきたいです。 内積0を使うのかな?という検討はつきましたが、条件で与えられているベクトルをどのように扱えばいいか分からなくなってしまいました。

第1問 R3を3次元実列ベクトル全体の集合, I 3×3 を3×3 の実行列全体の集合とする. 1, 12, 73 ∈ R3は一次独立な単位長ベクトル, 4∈R3は n1, 2, ng と平行でない単位長ベクトルとす る.また,正方行列 A, B を 4 A= - 2 B = Σnin T \\n-n i=1 とする.ここで, XT, æT はそれぞれ行列 Xの転置行列とベクトルæの転置ベクトルを表 す。 以下の問いに答えよ。 (1)Aの階数が3となるような 4 に関する条件を求めよ. (2) 3次元ユークリッド空間において以下の3つの条件を満たす4つの平面 II = {æ ∈ R3 | new - d = 0} (d は実数, i = 1, 2, 3, 4) を考える (i) A の階数は3であ る, (ii) Ω = {æ ∈R3 | new-d≥0, i = 1, 2, 3, 4} が空集合ではない, (iii) II (i = 1, 2, 3, 4)に接する球C (⊂ Ω) が存在する. このときCの中心の位置ベクト ルをベクトルuER を用いて A-1u の形で表す. d (i = 1, 2, 3, 4)を用いてuを 表せ. (3) B が正定値対称行列であることを示せ. (4)4つの平面 {æ∈R3|nex-d=0} (dは実数, i = 1, 2, 3, 4) への距離の2乗和が 最小となる点P を考える. Pの位置ベクトルをベクトルver を用いて B-1 の形 で表す. ni, di (i = 1, 2, 3, 4) を用いて”を表せ. (5)13において点 Qi (位置ベクトルをER3とする)を通りに平行な直線をんとす る(i = 1, 2, 3). 任意の点R (位置ベクトルをy∈ とする) をんに直交射影した 点を R; とする.R の位置ベクトルを行列 Wi∈ R 3×3 を用いて y - Wi(y-æž) と表 す. I∈IR 3×3 を単位行列とする. (a) と I を用いて W を表せ. (b) WWWż を示せ. = (c)平面Σ = {ER3 | afx = b} を考える (a∈3は非零ベクトル, b は実数). 点SE∑はL, Iz, 13 への距離の2乗和を最小にする点である.n1, n2, n3 が互 いに直交するとき,Sの位置ベクトルをベクトルw∈3 を用いて aa ab I - w+ T ara の形で表す.ただし, は a,bには依存しないものとする. w を Wi, πi (i = 1, 2, 3) を用いて表せ. p. 1

回答募集中 回答数: 0