https://www.feynmanlectures.caltech.edu

Caltech's Division of Physics, Mathematics and Astronomy and The Feynman Lectures Website are pleased to present this online edition of

The Feynman Lectures on Physics

Feynman • Leighton • Sands

Restore my view 1

Now, anyone with internet access and a web browser can enjoy reading2 a high quality up-to-date copy of Feynman's legendary lectures.

This edition has been designed for ease of reading on devices of any size or shape; text, figures and equations can all be zoomed without degradation.3

Richard Feynman talking with a teaching assistant after the lecture on The Dependence of Amplitudes on Time, Robert Leighton (left) and Matthew Sands (right) in background, April 29, 1963.

Photographs by Tom Harvey. Copyright California Institute of Technology.

Contributions from many parties have enabled and benefitted the creation of the HTML edition of The Feynman Lectures on Physics. We wish to thank

  • Carver Mead, for his warm encouragement and generous financial support, without which this edition would have been impossible,
  • Thomas Kelleher and Basic Books, for their open-mindedness in allowing this edition to be published free of charge,
  • Adam Cochran, for tying up the many slippery loose ends that needed to come together in order for this edition to be realized,
  • Alan Rice for his steadfast enthusiasm for this project, and for rallying the support of Caltech's Division of Physics, Mathematics and Astronomy.
  1. Clicking the "Restore my view" link will take you back to where you last left off reading and listening in FLP chapters, or you can restore your view directly by loading a special URL, feynmanlectures.caltech.edu#restore - bookmark it for convenience. The "Restore my view" link and URL will become active only after you've closed one of the chapters of this edition.
  2. However, we want to be clear that this edition is only free to read, look at and listen to online, and this posting does not transfer any right to download all or any portion of the book The Feynman Lectures on Physics, its photos or tape recordings, for any purpose.
  3. This HTML5-based edition features LaTeX equations rendered by MathJax JavaScript, and scalable vector graphic (SVG) figures. Your browser must support javascript and permit scripts from mathjax.org. LocalStorage must be enabled. We recommend using a modern browser; some older browsers may not display this edition correctly. PNG figures (that degrade when scaled) may be served to browsers that do not support SVG. We do not support versions of Internet Explorer older than 9.0. For information about MathJax features and accessibility options, right-click on any display equation.
  4. The lecture recordings can also be played in their respective FLP chapters.
  5. Links to the photos also appear near the title of each FLP chapter.
  6. Updated in March 2022 with a new presentation featuring deep-zoomable images.

    Copyright 1963-1965, 2006, 2013 by the California Institute of Technology, Michael A. Gottlieb and Rudolf Pfeiffer

SciTech-Physics-The Feynman Lectures on Physics的更多相关文章

  1. 物理课(physics)

    物理课(physics) 题目描述 wzy正在上物理课!他发现了一个完全不会的题目:caoxia在一个奇妙的星球上(重力加速度为gg)踢了一只猫,猫飞起的路线与地面夹角为θθ (角度制),初速度为vv ...

  2. A Personal Selection of Books on E lectromagnetics and Computational E lectromagnetics---David B. Davidson

    链接. General Books on Electromagnetics When our department recently reviewed our junior-level text, w ...

  3. 用Phaser来制作一个html5游戏——flappy bird (二)

    在上一篇教程中我们完成了boot.preload.menu这三个state的制作,下面我们就要进入本游戏最核心的一个state的制作了.play这个state的代码比较多,我不会一一进行说明,只会把一 ...

  4. 用Phaser实现Flappy Bird 游戏

    How to Make a Flappy Bird in HTML5 With Phaser - Part 1 Flappy Bird is a nice little game with easy ...

  5. HoloLens开发手记 - Unity之Gaze凝视射线

    凝视是HoloLens首要输入方式,形式功能类似于桌面系统的光标,用于选择操作全息对象.然而在Unity中并没有明确的Gaze API或者组件. 实现Gaze Implementing Gaze 概念 ...

  6. JSP表单处理

    当需要通过从浏览器获取一些信息,在许多情况下,最终给到Web服务器后台程序.浏览器使用两种方法将这些信息传递给Web服务器.这些方法是GET方法和POST方法. GET 方法: GET方法将追加到页面 ...

  7. Hololens开发笔记之Gaze凝视射线

    凝视是HoloLens首要输入方式,形式功能类似于桌面系统的光标,用于选择操作全息对象.然而在Unity中并没有明确的Gaze API或者组件. 概念上来说,Gaze是通过用户头部两眼之间发出一条向前 ...

  8. Event Functions

    [Event Functions] A key concept in games programming is that of making changes to position, state an ...

  9. Physicals

    [Physicals] The physics simulation in Sprite Kit is performed by adding physics bodies to scenes. [T ...

  10. [洛谷1580]yyy loves Easter_Egg I

    题目背景 Soha的出题效率着实让人大吃一惊.OI,数学,化学的题目都出好了,物理的题还没有一道.于是,Huntfire,absi2011,lanlan对soha进行轮番炸,准备炸到soha出来,不料 ...

随机推荐

  1. [随记]-我安装 arch linux 的记录

    一.下载安装包 archlinux-x86_64.iso 下载传送门:Arch Linux BitTorrent Download 是磁链和种子下载,往下拉,找到 HTTP Direct Downlo ...

  2. HeapSter部署

    pod资源需求,资源限制 Requests:需求,最低保障: Limits: 限制,硬限制: Limits >= request CPU: 1颗虚拟CPU=1000 毫核心 millicores ...

  3. django实例(4):一对多外键关联

    程序目录 Project-->urls.pyfrom django.contrib import adminfrom django.conf.urls import url,includeurl ...

  4. vue3 基础-表单元素双向绑定

    通常是在 form 表单相关的场景中会用到双向绑定相关, 核心是 v-model 的应用. input 输入框 <!DOCTYPE html> <html lang="en ...

  5. Django批量创建Model实例

    1.前言: 将测试数据全部敲入数据库非常繁琐,而且如果与合作伙伴一起开发,部署,那么他们肯定也不想把时间花在一个一个录入数据的繁琐过程中,这时候,创建一个批量录入数据的脚本(population sc ...

  6. Git-如何区分使用个人账户和公司账户

    个人日常编写点小玩具,code 的版本控制一般托管于GitHub,但是公司内部使用 GitLb 来进行代码版本控制,这样为了能够在同一台 MacBook(自带,公司有补贴)日常区分出两个账户,通过翻阅 ...

  7. WindowsPE文件格式入门03.节表

    https://www.bpsend.net/thread-306-1-1.html dump 我们点击运行程序进程加载时时,是把文件里面的数据映射进内存,这样进程里面的内存就拿到了各种各样的代码,数 ...

  8. linux 的 Docker 配置(版本24.04)

    linux 的docker配置(版本24.04) 这里默认是server版本的, 个人感觉好用,资源消耗少 1.配置ssh连接 个人习惯用ssh连接使用 (如果失败,先配置下一步的换源) sudo a ...

  9. 【2020.11.25提高组模拟】太空漫步(walking) 题解

    [2020.11.25提高组模拟]太空漫步(walking) 题解 题目描述 Do not go gentle into that good night. Old age should burn an ...

  10. CSP-S 2020全国开放赛前冲刺模拟训练题1信友队集训队员周镇东出题 小结

    题目&官方题解下载 我的题解 CSP-S 2020模拟训练题1-信友队T1 四平方和 CSP-S 2020模拟训练题1-信友队T2 挑战NPC 我仍未看懂那天所看到的T3的题解 CSP-S 2 ...