
python
Procrastinever
珍惜每一次考试。Attention is all u need
展开
-
Python 设计一个窗口程序,进行多种数学计算
python的窗口程序设计、 数学计算应用大作业、python数学公式、如何在python窗口的画布中显示latex数学公式原创 2023-02-16 16:19:02 · 1354 阅读 · 1 评论 -
solve the Fredholm integral equation of the first kind
【代码】solve the Fredholm integral equation of the first kind。原创 2022-11-17 13:12:47 · 376 阅读 · 0 评论 -
python --- 实现LU=PA分解(部分主元的高斯消去)/带行交换的LU分解
题设: Pascal矩阵 进行 LU=PA分解。原创 2022-09-20 14:25:40 · 925 阅读 · 0 评论 -
python--实现任意向量和矩阵的范数计算
【代码】python--实现任意向量和矩阵的范数计算。原创 2022-09-20 14:18:50 · 651 阅读 · 0 评论 -
Python绘图--函数图像(并计算三个函数相交围成的图像面积)
【代码】Python绘图--函数图像(并计算三个函数相交围成的图像面积)原创 2022-09-20 14:10:05 · 1564 阅读 · 1 评论 -
8小时Python之机器学习/AI/数据分析入门笔记
(b站视频????在评论区;)有C和C++基础,开始学python的一些小Tips:python代码中没有打分号的习惯python声明变量(int , float , string....)时不需要指定类型,直接起名字 = xxx,即可;强制类型转化:类型名(变量名或值)打印:print(......);如果是string字符串则需要加单引号,数字不用;一、List变量类型声明: 变量名字 = [] ; 例如: country = []存入数据:country.append(原创 2022-02-02 15:42:50 · 1813 阅读 · 0 评论