Posts

Showing posts from February 17, 2019

Downloading embedded videos that use Shaka Player and DASH?

Image
0 1 How do you download embedded videos that uses Shaka Player and DASH? For example, when I click on source view I have this: <html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/shaka-player/2.3.6/shaka-player.compiled.js"></script> <script src="/members/js/dash-video.js?r=1.2"></script> <script> $(function(){ var contentWidth = document.getElementById("elvideo").offsetWidth; var contentHeight = document.getElementById("elvideo").offsetHeight; window.resizeTo(contentWidth + 15, contentHeight + 70); initVideo(''); $('html').on(

Why we only need to verify additive identity, and closed under addition and scalar multiplication for...

Image
4 $begingroup$ In the book Linear Algebra Done Right , it is said that to determine quickly whether a given subset of $V$ is a subspace of $V$ , the three conditions, namely additive identity, closed under addition, and closed under scalar multiplication, should be satisfied. The other parts of the definition of a vector space are automatically satisfied. I think I understand why commutativity, associativity, distributive properties, and multiplicative identity works because their operations are still within the subspace. But, why don't we need to verify additive inverse, similar to verifying additive identity? Could there be cases where there will be no $v + w = 0$ in the new subspace, $v, w in U$ , $U$ is a subspace? linear-algebra