修改14697题面
This commit is contained in:
parent
360e2de450
commit
3860bf8584
|
|
@ -1,6 +1,6 @@
|
||||||
import os,re,json
|
import os,re,json
|
||||||
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
"""这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭"""
|
||||||
problems = "14672"
|
problems = "14697"
|
||||||
editor = "王伟叶"
|
editor = "王伟叶"
|
||||||
|
|
||||||
def generate_number_set(string,dict):
|
def generate_number_set(string,dict):
|
||||||
|
|
|
||||||
|
|
@ -387530,7 +387530,7 @@
|
||||||
},
|
},
|
||||||
"014697": {
|
"014697": {
|
||||||
"id": "014697",
|
"id": "014697",
|
||||||
"content": "如图, 在正四棱柱$ABCD-A_1B_1C_1D_1$中, 底面$ABCD$的边长为$3$, $BD_1$与底面所成角的大小为$\\arctan \\dfrac{2}{3}$, 则该正四棱柱的高等于\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\def\\l{2}\n\\draw (0,0,0) node [below left] {$A$} coordinate (A);\n\\draw (A) ++ (\\l,0,0) node [below right] {$B$} coordinate (B);\n\\draw (A) ++ (\\l,0,-\\l) node [right] {$C$} coordinate (C);\n\\draw (A) ++ (0,0,-\\l) node [left] {$D$} coordinate (D);\n\\draw (A) -- (B) -- (C);\n\\draw [dashed] (A) -- (D) -- (C);\n\\draw (A) ++ (0,\\l,0) node [left] {$A_1$} coordinate (A1);\n\\draw (B) ++ (0,\\l,0) node [right] {$B_1$} coordinate (B1);\n\\draw (C) ++ (0,\\l,0) node [above right] {$C_1$} coordinate (C1);\n\\draw (D) ++ (0,\\l,0) node [above left] {$D_1$} coordinate (D1);\n\\draw (A1) -- (B1) -- (C1) -- (D1) -- cycle;\n\\draw (A) -- (A1) (B) -- (B1) (C) -- (C1);\n\\draw [dashed] (D) -- (D1);\n\\draw (D)--(B1);\n\\end{tikzpicture}\n\\end{center}",
|
"content": "如图, 在正四棱柱$ABCD-A_1B_1C_1D_1$中, 底面$ABCD$的边长为$3$, $BD_1$与底面所成角的大小为$\\arctan \\dfrac{2}{3}$, 则该正四棱柱的高等于\\blank{50}.\n\\begin{center}\n\\begin{tikzpicture}[>=latex]\n\\def\\l{2}\n\\draw (0,0,0) node [below left] {$A$} coordinate (A);\n\\draw (A) ++ (\\l,0,0) node [below right] {$B$} coordinate (B);\n\\draw (A) ++ (\\l,0,-\\l) node [right] {$C$} coordinate (C);\n\\draw (A) ++ (0,0,-\\l) node [left] {$D$} coordinate (D);\n\\draw (A) -- (B) -- (C);\n\\draw [dashed] (A) -- (D) -- (C);\n\\draw (A) ++ (0,\\l,0) node [left] {$A_1$} coordinate (A1);\n\\draw (B) ++ (0,\\l,0) node [right] {$B_1$} coordinate (B1);\n\\draw (C) ++ (0,\\l,0) node [above right] {$C_1$} coordinate (C1);\n\\draw (D) ++ (0,\\l,0) node [above left] {$D_1$} coordinate (D1);\n\\draw (A1) -- (B1) -- (C1) -- (D1) -- cycle;\n\\draw (A) -- (A1) (B) -- (B1) (C) -- (C1);\n\\draw [dashed] (D) -- (D1);\n\\draw [dashed] (B)--(D1);\n\\end{tikzpicture}\n\\end{center}",
|
||||||
"objs": [],
|
"objs": [],
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"genre": "填空题",
|
"genre": "填空题",
|
||||||
|
|
@ -387540,7 +387540,8 @@
|
||||||
"usages": [],
|
"usages": [],
|
||||||
"origin": "2023年空中课堂高三复习课28",
|
"origin": "2023年空中课堂高三复习课28",
|
||||||
"edit": [
|
"edit": [
|
||||||
"20230312\t王伟叶"
|
"20230312\t王伟叶",
|
||||||
|
"20230621\t王伟叶"
|
||||||
],
|
],
|
||||||
"same": [],
|
"same": [],
|
||||||
"related": [],
|
"related": [],
|
||||||
|
|
|
||||||
Reference in New Issue