2020年7月30日 星期四

scipy

Multibody Dynamics and Control with Python | SciPy 2015 Tutorial | Jason Moore & James Crist

https://www.youtube.com/watch?v=mdo2NYtA-xY

2020年7月27日 星期一

How to change the selection item of win10, ubuntu

 https://justhodl.blogspot.com/2018/02/ubuntu-windows-windows-10-grub.html

sudo cat /boot/grub/grub.cfg | grep windows
Windows Boot Manager (位於 /dev/sda2)

sudo gedit /etc/default/grub

GRUB_DEFAULT="Windows Boot Manager (位於 /dev/sda2)"
#GRUB_DEFAULT=0



sudo update-grub
sudo update-initramfs -u -k all

2020年7月7日 星期二

福氣老師網站

三角形之中線長公式
http://sites.ccvs.kh.edu.tw/fuchi/doc/26231

random walk

https://www.geeksforgeeks.org/random-walk-implementation-python/

latex exam

http://www-math.mit.edu/~psh/exam/examdoc.pdf

 https://www.ptt.cc/bbs/LaTeX/M.1449629624.A.A05.html
 看板 LaTeX
%from above html
 \documentclass[12pt,b4paper]{exam}
\usepackage{fontspec} % 允許設定字體
\usepackage{amsmath,amsthm,amssymb}
\usepackage{xeCJK} % 分開設置中英文字型
 \setCJKmainfont{Kaiti TC} % 設定中文字型
%\setmainfont{Georgia} % 設定英文字型
%\setromanfont{Georgia} % 字型
%\setmonofont{Courier New}
\usepackage{Rvector}
\usepackage{stmaryrd}
\usepackage[left=1cm, right=1cm, bottom=1.9cm]{geometry}
\renewcommand\choicelabel{(\thechoice)} %將選擇題選項改成(A)....
\XeTeXlinebreaklocale "zh" % 針對中文自動換行
\XeTeXlinebreakskip = 0pt plus 1pt % 字與字之間加入0pt至1pt的間距,確保左右對整齊 %\parindent 0em  % 段落縮進
%\setlength{\parskip}{20pt} % 段落之間的距離
 \extrawidth{+0.6in}
 \pointsinmargin
\marginpointname{\%}