Tagged Questions
Sage (or Sagemath) is a suite of open-source applications for mathematics
9
votes
3answers
473 views
Does Haskell have an equivalent to Sage?
Is there something like Sage (http://www.sagemath.org/) for Haskell programmers?
5
votes
4answers
269 views
Python (1..n) syntax?
I see in the code on this Sage wiki page the following code:
@interact
def _(order=(1..12)):
Is this (1..n) syntax unique to Sage or is it something in Python? Also, what does it do?
4
votes
1answer
95 views
how can I call Sage from R?
From searching, I see that calling R from Sage is pretty seamless. However, I cannot find information on calling Sage from R. For example, suppose that I have an R expression that I would like to ...
4
votes
3answers
238 views
verify my answer please
I was asked a question that asked me to make a program to find the answer.
Basically, the question asks:
You have y which equals 100 and you
take away 15 percent and put it on x.
You then ...
4
votes
3answers
1k views
SciPy Create 2D Polygon Mask
I need to create a numpy 2D array which represents a binary mask of a polygon, using standard Python packages.
input: polygon vertices, image dimensions
output: binary mask of polygon (numpy 2D ...
3
votes
1answer
229 views
3D scatterplots in sage
Is it possible to create 3D scatterplots in sage?
By scatterplot I mean graph like this:
3
votes
1answer
162 views
ACT by sage integration with asp.net
Wondering if someone here can help.
I have been asked to develop an ASP.Net application which will directly connect (store and retrieve) to the ACT! databse already functional. I am new to ACT and ...
3
votes
1answer
278 views
Finite element analysis in Sage
Can one do finite element analysis in Sage? If so, is it static or dynamic?
If not, can somebody suggest an alternative application? I've tried Impact, but it doesn't meet my needs. Matlab is an ...
2
votes
0answers
139 views
Python/sage: can lists start at index 1?
I've downloaded from a supposedly serious source a sage script. It doesn't work on my computer, and a quick debugging showed that a problem came from the fact that at some point, the authors were ...
2
votes
2answers
311 views
Area under a parabola revisited
I was unable to go from the previous question because I was not a member of the website so I was unable to comment on it when I returned.
Here is my question:
To find the area of a region bounded by ...
2
votes
4answers
488 views
Function-calculate area of region under parabola
thank you for your cooperation on helping me solve questions for my computer math in-class project. I just need help with one more question that I have no idea on how to do. The question goes:
To ...
1
vote
0answers
43 views
Multiply matrix of matrices by a scalar in sage
I have created a 2x2 matrix of 2x2 matrices:
a = matrix([[matrix([[ 1, 2], [ 3, 4]]),
matrix([[ 5, 6], [ 7, 8]])],
[matrix([[ 9, 10], [11, 12]]),
...
1
vote
1answer
50 views
looping through the rows of a matrix in sage
I am trying to program a Graham-Schmidt process in sage and cannot figure out how to loop through the rows of an array.
def graham_schmidt(W):
a=0
U=W
for i in W.dims()[0]:[this is the ...
1
vote
1answer
39 views
How to import a library GMP into Sage/Python project
I have already installed the GMP library, Now i want to import this library to sage project
i tried to put :
import libgmpxx.so.4
libgmpxx.so.4.path.append('usr/local/lib/')
but it ...
1
vote
2answers
89 views
Can anyone advise of a Magento (or any other ecommerce solution) plugin for Sage 200?
Can anyone point me in the direction of a Sage 200 extension/plugin for any opensource ecommerce solution please? Have been frantically searching online but not come across something yet and Magento's ...
1
vote
1answer
87 views
solving equations and using values obtained in other calculations - SAGE
the function solve() in SAGE returns symbolic values for the variables i solve the equations for. for e.g:
sage: s=solve(eqn,y)
sage: s
[y == -1/2*(sqrt(-596*x^8 - 168*x^7 - 67*x^6 + 240*x^5 + ...
1
vote
1answer
124 views
How do I make a new Graph class in Sage with extra methods?
I am writing some code in Sage to do some calculations with Feynman graphs, which are just finite, un-oriented multigraphs with edge-labels. I need to implement methods such as edge-contraction, ...
1
vote
2answers
232 views
Sage VirtualBox package for Windows
I would like to use SAGE for some of my projects (under Windows). On the sagemath.org website I found only VMWare packages, but I would like to use VirtualBox instead. I got lost on the website.
Could ...
1
vote
5answers
112 views
Python-for statements understanding
I am a little confused as to what a for statement does/works in python. Can anyone be able to explain to me on how it works?
1
vote
6answers
110 views
Help me write a function
Hello can anyone help me write a function that calculates 1+x+x^2+...+x^n for a given x and a positive integer n and use it to calculate (1+x+x^2+...+x^10)(1+x^2+x^4+...+x^10) for x=100?
1
vote
1answer
123 views
sage math software: using cli interface, is && operator(i.e. “background and control”?) functionality supported?
I'm new to sage math software. i've been looking though sage documentation to find if the sage cli supports any way to run multiple commands one after another, i.e. behave like bash when using the ...
1
vote
1answer
244 views
Assign sage variable values into R objects via sagetex and Sweave
I am writing a short Sweave document that outputs into a Beamer presentation, in which I am using the sagetex package to solve an equation for two parameters in the beta binomial distribution, and I ...
1
vote
2answers
589 views
Vim autocmd based on file contents
I'm trying to set up Vim to detect when a .tex file contains the command '\usepackage{sagemath}', and run a command accordingly. I've gotten to
:au BufReadPost,BufWritePost *.tex TTarget sagepdf
...
1
vote
4answers
728 views
Find Sin(i) with SageMath
How can you find the sin(i) with Sage?
I am trying to do some complex analysis with Sage.
The following commands are not working
sin(i)
sinh(i)
1
vote
3answers
565 views
How can I manipulate lists in Sage?
In the computer algebra system Sage,
I need to multiply a list by 2.
I tried the code
sage: list = [1, 2, 3];
sage: 2 * list
which returns
[1, 2, 3, 1, 2, 3]
How can I just multiply each ...
0
votes
1answer
7 views
Adding a missing GAP package to Sage
A function I want to use in Sage throws an exception because it is missing GAP's package "HAP". I can download this package, but I don't know how to make Sage recognize it.
0
votes
0answers
14 views
Configuring Pydev(Eclipse) to Use Sage
I am trying to utilize the Eclipse IDE environment with SAGE using the Pydev extension.
I am following these steps as outline here at ...
0
votes
1answer
20 views
Python ImportError with Sage
Okay I am newer to python and have been researching this problem but I can't find anything like it so I am not sure what is going on.
I am creating a program that involves sage and it has a message ...
0
votes
0answers
34 views
How to grade a vector space with basis?
I am trying to get along with Sage.
I have a vector space with given basis (it is also a Hopf algebra, but this is not part of the problem). How do I make it into a graded vector space? E. g., I know ...
0
votes
3answers
33 views
finding the MAX number of characters in the list : Python code
i have written the bellow code and i need to get the MAX number of characters from the list it gives.
def ssin(a):
ASAS = map(lambda y: (chr(ord('A')+y),len(filter(lambda x: ord(x) - ord('A') == ...
0
votes
1answer
47 views
input text in python using sage math
Below is the code i tried using python
>>> import string
>>> def main():
print "hey"
print
key = input ("key?")
message = raw_input("Enter the message: ")
...
0
votes
0answers
18 views
Random Invalid password when connecting to Sage Timberline PervasiveSQL database over odbc using php
I have a web app doing some number crunching and updating a Sage Timberline database, which I understand to be PervasiveSQL/BTrieve or something ugly.
$con = odbc_connect("dsn", "user", 'pw') or ...
0
votes
2answers
30 views
C# Retrieve Values from URL and insert records
Hi My question is a simple on (I Hope), in my code i have received by way of a url a comma delimited list of id's e.g.
12,13,14,15,16 etc..
I have got these into a string (Tools) which I have Split.
...
0
votes
0answers
12 views
Creating a sparse or blackbox matrix in SAGE
It seems to me that in SAGE the only difference between creating a dense matrix and a sparse matrix is by the flag passed to the constructor ("sparse = True"). In particular, this means that if I want ...
0
votes
1answer
32 views
Know whether argument passed to function is a vector or a matrix
I'm writing a function in Sage that should work in different way for vectors and matrices.
I can not use isinstance function because type of vector or matrix depends on the type of the elements:
...
0
votes
2answers
32 views
How do I integrate VisualFoxPro DB with Magento
I am an IA working on a Magento/VFP integration solution.
Does anyone know if VisualFoxPro has a method by which Magento can read the VFP datadase?
These DB calls will also need to integrate with ...
0
votes
1answer
27 views
Sage: Finding linear combination of a specified basis giving a specified element?
Given a vector space V, a basis B (list of tuples each of size corresponding to the dimension of V and over the same field) and a vector v - what is the sage command to find the (unique) linear ...
0
votes
2answers
67 views
Python - write/ADD a new record in file with Json format
I want to add a new record at the end of my file Json, For now it contains
{
"1":
{
"coef":987,
"Term":
{
"x1":6,"x2":0,"x3":8
...
0
votes
0answers
73 views
Read a file in Sage
i have created a file named "project.txt" now i want to read file content, to read this file i have puted:
open('/home/wassim/sage/project.txt','r'),
i have receveid an error :
Traceback (most ...
0
votes
1answer
64 views
Tell sage where to find libjpeg
I have installed Sage on Mac OS X. It looks like it has PIL. The following code gives me an IOError..
import Image
a = Image.open("pic.jpg")
a.thumbnail((int(100), int(100)))
This is the error I ...
0
votes
1answer
53 views
Constant in Python Sage? Variable getting wiped out after use
Yesterday I began messing around with Sage, an open source computer algebra system. Sage uses Python to bind several open-source packages into one coding interface.
Unfortunately, not only was Sage ...
0
votes
1answer
71 views
maxima's ode solver
I downloaded and installed sage because I needed an ODE solver.I think that Maxima is relatively restricted in that part as it doesn't seem to solve almost basic ODEs.I appreciate all the effort ...
0
votes
1answer
31 views
eCommerce Cart for selling downloads - a recommendation request
I'm trying to find a suitable eCommerce Cart for selling downloads (large volumes). It must have Sage integration too.
What are your recommendations?
Many thanks,
Bob
0
votes
1answer
112 views
Cython linking to custom C code
I'm trying to use sage to run a basic Cython program that uses a custom C library.
I have three files: hello.h, hello.c, and cpy.spyx.
hello.h:
#include <stdio.h>
void chello();
...
0
votes
0answers
8 views
allowing space in encoding function (Sage ShiftCryptosystem)
I am using sage to implement an encryption function that takes in plain text and converts it a cipher text ignoring space and non alphabetic characters(including them in encoded text). the encoding ...
0
votes
1answer
145 views
Sage notebook not opening
I installed the sagemath software on an ubuntu machine and nothing executes. I type
sage: notebook()
NameError: name 'notebook' is not defined
sage: 2+3
...
0
votes
1answer
47 views
I am using sagePay system, do my website needs to be pci compliance
I am using sagePay payment server post on my website, Do my website needs to be PCI compliance.
0
votes
0answers
111 views
Area under a parabola [closed]
Possible Duplicate:
Function-calculate area of region under parabola
Hello, thank you for your cooperation on helping me solve questions for my computer math in-class project. I just need ...
0
votes
3answers
103 views
Help me fix a program
Hello I have gotten a program that gives an output of a random series of 0s and 1s of length n. However, there is a slight problem in my program because I get syntax error. I am using Sage. What ...
0
votes
2answers
431 views
Connection error accessing Sage Timberline Accounting with PHP and ODBC on Windows
I'm trying to connect to a Sage Timberline Accounting database on my Windows 2003 Server using PHP 5.3. I have PHP correctly installed with IIS as fastcgi. I have a system DSN setup in ODBC Manager ...